.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}


::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
  
}

::-webkit-scrollbar-thumb {
    background-color: #1cabe2;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
img.show-light {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.pb-20{
  padding-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30{
  margin-bottom: 30px;
}

.mt-25 {
  margin-top: 25px;
}

html{
  scroll-behavior: smooth;
}


body {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #777777;

}

section {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.section_gap {
  padding: 50px 0;
}
.top-section{
   padding: 115px 0 50px;
}
ul.wp-block-list {
    list-style: square;
    margin: 20px 0;
}
ul.wp-block-list li{
    margin: 7px 0;
}
.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-100 img {
    width: 100%;
}
.page-banner{
  display: block;
  width: 100%;
}
 .page-banner-img{
    background-position: center;
    background-size: cover;
    height: 550px;
}
.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mb_30 {
  margin-bottom: -30px;
}

.title-area {
    display: flex
;
    float: none;
    text-align: center;
    padding: 0 120px;
    padding-top: 50px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-area1 {
  text-align: center;
  padding: 0 120px;
  width: 100%;
}


.title {
  color: #1c1b1b;
  margin-bottom: 15px;
  padding: 0;
  z-index: 10;
  text-transform: capitalize;
}

.title1 {
  color: #1c1b1b;
  margin-bottom: 15px;
  padding: 0;
  z-index: 10;
  font-size: 22px;
}

.title-dot {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  background-color: #ff5a60;
}

.title-dot::before {
  content: '';
  position: absolute;
  left: 15px;
  height: 3px;
  width: 50px;
  top: 2px;
  background-color: #ff5a60;
}

.title-dot::after {
  content: '';
  position: absolute;
  right: 15px;
  height: 3px;
  width: 50px;
  top: 2px;
  background-color: #ff5a60;
}

.title_color {
  color: #222222;
}

.title_w {
  color: #fff;
}

.title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}


@media (max-width: 600px) {

  .title-area {
    padding: 40px 0;

  }

  .title-area1 {
    padding: 0;
}

}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme_btn {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
/*  background: #f3c300;*/
  padding: 5px 30px;
/*  background: #1F487E;*/
  background: #e6002e;
}

.theme_btn:before {
  background: #f8b100;
}

.theme_btn:hover {
  color: #fff;
}

.white_btn {
  background: #fff;
  padding: 0px 40px;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.button_hover {
  border-radius: 0px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 0px;
  display: inline-block;
  text-align: center;
}

.button_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
/*  background: #f8b100;*/
/*  background: #52c5fd;*/
  background: #dc3545;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.button_hover:hover {
  color: #fff;
}

.button_hover:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.theme_btn_two {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 29px;
}

.maya_btn {
  width: 100%;
  display: block;
 /* background: #f3c300;*/
/*  background: #1F487E;*/
  background: #e6002e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 20px;
}

.maya_btn_form {
  width: 100%;
  display: block;
background: #1cabe2;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 0px;
}

.maya_btn_landing {
  width: 200px;
  display: block;
background: #1cabe2;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 0px;
}


.maya_btn1 {
  width: 100%;
  display: block;
 /* background: #f3c300;*/
  background: #1F487E;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 20px;
  cursor: pointer;
}


.maya-nav-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #ffb500;
  height: 50px;
  padding: 0 8px;
  line-height: 50px;
  font-size: 14px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none; }
  .maya-nav-btn span {
    font-weight: 700; }
  .maya-nav-btn:hover, .maya-nav-btn:focus {
    color: #006cff;
    background-color: #ffffff;
    box-shadow: none;
    font-weight: 500; }
  .maya-nav-btn:hover span, .maya-nav-btn:focus span {
    font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .maya-nav-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .maya-nav-btn {
      margin-top: 10px; } }


/*============== header css =============*/
.header-area {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #081f3e; }
  .top-header-area p {
    margin-bottom: 0;
    color: #b5b5b5; }
    .top-header-area p span {
      color: #006cff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-header-area p {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .top-header-area p {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      height: auto;
      padding: 15px 0; } }

      /*---------------------------------------------*/
.right-top-bar{
  display: inline;
}

.right-top-bar a {
  font-size: 15px;
  line-height: 1.8;
  height: 100%;
  color: #b2b2b2;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 10px;

}

.right-top-bar a:first-child {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a:hover {
  color: #6c7ae0;
}

.main-header-area {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1;
  background-color: #1cabe2;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
      height: 80px; } }
  @media only screen and (max-width: 767px) {
    .main-header-area {
      height: 70px; } }

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 80px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #081f3e; }
  @media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
      height: 70px; } }
      
      

.header-area .main-menu .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 1px;border-bottom: 2px solid transparent; }
  .header-area .main-menu .nav-link:hover {
    border-bottom: 2px solid #FFB500;
  }

  .header-area .main-menu .nav-link:focus {
    border-bottom: 2px solid #FFB500; 
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-menu .nav-link {
      padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }
  @media only screen and (max-width: 767px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }


.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
  gap:25px;
}
.head-btn a:first-child {
    margin-right: 20px;
}
/*.header-area .main-menu .current-menu-item a {
  border-bottom: 2px solid #FFB500; }*/

  .dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}

.dropdown-menu.show {
  border: none;
  padding: 15px 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin-top: 15px; }

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #5f5f5f;
  text-transform: uppercase; }
  .dropdown-item:hover {
    color: #FFB500;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }
  .dropdown-item:focus {
    color: #FFB500;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }

.navbar {
  padding: 0; 
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }


.maya-appoint-btn {
    display: inline-block;
    color: #1D3461;
    background-color: #FFB500;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    min-width: 140px;
    border-radius: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    box-shadow: none;
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin: 20px 0; } }
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin: 15px 0; } 

    .maya-appoint-btn {
      margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mayaMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }
@media only screen and (max-width: 767px) {
  #mayaMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }

/*============= Start banner_area css =============*/
.single_slide {
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 750px;
}

.welcome_slide_text {
  position: relative;
  z-index: 1;
}

.welcome_slide_text > h2,
.single_catagory_area h2 {
  font-size: 70px;
  letter-spacing: 0;
  margin-left: -5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

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

.welcome_slide_text > h2,
.single_catagory_area h2 {
  font-size: 40px;
}
}

.welcome_slide_text h6,
.single_catagory_area h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}



.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-overlay{
    position: relative;
    z-index: 2;
    background-position: top center;
    background-size: cover;
}

.background-overlay:before{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.background-overlay:before {
    background-color: rgba(0, 0, 0, 0.5);
}


.welcome_slides.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 5;
  width: 30px;
  background-color: transparent;
  height: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome_slides.owl-carousel .owl-dot {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 9px;
  margin: 15px 10px;
  width: 9px;
}

.welcome_slides.owl-carousel .owl-dot.active {
  background-color: #1cabe2;
  border-color: #1cabe2;
}

.welcome_area .maya-btn {
  display: inline-block;
  min-width: 170px;
  height: 55px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 49px;
}

.welcome_area .maya-btn:hover,
.welcome_area .maya-btn:focus {
  font-weight: 700;
  color: #fff;
  background-color: #1cabe2;
  border-color: #1cabe2;
}

/*=========== About area============*/

.about_area p{
  font-size: 18px;
  line-height: 40px;
}



/*============ Call to action area============*/
.callto-action-area{
  background-color: #1cabe2;
  padding: 5rem 0;
}


.callto-action-area p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.callto-action-area .primary-btn {
  margin: 20px;
  text-transform: capitalize;
  border-radius: 0;
  background: #e6002e;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 15px;

}

.callto-action-area .primary-btn:hover {
  background: #dc3545;
  color: #fff;
  border-color: transparent;
}

.callto-action-area .overlay-bg {
  background: rgba(4, 9, 30, 0.6);
}

@media screen and (max-width: 600px) {
  .callto-action-area .primary-btn {
        display: block;
  
}
}



/*=========== Help area============*/

.single-feature {
  background-color: #f9f9ff;
  padding: 30px 30px 15px 30px;
  height: 300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-feature a {
  color: #222;
}

.single-feature:hover {
  cursor: pointer;
  color: #fff;
  background: #e6002e;
}

.single-feature h4{
    font-size: 18px;

}

.single-feature p{
    font-size: 13px;
  color: #222;
}

.single-feature:hover a, .single-feature:hover .title .lnr {
  color: #fff;
}

.single-feature .title .lnr {
  color: #222;
  font-weight: 400;
  margin-right: 12px;
  font-size: 20px;
}
/*.help_area .col-md-6{
  margin-bottom: 5rem;
}

.feature-icon .icon {
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  background: #1F487E;
}

.feature-icon .icon > i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-icon h3 {
  margin-bottom: 20px;
}*/



/*=========== Emergency sponsorship area============*/

    .maya-card {
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 100%;
    }

    .card-image img {
        height: 250px;
        width: 100%;
        border-radius: 8px 8px 0px 0;
    }

   

    .maya-card .card-heading {
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        padding: 10px 15px;
        color: #636262;
    }

    .maya-card .card-text {
        padding: 10px 15px;
        background: #fff;
        font-size: 14px;
        color: #636262;
    }

    .maya-card .card-button {
        display: flex;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        background-color: #1D3461;
        color: #fff;
        border-radius: 0 0 8px 8px;
    }

    .maya-card .card-button:hover {
        text-decoration: none;
        background-color: #1cabe2;
        color: #fff;

    }



    .product-grid{
      font-family: 'Poppins', sans-serif;
      text-align: center;
      border-bottom: 1px solid #e7e7e7;
      width: 100%;

  }
  .product-grid .product-image{ position: relative; }
  .product-grid .product-image a.image{ display: block; }
  .product-grid .product-image img{
      width: 100%;
      height: 400px;
      transition: all 0.3s ease 0s;
  }
  .product-grid .product-image:hover img{ transform: translate(10px,-10px); }
  
  .product-grid .product-sale-label{
      color: #fff;
      background: #1abc9c;
      font-size: 15px;
      font-weight: bold;
      text-transform: capitalize;
      line-height: 35px;
      width: 100%;
      height: 37px;
      position: absolute;
      bottom: 0;
      right: -20px;
      animation: bg-animate 5s infinite linear;
  }

  .product-content i{
    background-color: #eee;
    width: 35px;
    padding: 15px 0 15px 10px;
    margin-right: 30px;
  }
  

  .product-grid .title{

      text-transform: capitalize;
      border-bottom: 1px solid #dfe5e9;
      text-align: center;
  }
  .product-grid .title a{
    font-size: 22px;
    font-weight: bold;
      color: #000;
      transition: all 0.3s ease 0s;

  }

  .product-grid .detail{
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #dfe5e9;
}


  .product-grid .title a:hover{ animation: color-animate 5s infinite linear; }
 
  @media screen and (max-width:1200px){
      .product-grid{ margin: 0 0 30px; }
  }


/*============ Contact us area ============*/
/*.contact-page-sec {
    padding: 60px 0;
    min-height: 100vh;
}*/

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
  margin-bottom: 15px;
}


.contact-info-item {
  background: #04091e;
  height: 200px;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  /*color: #1F487E;*/
  color: #e6002e;
}

.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 0px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}


/*============ Events area============*/



.event_date
{
  width: 131px;
  height: 131px;
  border: solid 2px #04091e;
  margin-bottom: 18px;
  background: #04091e;
}

.event_day{
  font-size: 48px;
  font-weight: 700;
  color: #e6002e;
  margin-bottom: 1px;
  line-height: 1;
}

.event_month{
  font-size: 16px;
  font-weight: 700;
  color: #e6002e;
}

.event_name a{
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
}

.event_name a:hover
{
  color: #2C80D3;
}
.event_location
{
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 2px;
}
.event_content p
{
  font-weight: 500;
  color: #a5a5a5;
  margin-top: 21px;
  margin-bottom: 13px;
}

.event_image img
{
  width: 100%;
  height: 200px;
}

/*#1cabe2

#e6002e;*/


/*============ story area============*/
.story_area {
  background: #f9f9ff;
  position: relative;
}


.story_area .slide img{
  width: 100%;
  height: 600px;
}

.story_area .review-caption{
  bottom: 20%;
  left: 30px;
  padding: 100px 20px;
  width: 600px;
  background: #000;
  opacity: 0.8;
  border: 10px solid #1cabe2;
}

.story_area .review-caption h5{
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width:700px){
  .story_area .review-caption{
  bottom: 13%;
  left: 0;
  padding: 50px 20px;
  width: 100%;

}
}





.youtube {
  background: #f9f9ff;
  padding-bottom: 2rem;
}




/*=========================================================
  ABOUT MEI PAGE CSS
 ============================================================*/

 /*============== about_area css ===============*/
 .institude_area p{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 15px;
}


/*============== message_area css ===============*/
.message_area img{
  width: 90%;
  height: 400px;
}


.message_area .title{
  display: block;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 15px;
}
.message_area .post{
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 15px;
}
.message_area .description{
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
  position: relative;
}
.message_area .description:before,
.message_area .description:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 17px;
  color: #e1c37d;
  position: relative;
}
.message_area .description:before{
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}
.message_area .description:after{
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}


.message_pre{
  background-color: #1cabe2;
  padding: 100px;
}


.message_dir{
  background-color: #04091e;
  padding: 100px;
}

.message_dir p{

  color: #777777;
}




/*============== timeline area css ===============*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 75% !important;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}


.timeline > li > .timeline-badge img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 160px;
  height: 160px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -80px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {


  .timeline > li > .timeline-badge img{
    width: 80px;
    height: 80px;
    margin-left: -200px !important;
  }
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
}

.date {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}


/*============== testonomial area css ===============*/
.testimonials
{
  width: 100%;
  background: #f9f9ff;

}
.testimonials_background_container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.testimonials .section_title h1
{
  color: #000;
}
.testimonials_slider_container
{
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 56px;
  text-align: center;
}


.testimonials_item
{
  width: 100%;
  padding-bottom: 75px;
  text-align:center;
  

}
.quote
{
  font-size: 36px;
  color: #000;
}
.testimonials_text
{
  color: #000;
  margin-bottom: 0px;
  padding: 0 15px;
}
.testimonial_user
{
  margin-top: 43px;
}
.testimonial_image
{
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial_image img
{
  width: 100%;
  height: auto;
}
.testimonial_name
{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 21px;
}
.testimonial_title
{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 6px;
}
/* .testimonials_slider .owl-dots
{
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.testimonials_slider .owl-dot span
{
  width: 8px !important;
  height: 8px !important;
  border: solid 2px #000;
  background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
  width: 16px !important;
  height: 16px !important;
  border: none;
  background: #ffb606 !important;
} */




/*============== teams area css ===============*/
.team
{
  margin-bottom: 82px;
}
.team:nth-last-child(-n+3)
{
  margin-bottom: 0px;
}
.team .card
{
  display: block;
  border: none;
  background: #f8f9fb;
}
.team .card:hover .card-img-top
{
  opacity: 0.6;
}

.team .card_img
{
  background: #1a1a1a;
}

.team .card_img img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.team .card-img-top
{
  border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.team .card-body
{
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.team .card-title
{
  margin-top: 20px;
  text-transform: uppercase;
}
.team .card-title a
{
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
}
.team .card-title a:hover
{
  color: #a5a5a5;
}
.team .card-text
{
  font-size: 14px;
  font-weight: 500;
  margin-top: -7px;
  background-color: transparent;
  text-transform: uppercase;
}
.team .team_social
{
  margin-top: 34px;
}

.team .menu_social_item
{
  display: inline-block;
  margin-right: 35px;
}

.team .menu_social_item a i
{
  color: #3a3a3a;
  font-size: 18px;
}
.team .menu_social_item a i:hover
{
  color: #ffb606;
}




/*=========================================================
  WAYS TO HELP PAGE CSS
 ============================================================*/

/*============== Help button area css ===============*/




/*============== Help question area css ===============*/
[data-toggle="collapse"] i:before {  
  content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067";
}
#accordion .card-header{
      margin-bottom: 8px;
}

.accordion-title{
      position: relative;
      display: block;
      padding:8px 0 8px 50px;
      background: #213744;
      border-radius: 8px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      width: 100%;
      text-align: left;
      transition: all .4s ease-in-out;
}

.accordion-title i{
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background: radial-gradient(rgba(#213744, .8), #213744);
    text-align: center;
    border-right: 1px solid transparent;
}

.accordion-title:hover{
    padding-left: 60px;
    background: #213744;
    color: #fff;
}
          
.accordion-title i {
    border-right: 1px solid #fff;
}
 
.accordion-body{
    padding: 40px 55px;
}
      
.accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
      
.accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

.accordion-body li:before {
    content: "\f10a";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
    color: #213744;
}


.article{
  border: 1px solid #eee;
  height: 400px;
}

ul {
    list-style-type: none;
}

.category-widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li h6 {
  font-weight: 300;
  color: #000;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li span {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li:hover {
  border-color: #49e4fa;
}

.category-widget ul li:hover h6, .category-widget ul li:hover span {
  color: #49e4fa;
}


/*============== Stats area css ===============*/
.stats_area .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.stats_area .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.stats_area .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.stats_area .progress .progress-left {
  left: 0;
}

.stats_area .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.stats_area .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.stats_area .progress .progress-right {
  right: 0;
}

.stats_area .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.stats_area .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}


/*==============Girl saved area css ===============*/

.girl_stat_area{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../image/maya2.html');
  background-size:cover;
}

.girl_stat_area h2{
  font-size: 40px;
  margin-top: 7rem;
  color: #fff;
}


/*=========================================================
  Where We Work PAGE CSS
 ============================================================*/


/*==============MEI Teams area css ===============*/
.teacher_area img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.teacher_area .social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.teacher_area .social-link:hover, .social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}


/*==============Support Student area css ===============*/

.support_student_area .col-md-6{
  margin: 10px auto;
 }

 .support_student_area img{
  width: 100%;
 }

.support_student_area .box img{
  max-width: 250px;
  height: 250px;
  display: block;
  object-fit: cover;
  padding: 5px;
 }

.support_student_area .box .heading,
.support_student_area .box .text{
    width: 100%;
    padding: 0 5px;
    min-width: 300px;
 }

 .support_student_area h2{
  font-size: 25px;
 }

 .support_student_area h4{
  font-size: 18px;
 }

.support_student_area h2,  .support_student_area h4{
  text-transform: uppercase;
 }

.support_student_area p{
  margin: 10px 0;
 }

.support_student_area a{
  display: inline-block;
  background: #e6002e;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
 }

 @media (min-width: 700px)
{
  .container1{
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
    }

   .support_student_area .box{
      width: 100%;
    }

   .support_student_area .box img{
      float: left;
    }

  .support_student_area .box .heading,
  .support_student_area .box .text{
      float: right;
      width: 50%;
 }
}


#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #7971ea; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #7971ea; }



/*=========================================================
  GIFT CENTER PAGE CSS
 ============================================================*/

.product-tab .nav-tabs {
margin-bottom: 60px;
border-bottom: 0;
}

.product-tab .nav-tabs>li {
float: none;
display: inline;
}

.product-tab .nav-tabs li {
margin-right: 15px;
}

.product-tab .nav-tabs li:last-child {
margin-right: 0;
}

.product-tab .nav-tabs {
position: relative;
z-index: 1;
display: inline-block;
}

.product-tab .nav-tabs:after {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 1px;
background-color: #1cabe2;
z-index: -1;
}



.product-tab .nav-tabs>li a {
display: inline-block;
background-color: #1cabe2;
border: none;
border-radius: 30px;
font-size: 14px;
color: #000;
padding: 5px 30px;
}

.product-tab .nav-tabs>li>a.active, 
.product-tab .nav-tabs>li a.active>:focus, 
.product-tab .nav-tabs>li>a.active:hover,
.product-tab .nav-tabs>li>a:hover {
border: none;
background-color: #e6002e;
color: #fff;
}



.product-grid{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border-radius: 10px;
  box-shadow:  0 0 3px rgba(0,0,0,0.1);
  transition: all 0.5s;
}
.product-grid:hover{ box-shadow:  0 0 15px rgba(0,0,0,0.1); }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
}
.product-grid .product-image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
}
.product-grid .product-sale-label{
  color: #fff;
  background: #009de1;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  position: absolute;
  left: -4px;
  bottom: -2px;
}
.product-grid .price{
  color: #fff;
  background: #009de1;
  font-size: 20px;
  padding: 5px 10px 5px 20px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1px 3px 3px 1px;
  position: absolute;
  top: 30px;
  left: -15px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}
.product-grid  .price span{
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.5;
}
.product-grid .price:before{
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 7px;
}
.product-grid .price.fixed{
  background: #e6002e;
  top: -4px;
}
.product-grid .add-to-cart{
  color: #fff;
  background: #e6002e;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 3px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1);
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.2s ease-out;
}
.product-grid .add-to-cart:hover{ text-shadow: 0 0 5px #000; }
.product-grid:hover .add-to-cart{ opacity:1; }
.product-grid .product-content{
  background-color: #fff;
  text-align: left;
  padding: 15px 10px;
  border-top: 1px solid transparent;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s;
}
.product-grid:hover .product-content{ border-top-color: #dbdbdb; }
.product-grid .title{
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}
.product-grid .title a{
  color: #323b45;
  transition: all 0.4s ease-out;
}
.product-grid .title a:hover{ color: #b71540; }
.product-grid .rating{
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-grid .rating li{
  color: #f1c40f;
  font-size: 12px;
  display: inline-block;
}
.product-grid .rating li.far{ color: #dbdbdb; }
@media screen and (max-width:990px){
  .product-grid{ margin: 5px 15px 30px; }
}

/* Product detail page css */
.product_detail_area .monospaced { font-family: 'Ubuntu Mono', monospaced ; }

.product_detail_area .add-to-cart .btn-qty {
  width: 52px;
  height: 46px;
}

.product_detail_area .add-to-cart .btn { 
  border-radius: 0; 
}

.product_detail_area img{
  width: 100%;
  height: 500px;
}



/* ====================== shopping-cart and checkout css ==================== */
.checkout .title {
  margin-bottom: 5vh
}

.checkout .card {
  margin: auto;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent
}


@media(max-width:767px) {
  .checkout .card {
      margin: 3vh auto
  }
}

.checkout .cart {
  background-color: #fff;
  padding: 4vh 5vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem
}

@media(max-width:767px) {
  .checkout .cart {
      padding: 4vh;
      border-bottom-left-radius: unset;
      border-top-right-radius: 1rem
  }
}

.checkout .summary {
  background-color: #ddd;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: rgb(65, 65, 65)
}

@media(max-width:767px) {
  .checkout .summary {
      border-top-right-radius: unset;
      border-bottom-left-radius: 1rem
  }
}

.checkout .summary .col-2 {
  padding: 0
}

.checkout .summary .col-10 {
  padding: 0
}

.checkout .row {
  margin: 0
}

.checkout .title b {
  font-size: 1.5rem
}

.checkout .main {
  margin: 0;
  padding: 2vh 0;
  width: 100%
}

.checkout .col-2,
.checkout .col {
  padding: 0 1vh
}

.checkout a {
  padding: 0 1vh
}

.checkout .close {
  margin-left: auto;
  font-size: 1rem;
  cursor: pointer;
}

.checkout img {
  width: 3.5rem
}

.checkout .back-to-shop {
  margin-top: 4.5rem;
  cursor: pointer;
}

.checkout h5 {
  margin-top: 4vh
}

.checkout hr {
  margin-top: 1.25rem
}

.checkout form {
  padding: 2vh 0
}

.checkout input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247)
}

.checkout .qty input {
  border: none;
  outline: none;
  width: 100%;
  max-width: 50px;
  padding-top: 15px;
  background-color: #fff;
}

.checkout input:focus::-webkit-input-placeholder {
  color: transparent
}

.checkout .btn {
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  margin-top: 4vh;
  padding: 1vh;
  border-radius: 0
}

.checkout .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none
}

.checkout .btn:hover {
  color: white
}

.checkout a {
  color: black
}

.checkout a:hover {
  color: black;
  text-decoration: none
}


/* ====================== Cart empty css ==================== */
.card-empty {
  margin-bottom: 30px;
  margin-top: 100px;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: .5px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05)
}


.card-empty .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-empty .card-body {
  padding: 30px;
  background-color: transparent
}

.card-empty .btn-primary,
.card-empty .btn-primary.disabled,
.card-empty .btn-primary:disabled {
  background-color: #4466f2 !important;
  border-color: #4466f2 !important
}


/* ======================My Order css ==================== */
.my-order .row{
  margin-top: 100px;
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: #fff !important;
}

.table th{
padding-right: 0 !important;
padding-left: 0 !important;
}


.table .thead-light th {
color: #8898aa;
border-color: #e9ecef;
background-color: #f6f9fc;
}


.avatar {
font-size: 1rem;
display: inline-flex;
width: 48px;
height: 48px;
color: #fff;
border-radius: 50%;
background-color: #adb5bd;
align-items: center;
justify-content: center;
}

.avatar img {
width: 100%;
border-radius: 50%;
}


.main-content {
position: relative;
}

.table thead th {
font-size: .65rem;
padding-top: .75rem;
padding-bottom: .75rem;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #e9ecef;
}



.table-card .table {
margin-bottom: 0;
}



.table-card p {
font-size: 1rem;
font-weight: 400;
line-height: 1.7;
}

.table-card .btn{
width: 50px;
height: 50px;
}


.table-card .btn {
display: inline-block;
padding: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
cursor: pointer;
color: #fff;
font-family: inherit;
}

.table-card i{
font-size: 15px;

}


/* ======================My Order Detail css ==================== */
.orderDetail .container-fluid {
  margin-top: 200px
}

.orderDetail p {
  font-size: 14px;
  margin-bottom: 7px
}

.orderDetail .small {
  letter-spacing: 0.5px !important
}

.orderDetail .card-1 {
  box-shadow: 2px 2px 10px 0px #1cabe2;
  width: 60%;
}


.orderDetail .bold {
  font-weight: 500
}

.orderDetail .change-color {
  color: #AB47BC !important
}

.orderDetail .card-2 {
  box-shadow: 1px 1px 3px 0px rgb(112, 115, 139)
}



.orderDetail .card-footer {
  background-color: #1cabe2;
  color: #fff
}

.orderDetail h2 {
  color: rgb(78, 0, 92);
  letter-spacing: 2px !important
}

.orderDetail .display-3 {
  font-weight: 500 !important
}

@media (max-width: 479px) {
  .orderDetail .invoice {
      position: relative;
      top: 7px
  }

  .orderDetail .border-line {
      border-right: 0px solid rgb(226, 206, 226) !important
  }
}

@media (max-width: 700px) {
  .orderDetail h2 {
      color: rgb(78, 0, 92);
      font-size: 17px
  }

  .orderDetail .display-3 {
      font-size: 28px;
      font-weight: 500 !important
  }
}

.orderDetail .card-footer small {
  letter-spacing: 7px !important;
  font-size: 12px
}

.orderDetail .border-line {
  border-right: 1px solid rgb(226, 206, 226)
}



/* ======================Video Donation page css ==================== */
.video_donation .card{
  width: 100%;

}

.video_donation .card-header h3 {
  color: #0d5fa2 !important;
}

.video_donation .description-photo img {
  width: 100%;
  height: 150px;
}

.video_donation p.card-text {
  font-size: 18px;
  font-weight: 100;
}

.video_donation .img-polaroid {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}

.donate-details {
  background: #f4f4f4;
  border-top: 1px solid #ededed;
  color: #8c8c8c;
  margin: 0 !important;
  padding: 15px;
}

.donate-details .orange,
.amount-goal .orange {
  color: #ff7f00;
}

.donate-details strong,
.amount-goal strong {
  color: #525252;
  font-size: 15px;
  text-transform: uppercase;
}

.donate-details .progress {
  margin-top: 2em;
}

.donate-details .taskbar {
  margin-top: 1em;
}



/* ======================Video Donation detail page css ==================== */
.video-detail {
  background-color: #FFF;
  margin: 15px 0px;
}

.video-detail iframe {
  width: 100%;
  height: 400px;
}

.video-detail img {
  width: 100%;
  height: 400px;
}

.video-detail .video-detail-content {
  padding: 20px 20px 40px;
}

.video-detail .video-detail-img {
  padding: 20px 20px 40px;
}

.video-detail .video-detail-meta {
  margin-bottom: 20px;
  margin-left: 0;
}

.video-detail .video-detail-meta li {
  display: inline-block;
  font-size: 14px;
  color: #10161A;
  margin-right: 10px;
}

.video-detail .video-detail-meta li i {
  color: #6195FF;
  margin-right: 5px;
}


#main .video-detail .video-detail-content {
padding: 20px 0px 0px;
}

#main .video-detail {
margin-top: 0px;
}

.video-detail-tags {
  margin: 40px 0px;
}

.video-detail-tags h5 {
  margin-bottom: 0;
  display: inline-block;
}

.video-detail-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  color: #F4F4F4;
}

.video-detail-tags #facebook{

  background-color: #3b5998;
}

.video-detail-tags #linkedin{

  background-color: #FD1D1D;
}

.video-detail-tags #twitter{

  background-color: #00acee;
}

.video-detail-tags a:hover {
color: #FFF;
box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.video-detail-tags a i {
  margin-right: 3px;
  color: #F4F4F4;
}

.video-detail-tags a:hover i {
color: #FFF;
}


.video_detail_area #aside{
    height: 700px;
}

#aside .donation_number{
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  letter-spacing: 3px;
}


#aside .donation_total{
  color: #dc3545;
  font-size: 20px;
  font-weight: bold;
}


#aside h3,
#aside a,
#aside span{
  color: #474747;
}



.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

/* -- category sidebar -- */

.widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #EEE;
  padding: 5px;
}

.widget-category a:nth-child(1) {
border-top: 1px solid #EEE;
}

.widget-category a span {
  float: right;
  color: #6195FF;
}

.widget-category a:hover {
  color: #6195FF;
}



/*=========================================================
  FOOTER PAGE CSS
 ============================================================*/
.footer{
  background-color: #04091E;
  color: #777777;
  padding: 50px 0 20px 0;
}

.footer a{
  text-decoration: none;
  color: #777777;
  cursor: pointer;
}

.footer hr{
  width: 60px; 
  background-color: #777777; 
  height: 2px;
}





/*=======================
  Blog CSS
=========================*/
#blog {
	position:relative;
}
#blog .single-blog {
	margin-top: 30px;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
	padding: 8px;
}
#blog .single-blog .blog-head{
	position:relative;
	overflow:hidden;
}
#blog .blog-head::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 8;
}
#blog .single-blog:hover .blog-head:before{
    opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
#blog .single-blog .blog-head img {
	display: block;
	width: 100%;
  height: 300px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index:3;
}
#blog .single-blog:hover .blog-head img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}

#blog  .single-blog .link:hover{
	background:#252525;
}

#blog .blog-content {
	padding: 20px 0 0;
}
#blog .blog-content h2 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	line-height: 25px;
}
#blog .blog-content h2 a {
	color: #444;
}
#blog .blog-content .meta {
	margin-bottom: 10px;
}
#blog .blog-content .meta span {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
#blog  .blog-content .meta span i {
	margin-right: 5px;
}
#blog .blog-content p {
	color: #666;
	font-size: 15px;
}
#blog .blog-content .btn {
	margin-top: 15px;
	font-size: 12px;
	padding: 0px;
	background: transparent;
	border: none;
	text-transform: uppercase;
}
#blog  .blog-content .btn:hover{
	color:#333;
}
#blog .blog-content .btn i{
	margin-left:5px;
}










/*=======================
  Shopping Cart CSS
=========================*/

.shopping .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.40rem
}

.shopping .img-sm {
  width: 80px;
  height: 80px
}

.shopping .itemside .info {
  padding-left: 15px;
  padding-right: 7px
}

.shopping .table-shopping-cart .price-wrap {
  line-height: 1.2
}

.shopping .table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block
}

.shopping .text-muted {
  color: #969696 !important
}

.shopping .text-dark{
  font-weight: 400;
  color: #212529;
  font-size: 18px;

}

.shopping a {
  text-decoration: none !important
}

.shopping .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0px
}

.shopping .itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.shopping .dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

[class*="dlist-"] {
  margin-bottom: 5px
}

.shopping .coupon {
  border-radius: 1px
}

.shopping .price {
  font-weight: 400;
  color: #212529;
  font-size: 18px;
  padding-top: 10px;
}

.shopping .btn.btn-out {
  outline: 1px solid #fff;
  outline-offset: -5px
}

.shopping .btn-main {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  color: #fff;
  width: 100%
}

.shopping .btn-light {
  color: #ffffff;
  background-color: #F44336;
  border-color: #f8f9fa;
  font-size: 12px
}

.shopping .btn-light:hover {
  color: #ffffff;
  background-color: #F44336;
  border-color: #F44336
}

.shopping .btn-apply {
  font-size: 11px
}




/* Verification form Css */
#verify {
  border: solid 3px #474544;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#verify form {
  padding: 37.5px;
  margin: 50px 0;
}

#verify h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
}

/* #verify .underline {
  border-bottom: solid 2px #474544;
  margin: 0 auto;
  width: 130px;
} */


#verify .email {
	float: right;
	width: 45%;
}

#verify input[type='text'], [type='file'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#verify .line{
  border-bottom: solid 2px #474544;
  margin-top: -3.5rem;
}

#verify .custom-file-label{
  margin-top: 20px;
}

#verify input[type='text']:focus, [type='file']:focus, [type='file']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

#verify .message {
	float: none;
}

#verify .name {
	float: left;
	width: 45%;
}

#verify select {
  background: url('../../../cdn4.iconfinder.com/data/icons/ionicons/512/568175.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#verify select::-ms-expand {
  display: none;
}

#verify .subject {
	width: 100%;
	margin-bottom: 20px;
}

#verify .subject .radio-inline{
	padding: 20px;
	font-size: 20px;
}

#verify .telephone {
  width: 100%;
}

#verify textarea {
	line-height: 100%;
	height: 100px;
	resize: none;
  width: 100%;
}


#verify ::-webkit-input-placeholder {
	color: #474544;
}

#verify :-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

#verify ::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

#verify :-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #verify  {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  #verify  h1 {
    font-size: 26px;
  }
  
  #verify .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}




/* Thank You Page Css */
.thankyou-wrapper{
  width:100%;
  height:auto;
  margin:auto;
  background:#ffffff; 
  padding:10px 0px 50px;
}
.thankyou-wrapper h1{
  font:100px Arial, Helvetica, sans-serif;
  text-align:center;
  color:#333333;
  padding:0px 10px 10px;
}
.thankyou-wrapper p{
  font:26px Arial, Helvetica, sans-serif;
  text-align:center;
  color:#333333;
  padding:5px 10px 10px;
}
.thankyou-wrapper a{
  font:26px Arial, Helvetica, sans-serif;
  text-align:center;
  color:#ffffff;
  display:block;
  text-decoration:none;
  width:250px;
  background:#E47425;
  margin:10px auto 0px;
  padding:15px 20px 15px;
  border-bottom:5px solid #F96700;
}
.thankyou-wrapper a:hover{
  font:26px Arial, Helvetica, sans-serif;
  text-align:center;
  color:#ffffff;
  display:block;
  text-decoration:none;
  width:250px;
  background:#F96700;
  margin:10px auto 0px;
  padding:15px 20px 15px;
  border-bottom:5px solid #F96700;
}


.sorry { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }




/* article section */
.article_area .card{
  width: 100%;
  height: 450px;
}

.article_area .card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.article_area img {
  width: 100%;
  height: 200px;
}

.article_area .card-title {
  margin-bottom: 0.3rem;
}

.article_area .cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.article_area .fa-users {
  margin-left: 1rem;
}

.article_area .card-footer {
  font-size: 0.8rem;
}



/*============ Start Blog Single Styles  =============*/


.single-post-area .feature-img img{
  width: 100%;
  height: 400px;
}

.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}


.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}



.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}


.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog-info-link li {
  float: left;
  font-size: 14px;
  color: #999999;
}


.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}


.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}


.blog-info-link li:last-child::after {
  display: none;
}


.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}



.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.popular_post_widget img{
  width: 150px;
  height: 100px;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
  color: #777777;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #ff0000;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}


.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}


@media (max-width: 991px) {
  
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}




.review {
	margin: 50px auto;
}
.review .review-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.review .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.review .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.review .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.review .testimonial::before, .review .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.review .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.review .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.review .review-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.review .review-item .row > div:first-child .media {
	margin-left: 0;
}
.review .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.review .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.review .overview {
	padding: 3px 0 0 15px;
}
.review .overview .details {
	padding: 5px 0 8px;
  font-size: 14px;
  font-weight: 300;

}
.review .overview .name{
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}


/* longest waiting */
.waiting .card{
    position: relative;
    width: 250px;
    height: 300px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
  }
  .waiting .card:before,
  .waiting .card:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.5s;
    z-index:-1;
  }
  .waiting .card:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .about_wrapper .card:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }

  .waiting .card .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
  }
  
  .waiting .card .imgBx
  {
    bottom: 80px;
  }

  .waiting .card .imgBx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .waiting .card .details{
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      height: 60px;
      text-align: center;
  }

  .waiting .card .details h2{
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 20px;
   color: #777;
   text-transform: uppercase;
  } 

  .waiting .card .details h2 span{
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: 5px;
   } 



.waiting img{
    border: 5px solid var(--primary-color);

}



  /*-----------------------------------------------------
# Top 3 Question
-----------------------------------------------------*/
.services {
    padding-bottom: 30px;
    text-align: center;
    padding: 50px 0px;
    background: #f9f9ff;
}
.services .section-title h2 {
    color: #444;
    font-size: 42px;
}
.services .section-title p {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    color: #666;
}
.services .service-box {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0 5px #bdbdbd;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services i {
    display: flex;
    justify-content: center;
}
.services i {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 100%;
    transition: 0.5s;
    color: #28a745;
    font-size: 35px;
    overflow: hidden;
    padding-top: 18px;
    box-shadow: 0px 0 5px #bdbdbd;
    margin: 10px auto 15px;
}
.services h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}
.services h4 a {
    color: #444;
    text-decoration: none;
}
.services h4 a:hover {
    color: #28a745;
}
.services p {
    line-height: 24px;
    font-size: 14px;
}


/* List with bullets */
.list-buttet {
    list-style-type: square;
}


.volunteer_slide {
  background-position: center;
  background-size: cover;
  height: 550px;
}

.question .card{
    border: none;
}

.girl-bg{
    background-image: url(../image/sponsorGirl.png);
    background-position: center center;
      background-size: cover;
      height: 550px;
      margin-bottom: 30px;
}

.c1, .c2, .c3, .c7 {
    background-position: center center;
      background-size: cover;
      height: 550px;
      margin-bottom: 30px;
}

.c1{
   background-image: url(../image/c1.jpg); 
}

.c2{
   background-image: url(../image/c2.jpg); 
}

.c3{
   background-image: url(../image/c3.png); 
}


.c7{
   background-image: url(../image/c7.jpg); 
}
.inner-title{
       color: #1c1b1b;
    font-size: 20px;
}

.benefit li{
      color: #1c1b1b;
  margin: 30px 0;
  padding: 0;
  font-size: 22px;
}

.benefit p{
    margin: 20px 0;
}


/** In focus for corporate page */
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.b-0 {
    bottom: 0;
}

.infocus h2{
    text-align: left!important;
}

.carousel-inner img{
    height: 410px;
}

.ratio_right-cover-2 img{
    height: 200px;
}


/** payment for qr, bank or paypal */

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}



.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.std_story{
    background: #edf9fb!important;
    padding: 15px;
    margin-top: 10px;
}

.std_story .story-wrapper{
    border: 1px solid #00acca;
    padding: 16px;
}

.std-content {
    background-color: #fff;
    text-align: left;
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
}

.std-content .detail {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #dfe5e9;prima
}

.std-content i {
    background-color: #eee;
    width: 35px;
    padding: 15px 0 15px 10px;
    margin-right: 30px;
}


/*------Stripe tab bar----------*/
.tab-pane .col-sm{
    border: 2px solid #eee;
    padding: 40px 30px;
    text-align: center;
}

.tab-pane .col-sm a{
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.tab-pane .col-sm:hover{
    background-color: #1cabe2;
    color: #fff;
    
}

.nav-tabs a{
    color: #000;
    text-decoration: none;
}

.stripe-pay li{
    border: 2px solid #eee;

}

.footer-nav {
    margin: 0;
    padding: 0;
}
.footer-nav li {
    margin-bottom:  1rem;
    padding: 0;
}
.institude_area {
    overflow: hidden;
}
.donation-form {
    padding: 30px;
}
.donation-form label {
   width:100%;
}
#verify textarea.select2-search__field {
    margin: 0;
    padding: 0;
    height: 45px;
}
#verify .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 3px solid #000;
    outline: 0;
    border-radius: 0;
}
#verify .select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 3px solid #000;
    outline: 0;
    border-radius: 0;
}
.fund-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    gap: 20px;
    margin-bottom: 20px;
}

.card-image {
    flex: 0 0 200px;
    margin: 0;
}

.card-img-top {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	overflow:hidden;
}
.card-img-top img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.details {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donate-button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #e63946;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.wpcf7-form .select2-container {
    width: 100% !important;
}
.nice-select.donation-select { display: none !important; }
section.news.section_gap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description-photo img {
    width: 100%;
    height: 150px;
    object-fit:Cover;
}
.img-polaroid {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

section.news{
    .fund-card{
    border:none;
     .card-image {
            flex: 0;
            margin: 0;
        }
        .details{
            h4{
            font-weight: 400;
            a{
            color:#474747;
            }
             }
        }
    }
    .image-wrap {
    display: flex
;
    justify-content: flex-end;
}
    img.static-image {
    display: flex !important;
    justify-content: flex-end !important;
    width: 360px !important;
    height: 180px !important;
    object-fit: cover !important;
    align-items: center;
}
   .maya_btn1{
       max-width:200px;
       margin:0 auto;
   }
}

.section_gap figure img {
    width: 100%;
    height: auto;
}

section#leader .team:first-child {
    display: flex !important;
    margin: 0 auto 82px;
    width: 100% !important;
    /* background: #f00; */
    max-width: 100% !important;
    flex: 0 0 100%;
    justify-content: center;
}
.width-100{
	display:block;
	width:100%;
}


/* Base Nav Styling */


.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav > li {
  position: relative;
  border-bottom:2px solid transparent;
}

.navbar-nav > li > a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.navbar-nav > li:hover {
  border-bottom: 2px solid #FFB500;
}

/* Sub-menu styling */
.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
 min-width: 280px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  z-index: 1000;
}

.navbar-nav .sub-menu li a {
  font-size: 13px;
  display:block;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
    padding: 0.25rem 1.5rem;
}

.navbar-nav .sub-menu li a:hover {
     color: #FFB500;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9;
}

.navbar-nav li:hover > .sub-menu {
  display: block;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 10px 15px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-nav > li {
    width: 100%;
  }

  .navbar-nav > li > a {
    padding: 12px 15px;

    width: 100%;
  }

  /* Sub-menu inside mobile */
  .navbar-nav .sub-menu {
    position: static;
    display: none;
    width: 100%;
    border: none;
    background: #f9f9f9;
  }

  .navbar-nav .menu-item-has-children > a::after {
    content: "\25BC";
    float: right;
    font-size: 0.8em;
    transition: transform 0.3s;
  }

  .navbar-nav .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* When submenu is open */
  .navbar-nav .menu-item-has-children.open > .sub-menu {
    display: block;
  }

  /* Appointment Buttons in Mobile */
  .head-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
  }

  .head-btn a {
    text-align: center;
    width: 100%;
  }
}

/* Dropdown arrow for items with children */
.navbar-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 25px; /* space for arrow */
}

.navbar-nav .menu-item-has-children > a::after {
  content: "\25BC"; /* ▼ arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Rotate arrow when parent is open */
.menu-item-has-children.open > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Mobile specific arrow adjustments */
@media (max-width: 991px) {
  .navbar-nav .menu-item-has-children > a {
    padding-right: 35px;
  }

  .navbar-nav .menu-item-has-children > a::after {
    font-size: 0.8em;
  }
}
/* Default: hide submenu */
.navbar-nav .sub-menu {
  display: none !important;
}

/* Show submenu when parent has .open (mobile JS toggle) */
.navbar-nav .menu-item-has-children.open > .sub-menu {
  display: block !important;
}

/* Desktop hover behavior */
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }
}



.elementor-element.elementor-element-1ec0c34.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded 
element.style  .e-con-inner {
    width: 100% !important;
    max-width: 100%;
	padding:0;
	margin:0 auto;
}

.sponsor_area h3.elementor-image-box-title {
    background: #1f487e;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
}
.sponsor_area .elementor-element.e-con-full  {
       
        padding: 0;
        margin: 10px;
        box-shadow: 1px 1px 5px #eee;
    }

.sponsor_area ul.elementor-icon-list-items {
    margin: 0 10px !important;
}

.sponsor_area li.elementor-icon-list-item {
	gap:20px !important;
    border-top: 1px solid #eee;
}
.sponsor_area span.elementor-icon-list-icon {
    background: #f5f5f5;
    padding: 10px 10px 10px 10px !important;
}
.sponsor_area li.elementor-icon-list-item:last-child {
    border-bottom: 1px solid #eee;
}
.elementor-element.elementor-element-51c3a2a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>.e-con-inner{
	max-width:100% !important;
}
.elementor-element.elementor-element-51c3a2a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin: 0 !important;
    padding: 0 !important;
}
.aside-post .elementor-posts .elementor-post {
    display: flex;
	flex-direction: row-reverse !important;
}

.elementor-element.elementor-posts--thumbnail-right .elementor-post__thumbnail__link,.elementor-641 .elementor-element.elementor-element-80af404.elementor-posts--thumbnail-right .elementor-post__thumbnail__link, .aside-post .elementor-element.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

.aside-post a.elementor-post__read-more,.elementor-820 a.elementor-post__read-more {
    background: #f00;
    padding: 10px;
    color: #fff !important;
}
.sponsor_area .elementor-element .elementor-image-box-img img{
	transition: all 0.3s ease 0s;
}

.sponsor_area .elementor-element .elementor-image-box-img:hover img{
	transform: translate(10px, -10px);
}

 .inspires-stories .swiper-slide-contents {
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 100px 20px !important;
    border: 10px solid #1cabe2 !important;
    max-width: 600px !important;
    width: 100% !important;
}
.elementor-739 .elementor-element.elementor-element-bd0caad .swiper-pagination-bullet {
    height: 2px !important;
    width: 24px !important;
    border-radius: 0;
}
.elementor-739 .elementor-element.elementor-element-d0dbbdd .swiper-slide-inner {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.elementor-element.elementor-element-51c3a2a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    top: 65%;                 /* move to middle */
    left: 1%;                 /* keep it near left */
    transform: translateY(-50%); /* adjust so it’s centered */
    display: flex;
    flex-direction: column;   /* stack bullets vertically */
    gap: 10px;                /* space between bullets */
    width: auto;    
}

.single-feature {
    min-height: 300px !important;
}
.waiting .card {
	height: 320px !important;
}
.waiting .card:before {
    transform: rotate(0deg) !important; 
}
h2.elementor-heading-title {
    line-height: 1.3 !important;
    color: #1c1b1b !important;
}
.white h2.elementor-heading-title , .elementor-element.elementor-element-7bc5345.e-con-full.e-flex.e-con.e-child h2.elementor-heading-title {
    color: #fff !important;
}
@media (max-width: 767px) {
	.elementor-739 .elementor-element.elementor-element-d0dbbdd .swiper-slide-contents{
		width:100% !important;
		margin-left:6% !important;
	}
	.elementor-739 .elementor-element.elementor-element-d0dbbdd .elementor-slide-heading {
		font-size: 0.8rem !important;
	}
	.elementor-739 .elementor-element.elementor-element-d0dbbdd .elementor-slide-description {
		font-size: 2.25rem !important;
		line-height: 3rem !important;
	}
	.elementor-739 .elementor-element.elementor-element-7b07e57 {
		padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	.elementor-739 .elementor-element.elementor-element-bd0caad {
		width:100% !important;
	}
	.inspires-stories .swiper-slide-contents {
    	padding: 20px 20px !important;
		}
	.elementor-739 .elementor-element.elementor-element-bd0caad .elementor-slide-heading {	
			font-size: 26px !important;
			line-height: 32px !important;
		}
}

@media (min-width: 767px) and (max-width: 1024px)  {
    .elementor.elementor-820 .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 991px) {
	.timeline > li > .timeline-badge img {  
		margin-left: -335px;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
    .elementor-grid-tablet-2 .elementor-grid {
         grid-template-columns: repeat(1, 1fr) !important; 
    } 
}
@media (max-width: 767px) {
	.timeline > li > .timeline-badge img {  
		margin-left: -245px;
	}
	.review .testimonial{
		margin:0 !important;
	}
 .elementor-element .elementor-post__thumbnail__link,  .elementor-437 .elementor-element.elementor-element-6677f82f .elementor-post__thumbnail__link ,.elementor-549 .elementor-element.elementor-element-fa27d0f .elementor-post__thumbnail__link {
         width: 40% !important; 
    }
	.elementor-459 .elementor-element.elementor-element-300df7a .elementor-heading-title {
		font-size: 15px !important;
	}
	.elementor-element.elementor-arrows-yes .elementor-main-swiper {
    width: 100% !important;
	}
	.elementor-element.elementor-element-df40625.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-3981e8f.e-con-full.e-flex.e-con.e-child {
		margin: 0 !important;
		padding: 0 !important;
	}
/* 	h2.elementor-heading-title.elementor-size-default {
    margin: 10px 0 0 !important;
} */
	.elementor-582 .elementor-element.elementor-element-7bc5345, .elementor-582 .elementor-element.elementor-element-b581614{
		--padding-left: 20px  !important;
    --padding-right: 20px !important;
	}
}
@media screen and (max-width: 480px) {
    .timeline > li > .timeline-badge img {
        width: 60px;
        height: 60px;
        margin-left: -50% !important;
    }
}

@media (max-width: 767px) {
    .elementor-820 .elementor-element .elementor-post__thumbnail__link {
        width: 100% !important;
    }
	
	.elementor-666 .elementor-element.elementor-element-98bef68,.elementor-666 .elementor-element.elementor-element-0400623,.elementor-666 .elementor-element.elementor-element-80ed93e {
    	padding: 0px 0px 0px 0px !important;
	}
}
button.btn_toggle {
    border: none;
    background: none;
    color: #2196F3;
}

@media (max-width: 991px) {
    .feature-area.abt-history .timeline > li > .timeline-badge img {
        margin-left: -49%;
    }
}


.infocus article.elementor-post.elementor-grid-item {
    position: relative;
}
.infocus .elementor-post__text {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding:20px;
	background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
}

.infocus  .single-post h3.elementor-post__title a {
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 33px;
}

.infocus .multi-post h3.elementor-post__title a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px;
}

.infocus .elementor-posts--thumbnail-top .elementor-post__thumbnail__link{
	margin-bottom:0 !important;
}
.infocus .elementor-post {
    overflow: hidden;
	position: relative;
}
.infocus .elementor-post img {
    transition: all 0.3s ease-in-out !important;
    vertical-align: middle !important;
	 display: block !important;
	transform-origin: center center !important;
}

.infocus .elementor-post:hover img {
    -webkit-transform: scale(1.1) translate(-50%, -50%) !important;
    transform: scale(1.1) translate(-50%, -50%) !important;
}


@media (max-width: 1024px) {
    .multi-post .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
  .infocus .elementor-post__thumbnail__link {
        width: 100% !important;
    }
	.infocus .elementor-post__thumbnail {
		width: 100% !important;
		height: 400px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.infocus .elementor-post__thumbnail img{
		width: 100% !important;
		height: 400px !important;
		padding: 0 !important;
		margin: 0 !important;
		object-fit:cover !important;
	}
}
@media (max-width: 480px) {
	.infocus .elementor-post__thumbnail {
		width: 100% !important;
		height: 300px !important;
		
	}
	.infocus .elementor-post__thumbnail img{
		width: 100% !important;
		height: 300px !important;
		
	}
    .multi-post .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.widget_title h4 {
    border-bottom: 1px solid #cbcbcb !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}