﻿.giving-wc-quote-section{
    background-color: black;
    color: white;
    padding: 4em 1.5em;
    box-sizing: border-box;
    margin-bottom: 2em;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 6em -50vw;  
}
.giving-wc-quote{
    font-size: 2em;
    max-width: 52%;
    margin: 0 auto;
    text-align: right;
}
.giving-wc-quote-content-box{
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.giving-wc-quote-content-box div:last-of-type{
    text-align: right;}
.giving-wc-quote-content-box:before {
    content: '';
    width: 10px;
    background-color: #ff4c00;
    display: inline-block;
    position: absolute;
    margin-left: -1em;
    height: inherit;}
.giving-join-us-section {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin: 2em 0;
}
.giving-join-us-section h3{
    line-height: 125%;
    text-transform: uppercase;
}
.giving-join-us-section > div {
    display: inline-block;
}
.giving-join-us-section-select {
    max-width: 30%;
}
.giving-join-us-section-select ul{
    list-style-type: none; 
}
.giving-join-us-section-select ul li {
    margin-bottom: 50px;
    font-weight: normal;
    text-shadow: none;
    color: #8b8b8b;
    cursor: pointer;
}
.giving-join-us-section-select ul li:hover,
.giving-join-us-section-select ul li.active
{
    color: #ff4c00;
}

.swap-content {
    width: 70%;
    max-width: 700px;
    overflow: hidden;
}
.giving-join-us-section .flex-row {
    display: flex;
    justify-content: space-between;
}
.giving-join-us-section .row {
    display: block;
    position: relative;
}
.giving-join-us-section .flex-row > .col {
    max-width: 47%;
    margin-bottom: 2em;
}
.giving-join-us-section .owl-gallary{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.giving-join-us-section .owl-item{
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.giving-join-us-section .owl-dots{
    display: none;
}
.giving-join-us-section .owl-nav{
    display: none;
}
.giving-join-us-section .owl-controls-toggle-left,
.giving-join-us-section .owl-controls-toggle-right{
    position: absolute;
    bottom: 0;
    left: 10%;
    cursor: pointer;
    font-size: 25px;
}
.giving-join-us-section .owl-controls-toggle-right{
    right: 0;
    left: inherit;
}
