/* CSS Document */

@font-face { font-family: 'AvenirNext-Regular'; 
    src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Bold.woff') format('woff'),
        url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold; 
    font-style: normal; }

@font-face { font-family: 'AvenirNext-Regular'; 
    src: url('../fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Medium.woff') format('woff'),
        url('../fonts/AvenirNext-Medium.ttf') format('truetype'),
        url('../fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500; 
    font-style: normal; }

@font-face { font-family: 'AvenirNext-Regular'; 
    src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Regular.woff') format('woff'),
        url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal; 
    font-style: normal;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
html, body { font-family: 'AvenirNext-Regular', sans-serif; font-weight: 400; font-style: normal; color: #353e4a; font-size: 18px;}

p {line-height:1.421;}
strong {}
a, a:focus, a:hover {outline: 0px;	text-decoration: none; color:#88377b;}
.form-control::placeholder { color: #a8a8a8;}
.form-control::-moz-placeholder { color: #a8a8a8;}
.form-control::-webkit-placeholder { color: #a8a8a8;}
select.form-control { color: #a8a8a8;}

h1,h2,h3,h4,h5 {
    font-weight: 400;
    font-style: normal;
    line-height:1.421;
}
.heading {    
    font-family: 'AvenirNext-Regular', sans-serif;  /*minion-pro, serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    letter-spacing: -2.5px;
    line-height: 1;
}
.sub-heading {    
    font-family: minion-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: -0.74px;
    line-height: 1;
    margin-bottom:1.5rem;
}
h3 {    
    text-transform: uppercase;
    font-weight:bold;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2.61px;
}
h4 {    
    text-transform: uppercase;
    font-weight:bold;
    font-style: normal;
    font-size:16px;
    letter-spacing: 2.5px;
    color: #40bec0;
}



.home-header {background:url("../images/home-header-bg.png") center center no-repeat; background-size:cover; display: flex; 
    justify-content: space-between; padding-bottom: 73px; overflow: hidden; position: relative;}
.home-header .left-bg {background:url("../images/home-header-left-bg.jpg") right bottom no-repeat #fcfdfd;  height: 742px;
    -webkit-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
    flex: 0 1 74%;
    transform: skewX(-15deg);
        margin-left: -150px;
        background-size: contain;
    display: flex;
    align-items: center;
}
.home-header .right-bg {background:url("../images/home-header-right-bg.jpg") left bottom no-repeat #fcfdfd; 
    -webkit-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
    flex-basis:10%;
    transform: skewX(-15deg);
     margin-right: -130px;
}
.home-header h1 {font-size: 64px; line-height:1; margin-bottom: 40px;}
.home-header .header-text {    margin:100px 80px 0 250px;    transform: skewX(15deg);}


.action-header {background:url("../images/action-header-bg.png") top right no-repeat; background-size:contain;
     overflow: hidden; position: relative; background-color:#db4c3f;}
     
.afgan-header {background:url("../images/action-header-bg-second.png") top right no-repeat !important; background-size:contain;
     overflow: hidden; position: relative; background-color:#db4c3f;}

.popup-afgan-home {
    text-align: center;
    background: #dc4d3f;
    color: #fff;
    width: 100%;
    padding: 10px;
    cursor:pointer;
    font-weight: bold;
}
.pum-theme-2740 .pum-container, .pum-theme-lightbox .pum-container{border: 8px solid #dc4d3f !important;}
.action-header .action-header-inner {        
    display: flex;
    justify-content: space-between;
    padding-bottom:50px;
    overflow: hidden;
}
.action-header .left-bg {background:url("../images/home-header-left-bg.jpg") right bottom no-repeat #fcfdfd;  height: 742px;
    -webkit-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
    flex: 0 1 80%;
    transform: skewX(-15deg);
        margin-left: -150px;
        background-size: contain;
    display: flex;
    align-items: center;
}
.action-header .right-bg {background:url("../images/home-header-right-bg.jpg") left bottom no-repeat #fcfdfd; 
    -webkit-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
	box-shadow: 8px 5px 32px 6px rgba(0,0,0,.57);
    flex-basis:7%;
    transform: skewX(-15deg);
     margin-right: -130px;
}
.action-header h1 {font-size: 64px; line-height:1; margin-bottom: 40px;}
.action-header .header-text {    margin:100px auto 0 auto; transform: skewX(15deg); max-width: 500px;}



.field-header {background:#db4c3f; position: relative; overflow: hidden;}
.field-header .field-header-inner {background-size:cover; display: flex; justify-content: space-between; padding-bottom:45px; overflow: hidden; }
.field-header .left-bg {background:url("../images/home-header-left-bg.jpg") right bottom no-repeat #fcfdfd;  height: 742px;
    -webkit-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
    flex:0 1 calc(50% + 8%);
    transform: skewX(-15deg);
    margin-left: -8%;
    margin-right:25px;
    background-size: contain;
    display: flex;
    align-items: center;
}
.field-header .right-bg {background-color:#fcfdfd; 
    -webkit-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
    flex-basis:calc(50% + 8%);
    transform: skewX(-15deg);
    margin-right:-8%;
    position: relative; overflow: hidden;
}
/*.field-header .right-bg::before {
    content: "";
    position: absolute;
    width: 175%;
    height: 175%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(../images/field-right-img.png) center center no-repeat;
    transform: skewX(15deg);
}*/
.field-header .right-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -12%;
    z-index: -1;
    background: url(../images/field-right-img.png) center center no-repeat;        
    transform: skewX(15deg);
    background-size: cover;
}
.field-header .heading { line-height:1; margin-bottom: 40px;}
.field-header .header-text {
    margin:100px 80px 0 250px;
    transform: skewX(15deg);
}
.work-header {background:#db4c3f; position: relative; overflow: hidden;}
.work-header .work-header-inner {background-size:cover; display:flex; justify-content:space-between; padding-bottom:60px; overflow: hidden;}
.work-header .left-bg {background:url("../images/work-header-left.png") no-repeat #fcfdfd;
    background-position: bottom -120px right -220px; 
    height: 742px;
    -webkit-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
    flex:0 1 calc(70% + 8%);
    transform: skewX(-15deg);
    margin-left: -8%;
    margin-right:50px;    
    display: flex;
    align-items: center;
}
.work-header .right-bg {background-color:#fcfdfd; 
    -webkit-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	-moz-box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
	box-shadow: 5px 5px 15px 6px rgba(0,0,0,.57);
    flex-basis:calc(30% + 8%);
    transform: skewX(-15deg);
    margin-right:-8%;
    position: relative; overflow: hidden;
}
.work-header .right-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -12%;
    z-index: -1;
    background: url("../images/work-header-right.jpg") center center no-repeat;        
    transform: skewX(15deg);
    background-size: cover;
}
.work-header .heading { line-height:1; margin-bottom: 40px;}
.work-header .header-text {
    transform: skewX(15deg);
    max-width: 540px;
    margin: 100px auto 0 auto;
    text-align: center;
}

.btn-site {background-color: #40bec0; border-color: #40bec0; color: #fff; border-radius: 0; padding:10px 20px; font-size:14px; letter-spacing: 1.8px; font-weight:bold; text-transform: uppercase; min-width: 280px;}
.btn-site:hover {background-color:#2cacae; color:#fff;}

.trapezoid {
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.1));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0;
    z-index: 1;
}
.trapezoid-inner {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: #fff;
    color: #db4c3f;
    padding: 10px 100px;
    text-align: center;
    display: block;
    white-space: nowrap;
}
.trapezoid-inner a {text-decoration: underline; color: #db4c3f;}
.trapezoid-inner a:hover {text-decoration: none;}
.header-bar {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.11);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: stretch;
	align-content: stretch;
    top: 0px;
    z-index: 999999;
}
.header-bar.sticky {position: fixed; top:0; z-index: 9999;}
.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #eee;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 40px 0px 20px;
    font-size: 16px;
    color: #4a4a4a;
}
.searchbox-input::-webkit-input-placeholder {
    color: #4a4a4a;
}
.searchbox-input:-moz-placeholder {
    color: #4a4a4a;
}
.searchbox-input::-moz-placeholder {
    color: #4a4a4a;
}
.searchbox-input:-ms-input-placeholder {
    color: #4a4a4a;
}

.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:50px;
    display:block !important;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#353e4a;
    background:#fff;
}
.searchbox-icon:hover {background-color: #eee;}
.searchbox-open{
    width:250px;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}

.donate {
    background: #353e4a;
    display: flex;
    align-items: center;
    padding: 12px 60px 12px 40px;
    color: #fff;
    /*transform: skewX(-15deg);
    margin-right: -10px;*/
    font-size: 13px;
    font-weight: bold;
     letter-spacing: 1.9px; position: relative;
    
}
.donate::before {
	content: "";
	background: #353e4a;
	width: 25px;
	height: 100%;
	top: 0;
	position: absolute;
	left: -12px;
	transform: skewX(-15deg);
    border-bottom: 1px solid #353e4a;
}
.donate:hover, .donate::before:hover {background-color: #242d38; color: #40bec0;}
/*.donate span { transform: skewX(15deg);}*/
.header-bar .navbar {padding-top: 0; padding-bottom: 0; flex: 1 1 auto;}


/*
.donate {
    background: #353e4a;
    display: flex;
    align-items: center;
    padding: 12px 60px;
    color: #fff;
    transform: skewX(-15deg);
    margin-right: -10px;
    font-size: 13px;
    font-weight: bold;
     letter-spacing: 1.9px;
    
}
.donate:hover {background-color: #242d38; color: #40bec0;}
.donate span { transform: skewX(15deg);}
.header-bar .navbar {padding-top: 0; padding-bottom: 0; flex: 1 1 auto;}  */

.header-bar .navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: normal;
    color: #353e4a;
    line-height: normal;
    padding:1.3rem 0;
    letter-spacing: 1.9px;
    border-bottom:solid 4px transparent;    
}

.header-bar .navbar .navbar-brand {margin-right:70px; margin-left: 70px;}
.header-bar .navbar .navbar-nav .nav-item.active > a{border-bottom-color:#db4c3f; }
.header-bar .navbar .navbar-nav .nav-item:hover > a {border-bottom-color:#db4c3f; }



.header-bar .navbar .navbar-nav > .nav-item {padding:0px 16px;}
.header-bar .navbar .navbar-nav > .nav-item.show .highlighted {color:#db4c3f !important;}

.header-bar .navbar .dropdown-menu {background-color: #db4c3f; border-color: #db4c3f; border-radius:0px;  top: 96%; left:0px; min-width: 9rem;} 
.header-bar .navbar .dropdown-item {font-size: 14px; font-weight: normal; color: #fff;     padding:0.95rem 0.9rem; text-align: center;  }
.header-bar .dropdown-item:hover, .header-bar .dropdown-item:focus {color: #000; }
.btn-link {font-size: 16px;  font-weight: bold;  letter-spacing: 2.5px;  color: #40bec0; padding-left: 0; padding-right: 0;}
.btn-link:hover {color:#db4c3f; }
.home .our-latest {padding:80px 100px;}
.our-latest {    background: #f7f3ed;    }

.our-latest-inner > img {width: 100%; margin-bottom: 20px;}


.our-latest .footer-button {margin-top:85px;}
.our-latest p {margin-bottom:0.2rem; padding-right: 45px; min-height:110px;}

.what-we-do {background:url("../images/home-what-we-do-capitol2.png") center right no-repeat #01a2c6; 
    padding:80px 100px 175px 100px; color: #fff;}
.home-owl-carousel {position: relative; padding-top:30px;}
.home-owl-carousel .owl-dots {position: absolute; top: 0; left: 0;}
.home-owl-carousel .owl-dots .owl-dot:first-child span {margin-left: 0;}
.home-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.home-owl-carousel .owl-dots .owl-dot span {background:#353e4a;}

.btn-ghost {border: solid 3px #ffffff; border-radius:0; color: #fff;   font-size: 14px; min-width: 260px; font-weight: bold; letter-spacing: 1.8px; padding: 10px 30px; text-transform: uppercase;} 
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost:not(:disabled):not(.disabled):active {background-color: #fff; border-color: #fff; }

.office {background-color: #db4c3f; padding:50px 0;}
.office .office-inner {display:flex; justify-content: center; margin-bottom: 0; color: #fff;}
.office .office-inner li {text-align: center; padding: 0 3.5%;}
.office .office-inner h4 {color: #fff; margin-bottom: 0;}
.office .heading {margin-bottom:20px;}

.history {padding: 80px 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80,eae7e5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #eae7e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#eae7e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#eae7e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae7e5',GradientType=0 ); /* IE6-9 */
}
.history .sub-heading {margin-bottom: 1.0rem;}
.history-list {
    display: flex;
    border-bottom: 3px #353e4a dotted;
    position: relative;
}
.history-list:after, .history-list:before {content:''; height: 15px; width: 15px; display: block; background-color: #353e4a; border-radius: 50%; position: absolute; }
.history-list:after {
    left: -1px;
    bottom: -8px;
}
.history-list:before {
    right: -1px;
    bottom: -8px;
}

.history-list li:first-child {
    margin-right:40px;
	/* flex:1 0 30%; */
}
.history-list li {
    display: flex;
}
.history-list .img-outer {  margin-top:60px; }
.img-inner {    
    margin-right:60px;
    box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26);       
    padding: 10px;
    background-color: #fff;
}

.history-list .content {position: relative;}
.history-list .content:after {
    border-left: 3px #353e4a dotted;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 25px;
    left: -30px;}

.history-list .content:before {
    height: 15px;
    width: 15px;
    background-color: #353e4a;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
    left: -36px;
    top:16px;
}
.history-list {margin-top:50px;     padding-bottom: 25px;}

.history .footer-button  {margin-top: 100px;}
.footer {text-align: center;       box-shadow: 0 -17px 43px 3px rgba(0, 0, 0, 0.24);
  background-color: #353e4a; position: relative;}

.footer-logo {
    background-color: #353e4a;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    line-height: 100px;
}
.footer {padding-top:80px; padding-bottom:20px;}
.footer .footer-links a {color: #fff;  font-size: 14px;  letter-spacing: 2.5px; font-weight: bold;}
ul.footer-links {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
ul.footer-links li {padding: 0 40px;}
ul.footer-links li a:hover {color: #40bec0;}

.footer-quick-link {   display: flex;    justify-content: center; padding-left: 0; margin-top:30px;}
.footer-quick-link li {padding: 0 10px; color: #fff;  font-size: 10px;  font-weight: 500;}
.footer-quick-link li a {color: #fff; }
.footer-quick-link li a:hover {color: #40bec0;}

.footer-img {text-align: center; margin-top: 30px;}

.phone-address {border-top: 2px #9a9ea4 dotted; display:flex; position: relative;}
.phone-address a {color: #fff; font-size: 12px; display:block; font-weight: 500;}

.mid-footer {max-width:765px; margin:60px auto 0 auto;}


.phone-address .phone {flex:1 0 50%; padding: 20px 40px;}
.phone-address .address { font-size: 12px; color: #fff;flex:1 0 50%; padding: 20px 40px; text-align:left; position: relative; font-weight: 500;}

.phone-address .phone {    border-right: 2px #9a9ea4 dotted; text-align: right; position: relative;}
.phone-address .phone:after {content:''; height: 10px; width: 10px; display: block; background-color: #fff; border-radius: 50%; position: absolute; right: -6px; bottom:0;}

.mid-footer .phone-address:after, .mid-footer .phone-address:before {content:''; height: 10px; width: 10px; display: block; background-color: #fff; border-radius: 50%; position: absolute;}

.mid-footer .phone-address:after {top:-6px; right:0; }
.mid-footer .phone-address:before {top:-6px;}

.social-links {display: flex; justify-content: center; margin-bottom: 0; padding: 15px 0 10px 0;}
.social-links li {padding: 0 30px;}
.social-links li a {font-size:36px;     color: #fff;}
.social-links li a:hover{color: #40bec0;}


.language-email {border-bottom: 2px #9a9ea4 dotted; display:flex; position: relative;}
.language-email label {color: #fff ; font-size: 12px; font-weight: 500; position: absolute; top:-15px; z-index: 9; letter-spacing: 2.14px;}
.language-email .language {flex:1 0 50%; padding:10px 0px 30px 0px; }
.language-email .language .btn-outline-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2.32px;
    padding: 12px 30px;
    border-width: 3px;
    border-radius: 0;
}
.language-email .email {flex:1 0 50%; padding:10px 0px 30px 0px; text-align:right; position: relative;}
.language-email .email label {right:115px;}

.language-email .language {    border-right: 2px #9a9ea4 dotted; text-align: left; position: relative; }
.language-email .language:after {content:''; height: 10px; width: 10px; display: block; background-color: #fff; border-radius: 50%; position: absolute; right: -6px; top:0;}
.language-email .language label {left: 0;}

.mid-footer .language-email:after, .mid-footer .language-email:before {content:''; height: 10px; width: 10px; display: block; background-color: #fff; border-radius: 50%; position: absolute;}

.mid-footer .language-email:after {bottom:-6px; right:0; }
.mid-footer .language-email:before {bottom:-6px;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 280px;}
.bootstrap-select .dropdown-menu li a span.text {font-size:12px; font-weight: bold; letter-spacing: 2.32px; text-transform: uppercase;}
.language .dropdown-toggle::after {    
    vertical-align: 0.0em;    
    border-top: 0.7em solid;
    border-right: 0.4em solid transparent;    
    border-left: 0.4em solid transparent;
}
.email-inner { display:flex; justify-content: flex-end;}
.email-inner input[type="email"] {border: solid 3px #17a2b8; background-color: transparent; font-size: 12px;
    font-weight: bold;    color: #fff;    letter-spacing: 2.32px;    padding: 12px 30px;    border-width: 3px; width: 240px;     }
.email-inner button {
    background-color: #17a2b8;
    border: none;
    color: #353e4a;
    padding: 0 20px;
}
.email-inner button i {margin-top:5px;}
.email-inner input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}
.email-inner input[type="email"]:-moz-placeholder {
    color: #fff;
}
.email-inner input[type="email"]::-moz-placeholder {
    color: #fff;
}
.email-inner input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.moines {color: #fff; padding-bottom: 20px;}
.moines-inner {display:flex; align-items: flex-end;}
.moines-inner li {width: 33.33%;}
.moines-inner li p {margin-bottom: 0;}
.moines-inner li h4 {color: #fff; font-size: 18px;}
.moines-inner li:nth-child(2n) a {color: #fff; }
.moines-inner li:nth-child(2n) a:hover {color: #fff; text-decoration: underline;}

.services { padding: 30px 0 0 0; overflow: hidden;
    background: #feffff; /* Old browsers */
    /* background: -moz-linear-gradient(top,  #feffff 58%, #eae7e5 100%); /* FF3.6-15 
    background: -webkit-linear-gradient(top,  #feffff 58%,#eae7e5 100%); Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom,  #feffff 58%,#eae7e5 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eae7e5',GradientType=0 ); /*IE6-9*/
}

.services-list {display: flex; flex-wrap: wrap; position: relative;margin: 0 -50px;} 
.services-list li p{margin-bottom: 0;}
.services-list li {    flex-basis: 50%;    display: flex;   position: relative; padding: 50px;}
.services-list li:first-child {border-right: 3px #979797 dotted;}
.icon-block {    margin-right: 30px;}


.services-list + .services-list:after {
    border-top: 3px #979797 dotted;
    content: '';
    display: block;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.services-list.circles:after, .services-list.circles:before {    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;}
.services-list.circles:after {left:19%;   bottom: -9px;}
.services-list.circles:before { right: 19%; bottom: -9px;}
.services-list .icon-block {
    margin-right:50px;
    flex: 1 0 60px;
    text-align: right;
}
.services-list + .services-list li + li {position: relative; }
.services-list.circles li{padding-top: 0;}
.services-list.circles li:first-child:before {
    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
        right: -9px;
}
.services-list + .services-list li {padding-bottom: 0;}
.services-list + .services-list li:first-child:before {
    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
        right: -9px;
        bottom: 0;}
.services .services-list li .sub-heading {margin-bottom: 10px;}

.volunteer {padding: 80px 100px;  background: #f7f3ed; }
.volunteer .sub-heading {margin-bottom: 1.0rem;}

.badge-outline {color: #979797; border: 2px solid #979797;  background-color: transparent; border-radius: 0; padding: 0.6em 1.0em;
    font-size: 16px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: bold;}
.badge-outline.badge-secondary {border-color: #979797; margin-right:15px; margin-bottom:20px;}
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #979797;
}
.my-from {margin-top: 60px;}
.my-from  > label {margin-top: 60px; font-size: 13px;    font-weight: bold; text-transform: uppercase; letter-spacing: 1.8px;}

.my-from .form-control {
    background-color: #f7f3ed;
    border: solid 2px #dbd9d6;
    color: #c6c6c6;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    height: calc(2.2em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem;
}
.my-from .form-control::-webkit-input-placeholder {
    color: #c6c6c6;
}
.my-from .form-control:-moz-placeholder {
    color: #c6c6c6;
}
.my-from .form-control::-moz-placeholder {
    color: #c6c6c6;
}
.my-from .form-control:-ms-input-placeholder {
    color: #c6c6c6;
}
.upcoming-events {padding: 80px 0px;  background:#db4c3f; color: #fff;}
.upcoming-events  .heading {}

.custom-scrollbar { height:400px;  overflow: auto; position: relative; }
.custom-scrollbar:after {
    border-right: 3px #fff dotted;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 9;
}

.custom-scrollbar-outer {padding-top:35px; }
.event-list {padding-right:80px;}
.event-list li {display:flex; margin-bottom:80px;}
.event-list li .date { margin-right:50px;  font-size: 30px; font-weight: 600; text-align: center; line-height: 1.3; margin-top: -14px;}
.event-list li .date small { font-size: 14px;   letter-spacing: 2.79px;     font-weight: bold; text-transform: uppercase;}
.event-list li .event-detail {}

.out-team {padding: 80px 0; background:url("../images/our-team-bg.png") center center repeat;}
.out-team ul.team-inner {display:flex; flex-wrap: wrap;     padding: 0 100px; }
.out-team ul.team-inner li{display:flex; align-items: center; flex-basis:50%; padding: 20px;}
.out-team ul.team-inner li .img-block { background: #fff; padding: 15px; box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26);}
.out-team ul.team-inner li .content {padding-left: 30px; }
.out-team ul.team-inner li .content h3 {font-size: 21px; font-weight: normal; letter-spacing: normal; }
.out-team ul.team-inner li .content h3 strong {font-weight: bold; display: block;}

.upcoming-events .footer-btn {text-align: center;   margin-top:40px;    }

.mobile-event-outer {display: none;}
.mobile-event .date {
    margin-right: 0;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: -14px;
    margin-bottom: 30px;
}
.mobile-event .date small {
    font-size: 32px;
    letter-spacing: 2.79px;
    font-weight: bold;
    text-transform: uppercase; display: block;
}

.our-policy {color: #fff; padding: 80px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0071bb+0,40bec0+100 */
background: #0071bb; /* Old browsers */
background: -moz-linear-gradient(left,  #0071bb 0%, #40bec0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0071bb 0%,#40bec0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0071bb 0%,#40bec0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bb', endColorstr='#40bec0',GradientType=1 ); /* IE6-9 */}

.work-accordion .card-header{ background-color: transparent; border-color:transparent;}
.work-accordion .card {background-color: transparent; border-color:transparent; border-top:3px #ffffff dotted; padding: 40px 80px;}
.work-accordion .card .btn-link {color: #fff;     padding-top: 0; font-size: 20px; }
.work-accordion .card .card-header {padding: 0;}
.work-accordion .card .card-header h2 {line-height: 1;}
.work-accordion .card .card-body{padding:10px 0 0 0;}

.work-accordion .card:after, .work-accordion .card:before {content: ''; height: 15px;  width: 15px;  display: block;
    background-color: #fff; border-radius: 50%;  position: absolute; z-index: 9;}
.work-accordion .card:after { left: -1px;  top: -9px;}
.work-accordion .card:before{ right: -1px; top: -9px;}
.work-accordion > .card { overflow: visible; }

.work-accordion {margin-top: 120px;  border-bottom:3px #ffffff dotted; position: relative;}

.work-accordion:after, .work-accordion:before {content: ''; height: 15px;  width: 15px;  display: block;  background-color: #fff; border-radius: 50%;  position: absolute; z-index: 9;}
.work-accordion:after { left: -1px;  bottom: -9px;}
.work-accordion:before{ right: -1px; bottom: -9px;}
.our-policy footer {text-align: center; margin-top: 100px;}
.services .header {text-align: center; max-width: 600px; margin: 0 auto 60px auto;}
.services header p {margin-top:40px;}

.services .footer-button {text-align: center; margin-top:100px;}

.our-policy .paper-inner .btn-ghost {margin-top:20px;}
.our-policy .btn-outline-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2.32px;
    padding: 12px 30px;
    border-width: 3px;
    border-radius: 0;
    border-color: #fff;
}
.our-policy .dropdown-toggle::after {
    vertical-align: 0.0em;
    border-top: 0.7em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}
.bootstrap-select .dropdown-menu li a:hover {background-color: #007bff; color: #fff;}
.our-policy .btn-outline-info:hover {background-color: #fff; color: #000;}

.our-policy .btn-outline-info:not(:disabled):not(.disabled):active,
.our-policy .btn-outline-info:not(:disabled):not(.disabled).active,
.our-policy  .show > .btn-outline-info.dropdown-toggle {    color: #000; background-color:#fff; border-color: #fff;}

.header-button-group {padding-left: 0; list-style: none; max-width: 815px; margin: 0 auto 50px auto;  
    display: flex;   justify-content: space-between;}
.header-button-group .btn-ghost {    min-width: 200px;}

.give-block {background-color: #f7f3ed; position: relative;     padding: 80px 0; margin-bottom: -60px; margin-left: 0 !important; margin-right: 0 !important}
.give-block-inner-top {text-align: center; max-width: 500px; margin: 0 auto  30px auto !important;}
.give-block-inner-top p {font-size: 18px;}

.contributions-inner {text-align: center;}
.contributions-inner p {font-size: 18px; margin-bottom: 40px;}
.contributions-inner h2 {margin-bottom: 45px; line-height: 1.6;}
.contributions-inner .btn-site {    min-width: 350px;}

.give-block .footer-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 3px #979797 dotted;
    width: 60%;
    bottom: 0; 
}
.contributions {
    padding-bottom: 70px;
    position: relative;
}
.contributions:after, .contributions:before {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
}
.contributions:after { left:19%; bottom:-6px;}
.contributions:before { right: 19%; bottom: -6px;}

.our-founds {margin-top: 60px;    text-align: center;}
.our-founds-inner {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.our-founds-inner .img-outer {margin-right:60px;}
.our-founds-inner .color-list {text-align: left; padding-left: 72px; margin-bottom: 0;}

.our-founds-inner .color-list li {position: relative; margin-bottom: 1rem;}
.our-founds-inner .color-list li:before {content:''; height: 35px; width: 35px; background-color: #4ed0f3; display: inline-block; border-radius:50%; position: absolute; left:-72px; top: 0;}
.our-founds-inner .color-list li:first-child:before {background-color: #353e4a;}
.our-founds-inner .color-list li:last-child:before {background-color: #db4c3f;}
.our-founds-inner .color-list li strong {
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 2.61px; display: block;
}


.act-block{color: #fff; padding: 80px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0071bb+0,40bec0+100 */
background: #0071bb; /* Old browsers */
background: -moz-linear-gradient(left,  #0071bb 0%, #40bec0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0071bb 0%,#40bec0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0071bb 0%,#40bec0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bb', endColorstr='#40bec0',GradientType=1 ); /* IE6-9 */}


.act-block{ padding: 80px 0;}
.act-block .act-block-top {text-align: center; max-width:520px; margin: 0 auto  60px auto !important;}
.act-block .act-block-top p {font-size: 18px;}

.img-block-shadow { box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26); background-color: #ffffff; padding: 20px; display: inline-block;} 
.act-block-bottom-inner  {text-align: center;}
.act-block-bottom-inner .img-block-shadow {margin-bottom: 50px;}
.act-block-bottom-inner p {margin-bottom: 50px;}


.join-block{ padding: 80px 0;}
.join-block .join-block-top {text-align: center; max-width:520px; margin: 0 auto  30px auto !important;}
.join-block .join-block-top p {font-size: 18px;}

.join-block-bottom  {text-align: center;}





/* new */
.join-list {display: flex;flex-wrap: wrap;position: relative;justify-content: space-around;} 
.join-list li {flex-basis: 30%;display: flex;position: relative;padding: 40px;}
.join-list li:first-child {}
.join-list + .join-list:after {
    border-top: 3px #979797 dotted;
    content: '';
    display: block;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.join-list.circles:after, .join-list.circles:before {    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;}
.join-list.circles:after {left:34%;bottom: -27px;}
.join-list.circles:before {right:34%;bottom: -27px;}
.join-list + .join-list li + li {position: relative; }
.join-list.circles li{padding-top: 0;}
.join-list.circles li:first-child:before {
    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
    right: -35%;
    bottom:28%;
}
.join-list + .join-list li {}
.join-list + .join-list li:first-child:before {
    height: 15px;
    width: 15px;
    background-color: #979797;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
    right: -35%;
    top:31%;
}
.content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.join-block-bottom .content-block p {flex: 1 0 auto; margin-bottom: 50px;}
.join-list li .sub-heading {margin-bottom:50px;}
.join-list + .join-list:before {
    border-right: 3px #979797 dotted;
    content: '';
    display: block;
    width: 3px;
    position: absolute;
    height: 330px;
    top: -30%;
    right:50%;
}
.join-block .btn-site { min-width: 250px;}

.thank-you { background: #db4c3f; text-align: center; padding: 80px 0 120px 0;    color: #fff;}
.thank-you ul.brand-list {display:flex; justify-content: space-around; align-items:center; margin-bottom: 60px;}

.mobile-button-group {text-align: center; display: none;}

.latest-header { position: relative; background: #f7f3ed; border-bottom: solid 40px #db4c3f; overflow: hidden; padding-top: 100px;}
.latest-header-inner {padding: 100px 0;}
.latest-header-inner .header-image img {box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26);}


.latest-owl-carousel {position: relative; }
.latest-owl-carousel .owl-dots {margin-top:40px;}
.latest-owl-carousel .owl-dots .owl-dot:first-child span {margin-left: 0;}
.latest-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #40bec0;}
.latest-owl-carousel .owl-dots .owl-dot span {background:#353e4a;}

 .latest-news {  padding: 60px 0;}

.news-type {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.news-type li {
    margin-right: 20px;
    display: flex;
    margin-bottom: 20px;
}
.news-type li a { border: solid 2px #979797;color: #979797; font-weight: bold;  padding: 10px 20px; font-size: 16px;     letter-spacing: 2.5px;}
.news-type li a:hover {background-color: #353e4a; color: #fff; border-color:#353e4a; }
.news-type li:last-child {margin-right:0px;}

.sort-by-block label{margin-bottom: 0; margin-right: 20px; font-size: 13px; font-weight: bold;}
.sort-by-block {    justify-content: flex-end;    display: flex;    align-items: center; }


.sort-by-block .dropdown-toggle::after {    
    vertical-align: 0.0em;    
    border-top: 0.7em solid;
    border-right: 0.4em solid transparent;    
    border-left: 0.4em solid transparent;
}
.sort-by-block .btn-outline-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #353e4a;
    letter-spacing: 2.32px;
    padding: 12px 30px;
    border:solid 3px #353e4a;
    border-radius: 0;
}
.sort-by-block .btn-outline-info:hover {background-color: #353e4a; color: #fff;}


.latest-news-list .tab-outer a{color: #40bec0}

.latest-news-list li h4{margin-bottom: 30px;}
.latest-news-list .news-block {display: flex;}
.latest-news-list .news-block .left-image {    margin-right: 60px; max-width: 50%;}
.blog-detail .left-image img, img  { max-widht:100%}
.latest-news-list .news-block .left-image img {	max-width: 100%;}
.latest-news-list .news-block .left-image img{box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26); background: #fff; padding: 20px;}
.latest-news-list .news-block .content {display: flex; align-items: center;}
.latest-news-list {    margin-top: 30px;}
.latest-news-list .news-block .content .heading {flex:1 0 50%; text-align: right; margin-left: 20px;}
.latest-news-list .news-block .content .content-inner {flex:0 1 50%;}

.latest-news-list .news-block .content .sub-heading {margin-bottom:20px;}
.latest-news-list .news-block .content .innter-tag {font-size: 12px;  font-weight: bold;  letter-spacing: 1.57px; margin-bottom: 20px;}
.latest-news-list .news-block .content .innter-tag span {color:#adadad; }
.latest-news-list li {position: relative; padding-bottom:100px; margin-bottom:80px;}

.latest-news-list li:after, .latest-news-list li:before {content:''; height: 15px; width: 15px; display: block; background-color: #979797; border-radius: 50%; position: absolute; }
.latest-news-list li:after {left: 19%;  bottom: -6px;}
.latest-news-list li:before {    right: 19%;    bottom: -6px;}
.latest-news-list li .line {border-bottom:3px #979797 dotted; width: 60%; position: absolute; bottom: 0; left: 0; right: 0;   margin: auto; }

.latest-news-list li:last-child:after, .latest-news-list li:last-child:before {display: none;}
.latest-news-list li:last-child .line {display: none; }
.latest-news-list li:last-child {padding-bottom: 0; margin-bottom: 0;}

.navigation-outer {text-align: center; margin-top:80px;}
.navigation-outer .pagination {display: inline-flex;}

.navigation-outer .pagination a.page-link {border:none;font-size: 29px; padding: 0.5rem 1.3rem; color: #353e4a;     }
.navigation-outer .pagination a.page-link:hover {color: #40bec0; background-color: transparent;}
 .navigation-outer .pagination li.active a.page-link {color: #40bec0; font-weight: bold; }
.navigation-outer .pagination a i {font-size: 40px;}

.donations {padding: 60px 0;}
.donations .nav-tabs {justify-content: space-between; border-bottom:0;}
.donations .nav-tabs .nav-link {font-size: 20px; font-weight: bold; letter-spacing: 2.61px;  color: #cdc9c7; text-transform: uppercase; padding: 0.5rem 0rem;border:0; border-bottom:solid 4px #fff;}

.donations .nav-tabs .nav-link.active { border-bottom-color:#db4c3f; color:#353e4a; }
.donations .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {border-color: #fff #fff #db4c3f  #fff; border-bottom-width:4px;}

.news-type2 {display: flex; justify-content: flex-start;  margin-bottom: 50px;  flex-wrap: wrap;}
.news-type2 li { margin-right: 20px;  display: flex;  margin-bottom: 20px;}
.news-type2 li a { border: solid 2px #979797;color: #979797; font-weight: bold;  padding: 10px 30px; font-size: 16px;     letter-spacing: 2.5px; text-transform: uppercase;}
.news-type2 li a:hover {background-color: #353e4a; color: #fff; border-color:#353e4a; }
.news-type2 li:last-child {margin-right:0px;}

.donation-amount {margin-bottom:60px;}
.donation-amount label {  font-size: 13px;   font-weight: bold; text-transform: uppercase; margin-bottom: 20px;   letter-spacing: 1.8px;}
.tab-content .tab-pane {padding:80px 0;}


[data-toggle="buttons"]  .btn input[type="checkbox"],
[data-toggle="buttons"]  .btn input[type="radio"],
[data-toggle="buttons"]  .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"]  .btn-group > .btn input[type="radio"] {position: absolute; clip: rect(0,0,0,0); pointer-events: none;}

.custom-checkbox {display:flex; margin-bottom: 15px; flex-wrap:wrap;}
.custom-checkbox .btn { margin-right: 15px; margin-bottom: 15px;}
.custom-checkbox .btn-outline-info {border: solid 2px #979797; color: #979797; border-radius: 0px;     font-size: 16px; padding:10px 27px; font-weight: bold;     letter-spacing: 2.5px;    text-transform: uppercase;}
.custom-checkbox .btn-outline-info:hover, .custom-checkbox .btn-outline-info.active {background-color: #353e4a;    border-color: #353e4a; color: #fff;}
.custom-checkbox  .btn-outline-info:not(:disabled):not(.disabled).active,
.custom-checkbox  .btn-outline-info:not(:disabled):not(.disabled):active,
.custom-checkbox  .show>.btn-outline-info.dropdown-toggle {color: #fff; background-color: #353e4a; border-color: #353e4a;}
.form-effect {max-width:370px; margin-bottom:30px;}
.form-effect .form-group {position: relative;}
.form-effect .form-label {position: absolute;  left: 12px;  top: 32px;  top: 19px; color: #868686; background-color:transparent;
  z-index: 10;font-size: 15px;    margin-bottom: 0;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;  }
.form-effect  .focused .form-label {-webkit-transform: translateY(-125%); transform: translateY(-125%);font-size: .75em;
     color: #353e4a;    top: 32px;}
.form-effect  .form-input {
  position: relative;
      background-color: #e8e8e8;
    border-radius: 5px 5px 0 0;
    padding: 1.675rem .75rem .4rem .75rem;
    height: auto;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #868686;
  transition: box-shadow 150ms ease-out;    
}
.form-effect  .form-input:focus {  box-shadow: 0 2px 0 0 #353e4a;}
.form-effect .form-input.filled {  box-shadow: 0 2px 0 0 #868686;}

.custom-checkbox .btn-outline-info:last-child {margin-right: 0;}


.custom-radio .btn-outline-secondary {border: solid 2px #979797; color: #979797; border-radius: 0px;     font-size: 16px; padding:10px 27px; font-weight: bold;     letter-spacing: 2.5px;    text-transform: uppercase; margin-right: 15px;
    margin-bottom: 15px;}
.custom-radio .btn-outline-secondary:hover,
.custom-radio .btn-outline-secondary.active {background-color: #353e4a;    border-color: #353e4a; color: #fff;}
.custom-radio .btn-outline-secondary.focus, .custom-radio .btn-outline-secondary:focus {box-shadow:none;}


.donation-amount .text-box-outer2 {
    display: flex;
}
.donation-amount .text-box-outer2 .form-control { border: solid 2px #dfdfdf; color: #dfdfdf;
    border-radius: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.8px;
    height: calc(2.2em + 0.75rem + 2px);  padding: 0.375rem 1.75rem; width: 523px;     margin-right: 40px;}

.donation-amount .text-box-outer {width: 523px;}
.donation-amount .text-box-outer .form-control { border: solid 2px #dfdfdf; color: #dfdfdf;
    border-radius: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.8px;
    height: calc(2.2em + 0.75rem + 2px);  padding: 0.375rem 1.75rem;}


.custom-radio .my-custom-select .btn-outline-secondary {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #979797;
    letter-spacing: 2.32px;
    padding: 10px 30px;
    border-width: 2px;
    border-radius: 0;
}
.custom-radio .my-custom-select .dropdown-toggle::after {
    vertical-align:-0.3em;
    border-top: 0.7em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    border-bottom: 0.3em solid transparent;
}

.custom-radio .my-direct  .btn-outline-secondary {margin-right: 0; width: 100%; }

.my-direct {display:flex; }
.my-direct > li  {flex-basis:240px; margin-right:40px;}
.donate-btn-outer {text-align:right; margin-right:60px;}

.glance {background-color: #f7f3ed; padding: 80px 0; text-align: center;} 
.glance  .glance-inner h3 {text-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2); font-size:90px; color: #db4c3f; font-weight:600; text-transform: lowercase; letter-spacing: -3.41px;}

.testimonials {color: #fff; padding:100px 0  140px 0; text-align: center;
background: #0071bb; /* Old browsers */
background: -moz-linear-gradient(left,  #0071bb 0%, #40bec0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0071bb 0%,#40bec0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0071bb 0%,#40bec0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bb', endColorstr='#40bec0',GradientType=1 ); /* IE6-9 */}

.testimonials-inner {  max-width: 694px; margin: 0 auto; position: relative;}
.donation-owl-carousel .owl-dots .owl-dot:first-child span {margin-left: 0;}
.donation-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.donation-owl-carousel .owl-dots .owl-dot span {background:#353e4a;}

.left-quote { position: absolute; left:-130px; top:0px; }
.right-quote { position: absolute; right:-130px; top:0px;}
.donation-owl-carousel p {font-size: 25px; line-height: 1.6;  font-weight: normal;}
.donation-owl-carousel .blockquote-footer {margin-top: 30px; text-align:right; color: #fff;   font-size: 16px;
  font-weight: bold; letter-spacing: 2.5px}

.donate-btn-outer .btn-ghost {    border: solid 3px #979797;     color: #979797;     min-width: 151px;}
.donate-btn-outer .btn-site {margin-left: 30px;}

.donate-btn-outer .btn-ghost:hover, .donate-btn-outer .btn-ghost:focus, .donate-btn-outer .btn-ghost:active, 
.donate-btn-outer .btn-ghost:not(:disabled):not(.disabled):active {
    background-color: #979797;
    border-color: #979797;
    color: #fff;
}


.expiration-outer {margin-bottom:60px;display: flex;}
.expiration-outer label {  font-size: 13px;   font-weight: bold; text-transform: uppercase; margin-bottom: 20px;   letter-spacing: 1.8px;}

.expiration-outer .text-box-outer .form-control { border: solid 2px #dfdfdf; color: #dfdfdf;
    border-radius: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.8px;
    height: calc(2.2em + 0.75rem + 2px);  padding: 0.375rem 0.9rem; width:67px;}

.expiration .text-box-outer {     display: flex;    align-items: center;   }
.expiration .text-box-outer .saprator {font-size: 26px; color: #c6c6c6; margin: 0 20px;}
.expiration .text-box-outer .saprator + .form-control {width: 112px;}
.expiration {    margin-right:50px;}
.expiration-outer .security .text-box-outer .form-control {width: 127px;}

.confirmation-inner h3 {  font-size: 14px; font-weight: bold; margin-bottom: 20px;}
.confirmation-inner p {font-size: 18px;}
.confirmation-inner .edit {color: #d8d8d8; font-size: 22px; float:right; margin-right: 30px; transition: all 0.5 ease;}
.confirmation-inner .edit:hover {color: #db4c3f; transition: all 0.5 ease; }

.confirmation .custom-checkbox {justify-content: flex-end; font-size: 12px;}
.confirmation .custom-control-label::before {right: -3rem; left:inherit;  width: 2rem; height: 2rem; border: #dfdfdf solid 2px;}
.confirmation .custom-control-label::after  {right: -3rem; left:inherit;  width: 2rem; height: 2rem;}

.confirmation .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;    border-color: #adb5bd;    background-color: #fff;}
.confirmation .custom-checkbox {margin:50px 150px 50px 0;}
.confirmation .custom-control-label {    line-height: 3.8;}

.personal-info-inner label {font-size:13px; font-weight:bold; text-transform: uppercase; margin-bottom:20px;letter-spacing: 1.8px;}
.personal-info-inner .form-control {border: solid 2px #dfdfdf; color: #a8a8a8; border-radius: 0; font-size: 13px;font-weight: bold; text-transform: uppercase; letter-spacing: 1.8px; height: calc(2.2em + 0.75rem + 2px); padding: 0.375rem 1.75rem;}

.personal-info-inner .btn-outline-secondary {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #979797;
    letter-spacing: 2.32px;
    padding: 8px 30px;
    border-width: 2px;
    border-radius: 0;
}
.personal-info-inner .dropdown-toggle::after {
    vertical-align:-0.3em;
    border-top: 0.7em solid #d8d8d8;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    border-bottom: 0.3em solid transparent;
}
.personal-info-inner  .btn-outline-secondary {margin-right: 0; width: 100%; }
.personal-info-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}

.personal-info-inner .btn-outline-secondary {    border: solid 2px #dfdfdf;}

.donation-amount {}
#home .donation-amount {margin-bottom: 30px;}

.thankyou-inner .heading {font-size: 64px;}
.thankyou-inner2 {text-align: center;}
.action-header .header-text p {margin-bottom: 0;}

.page-template-leadership .text-cyan {color:#40bec0}
.page-template-leadership img { max-width:100%;}
.inner-section { padding-top:0px;}
/* .page-template-leadership .leadership-list li { padding-bottom:50px; margin-bottom: 50px} */
.page-template-leadership .thumb img{box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26); background: #fff; padding: 20px;}
.page-template-leadership .page-title {background: #f7f3ed;border-bottom: solid 40px #db4c3f;}
.page-template-leadership .page-title h1 { margin: 0; padding: 20px 0;}
.page-template-leadership .our-mission {
	background: #f7f3ed;
	
	border-bottom: 5px solid #db4c3f;
}

.page-template-board-member .text-cyan {color:#40bec0}
.page-template-board-member img { max-width:100%;}
.page-template-board-member .inner-section { padding-top:0px;}
.page-template-board-member .leadership-list li { padding-bottom:50px; margin-bottom: 50px}
.page-template-board-member .thumb img{box-shadow: 20px 20px 34px 0 rgba(0, 0, 0, 0.26); background: #fff; padding: 20px;}
.page-template-board-member .page-title {background: #f7f3ed;border-bottom: solid 40px #db4c3f;}
.page-template-board-member .page-title h1 { margin: 0; padding: 20px 0;}
.page-template-board-member .our-mission {
	background: #f7f3ed;
	
	border-bottom: 5px solid #db4c3f;
}

/* doantions-page - 3 */
.doantions-page-three .page-title h1 { letter-spacing: 0; color: #404040; font-size: 40px; line-height: 60px;}
/* .doantions-page-three .page-title { border-bottom: none;background: #f7f3ed;} */
.doantions-boxes-bg {color: #fff; padding:100px 0  70px 0; text-align: center;
background: #0071bb; /* Old browsers */
background: -moz-linear-gradient(left,  #0071bb 0%, #40bec0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0071bb 0%,#40bec0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0071bb 0%,#40bec0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bb', endColorstr='#40bec0',GradientType=1 ); /* IE6-9 */}
.donate-box {
	box-shadow: 0 7px 7px rgba(0,0,0,0.3);
	background: #fff;
	padding: 25px !important;
	color: #404040;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	
}
.btn-theme {
	background-color: #40bec0;;
	color: #fff;  display: block;
    border-radius: 0;
padding: 10px 20px;
font-size: 14px;
letter-spacing: 1.8px;
font-weight: bold;
text-transform: uppercase;
}
.btn-theme:hover {
	background-color: #2cacae; color:#fff;
}
.donate-box-new p { margin:20px 0; text-transform: uppercase; font-weight: 400; font-size: 14px;min-height: 80px;}
.donate-box-new h3 { margin:0; font-family:minion-pro, serif; font-size: 24px; text-transform: capitalize;letter-spacing:1px; line-height: 32px; min-height: 100px; }

.questions-box {
	background-color: #db4c3f;
	padding: 50px 0 75px 0;
}
.questions-box h2 {}
.questions-box p { font-weight: 400}
.questions-box a { text-decoration: underline; color: #fff;}
.inner-header {
	position: relative;
	min-height: 80px;
}
.page-title h1 {
	margin: 0;
	padding: 20px 0;
}
.img-address {
	border: 4px solid #fff;
	margin-bottom: 25px;
}

.img-address img{
	max-width: 100%;
}

.inner-header {background: #f7f3ed;}

/* history page css */
.section_one {}
.history-page {padding-top: 70px;}
.section_one {
	background: url("../images/ellis-island.jpg");
	background-size: cover;
	height: 888px;
	padding-top: 85px;
}
.section_one h1  {
	background-color: #fff;
	display: inline-block;
	position: relative;
	font-family: 'Crimson Text',serif;
	font-weight: 400;
	font-size: 70px;
	font-style: italic; color:#000;
	line-height: 53px;
	text-transform: uppercase;  margin: 0 0 50px 0;

}
.section_one h1::after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	width: 100%;
	top: 0; 
}
.section_one h2 {
	background-color: #e9cd4d;
	position: relative;
    font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color: #23211d;
	font-size: 32px;
	text-transform: uppercase; margin: 0;
	
}
.section_one h2::after {
	background: #e9cd4d;
	content: '';
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	width: 100%;
	top: 0;
}


.statue-of-liberty-vintage {
	background-attachment: fixed;
	background-image: url("../images/statue-of-liberty-vintage.jpg");
	background-size: cover;
    min-height: 620px;
}

.statue-of-liberty-vintage h2 {
	
	font-weight: 700;
	color: #007a87;
	font-size: 39px;
	line-height: 46px;
	margin: 0px; padding: 105px;
	text-transform: uppercase;
}


.visionary-pioneers {
	background-attachment: fixed;
	background-image: url("../images/tan-vintage-bg.jpg");
	background-size: 100% auto;
	background-position: center 0;
}


.visionary-pioneers h1  {
	background-color: #fff;
	display: inline-block;
	position: relative;
	font-family: 'Crimson Text',serif;
	font-weight: 400;
	font-size: 70px;
	font-style: italic; color:#000;
	line-height: 53px;
	text-transform: uppercase;  margin: 0 0 50px 0;

}
.visionary-pioneers h1::after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	width: 100%;
	top: 0; 
}


.leading-charge-block {
	display: flex;
}
.los-angeles {
	width: 100%; padding-top:100px;
	
}
.edith-bremer-pic {
	position: absolute;
	top: 0;
	left: 45%;
}                                                                                                                                                                                                
.los-angeles-bremer {
	position: relative;
	padding-top: 115px;
} 

.content-edith-bremer img {
	position: absolute;
	top: -37px;
	left: -35px;
}
.content-edith-bremer {
	position: absolute;
	right: -25%;
	top: 47%;
	width: 52%;
	font-size: 17px;
}

.content-edith-bremer h4 {
	background: #e7c73e;
	font-family: serif;
	font-size: 27px;
	color: #23211d;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 400;
	display: inline-block;
	margin: 10px 0 10px;
}

 .our-history {
	background-image: url("../images/vintage-paper.png");
	background-size: 100% 100%;
	float: right;
	position: relative;
	padding: 85px 75px 55px 55px;
}

 .our-history .pin {
	background-image: url("../images/red-pin.png");
	height: 41px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 29px;
	right: 0;
	margin: 0 auto;
}
.our-history::after {
	border-style: solid;
	border-width: 13px 0 0 13px;
	border-color: transparent transparent transparent #db4c41;
	bottom: 50px;
	content: '';
	display: block;
	height: 0;
	left: 45px;
	position: absolute;
	width: 0;
}


.our-history-block { position: relative; height: 100%;}
.serving-survivors {
	padding-top: 16%;
	clear: both; float: right;
	
}
.serving-survivors h3, .serving-survivors p  {
	font-family: 'Crimson Text',serif;
	font-weight: 400;
	font-size: 36px; margin: 0; padding: 0;
	font-style: italic;
	text-transform: uppercase; display: block;line-height: initial;
}

.serving-survivors p {color: #db4c3e;}

.growing-network { float:right; width: 65%;}
.larg-btn-center { display:inline-block; width:100%;  text-align: center;}
.larg-btn-center a {  margin:0; display: inline-block;
	font-family: "proxima-nova",sans-serif; color:#fff; display: inline-block; margin: 100px 0 80px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 2.4rem;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 10px 30px;
	font-weight: 700; text-transform: uppercase;
}
.btn-c-brown {background:#db4c3e; }


.larg-btn-center .btn-c-brown:hover { background:#a62b1f;}

.growing-network h3 {
	background: #e7c73e;
	font-family: serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	text-transform: inherit;
	margin: 0 0 20px 0;
	line-height: 35px;
}

.vietnam {
	background-attachment: fixed;
	background-image: url("../images/vietnam-black-over.jpg");
	background-size: cover; height: 620px; position: relative;
}

.vietnam-content {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
.vietnam .container {
	height: 100%;
}
.vietnam h2 {
	margin: 0;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 44px;
	max-width: 80%;
}

 .flag_map {
	background-image: url("../images/world-map.jpg");
	background-size: cover; padding: 50px 0;
}
.flag { display:flex; position: relative;}
.flag img { }
.flag h3 { position: absolute; bottom:0 ; left:0; background: #fff; margin: 0; color: #23211d;font-size: 28px; font-family: serif;font-weight: 400; font-style: italic;text-transform: uppercase;}
.flag-right.flag h3 { left: inherit; right: 0}



.insights {
	background-image: url("../images/insights-background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.insights h2 {}


.insights h3 {
	background: #e7c73e;
	font-family: serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	text-transform: inherit;
	margin: 0 0 20px 0;
	line-height: 35px;
}

.books-thumb li { width:25%; text-align:center;}
.arrow2book .red-arrow-2 {
	position: absolute;
	bottom: 40px;
	right: -20px;
}
.books-thumb li.arrow2book { text-align: left; padding-left: 20px; position: relative}
.arrow2book p {
	text-align: left;
	color: #57a9b4;
	font-size: 16px;
	text-transform: uppercase;
	/* font-family: "avenircondensedhandCnhand",serif; */
	font-weight: normal;
	font-family: 'Caveat', cursive;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 10px;
}

.insights h2 {
	font-family: 'Crimson Text',serif;
	font-weight: 400;
	font-size: 70px;
	font-style: italic;
	line-height: 53px;
	margin-bottom: 22px;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
	text-transform: uppercase;
}

.page-template-history #page-body .insights .row .text p.title {
	font-family: serif;
	font-size: 25px;
	font-style: italic;
	margin-bottom: 20px;
}
.growing-network-map {
	margin-top: -80px;
}
.washington-button a { margin:70px auto 30px auto}

.diversity-prosperity {
	background-image: url("../images/us-statue.jpg");
	background-position: left 0 top -72px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
}

 .america-unified {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	color: #113745;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
}

.diversity-prosperity  h1 {
	font-family: 'Crimson Text',serif;
	font-weight: 400;
	font-size: 50px;
	font-style: italic;
	line-height: 53px;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.topic-unity-diversity { margin-top:-50px;}

.topic-chance-belong h4, .topic-unity-diversity h4 {
	display: inline-block;
	background: #e7c73e;
	font-family: serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 20px;
	color: #23211d;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: initial;
}
.topic-chance-belong .now {
	position: relative;
	top: -100px;
	right: -50%;
}
.chance-belong-thumb1 {
	position: relative;
}
.chance-belong-thumb1 p {
	position: absolute;
	top: 30%;
	left: 100%;
	width: 50%;
	color: #000; text-transform: uppercase;
}
.unity-diversity-thumb .now {
	position: absolute;
	left: 0;
	top: 50%;
}    

.unity-diversity-thumb {
	position: relative;
}
.topic-paving-paths h3  {
	display: inline-block;
	background: #e7c73e;
	font-family: serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 20px;
	color: #23211d;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: initial;
}
.topic-paving-path-thumb {
	  position: relative;
}

.topic-paving-path-thumb .now {
	position: relative;
	left: -50px;
	top: -50px;
}

.worlds-support-text h4 {display: inline-block;
	background: #e7c73e;
	font-family: serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	margin-bottom: 20px;
	color: #23211d;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: initial;}

.topic-rally-thumb, .topic-rally-thumb2, .topic-rally-thumb3 { float:left;}
.topic-rally-thumb p {
	color: #23211d;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 500;
	font-family: "proxima-nova",sans-serif;
}
.topic-rally-thumb3 img {
	left: -60px;
	position: relative;
}


.topic-rally-thumb3 p { font-family: 'Caveat', cursive; text-transform: uppercase; padding-top:10px; }
.worlds-support-textp { margin-left: 43%}
.worlds-support-textp p  {margin-bottom:5px;}
.btn-pink { background:#8c1d50;}
.btn-pink:hover { background:#621438; color:#fff;}
.page-template-without-banner .page-title {background: #f7f3ed;    border-bottom: solid 20px #db4c3f;}
.page-template-without-banner .page-title h1 {    margin: 0;    padding: 20px 0;}
.cms-pages {padding: 60px 0;background-color: #f7f3ed;}

/* mission css here */
.mission {background: #f7f3ed;   padding: 40px 0;}
.mission-list {    display: flex;    flex-direction: column;}
.inner-missionn {    display: flex;    justify-content: center;}
.mission-list li {    display: flex;    padding-bottom: 60px;    align-items: center;    padding-top: 60px;    position: relative;}
.mission-list li .img-block {margin-right: 30px;}

.mission-list li:after, .mission-list li:before {content:''; height: 15px; width: 15px; display: block; background-color: #979797; border-radius: 50%; position: absolute; }
.mission-list li:after {left: 14%;  bottom: -6px;}
.mission-list li:before {    right: 14%;    bottom: -6px;}
.mission-list li .line {border-bottom:3px #979797 dotted; width: 70%; position: absolute; bottom: 0; left: 0; right: 0;   margin: auto; }
.mission-list li:last-child:after, .mission-list li:last-child:before {display: none;}

.blog-detail{background: #f7f3ed;   padding: 80px 0 80px 0;}

.blog-detail .left-image img {background: #fff;    border: solid 1px #eee;    box-shadow: 0px 0px 15px rgba(0,0,0,0.1); padding: 15px; max-width: 100%;width: 500px;}
.blog-detail-inner .left-image {margin-bottom:40px;}
.blog-detail-inner .sub-heading {color:#007a87;}

.related-blog {padding:50px 0 70px 0;}
.related-blog-inner {margin-bottom: 30px;}
.related-blog-inner .card-text a {color: #db4c3f; font-weight:500;}
.related-blog-inner .card img {width: 100%;}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
} 
.cms-pages  .container:after, .cms-pages  .container:before {content: "";
    display: table; clear: both;
}
.top-img-block {margin-bottom: 20px;}
.top-img-block img {width: 100%;    }

.location-right-block { background:#dc4c3f; float: right; padding:40px 25px 30px 25px !important; color:#fff;}
.location-right-block h4 {
	text-transform: initial;
	color: #fff;
	letter-spacing: 0;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.services-img-block img {
	display: block;
	margin: 0 auto;
}

.location-right-block ul {
	margin: 0;
	padding: 0;
}
.location-right-block ul li {
	display: block;
	border-bottom: 1px dashed #f8f8f8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.location-right-block ul li:last-child { border-bottom:none;}
.img-description {
	padding: 15px 10px;
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.services-img-block h2 {
	line-height: 1;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 20px 0; font-family: minion-pro, serif;
}
.services-img-block  img {}
.services-img-block a {
	color: #40bec0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.legal-services-page h1 { font-weight: 600; text-transform: uppercase;} 

.header-banner img {
	max-width: 100%;
}

.home .header-text {
    width: 50%;
    color: #fff;
    margin-top:150px;
}
.home .sa_owl_theme .owl-dots {bottom: 22px !important; }

.our-latest .card-imgbox {
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    justify-content: center;
    height: 389px;
}
.our-latest .card-imgbox img {
    display: block;
    height: 100%; max-width: inherit;
}

img {max-width:100%}

.other-ways-section .vc_toggle_default .vc_toggle_icon {
	background: #40bec0;
	border: 1px solid #40bec0;
	
}
.other-ways-section .vc_toggle_default .vc_toggle_icon::before {
	border: 1px solid #40bec0;
}
.other-ways-section .vc_toggle_default .vc_toggle_icon::after, .other-ways-section .vc_toggle_default .vc_toggle_icon::before {
		background: #40bec0;
}
.other-ways-section .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	display: inline-block;
	width: 15px;
	margin-left: 10px;
	height: 4px;
}

.other-ways-section .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
	width: 15px;
	height: 4px;
}
.other-ways-section .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 15px;
	width: 4px;
}
.other-ways-section .vc_toggle_title {
	border: 1px solid #ddd;
	padding: 10px 15px 10px 35px !important;
	border-radius: 5px; background:#fafafa;
}
.other-ways-section .vc_toggle_content {
	border: 1px solid #ddd;
	margin-top: 0;
	border-top: none;
	padding-top: 15px;
}

.download-toolkit-btn{
    background: #dc4c3f;
    border: 0;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.ui-datepicker th{padding: 2px !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    font-size: 13px !important;padding:2px !important;
}
.ui-datepicker .ui-datepicker-title{
    font-size: 18px !important;
}
.mc4wp-response{color:#fff;}

.mc4wp-form-1962 .mc4wp-form-fields .newletter-field {
    float: left;
}
.email-inner {
    display: inline-block;
    width: 46%;
    margin-left: 13px;
    float: left;
    margin-top: 0;
}

.mc4wp-form-1962 .email-inner button {
    width: 100%;
    height: 43px;
}
.donor-link {
    background: #2cacae;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 2px;
}
.donor-link:hover {color: #fff;}
.donor-p {
    text-align: center;
}
#daf_link {
    background: #2cacae;
    color: #fff;
    padding: 5px 10px !important;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
.volunteer-area {
    border: 1px solid #d2d2d2;
    padding: 10px;
    
}
.afgan-story-btn{
    background: #027ec3;
color: #fff;
padding: 8px;
border-radius: 5px;
}

@media (max-width:1199px) {
    .history-page .container { max-width:100%;}   
    .los-angeles-bremer {max-width: 600px;margin: 0 auto;}
    .our-history {float: none;max-width: 482px;margin: 0 auto;}
    .flag h3 { font-size:18px}
    .serving-survivors {padding: 50px 0;
	clear: both;
	float: none;
	text-align: center;
}
    .insights h2, .visionary-pioneers h1, .section_one h1, .diversity-prosperity h1 {font-size: 40px; line-height: 43px;}
    .chance-belong-thumb1 p { color:#fff;}
    .growing-network-map {margin-top: 0;}
    
}

@media (max-width:991px) {
.arrow2book .red-arrow-2 { right:0}
.growing-network { width:100%}
.larg-btn-center a { margin-top: 30px; margin-bottom: 30px;}
    .unity-diversity-thumb .now, .chance-belong-thumb1 p, .topic-chance-belong .now { position: initial;}
    .chance-belong-thumb1 p { width:100%; color: #000; padding-top:15px;}
    .unity-diversity-thumb .now { margin-top:15px;}
    .topic-paving-path-thumb { margin-top:15px;}
    .edith-bremer-pic, .content-edith-bremer {position: initial;}
    .content-edith-bremer img { display:none;}
    .los-angeles-bremer {text-align: center; padding-top:0px;}
    .content-edith-bremer {	width: 100%;}
    .los-angeles {padding-top:0px;}
    .statue-of-liberty-vintage h2, .vietnam h2 { padding:20px; font-size: 24px; line-height: 30px; max-width: 100%;}
     .top-img-block img {margin-bottom: 20px; }
     .email-inner {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-top: 5px;
}
}

@media (max-width:767px) {
.flag { margin:0 auto 20px auto;}
.insights-three-img  img { display: block; margin: 0 auto 20px auto;}
img.foreign-policy { margin-top:20px;}
.chance-belong-thumb1 p {
	position: initial;
	color: #000;
	text-align: center;
	width: auto; padding-top: 15px;
}
 .section_one h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0;
}   
.topic-chance-belong .now {	position: initial;}
.topic-chance-belong {	text-align: center;}
.topic-unity-diversity {margin: 20px auto 20px auto;text-align: center;max-width: 490px;}
.unity-diversity-thumb .now {top: 25%;}
.unity-diversity-thumb { text-align: center;}   
.topic-paving-path-thumb .now {	position: initial; margin-top:15px;}
.topic-paving-path-thumb {text-align: center;}
.worlds-support-textp {	margin-left: 0; margin-top:20px; margin-bottom:20px;}
.topic-rally-thumb, .topic-rally-thumb2, .topic-rally-thumb3 {float: none;text-align: center;}
.topic-rally-thumb p, .topic-rally-thumb3 img {	position: initial;}
    
.mission-list li {flex-direction:column; }
.mission-list li .content {text-align: center;}
.mission-list li .content p br {display: none;}
.mission-list li .img-block {margin-right: 0; margin-bottom: 30px;}
.page-template-without-banner .page-title h1 {font-size: 26px;}
  
	.legal-services-content { display: flex; flex-wrap: wrap}
	.legal-services-content .location-right-block {	order: 2; margin-bottom: 20px;margin-left: auto;margin-right: auto;}
	
}
/*language*/
button.btn.dropdown-toggle.btn-outline-info.bs-placeholder {
    color: white !important;
    padding: 0px 25px !important;
    width: 81% !important;
    border-color: #fff !important;
}
/*end language*/

@media (max-width:575px) {
.books-thumb li {
	margin: 0 auto 20px auto;
	max-width: 200px;
	width: auto;
}
.unity-diversity-thumb .now {position: initial; margin-top: 20px;}
.unity-diversity-thumb {text-align: center;}
}

@media only screen and (max-width: 768px){
.v3theme .survey-page .survey-page-body {
    padding: 35px 40px 0 40px !important;
}}
