/*----------------------------------------------------------------------------------
Project     :  Loanifyr
-------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
[Table of contents]
default css
topbar area
header area
hero area
about area
services area
counter area
why choose us area
protfolio area
newsletter area
team area
testimonials area
faq area
blog area
footer area
--------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

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

/*-------------------------------------------------------------------------------------
    font-face css
---------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Font Awesome\ 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    font-family: 'Rubik', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Rubik', sans-serif;
    color: #647589;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Rubik', sans-serif;
    color: #647589;
}

::placeholder {
    font-family: 'Rubik', sans-serif;
    color: #647589;
    font-size: 14px;
}

a,
button,
.button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #264F51;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #647589;
    margin-bottom: 0;
    line-height: 1.7;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #264F51;
}

.button {
    padding: 17px 25px;
    background: #264F51;
    display: inline-block;
}

.button:hover {
    background: #264F51;
}

.button a {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.button a:hover {
    color: #fff;
}

.button svg {
    margin-left: 4px;
    font-size: 14px;
}

/*-------------------------------------------------------------------------------------
    back to top button
---------------------------------------------------------------------------------------*/

.top-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 25px;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    color: #fff;
    background: #264F51;
    text-align: center;
    cursor: pointer;
    display: none;
}

.top-btn:hover {
    color: #264F51;
    transition: all 0.4s linear;

}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

#loading {
    background-color: #264F51;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}



/*-------------------------------------------------------------------------------------
    topbar area
---------------------------------------------------------------------------------------*/

.top-bar {
    background: #fff;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
}

.top-bar .phone,
.clock,
.envelope,
.location {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(100, 117, 137, 0.2);
    padding-right: 35px;
    margin-right: 35px;
}

.location {
    border-right: none;
    margin-right: 40px;
    padding-right: 0;
}

.social-icon svg:last-child {
    margin-right: 0;
}

.phone .icon,
.clock .icon,
.envelope .icon,
.location .icon {
    margin-right: 10px;
}

.phone .text p,
.clock .text p,
.envelope .text p,
.location .text p {
    font-size: 10px;
}

.bold {
    font-size: 14px;
    color: #264F51;
    font-weight: 500;
}

.social-icon {
    display: flex;
    align-items: center;
}

.social-icon a {
    margin-right: 5px;
    padding: 6px 5px;
}

.social-icon a:hover {
    background: #264F51;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/

.site-logo img {
    width: 100%;
}

.main-menu ul {
    display: flex;
    align-items: center;
}

.main-menu ul li {
    margin-left: 36px;
    position: relative;
}

.main-menu ul li a {
    padding: 40px 0;
    text-transform: capitalize;
    color: #264F51;
    font-weight: 600;
    font-size: 14px;
}

.main-menu ul li.header-cta a {
    color: #fff;
}

.main-menu ul li:hover>a {
    color: #264F51;

}

.main-menu ul .header-cta:hover>a {
    color: #fff;
}

.main-menu ul li ul.submenu {
    display: block;
    position: absolute;
    background: #ffffff;
    width: 350px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-top: 5px solid #264F51;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    z-index: 99;
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li a {
    padding: 7px 30px;
}

.main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    width: 350px;
}

.main-menu ul li ul.submenu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #264F51;
    position: absolute;
    left: 27px;
    top: 48%;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.main-menu ul li ul.submenu li a:hover {
    padding-left: 50px;
}

.main-menu ul li ul.submenu li:hover a:before {
    opacity: 1;
    width: 15px;
}

.main-menu ul .header-cta {
    margin-left: 80px;
    background-color: #bf996a;
}

.main-menu ul .header-cta a {
    padding: 0;
}

.main-menu ul .header-cta a:hover {
    color: #fff;
}

.main-menu ul .user-cta,
.home-two-header-bg .user-cta svg {
    margin-left: 35px;
}

.main-menu ul .user-cta svg,
.home-two-header-bg .user-cta svg {
    font-size: 16px;
}

.main-menu ul .user-cta a {
    padding: 0;
}


/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

.hero-utility {
    padding: 150px 120px;
    position: relative;
}

.single-slider-one {
    background: url('../images/hero-img.jpg')top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-slider-two {
    background: url('../images/hero-img-2.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-slider-one::before,
.single-slider-two::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/overlay.png')
}

.hero-text p {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-text p::before {
    position: absolute;
    width: 62%;
    height: 35px;
    background: #fff;
    content: '';
    opacity: .2;
}

.hero-text p svg {
    margin-left: 20px;
}

.hero-text h1 {
    color: #fff;
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
}

.hero-cta {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hero-cta .button {
    color: #fff;
    background-color: #bf996a;
}

.hero-cta .link {
    margin: 0px 0 0 30px;
    color: #fff;
    text-decoration: underline;
}

.pulse {
    background-color: #fff;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
    transition: .3s linear all;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
}

.pulse svg {
    color: #264F51;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

.hero-text h1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hero-text p {
    color: #fff;
    font-size: 16px;
    text-transform: lowercase;
}

.active-slider .slick-arrow {
    color: #fff;
    background: #fff;
    border: none;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    transition: .3s linear all;
    outline: none;
}

.active-slider .slick-next {
    display: block;
    position: absolute;
    top: 43%;
    left: 90%;
    transition: .3s linear all;
    background: none;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

.active-slider .slick-prev {
    display: inline-block;
    position: absolute;
    left: 90%;
    top: 50%;
    right: 1%;
    z-index: 9999;
    transition: .3s linear all;
    background: none;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}





/* slick slider */

.slick-slide img {
    display: inline-block;
}

button.slick-arrow svg {
    font-size: 30px;
}

.slick-next.pull-right.slick-arrow {
    display: inline-block;
    border: none;
    background: transparent;
    color: #264F51;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 2%;
    top: -28%;
    font-size: 20px;
}

.slick-prev.pull-left.slick-arrow {
    display: inline-block;
    border: none;
    background: transparent;
    color: #264F51;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -28%;
    right: 6%;
}


/*-------------------------------------------------------------------------------------
    about-area
---------------------------------------------------------------------------------------*/
/*.about{*/
/*    padding: 30px 0 0px 0*/
/*}*/
.sub-heading {
    display: flex;
    align-items: center;
}

.sub-heading p {
    color: #264F51;
    font-weight: 500;
    margin-left: 10px;
}

.section-title h2 {
    color: #264F51;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
}

.text-content {
    margin-top: 10px;
}

.progress-bar {
    position: relative;
    height: 100px;
    width: 100px;
    background-color: transparent;
}

.progress-bar div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 75px;
    height: 75px;
    width: 75px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #264F51;
}

.progress-bar .background {
    background-color: #b3cef6;
}

.progress-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: #264F51;
}

.progress-bar .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-bar .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #264F51;
}

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

    100% {
        opacity: 1;
    }
}

.progress-wrapper {
    display: flex;
    align-items: center;
    margin: 30px 0 30px 0;
}

.progress-one,
.progress-two {
    display: flex;
    align-items: center;
}

.progress-one h5,
.progress-two h5 {
    margin-left: 10px;
    font-size: 18px;
    padding-right: 15px;
    line-height: 25px;
}

.progress-bar .background {
    background-color: rgb(187, 187, 187) !important;
}

.progress-bar .rotate,
.progress-bar .right {
    background-color: #264F51 !important;
}

.text-content .padding-text {
    padding-right: 100px;
}

.text-content .about-btn {
    padding: 14px 31px;
    color: #fff;
    background-color: #bf996a;
    margin-top: 28px;
}

.about-img {
    position: relative;
}

.about-img img {
    width: 100%;
}

.about-img img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.experience {
    position: absolute;
    background: #264F51;
    color: #fff;
    text-align: center;
    padding: 36px 115px;
    left: -14%;
    bottom: -13%;
}

.experience span {
    font-size: 120px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.experience p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.quote {
    position: absolute;
    top: -7%;
    right: -9%;
    background: #264F51;
    color: #fff;
    padding: 48px 43px;
    max-width: 331px;
}

.quote h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.quote-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.quote-info img {
    border-radius: 50%;
}

.quote-info .meta-info {
    margin-left: 15px;
}

.quote-info .meta-info p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    offer-area
---------------------------------------------------------------------------------------*/
.offer {
    /* background: url('../images/offer-bg.png') top left; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 47px;
    /*padding: 135px 0 135px 0;*/
}

.offer .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
}

.offer-wrapper {
    background: #fff;
    padding: 41px 31px;
    transition: .3s linear all;
}

.offer .margin-top {
    margin-top: 30px;
}

.offer-wrapper:hover {
    background: #264F51;
}

.offer-wrapper:hover>iconify-icon,
.offer-wrapper:hover>h5,
.offer-wrapper:hover>p,
.offer-wrapper:hover>a {
    color: #fff;
}

.offer-wrapper p {
    font-size: 15px;
}

.offer-wrapper iconify-icon {
    margin-bottom: 18px;
    color: #264F51;
    font-size: 40px;
}

.offer-wrapper h5 {
    color: #264F51;
    margin-bottom: 12px;
}

.offer-wrapper a {
    color: #264F51;
    transition: .3s linear all;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 8px;
}

.offer-wrapper a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------------------
    counter-area
---------------------------------------------------------------------------------------*/
.counter {
    padding: 135px 0 67px;
}

.counter-img {
    position: relative;
}

.counter-img img {
    width: 100%;
    height: 100%;
}

.counter-img img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.counter-wrapper {
    margin-top: 20px;
}

.counter-wrapper .single-counter {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(100, 117, 137, .3);
    padding-bottom: 28px;
}

.counter-wrapper .single-counter img {
    margin-right: 39px;
}

.counter-wrapper .single-counter:last-child {
    border-bottom: none;
}

.counter-wrapper .single-counter.pt-28 {
    padding-top: 28px;
}

.counter-wrapper h2 {
    font-weight: 600;
    font-size: 35px;
    color: #264F51;
}

.counter-wrapper p {
    font-weight: 500;
    color: #264F51;
    margin-left: 40px;
}

/*-------------------------------------------------------------------------------------
    choose-area
---------------------------------------------------------------------------------------*/
.choose {
    padding: 67px 0 67px;
}

.choose-content .text-content .first-child {
    margin-bottom: 26px;
}

.list-content {
    display: flex;
    margin-bottom: 34px;
}

.list-content:last-child {
    margin-bottom: 0;
}

.list-content svg {
    color: #264F51;
    padding: 5px;
    font-size: 25px;
    border: 1px solid rgba(100, 117, 137, .3);
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 15px;
    transition: .3s linear all;
}

.list-content p {
    padding-right: 15px;
    transition: .3s linear all;
}

.list-content:hover {
    cursor: pointer;
}

.list-content:hover>p {
    color: #264F51;
}

.list-content:hover>svg {
    color: #fff;
    background: #264F51;
    border: none;
    ;
}

.signature {
    margin-top: 34px;
}

.signature .meta-info {
    margin-top: 10px;
}

.signature .meta-info p {
    color: #264F51;
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------
    portfolio-area
---------------------------------------------------------------------------------------*/
.portfolio {
    padding: 67px 0 135px;
}

.portfolio .section-title {
    margin-bottom: 65px;
}

.portfolio-images {
    position: relative;
    width: 100%;
}

.portfolio-images img {
    transition: .3s linear all;
}

.portfolio-images img.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-images img:hover {
    cursor: pointer;
}

.portfolio-images:hover>.overlay {
    opacity: 0;
}

.hovered-text {
    opacity: 0;
    visibility: hidden;
    transition: .3s linear all;
}

.icon-arrow {
    background: #fff;
    color: #264F51;
    padding: 5px;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -68%;
    right: 13%;
    z-index: 999999;
}

.hovered-state {
    background: #264F51;
    color: #fff;
    padding: 22px 29px;
    position: absolute;
    max-width: 270px;
    bottom: 0;
}

.hovered-state iconify-icon {
    font-size: 30px;
}

.hovered-state h5 {
    margin: 5px 0;
}

.hovered-state p {
    color: #fff;
    font-size: 14px;
}

.single-portfolio:hover>.hovered-text {
    opacity: 1;
    visibility: visible;
}

.hovered-text:hover>.portfolio-images>.overlay {
    opacity: 0;
}

.icon-arrow:hover {
    cursor: pointer;
}

/*-------------------------------------------------------------------------------------
    appointment-area
---------------------------------------------------------------------------------------*/
.appointment {
    /* background: url('../images/appointment-bg.png') top left; */
    background-color: #264F51;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0;
    padding-bottom: 67px;
}

.appointment .sub-heading p,
.appointment h2 {
    color: #fff;
}

.appointment-cta {
    background: #bf996a;
}

.appointment-cta:hover {
    background: #fff;
}

.appointment-cta a {
    color: #264F51;
}

.appointment-cta a:hover {
    color: #264F51;
}

.d-end {
    display: flex;
    justify-content: end;
}

/*-------------------------------------------------------------------------------------
    team-area
---------------------------------------------------------------------------------------*/
.team {
    padding: 67px 0 67px;
}

.team .section-title {
    margin-bottom: 65px;
}

.team-images .overlay {
    height: 100%;
    width: 100%;
}

.single-team .hovered-state {
    width: 270px;
    text-align: center;
}

.single-team .hovered-state p {
    font-size: 10px;
}

.single-team .hovered-state h5 {
    font-weight: 600;
    font-size: 20px;
}

.single-team .hovered-state .social {
    display: flex;
    justify-content: center;
}

.single-team .hovered-state .social a {
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
}

.team .team-slider .slick-next.pull-right.slick-arrow {
    right: 46%;
    top: 112%;
}

.team .team-slider .slick-prev.pull-left.slick-arrow {
    right: 50%;
    top: 112%;
}

/*-------------------------------------------------------------------------------------
        Testimonials-area
---------------------------------------------------------------------------------------*/
.testimonials {
    position: relative;
    z-index: 99999999;
    padding: 67px 0 67px;
}

.testimonials .title {
    display: flex;
    justify-content: end;
}

.testimonial-wrapper {
    background: #fff;
    padding: 52px 33px;
    box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
}

.testimonials .testimonial-wrapper svg {
    color: #264F51;
    opacity: .1;
    font-size: 55px;
    margin-bottom: 43px;
}

.testimonials .testimonial-wrapper p {
    color: #264F51;
    margin-bottom: 22px;
}

.testimonial-wrapper .client-info {
    display: flex;
    align-items: center;
}

.testimonial-wrapper .client-info img {
    border-radius: 50%;
}

.testimonial-wrapper .client-name {
    margin-left: 10px;
}

.testimonial-wrapper .client-name h5 {
    font-weight: 600;
    color: #264F51;
}

.testimonial-wrapper .client-name span {
    font-size: 14px;
}

.testimonials .slick-prev.pull-left.slick-arrow {
    top: 14%;
    right: 14%;
    z-index: 99999;
}

.testimonials .slick-next.pull-right.slick-arrow {
    right: 7%;
    top: 14%;
    z-index: 99999;
}


/*-------------------------------------------------------------------------------------
        Video-area
---------------------------------------------------------------------------------------*/
.video {
    background: url('../images/video.png') top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 191px;
    position: relative;
    margin-top: -21%;
}

.video::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #264F51;
    opacity: .6;
    top: 0;
    left: 0;
}

.video .pulse {
    background: #264F51;
    margin-right: 100px;
}

.video .pulse svg {
    color: #fff;
}

.video .padding-right {
    display: flex;
    justify-content: end;
}

/*-------------------------------------------------------------------------------------
        FAQ-area
---------------------------------------------------------------------------------------*/
.faq {
    padding: 135px 0 67px;
}

.faq-btn {
    color: #fff;
    background-color: #bf996a;
    padding: 15px 33px;
    margin-top: 20px;
}

.faq-para {
    margin-top: 10px;
}

.btn.btn-link.btn-block.text-left {
    color: #264F51;
    text-decoration: none;
}

.btn.btn-link.btn-block.text-left:hover,
.btn.btn-link.btn-block.text-left:active {
    text-decoration: none;
    color: #264F51;
}

.card {
    border-right: 0;
    border-left: 0;
}

.card:first-child {
    border-top: 0;
}

.card:last-child {
    border-bottom: 0;
}

.btn.btn-link.btn-block.text-left.collapsed {
    color: #264F51;
}

.card-header {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body {
    color: #647589;
    font-weight: 400;
}

/*-------------------------------------------------------------------------------------
        blog-area
---------------------------------------------------------------------------------------*/
.blog {
    padding: 67px 0 67px;
}

.blog .section-title {
    margin-bottom: 65px;
}

.blog-content {
    background: #fff;
    filter: drop-shadow(0px 7px 55px rgba(52, 62, 97, 0.06));
    padding: 40px 25px;
}

.blog-wrapper .blog-img {
    position: relative;
}

.blog-wrapper .date {
    background: #264F51;
    display: inline-block;
    padding: 14px 22px;
    position: absolute;
    right: 9%;
    bottom: 36%;
    z-index: 99999;
}

.blog-wrapper .date p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.blog-content h5 {
    color: #264F51;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 13px;
}

.blog-content a {
    letter-spacing: 1px;
    color: #264F51;
    text-decoration: underline;
    font-size: 14px;
}

/*-------------------------------------------------------------------------------------
    footer area
---------------------------------------------------------------------------------------*/

.footer {
    background: #e8e9e3;
    padding: 0px 0 25px 0;
    margin-top: 67px;
}

.footer .newsletter {
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
    padding-bottom: 65px;
}

.footer .newsletter h5 {
    font-size: 30px;
    color: #264F51;
    font-weight: 600;
}

.footer .newsletter input {
    border: none;
    background: #f0f0f0;
    padding: 14px 23px;
    width: 430px;
    position: relative;
}

.footer .newsletter .newsletter-btn {
    color: #fff;
}

.widgets {
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
    padding-bottom: 65px;
}

.d-center {
    display: flex;
    justify-content: center;
}

.widget {
    margin-top: 65px;
}

.widget.w-text {
    margin-top: 77px;
}

.widget p {
    font-size: 15px;
    margin-top: 10px;
}

.widget h5 {
    font-size: 18px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 16px;
}

.widget ul li a {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.widget ul li {
    margin-bottom: 15px;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li a:hover {
    cursor: pointer;
    color: #264F51;
}

.footer-menu p {
    font-size: 14px;
}

.footer-menu p span {
    color: #264F51;
    font-weight: 700;
}

.footer-copyright {
    background: #e8e9e3;
    padding-bottom: 25px;
}

/*-------------------------------------------------------------------------------------
        about-page
---------------------------------------------------------------------------------------*/


.inner-hero {
    /* background: url('../images/inner-banner.png')top left; */
    background-color: #264F51;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;

}

.inner-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #264F51;
    opacity: .6;
}

.inner-hero .hero-text {
    text-align: center;
}

.inner-hero .hero-text h2 {
    color: #fff;
    font-size: 40px;
}

.inner-hero .hero-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #264F51;
    font-weight: 500;
    margin-top: 8px;
}

.inner-hero .hero-text a.home {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.inner-hero .hero-text a.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #264F51;
    margin-left: 5px;
    font-weight: 600;
}

/*-------------------------------------------------------------------------------------
        service-page
---------------------------------------------------------------------------------------*/
.offer.service-page {
    margin-top: 135px;
}

/*-------------------------------------------------------------------------------------
        service detail-page
---------------------------------------------------------------------------------------*/
.service-details {
    padding: 135px 0 67px 0;
}

.service-detail-text h5,
.strategy h5 {
    font-size: 22px;
    color: #264F51;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-detail-text p {
    font-size: 15px;
}

.service-detail-img img {
    width: 100%;
}

.more-para {
    margin: -45px 0 20px 0;
}

.more-para .col-padding {
    padding: 0;
}

.service-quote {
    background: #264F51;
    max-width: 998px;
    margin: 30px auto;
    padding: 30px 102px;
}

.service-quote p {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

.service-list-wrapper {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.service-list-wrapper .list h5 {
    font-size: 22px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 12px;
}

.service-list-wrapper .list iconify-icon {
    color: #264F51;
    font-size: 25px;
}

.service-list-wrapper .list-desc {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.service-list-wrapper .list-desc:last-child {
    margin-bottom: 51px;
}

.service-list-wrapper .list p {
    font-size: 15px;
    margin-left: 14px;
    color: #264F51;
}

/*-------------------------------------------------------------------------------------
        blog-page
---------------------------------------------------------------------------------------*/
.blog-page,
.blog-details-page {
    padding: 135px 0 67px;
}

.blog-page .blog-wrapper {
    margin-bottom: 30px;
}

.blog-page .blog-wrapper .date {
    bottom: 41%;
}

.pagination {
    margin-top: 35px;
}

.single-pagination {
    background: rgba(100, 117, 137, 0.2);
    padding: 5px 16px;
    margin-right: 10px;
}

.single-pagination.active {
    background: #264F51;
}

.single-pagination.active>a {
    color: #fff;
}

.single-pagination a {
    font-size: 18px;
    color: #647589;
}

.search,
.categories,
.recent-posts,
.tags {
    margin-bottom: 50px;
}

.search input {
    width: 100%;
    padding: 18px 28px;
    border: none;
    background: rgba(100, 117, 137, 0.1);
    position: relative;
}

.search svg {
    background: #264F51;
    color: #fff;
    font-size: 46px;
    padding: 13px;
    position: absolute;
    right: 6%;
    top: 7px;
    cursor: pointer;
}

.categories h5,
.recent-posts h5,
.tags h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #264F51;
}

.categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.categories ul li:last-child {
    margin-bottom: 0;
}

.categories ul li.active>* {
    color: #264F51;
}

.categories ul li a,
.categories ul li span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #264F51;
}

.single-recent-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single-recent-wrapper:last-child {
    margin-bottom: 0;
}

.single-recent-wrapper:hover {
    cursor: pointer;
}

.recent-meta {
    margin-left: 14px;
}

.recent-meta a {
    font-size: 14px;
    font-weight: 500;
    color: #264F51;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.recent-meta a:hover {
    color: #264F51;
}

.recent-meta p {
    font-size: 14px;
    font-weight: 400;
    color: #264F51;
    margin-top: 8px;
}

.tag {
    border: 1px solid #264F51;
    display: inline-block;
    padding: 5px 26px;
    margin: 3px 3px 3px 0;
}

.tag a {
    color: #264F51;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

/*-------------------------------------------------------------------------------------
        blog-details page
---------------------------------------------------------------------------------------*/
.blog-details-wrapper img.blog-banner {
    margin-bottom: 30px;
    width: 100%;
}

.top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-meta p {
    color: #264F51;
    font-size: 14px;
    font-weight: 500;
}

.top-meta .social {
    display: flex;
    align-items: center;
}

.top-meta .social p {
    margin-right: 18px;
}

.top-meta .social ul {
    display: flex;
}

.top-meta .social p {
    color: #264F51;
    font-size: 14px;
}

.top-meta .social ul li {
    margin-right: 11px;
}

.top-meta .social ul li a:hover {
    color: #264F51;
}

.top-meta .social ul li:last-child {
    margin-right: 0;
}

.top-meta .social ul li a {
    font-size: 12px;
}

.blog-content-wrapper h2 {
    color: #264F51;
    font-size: 28px;
    font-weight: 600;
    margin-top: 11px;
}

.blog-content-wrapper p {
    font-size: 15px;
}

.bottom-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    color: #264F51;
    margin-bottom: 17px;
}

.bottom-meta .date,
.author,
.comments {
    display: flex;
    align-items: center;
}

.bottom-meta a {
    font-size: 14px;
    margin-left: 8px;
    color: #264F51;
    font-weight: 500;
}

.bottom-meta .comments p {
    color: #264F51;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-quote {
    margin: 24px 0;
}

.blog-details-quote p {
    font-size: 24px;
    color: #264F51;
    font-weight: 500;
    line-height: 35px;
    padding: 0 73px;
}

.paginate-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
    padding-bottom: 11px;
}

.paginate-link a {
    color: #264F51;
    font-size: 14px;
}

.blog-comments {
    margin-top: 44px;
}

.blog-comments h4 {
    font-size: 22px;
    color: #264F51;
    font-weight: 500;
    margin-bottom: 28px;
}

.single-comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 56px;
}

.single-comment img {
    border-radius: 50%;
}

.single-comment:last-child {
    margin-bottom: 0;
}

.single-comment img {
    margin-bottom: 0;
    width: 100px;
}

.name-meta-info {
    margin-left: 18px;
}

.name-meta-info .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.name-meta-info .name h5 {
    font-size: 18px;
    color: #264F51;
    font-weight: 600;
}

.name-meta-info .date {
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-meta-info .name span {
    font-size: 14px;
}

.single-comment .name-meta-info .date a {
    font-size: 14px;
    color: #264F51;
    margin-left: 7px;
    font-weight: 600;
}

.comment-form {
    margin-top: 52px;
}

.comment-form h4 {
    margin-bottom: 23px;
}

.comment-form input {
    background-color: rgba(100, 117, 137, 0.1);
    border: none;
    padding: 25px 30px;
    width: 100%;
    border-radius: 0;
}

.comment-form input.sm {
    width: 96%;
}

.comment-form textarea {
    border-radius: 0;
    background-color: rgba(100, 117, 137, 0.1);
    border: 0;
}

.form-control:focus {
    color: #647589;
    background-color: rgba(100, 117, 137, 0.1);
    outline: 0;
}

.form-group p {
    color: #264F51;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 0;
}

.comment-form .button {
    color: #fff;
    padding: 15px 33px;
    margin-top: 35px;
}

/*-------------------------------------------------------------------------------------
       contact page
---------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------
       team page
---------------------------------------------------------------------------------------*/
.team-page {
    padding: 135px 0 67px;
}

.team-page .section-title {
    margin-bottom: 65px;
    text-align: center;
}

.team-page .sub-heading {
    justify-content: center
}

.mt-30 {
    margin-top: 30px;
}

/*-------------------------------------------------------------------------------------
       portfolio page
---------------------------------------------------------------------------------------*/
.portfolio-page {
    padding: 135px 0;
}

.portfolio-page .section-title {
    margin-bottom: 65px;
}

.portfolio-appointment {
    margin: 135px 0 67px;
}

.appointment-faq {
    padding-top: 67px;
}

/*-------------------------------------------------------------------------------------
       portfolio details page
---------------------------------------------------------------------------------------*/
.portfolio-details {
    padding: 135px 0 67px;
}

.p-details-img {
    margin-bottom: 50px;
}

.portfolio-quote {
    padding: 30px 21px;
    margin: 22px 0 52px 0;
}

.p-detail-img-grid:first-child {
    margin-bottom: 30px;
}

.portfolio-list-wrapper {
    margin-top: 0;
}

.portfolio-details .mt-52 {
    margin: 52px 0;
}

.portfolio-details .mt-top {
    margin: -20% -1%;
}

.p-details-meta {
    box-shadow: 0px 7px 55px rgba(9, 16, 20, 0.08);
    border-top: 8px solid #264F51;
    padding: 65px 53px;
    background: #fff;
}

.p-detail-list {
    display: flex;
    align-items: baseline;
    margin-bottom: 45px;
}

.p-detail-list:last-child {
    margin-bottom: 0;
}

.p-detail-list span {
    margin-right: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

/*-------------------------------------------------------------------------------------
       404 page
---------------------------------------------------------------------------------------*/
.error {
    padding: 135px 0 67px;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 180px;
    font-weight: 600;
    color: #264F51;
}

.error-content h4 {
    font-size: 30px;
    font-weight: 600;
    color: #264F51;
}

.error-btn {
    padding: 14px 45px;
    color: #fff;
    margin-top: 49px;
}

/*-------------------------------------------------------------------------------------
       FAQ page
---------------------------------------------------------------------------------------*/
.faq-page {
    padding: 135px 0 67px;
}

.accordion .card .card-header {
    padding-left: 0;
}


/*-------------------------------------------------------------------------------------
       Policy page
---------------------------------------------------------------------------------------*/
.policy-page {
    padding: 135px 0 67px;
}

.policy-page h2,
.terms-page h2,
.terms-list-wrapper {
    font-size: 42px;
    padding-left: 80px;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    color: #264F51;
}

.p-l-r {
    margin-bottom: 65px;
}

.p-l-r p {
    font-size: 15px;
    padding-right: 100px;
}

.policy-single h4 {
    font-size: 25px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 10px;
}

.policy-single p {
    font-size: 15px;
}

.p-l-r-100 {
    padding: 0 80px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------
       terms page
---------------------------------------------------------------------------------------*/
.terms-page {
    padding: 135px 0 67px;
}

.terms-page h2 {
    padding-right: 50px;
}

.terms-page .p-l-r p {
    padding-left: 24px;
}

.para-wrapper {
    display: flex;
    align-items: center;
    padding-left: 80px;
    margin-top: 29px;
}

.para-wrapper .line {
    height: 40px;
    width: 7px;
    background: #264F51;
}

.terms-list-wrapper {
    display: flex;
    align-items: baseline;
    margin-top: 35px;
}

.terms-list-wrapper h6 {
    color: #264F51;
    font-weight: 700;
}

.terms-list-wrapper p {
    font-size: 15px;
}

.p-m-b {
    margin-top: 65px;
}

/*-------------------------------------------------------------------------------------
       Home 2
---------------------------------------------------------------------------------------*/
.home-2__topbar {
    background: #061028;
}

.home-2__topbar .info-wrapper {
    display: flex;
    align-items: center;
}

.home-2__topbar .meta-wrapper {
    margin-right: 36px;
}

.home-2__topbar .meta-wrapper:last-child {
    margin-right: 0;
}

.home-2__topbar .meta-wrapper svg {
    margin-right: 11px;
}

.home-2__topbar .meta-wrapper svg.rotate {
    transform: rotate(-36deg);
}

.home-2__topbar .meta-wrapper svg,
.home-2__topbar .meta-wrapper span {
    color: #fff;
}

.home-2__topbar .meta-wrapper span {
    font-size: 14px;
}

.home-2__topbar .meta-wrapper.mr-19 {
    margin-right: 19px;
}

.home-2__topbar .social-links ul {
    display: flex;
}

.home-2__topbar .social-links ul li {
    margin-right: 21px;
}

.home-2__topbar .social-links ul li:last-child {
    margin-right: 0;
}

.home-2__topbar .meta-wrapper .header-cta {
    background: #264F51;
    display: inline-block;
    padding: 17px 39px;
}

.home-2__topbar .meta-wrapper .header-cta p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.home-2__topbar .meta-wrapper .header-cta:hover {
    background: #264F51;
    cursor: pointer;
    transition: .3s linear all;
}


/*-------------------------------------------------------------------------------------
       Home 2 Header
---------------------------------------------------------------------------------------*/
.skew-div-right {
    position: relative;
}

.skew-div-right::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 177%;
    width: 164px;
    right: -74px;
    bottom: -38%;
    z-index: 10;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-35deg, 0deg);
}

.skew-div-right .site-logo a img {
    position: relative;
    z-index: 11;
}

.skew-div {
    background: #061028;
    position: relative;
}

.skew-div::after {
    content: '';
    position: absolute;
    background: #061028;
    height: 100%;
    width: 74px;
    right: -74px;
}

.skew-div ul li a {
    color: #fff;
}

.skew-div ul li ul.submenu li a {
    color: #061028;
}

/*-------------------------------------------------------------------------------------
       Home 2 Hero
---------------------------------------------------------------------------------------*/
.home-2 .hero-bg {
    background: #061028;
    position: relative;
}

.home-2 .hero-bg .home-2-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-2 .hero-bg .hero-text {
    padding: 210px 103px 209px 81px;
    position: relative;
    z-index: 10;
}

.home-2 .hero-bg .hero-text span {
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    padding-left: 55px;
}

.home-2 .hero-bg .hero-text span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fff;
    height: 2px;
    width: 40px;
}

.home-2 .hero-bg .hero-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
}

.home-2 .hero-bg .hero-cta,
.home-2-about .hero-cta,
.home-2-cta .hero-cta {
    background: #264F51;
    display: inline-block;
    padding: 17px 39px;
    color: #fff;
}

.home-2 .hero-bg .hero-cta:hover,
.home-2-about .hero-cta:hover .home-2-cta .hero-cta:hover {
    background: #264F51;
    cursor: pointer;
    transition: .3s linear all;
}

.home-2 .no-padding {
    padding: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;
}

.hero-image {
    position: relative;
    height: 100%;
}

.home-2 .hero-image:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #061028;
    opacity: .6;
    height: 100%;
    width: 100%;
}

.home-2 .play-btn {
    position: absolute;
    top: 50%;
    left: -5%;
}

.home-2 .play-btn .pulse {
    margin-left: 0;
}

/*-------------------------------------------------------------------------------------
       Home 2 Counter
---------------------------------------------------------------------------------------*/
.home-2-counter {
    margin: 135px 0 67px;
}

.home-2-counter .single-counter iconify-icon {
    background: #EEF6FF;
    color: #264F51;
    font-size: 35px;
    padding: 14px;
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 5px;
}

.home-2-counter .single-counter h3 {
    font-size: 35px;
    color: #061028;
    font-weight: 600;
}

.home-2-counter .single-counter p {
    font-size: 14px;
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------
       Home 2 About
---------------------------------------------------------------------------------------*/
.home-2-about {
    padding: 67px 0;
}

.home-2-section-title .sub-heading p {
    position: relative;
    margin-left: 0;
    padding-left: 55px;
}

.home-2-section-title .sub-heading p:before {
    position: absolute;
    left: 0;
    bottom: 12px;
    content: '';
    background: #264F51;
    height: 2px;
    width: 40px;
}

.home-2-abt-text {
    margin-top: 10px;
}

.abt-highlight {
    background: url('../images/abt-highlight-bg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 23px 42px;
    margin: 20px 0;
}

.single-highlight {
    display: flex;
    align-items: center;
}

.single-highlight:last-child {
    margin-left: 72px;
}

.single-highlight span {
    font-size: 35px;
    font-weight: 700;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #264F51;
}

.single-highlight h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.home-2-abt-img img {
    width: 100%;
}

.home-2-abt-img {
    position: relative;
    height: 100%;
}

.home-2-abt-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #061028;
    opacity: .6;
    height: 100%;
    width: 100%;
}

.home-2-about .quote {
    background: #061028;
    left: 7%;
    bottom: 4%;
    top: inherit;
}

/*-------------------------------------------------------------------------------------
       Home 2 Cta
---------------------------------------------------------------------------------------*/
.home-2-cta {
    background: url('../images/home-2-cta-bg.png') no-repeat center center;
    background-size: cover;
    padding: 76px 0;
    margin: 67px 0;
}

.cta-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.cta-text p {
    color: #fff;
}

.home-2-cta .hero-cta {
    padding: 17px 58px;
}

.end-justify {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/*-------------------------------------------------------------------------------------
       Home 2 Facilities
---------------------------------------------------------------------------------------*/
.home-2-facilities {
    padding: 67px 0;
}

.home-2-facilities .mt-65 {
    margin-top: 65px;
}

.single-facility {
    background: #FFFFFF;
    box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
    padding: 33px 32px;
}

.single-facility iconify-icon {
    color: #264F51;
    font-size: 45px;
    margin-bottom: 18px;
}

.single-facility h5 {
    font-weight: 600;
    font-size: 18px;
    color: #264F51;
}

.single-facility p {
    font-size: 15px;
    margin-top: 7px;
}

.single-facility a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.115em;
    color: #264F51;
    margin-top: 12px;
}


/*-------------------------------------------------------------------------------------
       Home 2 Portfolio
---------------------------------------------------------------------------------------*/
.home-2-portfolio {
    padding-bottom: 67px;
}

.home-2-portfolio .portfolio-images {
    position: relative;
}

.home-2-portfolio .portfolio-hovered .port-overlay {
    position: absolute;
    background: #061028;
    opacity: .6;
    height: 100%;
    top: 0;
    left: auto;
    width: 90%;
}

.home-2-portfolio .portfolio-hovered .hover-text {
    display: flex;
    align-items: baseline;
    justify-content: end;
    flex-direction: column;
    position: absolute;
    bottom: 25%;
}

.home-2-portfolio .portfolio-hovered .port-overlay {
    visibility: hidden;
    opacity: 0;
    transition: .3s linear all;
}

.home-2-portfolio .portfolio-hovered .hover-text {
    visibility: hidden;
    transition: .3s linear ease-in-out;
}

.home-2-portfolio .single-portfolio:hover .port-overlay {
    visibility: visible;
    opacity: .6;
}

.home-2-portfolio .single-portfolio:hover .hover-text {
    visibility: visible;
}

.home-2-portfolio .portfolio-hovered .hover-text .icon-arrow {
    left: 13%;
    top: 135%;
    margin-top: 0;
}

.home-2-portfolio .portfolio-hovered h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 29px;

}

.home-2-portfolio .portfolio-hovered h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-left: 29px;
}


/*-------------------------------------------------------------------------------------
       Home 2 Portfolio
-------------------------------------*/
.why-choose-us {
    padding: 67px 0 0;
}

.why-choose-us .choose-text,
.why-choose-us .choose-text p {
    margin-bottom: 10px;
}

.why-choose-us .choose-text p:last-child {
    margin-bottom: 0;
}

.why-choose-us .signature {
    margin-top: 10px;
}

.signature img {
    margin-bottom: 10px;
}

.signature .name-desig h5 {
    font-size: 18px;
    font-weight: 600;
    color: #264F51;
}

.signature .name-desig p {
    font-size: 16px;
    color: #061028;
}

/*-------------------------------------------------------------------------------------
       Home 2 Responsibility
-------------------------------------*/
.responsibilities {
    background: url('../images/responsibility-bg.png') no-repeat center center;
    background-size: cover;
    padding: 73px 0;
    margin-bottom: 67px;
}

.single-responsibility h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.single-responsibility p {
    font-size: 15px;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
       Home 2 Team
-------------------------------------*/
.home-2-team .section-title,
.home-2-blog .section-title,
.home-3-testi .section-title {
    text-align: center;
    margin-bottom: 65px;
}

.home-2-team .section-title .sub-heading,
.home-2-blog .section-title .sub-heading,
.home-3-testi .section-title .sub-heading {
    justify-content: center;
}

.home-2-team .section-title .sub-heading p,
.home-2-blog .section-title .sub-heading p {
    position: relative;
}

.home-2-team .section-title .sub-heading p,
.home-2-blog .section-title .sub-heading p {
    left: -2%;
    padding-right: 11px;
}

.home-2-team .section-title .sub-heading p::after,
.home-2-blog .section-title .sub-heading p::after {
    position: absolute;
    right: -32%;
    bottom: 12px;
    content: '';
    background: #264F51;
    height: 2px;
    width: 40px;
}

.single-team-home-2 img {
    position: relative;
}

.single-team-home-2 .single-team-overlay {
    position: absolute;
    left: 5%;
    top: 0;
    background: #061028;
    opacity: .6;
    content: '';
    height: 100%;
    width: 90%;
    opacity: 0;
    transition: .3s linear all;
}

.single-team-home-2:hover .single-team-overlay {
    opacity: .6;
}

.single-team-home-2 .info-wrapper {
    background: #264F51;
    padding: 20px;
    width: 234px;
    position: absolute;
    bottom: -11%;
    left: 11%;
    z-index: 999999;
}

.single-team-home-2 .info-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-team-home-2 .info-wrapper p {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.single-team-home-2 .hover-social {
    background: #264F51;
    width: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    visibility: hidden;
}

.single-team-home-2:hover .hover-social {
    transition: .3s linear all;
    visibility: visible;
}

.single-team-home-2 .hover-social ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.single-team-home-2 .hover-social ul li {
    margin-bottom: 35px;
}

.single-team-home-2 .hover-social ul li:last-child {
    margin-bottom: 0;
}

.single-team-home-2 .hover-social ul li a {
    color: #fff;
    font-size: 20px;
}

.home-2-team .slick-slide {
    height: 500px;
}

/*-------------------------------------------------------------------------------------
       Home 2 Testimonial
-------------------------------------*/
.home-2-testimonial .section-title {
    margin-bottom: 65px;
}

.home-2-testi-wrapper {
    box-shadow: 0px 7px 55px rgba(52, 62, 97, 0.06);
    padding: 52px 35px;
}

.home-2-testi-wrapper .quote-img {
    margin-bottom: 42px;
}

.home-2-testi-wrapper p {
    font-weight: 400;
    font-size: 16px;
    color: #264F51;
}

.home-2-testi-wrapper .testi-meta {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.home-2-testi-wrapper .testi-meta .image img {
    border-radius: 50%;
}

.home-2-testi-wrapper .testi-meta .meta-text {
    margin-left: 10px;
}

.home-2-testi-wrapper .testi-meta .meta-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #264F51;
}

.home-2-testi-wrapper .testi-meta .meta-text p {
    font-size: 14px;
    color: #264F51;
}

/*-------------------------------------------------------------------------------------
       Home 2 brand
-------------------------------------*/
.home-2-brands {
    background: url('../images/brand-bg.png') no-repeat center center;
    background-size: cover;
    padding: 105px 0;
    margin: 135px 0 67px;
}

/*-------------------------------------------------------------------------------------
       Home 2 blogs
-------------------------------------*/
.home-2-blog .section-title .sub-heading p {
    padding-right: 0;
}

.home-2-blog .blog-content p {
    font-size: 14px;
    color: #264F51;
    font-weight: 500;
}


/*-------------------------------------------------------------------------------------
       Home 2 Footer
-------------------------------------*/

.home-2-footer,
.home-2-footer-copyright {
    background: #061028;
}

.home-2-footer .r-mb h5,
.home-2-footer h5,
.home-2-footer p,
.home-2-footer a,
.home-2-footer-copyright p {
    color: #fff;
}

.home-2-footer .d-end input {
    background: #647589;
    color: #fff;

}


/*-------------------------------------------------------------------------------------
       Home 3 Topbar
---------------------------------------------------------------------------------------*/
.home-3-topbar {
    padding: 32px 0;
    border-bottom: 1px solid rgba(100, 117, 137, 0.2);
}

.home-3-phone {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(100, 117, 137, 0.2);
    padding-right: 30px;
}

.home-3-envelope {
    border-right: 0;
    margin-right: 0;
}

.home-3-topbar .justify-end,
.home-3-header .justify-end {
    display: flex;
    justify-content: end;
}

.home-3-topbar .no-mr {
    margin-right: 0;
}

.home-3-icons a {
    display: flex;
    align-items: center;
    height: 100px;
    margin-right: 23px;
}

.home-3-icons a:last-child {
    margin-right: 0;
}

/*-------------------------------------------------------------------------------------
       Home 3 Header
---------------------------------------------------------------------------------------*/
.home-3-header .main-menu ul li:first-child {
    margin-left: 0;
}

/*-------------------------------------------------------------------------------------
       Home 3 Hero
---------------------------------------------------------------------------------------*/
.home-3-hero .hero-img img {
    width: 100%;
}

.home-3-hero .hero-text span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #264F51;
}

.home-3-hero .hero-text h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 140%;
    color: #264F51;
    margin-top: 10px;
}

.call-to-action {
    background: #264F51;
    display: inline-block;
    padding: 17px 39px;
    color: #fff;
    transition: .3s linear all;
    margin-top: 20px;
}

.call-to-action:hover {
    background: #264F51;
}

.dark-blue {
    background: #264F51;
    position: relative;
    padding: 17px 0;
}

.home-3-consultation .inner-text-1,
.home-3-consultation .inner-text-2 {
    display: flex;
    align-items: center;
}

.dark-blue::before {
    background: #264F51;
    content: '';
    left: -13%;
    top: 0;
    height: 100%;
    width: 80px;
    position: absolute;
}

.dark-blue h3 {
    font-size: 90px;
    font-weight: 700;
    color: #264F51;
    opacity: .2;
}

.dark-blue h6 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-left: -48px;
}

.light-blue {
    background: #264F51;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.light-blue::after {
    background: #264F51;
    content: '';
    right: -12%;
    top: 0;
    height: 100%;
    width: 78px;
    position: absolute;
}

.light-blue h3 {
    font-size: 90px;
    font-weight: 700;
    color: #FBFCFD;
    opacity: .2;
}

.light-blue h6 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-left: -48px;
}

/*-------------------------------------------------------------------------------------
       Home 3 About
---------------------------------------------------------------------------------------*/
.abt-lg-txt {
    background: #FBFCFD;
    border-left: 3px solid #264F51;
    padding: 27px 52px;
    margin-top: 20px;
}

.abt-lg-txt h4 {
    color: #264F51;
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
}

.abt-lg-txt h4 span {
    color: #264F51;
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
       Home 3 Facility
---------------------------------------------------------------------------------------*/
.facility-image {
    margin-bottom: 45px;
    margin-top: 67px;
}

.facility-image img {
    width: 100%;
}

.h-3-facility-wrapper {
    background: #FBFCFD;
    padding: 208px 61px;
}

.h-3-mt {
    margin-top: -34%;
}

.h-3-mt-65 {
    margin-top: -115px;
}

/*-------------------------------------------------------------------------------------
       Home 3 Portfolio
---------------------------------------------------------------------------------------*/
.home-3-portfolio .flex-items {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.home-3-portfolio .home-3-mb-0 {
    margin-bottom: 0;
}

.single-btn {
    font-size: 16px;
    font-weight: 500;
    color: #061028;
    background: transparent;
    border: none;
    margin-right: 36px;
}

.single-btn:last-child {
    margin-right: 0;
}

.tab-btn-wrapper .active-item {
    color: #264F51;
}

.home-3-portfolio .m-b-30,
.home-3-who-we-grid .m-b-30 {
    margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------
       Home 3 CTA
---------------------------------------------------------------------------------------*/
.home-3-cta {
    background: #FBFCFD;
    margin-top: 38px;
}

.home-3-cta .cta-text h2,
.home-3-cta .cta-text p {
    color: #061028;
}

/*-------------------------------------------------------------------------------------
       Home 3 Who we are
---------------------------------------------------------------------------------------*/
.who-we-img {
    padding: 67px 0;
}

.home-3-who-we {
    padding: 105px 60px;
}

.home-3-who-we-grid .single-facility {
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.home-3-who-we-grid .single-facility h5 {
    font-size: 28px;
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------------------
       Home 3 team
---------------------------------------------------------------------------------------*/
.home-3-team {
    padding-top: 67px;
}

/*-------------------------------------------------------------------------------------
       Home 3 testimonials
---------------------------------------------------------------------------------------*/
.home-3-testi {
    margin-top: 30px;
}

.home-3-testi .r-m-t-50 {
    margin-top: -45px;
}

.home-3-testi .slick-prev.pull-left.slick-arrow,
.home-3-testi .slick-next.pull-right.slick-arrow {
    opacity: 0;
}

.home-3-testi .home-2-testi-wrapper {
    background: transparent;
    box-shadow: none;
}

.home-3-testi .home-2-testi-wrapper p:first-child {
    text-align: center;
    padding: 0px 100px;
}

.home-3-testi .home-2-testi-wrapper .testi-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.home-3-testi .home-2-testi-wrapper .testi-meta .meta-text p {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------
       Home 3 blog
---------------------------------------------------------------------------------------*/
/* .home-3-blg{
    margin-top: 30px;
} */
.home-3-blg .blog-wrapper .blog-img {
    position: relative;
}

.home-3-blg .blog-wrapper .blg-meta {
    background: #264F51;
    position: absolute;
    right: 4%;
    bottom: 48%;
    padding: 18px 25px;
}

.home-3-blg .blog-wrapper .blg-meta p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.fieldContWrapper {
    width: 100%;
    max-width: calc(var(--form-width) + var(--form-cont-space-right) + var(--form-cont-space-left));
    box-sizing: border-box;
    margin: 0 auto;

}




.contact-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
}

.contact-form h3 {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
}

.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.contact-form form .row .col-lg-6,
.contact-form form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #0d1820;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-form form .form-control:focus {
    border-color: #088e4e;
}

.contact-form form .form-control::-webkit-input-placeholder {
    color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::placeholder {
    color: #999999;
}

.contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.contact-form .send-btn {
    margin-top: 10px;
}

.contact-form .send-btn .default-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #088e4e;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 30px;
}

.contact-form .send-btn .default-btn:hover {
    background-color: #088e4e;
}

.contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.contact-form .with-errors ul li {
    color: red;
}

.contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
    margin-top: 20px !important;
    font-family: "Poppins", sans-serif;
}

.contact-info {
    text-align: left;
    margin-top: 50px;
    background: #f1f1f1;
}

.contact-info .contact-info-content h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
}

.contact-info .contact-info-content h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.contact-info .contact-info-content h4 a {
    display: inline-block;
    color: #088e4e;
    text-transform: lowercase;
}

.contact-info .contact-info-content h4 a:hover {
    color: #088e4e;
}

.contact-info .contact-info-content h4 a:not(:first-child) {
    color: #088e4e;
}

.contact-info .contact-info-content h4 a:not(:first-child):hover {
    color: #088e4e;
}

.contact-info .contact-info-content h4 span {
    display: block;
    color: #0d1820;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 25px;
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
    text-align: center
}


.contact-info .contact-info-content .social li a {
    width: 40px;
    display: block;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    font-size: 20px;
    position: relative;
}

.contact-info .contact-info-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
    color: #ffffff;
    border-color: #000;
    background-color: #000;
}

.map-area iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin-bottom: -8px;
}





.career-container {
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.career-header {
    text-align: center;
    padding-bottom: 30px;
    animation: fadeIn 1s ease-in-out;
}

.career-header h1 {
    color: #1d5053;
    font-size: 36px;
}

.job-section {
    margin-bottom: 50px;
    border-left: 5px solid #bf996a;
    padding-left: 20px;
    animation: slideIn 1s ease-in-out;
}

.job-section h2 {
    color: #1d5053;
}

.job-icon {
    color: #bf996a;
    margin-right: 10px;
}

.location-tag {
    font-size: 14px;
    background-color: #e8e9e3;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    color: #1d5053;
}

.faq-section {
    background-color: #e8e9e3;
    padding: 30px;
    border-radius: 10px;
}

.faq-section h3 {
    color: #1d5053;
}

.faqs {
    margin-bottom: 20px;
}

.benefits-section {
    background-color: #bf996a;
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}



/* Main Section */
.lw-process-section {
    background: #fff;
    padding: 70px 0;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.lw-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Top Titles */
.lw-title {
    font-size: 36px;
    font-weight: 700;
    color: #264F51;
    margin-bottom: 10px;
}

.lw-subtitle {
    font-size: 18px;
    color: #264F51;
    margin-bottom: 40px;
}

/* Steps Grid */
.lw-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Step Card */
.lw-step-card {
    background: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease;
}

.lw-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.07);
}

/* Icon */
.lw-step-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

/* Step Title */
.lw-step-title {
    font-size: 20px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 10px;
}

/* Step Text */
.lw-step-text {
    font-size: 15px;
    color: #264F51;
    line-height: 1.6;
}






/* Section Wrapper */
.lx-faq-wrapper {
    background: #fff;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.lx-faq-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

/* Headings */
.lx-faq-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #264F51;
    margin-bottom: 10px;
}

.lx-faq-subheading {
    text-align: center;
    font-size: 18px;
    color: #264F51;
    margin-bottom: 50px;
}

/* FAQ Box */
.lx-faq-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FAQ Item */
.lx-faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Toggle Button */
.lx-faq-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #264F51;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx-faq-toggle:hover {
    color: #264F51;
}

/* Icon */
.lx-faq-icon {
    font-size: 26px;
    color: #264F51;
    transition: transform 0.3s ease;
}

/* Content */
.lx-faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease;
}

.lx-faq-content p {
    font-size: 16px;
    color: #264F51;
    line-height: 1.6;
    padding-bottom: 20px;
}

/* Active Accordion */
.lx-faq-item.active .lx-faq-content {
    max-height: 200px;
}

.lx-faq-item.active .lx-faq-icon {
    transform: rotate(45deg);
}








/* Section */
.slp-benefits-section {
    background: #fff;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.slp-benefits-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Headings */
.slp-benefits-title {
    font-size: 36px;
    font-weight: 700;
    color: #264F51;
    margin-bottom: 12px;
}

.slp-benefits-subtitle {
    font-size: 18px;
    color: #264F51;
    margin-bottom: 50px;
}

/* Grid */
.slp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
}

/* Cards */
.slp-benefit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    border: 1px solid #e3e9f2;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

.slp-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

/* Icon */
.slp-benefit-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #264F51;
}

/* Heading */
.slp-benefit-heading {
    font-size: 20px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 10px;
}

/* Text */
.slp-benefit-text {
    font-size: 15px;
    color: #264F51;
    line-height: 1.6;
}





.loanifyr-stats-section {
    padding: 60px 20px;
    background: #fff;
}

.loanifyr-stats-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
    text-align: center;
}

.loanifyr-stat-box {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.loanifyr-stat-box:hover {
    transform: translateY(-8px);
}

.loanifyr-counter {
    font-size: 48px;
    font-weight: 700;
    color: #264F51;
    margin-bottom: 10px;
}

.loanifyr-stat-label {
    font-size: 18px;
    color: #264F51;
    font-weight: 500;
}






/* Loanifyr Hero Section */
.lf-hero-section {
    position: relative;
    width: 100%;
    height: 95vh;
    background: url('/assets/images/hero-img-2.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;   /* content left */
    padding-left: 90px;            /* space from left */
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Overlay */
.lf-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}

/* Content */
.lf-hero-content {
    position: relative;
    color: #fff;
    max-width: 700px;
    z-index: 2;
}

/* Title */
.lf-hero-title {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}

/* Button Updated */
.lf-hero-btn {
    background: #d1ab6f;
    padding: 18px 48px;   /* Bigger width */
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    min-width: 280px;     /* Increased width */
    text-align: center;
    transition: 0.3s ease;
}

.lf-hero-btn:hover {
    background: #c89a59;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .lf-hero-section {
        height: 75vh;
        padding-left: 30px;
    }

    .lf-hero-title {
        font-size: 2.4rem;
    }

    .lf-hero-btn {
        min-width: 220px;
        padding: 14px 35px;
        font-size: 1rem;
    }
}



/* MAIN SECTION */
.mission-pro-section {
    
    padding: 100px 0;
    font-family: "Poppins", sans-serif;
}

/* CONTAINER */
.mission-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* HEADER */
.mission-header {
    text-align: center;
    margin-bottom: 70px;
}

.mission-header h2 {
    font-size: 46px;
    font-weight: 700;
    color: #002a57;
    letter-spacing: 0.5px;
}

.mission-header p {
    font-size: 19px;
    color: #444;
    max-width: 760px;
    margin: 15px auto 0;
    line-height: 1.8;
}

/* GRID */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 40px;
}

/* CARD */
.mission-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 1px solid #264F51;
    position: relative;
    overflow: hidden;
}

/* CARD HOVER EFFECT */
.mission-card:hover {
    transform: translateY(-14px);
    box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.15);
    border-color: #264F51;
}

/* TOP GRADIENT BAR ON HOVER */
.mission-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #264F51, #264F51);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease;
}

.mission-card:hover::before {
    opacity: 1;
}

/* ICON STYLE */
.mission-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #264F51, #264F51);
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    box-shadow: 0px 8px 18px #264F51;
    transition: 0.3s ease;
}

/* ICON HOVER EFFECT */
.mission-card:hover .mission-icon {
    transform: scale(1.12);
    box-shadow: 0px 10px 24px #264F51;
}

/* TITLE */
.mission-card h3 {
    font-size: 23px;
    color: #00366f;
    margin-bottom: 15px;
    font-weight: 600;
}

/* PARAGRAPH */
.mission-card p {
    font-size: 16.5px;
    color: #000;
    line-height: 1.8;
}






.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-container {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b2b5a;
}

.faq-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
}

.faq-box {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    color: #1b2b5a;
    display: flex;
    justify-content: space-between;
}

.faq-question::after {
    content: "+";
    font-size: 22px;
    color: #264F51;
    transition: 0.3s;
}

.faq-question.active::after {
    content: "-";
    color: #ff3b3b;
}

.faq-answer {
    display: none;
    font-size: 15px;
    color: #444;
    padding-top: 10px;
    line-height: 1.6;
}





.lp-blog-wrapper {
    padding: 80px 0;
    background: #fff;
}

.lp-blog-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.lp-blog-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #1c2d5a;
}

.lp-blog-desc {
    text-align: center;
    color: #555;
    font-size: 16px;
    max-width: 600px;
    margin: 12px auto 45px;
}

/* Featured Blog */
.lp-featured-box {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.lp-featured-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.lp-featured-info {
    padding: 25px 30px;
}

.lp-featured-info h3 {
    font-size: 24px;
    color: #1c2d5a;
    font-weight: 700;
}

.lp-featured-info p {
    color: #555;
    margin: 10px 0 20px;
}

/* Blog Grid */
.lp-grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 25px;
}

/* Blog Card */
.lp-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.lp-blog-card:hover {
    transform: translateY(-10px);
}

.lp-blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.lp-card-info {
    padding: 20px;
}

.lp-card-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #264F51;
    margin-bottom: 10px;
}

.lp-card-info p {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.lp-readmore-btn {
    background: #264F51;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
}

.lp-readmore-btn:hover {
    background: #264F51;
}







/* HERO */
.ds-hero {
    background: linear-gradient(135deg, #264F51, #264F51);
    padding: 90px 20px;
    text-align: center;
    color: white;
}
.ds-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ds-hero p {
    font-size: 18px;
    max-width: 750px;
    margin: auto;
    opacity: 0.9;
}

/* SECTION BASE */
.ds-section {
    padding: 60px 20px;
    max-width: 1300px;
    margin: auto;
}
.ds-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.ds-section-title h2 {
    font-size: 32px;
    color: #264F51;
    font-weight: 700;
}
.ds-section-title p {
    color: #555;
    font-size: 16px;
}

/* SERVICES GRID */
.ds-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}
.ds-service-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}
.ds-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 15px 35px rgba(0,0,0,0.10);
}
.ds-service-card i {
    font-size: 45px;
    color: #264F51;
    margin-bottom: 15px;
}
.ds-service-card h3 {
    font-size: 20px;
    font-weight: 600;
}
.ds-service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* WHY CHOOSE US */
.ds-why-wrapper {
    max-width: 950px;
    margin: auto;
}
.ds-why-box {
    display: flex;
    gap: 20px;
    background: white;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.05);
    margin-bottom: 16px;
}
.ds-why-box i {
    font-size: 35px;
    color: #264F51;
}
.ds-why-box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.ds-why-box p {
    margin: 5px 0 0;
    color: #555;
}

/* PROCESS */
.ds-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
.ds-process-step {
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.06);
    text-align: center;
    transition: 0.3s;
}
.ds-process-step i {
    font-size: 40px;
    color: #264F51;
    margin-bottom: 12px;
}
.ds-process-step:hover {
    transform: translateY(-6px);
}
.ds-process-step h4 {
    margin-bottom: 8px;
}

/* CTA */
.ds-cta {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
    color: #264F51;
}
.ds-cta h2 {
    font-size: 32px;
    font-weight: 700;
}
.ds-cta p {
    font-size: 16px;
    opacity: 0.9;
    margin: 10px auto 25px;
    max-width: 700px;
}
.ds-cta-btn {
    background: #264F51;
    color: #fff;
    padding: 16px 50px;
    min-width: 220px;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.ds-cta-btn:hover {
    background: #264F51;
    color: #fff;
}





/* HERO */
.hr-new-hero {
    background: #264F51;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.hr-new-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hr-new-hero-content p {
    max-width: 750px;
    margin: 15px auto;
    font-size: 18px;
    opacity: 0.9;
}

.hr-new-btn {
    background: #264F51;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s ease;
}

.hr-new-btn:hover {
    background: #e3f3f4;
}

/* SECTIONS */
.hr-new-section {
    padding: 80px 20px;
}

.dark {
    background: #264F51;
    color: #fff;
}

.hr-new-container {
    max-width: 1200px;
    margin: auto;
}

.hr-new-title {
    text-align: center;
    margin-bottom: 50px;
}

.hr-new-title h2 {
    font-size: 38px;
    font-weight: 700;
}

.hr-new-title p {
    font-size: 17px;
    opacity: 0.8;
}

/* GRID */
.hr-new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* CARDS */
.hr-new-card {
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    background: #f7fefe;
    border: 1px solid #d7e7e8;
    transition: .3s;
}

.hr-new-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.hr-new-card img {
    width: 70px;
    margin-bottom: 15px;
}

.hr-new-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* WHITE ICON BOXES */
.hr-new-list-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255,255,255,0.12);
    padding: 20px;
    border-radius: 12px;
}
.hr-new-list-box p{
    color: #fff;
}

.hr-new-list-box img {
    width: 45px;
}

/* HELP CARDS */
.hr-new-help-card {
    padding: 25px;
    border: 1px solid #dceaea;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    transition: .3s;
}

.hr-new-help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}

.hr-new-help-card img {
    width: 55px;
    margin-bottom: 15px;
}

.hr-new-final {
    background: #fff;
    color: #264F51;
    text-align: center;
    padding: 70px 20px;
}



/* HERO SECTION */
.ls-hero {
    background: #264F51;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.ls-hero-box h1 {
    font-size: 48px;
    font-weight: 700;
}

.ls-hero-box p {
    max-width: 700px;
    margin: 15px auto;
    font-size: 18px;
    opacity: 0.9;
}

.ls-btn-primary {
    background-color: #264F51;
    color: #fff;
    padding: 16px 55px;   /* Bigger Left–Right Space */
    min-width: 240px;     /* Button Becomes Wider */
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 35px;  /* Smooth Curved Look */
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ls-btn-primary:hover {
    background-color: #1e3f41;
    transform: translateY(-2px);
}

/* SECTIONS */
.ls-section {
    padding: 80px 20px;
}

.dark {
    background: #264F51;
    color: #fff;
}

.ls-container {
    max-width: 1200px;
    margin: auto;
}

.ls-title {
    text-align: center;
    margin-bottom: 50px;
}

.ls-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.ls-title p {
    font-size: 16px;
    opacity: 0.9;
}

/* GRID SYSTEM */
.ls-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* CARDS */
.ls-card {
    text-align: center;
    background: #f4fdfc;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #d8eceb;
    transition: .3s;
}

.ls-card img {
    width: 70px;
    margin-bottom: 18px;
}

.ls-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* LIST BOXES */
.ls-list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255,255,255,0.12);
    padding: 20px;
    border-radius: 12px;
}

.ls-list p{
    color: #fff;
}

.ls-list img {
    width: 40px;
}

/* HELP CARDS */
.ls-help-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #d9eded;
    text-align: center;
    transition: .3s;
}

.ls-help-card img {
    width: 55px;
    margin-bottom: 15px;
}

.ls-help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* FINAL CTA */
.ls-final {
    background: #fff;
    padding: 70px 20px;
    text-align: center;
    color: #264F51;
}

.ls-final h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.ls-final p {
    font-size: 17px;
    opacity: 0.9;
}




/* HERO */
.ds-hero {
    background: #264F51;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.ds-hero-content h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.ds-hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.ds-btn {
    background: #fff;
    color: #264F51;
    padding: 16px 50px;
    font-size: 18px;
    border-radius: 35px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    min-width: 240px;
    transition: 0.3s;
}

.ds-btn:hover {
    background: #d9e6e6;
}

/* SECTION */
.ds-section {
    padding: 70px 20px;
    text-align: center;
}

.ds-section.alt {
    background: #f5fafa;
}

.ds-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #264F51;
}

/* GRID */
.ds-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* CARD */
.ds-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
}

.ds-icon {
    font-size: 40px;
    color: #264F51;
    margin-bottom: 15px;
}

.ds-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #264F51;
}

.ds-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* CTA SECTION */
.ds-cta {
    background: #fff;
    padding: 70px 20px;
    text-align: center;
    color: #264F51;
}

.ds-cta h2 {
    font-size: 35px;
}

.ds-cta p {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 25px;
}

.ds-btn.big {
    padding: 18px 60px;
    min-width: 260px;
    font-size: 20px;
    background-color: #264F51;
    color: #fff;
}




/* HERO SECTION */
.bda-hero {
    background: #264F51;
    padding: 85px 20px;
    text-align: center;
    color: #fff;
}

.bda-hero-content h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.bda-hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.bda-btn {
    background: #fff;
    color: #264F51;
    padding: 16px 50px;
    border-radius: 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    min-width: 240px;
    transition: 0.3s;
}

.bda-btn:hover {
    background: #dbe9e9;
}

/* SECTIONS */
.bda-section {
    padding: 70px 20px;
    text-align: center;
}

.bda-section.alt {
    background: #f5fafa;
}

.bda-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #264F51;
}

/* GRID */
.bda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* CARDS */
.bda-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.ds-icon {
    font-size: 40px;
    color: #264F51;
    margin-bottom: 15px;
}

.bda-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #264F51;
}

.bda-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* CTA SECTION */
.bda-cta {
    background: #fff;
    color: #264F51;
    text-align: center;
    padding: 70px 20px;
}

.bda-cta h2 {
    font-size: 35px;
}

.bda-cta p {
    font-size: 18px;
    margin-bottom: 25px;
}

.bda-btn.big {
    padding: 18px 60px;
    min-width: 260px;
    font-size: 20px;
    background-color: #264F51;
    color: #fff;
}
