<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">\/* @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@100;200;300;400;500;600;700;800&amp;display=swap"); */

body{background: #fffff4;}

.fnt-cairo{
 font-family: "Cairo", sans-serif;
}

p {
font-size: 17px;
color: #151462;
}

ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul&gt;li{
  line-height:1.5;
  font-size: 17px;
  color: #151462;
  font-weight: 400;
  margin-bottom: 1rem;
}

.fnt-sora{
font-family: "Sora", sans-serif;
}
.banner-sec-2{
background-color: #fffff4;
height: 100vh;
}

.site-header--menu-right .menu-block-wrapper {
position: static;
margin-top: 0px;
}
.light-version-logo{
max-width: 70%;
}

.brand-logo {
position: unset;
top: 0px;
right: 0px;
}

.remPad{padding: 0px !important;}

ul.site-menu-main,
ol.site-menu-main {
margin: 0 0px 1.5em 0;
margin-bottom: 0px;
}

.navbar {display: contents;}

li.nav-item-has-children:hover &gt; .sub-menu {
border-top: 3px solid #4b9e34;
background-color: #4b9e34;
border-radius: 15px;
right: -2rem;
}
.site-menu-main .sub-menu--item {
color: #fff;
}

.site-header{margin-top: 3rem;}
.site-header.sticky-md-top{
margin-top: 2rem;
}

.site-menu-main .nav-link-item:hover{
color:#ff4b3a;
}
#head-intro{
/* position:absolute;
top: 0px; */
}

.banner-alter{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 50vh;
}

.banner-curve{
border-bottom-left-radius: 20rem;
border-bottom-right-radius: 20rem;
}


.site-header{
position: absolute;
width: 100%;
/* -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; */
}

.nav-item #main-search i {
color: #fff;
font-size: 24px;
}

.darkHeader{
background-color: rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.78);
box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.78);
border-bottom: 2px solid #fffff4;
position: -webkit-sticky !important;
position: sticky !important;
/* -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease; */
/* transition: all 0.5s ease; */
}
.darkHeader .site-menu-main li a{
color:#151462;
}
.darkHeader .nav-item #main-search i{color:#7d7d7d !important;}
.darkHeader .site-menu-main .sub-menu a{
color: #151462;
}
.darkHeader .site-menu-main .sub-menu--item:hover &gt; a {
color: #fe4337;
}

.navbar-toggler{z-index: 999;}

.darkHeader .light-version-logo {
  max-width: 40%;
}

.light-menu .site-menu-main li a,
.darkHeader .nav-item #main-search i {
color:#fff;
}

.light-menu .site-menu-main .sub-menu a{
  color:#151462;
}
.light-menu .site-menu-main .sub-menu--item:hover &gt; a {
  color: #fe4337;
}

.dark-menu .site-menu-main li a,
.dark-menu .nav-item #main-search i {
color:#151462;
}
.dark-menu .site-menu-main .sub-menu a{
color:#151462;
}
.dark-menu .site-menu-main .sub-menu--item:hover &gt; a {
color: #fe4337;
}


/* .scrolled-down{
transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
transform:translateY(0); transition: all 0.3s ease-in-out;
} */

.info-panel {
display: block;
position: relative;
background: #4b9e34;
padding: 15px;
border: 1px solid #4b9e34;
margin-top: 20px;
}
.info-panel:after {
border: 1px solid #4b9e34;
}
.info-panel:after {
content: '';
display: block;
position: absolute;
right: 45%;
bottom: 101%;
width: 0;
height: 0;
border-bottom: 10px solid #4b9e34;
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}

.sub-menu--item{text-align: right;}

/* .carousel-indicators {
position: absolute;
top: 28%;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
display: block;
justify-content: center;
padding: 0;
margin-left: 0;
margin-bottom: 0;
margin-right: 5%;
list-style: none;
} */

.site-header--absolute {margin-top: 3%;}

.page-divider{
  position: relative;
  bottom: 13rem;
  z-index: 999;
  background: -webkit-linear-gradient(bottom, #fffff4 100%, #fffff4 70%, transparent 50%, transparent 100%);
  background: -o-linear-gradient(bottom, #fffff4 50%, #fffff4 70%, transparent 50%, transparent 100%);
  background: linear-gradient(to top, #fffff4 50%, #fffff4 70%, transparent 50%, transparent 100%);
  }
  .img-people{
  position: relative;
  bottom: 7rem;
}

.page-divider:before{
position: absolute;
content: '';
right: 0;
top: -8rem;
left: 0;
/* z-index: 99999; */
background-repeat: no-repeat;
height: 21rem;
background-size: cover;
background-image: radial-gradient(circle at 85% 50rem, #fffff4 44rem, transparent 13px);
}

.banner-sec-2 .carousel{
height: 100vh;
overflow: hidden;

}
.intro a.scroll-down {
width: 50px;
height: 50px;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
margin: 0 auto;
bottom: 25vh;
background: #4b9e34;
right: 0;
left: 0;
z-index: 9999;
}
a.scroll-down {
width: 40px;
height: 40px;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 20vh;
background: none;
left: 5.8vw;
text-decoration: none;
}

.intro a.scroll-down i {
text-decoration: none;
color: #fff;
display: block;
position: relative;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 18px;
}

@keyframes Down {
from {
transform: translateY(-20%);
}
to {
transform: translateY(50%);
}
}

@keyframes Pointing {
from {
transform: translateX(20%);
opacity: 1;
}
to {
transform: translateX(-30%);
opacity: 1;
}
}

.hand, .hand-vis {
  width: 90px;
  height: 70px;
  background: url(../image/Pointer.png) no-repeat center center / 100%;
  position: absolute;
  left: 36vw;
  z-index: 1000;
  top: 12vh;
  opacity: 0;
  animation: Pointing .80s cubic-bezier(0.8,0,.5,1) .8s forwards infinite alternate;
}

.hand-vis {
bottom: 12vh;
top: auto;
display: none;
}
.sec2{}
.sec2 h2, .sec2 h3, .sec2 h4{
color: #151462;
margin-bottom: 0px;
}
.sec2 h4{
color: #151462;
margin-bottom: 0px;
}
.sec2 p{
color: #151462;
}
.help-sec2,
.details-sec2,
.events-sec,
.testimonial-sec,
.footer-sec{
/* height: 100vh; */
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#help-center a.scroll-down {
position: relative;
bottom: 0;
background: none;
text-decoration: none;
width: 100%;
}

#help-center a.scroll-down i {
left: 0vw;
text-decoration: none;
color: #151462;
display: block;
position: absolute;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 30px;
}
#carousel-about a.scroll-down {
position: relative;
bottom: 0;
background: none;
text-decoration: none;
width: 100%;
}
#carousel-about a.scroll-down i {
left: 0vw;
text-decoration: none;
color: #151462;
display: block;
position: absolute;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 30px;
}
#carAbout {
/* margin: 10rem 0rem; */
}
#carAbout .slick-slide{
margin-right:20px;
z-index: 9999
}
#carAbout .single-detail{
  /* position: unset; */
  /* margin-right: -20px; */
  /* padding: 0px; */
  border-radius: 0px;
  height: auto;
  background-size: unset;
  margin-bottom: 0;
}
#carAbout .single-detail .inner{
overflow: hidden;
height: 20rem;
border-radius: 35%;
border: 10px solid #dedede;
background-position: center;
background-size: cover;
}
#carAbout .single-detail h3{
color: #151462;
font-size: 18px;
position: inherit;
display: block;
padding-top: 0px;
transition: 0;
margin-bottom: 25px;
}

#carAbout .single-detail p {
display: block;
position: relative;
color: #fff;
background-color: #ff4b3a;
padding: 15px 30px;
font-size: 13px;
line-height: 1.3;
text-align: center;
/* bottom: -7rem; */
bottom: -50rem;
height: 15rem;
opacity: 0;
}
/* #carAbout .single-detail p:hover {
display: block;
} */

#carAbout .front-more{
color: #fff;
font-size: 15px;
margin-top: 1.5rem;
}

.events-sec {
margin-top: 0;
}
.carAboutNav .arrow{
background-color: transparent;
padding: 15px 18px;
font-size: 20px;
color: #ff4b3a;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
border: 2px solid #ff4b3a;
margin: 0 15px;
}
.carAboutNav .arrow:hover{
background-color: #ff4b3a;
color: #fff;
}
#home-calendar-scroll h5 {
font-weight: 400;
}
#home-calendar-scroll h2,
#home-calendar-scroll h3,
#home-calendar-scroll h4{
color: #151462;
margin-bottom: 0px;
}

.fnt-ylw{color: #ffa938 !important;}
.fnt-grn{color: #4b9e34 !important;}
.fnt-orgn{color: #fa4838 !important;}
.fnt-red{color: #fa4838 !important;}
.fnt-bl{color:#1b1a68 !important;}

.fc-today-button{display: none;}
#calendar .fc-prev-button,
#calendar .fc-next-button{
border-radius: 50% !important;
min-width: 54px;
height: 50px;
margin: 0px 10px;
background-color: transparent;
color: #ff4b3a;
border: 2px solid #ff4b3a;
}

#calendar .fc-prev-button:hover,
#calendar .fc-next-button:hover{
background-color: #ff4b3a;
color: #fff;
border: 2px solid #ff4b3a;
}
#calendar .fc-toolbar-title{
color: #ff4b3a;
}

.cln-btn a{
color: #fff;
font-size: 18px;
padding: 15px 25px;
font-weight: 400;
border: 2px solid #ff4b3a;
display: inline-block;
text-align: left;
border-radius: 20px;
margin-top: 30px;
background-color: #ff4b3a;
}
.cln-btn a:hover{
color: #ff4b3a;
border: 2px solid #ff4b3a;
background-color: transparent;
}


.single-event{
margin-bottom: 15px;
padding: 0px 1rem;
}
.single-event .alter{
background-color: #fbfae1;
border: 2px dotted #9d9940;
border-radius: 12px;
padding: 10px 50px;
color: #151462;
}
.single-event .alter .event-text{padding: 10px;}
.single-event .alter .event-text .location a {
margin-top: 0;
}
.single-event .alter .event-text a.btn:visited{color:#fff;}

.remMar{margin: 0px !important;}

#home-calendar-scroll a.scroll-down {
position: relative;
bottom: 0;
background: none;
text-decoration: none;
width: 100%;
}
#home-calendar-scroll a.scroll-down i {
left: 0vw;
text-decoration: none;
color: #151462;
display: block;
position: absolute;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 30px;
}
.calendarNav .arrow{
background-color: transparent;
padding: 15px 18px;
font-size: 20px;
color: #151462;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
border: 2px solid #151462;
margin: 15px 15px;
display: block;
width: 3.7rem;
}
.calendarNav .arrow:hover{
background-color: #151462;
color: #fff;
}
.single-review{text-align: right;}
.single-review h5{
color:#151462;
margin: 0px;
}
.single-review blockquote:before{
content: "";
background: url(../image/right-quote.png) no-repeat;
position: relative;
height: 3rem;
display: block;
top: 4rem;
left: 0rem;
}
.single-review blockquote:after {
content: none;
background: url("../image/testimonial-right.png") no-repeat;
position: relative;
height: 3rem;
display: block;
bottom: 4rem;
right: 51rem;
}
.img-testie img{
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
padding: 20%;
}
.testi-bg{
/* height: 100vh; */
background-repeat: no-repeat;
background-position: 3rem 2.1rem;
background-size: 20rem 19rem;
}

#testimonies a.scroll-down {
position: relative;
bottom: 0;
background: none;
text-decoration: none;
width: 100%;
}
#testimonies a.scroll-down i {
left: 0vw;
text-decoration: none;
color: #151462;
display: block;
position: absolute;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 30px;
}

#footer a.scroll-down {
position: relative;
bottom: 0;
background: none;
text-decoration: none;
width: 100%;
}
#footer a.scroll-down i {
left: 0vw;
text-decoration: none;
color: #151462;
display: block;
position: absolute;
animation: Down .7s ease-out .2s both infinite alternate;
font-size: 30px;
}
.footer-sec {
/* background-size: cover; */
padding-top: 100px; */
padding-bottom: 50px;
position: inherit;
}
.footer-content li a {
font-size: 14px;
color: #151462;
}
.footer-content li a:hover {
color: #ff4b3a;
}
.footer-content h4 {
  color: #151462;
  font-size: 20px;
  position: inherit;
  margin-bottom: 20px;
}

.footer-sec:before {
content: "";
position: inherit;
left: 0;
top: -225px;
background: none;
width: 0;
height: 0;
z-index: 0;
}
.footer-sec:after {
content: "";
position: inherit;
right: 0;
top: 0;
background: none;
width: 0;
height: 0;
z-index: 0;
}
.footer-bottom-right a i{
background-color: #151462;
color: #fff;
border: 2px solid #151462;
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
display: table-cell;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
}
.footer-bottom-right a i:hover{
background-color: transparent;
color: #151462;
}
.footer-bottom-left li a {
color: #151462;
font-size: 16px;
height: 40px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.footer-bottom-left li a:hover {
color: #4b9e34;
}
.footer-bottom-left li:before {
content: "";
position: inherit;
left: 0;
top: 0;
background: transparent;
height: 0;
width: 0;
}

.footer-bottom {
padding: 25px 0;
border: none;
margin-top: 50px;
}
.footer-content h4:before {
content: "";
width: 0;
height: 0;
border-radius: 0;
background: transparent;
bottom: 0;
right: 0;
position: inherit;
}

.inner-page-alter{}

.site-main p{color: #151462;}
.entry-header{background-color: transparent;}
.our-story-sec {
margin-bottom: 0px;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.single-story{
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
overflow: hidden;
border: 10px solid #f7eeda;
}

.single-story:before{
content: "";
border: 3px solid #7d7d7d;
}

.single-story-new{
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
overflow: hidden;
transform: translateZ(0);
isolation: isolate;
margin-bottom: 25px;
margin-top: 25px;
/*outline: dashed 2px #9d9940;*/
}

.single-story-new h3{
color:#1b1a68;
}

.single-story-new .front{
/* border: 2px dotted #9d9940; */
position: relative;
}

.single-story-new .front img{
	border: 2.5px dashed transparent;
	padding: 2%;
	background-color: #f7eeda;
	border-radius:50%; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	-khtml-border-radius: 50%; 
}
.single-story-new .back{
position: absolute;
display: inline-block;
top: 100%;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(243, 71, 55, 0.6);
/* border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; */
opacity: 0;
}
.single-story-new .back a{
  font-size: 20px;
  top: 5rem;
  right: 4.6rem;
  color: #fff;
  font-weight: bold;
  width: 10rem;
  height: 10rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #f34737;
  border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
  position: relative;
}
/* .circled-dotted img:before{
content:"",
border: 2px dotted #9d9940;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
} */
.circled-dotted img{
border: 2.5px dashed transparent;
padding: 2%;
background-color: #f7eeda;
border-radius:50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -khtml-border-radius: 50%;
/*outline: dashed 2px #9d9940;*/
}

.our-story-single-content p {
font-size: 16px;
}

.breadcrumb {
padding: 8px 15px;
list-style: none;
background-color: transparent;
font-weight: bold;
color: #a29e5e;
margin: 0px;
}
.breadcrumb a {
color: #a29e5e;
text-decoration: none;
}
.breadcrumb .fa{
margin: 0 10px;
color: #a29e5e;
}
.our-story-single-sec,
.mission-sec,
.mission-table {
margin: 0px;
}
.section-title {
margin-bottom: 0px;
margin-top: 0rem;
}
.back-btn{display: none;}

.single-award{padding: 0rem 2rem;}
.single-award .circled-dotted{padding: 2rem 8rem;}
.single-award h4{
color: #fa4838;
font-size: 20px;
}
.single-award h5{color: #ffa938;}
.slick-prev:before {
content: "\f177";
color: #4b9e34;
font-family: 'FontAwesome';
}
.slick-next:before {
content: "\f178";
color: #4b9e34;
font-family: 'FontAwesome';
}

.timeline .events ul::before {
height: 0px;
border: 2px dotted #9d9940;
background-color: transparent;
}

.timeline .events ul li:before {
bottom: -35px;
background: #fffff4;
width: 25px;
height: 25px;
border: 2px dotted #9d9940;
}
.timeline .events ul li.selected a {
color: #f7a63c;
}
.timeline .events ul li.selected:before {
background: #f7a63c;
border: 2px dotted #9d9940;
}

.timeline .events ul li a{
color: #b7b377;
}

.timeline .events ul li:hover a {
color: #f7a63c;
}

.timeline .events ul li:hover:before {
background: #f7a63c;
}

.timeline-text h3 {
color: #fa4838;
}

.time-slider .mySlides img {
height: 26rem;
max-width: 26rem;
object-fit: cover;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
margin-bottom: 15px;
transition: .5s;
/* object-position: 50%; */
}

.time-slider .column img {
height: 5rem;
max-width: 5rem;
object-fit: cover;
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;

}

.who-we-are{
border-radius: 25%;
}

.who-we-are h3{
color: #fa4838;
}



.who-we-are .front img{
border-radius: 25%;
}

.executive-team-sec h3 {
text-align: right;
}

.ex-team-single-new{}
.ex-team-image {
padding: 3rem 0rem;
}
.ex-team-image img {
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
}
.ex-team-content {
background: transparent;
padding: 2rem 0rem;
/*padding-bottom: 1rem;*/
border-radius: 0px;
border: none;
margin-top: 0px;
}
.ex-team-content p {
color: #151462;
font-size: 16px;
line-height: 1.5;
margin-top: 0px;
font-weight: normal;
}
.ex-team-single-new .top{
background-color: #f7eeda;
padding: 0rem 0rem;
border-radius: 13rem;
border: 2px solid transparent;
outline: dashed 2px #9d9940;
}

.ex-team-details {
background: transparent;
padding: 25px;
border-radius: 0px;
padding-top: 0px;
margin-top: 0px;
}
.ex-team-details h4 {
font-size: 21px;
color: #fa4838;
}
.ex-team-details h5 {
font-size: 16px;
font-weight: 400;
color: #151462;
line-height: 1;
margin-bottom: 0;
}

.board-mem-sec h3 {
color: #0c186e;
}
.amb-logo{}
.amb-logo img{
border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
border: 15px solid #e84a3d;
}
.amb-title{
border-top-left-radius: 2rem;
background-color: #e84a3d;
padding: 10px 10px 10px 0px;
border-bottom-left-radius: 2rem;
border-right: 1px solid #e84a3d;
position: relative;
right: -0.5rem;
padding-right: 2rem;
}
.amb-title h3{
color: #fff;
margin-bottom: 0px;
}
.amb-content{}
.amb-content h6{}
.amb-content p{}

.dotted-hr{
border-top: 3px dotted #9d9940 !important;
background: transparent;
}

.remPad-right{
padding-left: 0px;
}
.remPad-left{
padding-right: 0px;
}

.member-slider .single-item-new {
padding: 0px 1rem;
}

.member-slider-sec .prev {
display: block;
position: absolute;
top: -16rem;
right: -4rem;
cursor: pointer;
border-radius: 0;
font-size: 22px;
z-index: 99;
width: 35px;
height: 35px;
background: transparent;
border-radius: 100%;
line-height: 35px;
}
.member-slider-sec .prev i{
color: #4b9e34 !important;
}

.card.hc-app-card {
  border: none;
  background-color: transparent !important;
}
.hc-app-card .card-body {
  background-color: transparent !important;
}

.career-card .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #9d9940;
  border-radius: 0px;
}

.career-card .app-submit{

}

.alter-submit {
background-color: #ea4c41 !important;
border-radius: 3rem !important;
border-color: #df3125 !important;
width: 30%;
}
.alter-submit:hover {
background-color: #eb655b !important;
border-color: #df3125 !important;
}

.hc-app-card .card-header {
background-color: transparent;
border-color: transparent;
color: #fa4838;
font-size: 20px;
padding: 0px;
}

.hc-app-card [type="checkbox"],
.hc-app-card [type="radio"] {
margin-bottom: 0.5rem;
}

.checkbox-block .wpcf7-list-item{
  display: block;
}

.contact-form {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}


.location-area {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.faq-sec .accordion-button,
.faq-sec .accordion-item:last-of-type
.accordion-button.collapsed {
    border: none;
    padding: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #151462;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: transparent;
}

.faq-sec .accordion-button:not(.collapsed),
.faq-sec .accordion-button:focus {
    background: transparent;
    color: #ff4b3a;
    border: none;
}

.faq-sec .accordion-body p {
    margin-top: 0;
    font-size: 16px;
    color: #151462;
    line-height: 1.5;
    margin-bottom: 0;
    background-color: #f9f8e3;
    padding: 35px;
    padding-bottom: 75px;
    position: relative;
}

.faq-sec .hdp{
  border-top: 2px dotted #9d9940;

}
.faq-sec .hbp{
  border-top: 2px dotted #9d9940;
  padding: 0px;
}

.faq-sec .accordion-body {
    padding: 0;
    padding-bottom: 0px;
}

.career-box {
    border: none;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border-radius: 0!important;
}

.volunteer-content{
  padding: 0px;
}

.volunteer-sec{
  margin-top: 0px;
}

.volunteer-content p {
    padding: 0px;
    font-size: 18px;
    color: #151462;
    line-height: 1.5;
    margin-bottom: 0px;
    width: 100%;
}

.single-program a {
    color: #FFF;
    background: #FF9E3F;
    display: inline-block;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 50px;
    position: inherit;
    left: 0;
}
.single-program h4 {
    font-size: 22px;
    color: #fa4838 !important;
}

.single-program {
    margin-bottom: 40px;
    position: inherit;
}

.single-program p {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
}

.intern-text {
    margin-top: 0px;
    margin-left: 0px;
}

.involvement-sec a {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.single-story-new .back a.col4{
  font-size: 20px;
  top: 5rem;
  right: 4.8rem;
  color: #fff;
  font-weight: bold;
  width: 10rem;
  height: 10rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #f34737;
  border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%;
  position: relative;
}

.wish-content p {
    font-size: 24px;
    color: #151462;
    font-weight: 400;
    line-height: 1.8;
}

/* .products-cont .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.products-cont .row &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
} */

.product-btn a {
    display: block;
    font-size: 15px;
    color: #ea4c41;
    text-decoration: none !important;
    font-weight: 700;
    display: block;
}

a.scroll-down{display:none !important;}
.we-do-content p,
.ex-content p {
    font-size: 22px;
    padding-right: 0px;
    line-height: 1.8;
}
.do-content h4 {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 1rem;
}

.btn-hc{
  background-color: #ea4c41;
  color: #fff !important;
  border-color: #ea4c41;
}

.padded-10{padding:10px;}
.footer-content li {
    line-height: 1;
}

.mission-table td:first-child{width:20%;}
.img-testie img {
    border-radius: 21%;
    padding: 0px;
    border: 9px solid #d2d297;
    margin-bottom: 2rem;
}

.single-review blockquote:before {
    content: "";
    background: url(../image/left-quote.png) no-repeat;
    position: relative;
    height: 3rem;
    display: block;
    top: 4rem;
    left: 0rem;
}

.single-review blockquote:after {
    content: "";
    background: url(../image/testimonial-right.png) no-repeat;
    position: relative;
    height: 3rem;
    display: block;
    bottom: 1rem;
    right: 25rem;
}

.single-review p {
    font-size: 22px;
    color: #151462;
    line-height: 1.7;
    padding: 0px 1rem 0rem 4rem;
}

.video-bordered{
  border-radius: 5rem;
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 1;
  position: static;
  border: 10px solid #fffff4;
}

.footer-content li a{
  color: #151462;
}

/*new main menu*/
.site-header.sticky-md-top {margin-top: 0rem;}
.light-version-logo {max-width: 40%;}
.header-hovered{
  background-color: #fffff4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-menu-main .nav-link-item{
  /* border-bottom: 3px solid #transparent; */
}
.site-menu-main .nav-link-item:hover {
  color: #fe4337;
  /* border-bottom: 3px solid #fe4337; */
}

.header-hovered .site-menu-main li a {
  color: #151462;
}
.info-panel::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 10px solid #f8f7f7;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
li.nav-item-has-children:hover &gt; .sub-menu {
  border-top: 3px solid #f8f7f7;
  background-color: #f8f7f7;
  border-radius: 0;
  right: 0;
}

li.nav-item-has-children:hover &gt; .sub-menu {
  top: 6rem;
  color: #151462;
  position: absolute;
  right: auto;
  top: 96%;
  padding: 0 1000em; /* trick from css-tricks comments */
  margin: 0 -1000em; /* trick from css-tricks comments */
  z-index: 101;
  /* width: 100%; */
}

.site-menu-main .sub-menu--item {
  color: #151462;
}

.footer-content li a{
  color: #151462;
}

.site-menu-main .nav-item {
  display: inherit;
  margin-bottom: 0px;
}

.site-menu-main .sub-menu--item {

    color: var(--color-headings);
    font-size: 15px;
    font-weight: 600;
    display: block ruby;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sub-menu--item {

    text-align: right;

}
li.nav-item-has-children:hover &gt; .sub-menu {

    color: #151462;

}

.header-hovered .nav-item #main-search i {
    color: #151462;
    font-size: 24px;
}


.site-menu-main li {
  line-height: 1;
}

li.nav-item-has-children:not(.has-megamenu) {
  position: static;
}

@media (min-width: 992px){
  .site-menu-main .sub-menu {
      top: 0%;
      min-width: auto;
      max-width: fit-content;
  }
}



li.nav-item-has-children.menu-right:hover &gt; .sub-menu {
  left: 12%;
  right: auto;
}
.mission-table td:last-child,
.timeline-text p,
.timeline-text li,
.we-do-content ul&gt;li {
    color: #151462;
}
.btn-org{
  background-color: #ff4b3a;
  border-radius: 1rem;
}

.single-story-new.who-we-are .back a {
    top: 8rem;
    right: 8rem;
}
.navbar-toggler {border: 2px solid #151462;}

#head-intro .carousel-indicators {
    position: absolute;
    right: 80%;
    bottom: 60%;
    left: 0%;
    z-index: 2;
    display: block;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

#head-intro .carousel-indicators [data-bs-target] {
    /* box-sizing: content-box; */
    flex: 0 1 auto;
    width: 42px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

#head-intro .indicators{
  color: rgba(255, 255, 255, 0.5);
}
#head-intro .active .indicators{
  color: rgba(255, 255, 255, 1);
}
.col-xl-4 .single-story-new .back a{
  top: 8rem;
  right: 8rem;
}

.hr-dotted {
    border: none;
    background-color: transparent;
    border-top: 3px dotted #7d7d7d;
  }


.quote-cont{
  border: 2px dotted #b7b377;
  padding: 35px 45px 25px 45px;
  border-radius: 2rem;
}

.quote-cont h5{
  margin-bottom: 0px;
  color: #fa4838;
}

.mem-quotes-container{position: relative;}
.new-quotes-top,
.new-quotes-bottom{
  position: absolute;
}

.new-quotes-top{
  right: 0rem;
  top: -2rem;
}
.new-quotes-bottom{
  left: 0rem;
}

.item-click{
  cursor: pointer;
}
.member-image{background-color: transparent;}
.site-header.dark-menu{
  width:100%;
}
#carAbout .single-detail p{
  font-size: 15px;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.do-member{background-color:transparent;}

input[type="submit"].btn-warning{
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.charity-btn{
    background-color: #fffff4;
    border: 2px solid #fff78f;
    border-radius: 9rem;
    padding: 0px 4rem 1rem 2rem;
}

.page-divider-mobile{
  position: relative;
  top: -3rem;
  z-index: 999;
}

.hc-app-card .card-header{
	color: #1b1a68;
	background-color: #d9d9d9;
	font-size: 20px;
    padding: 15px 0px;
}

.wpcf7-checkbox .wpcf7-list-item.first,
.best-list .wpcf7-list-item{
	margin: 0px !important;
}</pre></body></html>