:root {
    --theme_color: #00BFB3;
    --second_button_color: #23A6F0;
    --heading_color: #4D4E4E;
    --heading_2_color: #252B42;
    --text_color: #737373;
    --second_text_color: #737B7D;
    --h1_font: 58px;
    --h2_font: 40px;
    --h3_font: 20px;
    --h4_font: 18px;
    --base_font: 14px;
    --inter_regular: 'interregular';
    --inter_bold: 'interbold';
    --inter_semibold: 'intersemibold';
    --inter_medium: 'intermedium';
    --inter_black: 'interblack';
    --montserrat_regular: 'montserrat-regular';
    --montserrat_semiBold: 'Conv_montserrat-semiBold';
    --montserrat_medium: 'montserrat-medium';
    --bg_color: #FAFAFA;
}

h1 {
    font-size: var(--h1_font)
}

h2 {
    font-size: var(--h2_font)
}

h3 {
    font-size: var(--h3_font)
}

h4 {
    font-size: var(--h4_font)
}


/** Generated by FG **/

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_montserrat-semiBold';
    src: url('../fonts/montserrat-semiBold.eot');
    src: local('ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('../fonts/montserrat-semiBold.woff') format('woff'), url('../fonts/montserrat-semiBold.ttf') format('truetype'), url('../fonts/montserrat-semiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/montserrat-semiBold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'interregular';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interbold';
    src: url('../fonts/inter-bold.woff2') format('woff2'), url('../fonts/inter-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'interblack';
    src: url('../fonts/inter-black.woff2') format('woff2'), url('../fonts/inter-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'intermedium';
    src: url('../fonts/inter-medium.woff2') format('woff2'), url('../fonts/inter-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intersemibold';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

.theme_color_button {
    background: var(--theme_color);
    color: #fff;
    font-size: 14px;
    border: 0px;
    font-family: var(--inter_bold);
    width: 194px;
    height: 52px;
    border-radius: 50px;
    margin-right: 0.8rem;
    transition: all .4s ease;
}
.theme_color_button:hover, button.volunteer:hover {
    background: #faaf3b;
    transition: all .4s ease;
}
.theme_outline_button {
    background: transparent;
    color: var(--second_button_color);
    font-size: 14px;
    border: 1px solid var(--second_button_color);
    font-family: var(--inter_bold);
    width: 152px;
    height: 52px;
    border-radius: 50px;
    transition: all .4s ease;
}.theme_outline_button:hover {
    color: #00bfb3;
    border-color: #00bfb3;
}

.section_padding {
    padding: 9rem 0rem;
}

.section_inner_space {
    /* padding: 0px 180px; */
    max-width: 1050px;
    margin: 0 auto;
}

.plr {
    /* padding: 0rem 20rem 4rem; */
    max-width: 575px;
    padding: 0rem 0rem 4rem;
    margin: 0 auto;
}
.founder_section .plr{
    max-width: 585px;
}
.plr h2 {
    font-family: var(--inter_bold);
}

.plr p {
    font-family: var(--inter_medium);
}

#connect .plr {
    max-width: 620px;
}

section.partners_says h2,
.news_blogs h2, .news_blogs h2 a {
    font-family: var(--inter_bold);
    color: var(--heading_2_color);
}
.news_blogs h2 a:hover{text-decoration:none;}

section.partners_says p,
.news_blogs p {
    font-family: var(--montserrat_medium);
    color: var(--text_color);
    font-size: var(--base_font);
}


/*header*/

header {
    padding: 20px 0px;
    background: #fafafa;
}
body.blog_page_body header, body.artical_page_body header {
    background: #fff;
}
.nav-link {
    font-family: var(--montserrat_semiBold);
    color: var(--text_color);
    font-size: 14px;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    color: var(--theme_color);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-brand {
    margin-right: 8rem;
}

a.clogin {
    font-family: 'interbold';
    font-size: 14px;
    color: var(--theme_color);
    float: right;
    text-decoration: none;
    line-height: 24px;
}
a.clogin:hover{
    color: #faaf3b;
}
.vol {
    margin: 0px;
    padding: 0px;
    float: right;
}

.vol ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vol ul li {
    list-style-type: none;
    float: left;
    margin-left: 2rem;
}

button.volunteer {
    background: var(--theme_color);
    color: #fff;
    font-size: 14px;
    border: 0px;
    font-family: 'interbold';
    width: 146px;
    height: 52px;
    border-radius: 6px;
    transition: all .4s ease;
}

button.volunteer .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: middle;
    margin-left: 8px;
}


/*header-end*/


/*banner*/

#banner {
    background-color: #fafafa;
    padding: 7rem 0rem;
    background-image: url(../images/Vector.svg);
    background-repeat: no-repeat;
}

#banner:after {
    content: "";
    position: absolute;
    background: url(../images/bannervector.svg) no-repeat;
    top: 0;
    left: 0;
}

#banner h1 {
    font-family: 'interblack';
    font-size: 58px;
    line-height: 68px;
    color: var(--heading_color);
}

#banner p {
    font-family: 'intermedium';
    font-size: 20px;
    line-height: 30px;
    color: var(--text_color);
    /* margin-right: 8rem;		 */
}

.bb ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.bb ul li {
    list-style-type: none;
}


/*banner-end*/


/*about*/

.about_us_banner #banner {
    background-image: url(../images/bannervector.svg), url(../images/vector_grp.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}

.about_us_banner #banner h1 {
    font-size: 44px;
    font-family: var(--inter_bold);
    line-height: 56px;
}

.about_us_banner #banner p {
    font-family: var(--inter_regular);
    font-size: 16px;
    color: var(--second_text_color);
}

.about_us_banner #banner .section_inner_space {
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
}

.founder_section .plr h2 {
    max-width: 80%;
    margin: 0 auto;
}

.founder_section .plr h2,
.get_involved_section .plr h2 {
    color: var(--heading_color);
}

.founder_section .plr h3 {
    color: var(--text_color);
    font-size: var(--h3_font);
    font-family: var(--inter_medium);
}

.get_involved_section {
    background-color: var(--bg_color);
}

.get_involved_section .plr {
    max-width: 620px;
}

.get_involved_section .plr p {
    font-family: var(--montserrat_medium);
    font-size: var(--base_font);
    color: var(--text_color)
}

.get_involved_section .each_volunteer {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

.get_involved_section .each_volunteer h4 {
    font-size: 24px;
    font-family: var(--inter_bold);
    color: var(--heading_color);
}

.get_involved_section .each_volunteer h3 {
    font-family: var(--inter_bold);
    color: var(--text_color);
}

.get_involved_section .each_volunteer h2 {
    font-family: var(--inter_bold);
    color: var(--theme_color);
}

.get_involved_section .each_volunteer p {
    font-family: var(--inter_bold);
    color: #BDBDBD;
    font-size: var(--h3_font);
}

.get_involved_section .each_volunteer .services_info li {
    display: flex;
    align-items: center;
    font-size: var(--h4_font);
    font-family: var(--inter_semibold);
    color: var(--heading_color);
    margin-bottom: 15px;
    text-align: left;
}

.get_involved_section .each_volunteer .services_info li img {
    background-color: var(--theme_color);
    padding: 6px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin-right: 15px;
}


/*about end*/


/*blog*/

section.becoming_steps {
    padding: 50px 0px;
}

.becoming_steps h1,
.becoming_steps p {
    color: var(--heading_color);
}

.becoming_steps h1 {
    font-size: 54px;
    font-family: var(--inter_bold);
}

.becoming_steps p {
    font-family: var(--inter_regular);
    max-width: 80%;
    margin: 0 auto;
}

.becoming_steps h2 {
    color: var(--theme_color);
    font-size: 44px;
    border-bottom: 2px solid;
}

.becoming_steps .each_blog .image {
    height: 412px;
}


/*blog end*/


/*article*/

.article_news_blogs .plr {
    max-width: 600px;
}

section.article_becoming_steps.becoming_steps .plr {
    max-width: 810px;
}

section.article_becoming_steps.becoming_steps .plr p {
    max-width: 60%;
}

.article_becoming_steps .extra_large_img {
    max-width: 640px;
    margin: 0 auto;
}

section.extra_large_img img {
    /*max-width: 600px;*/
    margin: 0 auto;
}
.extra_large_img .large_img_txt p{
    font-size: 14px;
    line-height: 24px;
    color:#343741;
    font-family: var(--inter_regular);
}

.extra_large_img .article_content h3 {
    font-family: var(--inter_regular);
    text-align: left;
    color: var(--heading_color);
    margin-top: 30px;
    line-height: 170%;
}

.extra_large_img .article_content h3 p {
    max-width: 100%;
}

.extra_large_img .article_content h3 ul {
    padding-left: 20px;
}

.extra_large_img .article_content h3 ul li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
}

.extra_large_img .article_content h3 ul li:before {
    content: '';
    background: url(../images/rectangle.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    transform: translate(0%, 50%);
    left: -20px;
    top: 12px;
}

.article_content strong {
    font-size: 32px;
    font-family: var(--inter_bold);
    line-height: 160%;
}

.article_author_info {
    padding: 30px 0px;
    border-top: 2px solid #000;
}

.article_author_info.article_author_info_dotted_border {
    border-top: 2px dotted;
}

.article_author_info .article_name_info h6 {
    font-size: 16px;
    font-family: var(--inter_bold);
    letter-spacing: 5%;
    color: var(--heading_color);
}

.article_author_info .article_name_info h6 span {
    font-family: var(--inter_regular);
    line-height: 160%;
}

.article_author_info .article_name_info small {
    font-size: 16px;
    font-family: var(--inter_regular);
    color: var(--heading_color);
}

.article_author_info .article_author_social_info,
.sharing_view {
    background: #EAEAEA;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #0000000d;
}

.article_author_info .article_author_social_info img {
    padding: 10px 24px
}

.article_author_info .article_author_social_info img:first-child {
    border-right: 2px solid #ddd;
}

.sharing_view .each_view {
    padding: 20px;
    background-color: #fff;
    font-family: var(--inter_medium);
    font-size: 16px;
    color: var(--heading_color);
}
.sharing_view .each_view a{color: var(--heading_color);}
.sharing_view .each_view img {
    margin-right: 10px;
}

.sharing_view .each_view.margin-r {
    margin-right: 2px;
}

.tags h4,
.tags h4 a {
    font-size: 16px;
    font-family: var(--inter_medium);
    color: var(--heading_color);
    text-align: left;
}

.tags h4 a {
    text-decoration: underline;
}


/*article end*/


/*connect*/

#connect {
    padding: 9rem 0rem;
}

#connect h2 {
    font-family: 'interbold';
    font-size: var(--h2_font);
    line-height: 50px;
    color: var(--heading_color);
}

#connect p {
    font-family: 'intermedium';
    font-size: 20px;
    line-height: 30px;
    color: var(--text_color);
}

#connect .connecting_section {
    background: var(--bg_color);
    text-align: center;
    padding: 25px 0px;
    border-radius: 5px;
}

#connect .connecting_section.theme_bg_color {
    background-color: var(--theme_color);
}

#connect .connecting_section h3 {
    font-size: var(--h3_font);
    color: var(--heading_color);
    font-family: var(--inter_bold);
}


/*end connect*/


/*partners_says*/

section.partners_says.section_padding {
    background: var(--bg_color);
}

.partners_says h4 {
    font-family: var(--inter_semibold);
    color: var(--text_color);
    line-height: 24px;
}

.partners_says .each_partners {
    padding: 20px;
    background: white;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}

.partners_says .each_partners .partner_info h4 {
    color: var(--heading_2_color);
}

.partners_says .each_partners p {
    font-size: var(--base_font);
    font-family: var(--montserrat_semiBold);
    color: var(--theme_color);
}


/*end partners_says*/


/*news blogs*/

.each_blog {
    position: relative;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}

.each_blog .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
}

.each_blog .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    background: linear-gradient(0deg, #383838c4, transparent);
    height: 100%;
}

.each_blog:hover .middle {
    opacity: 1;
}

.each_blog .text {
    color: white;
    padding: 10px 20px;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.each_blog .text h4 {
    font-family: var(--inter_semibold);
}

.each_blog .text h3 {
    font-family: var(--inter_medium);
    line-height: 30px;
}
.blog_wraper{
   width: 80vw;
    margin-left: auto !important;
    margin-right: auto!important;
}



/*end news blogs*/


/* keep in touch */

.keep_touch {
    padding: 5rem 0rem;
    background-color: var(--heading_color);
    color: #fff;
}

.keep_touch h2 {
    font-family: var(--inter_bold);
}

.keep_touch p {
    font-family: var(--montserrat_medium);
    font-size: var(--base_font);
}

.keep_touch .keeptouch_form {
    max-width: 386px;
    height: 58px;
    font-family: var(--montserrat_regular);
    background: #f9f9f9;
    border-radius: 5px;
    padding: 2px;
}
.keep_touch .keeptouch_form input,
.keep_touch .keeptouch_form .subs_button {
    font-size: var(--base_font);
    border:none;
}

.keep_touch .keeptouch_form .subs_button {
    background: #00bfb3;
    color: white;
    width: 117px;
}
.keep_touch .keeptouch_form .subs_button:hover{
    background: #faaf3b;
}

/*end keep in touch */


/* footer */

.mainfooter {
    padding: 5rem 0rem;
}

.mainfooter a {
    color: var(--text_color);
    font-size: 14px;
    transition-duration: 0.2s;
    font-family: var(--montserrat_semiBold);
}

.mainfooter a:hover {
    color: var(--theme_color);
    text-decoration: none;
}

.mainfooter .footer-pad ul li {
    padding-bottom: 10px;
}

.footer-middle h4 {
    font-size: 24px;
    font-family: var(--inter_bold);
    color: var(--heading_2_color);
    padding-bottom: 15px;
}

.footer-middle .address {
    color: var(--text_color);
    font-family: var(--montserrat_medium);
    font-size: var(--base_font);
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.copyright {
    background-color: var(--bg_color);
}

.copyright .copy {
    font-size: var(--h4_font);
    padding: 24px 0px;
    font-family: var(--inter_semibold);
    color: var(--text_color);
}

/* end footer */

/* login page */

.user_screen {
    background: #fafafa;
}
.login_bg {
    margin: 0 auto;
    background-image: url(../images/login_bg.svg), url(../images/vector_grp.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 190px, 240px;
    padding: 40px 20px 80px;
}
.user_form {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    border: 3px solid #a6e5e1fa;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 2px #ededed;
    backdrop-filter: blur(10px);
    background: #9fe0dc1c;
    font-family: 'interregular';
}
.user_form form .form-group label{font-size: 14px;}
.user_form form .form-group input, .user_form form .form-group select{
    background: #fff;
    font-size: 16px;
    border: 1.5px solid #00bfb3;
    transition: all .3s ease;
    border-radius: 12px;
    height: 50px;
}
.user_form form .form-group input:focus, .user_form form .form-group select:focus{
    box-shadow: none;
    border: 1.5px solid #faaf3b;
    transition: all .3s ease;
}
.user_form a{
    color: #000;
}
.user_form .login_btn{
    border-radius: 8px;
    background: #00bfb3;
    border: none;
    transition: all .4s ease;
    height: 54px;
    font-family: 'interbold';
}
.user_form .login_btn:hover{
    background: #faaf3b;
    transition: all .4s ease;
}
.user_form .login_btn:focus{box-shadow: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* end login page */

