/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/* CSS Variables */
*{
    letter-spacing: 1px;
}
:root{
    --orange: #E76532;
    --aqua: #39A2A5;
    --blue: #0E4E92;
    --purple: #694772;
    --background: #F9F6EF;
    --black: #000;
    --p-black: #211F1D;
    --white: #fff;
    --nunito: 'Nunito', sans-serif;
    --rubik: 'Rubik', sans-serif;
}

/* CSS Variables */

/* Font Sizes */
.fs-12{ font-size: 12px; }
.fs-14{ font-size: 14px; }
.fs-16{ font-size: 16px; }
.fs-18{ font-size: 18px; }
.fs-20{ font-size: 20px; }
.fs-22{ font-size: 22px; }
.fs-24{ font-size: 24px; }
.fs-26{ font-size: 26px; }
.fs-28{ font-size: 28px; }
.fs-30{ font-size: 30px; }
.fs-40{ font-size: 40px; }
.fs-45{ font-size: 45px; }
.fs-50{ font-size: 50px; }
.fs-60{ font-size: 60px; }

@media only screen and (max-width: 767px) {
    .fs-sm-12{ font-size: 12px; }
    .fs-sm-14{ font-size: 14px; }
    .fs-sm-16{ font-size: 16px; }
    .fs-sm-18{ font-size: 18px; }
    .fs-sm-20{ font-size: 20px; }
    .fs-sm-22{ font-size: 22px; }
    .fs-sm-24{ font-size: 24px; }
    .fs-sm-26{ font-size: 26px; }
    .fs-sm-28{ font-size: 28px; }
    .fs-sm-30{ font-size: 30px; }
    .fs-sm-40{ font-size: 40px; }
    .fs-sm-45{ font-size: 45px; }
    .fs-sm-50{ font-size: 50px; }
    .fs-sm-60{ font-size: 60px; }
}
/* Font Sizes */

/* Font Weights */
.fw-100{ font-weight: 100; }
.fw-200{ font-weight: 200; }
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-500{ font-weight: 500; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }
.fw-800{ font-weight: 800; }
.fw-900{ font-weight: 900; }
.fw-1000{ font-weight: 1000; }
/* Font Weights */

/* Global Colors */
.orange-clr{ color: var(--orange) !important; }
.orange-bg{ background-color: var(--orange); }
.aqua-clr{ color: var(--aqua) !important; }
.aqua-bg{ background-color: var(--aqua); }
.blue-clr{ color: var(--blue) !important; }
.blue-bg{ background-color: var(--blue); }
.purple-clr{ color: var(--purple) !important; }
.purple-bg{ background-color: var(--purple); }
.black-clr{ color: var(--black) !important; }
.black-bg{ background-color: var(--black); }
.white-clr{ color: var(--white) !important; }
.white-bg{ background-color: var(--white) !important; }
.background{ background-color: var(--background); }
.partial-black-bg{ background-color: var(--p-black); }

/* Global Colors */

/* Global Classes */
.font-rubik{ font-family: var(--rubik); }
.font-nunito{ font-family: var(--nunito); }

.no-letter-space,.no-letter-space p,.no-letter-space a{
    letter-spacing:0px!important;
}
a,a:hover {
    text-decoration: none;
    color: var(--orange);
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:900;
}

b, strong {
    font-weight: 900;
}
/* Global Classes */

/*Home Page*/
section#theme-big-title-block h1 {
    border-left: 15px solid #0E4E92;
    padding-left: 20px;
}
section#theme-big-title-block p {
    padding-left: 3rem;
}

/*Our Mission*/
section#our-mission-key-points-block .icon {
    min-height: 180px;
    margin: auto;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-bottom: 20px;
}
section#our-mission-key-points-block .content {
    max-width: 180px;
    margin: auto;
}
section#features-block-image .feature-content {
    align-items: flex-start;
    float: right;
    margin-bottom: 40px;
}
section#features-block-image .feature-content .title {
    text-align: right;
    margin: 0px 30px;
    width: 300px;
}
section#consultation-features-block {
    z-index:2;
    position:relative;
    border-radius: 10px;}
section#consultation-features-block .box .icon img {
    width: 45px;
    height: 45px;
}
section#consultation-features-block .box .content p {
    margin: 0;
    padding:0;
}
section#consultation-features-block .box{
    position:relative;
}
section#consultation-features-block .box:not(:first-child):after {
    border: 1px solid #E0E0E0;
    width: 1px;
    height: 100%;
    min-height:150px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: -20px;
}
section.background-border {
    height: 70px;
    width: 100%;
    display: block;
    position: relative;
    margin-top: -90px;
    z-index: 0;
}
figure.border-caption {
    margin: 0;
}
figure.border-caption img {
    width: 100%;
}
.border-caption figcaption.wp-element-caption {
    padding: 20px 3rem;
    background: var(--background);
    margin: 0;
}
.workshop-btn a {
    background: var(--orange);
    color: #fff;
    padding: 15px 40px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.theme-page-title,p.has-background {
    max-width: max-content;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-left: 5%;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--rubik);
    min-width: 300px;
    text-align: center;
    cursor: auto;
}
section#contact-block {
    padding: 100px 0px;
}
section#contact-block .col-md-6 {
    padding: 20px 5%;
}
section#contact-block .icon {
    width: 60px;
    height: 60px;
    text-align: center;
}
section#contact-block .contact-lists .icon img {
    width: 40px;
    height: 40px;
}
section#contact-block .tag-line {
    line-height: 32px;
}
section#contact-block .col-md-6:not(:last-child) {
    border-right: 1px solid;
}
section#contact-block p.content.tag-line {
    position: relative;
    top: 5px;
}
section#contact-block a.btn:hover {
    background: var(--black);
    color: inherit;
}
.theme-page-title:hover {
    background: var(--orange);
    color: inherit;
}
/*Workshop Button*/
.btn-global-parent {
    padding: 50px 0px;
    z-index:0;
}
.btn-global {
    margin: 0 auto;
    text-align: center;
}
.btn-global a,.btn-global a:hover {
    max-width: 300px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    font-family: var(--nunito);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    background: var(--orange);
    color: var(--white);
}
/*WorkShop Post List*/
.ws-block {
    padding: 20px 50px 40px;
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 40px;
}
.tag {
    background: var(--aqua);
    max-width: 200px;
    color: var(--white);
    position: relative;
    left: -50px;
    text-align: center;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 26px;
    margin-bottom: 20px;
}
.ws-start .image {
    text-align: center;
}
.fac-start .image {
    padding: 10px;
    text-align: center;
}

i.fa.fa-angle-up {
    position: relative;
    left: 5px;
    top: 2px;
}
.fac-book-ws a {
    max-width: 300px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    font-family: var(--nunito);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    background: var(--orange);
    color: var(--white);
    display: block;
    margin: auto;
}
/*Resources Page*/
.resources {
    min-height: 300px;
}
.rl-f {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.rl-m {
    padding: 30px 20px;
    margin: 0 auto;
    text-align: left;
}
.rl-m a.btn:hover {
    background: var(--orange);
}
a.orange-bg.white-clr.font-nunito.fw-400.fs-18.btn.mb-3 {
    width: -webkit-fill-available;
    width: -moz-available;
}
.rl-l {
    padding: 30px 20px;
    margin: 0 auto;
    text-align: left;
}
/*Our Services*/
section#our-services-block .image {
    position: relative;
}
section#our-services-block .banner-section {
    position: relative;
    max-width: max-content;
}

.btn-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(231 101 50 / 50%);
    border-radius: 10px;
}
section#our-services-block .service-list .list {
    flex: 0 0 50%;
    padding: 0px 50px;
    text-align: center;
}
section#our-services-block .service-list .list {
    flex: 0 0 50%;
    padding: 40px;
    text-align: center;
}
 section#our-services-block .service-list .list:not(:first-child){
    border-top: 1px solid #A9A9A9;
}
section#our-services-block .service-list .list:nth-child(2){
    border-top: 0px solid;
    border-left: 1px solid #A9A9A9;
}
section#our-services-block .service-list .list:nth-child(3){
    border-right: 1px solid #A9A9A9;
}
section#our-services-block .service-list .list:hover {
    box-shadow: 1px 1px 10px #858585;
}
.service-btn a.btn,.btn:first-child:active {
    background-color: var(--orange);
}
section#theme-page-heading-block li {
    line-height: 40px;
}
/*Our Work*/
section#our-work-block .col-md-4 .title {
    max-height: 300px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 60px;
    text-align: center;
    border-radius: 10px;
}
section#our-work-block .all {
    box-shadow: 0px 0px 15px #cfcfcf;
    min-height: 700px;
    display: block;
    border-radius: 10px;
}
.btn-work {
    display: flex;
    justify-content: center;
}
.btn-work a {
    padding: 10px 30px;
    border-radius: 5px;
}
section#our-work-block .image-section .f-image {
    text-align: center;
    padding: 20px;
}
section.newsletter.blue-bg form input.form-control {
    min-width: 450px;
}
section.newsletter.blue-bg .form-control{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
section.newsletter.blue-bg button.btn{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
section.newsletter.blue-bg button.btn:hover {
    background: var(--orange);
}
section.footer {
    background-color: #1A212D;
    color: #fff;
}
section.footer a {
    color: var(--orange);
	    font-weight: 700;
}
.footer-left {
    padding: 20px;
}
.footer-left .footer-content {
    max-width: 80%;
    margin-left: 35px;
}
.footer-right {
    padding: 20px 40px;
    display: block;
    position: relative;
    line-height: 70px;
    margin-top: 20px;
}
.footer .footer-right .navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.donate {
    display: flex;
    justify-content: flex-start;
}
.donate {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer-right .social-media ul {
    list-style: none;
    padding: 0;
}
.footer-right .social-media ul li a i {
    text-align: right;
    margin: 0px 0px 0px 20px;
    font-size: 25px;
}
.footer-right .donate a.d-btn {
    max-width: 500px;
    width: 100%;
    text-align: center;
    background: var(--orange);
    line-height: 30px;
    border-radius: 5px;
    padding: 10px 20px;
	    color: var(--white);
}
section#our-work-block .all .content {
    min-height: 350px;
}
section#lets-get-media-block .read-more a.more-link {
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
section#lets-get-media-block .title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    min-height: 150px;
}
section#lets-get-media-block .read-more {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
section#lets-get-media-block .post-all {
    border-radius: 10px;
    box-shadow: 1px 1px 10px #858585;
}
section#lets-get-media-block div#more_posts span,section#testimonial-block div#testimonial_posts span{
    padding: 10px 20px;
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 20px auto 50px;
    border-radius: 5px;
}
section#our-client-block div#client_posts span {
    padding: 10px 20px;
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 50px auto 0px;
    border-radius: 5px;
}
.row.clients {
    align-items: center;
    text-align: center;
    margin: 50px 0px;
}
.row.clients a img {
    max-width: 150px;
    min-height: 150px;
}
.featured-image {
    position: relative;
    bottom: 50px;
}
section#testimonial-block .title {
    position: relative;
    bottom: 45px;
}
section#testimonial-block .position {
    position: relative;
    bottom: 40px;
}
section.project-buttons .wp-block-buttons {
    margin: 0px 20px;
    padding-bottom: 2rem;
    width: 100%;
}
section.project-buttons .wp-block-buttons .wp-block-button {
    max-width: 350px;
    width: 100%;
}
section.project-buttons .wp-block-buttons a.wp-block-button__link {
    max-width: 350px;
    width: 100%;
    font-weight: 500;
    font-family: var(--rubik);
    font-size: 24px;
}
.list-content li {
    line-height: 50px;
}
.list-content a.btn {
    max-width: 350px;
    width: 100%;
}
section.projects-block .list-content ul {
    padding-left: 5rem;
}
section#theme-big-title-block.title-padding {
    padding: 0px 14px!important;
}
section#theme-page-heading-block.title-padding {
    padding: 10px 0px!important;
}
section.our-story-page {
    padding: 5% 10%;
    box-shadow: 1px 1px 15px #cfcfcf;
    margin: 0px auto 5rem;
    border-radius: 15px;
}
section.our-story-page p{
    font-family: var(--nunito);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
section#short-bio-block .para-two {
    border-left: 1px solid #efefef;
}
section#short-bio-block .shadow {
    border-radius: 10px;
}
section#short-bio-block .button-long-bio {
    max-width: 350px;
    width: 100%;
}
section#short-bio-block .button-long-bio a{
    width: 100%;
}
section#short-bio-block .button-long-bio a:hover{
    background-color: var(--orange);
    color: inherit;
}
section#short-bio-block .speciality {
    border-radius: 10px;
    max-width: 80%;
    margin: auto;
}
section#short-bio-block .speciality ul {
    display: flex;
    flex-wrap: wrap;
}
section#short-bio-block .speciality ul li {
    flex: 0 0 50%;
    line-height: 40px;
}
.sub-title-arrow:before,.sub-title-arrow:after {
    content: '\2014';
    display: inline;
    position: relative;
    bottom: 2px;
    padding: 0px 5px;
}
section#promotion-block .container.background.p-5 {
    border-radius: 10px;
}
section#our-mission-block .features .fix-class {
    width: 20%;
}
section#about-testimonials-block .name {
    max-width: 80%;
    margin: auto;
    position: relative;
    margin-top: -95px;
    border-radius: 10px;
}
section#about-testimonials-block .t-image {
    position: relative;
}
section#about-testimonials-block .t-image .blue-bg.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 210px;
    border-top-right-radius: 210px;
}
section#short-bio-block .title {
    padding: 0 0px 10px;
}
section#advocacy .col-md-12:before,section#consultation .col-md-12:before, section#education .col-md-12:before,section#proverty .col-md-12:before,
section#theme-page-heading-block .col-md-12:before{
    height: 115px;
    content: '';
    float: left;
    padding-left: 25px;
}
section#advocacy .content,section#consultation .content,section#education .content, section#proverty .content,
section#theme-page-heading-block .content{
    padding-left: 40px;
}
section#advocacy .col-md-12:before {
    border-left: 17px solid var(--blue);
}
section#consultation .col-md-12:before {
    border-left: 17px solid var(--orange);
}
section#education .col-md-12:before {
    border-left: 17px solid var(--aqua);
}
section#proverty .col-md-12:before {
    border-left: 17px solid var(--purple);
}
section#theme-page-heading-block .col-md-12:before{
    border-left: 17px solid var(--blue);
}
section#theme-page-heading-block .list-heading {
    padding-left: 35px;
}
section#theme-page-heading-block .list-content {
    margin-left: 25px;
}
section#education .list-heading h4 {
    padding-left: 35px;
}
section#education .list-content a.btn {
    margin-left: 35px;
}
.mobile-only {
    display: none;
}
.page-id-516 section#theme-page-heading-block .col-md-12:before {
    border-left: 0px solid var(--blue);
    padding-left: 0;
}
.page-id-516 section#theme-page-heading-block .content {
	 padding-left: 0;
}
section#workshop-features-block .workshop-content .icon {
    margin: 10px;
}
.select.section-id {
        margin: 0px 0px 50px;
        max-width: 250px;
        border: 2px solid;
        border-radius: 5px;
        position: absolute;
        bottom: 0px;
        z-index: 1;
    }
    .select-div {
        position: relative;
        display: block;
    }
    section#our-mission-key-points-block .icon img {
        max-width: 75px;
    }
    section#our-mission-block .f-icon img {
        max-width: 40px;
    }
@media (max-width:767px){
	*{
        letter-spacing: 0px;
    }
    .btn-global-parent .wp-block-cover__inner-container {
        text-align: center;
    }
    .theme-page-title, p.has-background{margin-left: 0px;}
    section.newsletter.blue-bg form input.form-control {
        min-width: 200px;
    }
    section.newsletter .container.px-5 {
        padding: 0px 15px!important;
    }
    section.newsletter .title-newsletter {
        font-size: 25px;
    }
    section.newsletter .newsletter-start {
        text-align: center;
    }
    section#contact-block .col-md-6:not(:last-child) {
        border-right: 0px solid;
        border-bottom: 1px solid;
    }
    section#contact-block .col-md-6.f-1 {
        padding-bottom: 5rem;
    }
    section#contact-block .col-md-6.f-2 {
        padding-top: 5rem;
    }
    section#contact-block .contact-lists {
        justify-content: start!important;
    }
    section#contact-block p.content.tag-line {
        padding-left: 50px;
    }
    .donate {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .footer-left .footer-content {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .footer .footer-right .navigation ul {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .footer .footer-right .navigation ul li {
        flex: 0 0 100%;
        text-align: center;
        line-height: 40px;
    }
    .copyrights{
        text-align: center;
        line-height: 22px;
    }
    .btn-global-parent .btn-global {
        width: 100%!important;
    }
    .tag {
        max-width: 150px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 20px;
    }
    section#workshop-post-list-block .ws-block {
        padding: 20px 20px 40px;
    }
    section#workshop-post-list-block .ws-block .workshop-list .ws-start .image {
        text-align: center;
        margin-top: 5rem;
    }
    section#workshop-post-list-block .ws-block .workshop-list .ws-start .title {
        text-align: center;
        padding: 0px!important;
        margin-top: 0px!important;
    }
    section#workshop-post-list-block .ws-block a.more-less-button {
        text-align: center;
        display: block;
        margin-top: 50px;
    }
    section#workshop-post-list-block .facilitator-list .fac-start {
        justify-content: center;
    }
    section#resources-list-block .rl-f {
        padding: 30px;
        min-height: 250px;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    section#resources-list-block .resources{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    section#resources-list-block .rl-m {
        width: 100%;
    }
    section#resources-list-block .rl-l {
        padding: 0px 30px 20px;
    }
    section#our-services-block .container-fluid.px-5 {
        padding: 0px!important;
    }
    section#our-services-block .btn-title {
        border-radius: 0;
    }
    section#our-services-block .service-list .list {
        flex: 0 0 100%;
    }
    section#our-services-block .service-list .list:nth-child(2) {
        border-top: 1px solid #A9A9A9;
        border-left: 0px solid #A9A9A9;
    }
    section#our-services-block .service-list .list:nth-child(3) {
        border-right: 0px solid #A9A9A9;
    }
    section#our-work-block .title {
        font-size: 25px;
    }
    section#our-work-block .tag-line {
        font-size: 18px;
    }
    section#our-work-block .work-list .col-md-4.px-5.py-5 {
        padding: 1rem!important;
    }
    section#our-work-block .col-md-4 .title {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    section#our-work-block .image-section .img-title {
        text-align: center;
    }
    section#lets-get-media-block .col-lg-6.col-md-6.col-sm-12.col-xs-12.py-5 {
        padding: 0px 30px;
    }
    .row.clients a img {
        max-width: 100%;
        padding: 10px;
    }
    section#our-client-block div#client_posts span {
        margin: 50px auto 0px;
    }
    .project-buttons {
        flex-wrap: wrap!important;
    }
    section.project-buttons .wp-block-buttons {
        margin: 0px 20px;
        padding-bottom: 2rem;
        width: 100%;
        justify-content: center;
    }
    .page-id-457 section#theme-big-title-block {
        padding: 20px!important;
    }
    .page-id-457 section#theme-big-title-block p {
        font-size: 18px;
        padding: 0;
    }
    section.projects-block .list-content ul {
        padding-left: 1rem;
    }
    .page-id-288 section#theme-page-heading-block,.page-id-330 section#theme-page-heading-block,.page-id-328 section#theme-page-heading-block,
    .page-id-332 section#theme-page-heading-block  {
        padding: 0px 15px;
    }
    section#short-bio-block .speciality {
        border-radius: 10px;
        max-width: 100%;
        margin: auto;
    }
    section#short-bio-block .speciality ul li {
        font-size: 16px;
    }
    .page-id-583 section#theme-big-title-block.fs-sm-16 {
        padding: 3rem 0px 0px!important;
    }
    .page-id-583 section#theme-big-title-block.fs-sm-24 {
        padding: 0rem 0px 3rem!important;
    }
    section#short-bio-block .content.f-1 {
        margin-top: 5rem;
    }
    section#short-bio-block .content.f-1 .shadow.p-5,section#short-bio-block .para-two {
        padding: 2rem!important;
    }
    section#short-bio-block .button-long-bio {
        margin: auto;
    }
    section#short-bio-block .content.f-1 p {
        font-size: 16px;
    }
    .page-id-571 section#theme-big-title-block.fs-sm-24 h2 {
        font-size: 25px;
    }
    section.our-story-page p {
        font-size: 16px;
    }
    section.our-story-page {
        max-width: 90%;
    }
    .home section#theme-big-title-block h1.fs-60.fw-600.text-uppercase.font-rubik {
        font-size: 36px;
        margin-bottom: 20px;
        text-transform: capitalize!important;
        font-weight: 700;
    }
    .home section#theme-image-block {
        padding: 0px 25px!important;
    }
    section#theme-big-title-block.our-mission-para p {
        font-size: 16px;
        padding: 0px 20px;
        text-align: left;
    }
    .home section#theme-big-title-block {
        padding: 0px 0px!important;
    }
    .home section#theme-big-title-block h3 {
        text-align: left;
        font-size: 30px;
        padding: 0px 20px 20px;
    }
    .home section#our-mission-key-points-block {
        padding: 0px 0px!important;
    }
    .home-education {
        margin-top: 0!important;
    }
    section#theme-big-title-block.home-education-para p {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Nunito';
        text-align: left;
        margin-top: 20px;
    }
    .home section#features-block-image .content {
        font-size: 16px;
    }
    .home section#theme-big-title-block.main-heading p {
        padding-left: 15px;
        text-align: left;
    }
    section#our-mission-key-points-block .col-md-12.d-flex.justify-content-evenly {
        flex-wrap: wrap;
    }
    section#our-mission-key-points-block .container-fluid.px-5 {
        padding: 3rem 1rem!important;
    }
    section#our-mission-key-points-block .col-md-12.d-flex.justify-content-evenly .col-md-2.text-center {
        width: 50%;
        padding: 10px;
    }
    .home-education {
        padding: 0px 15px;
    }
    .home-education section#theme-big-title-block h3,.home-education section#theme-big-title-block p {
        padding: 0;
    }
    section#features-block-image .feature-content .title {
        text-align: left;
        margin: 0px 0px 20px 0px;
    }
    section#features-block-image .feature-content {
        justify-content: flex-start!important;
        padding: 0px!important;
    }
    section#theme-big-title-block.consultation h3 {
        padding: 3rem 0px 0px!important;
    }
    section#theme-big-title-block.home-consultation-para p {
        font-size: 16px;
        text-align: left;
        padding: 0;
    }
    .home section#consultation-features-block {
        margin: 3rem 20px!important;
        padding: 0px 0px!important;
    }
    .home section#consultation-features-block .box .content p {
        font-size: 16px;
        font-weight: 600;
    }
    section#consultation-features-block .box {
        position: relative;
        width: 50%;
        margin: 25px 0px;
    }
    section#consultation-features-block .box:not(:first-child):after {
        border: 0px solid #E0E0E0;
    }
    section#consultation-features-block .box .icon img {
        width: 50px;
        height: 50px;
    }
    section.background-border {
        height: 100px;
        margin-top: -210px;
    }
    section#workshop-features-block h3.title {
        font-size: 30px;
        text-align: left;
        font-weight: 500;
    }
    .home section#workshop-features-block {
         padding-top: 50px!important;
    }
    .home .border-caption figcaption.wp-element-caption {
        padding: 20px 15px;
        background: var(--background);
        margin: 0;
    }
    section#workshop-features-block .sub-title {
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        font-family: 'Nunito';
    }
    .footer-right .donate a.d-btn {
        font-size: 18px;
    }
    section#workshop-features-block .workshop-content .content {
        padding: 1rem 0px 3rem!important;
    }
    section#workshop-features-block .workshop-btn a {
        padding: 15px 15px;
        font-size: 15px;
    }
    .home section#workshop-features-block .workshop-btn {
        padding-top: 0px!important;
    }
    section#who-we-are-block .title {
        font-size: 25px;
    }
    section#who-we-are-block .content {
        font-size: 16px;
    }
    section#who-we-are-block .wwr-btn a {
        font-size: 18px;
    }
    section#promotion-block {
        max-width: 90%;
        margin: auto;
        text-align: center;
    }
    section#promotion-block .left-content,section#promotion-block .cnt {
        font-size: 16px;
    }
    section#promotion-block .percent {
        font-size: 24px;
    }
    section#our-mission-block .container-fluid {
        padding: 0px 2rem!important;
    }
    section#our-mission-block .title {
        font-size: 22px;
        margin-top: 10px;
    }
    section#our-mission-block .content {
        padding: 20px 0px!important;
        font-size: 16px;
    }
    section#our-mission-block .features .fix-class {
        width: 100%;
    }
    section#our-mission-block .features .f-icon {
        width: 20%;
        display: inline;
    }
    section#our-mission-block .features .content {
        width: 75%;
        display: inline-block;
        text-align: left;
        margin-left: 5%;
    }
    section#our-mission-block .features .fix-class {
        width: 100%;
        margin: 0rem 0px 1rem;
    }
    section#about-testimonials-block .sub-title-arrow.tag-line {
        text-align: center;
    }
    section#about-testimonials-block .col-md-4.col-sm-6.col-xs-12.has-text-align-center {
        padding: 0px 25px;
    }
    p.theme-page-title.btn {
        font-size: 25px!important;
    }
    section#about-our-story-block .title {
        font-size: 25px;
    }
    section#about-our-story-block .container-fluid {
        padding: 0px 20px!important;
    }
    section#about-our-story-block {
        padding: 0px!important;
    }
    section#about-testimonials-block .name p,section#about-testimonials-block .name span {
        font-size: 16px;
    }
    section#theme-big-title-block.about-author h2 {
        font-size: 25px;
        margin-top: 10px;
    }
    section#short-bio-block .button-long-bio a {
         font-size: 18px;
    }
    section#our-work-block .all .content {
        min-height: 250px;
        font-size: 16px;
    }
    section#our-work-block .all {
        min-height: 600px;
    }
    section#our-work-block .work-list .all .btn-work a {
        font-size: 20px;
    }
    section#lets-get-media-block .post-all .content p {
        font-size: 16px;
        text-align: left;
    }
    section#lets-get-media-block .post-all .read-more a.more-link {
        font-size: 20px;
    }
    section#testimonial-block .testimonial-div .title {
        font-size: 25px;
    }
    section#testimonial-block .testimonial-div .position{
        font-size: 15px;
    }
    section#testimonial-block .testimonial-div .content p {
        font-size: 16px;
    }
    section.projects-buttons .wp-block-buttons a.wp-block-button__link {
        font-size: 22px;
    }
   .content p, section#theme-page-heading-block .list-content li,
   section#theme-page-heading-block .list-heading h4{
       font-size: 16px;
   }
    section.projects-block .list-content a.btn {
        max-width: 250px!important;
    }
    section.projects-block .list-content li{
        font-size: 16px;
    }
    section.projects-block .list-content ul {
        padding-left: 3rem;
    }
    section#our-services-block .image .btn-title a{
        font-size: 25px;
    }
    section#our-services-block .service-list .title {
        font-size: 25px;
        margin: 0px 0px 15px;
    }
    section#our-services-block .service-list .content {
        margin: 0px 0px 30px;
    }
    section#resources-list-block .rl-l .rl-content p {
        font-size: 16px;
    }
    section#workshop-post-list-block .workshop-list .ws-start .tag {
        font-size: 18px;
    }
    section#workshop-post-list-block .facilitator-list .fac-name,section#workshop-post-list-block .facilitator-list .fac-content,
    section#contact-block p.content.tag-line{
        font-size: 16px;
    }
    section#contact-block .tag-line {
        line-height: 30px;
        font-size: 18px;
    }
header .navbar-nav .nav-item> a+.angle-right-icon:before {
    top: 0px!important;
}
.desktop-only {
    display: none;
}
.mobile-only {
    display: block;
}
.select.section-id {
            margin: 0px auto 50px;
            position: relative;
            max-width: 300px;
	z-index:0;
}

}

@media (min-width: 768px) and (max-width: 991px) {
	.select.section-id {
            margin: 0px auto 50px;
            position: relative;
            max-width: 300px;
		z-index:0;
	}
    section.newsletter .newsletter-start .col-sm-12.col-xs-12.col-md-4 {
        width: 100%;
        text-align: center;
    }
    section#our-services-block .container-fluid.px-5 {
        padding: 0px!important;
    }
    section#our-services-block .btn-title {
        border-radius: 0;
    }
    section#our-services-block .service-list .list {
        flex: 0 0 100%;
    }
    section#our-services-block .service-list .list:nth-child(2) {
        border-top: 1px solid #A9A9A9;
        border-left: 0px solid #A9A9A9;
    }
    section#our-services-block .service-list .list:nth-child(3) {
        border-right: 0px solid #A9A9A9;
    }
    section#our-work-block .work-list .col-md-4.px-5.py-5,section#our-work-block .image-section .col-md-5,section#our-work-block .image-section .col-md-7 {
        width: 100%;
    }
    section#our-work-block .all,section#our-work-block .all .content  {
        min-height: auto;
        padding: 0px 0px 3rem;
    }
    section#our-work-block .image-section .img-title {
        text-align: center;
    }
    section#our-client-block .row.clients .col-md-3.col-sm-6.col-xs-6.col-6.py-3 {
        width: 50%;
    }
    section#our-client-block div#client_posts span {
        margin: 50px auto 0px;
    }
    section#testimonial-block .row.clients .col-md-4 {
        width: 50%;
    }
    .project-buttons {
        flex-wrap: wrap!important;
    }
    section.project-buttons .wp-block-buttons {
        margin: 0px 20px;
        padding-bottom: 2rem;
        width: 100%;
        justify-content: center;
    }
    .page-id-457 section#theme-big-title-block {
        padding: 20px!important;
    }
    .page-id-457 section#theme-big-title-block p {
        font-size: 18px;
        padding: 0;
    }
    .page-id-288 section#theme-page-heading-block,.page-id-330 section#theme-page-heading-block,.page-id-328 section#theme-page-heading-block,
    .page-id-332 section#theme-page-heading-block{
        padding: 0px 15px;
    }
    section#short-bio-block .speciality {
        border-radius: 10px;
        max-width: 100%;
        margin: auto;
    }
    section#short-bio-block .speciality ul li {
        font-size: 16px;
    }
    .page-id-583 section#theme-big-title-block.fs-sm-16 {
        padding: 3rem 0px 0px!important;
    }
    .page-id-583 section#theme-big-title-block.fs-sm-24 {
        padding: 0rem 0px 3rem!important;
    }
    section#short-bio-block .content.f-1 {
        margin-top: 5rem;
    }
    section#short-bio-block .content.f-1 .shadow.p-5,section#short-bio-block .para-two {
        padding: 2rem!important;
    }
    section#short-bio-block .content.f-1 p {
        font-size: 16px;
    }
    .page-id-571 section#theme-big-title-block.fs-sm-24 h2 {
        font-size: 25px;
    }
    section.our-story-page p {
        font-size: 16px;
    }
    section.our-story-page {
        max-width: 90%;
    }
    .home section#theme-big-title-block h1.fs-60.fw-600.text-uppercase.font-rubik {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .home section#theme-big-title-block {
        padding: 0px 0px!important;
    }
    .home section#theme-big-title-block h3 {
        text-align: center;
        font-size: 30px;
        padding: 0px 20px;
    }
    .home section#theme-big-title-block p {
        padding-left: 15px;
        text-align: left;
        font-size: 16px;
    }
    section#our-mission-key-points-block .col-md-12.d-flex.justify-content-evenly {
        flex-wrap: wrap;
    }
    section#our-mission-key-points-block .container-fluid.px-5 {
        padding: 3rem 1rem!important;
    }
    section#our-mission-key-points-block .col-md-12.d-flex.justify-content-evenly .col-md-2.text-center {
        width: 50%;
        padding: 10px;
    }
    .home-education {
        padding: 0px 15px;
    }
    section#features-block-image .feature-content .title {
        text-align: left;
        margin: 0px 0px 20px 0px;
    }
    section#features-block-image .feature-content {
        align-items: flex-start;
        padding: 0px 10px 0px 20px;
        justify-content: flex-start!important;
    }
    section#consultation-features-block .box:not(:first-child):after {
        border: 0px solid #E0E0E0;
    }
    section#consultation-features-block .box .icon img {
        width: 75px;
        height: 75px;
    }
    section#consultation-features-block .box {
        position: relative;
        width: 50%;
        margin: 25px 0px;
    }
    section#workshop-features-block .workshop-content .col-md-3.box {
        width: 50%;
    }
    section#workshop-features-block .workshop-content .content {
        padding: 1rem 0px 3rem!important;
    }
    section#our-mission-block .features .fix-class {
        width: 50%;
        margin-bottom: 30px;
    }
    section#about-testimonials-block .col-md-4.col-sm-6.col-xs-12.has-text-align-center {
        width: 50%;
        margin: auto;
    }
    section#about-testimonials-block .sub-title-arrow.tag-line {
        text-align: center;
    }
    section.newsletter.blue-bg .newsletter-start .col-sm-12.col-xs-12.col-md-5 {
        width: 100%;
        text-align: center;
    }
    section#resources-list-block .rl-f {
        padding: 30px;
        min-height: 250px;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    section#resources-list-block .resources{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    section#resources-list-block .rl-m {
        width: 100%;
    }
    section#resources-list-block .rl-l {
        padding: 0px 30px 20px;
        width: 100%;
    }
    .footer-right ul {
        flex-wrap: wrap;
    }
    .footer-right ul li {
        width: 50%;
        flex: 0 0 50%;
    }
.desktop-only {
    display: none;
}
.mobile-only {
    display: block;
}
}

@media (min-width:1199px) and (max-width: 1399px){
    section#our-work-block .all .content {
        min-height: 450px;
    }
    section#our-work-block .all {
        min-height: 800px;
    }
    section#lets-get-media-block .post-all .title {
        min-height: 175px;
    }
header .navbar-nav .nav-item {
    padding: 1rem calc(1vw + 1rem)!important;
}

}

section#features-block-image .feature-content .title {
    text-align: left;
    margin: 0px 0px 20px 0px;
}
section#features-block-image .feature-content {
    align-items: flex-start;
    padding: 0px 20px 0px 20px;
    justify-content: flex-start!important;
    width: 100%;
}
.wwr-btn a:hover,section#education .list-content a.btn {
    background: var(--orange);
    color: inherit;
}
.workshop-title {
    background: #39A2A5;
    padding: 25px;
    margin: 15px;
    text-align: center;
}
.workshop-title a.link-workshop {
    color: #fff;
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 3px;
    display: block;
    padding: 50px 0px;
}
.workshop-title .list-dropdown i {
    font-size: 25px;
    color: #fff;
    transition: 0.5s linear;
}
.workshop-title {
    background: #39A2A5;
    padding: 25px;
    margin: 25px 0px 0px;
    text-align: center;
    border-radius: 20px 20px 20px 0px;
    transition: 0.5s linear;
    min-height: 215px;
}
.workshop-title:hover {
    transform: scale(1.02);
    transition: 0.5s linear;
}
.workshop-title .list-dropdown i:hover {
    transform: scale(0.8);
    transition: 0.5s linear;
}
.sub-workshop-list {
    background: #F9F6EF;
    padding: 25px;
    margin: 0px 15px 15px;
    text-align: left;
    border-radius: 0px 20px 20px 0px;
}
.sub-workshop-list i {
    display: inline-block;
    float: left;
    position: relative;
    top: 4px;
}
.sub-workshop-list a.link-workshop {
    margin-left: 10px;
}
section.workshop-detailed .tag {
    left: 0;
    font-size: 22px;
    max-width: 300px;
    letter-spacing: 5px;
}
section.workshop-detailed .page-heading {
    text-align: center;
    font-family: 'Rubik';
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 35px;
}
section.workshop-detailed .other-workshop-title-heading {
    line-height: 40px;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}
section.workshop-detailed .workshop-title {
    position: relative;
    display: block;
}
section.workshop-detailed .workshop-title:before {
    content: '';
    background-size: 100px;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-image: url(https://lets.ca:8890/wp-content/uploads/2023/07/Vector.png);
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-position: center;
}
section.workshop-detailed .workshop-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 20px 20px;
    flex-wrap: wrap;
    min-height: 300px;
    margin-bottom: 75px;
}
section.workshop-detailed .workshop-title a.link-workshop {
    font-family: var(--rubik);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
}
.learn-more-workshop {
    background: #86C4C3;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
}
.learn-more-workshop a {
    color: #fff;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3px;
}
.facilate {
    border-radius: 10px;
}
.heading-faci {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 3px;
}
.information-heading {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 3px;
}
.information-content p {
    margin: 0;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 3px;
}
.workshop-btn {
    margin: auto;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 20px 0px;
}
.workshop-btn a{
    font-family: var(--nunito);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
}
section#who-we-are-block .content a,.workshop-content a {
    text-decoration: underline;
}
section#who-we-are-block .content a {
    font-weight:900;
}
.workshop-content .wp-block-image figcaption {
    min-width: 400px;
}
.newsletter-start p.success-text {
    text-align: center;
    color: #fff;
}
button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary.btn.orange-bg.white-clr.font-nunito.fw-600.fs-18 {
    position: relative;
    border: none;
    height: 42px;
}
form#newsletter-form span.empty-label.labels-hidden {
    display: none;
}
section#workshop-features-block .workshop-content .icon img.img-fluid {
    max-width: 300px;
    max-height: 200px;
    height: 100%;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: transparent;
    cursor: auto!important;
}
.heading-faci strong {
    font-weight: 500;
}
@media(max-width: 992px){
    section.workshop-detailed.py-5.px-5 {
        padding: 3rem 1rem!important;
    }
    section.workshop-detailed .other-workshop-title-heading {
        line-height: 32px;
        font-size: 24px;
    }
    section.workshop-detailed .workshop-title {
        margin-bottom: 100px;
    }
    .heading-faci {
        font-family: 'Rubik';
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
        text-align: center;
    }
    .information-heading {
        font-family: 'Rubik';
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 3px;
        text-align: center;
    }
    .information-content p {
        margin: 0;
        font-family: 'Rubik';
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
        text-align: center;
    }
    .workshop-btn {
        margin: 40px 0px;
    }
    section.workshop-archive.py-5.px-5 {
        padding: 3rem 1rem!important;
    }
    .workshop-title a.link-workshop {
        color: #fff;
        font-family: var(--rubik);
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 5px;
        display: block;
        padding: 50px 0px;
        word-wrap: break-word;
    }
    .facilate {
    	padding: 1rem!important;
	}
    
    section.workshop-detailed .tag {
	    max-width: 50%;
    	flex: 0 0 100%;
	}
    section.workshop-detailed .page-heading {
        width: 100%;
        margin: 15px 0px;
    }
    section.workshop-detailed .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
        width: 100%;
        max-width: 100%;
    }
    figure.border-caption {
        margin: 60px 0px 0px;
    }

}
@media (min-width: 992px) and (max-width: 1279px){
    section.workshop-detailed .workshop-title a.link-workshop {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 24px;
    }
    section.workshop-detailed .workshop-title:before {
        background-size: 75px;
        top: -60px;
    }
    .learn-more-workshop a {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1px;
    }
    section#our-work-block .work-list-start .col-md-4 {
        flex: 0 0 50%;
    }
}