/* .............. Common Css .............. */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
    font-family: 'Montserrat', sans-serif !important;
}
img {
    max-width: 100%;
}
a.button:hover {
    background: none;
    color: #000;
}
a.button {
    display: inline-block;
    background: #000; 
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    transition: .3s;
}
a.button_1:hover { 
    color: #fff;
    background: #000;
}
a.button_1 {
    display: inline-block; 
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    transition: .3s;
}
a.button_white:hover {
    background: #fff;
    border: 1px solid #fff; 
    text-decoration: none;
    color: #000;
}

a.button_white {
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    transition: .3s;
}
a.button_2 {
    display: inline-block;
    background: #f1f1f1;
    border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    transition: .3s;
}

a.button_2:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}
a.button_3:hover {
    color: #000;
    background: #fff;
}
a.button_3 {
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    transition: .3s;
    margin-top: 1em;
}
a.button_4 {
    background: #fcd21e;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #fcd21e;
    transition: .3s;
}
a.button_4:hover {
    background: none;
    color: #000;
}
a.button_5:hover {
    background: none;
    color: #000 !important;
}
a.button_5 {
    display: inline-block;
    background: #7bc74d;
    border: 1px solid #7bc74d;
    text-decoration: none;
    color: #000;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    transition: .3s;
    border-radius: 10px;
}
a.button_6:hover {
    background: none;
    color: #000 !important;
}
a.button_6 {
    display: inline-block;
    background: #49bb58;
    border: 1px solid #49bb58;
    text-decoration: none;
    color: #fff;
    padding: 8px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    transition: .3s;
    border-radius: 5px;
}
img {
    max-width: 100%;
}

/*........... Common CSS ----------*/

span {
    font-size: 16px;
}
h4 {
    font-size: 30px;
}
h2 {
    font-size: 44px;
}
h3 {
    font-size: 36px;
}
p {
    font-size: 15px;
}

/*------- Header ---------*/

header#type_2 {
    background: #fff;
    padding: 1em 3em;
    box-shadow: 0px 0px 10px 0px #33333314;
    position: relative;
}
header#type_2 .menu ul {
	margin: 0;
    transition: .3s;
}
header#type_2 .menu ul li {
	display: inline-block;
}
header#type_2 .menu ul li a {
    padding: 0 1em;
    font-size: 15px;
    text-decoration: none;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: .3s;
}
header#type_2 .menu ul li a:hover {
    color: #000;
}
header#type_2 .menu ul li ul li {
    cursor: pointer;
}
header#type_2 .menu a.icon {
  display: none;
}

/* .............. Dif Header Css .............. */

header#type_1 {
    background: none;
    padding:0em 3em;
    box-shadow: none;
    position: relative;
    z-index: 111;
}
header#type_1 .menu ul {
    margin: 0;
    transition: .3s;
}
header#type_1 .menu ul li {
    display: inline-block;
}
header#type_1 .menu ul li a {
    padding: 0 1em;
    font-size: 15px;
    text-decoration: none;
    color: #d7d7d7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: .3s;
}
header#type_1 .logo {
    padding: 1em 0;
}
header#type_1 .menu ul li a:hover {
    color: #fff;
}
header#type_1 .menu ul li ul li {
    cursor: pointer;
}
header#type_1 .menu a.icon {
  display: none;
}
header#type_1 div#navTop { 
    padding: 1em 0;
    width: 100%;
    text-align: center;
}

/*---------- Footer -----------*/

/*footer {
    padding: 6em 2em;
    background: url(../img/SMEs-Homepage-v21.png);
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer p {
    padding-top: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 0px 0px black;
}
footer .link a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0;
    transition: .3s;
}
footer .link a:hover {
    color: #000;
}
footer .subscription input {
    border: 0;
    outline: 0;
    background: #fff;
    font-size: 14px;
    padding: 14px 12px;
    width: 55%;
    border-radius: 10px 0 0 10px;
}
footer .subscription button {
    border: 0;
    outline: 0;
    background: #7ac54c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 12px;
    width: 32%;
    border-radius: 0 10px 10px 0;
    transition: .3s;
}
footer .subscription button:hover {
    background: #7ac54cb3;
    color: #fff;
}
footer .social_icon ul li:hover {
    background: #333;
}
footer .social_icon ul li a {
    color: #fff;
    font-size: 14px;
}
footer .social_icon ul li {
    display: inline-block;
    background: #000;
    width: 30px;
    transition: .3s;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 18px;
}
footer .copy_write p {
    font-weight: 400;
    text-align: center;
}
*/


/*---------- Footer -----------*/

footer {
    padding: 6em 2em;
    background: url(../img/SMEs-Homepage-v21.png);
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer p {
    padding-top: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 0px 0px black;
}
footer .link a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0;
    transition: .3s;
}
footer .link a:hover {
    color: #000;
}
footer .subscription input {
    border: 0;
    outline: 0;
    margin: 5px auto;
    background: #fff;
    font-size: 14px;
    padding: 14px 12px;
    width: 95%;
    border-radius: 10px;
}
footer .subscription button {
    border: 0;
    outline: 0;
    background: #7ac54c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 12px;
    width: 95%;
    margin-left: 10px auto;
    border-radius:  10px;
    transition: .3s;
}
footer .subscription button:hover {
    background: #7ac54cb3;
    color: #fff;
}
footer .social_icon ul li:hover {
    background: #333;
}
footer .social_icon ul li a {
    color: #fff;
    font-size: 14px;
}
footer .social_icon ul li {
    display: inline-block;
    background: #000;
    width: 30px;
    transition: .3s;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 18px;
}
footer .copy_write p {
    font-weight: 400;
    text-align: center;
}

/* .............. Home Page .............. */


/* hq section  */

section.gain_hq_expreance {
    padding: 10em 3em;
    margin: 4em 0;
    background: url(../img/news-sections10.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
section.gain_hq_expreance .content {
    width: 40%;
}
section.gain_hq_expreance a.button_border_y {
    background: #ffaf14;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 5px;
    border: 2px solid #ffaf14;
    transition: .3s;
}

section.banneroption {
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: url(../img/SMEs-Homepage-v26.png);
    margin-top: -5em;
}
section.banneroption .content h2 {
    font-weight: bold;
    color: #d68b1f;
    text-transform: uppercase;
    text-shadow: 1px 1px #d68b1f;
}

section.banneroption .content h4,
section.recent_pround_work .title h4,
section.we_partner_wy .content h4,
section.hylman_promising .content h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}
section.banneroption .content span,
section.hylman_promising .content span {
    color: #fff;
    font-weight: bold;
}
section.banneroption .content {
    background: linear-gradient(45deg, #000000f7, transparent);
    width: 60%;
    float: right;
    padding: 12em 6em;
    margin: 0 2em;
}
section.we_help_home {
    background: url(../img/SMEs-Homepage-v33.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 3em;
}
section.we_help_home .img1 {
    width: 60%;
    margin: -14em 0px 0px auto;
    border: 10px solid #fff;
}
section.we_help_home .content h2,
section.build_startup .content h2,
section.strong_network .content h2,
section.we_care .content h2,
section.latest_articles .title h2 {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
}
.we_care {
    background: url(../img/SMEs-Homepage-v49.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
section.latest_articles .post {
    padding: 1em;
}
section.latest_articles {
    padding: 5em;
}
section.latest_articles .title {
    padding-bottom: 3em;
    text-align: center;
    background: url(../img/SMEs-Homepage-v51.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
section.latest_articles .post .content p {
    text-transform: uppercase;
    font-size: 14px;
}

section.latest_articles .post .content h6 {
    font-size: 20px;
    font-weight: bold;
}
section.latest_articles .post .content span {
    font-size: 13px;
    border: 1px solid #333;
    padding: 3px 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1em;
}
section.we_help_home .content span {
    text-transform: uppercase;
    font-weight: bold;
}
section.build_startup {
    background: url(../img/SMEs-Homepage-v35.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 3em;
}
section.build_startup .content span,
section.care_ab_business .content span {
    font-weight: bold;
    color: #838383;
}
section.strong_network {
    padding: 6em 3em;
    background: url(../img/SMEs-Homepage-v36.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
section.straightpoint ul li {
    display: inline-block;
    padding: 10px;
}
section.straightpoint .content h3,
section.care_ab_business .content h3 {
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

section.straightpoint .content span {
    display: block;
    padding: 14px 0;
    font-weight: bold;
    color: #49bb58;
    font-size: 18px;
}
section.straightpoint {
    padding: 4em 3em;
}
section.financing_leading {
    background: url(../img/SMEs-Homepage-v39.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5em 5em;
}
section.financing_leading .img {
    width: 70%;
    margin: auto;
    z-index: 11;
    position: relative;
}
section.financing_leading .img:before {
    content: '';
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
    background: url(../img/SMEs-Homepage-v40.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -130px;
    z-index: -1;
}
section.financing_leading hr {
    color: #fff;
}

section.financing_leading p,
section.we_partner_wy p {
    color: #ffffff91;
}
section.we_care .content h6 {
    text-transform: uppercase;
    font-weight: bold;
}
section.hylman_promising {
    background: #000000f0;
    width: 34%;
    padding: 3em 2em;
    margin: -22em 0em 0 0;
    z-index: 111;
    position: relative;
    margin-left: 8em;
}

section.financing_leading h2,
section.recent_pround_work .title h2,
section.we_partner_wy .content h2 {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}
section.care_ab_business .img {
    width: 80%;
    margin: auto;
}

section.care_ab_business {
    padding: 7em 4em;
}
section.recent_pround_work .title {
    text-align: center;
}

section.recent_pround_work {
    background: url(../img/SMEs-Homepage-v42.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6em 4em;
}
section.recent_pround_work .content.tp1 {
    background: url(../img/SMEs-Homepage-v43.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2em;
    height: 30em;
}
section.recent_pround_work .content.tp2 {
    background: url(../img/SMEs-Homepage-v44.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2em;
    height: 30em;
}
section.recent_pround_work .content.tp3 {
    background: url(../img/SMEs-Homepage-v45.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2em;
    height: 30em;
}
section.recent_pround_work .content h4,
section.request_call .content h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
section.recent_pround_work .content span,
section.request_call .content span {
    color: #ffffffd4;
    font-weight: 700;
}
section.recent_pround_work .title {
    padding-bottom: 3em;
}
section.recent_pround_work .content span i {
    color: #bb0101;
}
section.we_partner_wy {
    background: url(../img/SMEs-Homepage-v47.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6em 4em;
}
section.we_partner_wy .img {
    width: 70%;
    margin: auto;
}
section.we_care {
    padding: 4em;
}
section.request_call a.bt {
    text-decoration: none;
    background: #672f18;
    color: #ffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    margin-left: -29%;
    border-radius: 8px;
    font-size: 14px;
}
section.request_call .search input:focus {
    border: 0;
    outline: 0;
}

section.request_call .search input {
    border: 0;
    padding: 12px;
    width: 75%;
    border-radius: 7px;
}
section.latest_articles .title {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
}
section.request_call {
    background: url(../img/SMEs-Homepage-v52.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 4em;
    margin: 5em;
    background-position: center;
    border-radius: 24px;
    margin-bottom: -21em;
    z-index: 111;
    position: relative;
}

/* .............. Climate Change .............. */

section.claimate_change {
    background: url(../img/Climate-Change5.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 14em 6em;
}
section.claimate_change .content h1 {
    font-weight: bold;
    color: #cbd617;
    text-transform: uppercase;
    font-size: 60px;
}
section.claimate_change .content p {
    color: #fff;
    width: 50%;
}

section.claimate_change .content h1 {
    color: #cbd617;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
    -webkit-text-stroke-width: medium;
}
section.wt_claimate_change .img {
    position: relative;
    z-index: 111;
    margin-top: -8em;
}

section.wt_claimate_change {
    background: url(../img/Climate-Change7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 4em 2em;
}
section.wt_claimate_change .environment .content p {
    color: #ffffff9e;
}

section.wt_claimate_change .environment .content.nd h3 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-stroke-width: medium;
    text-transform: none;
}
section.wt_claimate_change .environment {
    background: #00000082;
    padding: 2em 3em;
    margin-top: 3em;
    border-radius: 10px;
}
section.wt_claimate_change .content p {
    color: #ffffff94;
}

section.wt_claimate_change .content h3.gr {
    color: #298c54;
}
section.wt_claimate_change .content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-stroke-width: medium;
    text-transform: uppercase;
}
section.investng_nature .title h2 {
    color: #000;
    font-weight: bold;
    font-size: 54px;
    -webkit-text-stroke-width: medium;
    text-transform: none;
}
section.investng_nature .title h2 b {
    color: #4dba0b;
}
section.investng_nature .title {
    padding: 4em 0;
}

section.investng_nature .title span {
    font-size: 20px;
    font-weight: bold;
}
section.investng_nature .content.bg {
    background: url(../img/Climate-Change8.png);
    background-repeat: no-repeat;
    background-position: center;
    height: -webkit-fill-available;
    padding: 3em;
}
section.investng_nature .content.bg p {
    color: #fff;
}

section.investng_nature .content.bg h5 {
    color: #fff;
    font-weight: bold;
}
section.investng_nature .content {
    padding: 5em 0;
}

section.investng_nature .content h3 {
    font-size: 32px;
    -webkit-text-stroke-width: medium;
}
.width_img.mrginleft {
    margin-top: -22em;
    position: relative;
    z-index: -2;
}
section.cause_claimate {
    background: url(../img/Climate-Change9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4em;
}
section.cause_claimate .content h3 {
    color: #f7bb44;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-stroke-width: medium;
    text-transform: uppercase;
}
section.cause_claimate .content h4 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    -webkit-text-stroke-width: medium;
    text-transform: uppercase;
}
section.cause_claimate .content p {
    color: #fff;
}
section.cl_content .img {
    width: 85%;
    margin: auto;
}

section.cl_content {
    padding: 8em 6em;
}
section.cl_content .content h5 {
    font-weight: bold;
    font-size: 20px;
}
section.cl_content .content span {
    text-transform: uppercase;
    color: #6c6c6c;
    letter-spacing: 3px;
    font-size: 17px;
}
section.fire_tem {
    background: #0000009c;
    padding: 10em 5em;
    margin: 4em;
    margin-bottom: -37em;
}
section.fire_tem .content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-stroke-width: medium;
    text-transform: uppercase;
}
section.fire_tem .content p {
    color: #fff;
}
section.save_t_world {
    background: url(../img/Climate-Change18.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 3em;
    position: relative;
    margin-top: -8em;
    z-index: -3;
}
section.save_t_world .cp.content {
    background: #06141d;
}
section.save_t_world .container-fluid {
    padding: 0 !important;
}
section.save_t_world .img {
    width: 70%;
    margin: auto;
    padding-top: 4em;
}
section.save_t_world .content {
    padding: 12em 5em;
}
section.save_t_world .content p {
    color: #fff;
}
section.save_t_world .content img {
    margin: 2em 0;
}
section.save_t_world .content h3 {
    color: #7bc74d;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-stroke-width: medium;
    text-transform: uppercase;
}
section.save_t_world .content h5 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
section.save_t_world h4 {
    color: #fff;
    font-weight: bold;
    padding-top: 3em;
}











/*Updated CSS*/

section.latest_articles a {
    text-decoration: none;
    color: #000;
}
section.request_call a.bt:hover {
    background: none;
    color: #672f18;
    border: 1px solid #672f18;
}

section.request_call a.bt {
    transition: .3s;
    text-decoration: none;
    background: #672f18;
    color: #ffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    margin-left: -24%;
    border-radius: 8px;
    font-size: 14px;
}
section.recent_pround_work a {
    text-decoration: none;
}