/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root{
    --yellow:#ffd004;
    --red:#8c2222;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

h1, .h1{font-size: 58px;line-height: 68px;}
h2, .fs-32{font-size: 32px;line-height: 42px;}
h3, .fs-30{font-size: 28px;line-height: 36px;}
h4      {font-size: 24px;line-height: 32px;}
.fs-30  {font-size: 30px;line-height: 38px;}
.fs-28  {font-size: 28px;line-height: 34px;}
.fs-24  {font-size: 24px;line-height: 30px;}
.fs-22  {font-size: 22px;line-height: 28px;}
.fs-20  {font-size: 20px;line-height: 26px;}
.fs-18  {font-size: 18px;line-height: 24px;}
.fs-16  {font-size: 16px;line-height: 24px;}
.fs-14  {font-size: 14px;line-height: 20px;}

.text-red{color: #cc0000;}

a{display: inline-block;}
a:hover{color:#000}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 30px;
    color: #000;
    line-height: 38px;
    font-family: 'urw-din-regular';
}
@font-face {
    font-family: 'urwdinsemicond';
    src: url('../css/urwdinsemicond.ttf');
}
@font-face {
    font-family: 'urw-din-medium';
    src: url('../css/urw-din-medium.ttf');
}
@font-face {
    font-family: 'urw-din-regular';
    src: url('../css/urw-din-regular.ttf');
}
.font-medium{
    font-family: 'urw-din-medium';
}
.font-bold{
    font-family: 'urwdinsemicond';
}
.container{
    margin: 0px auto 0px auto;
    width: calc(100% - 100px);
    max-width: 1200px;
}

.theme-btn{
    display: inline-block;
    border: 2px solid var(--red);
    border-radius: 7px;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: var(--red);
    color: #fff;
}
.theme-btn:hover{
    background: #ffffff;
    color: var(--red);
}

/*------------------------------------*\
            INDEX
\*------------------------------------*/
.yellow-btn {
    display: inline-block;
    padding: 7px 30px;
    background: #ffd004;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}
.banner{position: relative;}
.section-title{
    background: linear-gradient(to right, #222222 40%, transparent 40%);
    text-align: left;
}
.section-title h2{
    color: var(--yellow);
    font-size: 70px;
    line-height: 76px;
    background: #222;
    padding: 10px 35px 10px 0;
    display: inline-block;
}
.banner .section-title{
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: left;
}
.mission-section {
  background: linear-gradient(to bottom,#222222 70%,transparent 70%);
}
.mission-section h3{
    max-width: 85%;
    text-align: left;
}
.mission-section p{
    text-align: left;
}
.text-yellow{color: var(--yellow);}
.mission{
    background: #646464;
}
.vision{
    background: #a3a3a3;
    color: #000;
}
.reach{
    background: var(--yellow);
    color: #000;
}
.partner-section .row{
    justify-content: center;
}
.box-item {
    padding: 35px;
}
.impact-text{
    margin-top: -70px;
}
.icon-box{
    text-align: left;
}
.icon-box h2{
    font-size: 50px;
    line-height: 50px;
}
.icon-box img{
    height: 70px;
    object-fit: contain;
    width: auto;
}
.logo-slider .logo{
    background: #a3a3a3;
    padding: 15px 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.logo-section{
    background: var(--yellow);
}
.logo-section h2{
    font-size: 70px;
    line-height: 70px;
}
.divider{
    border: 2px solid #000;
    margin: 50px 0;
}
.border-black{border-color: #000 !important;}
.image-text p{
    display: inline;
    background: #fff;
    padding: 4px 0px;
}
.custom-listing li{
    position: relative;
    padding-left: 30px;
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 30px;
}
.custom-listing li::before{
    content: '';
    background: url('../image/right-arrow.png') no-repeat center;
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 80%;
    left: 0;
    top: 7px;
}
.image-section{
    background: #8c2222;
}
.image-section .content{
    padding: 60px;
}
.image-section .content h3{
     font-size: 3vw;
    line-height: 3vw;
    max-width: 80%;
    margin: 0 auto;
}

.bg-yellow{background: var(--yellow);}
.campaigns h2 {
    font-size: 70px;
    line-height: 70px;
}
.campaigns {
    background: #222222;
}
.box-wrapper h2{
    font-size: 44px !important;
    line-height: 48px !important;
}
.box-wrapper .content{
    padding: 70px;
}
.review-slider .inner-slide{
    border: 2px solid #222;
    border-radius: 15px;
    text-align: left;
}
.review-slider .rating i{
    font-size: 18px;
    color: var(--yellow);
}
.review-slider p{
    font-size: 22px;
    line-height: 28px;
}

/* ----------------------------- */
.col-6{
    flex: 0 0 auto;
    width: 47%;
}
.mb-5 {    margin-bottom: 3rem !important;}
.mb-4 {    margin-bottom: 1.5rem !important;}
.mt-4 {    margin-top: 1.5rem !important;}
.mt-5{margin-top: 3rem !important;}
.border-bottom {    border-bottom: 1px solid #000 !important;}
.d-inline-block {    display: inline-block !important;}
.p-4 {    padding: 1.5rem !important;}
.pb-1 {    padding-bottom: .25rem !important;}
.pt-1 {    padding-top: .25rem !important;}
.pb-4 {    padding-bottom: 1.5rem !important;}
.pt-5 {    padding-top: 3rem !important;}
.pb-5 {    padding-bottom: 3rem !important;}
.text-uppercase {    text-transform: uppercase !important;}
.pb-3 {    padding-bottom: 1rem !important;}
.top-content h1{text-align: left;}
.business-container{text-align: left;}
.align-items-center {    align-items: center !important;}
.justify-content-between {    justify-content: space-between !important;}
.py-5 {    padding-top: 3rem !important;    padding-bottom: 3rem !important;}
.text-white{color: #fff !important;}
.row{    display: flex;    flex-wrap: wrap;}
.feature_left, .box_left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
.feature_right, .box_right {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
.image-section .feature_wrapper_image{
    background: #8c2222;
}
.image-section .feature_wrapper_image{
    display: flex;
}
.text-left{text-align: left !important;}
.main_box{display: flex;}