/*
Theme Name: kredimo
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.6
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: kredimo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
}
.header-menu .dropdown {
    position: relative;
    display: inline-block;
    font-family: "Arimo", Sans-serif;
}
.header-menu  .dropdown-btn {
    background: #3da8e0;   /* Same green color */
    padding: 13px 18px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.header-menu  .dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    margin-left: -35px;
    width: 250px;
    border: 1px solid #ccc;
    margin-top: 2px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 999;
}
.header-menu  .dropdown-menu a {
    display: block;
    padding: 12px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.header-menu .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-menu  .dropdown-menu a:hover {
    background: #f4f4f4;
}
.header-menu  .dropdown:hover .dropdown-menu {
    display: block;
}
.new_btn a.elementor-button {
     position: relative;
}
.new_btn a.elementor-button::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background: #3da8e0;
    z-index: -1;
}
.new_btn a.elementor-button:hover::after {
    background: #215D93;
}

.inner_button a.elementor-button {
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #ffffff;
}
.inner_button a.elementor-button:hover {
	box-shadow: 5px 5px 0px 0px #072A46;
}
.top_brooklyn-list ul {
    list-style: none;
    display: flex;
}

.footer_list-brooklyn ul {
    list-style: none;
}

.cmsmasters-animation {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.cmsmasters-animation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 3px;
    background: #000;
    transition: width 0.35s ease-in-out;
}

/* Hover Animation */
.cmsmasters-animation:hover::after {
    width: 100%;
}

/* ======================= calculate_loan-form  */
#calculate_loan-form input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #5f5e59;
    font-size: 16px;
    height:55px !important;
    border-radius: 0 !important;
    font-family: "Arimo", Sans-serif;
    background: #fff;
    max-width: 100%;
}
#calculate_loan-form  select {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color:#767575;
    font-size: 16px;
    height:55px !important;
    border-radius:none;
    background: #fff;
   font-family: "Arimo", Sans-serif;
}
#calculate_loan-form .wpforms-layout-row {
    display:flex;
    gap: 10px;
}

button#wpforms-submit-3174 {
    background-color: #072a46;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 30px 17px 30px;
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #ffffff;
    width: fit-content;
    border: none;
    cursor: pointer;
}

button#wpforms-submit-3174:hover {
    box-shadow: 5px 5px 0px 0px #072a46;
	background: #fff !important;
	color:#000;
}
.loan_form input {
    font-family: "Arimo", Sans-serif !important;
}
.loan_form select {
    font-family: "Arimo", Sans-serif !important;
    color:#9f9f9f !important;
}
.loan_form textarea {
    font-family: "Arimo", Sans-serif !important;
    color:#9f9f9f !important;
}
form#wpforms-form-3174 .wpforms-field-layout-rows.wpforms-field-large .wpforms-field {
    padding: 0 !important;
    margin: 0 !important;
}
.heading_main h2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.heading_main h2::before,
.heading_main h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ddd;
}
.how_it_work_icon {
    position: relative;
}

.how_it_work_icon::after {
    content: ">";
    position: absolute;
    right: -20px;
    top: 30%;
    height:35px;
    width:35px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #9f9f9f;
    padding:5px;
    border-radius:50%;
    background:#fff;
    text-align:center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index:9
}
#calculate_loan-form  textarea {
   font-family: "Arimo", Sans-serif;
}

span.select2.select2-container.forminator-select {
	display: none;
}

a.linkTextProduct {
    color: #3da8e0;
    text-decoration: underline !important;
}
span.box-title_span {
    line-height: 22px;
    display: block;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 700;
}

.heading_titlecredit {
    color: #2A2426;
}

.numero_picto h2 {
    border: 3px solid;
    box-shadow: 3px 3px 0px 0px #F9DA6B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.faqSeo_details .ekit_accordion_normal_icon, .faqSeo_details .ekit_accordion_active_icon {
    background: #072a46;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-family: "Arimo", Sans-serif;
    font-weight: 700;
    border: none;
    padding: 6px 10px;
    box-shadow: 3px 3px 0px 0px #3da8e0;
}

.custom-list {
    columns: 2;                 /* 2 columns like the image */
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 60px;           /* space between columns */
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    margin-bottom: 12px;
}

.custom-list a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 18px;         /* space for the arrow */
    display: inline-block;
}

.custom-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #003D49;   /* pink arrow */
    border-right: 2px solid #003D49;
    transform: rotate(45deg);
}

.custom-list a:hover {
	text-decoration: underline !important;
}

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

.faqSeo_details ul.listStyle li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
}

.faqSeo_details ul.listStyle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #79BD30;
    border-radius: 50%;
}
span#calculation-1-field_6939686583114-error {
    display: none;
}
.subscribe .forminator-response-message.forminator-error.forminator-accessible {
    display: none;
}
.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
	height: 350px;
    /* color: #fff; */
    border-radius: 5px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
    text-align: center;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    /* text-align: center; */
    z-index: 15;
}
.page-header__inner h1 {
    font-family: "Arimo", Sans-serif;
    font-size: 55px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 52px;
    margin-bottom: 6px;
}
section.breadcrumb-bottom-area {
    width: 1220px;
    margin: 0 auto;
    margin-bottom:60px;
    padding:30px 0;
    border-bottom:1px solid #ddd;
}
.breadcrumb-bottom-area .container .row .col-md-12 ul {
    display: flex;
}
.breadcrumb-bottom-area .container .row .col-md-12 ul li{
    list-style:none !Important;
    color:#343434;
}
.breadcrumb-bottom-area .container .row .col-md-12 ul li a{
    list-style:none !Important;
    color:#343434;
}
.boxes {
  transition: transform 0.3s ease;
}

.boxes:hover {
  transform: translateY(-10px);
}
.boxes img {
    width: 60px;
}
.boxes svg.ekit-svg-icon.icon-right-arrow {
    width: 22px !important;
    padding-left: 7px !important;
}


/* formator form */

 #form_sec .forminator-field {
    display: grid;
}

#form_sec label {
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 5px;
}

#calculate_loan-form input {
    padding: 15px;
    margin-bottom:15px;
}
#calculate_loan-form  select {
    padding: 15px;
     margin-bottom:17px;
}

button.forminator-button.forminator-button-submit {
    background-color: #072a46;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 20px 20px 17px;
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #ffffff;
    width: fit-content;
    border: none;
    cursor: pointer;
}
button.forminator-button.forminator-button-submit:hover {
    box-shadow: 5px 5px 0px 0px #072a46;
	background: #fff !important;
	color:#000;
}

/* formator form  */




.loan_formm h4 {
    color: #215d93 !important;
    font-family: "Arimo", Sans-serif;
    font-size:26px !important;
    padding:10px 0 10px 0 !important;
    margin:0 !important;
}
.loan_formm .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content {
    padding-top: 0;
}
.loan_formm input {
   height:47px !important;
}
.loan_formm input::placeholder {
    font-family: "Arimo", Sans-serif;
    color:#0a0a0a !important;
}
.loan_formm select {
    font-family: "Arimo", Sans-serif !important;
    color:#9b9b9b !important;
}

.loan_formm div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
}

.wpforms-field-layout-rows.wpforms-field-large {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: -15px !IMPORTANT;
}

.loan_formm button#wpforms-submit-3350 {
    background-color: #215d93;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border:none;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #3DA8E0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 20px;
}
.loan_formm button#wpforms-submit-3350:hover {
    background-color: #3da8e0 !important;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #215d93;
}

.loan_formm input#wpforms-3350-field_31_2 {
    height: 17px !important;
}

.loan_formm label.wpforms-field-label-inline {
    color: #215d93 !important;
    font-family: "Arimo", Sans-serif;
}

.loan_formm input#wpforms-3394-field_31_2 {
    height: 17px !important;
}

.loan_formm button#wpforms-submit-3394 {
     background-color: #215d93;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border:none;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #3DA8E0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 20px;
}
.loan_formm button#wpforms-submit-3394:hover {
    background-color: #3da8e0 !important;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #215d93;
}





.read-more-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 👈 sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.read-more-wrap.active .read-more-content {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    background-color: #072A46;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #3DA8E0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 13px 15px 13px;
    margin-top: 20px !important;
    text-align: center;
    margin: 0 auto;
    display: block;
	border:none;
}
.read-more-btn:hover {
    background-color: #3DA8E0 ;
    box-shadow: 5px 5px 0px 0px #072A46;
}
.page_link a {
    color:#072843;
    font-weight:600;
}
.foot_list ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.foot_list  ul.elementor-icon-list-items.elementor-inline-items li{
   list-style:none;
}
.foot_list  ul.elementor-icon-list-items.elementor-inline-items li a{
   padding-right:15px;
}
.support_link ul {
    padding-left: 15px;
}
.lins li.elementor-icon-list-item {
    list-style: none;
}
button#wpforms-submit-4204 {
    background-color: #072a46;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 30px 17px 30px;
    position: relative;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #ffffff;
    width: fit-content;
    border: none;
    cursor: pointer;
}
button#wpforms-submit-4204:hover {
     box-shadow: 5px 5px 0px 0px #072a46;
	background: #fff !important;
	color:#000;
}
select.gt_selector.notranslate {
    height: 35px !important;
    padding: 5px !important;
}
a.gt_switcher-popup.glink.nturl.notranslate {
    color: #fff !important;
    font-family: "Arimo", Sans-serif !important;
}

a.glink.nturl {
    font-family: "Arimo", Sans-serif !important;
    color:#072a46 !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}
.gt_languages {
     display: flex !important;
    flex-direction: column-reverse !important;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
     font-family: "Arimo", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
     font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    background-color: #072A46;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #3DA8E0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 13px 15px 13px;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-color: #3DA8E0;
    color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #072A46;
}

@media only screen and (min-width: 768px) and (max-width:992px){
	.error-page-area {
        padding: 0 10px;
    }
	.wpforms-container h4 {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    select.gt_selector.notranslate {
    height: 27px !important;
    padding: 5px !important;
    width: 100% !important;
   }
	.wpforms-container h4 {
    font-size: 19px !important;
  }
	.error-page-area {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}


