@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';
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

/* PRELOADER */
#preloader {
    background-color: #FFFFFF;
    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: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}

.vl{
    border-left: 0.5px solid #FFFFFF;
    margin-top: 15px;
    margin-bottom: 22px;
}


/* Start Social Navigation Bar */
.social-nav {
    background-color: #13245F;
    background-size: cover;
    background-repeat: round;
    height: 40px;
}
.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{
    margin-top: 5px;
}
.navbar-collapse {
margin-top: 20px;
}
.navbar .navbar-brand img {
    width: 190px;
}
.navbar .navbar-toggler .fa {
    color: #13245F;
    border: 1px solid #13245F;
    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: #13245F;
    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: #13245F;
}
.navbar .nav-link {
    color: #13245F;
    font-size: 20px;
}
.navbar .nav-link:active{
    color: #007897;
}
.navbar .options .nav-item {
    margin-top: -10px;
}
.navbar .links .nav-item {
    margin-right: 10px;
}
.navbar .nav-item{
    margin-right: 10px;
}
.navbar .nav-item .item-name {
    color: #007897;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.navbar .nav-item .item-edit {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #13245F;
    border-radius: 24px;
    text-decoration: none;
    color: #13245F;
    font-size: 14px;
    text-align: center;
}
.navbar .nav-item .item-logout {
    display: block;
    color: #646464;
    text-decoration: none;
    font-size: 13px;
}
.navbar .links .nav-item .slash {
    margin-left: 10px;
    color: #13245F;
}
.navbar .options .send {
    color: #007897;
}
.navbar .options .contributed .btn {
    background-color: #007897;
    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: #007897;
}
.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 */
.carousel-item img{
    height: 480px;object-fit: fill;
}
.carousel-item {
    position: relative;
}
.carousel-item .fa {
    position: absolute;
    z-index: 9999;
    bottom: 91px;
    right: 0;
    background-color: #13245F;
    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 #13245F
}
.carousel-caption{
    background-color: rgb(255,255,255,25%);
    padding: 15px;
    border-radius: 40px;
    top: 20%;
    bottom: auto;
    right: auto;
    left: 7%;
    width:300px;
    line-height: 20px;
}
.carousel-caption h5{
    line-height: 30px;
    font-size: 17px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #FFF;
}
.carousel-indicators li.active {
    background-color: #13245F;
}
/* End Slider */

/* Start Footer */
footer {
    background-color: #13245F;
    padding: 30px;
}
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: 12px;
    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: #007897;
    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: #007897;
    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: #007897;
    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: #007897;
    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 */

/********************
articals page
*******************/
.articals{
    padding: 50px 0;
}

.articals .nav-tabs {
    border-bottom: none;
}

.articals .nav-tabs .item li a{
    float: right;
	margin: 0 40px;
	cursor: pointer;
	padding: 0px 60px;
	height: 36px;
	line-height: 31px;
	border: 1px solid #007897;
	background-color: #fff;
	color: #13245F;
	border-radius: 30px;
	overflow: hidden;
    text-decoration: none;
	position: relative;
}
/* .articals .nav-tabs .item li a:active{
    background-color: #007897;
    color: #ffffff;
}
.articals .nav-tabs .item li a:active{
color: #ffffff;
}
.articals .nav-tabs .item li a{
    color: #13245F;
} */
.articals button.owl-prev {
    position: absolute;
    left: 0px;
    top: -2%;
    transform: rotate(180deg);
    background-color: #007897 !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px;
    border-radius: 100% !important;
    color: #ffffff !important;
}

.articals button.owl-next {
    position: absolute;
    right: 0px;
    top: -2%;
    transform: rotate(180deg);
    background-color: #007897 !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px;
    border-radius: 100% !important;
    color: #ffffff !important;
}


.articals .owl-dots {
    display: none;
}

.articals .item {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.articals .tab-content {
    background-color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin-top: 30px;
    border-radius: 19px;
}

/***********************
artical details
*********************/
.artical_details{
    padding: 50px 0;
}

.artical_details .title{
    color: #007897;
    font-size: 20px;
}
.artical_details .content{
    color: #44474D;
    text-align: justify;
}
.artical_details .conInfo .social{
    display: flex;
    flex-direction: row-reverse;
}

.artical_details .conInfo {
    display: inline-block;
}

.artical_details .share{
    color: #13245F;
}

.artical_details .share .fa{
    color: #007897;
}
.artical_details .conInfo .social li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    color: #007897;
    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;
}


/*****************
login page
********************/
.login {
    padding: 30px;
    color: #13245F;
}

.login p{
    color: #13245F;
    margin-top: 20px;
    margin-bottom: 30px;
}
.login .form-control{
    border: 1px solid #13245F;
}
.login .form-group button{
    width: 100%;
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}
.login .form-group button:active{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}


/*****************
register page
********************/
.register {
    padding: 30px;
    color: #13245F;
}

.register p{
    color: #13245F;
    margin-top: 20px;
    margin-bottom: 30px;
}
.register .form-control{
    border: 1px solid #13245F;
}
.register .form-group button{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
    float: left;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}
.register .form-group button:active{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}

/*********************************
edit profile page
********************************/
.edit_profile {
    padding: 30px;
    color: #13245F;
}

.edit_profile p{
    color: #13245F;
    margin-top: 20px;
    margin-bottom: 30px;
}
.edit_profile .form-control{
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #13245F;
}
.edit_profile .form-group button{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
    float: left;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}
.edit_profile .form-group button:active{
    background-color: #007897;
    color: white;
    border: 1px solid #007897;
}

.edit_profile .upload-pro{
    margin-top: 20px;
}

.edit_profile .upload-pro .form-control{
    border: 1px solid #13245F;
}

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

/* Start Cards */
.card {
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.cards h2 {
    color: #13245F;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.cards h2:after {
    content: '';
    position: absolute;
    height: 1px;
    margin-top: 10px;
    width: 50%;
    background: linear-gradient( 159deg, #00FFBA 0%, #0771D0 100%);
    top: 33px;
    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: #007897;
    padding: 13px 10px 10px 10px;
    position: relative;
    font-size: 18px;
}
.cards a {
    text-decoration: none;
}
.cards .card p {
    color: #44474D;
    padding: 0px 10px 10px 10px;
    line-height: 25px;
    font-size: 14px;
}
.cards .card .share {
    text-align: end;
    color: #13245F;
}
.cards .card .share:hover {
    text-decoration: none;
}
.cards .card .share .fa {
    color: #007897;
    margin-right: 10px;
}

.cards .card .more {
    text-align: start;
    float: left;
    color: #13245F;
}
.cards .card .more:hover {
    text-decoration: none;
}
.cards .card .more .fa {
    color: #007897;
    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: #13245F;
}
.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 #007897;
}
.send-idea form .sendBtn {
    margin-bottom: 20px;
    text-align: end;
}
.send-idea form .sendBtn .btn {
    background-color: #007897;
    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: #007897;
}
.send-idea form .sendBtn .btn:focus ,
.send-idea form .sendBtn .btn:active {
    box-shadow: none;
}
.send-idea textarea {
    background-color: #F7F7F7;
}
/* End Send Idea */

.send-idea .conInfo .social {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
}

.send-idea .conInfo .social li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    color: #007897;
    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;
}

/************************************
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 : #13245F;
    font-size: 19px;
}
.about .about-content p {
    font-size: 16px;
    color: #44474D;
}
.about .slider {
    border: 1px solid #C9C9C9;
    padding: 4px;
    min-height: 305px;
}
.about .vedio {
    margin-top: 20px;
    border: 1px solid #C9C9C9;
    padding: 4px;
}
.about .video-btn {
    height: 50px;
    width: 50px;
    background: #13245F;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 14%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
}
.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: #13245F;
    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: 40%;
    background-color: #24BEB0;
    top: 20px;
    left: 0;
}
.about h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    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 */

/*******************************
traing page
******************************/
.training .zoom{
    background: #13245F;
    border-radius: 25px;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 45%;
}
.training .zoom img{
    display: block;
}
.training .zoom span{
    color: white;
}
.training .zoom a{
    text-decoration: none;
}



/************************************
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 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: #13245F;
    font-size: 24px;
    position: relative;
    margin-bottom: 7px;
}
.achive h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width:50%;
    margin-top: 10px;
    background: linear-gradient( 159deg, #00FFBA 0%, #0771D0 100%);
    top: 33px;
    right: 0;
}

.achive .box {
    display: flex;
}
.achive .box .image {
    width: 56px;
    margin-top: 14px;
}
.achive .box .image img {
    width: 40px;
}
.achive .box .content{
    margin-top: -30px;
}
.achive .box .content span {
    color: #13245F;
    font-size: 24px;
    font-weight: 600;
}
.achive .box .content p {
    font-weight: 600;
    color: #13245F;
    margin-top: 15px;
    margin-bottom: 0;
}
.achive .BColor {
    background-color: rgb(0,120,151,4%);
    padding: 30px 0;
}

.home_cards {
    margin-top: 40px;
}

.home_cards h2 {
    color: #13245F;
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.home_cards h2:after {
    content: '';
    position: absolute;
    height: 1px;
    margin-top: 10px;
    width: 50%;
    background: linear-gradient( 159deg, #00FFBA 0%, #0771D0 100%);
    top: 33px;
    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: #007897;
    padding: 13px 10px 10px 10px;
    position: relative;
    font-size: 20px;
}
.home_cards .card p {
    color: #44474D;
    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: #007897;
    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: #007897;
    color: #FFF;
    border: 1px solid #007897;
}
.donate {
    padding: 40px 0;
    background-color: rgb(0,120,151,4%);
}

.donate .video-btn {
    height: 50px;
    width: 50px;
    background: #13245F;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
}

.donate .masarat{
    background-image: url('../images/Group 2637.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: contain;
    margin-top: 100px;
}
.donate .masarat a{
    text-decoration: none;
}
.donate .masarat .masar_one{
    color: #13245F;
    font-size: 17px;
    width: 27%;
    float: right;
    margin-right: 18px;
    margin-top: 65px;
    line-height: 27px;
}
.donate .masarat .masar_two{
    color: #13245F;
    font-size: 17px;
    width: 20%;
    margin-top: 126px;
    display: inline-block;
    margin-right: 122px;
}
.donate .masarat .masar_three{
    color: #13245F;
    font-size: 17px;
    width: 26%;
    float: left;
    margin-left: 6px;
    margin-top: 70px;
    line-height: 25px;
}
.donate h2 {
    color: #13245F;
    font-size: 24px;
    margin-bottom: 27px;
}
.donate h2::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    background: linear-gradient( 159deg, #00FFBA 0%, #0771D0 100%);
    top: 33px;
    right: 0;
}
.donate p {
    margin-bottom: 4px;
    margin-top: 30px;
}

.programs {
    padding: 40px 0;
}
.programs .owl-stage-outer {
    padding: 60px 16px;
}
/* .programs .wrapper:after{
    content: '';
    position: absolute;
    background: #707070;
    width: 45px;
    height: 1px;
    top: 126px;
    left: 5px;
} */
.programs {
    padding-top: 0;
    background-color: #FFFFFF;
    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 {
    background-image: url("../images/bg_pro.svg");
    width: 120px;
    height: 200px;
    text-align: center;
    padding: 10px;
}
.programs .slideBox .imgLogo{
    width: 30px;
    height: 30px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
.programs .slideBox p{
    color: #13245F;
    font-size: 18px;
    font-weight: 600;
    padding-top: 45px;
    border-radius: 27px;
}

.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: #13245F;
    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: #13245F;
    color: #FFF;
    border: 1px solid #13245F;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* End  Home Page */

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

/* Start  Pagination */
.pagination {
    background-color: rgb(227,227,227,15%);
    padding: 20px;
}
.pagination a:first-child {
    color:#13245F;
}
.pagination a {
    color:#007897;
}
.pagination a:hover {
    text-decoration: none;
}
.pagination span {
    margin: 0 10px;
    color:#898989;
}
/* End  Pagination */
