@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --text-dark: #000;
    --paragraph-gray: #475467;
    --primary: #ffb800;
    --primary-light: #f8f8fb;
    --white: white;
}

body {
    font-family: "Montserrat", sans-serif;
}

h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Anton", sans-serif;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 999;
    padding: 0;
    width: 35px;
    height: 30px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    position: relative;
    color: #000;
    outline: none;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-item a{
    transition: .4s ease-in-out;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-item a:hover{
    color: #e87800;
}
.navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 130%;
    opacity: 0;
    box-shadow: 10px 25px 50px rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out 0s;
    border-radius: 4px;
    width: 210px;
    z-index: 99;
    border: none;
}
.navbar-nav .dropdown:hover>.dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar-nav .dropdown .dropdown-menu {
    background-color: #fff;
}
.navbar-nav .dropdown-menu li:first-child {
    border: 0;
}
.navbar-nav .dropdown-menu li {
    border-top: 1px solid #e5ecf7;
}
.navbar-nav .dropdown-menu li a {
    text-align: left;
}
.navbar-light .dropdown-menu li a{
    transition: .6s ease-in-out;
}
.navbar-light .dropdown-menu li a:hover{
    color: #fff!important;
    background: #e87800;
    transition: color .2s;
}


h1 {
    color: var(--text-dark);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--paragraph-gray);
}

h2 {
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    position: relative;
}

.btn-light {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-light {
    color: #ffff;
    border-color: #ffff;
}

.header_box {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
}

.header_box:before {
    background-image: url(../img/background_top.png);
    width: 100%;
    /* height: 100%; */
    background-position: bottom;
    /* background-repeat: no-repeat; */
    padding-bottom: 20px;
    content: '';
    position: absolute;
    bottom: -10px;
    z-index: 9;
}

.strip_header {
    padding-bottom: 10px;
}

.strip_header a {
    font-size: 17px;
    line-height: 34px;
    color: #e87800;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: right;
}
.error {
    font-size: 13px;
    color: red;
    margin-left: 10px;
}
.head_btn {
    border-radius: 25px;
    filter: drop-shadow(0px 5px 2.5px rgba(232, 120, 0, 0.21));
    background-color: #e87800;
    margin-left: 10px;
    padding: 5px 15px 5px 10px;
    display: flex;
    align-items: center;
}

.head_btn a {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding-left: 10px;
}

.head_btn span {
    width: 37px;
    height: 37px;
    border-radius: 18px;
    background-color: #ffffff;
    display: inline-block;
}

.head_btn span i {
    font-size: 20px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e87800;
}

.navbar-nav li a {
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    padding: 5px 15px !important;
    display: block;
}

/* heading-h2-css */
.section_h2 h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}

.section_h2 p {
    font-size: 17px;
    line-height: 32px;
    color: #041e4e;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/* header-end */

/*  */
.wrapper_sec {
    padding-top: 137px;
}

.about_box {
    padding: 0 30px 0 30px;
    position: relative;
    margin-right: 71px;
}

.about_box:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 50%;
    background: #e87800;
    z-index: -1;
}

section.about_sec {
    padding: 50px 0 60px 0;
}

.about_box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    border: 1px solid #e87800;
    height: 50%;
    z-index: -1;
}

.about_text ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 25px;
}

.about_text ul li {
    margin: 10px 0;
}

.about_text ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

.about_text ul li i {
    color: #e87800;
    font-size: 20px;
}

.btn_all a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #e87800;
    font-weight: 500;
    text-align: center;
    border-radius: 28px;
    background-color: #ffffff;
    border: 2px solid #e87800;
    padding: 6px 25px;
}

section.we_do {
    padding: 50px 0;
    background-color: #effaff;
}

.what_we_box {
    padding: 0 10px;
    text-align: center;
}

.what_we_box h4 {
    font-size: 28px;
    line-height: 35px;
    color: #e87800;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.what_we_box p {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.col_blue h4 {
    color: #405fff;
}

.col_purple h4 {
    color: #bf6dff;
}

.section_h2 h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #e87800;
    transform: translateX(-50%);
}

.about_text h2::before {
    left: 0;
    transform: translateX(10%);
}

/* mission-css */
section.mission_sec {
    padding: 50px 0 30px 0;
    background-color: #005cab;
}

.mis_box {
    padding: 0 30px 0 0;
}

.mis_box h2 {
    position: relative;
    padding: 50px 0 50px 70px;
    color: #fff;
}

.mis_box h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    background-image: url(../img/mission-line.png);
    background-repeat: no-repeat;
    bottom: auto;
    transform: translateX(0%);
}

.btn_mis a {
    border-radius: 29px;
    background-color: #ffdd00;
    border: 2px solid #ffe32c;
    color: #000;
    margin: 0 0 0 60px;
}

.mis_box p {
    padding: 0 0 0 20px;
    border-left: 5px solid #ffdd00;
    margin: 0px 0 40px 60px;
    color: #fff;
}

.mision_img {
    position: relative;
    z-index: 3;
}

.mision_img img {
    z-index: 2;
    position: relative;
}

.mision_img:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #f5ca01;
    position: absolute;
    transform: translate(30px, 60px);
    z-index: 1;
}

.vision_sec {
    padding: 90px 0 70px 0 !important;
    background-color: #fff !important;
}

.vision_sec .mis_box h2 {
    color: #000;
}

.vision_sec .mis_box h2::before {
    content: '';
    background-image: url(../img/vision_line.png);
}

.vision_sec .mision_img:before {
    content: '';
    transform: translate(-30px, 30px);
}

.vision_sec .btn_mis a {
    border-radius: 29px;
    background-color: #e87800;
    border: 3px solid #e87800;
    color: #fff;
    margin: 0 0 0 60px;
}

.vision_sec .mis_box {
    padding: 0 0 0 30px;
}

.vision_sec .mis_box p {
    border-left: 5px solid #e87800;
    color: #041e4e;
}

/* flood */

.flood_sec {
    padding: 50px 0;
    position: relative;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 5;
}

.flood_sec::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 523px;
    background-color: #323232;
    right: 0;
    /* bottom: 0; */
    transform: translate(50%, 5%);
    width: 1044px;
    height: 1045px;
    z-index: 1;
}

.flood_img img {
    position: relative;
    z-index: 2;
}

.flood_sec .section_h2 h2 {
    color: #fff;
    padding-bottom: 0;
}

.flood_sec .section_h2 h2:before {
    background-color: transparent;
}

.flood_sec .section_h2 p {
    color: #fff;
    margin: 30px 0;
}

.flood_img img {
    position: relative;
    z-index: 2;
}

.heart_box {
    border-radius: 29px;
    background-color: #ffdd00;
    border: 3px solid #ffdd00;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.heart_box a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
}

.heart_box i {
    filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.16));
    font-size: 40px;
    display: block;
    color: #fff;
    margin-right: 15px;
}

section.happy_sec {
    padding: 20px 0px;
}


/*  */
.projects_sec {
    padding: 50px 0;
    background-color: #005cab;
}

.projects_sec .section_h2 h2 {
    color: #fff;
}

.projects_sec .section_h2 h2:before {
    background-color: #fff;
}

.swiper-projects {
    overflow: hidden;
    position: relative;
}

.swiper-projects .swiper-button-next,
.swiper-projects .swiper-button-prev {
    top: 50%;
    padding: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffdd00;
    line-height: 35px;
    border-radius: 50px;
}

.swiper-projects .swiper-button-next:after,
.swiper-projects .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.swiper-projects .swiper-button-next {
    right: 10%;
}

.swiper-projects .swiper-button-prev {
    left: 10%;
}

.proj_box {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.proj_box .proj_text {
    width: 50%;
    padding: 0 0 0 20px;
}

.proj_box .proj_img {
    width: 50%;
}

.proj_box .proj_text h4 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding-left: 20px;
    border-left: 5px solid #ffdd00;
}

.proj_box .proj_text p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.proj_box .proj_img img {
    width: 350px;
}

.swiper-projects::after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    background: linear-gradient(-90deg, rgb(0 92 171 / 90%) 55%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
    right: 0;
    top: 0;
}

.swiper-projects::before {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(0 92 171 / 90%) 55%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
}

.swiper-full-mobile {
    overflow: hidden;
}


.story_sec {
    background-color: #effaff;
    padding: 50px 0;
}

.story_sec .swiper-slide img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.blog_content {
    padding: 40px;
    background: #effafe;
    border-radius: 0 0 0 40px;
}

section.blogs_sec {
    padding: 50px 0;
    position: relative;
}

.blog_slider {
    position: relative;
}

.blog_slider::after {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    background: linear-gradient(-90deg, rgb(255 255 255 / 70%) 20%, rgb(255 255 255 / 0%) 80%);
    z-index: 2;
    right: 0;
    top: 0;
}

.blog_slider::before {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(255 255 255 / 70%) 20%, rgb(255 255 255 / 0%) 80%);
    z-index: 2;
    top: 0;
}

.blog_content p {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.box_top span {
    height: 100%;
    padding: 4px 12px;
    background: #e2c604;
    font-size: 13px;
    color: #fff;
    display: inline;
    border-radius: 50px;
    line-height: 20px;
}

.box_top a {
    color: #000;
    font-size: 16px;
    transform: rotate(45deg);
}

.blog_content h6 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.blog_slider .swiper-wrapper {
    /* padding-left: 130px !important; */
    padding: 0 110px;
}

.donate_events {
    padding: 20px 40px;
    margin: 50px 0 0 0;
    background: #ffdd00;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donate_img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.donet_ev_text {
    width: calc(100% - 380px);
}

.donet_ev_text h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3f4581;
}

.donet_ev_text p {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.donate_events a {
    display: block;
    padding: 10px 50px;
    background: #015cab;
    border-radius: 50px;
    color: #fff;
}


/* footer-css */
footer.footer_id {
    position: relative;
}

.footer_sec {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 85px 0 20px 0;
}

footer .stips {
    background-image: url(../img/background_top.png);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    position: absolute;
    top: -2px;
}

.footer_logo img {
    width: 75px;
}

.social_icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    /* justify-content: space-around; */
}

.social_icon ul li a {
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #e87800;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_manu {
    padding: 50px 0 20px 0;
}

.footer_manu h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;

}

.footer_manu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_manu ul li a {
    font-size: 13px;
    padding-top: 10px;
    display: block;
    color: #fff;
}

.bottom_add {
    display: flex;
    justify-content: space-between;
}

.bottom_add .left_add p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.bottom_add .right_add a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.bottom_add .right_add {
    display: flex;
    justify-content: space-between;
}

.bottom_add .right_add p {
    margin: 0px;
}

.bottom_add .right_add p:last-child {
    margin-left: 20px;
}

.copy_right {
    background: #ffdd00;
    padding: 10px 0;
}

.copy_right p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #000;
}


.mobile_us {
    display: none;
}

/* inner_css */
.imgcom h2 {
    text-align: center;
    padding: 60px 0;
    text-transform: capitalize;
    font-size: 40px;
}

.hero-wrap-2 {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.hero-wrap-2 {
    height: 250px;
    background-image: url(../img/bannerinner.png);
}
.hero-wrap-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000;
}
.hero-wrap-2 .slider-text .bread {
    color: #fff;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.hero-wrap-2 .slider-text {
    height: 250px;
}

/* h2 */

.text_gal1.section_h2 h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
}
.text_gal1 h6 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
}

section.gallery_sec {
    padding: 50px 0;
}

.text_gal.section_h2 h2:before {
    left: 0;
    transform: translateX(0%);
}

.project_sec {
    background-color: #effaff;
    padding: 50px 0;
}

.text_gal p {
    text-align: justify;
}

/*Gallery*/


.carousel-gallery {
    margin: 0;
    padding: 0px;
    overflow: hidden;
}
.carousel-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.img_gal {
    display: flex;
}
.img_gal  .image1 {
    margin: 0 10px;
}
.img_gal  .img_gal1 .image2 {
    margin: 0 0 15px 0;
}
.img_gal .img_gal1 .image2 img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.img_gal2 {
    display: block;
}
.carousel-gallery .swiper-slide .img_gal2 img {
    height: 190px;
}
.img_gal2 .image2{
    margin: 0px 15px 15px 0!important;
}
.img_gal3 .image2{
    margin: 15px 15px 0 0!important;
}
.img_gal11 {
    display: flex;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 0px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e87800;
    transform: scale(1.1, 1.1);
}

/* contact-form-css */

.contact_sec {
    padding: 50px 0;
    background-color: #f3f3f3;
}
.form_sec h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.form_sec p {
    font-size: 16px;
    line-height: 28px;
    color: #041e4e;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.form_sec .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #e87800;
    background-color: #e87800;
    color: #fff;
    border-color: #e87800;
}
.form_sec .btn-primary:hover {
    background-color: #e87800;
    border-color: #e87800;
}
.form_sec .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 #F2F2F2 !important;
    color: #e87800 !important;
}
.bg_addres {
    background: #fff;
    height: 100%;
}
.adre {
    display: flex;
}

.adre i {
    margin-right: 10px;
    color: #e87800;
    margin-bottom: 0;
    font-size: 20px;
}

.adre h4 {
    color: #e87800;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.box_con p {
    color:  #041e4e;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}
.box_con a {
    color: #041e4e;
}
.form-floating input {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
}
.form-floating textarea {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
}
.form-floating input:focus {
    border: none;
    box-shadow: 0 0 0 1px #e87800;
}
.form-floating textarea:focus {
    border: none;
    box-shadow: 0 0 0 1px #e87800;
}
.form-floating label{
    font-size: 15px;
}

/* donate-css */
.donte_sec {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    padding: 50px 0px;
}
.donte_sec:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 65%;
    height: 100%;
    background-color: #effaff;
    content: '';
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}
.contact_content {
    border-radius: 25px;
    padding: 80px;
    background-color: #005cab;
    position: relative;
    z-index: 1;
}
.contact_content::before {
    background: url(../img/project/donate_1.png);
    position: absolute;
    left: 50%;
    transform: translateX(-265px);
    opacity: 0.5;
    top: 0;
    width: 317px;
    height: 119px;
    content: '';
    z-index: 2;
}
.contact_content::after {
    background: url(../img/project/donate_2.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115px;
    height: 130px;
    content: '';
    z-index: 2;
}
.donate_head {
    text-align: center;
}
.donate_num {
    height: 100%;
    margin-bottom: 30px;
}

.donate_num h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.donate_num a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
    display: block;
}
.mail_now {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: rgb(243 224 114 / 40%);
    margin: auto;
    margin-bottom: 15px;
}

.mail_now i {
    font-size: 20px;
    color: #e87800;
}
.contact_content {
    text-align: center;
}
.contact_content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact_content p {
    font-size: 17px;
    line-height: 28px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
    display: block;
}

/* product-list-css */

section.product_sec {
    padding: 50px 0;
}
.list_pro_sec {
    padding: 50px 0 0 0;
}
.p_pro {
    padding: 10px 15px;
    border: 1px dashed #e87800;
    border-radius: 20px;
}

.p_pro p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #e87800;
    font-weight: 500;
}
.line_1.section_h2 h2 {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
}
.line_1 h2:before {
    left: 40px;
    bottom: 0;
}
.prod_list {
    border: 1px solid rgb(232 120 0 / 30%);
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: all .4s;
}

.prod_img {
    background: #f2f2f2;
    min-height: 260px;
    max-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(232 120 0 / 30%);
    padding: 10px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}
.prod_img img {
    max-height: 245px;
    object-fit: cover;
}
.prod_code {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transition: all .4s;
    transform: translateX(100%);
    padding: 5px 8px;
    background: #fff;
    border-radius: 5px 0 0 0;
}

.prod_code p {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.prod_list:hover .prod_code {
    transform: translateX(0%);
}
.prod_box {
    padding: 15px;
    text-align: center;
}
.swiper_container {
    overflow: hidden;
    padding: 10px;
    position: relative;
}
/* .swiper_container2 {
    overflow: hidden;
    padding: 10px;
    position: relative;
} */
.prod_box p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 66px;
}

.prod_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod_txt p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    min-height: 100%;
}

.prod_txt a {
    line-height: 33px;
    padding: 0px 20px;
    border-radius: 20px;
    border: 1px solid #e87800;
    color: #e87800;
    font-size: 14px;
    font-weight: 600;
    transition: all .4s;
}

.prod_txt p b {
    color: #e87800;
    font-weight: 600;
}

.prod_list:hover .prod_txt a {
    color: #fff;
    background: #e87800;
}

.prod_list:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgb(232 120 0 / 70%) 0px 0px 0px 1px;
}

.prod_list:hover .prod_img {
    box-shadow: rgb(232 120 0 / 70%) 0px 0px 0px 1px;
}
.prod_list .prod_img img {
    transition: all .4s;
}
.prod_list:hover .prod_img img {
    transform: scale(1.1);
}
.proj_box .proj_text a {
    color: #ffdd00;
    font-size: 14px;
    font-weight: 600;
}
.proj_box .proj_text i {
    color: #ffdd00;
    font-size: 16px;
    transform: rotate(45deg);
}
.product_sec .text_gal1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_sec .text_gal1 a {
    background: #e87800;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #e87800;
    font-weight: 600;
    transition: all .4s;
    color: #fff;
}

.product_sec .text_gal1 a:hover {
    background: transparent;
    border: 1px solid #e87800;
    color: #e87800;
}
/* form_pop product */

.form_pop.modal.show .modal-dialog {
    transform: translateY(60px);
}
.buy_form {
    border: 1px solid rgb(232 120 0 / 30%);
    /* height: 100%; */
    border-radius: 10px;
    background: #f2f2f2;
    padding: 20px 25px;
    position: relative;
}
.buy_form .btn-close {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #e87800;
    padding: 6px;
    line-height: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 10px;
    opacity: .7;
    transition: all .4s;
}
.buy_form .btn-close:hover {
    opacity: 1;
}

.modal_heading h4 {
    font-size: 22px;
    line-height: 35px;
    color: #e87800;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.modal_form label {
    font-size: 14px;
    color: #000;
    margin-bottom: 3px;
    display: block;
    font-weight: 500;
}
.modal_form .form_group span {
    color: #e87800;
}
.modal_form .form_group input {
    margin-bottom: 10px;
    color: #000;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    border: none;
}
.modal_form .form_group textarea{
    color: #000;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    border: none;
    height: 70px;
}
.modal_form input::placeholder, .modal_form textarea::placeholder {
    font-size: 13px;
}
.modal_form input:focus, .modal_form textarea:focus {
    border: none;
    box-shadow: 0 0 0 1px #e87800;
}
.modal_form button {
    box-shadow: inset 0 0 0 0 #e87800;
    background-color: #e87800;
    color: #fff;
    border-color: #e87800;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
}
.modal_form button:hover {
    background-color: #e87800;
    border-color: #e87800;
}
.modal_form button:hover {
    box-shadow: inset 100px 0 0 0 #F2F2F2!important;
    color: #e87800 !important;
}
/* news-css */
.details_news h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
}

.details_news p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.details_news ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.details_news ul li {
    color: #475467;
    padding-bottom: 10px;
    font-size: 16px;
}
.img_newsd {
    overflow: hidden;
}
.img_newsd img {
    width: 100%;
    border-radius: 5px;
    transition: all .4s;
}

.img_newsd img:hover {transform: scale(1.1);}

.help-box {
    background-color: #e87800;
    color: #fff;
    margin-top: 0;
    padding: 30px 15px;
    border-radius: 5px;
}

.help-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.help-box a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
}
.help-box a:hover {
    text-decoration: underline;
}
.help-box .help_icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.help-box p i {
    color: #fff;
    font-size: 18px;
}
.details_news .help-box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding-top: 6px;
}
/* about-css */

.hero-wrap-3 {
    height: 180px;
}
.hero-wrap-3 .slider-text {
    height: 180px;
}
.hero-wrap-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #005cab;
}
.hero-wrap-3 .slider-text .bread {
    font-size: 40px;
}
.about_page_sec {
    padding: 50px 0;
}
.mission_abot .mis_box h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    background-image: url(../img/mission-line.png);
    background-repeat: no-repeat;
    bottom: auto;
    transform: translateX(0%);
    background-size: 20%;
    background-position: 25px 0;
}
.mission_abot .mis_box p {
    border-left: 3px solid #ffdd00;
}
/* team-css */
.core_team_sec {
    padding: 50px 0;
    background-color: #f2f2f2;
}

.our-team {
    padding: 25px 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all .4s;
    height: 100%;
}
.our-team:hover {
    box-shadow: 0 12px 50px rgb(102 101 94 / .12);
    background: #fff;
}
.our-team .pic {
    display: inline-block;
    /* width: 100%; */
    /* height: 100%; */
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic {
    background: #e87800;
    border-radius: 50%;
}
.pic img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #e2e2e2;
}
.our-team h3{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #e87800;
    margin: 0 0 7px 0;
}
.our-team p{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

/* team-2 */
.advisors {
    padding-top: 40px;
}
.mentors_box{
    text-align: center;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
}
.mentors_box .mentors_pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.mentors_box .mentors_pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.mentors_box:hover .pic:after{ opacity: 1; }
.mentors_box .mentors_pic img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e2e2e2;
}
.mentors_box .mentors_content{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
    margin: auto;
    right: 0;
}
.mentors_box:hover .mentors_content{ 
    box-shadow: 0 12px 50px rgb(102 101 94 / .12);
 }
.mentors_box .mentors_info{
    width: 100%;
    height: 100%;
    color: #464646;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 15px 15px 15px;
}
.mentors_box h3{
    font-size: 16px;
    font-weight: 500;
    color: #e87800;
    margin: 0px 0 20px 0;
}
.mentors_box .mentors_content p{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}
.mentors_box h3 {
    margin: 0px 0 5px 0;
}
.mentors_box .mentors_content p {
    margin: 0;
}
.comon_txt .mentors_box .mentors_pic img {
    margin-bottom: 55px;
}
.key_txt .mentors_box .mentors_pic img {
    margin-bottom: 20px!important;
}
/* pop-up */

.pop_teams .modal-dialog {
    max-width: 600px;
}
.modal_team .close {
    position: absolute;
    right: -8px;
    top: -8px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #e87800;
    font-size: 14px;
    border-radius: 50px;
    z-index: 9;
    text-align: center;
    border: none;
}
.pop_teams .modal-dialog {
    top: 15%;
}
.pop_teams .modal-body {
    position: relative;
    padding: 20px;
}
.pop_teams .t_img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #e87800;
    padding: 5px;
}
.pop_teams .tp_tital h4 {
    font-weight: 500;
    color: #e87800;
    font-size: 18px;
    margin: 0;
}
.pop_teams .modal-body .tp_tital > p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
}

.pop_teams .modal-body .team_dis p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0;
}

/*  */

.ul_box ul li {
    width: 33.33%;
}
.ul_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ul_box ul li a {
    padding: 10px;
    background-color: rgb(242 242 242 / 50%);
    display: block;
    border-radius: 5px;
    box-shadow: rgb(232 120 0) 1px 1px 0px;
    border: 0;
    margin: 10px;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_us1 {
    display: none;
}
.gallery-section {
    padding: 50px 0;
}
.gallery-section .gallery-box {
	background: #fff;
	padding: 15px;
	display: grid;
	grid-template-columns: repeat(5, auto);
	/*grid-template-rows: repeat(1, 18vw);*/
	/* grid-auto-rows: 15vw; */
	grid-gap: 1rem;
	grid-auto-flow: dense;
}

.gallery-section .gallery-box .box {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
	transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover {
	box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}
.gallery-section .gallery-box .box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover img {
	transform: scale(1.2);
}
.modal_form .form_group .error {
    color: #e87800;
    font-size: 12px;
    margin-left: 2px;
    display: block;
}
.statusMsgCnt p {
    text-align: center;
    font-size: 14px;
}
.statusMsgCnt a {
    color: #e87800;
}
.statusMsgCnt b {
    text-align: center;
    font-size: 16px;
    display: block;
    color: #000000;
}

@media (min-width:1200px) and (max-width:1280px) {
    .wrapper_sec {
    padding-top: 113px;
}
    .mission_abot .section_h2 h2 {
        font-size: 35px;
        line-height: 45px;
        padding: 40px 0 40px 60px;
    }
    .mission_abot.vision_sec .mis_box {
        padding: 0;
    }
    .text_gal1 h6 {
        font-size: 17px;
    }
    .navbar-brand img {
        width: 90px;
    }

    .navbar-nav li a {
        font-size: 14px;
        line-height: 30px;
    }

    .strip_header a {
        font-size: 14px;
        line-height: 28px;
    }

    .head_btn a {
        font-size: 13px;
        line-height: 30px;
        padding-left: 5px;
    }

    .head_btn span {
        width: 30px;
        height: 30px;
    }

    .head_btn span i {
        font-size: 18px;
        line-height: 33px;
    }

    .strip_header span {
        color: #10597a;
    }

    .strip_header a {
        font-size: 13px;
        line-height: 28px;
    }

    .head_btn a {
        font-size: 12px;
        line-height: 30px;
        padding-left: 5px;
    }

    .navbar-nav li a {
        font-size: 13px;
        line-height: 26px;
        padding: 5px 10px;
    }

    /* .container {
        max-width: 1020px;
    } */
    .section_h2 h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .section_h2 p {
        font-size: 16px;
        line-height: 28px;
    }

    .flood_sec .section_h2 p {
        margin: 15px 0;
    }

    .heart_box {
        padding: 5px 15px;
        align-items: center;
    }

    .heart_box i {
        font-size: 26px;
    }

    .heart_box a {
        font-size: 15px;
        line-height: 20px;
    }

    .what_we_box h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .what_we_box p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
    }

    .what_we_box {
        padding: 0 20px;
    }

    .proj_box .proj_text h4 {
        font-size: 22px;
        line-height: 22px;
        padding-left: 10px;
        border-left: 3px solid yellow;
    }

    .proj_box .proj_text {
        padding: 20px 0 20px 20px;
    }

    .proj_box .proj_text p {
        font-size: 13px;
        line-height: 20px;
    }

    .blog_content {
        padding: 30px 20px;
    }

    .box_top span {
        padding: 2px 10px;
        font-size: 11px;
        line-height: 16px;
    }

    .blog_content h6 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    h1 {
        line-height: 40px;
        font-size: 35px;
    }

    h2 {
        line-height: 28px;
        font-size: 26px;
        margin-top: 0;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }
    .navbar-nav li a {font-size: 15px;padding: 5px 10px !important;}
}

@media (min-width:768px) and (max-width:992px) {
    section {
        padding: 30px 0 !important;
    }
    .header_box {padding: 5px 0 !important;}
    .header_box .py-3{padding-top: 0rem !important;padding-bottom: 0.5rem !important;}
    .navbar-nav li a {text-align: left;padding: 5px 70px !important;}
    .navbar-nav .dropdown .dropdown-menu {width: 100%;}
    .flood_sec::before {display: none;}
    .flood_sec .row {display: block;}
    .flood_sec .row .col-md-7 {width: 100%;}
    .flood_sec .row .col-md-5 {width: 70%;margin: auto;margin-top: 20px;}
    .swiper-projects::before, .swiper-projects::after {width: 15%;}
    .proj_box {padding: 0 20px;}
    /* .proj_box {width: 60%;} */
    .about_sec>.container>.row {flex-direction: column-reverse;}
    .about_sec>.container>.row>.col-md-6 {width: 100%;}
    .mis_box {padding: 0;margin-bottom: 20px;}
    .vision_sec>.container>.row {flex-direction: column-reverse;}
    .mission_sec>.container>.row>.col-md-6 {width: 100%;}
    .vision_sec .mis_box {margin-bottom: 20px;padding: 0;}
    .what_we_box h4 {font-size: 18px;line-height: 24px;}
    .what_we_box p {font-size: 16px;line-height: 20px;}
    .gallery-section .gallery-box {
		grid-template-columns: repeat(4, auto);
		grid-auto-rows: 18vw;
	}

    .section_h2 h1 {
        line-height: 40px;
        font-size: 35px;
    }

    .section_h2 h2 {
        line-height: 28px;
        font-size: 26px;
        margin-top: 0;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    .section_h2 p {
        font-size: 16px;
        line-height: 26px;
    }

    .navbar-light .navbar-toggler {
        color: #e87800;
        border-color: #e87800;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border-radius: 0;
    }

    .strip_header {
        display: none;
    }

    .mobile_us {
        display: block;
    }

    .navbar_manu {
        position: fixed;
        z-index: 99;
        width: 65%;
        height: 100%;
        background: #fff;
        left: 0;
        display: block;
        bottom: 0;
        transform: translateX(-100%);
        transition: 1s all;
        top: 92px;
    }

    .navbar_manu.active {
        transform: translateX(0);
        transition: 1s all;
    }

    .fadeclose {
        position: fixed;
        z-index: 8;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        bottom: 0;
        transform: translateX(150%);
        transition: 1s all;
        background-color: rgba(64, 63, 63, .04);
    }

    .fadeclose.active {
        transform: translateX(0);
        transition: 1s all;
    }
    .ul_box ul li {width: 50%;}
    .core_team_sec>.container>.row>.col-md-3 {width: 50%;margin-bottom: 20px;}
    .advisors .col-md-3 {width: 33.33%;}
    .line_1.section_h2 h2 {text-align: center;}
    .line_1 h2:before {left: 50%;}
    .text_gal1.section_h2 h2 {font-size: 25px;}
    .advisors {padding-top: 20px;}
    .header_box nav img {height: 75px;}
    .hero-wrap-2, .hero-wrap-2 .slider-text {height: 220px;}
    .hero-wrap-2 .slider-text .bread {margin-top: 0;font-size: 30px;}
    .wrapper_sec {padding-top: 85px;}
    .gallery_sec>.container>.row .col-md-6, .project_sec>.container>.row .col-md-6 {width: 100%;}
    .project_sec>.container>.row {flex-direction: column-reverse;}
    .img_gal {justify-content: center;}
}

@media (max-width:768px) {
    .wrapper_sec {padding-top: 93px;}
    .header_box {padding: 5px 0 !important;}
    .strip_header {
        display: none;
    }
    .gallery-section .gallery-box {
		grid-template-columns: repeat(2, auto);
		grid-auto-rows: 38vw;
        grid-gap: .5rem;
        padding: 0px;
	}

    .mobile_us {
        display: block;
    }

    .mobile_us .dis_us {
        display: block !important;
    }

    .head_btn {
        margin-left: 0;
    }

    .navbar-nav li a {text-align: left;}

    .navbar_manu {
        position: fixed;
        z-index: 99;
        width: 65%;
        height: 100%;
        background: #fff;
        left: 0;
        display: block;
        bottom: 0;
        transform: translateX(-100%);
        transition: 1s all;
        top: 85px;
    }

    .navbar_manu.active {
        transform: translateX(0);
        transition: 1s all;
    }

    .fadeclose {
        position: fixed;
        z-index: 8;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        bottom: 0;
        transform: translateX(150%);
        transition: 1s all;
        background-color: rgba(64, 63, 63, .04);
    }

    .fadeclose.active {
        transform: translateX(0);
        transition: 1s all;
    }
    
    section {
        padding: 20px 0 !important;
    }

    .navbar {
        padding: 5px 0 !important;
    }

    .navbar-toggler {
        padding: 2px 5px;
        font-size: 18px;
        border-radius: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_btn a {
        margin-left: 0px !important;
        margin: 10px 0;
        margin-right: 0 !important;
    }

    .hero-header {
        padding: 0 !important;
    }

    .navbar-brand img {
        width: 60px;
    }

    .section_h2 h1 {
        line-height: 28px;
        font-size: 20px;
    }

    .section_h2 h2 {
        line-height: 26px;
        font-size: 22px;
        margin-top: 0;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    .section_h2 p {
        font-size: 16px;
        line-height: 24px;
    }
    .about_sec .row {flex-direction: column-reverse;}
    .about_text ul {margin: 10px 0 20px;}
    .about_text ul li a {line-height: 24px;}
    .btn_all a {padding: 8px 25px;}
    .about_box {margin-right: 0;margin: 15px 0 10px 0;}
    .about_box:after {bottom: -10px;}
    .we_do .pb-5{padding-bottom: 1rem !important;}
    .what_we_box p {font-size: 16px;margin-bottom: 5px;}
    .what_we_box h4 {font-size: 18px;line-height: 28px;margin-bottom: 15px;}
    .mision_img:before {width: calc(100% - 25px);    transform: translate(30px, 40px); }
    .vision_sec .mision_img:before {transform: translate(-8px, 20px);}
    .mis_box, .vision_sec .mis_box {padding: 0;}
    .mission_abot .mis_box h2::before {background-position: 0px 0;}
    .mis_box h2{padding: 26px 0 27px 25px;}
    .mis_box p {padding: 0 0 0 15px;margin: 0px 0 20px 5px;}
    .text_gal1.section_h2 h2 {font-size: 22px;line-height: 26px;}
    .btn_mis a, .vision_sec .btn_mis a {margin: 0 0 15px 20px;}
    .vision_sec{padding: 50px 0 50px 0 !important;}
    .vision_sec .row {flex-direction: column-reverse;}
    .flood_sec::before {display: none;}
    .flood_sec .section_h2 p {margin: 10px 0;}
    .heart_box {display: block;padding: 5px 15px;margin-bottom: 15px;}
    .heart_box i {font-size: 30px;}
    .heart_box a {font-size: 16px;line-height: 22px;}
    .proj_box {padding: 0 20px;display: block;}
    .proj_box .proj_img {width: 100%;margin: auto;margin-bottom: 10px;}
    .proj_box .proj_img img {width: 100%;height: 250px;object-fit: cover;}
    .proj_box .proj_text {width: 100%;}
    .proj_box .proj_text {padding: 0 0 0 10px;}
    .proj_box .proj_text h4 {font-size: 18px;line-height: 26px;padding-left: 10px;}
    .swiper-projects::before,.swiper-projects::after {width: 10%;}
    .proj_box .proj_text p{font-size: 15px;line-height: 24px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    .projects_sec .pb-5, .story_sec .pb-5, .blogs_sec .pb-5 {padding-bottom: 1.5rem !important;}
    .swiper-projects .swiper-button-next, .swiper-projects .swiper-button-prev {
        width: 40px;height: 40px;
    }
    .swiper-projects .swiper-button-next:after, .swiper-projects .swiper-button-prev:after {font-size: 16px;line-height: 21px;}
    .swiper-projects .swiper-button-prev {left: 3%;}
    .swiper-projects .swiper-button-next {right: 3%;}
    .story_sec .swiper-slide img{height: 270px;}
    .donate_events {padding: 10px 15px;margin: 30px 0 0 0;display: block;}
    .donet_ev_text{width: calc(100% - 0px);}
    .donet_ev_text h5 {font-size: 18px;margin: 10px 0;}
    .donet_ev_text p{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
    .donate_events a{text-align: center;}
    .blog_content {padding: 20px;}
    .blog_content h6 {font-size: 16px;margin-top: 20px;margin-bottom: 20px;}

    .footer_sec {padding: 50px 0 20px 0;}
    .footer_sec>.container>.row {flex-direction: column-reverse;}
    .footer_logo {margin-top: 20px;}
    .footer_logo img{width: 60px;}
    .footer_manu {padding: 20px 0;}
    .footer_manu h3{margin-bottom: 0;}
    .footer_manu ul {margin-bottom: 10px;}
    .bottom_add, .bottom_add .right_add {display: block;}
    .bottom_add .right_add p:last-child {margin-left: 0;}

    .hero-wrap-3, .hero-wrap-2 {height: 150px;}
    .hero-wrap-3 .slider-text, .hero-wrap-2 .slider-text {height: 150px;}
    .hero-wrap-3 .slider-text .bread, .hero-wrap-2 .slider-text .bread, .hero-wrap-2 .slider-text .bread {font-size: 22px;line-height: 30px;margin-top: 0;}
    .core_team_sec .pb-5, .text_gal1, .about_page_sec .pb-5 {padding-bottom: 1.5rem !important;}
    .our-team {padding: 20px 15px;height: auto;margin-bottom: 20px;}
    .pic img {width: 140px;height: 140px;}
    .ul_box ul li {width: 100%;}
    .ul_box ul li a {height: auto;}
    .line_1.section_h2 h2 {text-align: center;font-size: 18px;}
    .line_1 h2:before {left: 50%;}
    .heading_all.section_h2 h2 {font-size: 22px;}
    .line_1.section_h2 h2 {font-size: 18px;}
    .advisors { padding-top: 10px;}
    .blog_img img {width: 100%;}
    .product_sec .line_1 h2:before{left: 40px;}
    .carousel-gallery .swiper-slide img {height: 260px;}
    .img_gal .img_gal1 .image2 img {height: 122px;}
    .carousel-gallery .swiper-slide .img_gal2 img {height: 122px;}
    .img_gal {justify-content: center;}
    .project_sec>.container>.row {flex-direction: column-reverse; }
}


@media (min-width:100px) and (max-width:992px) {

    .bar_menu {
        position: absolute;
        right: 15px;
    }

    .bar_menu a {
        width: 35px;
        height: 35px;
        display: inline-block;
        margin-top: 10px;
        margin-top: 0px;
        margin-right: 0px;
    }

    .nav-toggle-bar,
    .nav-toggle-bar::after,
    .nav-toggle-bar::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        background: #e87800;
        content: '';
        height: 2px;
        width: 100%;
        left: 0;
    }

    .nav-toggle-bar::before {
        margin-top: -.8rem;
    }

    .nav-toggle-bar::after {
        margin-top: .8rem;
    }

    .bar_menu.active .nav-toggle-bar {
        background: 0 0;
    }

    .bar_menu.active .nav-toggle-bar::after,
    .bar_menu.active .nav-toggle-bar::before {
        background: #000;
        margin-top: 0;
        -ms-transform: rotate(314deg);
        -webkit-transform: rotate(314deg);
        transform: rotate(314deg);
    }

    .bar_menu.active .nav-toggle-bar::after {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}
@media (max-width:400px) {
    .story_sec .swiper-slide img{object-fit:contain;} 
}
