@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
*{ margin:0; padding:0; }
* {
  box-sizing: border-box;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}
/*html {
  scroll-behavior: smooth;
}*/
body{font-family: 'PT Sans', sans-serif; font-size:16px; line-height:31px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
img{ outline:none; max-width:100%; }
a, a:hover{ text-decoration:none; }
a:focus, input:focus, button:focus{ outline:none; box-shadow:none; }
li{ list-style:none; }
ul{ margin:0px; padding:0; }
input, button, textarea{ outline:none; border:none;  }
input[type=submit], button{ box-shadow:none; cursor:pointer; }
input:focus, button:focus, textarea:focus{ text-shadow:none; }
.heading-level-1{
  font-family: 'PT Sans', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom:0;
}

.heading-level-2{
  font-family: 'PT Sans', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #242424;
}
.heading-level-2 span{ font-weight:normal;}
.heading-level-3{
  font-family: 'PT Sans', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #242424;
  margin-bottom:40px;
}

.heading-level-4{
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom:30px;
}
.heading-level-5{
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
  margin-bottom:20px;
}

.heading-level-6{
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000000;
  margin-bottom:20px;
}
.heading-lg{
  font-family: 'PT Sans', sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 0.81;
  letter-spacing: normal;
  color: #0f3d73;
  margin-bottom:15px;
}


p, address{
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #242424;
  margin-bottom:30px;
}
.p-18{ font-size:18px; font-weight:700; }
.desc-more{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #0f3d73;
}
.desc-btn-sec{margin-top:15px;}
.desc-more:hover{ color:#0f3d73; }
.text-right{ text-align:right; }
.overlay-link{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
}
.w-color{ color:#fff !important; }
.red-color{ color:#d74144; }
.grey-color{ color:#767676; }
.rt-arrow-btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  color: #d74144;
  background:url(../images/red-arrow.png) right center no-repeat;
  background-size:20px;
  padding-right:30px;
  font-family: 'PT Sans', sans-serif;
}
.rt-white-arrow-btn{
  font-family: PTSans;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  background:url(../images/next-arrow.png) right center no-repeat;
  background-size:20px;
  padding-right:30px;
  font-family: 'PT Sans', sans-serif;
}
.rt-white-arrow-btn:hover{ color:#fff; }
.rt-arrow-btn:hover{ color:#d74144; }
.btn{
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  padding:11px 40px 14px;
  border-radius: 5px;
  transition:all 0.5s ease-in-out;
  font-family: 'PT Sans', sans-serif;
}
.red-btn{
  background-color: #d74144;
  color: #ffffff;
}
.red-btn:hover{
  box-shadow:0 50px 0 #0f3d73 inset;
  transition:all 0.5s ease-in-out;
  color:#fff;
}
.white-btn{ 
  background:#fff;
  color:#0f3d73;
}
.white-btn:hover{ 
  box-shadow:0 50px 0 #d74144 inset;
  transition:all 0.5s ease-in-out;
  color:#fff;
 }
.light-red-btn{
 background:#fdeaea;
 color:#d74144;
}
.light-red-btn:hover{ box-shadow:0 50px 0 #fff inset; transition:all 0.5s ease-in-out; color:#d74144; }
 .rt-arrow .w-arrow img {
    max-width: 20px;
}
.blue-btn{
  padding: 18px 20px;
  border-radius: 6px;
  background: #0f3d73;
  text-align:center;
  font-size: 24px;
  color: #ffffff;
}
.blue-btn:hover{
  box-shadow:0 72px 0 #d74144 inset;
  transition:all 0.5s ease-in-out;
  color:#fff;
}
.sm-btn{padding:11px 40px 14px; font-size:18px; min-width:190px;}
.map-btn-sec{ margin-top:50px; text-align:center; position:relative; }
.sec-head{ margin-bottom:80px; }
.lt-btm-border{ position:relative; padding-bottom:30px; }
.lt-btm-border:before{ position:absolute; left:0; bottom:0; width:73px; height:3px; background:#d74144; content:""; }

.form-control{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5d5d5d;
  padding: 10px 20px;
  border-radius: 6px;
  background:#eeeeee;
  font-family: 'PT Sans', sans-serif; 
  border:none;
}

.form-control:focus{
	outline:none;
	box-shadow:none;
	color:#5d5d5d;
	background:#eeeeee; 
}
.form-control::-webkit-input-placeholder {
  color:#5d5d5d; 
}

.form-control:-ms-input-placeholder {
 color:#5d5d5d; 
}

.form-control::placeholder {
  color:#5d5d5d; 
}
.our-serv-frm-sec label{
  font-size: 21px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #7e7e7e;
  font-family: 'PT Sans', sans-serif; 
  display:block;
}
.form-control-1{
  padding: 7px 18px;
  border-radius: 6px;
  border: solid 1px #e8e8e8;
  background: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #242424;
  width:100%;
}
.form-control-w {
    border-radius: 5px;
    background: rgba(255, 255, 255);
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    border: none;
    font-family: 'PT Sans', sans-serif;
    padding: 13px 20px 14px 20px;
}

.form-control-w:focus{
	outline:none;
	box-shadow:none;
	background:rgba(255, 255, 255, 0.15);
	color:#000000; 
}
.form-control-w::-webkit-input-placeholder {
  color:#000000; 
}

.form-control-w:-ms-input-placeholder {
 color:#000000; 
}

.form-control-w::placeholder {
  color:#000000; 
}
.btn-check:focus + .btn, .btn:focus{ box-shadow:none; }
textarea.form-control {
    height: 130px;
    resize: none;
}
.center-head-sec {
    text-align: center;
    margin-bottom: 20px;
}
.canvas{ padding-top:159px; }
.header{ position:fixed; width:100%; top:0; left:0; z-index:99; }
.header .head-donate-btn{ display:none; }
.top-header{ padding:10px 0; background:#d74144; }
.top-header ul li{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding:0 10px;	
  display:inline-block;
	}
.top-header ul li a{ color:#fff; }
.top-header ul.top-menu li{ padding:0 40px 0 0; }
.top-header ul li a:hover, .top-header .top-rt-header ul li:hover abg 
 i{ color:#d74144; }
.top-header .top-rt-header{ text-align:right; }
.top-header .top-rt-header ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.top-header .top-rt-header ul li:first-child a { 
    padding-left: 14px;
}
.top-header .top-rt-header ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-header .top-rt-header ul li i{ font-size:20px; color:#fff; }
.bottom-header {
    background: #0f3d73;
    padding: 12px 0;
}
.header .brand img {
    height: 85px;
    max-width: 100%;
    width: auto;
}

.header .row{ align-items:center; } 
.fixed-header{  padding:0; top:0; z-index:99;	 }

.header .navbar-nav{ display:block; }
.header div#bs-navbar{ width:100%; }
.header .navbar{ text-align:right; padding:0px; }
.header .navbar li{display:inline-block; font-weight:700; margin-left:15px; font-size:18px;line-height:normal; position:relative;}
.header .navbar > li:last-child{ padding-right:0px; }
.header .navbar li a{ color:#fff; display:block; position:relative; padding:13px 45px 14px;  }
.header .navbar .navbar-nav > li:last-child a{ background:#d74144; border-radius:5px; }
.header .navbar li a:hover, .header .navbar li a.active { text-decoration:none; color:#d74144;  }
.header .navbar .navbar-nav > li:last-child a:hover, .header .navbar .navbar-nav > li:last-child a.active{ color:#fff; }
.header .navbar-header{ display:none; }
.header .navbar ul.sub-menu {
    position: absolute;
    left: 0;
    display: none;
	text-align:left;
	top:45px;
	background:#2d353e;
	border-radius:5px;
	min-width:200px;
	padding:10px 0;
	transition:all 0.5s ease-in-out;
}

.header .navbar ul.sub-menu li {
    margin: 0;
    width: 100%;
    display: block;
	font-size:16px;
}
.header .navbar li:hover ul.sub-menu{display:block;}
.header .navbar ul.sub-menu li a {
    padding:10px 15px;
}
.header.fixed-header .row{align-items:center;}

.w-arrow {
    display: inline-block;
	margin-left:10px;
}
.hero-wrap .item {
    background-position: top right !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    height: 550px;
	position:relative;
	display:flex;
	align-items:center;
}
.hero-wrap .item:before{ 
  position:absolute;
  right:56%;
  top:0;
  background:url(../images/curve-image.png) 0 0 no-repeat;
  width:85px;
  height:554px;
  content:"";
  background-size:100%;
  z-index:1;
 }

.hero-blue-content-bx {
    background: rgba(15, 61, 115, 0.76);
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
    padding: 15px 100px 15px 50px;
    display: flex;
	align-items:center;
}
.hero-blue-content-bx .btn{ width:320px; color:#000; }
.hero-blue-content-bx p{ font-size:16px; font-style:italic; color:#fff; margin-bottom:0px; }
.hero-blue-content-bx p span{ color:#f37e80; }
.hero-lt-sec p{ font-size:24px; color:#242424; margin:0; line-height:1.75; clear:both; padding-left:85px; }
.hero-wrap .hero-lt-sec {
    padding-right: 11%;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.hero-wrap .heading-level-2{ position:relative; padding:0 0 30px; margin-bottom:30px; text-transform:uppercase; }
.hero-wrap .heading-level-2:before{ content:""; background:#d74144; height:3px; left:216px; bottom:0px; width:80px; position:absolute; }
.hero-wrap .brand-icon {
    max-width: 274px;
    display: block;
    margin-left: -60px;
	float:left;
}
.hero-wrap .owl-dots button.owl-dot{ width:21px; height:21px; display:inline-block; background:#fff !important; border:2px solid #fff !important; margin:0 3px; border-radius:50%; padding:3px !important; }
.hero-wrap button.owl-dot.active{ border:2px solid #d74144 !important; }
.hero-wrap .owl-dots button.owl-dot span{ width:11px; height:11px; background:#d74144 !important; display:block; opacity:0.6; border-radius:50%; position:relative; }
.hero-wrap .owl-dots {
    position: absolute;
    bottom:12px;
    right:61%;
}
.h-our-mission-wrap{ padding:80px 0; background:#f9f9f9; }
.h-our-mission-wrap .row{ align-items:center; }
.h-our-mission-wrap .h-our-mission-lt-sec {
    padding-left: 8%;
}
.accomplished-wrap {
    padding: 80px 0;
}
.acc-col-row .acc-bx {
    position: relative;
    background: #d74144;
    border-radius: 15px;
    padding: 70px 35px 30px;
}
.acc-col-row .acc-bx .acc-icon-image {
    max-width: 80px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.acc-col-row .acc-col:nth-child(2) .acc-bx{ background:#2d353e; }
.acc-col-row .acc-col:last-child .acc-bx{ background:#0f3d73; }
.acc-col-row .acc-bx p{ margin:0; font-size:24px; color:#fff; }
.our-programs-wrap{ padding:80px 0; background:#f9f9f9; }
.o-prog-bx {
    position: relative;
	overflow:hidden;
}
.o-pro-c-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.o-prog-bx .rt-white-arrow-btn{ margin-left:-100%; transition:all 0.5s ease-in-out; }
.o-prog-bx .heading-level-5{ margin-top:16px; transition:all 0.5s ease-in-out; }
.o-prog-bx:hover .rt-white-arrow-btn{ margin-left:0px; transition:all 0.5s ease-in-out; }
.o-prog-bx:hover .heading-level-5{ margin-top:0px; margin-bottom:20px !important; text-decoration:underline; }
.o-prog-bx figure{ margin:0px; }
.our-programs-wrap .o-prog-col{ padding:15px; }
.sec-head-1{ margin-bottom:50px; }
.o-prog-row{ justify-content:center; }
.recent-update-wrap.upcoming-event-wrap:before{ height:85%; }
.white-p-box.up-event-bx{ padding-bottom:80px; }
.up-event-bx .light-red-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0px 5px 5px;
    left: 0;
}

.newsletter-wrap{ background:url(../images/news-bg.jpg) 0 0 repeat; padding:38px 0; }
.newsletter-frm {
    position: relative;
}
.newsletter-wrap .form-control-w{ padding-right:213px; width:100%; }
.newsletter-frm .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
.h-testimonial-wrap {
    text-align: center;
    background: #f9f9f9;
    padding: 70px 0 90px;
}
.h-testimonial-wrap .sec-head{ margin-bottom:40px; }
.testimonial-slider{
  padding: 49px 48px 21px 47px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  max-width:800px;
  margin:0 auto;
  position:relative;
}
.h-testimonial-wrap p strong{ color:#000; }
.testimonial-slider:before{
  width: 155px;
  height: 155px;
  border-radius: 5px;
  border: solid 2px #d74144;
  content:"";
  position:absolute;
  left:-20px;
  bottom:-20px;
  z-index:-1;
}
.h-testimonial-wrap .owl-carousel .owl-stage-outer{ z-index:1; }
.testimonial-slider:after{ position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; content:""; }
.testimonial-slider p{ font-style:italic; }
.testimonial-slider p:last-child{ font-style:normal; }
.h-testimonial-wrap .slider-red-btn .owl-nav {
    right: -53px;
    top: -30px;
	z-index:1;
}
.recent-update-wrap{ padding:80px 0; position:relative; }
.recent-update-wrap:before{
	content:"";
	width:59%;
	background:#f9f9f9;
	height:65%;
	position:absolute;
	right:0;
	bottom:0px;
}
.recent-update-slider .item{ padding-bottom:30px; }
.slider-red-btn .owl-nav button{
  width: 53px;
  height: 57px;
  flex-grow: 0;
  background:#d74144 !important;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff !important;
  font-size:34px !important;
}
.slider-red-btn .owl-nav span{ height:34px; }
.slider-red-btn .owl-nav {
    display: flex;
    position: absolute;
    right: 0;
    top: -136px;
}
.slider-red-btn .owl-nav button.owl-next{ border-radius:0 5px 5px 0; }
.slider-red-btn .owl-nav button.owl-prev{ border-radius:5px 0 0 5px; }
.white-p-box{
  padding:0 20px 20px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  position:relative;
}
.white-p-box figure {
    margin: 0 -20px 15px;
	max-height:307px;
	overflow:hidden;
}
.white-p-box figure img {
    border-radius: 5px 5px 0 0;
    display: block;
}
.white-p-box time{
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #939393;
}
.white-p-box .post-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: normal;
  color: #171c1d;
  font-family: 'PT Sans', sans-serif;
  margin-bottom:15px;
}
.white-p-box p{
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
}
.white-p-box p a{
  color: #d74144;
}

.home-donate-wrap {
    background:url(../images/donate-blue-bg.jpg);
    padding: 50px 0;
	background-size:100%;
}
.home-donate-wrap p{ color:#fff; margin:0px; }
.home-donate-wrap .btn {
    width: 100%;
    margin: 5px 0;
	padding-left:10px;
	padding-right:10px;
}
.home-map-sec {
    background: #2e353e;
    padding: 60px 0;
}
.h-map-col iframe{ width:100%;  border-radius:5px; }
.map-w-sec {
    background: #fff;
    padding:30px;
    border-radius: 5px;
}
.map-w-sec .brand-sec img {
    max-width: 151px;
    display: block;
    margin-bottom: 20px;
}
.home-contact-sec .heading-level-3 {
    margin-bottom: 15px;
}
.home-contact-sec .home-ct-inner-sec {
    background-size: 50% !important;
    padding:52px 41px 56px 54%;
	position:relative;
}
.home-contact-sec .home-ct-inner-sec:before{
 content:"";
 width:calc(100% - 40px);
 height:calc(100% - 40px);
 position:absolute;
 left:20px;
 top:20px;
 box-sizing:border-box;
 border:1px solid #fff;
}
.home-contact-sec .h-contact-rt-sec{ position:relative; z-index:1; }
.home-contact-sec {
    padding-top: 60px;
	position:relative;
}
.home-contact-sec p{ color:#fff; text-transform:uppercase; font-size:18px; }
.insta-wrap{ padding:60px 0; }
.insta-wrap .insta-blue-head{ background:url(../images/insta-head-bg.jpg) 0 0 repeat; padding:41px 20px; text-align:center; }
.insta-wrap figure{ margin:0px; }
.insta-wrap figure img{ display:block; }
.insta-wrap .ig-col {
    padding: 15px;
}
.insta-wrap .follow-ig-btn-sec {
    text-align: center;
    margin-top: 40px;
}

footer{
background:#f9f9f9;
}
footer p{ font-size:16px; margin-bottom:0px; color:#000; }
footer p a{ color:#000; }
footer a:hover{ color:#d74144; }
footer .row{align-items:center;}
footer .f-brand-logo{ margin-bottom:30px; }
footer .f-brand-logo img {
    max-width: 123px;
}
.bottom-footer {
    padding: 20px 0;
    background: #f5f5f5;
}
.top-footer ul.social-media li {
    display: inline-block;
    margin-right: 15px;
}
.top-footer .f-menu{ padding-left:120px; }
.top-footer .f-menu li{
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  padding:10px 0;
}
.top-footer .f-menu li a{ color:#000; }
.top-footer .f-menu li a:hover{ color:#d74144; }
.top-footer ul.social-media li a{ color:#d74144; }
.top-footer ul.social-media li a i{ font-size:24px; }
.top-footer ul.social-media li a:hover{ color:#0f3d73; }
.top-footer .f-menu-col-2 ul.f-menu{ padding-left:180px; }
.top-footer {
    padding: 50px 0;
}
.hide-desktop{ display:none; }
.owl-nav button.disabled{ opacity:0.5; }
button:focus{ outline:none !important; }

.hero-wrap.inner-hero .heading-level-2:before{left:0px;}
.inner-hero .hero-lt-sec p{ padding-left:0; }
.grey-bg{ background:#f9f9f9; }
.past-events-wrap .white-p-box {
    padding: 0px;
    box-shadow: none;
    background: no-repeat;
}
.past-events-wrap .white-p-box figure{   
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(17, 17, 17, 0.12);
  background: #ffffff; 
  margin:0px 0px 25px;
  }
.recent-update-wrap.past-events-wrap{
    padding-top:20px;
}

.inner-hero-wrap {
    background-size: cover !important;
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-album-wrap {
    padding:50px 0 80px;
}
.photo-album-col{ padding:15px; }
.photo-thumb {
    position: relative;
}
.photo-thumb img{ display:block; border-radius:6px; }
.photo-action-bx{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transform: scale(0);
	display:flex;
	align-items:center;
	justify-content:center;
}
.photo-action-bx a{ display:inline-block; margin:0 5px; }
.photo-action-bx img{ max-width:45px; }
.photo-thumb:hover .photo-action-bx{ transform:scale(1); }
.breadcrumb li{
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #767676;
}
.breadcrumb li a{color:#767676;}
.breadcrumb li.active{
  font-weight: bold;
  color: #d74144;
}
.breadcrumb-item::before{font-weight: bold;}
.pagination-nav {
    margin-top: 30px;
}
.pagination-nav ul li{
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #171c1d;
  margin:0 4px;
}
.pagination-nav .page-link:hover, .pagination-nav .next-item .page-link{
    color: #fff;
    background-color: #d74144;
}
.pagination-nav ul li a{ color:#171c1d; border:none; }
.pagination-nav .page-item.active .page-link{ background:#f8e3e3; color:#d74144; border:none; }
.pagination-nav .pagination-lg .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:5px;
}
.pagination-nav .pagination{ justify-content:center; }
.white-p-box p {
    margin:0 0 5px;
}
.inner-contact-wrap{ padding:30px 0; }
.blog-wrap:before{ display:none; }
.blog-wrap .blog-tumb {
    padding: 15px;
}
.blog-vid-wrap{ background:#f9f9f9; padding:70px 0; text-align:center; }
.blog-vid-wrap iframe{ width:100%; }
.event-sidebar {
    background: #f9f9f9;
    padding: 20px 20px 0;
    
}
.scrollbar {
	overflow-y: scroll;
	margin-bottom: 0;
	 direction: rtl;
	 text-align:left;
	 height: 570px;
	 padding-left:40px;
}
.event-calendar-wrap {
    padding: 70px 0;
}
.event-sidebar .scrollbar li:first-child{ padding-top:0px; }
.event-sidebar .scrollbar li {
    border-bottom: 1px solid #ededed;
    padding: 17px 0 20px;
}
 #style-3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar {
 width: 4px;
 background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar-thumb {
 background-color: #d74144;
}
.event-calendar-bx{
  padding: 15px;
  border-radius: 5px;
  box-shadow: 5px 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.event-sidebar time{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #767676;
}
.white-bg{ background:#fff; }

/* Radio & check button css start here */
.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
	position: relative;
}
.radio-custom-label{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #000000;
  margin:15px;
}
.radio-custom + .radio-custom-label:before {
	content: '';
	background:#f9f9f9;
	border: 2px solid #0f3d73;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	padding:2px;
	margin-right:20px;
	text-align: center;
}
.radio-checkbox-row .radio-custom + .radio-custom-label {
    width: 120px;
    height: 56px;
    text-align: center;
    background: #f9f9f9;
    border: 2px solid #0f3d73;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-checkbox-row .radio-custom:checked + .radio-custom-label{
	background:#0f3d73; color:#ffff;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #0f3d73;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding:4px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background:#0f3d73;
	color: #fff;
}
.radio-custom + .radio-custom-label:before {
	border-radius: 50%;
}
.checkbox-custom-label.save-text {
    margin-left: 0;
    display: flex;
    align-items: center;
}
.radio-custom:checked + .radio-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #fff;
	background:#0f3d73;
	font-size:18px;
}
.radio-checkbox-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-checkbox-row .radio-custom + .radio-custom-label:before{ display:none; }
.donation-frm-wrap{ padding:70px 0; }
.donation-frm-wrap .radio-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-checkbox-row {
    margin: 15px 0 25px;
} 
.input-notification-txt{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color:#0f3d73;
  display:block;
  text-align:center;
  padding-top:15px;
}

.input-notification-txt a{
  font-weight: bold;
  color:#0f3d73;
  text-decoration:underline;
}
.donation-frm-sec {
    max-width: 730px;
    margin: 0 auto;
}
.donation-frm-sec label{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5d5d5d;
  display:block; 
  margin-bottom:10px;
}
.form-group{ margin-bottom:20px; }
.donation-frm-sec .input-sm {
    max-width: 120px;
    float: left;
    text-align: center;
}
.donation-frm-sec .divider {
    float: left;
    font-size: 40px;
    padding: 0 40px;
    position: relative;
    top: 9px;
}
.donation-frm-sec .form-control{ padding:17px 20px; }
.donation-frm-sec .btn{ width:100%; padding-bottom:21px; margin:15px 0; }
.donation-frm-sec i.fa.fa-check-circle {
    font-size: 18px;
    color: #0f3d73;
    margin-right: 5px;
}
.donation-frm-sec .heading-level-4{ color:#242424; margin:30px 0; }
.donation-frm-sec .save-text{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
.business-initiatives-wrap{ padding:20px 0; }
.business-initiatives-wrap .heading-level-5{ color:#000; font-size:28px; }

.p-font-18 p{ font-size:18px; }
p span,  p a, p strong{ color:#d74144; }
.gery-color{ color:#242424; }
.business-brand {
    text-align: center;
    margin-bottom:50px;
}
.insta-head{ padding:30px 0; }
.insta-head .insta-rt-head{ text-align:right; }
.businees-sidebar p {
    line-height: 1.67;
    margin-bottom: 20px;
}
.business-row {
    position: relative;
    padding:60px 0;
}
.business-row:before {
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    background: #e0e0e0;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.businees-sidebar{ padding-right:30px; }
.business-row:last-child:before{ display:none; }
.business-row p:last-child{ margin-bottom:0px; }
.insta-head .heading-level-5 {
    margin: 0;
}

.donation-thanku-modal .modal-dialog{ max-width:1000px; border-radius:0px; }
.donation-thanku-modal .modal-content{ border-radius:0px; border:none; }
.donation-thanku-modal .modal-content {
    border-radius: 0px;
    border: none;
    background-size: 640px !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
	height:480px;
}
.donation-thanku-modal .modal-header{ border-bottom:none; }
.donation-thanku-modal button.btn-close1 {
    position: absolute;
    right: 7px;
    top: 2px;
    background: no-repeat;
}
.m-brand-icon img {
    max-width: 237px;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}
.donation-thanku-modal .heading-level-4{ color:#424242; margin-bottom:15px; font-weight:normal; }
.donation-thanku-modal .modal-body {
    max-width: 480px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.accordion-collapse {
    border: 0;
}
.accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #dc3545;
}
.accordion-body {
    padding:0 0 0 30px;
}
.accordion-button::after{ display:none; }
.accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #242424;
    transform: translateY(-4px);
	font-weight: bold;
	margin-right:15px;
}
.accordion-button{
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #242424;
  padding:15px 0;
}
.accordion-button:not(.collapsed){ color:#242424; }
.accordion-button:not(.collapsed)::before {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item{ background:none !important; border-bottom:none; }
.accordion-flush .accordion-item{border-top:1px solid #e0e0e0;}
.accordion-flush .accordion-item:last-child{border-bottom:1px solid #e0e0e0 !important;}
.accordion-flush .accordion-item:first-child{ border-top:none; }
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-bottom: none;
}
.faq-wrap{
    padding: 70px 0 50px;
}
.faq-wrap p{ font-size:18px; line-height:1.8; }
.accordion{border-bottom:1px solid #e0e0e0;}
.our-service-wrap{ padding:80px 0; }
.our-serv-frm-sec .btn{ width:100%; }
.our-serv-frm-sec label{ margin-bottom:7px; }
/* custom checkbox 2 css start here */
.our-service-lt-img {
    padding-right: 40px;
}
.input-checkbox {
    margin: 10px 0;
}
.input-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.input-checkbox .wpcf7-list-item-label{
  position: relative;
  cursor: pointer;
  color:#000;
}
.input-checkbox input:checked + .wpcf7-list-item-label{ font-weight:700; }
.input-checkbox .wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e8e8e8;
  border-radius:6px;
  padding: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right:15px;
}
.input-checkbox input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 14px;
    width: 11px;
    height: 22px;
    border: solid #d74144;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.apply-frm-wrp .input-checkbox .wpcf7-list-item {
    width: 50%;
    margin: 6px 0;
    float: left;
}
.apply-frm-wrp .row p:empty {
    display: none;
}
.apply-now-sec {
    background: #0f3d73;
    padding: 30px 20px;
}
.apply-now-sec .red-btn{ width:100%; }

.apply-now-sec .form-control-1{ border:none; }
.file-upload-label{
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor:pointer;
}
.apply-now-sec input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
}
div#file-upload-filename {
    color: #fff;
}
.apply-now-sec .fa-paperclip {
    margin-right: 10px;
}
/*.apply-now-sec input:focus + label {
  outline: 2px solid;
}*/
.available-positions-wrap {
    padding: 80px 0;
}

/* radio button 2 css start here */
.avail-pos-lt-sec [type="radio"]:checked,
.avail-pos-lt-sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.avail-pos-lt-sec [type="radio"]:checked + label,
.avail-pos-lt-sec [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left:0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.avail-pos-lt-sec [type="radio"]:checked + label:before,
.avail-pos-lt-sec [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border: 1px solid #c4c4c4;
    border-radius: 100%;
    background: #fff;
	margin-left:-45px;
}
.avail-pos-lt-sec [type="radio"]:checked + label:before{ border-color:#d74144; }
.avail-pos-lt-sec [type="radio"]:checked + label:after,
.avail-pos-lt-sec [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 23px;
    height: 23px;
    background: #d74144;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin-left:-45px;
}
.avail-pos-lt-sec [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.avail-pos-lt-sec [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.avail-pos-lt-sec label{
  font-size: 24px;
  font-weight: bold;
  line-height: normal !important;
  letter-spacing: normal;
  color: #242424;
}
.avail-pos-lt-sec [type="radio"]:checked + label{ color:#d74144; }
.avail-pos-lt-sec .p-font-18 {
    font-size: 18px;
    color: #242424;
	margin:0px 0px 15px;
}
.radio-custom-btn {
    padding: 20px 0 20px 45px;
	border-bottom:1px solid #e4e4e4;
}
.recreation-row {
    align-items: center;
    padding: 30px 0;
}
.recreation-wrap{ padding:50px 0; }
.recreation-row:nth-child(even) .recreation-lt-sec{ order:2; }
.recreation-row:nth-child(even) .recreation-lt-sec .our-service-lt-img{ padding:0 0 0 40px; }
.recreation-row:nth-child(even) .our-serv-frm-sec{ order:1; }
.recreation-row p {
    margin: 0;
}
.disc-list li, .disc-list li a{
  font-family: 'PT Sans', sans-serif;
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2d353e;
}
.disc-list li{ list-style:disc;  line-height: 2.1; }
.weekend-r-acti-sec{ padding:65px 0; }
.weekend-r-acti-sec .row{ align-items:center; }
.image-content-row{ padding:60px 0; background:#f9f9f9; }
.image-content-row:nth-child(even){
    background:#fff;
}
.image-content-row .emp-content-sec{
    padding-left: 100px;
}
.image-content-row:nth-child(even) .emp-content-sec{  padding:0 100px 0 15px; }
.image-content-row:nth-child(even) .emp-img-sec{ order:2; }

.image-content-row ul li{
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
  color: #d74144;
  list-style:disc inside;
}
.image-content-row ul li a{ color:#d74144; }
.image-content-row .row{ align-items:center; }
.emp-sec-2{
    padding: 20px 0 60px;
	position:relative;
}
.emp-sec-2 .row{ align-items:center; }
.emp-sec-2:before{ position:absolute; right:0; top:0; width:60%; height:100%; background:#f9f9f9; content:""; z-index:-1; }
.emp-sec-2 .bi-logo-col{ padding-bottom:15px; }
.emp-btn-sec{ margin-top:35px; }
.emp-btn-sec .btn{ min-width:207px; }
.emp-sec-2 .owl-carousel .owl-stage{display:flex; align-items:center;}

.resource-wrap .heading-level-3{ font-size:35px; }

.residential-row{ background:#fff; }
.residential-row:nth-child(even){ background:#f9f9f9; }
.ind-supp-serv-sec {
    background: #fff;
}
.residential-content-wrap{ padding:70px 0 30px; }
.residential-content-wrap .our-value-bx{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background:#0f3d73;
  border-radius:6px;
  padding:25px;
  height:153px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.residential-content-wrap .our-value-col{
    padding: 15px;
}
.residential-content-wrap .our-value-col:nth-child(2) .our-value-bx, .residential-content-wrap .our-value-col:nth-child(6) .our-value-bx{ background:#2d353e; }
.residential-content-wrap .our-value-col:nth-child(3) .our-value-bx, .residential-content-wrap .our-value-col:nth-child(4) .our-value-bx{ background:#d74144; }
.ind-supp-serv-sec .emp-img-sec {
    order: 2;
}
.ind-supp-serv-sec .emp-content-sec {
    padding-left: 15px;
    padding-right: 100px;
}
textarea.form-control-1 {
    height: 154px;
    resize: none;
}
.past-events-wrap .white-p-box:hover figure{ overflow:hidden; }
.past-events-wrap .white-p-box:hover figure img{ transform:scale(1.2); transform:all 0.5s ease-in-out; }
.apply-frm-wrp{ border-bottom:1px solid #ebebeb; }
.our-team-sec-1 {
    padding: 60px 0 40px;
}
.board-text-col{ padding:25px; text-align:center;}
.board-text-col p{ margin:0px; font-weight:700; line-height:normal; }
.board-text-col figure img{ max-width:116px; border-radius:50%; display:block; margin:0 auto; }
.executive-position{ font-size:18px; text-transform:uppercase; color:#d74144; }
.not-fond--wrap{ padding:60px 0; }
.not-fond--wrap p a{ text-decoration:underline; }
.not-fond--wrap .title-404{
  font-size: 100px;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 4px;
  text-align: center;
  color: #242424;
  position:relative;
  padding-bottom:40px;
  margin-bottom:30px;
  text-transform:uppercase;
}
.not-fond--wrap .title-404:before{ position:absolute; content:""; background:#d74144;  height:3px; left:50%; margin-left:-40px; width:80px; bottom:0; }
.moretext-1, .moretext-2, .moretext-3 {
  display: none;
}

.th-logo-brand-icon{ margin-bottom:40px; }
.th-logo-brand-icon img {
    max-width: 332px;
}
.thankyou-wrap .title-404{ font-size:60px; }

.hero-wrap .mobile-slide-image{ display:none; }
.m-contact-img{ display:none; }
.close-txt-btn{
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
  text-decoration:underline;
  margin-top:10px;
} 
.apply-frm-wrp br {
    display: none;
}
.wpcf7-not-valid-tip{ display:none !important; }
.wpcf7-not-valid{ border-color:#dc3232 !important; }
.available-positions-wrap p{ font-size:18px; }
.apply-now-sec p:empty, .apply-now-sec br, .wpcf7-form br, .wpcf7-form p:empty{ display:none; }
.hero-wrap.blog-hero .hero-lt-sec{ padding-top:0px; }
.b-t-box{display:none;}
.b-t-box.display {
	display: inline-block;
}
.white-p-box figure img{ width:100%; }
.single .hero-wrap .item {
    background-size: 50% !important;
    height: 480px;
    background-position: center right !important;
}
.black-color{ color:#000 !Important; }
.single .hero-wrap .item:before{ display:none; }
.single-blog-sidebar .white-p-box.b-featrued-bx {
    padding: 0 0 20px;
    box-shadow: none;
}
.single-blog-sidebar .white-p-box figure {
    margin: 0 0 10px;
}
.single-blog-sidebar .white-p-box .post-title{ margin-bottom:10px; }
.single-blog-wrap{
    padding: 40px 0;
}
.newsletter-frm p {
    margin: 0;
}
.photo-album-wrap .ngg-galleryoverview {
    display: flex !important;
    flex-wrap: wrap;
    margin:0px;
}
.photo-album-wrap .ngg-galleryoverview .ngg-gallery-thumbnail-box{
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.photo-album-wrap .ngg-galleryoverview.default-view  .photo-album-wrap .ngg-gallery-thumbnail a, .photo-album-wrap .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img, .photo-album-wrap .ngg-galleryoverview.default-view .ngg-gallery-thumbnail{ height:100%; }
.photo-album-wrap .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img{ margin:0 !important; border-radius:6px; }
.photo-album-wrap .ngg-galleryoverview.default-view .ngg-gallery-thumbnail{ padding-bottom:20px; }
.mec-container .widget {
    display: none;
}
.mec-event-list-standard .mec-event-title, .mec-calendar .mec-event-article .mec-event-title{font-family: 'PT Sans', sans-serif !important; }
.mec-container p, .mec-container {font-family: 'PT Sans', sans-serif !important;}
.mec-container .mec-event-article .mec-event-image{ width:120px; }
.mec-container .mec-event-article .mec-event-image img{ height:120px; object-fit:cover; }
.mec-start-time {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #767676;
    font-family: 'PT Sans', sans-serif !important;
}
.header-search-bar{
position:fixed;
left:0;
top:-100%;
transition:all 0.5s ease-in-out;
width:100%;
padding:20px 0;
}
.header-search-bar .close-search-btn {
    max-width:18px;
    position: absolute;
    right:20px;
    top: 0;
}
.header-search-bar label{ width:100%; }
.header-search-bar input.search-field {
    padding: 10px 120px 10px 20px;
    width: 100%;
    font-family: 'PT Sans', sans-serif !important;
    color:#000;
    border:1px solid #d74144;
    border-radius:6px;
}
.header-search-bar.show-head-search{
top:0px;
}
.header-search-bar .search-form {
    max-width: 700px;
    margin: 0 auto;
    position:relative;
}
.header-search-bar {
    background: #0f3d73;
    display: flex;
    align-items: center;
}
.header-search-bar .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #d74144;
    color: #fff;
    padding: 10px 20px 12px;
    border-radius: 0 4px 4px 0;
}
.header-search-bar .screen-reader-text{ display:none; }
.mec-container h1{
    font-family: 'PT Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: normal;
    color: #242424;
	margin-bottom:30px;
	text-align:center;
}
.wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.accomplished-wrap .sec-head-1{ margin-bottom:35px; }
.row.acc-col-row .acc-col {
    padding: 15px;
}
img[src=""] {
   display: none;
}
.our-serv-frm-sec iframe {
    width: 100%;
   
}
.wpcf7-response-output {
    color: red;
}
.home-donate-wrap .row {
    align-items: center;
}
body #asl-storelocator.container.storelocator-main.asl-p-cont.asl-template-0{ max-width:100% !important; }
.recent-update-wrap.past-events-wrap.grey-bg.events-gallry-wrap {
    background: #fff;
    padding: 60px 0 30px;
}
section.recent-update-wrap.past-events-wrap.grey-bg.events-gallry-wrap:before{ display:none; }
.com-event-slider .white-p-box figure{max-height:none;}
.newsletter-frm-wrap {
    text-align: center;
    padding: 50px 0;
}
#newsletter-frm button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
	z-index:1;
}
#newsletter-frm .modal-body{ padding-top:2rem; }
.board-text-col p + p +p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
}
.r-act-btn-sec {
    text-align: center;
    margin-top: 40px;
}
.our-prog-bt-sec:before{display: none;}
@media(max-width:1400px){
.hero-wrap .brand-icon{ max-width:137px; }
.heading-level-1{ font-size:55px; }
.heading-level-2{ font-size:50px; }
.heading-level-3{ font-size:40px; }
.heading-level-4{ font-size:26px; }
.heading-level-5{ font-size:20px; }
.p-18{ font-size:16px; }
p{ font-size:18px; }
.hero-wrap .heading-level-2:before {
    left: 80px;
    width: 60px;
}
.hero-lt-sec p {
    font-size: 20px;
    padding-left: 40px;
}
.hero-blue-content-bx .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.hero-wrap .item{ height:490px; }
.hero-blue-content-bx p{ font-size:14px; }
.h-our-mission-wrap .h-our-mission-lt-sec{ padding-right:5%; }
.acc-col-row .acc-bx p{ font-size:20px; }
.white-p-box .post-title{ font-size:18px; }

.home-contact-sec .home-ct-inner-sec {
    padding: 30px 30px 30px 52%;
}

}
@media(max-width:1199px){
.heading-level-1{ font-size:50px; }
.heading-level-2{ font-size:40px; }
.heading-level-3{ font-size:30px; }
.heading-level-4{ font-size:24px; }
.heading-level-5{ font-size:18px; }
.header .navbar li a {
    padding: 13px 30px 14px;
}
.header .navbar li{ font-size:16px; }	
.btn{ font-size:16px; }
.h-our-mission-wrap, .accomplished-wrap, .our-programs-wrap, .recent-update-wrap, .h-testimonial-wrap, .home-map-sec, .insta-wrap, .photo-album-wrap, .blog-vid-wrap, .event-calendar-wrap, .our-service-wrap{ padding:50px 0; }
.hero-wrap .item{ height:408px; }
.hero-wrap .item:before{ right:54.5%; }
.hero-blue-content-bx{ width:58%; }
.inner-hero-wrap{ height:280px; }
.pagination-nav .pagination-lg .page-link{ font-size:16px; }
.blog-vid-wrap iframe {
    height: 275px;
}
.donation-frm-sec label{ font-size:18px; }
.form-control{ font-size:18px; }
.donation-frm-wrap{ padding:40px 0; }
.o-prog-bx .heading-level-5{ margin-top:0px; }
.rt-white-arrow-btn{ font-size:16px; }
.o-prog-bx:hover .heading-level-5{ margin-bottom:5px !important; }
.faq-wrap{ padding:40px 0; }
.our-service-lt-img{ padding-right:0px; }
.our-serv-frm-sec label, .form-control-1{ font-size:16px; }
.our-serv-frm-sec .col-md-6 {
    padding-top: 15px;
}
.weekend-r-acti-sec{ padding:50px 0; }
.disc-list li, .disc-list li a{ font-size:20px; }
.recreation-row:nth-child(even) .recreation-lt-sec .our-service-lt-img{ padding:0px; }
.recreation-wrap{ padding:30px 0; }
.available-positions-wrap {
    padding: 50px 0;
}
.avail-pos-lt-sec label{ font-size:20px; }
.avail-pos-lt-sec .p-font-18{ font-size:16px; }
.file-upload-label{ font-size:16px; }
.image-content-row .emp-content-sec{ padding-left:15px; }
.image-content-row:nth-child(even) .emp-content-sec{ padding-right:15px; }
.image-content-row{ padding:40px 0; }
.ind-supp-serv-sec .emp-content-sec{ padding-right:15px; }
.executive-position{ font-size:14px; }
.our-team-sec-1{ padding:40px 0 30px; }
.board-text-col{ padding:15px; }

}
@media(max-width:991px){
.header #bs-navbar {width:100%;position:fixed;left:0;top:-100%;height:100%;display:flex;align-items:center;transition:all 0.5s ease-in-out;}
.header #bs-navbar.slide-menu{ top:0; background:#194056; }
.header .navbar-header {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -15px;
}

.header .navbar-nav{ width:100%; text-align:center; }
.menu-btn img{ width:30px; }
.navbar-header a img:last-child, .navbar-header.active-menu a img:first-child{width:0px; transition:all 0.5s ease-in-out; }
.navbar-header.active-menu a img:last-child{ width:30px; }
.header .col-sm-6 {position: absolute;top:14px;right:15px;}
.header .navbar li:last-child {
    padding-right: 0;
}
.header.fixed-header .navbar li, .header .navbar li{
    font-size: 18px;
    padding: 10px 0;
	display:block;
	margin:0px;
}
.header .brand img{ max-width:none; height:50px; }
.top-header ul li{ padding:0 5px; }
.top-header ul.top-menu li {
    padding: 0 20px 0 0;
}
.top-header ul.top-menu li:last-child{ padding-right:0px; }

.top-footer .f-menu{ padding-left:50px; }
.top-footer .f-menu-col-2 ul.f-menu{ padding-left:70px; }
footer p{ font-size:14px; }
.bottom-footer{ padding:10px 0; }
.insta-wrap .insta-blue-head{ padding:30px 20px; }
.home-contact-sec .home-ct-inner-sec {
    padding:40px;
    background-image: none !important;
	text-align:center;
}
.home-contact-sec p{ font-size:16px; }
.sec-head{ margin-bottom:40px; }
.slider-red-btn .owl-nav {
    position: static;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.testimonial-slider{ padding:30px; }
.sec-head p {
    margin: 0;
}
p{ font-size:16px; }
.map-btn-sec{ margin-top:30px; }
.slider-red-btn .owl-nav{ margin-top:15px; }
.newsletter-frm .btn {
    width: 130px;
    height: 51px;
}
.newsletter-wrap .form-control-w {
    padding-right: 140px;
}
.rt-white-arrow-btn, .rt-arrow-btn{ font-size:16px; }
.canvas {
    padding-top: 124px;
}
.h-our-mission-wrap .h-our-mission-lt-sec{ padding:0 15px; }
.hero-wrap .item {
    background-size: cover !important;
}
.hero-wrap .item:before{ background:rgba(15, 61, 115, 0.76); width:100%; height:100%; top:0; left:0; }
.hero-blue-content-bx .container, .hero-blue-content-bx { position:relative; z-index:1; }
.hero-blue-content-bx {
    position: relative;
    background: none;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 15px;
    display: block;
    max-width: 720px;
    margin: 0 auto;
	
}
.hero-wrap .heading-level-2{ color:#fff; }
.hero-lt-sec p{ color:#fff; }
.hero-wrap .hero-lt-sec {
    padding-right: 15px;
    width: 100%;
    text-align: center;
}
.hero-wrap .container{ position:relative; z-index:1; }
.hero-wrap .brand-icon{ margin-left:0px; }
.hero-wrap .heading-level-2:before{ left:136px; }
.hero-wrap .item{ padding:50px 0; }
.hero-wrap .hero-lt-sec{ padding-top:0px; }
.hero-blue-content-bx p {
    margin-bottom: 15px;
}
.hero-wrap .heading-level-2:before{ display:none; }
.hero-wrap .brand-icon{ float:none; }  
.hero-wrap .brand-icon {
    width: 100%;
    float: none;
    text-align: center;
    max-width: 100%;
    display: block;
}
.hero-wrap .brand-icon img {
    max-width:90px;
    margin: 0 auto;
}
.hero-wrap .heading-level-2 {
    padding: 0 0 20px;
    margin-bottom: 0;
}
.hero-wrap .owl-dots {
    bottom:20px;
    right: 0;
    width: 100%;
    text-align: center;
}
.hero-wrap .item{ height:auto; }
.hero-lt-sec p {
    font-size: 16px;
    padding-left: 0;
}
.inner-hero-wrap{ height:220px; }
.heading-level-6{ font-size:18px; }
.radio-checkbox-row .radio-custom + .radio-custom-label{ width:90px; }
.donation-frm-sec label{ margin:5px; }
.donation-frm-sec label{ text-align:left; }
.donation-thanku-modal .modal-content{ background-size:55% !important; height:298px; }
.m-brand-icon img{ max-width:118px; }
.heading-lg{ font-size:40px; }
.donation-thanku-modal .modal-body{ width:53%; }
.accordion-button{ font-size:22px; padding:10px 0; }
.accordion-button::before{ font-size:34px; }
.faq-wrap p{ text-align:left; font-size:16px; line-height:1.7; }
.recreation-row .heading-level-3{ margin-bottom:20px; }
.recreation-row{ padding:20px 0; }
.sec-head-1 {
    margin-bottom: 35px;
}
.emp-sec-2:before{ display:none; }
.resource-wrap .heading-level-3{ font-size:28px; }
.not-fond--wrap .title-404{ font-size:80px; }
.thankyou-wrap .title-404{ font-size:40px; }
.header .head-donate-btn {
    display: block;
    position: absolute;
    right: 60px;
    top: -16px;
    font-size: 14px;
    padding: 6px 30px 8px;
}
.header .navbar li:hover ul.sub-menu {
    display: block;
    position: static;
    text-align: center;
}
}
@media(max-width:767px){
.canvas {
    padding-top:149px;
}
.newsletter-frm .btn {
    width: 160px;
    position: static;
}
body{ text-align:center; }
p, address{ font-size:18px; }
.header .col-sm-6 {position:absolute;top:14px; right:0;}
.header .white-btn{ margin-top:10px; width:100%; }
.top-header .top-rt-header ul {
    padding:0;
	display:block; 
}

.top-header ul.top-menu {
    display: none;
}
.top-header { 
    padding:5px 0 0;
}
.hero-wrap .item{ background:none !important; padding-top:30px; }
.hero-wrap .hero-lt-sec{ padding-bottom:30px; }
.hero-wrap .mobile-slide-image{ display:block; }
.canvas{ padding-top:109px; }
.top-header ul li:first-child{ float:left; padding-top:2px; }
.hero-lt-sec p{ font-size:20px; }
.brand {
    text-align: left; 
}
.top-header .top-rt-header ul li:first-child a {
    padding-left: 10px;
}
.hero-blue-content-bx .btn{ width:100%; }
.top-footer .f-menu{ padding-left:0px; padding-top:15px; }
.top-footer .f-menu-col-2 ul.f-menu{ padding-top:0px; padding-left:0px; }
footer .text-right {
    text-align: center;
}
.newsletter-wrap .heading-level-4{
    margin-bottom: 20px !important;
	font-size:20px;
}
.o-prog-bx .rt-white-arrow-btn{ margin:0px; }
.o-prog-bx .heading-level-5{ margin-bottom:5px !important; margin-top:0; }
.sec-head-1{ margin-bottom:30px; }
.our-programs-wrap .o-prog-col {
    padding: 8px 15px;
}
.accomplished-wrap .acc-col {
    padding: 8px 15px;
}
.insta-wrap .ig-col{ padding:8px 15px; }
.h-our-mission-wrap .h-our-mission-lt-sec {
    padding:15px 15px 0;
}
.heading-level-1{ font-size:40px; }
.heading-level-2{ font-size:34px; }
.heading-level-3{ font-size:26px; }
.recent-update-slider .item{ padding-bottom:0px; }
.photo-album-col {
    padding: 8px 15px;
}
.blog-wrap .blog-tumb{ padding:8px 15px; }
.scrollbar {
    height: 280px;
    padding-left:20px;
}
.radio-custom + .radio-custom-label:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
	padding:0px;
}
.radio-checkbox-row{ display:block; }
.radio-checkbox-row .radio-custom + .radio-custom-label{ width:100%; margin:10px 0; }
.donation-frm-sec label{ font-size:16px; }
.donation-frm-sec .radio-checkbox-row label{ font-size:20px; }
.donation-frm-wrap .heading-level-3{ margin-bottom:20px; }
.radio-custom:checked + .radio-custom-label:before{ font-size:14px; }
.form-control{ font-size:16px; }
.donation-frm-sec .input-sm {
    max-width: 40%;
    margin-bottom: 20px;
}
.donation-frm-sec .divider{ width:20%; }
.donation-frm-sec .save-text{ font-size:16px; }
.checkbox-custom + .checkbox-custom-label:before{ width:24px; height:24px; padding:1px; }
.h-our-mission-wrap p:last-child{ margin-bottom:0px; }
.businees-sidebar {
    padding-right: 15px;
    padding-bottom: 30px;
}
.business-brand{ margin-bottom:30px; }
.businees-sidebar p{ margin-bottom:15px; }
.p-font-18 p {
    font-size: 16px;

}
p{ margin-bottom:15px; line-height:1.7; }
.donation-thanku-modal .modal-content {
    background-size: cover !important;
}
.donation-thanku-modal .modal-body {
    max-width: 100%;
    padding:8px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.donation-thanku-modal .heading-level-4{ font-size:20px; }
.donation-thanku-moda .btn.red-btn.rt-arrow {
    padding-left: 15px;
    padding-right: 15px;
}
.accordion-button{ font-size:20px; }
.our-service-wrap .form-group{ margin:0px; }
.input-checkbox .wpcf7-list-item-label:before{ padding:14px; }
.input-checkbox{ margin:0px; }
.input-checkbox input:checked + .wpcf7-list-item-label:after {
    left: 12px;
    width: 9px;
    height: 16px;
}
.full-w-label{ padding-top:15px; }
.our-serv-frm-sec .btn{ margin-top:20px; }
.recreation-row:nth-child(even) .recreation-lt-sec{ order:1; }
.recreation-row .our-serv-frm-sec{ padding-top:30px; }
.disc-list li{ list-style:disc inside; }
.weekend-r-acti-sec ul {
    padding-top: 20px;
}
.weekend-r-acti-sec .col-md-3{ order:2; }
.disc-list li, .disc-list li a{ font-size:18px; }
.radio-custom-btn{ text-align:left; }
.avail-pos-lt-sec [type="radio"]:checked + label:before, .avail-pos-lt-sec [type="radio"]:not(:checked) + label:before{ width:24px; height:24px; }
.avail-pos-lt-sec [type="radio"]:checked + label:after, .avail-pos-lt-sec [type="radio"]:not(:checked) + label:after{ width:16px; height:16px; }
.avail-pos-lt-sec label{ font-size:18px; }
.avail-pos-lt-sec [type="radio"]:checked + label:before, .avail-pos-lt-sec [type="radio"]:not(:checked) + label:before, .avail-pos-lt-sec [type="radio"]:checked + label:after, .avail-pos-lt-sec [type="radio"]:not(:checked) + label:after{ margin-left:-35px; }
.radio-custom-btn{ padding-left:35px; }
.heading-level-3{ margin-bottom:20px; }
.sec-head .heading-level-3, .sec-head-1 .heading-level-3{ margin-bottom:0px; }
.our-service-wrap .our-service-lt-img{ padding-bottom:25px; }
.image-content-row .emp-img-sec{ padding-bottom:20px; }
.newsletter-wrap .text-right {
    text-align: center !important;
}
.image-content-row:nth-child(even) .emp-img-sec{ order:1; }
.image-content-row:nth-child(even) .emp-content-sec, .image-content-row .emp-content-sec{ order:2; }
.image-content-row .emp-img-sec {
    padding-bottom: 20px;
}
.image-content-row p:last-child{ margin-bottom:0px; }
.th-logo-brand-icon img {
    max-width: 200px;
}
.testimonial-slider:before, .testimonial-slider:after{ display:none; }
.insta-wrap figure img{ width:100%; }
.hero-wrap .container {
    max-width: 100%;
}
.hero-wrap .item{ display:block; }
.hero-wrap .item:before{ display:none; }
.hero-blue-content-bx {
    background: rgba(15, 61, 115, 0.76);
}
.hero-wrap .heading-level-2, .hero-lt-sec p{
    color: #000;
    display: block;
}
.hero-wrap .owl-dots{ bottom:10px; }
.hero-wrap .brand-icon{ max-width:auto; }
.hero-wrap .heading-level-2 {
    display: flex !important;
    justify-content: center;
    text-align: left;
}
.hero-wrap .brand-icon {
    max-width: none;
    width: auto;
}
.hero-wrap .brand-icon img {
    max-width: 130px;
    margin: 0 auto;
}
.accomplished-wrap .acc-col {
    padding: 8px 15px;
    max-width: 33.33%;
}
.acc-col-row .acc-bx .acc-icon-image {
    max-width: 30px;
    right: 10px;
    top: 10px; 
}
.acc-col-row .acc-bx {
    padding:45px 0 15px 7px;
    text-align: left;
}
.acc-col-row .acc-bx p {
    font-size: 12px;
}
.acc-col-row .acc-bx .heading-level-1{ font-size:28px; }
.o-pro-c-sec{ text-align:left; }
.btn{ width:100%; }
.header .head-donate-btn{ width:auto; }
.form-control-w{ font-size:16px; }
.newsletter-frm .btn{ height:48px; }
.m-contact-img{ display:block; margin:-40px -40px 25px; }
.map-w-sec{ text-align:left; }
.home-donate-wrap{ text-align:left; }
.home-donate-wrap .lt-btm-border:before{ left:0; margin-left:0; }
.home-donate-wrap p{ margin-bottom:25px; }
.white-p-box{ text-align:left; }
.white-p-box .post-title{ font-size:16px; }
.o-prog-bx figure img{ width:100%; }
.hero-wrap .heading-level-2{ padding-bottom:0px; }
.hero-lt-sec p{ padding-top:20px; }
.hero-blue-content-bx{ text-align:left; }
.slider-red-btn.m-slider-btn .owl-nav button{
    width: 30px;
    height: 30px;
    background:#f8e5e5 !important;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50% !important;
}
.slider-red-btn.m-slider-btn .owl-nav button span{ color:#d74144; }
.slider-red-btn.m-slider-btn .owl-nav, .h-testimonial-wrap .slider-red-btn .owl-nav {
    right: 0;
    top: 50%;
    width: 100%;
    position: absolute;
    margin-top: -15px;
	display:block;
}
.slider-red-btn.m-slider-btn .owl-nav button.owl-prev{ float:left; margin-left:-50px; }
.slider-red-btn.m-slider-btn .owl-nav button.owl-next{ float:right;  margin-right:-50px; }
.slider-red-btn.m-slider-btn{
    width: calc(100% - 100px);
	margin:0 auto; 
}
.hero-wrap .heading-level-2:before{ display:block; }
.hero-wrap.inner-hero .heading-level-2:before {
    left: 50%;
    margin-left: -30px;
}
.hero-wrap.inner-hero .heading-level-2{ text-align:center; }
.hero-wrap .heading-level-2{ padding-bottom:25px; } 
.hero-wrap .hero-lt-sec.h-lt-sec .heading-level-2{ width:280px; margin:0 auto; padding-bottom:15px; }
}
@media(max-width:575px){
	.header .navbar-header {
    margin-top:-42px;
}

.top-footer .f-menu {
    padding-left: 0;
    padding-top: 15px;
}
.top-footer .f-menu-col-2 ul.f-menu {
    padding-left: 0;
	padding-top:0px;
}
 
.top-header ul.top-menu li {
    padding: 0 10px 0 0;
}
.top-footer{ padding:30px 0; }
.map-w-sec .brand-sec img{ margin-bottom:20px; max-width:100px; }
.map-w-sec{ padding:20px; margin-top:20px; }
p, address{ font-size:16px; }
.lt-btm-border {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.lt-btm-border:before {
    width: 60px;
    height: 3px;
    margin-left: -30px;
	left:50%;
}
.header .head-donate-btn{ top:-42px; }
.acc-col-row .acc-bx p{ font-size:9px; }
.acc-col-row .acc-bx .heading-level-1{ font-size:24px; }
.apply-frm-wrp .input-checkbox .wpcf7-list-item{ width:100%; }
}