/* ======@media Query======= */

@media only screen and (min-width: 1400px) and (max-width: 1450px) {
  .top_header nav#navbar-2 {
    max-width: 35%;
    flex: 0 0 35%;
  }

  .photo_gallry .gallery_sec_slider img {
    height: 370px;
  }

  .photo_gallry .gallery_sec_slider img {
    max-width: 440px;
    height: 550px;
  }
}

@media screen and (max-width: 1440px) {

  .container,
  .wide_container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1366px) {
  /* header */

  /* banner*/
  .banner_band span.filled_stroke_text,
  .banner_band span.outline_stroke_text {
    font-size: 75px;
    line-height: 82px;
  }

  .transparent_btn {
    padding: 16px 36px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 550px;
  }

  .banner_img_sec img {
    max-width: 250px;
  }

  .banner_band .banner-btn {
    padding: 30px 0 40px;
  }

  .top_header nav#navbar-2 {
    max-width: 38%;
    flex: 0 0 38%;
  }

  .top_header nav#navbar .menu li a {
    padding: 15px 8px;
  }

  /* about us sec */
  .about_us ul.menu-list li a,
  .about_us .number {
    font-size: 25px;
    line-height: 42px;
  }

  .about_us ul.menu-list li.active-menu a p.hover-arrow {
    left: -30px;
  }

  .about_us ul.menu-list li a p.hover-arrow {
    left: 10px;
  }

  .about_us .menu-image-holder img {
    height: 600px;
  }

  .about_us .btn_vector_2:after,
  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after {
    right: 40%;
  }

  /* how we work */
  .how_we_work .owl-controls .owl-nav {
    top: 30px;
  }

  .how_we_work .scale_line:after {
    width: 570px;
  }

  .how_we_work .how_work_slider .owl-item p.para-width,
  .how_we_work p.para-width {
    max-width: 80%;
  }

  /* donate anything sec*/
  .donate_anything .btn_vector_1:after {
    right: 46%;
  }

  /* why donate sec */
  .why_donate .row.slide_sec .col-md-6:first-child {
    max-width: 610px;
  }

  .why_donate .donate_info_slider .content_donate h4,
  .why_donate .row.slide_sec h3 {
    min-height: 90px;
  }

  /* photo gallery sec */
  .photo_gallry .gallery_sec_slider img {
    height: 570px;
  }

  .photo_gallry .gallery_sec_slider .owl-item.rightSlide img {
    margin-left: 50px;
  }

  .photo_gallry .gallery_sec_slider .owl-item.leftSlide img {
    margin-left: -50px
  }

  /* footer */
  .recent_project a.gallery_btn {
    right: 80px;
  }

}

@media only screen and (min-width: 1250px) and (max-width: 1500px) {}

@media only screen and (min-width: 1100px) and (max-width: 1350px) {

  .top_header nav#navbar {
    max-width: 45%;
    flex: 0 0 45%;
    text-align: center;
  }

  .top_header nav#navbar-2 {
    max-width: 35%;
    flex: 0 0 35%;
    text-align: center;
  }

  .top_header .red_btn {
    padding: 15px 35px;
  }

  .banner_band .row.banner_img_sec .col-md-12 {
    margin-bottom: -27px;
  }

  .recent_project a.gallery_btn {
    right: 60px;
  }

  .photo_gallry .gallery_sec_slider img {
    height: 520px;
  }

  .how_we_work .scale_line:after {
    width: 530px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 600px;
    margin: 0 10px;
  }

  .banner_img_sec img {
    max-width: 280px;
  }

  #msform .form .two_col .form-group {
    max-width: 45%;
    flex: 0 0 45%;
  }

  #msform .tab_point ul#progressbar li:last-child {
    padding-bottom: 250px;
  }

}



@media screen and (max-width: 980px) {

  .white_logo {
    display: block;
  }

  .black_logo {
    display: none;
  }

  /* top-bottom padding */
  .why_donate,
  .why_trust_us,
  .how_we_work {
    padding: 80px 0;
  }

  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3 {
    margin-top: 20px;
  }

  /* dots navigation */
  .owl-controls .owl-dots {
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .owl-controls .owl-dots .owl-dot {
    background: #D14747;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    border: 2px solid transparent;
    position: relative;
  }

  .owl-controls .owl-dots .owl-dot:after {
    content: '';
    position: absolute;
    background: #D14747;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
  }

  .owl-controls .owl-dots .owl-dot.active {
    background: transparent;
    border-color: #D14747;
  }

  /* banner */
  .banner_band .wide_container {
    padding-top: 30px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 320px;
  }

  .banner_img_sec img {
    max-width: 150px;
  }

  .banner_band .text-2,
  .banner_band .text-2 span.outline_stroke_text {
    padding-top: 0px;
  }

  .banner_band span.filled_stroke_text,
  .banner_band span.outline_stroke_text {
    line-height: 80px;
  }

  .mobile-menu .logo img {
    max-width: 160px;
    width: 100%;
    position: relative;
    top: 5px;
  }

  .banner_band .text-2:after {
    right: 24%;
    top: 40px;
  }

  /* other stroke font */
  span.outline_stroke_text {
    font-size: 40px;
    line-height: 55px;
  }

  h2.filled_stroke_text {
    font-size: 32px;
    line-height: 42px;
  }

  /* about us sec */
  .about_us .hover_tabbing_desk {
    display: none;
  }

  .about_us .hover_tabbing_mob {
    display: block;
  }

  .about_us .hover_tabbing_mob .col-md-12 {
    position: relative;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .title_hover {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
    padding: 10px 0 30px;
    display: block;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    top: -60px;
    left: -2px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-prev,
  .about_us .tabbing_hover_slider .owl-controls .owl-nav .owl-next {
    font-size: 0;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-prev {
    position: relative;
    width: 35px;
    height: 2px;
    background: #000;
    right: 20px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-prev:before {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #000;
    bottom: 5px;
    left: -3px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-prev:after {
    font-size: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #000;
    content: '';
    bottom: -5px;
    left: -3px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 2px;
    background: #000;
    right: 0px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-next:before {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #000;
    bottom: 5px;
    right: -3px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .owl-controls .owl-nav .owl-next:after {
    transform: rotate(-45deg);
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000;
    content: '';
    bottom: -5px;
    right: -2px;
  }

  .about_us .btn_vector_2:after,
  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after {
    right: 40%;
  }

  .about_us div#counter span {
    color: #00000080;
  }

  div#counter {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 30px;
  }

  /* how we work */
  .how_we_work .how_work_slider .work_section .work-point span {
    font-size: 30px;
  }

  .how_we_work .how_work_slider .owl-item .work_section span.opacity_text {
    font-size: 50px;
    line-height: 70px;
  }

  .how_we_work .scale_line:after {
    width: 300px;
  }

  .how_we_work .row:last-child {
    padding-top: 30px;
  }

  .how_we_work .how_work_slider .owl-item p.para-width,
  .how_we_work p.para-width {
    max-width: 99%;
  }

  /* donate anything */
  .donate_anything .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 30px;
  }

  .donate_anything .btn_vector_1:after {
    right: 16%;
  }

  /* why donate */
  .why_donate .row.slide_sec .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .why_donate .row.slide_sec .col-md-6:first-child {
    max-width: 690px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .why_donate .row.slide_sec .donate_info_slider {
    max-width: 690px;
    margin: 0 auto;
    width: 100%;
  }

  .why_donate .donate_info_slider .donate_sec .number_donate span {
    font-size: 30px;
    line-height: 50px;
  }

  /* photo gallry */
  .photo_gallry .gallery_sec_slider img {
    height: 400px;
  }

  .photo_gallry ul.menu_tab {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
  }

  .photo_gallry ul.menu_tab li a {
    font-size: 20px;
    line-height: 30px;
  }

  .photo_gallry .gallery_sec_slider .owl-item img {
    margin-bottom: 60px;
  }

  .photo_gallry .gallery_sec_slider .owl-item.center img {
    transform: inherit;
    margin: 0;
  }

  .photo_gallry .gallery_sec_slider .owl-item.leftSlide img {
    transform: inherit;
    margin: 0;
  }

  .photo_gallry .gallery_sec_slider .owl-item.rightSlide img {
    transform: inherit;
    margin: 0;
  }

  .photo_gallry .gallery_sec_slider .owl-stage-outer {
    margin: 0 0px 0 20px;
    padding: 20px 0;
  }

  /* why trust us */
  .why_trust_us .row.why_trust_info .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .why_trust_us .why_trust_info img {
    margin-bottom: 20px;
  }

  /* footer */
  .main-footer .row .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .recent_project .photo-gallery a img {
    max-width: 100px;
    height: 100px;
  }

  .recent_project a.gallery_btn {
    right: 94px;
  }

  /* mobilemenu */
  .mobile-menu .logo,
  .mobile-menu .logo a {
    line-height: 0;
  }

  .black_bg.mobile-menu .row {
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    position: fixed;
    top: 0px;
    z-index: 99;
    display: block !important;
    width: 100%;
    padding: 10px 0px;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }

  html.mm-wrapper_opening .mobile-menu {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }

  .mob-menu a.mmenu-btn {
    font-size: 13px;
    padding-top: 35px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #D14747;
    margin-right: 15px;
  }

  .mob-menu a.mmenu-btn:before {
    content: " ";
    width: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 13px;
    height: 11px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .mob-menu a.mmenu-btn:after {
    content: " ";
    width: 100%;
    border-top: 3px solid #fff;
    position: absolute;
    top: 29px;
    height: 10px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .mm-wrapper_opened .mob-menu a.mmenu-btn:before {
    width: 40px;
    border-bottom: none;
    transform: rotate(45deg);
    top: 25px;
    left: -10px !important;
  }

  .mm-wrapper_opened .mob-menu a.mmenu-btn:after {
    width: 40px;
    border-bottom: none;
    transform: rotate(-45deg);
    top: 25px;
    left: -5px;
  }

  .mm-wrapper_opened .mob-menu a.mmenu-btn {
    color: transparent;
  }

  .mm-wrapper_opened .mm-page__blocker.mm-slideout {
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
  }

  .mm-wrapper_opened div.home_page.mm-slideout {
    background: #001a38;
    opacity: 0.5;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }

  .mm-listitem:last-child:after {
    display: none;
  }

  a.mm-navbar__title {
    color: #000 !important;
    font-size: 20px;
  }

  a.mmenu-btn span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #001a38;
  }

  nav#menu ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
  }

  nav#menu a.red_btn {
    margin-top: 10px;
    margin-left: 20px;
    color: #fff;
  }

  nav#menu a.red_btn:hover {
    color: #000;
  }

  .mm-menu {
    background: #f5f5f5;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, 1);
  }

  .mobile-menu .col-sm-9 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .top_header,
  .bottom-container {
    display: none;
  }

  nav#menu .last-li a {
    color: #fff;
    text-align: center;
    max-width: 197px;
    width: 100%;
    padding: 10px 20px;
    margin-left: 10px;
  }

  nav#menu .last-li {
    margin-top: 10px;
  }

  .main {
    margin-top: 74px;
  }

  /* Effect Slide Out Menu */
  .mm-menu_opened li.mm-listitem {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }

  .mm-menu_opened li.mm-listitem:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
  }

  .mm-menu_opened li.mm-listitem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .mm-menu_opened li.mm-listitem:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .mm-menu_opened li.mm-listitem:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .mm-menu_opened li.mm-listitem:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .mm-menu_opened li.mm-listitem:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .mm-menu_opened li.mm-listitem:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  li.mm-listitem:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  li.mm-listitem:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  li.mm-listitem:nth-child(10) li.mm-listitem:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  li.mm-listitem {
    display: flex;
    flex: 100%;
    transition: 400ms ease;
    transition-delay: calc(50ms *calc(1 * var(--timer)));
    transform: translateX(100%)
  }

  .mm-menu_opened li.mm-listitem {
    display: flex;
    flex: 100%;
    transition: 400ms ease;
    transition-delay: calc(50ms *calc(1 * var(--timer)));
    transform: translateX(0%)
  }

  .mm-menu_offcanvas {
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    display: initial;
  }

  .mm-menu_offcanvas.mm-menu_opened {
    display: block !important;
    visibility: visible !important;
    z-index: 0;
    opacity: 1 !important;
  }

  .mm-listitem a.green_btn.gradiant:hover {
    color: #00a950 !important
  }

  .mm-wrapper_opened header#header {
    position: relative;
    z-index: 991;
    pointer-events: none;
  }

  /* Effect Slide Out Menu close */

}


@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {

  /* all fonts */
  p {
    font-size: 16px;
    line-height: 24px;
  }

  /* other stroke font */
  span.outline_stroke_text {
    font-size: 28px;
    line-height: 50px;
  }

  h2.filled_stroke_text {
    font-size: 26px;
    line-height: 30px;
  }

  .why_donate,
  .why_trust_us {
    padding: 50px 15px;
  }

  /* banner */
  .banner_band span.filled_stroke_text,
  .banner_band span.outline_stroke_text {
    font-size: 35px;
    line-height: 50px;
  }

  .banner_band .text-2,
  .banner_band .text-2 span.outline_stroke_text {
    padding: 0px 20px 0px 0px;
  }

  .banner_band span.outline_stroke_text {
    top: 2px;
    left: 2px;
  }

  .banner_band .text-2:after {
    background: url(../img/smiley_vector_mob.svg);
    width: 32px;
    height: 32px;
    right: 14%;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    margin: 0 5px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 190px;
  }

  .banner_img_sec img {
    max-width: 70px;
  }

  .banner_band .banner_img_sec {
    padding-bottom: 70px;
  }

  /* btn */
  .transparent_btn,
  .red_btn {
    padding: 10px 26px;
    font-size: 16px;
    line-height: 22px;
  }

  /* about us sec */
  .about_us .about_us_con {
    position: relative;
    bottom: 0;
    padding: 0;
  }

  .about_us .about_us_con .para p {
    color: #000;
    padding-top: 10px;
  }

  .about_us .hover_tabbing_mob .tabbing_hover_slider .title_hover {
    font-size: 24px;
    line-height: 30px;
  }

  .about_us .btn_vector_2:after,
  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after {
    right: 20%;
  }

  .about_us .btn_vector_2:after {
    background: url(../img/btn_vector_3.png);
  }

  /* how we work */
  .how_we_work .how_work_slider .owl-item .work_section span.opacity_text {
    font-size: 30px;
    line-height: 40px;
  }

  .how_we_work .how_work_slider .work_section .work-point span {
    font-size: 22px;
    line-height: 25px;
  }

  .how_we_work .how_work_slider .work_section .work-point span {
    min-height: 80px;
  }

  .how_we_work .scale_line:after {
    width: 220px;
  }

  .how_we_work .owl-controls .owl-nav .owl-next,
  .how_we_work .owl-controls .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }

  .how_we_work .owl-controls .owl-nav .owl-prev:before {
    width: 16px;
    bottom: 23px;
    left: 10px;
  }

  .how_we_work .owl-controls .owl-nav .owl-next:before {
    width: 16px;
    bottom: 23px;
    left: 13px;
  }

  .how_we_work .owl-controls .owl-nav .owl-next:after {
    width: 16px;
    bottom: 13px;
    left: 13px;
  }

  .how_we_work .owl-controls .owl-nav .owl-prev:after {
    width: 16px;
    bottom: 13px;
    left: 11px;
  }

  .how_we_work .owl-controls .owl-nav {
    left: 0;
  }

  /* donate anything */
  .donate_anything .btn_vector_1:after {
    right: -4%;
  }

  /* why donate */
  .why_donate .row.slide_sec .col-md-6:first-child {
    display: none;
  }

  .why_donate .row:first-child {
    padding-bottom: 60px;
  }

  .why_donate .row.slide_sec h3 {
    min-height: inherit;
  }

  .why_donate .donate_info_slider .donate_sec .content_donate {
    padding: 15px 24px 50px;
  }

  .why_donate:after,
  .why_trust_us:after {
    background: url(../img/side-icon-2-mob.png);
    width: 101px;
    height: 78px;
  }

  .why_donate .content_donate p {
    min-height: 160px;
  }

  /* photo gallery */
  .photo_gallry {
    padding-top: 50px;
  }

  .photo_gallry .gallery_sec_slider img {
    height: 250px;
  }

  .photo_gallry:after {
    background: url(../img/side-icon-1-mob.png);
    width: 61px;
    height: 100px;
    top: 0;
  }

  .photo_gallry .slider_mob {
    display: block;
  }

  .photo_gallry .slider_desk {
    display: none;
  }

  .photo_gallry ul.menu_tab li a {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .photo_gallry ul.menu_tab {
    border: inherit;
  }

  .photo_gallry ul.menu_tab li a {
    font-size: 18px;
    line-height: 24px;
  }

  .photo_gallry .slider_mob .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .owl-controls {
    position: relative;
  }

  .photo_gallry .slider_mob .owl-nav .owl-prev:before {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    bottom: 18px;
    left: 0;
  }

  .photo_gallry .slider_mob .owl-nav .owl-prev:after {
    content: '';
    font-size: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    bottom: 8px;
    left: 0;
  }

  .photo_gallry .slider_mob .owl-nav .owl-next:before {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    bottom: 18px;
    right: 0;
  }

  .photo_gallry .slider_mob .owl-nav .owl-next:after {
    transform: rotate(-45deg);
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    content: '';
    bottom: 8px;
    right: 0;
  }

  .photo_gallry .slider_mob .owl-nav .owl-next {
    font-size: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
    width: 30px;
    height: 30px;
    top: -35px;
    left: 10px;
  }

  .photo_gallry .slider_mob .owl-nav .owl-prev {
    font-size: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
    width: 30px;
    height: 30px;
    top: -35px;
    right: 10px;
  }


  /* why trust us */
  .why_trust_us .why_trust_info img {
    height: 350px;
  }

  /* footer */
  .main-footer .row .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .recent_project a.gallery_btn {
    right: 114px;
  }

  .footer h4 {
    padding: 20px 0;
  }

  .main-footer p {
    max-width: 100%;
  }

  .contact_info .ul-width {
    padding-bottom: 0px;
  }

  .footer_logo {
    max-width: 200px;
    width: 100%;
  }


}

@media screen and (max-width: 549px) {

  /*oral*/
  html.mm-wrapper_opening .mobile-menu {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }

  .mob-menu a.mmenu-btn {
    font-size: 10px;
    padding-top: 30px;
    margin-right: 0px;
  }

  .mobile-menu .col-sm-9 {
    padding-left: 0;
  }

  .mob-menu a.mmenu-btn:after {
    border-top: 2px solid #fff;
    top: 28px;
    height: 10px;
  }

  .mob-menu a.mmenu-btn:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 14px;
    height: 9px;
  }

  .main {
    margin-top: 68px;
  }

  .banner_band .text-2:after {
    right: 18%;
    top: 25px;
  }

  h3 {
    padding-bottom: 10px;
  }

  .about_us .btn_vector_2:after,
  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after {
    right: 0;
  }

  .how_we_work .how_work_slider .work_section {
    margin: 0 10px;
  }

  .recent_project a.gallery_btn {
    right: 100px;
  }

}

@media screen and (max-width: 375px) {
  .recent_project a.gallery_btn {
    right: 74px;
  }

  .why_trust_us .why_trust_info img {
    height: 250px;
  }

  .how_we_work .scale_line:after {
    width: 190px;
  }

  .how_we_work .scale_line:before {
    width: 55px;
  }

  .how_we_work .how_work_slider .owl-item .circle {
    top: -15px;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
  }

  .banner_img_sec img {
    max-width: 65px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 180px;
    margin: 0 4px;
  }

  .photo_gallry .gallery_sec_slider img {
    height: 210px;
  }
}

@media screen and (max-width: 320px) {
  .recent_project a.gallery_btn {
    right: 24px;
  }

  .banner_band .text-2:after {
    right: 11%;
  }

  .how_we_work .scale_line:after {
    width: 160px;
  }
}


@media only screen and (max-width: 1199px) {

  .founder-row {
    grid-gap: 40px;
  }

  .founder-image {
    max-width: 400px;
    min-width: 400px;
  }

}

@media only screen and (max-width: 1023px) {

  .founder-row {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }

  .menu {
    justify-content: center;
  }

  h4,
  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* top-bottom padding */
  .why_donate,
  .why_trust_us {
    padding: 60px 0;
  }

  .main-footer {
    padding: 60px 0;
  }

  /* header */
  .top_header nav#navbar-2 .menu li:first-child a,
  .top_header nav#navbar .menu li a {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 10px;
    margin: 0 5px;
  }

  .top_header .red_btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .top_header nav#navbar-2 {
    max-width: 40%;
    flex: 0 0 40%;
    text-align: left;
  }

  .top_header nav#navbar {
    max-width: 45%;
    flex: 0 0 45%;
    text-align: center;
  }

  /* banner */
  .banner_band span.filled_stroke_text,
  .banner_band span.outline_stroke_text {
    font-size: 50px;
    line-height: 1.5;
  }

  .banner_img_sec img {
    max-width: 180px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    max-width: 520px;
  }

  .banner_band .row.banner_img_sec .col-md-12 img:nth-child(2) {
    margin: 0 10px;
  }

  /* about us */
  .about_us .about_us_con .para {
    padding-bottom: 0;
  }

  .about_us .menu-image-holder img {
    height: 500px;
  }

  .about_us .btn_vector_2:after,
  .why_trust_us .row.why_trust_info .trust_con .btn_vector_3:after,
  .donate_anything .btn_vector_1:after {
    right: 20%;
  }

  /* how we work */
  .how_we_work .row:last-child {
    padding-top: 60px;
  }

  .how_we_work .how_work_slider .work_section {
    margin: 0 20px;
  }

  .how_we_work .scale_line:after {
    width: 430px;
  }

  .how_we_work .how_work_slider .work_section .work-point span {
    min-height: 120px;
  }

  /* why donate sec */
  .why_donate .row.slide_sec .col-md-6:first-child {
    max-width: 460px;
  }

  .why_donate .donate_info_slider .content_donate h4,
  .why_donate .row.slide_sec h3 {
    min-height: 50px;
  }


  /* photo gallery sec */
  .photo_gallry .gallery_sec_slider img {
    height: auto;
    object-fit: cover;
  }

  .photo_gallry .gallery_sec_slider .owl-item.rightSlide img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .photo_gallry .gallery_sec_slider .owl-item.leftSlide img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .photo_gallry .gallery_sec_slider .owl-stage-outer {
    padding: 70px 0 0;
  }


  /* footer */
  .recent_project a.gallery_btn {
    bottom: 37px;
    right: 42px;
    font-size: 14px;
  }

  .recent_project .photo-gallery a img {
    max-width: 70px;
    height: 70px;
  }

  .why_trust_us .why_trust_info img {
    height: auto;
    object-fit: cover;
  }

  .why_trust_us .row.why_trust_info .trust_con {
    margin-left: 0px;
  }

  .contact_info .ul-width li,
  .contact_info .ul-width li a {
    font-size: 16px;
    line-height: 27px;
  }

  .container,
  .wide_container {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {

  .founder-sec {
    padding: 80px 0 60px;
  }

  .spans2 {
    font-size: 22px;
  }
}


@media only screen and (max-width: 479px) {

  .founder-image {
    min-width: auto;
    max-width: 100%;
  }

}