﻿@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #fff !important;
}

a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.top-part {
  text-align: left;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  padding: 7px 0px;
  background-color: #52001b;
  border-bottom: 1px solid #450117;

  background: #52001B;
  background: linear-gradient(180deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.banner-part {
  position: relative;
}

.banner-part img {
  width: 100%;
}

.banner-main {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 11.9%;
  bottom: 100px;
  right: 0;
}

.banner-text p {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 25px;
  text-transform: uppercase;
  padding-left: 80px;
}

.banner-text img {
  width: auto;
  margin-bottom: 30px;
}

.banner-text p span {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: 72px;
  text-transform: none;
}

.banner-text p label {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  display: block;
  text-transform: none;
}

.register-now {
  text-align: center;
  padding-right: 0px;
}

.register-now a {
  background: #eedac8;
  padding: 13px 30px;
  border-radius: 3px;
  font-size: 23px;
  color: #a20035;
  text-decoration: none;
}

.register-now a:hover {
  transition: 0.4s;
  background: #a20035;
  color: #fff;
}

.back-btn {
  text-align: right;
  padding-top: 108px;
  padding-right: 190px;
}

.back-btn a {
  background: #a20035;
  padding: 13px 30px;
  border-radius: 3px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}

.back-btn a:hover {
  transition: 0.4s;
  background: #52001b;
}

.time-run {
  text-align: center;
}

.time-run h1 {
  font-size: 43px;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding: 0;
}

.time-run p {
  font-size: 37px;
  color: #000;
}

.time-run p:after {
  content: "";
  width: 155px;
  height: 4px;
  background: #0e2e61;
  margin: 0 auto;
  display: block;
  margin-top: 28px;
}

.time-run ul {
  margin: 0px;
  padding: 0px;
  margin-top: 28px;
}

.time-run ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  background: #0e2e61;
  display: inline-block;
  text-align: center;
  margin: 0px 35px;
}

.time-run ul li .circle {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 155px;
  height: 155px;
  background: #0e2e61;
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 12px;
}

.time-run ul li .circle p {
  font-size: 72px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 147px;
}

.time-run ul li p {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0px;
}

.time-run ul li p:after {
  content: none;
}

.mt70 {
  margin-top: 70px;
}

.blue-bg {
  /*background-image: url("../images/about-us.gif");*/
  background-position: center right;

  background: #eedac8;
}

.conference-white {
  text-align: justify;
  color: #000;
  padding: 65px 30px 0px 100px;
}

.conference-white h2 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 25px;
}

.conference-white p {
  font-size: 16px;
  line-height: 26px;
}

.conference-white a {
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  background: #A20035;
  background: linear-gradient(90deg, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
  transition: 0.5s;

}

.conference-white a:hover {
  font-size: 19px;
  background: #A20035;
  background: linear-gradient(290deg, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
  transition: 0.5s;
}

.conference-white label {
  font-size: 14px;
  text-transform: uppercase;
}

.arow:after {
  position: absolute;
  top: 15%;
  display: inline-block;
  border-right: 25px solid transparent;
  border-bottom: 32px solid #f3dac6;
  border-left: 29px solid transparent;
  border-bottom-color: rgba(fff, fff, fff, 0.2);
  content: "";
  z-index: 99999999;
  right: -27px;
  transform: rotate(90deg);
}

.center-head {
  text-align: center;
}

.center-head h4 {
  font-size: 43px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
}

.center-head p {
  font-size: 26px;
  color: #000;
}

.calendar-box-black {
  width: 545px;
  /* height: 305px; */
  overflow: hidden;
  top: 0;
  /*box-shadow: 10px 10px #7089fc;*/
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(136, 140, 136, 0.62);
  -moz-box-shadow: 0px 0px 5px 4px rgba(136, 140, 136, 0.62);
  box-shadow: 0px 0px 5px 4px rgba(136, 140, 136, 0.62);
  cursor: pointer;
  margin: auto;
}

.calender-cover {
  background: rgba(000, 000, 000, 0.6);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  width: 100%;
}

.calender-date {
  text-align: center;
  color: #fff;
}

.calender-date h4 {
  font-size: 100px;
  font-weight: bold;
}

.calender-date label {
  font-size: 16px;
  letter-spacing: 10px;
}

.calender-date p {
  font-size: 33px;
  font-weight: bold;
  margin: 0;
  padding-top: 30px;
}

.mt35 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.light-blue {
  background: #52001b;
  padding-bottom: 40px;

  background: #52001B;
  background: linear-gradient(360deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.comment-main {
  background: #fff;
  padding: 30px 0;
}

.comment-box {
  background: #f2f2f2;
  border-bottom: 5px solid #a20035;
  padding: 5px;
  height: 470px;
}

.tranee-img {
  text-align: center;
  margin-bottom: 15px;
}

.tranee-text p {
  font-size: 16px;
  color: #52001b;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}

.tranee-text span {
  font-size: 13px;
  color: #0072bb;
  display: block;
  margin-bottom: 10px;
}

.tranee-text p a {
  color: #0072bb;
  text-decoration: none;
}

.tranee-text span {
  color: #52001b;
  text-decoration: none;
}

.cmt-icon {
  text-align: left;
}

.cmt-icon span {
  padding-left: 10px;
  font-size: 13px;
  display: flex;
  word-break: break-all;
}

.cmt-icon span a {
  text-decoration: none;
  color: #000;
}

.cmt-icon i {
  float: left;
  color: #000;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.glimpse-slider {
  margin-bottom: 20px;
  padding-top: 25px;
}

.glimpse-slider .single-donate-slide {
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

.glimpse-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}

.glimpse-slider .donate-slides .owl-prev {
  background-color: #f2f2f2;
  width: 24px;
  height: 60px;
  line-height: 60px;
  color: #0e2e61;
  top: 45%;
  left: -18px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 5px 0px 0px 5px;
}

.glimpse-slider .donate-slides .owl-next {
  background-color: #f2f2f2;
  width: 24px;
  height: 60px;
  line-height: 60px;
  color: #0e2e61;
  top: 45%;
  right: -18px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 0px 5px 5px 0px;
}

.glimpse-slider .customer-slides .owl-next {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #fff;
  top: 50%;
  right: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.glimpse-slider .customer-slides .owl-prev {
  background-color: #a20035;
  width: 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  top: 35%;
  left: -17px;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 5px 0px 0px 5px;
}

.glimpse-slider .customer-slides .owl-next {
  background-color: #a20035;
  width: 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  top: 35%;
  right: -17px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 0px 5px 5px 0px;
}

.pt40b10 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.pt25b35 {
  padding-top: 25px;
  padding-bottom: 35px;
}

.count-counter {
  text-align: center;
}

.count-counter span {
  font-size: 50px;
  color: #333;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  display: inline-block;
}

.count-counter i {
  width: 65px;
  height: 65px;
  background: #a20035;
  border-radius: 100px;
  text-align: center;
  font-size: 39px;
  color: #fff;
  position: absolute;
  right: 0px;
  left: 0;
  text-align: center;
  line-height: 65px;
  top: -86px;
  margin: 0 auto;
}

.count-counter label {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: block;
}

.count-counter p {
  font-size: 14px;
  color: #333;
  margin: 0px;
}

.mt150 {
  margin-top: 125px;
}

.caption-main {
  background: #52001b;
  background: #52001B;
  background: radial-gradient(circle, rgba(82, 0, 27, 1) 50%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.caption-cover {
  /* background: rgba(000, 000, 000, .80); */
  display: block;
  height: 100%;
  top: 0;
  padding: 120px 0;
}

.event-text {
  text-align: center;
  /* border: 1px solid #fff; */
  padding: 40px 70px;
}

.event-text p {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

.event-text p:before {
  content: "\f10d";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 55px;
  padding-right: 10px;
}

.wrkshop {
  text-align: center;
}

.wrkshop ul {
  margin: 0px;
  padding: 0px;
}

.wrkshop ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #ededed;
  font-size: 15px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px 8px 0;
  margin: 10px 2px;
  cursor: pointer;
}

.wrkshop ul li:before {
  content: url(../images/arrow.png);
  background: #a20035;
  padding: 12px 8px 5px 8px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.dark-blue {
  background: #a20035;
  padding: 8px 0 55px;
  background: linear-gradient(180deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.dark-faq {
  padding: 8px 0 55px;
}

.wrkshop1 {
  text-align: center;
  padding: 20px 50px 0;
}

.wrkshop1 ul {
  margin: 0px;
  padding: 0px;
}

.wrkshop1 ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 11px 10px 0px 8px;
  margin: 10px 5px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-flex;
}

.wrkshop1 ul li:before {
  content: url(../images/check.png);
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.wrkshop1 ul li span {
  position: relative;
  top: 10px;
}

.wrkshop1 ul li:first-child:before {
  content: none;
  top: 0px;
}

.wrkshop1 ul li ul li {
  padding: 11px 10px 0px 8px;
  margin: 0px 5px 10px;
}

.wrkshop1 ul li ul li:first-child:before {
  content: url(../images/check.png);
  margin-right: 8px;
  position: relative;
  top: -3px;
  background: transparent;
  font-size: 16px !important;
}

.light-green {
  background: #eedac8;
  padding: 50px 0px;
}

.light-green-banner {
  background: #f3dac6;
}

.light-green.red-grdnt {
  background: #52001b;
  padding: 50px 0px;
  background: linear-gradient(360deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.brochr {
  text-align: justify;
  padding-right: 25px;
}

.brochr h4 {
  font-size: 40px;
  color: #fff;
  text-align: left;
  /* border-bottom: 2px solid #0072bb;*/
  /* text-transform: uppercase; */
  font-weight: 700;
}

.brochr h5 {
  font-size: 45px;
  color: #000;
  text-align: left;
  font-weight: 700;
  /* font-weight: bold;*/
}

.brochr-img {
  text-align: center;
}

.brochr label {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

/*.brochr h4:after {
  content: '';
  width: 360px;
  height: 5px;
  background: #0072bb;
  display: block;
}*/
.brochr p {
  /*
  font-size: 22px;
  line-height: 36px;
  */
  font-size: 20px;
  line-height: 28px;
  color: #fff;

  padding-top: 15px;
}

.brochr-btn {
  /* background: #0072bb; */
  /* box-shadow: 4px 4px #02436d; */
  margin-top: 100px;
  transition: 0.3s ease-in-out;
}

.brochr-btn button {
  text-align: center;
  border: none;
  border-radius: 3px;
}

.brochr-btn button a {
  font-size: 23px;
  color: #fff;
  display: block;
  padding: 13px 30px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 3px;
  text-decoration: none;

  background: #A20035;
  background: linear-gradient(90deg, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
  transition: 0.5s;
  box-shadow: 0px;

}

.brochr-btn a:hover {
  scale: 1.02;
  background: #A20035;
  background: linear-gradient(290deg, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
  transition: 0.5s;
}

.brochr-btn a {
  text-decoration: none;
}

.register-btn {
  text-align: center;
  margin-top: 120px;
  transition: 0.3s ease-in-out;
}

.register-btn:hover {
  scale: 1.02;
}

.register-btn a {
  background: #eedac8;
  padding: 13px 30px;
  border-radius: 3px;
  font-size: 23px;
  color: #a20035;
  text-decoration: none;
}

.register-btn a:hover {
  background: #a20035;
  color: #fff;
}

.d-blue {
  color: #026aac !important;
}

.wht-clr {
  color: #000 !important;
}

.wht-clr-heading {
  color: #fff !important;
}

.utub-video {
  text-align: center;
  margin-bottom: 20px;
}

.gif-banner {
  text-align: center;
  padding-top: 25px;
}

.banner-video {
  text-align: center;

  padding: 10px;
  margin-top: -68px;
}

/*.banner-video img {
  height: 355px;
}*/
.banner-video-mobile {
  display: none;
}

.banner-video1 {
  text-align: center;
  background: #a20035;
  background: linear-gradient(180deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.mb40 {
  margin-bottom: 40px;
}

.review-box {
  background: #fff;
  padding: 20px 20px 30px;
  text-align: justify;
  position: relative;
  padding-top: 30px;
  box-shadow: 0px 0px 7px 0px rgb(000 000 000 / 13%);
  -webkit-box-shadow: 0px 0px 7px 0px rgb(000 000 000 / 13%);
  -moz-box-shadow: 0px 0px 7px 0px rgb(000 000 000 / 13%);
  border-radius: 20px;
}

.review-box p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
  margin-left: 70px;
}

.review-box p:before {
  content: url(../images/quote-left.png);
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 20px;
}

.review-name {
  position: absolute;
  left: 20%;
}

.review-name p {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}


.review-name p label {
  display: block;
  font-weight: bold;
  color: #fff;
}

.review-arow:after {
  position: relative;
  display: inline-block;
  border-right: 58px solid transparent;
  border-bottom: 50px solid #f7f7f7;
  border-left: 0px solid transparent;
  border-bottom-color: rgba(fff, fff, fff, 0.2);
  content: "";
  z-index: 99999999;
  transform: rotate(180deg);
  bottom: 0px;
  left: 30px;
  box-shadow: 0px 0px 0px 0px rgb(000 000 000 / 13%);
  -webkit-box-shadow: 0px 0px 0px 0px rgb(000 000 000 / 13%);
  -moz-box-shadow: 0px 0px 0px 0px rgb(000 000 000 / 13%);
}

.faqs .accordion-item {
  margin-bottom: 10px;
}

.faqs button {
  font-size: 24px;
  font-weight: bold;
  color: #0072bb;
}

.faqs .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background: #a20035;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  color: #fff;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
}

.faqs .accordion-button {
  padding: 0.8rem 1.25rem;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
  content: "-";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background: #52001b;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  color: #fff;
  font-size: 40px;
  line-height: 27px;
  text-align: center;
}

.newsletter-bg {
  background: #0e2e61;
  padding: 30px 0 25px;
}

.newsletter .news-input {
  border-radius: 100px;
  padding: 10px 20px;
}

.newsletter .black-btn {
  border-radius: 100px;
  padding: 10px 20px;
  background: #0072bb;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -25px;
  z-index: 9;
}

.newsletter .black-btn:hover {
  background: #000;
}

.newsletter-bg h6 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  padding-top: 8px;
}

.bottom-bg {
  background: #52001b;
  padding: 30px 0 5px;
  background: linear-gradient(360deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);
  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);

}

.bottom-link h5 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 11px;
}

/* .bottom-link h5:after {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  background: #fff;
  margin-top: 7px
} */
.bottom-link {
  text-align: left;
}

.bottom-link p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  padding-right: 150px;
  text-align: justify;
}

.bottom-link1 img {
  margin-bottom: 10px;
}

.bottom-link h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.bottom-link p i {
  float: left;
  position: relative;
  top: 5px;
}

.bottom-link1 p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
}

.line-bdr {
  border-top: 1px solid #fff;
  /*
  border-bottom: 1px solid #fff;*/
  padding: 10px 0 5px;
  margin: 15px 0px 0;
}

.social {
  text-align: right;
  display: block;
}

.social p {
  font-size: 12px;
  color: #fff;
}

.social i {
  color: #a20035;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  line-height: 22px;
}

.social i:hover {
  color: #000;
}

#scrollUp {
  background-color: #a20035;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#scrollUp:hover {
  background-color: #333;
}

/*  */
.bottom-nav a {
  color: white;
  text-decoration: none;
}

.bottom-nav a:hover {
  color: #fde200;
}

.b-link p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  text-decoration: none;
}

.b-link p a {
  text-decoration: none;
  color: #fff;
}

.b-link p a:hover {
  color: #fde200;
}

.b-link-right {
  text-align: right;
}

.grow {
  transition: 1s ease;
}

.grow:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  transition: 1s ease;
}

#eventsall h5 {
  font-size: 34px;
  text-align: center;
  color: #52001b;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.border {
  padding: 8px 15px 4px 15px;
  margin: 8px 0px;
  background: #f7f7f7;
}

.border p {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.border p b {
  font-size: 18px;
}

.border p i {
  font-size: 50px;
  float: left;
  margin-right: 12px;
  position: relative;
  top: 4px;
}

.modal-body {
  padding: 0.5rem 1rem;
}

.run-cnt {
  text-align: justify;
  color: #333;
}

.run-cnt p {
  font-size: 16px;

  line-height: 26px;
  text-align: justify;
}

.run-cnt ul {
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 13px;
}

.run-cnt ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: justify;

}

.run-cnt h5 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}

.pd0 {
  padding: 0px;
}

.mrgn122 {
  margin-top: 122px;
}

.pd-mrgn {
  padding: 0px;
  text-align: left;
  margin: 20px 0px 45px;
}

.page-hading {
  text-align: left;
  padding-bottom: 15px;
}

.page-hading h1 {
  font-size: 35px;
  color: #333;
  font-weight: bold;
}

.b-crum {
  padding-top: 15px;
}

.b-crum .breadcrumb {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.b-crum .breadcrumb a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.accordion-flush .accordion-item .accordion-button {
  background-color: #ededed;
  color: #000;
}

.accordion-flush .accordion-item .accordion-body {
  border: 1px solid #ededed;
}

.accordion-button:focus {
  border-color: #a20035;
  box-shadow: 0 0 0 .25rem rgba(162, 0, 53, .25);
}

.pop-grnd {
  background: #52001B;
  background: linear-gradient(180deg, rgba(82, 0, 27, 1) 0%, rgba(162, 0, 53, 1) 100%);

  background: #A20035;
  background: radial-gradient(circle, rgba(162, 0, 53, 1) 0%, rgba(82, 0, 27, 1) 100%);
}

.faqs .accordion-body {
  font-size: 16px;
  color: #000;
  text-align: justify;
}


.pop-text p {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;


}

.pop-text ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.pop-text ul li {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 10px;
}

.responsive-youtube {
  overflow: hidden;
  padding-bottom: 56.23%;
  position: relative;
  height: 0;
  margin-bottom: 20px;
}

.responsive-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.responsive-youtube-big {
  overflow: hidden;
  padding-bottom: 56.23%;
  position: relative;
  height: 0;
}

.responsive-youtube-big iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}