﻿/*@charset "utf-8";
 CSS Document */
@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Cairo-Regular.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Cairo-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/arial-rounded-mt-regular.svg#JF-HelveticaNeue') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/Cairo-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Cairo-Bold.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Cairo-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/arial-rounded-mt-regular.svg#JF-HelveticaNeue') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

a {
    cursor: pointer;
}

html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, strong, b, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #5b5959;
    list-style: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        box-shadow: none;
        outline: none;
    }

.clear {
    clear: both;
}

a, li, img, .send, .fa, .more, .connect, .price, .light, .add, .det, .btn-slide,
.box-top {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    a:hover {
        color: unset;
    }

body {
    direction: rtl;
    font-family: 'Cairo-Regular';
}


.header {
    width: 100%;
    float: left;
    height: auto; /*130px;*/
    padding: 0 100px;
}

.logo {
    float: right;
    padding-top: 10px;
}

    .logo img {
        width: 170px;
    }

.logo-l {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

    .logo-l img {
        width: 250px;
    }

.left-div {
    height: 100%;
    align-items: center;
    display: flex;
    margin-right: -35px;
}

    .left-div li {
        display: inline-block;
        margin-right: 5px;
    }

        .left-div li img {
            width: 30px;
        }

        .left-div li:first-child {
            background: #E5861A;
            padding: 7px 10px;
            border-radius: 15px;
            font-size: 14px;
            margin-right: 0;
        }

            .left-div li:first-child img {
                width: 15px;
            }

            .left-div li:first-child span {
                float: left;
            }

        .left-div li a {
            color: #fff;
        }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

#cssmenu {
    display: flex;
    align-items: center;
    height: 100%;
}

    #cssmenu ul {
        float: right;
    }

    #cssmenu > ul > li {
        float: right;
    }

        #cssmenu > ul > li:last-child {
            margin: 0;
        }

    #cssmenu ul li a {
        padding: 20px 15px;
        font-size: 15px;
        color: #888888;
        text-transform: capitalize;
        font-family: 'Cairo-Bold';
    }

    #cssmenu ul li .active {
        color: #43beee;
    }

    #cssmenu ul li a:hover,
    #cssmenu ul li a:active,
    #cssmenu ul li a:focus {
        color: #43beee;
    }

    #cssmenu ul ul {
        position: absolute;
        right: -9999px;
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            padding: 0px 5px;
            transition: all .25s ease;
        }

            #cssmenu ul ul li:hover a {
                border-bottom: none;
            }

    #cssmenu li ul {
        margin: 0 auto;
        width: 158px;
    }

    #cssmenu li:hover > ul {
        right: auto;
        border-radius: 0;
        top: 80px;
        background-color: #43beee;
        z-index: 100;
        border-radius: 8px;
    }

        #cssmenu li:hover > ul:after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            left: 80px;
            top: 0px;
            -webkit-transform: rotate(-45deg) translateY(-10px);
            transform: rotate(-45deg) translateY(-10px);
            background-color: #43beee;
            border-width: 1px 1px 0px 0px;
            border-style: solid solid;
            border-color: #e7e5ef #e7e5ef;
            -webkit-border-image: initial;
            -o-border-image: initial;
            border-image: initial;
            border-bottom: 0px;
            border-left: 0px;
            border-radius: 0px 4px;
        }

        #cssmenu li:hover > ul > li {
            height: 28px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0px !important;
        padding-top: 0px !important;
        margin-right: -184px;
    }

    #cssmenu ul ul li a {
        border: 0 !important;
        background: none !important;
        width: 158px;
        color: #fff !important;
        font-size: 15px;
        font-family: 'Cairo-Regular';
        padding: 10px;
    }

        #cssmenu ul ul li a::before, #cssmenu ul ul li a::after {
            display: none;
        }

    #cssmenu ul ul li:last-child {
        padding-bottom: 50px;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover, .menu.sticky #cssmenu ul ul li:hover > a, .menu.sticky #cssmenu ul ul li a:hover {
        color: #43beee;
        border: 0 !important;
        background: none;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        left: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #3b3b3b;
        content: '';
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0 !important;
        padding-top: 10px;
        line-height: 18px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        left: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #3b3b3b;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

    #cssmenu > ul > li.ico-min {
        display: none;
    }

@media (max-width:1199px) {
    #cssmenu ul li a {
        padding: 15px 10px;
        font-size: 14px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #888888; /*rgba(0, 0, 0, 0.9);*/
    margin: 0 5px;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #43beee; /*rgba(0, 0, 0, 0.9);*/
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #43beee; /*rgba(0, 0, 0, 0.9);*/
    }

@media (max-width:991px) {
    #cssmenu li:hover > ul {
        background: #f7f7f7;
    }

    .logo img {
        width: 150px;
    }

    #cssmenu {
        float: right;
    }

        #cssmenu ul li:hover > ul, #cssmenu ul li > ul {
            box-shadow: none;
            border-radius: 0px;
        }

        #cssmenu > ul > li {
            border-left: none;
        }

        #cssmenu ul {
            width: 100%;
            display: none;
            background: #f7f7f7;
            padding: 5px;
            top: 75px;
            width: 223px;
            z-index: 120;
            position: absolute;
            left: 0px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
            border-radius: 0px 0px 4px 4px;
        }

            #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
                padding-top: 3px;
            }

            #cssmenu ul li {
                width: 100%;
                border-bottom: 1px solid #ddd;
            }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                float: right;
                text-align: right;
                height: auto;
                padding: 5px !important;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                }

        #cssmenu > ul > li {
            margin: 0;
        }

        #cssmenu ul ul li {
            border: 0;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            background: none;
            padding: 5px;
            color: #4c4b4b;
            font-size: 13px;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            right: 0;
            width: 100%;
            margin: 0;
            top: 0 !important;
            padding: 0 !important;
            text-align: right;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile {
            display: block;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }

    .button {
        position: absolute;
        right: 30px;
        top: 17px;
        cursor: pointer;
        z-index: 100;
    }

        .button:after {
            position: absolute;
            top: 14px;
            left: 8px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #43beee;
            border-bottom: 2px solid #43beee;
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 8px;
            left: 8px;
            display: block;
            height: 2px;
            width: 20px;
            background: #43beee;
            content: '';
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 14px;
            left: 8px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #43beee;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .button.menu-opened:before {
            top: 14px;
            background: #43beee;
            width: 19px;
            left: 8px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        left: 0;
        top: 0;
        display: block;
        height: 42px;
        width: 46px;
        cursor: pointer;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #f7f7f7;
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #333;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #333;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #333;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }

    #cssmenu > ul > li > a {
        padding: 13px 15px !important;
        border: 0 !important;
        border-radius: 0;
        color: #333;
    }

    #cssmenu ul ul li a {
        float: right;
        background: none !important;
        color: #737272 !important;
    }

        #cssmenu ul ul li a:hover {
            color: #fff !important;
        }

    #cssmenu > ul > li.has-sub:hover > a:after {
        background: #fff;
    }
}

@media (max-width:550px) {
    #cssmenu > ul > li.ico-min {
        display: block;
    }
}

@media (max-width:450px) {
    #cssmenu {
        margin-top: 10px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px #ccc;
}

    .sticky #cssmenu {
        padding-top: 10px;
    }

    .sticky .left-end {
        padding-top: 10px;
    }


/*****slider*****/
.slider {
    float: right;
    width: 100%;
}

.carousel-item {
    float: right;
    height: 527px;
}

    .carousel-item img {
        width: 100%;
        height: 100%;
    }

.carousel-indicators {
    margin-right: 45%;
    margin-left: 45%;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 25px;
    width: 200px;
    bottom: 20px;
}

    .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: relative;
        text-align: center;
        background-color: #fff;
        margin: 5px 10px;
    }

    .carousel-indicators .active::before {
        position: absolute;
        content: "";
        background: #07a54f;
        left: 4px;
        top: 5px;
        z-index: 10;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
/*****************content*****************/
.content {
    padding: 70px 50px;
    float: right;
    width: 100%;
}

.image-bg {
    position: relative;
    background: url(../images/coins.png) no-repeat;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 60px;
}

.overlay-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 50px;
    border-radius: 60px;
}

.text-in {
    padding: 30px;
    background: #fff;
    border-radius: 39px;
    text-align: center;
    float: right;
    width: 100%;
}

.title {
    color: #07a54f;
    font-family: 'Cairo-Bold';
    font-size: 30px;
}

.main-list {
    margin: 10px 0;
    border-bottom: none;
}

.content .main-list li {
    display: inline-block;
    background: #949494;
    margin: 5px;
    text-align: center;
    color: #fff;
    font-family: 'Cairo-Bold';
    border-radius: 20px;
    width: 30%;
}

    .content .main-list li a {
        color: #fff;
        font-size: 15px;
        font-family: 'Cairo-Bold';
    }

.main-list li {
    display: inline-block;
    background: #949494;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Cairo-Bold';
    border-radius: 20px;
}

    .main-list li a {
        color: #fff;
        float: right;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        border-radius: 20px;
    }

.main-list .active {
    background: #07a54f;
    color: #fff;
    border-radius: 20px;
}

.donate-div {
    text-align: center;
    margin: 0 auto;
    width: 250px;
}

    .donate-div label {
        float: right;
        width: 100%;
        color: #07a54f;
        font-family: 'Cairo-Bold';
        font-size: 20px;
    }

    .donate-div .input-group {
        justify-content: center;
    }

        .donate-div .input-group > .custom-file,
        .donate-div .input-group > .custom-select,
        .donate-div .input-group > .form-control,
        .donate-div .input-group > .form-control-plaintext {
            flex: 0;
            width: 62px;
            text-align: center;
            border-radius: 8px;
            height: 30px;
            margin: 0 13px;
            font-size: 20px;
            border: 1px solid rgb(100, 80, 80);
            font-family: 'Cairo-Bold';
        }

    .donate-div .input-group-btn .btn {
        line-height: 6px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 0px 0;
        text-align: center;
    }

        .donate-div .input-group-btn .btn:active,
        .donate-div .input-group-btn .btn:focus,
        .donate-div .form-control:active,
        .donate-div .form-control:focus {
            box-shadow: none;
            outline: none;
        }

    .donate-div button span {
        display: block;
        margin-top: -2px;
    }

.mins-btn button {
    color: #fff;
    background-color: #e5861a;
    font-family: 'Cairo-Bold';
    font-size: 18px;
}

.number-list {
    padding-top: 20px;
}

    .number-list li {
        display: inline-block;
        width: 17%;
        background: #07a54f;
        margin: 0 3px 5px;
        border-radius: 8px;
    }

        .number-list li a {
            color: #fff;
            font-family: 'Cairo-Bold';
        }

.quick-donate {
    width: 100%;
    justify-content: center;
    float: right;
}

    .quick-donate li {
        padding: 7px 10px;
        border-radius: 8px;
        margin: 10px 5px;
        float: right;
        position: relative;
    }

        .quick-donate li:hover {
            cursor: pointer;
        }

        .quick-donate li:first-child {
            width: 167px;
        }

            .quick-donate li:first-child span {
                position: absolute;
                left: 5px;
                top: 5px;
            }

        .quick-donate li img {
            width: 20px;
        }

        .quick-donate li:first-child {
            border: 1px solid #07a54f;
            background-color: #fff;
        }

        .quick-donate li a {
            color: #07a54f;
            font-family: 'Cairo-Bold';
            font-size: 13px;
            float: right;
        }

        .quick-donate li:last-child a {
            color: #fff;
        }

        .quick-donate li:last-child span {
            margin-right: 7px;
        }

        .quick-donate li:last-child {
            background: #07a54f;
        }

/********/
.second-section {
    background-color: #e9e9e9;
    padding: 70px 50px 280px;
    float: right;
    width: 100%;
    height: 100%;
}

.inn-div {
    border: 2px solid #07a54f;
    height: 300px;
    border-radius: 35px;
    position: relative;
}

.second-section .inn-div .main-list {
    position: absolute;
    top: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .second-section .inn-div .main-list li {
        width: 20%;
        border-radius: 33px;
        box-shadow: 0 3px 5px #ccc;
    }

        .second-section .inn-div .main-list li a {
            border-radius: 33px;
            color: #07a54f;
            background: #fff;
            padding: 10px 0;
            font-size: 20px;
        }

    .second-section .inn-div .main-list .active {
        border-radius: 25px;
        background: #07a54f;
        color: #fff;
    }

.second-section .tab-content {
    padding: 0 50px;
}

.box {
    margin-top: 50px;
    box-shadow: 0 3px 25px #ccc;
    position: relative;
    border-radius: 60px;
}

.img-main {
    width: 100%;
    height: 180px;
    background: #fff;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
}

.text-div {
    background: #fff;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    float: right;
    width: 100%;
    text-align: center;
    box-shadow: 0 3px 5px #ccc;
    padding-bottom: 20px;
}

.tit {
    width: 100%;
    text-align: center;
}

    .tit a {
        color: #07a54f;
        font-size: 20px;
        font-family: 'Cairo-Bold';
    }

.det {
    color: #666;
    margin-bottom: 10px;
}

.more {
    color: #07a54f;
    border: 1px solid #333;
    border-radius: 25px;
    font-size: 13px;
    font-family: 'Cairo-Bold';
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer {
    background: #07a550;
    padding: 20px 50px 0;
    float: right;
    width: 100%;
}

.box-footer {
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

    .box-footer ul li {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
    }

        .box-footer ul li span {
            margin-left: 7px;
        }

        .box-footer ul li:last-child {
            border-bottom: none;
        }

        .box-footer ul li a {
            color: #fff;
            font-size: 17px;
        }

    .box-footer .social li {
        border-bottom: none;
        display: inline-block;
        margin: 0 3px;
    }

        .box-footer .social li img {
            width: 30px;
            height: 30px;
        }

    .box-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 5px;
        font-family: 'Cairo-Bold';
    }

    .box-footer .note {
        font-family: 'Cairo-Bold';
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .box-footer .note img {
            width: 20px;
            margin-left: 10px;
        }

.newspaper {
    margin-right: 30px;
}

.form-group {
    display: flex;
    margin-top: 20px;
}

.box-footer .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    width: 165px;
    margin-left: 5px;
    border-radius: 8px;
}

.add-on button {
    background-color: #fff;
    border: 1px solid #fff;
    font-family: 'Cairo-Bold';
    font-size: 12px;
    color: #07a54f;
    height: 37px;
    border-radius: 8px;
    padding: 0 7px;
}

.copy-right {
    background: #fff;
    float: right;
    width: 100%;
    padding: 7px;
}

    .copy-right p {
        color: #43beee;
        text-align: center;
        font-size: 13px;
    }
/******projects page ******/
.search-div {
    float: right;
    width: 100%;
    background: #07a550;
    padding: 50px;
    font-family: 'Cairo-Bold';
}

.forms label {
    color: #07a550;
    float: right;
    width: 100%;
    font-family: 'Cairo-Bold';
    font-size: 13px;
    padding-top: 5px;
}

.forms select,
.forms button {
    background-color: #07a550;
    border: 2px solid #fff;
    border-radius: 9px;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-family: 'Cairo-regular';
    padding: 0 5px;
    margin-bottom: 10px;
    height: 45px;
}

.forms button {
    padding: 5px;
    box-shadow: none;
    border: none;
}

    .forms button img {
        float: right;
        width: 15px;
    }

.add {
    float: left;
    background-color: #E5861A;
    border-radius: 9px;
    color: #fff !important;
    font-size: 14px;
    font-family: 'Cairo-regular';
    padding: 7px 25px;
    margin-bottom: 10px;
}

.modal-body select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #929292;
    border-radius: 0;
    color: #495057;
}

.add:hover {
    cursor: pointer;
}

.edit {
    color: #07a550;
    margin-left: 5px;
}

.stop {
    color: #f00;
    margin-left: 5px;
}

.details {
    color: #007bff;
    margin-left: 5px;
}

.options a {
    margin-left: 15px;
    font-size: 15px;
}

button:hover {
    cursor: pointer;
}

select:active,
select:focus,
button:active,
button:focus,
.form-control:active,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.project {
    padding: 50px;
    margin-bottom: 0;
}

    .project .box {
        margin-top: 0;
        margin-bottom: 60px;
        float: right;
        width: 100%;
        box-shadow: none;
        background-color: #fff;
        border-radius: 25px;
    }

        .project .box .img-main {
            height: 260px;
            border-radius: 29px;
        }

        .project .box .icon-pro {
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background: #fff;
            left: 5px;
            top: 5px;
            text-align: center;
            z-index: 20;
        }

            .project .box .icon-pro img {
                width: 15px;
            }

    .project .tit {
        text-align: center;
        height: 40px;
        overflow: hidden;
    }

        .project .tit a {
            font-size: 20px;
            font-family: 'Cairo-Regular';
        }

    .project .det {
        font-size: 14px;
        font-family: 'Cairo-bold';
        color: #a6a6a6;
        height: 65px;
        overflow: hidden;
    }

    .project .text-div {
        padding: 20px 20px 0;
        box-shadow: none;
    }

    .project .more {
        padding: 3px 10px;
        font-size: 13px;
        font-family: 'Cairo-bold';
    }

.more:hover {
    color: #07a550;
}

.ul-s li {
    display: inline-block;
    width: 49%;
}

    .ul-s li .num {
        display: block;
        color: #07a550;
        font-family: 'Cairo-bold';
        font-size: 20px;
    }

.target {
    color: #a6a6a6;
    font-family: 'Cairo-bold';
    font-size: 14px;
    position: relative;
}

    .target:before,
    .target:after {
        content: "";
        background: #a6a6a6;
        width: 30px;
        height: 1px;
        position: absolute;
        left: -53px;
        top: 11px;
    }

    .target:after {
        left: auto;
        right: -53px;
    }

.project .progress-bar {
    background-color: #07a550;
    border-radius: 25px;
}

.project .progress {
    border-radius: 25px;
    margin: 10px 20px;
    height: 20px;
}

.progress span {
    position: absolute;
    left: 45%;
    color: #07a550;
    font-size: 16px;
    font-family: 'Cairo-bold';
}

.project .donate-div {
    width: 100%;
}

.project .quick-donate {
    margin-bottom: -25px;
    margin-top: 20px;
}

    .project .quick-donate li {
        border-radius: 12px;
        padding: 5px 10px;
    }

        .project .quick-donate li a {
            font-size: 17px;
            font-family: 'Cairo-bold';
        }

.box-black .img-main {
    filter: grayscale(1);
}

.box-black .progress-bar {
    background-color: #e5861a;
}

    .box-black .progress-bar span {
        color: #fff;
    }

.box-black .donate-div {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-bottom: -15px;
}

.confirm {
    background-color: #e5861a;
    color: #fff;
    padding: 5px 35px;
    border-radius: 44px;
    font-family: 'Cairo-bold';
    font-size: 16px;
}

    .confirm:hover {
        color: #fff;
    }

.show-all {
    display: flex;
    background-color: #ABABAB;
    color: #fff;
    padding: 7px 0;
    border-radius: 35px;
    font-family: 'Cairo-bold';
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
}

    .show-all:hover {
        color: #fff;
    }

.inner {
    padding: 50px 50px 90px;
}

    .inner .box {
        height: 400px;
        border-radius: 29px;
    }

        .inner .box .img-main {
            height: 100%;
            border-radius: 29px;
        }

    .inner .text-div {
        border-radius: 25px;
        padding: 30px 65px;
    }

    .inner .tit {
        float: right;
        text-align: right;
        font-family: 'Cairo-bold';
        color: #07a550;
        font-size: 25px;
        height: auto;
        overflow: unset;
        padding-bottom: 20px;
    }

        .inner .tit span {
            float: left;
            color: #6d6b6b;
            font-size: 20px;
        }

            .inner .tit span small {
                display: inline-block;
                margin-top: 10px;
            }

            .inner .tit span img {
                float: left;
                margin-right: 5px;
                width: 40px;
            }

    .inner .progress {
        float: right;
        width: 100%;
        margin: 10px 0;
        height: 25px;
    }

    .inner .progress {
        font-size: 18px;
        font-family: 'Cairo-bold';
    }

    .inner .donate-div .input-group > .custom-file, .inner .donate-div .input-group > .custom-select,
    .inner .donate-div .input-group > .form-control, .inner .donate-div .input-group > .form-control-plaintext {
        width: 108px;
    }

input ::placeholder {
    color: #07a54f !important;
    font-family: 'Cairo-Bold';
}

.inner .mins-btn button,
.inner .btn-success {
    border: 2px solid #07a54f;
    background-color: transparent;
    color: #07a54f;
    font-family: 'Cairo-Bold';
}

.inner .donate-div {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.inner .number-list li {
    width: 10%;
    margin-top: 10px;
}

    .inner .number-list li a {
        font-size: 18px;
    }

.inner textarea {
    float: right;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #ddd;
    height: 100px;
    resize: none;
    margin: 20px 0 10px;
    padding: 5px;
}

    .inner textarea:focus,
    .inner textarea:active {
        box-shadow: none;
        outline: none;
        border-radius: 8px;
    }

.inner .quick-donate {
    display: unset;
    float: right;
    width: 100%;
    text-align: center;
    margin: 0;
}

    .inner .quick-donate li {
        display: inline-block;
        float: none;
        /* 	width: 240px;
 */ border-radius: 12px;
        padding: 5px 40px;
    }

        .inner .quick-donate li a {
            font-size: 18px;
            float: right;
            width: 100%;
        }

.inner .main-list {
    display: flex;
    justify-content: center;
}

    .inner .main-list li,
    .inner .main-list .active {
        border-radius: 53px;
    }

        .inner .main-list li a {
            font-size: 18px;
        }

.inner .quick-donate li:last-child span {
    position: absolute;
    left: 5px;
    top: 5px;
}

.inner .quick-donate li small {
    display: inline-block;
}

footer ::placeholder {
    color: #fff !important;
    font-size: 12px;
}

.main-list li {
    background: #fff;
    border-radius: 25px;
    width: 15%;
}

    .main-list li a {
        color: #07a54f;
    }

.inner .tab-content {
    background: #fff;
    border-radius: 29px;
    text-align: center;
    float: right;
    width: 100%;
    padding: 35px 50px;
}

    .inner .tab-content .tit {
        text-align: center;
        font-size: 25px;
    }

    .inner .tab-content .det {
        float: right;
        width: 100%;
        font-size: 18px;
        height: auto;
        overflow: visible;
        padding: 15px 50px;
        color: #A5A5A5;
        font-family: 'Cairo-Regular';
    }

.list-pro {
    border-top: 1px solid #a6a6a6;
    width: 550px;
    display: inline-block;
    margin: 20px auto;
    padding: 10px;
}

    .list-pro li {
        float: right;
        margin: 5px;
    }

        .list-pro li a {
            background: #fff;
            float: right;
            border: 1px solid #9B9B9B;
            padding: 2px 10px;
            font-size: 17px;
            color: #9B9B9B;
            border-radius: 25px;
        }

        .list-pro li .active {
            color: #07A54F;
            border: 1px solid #07A54F;
        }

.dets-list li {
    float: right;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #D6D6D6;
    text-align: right;
    color: #a6a6a6;
    font-size: 18px;
}

    .dets-list li:last-child {
        border-bottom: none;
    }

    .dets-list li span {
        color: #07a54f;
        display: inline-block;
        width: 250px;
    }

.team .box {
    height: 400px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.team .icon-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 10;
}

    .team .icon-play img {
        width: 50px;
    }

.team .text-div {
    padding: 48px 20px;
    margin-bottom: 15px;
}

.regist-div {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px 40px 20px;
    border-radius: 33px;
}

    .regist-div form {
        width: 360px;
        margin: 0 auto;
        text-align: center;
    }

    .regist-div h4 {
        text-align: center;
        font-family: 'Cairo-regular';
        color: #07a550;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .regist-div label {
        float: right;
        width: 100%;
        color: #666;
        font-size: 14px;
        text-align: right;
    }

    .regist-div .form-control {
        background: #eee;
        height: 30px;
        border: none;
        font-size: 12px;
        margin-bottom: 15px;
    }

.subscribe {
    font-family: 'Cairo-bold';
    background: #07a550;
    color: #fff;
    padding: 5px 40px;
    border-radius: 44px;
    border: none;
    font-size: 20px;
    margin: 10px 0;
}

.team-div {
    float: right;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 54px;
}

    .team-div img {
        width: 140px;
        height: 130px;
        border-radius: 26px;
    }

    .team-div .dets {
        margin: 22px 0;
        font-size: 18px;
        color: #707070;
    }

    .team-div .target {
        color: #07a550;
        font-size: 20px;
    }

        .team-div .target:before,
        .team-div .target:after {
            width: 100px;
            background: #07a550;
            left: -120px;
            top: 28px;
        }

        .team-div .target:after {
            right: -120px;
            left: auto;
        }

.div2 {
    display: flex;
    align-items: center;
    padding: 50px !important;
}

.image {
    width: 250px;
    text-align: center;
}

.div2 .dets {
    text-align: right;
    font-size: 18px;
    white-space: pre-wrap;
}

.image img {
    width: 130px;
}

.box-inn {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 80px 0;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 3px 5px #ccc;
}

.icon-inn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    background: #07a550;
    position: absolute;
    top: -50px;
}

    .icon-inn img {
        width: 60px;
    }

.box-inn .dets {
    text-align: center;
    margin-top: 90px;
}

.shares {
    background: #07a550;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    font-family: 'Cairo-bold';
    display: flex;
    justify-content: center;
}

    .shares span {
        margin-left: 15px;
        margin-top: 5px;
    }

    .shares li {
        display: inline-block;
    }

        .shares li img {
            width: 25px;
            margin: 0 5px;
        }


.donate-pop .modal-content {
    border-radius: 25px;
    background-color: #F6F3F2;
}

.donate-pop .quick-donate li {
    float: right;
    width: 100%;
}

    .donate-pop .quick-donate li:first-child a {
        color: #05BC7B;
    }

    .donate-pop .quick-donate li a {
        float: right;
        width: 100%;
        font-size: 16px;
        font-family: 'Cairo-bold';
    }

    .donate-pop .quick-donate li:last-child span {
        float: left;
    }

.after-div {
    background-color: #3a3b40;
    padding: 70px 70px 100px 70px;
}

    .after-div .box-inn {
        display: unset;
        float: right;
        width: 100%;
        text-align: center;
        margin: 50px auto;
        box-shadow: 0 3px 5px #f8f8f8;
    }

        .after-div .box-inn .icon-inn {
            width: 80px;
            height: 80px;
            line-height: 80px;
            margin: -70px auto 0;
            position: unset;
        }

        .after-div .box-inn h3 {
            font-size: 30px;
            padding-top: 30px;
            color: #989898;
        }

        .after-div .box-inn h1 {
            font-size: 40px;
            color: #07A54F;
            padding-top: 15px;
        }

        .after-div .box-inn p {
            color: #989898;
            font-size: 24px;
            padding-top: 10px;
        }

        .after-div .box-inn .icon-inn img {
            width: 60px;
        }

    .after-div .box-inn {
        position: relative;
        padding-bottom: 60px;
    }

.donate-all {
    position: absolute;
    width: 80%;
    padding: 12px 0;
    bottom: -20px;
    left: 10%;
    background: #07A54F;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    font-family: 'Cairo-bold';
    box-shadow: 1px 1px 2px #07A54F;
}

    .donate-all:hover {
        color: #fff;
    }

.note-p {
    color: #4fbef0;
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
}

.center-div {
    text-align: center;
}

    .center-div ul {
        margin-top: 30px;
    }

        .center-div ul li {
            display: inline-block;
            border: 2px solid #989898;
            font-size: 17px;
            padding: 10px 30px;
            border-radius: 18px;
            margin: 10px;
        }

            .center-div ul li a {
                font-size: 18px;
                font-family: 'Cairo-bold';
            }

            .center-div ul li:first-child {
                border: 2px solid #07A54F;
            }

                .center-div ul li:first-child a {
                    color: #0fa051;
                }

    .center-div h3 {
        color: #989898;
        padding-top: 30px;
        font-size: 25px;
    }

.rate {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.done-div {
    float: right;
    width: 100%;
    text-align: center;
}

    .done-div img {
        width: 80px;
    }

    .done-div .note-p {
        font-family: 'Cairo-bold';
    }

.done-div {
    padding: 100px 0;
}

.login {
    padding: 10px 40px;
    background: #4fbef0;
    color: #fff;
    font-size: 18px;
    border-radius: 9px;
    font-family: 'Cairo-bold';
    /*width: 100%;
    float: right;
    margin-top: 30px;*/
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 2px 3px #c0c0c0;
    cursor: pointer;
}

    .login:hover {
        color: #fff;
    }

.login-modal {
    padding: 7px;
    background: #4fbef0;
    color: #fff;
    font-size: 18px;
    border-radius: 9px;
    font-family: 'Cairo-bold';
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 3px #c0c0c0;
    cursor: pointer;
}

    .login-modal:hover {
        color: #fff;
    }

.modal-header h3 {
    color: #43beee;
    float: right;
    text-align: center;
    font-family: 'Cairo-Regular';
    font-size: 17px;
}

.register {
    margin: 50px 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    float: right;
}

.forms .form-control {
    border: none;
    border-bottom: 1px solid #929292;
    border-radius: 0;
}

.forms ::placeholder {
    color: #929292 !important;
}

.form-login.forms .form-group:after {
    content: "*";
    color: #f00;
    font-size: 25px;
}

.register form .note-p {
    font-family: 'Cairo-bold';
}

#myModal-login label {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    color: #333;
    margin-top: 20px;
}

textarea {
    background-color: transparent;
    border-bottom: 1px solid #929292;
    width: 100%;
    resize: none;
    border-radius: 0;
}

    textarea:active,
    textarea:focus {
        outline: none;
        box-shadow: none;
    }

.form-control {
    margin-bottom: 10px;
}

.img-p {
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    height: 100px;
}

.choose {
    display: flex;
    height: 100px;
    align-items: center;
}

.forms label a {
    color: #07A54F;
    font-family: 'Cairo-bold';
    font-size: 14px;
}

.forget {
    margin-top: 0;
}

.table-bordered thead th {
    background-color: #f8f8f8;
}

.table-bordered tbody tr {
    background-color: transparent !important;
}

.login-social {
    float: right;
    width: 100%;
}

    .login-social li {
        float: right;
        width: 47%;
        text-align: center;
        padding: 7px;
        border-radius: 12px;
        margin: 20px 5px;
    }

        .login-social li:first-child {
            background: #485a96;
        }

        .login-social li:last-child {
            border: 1px solid #ddd;
        }

#myModal-login .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#myModal-login .nav-tabs .nav-item.show .nav-link, #myModal-login .nav-tabs .nav-link.active,
#myModal-login .nav-tabs .nav-link:focus, #myModal-login .nav-tabs .nav-link:hover {
    color: #07A54F;
    border: 1px solid #07A54F;
}

#myModal-login .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

    #myModal-login .nav-tabs .nav-link {
        color: #959595;
        border: 1px solid #959595;
        border-radius: 8px;
        font-family: 'Cairo-bold';
        font-size: 14px;
        background-color: transparent;
        margin: 0 10px;
        padding: 5px 10px;
    }

#myModal-login .forms .forget {
    display: unset;
}

#myModal-login .modal-body {
    padding: 0 50px;
}

#myModal-login .form-control {
    font-size: 15px;
    background-color: transparent;
}

#myModal-login .login-social li {
    width: 45%;
    padding: 5px;
}

.login-social li img {
    width: 25px;
}

#myModal-login .login-social li:last-child {
    border: 1px solid #ccc;
}

#myModal-login .modal-content,
#myModal-confirm .modal-content {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 30px;
}

#myModal-confirm .done-div {
    padding: 50px 0;
}

    #myModal-confirm .done-div img {
        width: 60px;
    }

@media (min-width: 1800px) {
    .carousel-item {
        height: 627px;
    }

    .header {
        padding: 0 155px 0 130px;
        height: auto;
    }

    #cssmenu ul li a {
        font-size: 16px;
        padding: 35px 12px;
    }

    #cssmenu ul ul li a {
        font-size: 14px;
    }

    .left-div li:first-child {
        font-size: 20px;
    }

        .left-div li:first-child img {
            width: 20px;
        }

        .left-div li:first-child span {
            float: left;
        }

    .left-div li {
        margin-right: 20px;
    }

    .image-bg {
        height: 726px;
    }

    .overlay-content {
        padding: 65px 50px;
    }

    .text-in {
        padding: 30px;
    }

    .title {
        color: #07a54f;
        font-family: 'Cairo-Bold';
        font-size: 55px;
    }

    .main-list {
        margin: 35px 0;
    }

    .content .main-list li {
        width: 29%;
        margin: 10px;
    }

        .content .main-list li a {
            font-size: 20px;
        }

    .donate-div label {
        font-size: 25px;
    }

    .number-list li {
        margin: 0 3px 16px;
    }

    .main-list {
        margin: 20px 0;
    }

    .overlay-content {
        padding: 30px 50px;
    }

    .second-section .inn-div .main-list {
        top: -80px;
    }

        .second-section .inn-div .main-list li a {
            font-size: 25px;
        }

    .box {
        margin-top: 70px;
    }

    .img-main {
        height: 250px;
    }

    .tit a {
        font-size: 30px;
    }

    .after-div {
        padding: 50px 150px;
    }

    .second-section {
        padding: 70px 150px 450px;
    }

    .footer {
        padding: 30px 100px 0;
    }

    .box-footer ul li a {
        font-size: 20px;
    }

    .box-footer .social li img {
        width: 39px;
        height: 39px;
    }

    .box-footer p {
        font-size: 14px;
    }

    .box-footer .note {
        font-size: 18px;
    }

        .box-footer .note img {
            width: 20px;
        }

    .add-on button {
        font-size: 13px;
        color: #07a54f;
    }

    .copy-right p {
        font-size: 15px;
    }

    .content {
        padding: 70px 150px;
    }

    .project {
        padding: 50px 150px;
    }

        .project .box .img-main {
            height: 335px;
        }

        .project .box .icon-pro {
            width: 35px;
            height: 35px;
            line-height: 30px;
        }

        .project .det, .project .more, .project .tit a {
            font-size: 16px;
        }

    .ul-s li .num {
        font-size: 25px;
    }

    .target {
        font-size: 16px;
    }

    .project .progress {
        height: 25px;
    }

    .progress span {
        font-size: 21px;
    }

    .project .donate-div {
        width: 350px;
    }

    .project .quick-donate li a {
        font-size: 20px;
    }

    .confirm {
        padding: 5px 45px;
        font-size: 25px;
    }

    .show-all {
        font-size: 25px;
    }

    .search-div {
        padding: 50px 150px;
    }

    .forms label {
        font-size: 20px;
    }

    .forms select,
    .forms button {
        font-size: 16px;
    }

    .forms button {
        padding: 8px 5px;
    }

    .inner {
        padding: 50px 150px 90px;
    }

        .inner .box {
            height: 508px;
        }

        .inner .tit {
            font-size: 40px;
        }

            .inner .tit span {
                font-size: 25px;
            }

        .inner .progress {
            font-size: 21px;
        }

        .inner .donate-div .input-group > .custom-file, .inner .donate-div .input-group > .custom-select,
        .inner .donate-div .input-group > .form-control, .inner .donate-div .input-group > .form-control-plaintext {
            width: 158px;
        }

        .inner .number-list li a {
            font-size: 22px;
        }

        .inner .quick-donate li {
            width: 293px;
        }

            .inner .quick-donate li a {
                font-size: 22px;
            }

        .inner .main-list li a {
            font-size: 25px;
        }

    footer ::placeholder {
        font-size: 12px;
    }

    .inner .tab-content .tit {
        font-size: 40px;
    }

    .inner .tab-content .det {
        font-size: 25px;
    }

    .list-pro {
        width: 720px;
    }

        .list-pro li a {
            font-size: 20px;
        }

    .dets-list li {
        font-size: 25px;
    }

        .dets-list li span {
            width: 250px;
        }

    .team .box {
        height: 535px;
    }

    .team .icon-play img {
        width: 50px;
    }

    .regist-div form {
        width: 360px;
    }

    .regist-div h4 {
        font-size: 40px;
    }

    .regist-div label {
        font-size: 16px;
    }

    .regist-div .form-control {
        height: 37px;
        font-size: 12px;
    }

    .subscribe {
        font-size: 25px;
    }

    .team-div img {
        width: 166px;
        height: 158px;
    }

    .team-div .dets {
        font-size: 25px;
    }

    .team-div .target {
        font-size: 25px;
    }

        .team-div .target:before,
        .team-div .target:after {
            width: 130px;
            left: -150px;
            top: 28px;
        }

        .team-div .target:after {
            right: -150px;
        }

    .image {
        width: 300px;
    }

    .div2 .dets {
        font-size: 25px;
    }

    .image img {
        width: 150px;
    }

    .icon-inn {
        width: 190px;
        height: 190px;
        line-height: 190px;
    }

        .icon-inn img {
            width: 100px;
        }

    .box-inn .dets {
        margin-top: 150px;
    }

    .shares li img {
        width: 33px;
    }

    .donate-pop .quick-donate li a {
        font-size: 20px;
    }

    .after-div .box-inn .icon-inn {
        width: 126px;
        height: 126px;
        line-height: 126px;
        margin: -90px auto 0;
    }

    .after-div .box-inn h3 {
        font-size: 40px;
    }

    .after-div .box-inn h1 {
        font-size: 72px;
    }

    .after-div .box-inn p {
        font-size: 34px;
    }

    .after-div .box-inn .icon-inn img {
        width: 80px;
    }

    .team .text-div {
        padding: 48px 20px 65px;
    }

    .team-div {
        margin-bottom: 82px;
    }
}


@media (max-width: 1300px) {
    .second-section {
        padding: 70px 20px 280px;
        ;
    }

    .content, .inner, .projects, .team {
        padding: 70px 0;
    }

    .second-section .tab-content {
        padding: 0 15px;
    }

    #cssmenu ul {
        right: 10px;
        left: auto;
    }

    .login-social li {
        width: 45%;
    }

    .main-list li {
        width: 25%;
    }

    .inner .text-div {
        padding: 20px;
    }

    .inner .donate-div {
        margin-top: 10px;
    }

    .inner .tit {
        padding-bottom: 0;
    }

    .inner .number-list li {
        width: 10%;
    }

    .inner textarea {
        margin: 10px 0;
    }

    .inner .tab-content .det {
        padding: 15px;
    }

    .header {
        padding: 0 10px;
        height: auto; /*100px;*/
    }

    .logo img {
        width: 70px;
    }

    #cssmenu ul li a {
        padding: 15px 7px;
    }

    .left-div li:first-child {
        font-size: 12px;
    }

    .left-div li img {
        width: 22px;
    }

    .carousel-item {
        height: 350px;
    }

    .title {
        font-size: 25px;
    }

    .content .main-list li a {
        font-size: 12px;
    }

    .overlay-content {
        padding: 35px 50px;
    }
}

@media (max-width: 991px) {
    #cssmenu ul {
        right: auto;
        left: 0;
    }

    .inn-div {
        height: auto;
        padding-bottom: 50px;
    }

    .second-section {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .inn-div {
        height: auto;
    }

    .second-section {
        padding: 70px 50px;
    }

        .second-section .tab-content {
            padding-bottom: 30px;
        }

    .button {
        top: 32px;
    }

    .carousel-indicators {
        margin-right: 35%;
        margin-left: 30%;
    }
}

@media (max-width: 736px) {
    .after-div .box-inn h1 {
        font-size: 25px;
    }

    #myModal-login .modal-body {
        padding: 0 30px;
    }

    .login-social li {
        width: 45%;
    }

    .done-div {
        padding: 30px 0;
    }

    .note-p, .center-div h3 {
        font-size: 17px;
    }

    .rate img {
        width: 200px;
    }

    .header {
        height: auto;
    }

    .logo img {
        width: 150px;
    }

    #cssmenu {
        float: left;
    }

    .button {
        left: 30px;
        top: 15px;
    }

    .left-div {
        margin-right: 0;
        margin-bottom: 15px;
        justify-content: center;
    }

    .carousel-item {
        height: 220px;
    }

        .carousel-item img {
            object-fit: cover;
        }

    .carousel-indicators {
        margin-right: 28%;
    }

    .left-div li:first-child {
        font-size: 14px;
    }

    .content, .inner, .projects, .team, .second-section {
        padding: 70px 0;
    }

    .title {
        font-size: 16px;
    }

    .content .main-list li {
        width: 45%;
    }

    .overlay-content {
        padding: 20px;
    }

    .second-section .inn-div .main-list li {
        width: 25%;
    }

        .second-section .inn-div .main-list li a {
            font-size: 13px;
        }

    .newspaper {
        margin-right: 0;
    }

    .footer {
        padding: 20px;
    }

    .second-section .tab-content {
        padding: 20px;
    }

    .inner .box {
        height: 250px;
    }

    .project .box .icon-pro {
        line-height: 25px;
        top: 10px;
        left: 10px;
    }

    .inner .tit {
        font-size: 20px;
    }

    .inner .number-list li {
        width: 9%;
    }

        .inner .number-list li a {
            font-size: 13px;
        }

    .main-list li {
        width: 43%;
    }

    .list-pro {
        width: auto;
    }

        .list-pro li a {
            padding: 5px 10px;
            font-size: 14px;
        }

    .box-footer ul li a, .div2 .dets {
        font-size: 15px;
        white-space: normal;
    }

    .regist-div h4, .subscribe, .team-div .target {
        font-size: 18px;
    }

    .regist-div {
        margin-bottom: 20px;
    }

    .team-div .target:before, .team-div .target:after {
        width: 80px;
        left: -100px;
        top: 20px;
    }

    .team-div .target:after {
        right: -100px;
    }

    .div2 {
        display: unset;
        padding: 20px !important;
    }

    .image {
        width: 100%;
        margin-bottom: 10px;
    }

    .box-inn {
        margin: 40px 0;
    }

        .box-inn .dets {
            margin-top: 50px;
        }

    .quick-donate {
        width: 300px;
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 352px;
        margin: 150px auto;
    }
}

.fo {
    margin: 20px 0 30px 0;
}

    .fo label {
        color: #333;
    }

.checks {
    display: flex;
    height: 50px;
    align-items: center;
}

.fo .form-group {
    margin-bottom: 0;
}

.fo select {
    margin-bottom: 0;
    margin-top: 10px;
}

.fo button {
    height: 40px;
}

.fo select,
.fo .form-control {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #333;
    border-radius: 8px;
    height: 40px;
}

.fo .form-control {
    height: 40px;
    margin-top: 10px;
}

.fo textarea {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #333;
    border-radius: 8px;
    margin-top: 0px;
    padding: 10px;
    height: 120px;
}

.de {
    background-color: #ddd !important;
    color: #333 !important;
}

table .options label {
    font-size: 13px;
}

.total {
    color: #f00;
    font-weight: bold;
}

.shows {
    background: #E5861A;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 25px;
    width: 100px;
    float: right;
}

    .shows:hover {
        color: #fff;
    }

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.box2-right {
    border-right: 6px solid #4fbef0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #4fbef0;
    margin: 40px 20px;
    padding: 10px;
}

.title-box {
    border-right: 4px solid #4fbef0;
    color: #4fbef0;
    font-weight: bold;
    font-size: 15px;
    padding-right: 5px;
    margin-bottom: 20px;
}

.mandatory {
    border-color: red !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px !important;
        direction: rtl;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*---------Loading Sppiner-------------*/
.loader-container {
    display: none;
}

.__loading {
    position: relative;
    overflow: hidden;
}

    .__loading .loader-container {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1003;
        color: #8d9293;
        min-height: 100px;
    }

        .__loading .loader-container .icon {
            border: 10px solid #f3f3f3;
            border-radius: 50%;
            border-top: 10px solid #3498db;
            border-bottom: 10px solid #3498db;
            width: 50px;
            height: 50px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }

    .__loading:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
        border-radius: 1px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*---------Loading Sppiner-------------*/

.floating-menu {
    border-radius: 100px;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 5px;
    position: fixed;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .main-menu li a {
        display: block;
        padding: 20px;
        color: #fff;
        border-radius: 50px;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

        .main-menu li a:hover {
            background: rgba(244,244,244,.3);
        }

.menu-bg {
    background-image: -webkit-linear-gradient(top,#1C5E91 0,#167699 100%);
    background-image: -o-linear-gradient(top,#1C5E91 0,#167699 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1C5E91),to(#167699));
    background-image: linear-gradient(to bottom,#1C5E91 0,#167699 100%);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10,10);
        opacity: 0;
        transition: transform .5s,opacity 1s;
    }

    .ripple:active:after {
        transform: scale(0,0);
        opacity: .2;
        transition: 0s;
    }


.modal-dialog .modal-content .modal-body .row .or {
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .modal-dialog .modal-content .modal-body .row .or span {
        font-family: "Cairo-Regular", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #929292;
        background-color: #FFFFFF;
        padding-left: 12px;
        padding-right: 12px;
        position: absolute;
    }

    .modal-dialog .modal-content .modal-body .row .or .hr {
        width: 300px;
        border-bottom: 1px solid #929292;
    }

.grid-row {
    border-bottom: 1px solid #c0c0c0;
    padding: 20px 0px 10px;
    border-right: 5px solid #4fbef0;
    border-radius: 0px 5px 5px 0px
}
.grid-row2 {
    border-bottom: 1px solid #c0c0c0;
    padding: 20px 0px 10px;
    border-right: 5px solid #ff0000;
    border-radius: 0px 5px 5px 0px
}
.select2 {
    margin-top: 10px !important;
}

.mt0 {
    margin-top: 0 !important;
}
