@font-face {
    font-family: "alsamtdiwani";
    src: url(../fonts/alsamtdiwani.ttf);
}

@font-face {
    font-family: "JF-Flat";
    src: url(../fonts/JF-Flat-regular.ttf);
}

*, * button:focus {
    outline: 0
}

body {
    font-family: 'JF-Flat', sans-serif;
    direction: rtl;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
}

body p {
    font-family: 'JF-Flat', sans-serif;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(-135deg, #def15e, #f4fdb8);
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container {
    position: relative;
    z-index: 20;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
}

a, span, img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #def15e;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 50px 0;
}

.light {
    background-color: #fff !important;
}

.navbar .custom-navbar.light .nav-list .nav-items .nav-links {
    color: #111;
}

.bg-gray {
    background-color: #f6f6f6;
}

.block {
    display: block;
    padding: 10px !important;
    text-align: center;
    margin-top: 15px;
}

.butn {
    border-radius: 50px;
    padding: 9px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
}

.butn span {
    color: #111;
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-size: 13px;
}

.butn:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    transition: all 0.3s linear;
    background: linear-gradient(-135deg, #def15e, #f4fdb8);
}

.butn:hover::after {
    left: 0;
}

.section-head {
    margin-bottom: 30px;
    overflow: hidden;
}

.section-head h2 {
    color: #333;
    font-size: 60px;
    position: relative;
    line-height: 1.5;
    padding: 50px 80px 0;
    margin-bottom: 0;
    font-family: 'alsamtdiwani', sans-serif;
    display: inline-block;
}

.section-head p {
    font-size: 14px;
    color: #999;
}

.section-head.light h2 {
    color: #fff;
}

.section-head.light p {
    color: #fff;
}

.section-head img {
    width: 300px;
}

.section-head h2 img:first-of-type {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
}

.section-head h2 img:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
}

label {
    margin-bottom: 15px;
}

.form-control, textarea {
    width: 100%;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #9993;
    font-size: 13px;
    border-radius: 5px;
}

.form-control::placeholder, textarea::placeholder {
    color: #777;
}

select.form-control {
    padding: 0 15px;
    height: 40px;
}

.form-control:focus, textarea:focus {
    background-color: #00000005;
    border-color: #9995;
    outline: 0;
    box-shadow: none;
}

.owl-carousel {
    direction: ltr;
}

/* ============== */

.an-delay-1 {
    animation-delay: 0.2s;
}

.an-delay-2 {
    animation-delay: 0.4s;
}

.an-delay-3 {
    animation-delay: 0.6s;
}

.an-delay-4 {
    animation-delay: 0.8s;
}

.an-delay-5 {
    animation-delay: 1s;
}

.an-delay-6 {
    animation-delay: 1.2s;
}

.an-delay-7 {
    animation-delay: 1.4s;
}

.an-delay-8 {
    animation-delay: 1.6s;
}

.an-delay-9 {
    animation-delay: 1.8s;
}

.an-delay-10 {
    animation-delay: 2s;
}

/* ==================== navbar style ============================== */

.navbar {
    padding: 0;
}

/* ----------- nav-toggle button --------- */

.navbar .nav-toggle {
    display: none;
}

.nav-toggle span {
    width: 35px;
    background-color: #def15e;
    height: 3px;
    display: block;
    margin: 7px 0;
    transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
    transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:last-of-type {
    transform: rotate(-45deg) translateX(15px);
}

/* ----------- custom-navbar --------- */

.navbar .custom-navbar {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #fff1;
}

.navbar .custom-navbar .nav-list .mob-logo {
    display: none;
}

.navbar-brand {
    padding: 10px 30px;
}

.navbar-brand img {
    width: 120px;
}

.navbar .custom-navbar .nav-list {
    text-align: left;
    z-index: 100;
    margin-bottom: 0;
    padding: 30px 0;
    padding-left: 120px;
}

.navbar .custom-navbar .nav-list .nav-items {
    display: inline-block;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links {
    padding: 6px 13px;
    margin: 15px 0;
    position: relative;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
    font-weight: bold;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links:hover {
    color: #111;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, #def15e, #e7eeb9);
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
    z-index: -1;
    /* transform: rotateY(90deg); */
    transform: rotate3d(1, 1, 1, -90deg);
    opacity: 0;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links:hover::after {
    /* transform: rotateY(0); */
    transform: rotate3d(1, 1, 1, 90deg);
    opacity: 1;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: linear-gradient(-135deg, #def15e, #e7eeb9);
    left: 50%;
    bottom: 0;
    transition: all 0.2s ease-in;
    z-index: -1;
    /* transform: rotateY(90deg); */
}

.navbar .custom-navbar .nav-list .nav-items .nav-links:hover::before {
    /* transform: rotateY(0); */
    width: 100%;
    transition-delay: 0.6s;
    left: 0;
}

.navbar .custom-navbar .drop-nav {
    position: relative;
}

.navbar .custom-navbar .drop-nav .drop-down {
    width: 170px;
    position: absolute;
    right: 25%;
    top: 150%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 150;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    border-radius: 5px;
}

.navbar .custom-navbar .drop-nav:hover>.drop-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .custom-navbar .drop-nav .drop-down a {
    font-weight: 500;
    padding: 8px 15px;
    border-bottom: 1px solid #9995;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    color: #111;
}

.navbar .custom-navbar .drop-nav .drop-down a:hover {
    background-color: #def15e;
}

.navbar .custom-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar .custom-navbar.fixed .nav-list .nav-items .nav-links {
    color: #222;
    margin-top: 12px;
}

.navbar .custom-navbar.fixed .nav-list .nav-items .nav-links::after {
    background-color: #006195;
}

/* -------------------- header ------------------------- */

header {
    min-height: 100vh;
    position: relative;
    padding-top: 200px;
    background-color: #fff;
    overflow: hidden;
}

.header-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 5;
}

header .content p {
    color: #f9f9f9;
    line-height: 2;
    font-size: 17px;
    margin-bottom: 30px;
}

header .content {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
}

header .content h1 {
    font-size: calc(3vw + 20px);
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* ==================== about style ============================== */

.about {
    overflow: hidden;
    position: relative;
}

.about .info {
    position: relative;
}

.about .info h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
    position: relative;
}

.about .info .item {
    padding: 15px;
}

.about .l-side .img {
    position: relative;
}

.about .l-side .img img {
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    width: 90%;
    margin-left: 5%;
}

/* ==================== vision style ============================== */

.vision {
    position: relative;
}

.vision .items {
    padding: 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.vision .items:after {
    position: absolute;
    content: "";
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid #def15e;
    z-index: -1;
    transition: all 0.3s ease;
}

.vision .items:hover:after {
    left: -2px;
    bottom: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}

.vision .items .icon {
    position: relative;
    display: inline-block;
}

.vision .items .icon img {
    width: 60px;
    position: relative;
    z-index: 2;
}

.vision .items h4 {
    margin: 15px 0;
}

.vision .items p {
    color: #777;
    line-height: 2;
}

/* ==================== numbers style ============================== */

.numbers {
    padding: 100px 0;
    background: url(../images/numbers.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

.numbers:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
}

.numbers .items {
    color: #fff;
    padding: 30px 15px;
    background-color: #0003;
    border: 1px dashed #ddf15e4b;
}

.numbers .items h4 {
    line-height: 2.2;
    font-size: 21px;
}

.numbers .items i {
    font-size: 30px;
}

.numbers .items h2 {
    letter-spacing: 2px;
}

/* ==================== conditions style ============================== */

.conditions .info h4 {
    margin-bottom: 20px;
}

.conditions ul li span {
    width: 30px;
    height: 30px;
    border: 1px solid #9994;
    border-radius: 50%;
    margin-left: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.conditions .img {
    height: 350px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.conditions .img:after {
    position: absolute;
    content: "";
    left: -15px;
    bottom: -15px;
    width: 40%;
    height: 40%;
    background-color: rgb(222, 241, 94);
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.conditions .img:before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -15px;
    width: 40%;
    height: 40%;
    background-color: rgb(222, 241, 94);
    z-index: -1;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

.conditions .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* ==================== video style ============================== */

.video {
    position: relative;
}

.video:after, .vision:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-image: url(../images/islamic1.png);
    background-size: cover;
    pointer-events: none;
    opacity: 0.5;
}

.video:before, .vision:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-image: url(../images/islamic1.png);
    background-size: cover;
    pointer-events: none;
    opacity: 0.5;
    transform: rotateY(180deg);
}

.video .content {
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.video .content h4 {
    margin-bottom: 15px;
}

.video .content p {
    margin-bottom: 30px;
}

.video .content video {
    width: 100%;
}

.video .content .img {
    padding: 30px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

/* ==================== gallery style ============================== */

.gallery .img {
    height: 350px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.gallery .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .img .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, #00000079, transparent);
    padding: 30px;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease;
    border-radius: 15px;
}

.gallery .img:hover .info {
    opacity: 1;
}

.gallery .img .info h5 {
    margin-bottom: 20px;
    opacity: 0;
    margin-top: 50px;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
}

.gallery .img .info p {
    color: #fff;
    opacity: 0;
    margin-top: 50px;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
}

.gallery .img:hover .info h5, .gallery .img:hover .info p {
    opacity: 1;
    margin-top: 0;
}

/* ==================== news style ============================== */

.news {
    position: relative;
    padding-bottom: 150px;
}

.news .l-pg, .news .r-pg {
    position: absolute;
    width: 30%;
    height: 100%;
    display: block;
    top: 0;
}

.news .items {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.news .items .img {
    height: 250px;
    position: relative;
}

.news .items .date {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    color: #222;
    padding: 10px 30px;
    font-size: 12px;
    text-align: right;
}

.news .items .date span {
    float: left;
}

.news .items .img .date span i {
    margin-left: 2px;
}

.news .items:hover .img .date {
    width: 100%;
}

.news .items:hover .img .date span {
    opacity: 1;
}

.news .items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news .items .info {
    padding: 30px 15px;
    background-color: #fff;
    position: relative;
    padding-top: 60px;
}

.news .items .info small {
    color: #777;
}

.news .items .info small a {
    color: #748315;
    margin-right: 10px;
    border-bottom: 1px solid #748315;
}

.news .items .info small a:hover {
    color: blue;
}

.news .items .info h5 {
    color: #444;
    font-weight: bold;
    margin-bottom: 15px;
}

/* ==================== mail style ============================== */

.mail {
    background-color: #fff;
    margin-bottom: 50px;
    border-bottom: 1px solid #0001;
    padding: 50px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -75px;
}

.mail h3 {
    color: #333;
    font-size: 21px;
}

form {
    position: relative;
}

form input {
    color: #222 !important;
    background-color: #f5f5f5;
}

form input::placeholder {
    color: #222;
}

.mail form .butn {
    position: absolute;
    top: 1px;
    left: 2px;
    border-radius: 5px;
}

/* --------------- video-bg ------------- */
.video-bg .items{
    margin-bottom: 50px;
    padding: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #9993;
}
.video-bg .items video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* ==================== footer style ============================== */

footer {
    position: relative;
    background-color: #272A30;
    padding-bottom: 0;
}

/* footer:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07;
    pointer-events: none;
    transition: all 5s ease;
    animation: scale 100s infinite linear;
} */

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(4);
    }
    100% {
        transform: scale(0);
    }
}

/* 
@keyframes movve{
    0%{
        top: 0;
    }

    50%{
        top: -100%;
    }

    100%{
        top: 0;
    }
} */

footer:hover:after {
    transform: scale(2);
}

footer .items h4 {
    color: #fff;
    margin-bottom: 30px;
}

footer .items li {
    width: 50%;
    float: right;
}

footer .items li a {
    color: #fff;
    line-height: 2.7;
}

footer .items li a:hover {
    padding-right: 10px;
}

footer .items li i {
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}

footer img {
    max-width: 150px;
    margin-bottom: 15px;
}

footer p {
    color: #fff;
    margin-bottom: 20px;
}

footer p i {
    margin-left: 10px;
}

footer p:last-of-type i {
    margin-left: 0;
}

footer .socail p a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff9;
    margin: 5px;
    text-align: center;
}

footer .socail p a:hover {
    background-color: #def15e;
}

footer .foot {
    border-top: 1px solid #9991;
    padding: 30px 0;
    margin-top: 50px;
}

footer .foot p {
    margin-bottom: 0;
    font-size: 13px;
}

/* ==================== pages style ============================== */

.about-pg .vision {
    padding-bottom: 150px;
}

/* ------------------- */

.inner-header {
    position: relative;
    padding-top: 200px;
    overflow: hidden;
}

.inner-header:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots3.png);
    background-size: contain;
    background-repeat: repeat;
    overflow: hidden;
    background-position: center;
    opacity: 0.3;
}

.inner-header h5 {
    color: #444;
}

.inner-header h5 a {
    font-size: 25px;
}

/* --------------------------- */

.pagination ul {
    margin: auto;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #9993;
}

.pagination ul li a:hover {
    background-color: #def15e;
    color: #000;
}

/* -------------------------- */

.news-det .info {
    padding: 30px;
    border: 1px solid #9994;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.news-det .img {
    height: 300px;
    margin-bottom: 30px;
}

.news-det .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-det .aside {
    height: 100%;
    border: 1px solid #9994;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
}

.news-det .aside h5 {
    margin-bottom: 30px;
}

.news-det .aside li {
    position: relative;
    padding-right: 115px;
    border: 1px solid #9995;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.news-det .aside li h6 {
    margin-top: 15px;
}

.news-det .aside li p {
    line-height: 1.5;
    font-size: 12px;
}

.news-det .aside li img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
}

/* -------------------------- */

.pdf .items {
    position: relative;
    padding: 30px;
    border: 1px solid #9995;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.pdf .items:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 100%;
    width: 10px;
    background: #def15e;
}

.pdf .items a img {
    width: 50px;
}

.pdf .items a {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    padding: 20px;
    border: 1px solid #9994;
    border-radius: 50%;
}

.pdf .items a:hover {
    border: 1px dashed #999;
}

/* -------------------------- */

.contact form {
    padding: 60px;
    border: 1px solid #9994;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact-info {
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-top: 60px;
    clip-path: polygon(30% 0, 100% 20%, 100% 100%, 0 100%, 0 25%);
    background: #def15e;
    margin-top: 50px;
}

.contact-info .items {
    padding-right: 120px;
    position: relative;
}

.contact-info .items p {
    margin-bottom: 5px;
    color: #000;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.contact-info .items span {
    position: absolute;
    right: 30px;
    top: 0;
    padding: 10px;
    border-left: 1px solid #000;
}

.contact-info .items span img {
    width: 40px;
}

/* -------------------------- */

.donation {
    background-color: #f7f7f7;
}

.donation .box {
    padding: 30px;
    border: 1px solid #9993;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.donation .box:after{
    position: absolute;
    content: "";
    right: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-color: #ecfd7f;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.donation .box h5 {
    padding: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #9995;
    position: relative;
    z-index: 5;
}

.donation .box .items {
    padding: 30px;
    border: 1px solid #9993;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
    padding-right: 120px;
    height: 88px;
    border-left: 5px solid #def15e;
    transition: all 0.3s ease;
    padding-left: 50px;
}

.donation.subscribe .box .items{
    height: 108px;
}

.donation .box .items:hover {
    border-left: 10px solid #def15e;
    border-bottom: 10px solid #def15e;
}

.donation .box .items p {
    margin-bottom: 0;
}

.donation .box p strong {
    float: left;
}

.donation .box .items .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    text-align: center;
    height: 100%;
    border-left: 1px dashed #9995;
}

.donation .box .items .icon img {
    width: 60px;
    margin: auto;
}

.donation .form-group{
    margin-bottom: 30px;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
    header {
        padding-top: 250px;
    }
    header .content .info {
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #ffffff70;
        padding: 0 15px;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: url(../images/mob-nav.png);
        background-size: cover;
        width: 300px;
        height: 100vh;
        opacity: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 30px 15px;
        background-color: #0008;
        display: inherit;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
    }
    .navbar .custom-navbar .nav-list .mob-logo .cls {
        float: left;
        font-size: 25px;
        color: #def15e;
        cursor: pointer;
        margin-top: 30px;
    }
    .navbar .custom-navbar .nav-list .nav-items .nav-links {
        line-height: 3;
        margin: 0;
    }
    .navbar .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 45px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    .navbar .navbar-nav {
        padding: 15px;
    }
    .navbar .custom-navbar .nav-list {
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        right: 0;
    }
    .navbar .custom-navbar .drop-nav:hover .drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .nav-list .nav-items .nav-links {
        color: #fff !important;
    }
    .lead-section .lead .items {
        padding-bottom: 100px;
    }
    .logo {
        text-align: right;
    }
    header, .about, .testmonials {
        overflow: hidden;
    }
    .vision .items, .numbers .items, .video .content video {
        margin-bottom: 50px;
    }
    .video .content {
        padding: 15px;
    }
    footer .foot p {
        text-align: center;
    }
    footer .foot {
        margin-top: 0;
    }
    footer p, footer h4 {
        text-align: right;
    }
    footer .items li {
        text-align: right;
        width: 100%;
    }
    .mail form .butn {
        padding: 10px;
    }
    .news .items {
        margin-bottom: 50px;
    }
}

/* ======== */

@media screen and (max-width: 787px) {
    footer {
        text-align: center;
    }
    footer .items, .team .items {
        margin-bottom: 30px;
    }
    .adv-det .user-details ul li {
        width: 100%;
    }
    .screen .frame {
        width: 48%;
        left: 26%;
    }
    .clients .info p {
        font-size: 14px;
    }
    .clients .info {
        background-color: #fff;
        border-radius: 15px;
        padding: 30px 15px;
        margin: 0 15px;
        text-align: center;
    }
}
.whatsapp-icon {
    position: fixed;
    left: 38px;
    bottom: 26px;
    z-index: 11;
}

/* ======= */

@media screen and (max-width: 480px) {
    .screen .frame {
        width: 100%;
        left: 0;
    }
}