body{ 
  	margin:0; 
    padding:0;
    font-family: 'Roboto', sans-serif;
	color:#656565;
	background: #fff;
    overflow-x: hidden;
}
body.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*{
	margin:0; 
	padding:0; 
	box-sizing: border-box;
}
img{ 
	 border:none; 
	 outline:none;
	 width: 100%;
}
a{ 
	text-decoration:none !important;
	font-family: 'Roboto', sans-serif;
}
li{ 
	list-style:none;
}

input, textarea, select{
	outline:none;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
	color: #747373;
}
button:focus{
	outline: none;
}
.scrollToTop img {
    max-width: 60px;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
}
.title {
    margin-bottom: 30px;
    color: #000000;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 700;
}
.container {
    max-width: 1200px;
}

.blog_title {
    border-bottom: 2px solid #A91A1A;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_title span {
    background: #A91A1A;
    color: #fff;
    font-size: 22px;
    padding: 10px 24px 4px;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    margin-left: 20px;
    line-height: 26px;
}

.more {
    font-size: 18px;
    color: #fff;
    background: #14AE23;
    padding: 10px 24px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    display: inline-block;
}
.more:hover {
    background: #3a7822;
    color: #fff;
} 

.more img {
    width: 5px;
    margin-left: 8px;
}


/* Global Css */

/* Header Sec */

.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    background: #000;
}

@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}
.header_sec .top_header {
    background: #003c25;
    padding: 10px 0;
}

.header_sec .top_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_sec .top_header .container .left_sec {
    display: flex;
    align-items: center;
}
.header_sec .top_header .container .left_sec .help {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.header_sec .top_header .container .left_sec a {
    display: flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
    border: 1px solid;
    border-radius: 35px;
    padding: 4px 14px;
    margin-left: 20px;
    margin-right: 0;
}
.header_sec .top_header .container .left_sec a img {
    margin-right: 10px;
}
.header_sec .top_header .social_sec {
    display: flex;
    align-items: center;
}

.header_sec .top_header .social_sec a {
    margin-left: 16px;
}
.header_sec .nav_header li.nav-item.dropdown .dropdown-menu li a:hover {
    color: #FEC700;
} 


.header_sec .nav_header {
    background: #fff;
}
.header_sec .nav_header .logo {
    width: 68px;
    padding: 0;
}
.header_sec .nav_header .navbar-nav {
    display: flex;
    align-items: center;
}
.header_sec .nav_header .navbar-nav li a {
    font-size: 18px;
    color: #010101;
    border-right: 1px solid #010101;
    padding: 0 15px !important;
    line-height: 15px;
    text-transform: uppercase;
}
.header_sec .nav_header .navbar-nav li:last-child a {
    padding-right: 0 !important;
}
.header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover {
    color: #5eb23f;
}
.header_sec.sticky .nav_header {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}
.header_sec .nav_header .navbar-nav li .more.donate_btn {
    padding: 14px 28px !important;
    color: #fff;
}
.header_sec .nav_header .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    margin-top: 10px;
}

.header_sec .nav_header .navbar-nav li .dropdown-menu a {
    padding: 11px !important;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
}
/* Header Sec */



/***=== Home Page ===***/

/* Banner Sec */

.banner_slider {
    position: relative;
    margin-top: 180px;
    height: 734px;
}

.banner_slider .slick-arrow {
    position: absolute;
    top: 0;
}
.banner_sec {
    overflow: hidden;
    height: 734px;
    position: relative;
    margin-top: 180px;
}

.banner_sec img {
    height: 734px;
}
.banner_sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}


.banner_sec .text_content {
    width: 100%;
    margin: 0 auto;
}

.banner_sec .text_content .banner_title {
    color: #ffffff;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 91px;
    margin: 0;
    font-weight: 700;
}
.banner_sec .text_content .banner_title span {
    display: block;
    font-size: 78px;
}
.banner_sec .text_content .des {
    font-size: 24px;
    color: #fff;
    margin: 20px 0 40px;
    line-height: 40px;
    width: 80%;
}
.banner_sec .text_content .more {
    font-size: 20px;
    padding: 10px 28px;
    display: inline-flex;
}
.banner_sec .text_content .more img {
    height: auto;
}
.banner_slider .slick-dots {
    display: flex;
    margin: -70px auto 0;
    justify-content: center;
    position: relative;
}
.banner_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #669d8887;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.banner_slider .slick-dots li.slick-active button {
    background: #5eb23f;
}
.banner_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    border: none;
    overflow: hidden;
    text-indent: -124px;
    z-index: 1;
}
.banner_slider .slick-arrow.slick-prev {
    left: 3%;
    border: none;
    background: url(../images/slider_l_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner_slider .slick-arrow.slick-next {
    right: 3%;
    border: none;
    background: url(../images/slider_r_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
/* Banner Sec */


/* About Sec */
.about_sec {
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 160px 0;
}
.about_sec .container {
    display: flex;
    flex-wrap: wrap;
}

.about_sec .about_photo {
    width: 38%;
}

.about_sec .text_content {
    width: 48%;
    margin-left: 90px;
}

.about_sec .text_content .title {
    font-size: 48px;
    margin-bottom: 40px;
}

.about_sec .text_content .title span {
    color: #14ae23;
}

.about_sec .about_text_content {
    padding: 15px;
    border-left: 6px solid #14ae23;
}

.about_sec .about_text_content .des {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.about_sec .about_bottom_sec {
    margin-top: 60px;
}

.about_sec .about_bottom_sec .about_content {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    padding: 15px;
    margin-bottom: 30px;
}

.about_sec .about_bottom_sec .about_content .icon {
    width: 50px;
    margin-right: 20px;
}

.about_bottom_sec .about_content .text_content {width: 86%;margin: 0;}

.about_bottom_sec .about_content .text_content .about_title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.about_bottom_sec .about_content .text_content .des {
    font-size: 16px;
}
/* About Sec */

/* Event Sec */
.event_sec {
    background: #FAFAFA;
    padding: 120px 0;
}

.event_sec .title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 70px;
}

.event_sec .event_slider {
    padding: 0 60px;
}
.event_sec .event_slider .slick-dots {
    display: flex;
    margin: 13px auto 0;
    justify-content: center;
    position: relative;
}
.event_sec .event_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #669d8887;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.event_sec .event_slider .slick-dots li.slick-active button {
    background: #003c25;
}
.event_sec .event_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    border: none;
    overflow: hidden;
    text-indent: -124px;
    z-index: 1;
}
.event_sec .event_slider .slick-arrow.slick-prev {
    left: 0%;
    border: none;
    background: url(../images/event_l_arrow.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}
.event_sec .event_slider .slick-arrow.slick-next {
    right: 0%;
    border: none;
    background: url(../images/event_r_arrow.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}
.event_sec .event_content {
    background: #fff;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    height: 438px;
}

.event_sec .event_content .event_photo {
    height: 220px;
    overflow: hidden;
}

.event_sec .event_content .event_photo img {
    height: 220px;
}

.event_sec .event_content .text_content {
    padding: 15px;
}

.event_sec .event_content .text_content .event_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event_sec .event_content .text_content .date_location {
    display: flex;
}

.event_sec .event_content .text_content .date_location li {
    display: flex;
    align-items: center;
    margin-right: 8px;
    border-right: 1px solid #b5b5b5;
    padding-right: 8px;
    line-height: 9px;
}

.event_sec .event_content .text_content .date_location li img {
    width: 13px;
    margin-right: 9px;
}

.event_sec .event_content .text_content .date_location li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.event_sec .event_content .text_content  .des {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event_sec .event_content .text_content .view {
    color: #5eb23f;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.event_sec .event_content .text_content .view img {
    width: 5px;
    margin-left: 6px;
}
.event_sec .event_slider .slick-slide {
    padding: 20px 13px;
}
/* Event Sec */







/* Service Sec */

.service_sec {
    padding: 120px 0;
    background-color: #003C25;
    background-image: url(../images/service_bg.png);
    background-repeat: no-repeat;
    text-align: center;
}
.service_sec .title {
    color: #fff;
    font-size: 44px;
}

.service_sec .des {
    color: #84BDA7;
    font-size: 24px;
    margin-bottom: 80px;
    line-height: 1.8;
}
.service_sec .service_grid {
    width: 76%;
    margin: auto;
}
.service_sec .service_content {
    margin-bottom: 30px;
    background: #043220;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    height: 330px;
    padding: 30px 15px;
    border: 1px solid #FFFFFF;
}
.service_sec .service_content .service_icon {
    background: #043220;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid #0A5C3D;
}

.service_sec .service_content .service_icon img {
    width: 34px;
}
.service_sec .service_content .service_photo {
    height: 244px;
    overflow: hidden;
}
.service_sec .service_content .service_photo img {
    height: 244px;
}
.service_sec .service_content .text_content {
    text-align: center;
}
.service_sec .service_content .text_content .service_title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 34px;
}
.service_sec .service_content .text_content .des {
    margin: 10px auto 20px;
    line-height: 27px;
    color: #94d17d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.service_sec .service_content .text_content .more {
    text-transform: capitalize;
    padding: 0;
    background: none;
    color: #ffffff;
    font-size: 18px;
}

.service_sec .service_content .text_content .more:hover {
    background: none;
    color: #53a535;
}

/* Service Sec */


/* Gallery Sec */
.event_sec.gallery_sec {
    text-align: center;
    padding-bottom: 0;
    background: #fff;
}
.event_sec.gallery_sec {
    text-align: center;
}
.event_sec.gallery_sec .event_slider {
    margin-bottom: 60px;
}
.event_sec.gallery_sec .gallery_bottom_photo {
    width: 70%;
    margin: 80px auto 0;
}
.event_sec.gallery_sec .event_slider .event_content {
    min-height: auto;
    height: auto;
}
/* Gallery Sec */


/* Testimonial Sec */
.testimonial_sec {
    background: url(../images/client_bg.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}   
.testimonial_sec .title {
    color: #fff;
    font-size: 48px;
    margin: 0 auto 80px;
}
.testimonial_sec .testimonial_slider {
    width: 80%;
    margin: auto;
}
.testimonial_sec .testimonial_content {
    width: 80%;
    margin: auto;
}
.testimonial_sec .testimonial_content .testimonial_photo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.testimonial_sec .testimonial_content .testimonial_photo img {
    width: 70px;
}

.testimonial_sec .testimonial_content .text_content {
    text-align: center;
}

.testimonial_sec .testimonial_content .text_content .des {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: start;
}

.testimonial_sec .testimonial_content .text_content .des img {
    width: 34px;
}

.testimonial_sec .testimonial_content .text_content .name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.testimonial_sec .testimonial_content .text_content .name span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
}

.testimonial_sec .testimonial_slider .slick-dots {
    display: flex;
    margin: 50px auto 0;
    justify-content: center;
}
.testimonial_sec .testimonial_slider .slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #669d8887;
    text-indent: 20px;
    overflow: hidden;
    margin: 0 4px;
}
.testimonial_sec .testimonial_slider .slick-dots li.slick-active button {
    background: #5eb23f;
}
.testimonial_sec .testimonial_slider .slick-arrow {
    display: none !important;
}
/* Testimonial Sec */



/* Take Care Sec */
.take_care_sec {
    background-color: #f9f9f9;
    background-image: url(../images/take_care.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 0 0 290px;
    position: relative;
}
.take_care_sec:before {
    content: "";
    background: url(../images/take_care_bg.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 570px;
    top: 0;
    background-repeat: no-repeat;
    
}
.take_care_sec .text_content {
    overflow: hidden;
    padding: 0;
    width: 54%;
}
.take_care_sec .text_content .title {
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.take_care_sec .text_content .des {
    font-size: 16px;
    color: #858585;
    line-height: 28px;
}

.take_care_sec .text_content .about_list {
    margin: 40px auto 60px;
}
.take_care_sec .text_content .about_list li {
    display: flex;
    margin-bottom: 20px;
}

.take_care_sec .text_content .about_list li img {
    width: 5px;
    margin-right: 10px;
}

/* Take Care Sec */


/* Count Sec */
.count_sec {
    background: #04730F;
    margin: 0px auto 90px;
    position: relative;
    top: -60px;
}
.count_sec .count_content {
    display: flex;
    align-items: center;
    padding: 24px;
}

.count_sec .count_content .text_content {
    color: #fff;
    width: auto;
}

.count_sec .count_content .text_content .count {
    font-size: 24px;
}

.count_sec .count_content .text_content .visit_title {
    margin: 0;
    color: #99d3bd;
    font-size: 24px;
}

.count_sec .count_content .icon {
    width: 58px;
    margin-right: 20px;
}
.count_sec .count_content.patient {
    background: #06590E;
}
/* Count Sec */

/***=== Home Page ===***/


.bottom_menu {
    display: none;
}

/*****===== Home Page =====*****/


/*****===== About Page =====*****/

.about_page .banner_sec {
    height: 240px;
    margin-top: 180px;
}
.about_page .title {
    margin: 0;
    font-size: 54px;
}
.about_page .banner_sec .text_content {
    margin: 0;
}
.about_page .banner_sec img {
    height: 240px;
}

.about_page .banner_sec .banner_title {
    font-size: 74px;
}


/*****===== About Page =====*****/


/*****===== Gallery Page =====*****/
.about_page .event_sec.gallery_sec {
    padding: 120px 0;
}
.about_page .event_sec.gallery_sec .event_photo img {
    object-fit: cover;
}
.about_page .event_sec.gallery_sec .event_content {
    height: auto;
}
/*****===== Gallery Page =====*****/


/*****===== Service Page =====*****/
.service_sec.service_page {
    padding: 120px 0;
}
.service_sec.service_page .service_content .service_photo {
    height: 200px;
}

.service_sec.service_page .service_content .service_photo img {
    height: 200px;
}

/*****===== Service Page =====*****/


/*****===== Mission Vision Page =====*****/
.mission_vision {
    padding: 120px 0 100px;
}

.mission_vision .mission_title_photo {
    width: 60%;
    margin: 0 auto 70px;
}
 .mission_content {
    overflow: hidden;
    margin-bottom: 60px;
}

.mission_vision .mission_content .about_photo {
    width: 34%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    height: 300px;
    border-radius: 10px;
}

.mission_vision .mission_content .text_content {
    overflow: hidden;
}

.mission_vision .mission_content .about_photo img {
    height: 300px;
}

.mission_vision .mission_content .text_content .title {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
}

.mission_vision .mission_content .text_content .des {
    line-height: 1.8;
    margin-bottom: 14px;
}

.mission_vision .mission_content.vision .about_photo {
    float: right;
    margin: 0 0 0 30px;
}

/*****===== Mission Vision Page =====*****/


/*****===== Service View Page =====*****/

.about_page .service_sec.service_view .container {
    display: flex;
    flex-wrap: wrap;
}

.about_page .service_sec.service_view .service_content {
    height: auto;
    background: none;
}
.about_page .service_sec.service_view .service_content .service_icon {
    margin: 0;
}

.about_page .service_sec.service_view .service_content .text_content {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
}
.about_page .service_sec.service_view .text_content .service_title {
    color: #EB3D00;
}

.about_page .service_sec.service_view .service_content .text_content .des {
    display: block;
    color: #858585;
    line-height: 36px;
}
.about_page .service_sec.service_view  .contact_sec {
    border: 1px solid #eaeaea;
}

/*****===== Service View Page =====*****/


/*****===== Education Page =====*****/
.about_page .education_sec {
    padding: 140px 0;
}

.about_page .education_sec .education_content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.about_page .education_sec .education_content .education_photo {
    width: 40%;
    flex: 0 0 40%;
    margin-right: 40px;
    height: 290px;
    overflow: hidden;
    border-radius: 15px;
}

.about_page .education_sec .education_content img {
    height: 290px;
    object-fit: cover;
}

.about_page .education_sec .education_content .text_content {
    width: 54%;
    flex: 0 0 54%;
}

.about_page .education_sec .text_content .title {
    margin-bottom: 20px;
    font-size: 48px;
}

.about_page .education_sec .text_content .title span {
    color: #14ae23;
}

.about_page .education_sec .text_content  .des {
    line-height: 1.8;
}
.about_page .education_sec .event_sec.gallery_sec {
    padding: 60px 0 0;
}
/*****===== Education Page =====*****/

/*****===== Contact Page =====*****/
.contact_page .contact_banner {
    margin-top: 150px;
    background: #F8F8F8;
}

.contact_page .contact_banner .title {
    margin: 0;
    text-align: left;
    padding: 24px 0;
}
.contact_page .banner_sec .title {
    margin: 0;
    color: #fff;
    font-size: 44px;
}

.contact_page .contact_sec .contact_from:before, .contact_page .contact_sec .contact_from:after  {
    display: none;
}
.contact_page .contact_sec .container {
    margin: 80px auto;
    max-width: 900px;
}

.contact_page .contact_sec .container .address_sec {
    width: 100%;
    margin: 0;
}

.contact_page .contact_sec .container .address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}

.contact_page .contact_sec .address_content .company_address {
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
}
.contact_page .contact_sec .address_content .company_address .icon {
    margin-right: 15px;
}
.contact_page .contact_sec .address_content .office_title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact_page .contact_sec .address_content .des {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: start;
    margin: 0;
}
.contact_page .contact_sec .address_content .des img {
    width: 24px;
    margin: 8px 20px 0 0;
}
.contact_page .contact_sec .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 24px;
    color: #111;
    margin-bottom: 6px;
}
.contact_page .contact_sec .address_content .company_address a {
    color: #14ae23;
    text-align: left;
}

.contact_page .contact_sec .address_content .company_address .text_content {
    text-align: left;
}

.contact_from {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 30px;
}
.contact_from .title {
    background: #003c25;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 0;
}

.contact_from .des {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.contact_from .from_content {
    padding: 15px;
}
.contact_from .from_content .contact_number {
    display: flex;
}
.contact_from .from_content .form-group .form-control {
    height: 44px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}
.contact_from .from_content .form-group textarea {
    height: 140px !important;
    /* border-radius: 5px; */
}
.contact_from .from_content .form-group .form-control:focus, .contact_from .from_content .form-group textarea:focus {
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

.contact_from .sumit_btn {
    display: block;
    width: 100%;
    background: #14ae23;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
}

.contact_from .sumit_btn:focus {
    box-shadow: none !important;
}
.contact_from .sumit_btn:active {
    background: #3a7822 !important;
}
.contact_from .sumit_btn:hover {
    background: #3a7822;
}
.address_sec.container .address_content .company_address {
    margin: auto;
    -moz-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    -webkit-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    display: flex;
    padding: 20px;
    width: 60%;
    align-items: start;
}



.address_sec {
    text-align: center;
    width: 830px;
    margin: 0 auto 80px;
}

.address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.address_sec .des {
    font-size: 16px;
    text-align: left;
}

.address_sec .address_content {
    margin: 40px auto 0;
}

.address_sec.container .address_content .company_address .icon {
    width: 34px;
    flex: 0 0 34px;
}

.address_sec.container .address_content .company_address .text_content {
    margin-left: 20px;
}

.address_sec.container .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 18px;
    margin: 0 auto 6px;
}

.address_sec.container .address_content .company_address .des {
    text-align: left;
    margin: 0;
    line-height: 28px;
}

.address_sec .address_content .email_contact {
    display: flex;
    margin: 50px auto 0;
}

.address_sec .address_content .email_contact .company_address {
    margin: 0 20px;
    width: 100%;
}
.address_sec.container .address_content .company_address .text_content a {
    color: #656565;
    font-size: 16px;
}

.location_map .mapouter, .location_map .mapouter .gmap_canvas {
    width: 100%;
}
/*****===== Contact Page =====*****/


/*****===== Donate Page =====*****/
.donate_sec {
    padding: 120px 0;
}

.donate_sec .title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 70px;
}

.donate_sec .donate_amount {
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    padding: 25px;
    margin: 0 auto 40px;
    background: #003c25;
}



.donate_sec .donate_amount .donate_from .title {
    margin: 0;
    font-size: 28px;
    margin-right: 70px;
    text-align: left;
    line-height: 1.3;
    color: #fff;
}

.donate_sec .donate_amount .donate_from .from_group {
    width: 100%;
}

.donate_sec .donate_amount .donate_from .from_group input[type="number"] {
    width: 100%;
    height: 47px;
    font-size: 20px;
    padding: 15px 6px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    background: none;
}

.donate_sec .donate_photo {
    border-radius: 15px;
    overflow: hidden;
    height: 480px;
    margin-bottom: 40px;
}

.donate_sec .donate_photo img {
    height: 480px;
    object-fit: cover;
}

.donate_sec .text_content {
    text-align: left;
}

.donate_sec .text_content .title {
    text-align: left;
    margin-bottom: 14px;
    font-size: 34px;
}

.donate_sec .text_content  .des {
    line-height: 1.8;
}

.donate_sec .text_content .list {
    margin: 0;
    padding-left: 18px;
}

.donate_sec .text_content .list li {
    list-style-type: circle;
    font-weight: 700;
    color: #010101;
    margin-bottom: 11px;
}


.donate_sec .donation_from {
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.13);
    background: #FFF;
    padding: 40px 30px;
    width: 70%;
    margin: 40px auto;
}

.donate_sec .donation_from .title {
    margin-bottom: 30px;
}

.donate_sec .donation_from .donate_from .from_group {
    margin-bottom: 20px;
}

.donate_sec .donation_from .donate_from .from_group input.form-control {
    height: 48px;
    border-radius: 7px;
}
.donate_sec .donation_from .donate_from .from_group input.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.donate_sec .donation_from .donate_from textarea {
    height: 150px;
    border-radius: 8px;
}

.donate_sec .donation_from .donet_amount_form_area {
    background: #efefef;
    padding: 24px;
    border-radius: 10px;
    margin-top: 13px;
}

.donate_sec .donation_from .donet_amount_form_area .title {
    font-size: 28px;
    margin-bottom: 24px;
}
.donate_sec .donation_from .donet_amount_form_area .payment_donet_area .payment_option_area {
    text-align: center;
    width: 33%;
    margin: 0 auto 40px;
}

.donate_sec .donation_from .donet_amount_form_area .payment_donet_area .payment_option_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003c25;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
}

.donate_sec .donation_from .donet_amount_form_area .payment_donet_area .payment_option_area ul li {
    width: 45%;
    margin: 0 4px;
    background: #fff;
}
.donate_sec .donation_from .donet_amount_form_area .payment_donet_area .payment_option_input .form-group .form-control {
    height: 44px;
    border-radius: 6px;
}
.donate_sec .donation_from .more.donate_btn {
    border: none;
    margin: 30px auto 0;
    display: block;
}
.donate_sec.donation_details {
    /* padding-top: 0; */
    background: #fbfbfb;
}
/*****===== Donate Page =====*****/



/* Footer Sec */
.footer_sec {
    background: #000;
}
.footer_sec .footer_top .about_sec {
    background: none;
    padding: 0;
}
.footer_sec .footer_top .about_sec .logo {
    margin-bottom: 18px;
    display: block;
    width: 70px;
}
.footer_sec .footer_top .about_sec:after {
    display: none;
}
.footer_sec .about_sec .f_logo {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.footer_sec .footer_top {
    padding: 90px 0;
}
.footer_sec .footer_top .des {
    color: #DFEAFF;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.footer_sec .footer_top .f_social{
    display: flex;
}

.footer_sec .footer_top .f_social a {
    padding: 6px 15px  0 0;
    width: auto;
}
.footer_sec .footer_top .f_social a img {
    width: 100%;
    margin: 0;
}
.footer_sec .footer_top .f_about .f_title {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_sec .footer_top .f_about .f_title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 7px;
}


.f_contact .office_address .office_title {
    color: #fff;
    font-size: 18px;
    font-weight: 00;
    display: flex;
    align-items: center;
}

.f_contact .office_address .office_title img {
    width: 12px;
    margin-right: 7px;
}
.f_contact .contact {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    word-break: break-all;
    align-items: center;
}

.f_contact .contact img {
    width: auto;
    height: 15px;
    margin-right: 10px;
}


.footer_sec .f_title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_sec  .f_list {
    margin-bottom: 0;
}

.footer_sec .f_list li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.footer_sec .f_list li a img {
    width: 14px;
    height: 12px;
    margin-right: 10px;
}
.footer_sec .f_list li a:hover {
    color: #0e7818;
}
.footer_sec .footer_bottom {
    background: #060606;
}
.footer_sec .footer_bottom .copy_right {
    margin: 0;
    padding: 0 15px;
    color: #fff;
    border-right: 1px solid #e7e7e7;
    line-height: 18px;
}
.footer_sec .footer_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

.footer_sec .footer_bottom .container a {
    color: #ffffff;
    line-height: 10px;
    height: 14px;
    font-size: 18px;
    border-right: 1px solid #e7e7e7;
    padding: 0 18px;
}
/* Footer Sec */
/*****===== Home Page =====*****/




  
 /*=============== Start Responsive css ===============*/
/* 1900px */
@media screen and (max-width: 1900px) {
   

}
/* 1800px */
@media screen and (max-width: 1800px) {
    
    /***==== Home Page ====***/
    .banner_sec,.banner_sec img {
        height: 670px;
    }
    /***==== Home Page ====***/
   

}

/* 1600px */
@media screen and (max-width: 1600px) {

    /***==== Home Page ====***/
    .banner_sec, .banner_sec img {
        height: 520px;
    }
    .banner_sec .text_content .banner_title {
        font-size: 48px;
        line-height: 74px;
        margin: 0;
    }
    .banner_sec .text_content .des {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    .about_sec .text_content {
        margin: 0 0 0 8%;
        width: 54%;
    }
    /***==== Home Page ====***/
   
}



/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 990px;
    }

    .title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    
   
    /***==== Home Page ====***/
    .banner_sec, .banner_sec img {
        height: 540px;
    }
    .about_bottom_sec .about_content .text_content {
        width: 84%;
    }
    .event_sec .event_slider {
        padding: 0 17px;
    }
    .service_sec .service_grid {
        width: 90%;
    }
    .event_sec .event_slider {
        padding: 0 44px;
    }
    .event_sec .event_content .text_content .date_location li {
        margin-right: 6px;
        padding-right: 6px;
    }
    .event_sec .event_content .text_content .date_location li {
        font-size: 15px;
    }
    .event_sec .event_content .event_photo {
        height: 210px;
    }
    .event_sec .event_content .event_photo img {
        height: 210px;
    }
    .take_care_sec {
        background-size: 60%;
    }
    /***==== Home Page ====***/

    /***==== Mission Vision Page ====***/
    .mission_vision .mission_content .about_photo {
        height: 280px;
    }
    .mission_vision .mission_content .about_photo img {
        height: 280px;
    }
    /***==== Mission Vision Page ====***/

   



    /*****===== Contact Page =====*****/
    .contact_page .contact_sec .location_map {
        margin-right: 40px;
    }
     /*****===== Contact Page =====*****/

   

    /* Footer Sec */
    .footer_sec .f_title {
        font-size: 16px;
    }
    .footer_sec .f_list li a {
        font-size: 15px;
    }
    /* Footer Sec */
}






/* 1200px */
@media screen and (max-width: 1200px) {

    /*****===== Home Page =====*****/

    .container {
        max-width: 900px;
    }
   
    
    .header_sec .nav_header .navbar-nav li a {
        font-size: 16px;
        padding: 0 15px !important;
    }
    .header_sec .nav_header .navbar-nav li .more.donate_btn {
        padding: 14px 16px !important;
        font-size: 16px;
    }

    
    /*****===== Home Page =====*****/
    .banner_sec, .banner_sec img {
        height: 430px;
    }
    .count_sec {
        margin: 0px auto 50px;
    }
    .count_sec .count_content {
        padding: 24px 10px;
    }
    .count_sec .count_content .text_content .visit_title {
        font-size: 22px;
    }
    .count_sec .count_content .icon {
        width: 48px;
        margin-right: 20px;
    }
    .take_care_sec .text_content .title {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 14px;
    }
    .take_care_sec {
        background-size: 42%;
        padding: 0 0 70px;
    }
   
    /*****===== Home Page =====*****/

    /***==== Mission Vision Page ====***/
    .mission_vision {
        padding: 70px 0 60px;
    }
    /***==== Mission Vision Page ====***/

 


     /*****===== Contact Page =====*****/
     .contact_page .contact_sec .location_map {
        width: 500px;
        margin-right: 60px;
    }
    
    .contact_page .contact_sec .location_map .mapouter {
        width: 100%;
        height: auto;
    }
    
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas {
        width: 100%;
    }
    /*****===== Contact Page =====*****/


  

    
}

/* 991px */
@media screen and (max-width: 991px) {

    .header_sec .nav_header .logo {
        width: 44px;
        padding: 0;
    }
    .header_sec .nav_header .navbar-nav li a {
        font-size: 15px;
        padding: 0 8px !important;
    }
    .header_sec .nav_header .navbar-nav li .more.donate_btn {
        padding: 14px 12px !important;
        font-size: 15px;
    }

    /*****===== Home Page =====*****/

    .banner_sec {
        margin-top: 144px;
    }
    .banner_sec .text_content .banner_title span {
        font-size: 60px;
    }
    .banner_sec .text_content .banner_title {
        font-size: 54px;
    }
    .about_bottom_sec .about_content .text_content {
        width: 80%;
    }
    .take_care_sec {
        background-size: 56%;
    }
    .take_care_sec .text_content .title {
        font-size: 34px;
        line-height: 49px;
        margin-bottom: 14px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .about_page .banner_sec {
        height: 200px;
        margin-top: 145px;
    }
    .about_page .banner_sec img {
        height: 200px;
    }
    /*****===== About Page =====*****/

    /***==== Mission Vision Page ====***/
    .mission_vision .mission_content .about_photo, .mission_vision .mission_content .about_photo img {
        height: 220px;
    }
    /***==== Mission Vision Page ====***/

    /***==== Donate Sec Page ====***/
    .donate_sec .donation_from {
        width: 90%;
    }
    /***==== Donate Sec Page ====***/


   
    /*****===== Contact Page =====*****/
    .address_sec .container {
        width: 100%;
    }
    .contact_page .contact_sec {
        padding: 0;
    }
    .contact_page .contact_sec .container {
        padding: 50px 30px;
    }
    .contact_page .contact_sec .location_map {
        margin-right: 30px;
    }
    /*****===== Contact Page =====*****/





    .footer_sec .footer_top .about_sec .logo {
        margin: 0 auto 18px;
    }
    .footer_sec .about_sec {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer_sec .about_sec .f_logo {
        display: block;
        width: 40%;
        margin: 0 auto 20px;
    }
   
}


/* 767px */
@media screen and (max-width: 767px) {
    
    .container {
        max-width: 100%;
    }
    
    .title {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 34px;
    }

    /* Header Sec */
    
    .header_sec .top_header .container {
        justify-content: center;
        flex-direction: column;
    }
    .header_sec .top_header .container .left_sec {
        margin-bottom: 10px;
    }
    .header_sec .top_header .container .left_sec .help {
        margin-bottom: 0;
    }
    .header_sec.sticky .nav_header {
        padding: 10px 20px;
    }
    .header_sec .nav_header {
        padding: 10px 0;
    }
    .header_sec .nav_header .logo {
        width: 44px;
    }


    .header_sec .nav_header {
        padding: 10px 15px;
    }
    .header_sec .nav_header .container-fluid {
        padding: 0;
    }
    
    .header_sec .nav_header button.navbar-toggler {
        border: 1px solid #ffffff;
        background: #14ae23;
        display: flex;
        flex-direction: column;
        padding: 7px;
        width: 40px;
        margin-left: auto;
        float: right;
        margin: 0;
        position: absolute;
        right: 18px;
        border-radius: 4px;
    }
    .header_sec .nav_header .nav_menu .navbar-nav {
        display: block;
        position: fixed;
        z-index: 1;
        background: #003c25;
        height: 100vh;
        top: 184px;
        width: 50%;
        right: -50%;
        transition: all 0.6s ease-in-out 0.3s;
        -webkit-transition: all 0.6s ease-in-out 0.3s;
        -moz-transition: all 0.6s ease-in-out 0.3s;
        -ms-transition: all 0.6s ease-in-out 0.3s;
        -o-transition: all 0.6s ease-in-out 0.3s;
        overflow: scroll;
    }

    .header_sec .nav_header .navbar-nav .dropdown-menu .dropdown-menu li a {
        background: #103258;
    }
    .header_sec .nav_header .nav_menu.show .navbar-nav, .header_sec .nav_header .nav_menu.navbar-collapse.show {
        right: 0;
    }
    .header_sec .nav_header .navbar-nav li.active a, .header_sec .nav_header .navbar-nav li a:hover {
        color: #6aa991;
    }
    .header_sec .nav_header .navbar-nav li a {
        border-right: none;
        padding: 15px !important;
        color: #fff;
    }
    
   
     .header_sec .nav_header button.navbar-toggler span {
        background: #fff;
        height: 1px;
        margin: 3px auto;
        width: 100%;
    }
    .header_sec .nav_header .navbar-collapse .navbar-nav {
        height: 100%;
        overflow: scroll;
        flex-direction: column;
        width: 100%;
    }
    .header_sec .nav_header .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #144b36;
    }

    .header_sec .nav_header .navbar-collapse .navbar-nav li a {
        margin: 0;
        padding: 16px !important;
        display: block;
        color: #fff;
        font-weight: 400;
        margin: 0;
        border-right: none;
        font-size: 14px;
    }

    .header_sec .nav_header .navbar-nav li a.login_btn {
        padding: 8px 12px !important;
        display: inline-block;
        margin: 10px !important;
        font-size: 16px;
    }

    .header_sec .nav_header .navbar-nav li a.order_btn {
        margin: 12px !important;
    }

    .header_sec .nav_header li.nav-item.dropdown .dropdown-menu {
        box-shadow: none;
        left: 0;
        right: 0;
        border-radius: 0;
        background: #0f51b5;
        border: none;
    }
    .header_sec .nav_header {
        padding: 10px 20px;
    }
    /* .header_sec .nav_header .navbar-nav li:last-child {
        border-bottom: 1px solid #0b4bab;
    } */
    .header_sec .nav_header .navbar-nav .dropdown-menu a.dropdown-item {
        background: #034d31;
        border-bottom: none;
        padding: 15px !important;
        border-bottom: 1px solid #2b634e;
    }
    .header_sec .nav_header .navbar-nav .dropdown-menu li {
        border-top: none;
        border-bottom: 1px solid #0a2340;
    }
    .header_sec .nav_header .navbar-nav li .more.donate_btn {
        margin: 17px 20px;
        display: block;
        text-align: center;
    }
    /* Header Sec */

    


    /*****===== Home Page =====*****/


    .banner_sec img {
        height: 280px;
    }
    .banner_sec {
        margin-top: 183px;
        height: 280px;
    }
    .banner_sec .container {
        top: 0;
        bottom: auto;
    }
    
  
    .banner_sec .container {
        flex-direction: column;
    }
    .banner_sec .text_content {
        width: 100%;
        flex: 0 0 100%;
        margin: 40px auto 0;
        text-align: center;
    }
    .banner_sec .text_content .banner_title {
        font-size: 30px;
        line-height: 32px;
    }
    .banner_sec .text_content .banner_title span {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .banner_sec .text_content .des {
        font-size: 16px;
        margin: 10px auto;
        line-height: 24px;
    }
    .banner_sec .text_content .more {
        font-size: 16px;
        padding: 6px 16px;
        margin-top: 20px;
    }
    .banner_sec .from_sec {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 20px 22px -8px rgba(191,191,191,1);
        -moz-box-shadow: 0px 20px 22px -8px rgba(191,191,191,1);
        box-shadow: 0px 20px 22px -8px rgba(191,191,191,1);
    }

    .about_sec {
        padding: 90px 0 20px;
    }

    .about_sec .about_photo {
        width: 60%;
        margin: auto;
    }
    .about_sec .text_content {
        padding: 50px 20px;
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .about_sec .text_content .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .about_bottom_sec .about_content .text_content {
        width: 100%;
        padding: 0;
    }
    .about_sec .about_bottom_sec .about_content .icon {
        width: 58px;
        margin: 0 auto 20px;
    }
    .event_sec {
        padding: 90px 0;
    }
    .event_sec .title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .event_sec .event_slider {
        padding: 0 30px;
    }
    .service_sec .title {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .count_sec .count_content {
        flex-direction: column;
    }
    .count_sec .count_content .icon {
        width: 48px;
        margin: 0 auto 20px;
    }
    .count_sec .count_content .text_content {
        text-align: center;
    }
    .take_care_sec {
        background-size: 46%;
    }
    .take_care_sec .text_content {
        width: 100%;
        text-align: center;
    }
    .take_care_sec .text_content .title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 14px;
    }
    .event_sec .event_slider {
        padding: 0;
    }
    .event_sec .event_slider .slick-arrow {
        display: none;
    }
    .event_sec.gallery_sec .gallery_bottom_photo {
        width: 90%;
        margin: 40px auto 0;
    }
    .testimonial_sec .title {
        font-size: 30px;
        margin: 0 auto 60px;
    }
    .testimonial_sec .testimonial_slider {
        width: 100%;
    }
    .testimonial_sec .testimonial_content .text_content .des img {
        width: 26px;
    }
    .testimonial_sec {
        padding: 90px 0;
    }
    /*****===== Home Page =====*****/

    /*****===== About  Page =====*****/
    .about_page .banner_sec {
        margin-top: 184px;
    }
    .about_page .banner_sec, .about_page .banner_sec img {
        height: 130px;
    }
    .about_page .banner_sec .text_content {
        margin: 0 auto;
        text-align: left;
    }
    .about_page .banner_sec .text_content .banner_title {
        font-size: 38px;
        margin-top: 52px;
    }
    .about_page .about_sec {
        padding: 60px 0;
    }
    .about_page .about_sec .about_photo {
        width: 80%;
        flex: 0 0 80%;
    }
    .about_page .about_sec .text_content.container {
        padding: 0 20px;
    }
    .about_sec .about_text_content .des {
        text-align: center;
    }
    .about_sec .text_content .about_list li {
        justify-content: center;
    }
    .about_page .text_content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .about_page .text_content .des {
        text-align: center;
        line-height: 1.8;
    }
    /*****===== About  Page =====*****/

    /***==== Mission Vision Page ====***/
    .mission_vision .mission_title_photo {
        width: 90%;
        margin: 0 auto 50px;
    }
    .mission_vision .mission_content .about_photo {
        width: 100%;
        margin: auto;
        float: none;
    }
    
    .mission_vision .mission_content .text_content {
        text-align: center;
        margin-top: 50px;
    }
    .mission_vision .mission_content .text_content .title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .mission_vision .mission_content.vision .about_photo {
        float: none;
        margin: auto;
    }
   
    /***==== Mission Vision Page ====***/

    /***==== Education Page ====***/
    .about_page .education_sec {
        padding: 80px 0;
    }
    .about_page .education_sec .education_content {
        margin-bottom: 40px;
    }
    .about_page .education_sec .education_content .education_photo {
        width: 100%;
        flex: 0 0 100%;
        height: 240px;
        margin: auto;
    }
    .about_page .education_sec .education_content img {
        height: 250px;
    }
    .about_page .education_sec .education_content .text_content {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 50px;
    }
    .about_page .education_sec .text_content .title {
        margin-bottom: 20px;
        font-size: 34px;
    }
    .about_page .education_sec .text_content {
        text-align: center;
    }
    
    
    /***==== Education Page ====***/

    /***==== Gallery Page ====***/
    .about_page .event_sec.gallery_sec {
        padding: 60px 0;
    }
    /***==== Gallery Page ====***/
    
    /***==== Donate Page ====***/
    .donate_sec {
        padding: 80px 0 40px;
    }
    .donate_sec .donate_photo {
        height: 240px;
    }
    .donate_sec .donate_photo img {
        height: 240px;
    }
    .donate_sec .text_content .title {
        text-align: center;
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.5;
    }
    .donate_sec .title {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .donate_sec .donation_from {
        width: 100%;
    }
    .donate_sec .donate_amount .donate_from .title {
        font-size: 24px;
        margin: 0;
        text-align: center;
    }
    .donate_sec .donation_from {
        padding: 30px;
    }
    /***==== Donate Page ====***/









    /*****===== Service Page =====*****/
    .about_page .service_sec.service_page {
        padding: 30px 0;
    }
    /*****===== Service Page =====*****/

    /*****===== Service View Page =====*****/
    .about_page .service_sec.service_view .contact_sec .from_sec {
        margin: 0;
    }
    .about_page .service_sec.service_view .service_content {
        margin: 40px auto;
    }
    .about_page .service_sec.service_view .service_content .service_icon {
        margin: auto;
    }
    .about_page .service_sec.service_view .service_content .text_content {
        text-align: center;
        margin: 0;
    }
   
    /*****===== Service View Page =====*****/


  

    /*****===== Contact Page =====*****/
   
    .contact_page .contact_sec .container {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        margin-top: 0;
    }
    .contact_page .contact_sec .location_map {
        width: 100%;
        margin: 0 auto 40px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas {
        width: 100%;
        height: 460px;
    }
    .contact_page .contact_sec .location_map .mapouter .gmap_canvas iframe {
        height: 460px;
    }
    .address_sec .container {
        padding: 30px;
    }
    .address_sec .address_content .company_address {
        width: auto;
    }
    .address_sec.container .address_content .company_address {
        margin: auto;
        width: 100%;
    }
    
    .address_sec .address_content .email_contact {
        display: flex;
        flex-direction: column;
        margin: 20px auto 0;
    }
    .contact_page .contact_sec .contact_from {
        width: 100%;
        margin-bottom: 50px;
    }
    .contact_page .address_sec.container {
        width: 100%;
        margin-bottom: 110px;
    }
    .contact_page .about_page .banner_sec .container {
        display: block;
        top: 60px;
    }
    
    .contact_page .about_page .banner_sec .container .title {
        font-size: 34px;
    }
    .address_sec .address_content .email_contact .company_address {
        margin: 0 auto 20px;
    }
    /*****===== Contact Page =====*****/


    

    /*****===== From  Page =====*****/
    .from_sec {
        width: 100%;
        margin: 40px auto;
    }
    .about_page .about_banner .banner_title {
        font-size: 28px;
        padding: 16px 0;
    }
    /*****===== From  Page =====*****/

    
    /* Footer Sec */

    
   
    .footer_sec .about_sec .f_logo {
        width: 80%;
        margin: 0 auto 20px;
    }
    .footer_sec .footer_top .f_social_sec {
        width: 64%;
    }
    .footer_sec .footer_top .f_social_sec .f_logo img {
        width: 100%;
    }
    .footer_sec .footer_top .f_nav.ml-5 {
        margin-left: 0 !important;
    }
    .footer_sec .footer_top .des {
        width: auto;
    }
    .footer_sec  .f_nav {
        margin-bottom: 20px;
    }
    .footer_sec .footer_top .f_about {
        margin-bottom: 30px;
    }
    .f_contact .contact {
        justify-content: center;
    }

    .footer_sec .f_contact {
        margin-top: 30px;
        text-align: center;
    }
    .footer_sec .f_title {
        text-align: center;
    }
    .footer_sec  .f_list {
        margin-bottom: 0;
        text-align: center;
    }
    .footer_sec .footer_top .f_social {
        justify-content: center;
    }
    .footer_sec .footer_top .f_social a {
        padding: 10px;
        margin: 0;
    }
    .footer_sec .footer_bottom .container a {
        display: block;
        margin: 10px auto;
        width: 100%;
        text-align: center;
        border: none;
    }
    .footer_sec .footer_bottom .copy_right {
        padding: 0 15px;
        font-size: 16px;
    }
    /* Footer Sec */
    
    
}


/* @media only screen and (min-width: 1024px) {

    .about_sec {
        background-position: -160% center;
    }
   

} 

@media only screen and (min-width: 1366px) {

    .about_sec {
        background-position: -33% center;
    }
    .about_sec .text_content {
        margin: 0 0 0 50%;
    }

   

}  */




