html {
  scroll-padding-top: 122px; 
  scroll-behavior: smooth; 
}

body{
     font-family: "Poppins", sans-serif;
}

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

h1,h2,h3,h4,h5{
    letter-spacing: 0px;
}

p,a{
    letter-spacing: 0;
}

i{
    color: #036544;
}

:hover{
    transition: all 800ms;
}

h1{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 500;
}

.page h1{
    letter-spacing: 0;
}

h2{
    font-size: 26px;
    color: #036544;
    font-weight: 500;
}

h3{
    font-size: 20px;
    color: #036544;
    font-weight: 500;
}

a, a:hover, a:focus, a:visited{
    color: #036544;
    cursor: pointer !important;
}

a.btn{
    border: 2px solid #036544;
    background: #FFF;
    font-weight: bold;
    color: #036544;
}

:focus{
    outline: none !important;
}

p, li{
    font-size: 16px;
    color: #2f3236;
    line-height: 28px;
}

#menu-main-menu{
    float: right;
    list-style: none;
    margin: 0;
    clear: right;
}

#menu-main-menu li{
    float: left;
}

#menu-main-menu li a{
    font-size: 14px;
    color: #036544;
    font-weight: normal;
    text-decoration: none;
    padding: 0 1.25em;
    border-left: 2px solid #6e7278;
}

#menu-main-menu li:first-child a{
    border: none;
}

li#menu-item-381 a{
    border: none;
    background: #036544;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-top: .25em;
    padding-bottom: .25em;
    border-radius: 5px;
}

#menu-main-menu li.current-menu-item a, #menu-main-menu li a:hover{
    color: #3f4348;
}

li#menu-item-381 a:hover{
    color: #FFF;
    background: #064c2e;
}

#header{
    background: #FFF;
    z-index: 99999;
    border-bottom:1px solid #dbdbdb;
}

.header-phone a{
    color: #3f4348;
      font-size: 26px;
    font-weight: bold;
    text-decoration: none;
}

.header-phone a i{
    color: #036544;
    font-size: 28px;
}

.banner{
background-color: #036544;
  background-image: url('../assets/images/banner-bg.webp)');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;

}

.banner-left{

     position: relative;
  background: #FFF;
      clip-path: polygon(0% 0%, 100% 0%, 91.23% 100%, 0% 100%);
}


.banner-left::before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 0%, 91.23% 100%, 0% 100%);
    z-index: -1;
    background: #036544;
background: linear-gradient(90deg, rgba(3, 101, 68, 1) 0%, rgba(36, 83, 70, 1) 100%);
}


.border-div{
        border-width: 18px 600px 0 600px;
    border-color: #064c2e transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}

.border-triangle{
     border-color: #064c2e transparent transparent transparent;
}
.border-triangle-bottom{
         border-width: 0px 600px 10px 600px;
    border-color: transparent transparent #064c2e transparent;
}

.border-triangle-gray{
     border-width: 10px 600px 0 600px;
 border-color: #c7cacd transparent transparent transparent;
}

.border-triangle-gray-bottom{
     border-width: 0px 600px 10px 600px;
    border-color: transparent transparent #c7cacd transparent;
}

.banner h1{
      color: #dff1e9;
}

.banner p{
      color: #dff1e9;
}

.banner .row{
    display: flex;
    align-items: center;
}

.banner ul li{
    list-style: none;
    color: #dff1e9;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.banner ul li i{
    color: #FFF;
}

.banner a, .btn-cta{
        background: #95999E;
    background: linear-gradient(0deg, rgba(149, 153, 158, 1) 0%, rgba(255, 255, 255, 1) 100%);
    text-decoration: none;
    color: #3f4348 !important;
    font-size: 24px;
    font-weight: 700;
    text-shadow: #FFF 0px 1px 1px;
    padding: .25em 2.25em;
    border: 2px solid #3e9679;
    border-radius: 5px;
}

.btn-cta{
    font-size: 18px;
 display:block;
    width:100%;
    padding: .5em;
}

.banner a:hover, .btn-cta:hover{
    background: linear-gradient(180deg, rgba(149, 153, 158, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.why-business-content{
    background: #036544;
background: linear-gradient(90deg, rgba(3, 101, 68, 1) 0%, rgba(4, 123, 82, 1) 100%);
}

.why-business-content i{
    color: #FFF;
}

.why-business-content p{
    font-size: 14px;
    line-height: 26px;
}

.why-business-content h3{
    font-size: 20px;
}

.how-funding, .what-business, .get-funding{
    background: #036544;
    background: radial-gradient(circle, rgba(3, 101, 68, 1) 0%, rgba(2, 80, 54, 1) 100%);
}

.how-funding-process{
    background: #FFF;
    float: left;
    width: 22%;
}

.how-funding-process i{
    font-size: 42px;
}

.how-funding-process span{
    font-size: 40px;
    font-weight: bold;
    color: #036544;
}

.how-funding-process-arrow{
    width: 4%;
    float: left;
}

.how-funding-process-arrow i{
    color: #FFF;
    font-size: 34px;
}

.financial-solution-div{
    background: #e8f5f0;
    overflow: hidden;
}

.testi{
    background: #00583A;
    background: linear-gradient(360deg, rgba(0, 88, 58, 1) 0%, rgba(0, 73, 48, 1) 100%);
    border: 1px solid #e8f5f0;
}

.testi p{
    color: #bfded3;
    font-style: italic;
}

.testi h3{
    font-size: 18px;
    font-weight: bold;
}

.testi i{
    font-size: 22px;
}

.faq .accordion-button{
    background: #e8f5f0;
    border: 1px solid #83c0a9;
    border-radius: 5px !important;
    color: #3f4348;
}

.faq .accordion-item{
    margin-bottom: 1em;
}

.faq .accordion-item:last-child{
    margin-bottom: 0;
}

.faq .accordion-button:focus{
    box-shadow: 0 0 0 0.20rem #036544;
}

.get-funding .container{
        max-width: 900px;
    margin: auto;
}

.footer-top .phone a, .footer-top .mail a{
    color: #585e61;
    text-decoration: none;
    font-size: 24px;
    font-weight:bold;
}

.footer-top .mail a{
    font-size: 16px;
    font-weight: normal;
}

.footer-top .container{
        max-width: 92   0px;
}

.footer-top h3{
    font-weight: 500;
    color: #dff1e9;
}

.footer-top a.book{
    text-decoration: none;
    font-weight: bold;
    color: #dff1e9;
    font-size: 20px;
    background: #0d4d32;
    padding: .25em 1em;
    clear: both;
    float: left;
    border: 2px solid #49d08c;
    border-radius: 8px;
}

.footer-top a.book:hover{
    background: #49d08c;
    color: #0d4d32;
}

.footer-top a.book:hover i{
     color: #0d4d32;
}

.footer-top i{
    color: #036544;
}

.footer-top ul{
    list-style: none;
}

.footer-top ul li{
    float: left;
    color: #dff1e9;
    clear: both;
}

.footer-top ul.social-footer{
    clear: both;
    margin-top: 1em;
    float: left;
}

.footer-top ul.social-footer li{
    clear: none;
}

.footer-top ul.social-footer i{
    font-size: 28px;
    margin-right: .5em;
}

.footer-top ul.social-footer i:hover{
    opacity: .5;
}

.copyright{
    background: #00442d;
}

.copyright p, .copyright a{
    color: #b6c3b6 !important;
    font-size: 12px;
    line-height: normal;
}

#mmenu{
    position: absolute;
    top: 0px;
    right: calc(var(--bs-gutter-x)* .5);
    display: none !important;
}

#mobile-header .logo img{
    max-width: 400px;
    margin-bottom: .5em !important;
    margin: 0 auto;
    display: block;
        width: 100%;
}

#mobile-header h2.phone a{
    color: #FFF;
    background: #036544;
    width: 100%;
    display: block;
    line-height: normal;
    padding: .25em;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

#mobile-header h2.phone i{
    color: #FFF;
}

.mobile-header-social{
    list-style: none;
    padding: 0;
    max-width: 122px;
    margin: 0 auto;
    margin-top: .5em;
}

.mobile-header-social li{
    float: left;
}

.mobile-header-social li a i{
    color: #CFAD1F;
    font-size: 28px;
    padding: 0 .25em;
}
.carousel-indicators{
    bottom: -14px !important;
}



@media only screen and (max-width: 1200px) {
    .border-div {
    border-width: 0px 47vw 10px 47vw !important;
    }
    .banner a, .btn-cta{
               font-size: 18px;
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 400px;
    }
     h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 22px !important;
    }
    .home h3{
        font-size: 18px !important;
    }
    p, li{
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .copyright p, .copyright a{
        font-size: 12px !important;
        line-height: normal !important;
    }

}


@media only screen and (max-width: 980px) {
    .banner h1 br{
      display: none;
    }
    .banner-left{
        clip-path: none;
        background: #036544;
        background: radial-gradient(circle, rgba(3, 101, 68, 1) 0%, rgba(2, 80, 54, 1) 100%);
    }
    h1, h2, h3, p, li{
        text-align: center;
    }
    .how-funding-process{
        width: 100%;
        clear:both;
        display: inline-block;
        margin-bottom: .5em;
    }
    .how-funding-process-arrow{
        display: none;
    }
    .how-funding-process span{
        text-align: center;
    width: 100%;
    display: block;
    }
    .how-funding-process h3{
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    br{
        display:none;
    }

}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
		display: none;
    }
    .inner-page img{
        width: 100% !important;
    }
	.wp-block-image figure{
        margin: 0 0 15px;
        width: 100%;
	}
}
@media screen and (max-width: 400px) {
    .banner a, .btn-cta {
        font-size: 16px;
    }
}

@media (min-width: 1940px) {
  .banner{
    background-size: 50%;
  }
}