.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt130 {
    padding-top: 130px;
}

.pb130 {
    padding-bottom: 130px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt180 {
    padding-top: 180px;
}

.pb180 {
    padding-bottom: 180px;
}

.pt200 {
    padding-top: 200px;
}

.pb200 {
    padding-bottom: 200px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ugf-wraper {
    min-height: 100vh;
    position: relative;
    background-image: url(../images/web-banner.jpg)!important;
}

    .ugf-wraper .content-block {
        background: url(../images/donation-bg.png) no-repeat center;
        /*background-image: linear-gradient( 45deg, #f18309, #f79120);*/
        background-size: cover;
        padding: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
    }

        .ugf-wraper .content-block .shape-1 {
            position: absolute;
            top: 100px;
            right: -60px;
        }

        .ugf-wraper .content-block .shape-2 {
            position: absolute;
            bottom: 100px;
            right: -80px;
        }

        .ugf-wraper .content-block .shape-3 {
            position: absolute;
            top: 50%;
            left: 30px;
        }

        .ugf-wraper .content-block .shape-4 {
            position: absolute;
            top: 60%;
            left: 90px;
        }

        .ugf-wraper .content-block .logo {
            position: relative;
            top: 50px;
        }

        .ugf-wraper .content-block .main-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 530px;
            flex: 0 0 530px;
        }

            .ugf-wraper .content-block .main-content h2 {
                font-size: 4rem;
                font-weight: 600;
                color: #ffffff;
                font-family: "Roboto", sans-serif;
                margin-bottom: 20px;
                text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
                margin-top: 20px;
            }

            .ugf-wraper .content-block .main-content .text {
                font-size: 2rem;
                font-weight: 400;
                color: #ffffff;
                font-family: "Roboto", sans-serif;
                margin-bottom: 10px;
            }

            .ugf-wraper .content-block .main-content .fund-area h3 {
                font-size: 4.0rem;
                font-weight: 700;
                color: #fcf22b;
                font-family: "Roboto", sans-serif;
                margin-bottom: 20px;
            }

            .ugf-wraper .content-block .main-content .fund-area .progress {
                height: 20px;
                background: rgba(255, 255, 255, 0.25);
                border-radius: 10px;
                overflow: visible;
                position: relative;
            }

                .ugf-wraper .content-block .main-content .fund-area .progress .progress-bar {
                    background: #fcf22b;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                }

                .ugf-wraper .content-block .main-content .fund-area .progress .collected,
                .ugf-wraper .content-block .main-content .fund-area .progress .days-left {
                    position: absolute;
                    top: calc(100% + 15px);
                    font-size: 1.5rem;
                    font-weight: 700;
                    font-family: "Roboto", sans-serif;
                }

                    .ugf-wraper .content-block .main-content .fund-area .progress .collected p,
                    .ugf-wraper .content-block .main-content .fund-area .progress .days-left p {
                        color: #ffffff;
                    }

                    .ugf-wraper .content-block .main-content .fund-area .progress .collected span,
                    .ugf-wraper .content-block .main-content .fund-area .progress .days-left span {
                        color: #fcf22b;
                    }

                .ugf-wraper .content-block .main-content .fund-area .progress .collected {
                    left: 0;
                }

                .ugf-wraper .content-block .main-content .fund-area .progress .days-left {
                    right: 0;
                }

@media(min-width:480px) {
    .ugf-wraper .form-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 535px;
        min-height: 100vh;
        padding: 90px 40px 90px 60px;
    }
}
@media(max-width:480px) {
    .ugf-wraper .form-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 535px;
        min-height: 100vh;
        padding: 90px 40px 90px 60px;
    }
    .ugf-wraper .content-block .logo {
        position: relative;
        top: 10px;
    }
}
    .ugf-wraper .footer {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 50%;
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ugf-wraper .footer .copyright p {
            font-size: 1.4rem;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            color: rgba(255, 255, 255, 0.7);
        }

            .ugf-wraper .footer .copyright p a:hover {
                color: #fcf22b;
            }

        .ugf-wraper .footer .social-links a {
            color: rgba(255, 255, 255, 0.7);
            margin-right: 10px;
            font-size: 1.4rem;
        }

            .ugf-wraper .footer .social-links a:last-child {
                margin-right: 0;
            }

            .ugf-wraper .footer .social-links a:hover {
                color: #fcf22b;
            }

.form-steps {
    display: none;
}

    .form-steps.active {
        display: block;
    }

.form-block .donation-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .form-block .donation-header h2, .form-block .donation-header p {
        font-size: 2.3rem;
        font-weight: 700;
        color: #f79120;
        font-family: "Roboto", sans-serif;
    }

    .form-block .donation-header p {
        color: #b2becc;
    }

.form-block .donation-form .amount-select {
    margin-bottom: 15px;
}

    .form-block .donation-form .amount-select .amount-preset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .form-block .donation-form .amount-select .amount-preset span {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
            background: #ffffff;
            margin-right: 15px;
            margin-bottom: 15px;
            height: 50px;
            padding: 0px 15px;
            border-radius: 10px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            color: #b2becc;
            line-height: 50px;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

@media(max-width:480px) {
    .custom-radio{
        width:100%;
    }
    .ugf-wraper .form-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 535px;
        height: auto;
        padding: 90px 40px 90px 60px;
    }
    .form-block .donation-form .amount-select .amount-preset span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        background: #ffffff;
        margin-right: 15px;
        margin-bottom: 15px;
        height: 40px;
        padding: 0px 14px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        color: #b2becc;
        line-height: 40px;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
}

.form-block .donation-form .amount-select .amount-preset span:last-child {
    margin-right: 0;
}

.form-block .donation-form .amount-select .amount-preset span.active {
    background: #f79120;
    color: #ffffff;
    border-color: #f79120;
}

.form-block .donation-form label {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #1c2437;
    margin-bottom: 8px;
}

    .form-block .donation-form label .lite {
        color: #b2becc;
    }

.form-block .donation-form .form-group {
    margin-bottom: 25px;
}

    .form-block .donation-form .form-group .input-group .input-group-prepend {
        background: #ffffff;
        width: 70px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-right: 0;
    }

        .form-block .donation-form .form-group .input-group .input-group-prepend .input-group-text {
            background: transparent;
            border: none;
            margin: 0 auto;
            font-size: 1.8rem;
            font-weight: 700;
            color: #b2becc;
            padding: 0;
        }

    .form-block .donation-form .form-group .input-group .form-control {
        max-width: 200px;
        background: #ffffff;
        height: 60px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0 25px;
        font-size: 1.8rem;
        font-weight: 700;
    }

        .form-block .donation-form .form-group .input-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .input-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .input-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .input-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #b2becc;
        }

    .form-block .donation-form .form-group.donation-period {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

       /* .form-block .donation-form .form-group.donation-period .custom-radio {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(44% - 15px);
            flex: 0 0 calc(44% - 15px);
        }*/

            .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-input {
                display: none;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
            }

                .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-input:checked ~ .custom-control-label {
                    border-color: #f79120;
                    color: #f79120;
                }

                    .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
                        background: #f79120;
                    }

                    .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
                        background-image: none;
                        content: url(../images/check-white.svg);
                    }

            .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-label {
                cursor: pointer;
                background: #ffffff;
                border: 1px solid rgba(0, 0, 0, 0.18);
                border-radius: 10px;
                font-size: 1.2rem;
                font-weight: 600;
                font-family: "Roboto", sans-serif;
                color: #b2becc;
                padding: 15px 12px 12px 40px;
                text-transform: capitalize;
                position: relative;
                top: 0;
                left: 0;
                color: #1c2437;
            }

            @media(max-width:480px){
                .ugf-wraper .form-block .donation-form .form-group.donation-period .custom-radio:first-child {
                    margin-bottom: 0px;
                }
                .ugf-wraper .form-block {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: flex-start;
                    max-width: 535px;
                    padding: 50px 40px;
                }
                .form-block .donation-form .form-group.donation-period {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: inherit;
                    position: relative;
                    padding-top: 10px;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }
                .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-label {
                    cursor: pointer;
                    background: #ffffff;
                    width: 100%;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    border-radius: 10px;
                    font-size: 1.2rem;
                    font-weight: 600;
                    font-family: "Roboto", sans-serif;
                    color: #b2becc;
                    padding: 15px 12px 12px 40px;
                    text-transform: capitalize;
                    position: relative;
                    top: 0;
                    left: 0;
                    color: #1c2437;
                }
            }
                .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-label span {
                    display: block;
                    margin-top: 15px;
                    font-size: 1.4rem;
                    font-weight: 400;
                    color: #546274;
                    line-height: 1.57;
                }

                .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-label:before {
                    height: 20px;
                    width: 20px;
                    border-radius: 50%;
                    border: 1px solid rgba(0, 0, 0, 0.16);
                    background: transparent;
                    top: 14px;
                    left: 10px;
                }

                .form-block .donation-form .form-group.donation-period .custom-radio .custom-control-label:after {
                    height: 15px;
                    width: 15px;
                    top: 16px;
                    left: 11px;
                    border-radius: 50%;
                }

    .form-block .donation-form .form-group .select-input {
        position: relative;
    }

        .form-block .donation-form .form-group .select-input span {
            position: absolute;
            top: 27px;
            right: 15px;
            height: 0;
            width: 0;
            border-top: 6px solid #b2becc;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
        }

        .form-block .donation-form .form-group .select-input .form-control {
            padding-right: 0;
            padding-left: 15px;
            color: #b2becc;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
        }

            .form-block .donation-form .form-group .select-input .form-control option {
                color: #546274;
            }

    .form-block .donation-form .form-group .form-control {
        color: #546274;
        background: #ffffff;
        height: 50px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.18);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 25px;
        font-size: 1.4rem;
        font-weight: 400;
    }

        .form-block .donation-form .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #b2becc;
        }

        .form-block .donation-form .form-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #b2becc;
        }

.form-block .donation-form .btn {
    height: 50px;
    width: 170px;
    text-align: center;
    background: #f79120;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 10px;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 25px;
}

    .form-block .donation-form .btn.btn-100 {
        width: 100%;
    }

.ugf-block-separator {
    height: 85px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .ugf-block-separator:before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
        content: '';
        z-index: 1;
    }

    .ugf-block-separator p {
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 400;
        color: #546274;
        background: #f9fafb;
        position: relative;
        z-index: 2;
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
    }

.alternet-payment .btn {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #1c2437;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}

    .alternet-payment .btn + .btn {
        margin-top: 25px;
    }

    .alternet-payment .btn img {
        margin-left: 10px;
    }

.final-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 120px 15px;
    text-align: center;
}

    .final-content .icon {
        margin-bottom: 20px;
    }

    .final-content h2 {
        font-size: 3.6rem;
        font-weight: 700;
        color: #1c2437;
        font-family: "Roboto", sans-serif;
        margin-bottom: 10px;
    }

    .final-content p {
        font-size: 1.5rem;
        font-weight: 400;
        color: #546274;
        font-family: "Roboto", sans-serif;
    }

    .final-content .btn {
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        height: 50px;
        line-height: 50px;
        width: 170px;
        text-align: center;
        border-radius: 10px;
        background: #f79120;
        margin-top: 40px;
        padding: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.bg-secondary {
    background: rgba(27, 170, 160, 0.08) !important;
}

.btn-secondary {
    padding: 8px 15px;
    margin-top: 5px;
    color: #fff;
    box-shadow: 0 3px 5px #afafaf;
    border: 2px solid;
    border-radius:50px;
    font-size: 13px;
    display: inline-block !important;
    background: linear-gradient(to right, #f37335, #fdc830);
}

    .btn-secondary:hover {
        -webkit-box-shadow: 0 3px 10px #afafaf;
        -moz-box-shadow: 0 3px 10px #afafaf;
        box-shadow: 0 3px 10px #afafaf;
        color: #fff;
        text-decoration: none;
        background: linear-gradient(to right, #f37335, #fdc830);
        text-decoration: none;
        outline: none;
    }

.file-itself a {
    padding: 6px 15px;
    margin-top: 5px;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #1c2437;
    background: #ffffff;
    display: inline-block !important;
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 5%);
}

    .file-itself a:hover {
        -webkit-box-shadow: 0 3px 10px #afafaf;
        -moz-box-shadow: 0 3px 10px #afafaf;
        box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 5%);
        border: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 1.4rem;
        font-family: "Roboto", sans-serif;
        color: #1c2437;
        background: #ffffff;
        text-decoration: none;
        outline: none;
    }
@media(max-width:480px) {

    .btn-secondary {
        padding: 8px 10px;
        margin-top: 5px;
        border-radius: 50px;
        color: #fff;
        box-shadow: 0 3px 5px #afafaf;
        border: 2px solid;
        font-size: 13px;
        display: inline-block !important;
        background: linear-gradient(to right, #f37335, #fdc830);
    }

        .btn-secondary:hover {
            -webkit-box-shadow: 0 3px 10px #afafaf;
            -moz-box-shadow: 0 3px 10px #afafaf;
            box-shadow: 0 3px 10px #afafaf;
            color: #fff;
            text-decoration: none;
            background: #e63b21;
            text-decoration: none;
            outline: none;
        }

    .file-itself a {
        padding: 6px 8px;
        margin-top: 5px;
        font-size: 13px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 1.4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        color: #1c2437;
        background: #ffffff;
        display: inline-block !important;
        box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 5%);
    }

        .file-itself a:hover {
            -webkit-box-shadow: 0 3px 10px #afafaf;
            -moz-box-shadow: 0 3px 10px #afafaf;
            box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 5%);
            border: 1px solid rgba(0, 0, 0, 0.08);
            font-size: 1.4rem;
            font-family: "Roboto", sans-serif;
            color: #1c2437;
            background: #ffffff;
            text-decoration: none;
            outline: none;
        }
    .mb32{
        margin-bottom:32px;
    }
}
    .list .list__pricing {
        font-weight: 500;
        color: #4e5867;
        margin-bottom: 10px;
    }

    .mr-3, .mx-3 {
        margin-right: 1rem !important;
    }

    li {
        list-style: none;
    }

    .list {
        margin-bottom: 1rem;
        box-shadow: none;
        background: none;
        border: none;
        padding-left: 10px;
    }

    .section .section-title {
        font-size: 30px;
        color: #000000;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
    }

    .section .section-subtitle {
        color: #f53c20;
        margin-bottom: 15px;
    }

    .flex.vcenter {
        align-items: center;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .section.section-counter {
        overflow: hidden;
    }

    .section.is-sm {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    h5 {
        font-size: 1.2em;
    }

    /*.section .section-desc {
    margin: 20px 0;
}*/

    .bg-gray {
        background-color: #f6f9fb;
    }

    .section-heading {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
        width: 100%;
        color: #111;
    }

    .text-center {
        text-align: center !important;
    }

.features-title {
    color: #f68634;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
    width: 100%;
}
.ser-grid {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px #ccc;
    transition: all .4s;
    padding: 1.2rem;
    text-align: center;
    height: 200px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    width: 100%;
}
.pricing-price {
    font-size: 35px;
    font-weight: 700;
    color: #f5821f;
    display: block;
    width: 100%;
}
.price-tenure {
    display: block !important;
    font-size: 16px;
    color: #232020;
    font-weight: 400;
}
.grid-innr {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.grid-innr img{
    padding:0px 20px;
}
    .recognitions-head {
    font-size: 18px;
    padding-top: 20px;
    color: #000000;
}

.p-3 {
    padding: 2rem !important;
}
.courses h5 {
    color: #000;
    font-weight: 600;
}

@media(min-width:480px) {
    .program-grid {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
}
.program-grid li {
    background-color: #fff !important;
    text-align: left;
    color: #4e5d64 !important;
    padding: 14px !important;
    border-left: 5px solid #f58220 !important;
    font-weight: 500;
}
    .features {
        background-color: #f6f6f6;
    }

    .mt-5, .my-5 {
        margin-top: 3rem !important;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.9rem !important;
    }

    @media(max-width:480px) {
        .program-grid {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(1,1fr);
            grid-gap: 20px;
        }
    }

    .section-heading h4::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 75px;
        height: 3px;
        border-radius: 5px;
        right: 0;
        margin: 0 auto;
        background: #db2b87;
    }

    .services-container .content-container:hover {
        box-shadow: 1px 1px 5px 3px #ddd;
        webkit-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
        -ms-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
        -o-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
        box-shadow: 0 10px 50px 0 rgb(36 50 56 / 20%);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        border-radius: 2px;
    }

    .services-container .content-container {
        border: 0px solid #ccc;
        padding: 15px;
        margin-top: 15px;
        text-align: center;
        min-height: 250px;
        cursor: pointer;
        transition: all .2s ease-in-out;
        border-radius: 2px;
        display: flex;
        flex-direction: column;
    }

    @media(max-width:480px) {
        .services-container .content-container:hover {
            box-shadow: 1px 1px 5px 3px #ddd;
            webkit-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
            -ms-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
            -o-box-shadow: 0 10px 50px 0 rgba(36,50,56,.2);
            box-shadow: 0 10px 50px 0 rgb(36 50 56 / 20%);
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            border-radius: 2px;
        }

        .services-container .content-container {
            border: 1px solid #f1e9e9;
            padding: 10px;
            margin-top: 15px;
            min-height: 395px;
            text-align: center;
            cursor: pointer;
            transition: all .2s ease-in-out;
            border-radius: 2px;
            display: flex;
            flex-direction: column;
        }
    }

    .bg-dark {
        background: #002b44 !important;
    }

    .is-dark-green {
        background: #002c44;
    }

    .footer {
        margin: 0;
        overflow-y: visible !important;
    }

        .footer .draw1 {
            position: relative;
            display: inline;
        }

            .footer .draw1::before {
                content: "";
                background-repeat: no-repeat;
                height: 2rem;
                width: 100%;
                position: absolute;
                bottom: -14px;
                top: auto;
                right: -5px;
                background-color: transparent;
                background-image: url(../images/draw.png.html);
                background-size: contain;
                left: auto;
            }

        .footer .copyright {
            font-size: 1rem;
            color: #595b5d;
        }

        .footer .footer-shape {
            position: absolute;
            top: 0rem;
            right: -5rem;
            transform: scale(0.5);
            z-index: 0;
            height: 100%;
        }

        .footer .footer-shape-top {
            position: absolute;
            top: -2rem;
            left: -5rem;
            transform: scale(0.8);
            z-index: 0;
            height: 100%;
        }

    .footer {
        color: #000000;
    }

        .footer.in-index {
            padding: 1rem 0 1rem;
        }

        .footer.has-style1 .footer-head {
            position: relative;
            background: rgba(27, 170, 160, 0.2);
        }

            .footer.has-style1 .footer-head.is-dark {
                background: #202020;
            }

            .footer.has-style1 .footer-head .to-top {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                top: -2rem;
                transform: translateX(-50%);
                left: 50%;
                height: 5rem;
                width: 5rem;
                border-radius: 50%;
                border: solid 5px #fff;
                background: #f53c20;
                z-index: 9;
                opacity: 1 !important;
                cursor: pointer;
            }

                .footer.has-style1 .footer-head .to-top:hover {
                    background: #f53c21 !important;
                    opacity: 1;
                }

                .footer.has-style1 .footer-head .to-top ion-icon {
                    color: #fff;
                }

        .footer.has-style1 .footer-body {
            background: #25cd71;
        }

        .footer.has-style2 .footer-head {
            position: relative;
            background: #0e132c;
        }

            .footer.has-style2 .footer-head .to-top {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                top: -2rem;
                transform: translateX(-50%);
                left: 50%;
                height: 4rem;
                width: 4rem;
                border-radius: 50%;
                border: solid 5px #333;
                background: #f84e77;
                z-index: 9;
                opacity: 1 !important;
                cursor: pointer;
            }

                .footer.has-style2 .footer-head .to-top:hover {
                    background: #f84e77 !important;
                    opacity: 1;
                }

                .footer.has-style2 .footer-head .to-top ion-icon {
                    color: #333;
                }

        .footer.has-style2 .footer-body {
            background: #0e132c;
        }

        .footer.is-light {
            background: #fff;
            color: #000000;
        }

            .footer.is-light .footer-body {
                background: #fff;
                color: #000000;
            }

                .footer.is-light .footer-body p {
                    color: #000000;
                }

                .footer.is-light .footer-body .list-title {
                    color: #000000;
                }

                    .footer.is-light .footer-body .list-title::before {
                        color: #000000;
                        background: #000;
                    }

                .footer.is-light .footer-body .list-items {
                    color: #000000;
                }

                    .footer.is-light .footer-body .list-items li a {
                        color: #000000;
                    }

                .footer.is-light .footer-body .copyright p {
                    color: #000000;
                }

        .footer .footer-body {
            background: #303290;
            overflow: hidden;
            padding: 20px 0 35px;
        }

        .footer .social-footer {
            margin-top: 1rem;
        }

            .footer .social-footer a ion-icon {
                font-size: 25px;
            }

        .footer .footer-desc {
            margin-bottom: 2rem;
        }

            .footer .footer-desc .logo {
                margin-bottom: 2rem;
            }

            /** .footer .footer-desc .logo img {
                height: 2rem;
            }***/

            .footer .footer-desc p {
                font-size: 1rem;
                max-width: 20rem;
                color: #333;
            }

        .footer .list-title {
            font-size: 1.1rem;
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 2rem;
            color: #333;
        }

            .footer .list-title::before {
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                height: 1rem;
                width: 1rem;
                background: #333;
                border-radius: 5px 5px 5px 15px;
            }

        .footer .list-items {
            margin-bottom: 2rem;
            color: #fff;
        }

            .footer .list-items li {
                margin-bottom: 1rem;
            }

                .footer .list-items li a {
                    font-size: 1rem;
                    color: #444;
                }

        .footer .copyright {
            margin-top: 20px;
        }

            .footer .copyright p {
                padding: 2rem 0 2rem;
                font-size: 1rem;
                margin: 0;
                color: #a5a5a5;
            }

    footer .order-now-container {
        background: #f3f3f3;
        padding: 30px;
        text-align: center;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        footer .order-now-container h5 {
            font-weight: 500;
            color: #333;
            margin: 0 0 18px;
            font-size: 1.5rem;
            line-height: 22px;
        }

        footer .order-now-container p em strong {
            font-size: 1.5rem;
        }

    footer .order-now-container {
        padding: 20px;
    }

    footer .footer-bottom-sec .contact-detail-container .phone-dropdown-container #phone-dropdown-menu-button {
        border: 1px solid #565656;
        border-radius: 4px;
    }

    footer .footer-bottom-sec .contact-detail-container span {
        color: #fff;
        font-size: 1.5rem;
    }

    footer .footer-bottom-sec .social-icon-container span {
        background: #5f5f5f;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
        padding: 7px 0;
        display: inline-block;
        border-radius: 3px;
        width: 40px;
        margin: 5px 5px 5px 0;
        text-align: center;
        cursor: pointer;
    }

    footer h4 {
        color: #25cd71;
        font-weight: 600;
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .footer .contact-item {
        margin-bottom: 2rem;
    }

        .footer .contact-item h6 {
            font-size: 1.1rem;
            position: relative;
            margin-bottom: 0.5rem;
            width: fit-content;
        }

            .footer .contact-item h6::before {
                background: #f84e77;
            }

        .footer .contact-item div {
            position: absolute;
            height: 60%;
            width: 3rem;
            right: -1.944rem;
            top: 60%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            content: "";
            background-image: url(../images/title.png.html);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 1em;
            right: -1.5em;
            top: 50%;
        }

    .footer form {
        position: relative;
        height: 4rem;
        background: #fff;
        border-radius: 50rem;
        max-width: 30rem;
        width: 100%;
        margin-bottom: 4rem;
        transition: 0.2s;
    }

    @media screen and (max-width: 576px) {
        .footer form {
            height: fit-content;
            padding-bottom: 1rem;
            background: transparent;
        }
    }

    /* Logo Slider */

    .logo-slider {
        background: white;
        -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
        box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .logo-slider::before, .logo-slider::after {
            background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
            content: "";
            height: 175px;
            position: absolute;
            width: 50px;
            z-index: 2;
        }

        .logo-slider::after {
            right: 0;
            top: 0;
            -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }

        .logo-slider::before {
            left: 0;
            top: 0;
        }

        .logo-slider .logo-slide-track {
            -webkit-animation: logo-scroll 60s linear infinite;
            animation: logo-scroll 60s linear infinite;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: calc(200px * 14);
            animation-duration: 30s;
            animation-iteration-count: infinite;
        }

        .logo-slider .slide {
            /* height: 100px;
        filter: grayscale(1);*/
            text-align: center;
            border: 1px solid #eee;
            margin: 10px;
            padding-top: 10px;
        }

            .logo-slider .slide .cnt h6 {
                font-size: 16px;
            }

            .logo-slider .slide .cnt {
                width: 200px;
                padding: 20px;
                text-align: center;
            }

            .logo-slider .slide img {
                background-color: #f9f9f9;
                text-align: center;
                padding: 10px;
                min-height: 100px;
                max-height: 100px;
                width: 100px;
                border-radius: 100%;
            }

    @-webkit-keyframes logo-scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }

    @keyframes logo-scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }



    /*.divider {
    width: 100%;
    position: relative;
    height: 5vw;
    pointer-events: none;
    -webkit-mask-image: url(../../images/divider.png.html);
    mask-image: url(../../images/divider.png.html);
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff;
}*/
    footer .order-now-container {
        background: #f3f3f3;
        padding: 30px;
        text-align: center;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        footer .order-now-container h5 {
            font-weight: 500;
            color: #333;
            margin: 0 0 18px;
            font-size: 1.5rem;
            line-height: 22px;
        }

    .footer-index {
        background: url(../images/footer_bg.jpg.html) no-repeat 50% 50%;
        background-size: cover;
        padding: 2rem 0;
    }

        .footer-index img {
            max-height: 2rem;
        }

        .footer-index .links a {
            margin-right: 2rem;
            font-size: 14px;
            letter-spacing: 2px;
            font-family: "SpaceGrotesk-Bold";
        }

        .footer-index a {
            color: #fff;
        }

    .copyright p {
        color: #fff;
        padding: 10px 0px;
    }

    .social-links a {
        color: #546274;
        padding: 10px 0px;
    }

    .trustBy h4 {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        margin: 10px 0 14px;
    }

    .trustBy p:last-child img {
        height: 50px;
    }

    .trustBy p img {
        width: 120px;
        margin: 5px auto;
        height: 45px;
    }

    .trustBy p {
        margin: 0;
        border-radius: 4px;
        padding: 4px 0;
        text-align: center;
        display: inline-block;
    }

    footer .footer-bottom-sec .contact-detail-container .phone-dropdown-container #phone-dropdown-menu-button {
        border: 1px solid #fff;
        border-radius: 4px;
    }

    .footer .copyright {
        font-size: 1.5rem;
        color: #fff;
    }

    .footer .social-links a {
        color: rgba(255, 255, 255, 0.7);
        margin-right: 10px;
        font-size: 1.4rem;
    }

    .social-links {
        float: right;
    }

        .social-links a {
            color: #546274;
            padding: 10px 0px;
            text-align: right;
        }

    .footer .social-links a:hover {
        color: #fcf22b;
    }

    @media (max-width: 450px) {
        .footer .social-links {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .footer .copyright {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .footer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    /* Logo Slider */


    .Logos-module--container--2igj4 {
        overflow: hidden;
        position: relative;
        height: 460px;
        width: 580px;
        overflow-y: hidden;
        -webkit-mask-image: linear-gradient(180deg, transparent, #000 35px, #000 88%, transparent);
    }

    .Logos-module--img-container--1d4NS {
        position: absolute;
        flex-wrap: wrap;
        top: 0;
        width: 100%;
        -webkit-animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
        animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
        -webkit-animation-play-state: play;
        animation-play-state: play
    }

    .Logos-module--img--2sO7z {
        width: 162px;
        height: 50px;
        border-radius: 8px;
        margin-right: 12px;
        margin-bottom: 12px;
        display: flex;
        overflow: hidden;
        border: 1px solid rgba(221,224,228,.5);
        transition: border .2s ease-in;
        justify-content: center;
        align-items: center;
    }

    .Logos-module--img--2sO7z {
        width: 162px;
        height: 50px;
        border-radius: 8px;
        margin-right: 12px;
        margin-bottom: 12px;
        display: flex;
        overflow: hidden;
        border: 1px solid rgba(221,224,228,.5);
        transition: border .2s ease-in;
        justify-content: center;
        align-items: center;
    }



        .Logos-module--img--2sO7z:hover {
            border-color: rgba(31, 122, 224, .4)
        }



    .Logos-module--img-container--1d4NS:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

    .Logos-module--img--2sO7z img {
        height: auto;
        width: 100%
    }

    .Logos-module--container--2igj4::-webkit-scrollbar {
        display: none
    }


    @media (max-width:1183px) {
        .Logos-module--container--2igj4 {
            width: 100%;
            height: 320px;
            margin-bottom: 16px
        }

        .Logos-module--img--2sO7z {
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .Logos-module--img-container--1d4NS {
            justify-content: space-around
        }

        .Logos-module--img--2sO7z:nth-child(3n+3) {
            margin-right: 0
        }

        .Logos-module--img-container--1d4NS:hover {
            -webkit-animation-play-state: unset;
            animation-play-state: unset
        }
    }

    @-webkit-keyframes Logos-module--scroll--1LZp6 {
        to {
            transform: translateY(calc(-100% + 558px))
        }
    }

    @keyframes Logos-module--scroll--1LZp6 {
        to {
            transform: translateY(calc(-100% + 558px))
        }
    }

    .section-head .section-title {
        font-size: 30px;
        color: #000000;
        margin-bottom: 20px;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
    }

    .Community-module--container--3afFl {
        background: #fff;
        padding: 10px 0 100px;
    }

    .Community-module--content--Jjp9v {
        margin: 0 auto;
    }

    .Logos-module--container--2igj4 {
        overflow: hidden;
        position: relative;
        height: 460px;
        max-width: 580px;
        overflow-y: hidden;
        -webkit-mask-image: linear-gradient(180deg,transparent,#000 35px,#000 88%,transparent);
        mask-image: linear-gradient(180deg,transparent,#000 35px,#000 88%,transparent);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .Logos-module--img-container--1d4NS {
        position: absolute;
        flex-wrap: wrap;
        top: 0;
        width: 100%;
        -webkit-animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
        animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }

    .Logos-module--img--2sO7z {
        width: 130px;
        height: 130px;
        border-radius: 8px;
        margin-right: 12px;
        margin-bottom: 12px;
        display: flex;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid rgba(221,224,228,.5);
        transition: border .2s ease-in;
        justify-content: center;
        align-items: center;
    }

    .link {
        color: #1f7ae0;
    }

        .link:hover {
            color: #248aff;
            display: inline-flex;
        }

    .Logos-module--img--2sO7z:hover {
        border-color: rgba(31,122,224,.4);
    }

    .link, .pointer {
        cursor: pointer;
        text-decoration: none;
    }

    .Logos-module--img--2sO7z img {
        height: auto;
        width: 100%;
    }

    .flex-apart, .flex-apart-top {
        display: flex;
        justify-content: space-between;
    }

    .flex-apart {
        align-items: center;
    }

    .Community-module--info--35YMT {
        max-width: 480px;
        padding-top: 50px;
        padding-left: 50px;
    }

    .dsk {
        padding: 0px 50px;
    }

    @media(max-width:480px) {
        .dsk {
            padding: 0px 15px;
        }

        .Logos-module--img-container--1d4NS {
            position: absolute;
            flex-wrap: wrap;
            top: 0;
            width: 90%;
            -webkit-animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
            animation: Logos-module--scroll--1LZp6 60s linear 3s infinite;
            -webkit-animation-play-state: play;
            animation-play-state: play;
        }

        .Logos-module--img--2sO7z {
            width: 90px;
            height: auto;
            border-radius: 8px;
            margin-right: 12px;
            margin-bottom: 12px;
            display: flex;
            overflow: hidden;
            border: 1px solid rgba(221,224,228,.5);
            transition: border .2s ease-in;
            justify-content: center;
            align-items: center;
        }
    }


    /****************University Logos*********************/


    .uniLogo {
        padding: 40px 0px 10px;
        text-align: center;
    }

        .uniLogo ul li {
            display: inline-block;
            width: 190px;
            margin: 10px;
            background: #fff;
            padding: 15px;
            font-weight: 600;
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
            transform: translateY(0px);
            transition: all 0.2s linear 0.05s;
        }

            .uniLogo ul li:hover {
                color: #f79120;
                -webkit-transform: translateY(-2px) !important;
                transform: translateY(-2px) !important;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out;
            }

        .uniLogo ul {
            padding: 0 20px
        }

            .uniLogo ul li img {
                width: 60px;
            }

    @media(max-width:480px) {

        .uniLogo {
            padding: 30px 0px 0px;
            text-align: center
        }

            .uniLogo ul li {
                display: inline-block;
                width: 30%;
                padding: 5px 8px;
                margin: 5px;
                background-color: transparent;
            }

            .uniLogo ul {
                padding: 0px
            }

                .uniLogo ul li img {
                    width: 50px;
                }
    }

    @media all and (max-width: 991px) {
        .ugf-wraper .content-block {
            position: relative;
            width: 100%;
            overflow: hidden;
            display: block;
            padding: 150px 50px 100px;
        }

            .ugf-wraper .content-block .shape-1,
            .ugf-wraper .content-block .shape-2,
            .ugf-wraper .content-block .shape-3,
            .ugf-wraper .content-block .shape-4 {
                display: none;
            }

        .ugf-wraper .form-block {
            width: 100%;
            max-width: 100%;
        }

        .ugf-wraper .footer {
            position: static;
            width: 690px;
            margin: 0 auto;
            padding: 0 0 20px;
        }

            .ugf-wraper .footer .copyright p {
                color: #546274;
            }

            .ugf-wraper .footer .social-links a {
                color: #546274;
            }
    }

    @media all and (max-width: 767px) {
        .ugf-wraper .footer {
            width: 510px;
        }
    }

    @media all and (max-width: 575px) {
        .ugf-wraper .content-block {
            padding: 70px 15px 100px;
        }

            .ugf-wraper .content-block .main-content h2 {
                font-size: 4rem;
            }

            .ugf-wraper .content-block .main-content .fund-area h3 {
                font-size: 2.4rem;
            }

        .ugf-wraper .form-block {
            width: 100%;
            max-width: 100%;
        }

            .ugf-wraper .form-block .donation-header h2, .ugf-wraper .form-block .donation-header p {
                font-size: 2.4rem;
            }

        .ugf-wraper .footer {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media all and (max-width: 450px) {
        .ugf-wraper .form-block .donation-form .form-group.donation-period {
            display: block;
        }

        /*   .ugf-wraper .form-block .donation-form .form-group.donation-period .custom-radio:first-child {
            margin-bottom: 20px;
        }*/

        .ugf-wraper .footer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .ugf-wraper .footer .copyright {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .ugf-wraper .footer .social-links {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }
    }


    /* ========================================================== */
    /* 			                06. FEATURES                      */
    /* ========================================================== */

    .services-wrapper {
        position: relative;
    }

    .main-services {
        position: relative;
        margin: 10px 5px;
        overflow: hidden;
        text-align: center;
        transition: all 1s;
    }

        .main-services img:hover {
            transform: scale(1.025);
            transition: all 1s;
            cursor: pointer;
            padding: 5px;
        }

    .bar:after {
        content: "";
        position: relative;
        left: 50%;
        margin-top: 20px;
        margin-bottom: 40px;
        width: 70px;
        height: 5px;
        background: #ef4e28;
        border-radius: 2px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main-services img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
        border-radius: 50%;
    }

    .main-services h3 {
        margin-bottom: 5px;
    }

        .main-services h3 a {
            font-size: 22px;
            font-weight: 700;
            color: #004077;
        }

    .main-services h5 {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
    }

    .main-services p {
        padding: 0 10px;
        margin-bottom: 15px;
        color: #000000;
    }

    .main-services i {
        margin-bottom: 15px;
        display: inline-block;
        padding: 10px 10px;
        font-size: 40px;
        line-height: 46px;
        width: 105px;
        height: 105px;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #004077;
    }

    .main-services.red i {
        background-color: #004077;
    }

    .main-services.blue i {
        background-color: #1e90ff;
    }

    .main-services.green i {
        background-color: #ffe000;
    }

    .main-services.green1 i {
        background-color: #99FF99;
    }

    .main-services.green2 i {
        background-color: #66FFFF;
    }

    .main-services.green3 i {
        background-color: #CCFFCC;
    }

    .main-services.green4 i {
        background-color: #aab927;
    }

    .main-services.green5 i {
        background-color: #dfdfdf;
    }

    .main-services.green6 i {
        background-color: #00ffff;
    }

    .main-services.green7 i {
        background-color: #d8ff00;
    }

    .main-services.green8 i {
        background-color: #3cc;
    }

    .main-services.green9 i {
        background-color: #ff9;
    }

    .banner .__heading h1.homepage-subheading {
        color: #fff;
    }

    .banner .__heading h1 {
        font-size: 36px;
        padding: 15px 0 0;
        color: #373737;
        font-weight: 600;
        line-height: 1.2;
    }

    .banner .__heading h3.homepage-subheading {
        color: #fff;
    }

    .banner .__heading h3 {
        font-size: 17px;
        color: #29870b;
        font-weight: 600;
        line-height: 28px;
        margin: 0;
        padding: 5px 0 2px;
        text-transform: capitalize;
    }

    .banner .__heading {
        text-align: center;
    }

    .banner {
        width: 100%;
        min-height: 550px;
        background-size: cover;
        padding-bottom: 10px;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .landing-banner {
        position: relative;
    }

        .landing-banner:before {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            content: "";
            /***background: rgba(0,0,0,.7);***/
        }

    .__ExpertFeatures img {
        text-align: center;
        margin: 0 auto;
    }

    .__ExpertFeatures .\--mar-auto {
        margin: 0 auto;
    }

    .__ExpertFeatures {
        text-align: center;
        padding: 47px 0;
    }

        .__ExpertFeatures h2 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .__OurBestExperts span img.filter {
        width: 13px;
        height: 20px;
        display: inline-block;
        vertical-align: -9px;
    }
