html, body {
  overflow-x: hidden;
}
/* header  */

.logo img {
    width: 70%;
}

.header-area .main-header-area {
    padding: 0px 0;
    background: #374f65;
}
.service_area {
    background: #f1903b;
}
.header-area .main-header-area .main-menu ul li a {
    color: #ffffff !important;
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #ffffff !important;
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #f18322 !important;
}

.header-area .main-header-area .main-menu ul li .submenu{
    background: #405770;
}

.slicknav_menu .slicknav_nav{
  width: 100% !important;
}

.header-area .main-header-area .main-menu ul li a::before{
    position: absolute;
    content: "";
    background: #f18322;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sticky-header .main_header {
    padding: 10px 0px;
}



/* our department section stRT FROM HERE */


.our_department_area .single_department .department_content a.learn_more {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    background: #f18322;
    padding: 10px;
    border: 1px solid #f18322;
    border-radius: 8px;
}

.our_department_area .single_department .department_content h3 {
    margin-bottom: 10px;
    text-align: center;
}

.our_department_area .single_department .department_content a.learn_more:hover {
    text-decoration: unset;
    background: #fff;
    color: #f18322;

}


.our_department_area .single_department .department_thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}



/* FOOTER SECTION START FROM HERE  */

.footer .footer_top {
    padding-top: 60px;
    padding-bottom: 35px;
    background: #3b4d61;
}

.footer .copy-right_text {
    padding: 10px 10px;
    background: #344150;
}

.footer .copy-right_text .footer_border {
    padding-bottom: 0px;
}

.footer .socail_links ul li a{
  background: #364454;
}



/* Contact Page  */



.container.contact_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}


.contact-section {
  padding: 30px 0 30px;
}


.box-Shaded {
  box-shadow: 2px 3px 8px 3px #eee;
  border-radius: 3px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: #374f65;
}

.box-Shaded:hover {
  box-shadow: 4px 5px 12px 5px #eee;
}

.icon_shaded i {
  background: white;
  /* box-shadow: 2px 3px 8px 3px #eee; */
  padding: 25px;
  border-radius: 50px;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}

.box-Shaded:hover i{
  color: #f18322;
}

.box-Shaded {
  box-shadow: 2px 3px 8px 3px #eee;
  border-radius: 3px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-Shaded h2 {
  font-size: 22px;
  color: #3b4d61;
}

.icon_shaded {
  text-align: center;
  margin-bottom: 15px;
}

.box-Shaded p a {
  font-size: 15px;
  color: #c9c4c4;
  font-weight: 500;
}

.box-Shaded p{
  margin-top: 10px;
}

.newBoxSHad i{
  padding: 25px 27px;
}





/* testimonial section satrt from here  */

.single-testmonial .item {
  margin: 0 40px;
}

.aboutImg img {
  width: 100%;
  border-radius: 10px;
}


.cause_gap {

  background: beige;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Cause_icon {
  text-align: center;
  margin-bottom: 1.5rem;
}

.Cause_icon i {
  font-size: 25px;
  color: #f18322;
}



.welcome_docmed_area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.our_department_area {
  background: #F5FBFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testmonial_area {
  padding-top: 60px;
}

.our_department_area {
  background: #374f651a;
  padding-top: 60px;
  padding-bottom: 60px;
} 

.whitecol{
  color:white !important;
}
.testihirght{
  height:318px;
}
.testfontsiz{
  font-size: 15px !important;
}

.icon img {
  width: 65px;
  margin-bottom: 1rem;
  filter: invert(1);
}
.img-fluid1{
  max-width: 80% !important;
}
.footer_widget ul li a{
  font-weight: 300;
  color: white !important;
}
.footer_widget p{
  color: white !important;
}




.ftco-hireme {
  background: #263e54;
  padding: 0;
  color: rgba(255, 255, 255, 0.9); }
  .ftco-hireme h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600; }
  @media (min-width: 992px) {
    .ftco-hireme img {
      margin-top: -90px; } }

















.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #fff; }

        .testimony-wrap {
          display: block;
          position: relative;
          background: #374f65;
          padding: 0 20px;
          /* border: 1px solid rgba(0, 0, 0, 0.02); */
          box-shadow: 0px 3px 16px -2px rgba(0, 0, 0, 0.14);
          border-radius: 5px;
          border: 1px solid #f1832236;
          transition: all 0.3s ease-in-out;
      } 

      .testimony-wrap:hover{
        border: 1px solid transparent;
        box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.14);
      }


  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony-wrap .fa {
    color: #f18322;
    font-size: 30px;
    position: absolute;
    left: 20px; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 16px;
    color: #b3b3b3; }




    .subcription__box {
        width: 70%;
        background: #556981;
        padding: 19px 46px;
        border-radius: 20px;
        position: absolute;
    }

  .footer_subccription {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.subcription__box p span {
  font-size: 15px;
  color: white;
}
.subcription__box h3 {
  color: #f18322;
  line-height: 2;
}

.subcription__box .input-group
 input.form-control {
  padding: 16px 24px;
  background: #f7f9fb;
}

.footer .footer_top {
  /* padding-top: 160px; */
  padding-top: 70px;
  padding-bottom: 35px;
  background: #3b4d61;
}

.subcription__box {
  width: 70%;
  background: #556981;
  padding: 19px 46px;
  border-radius: 20px;
  position: absolute;
  bottom: -121px;
}
.subcription__box p {
  margin-bottom: 0;
}

input.btn.newsletterbtn {
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  background: #f18322;
  padding: 10px;
  border: 1px solid #f18322;
  border-radius: 8px;
  width: 22%;
  margin-left: 7px;
}

input.btn.newsletterbtn:hover{
  text-decoration: unset;
    background: #fff;
    color: #f18322;
}

.subcription__box .input-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.subcription__box .input-group input.form-control {
  padding: 16px 24px;
  background: #f7f9fb;
  border-radius: 12px;
}


.dic__content h3 {
  font-size: 30px;
  font-weight: 500;
  color: #1F1F1F;
}

.div__padsc {
  background: #3b4d610f;
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 11px 19px 2px 2px #3b4d6124;
  transition: all 0.2s ease-in-out;
}


.div__padsc:hover {
  box-shadow: 2px 4px 2px 2px #3b4d6124;
}

input.input_field {
  width: 100%;
  padding: 15px;
}
.ShivAnanta_map iframe {
  height: 400px;
}

h2.contact-title {
  margin-bottom: 5rem;
}
.aboutImagesec a.boxed-btn3 {
  padding: 10px 20px;
}




/* blog  gallery page  */

.Gallery__img {
  margin-bottom: 12px;
  padding: 0 6px;
}


.gallery_seeMOre a.boxed-btn3 {
  width: 100% !important;
  padding: 10px 10px !important;
  color: #fff !important;
}

.gallery_seeMOre {
  margin-top: 1rem;
}

.galleryAside h3 {
  color: #f18322;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.footer_addressgap p {
  line-height: 2.5;
}

.header-area .header-top_area {
  padding: 6px 0;
  background: #263e54;
}

.main_uperheader a {
  font-size: 13px;
  color: #fff;
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #ffffff;
  margin-right: 7px;
}


.cusboxshadw{
  border-radius: 20px;
  padding: 20px 20px 40px 20px;
  box-shadow: -4px -4px 20px rgb(0 0 0 / 8%), 8px 10px 24px rgb(0 0 0 / 8%);
}
  














.width_fixed .form-group input {
  width: 90%;
  text-align: center;
  border: navajowhite;
  background: #eee;
  padding: 12px;
  border-radius: 6px;
}

.width_fixed {
  margin-top: 33px;
}

.phonepay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.phonepay img {
  width: 33%;
}

.payment_powered {
  width: 50%;
  text-align: right;
}

.form-group select#state {
  padding: 10px;
  border: none;
  width: 100%;
  background: #f9f9ff;
  color: #ccd0db;
}

.donateimg{
  height:300px;
}