.header-top {
    /* background-color: #fc9a06; */
    background-color: #05528a;
    padding: 1px;
}

@media only screen and (max-width: 991px) {
    a.right_logo {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .header-top h3 {
        color: #fff;
        text-align: center;
        font-size: 32px;
        /* margin-left: 7em; */
        font-weight: bold;
        line-height: 35px;
    }

    .header-top h6 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        /* margin-left: 7em; */
        font-weight: bold;
        line-height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .header-top h3 {
        color: #fff;
        text-align: center;
        margin-left: 0em;
        font-weight: bold;
        line-height: 1.8;
    }

    .header-top h6 {
        color: #fff;
        text-align: center;
        margin-left: 0em;
        font-weight: bold;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 420px) {
    .header-top h3 {
        color: #fff;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8;
    }
}

.i1 {
    color: #fc9a06;
    padding: 10px;
    border: 1px solid #fc9a06;
    border-radius: 5px;
    margin-top: 1.4em;
}

.h44 {
    font-family: Poppins;
    margin-top: 2em;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}

/* nav */
.menu-two-ul {
    position: relative;

}

.menu-two-ul li a,
.menu-three-ul li a,
.menu-four-ul li a {
    border-bottom-color: #175f8b;
    /* border-bottom-style: dashed; */
    font-size: 16px;
    line-height: 34px;
    color: #000;
}

.menu-expand-icon {

    color: #000;
    font-size: 13px;
    margin-left: 6px;
}

nav ul ul {
    display: none;
}

@media (min-width: 992px) {

    .menu-two-ul,
    .menu-three-ul,
    .menu-four-ul {
        position: absolute;
        top: 71px;
        width: 250px;
        z-index: 3;
        background: #fff;
        list-style: none;
        padding-left: 10px;
    }

}

/* nav end  */


/* feature */

.feature {
    padding: 50px 0;
}

.feature_item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 6px;
}

.feature_item_1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 6px;
}

.feature_title h2 {
    text-align: center;
    padding-bottom: 40px;
}

.feature_item span,
.feature_item_1 span {
    width: 90px;
    height: 90px;
    /* display: block; */
    border-radius: 50%;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_item span i {
    font-size: 35px;
    color: #fff;
}

.feature_item_1 span i {
    font-size: 35px;
}

.feature .feature_item:hover i {
    color: #333;
}

.feature_item span {
    background: #05528a;
}

/* .feature_item h2 {
    margin-bottom: 30px;
} */

.feature_item_1 span {
    background: #FFF;
}

.feature_item_1 h2 {
    color: #fff;
    /* margin-bottom: 30px; */
}

.feature_item_1 p {
    color: #fff;
}

.feature_item_1 {
    background: #05528a;
    margin-bottom: 20px;
}

.feature .feature_item::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 0;
    background: #05528a;
    transition: .6s;
    bottom: 0px;
    left: 15px;
    z-index: -1;
    border-radius: 6px;
    transition: all 0.5s linear;
}

.feature .feature_item:hover::before {
    height: 100%;
    overflow: hidden;
    transition: all 0.5s linear;
}

.feature .feature_item:hover h2,
.feature .feature_item:hover p {
    color: #fff;
}

.feature .feature_item:hover span {
    background: #fff;
}


@media only screen and (max-width: 420px) {

    .feature_item,
    .feature_item_1 {
        margin-bottom: 20px;
    }

}


/* about_1 */
.about_image {
    margin-top: 20px;
}

.about_1 {
    padding: 50px 0;
}

.about_section h5 {
    margin-bottom: 20px;
    color: #05528a;
    font-size: 18px;
}

.about_section h1 {
    margin-bottom: 30px;
}

.about_section p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.about_section button a {
    font-size: 18px;
    color: #fff;
}

.about_section:hover button {
    background: #fff;
    transition: all 0.5s linear;
    border: 1px solid #05528a;
}

.about_section:hover button a {
    color: #05528a;
    transition: all 0.5s linear;
}

.about_section button {
    padding: 10px 50px;
    background: #05528a;
    border: none;
    /* border: 1px solid #000; */
}

.activity_inner p {
    text-align: justify;
    font-size: 16px;
}

.point ul li {
    margin: 20px 0px;
    font-size: 16px;
}

.csr_initiatives ul {
    padding-left: 70px;
}

.csr_initiatives ul li {
    margin: 20px 0px;
    font-size: 16px;
}


/* about_1 end */


/* why_us */


.why_us_section {
    background-image: url(../images_1/banner_5.png);
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 3;
    background-attachment: fixed;
    overflow: hidden;
}

.why_us_section::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #05528a96;
    content: "";
}

.why_us_title {
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
}

.why_us_title h3 {
    color: #fff;
    font-size: 28px;
}

.why_us_title p {
    color: #fff;
    font-size: 18px;
    width: 670px;
}

.point_items .left span {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.point_items {
    display: flex;
    gap: 20px;
    align-items: center;
}

.point_items .right h3 {
    margin-top: 0px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}

.point_items .right p {
    color: #fff;
    font-size: 16px;
}

/* why_us end */

/* why_us_about */

.why_us {
    padding: 0 0 80px 0;
}

.section_why_title h2 {
    text-align: center;
}

.why_us .point_item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.why_us .point_item .icon span i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 30px;
}

.why_us .point_item .icon:hover span i {
    background: #f57b00;
    color: #fff;
    border: none;
    transition: all 0.5s linear;
}

/* why_us_about end*/

/* vision_mission_section */

.vision_mission_section {
    padding: 0 0 50px 0;
}

.vision_mission_section .vision,
.vision_mission_section .mission,
.vision_mission_section .career {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 60px 20px 20px 20px;
}

.vision_mission_section .vision {
    background-image: url(../images_1/vision.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.vision_mission_section .vision::before,
.vision_mission_section .mission::before,
.vision_mission_section .career::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b0;
    content: "";
}

.vision_mission_section .mission {
    background-image: url(../images_1/mission.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.vision_mission_section .career {
    background-image: url(../images_1/career-guidance.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.vision_mission_section .vision span i,
.vision_mission_section .mission span i,
.vision_mission_section .career span i {
    border: 1px solid #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.vision_mission_section .vision h2,
.vision_mission_section .mission h2,
.vision_mission_section .career h2 {
    color: #fff;
    z-index: 1;
    position: relative;
}

.vision_mission_section .vision p,
.vision_mission_section .mission p,
.vision_mission_section .career p {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 16px;
}

/* vision_mission_section end*/

/* director */

.director img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.about_director {
    padding: 50px 0;
}

.director {
    text-align: center;
    margin-bottom: 40px;
}

.title_dire {
    text-align: center;
    margin-bottom: 40px;
}



/* director end */

/* Latest_Event */

.Latest_Event {
    padding: 30px 0;
}

.Latest_Event .Event_title h3 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #05528a;
}

/* Latest_Event end */

/* about_Certificate */

.about_Certificate {
    padding: 50px 0;
}

.title_Certificate {
    text-align: center;
    margin-bottom: 40px;
    color: #05528a;
}

.title_Certificate h2 {
    font-size: 40px;
}

/* donate_now */

.donate_now {
    padding: 0px 0px 30px;
}

.don_section {
    background-color: #f57b00;
    padding: 30px 20px;
}

.don_section .text_don h4 {
    margin: 0px;
    font-size: 24px;
    color: #fff;
}

.button_donate {
    text-align: end;
}

.button_donate a {
    background-color: #05528a;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 6px;
}


/* donate_now end */

/* about */

.about {
    padding: 50px 20px 50px 20px;

}

.about h3 {
    font-family: Poppins;
    color: #000;
    text-align: left;
    padding-left: 20px;
}

.about p {
    text-align: justify;
    line-height: 1.8;
    font-family: Poppins;
}

.btn1 {

    background: #fc9a06;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #fc9a06;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 20px;
}

.btn1:hover {

    background: #fff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fc9a06;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #fc9a06;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 20px;
}

th {
    text-align: center;
    font-size: 1.4em;
    font-family: Poppins;
    color: #fc9a06;
}

@media only screen and (max-width: 420px) {
    th {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 768px) {
    td {
        text-align: center;
        font-weight: bold;
        font-size: 18px
    }
}

@media only screen and (max-width: 420px) {
    td {
        font-size: 1em;
        text-align: center;
        font-weight: bold;
    }
}

.tbl {
    background-color: #eee;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: 3em;
}

/* img1 */
@media only screen and (min-width: 768px) {
    .img1 {
        margin-top: 0em;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 5px 5px 25px 15px #e7e7e7;
        height: 300px;
        border-radius: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .img1 {
        margin-top: 3em;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 5px 5px 25px 15px #e7e7e7;
        height: 300px;
        border-radius: 100%;
    }
}

/* services */

.ptb-50 {
    padding: 50px 50px;
}

.single_what_we_do {
    background-color: #fff;
    text-align: center;
    padding: 0 35px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);

}

.single_what_we_do:hover {
    -webkit-box-shadow: 5px 5px 25px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px 10px rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #fc9a06;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 30px 0;
}

.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}

.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 20px;
    margin: 0;
}

.single_what_we_do .what_we_do_content {
    padding-bottom: 30px;
    font-size: 1.2em;
}

.single_what_we_do .bottom_line {
    position: absolute;
    bottom: 0;
    left: 44%;
    background-color: #fc9a06;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}

/* grey */
.grey {
    background-color: #eee;
    padding: 80px 0px 50px 0px;
    margin-top: 3em;
}

/* gallery */

.gallery {
    padding: 60px 0px 30px 0px;
}

.gallery h3 {
    text-align: left;
    font-family: Poppins;
}

.gallery h3 span {
    color: #fc9a06;
}


/* CSR activity */

.activity {
    padding: 50px 0px;
}




/* footer */

.footer {
    /* background: url(../images/footer1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 40px 0px 30px 0px;
    background: #05528a;
}

.footer h3 {
    font-family: Poppins;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.footer_section_1 p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.footer_section_2 ul {
    list-style: none;
    padding-left: 0px;
}

.footer_section_2 ul.footer_link li {
    line-height: 30px;
}

.footer_section_2 ul.footer_link li a {
    color: #fff;
    font-size: 16px;
}

/* cpy-write */

.cpy-write {
    padding: 10px;
    /* background-color: #fc9a06; */
    background-color: #f57b00;
}

.cpy-write p {
    text-align: center;
    color: #fff;
    /* color: #000; */
    padding-top: 10px;
    font-size: 16px;
    margin: 0px;
}

.cpy-write a {
    color: #1d2124;
    font-weight: 550;
}

.cpy-write a:hover {
    color: #fff;
    font-weight: 550;
    text-decoration: none;
}

.hr1 {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px dotted #fc9a06;
}

.btn2 {
    background: #fc9a06;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    transition: 0.4s;
    border: 2px solid #fc9a06;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 27px;
}

.btn3 {
    background: #80cf23;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    transition: 0.4s;
    border: 2px solid #80cf23;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 27px;
}

.btn4 {
    background: #ff5252;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    transition: 0.4s;
    border: 2px solid #ff5252;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 27px;
}

.btn5 {
    background: #00bcd4;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    transition: 0.4s;
    border: 2px solid #00bcd4;
    font-size: 16px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 27px;
}

.btn2:hover {
    text-decoration: none;
    color: #fff;
}

.btn3:hover {
    text-decoration: none;
    color: #fff;
}

.btn4:hover {
    text-decoration: none;
    color: #fff;
}

.btn5:hover {
    text-decoration: none;
    color: #fff;
}

/* logo */

/* .col-lg-10.col-md-10.col-sm-6.col-xs-12.menu_mobile {
    display: none;
}

.col-lg-8.col-md-10.col-sm-6.col-xs-12.menu_mobile {
    display: block;
}

@media only screen and (max-width: 991px) {
    .col-lg-8.col-md-10.col-sm-6.col-xs-12.menu_mobile {
        display: none;
    }

    .col-lg-10.col-md-10.col-sm-6.col-xs-12.menu_desktop {
        display: block;
    }
} */

@media screen and (max-width: 990px) {
    .logo {
        margin-top: 0.5em !important;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        margin-left: 0em !important;
    }

    .col-lg-2.col-md-2.col-sm-6.col-xs-12.men_logo {
        width: 55%;
    }

    .navbar-toggle {
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .logo {
        margin-top: -7.5em;
        /* margin-top: -0.5em; */
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .logo {
        margin-top: -3px;
        margin-left: 4em;
    }
}

.directors {
    padding: 50px 10px 30px 10px;
}

.directors h2 {
    text-align: center;
    font-weight: bold;
    color: #fc9a06;
}

.contact {
    padding: 50px 10px 50px 10px;
}


.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-align: center;
}

.sec-title .separater {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: #333333;
}

.sec-title .separater:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fc9a06;
}

.sec-title.centered .separater {
    left: 50%;
    margin-left: -50px;
}


.sec-title.centered h2:after {
    left: 50%;
    margin-left: -30px;
}

.sec-title.light .separater {
    background-color: #ffffff;
}

.sec-title.centered .separater:before {
    left: 50%;
    right: auto;
    margin-left: -5px;
}

.sec-title.light h2 {
    color: #ffffff;
}


/* txt-box*/

.txt-box {
    display: block;
    width: 100%;
    color: #333333;
    line-height: 26px;
    padding: 15px 28px;
    height: 60px;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    /* border-top: 1px solid #ebeeef; */
    margin-bottom: 23px;
}


.send {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    /* padding: 13px 35px; */
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
    background-color: #fc9a06;
    text-transform: uppercase;
    border: 1px solid #fc9a06;
    margin-bottom: 1em;
}

.details {
    /* padding: 40px 10px 20px 10px; */
    padding: 5px 10px 55px 10px;
    /* background-color: #fc9a06; */
    background-color: #666666bf;
    border-radius: 30px;
}

.details p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.details h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding-left: 10px;
}

.details i {
    color: #fff;
    font-size: 2em;
    padding-left: 10px;
    padding-top: 18px;
}

/* contact */

.contact_section .row {
    display: flex;
    align-items: center;
}

.contact_section {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 30px;
}

.from_1 {
    /* padding-left: 16px; */
    font-size: 30px;
    margin: 0px;
    margin-bottom: 20px;
}

.contact-from_section {
    padding: 50px 0;
}

.contact-from_section h5.title {
    font-size: 18px;
    margin: 0;
    color: #fc9a06;
    font-weight: bold;
}

.add_1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.section_address {
    padding: 50px 0;
}

.item_address {
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px;
    border-radius: 15px;
}

.item_address .icon i {
    font-size: 60px;
    color: #f57b00;
}

.item_address .text_contact h4 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.item_address .text_contact p {
    font-size: 17px;
}

.item_address .text_contact p a {
    font-size: 15px;
    color: #000;
}

.contact_banner {
    background-image: url(../images_1/contact_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    background-position: center center;
    position: relative;
}

.contact_banner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.contact_banner h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about_trust_banner {
    background-image: url(../images_1/about_trust_banner.jpg);
}

.about_trust_banner_2 {
    background-image: url(../images_1/Certificate_banner.jpg);
}

.about_trust_banner_1 {
    background-image: url(../images_1/Director_banner.jpg);
}

.about_trust_banner_3 {
    background-image: url(../images_1/CSR-banner.jpg);
}

.about_trust_banner_4 {
    background-image: url(../images_1/reports_banner.jpg);
}

.about_trust_banner,
.about_trust_banner_2,
.about_trust_banner_1,
.about_trust_banner_3,
.about_trust_banner_4 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    position: relative;
    background-position: center center;
}

.about_trust_banner::before,
.about_trust_banner_2::before,
.about_trust_banner_1::before,
.about_trust_banner_3::before,
.about_trust_banner_4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a1;
}

.about_trust_banner h3,
.about_trust_banner_2 h3,
.about_trust_banner_1 h3,
.about_trust_banner_3 h3,
.about_trust_banner_4 h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* end contact */

/* down_section */

.down_section {
    padding: 50px 0;
}

.down_pdf {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0px;
}

.down_pdf h4 {
    background-color: #f57b00;
    padding: 20px;
}

.down_pdf h4 a {
    color: #fff;
    font-size: 22px;
}

.down_title h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #05528a;
    font-weight: bold;

}

/* table */

thead {
    background-color: #fc9a06;
}

th {
    color: #fff;
    border-right: 2px solid #f5f5f5;
    text-align: left;
}

td {
    border-right: 2px solid #f5f5f5;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .table1 {
        margin-left: 11%;
    }
}

@media only screen and (min-width: 768px) {
    .table2 {
        margin-left: 28%;
    }
}

@media only screen and (min-width: 768px) {
    .tbl-btn {
        margin-left: 26%;
    }
}

/* banner */

.banner {
    background-color: #f5f5f5;
    padding: 50px 10px 50px 10px;
}

.banner h3 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333333;
}

.banner a {
    color: #333333;
    text-decoration: none;
}


.banner a:hover {
    color: #fc9a06;
    text-decoration: none;
}

.banner span {
    color: #fc9a06;
}

/* btn2 */

.btn8 {

    background: #80cf23;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #80cf23;
    font-size: 18px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 600;
}

.btn8:hover {

    background: #fff;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #80cf23;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #80cf23;
    font-size: 18px;
    text-align: center;
    font-family: Poppins;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 600;
}

.rules {
    padding: 10px 10px 50px 10px;
}

.rules h3 {
    color: #333333;
    text-align: center;
    text-decoration:
        underline;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 30px;
}

.rules p {
    font-size: 22px;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 1.8;
}

.grey1 {
    padding: 30px 10px 30px 10px;
    background-color: #eee;
}

.grey1 h3 {
    font-family: 'Poppins', sans-serif;
    color: #80cf23;
    font-weight: 600;
    margin-bottom: 30px;
}

.grey1 p {
    text-align: justify;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.bank {
    padding: 30px 10px 50px 10px;
}

.bank p {
    text-align: justify;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}


.text {
    padding: 30px 10px 30px 10px;
}

@media only screen and (min-width: 768px) {
    .font1 {
        font-size: 18px;
    }
}

.tbl {
    padding: 30px 10px 30px 10px;
}

@media only screen and (max-width: 420px) {
    .pad1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .mrg {
        margin-left: 10%;
        width: 83.33333333%;
    }
}

@media only screen and (min-width: 768px) {
    .table3 {
        width: 80%
    }
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/*jssor slider thumbnail skin 111 css*/
.jssort111 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background-color: #000;
}

.jssort111 .p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jssort111 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .45;
}

.jssort111 .p:hover .t {
    opacity: .8;
}

.jssort111 .pav .t,
.jssort111 .pdn .t,
.jssort111 .p:hover.pdn .t {
    opacity: 1;
}

.jssort111 .ti {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.jssort111 .pav .ti,
.jssort111 .pdn .ti,
.jssort111 .p:hover.pdn .ti {
    color: #000;
    background-color: rgba(255, 255, 255, .6);
}

.modal_title {
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .btn6 {

        background: #fc9a06;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        width: 200px;
        transition: 0.4s;
        border: 2px solid #fc9a06;
        font-size: 16px;
        text-align: center;
        font-family: Poppins;
        text-decoration: none;
        margin-bottom: 20px;
        width: 30%;
    }
}

@media only screen and (max-width: 420px) {
    .btn6 {

        background: #fc9a06;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        width: 200px;
        transition: 0.4s;
        border: 2px solid #fc9a06;
        font-size: 16px;
        text-align: center;
        font-family: Poppins;
        text-decoration: none;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .btn6:hover {

        background: #fff;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        color: #fc9a06;
        font-weight: 500;
        border-radius: 3px;
        width: 200px;
        transition: 0.4s;
        border: 2px solid #fc9a06;
        font-size: 16px;
        text-align: center;
        font-family: Poppins;
        text-decoration: none;
        margin-bottom: 20px;
        width: 30%;
    }
}

@media only screen and (max-width: 420px) {
    .btn6:hover {

        background: #fff;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        color: #fc9a06;
        font-weight: 500;
        border-radius: 3px;
        width: 200px;
        transition: 0.4s;
        border: 2px solid #fc9a06;
        font-size: 16px;
        text-align: center;
        font-family: Poppins;
        text-decoration: none;
        margin-bottom: 20px;
        width: 100%;
    }
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 85px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images_1/logo_3.png) no-repeat 0px 0px;
    /* background: url(../images/top.png) no-repeat 0px 0px; */
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

@media only screen and (min-width: 768px) {
    .documents {
        padding: 3em 6em 4em 8em;
        background-color: #333333;
    }
}

@media only screen and (max-width: 420px) {
    .documents {
        padding: 1em 2em 2em 2em;
        background-color: #333333;
    }
}

.documents h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
}

.documents p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .advise {
        padding: 3em 6em 4em 8em;
        background-color: #00bcd4;
    }
}

@media only screen and (max-width: 420px) {
    .advise {
        padding: 1em 2em 2em 2em;
        background-color: #00bcd4;
    }
}

.advise h3 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.8;
}

.advise p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    font-size: 16px;
}

@media only screen and (min-width: 481px) {
    .navbar-toggle {
        margin-top: -8em;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-toggle {
        margin-right: 9em;
        margin-bottom: 30px;
    }

    .vision {
        margin-bottom: 30px;
    }

    .point_item {
        margin-top: 20px;
    }
    
    .item_address{
        display: block;
        text-align: center;
    }
    
    .feature_item_1 {
        margin-top: 20px;
    }
    
    .text_don {
        margin-bottom: 20px;
    }
    
    .Certificate {
        margin-bottom: 20px;
    }
    
    .item_address .text_contact p {
        text-align: center;
    }
    
    .item_address {
        margin-bottom: 20px;
    }
}

input {
    width: 100%;
    padding: 15px 28px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin-bottom: 23px;
}

textarea {
    width: 100%;
    padding: 15px 28px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin-bottom: 23px;
    height: 200px;
}

form#contact-form {
    margin: 20px;
}

label {
    margin-bottom: 5px;
}

button.butn.butn-md.butn-bord.radius-30 {
    background: #fc9a06;
    border: 1px solid #fc9a06;
    padding: 10px 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

a.gallery_1 img {
    margin-top: 25px;
}