*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
* { margin:0; padding:0; }

html {
  font-family: "Quicksand", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 187, 187, 0); 
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; 
}
body {
  margin: 0;
  font-family:"Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  background-color: #fff; 
}
html,body {
  overflow-x: hidden;
}
.mr-t-20 {
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #202020;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: inherit;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
p {
  font-family: "Quicksand", sans-serif;
  color: #202020;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}
a {
  font-family: "Quicksand", sans-serif;
  color: #0076bc;
  text-decoration: none;
}
img {
    border-style: none;
    vertical-align: middle;
}
.clear {
    clear: both;
  }
  a,
  .button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  a:hover {
    transition: all 0.3s ease-out 0s;
  }
  a:focus,
  .button:focus {
    text-decoration: none;
    outline: none;
  }
  .slick-prev, .slick-arrow{
    color: #fff;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: inherit;
  }
  a,
button {
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
  }
  ul {
    margin: 0px;
    padding: 0px;
  }
  li {
    list-style: none;
  }
  hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
  }
  .btn {
    background: #0076bc;
    border-radius: 35px 35px 35px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 27px 44px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
  }
  .btn:hover {
    color: #fff !important;
  }
  .form-group input.btn {
    line-height: inherit;
    font-weight: 600;
  }
  .form-group input.btn:hover {
    background-color: #0076bc;
  }
  .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #0076bc;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
  }
  .btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
  }
  .hero-btn {
    background: linear-gradient(180deg, #43a8e4, #0076bc);
    padding: 28px 30px;
    font-weight: 500;
    font-size: 18px;
    box-shadow: 0px 10px 30px 0px rgba(249, 248, 249, 0.1);
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .hero-btn::before {
    background: #0076bc;
  }
  .sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
  } 

  /*-----------------Header------------------*/

  
  .social_feeds {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_feeds li {
  margin-right: 10px;
}
.social_feeds li a {
    color: #0076bc;
    font-size: 16px;
    font-weight: 500;
}

  /*-----------------Slider Area-----------------*/

  .slider-area {
    padding-top: 70px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  /* .slider-area .single-slider .slider-cap-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  } */
  .slider-area .single-slider .slider-cap-wrapper .hero__img {
    width: 48%;
    overflow: hidden;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      display: block;
    }
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      width: 100%;
      overflow: hidden;
    }
    .header-area .main-header {
        padding: 22px 20px;
    }
  }
  @media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      display: block;
      width: 100%;
    }
    .gallery-block .slider-cap-wrapper .hero__img {
      display: block !important;
    }
    .header-area .main-header {
        padding: 22px 20px;
    }
  }  
  .slider-area .single-slider .slider-cap-wrapper .hero__caption {
    width: 48%;
    overflow: hidden;
    padding-left: 16%;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 3%;
    }
  }
  @media only screen and (min-width: 1361px) and (max-width: 1500px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 7%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 3%;
    }
  }
  @media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 10%;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 12%;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 3%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      padding-left: 3%;
      padding-right: 2%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      width: 65%;
      padding-left: 3%;
      padding-bottom: 40px;
      padding-right: 2%;
    }
  }
  @media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      width: 100%;
      padding-left: 3%;
      padding-bottom: 90px;
      padding-right: 2%;
    }
  }
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0076bc;
    line-height: 1.2;
    display: block;
  }
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 span {
    color: #ff00a6;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 56px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 45px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 30px;
      line-height: 1.6;
    }
  } 
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 33px;
      margin-bottom: 30px;
      line-height: 1.6;
    }
  }
  @media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 28px;
      margin-bottom: 25px;
    }
  }
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    margin-bottom: 30px;
    display: block;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 35px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 35px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 21px;
      margin-bottom: 13px;
    }
  }
  @media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 100px;
      margin-bottom: 24px;
      font-size: 15px;
    }
  }
  @media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 10px;
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 26px;
    }
  }
  .hero-area2 {
    background-image: url(/assets/images/h1_hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area2 {
      min-height: 400px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area2 {
      min-height: 360px;
    }
  }
  
  @media (max-width: 575px) {
    .hero-area2 {
      min-height: 360px;
    }
  }
/*---------------Donation Statistics--------------*/

.card-stat {
    text-align: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 23%;
    box-shadow: 0 3px 35px #ddd;
    border-radius: 10px;
    margin-right: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    transition: all 0.3s ease-out 0s;
  }
  .card-stat:hover {
    box-shadow: 0 3px 35px #bbb;
    transition: all 0.3s ease-out 0s;
  }
  .card-stat h3 {
    font-size: 36px;
    color: #ff00a6;
    font-weight: 800;
    padding-top: 10px;
    margin: 0;
  }
  .card-stat h4 {
    font-weight: 700;
    color: #000;
    font-size: 18px;
  }
  .pd-t-100 {
    padding-top: 100px;
  }
  .pd-b-100 {
    padding-bottom: 100px;
  }
  .donation_row h2 {
    font-size: 30px;
    font-weight: 800;
    color: #00adff;
  }
  .sub-title {
    color: #ff00a6;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .donation_cause {
    display: flex;
    align-items: center;
    box-shadow: 0 3px 35px #ddd;
    padding: 15px 15px 20px;
    border-radius: 10px;
    background: url(/assets/images/causes_donation_icon.png) no-repeat bottom right;
  }
  .donation_row .col-md-3 {
    padding: 0;
  }
  .navy-btn {
    background-color: #00adff;
  }
  .donation_row p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .align-items-center {
    display: flex;
    align-items: center;
  }
  .sticky-bar a img {
    /* width: 70%; */
    margin-top: 0px;
  }
  
  /*---------------Welcome--------------*/
  
  .xs-feature-image {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    -webkit-border-radius:10px;
    border-radius: 10px;
  }
  .xs-feature-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    -webkit-border-radius:10px;
    border-radius: 10px
  }
  /* .xs-feature-image img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  } */
  .pd-t-80 {
    padding-top: 80px;
  }
  .pd-b-80 {
    padding-bottom: 80px;
  }
  .pd-t-50 {
    padding-top: 50px;
  }
  .pd-b-50 {
    padding-bottom: 50px;
  }
  
  @media only screen and (max-width:767px) {
    .card-stat {
      width:46% !important;
    }
  }
  @media only screen and (max-width:991px) {
    .mr-b-20 {
      margin-bottom: 20px;
    } 
    .card-stat {
      width:45% !important;
    }
  }
  .welcome-block h4 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
  }
  .welcome-block h1 {
    font-size: 48px;
    color: #00adff;
    font-weight: 800;
  }
  .welcome-block span {
    color: #ff00a6;
  }
  .welcome-block p {
    color: #000;
    font-size: 16px;
    padding-top:8px;
    padding-bottom: 15px;
  }
  
  
  /*--------------Event block---------------*/
  
  .events-block {
    background: url(/assets/images/event-bg.jpg) no-repeat center center / cover;
    width: 100%;
    position: relative;
  }
  .events-block h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 15px;
  }
  .events-block h2 {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    padding-bottom: 15px;
  }
  .events-block a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
  }
  .events-block a:hover {
    text-decoration: underline;
  }
  .play-btn-div {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    display: flex;
    justify-content: center;
  }
  a.play_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px dashed #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  a.play_btn i {
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #00adff;
    font-size: 34px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
  }
  .close {
    font-size: 3.5rem;
    font-weight: 300;
    position: absolute;
    right: -36px;
    top: -18px;
    color: #eee;
    z-index: 9999;
    opacity: 1;
    text-shadow: inherit;
  }
  .modal-header {
    border-bottom: 0;
    padding: 6px 15px 0px 15px;
  }
  .call {
    background-color: #fff;
  }
  .call h3 {
    font-size: 36px;
    font-weight: 800;
    color: #00adff;
  }
  .call h3 span {
    color: #ff00a6;
  }
  .call p,
  .priority-block p,
  .our-volunteers-panel p {
    color: #000;
    font-size: 16px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
  
  /*---------------Gallery---------------*/
  
  .portfolio-item img {
    width: 100%;
    overflow: hidden;
  }
  .portfolio-item .thumb {
    position: relative;
  }
  .portfolio-item .hover-effect .hover-content {
      position: absolute;
      text-align: left;
      width: 100%;
      bottom: 0;
      left: 0;
  }
  .full-screen-portfolio .portfolio-item h1 {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    transform: translateY(25px);
    transition: .5s ease-in-out;
    letter-spacing: 0.5px;
   }
   .full-screen-portfolio .portfolio-item em {
    font-style: normal;
    font-weight: 200;
   }
  .full-screen-portfolio .portfolio-item:hover h1 {
    transform: translateY(0);
   }
  .full-screen-portfolio .portfolio-item p {
    padding-left: 20px;
    font-weight: 300!important;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: .5s ease-in-out;
    text-transform: uppercase;
   }
   .full-screen-portfolio .portfolio-item {
   text-align: center;
   line-height: 150%;
   text-transform: lowercase;
   cursor: pointer;
  }
  .full-screen-portfolio .portfolio-item:hover p {
    opacity: 1;
    transform: translateY(0);
   }
   .gallery-block h2 {
     font-size: 48px;
     font-weight: 800;
     color: #00adff;
   }
   .gallery-block h2 span {
     color: #ff00a6;
   }
  .image {
    border: 6px solid #00adff;
    padding: 8px;
    border-radius: 20px 0;
    transition: transform 0.9s ease-out 0s;
  }
  .image:hover {
    transform:rotate(9deg);
      transition: transform 0.9s ease-out 0s;
  }
  .portfolio-item .hover-effect .hover-content {
    display: none;
  }
  .hero__img img {
    width: 100%;
    height: auto;
}
.header_slider .hero__img img {
    width: auto;
}
.slider-height {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gallery-block .hero__img:hover {
  transform: rotate(5deg);
  transition: transform 0.9s ease-out 0s;
}
.gallery-block a {
  width: 100%;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
.gallery-block .slick-list  {
  overflow: inherit;
}
   /*---------------Priorities--------------*/
  
   .card_inner {
    box-shadow: 0 3px 35px #ddd;
    background-color: #fff;
    padding: 35px 45px;
    margin-bottom: 35px;
    height: 350px;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px 10px 0px 0px;
   }
   .card_inner p {
     font-size: 22px;
     color: #3d3d3d;
   }
   .card_inner h4 {
     font-size: 24px;
     color: #0076bc;
     font-weight: 600;
     padding-top: 20px;
   }
   .card_inner:hover {
     box-shadow: 0 3px 35px #bbb;
     transition: all 0.3s ease-out 0s;
   }
  
   .priority-block h2,
   .our-volunteers-panel h2,
   .review-panel h2,
   .client-panel h2 {
    font-size: 48px;
    font-weight: 800;
    color: #00adff;
  }
  .magenta {
    border-bottom: 4px solid #ff00a6;
  }
  .blue {
    border-bottom: 4px solid #00adff;
  }
  .blue-text{
    color: #00adff;
  }
  
  .card_inner i {
    font-size: 24px;
    color: #00adff;
    margin-bottom: 15px;
  }
  .priority-block h2 span,
  .our-volunteers-panel h2 span,
  .review-panel h2 span,
  .client-panel h2 span {
    color: #ff00a6;
  }
  .pd-t-30 {
    padding-top: 30px;
  }
  .pd-b-30 {
    padding-bottom:30px;
  }
  

  /*--------------Our Volunteers-------------*/
  
  .team-img img {
    width: 100%;
    height: 300px;
  }
  .single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
  }
  .single-team .team-img {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .single-team:hover .team-img .team-social a {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .single-team .team-caption h3 {
    margin: 0;
  }
  .single-team .team-caption span {
    font-size: 14px;
    color: #666;
    font-family: "Quicksand", sans-serif;
  }
  .single-team .team-caption h3 a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
  }
  .single-team .team-caption h3 a:hover {
    color: #00adff;
  }
  .single-team .team-caption span {
    color: #fff;
  }
  .justify-content-center {
    justify-content: center;
  }
  .team-social {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}
.social-team-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.team-img:hover .team-social {
    background-color: rgba(255,0,166,0.7);
    transition: all 0.4s ease-out 0s;
    opacity: 1;
  }
.single-team .team-caption h3 a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: block;
}
.single-team .team-caption span {
    color: #fff;
}
.social-team-icons ul {
    margin-top: 15px;
}
.team-social li {
    display: inline-block;
}
.team-social li a {
    color: #8ba4b1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
    background: #fff;
    -webkit-transform: 0.4s;
    -ms-transform: 0.4s;
    transform: 0.4s;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
}
.team-social li a i {
    display: inline-block;
    color: #00adff;
}
.team-social li:nth-child(1) a {
    transition-delay: 0.0s;
}  
.team-social li:nth-child(2) a {
    transition-delay: 0.1s;
  }
  .team-social li:nth-child(3) a {
    transition-delay: 0.3s;
  }
.our-volunteers-panel .single-team {
    margin-right: 10px;
    margin-left: 10px;
}
.client-panel button.slick-prev, 
.client-panel button.slick-next, 
.gallery-block button.slick-prev, 
.gallery-block button.slick-next, 
.our-volunteers-panel button.slick-prev, 
.our-volunteers-panel button.slick-next {
    display: none !important;
}
  /*--------------Review-------------*/
  
  .elementor-section {
    display: flex;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 15px 15px 0px 0px #00adff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  }
  .elementor-section > div:first-child {
    border-top: 10px solid #ff00a6;
    box-shadow: 0 6px 18px rgba(25, 25, 25, 0.2);
  }
  .elementor-column-wrap blockquote {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 40px;
    font-family: "Quicksand", sans-serif;
  }
  .elementor-column-wrap {
    padding: 60px 80px 60px 80px;
  }
  .elementor-column-wrap p {
    color: #ff00a6;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 70px;
    position: relative;
  }
  .elementor-column-wrap p:before {
    content: "";
    position: absolute;
    top:28px;
    border-bottom: 3px solid #ff00a6;
    width:50px;
    left: 0;
  }
  .elementor-image {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .elementor-image img {
    width: 100%;
  }
  .pd0 {
    padding-left: 0;
    padding-right: 0;
  }
  
  /*-------------Client Block------------*/
  
  .client-panel h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #1f4383;
    text-transform: capitalize;
    margin:0;
  }
  .client-panel h3 span {
    font-family: "Quicksand", sans-serif;
    color: #ea088b;
  }
  .client-panel .section-bg {
    border-radius: 75px 0 0 75px;
  }
  @media only screen and (max-width:480px) {
    .client-panel .hero__img {
      margin-left: 0 !important;
    }
    .contact-block p {
      width: 100%;
    }
    .contact-modal-body {
      padding: 0;
    }
    .column-reverse {
      flex-direction: column-reverse;
      display: flex;
    }
    .slider-area {
      padding-top: 100px !important;
  }
  .hero__caption {
    padding-top: 40px;
  }
  }
  
  /*-------------Newsletter-------------*/
  
  .newsletter-block {
    background: url(/assets/images/map-bg.png) no-repeat center center #00adff;
  }
  .newsletter-block h3 {
    font-size:36px;
    font-weight: 800;
    color: #fff;
  }
  .newsletter-block p {
    font-size:16px;
    font-weight: 400;
    color: #fff;
  }
  .newsletter-block .form-group {
    display: flex;
  }
  .newsletter-block .form-group input.form-control {
    height: 55px;
    border: 0;
    border-radius: 8px;
    margin-right: 5px;
  }
  .newsletter-block .form-group input.btn-subscribe-now {
    background: #ff00a6;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    overflow:inherit;
    padding:17px 22px;
  }
  .mr-b-50 {
    margin-bottom: 50px;
  }
  .mr-t-50 {
    margin-top: 50px;
  }
  

  @media only screen and (max-width:480px) {
    .card-stat {
      margin-right: 6px;
      margin-left: 6px;
    }
    .client-panel .hero__img {
      width: 100% !important;
    }
    .donation_cause,
    .xs-feature-image {
      margin-top: 30px;
    }
    .call h3 {
      font-size: 20px;
    }
    .call p {
      width:100%;
    }
    .card_inner {
      margin-bottom: 20px;
    }
    .elementor-section {
      display: block;
    }
    .elementor-column-wrap {
      padding: 60px 0;
  }
  .newsletter-block .form-group {
    display: block;
  }
  .newsletter-block .form-group input.btn-subscribe-now {
    width: 100%;
    margin-top: 10px;
  }
   .site-link ul {
    display: block;
  } 
  .slider-area {
    padding-top: 200px;
  }
  }
  #dynamic_select {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: 13px;
    font-family: "Quicksand", sans-serif;
    margin-top: 8px;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00adff;
  }
  .modal-backdrop.show {
    opacity: .9 !important;
  }
  
  .modal-content {
    border: 0;
  }
  .regForm p {
    font-size: 11px;
    color: #555;
  }
  .modal-body .form-group input.form-control {
    height: 45px;
    background: #f0f0f0;
    border: 0;
    color: #666 !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "Quicksand", sans-serif;
  }
  .modal-body .form-group textarea.form-control {
    background: #f0f0f0;
    border: 0;
    resize: none;
  }
  .form-control:focus {
    background: #f0f0f0;
  }
  .regForm a span {
    color: #222; text-decoration: underline;
  }
  .regForm h3 {
    color: #000;
    font-weight: 600;
  }
  .gallery-block .slider-area {
    padding: 20px 0 !important;
    overflow: hidden;
  }
  .gallery-block .slider-area .hero__img {
    width:100% !important;
  }
  .gallery-block .slider-area .hero__img  img {
    height: 300px;
    border-radius: 20px 0;
  }
  .gallery-block .slider-area .hero__img {
    border: 6px solid #00adff;
    padding: 8px;
    border-radius: 20px 0;
    transition: transform 0.9s ease-out 0s;
  }
  .overtrans_layer i {
    position: absolute;
    color: #00adff;
    opacity: 0.2;
    font-size: 200px;
    right: 20px;
    bottom: 0;
  }
    @media only screen and (max-width:767px) {
      #main_menu{
        padding: 20px 15px;
        position: fixed;
        visibility: hidden;
        opacity: 0;
                transition: 0.6s;
        -webkit-transition: 0.6s;
                transform: translateX(100%);
        -webkit-transform: translateX(100%);
        z-index: 99;
        top: 80px;
        right: 20px;
        height: 280px;
        width: 220px;
        background: linear-gradient(180deg, #43a8e4, #0076bc);
        overflow: auto;
      }
      /* .dstp_view {
        display: none;
      } */
      .mb_view {
        display: block;
      }
      #main_menu.appear{
        visibility: visible;
        opacity: 1;
                transform: translateX(20px);
        -webkit-transform: translateX(20px);
        }
        .mb-menu-icon i {
          font-size: 24px;
          color: #00adff;
          cursor: pointer;
        }
        #main_menu ul ul.submenu {
          display: none;
        }
        .donation_cause,
        .xs-feature-image {
          margin-top: 30px;
        }
        #main_menu ul li ul.submenu { 
          padding-left: 15px;
        }
        .mobile_menu nav ul li a {
          font-size: 16px;
          line-height: 32px;
          display: inline-block;
        }
        .mobile_menu nav ul ul li a {
          font-size: 13px;
        }
        .mobile_menu nav ul ul li a:hover {
          padding-left: 10px;
        }
        .mobile_menu nav ul li i {
          border: solid #fff;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          -webkit-transition-duration: 1s;
          /* float: right; */
          /* Safari */
          transition-duration: 1s;
        }
        .mobile_menu nav ul li div {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .up {
          transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
        }
        
        .down {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
        }
        .modal {
          overflow: inherit !important;
        }
        .modal-header .close {
          margin: 0;
          right: -18px;
          top: -26px;
          color: #ea088b;
        }
        .slider-area .single-slider .slider-cap-wrapper .hero__img,
        .slider-area .single-slider .slider-cap-wrapper .hero__caption {
          width: 100%;
        }
        .column-reverse {
          flex-direction: column-reverse;
        }
        .pd-t-20-mb {
          padding-top: 20px;
        }
      }
      @media only screen and  (min-width:768px) and (max-width:991px) {
        .logo img {
          margin-top: 10px;
        }
        .client-panel .hero__img {
          margin-right: 5px;
          margin-left: 5px;
        }
        .sticky-bar a img {
          width: auto;
        }
        .client-panel .hero__img img  {
          width: 75%;
        }
        .header-area .main-header {
          padding: 15px 10px !important;
        }
        .social_feeds {
          padding-top: 0 !important;
        }
        .xs-feature-image {
          width: 100% !important;
          margin-top: 30px;
        }
        .mb_view {
          display: none;
        }
        /* .dstp_view {
          display: block;
        } */
        #main_menu{
          padding: 20px 15px;
          position: fixed;
          visibility: hidden;
          opacity: 0;
                  transition: 0.6s;
          -webkit-transition: 0.6s;
                  transform: translateX(100%);
          -webkit-transform: translateX(100%);
          z-index: 99;
          top: 80px;
          right:5px;
          height: 500px;
          width: 220px;
          background-color: #ff00ad;
          overflow: auto;
        }
        #main_menu.appear{
          visibility: visible;
          opacity: 1;
                  transform: translateX(5px);
          -webkit-transform: translateX(5px);
          }
          .mb-menu-icon i {
            font-size: 24px;
            color: #00adff;
            cursor: pointer;
          }
          #main_menu ul ul.submenu {
            display: none;
          }
          #main_menu ul li ul.submenu { 
            padding-left: 15px;
          }
          .mobile_menu nav ul li a {
            font-size: 16px;
            line-height: 32px;
            display: inline-block;
          }
          .mobile_menu nav ul ul li a {
            font-size: 13px;
          }
          .mobile_menu nav ul ul li a:hover {
            padding-left: 10px;
          }
          .mobile_menu nav ul li i {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            -webkit-transition-duration: 1s;
            /* float: right; */
            /* Safari */
            transition-duration: 1s;
          }
          .mobile_menu nav ul li div {
            display: flex;
            justify-content: space-between;
            align-items: center;
          }
          .up {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
          }
          
          .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
          }
      }
  
      .mobile_menu a {
        color: #fff;
      }
      .dynamic-content h1 {
        font-size: 52px;
        font-weight: 700;
        color: #ff00a6;
    }
  
      /* .dynamic-content h2, .dynamic-content h1 {
        font-size: 42px;
        font-weight: 700;
        color: #00adff;
    } */

    .inner-block-default h1 {
      font-weight: 800;
      font-size: 48px;
      color: #ff00a6;
    }
  
    .dynamic-content h1 {
      font-size: 30px;
      font-weight: 700;
      color: #00adff;
  }
    
    .dynamic-content h2 {
        font-size: 26px;
        font-weight: 700;
        color: #00adff;
    }
  
    .dynamic-content h3 {
        font-size: 18px;
        font-weight: 700;
        color: #00adff;
    }
  
    .dynamic-content h4 {
      font-size: 16px;
      font-weight: 700;
      color: #00adff;
  }
  
  .dynamic-content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #00adff;
  } 
  
  .dynamic-content h6 {
      font-size: 14px;
      font-weight: 700;
      color: #00adff;
  }
  
  .dynamic-content h3 b span {
    font-size: 26px;
    font-weight: 700;
    color: #00adff;
  }
  
  .dynamic-content p {
    font-family: "Quicksand", sans-serif;
    line-height: 26px;
  }
  
  .dynamic-content p span {
    color: #000000;
  }
  
  .dynamic-content h2 span {
    color: #00adff;
  }
  
  .dynamic-content h4 a b {
    font-size: 18px;
    font-weight: 700;
    color: #00adff;
  }
  
  .dynamic-content h2 p span {
    color: #000000;
  }
  
  .dynamic-content p a {
    text-decoration: underline;
  }
  .donate_box {
    text-align: left;
    position: relative;
    box-shadow: 0 3px 35px #ddd;
    border-radius: 10px;
    width:70%;
    margin:25px auto;
  }
  .account-details {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 80%;
  }
  .account-details p {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width:80%; */
    width:50%;
    float: left;
  }
  
  .account-details ul li {
    float: left;
    width:50%;
    padding-left: 10px;
  }
  .dstp_view {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-left:0px;
  }
  .pd-r-80 { padding-right:80px; } .pd-l-80 { padding-left:80px !important; }
  @media only screen and (max-width:768px) {
    .donate_box {
      width:100%;
    }
    .pd-t-0 {
      padding-top: 0;
    }
    .d-none {
      display: none !important;
    }
    .social_feeds {
      padding-top: 20px;
  }
  .inner-block-default h1 {
    font-weight: 800;
    font-size: 28px;
    color: #ff00a6;
  }
  .site-link .quick_link {
    display: block;
  } 
  }
  .inner-block-default {
    padding-top: 90px;
  }
  .dynamic-content {
    width: 75%;
    margin: auto;
  }
  @media only screen and (max-width:640px) {
    .inner-block-default {
      padding-top:150px;
    }
    .logo img,
    .footer-info img {
      width: 180px !important;
  }
  }
  .pd-t-20 {
    padding-top: 20px;
  }
  .pd-b-20 {
    padding-bottom: 20px;
  }
  
  /* .dynamic-content p {
    line-height: 20px;  
  } */
  .flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  @media only screen and (min-width:992px) and (max-width:1199px) {
    .mobile_menu,
    .mb-menu-icon {
      display: block !important;
    }
    .main-menu {
      display: none !important;
    }
    .sticky-bar a img {
      width: auto;
    }
    .card-stat {
      width: 22.5%;
    }
    .social_feeds {
      justify-content: flex-end;
    }
    .header-area .main-header {
      padding: 15px 10px !important;
    }
    /* .flex-reverse {
      display: flex;
      flex-direction: row-reverse;
    } */
    #main_menu{
      padding: 20px 15px;
      position: fixed;
      visibility: hidden;
      opacity: 0;
              transition: 0.6s;
      -webkit-transition: 0.6s;
      z-index: 99;
      top: 80px;
      right: -20px;
      height: 500px;
      width: 220px;
      background-color: #ff00ad;
      overflow: auto;
    }
    #main_menu.appear{
      visibility: visible;
      opacity: 1;
              transform: translateX(-20px);
      -webkit-transform: translateX(-20px);
      }
      .mb-menu-icon i {
        font-size: 24px;
        color: #00adff;
        cursor: pointer;
      }
      #main_menu ul ul.submenu {
        display: none;
      }
      #main_menu ul li ul.submenu { 
        padding-left: 15px;
      }
      .mobile_menu nav ul li a {
        font-size: 16px;
        line-height: 32px;
        display: inline-block;
      }
      .mobile_menu nav ul ul li a {
        font-size: 13px;
      }
      .mobile_menu nav ul ul li a:hover {
        padding-left: 10px;
      }
      .mobile_menu nav ul li div {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .mobile_menu nav ul li i {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transition-duration: 1s;
        /* float: right; */
        /* Safari */
        transition-duration: 1s;
      }
      .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
      }
      
      .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }
  }
@media only screen and (min-width:1200px) and (max-width:1366px) {
  .header-area .main-header {
    padding: 0px 10px;
  }
}
.invalid-feedback {
  text-align: left;
}


/*--------------Stat Box---------------*/

.stat_box {
  background:linear-gradient(90deg, #43a8e4, #0076bc);
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
}
.stat_box span {
  color: #fff;
  font-size: 72px;
}
.stat_box p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

/*-------------How IT Works------------*/

.hows-works-panel {
  background-color: #f6fafd;
  background-image: url(../images/works-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.mr-auto {
  margin:auto;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .justify-items-end {
    justify-content: flex-end;
    display: flex;
  }
}

/*------------Fitness Coaching-------------*/

.fitness_coach_block h3 {
  font-size: 30px;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
}
.goal_points {
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.goal_points li {
  font-size: 24px;
  color: #424242;
  position: relative;
}
.goal_points li span {
  color: #9ccaec;
  font-size: 48px;
  font-weight: 700;
  padding-right: 15px;  
}


/*-------------------Stories-------------------*/

.story_block h2 {
  font-weight: 600;
  line-height: 1.2;
}
.story_block p {
  color: #524d6e;
  font-size: 18px;
}
.story_block .slider-area .single-slider .slider-cap-wrapper .hero__img {
  width: 100%;
  display: flex;
}
.area-slider {
  padding-top: 0 !important;
}

/*------------------Full Journey---------------*/

.full_journry_block {
  background: url(../images/journey_bg.png) no-repeat left top / cover, radial-gradient(circle, #5eb8ed, #188dd2, #0076bc );
  position: relative;
  width: 100%;
  background-attachment: fixed;
}
.full_journry_block h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.full_journry_block p {
  color: #fff;
  font-size: 18px;
  line-height:26px;
  padding-top: 10px;
}
.full_journry_block a {
  margin-top: 15px;
  background: transparent;
  border:2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
  display: inline-block;
}
.stroke_btn_journey:hover {
  background-color:#fff;
  color: #0076bc;
}

/*-----------------Wellness program---------------*/

.wellness_program_block img {
  width: 100%;
  border-radius: 20px;
}
.mr-b-30 {
  margin-bottom: 30px;
}

/*-------------------Social media------------------*/

.media_block h2 {
  font-size: 40px;
  font-weight: 600;
  color: #202020;
}
.media_block .card_inner,
.faq_panel .card_inner {
  height: auto;
  margin-top: 25px;
}
.media_block .card_inner span {
  font-size: 54px;
  color: #bdd7f0;
}
.media_block p {
  font-size: 18px;
  color: #504b76;
}

/*----------------Doctors & Experts------------------*/

.experts_panel h2 {
  font-weight: 600;
}
.experts_panel h3 {
  margin:0;
  color:#38a1de;
  font-weight: 600;
}
.experts_panel i {
  color: #524d6e;
  font-size: 18px;
}
.experts_panel p {
  color: #524d6e;
}
.experts_panel .hero__img {
  width: 100% !important;
  padding: 0 20px;
}
.experts_panel .slick-list {
  overflow: visible;
}

  /*--------------Physically Mentally--------------*/
  
  .theme-panel {
    background: url(../images/spiritual-bg.jpg) no-repeat left top / cover;
    background-color: #38a1de;
  }
  .theme-panel h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
  }
  .theme-panel p {
    color: #fff;
    font-size: 18px;
  }
  .start-btn {
    background-color: #ffae00;
    color: #333;
    font-weight: 500;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    padding: 12px 38px;
    margin-top: 80px;
  }
  .start-btn:hover {
    background-color: #ffae00;
    color: #fff;
  }
  .theme-panel .row {
    justify-content: center;
    padding-bottom: 10px;
  }

  /*------------------FAQ-----------------*/

  .btn-stroke {
    border: 2px solid #39a1de;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 22px;
    color: #097dc1;
    margin-top: 20px;
    background: transparent;
  }
  .faq_panel .card-header h4 {
    color: #524d6e;
    margin: 0;
    padding: 0;
  }
  .faq_panel .card-header h4 a {
    font-size: 18px;
    font-weight: 700;
  } 
  .faq_panel .card_inner {
    padding: 30px 45px;
  }
  .faq_panel .card-body {
    padding: 10px 0;
  } 
  .faq_panel .card_inner p {
    color: #706d87;
    font-size: 16px;
  }
  .panel-heading {
    position: relative;
  }
  .faq_panel .card_inner i {
    float: right;
    margin-bottom: 0;
  }
  .faq_panel .card_inner {
    border-radius: 10px;
  }
  .faq_panel .card-header:first-child {
    border-bottom: 0;
    padding: 0;
    cursor: pointer;
  }
    /*----------------Footer--------------*/
  
    .footer-copyright {
      background-color: #eff2f5;
      position: relative;
      overflow: hidden;
    }
    .footer-copyright::before {
      background: url(../images/footer-before.png) no-repeat left bottom;
      width: 270px;
      height: 214px;
      content: "";
      display: block;
      position:absolute;
      left:0;
      bottom: 0;
    }
    .footer-copyright::after {
      background: url(../images/footer-after.png) no-repeat right top;
      width: 314px;
      height: 178px;
      content: "";
      display: block;
      position:absolute;
      right:0;
      top: 0;
    }
    .footer-info {
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    .social-feed {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 30px;
    }
    .social-feed li {
      position: relative;
      z-index: 9;
    }
    .social-feed li a {
      color: #ff00a6;
      font-size: 34px;
      padding-right: 30px;
    }
    .site-link ul {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .site-link ul li a {
      color: #94a2ad;
      font-size: 16px;
      padding-right: 5px;
    }
    .footer-info p {
      color:#94a2ad;
      font-size: 16px;
    }
    .social-feed li a i {
      color: #1a8acc;
      font-size: 20px;
    }


    /*--------------------New CSS Code-----------------*/

    .page {
      background-color: #da1920;
      background-image: url(../images/site-bg.jpg);
      background-repeat: repeat;
      background-position: top center;
    }
    .justify-content-end {
      justify-content: flex-end !important;
      display: flex;
    }
    .flex-start {
      display: flex;
      justify-content: flex-start;
    }
    .header {
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    .border-pattern-main {
      overflow: hidden;
      margin: 0;
    }
    .border-pattern {
      position: absolute;
    }
    .tl {
      top: 15px;
      left: 15px;
    }
    .tr {
      top: 15px;
      right: 15px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
    }
    .br {
      bottom: 15px;
      right: 15px;
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
    }
    .bl {
        bottom: 15px;
        left: 15px;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    .main-body {
      background: radial-gradient(circle, #f7e1bd, #f1ca8f, #e9b162);
      padding: 15px;
      position: relative;
      top: -160px;
      z-index: 0;
    }
    .page-container {
      margin: auto;
      width: 1300px;
    }
    .main-body:before {
      content: "";
      position: absolute;
      top: 300px;
      left: 15px;
      bottom: 300px;
      width: 7px;
      border-radius: 5px;
      background-color: #a2090b;
    }
    .main-body:after {
      right: 15px;
      content: "";
      position: absolute;
      top: 300px;
      bottom: 300px;
      width: 7px;
      border-radius: 5px;
      background-color: #a2090b;
    }
    .ananda-banner {
      margin: 170px auto 40px;
      position: relative;
      text-align: center;
    }

    /*--------------Tab---------------*/

    /* Tabs menu */
    #tab_wrapper {
      width: 1150px;
      margin: auto;
      z-index: 999;
      position: relative;
    }
    .tabs {
      margin: 0;
      background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 80px;
      border-radius: 2px 2px 0px 0px;
    }
    @media screen and (max-width: 512px) {
      .tabs {
        height: 40px;
      }
    }
    /* Tab Links */
    .tablinks {
      background: transparent;
      background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
      border: none;
      outline: none;
      cursor: pointer;
      width: 25%;
      /*change depending on the number of tabs*/
      height: 80px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      overflow: hidden;
      transition: 0.3s ease;
    }
    @media screen and (max-width: 512px) {
      .tablinks {
        height: 40px;
        font-size: 12px;
      }
    }
    .tablinks:before {
      background-image: linear-gradient(135deg, #cf1e23 0%, #8a191a 100%);
      content: "";
      width: 100%;
      height: 0px;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.3s ease-in-out;
      z-index: 2;
    }
    
    /*tab buttons hover*/
    .tablinks:hover::before {
      height: 100%;
      z-index: 2;
      bottom: 0;
    }
    @media screen and (max-width: 512px) {
      .tablinks:hover::before {
        height: 0;
      }
    }
    
    /* Tab active */
    .tablinks.active {
      background-color: white;
      z-index: 0;
      border-right: 0px;
      border-left: 0px;
      height: 110px;
      bottom: 0px;
      overflow: hidden;
    }
    @media screen and (max-width: 512px) {
      .tablinks.active {
        height: 60px;
      }
    }
    
    .tablinks.active:before {
      content: "";
      width: 100%;
      height: 8px;
      top: 0;
      left: 0;
    }
    
    /* Tabs text */
    .tablinks.active p,
    .tablinks.active:hover p {
      opacity: 1;
      /* background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
      -webkit-text-fill-color: transparent;*/
      color: #cd121a;
      font-weight: 700;
      font-size: 18px;
    }
    
    .tablinks p {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: 0.5s ease;
      padding: 0;
      margin: 0;
      color: #202020;
      backface-visibility: hidden;
      font-weight: 700;
    }
    
    .tablinks:hover p {
      color: white;
      opacity: 1;
    }
    @media screen and (max-width: 512px) {
      .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
      }
    }
    
    /* Tabs text bigger */
    .tablinks p:before {
      content: attr(data-title);
      position: absolute;
      height: auto;
      width: auto;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.1;
      font-size: 40px;
      transition: 1s ease-out;
      z-index: -1;
      font-weight: 600;
      top: 110%;
    }
    @media screen and (max-width: 512px) {
      .tablinks p:before {
        display: none;
      }
    }
    
    .tablinks:hover p:before {
      opacity: 0.1;
      font-size: 40px;
      top: -80%;
    }
    
    /* tab content */
    .wrapper_tabcontent {
      margin-top: 0px;
      z-index: -3;
      position: relative;
      opacity: 1;
      padding: 40px 60px;
      overflow: hidden;
      transition: all 1s ease;
      top: 0;
    }
    
    .tabcontent {
      display: none;
      min-height: 180px;
      z-index: 99;
    }
    
    @keyframes tabEffect {
      from {
        top: -40px;
      }
      to {
        top: 0px;
      }
    }
    .tabcontent.active {
      transition: all 1s ease;
      display: block;
    }
    
    /* Tab content line */
    /* .wrapper_tabcontent:after {
      content: "";
      height: 5px;
      width: 100%;
      position: absolute;
      background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      left: 0;
      bottom: 0;
      z-index: -2;
      transition: all 1s ease;
    } */
    
    /* Title */
    .tabcontent h3 {
      font-size: 40px;
      top: 75px;
      transform: rotate(90deg);
      position: absolute;
      left: -90px;
      opacity: 0.1;
      width: 200px;
      height: 60px;
      /* background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
      -webkit-text-fill-color: transparent;
      padding: 0;
      animation: city 1s ease;
    }
    @media screen and (max-width: 512px) {
      .tabcontent h3 {
        top: 65px;
      }
    }
    
    @keyframes city {
      from {
        left: -150px;
      }
      to {
        left: -90px;
      }
    }
    /* Text*/
    .tabcontent p {
      color: #111111;
      margin: 0;
      padding: 0;
      line-height: 28px;
      font-weight: 500;
      transition: all 1s ease;
      animation: fadeEffect 0.6s ease;
      width: 100%;
      font-size: 18px;
    }
    @media screen and (max-width: 512px) {
      .tabcontent p {
        font-size: 14px;
        line-height: 26px;
      }
    }
    
    @keyframes fadeEffect {
      from {
        opacity: 0;
        margin-left: 30px;
      }
      to {
        opacity: 1;
        margin-left: 0;
      }
    }
  
    .align-items-center {
      flex-direction: column !important;
      justify-content: center;

    }
    .tabcontent p,
    .tabcontent th,
    .tabcontent td {
      font-weight: 400;
      font-size: 18px;
    }
    .tabcontent th,
    .tabcontent td {
      padding-left: 15px;
      padding-right: 15px;
    }
    .tabcontent th {
      font-weight: 700;
    }
    .programming_table tr {
      background-color: rgba(255,255,255,0.75);
      margin-bottom: 10px;
    }
    .programming_table tr td {
      border-top: 0;
    }
    .table-striped tbody tr:nth-of-type(2n+1) {
      background-color: rgba(255,255,255,0.2);
  }
  .programming_table tbody td:nth-child(2) {
      font-weight: 600;
  }
  .form-submit {
    background-color: #cf1e23;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}
.form-contest {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.form-contest .form-group {
  padding-bottom: 10px;
}
.form-contest .form-group label {
  font-weight: 600;
  font-size: 16px;
}
.form-contest input {
  border:0;
  font-weight: 600;
}
.form-contest input:focus {
  box-shadow: inherit;
  border:0;
}
#Barcelona {
  background-color: #fff;
  padding: 25px 35px;
}
#Barcelona .form-contest input {
  background-color: #eee;
  border-left:5px solid #cf1e23;
}
.checkmark {
  margin-right: 10px;
}
.media-partner-block {
  background-color: #faa61a;
  position: relative;
  margin:0;
}
.media-partner-block h3 {
  color: #861919;
  font-size: 36px;
  font-weight: 700;
}
.media-partner-block::before {
  background: url(../images/footer-before.png) no-repeat left center;
  width: 360px;
  height: 362px;
  content: "";
  display: block;
  position:absolute;
  left:10px;
  top: 50px;
}
.media-partner-block::after {
  background: url(../images/footer-after.png) no-repeat right center;
  width: 360px;
  height: 362px;
  content: "";
  display: block;
  position:absolute;
  right:10px;
  top: 50px;
}
.copyright_info {
  background-color: #851919;
  position: relative;
  overflow: hidden;
}
.copyright_info p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.sponsors_img img {
  width: 130px;
  height: 100px;
  margin-left: 25px;
  margin-right: 25px;
}
.slider-area {
  margin-top: 30px;
}
.single-slider {
  background-color: #fff;
  padding: 20px 20px;
  border: 12px solid #efbc78;
}
.single-slider h4 {
  padding-bottom: 15px;
}
.justify-content-center {
  justify-content:center;
}
.slider-cap-wrapper {
  border:6px solid #f8d7aa;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*-------------------Responsive Code---------------*/

@media only screen and (min-width:320px) and (max-width:480px) {
  .page-container,
  #tab_wrapper {
    width: auto;
  }
  .logo,
  .site-link {
    text-align: center;
    margin: auto;
  }
  .header .mr-t-20 {
    margin-top: 0;
  }
  .tablinks p,
  .tablinks.active p, .tablinks.active:hover p {
    font-size: 11px;
  }
  .wrapper_tabcontent {
    padding:40px 20px;
  }
  .programming_table tr td,
  .programming_table tr th {
    font-size: 13px;
  }
  .tabcontent p {
    font-size: 14px;
  }
  .border-pattern {
    width: 120px;
  }
  iframe {
    max-width: 100%;
    height: 300px;
  }
}

@media only screen and (min-width:481px) and (max-width:640px) {
  .page-container,
  #tab_wrapper {
    width: auto;
  }
  .logo,
  .site-link {
    text-align: center;
    margin: auto;
  }
  .header .mr-t-20 {
    margin-top: 0;
  }
  .tablinks p,
  .tablinks.active p, .tablinks.active:hover p {
    font-size: 13px;
  }
  .wrapper_tabcontent {
    padding:40px 20px;
  }
  .programming_table tr td,
  .programming_table tr th {
    font-size: 13px;
  }
  .tabcontent p {
    font-size: 14px;
  }
  .border-pattern {
    width: 120px;
  }
  iframe {
    max-width: 100%;
    height: 350px;
  }
}

@media only screen and (min-width:641px) and (max-width:767px) {
  .page-container,
  #tab_wrapper {
    width: auto;
  }
  .logo,
  .site-link {
    text-align: center;
    margin: auto;
  }
  .header .mr-t-20 {
    margin-top: 0;
  }
  .tablinks p,
  .tablinks.active p, .tablinks.active:hover p {
    font-size: 13px;
  }
  .wrapper_tabcontent {
    padding:40px 20px;
  }
  .programming_table tr td,
  .programming_table tr th {
    font-size: 13px;
  }
  .tabcontent p {
    font-size: 14px;
  }
  .border-pattern {
    width: 120px;
  }
  iframe {
    max-width: 100%;
    height: 400px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .page-container,
  #tab_wrapper {
    width: auto;
  }
  .logo,
  .site-link {
    text-align: center;
    margin: auto;
  }
  .header .mr-t-20 {
    margin-top: 0;
  }
  .tablinks p,
  .tablinks.active p, .tablinks.active:hover p {
    font-size: 16px;
  }
  .wrapper_tabcontent {
    padding:40px 20px;
  }
  .programming_table tr td,
  .programming_table tr th {
    font-size: 13px;
  }
  .tabcontent p {
    font-size: 16px;
  }
  .border-pattern {
    width: 120px;
  }
  .abp-logo {
    margin-top: 50px;
  }
  iframe {
    max-width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width:992px) and (max-width:1299px) {
  .page-container,
  #tab_wrapper {
    width: auto;
  }
  .logo,
  .site-link {
    text-align: center;
    margin: auto;
  }
  .header .mr-t-20 {
    margin-top: 0;
  }
  .tablinks p,
  .tablinks.active p, .tablinks.active:hover p {
    font-size: 16px;
  }
  .wrapper_tabcontent {
    padding:40px 20px;
  }
  .programming_table tr td,
  .programming_table tr th {
    font-size: 13px;
  }
  .tabcontent p {
    font-size: 18px;
  }
  .border-pattern {
    width: auto;
  }
  .abp-logo {
    margin-top: 50px;
  }
  iframe {
    max-width: 100%;
    height: 500px;
  }
}

.video-embed {
  width: 760px;
  max-width: 100%;
  display: block;
  padding: 2px;
}
.ad-2020 img {
  margin-bottom: 20px;
  border:5px solid #cf1e23;
}
.jingle {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}