@font-face {
    font-family: 'Al-Jazeera-Arabic';
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Al-Jazeera-Arabic-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Al-Jazeera-Arabic-Bold.svg') format('svg'); /* Legacy iOS */
  }
body {
    font-family: 'Al-Jazeera-Arabic';
}

/* PRELOADER */
#preloader {
    background-color: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
#preloader #status {
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}



/* Start Social Navigation Bar */
.social-nav {
    background-color: #24BEB0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.social-nav .social {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
}
.social-nav .social li {
    margin-right: 15px;
}
.social-nav .social li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    color: #24BEB0;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid #FFF;
}
.social-nav .social li a:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    background-color: #24BEB0;
    color: #FFF;
    border: 1px solid #DDD;
}
/* End Social Navigation Bar */




/* Start Social Navigation Bar */
.navbar .navbar-brand img {
    width: 100px;
}
.navbar .navbar-toggler .fa {
    color: #24BEB0;
    border: 1px solid #24BEB0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.navbar .navbar-toggler:active ,
.navbar .navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
}
.navbar .navbar-toggler .fa:hover {
    background-color: #24BEB0;
    color: #FFF;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.navbar .active {
    color: #24BEB0 !important;
}
.navbar .nav-link {
    color: #3C3C3C;
    font-size: 19px;
}
.navbar .links .nav-item {
    margin-right: 10px;
}
.navbar .links .nav-item .slash {
    margin-left: 10px;
    color: #24BEB0;
}
.navbar .options .nav-item {
    margin-left: 20px;
}

.navbar .options .send img {
    width: 18px;
    margin-left: 10px;
}
.navbar .options .contributed .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 10px;
    font-size: 19px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.navbar .options .contributed .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #527d34;
}
.navbar .options .contributed .btn:focus ,
.navbar .options .contributed .btn:active {
    box-shadow: none;
}
.navbar .options .contributed img {
    margin-right: 10px;
}
/* End Social Navigation Bar */




/* Start Slider */
.home {
    height: 70%;
}

.slider-home .carousel-item {
    position: relative;
}
.slider-home .carousel-item .fa {
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    right: 0;
    background-color: #24BEB0;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #85c957
}
.slider-home .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #FFF;
}
.slider-home .carousel-indicators li.active {
    background-color: #24BEB0;
}

.slider-home .carousel-item img{
    height: 480px;
    object-fit: fill;
}

.carousel-item {
    position: relative;
}
.carousel-item .fa {
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    right: 0;
    background-color: #24BEB0;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #85c957
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #FFF;
}
.carousel-indicators li.active {
    background-color: #24BEB0;
}
/* End Slider */






/* Start Footer */
footer {
    background-color: #24BEB0;
    padding: 30px;
}
footer .footerLogo {
    width: 149px;
    padding-left: 55px;
}
footer .footerLogo img{
    width: 100%;
    height: 100%;
}
footer .info {
    color: #FFF;
}
footer .info h3 {
    font-size: 25px;
    margin-bottom: 40px;
}
footer .info ul li {
    font-weight: 400;
    margin-bottom: 4px;
}
footer .contact-us {
    color: #FFF;
}
footer .contact-us h3 {
    font-size: 25px;
    margin-bottom: 40px;
}
footer .contact-us form label{
    font-size: 15px;
}
footer .contact-us form .form-control {
    font-size: 14px;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #ffffff94;
}
footer .contact-us form .form-control::placeholder {
    color: #ffffff63;
}
footer .contact-us form .form-control:focus ,
footer .contact-us form .form-control:active {
    box-shadow: none;
}
footer textarea {
    resize: none;
    max-height: 120px;
}
footer .conInfo {
    margin-top: 10px;
}

footer .conInfo .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 25px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    margin-top: 10px;
}
footer .conInfo .btn:hover {
    background-color: #527d34;
    color: #FFF;
}
footer .conInfo .btn:focus ,
footer .conInfo .btn:active {
    box-shadow: none;
}
footer .conInfo .social {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
}
footer .conInfo .social li {
    margin-right: 15px;
}
footer .conInfo .social li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    color: #24BEB0;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid #FFF;
}
footer .conInfo .social li a:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    background-color: #24BEB0;
    color: #FFF;
    border: 1px solid #DDD;
}
footer .download h3 {
    font-size: 23px;
    color: #FFF;
    margin-bottom: 50px;
}
footer .download img {
    margin-bottom: 14px;
    width: 200px;
    margin-top: 17px;
}

/* End Footer */




/************************************
CARDS PAge
**************************************/

/* Start Cards */
.card {
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.cards {
    padding: 50px 0;
}
.cards h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.cards h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.cards h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.cards .card {
    margin-bottom: 40px;
}

.cards .card .image {
    padding: 10px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 4px 10px #DDD;
    overflow: hidden;
    perspective: 1000px;
}
.cards .card img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cards .card .image:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translateZ(100px) rotate(1deg);
    opacity: .8;
}
.cards .card h6 {
    color: #24BEB0;
    padding: 13px 10px 10px 10px;
    position: relative;
    font-size: 20px;
}
.cards .card h6:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #24BEB0;
}
.cards .card p {
    color: #898989;
    padding: 0px 10px 10px 10px;
    line-height: 30px;
}
.cards .card .share {
    text-align: end;
    color: #707070;
}
.cards .card .share:hover {
    text-decoration: none;
}
.cards .card .share .fa {
    color: #24BEB0;
    margin-right: 10px;
}
.cards .seeAll {
    width: 100%;
    text-align: end;
    margin-bottom: 30px;
}
.cards .seeAll .btn {
    color: #3C3C3C;
    border: 1px solid #898989;
    padding: 7px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}
.cards .seeAll .btn:hover {
    color: #FFF;
    background-color: #3C3C3C;
}
/* End Cards */











/************************************
CARDS PAge
**************************************/

/* Start Visuals */

.card {
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.visuals {
    padding: 50px 0;
}
.visuals h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.visuals h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.visuals h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.visuals .card {
    margin-bottom: 40px;
    position: relative;
}
.visuals .card .video {
    padding: 10px;
    background-color: #FFF;
    border: 0;
    height: 200px;
}

.visuals .card h6 {
    color: #24BEB0;
    padding: 13px 10px 10px 10px;
    font-size: 20px;
}

.visuals .card p {
    color: #898989;
    padding: 0px 10px 10px 10px;
    line-height: 30px;
}
.visuals .card .share {
    text-align: end;
    color: #707070;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.visuals .card .share a {
    background-color: #85C957;
    padding: 5px 10px;
    border-radius: 23px 0 10px 0;
    color: #FFF;
}
.visuals .card .share a:hover {
    text-decoration: none;
}
.visuals .card .share .fa {
    color: #FFF;
    margin-right: 10px;
}

/* End Visuals */








/************************************
SEND IDEA PAGE
**************************************/

/* Start Send Idea */

.send-idea {
    padding: 50px 0;
}
.send-idea h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.send-idea h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.send-idea h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.send-idea form label {
    color: #000000;
}
.send-idea form .form-control {
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.send-idea form .form-control::placeholder {
    color: #AAA6A6;
}
.send-idea form .form-control:focus,
.send-idea form .form-control:active {
    box-shadow: none;
    border: 1px solid #24BEB0;
}
.send-idea form .sendBtn {
    margin-bottom: 20px;
    text-align: end;
}
.send-idea form .sendBtn .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 10px;
    font-size: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    padding: 10px 30px;
}
.send-idea form .sendBtn .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #527d34;
}
.send-idea form .sendBtn .btn:focus ,
.send-idea form .sendBtn .btn:active {
    box-shadow: none;
}
.send-idea textarea {
    background-color: #F7F7F7;
}
/* End Send Idea */







/************************************
OUR ACHIVEMENT PAGE
**************************************/

/* Start Our Achivements */
.our-achivements {
    padding: 50px 0;
}
.our-achivements .slider {
    border: 1px solid #24BEB0;
    padding: 10px;
}
.our-achivements h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.our-achivements h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.our-achivements h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.our-achivements .achives li {
    margin-bottom: 30px;
}
.our-achivements .more {
    margin-bottom: 20px;
    text-align: end;
}
.our-achivements .more a {
    color: #000;
}
.our-achivements .more a span {
    color: #4C5264;
}
.our-achivements .more a:hover {
    text-decoration: none;
}
.our-achivements .slider {
    border: 1px solid #24BEB0;
    padding: 4px;
    min-height: 290px;
}
.our-achivements .galary {
    margin-top: 20px;
}
.our-achivements .galary img {
    border: 1px solid #f7f7f7;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.our-achivements .carousel-item {
    height: 100%;
}
.our-achivements .galary img:hover {
   box-shadow: 0px 4px 10px #898989;
}
.our-achivements .carousel-control-next, .carousel-control-prev {
    top: 266px;
}
.our-achivements .carousel-control-next i, .carousel-control-prev i {
    color: #24BEB0;
    font-size: 20px;
    font-weight: bolder;
}
/* End Our Achivements */



/************************************
ABOUT PAGE
**************************************/

/* Start About */
.about .about-content {
    margin-bottom: 24px;
}
.about .about-content h6 {
    color : #24BEB0;
    font-size: 19px;
}
.about .about-content p {
    font-size: 16px;
}
.about .slider {
    border: 1px solid #24BEB0;
    padding: 4px;
    min-height: 305px;
}
.about .galary {
    margin-top: 20px;
}
.about .galary img {
    border: 1px solid #f7f7f7;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.about .carousel-item {
    height: 100%;
}
.about .galary img:hover {
   box-shadow: 0px 4px 10px #898989;
}
.about .carousel-control-next, .carousel-control-prev {
    top: 266px;
}
.about .carousel-control-next i, .carousel-control-prev i {
    color: #24BEB0;
    font-size: 20px;
    font-weight: bolder;
}
.about h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.about h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 33%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.about h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 33%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.about .more {
    margin-bottom: 20px;
    text-align: end;
}
.about .more a {
    color: #000;
}
.about .more a span {
    color: #4C5264;
}
.about .more a:hover {
    text-decoration: none;
}
.about .about_donate {
    text-align: end;
    margin-bottom: 20px;
}
.about .about_donate .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 10px;
    font-size: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.about .about_donate .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #527d34;
}
.about .about_donate .btn:focus ,
.about .about_donate .btn:active {
    box-shadow: none;
}
.about .about_donate img {
    margin-right: 20px;
}
/* End About */





/************************************
OUR PROGRAMES PAGE
**************************************/

/* Start Our Programes */
.our-programes {
    padding-top: 30px;
}
.our-programes .intro {
    padding: 1px;
    margin-bottom: 7px;
    height: 260px;
}
.our-programes .intro .img {
    height: 100%;
    width: 100%;
    margin-right: 0;
}

.our-programes .attach a:first-child {
    background-color: #24BEB0;
    color: #FFF;
    border-radius: 0;
    padding: 8px 17px;
}
.our-programes .attach a:last-child {
    background-color: #FFF;
    color: #707070;
    border-radius: 0;
    border: 1px solid #707070;
    padding: 8px 12px;
}
.our-programes .sidebar {
    background-color: #F5F5F5;
}
.our-programes .sidebar h6 {
    background-color: #898989;
    color: #FFF;
    padding: 10px;
    margin-bottom: 14px;
}

.our-programes .sidebar a{
    color: #212529;
    text-decoration: none
}

.our-programes .sidebar a:hover{
    color: #fff;
    text-decoration: none
}

.our-programes .sidebar li  {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.our-programes .sidebar li:hover {
    background-color: #24BEB0;
}
.our-programes .sidebar li:hover a ,
.our-programes .sidebar li:hover .fa {
    color: #FFF;
}
.our-programes .sidebar li a  {
    color: #000;
}
.our-programes .sidebar li a:hover {
    text-decoration: none;
}
.our-programes .sidebar li .fa  {
    float: left;
    margin-top: 4px;
    color: #898989;
}
.our-programes .details .mylabel {
    font-weight: 700;
    font-size: 14px;
}
.our-programes .details .selectedOP {
    background-color: #24beb0;
    border-radius: 10px;
    color: #FFF !important;
    padding: 5px 30px 6px 10px;
}
.our-programes .details .custom-radio {
    border-radius: 10px;
    margin-bottom: 10px;
    color: #FFF;
    padding: 5px 35px 5px 15px;
    border: 1px solid #ddd;
    color: #707070;
}
.our-programes .details .name {
    border: 0;
    margin-bottom: 10px;
    color: #000;
}
.our-programes .details .form-control {
    border-radius: 1px;
}
.our-programes .details .form-control:focus ,
.our-programes .details .form-control:active {
    box-shadow: none;
    border: 1px solid #24BEB0;
}
.our-programes .custom-control-input:checked~.custom-control-label::before {
    border-color: #24beb0;
    background-color: #24beb0;
}
.our-programes .calc {
    background-color: #F5F5F5;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
}
.our-programes .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 4px;
    font-size: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    margin-bottom: 14px;
}
.our-programes .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #527d34;
}
.our-programes .btn:focus ,
.our-programes .btn:active {
    box-shadow: none;
}
.our-programes img {
    margin-right: 10px;
}
.our-programes .content {
    margin-top: 20px;
}
.our-programes .content h6 {
    color: #24BEB0;
    font-weight: 600;
}
.our-programes .content p {
    line-height: 30px;
    font-size: 14px;
}
/* End  Our Programes */





/************************************
PAYMENT PAGE
**************************************/
/* Start  Payment */
.payment {
    padding: 50px 0;
}
.payment h2 {
    color: #464646;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.payment h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.payment h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}
.payment .payment-info {
    border: 1px solid #24BEB0;
    margin: 0 auto 40px auto;
    width: 70%;

}
.payment .pay-form {
    margin: 0 auto 20px auto;
    width: 70%;
}

.payment .payment-info .part {
    border-bottom: 1px solid #24BEB0;
}
.payment .payment-info .part:last-child {
    border-bottom: 0;
}
.payment .payment-info .part p{
    padding: 10px;
    margin-bottom: 0;
}
.payment .payment-info .part .total {
    background-color: #24BEB0;
    margin-left: 0;
    margin-right: 0;
    color: #FFF !important;
}
.payment .payment-info .part .total p {
    color: #FFF !important;
}
.payment .part .title{
    font-weight: 700;
    color: #464646;
}
.payment .pay-form .part {
    margin-bottom: 14px;
    border-radius: 1px;
}
.payment .pay-form .part .form-control {
    border: 1px solid #24BEB0;
    font-size: 14px;
}
.payment .pay-form .part .form-control::placeholder {
    color: #8c8e90;
}
.payment .pay-form .part .form-control:focus,
.payment .pay-form .part .form-control:active {
    box-shadow: none;
}
.payment .pay {
    text-align: end;
}
.payment .btn {
    background-color: #85C957;
    color: #FFF;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.payment .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #527d34;
}
.payment .btn:focus ,
.payment .btn:active {
    box-shadow: none;
}

/* End  Payment */





/************************************
HOME PAGE
**************************************/

/* Start  Home Page */

.about {
    padding: 50px 0;
}
.about h6 {
    color: #24BEB0;
    font-size: 24px;
    font-weight: 500;
}
.about p {
    line-height: 29px;
    font-size: 20px;
}
.about video {
    height: 100%;
    width: 100%;
}
.achive {
    padding: 50px 0 0 0;
}

.achive h2 {
    color: #464646;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}
.achive h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.achive h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}

.achive .box {
    display: flex;
}
.achive .box .image {
    width: 56px;
    margin-top: 14px;
}
.achive .box .image img {
    width: 40px;
}
.achive .box .content span {
    color: #85C957;
    font-size: 24px;
    font-weight: 600;
}
.achive .box .content p {
    font-weight: 600;
}
.achive .BColor {
    background-color: #F5F5F5;
    padding: 30px 0;
}

.home_cards h2 {
    color: #464646;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 17px;
}
.home_cards h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.home_cards h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    background-color: #24BEB0;
    top: 20px;
    right: 0;
}

.home_cards .card .image {
    padding: 10px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 4px 10px #DDD;
    overflow: hidden;
    perspective: 1000px;
}
.home_cards .card img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.home_cards .card .image:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translateZ(100px) rotate(1deg);
    opacity: .8;
}
.home_cards .card h6 {
    color: #24BEB0;
    padding: 13px 10px 10px 10px;
    position: relative;
    font-size: 20px;
}
.home_cards .card h6:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #24BEB0;
}
.home_cards .card p {
    color: #898989;
    padding: 0px 10px 10px 10px;
    line-height: 30px;
}
.home_cards .card {
    text-align: right;
}

.home_cards .owl-nav {
    margin-top: 20px;
}
.home_cards .owl-nav .owl-prev {
    margin-left: 10px;
}
.home_cards .owl-next:focus , .home_cards .owl-next:active,
.home_cards .owl-prev:focus , .home_cards .owl-prev:active {
    outline: 0;
    border: 0;
}
.home_cards .owl-next span ,
.home_cards .owl-prev span  {
    padding: 0px 10px;
    text-align: center;
    line-height: 22px;
    background-color: #FFF;
    color: #24BEB0;
    border: 1px solid #DDD;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.home_cards .owl-next span:hover ,
.home_cards .owl-prev span:hover  {
    background-color: #24BEB0;
    color: #FFF;
    border: 1px solid #24BEB0;
}
.donate {
    padding: 40px 0;
    background-color: #F5F5F5;
}
.donate h2 {
    color: #24BEB0;
    font-size: 24px;
    margin-bottom: 27px;
}
.donate form label {
    color: #000000;
}
.donate form .form-control {
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.donate form .form-control::placeholder {
    color: #AAA6A6;
}
.donate form .form-control:focus,
.donate form .form-control:active {
    box-shadow: none;
    border: 1px solid #24BEB0;
}
.donate form .custom-radio {
    margin-bottom: 8px;
}
.donate form .name {
    margin-left: 50px;
}
.donate p {
    margin-bottom: 4px;
    margin-top: 30px;
}
.donate span {
    display: block;
    color: #24BEB0;
    font-weight: 600;
}
.donate .btn {
    background-color: #24BEB0;
    border-radius: 20px;
    padding: 7px 30px;
    color: #FFF;
    margin-top: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.donate .btn:focus ,
.donate .btn:active {
    box-shadow: none;
}
.donate .btn:hover {
    box-shadow: 0px 4px 10px #ddd;
    background-color: #187d74;
}
.donate .custom-control-input:checked~.custom-control-label::before {
    border-color: #24beb0;
    background-color: #24beb0;
}
.programs {
    padding: 40px 0;
}
.programs .owl-stage-outer {
    padding: 60px 16px;
}
.programs .wrapper {
    border: 2px dotted #24BEB0;
    padding: 2px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    transform: rotate(45deg);
    box-shadow: 10px 10px 0 #24BEB0;
    border-radius: 4px;
}
.programs {
    background-color: #FAFAFA;
    position: relative;
}
.programs .heading {
    text-align: center;
    margin-bottom: 17px;
    margin-top: -40px;
}
.programs .heading h2 {
    font-size: 24px;
    background-color: #24BEB0;
    color:#fff;
    padding: 4px 20px 10px 20px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    position: relative;
    display: inline-block;

}
.programs .slideBox {
    border: 2px solid #24BEB0;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    padding: 10px;
    border-radius: 4px;
}
.programs .slideBox .imgLogo{
    width: 40px;
    height: 40px;
    margin-right: 52px;
    transform: rotate(-45deg);
}
.programs .slideBox p{
    color-interpolation-filters: #000;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(-45deg);
    margin-right: -14px;
    margin-top: -8px;
}

.programs .owl-nav {
    margin-top: 20px;
    text-align: center;
}
.programs .owl-nav .owl-prev {
    margin-left: 10px;
}
.programs .owl-next:focus , .home_cards .owl-next:active,
.programs .owl-prev:focus , .home_cards .owl-prev:active {
    outline: 0;
    border: 0;
}
.programs .owl-next span ,
.programs .owl-prev span  {
    padding: 0px 10px;
    text-align: center;
    line-height: 22px;
    background-color: #FFF;
    color: #24BEB0;
    border: 1px solid #DDD;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.programs .owl-next span:hover ,
.programs .owl-prev span:hover  {
    background-color: #24BEB0;
    color: #FFF;
    border: 1px solid #24BEB0;
}
/* End  Home Page */






/************************************
PAGINATION
**************************************/

/* Start  Pagination */
.pagination {
    background-color: #F5F5F5;
    padding: 20px;
}
.pagination a:first-child {
    color:#898989;
}
.pagination a:last-child {
    color:#24BEB0;
}
.pagination a:hover {
    text-decoration: none;
}
.pagination span {
    margin: 0 10px;
    color:#898989;
}
/* End  Pagination */

.conInfo .social {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
}
.conInfo .social li {
    margin-right: 5px;
}
.conInfo .social li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #24BEB0;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid #24BEB0;
}


