/*!
Theme Name: Bankers Commercial Finance
Author: Developer
Version: 1.0.0
*/

/*! GENERAL CSS*/
body.logged-in > header {  
    margin-top: 32px;  
}
html, body {
	font-family: "Montserrat", sans-serif !important;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto !important;
	padding: 0;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1430px !important;
    margin: 0 auto;
    padding: 0 25px !important;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

div h1 {
	color: #192D54;
	font-size: clamp(2.8125rem, 2.25rem + 2.8125vw, 5.625rem); /*font-size:90px;*/
}

div h1 strong {
	color: #3981B1;
}

div h2 {
	color: #3981B1;
	font-size: clamp(2.1875rem, 2.0625rem + 0.625vw, 2.8125rem); /*font-size:45px;*/
    font-weight: 700;
}

div h3 {
	color: #FFF;
	font-size: clamp(2.1875rem, 2.0625rem + 0.625vw, 2.8125rem); /*font-size:45px;*/
    font-weight: 700;
}

div h4 {
	color: #2374A9;
	font-size: clamp(1.5625rem, 1.4375rem + 0.625vw, 2.1875rem); /*font-size:35px;*/
    font-weight: 700;
}

div h5 {
	color: #2374A9;
	font-size: clamp(1.375rem, 1.3125rem + 0.3125vw, 1.6875rem); /*font-size:27px;*/
    font-weight: 700;
}

div h6 {
	color: #192D54;
	font-size: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem); /*font-size:25px;*/
    font-weight: 700;
}

p {
	margin-top: 0;
	margin-bottom: 0 !important;
}

.image-fluid {
    width: 100%;
}

.primary-btn {
	background: linear-gradient(180deg, rgba(57,130,177,1) 0%, rgba(26,47,86,1) 100%);
	padding: 15px 25px;
    border-radius: 5px;
}

.primary-btn:hover {
	background: linear-gradient(180deg, rgba(26,47,86,1) 0%, rgba(57,130,177,1) 100%);
}

a.primary-btn {
	color: #fff;
	text-decoration: none;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	font-weight: 700;
}

:hover {
	transition: 0.3s ease-in-out;
}

/*** Sticky Menu*/
.sticky {
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

/***Back to top ***/
#back-to-top {
    display: table;
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 20;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    background: #2374A9;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    border-radius: 50%;
}
#back-to-top .icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#back-to-top:hover .icon {
    padding-bottom: 5px;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out:hover {
    opacity: 1;
}

/* NAVIGATION CSS */
nav.site-header-navbar {
    padding: 0;
    border-top: 5px solid #00164F;
}
.header-wrapper {
    width: 100%;
    padding: 15px 0;
}
.header-wrapper .right-column {
    gap: 20px;
}
.header-contact-info,
.header-contact-info a {
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem) !important; /*font-size: 16px;*/
    color: #fff;
    gap: 20px;
	text-decoration: none;
}
.header-contact-info a:hover {
	color: #000
}
.header-wrapper .tagline {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem); /*font-size: 24px;*/
    font-weight: 700;
    color: #fff;
}
ul.social-media-lists {
    gap: 10px;
}
.social-media i.fa-brands {
	color: #fff;
    border: 2px solid #2374A9;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
}
.social-media i.fa-brands:hover {
	color: #000;
}
.nav-wrapper {
    width: 100%;
}
.site-header-navbar nav.menu-main-menu-container {
    width: 100%;
}
ul#menu-main-menu {
    position: relative;
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0;
    z-index: 1;
}
ul#menu-main-menu li a,
ul#menu-appointment li a {
    color: #fff;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /*font-size: 18px;*/
	font-weight: 700;
	text-decoration: none;
}
ul#menu-main-menu li a:hover {
    color: #00164F;
}
ul.dropdown-menu li a span {
    color: #2374A9;
    font-size: 16px;
    line-height: 1.5;
}
ul.dropdown-menu li a span:hover {
    color: #00164F;
}
ul.dropdown-menu li a {
    border-bottom: 1px solid transparent;
}
ul.dropdown-menu li a:hover {
    border-bottom: 1px solid #00164F;
}

@media screen and (max-width: 1199px) {
    .header.container {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .header.container div {
        width: 100%;
        text-align: center !important;
        justify-content: center !important;
    }
    a.navbar-brand img {
        max-width: 275px;
    }
    div#desktopMenuCollapse {
          display: block !important;
    }
    ul.dropdown-menu.show {
        position: absolute;
    }
    ul#menu-main-menu {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu.navigation-wrapper {
        text-align: center;
        padding: 10px;
    }
    ul.dropdown-menu.show {
        position: unset;
    }
    div#desktopMenuCollapse {
          display: none !important;
    }
    .navbar-toggler {
        padding: 5px !important;
        border: 1px solid transparent !important;
        box-shadow: 0px 0px 15px 0px rgba(0,22,79,0.74) !important;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        box-shadow: 0px 0px 15px 0px rgba(0,22,79,0.74) !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .modal.show .modal-dialog {
        max-width: 555px !important;
        width: 100%;
    }
    .modal-open {
        padding: 0 !important;
    }
    .modal-backdrop {
        z-index: revert-layer !important;
    }
    div#mobileMenuModal {
        padding: 0 20px 0 5px;
    }
    div#mobileMenuModal .modal-content {
        padding: 2%;
    }
    a.dropdown-item {
        padding: 10px 20px;
    }
    .dropdown-item {
        white-space: pre-wrap !important;
    }
}

@media screen and (max-width: 781px) {
    .header-contact-info {
        flex-direction: column;
    }
}

/* Home Banner */
.home-banner {
    height: 100dvh;
    max-height: 700px;
}
.banner-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}
.banner-content-wrapper {
	width: 100%;
    max-width: 715px;
}
.banner-content-wrapper p {
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem); /*font-size: 23px;*/
}

/* Inner Banner */
.inner-banner {
    height: 60dvh;
    max-height: 250px;
}
.inner-banner-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}
.inner-banner-content-wrapper {
	width: 100%;
    max-width: 715px;
}
.inner-banner h1 {
    font-size: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem); /*font-size:50px;*/
}

/* Services Offers */
section.services {
    padding: 85px 0 50px;
}
.services .offers {
    background: #1A2F56;
    background-clip: content-box;
    padding: 15px;
}
section.services .heading {
    padding-top: 50px;
}
.services .title {
    color: #fff;
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
    font-weight: 700;
    align-items: center;
    gap: 20px;
}
.services .content {
    padding-top: 25px;
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem);
}
.services .title img {
    background: #3982B1;
    padding: 10px;
}

/* States Location */
.states-wrapper {
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    padding-top: 20px;
}
.state-name-url {
    padding: 0 15px;
}
.states-section .states-wrapper a {
    color: #3982B1;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /*font-size:18px*/
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
}
.states-section .states-wrapper a:hover {
    color: #1A2F56;
    border-bottom: 2px solid #1A2F56;
}
.states-section .content-wrapper {
    padding-top: 50px;
}
.states-section .top-row-content,
.states-section .bottom-row-content {
    padding: 25px 0;
}
.states-section  .top-content.pb-4 {
    line-height: 2;
}
.states-section  .bottom-content.pb-4 {
    line-height: 3;
}
.states-section .sec-bottom-image {
    margin-top: -250px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .states-section .top-row-content .row,
    .states-section .bottom-row-content .row {
        gap: 50px;
    }
    .states-section  .bottom-content.pb-4 {
        line-height: 2;
    }
    .states-section .sec-bottom-image {
        margin-top: -50px;
    }
}

/* Products Includes */
.products-include {
    padding: 100px 0;
}
.products-include .sub-text {
    color: #fff;
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem);
    padding-top: 25px;
}
.products-include .includes {
    color: #fff;
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem);
    padding-top: 50px;
    margin: 0 auto;
}

/* Google Reviews */
.google-reviews {
    padding: 75px 0 100px;
}
.google-reviews .reviewer-content {
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem); /*font-size: 23px;*/
}

.google-reviews .based-rating {
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem); /*font-size: 23px;*/
    padding-bottom: 50px;
}

/* Recent Blogs */
.blogs {
    padding: 100px 0;
}

ul.blog-post.card {
    padding: 15px;
    background-clip: content-box;
    border: 0;
    margin: 0;
}

ul.blog-post.card li {
    padding: 15px;
    border: 1px solid #000;
    border-radius: 5px;
}

h5.card-title {
    color: #3982B1;
    font-size: clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem); /*font-size: 22px;*/
    border-bottom: 1px solid #1A2F56;
}

.blogs p {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem); /*font-size: 20px;*/
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}

/* Inner Page Content */
.two-column-content,
.one-column-content-center,
.one-column-content-left {
    padding: 25px 0;
}
.two-column-content p,
.one-column-content-center p,
.one-column-content-left p {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem); /*font-size: 20px;*/
}
.two-column-content ul,
.one-column-content-center ul,
.one-column-content-left ul {
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /*font-size: 18px;*/
}

/* Contact Page G-Form */
.page-id-38 footer#colophon {
    margin-top: -7px;
}
.form.col-sm {
    position: absolute;
    top: 10%;
    right: 15%;
}
.form.col-sm {
    background-color: rgba(0, 0, 0, .6);
    padding: 2% 3%;
    border-radius: 15px;
    max-width: 650px;
}
p.gform_required_legend {
    display: none;
}
span#input_1_1_3_container {
    padding: 0;
}

input#gform_submit_button_1 {
    color: #fff;
    background: linear-gradient(180deg, rgba(57,130,177,1) 0%, rgba(26,47,86,1) 100%);
	padding: 15px 25px;
    border-radius: 5px;
}

.ginput_recaptcha iframe {
    transform: scale(0.85);
    transform-origin:0 0;
}

@media screen and (max-width: 1024px) {
    .contact-form {
        padding: 0 20px;
    }
    .form.col-sm {
        position: unset;
        width: 100%;
        margin: 5% auto;
    }
    .contact-form .blank {
        display: none;
    }
    .form p {
        font-size: 24px;
    }
    .google-map.row iframe {
        height: 525px;
    }
}

/* Footer */
.site-info {
    padding: 35px 0;
}
.site-info .container {
    gap: 50px;
}
.footer-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    justify-content: space-evenly;
    width: 100%;
}
.footer-menu li a {
	color: #fff;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /*font-size: 18px;*/
	font-weight: 700;
	text-decoration: none;
}
.footer-menu li a:hover {
	color: #000;
}
.pre-footer {
    display: flex;
    align-items: center;
	min-height: 100px;
}
.pre-footer .copyright,
.pre-footer .copyright a {
    color: #fff;
    text-decoration: none;
}
.pre-footer .copyright a:hover {
    color: #000;
}

@media screen and (max-width: 767px) {
    .footer-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
}