* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    border: none;
}

a {
    outline-style: none;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

body {
    overflow-x: hidden;
    font-family: NotoSerif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif-Bold.eot');
    src: url('../fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Bold.woff') format('woff'), url('../fonts/NotoSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: NotoSerif;
    src: url('../fonts/NotoSerif-Italic.eot');
    src: url('../fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-Italic.woff') format('woff'), url('../fonts/NotoSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: NotoSerif;
    src: url('../fonts/NotoSerif-BoldItalic.eot');
    src: url('../fonts/NotoSerif-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif-BoldItalic.woff') format('woff'), url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: NotoSerif;
    src: url('../fonts/NotoSerif.eot');
    src: url('../fonts/NotoSerif.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSerif.woff') format('woff'), url('../fonts/NotoSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.contanear {
    display: block;
    width: 100%;
    max-width: 1260px;
    margin: 0px auto;
}

.top_header_contanear {
    display: block;
    float: left;
    width: 100%;
    /*padding: 12px 0;*/
}

.top_header_logo_area {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    /*max-width: 500px;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    /*.top_header_logo_area:hover {
        transform: scale(1.1);
    }*/

    .top_header_logo_area img {
        max-width: 100%;
    }

.top_header_contact_area_1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}

#header {
    background-color: #f56c0c;
}

.top_header_contact_area {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    text-align: right;
}

    .top_header_contact_area p, .top_header_contact_area_1 p {
        font-size: 20px;
        font-family: NotoSerif;
        display: inline-block;
    }

.top_header_contact_area_1 a i {
    padding: 10px;
    color: #FFF;
    font-size: 26px;
}

.top_header_contact_area p strong {
    font-family: NotoSerif;
    font-weight: normal;
    margin: 0 5px;
}

.top_header_contact_area p a {
    color: #000;
}

    .top_header_contact_area p a:hover {
        color: #A54686;
    }

.top_header_contact_area p i {
    color: #A54686;
    margin-right: 4px;
}

.top_header_donate_but {
    display: inline-block;
    width: 144px;
    height: 48px;
    background: #f56c0c;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    font-size: 22px;
    font-family: 'NotoSerif';
}

    .top_header_donate_but:hover {
        background: #000;
    }

.nav_main_contanear {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #f56c0c;
}

.nav_main_area {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    z-index: 999;
}

    .nav_main_area ul {
        list-style-type: none;
        text-align: center;
    }

        .nav_main_area ul li {
            display: inline;
            color: #000;
            position: relative;
            line-height: 50px;
            text-transform: uppercase;
        }

            .nav_main_area ul li a {
                color: #fff;
                padding: 18px 12px;
                font-size: 14px;
            }

                .nav_main_area ul li a:hover {
                    background: #690d0d;
                }

            .nav_main_area ul li ul {
                position: absolute;
                width: max-content;
                top: 22px;
                left: 0px;
                display: none;
                padding: 11px 0;
                text-align: left;
            }

            .nav_main_area ul li:hover ul {
                display: block;
            }

            .nav_main_area ul li ul li {
                width: 100%;
                line-height: 20px !important;
            }

                .nav_main_area ul li ul li a {
                    padding: 8px;
                    background: #A54686;
                    display: block;
                    border-bottom: 1px solid #77295d;
                    font-size: 13px;
                    color: #FFF;
                    border-radius: 0;
                }

                    .nav_main_area ul li ul li a:hover {
                        background-color: #01AEF0;
                        color: #FFF;
                        border-bottom: 1px solid #77295d;
                    }

.current-menu-item a {
    background: #01AEF0;
}


.small_manu {
    display: inline-block;
    height: auto;
    overflow: visible;
    display: none;
    z-index: 10000;
    text-align: left;
    z-index: 9999;
    position: relative;
    right: 0px;
}


.toggleMenu {
    display: none;
}

    .toggleMenu img {
        vertical-align: middle;
    }

.nav2 {
    list-style: none;
    *zoom: 1;
    float: right;
    background: #FFFFFF;
    width: 250px;
    margin: 0 0;
    position: absolute;
    right: 0;
    z-index: 9999;
}

    .nav2:before,
    .nav2:after {
        content: " ";
        display: table;
    }

    .nav2:after {
        clear: both;
    }

    .nav2 ul {
        list-style: none;
        width: 9em;
    }

    .nav2 a {
        padding: 9.7px 15px;
        color: #666;
        text-decoration: none;
    }

        .nav2 a:hover {
            background: #A54686;
            color: #FFF;
        }

#redselect {
    color: #FF0000;
    background-image: url(../images/arrow_down.png);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 30px;
}

.nav2 li {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    z-index: 1000;
}

.nav2 > li {
    float: left;
    width: 100%;
    text-align: left;
    border-left: 1px solid #D1DADE;
    border-right: 1px solid #D1DADE;
    border-bottom: 1px solid #D1DADE;
}

    .nav2 > li:first-child {
        border-top: 1px solid #D1DADE;
    }

    .nav2 > li span {
        float: right;
    }

    .nav2 > li > .parent {
        background-repeat: no-repeat;
        background-position: right;
    }

    .nav2 > li > a {
        display: block;
    }

.nav2 li ul {
    position: relative;
    left: -9999px;
    display: none;
}

.nav2 > li.hover > ul {
    left: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}

.toggleMenu.active {
    background: none;
}

.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index: 100;
    /*border-top: 1px solid #D1DADE;*/
}

.nav2 li ul li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background: #eff1f1;
    border-top: 1px solid #D1DADE;
}

    .nav2 li ul li a {
        width: 100%;
        box-sizing: border-box;
    }

.nav2 li li a:hover {
    background: #01AEF0 !important;
}

.droparrow {
    margin: 0 0 3px 0;
}

/**************dropdown_menu*************/


.top_slider_panel {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .top_slider_panel img {
        float: left;
        width: 100%;
    }

.top_orange_contanear {
    display: block;
    float: left;
    width: 100%;
    background: #E06D00;
    padding: 15px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .top_orange_contanear:hover {
        background: #000;
    }

.top_orange_text_area {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 370px);
}

    .top_orange_text_area h2 {
        font-size: 35px;
        color: #FFF;
        font-family: 'NotoSerif';
    }

    .top_orange_text_area p {
        font-size: 15px;
        color: #FFF;
    }

.top_orange_but_area {
    display: inline-block;
    vertical-align: middle;
    width: 365px;
    text-align: right;
}

.top_orange_but1 {
    display: inline-block;
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-family: 'NotoSerif';
    background: #00aff0;
    font-size: 20px;
}

    .top_orange_but1:hover {
        background: #000;
    }

.top_orange_but2 {
    display: inline-block;
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-family: 'NotoSerif';
    background: #a54686;
    font-size: 20px;
    margin-right: 8px;
}

    .top_orange_but2:hover {
        background: #000;
    }

.pannel1_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/pannel1_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0;
    color: #FFF;
}

.text-center {
    text-align: center;
}

.pannel1 {
    display: block;
    float: left;
    width: 65%;
}

    .pannel1 ul {
        list-style-type: none;
    }

    .pannel1 h2 {
        color: #FFF;
        font-size: 35px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
        text-align: center;
    }

    .pannel1 ul li {
        color: #FFF;
        font-size: 18px;
        float: left;
        width: 50%;
        padding-right: 5px;
        margin-top: 35px;
        position: relative;
        padding-left: 45px;
    }

        .pannel1 ul li .pannel1_left_list_number {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            transition-timing-function: ease-out;
        }

.pannel1_left_list_number {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    background: #A54686;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -6px;
    font-style: normal;
}

.pannel1_left_area {
    display: block;
    float: left;
    width: 65%;
}

    .pannel1_left_area h2 {
        color: #FFF;
        font-size: 35px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
    }

    .pannel1_left_area ul {
        list-style-type: none;
    }

        .pannel1_left_area ul li {
            color: #FFF;
            font-size: 18px;
            float: left;
            width: 50%;
            padding-right: 5px;
            margin-top: 35px;
            position: relative;
            padding-left: 45px;
        }

            .pannel1_left_area ul li .pannel1_left_list_number {
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -ms-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
                transition-timing-function: ease-out;
            }

            .pannel1_left_area ul li:hover .pannel1_left_list_number {
                background: #E06D00;
                -ms-transform: rotate(360deg); /* IE 9 */
                -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
                transform: rotate(360deg);
            }

.pannel1_left_list_number {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    background: #A54686;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -6px;
    font-style: normal;
}

.pannel1_right_area {
    display: block;
    float: right;
    width: 35%;
    padding: 10px 15px 10px 15px;
    background: #01AEF0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel1_right_area:hover {
        background: #E06D00;
    }

.pannel1_right_heading {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding-bottom: 8px;
    font-size: 35px;
    font-family: 'NotoSerif';
    color: #FFF;
}

.pannel1_right_news_box1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel1_right_news_box1:hover {
        transform: scale(1.1);
    }

.pannel1_right_news_date_area {
    display: block;
    float: left;
    width: 88px;
    background: #FFF;
    padding: 3px 5px 6px 5px;
}

    .pannel1_right_news_date_area h1 {
        font-size: 40px;
        color: #000;
        font-family: 'NotoSerif';
        margin-top: -8px;
    }

        .pannel1_right_news_date_area h1 em {
            font-size: 20px;
            font-style: normal;
        }

    .pannel1_right_news_date_area p {
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        background: #A54686;
        color: #FFF;
        padding: 2px;
    }

.pannel1_right_news_text_area {
    display: block;
    float: right;
    width: calc(100% - 100px);
}

    .pannel1_right_news_text_area h2 {
        color: #FFF;
        font-family: 'NotoSerif';
        font-size: 16px;
        text-transform: uppercase;
    }

    .pannel1_right_news_text_area p {
        color: #FFF;
        font-size: 14px;
    }

.pannel1_right_more_news_link {
    display: block;
    float: left;
    width: 100%;
    font-family: 'NotoSerif';
    font-size: 16px;
    margin-top: 8px;
}

    .pannel1_right_more_news_link a {
        color: #FFF;
        text-decoration: underline;
    }

        .pannel1_right_more_news_link a:hover {
            text-decoration: none;
        }

.pannel2_contanear {
    display: block;
    float: left;
    width: 100%;
}

.pannel2_boxes_main_area {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.pannel2_box1 {
    display: block;
    float: left;
    width: 50%;
    /*margin: 12px 1%;*/
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

    .pannel2_box1 img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        transition-timing-function: ease-out;
    }

    .pannel2_box1:hover img {
        transform: scale(1.1);
    }

.pannel2_box1_video_icon {
    display: block;
    float: left;
    width: 87px;
    height: 87px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

    .pannel2_box1_video_icon img {
        float: left;
        width: auto;
        min-height: inherit;
        object-fit: none;
        position: relative;
        z-index: 1;
    }

.pannel2_box2 {
    display: block;
    float: right;
    width: 50%;
    /*margin: 12px 1%;*/
    min-height: 380px;
    position: relative;
    background: url(../images/pannel2_right_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 10px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.pannel2_box_left:hover {
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
}

.pannel2_box_left h2 {
    color: #FFF;
    font-size: 30px;
    font-family: 'NotoSerif';
    padding-top: 3px;
}

.pannel2_box_left ul {
    font-size: 16px;
    list-style-type: none;
}

    .pannel2_box_left ul li {
        position: relative;
        font-size: 16px;
        color: #FFF;
        margin-top: 14px;
        padding-left: 33px;
    }

        .pannel2_box_left ul li:before {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            transition-timing-function: ease-out;
        }

        .pannel2_box_left ul li:hover:before {
            -ms-transform: rotate(360deg); /* IE 9 */
            -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
            transform: rotate(360deg);
        }

        .pannel2_box_left ul li:before {
            content: url(../images/list_style_type1.png);
            position: absolute;
            left: 0;
        }


.pannel2_box2:hover {
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
}

.pannel2_box2 h2 {
    color: #FFF;
    font-size: 30px;
    font-family: 'NotoSerif';
    padding-top: 3px;
}

.pannel2_box2 ul {
    font-size: 16px;
    list-style-type: none;
}

    .pannel2_box2 ul li {
        position: relative;
        font-size: 16px;
        color: #FFF;
        margin-top: 14px;
        padding-left: 33px;
    }

        .pannel2_box2 ul li:before {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            transition-timing-function: ease-out;
        }

        .pannel2_box2 ul li:hover:before {
            -ms-transform: rotate(360deg); /* IE 9 */
            -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
            transform: rotate(360deg);
        }

        .pannel2_box2 ul li:before {
            content: url(../images/list_style_type1.png);
            position: absolute;
            left: 0;
        }

.pannel3_contanear {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.pannel7_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/pannel1_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0;
    color: #FFF;
}

.pannel8_contanear {
    display: block;
    float: left;
    width: 100%;
    /*background: url(../images/pannel1_bg.jpg) top center no-repeat;
    background-size: cover;*/
    /*padding: 45px 0;*/
    color: #FFF;
}

.pannel6_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/pannel6_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0;
    color: #FFF;
}

.pannel12_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/pannel1_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0;
    color: #FFF;
}

.pannel3_box1 {
    display: block;
    float: left;
    width: 33%;
    min-height: 420px;
    background: #BFF8FF url(../images/pannel7_bg.jpg) bottom center no-repeat;
    padding: 30px 15px 252px 15px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel3_box1:hover {
        transform: scale(0.90);
    }

    .pannel3_box1 h2 {
        font-size: 30px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
    }

    .pannel3_box1 p {
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        max-width: 300px;
    }

    .pannel3_box1 h3 {
        font-size: 18px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
        margin-top: 5px;
    }

        .pannel3_box1 h3 a {
            color: #000;
        }

            .pannel3_box1 h3 a:hover {
                text-decoration: underline;
            }


.pannel3_box2 {
    display: block;
    float: left;
    width: 34%;
    min-height: 420px;
    background: linear-gradient(rgba(56, 86, 78, 0.82), rgba(42, 40, 43, 0.82)), url(../images/pannel3_box2_bg.jpg) bottom center no-repeat;
    padding: 30px 15px 252px 15px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel3_box2:hover {
        transform: scale(0.90);
    }

    .pannel3_box2 h2 {
        color: #fff;
        font-size: 30px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
    }

    .pannel3_box2 p {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        max-width: 350px;
    }

    .pannel3_box2 h3 {
        font-size: 18px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
        margin-top: 5px;
    }

        .pannel3_box2 h3 a {
            color: #fff;
        }

            .pannel3_box2 h3 a:hover {
                text-decoration: underline;
            }

.pannel3_box3 {
    display: block;
    float: left;
    width: 33%;
    min-height: 420px;
    background: linear-gradient(rgba(56, 86, 78, 0.82), rgba(42, 40, 43, 0.82)), url(../images/pannel3_box3_bg.jpg) bottom center no-repeat;
    padding: 150px 36px 77px 15px;
    ;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel3_box3:hover {
        transform: scale(0.90);
    }

    .pannel3_box3 h2 {
        font-size: 30px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
        color: #FFF;
        line-height: 34px;
    }

    .pannel3_box3 h3 {
        font-size: 18px;
        font-family: 'NotoSerif';
        text-transform: uppercase;
        margin-top: 5px;
    }

        .pannel3_box3 h3 a {
            color: #fff;
        }

            .pannel3_box3 h3 a:hover {
                text-decoration: underline;
            }

.pannel4_contanear {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/pannel4_bg.jpg) top center no-repeat;
    background-size: cover;
}

.pannel4_main_area {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.pannel4_left_area {
    display: block;
    float: left;
    width: 65%;
    padding: 45px 0;
}

    .pannel4_left_area h2 {
        font-size: 20px;
    }

        .pannel4_left_area h2 strong {
            font-size: 25px;
            font-family: 'NotoSerif';
            text-decoration: underline;
        }

    .pannel4_left_area ul {
        float: left;
        width: 100%;
        font-size: 16px;
        margin: 10px 0 20px 15px;
    }

        .pannel4_left_area ul li {
            color: #ffd800;
            list-style-type: square;
            float: left;
            width: 50%;
            margin-top: 10px;
        }

            .pannel4_left_area ul li a {
                color: #FFF;
            }

                .pannel4_left_area ul li a:hover {
                    color: #ffd800;
                }

.pannel4_right_area {
    display: block;
    float: right;
    width: 35%;
    background: #000;
    padding: 15px 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel4_right_area:hover {
        background: #01AEF0;
    }

        .pannel4_right_area:hover h2 {
            color: #FFF;
        }

    .pannel4_right_area h2 {
        color: #01aef0;
        font-size: 35px;
        font-family: 'NotoSerif';
    }

.pannel4_right_input_style1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 40px;
    padding: 0 12px;
    color: #1a1a1a;
    font-size: 15px;
    background: #FFF;
    border: none;
    font-family: NotoSerif;
    position: relative;
    z-index: 20;
}

.pannel4_right_textarea_style1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 100px;
    padding: 12px;
    color: #1a1a1a;
    font-size: 15px;
    background: #FFF;
    border: none;
    font-family: NotoSerif;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
}

.pannel4_right_submit_but {
    border-radius: 18px;
    display: block;
    float: left;
    margin-left: 85px;
    width: 170px;
    height: 50px;
    margin-top: 0px;
    background: #A54686;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'NotoSerif';
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel4_right_submit_but:hover {
        background: #000;
    }

.pannel5_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.pannel5_left_area {
    display: block;
    float: left;
    width: 35%;
    background: #01AEF0;
    padding: 25px 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel5_left_area:hover {
        background: #000;
    }

    .pannel5_left_area h2 {
        font-size: 20px;
        font-family: 'NotoSerif';
        color: #FFF;
        line-height: 35px;
    }

        .pannel5_left_area h2 strong {
            font-size: 40px;
            text-transform: uppercase;
        }

.pannel5_left_input_style1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    padding: 0 12px;
    color: #1a1a1a;
    font-size: 15px;
    background: #FFF;
    border: none;
    font-family: NotoSerif;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
}

.pannel5_left_submit_but {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 76px;
    background: #A54686;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'NotoSerif';
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .pannel5_left_submit_but:hover {
        background: #000;
    }

.pannel5_right_area {
    display: block;
    float: right;
    width: 62%;
}

.pannel5_right_top_box {
    display: block;
    float: left;
    width: 100%;
}

    .pannel5_right_top_box h2 {
        font-size: 35px;
        font-family: 'NotoSerif';
    }

.pannel5_right_top_box_slider_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.achiev_area {
    display: block;
    float: left;
    width: 100%;
    padding: 18px 20px;
    background: url(../images/achievements_bg.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 10px;
    height: 160px;
}

    .achiev_area h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'NotoSerif';
        color: #df6e00;
    }

    .achiev_area p {
        font-size: 15px;
        font-family: NotoSerif;
        color: #FFFFFF;
    }

        .achiev_area p a {
            color: #df6e00;
        }

            .achiev_area p a:hover {
                text-decoration: underline;
            }


footer {
    float: left;
    width: 100%;
    background-color: #000;
    /*background-image: url(../images/footer-banner.jpg);*/
    background-size: cover;
    padding: 0px;
    color: #FFFFFF;
}

    footer h2 {
        font-size: 22px;
        margin: 10px 0;
        font-family: 'NotoSerif';
        text-transform: uppercase;
    }

.footer_col {
    float: left;
    width: calc(100% / 4);
    padding: 0 10px 0 0;
}

    .footer_col ul {
        width: 100%;
        padding: 0 0 0 15px;
    }

        .footer_col ul li, .footer_col p {
            list-style-type: square;
            float: left;
            width: 100%;
            margin: 3px 0;
            font-size: 16px;
        }

            .footer_col ul li a {
                color: #FFFFFF;
                font-size: 16px;
            }

                .footer_col ul li a:hover {
                    color: #ffc925;
                }

    .footer_col p {
        position: relative;
        width: 100%;
        float: left;
        padding: 0 0 0 30px;
        margin: 10px 0;
        word-wrap: break-word;
    }

        .footer_col p i {
            position: absolute;
            color: #ffc925;
            margin: 0 20px 0 0;
            left: 0px;
            font-size: 20px;
        }

        .footer_col p a {
            color: #FFFFFF;
            display: block;
        }

            .footer_col p a:hover {
                color: #ffc925;
            }

            .footer_col p a i {
                font-size: 20px;
            }

.footer_col_input {
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 8px;
    margin: 5px 0;
    border: none;
}

.footer_colsubmitbox {
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ffc925;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .footer_colsubmitbox:hover {
        background-color: #000;
        color: #ffc925;
    }

.footer_bottom {
    float: left;
    width: 100%;
    background-color: #000;
    color: #FFF;
    padding: 30px 0;
}

    .footer_bottom span {
        float: right;
    }

.footer_col strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.subpage_banner_panel {
    float: left;
    width: 100%;
}

    .subpage_banner_panel img {
        width: 100%;
        height: 333px;
        object-fit: cover;
        float: left;
    }



.subpage_about_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 45px 0;
}

    .subpage_about_contanear .projects img {
        width: 100%;
        max-height: 400px;
        margin-bottom: 40px;
        border: 10px solid #e20000;
    }

.about_left_area {
    display: block;
    float: left;
    width: 62%;
}

.subpage_about_heading_area {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
}

    .subpage_about_heading_area h1 {
        font-size: 25px;
        font-family: 'NotoSerif';
        border-bottom: 1px solid #f3f2f2;
        padding-bottom: 10px;
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .subpage_about_heading_area p {
        color: #000;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: justify;
    }

        .subpage_about_heading_area p a {
            font-size: 16px;
            line-height: 24px;
            margin-top: 15px;
            text-align: justify;
            color: #A54686;
        }

            .subpage_about_heading_area p a:hover {
                color: #000000;
            }

.about_right_area {
    display: block;
    float: right;
    width: 35%;
}

    .about_right_area h1 {
        font-size: 30px;
        font-family: 'NotoSerif';
        border-bottom: 1px solid #f3f2f2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }



.contact_top_pannel {
    display: block;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    /*background-color: #f56c0c;*/
}

.contact_left_area {
    display: block;
    float: left;
    width: 48%;
}

.contact_left_text_area {
    display: block;
    float: left;
    width: 100%;
    /*background-color: #f56c0c;*/
}

    .contact_left_text_area h5 {
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 25px;
        margin-top: 15px;
        color: #065B31;
        /*font-family: NotoSerif;*/
    }

    .contact_left_text_area p {
        font-size: 16px;
        position: relative;
        margin-bottom: 25px;
        padding-left: 30px;
        margin-top: 20px;
    }

        .contact_left_text_area p i {
            color: #01AEF0;
            font-size: 22px;
            position: absolute;
            left: 5px;
            top: 0;
        }

        .contact_left_text_area p a {
            color: #000;
        }

            .contact_left_text_area p a:hover {
                color: #01AEF0;
            }

    .contact_left_text_area h2 {
        font-size: 22px;
        /*font-family: NotoSerif;*/
        color: #EA3766;
    }

    .contact_left_text_area h3 {
        float: left;
        width: 50%;
        margin-top: 15px;
        font-size: 15px;
    }

.contact_left_social_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #EDEDED;
}

    .contact_left_social_area p {
        margin-top: 15px;
    }

        .contact_left_social_area p a {
            margin-right: 10px;
        }

.contact_right_area {
    display: block;
    float: right;
    width: 50%;
}

.contact_input_style1 {
    display: block;
    float: left;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    margin-bottom: 15px;
    /*font-family: NotoSerif;*/
    position: relative;
    z-index: 20;
    border-radius: 10px;
}

.contact_textarea_style1 {
    display: block;
    float: left;
    width: 100%;
    height: 110px;
    padding: 12px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    margin-bottom: 15px;
    /*font-family: NotoSerif;*/
    position: relative;
    z-index: 20;
    border-radius: 10px;
}

.contact_submit_but {
    /* display: block; */
    /* float: left; */
    width: 152px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    /*font-family: 'NotoSerif';*/
    color: #FFF;
    /* margin-top: 88px; */
    background: #01AEF0;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}


    .contact_submit_but:hover {
        background: #A54686;
    }

.news_box3 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
    min-height: 113px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    .news_box3:hover {
        background: #01AEF0;
        padding: 15px;
    }

.news_box_img_area {
    display: block;
    float: left;
    width: 116px;
    position: absolute;
}

    .news_box_img_area img {
        max-width: 100%;
        float: left;
        height: 110px;
        object-fit: cover;
    }

.news_box_text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 130px;
}

    .news_box_text_area h2 a {
        font-size: 20px;
        /*font-family: 'NotoSerif';*/
        margin-top: -6px;
        color: #A54686;
    }

.news_box3:hover h2 a {
    color: #FFFFFF;
}

.news_box_text_area h3 {
    font-size: 14px;
    color: #000000;
    /*font-family: 'NotoSerif';*/
    margin-top: 4px;
}

.news_box3:hover h3 {
    color: #FFFFFF;
}

.news_box_text_area p {
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
    color: #000;
}

.news_box3:hover p {
    color: #FFFFFF;
}

.news_box_text_area h4 {
    font-size: 16px;
    font-family: 'NotoSerif';
    margin-top: 12px;
}

    .news_box_text_area h4 a {
        color: #01AEF0;
    }

.news_box3:hover h4 a {
    color: #FFFFFF;
}

.news_box_text_area h4 a:hover {
    color: #000;
}


.news_details_box {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .news_details_box img {
        max-width: 100%;
        float: left;
        margin: 0 20px 10px 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        transition-timing-function: ease-out;
    }

    .news_details_box:hover img {
        transform: scale(1.1);
    }

    .news_details_box h2 {
        font-size: 20px;
        font-family: 'NotoSerif';
        margin-top: -6px;
        color: #01AEF0;
    }

    .news_details_box h3 {
        font-size: 14px;
        color: #A54686;
        /*font-family: 'NotoSerif';*/
        margin-top: 4px;
    }

    .news_details_box p {
        font-size: 14px;
        margin-top: -5px;
    }

.report_boxes_main_area {
    display: block;
    float: left;
    width: 102%;
    margin: 25px -1%;
}

.report_page_box1 {
    width: 30%;
    float: left;
    display: block;
    border: solid 1px #bdbdbd;
    background: #9a0909;
    color: #fff;
    padding: 5px;
    margin: 0 1%;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

    /*.report_page_box1:hover {
        transform: scale(1.1);
    }*/

    .report_page_box1 img {
        width: 100%;
        object-fit: fill;
        height: 220px;
        filter: brightness(110%);
    }

.donation_img_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

    .donation_img_area img {
        max-width: 100%;
    }

.about_organization_matter_panel {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}

    .about_organization_matter_panel h5 {
        font-size: 20px;
        font-weight: 500;
        font-family: inherit;
        color: #f56c0c;
        width: 300px;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        position: relative;
    }

        .about_organization_matter_panel h5::after {
            content: ':';
        }

    .about_organization_matter_panel article,
    .about_organization_matter_panel article a {
        padding-top: 10px;
        font-size: 17px;
        font-weight: 700;
        display: inline-block;
        width: calc(100% - 225px);
        color: #0a0a0a;
    }

.about_vision_subheading {
    font-size: 20px;
    font-weight: 800;
    font-family: inherit;
    color: #A54686;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.about_vision_matter {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
}

.activities_bullet_matter {
    display: inline-block;
    width: 100%;
}

    .activities_bullet_matter p::before {
        content: url(../images/list_style_type1.png);
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
    }


.annual_report_thumb_panel {
    float: left;
    width: calc(100%);
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.annual_report_thumb {
    display: inline-block;
    width: calc(100% / 3 - 20px);
    vertical-align: top;
    background-color: #e3e8ee;
    text-align: center;
    padding: 15px;
    margin: 10px;
}

    .annual_report_thumb p {
        display: inline-block;
        width: 100%;
        font-family: 'NotoSerif';
        font-size: 16px;
    }

    .annual_report_thumb a {
        display: block;
        color: #000;
    }

    .annual_report_thumb img {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        transition-timing-function: ease-out;
        width: 100%;
        max-width: 130px;
    }

    .annual_report_thumb:hover img {
        transform: scale(1.06);
    }

.error-alert {
    color: red;
}

.active {
    background: #01AEF0;
}

.about_area {
    display: block;
    float: left;
    width: 100%;
}

/*.about_organization_matter_panel {
    padding-left: 30%;
}*/
.pannel2_box_left {
    display: block;
    float: left;
    width: 48%;
    /*margin: 12px 1%;*/
    min-height: 380px;
    position: relative;
    background: url(../images/pannel2_right_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 10px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.subpage_about_area img {
    /*border: 10px solid #e00b0b;*/
    width: 100%;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    .about_organization_matter_panel {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 8px 0;
        padding-left: 0px;
    }

    .subpage_banner_panel .post-thumbnail img {
        height: 115px;
        width: 100%;
    }

    .subpage_banner_panel {
        width: 100%;
    }

    .post-thumbnail {
        width: 100%;
    }

    .pannel1 ul li {
        color: #FFF;
        font-size: 15px;
        float: left;
        width: 100%;
        padding-right: 5px;
        margin-top: 35px;
        position: relative;
        padding-left: 45px;
    }

    .about-us-ul {
        color: #000;
        margin-bottom: 30px;
        margin-left: 10px !important;
    }

    .pannel1 {
        display: block;
        float: left;
        width: 100%;
        padding: 10px;
    }
}


.contanear span a, .footer-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.carousel-control {
    width: 4%;
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }

.report_page_box1 span {
    padding: 1%;
    font-size: 19px;
}

.about-us-image img {
    max-height: 500px;
    width: 100%;
}

.about-us-content {
    padding-left: 30px !important;
}

@media (max-width: 767px) {
    .col-md-6 img, .col-md-4 img, .screen-reader-response img {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-3 img {
        width: 100%;
    }

    .report_page_box1 img {
        width: 100%;
        object-fit: fill;
        height: 150px;
        filter: brightness(130%);
    }

    .icon-box.v1 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        /* margin-top: -11px; */
        padding-left: 0px !important;
    }

        .icon-box.v1 h4 {
            color: #111;
            font-size: 15px !important;
        }

        .icon-box.v1 .fa-mobile {
            padding: 10px;
            transition: 1s;
            font-size: 40px;
        }

        .icon-box.v1 .fa-envelope-o,
        .icon-box.v1 .fa-home {
            padding: 10px;
            transition: 1s;
            font-size: 20px !important;
        }

        .icon-box.v1 p {
            font-size: 15px !important;
            color: #000;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}

@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }

            .active > div:first-child + div {
                display: block;
            }
}

@media (min-width: 992px ) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}

.content-section {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

*.palette-4-bg {
    background-color: #F8F8F8;
}

.icon-box.v1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    /* margin-top: -11px; */
    padding-left: 35px;
}

    .icon-box.v1 p {
        font-size: 16px;
        color: #e43a19;
    }

    .icon-box.v1 h4 {
        color: #111;
        font-size: 20px;
    }

    .icon-box.v1 i {
        -webkit-transition: background-color 500ms ease-out 1s;
        -moz-transition: background-color 500ms ease-out 1s;
        -o-transition: background-color 500ms ease-out 1s;
        transition: background-color 500ms ease-out 1s;
    }

    .icon-box.v1 .fa-mobile {
        padding: 10px;
        transition: 1s;
        font-size: 40px;
    }

    .icon-box.v1 .fa-envelope-o,
    .icon-box.v1 .fa-home {
        padding: 10px;
        transition: 1s;
        font-size: 40px;
    }

.sticky {
    position: fixed;
    top: 0;
}

.appreciation {
    width: 100%;
    height: 500px;
}

.about-us-ul {
    color: #000;
    margin-bottom: 30px;
    margin-left: 50px;
}

    .about-us-ul li {
        color: #000 !important;
    }
