img {
	max-width: 100%;
}
.carousel-caption {
    background: rgba(0, 29, 35, .3);
}
.top-bar {
    background: rgba(0, 29, 35, .4);
}
.navbar .navbar-nav .nav-link a {
    color: #FFFFFF;
}
.navbar .navbar-nav .nav-link a:hover, .navbar .navbar-nav .current-menu-item>a {
    color: #f89a1e;
}
.wpcf7 {
    position: relative;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    position: absolute;
}
.wpcf7-not-valid-tip {
    bottom: -28%;
    right: 0;
}
.wpcf7 form .wpcf7-response-output {
    bottom: -12%;
    left: 14%;
}
.form-control, .wpcf7-submit {
    padding: 1rem .75rem;
}
iframe {
    width: 100%;
    height: 450px;
    border: solid 3px #ff8c3f;
}
textarea.form-control {
    height: 112px;
    resize: none;
}
.page-header {
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(img/carousel-4.jpg) center center no-repeat;
}
.contentlist {
	list-style-type: circle;
}
.contentlist li {
    margin: 10px 0;
}
.navbar-brand .logoimg {
    width: 110px;
}
b, strong {
	color: #000;
} 
.pindex {
    border-bottom: dotted 1px #ccc;
    padding: 8px;
}
.pindex a {
    color: #000;
}
.pindex a:hover {
    color: #f89a1e;
}
.bg-green {
	background: #2ad46a;
} 
.text-white {
    color: #fff;
}
.mTop20 {
    margin-top: 20px;
}
.mTop30 {
    margin-top: 30px;
}
.mTop40 {
    margin-top: 40px;
}
.pindex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pimage {
    width: 30%;
}
.ptitle {
    width: 68%;
}
.pimage a {
    border: solid 4px #fff;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
}
.pimage a:hover {
	opacity: .9;
	box-shadow: 0 0 0 #ccc;
}
.pimage a, .pindex a img {
    height: 220px!important;
}
.pimage a {
    overflow: hidden;
	display: block;
}	
.pimage a img {
    object-fit: cover;
}
.pindex a.more-link {
    color: #f89a1e;
}
.pindex a.more-link:hover {
    color: #000;
}
.home .pimage a, .home .pindex a img {
    height: 90px!important;
}
.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 100%;
}
.why-us .icon-boxes .tp {
    text-align: left;
}
.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #f89a1e;
    margin-bottom: 12px;
}
.why-us .icon-boxes .icon-box h4 {
    font-size: 1.5rem;
}
.why-us .content {
    padding: 30px;
    background: #f89a1e;
    border-radius: 4px;
    color: #fff;
}
section#why-us {
    position: relative;
    margin-top: -250px;
    z-index: 9;
}
section#why-us h1, section#why-us h3, section#why-us .chooseus p strong {
	color: #fff;
}
.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn:hover {
    color: #ff5821;
    background: #fff;
}
ul.loc_exp {
    list-style: circle;
}
ul.loc_exp li {
    margin: 10px 0;
}
.donate .text-white-50 {
    color: rgba(255,255,255,0.8) !important;
}
.faqimg {
    border-radius: 4px;
}
.topmsg {
    background: rgba(255,255,255,.4);
    color: #000;
    font-size: 14px;
    padding: 10px;
}
@media(min-width:0px) and (max-width:767px) {
.pindex {
    justify-content: center;
    flex-direction: column;
}
.pimage {
    width: 100%;
}
.ptitle {
    width: 100%;
    margin-top: 10px;
}
}
