/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'Avenir LT Pro Book';
    src: url('font/AvenirLTPro-Book.woff2') format('woff2'),
        url('font/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Light';
    src: url('font/AvenirLTPro-Light.woff2') format('woff2'),
        url('font/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Heavy';
    src: url('font/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('font/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Heavy Oblique';
    src: url('font/AvenirLTPro-HeavyOblique.woff2') format('woff2'),
        url('font/AvenirLTPro-HeavyOblique.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Black';
    src: url('font/AvenirLTPro-Black.woff2') format('woff2'),
        url('font/AvenirLTPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Medium';
    src: url('font/AvenirLTPro-Medium.woff2') format('woff2'),
        url('font/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Pro Oblique';
    src: url('font/AvenirLTProOblique.woff2') format('woff2'),
    url('font/AvenirLTProOblique.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro Roman';
    src: url('font/AvenirLTPro-Roman.woff2') format('woff2'),
        url('font/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.AvenirLTProBook, .AvenirLTProBook-container *{
    font-family: 'Avenir LT Pro Book' !important;
}
.MyriadProRegular{
    font-family: 'Myriad Pro Regular' !important;
}
.AvenirLTProHeavy, .AvenirLTProHeavy-para p{
    font-family: 'Avenir LT Pro Heavy' !important;
}
.AvenirLTProHeavyOblique{
    font-family: 'Avenir LT Pro Heavy Oblique' !important;
}
.AvenirLTProLight{
    font-family: 'Avenir LT Pro Light' !important;
}
.AvenirLTProBlack, .AvenirLTProBlack-container, .AvenirLTProBlack-container *{
    font-family: 'Avenir LT Pro Black' !important;
}
.AvenirLTProMedium, .AvenirLTProMedium-container{
    font-family: 'Avenir LT Pro Medium' !important;
}
.AvenirLTProOblique{
    font-family: 'Avenir LT Pro Oblique' !important;
}
.AvenirLTProRoman, .AvenirLTProRoman-container, .AvenirLTProRoman-container *{
    font-family: 'Avenir LT Pro Roman' !important;
}
.open-sans {
    font-family: 'Open Sans', sans-serif !important;
}
/* 
Utilities classes
*/
.border-radius-5px, .border-radius-5px-img img {
	border-radius: 5px;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-start {
    text-align: left !important;
}
.text-justify, .text-justify p {
    text-align: justify;
}
.text-end {
    text-align: right !important;
}
.text-center,
.text-center h1 {
    text-align: center !important;
}
.text-white, .text-white * {
    color: #fff;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.shadow, .shadow-img img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm,.shadow-img-sm img{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg,.shadow-img-lg img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none,.shadow-img-none img {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}


@media (max-width: 767px){
    .xs-pb-0,
    .xs-pb-0 .vc_column-inner {
        padding-bottom: 0 !important;
    }
    .xs-pt-0,
    .xs-pt-0 .vc_column-inner {
        padding-top: 0 !important;
    }
    .xs-pb-10,
    .xs-pb-10 .vc_column-inner {
        padding-bottom: 10px !important;
    }
    .xs-pr-20,
    .xs-pr-20 .vc_column-inner {
        padding-bottom: 20px !important;
    }
    .xs-pr-0,
    .xs-pr-0 .vc_column-inner {
        padding-bottom: 0px !important;
    }
    .xs-pt-10,
    .xs-pt-10 .vc_column-inner {
        padding-top: 10px !important;
    }

    .xs-pb-0,
    .xs-pb-0 .vc_column-inner {
        padding-bottom: 0 !important;
    }
    .xs-mt-0,
    .xs-mt-0 .vc_column-inner {
        margin-top: 0 !important;
    }
    .xs-mb-10,
    .xs-mb-10 .vc_column-inner {
        margin-bottom: 10px !important;
    }
    .xs-mt-10,
    .xs-mt-10 .vc_column-inner {
        margin-top: 10px !important;
    }
}



@media screen and (max-width: 767px){
    .two-col-flex .full_section_inner {
        flex-direction: column;
    }
    .two-col-flex.right-img .full_section_inner {
        flex-direction: column-reverse;
    }
}
li.logo-link .menu-image.menu-image-title-hide {
	width: 88px;
	height: 107px;
}
    
/* Footer responsive code */
@media screen and (min-width: 800px) and (max-width: 910px){
    .three_columns > .column3 > .column_inner {
        padding-left: 0;
    }
    .footer_top .three_columns .column3 .column_inner > div {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 800px){
    .footer_top .three_columns {
        display: flex;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }
    .three_columns.footer_bottom_columns {
        flex-direction: column;
    }
    .column1.footer_bottom_column {
        order: 1;
    }
    .column3.footer_bottom_column {
        order: 2;
    }
    .column2.footer_bottom_column {
        order: 3;
    }
    .three_columns.footer_bottom_columns .column1.footer_bottom_column, .three_columns.footer_bottom_columns .column3.footer_bottom_column {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .three_columns.footer_bottom_columns .column3.footer_bottom_column {
        margin-top: 18px;
    }
    .three_columns.footer_bottom_columns .alignleft.size-full {
        margin-right: 0;
    }
    .footer_top .three_columns .column2 .column_inner > div, .footer_top .three_columns .column3 .column_inner > div {
        margin-left: 0 !important;
    }
    .column2.footer_col2 {
        margin-bottom: 0 !important;
    }
    .footer_top .column_inner > div.widget.widget_block, .wp-block-heading {
        margin-bottom: 15px !important;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
.column2.footer_col2::after {
	position: absolute;
	right: 15%;
	top: 50%;
	background: #9c7d06;
	height: 120px;
	width: 4px;
	content: "";
	transform: translate(0, calc(-50% + 20px));
}
.column2.footer_col2::before {
	position: absolute;
	left: -13%;
	top: 50%;
	background: #9c7d06;
	height: 120px;
	width: 4px;
	content: "";
	transform: translate(0, calc(-50% + 20px));
}
}
@media screen and (min-width: 1201px){
.column2.footer_col2::before {
	position: absolute;
	left: -18%;
	top: 50%;
	background: #9c7d06;
	height: 120px;
	width: 4px;
	content: "";
	transform: translate(0, calc(-50% + 20px));
}
.column2.footer_col2::after {
	position: absolute;
	right: 21%;
	top: 50%;
	background: #9c7d06;
	height: 120px;
	width: 4px;
	content: "";
	transform: translate(0, calc(-50% + 20px));
}
}

/* need to move the below to simple css plugin */
@media screen and (min-width: 1001px){
    .q_logo {
        display: none;
    }
    header:not(.sticky):not(.scrolled) .header_bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1001px){
    div .four-col-flex .section_inner_margin > div {
        width: calc(50% - 27px);
    }
    div .four-col-flex .section_inner_margin {
        gap: 0;
    }
   div .four-col-flex .section_inner_margin > div {
        margin-right: 27px;
    }
    div .four-col-flex .section_inner_margin > div:nth-child(2n) {
        margin-right: 0 !important;
    }

    div .three-col-flex .section_inner_margin > div {
        width: calc(50% - 27px);
    }
    div .three-col-flex .section_inner_margin {
        gap: 0;
    }
   div .three-col-flex .section_inner_margin > div {
        margin-right: 27px;
    }
    div .three-col-flex .section_inner_margin > div:nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 1001px){
    li.menu-item.separator-menu, li.menu-item.logo-link {
        display: none !important;
    }
    .mobile_menu {
        padding-bottom: 20px;
    }
    .header_inner_left .qode_icon_font_awesome.fa.fa-bars {
        font-size: 20px;
    }
    .login-btn a {
        margin-top: 13px;
        text-align: center;
    }
    li.call-btn a::before, li.whatsapp-btn a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background-image: url(http://localhost/baba-lending/wp-content/uploads/2023/12/Header-Call-ic.png);
        background-position: top left;
        background-size: 100% 100%;
        width: 27px;
        height: 27px;
        transform: translate(0, -50%);
    }
    li.whatsapp-btn a::before {
        background-image: url(http://localhost/baba-lending/wp-content/uploads/2023/12/Header-WA-ic.png);
    }
    li.call-btn a, li.whatsapp-btn a {
        position: relative;
        padding-left: 37px !important;
    }
    li.menu-item.separator-menu {
        display: none !important;
    }
    .four-col-flex .section_inner_margin, .three-col-flex .section_inner_margin {
        flex-wrap: wrap;
    }

}
.footer_bottom p {
	font-family: 'Avenir LT Pro Roman' !important;
	font-size: 17px;
}
.contact-widget.third-column-cus ul li p {
	font-family: 'Avenir LT Pro Roman' !important;
}
.footer_top .widget_nav_menu li.menu-item a {
	font-family: 'Avenir LT Pro Roman' !important;
}
.footer_top h5 {
	font-family: 'Avenir LT Pro Black' !important;
}
nav.main_menu > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
nav.main_menu.right {
	left: 0;
	float: none;
	width: 100%;
}
.login-btn a {
	background: #015414 !important;
	color: white !important;
	border-radius: 25px;
	padding: 5px 30px !important;
	font-family: 'Open Sans', sans-serif !important;
}
nav.main_menu > ul > li > a {
	color: #000000;
	line-height: 32px;
	font-family: 'Avenir LT Pro Medium';
}
header:not(.sticky):not(.scrolled) .header_bottom, header.fixed_top_header .bottom_header {
	border-bottom: none !important;
}
nav.main_menu ul li .menu-image-title {
	position: relative;
	top: 3px;
}
.three_columns.footer_bottom_columns {
	align-items: center;
}
.three_columns.footer_bottom_columns .column2.footer_bottom_column {
	width: 80%;
}
.three_columns.footer_bottom_columns .column1.footer_bottom_column, .three_columns.footer_bottom_columns .column3.footer_bottom_column {
	width: 10%;
}
.three_columns.footer_bottom_columns {
	display: flex;
	align-items: center;
}
.social-icon-cus {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.contact-widget.third-column-cus ul li {
	display: flex;
	align-items: center;
	gap: 15px;
}
.contact-widget.third-column-cus ul li:last-child i {
	align-self: flex-start;
}
.contact-widget.third-column-cus ul li p {
	margin-top: 0;
	margin-bottom: 0;
}
.contact-widget.third-column-cus ul li {
	margin-bottom: 10px;
}
.column2.footer_col2, .column3.footer_col3 {
	padding-top: 25px;
}
.column2.footer_col2, .column3.footer_col3 {
	padding-top: 25px;
}
.column2.footer_col2 {
	position: relative;
}
div .qbutton.qode-button-shadow {
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
div p {
    font-family: 'Avenir LT Pro Book' !important;
}
.four-col-flex .section_inner_margin, .three-col-flex .section_inner_margin {
	display: flex;
	gap: 27px;
}