@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: BarlowCondensed-Regular;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}

.behind {
    z-index: -1;
}

@media (max-width: 575px) {
    #navbarContent {
        background-color: #eeecec;
    }
}

/* font color */
.color-primary {
    color: #F4692F !important;
}
.color-secondary {
    color: #103B61 !important;
}
.color-third {
    color: #3A90E5 !important;
}
/* background color */
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000 !important;
}
.bg-gray{
    background-color: #E8F0F6 !important;
}
.text-gradient {
    background: linear-gradient(90deg, #f4692f, #4d93e5, #103b61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}

/* global */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.9);
        opacity: .9;
    }
}
body{
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #62646F;
}
h1, .h1{
    font-family: Poppins;
    font-size: 80px;
    line-height: 1.2em;
}
h2, .h2{
    font-family: Poppins;
    line-height: 1.2em;
    font-size: 60px;
}
h3, .h3{
    font-family: BarlowCondensed-Regular;
    line-height: 1.2em;
    font-size: 40px;
}
h4, .h4{
    font-family: BarlowCondensed-Regular;
    font-size: 24px;
    line-height: 1.2em;
}
h5, .h5{
    font-family: BarlowCondensed-Regular;
    font-size: 24px;
    line-height: 1.2em;
}
a{
    color: inherit;
   font-weight: 600;
   text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
.btn.btn-primary {
    background-color: #f4692f;
    border: 0px;
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 600;
    font-family: 'BarlowCondensed-Regular';
    font-size: 24px;
}
.btn.btn-primary:hover {
    background-color: #103B61;
    /* animation: pulse 1s infinite; */
}
.btn.btn-secondary {
    background-color: #fff;
    color: #103B61;
    font-weight: 600;
    border: 0px;
    border-radius: 5px;
    padding: 10px 25px;
}
.btn.btn-secondary:hover {
    background-color: #103B61;
    color: #fff;
}
section {
    overflow: hidden;
}
.section {
    margin: 5em 0;
}
.fw-regular{
    font-weight: 400 !important;
}

@media (max-width: 1399px) {
    h1, .h1{
        font-size: 70px;
    }
    h2, .h2{
        font-size: 50px;
    }
    h3, .h3{
        font-size: 35px;
    }
    .section {
        margin: 4em 0;
    }
}
@media (max-width: 1199px) {
    h1, .h1{
        font-size: 60px;
    }
    h2, .h2{
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    h1, .h1{
        font-size: 50px;
    }
    h2, .h2{
        font-size: 35px;
    }
    h3, .h3{
        font-size: 30px;
    }
    .section {
        margin: 3em 0;
    }
    .btn.btn-primary {
        font-size: 20px;
    }
    header.home {
        background-color: #fff;
    }
    .header_right {
        flex-direction: column;
        align-items: start !important;
    }
}
@media (max-width: 767px) {
    h1, .h1{
        font-size: 40px;
    }
    h2, .h2{
        font-size: 35px;
    }
    .section {
        margin: 2em 0;
    }

}
@media (max-width: 575px) {
    h1, .h1{
        font-size: 37px;
    }
    h2, .h2{
        font-size: 30px;
    }
    h3, .h3{
        font-size: 27px;
    }
}

.flex-left {
    display: flex;
    justify-content: flex-start;
}
.flex-right {
    display: flex;
    justify-content: flex-end;
}

/***** Header Start *****/
header.home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
header.home .container {
    max-width: 1600px;
}
li.nav-item a {
    padding: 8px 20px !important;
}
.client_access {
    padding: 8px 20px;
}
.navbar .btn.btn-primary {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb {
    gap: 10px;
}
.breadcrumb svg {
    width: 18px;
    fill: #888B99;
}
.hero-banner {
    background-color: #F6F6F6;
    background-image: url(../images/bg-3.svg);
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position: right;
}

@media (max-width: 991px) {
    .client_access {
        color: inherit !important;
        font-size: 16px;
        font-weight: 400;
    }
}
/***** Header End *****/



/***** Homepage Start *****/
.home-banner {
    background-image: url(../images/banner.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .home-banner {
       background-position: -260px center !important;
       background-size: 200%;
        /*background-image: none;*/
    }
    .home-banner .row > div {
       padding-right:140px;
    }
}

.banner_two {
    background-image: url(../images/banner1.png);
    background-size: cover;
    display: flex;
    align-items: center;
}
.section-2,
.section-3,
.section-4 {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.section-2 {
    background-image: url(../images/bg-1.svg);
}
.section-2 .image_container img {
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
}
.section-2 .image_container:hover img {
    transform: rotateY(180deg);
}
.section-3,
.section-4 {
    background-image: url(../images/bg-2.svg);
}
.framework-box {
    border: 1px solid #D7D8DD;
    border-radius: 16px;
    padding: 4px;
}
.image_container {
    position: relative;
    width: 100%;
    height: 100%;
}
.image_container img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2;
    border-radius: 15px;
}
.image_container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.team-box {
    background-color: #f6f6f6;
    border: 1px solid #d7d8dd;
    border-radius: 8px;
}
.team_info svg{
    width: 20px;
    fill: #103B61;
    margin-right: 10px;
}
.team-box-1 .team_info svg {
    fill: #62646F;
}
.team-box .team_image {
    width: 30%;
}
.team_image img {
    border-radius: 8px;
}
.team_info li {
    display: flex;
}
.tabs .nav-link {
    color: #000;
    border: 1px solid #B0B2BB;
    border-radius: 5px;
    margin-bottom: 0.7em;
    text-align: left;
}
.tabs .nav-link.active {
    color: #fff;
    background-color:#F4692F;
    border-color: #F4692F;
}
.faq_item {
    border: 1px solid #d7d8dd;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 1em;
}
#v-pills-tab {
    width: 25%;
}
#v-pills-tabContent {
    width: 75%;
}
.banner_footer{
    background-image: url(../images/cta-banner.png);
    background-size: cover;
}

/* slick slider start */
.slick-slide {
    padding: 7px;
}
.serviceItem {
    border: 1px solid #d7d8dd;
    border-radius: 13px;
    padding: 15px;
    min-height: 291px;
}
.slick-dots button:before{
    line-height: 1 !important;
}
.slick-active button:before {
    width: 25px !important;
    height: 6px !important;
    background-color: #103b61;
    color: #103b61 !important;
    border-radius: 10px;
}
.slick-dots li {
    margin: 0px;
}
.iti--allow-dropdown {
    width: 100%;
}
/* slick slider end */

/* modal start */
.modal .modal-dialog {
    max-width: 600px;
}
.modal input.form-control, .modal select {
    padding: 10px;
}
.modal-header {
    border-bottom: 0px;
}
.modal-content {
    padding: 20px 15px;
}
/* modal end */


/* footer start */
.footer {
    background-color: #103B61;
    color: #fff;
}
.copyright {
    font-size: 14px;;
}

.footer_social {
    display: flex;
    gap: 15px;
}
.footer_social svg {
    width: 20px;
    fill: #fff;
}
.footer_subscribe {
    font-size: 13px;
    margin: 2em 0px;
}
.footer_subscribe button {
    background-color: #F4692F;
    color: #fff;
    border: none;
    padding: 13px 25px;
}
.footer_subscribe input {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 7px;
}
.footer_subscribe input::placeholder {
    color: #fff;
}
.footer_tagline {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 3em;
    position: relative;
    display: inline-block;
}
.footer_tagline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 10px;
    left: 0;
}
.footer_tagline span {
    position: relative;
    z-index: 1;
    background-color: #103b61;
    padding: 0 10px;
}
.footer_logo img {
    max-width: 271px;
}
.footer_links ul {
    list-style: none;
    padding: 0px;
}
.footer_links ul a {
    font-weight: 400;
    text-decoration: none;
    line-height: 2.5em;
    display: flex;
    gap: 15px;
}
.footer_links svg {
    width: 20px;
    fill: #fff;
}
.locations a {
    line-height: 1.5em !important;
    margin-bottom: 1.5em;
}
/* footer end */

/***** Homepage End *****/

.banner_four {
    background-image: url(../images/about-bg-1.png);
    background-size: cover;
    background-position: center;
}
.team-item {
    border: 1px solid #d7d8dd;
    box-shadow: 0px 0px 4px 8px #dfdfdf5e;
    border-radius: 10px;
    padding: 25px 20px;
}
.process_section {
    background-image: url(../images/bg-3.svg);
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position: right;
}
.process_bar {
    border-left: 1px solid #d5d3d3;
    padding-left: 7em;
    position: relative;
}
.process_step {
    background-color: #A5D257;
    color: #103b70;
    font-weight: 600;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: -5px;
}
.full-financial {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}
.benefits {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.benefit-item {
    width: calc(25% - 12px);
    text-align: center;
}

@media (max-width: 1399px) {
    .serviceItem {
        min-height: 231px;
    }
    .process_bar {
        padding-left: 6em;
    }
}
@media (max-width: 991px) {
    .home-banner {
        background-position: center;
        min-height: 67vh;
    }
    .team-box-1 .team_info {
        font-size: 14px;
    }
    .process_bar {
        padding-left: 4em;
    }
    .process_step {
        font-size: 13px;
        padding: 3px 10px;
    }
    .benefit-item {
        width: calc(50% - 8px);
        text-align: center;
    }
    .nav-item.dropdown{
        width: 100%;
    }
    a.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .team-box {
        flex-direction: column;
    }
    .team_image,
    .team_info {
        width: 100%;
    }
    #v-pills-tab,
    #v-pills-tabContent {
        width: 100%;
    }
    .serviceItem {
        min-height: 181px;
    }
    .process_bar {
        padding-left: 3em;
    }
    .benefit-item {
        width: calc(100%);
        text-align: center;
    }
}

@media (max-width: 575px) {
    .btn.btn-secondary {
        border-color: #939393;
        border-style: solid;
        border-width: 1px;
    }
}
/***** Homepage End *****/
