html {
	font-family: 'Roboto', sans-serif;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  color:#32394a;
  background:#fff;
  overflow-x:hidden;
}
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
audio,
canvas,
progress,
video,a,span {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, /* 1 */
[hidden] {
  display: none;
}
a,button {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.4s ease;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1,h2,h3,h4,h5 {
  margin: 0 0 15px;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,i ,a,span{
  border-style: none;
  transition: all 0.4s ease;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 
a {color:#18213c;}
a:hover {color:#096fb0; text-decoration:none;}
/******** Start Home Page CSS **********************************************************/
a.btnCommon  {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 10px; 
	width: auto;
}
a.btnCommon:hover, a.btnCommon:focus {
	background: #000;
	color: #fff;
}
.topBlock {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.SearchBlk {
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,.80);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition-duration: .5s;
	z-index: -99;
	display: flex;
	align-items: center;
	text-align: center;
	height: 0;
	overflow: hidden; 
	padding:15px;
}
.SearchBox {
	max-width: 500px;
	width: 100%;
	margin: auto;
	position: relative;
}
.SearchBox a {
	margin-bottom: 25px;
	border: 0 !important;
	padding: 0 !important;
}
.SearchBox a:hover,.SearchBox a:focus {
	background:transparent;
}
.CloseSearch {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	transition-duration: .3s;
	cursor: pointer;
	z-index: 999;
}
.CloseSearch span {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	transition-duration: .3s;
}
.SearchBox i {
	width: 30px;
	font-size: 27px;
	position: absolute;
	left: 21px;
	bottom: 17px;
	cursor: pointer;
	color: #f15a23;
	display: block;
}
#searchsubmit {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 65px;
	padding: 0;
}
.CloseSearch:hover span {
	transform: rotate(180deg);
	color: #f15a23;
}
.SearchBox i:hover {
	color: #000;
}
.SearchBox input {
	width: 100%;
	background: #fff;
	border: none;
	box-shadow: 0 0 15px 0 #d1cfcf;
	height: 60px;
	border-radius: 50px;
	padding-left: 70px;
	padding-right: 60px;
	outline: 0;
	color: #333;
	font-size: 16px;
}
 
.FadeEffect {
	opacity: 1;
	z-index: 9999;
	height: 100%;
}
.topBar {
	text-align: right;
	padding: 25px 0 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 80%;
	margin: 0 30px 10px auto;
	border-bottom: 1px solid #656564;
}
#menu-top-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-top-menu li{
	position:relative;
}

#menu-top-menu li:first-child::before {
	content: "";
	background: url(../images/phone.png) center center / 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -15px;
	top: 2px;
}
.topBar a {
	color: #f1f1f1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 13px;
}
.topBar a:hover,.topBar a:focus  {
	color: #f15a23;
}
.topBar a.serchBtn {
	color: #f15a23;
	font-size: 16px;
	margin-left: 20px;
	padding: 0;
}
.topBar a.serchBtn:hover {
	color: #fff; 
}
.topBar .socialIcons {
	text-align: center;
	margin-top: 0;
}
.topBar .socialIcons a {
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 14px;
	border-radius: unset;
	text-align: center;
	color: #fff;
	margin-left: 20px;
}

.topBar .socialIcons a:hover, .topBar .socialIcons a:focus {
	border: 0px solid #fff; 
	background: transparent;
	color: #f15a23; 
}

.navbar-brand {
	margin-top: -55px;
}
.navigation ul.dropdown li a {
	padding: 7px 0 4px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 26px;
	border-bottom: 3px transparent solid;
}
.navigation ul.dropdown li a:hover, .navigation ul.dropdown li a:focus {
	color:#fff; 
	text-decoration:none;
	border-bottom: 3px #f15a23 solid;
}
.navigation .widget.shailan-dropdown-menu-widget {
	margin-left: auto;
}
.navigation ul.dropdown > li:last-child a {
	margin-right: 15px;
}
.extActions a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 15px;
	background: #f15a23;
	border-radius: 5px;
	width: auto;
	margin-left: 5px;
}
.extActions a.applyBtn {
	background: #096fb0;
}
.extActions a:hover, .extActions a:focus {
	background: #000;
	color: #fff;
}
.mainBanner, .inner-banner {
	position: relative;
}
.inner-banner {
    max-height:459px;
    overflow:hidden;
}
.inner-banner picture {width: 100%; bottom:0;}
.mainBanner img, .inner-banner img{
	width: 100%;
	height:auto;
	display:block;
}
.mainBanner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.20);
	z-index: 1;
}
.carousel-caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10; 
	color: #fff;
	text-align: left;
	max-width: 1200px;
	margin: auto;
	z-index: 2;
}
.caption_box {
	max-width: 550px;
	padding:0 30px;
}
.inner-caption {
    position: absolute;
	bottom: 50px;
	left: 0;
	padding:0 30px;
}
.inner-caption h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
}
.inner-caption p {
    font-size: 48px;
    color: #FFF;
    font-family: 'Roboto Condensed';
    line-height: 50px;
}
.caption_box h2 {
	color: transparent;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px; 
    font-weight: 700; 
	margin:0 0 10px; 
	line-height: 50px;
	color: #fff;
}  
.caption_box p {   
	line-height: 32px;
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    max-width: 400px;
} 
.scrollTop {
	max-width: 150px;
	position: absolute;
	bottom: 30px;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-weight: 500; 
	font-size: 14px;  
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
.scrollTop:hover {
	color: #fff;
}
.scrollTop:hover i {
	color: #000;
	background-color: #fff;
	transition: all 0.4s ease;
}
.scrollTop i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	display: block;
	background: #000;
	margin: 5px auto 0;
	border-radius: 50%;
}
.togtherWeCan {
	background: #eeebe7;
	padding: 80px 0;
}
.togtherWeCan h2 {
	color: #32394a;
    display: block;
    font-weight: 700;
    font-size: 37px;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: normal;
    max-width: 820px;
    margin: 0 auto 45px;
} 
.togtherWeCan h2 span {
	color: #f15a23;
    display: block;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
}
.weBox {
	position: relative;  
	border-radius: 25px;
	overflow: hidden; 
	margin: 30px 0;
	max-height: 350px;
}
.weBox:hover img {
	transform: scale(1.3);
}
.weBox img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.weTxt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 30px;
	color: #fff;
	text-align: center;
}
.weTxt h3 {
	color: #fff;
	display: block;
	line-height: 32px;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	max-width: 200px;
} 
.weTxt p {
	color: #ececec;     
	display: block;   
	font-weight: normal;
	font-size: 14px; 
	text-transform:none; 
	text-align:center;
	font-weight: 500;
	line-height: 22px;
}
.weTxt a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 10px;
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 160px;
}
.weTxt a:hover, .weTxt a:focus {
	background: #000;
	color: #fff;
}
.impactBlk {
	background: url('../images/impactBlk.jpg') no-repeat top center / cover;
	padding: 80px 0;
	min-height: 500px;
	text-align: center;
}
.impactBlk h2 {
	color: #fff;     
	display: block;  
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	font-size: 48px; 
	text-transform:none; 
	text-align:center; 
	line-height: normal; 
	margin: 0 auto 80px;
} 
.impactBlk h2 span {
	color: #fff;
	display: block;
	font-weight: 400; 
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-transform:uppercase; 
	margin-top: 5px;
}
.impactBlk h3 {
	color: #fff;     
	display: block;   
	font-weight: 900; 
	font-size: 30px; 
	text-transform:none; 
	text-align:center; 
	line-height: normal; 
	margin: 0 auto 0;
}
.impactBlk p {
	color: #ececec;     
	display: block;   
	font-weight: normal;
	font-size: 16px; 
	text-transform:none; 
	text-align:center;
	font-weight: 500;
	line-height: 24px;
	max-width: 165px;
	margin: 0 auto 0;
}
.supportBlk {
	position: relative;
	margin-top: -80px;
}
.supportBox {
	background: #32394a;
	min-height: 435px;
	color: #fff;
	padding: 85px 30px 50px 50px;
}
.supportBox h2 {
	color: #d1d1d1;     
	display: block;  
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	font-size: 24px; 
	text-transform:none;  
	line-height: normal; 
	margin: 0 auto 15px;
} 
.supportBox p {
	color: #ececec;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 35px;
	max-width: 450px;
}
.supportBox a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 10px; 
	max-width: 160px;
}
.supportBox a:hover, .supportBox a:focus {
	background: #000;
	color: #fff;
}
.supportBlk img {
	height: 435px;
	object-fit: cover;
	width: 100%;
}
.playVideo {
	font-size: 28px;
	width: 85px;
	height: 85px;
	line-height: 88px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	color: #000;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 8px;
}
.playVideo:hover {
	background-color: #000;
	color: #fff;
}
#videoModal .close  {
	position: absolute;
	right: -15px;
	width: 40px;
	height: 40px;
	top: -19px;
	background: #fff !important;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	float: none;
	opacity: 1;
	font-size: 36px;
	color: #f15a23;
	z-index: 999;
}
#videoModal .close:hover  {
	color: #000;
}
.goalBlk {
	padding: 80px 0;
	position: relative;
	text-align: center;
}
.goalBlk h2 {
	color: #333333;     
	display: block;   
	font-weight: 400; 
	font-size: 30px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin: 0 auto 45px;
	text-align: center;
	max-width: 930px;
} 
.goalBlk h2 span {
	color: #333333;     
	display: block;   
	font-weight: 400; 
	font-size: 20px; 
	text-transform:none;  
	line-height: 32px; 
	margin: 15px auto 0;
} 
.goalBox {
	background: #32394a;
	border-radius: 15px;
	padding: 30px 15px 10px;
	text-align: center;
	color: #fff;
	min-height: 245px;
	margin-bottom: 30px;
}
.goalBox:hover img {
	transform: scale(1.2);
}
.goalBlk h3 {
	color: #fff;     
	display: block;   
	font-weight: 400; 
	font-size: 24px; 
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;  
	line-height: normal; 
	margin: 15px auto 10px;
	text-align: center; 
} 
.goalBlk p {
	color: #fff;     
	display: block;   
	font-weight: 400; 
	font-size: 13px;  
	text-transform:none;  
	line-height: 20px;  
	text-align: center; 
} 
.goalBlk a.btnCommon {
	margin: 0 auto;
}
.newAndEvents {
	padding: 60px 0 125px;
	position: relative;
	background: #edeae6;
}
.page-id-39 .newAndEvents {
	padding: 60px 0 40px;
}
.newAndEvents h2 {
	color: #f15a23;     
	display: block;   
	font-weight: 700; 
	font-size: 36px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin: 0 auto 45px;
	text-align: center; 
} 
.newAndEvents h2 span {
	color: #333333;     
	display: block;   
	font-weight: 400; 
	font-size: 22px; 
	text-transform:none;  
	line-height: 32px; 
	margin: 5px auto 0;
} 
.newsBox {
	background: #fff;
	border-radius: 15px;
	padding: 30px 30px 90px;
	color: #fff;
	min-height: 290px;
	margin-bottom: 30px;
	position: relative;
}
.newsTop {
	display: flex;
	align-items: center;
	border-bottom: #eeebe8 1px solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.newsTop span {
	font-weight: 400; 
	font-size: 14px; 
	color: #333333; 
	display: inline-block; 
	margin-right: 35px;
}

.newsTop span:last-child { 
	margin-right: 0;
}
.newsTop span i { 
	font-size: 16px; 
	color: #f26633;  
	margin-right: 5px;
}
.newsBox p {
	font-weight: 400; 
	font-size: 17px; 
	line-height: 26px;
	color: #32394a;
	text-align: left;
	margin: 0;

}
.newsBox small {
	font-weight: 400; 
	font-size: 14px; 
	color: #32394a; 
	display: block; 
	margin-top: 5px; 
}
.newsBox  a.btnCommon {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.ourTestimonials {
	position: relative;
	margin-top: -100px;
}
.testimonialsOwl {
	background: url('../images/ourTestimonials.jpg') no-repeat top center / cover;
	padding: 120px 0;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.testimonialsOwl img{
	width: auto !important;
	margin: 0 auto 15px;
}
.testimonialsOwl .items {
	max-width: 680px;
	margin: 0 auto;
	color: #fff;
}
.testimonialsOwl p {
	font-weight: 400; 
	font-size: 20px; 
	line-height: 30px;
	color: #fff; 
	margin: 0 0 15px; 
}
.testimonialsOwl h2 {
	font-weight: 400; 
	font-size: 22px; 
	line-height: normal;
	text-transform: uppercase;
	color: #fff; 
	margin: 25px 0 0; 
}
.owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.owl-dot {
	margin: 0 7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #919691;
}
.owl-dot.active { 
	background: #fff;
}
.partnersBlk {
	position: relative;
	padding: 30px 0 0;
	background: #fff;
}
.partnerFlex {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: #e7e7e7 1px solid;
	padding-bottom: 50px;
}
.partnersBlk h2 {
	color: #32394a;     
	display: block;   
	font-weight: 700; 
	font-size: 24px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin:0 15px 0 0;
	text-align: center; 
} 
.partnersBlk h2 span {
	color: #f15a23;     
	display: inline-block;   
	font-weight: 900; 
	font-size: 24px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin: 0;
} 
.partnersBlk a {
	display: inline-block;
	margin: 0 25px;
}
.helpBlk {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background: #fff;
}
.helpBlk h2 {
	color: #32394a;     
	display: block;   
	font-weight: 700; 
	font-size: 36px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin:0 0 30px;
	text-align: center; 
} 
.helpBlk h2 span {
	color: #f15a23;     
	display: block;  
	font-size: 36px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin: 0;
} 

footer {
	background: #32394a;
	padding: 30px 0;
}
footer h2 {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 18px; 
	text-transform:uppercase;  
	line-height: normal; 
	margin: 0 0 10px;
	font-weight: 400; 
	font-family: 'Roboto Condensed', sans-serif;
}
footer h2 a{
	margin: 0 20px 0 0;
	display: inline-block;
	color: #fff;
}
footer h2 img {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}
footer p {
	color: #d7d7d7; 
	font-size: 13px;   
	line-height: normal; 
	margin: 0 0 0;
	font-weight: 400;  
}
footer p a {
	color: #d7d7d7; 
	margin: 0 3px; 
}
footer a {
	color: #878787; 
	font-size: 13px;   
	line-height: normal; 
	margin: 0 0 3px;
	font-weight: 500;  
}
.socialIcons {
	text-align: right;
	margin-top: 15px;
}
.socialIcons a {
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-left: 5px;
}
.socialIcons a:hover, .socialIcons a:focus {
	border: 2px solid #fff; 
	background: #fff;
	color: #000; 
}

.mission-block {padding:70px 15px 50px 15px;}
.mission-block h2 {color:#f15a23; font-size:24px; font-weight: 300; text-transform:uppercase;}
.mission-block h3 {font-size: 30px; font-weight: 300;}
.mission-block p, .whatwedo p, .unique p {font-size: 20px; font-weight: 300;}

.whatwedo {background:#32394a; width:100%; padding:50px 0px; min-height:455px;}
.whatwedo h2, .unique h2 {color:#f15a23; font-size:24px; font-weight: 300; text-transform:uppercase;}
.whatwedo p {color:#e8e8e8; line-height:35px; }

.profilearea {width:100%;}
.profile {
    background: #FFF;
    border-radius: 15px;
    position: relative;
    margin-top: -150px;
    -webkit-box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.75);
    box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.75);
    overflow:hidden;
}
.namearea {
    position: relative;
    left: -120px;
    background: #FFF;
    border-radius: 15px;
    padding: 25px;
    margin-top: 50px;
}
.namearea h2 {text-transform:uppercase; font-size:48px; font-weight:300; margin:0px;}
.namearea p {margin:0px; font-size:18px; font-weight:300;}
.profiletxt {
    position: absolute;
    bottom: 15px;
    padding-right: 40px;
}
.unique {padding-top:70px; margin-bottom:50px;}
.unique figure img {border-radius:15px !important; margin-top:30px;}

 

/******** Strat Media CSS **********************************************************/
@media only screen and (max-width: 1279px) {
	.topBar { 
		width: 75%; 
	}
}
@media only screen and (max-width: 1199px) {
	.profile img {
		height: 500px;
		object-fit: cover;
	}
	.namearea {
	position: relative;
	left: -120px;
	background: #FFF;
	border-radius: 15px;
	padding: 15px 25px;
	margin-top: 20px;
}
.namearea h2 {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 300;
	margin: 0px;
} 
	.goalBox { 
		min-height: 275px; 
	}
	.extActions a { 
		padding: 0 15px; 
		font-size: 13px;
	}
	.navbar-brand img {
		max-width: 150px;
	}
	.navigation .navbar-nav .nav-link { 
		margin-right: 15px; 
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px) {
	.topBar { 
		width: 72%; 
	}
	.weBox img {
		height: 330px;
		width: 100%;
		object-fit: cover;
	}
	.weTxt { 
		padding: 30px 15px; 
	}
	.supportBox { 
		padding: 30px 30px 30px 50px;
	}
	.testimonialsOwl .items { 
		padding: 0 15px;
	}
	.partnersBlk a { 
		margin: 0 10px;
	}
	.socialIcons a { 
		margin-left: 2px;
	}
	.mainBanner img {
		width: 100%;
		height: 550px;
		display: block;
		object-fit: cover;
	}
	.carousel-caption {
		bottom: 0;
		right: 0;
	}
	.caption_box {
		max-width: 100%;
		padding: 0 30px;
	}
	.extActions {
		padding-right: 60px;
	}
	.navbar-toggler {
		position: absolute;
		right: 15px;
		color: #fff;
		font-size: 15px;
		outline: 0;
	}
	.navigation .navbar-toggler-icon {
		display: inline-block;
		font: normal normal normal 20px/1 FontAwesome;
		border: 1px #fff solid;
		line-height: 38px;
		height: auto;
		width: 40px;
		padding: 0;
		border-radius: 5px;
		background: #fff;
		color: #000;
	}
	.navigation .navbar-toggler-icon::before {
		content: "\f0c9";
	}
	#navbarSupportedContent {
		position: fixed;
		background: #333;
		top: 0;
		bottom: 0;
		right: -260px;
		width: 250px;
		padding: 60px 15px 0;
		z-index: 99;
		transition: all 0.5s ease;
	}
	.navbar-collapse.show {
		right: 0px !important;
		transition: all 0.4s ease;
	}
	.closeToggle {
		position: absolute;
		z-index: 999;
		top: 15px;
		right: 15px; 
		color:#fff;
		font-size:22px;
		cursor:pointer;
	} 
	.closeToggle:hover { 
		color:#f15a23; 
	} 
	#navbarSupportedContent ul.dropdown > li {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.navigation ul.dropdown li a { 
		display: block;
		margin:0;
	}
	.navigation ul.dropdown > li:last-child a {
		margin-right: 0;
	}
	button:focus {
		outline: none !important; 
	}
	.SearchBlk { 
		background: rgba(0,0,0,.90); 
	}
	.inner-caption {
	position: absolute;
	padding: 0 15px;
	bottom: 15px;
	}
.mainBanner img, .inner-banner img {
	width: 100%;
	height: 500px;
	display: block;
	object-fit: cover;
}
.profile { 
	margin-top: -80px; 
}
.profiletxt {
	position: relative;
	bottom: unset;
	padding: 0 25px;
}
.whatwedo { 
	padding: 50px 0px 85px; 
}
.namearea { 
	left: 0; 
}
}
@media only screen and (max-width: 767px) {
.topBar {
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 10px;
}
.navbar-brand {
	margin-top: 0;
	padding: 0;
}
.navbar.navigation {
	padding-top: 0;
	padding: 0 15px;
}
.navbar-toggler { 
	right: 0; 
}
.extActions {
	padding-right: 45px;
}
.mainBanner img, .inner-banner img {
	width: 100%;
	height: 500px; 
}
.caption_box h2 { 
	font-size: 47px; 
	line-height: 47px; 
}
.inner-caption p {
	font-size: 40px; 
	line-height: 45px;
}
.caption_box {
	max-width: 100%;
	padding: 0 15px 0;
}
.caption_box p {
	margin-bottom:0;
}

.supportBox { 
	padding: 50px 30px 50px;
	min-height:auto;
}
.supportBlk img {
	height: auto; 
}
.goalBox {
	min-height: auto;
}
.partnerFlex {
	display: block; 
}
.partnersBlk h2 {
	margin-bottom: 45px;
}
.socialIcons {
	text-align: center;
	margin-top: 15px;
}
.weBox { 
	margin: 0 0 30px;
}
.weBox img {
	height: 275px; 
}
footer { 
	text-align: center;
}
footer h2 { 
	justify-content: center;
}
.topBar a { 
	padding: 0 10px;
}
.topBar .socialIcons a { 
	margin-left: 15px;
}
.profile img {
	height: auto;
	object-fit: unset;
}
}
@media only screen and (max-width: 575px) {
.impactBlk h2 { 
	margin: 0 auto 45px;
}
.impactTxt {
	margin-bottom: 30px;
}
.newAndEventsOwl {
	padding: 0 15px;
}
.topBar {
	display: block;
	text-align: center;
}
#menu-top-menu { 
	width: auto;
	justify-content: center;
	margin-bottom:5px;
}
.topBar .socialIcons { 
	display: inline-block;
}
.extActions {
	position: fixed;
	background: transparent;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0; 
	padding: 0;
	z-index:1000;
}
.extActions a {
	padding: 0 15px;
	font-size: 13px;
	width: 50%;
	float: left;
	margin: 0;
	border-radius: 0;
}
footer {
	background: #32394a;
	padding: 30px 0 65px;
}
footer h2 a:last-child {
	margin: 0;
}
.carousel-caption {
	bottom: 0;
}
}
@media only screen and (max-width: 400px) {
.topBar a {
	padding: 0 5px;
	font-size: 12px;
}
.carousel-caption {
	bottom: 0;
}
}
/******** End Media CSS **********************************************************/

.inner-content {}
.inner-content h2 { font-size:22px; color:#f15a23; text-transform: uppercase; font-weight: 400;}
.inner-content .c-accordion__item {border-bottom:1px solid #efefef; margin-bottom:20px;}

.right-form {
    border-radius: 15px;
    background: #f7f7f7;
    padding: 40px;
    padding-bottom: 0px;
}

.right-form h2{ margin-bottom:6px; text-transform: uppercase; font-weight: 400;}

.right-form input, select, textarea {
    border:none;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    width:100%;
    border-radius:5px;
    padding-left: 10px;
    padding-right: 10px;
}
.right-form label, .right-form span { width:100%;}
.right-form label {margin-bottom:16px;}
.right-form input, select {height:40px;}
.right-form textarea {height:80px;}
.right-form input[type=submit]  {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 5px; 
	width: auto;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    position:relative;
}
.right-form input[type=submit]:hover {
	background: #000;
	color: #fff;
	box-shadow:none;
	top:3px;
}

.page-id-132 .table td, .page-id-132 .table th {padding:0px; border:1px solid #f8f8f8; text-align:center;}
.page-id-132 .table td img, .page-id-132 .table th img {max-width:100%; height:auto;}
.page-id-132 .table td img:hover, .page-id-132 .table th img:hover {transform: scale(0.9);}

.page-id-30, .news-template-default, .blog,  .single-post, .archive {background: #edeae6;}
.page-id-30 .inner-banner picture, .news-template-default .inner-banner, .blog .inner-banner, .single-post .inner-banner, .archive .inner-banner { display:none;}
.page-id-30 .inner-banner, .news-template-default .inner-banner, .blog .inner-banner { text-align:center; padding-top: 50px;}
.page-id-30 .topBlock, .news-template-default .topBlock, .blog .topBlock,  .single-post .topBlock, .archive .topBlock {background: #31394a; position: inherit;}
.page-id-30 .inner-banner .inner-caption, .news-template-default .inner-banner .inner-caption, .blog .inner-banner .inner-caption {position:inherit; width: 100%;}
.page-id-30 .inner-caption p, .news-template-default .inner-caption p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #32394a;
}
.page-id-30 .inner-caption h1, .news-template-default .inner-caption h1, .blog .inner-caption h1, .blog h1, .archive h1 {
    font-size: 48px;
    font-family: 'Roboto Condensed';
    color: #f15a23;
    margin-bottom: 0px;
}
.page-numbers {
    border-radius: 50px;
    border: 1px solid #a4a4a3;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    text-transform:uppercase;
    display:inline-block;
    margin: 0 3px;
}
.paging {
    margin: 0 auto;
    text-align: center;
}
.paging .next, .paging .prev {
    width:auto;
    border:none;
}
.paging span.current {
    color:#f15a23;
    border: 1px solid #f15a23;
}
a.page-numbers:hover {color:#f15a23;}
.news-template-default .newsright {background:#FFF; padding: 60px 30px 30px 100px;}
.news-template-default .newsimg img{
    margin-left: 100px;
    position: relative;
    z-index: 1;
    top: 60px;
}
.news-template-default h1 {
    font-size: 30px;
    color: #f15a23;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.news-date {border-bottom:1px solid #e8e8e8; padding-bottom:20px; margin-bottom:20px;}

.blog-item {
    background: #FFF;
    border-radius: 10px;
    margin-bottom:30px;
}
.blog-list { padding:0px 20px 20px 20px;}
.blog_img {
    display: inline-block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height:250px;
}

.blog-item:hover{
-webkit-box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.25);
    box-shadow: -2px 13px 37px -19px rgba(0,0,0,0.25);
    transition: all 0.4s ease;
}
.blog-date {padding:10px 0; border-bottom:1px solid #e8e8e8; margin-bottom:10px;}
.blog-list h4 a{
    font-size: 20px;
    color: #f15a23;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.blog-list h4 a:hover{color:#32394a;}
.blog-list h4 {margin-bottom:5px;}

.bloghead {
    text-align: center;
    text-transform: uppercase;
    padding: 30px;
}
.blog-sort {
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.right_menu, .blog-detail {
    background: #FFF;
    padding: 30px;
    margin-bottom:30px;
}
.right_menu h2 {
    font-size: 20px;
    color: #f15a23;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.right_menu ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.right_menu ul li {
    border-top: 1px solid #e8e8e8;
}
.right_menu ul li a {
    padding: 10px 0px;
    display: inline-block;
}
.right_menu ul li a:hover {color: #f15a23;} 
.blog-detail h1 {
    font-size: 36px;
    color: #f15a23;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.blog-detail picture {display:block; margin-bottom:30px;}
.blog-detail picture img {max-width:100%; height:auto;}
#testimoniallist .testimonial {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 30px 30px 125px 30px;
    position:relative;
    min-height: 300px;
    margin-bottom:30px;
}
#testimoniallist .testimonial h2 {
    font-size: 22px;
    font-weight: 400;
    color: #f15a23;
}
#testimoniallist .testimonial a {
    text-transform: uppercase;
    color: #f15a68;
    font-weight: 400;
}
#testimoniallist .testimonial p {
    font-size: 18px;
    font-weight: 300;
}

#testimoniallist .name-area {position:absolute; bottom:20px; display:flex;}
#testimoniallist .name-area picture {
    border-radius: 100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
#testimoniallist .name-area picture img {width:100%; height:auto;}
.testiname {
    display: inline-block;
    vertical-align: top;
    border-left: 3px solid #f15a23;
    padding-left: 10px;
}

.don-frm-eqp label { font-size: 16px; font-weight:bold; text-transform:uppercase;}
.don-frm-eqp label:hover {
    border-radius: 20px;
    border: 2px solid #c4d87f;
    border-bottom: none;
}
.don-frm-eqp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.don-frm-eqp .checkmark {
  position: relative;
  top: 9px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #edeae6;
  border-radius:100px;
  margin-right: 5px;
}

/* On mouse-over, add a grey background color */
.don-frm-eqp:hover input ~ .checkmark {
  background-color: #edeae6;
}

/* When the checkbox is checked, add a blue background */
.don-frm-eqp input:checked ~ .checkmark {
  background-color: #f15a23;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.don-frm-eqp input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.don-frm-eqp .checkmark:after {
  left: 11px;
  top: 7px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detailarea h2 {font-size:30px; font-weight:400; color:#f15a23;}
.detailarea p {font-size:16px; font-weight:400;}
.detailarea a:hover {color:#f15a23;}

.modal-content {
    border-radius: 20px;
    border: 10px solid #f15a23;
    background:#f7f7f7;
}
.fade {background: rgba(50, 57, 74, 0.7);}
.modal-dialog {max-width:750px;}
.checkarea {margin-bottom:50px;}
.leftsec {padding:30px;}
.formarea {background:#f7f7f7; padding: 50px 30px;}
ul.iconslist {display:flex; list-style:none; padding:0px;}
ul.iconslist li {text-align:center; padding:20px;}
ul.iconslist li img {margin-bottom:10px;}

.apply-form {
    padding-bottom: 0px;
}

.apply-form h2{ margin-bottom:6px; text-transform: inherit; font-weight: 300; margin-bottom:20px;}

.apply-form input, select, textarea {
    border:none;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    width:100%;
    border-radius:5px;
    padding-left: 10px;
    padding-right: 10px;
}
.apply-form label, .right-form span, .apply-form .wpcf7-form-control-wrap { width:100%;}
.apply-form label {margin-bottom:16px; }
.apply-form input, select {height:40px;}
.apply-form textarea {height:80px;}
.apply-form input[type=submit]  {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 5px; 
	width: auto;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    position:relative;
}
.apply-form input[type=submit]:hover {
	background: #000;
	color: #fff;
	box-shadow:none;
	top:3px;
}

.donate-form {padding:0px 20px; margin-top:20px;}
.donate-form h3 {color:#f15a23; font-weight:300; font-size:22px; }
.donate-form label span {width:100%; padding-right:20px;}
.donate-form label { margin-bottom:20px; width:49.5%;}
.donate-form input, select, textarea {
    border:none;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.1);
    width:100%;
    border-radius:5px;
    padding-left: 10px;
    padding-right: 10px;
    height:40px;
    background:#FFF;
    line-height:33px;
}
.donate-form textarea {height:80px;}
.donate-form label.text-area {width:100%;}
.donate-form input[type=submit]  {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	background: #f15a23;
	border-radius: 5px; 
	width: auto;
    -webkit-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    -moz-box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    box-shadow: 9px 11px 18px -15px rgba(0,0,0,0.3);
    position:relative;
}
.donate-form input[type=submit]:hover {
	background: #000;
	color: #fff;
	box-shadow:none;
	top:3px;
}






