body {
  font-weight: 400;
  font-size: 1rem;
  color: #505050;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: "Lato", sans-serif;
  position: relative;
  overflow-x: hidden;
}
a {
  list-style-type: none;
}
.form-control,
.form-select {
  height: 49px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logo {
  display: block;
  width: 200px;
  margin: 15px auto;
}

img {
  max-width: 100%;
  max-height: 100%;
}
.navbar-brand {
  width: 200px;
}
.navbar {
  padding: 0;
  transition: 0.4s;
  background: rgb(240, 132, 28);
  background: linear-gradient(
    90deg,
    rgba(240, 132, 28, 1) 10%,
    rgba(212, 48, 40, 1) 70%
  );
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
  border: none;
}
.nav-link {
  text-transform: uppercase;
  padding: 2.2rem 1.3rem !important;
  color: #ffffff !important;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-link:hover,
.navbar-nav .nav-link.active,
.dropdown-toggle show,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: #000;
}
.intro {
  min-height: 410px;
}
.intro .small-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  border: solid 10px #ffffff;
  width: 280px;
  height: 250px;
  background-color: white;
  margin-bottom: -40px;
}
.intro .img-wrapper {
  min-height: 450px;
}
.register-btn {
  text-align: center;
  padding: 10px 1.5rem !important;
}

.title {
  margin-bottom: 2rem;
}
.title h2 {
  font-size: 2.5rem;
  color: #242424 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.title h2:after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  top: 10px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    rgba(240, 132, 28, 1) 10%,
    rgba(212, 48, 40, 1) 70%
  );
}
.carousel {
  margin-top: -50px;
}
.carousel-caption h5 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-caption p {
  font-size: 1.25rem;
}
.carousel-caption {
  bottom: 37%;
  z-index: 2;
}
.carousel svg {
  position: relative;
  z-index: 2;
  margin-top: -110px;
}
.slider-caption-btn {
  margin-top: 3rem;
}
p {
  margin-bottom: 10px;
}

.main_containt {
  margin-bottom: 5rem;
}
.main_containt .img-wrapper {
  min-height: 600px;
}
.main_containt .small-img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  border: solid 10px #ffffff;
  width: 280px;
  height: 250px;
  background-color: white;
  margin-bottom: -40px;
}
.main_content_list {
  margin-top: 2rem;
}
.main_content_list h4 {
  text-transform: uppercase;
}
.main_content_list ul li {
  margin-bottom: 10px;
  position: relative;
  margin-left: 16px;
}
.main_content_list ul li:before {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  font-size: 12px;
  margin-left: -17px;
  top: 4px;
}

.carousel-item::before {
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgb(68 67 73 / 14%) 0%,
    rgb(0 0 0 / 46%) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgb(68 67 73 / 14%) 0%,
    rgb(0 0 0 / 46%) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(68 67 73 / 14%) 0%,
    rgb(0 0 0 / 46%) 100%
  );
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}
.carousel-item img {
  background: green;
  animation: zoom-in-zoom-out 20s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.form-control {
  box-shadow: none !important;
}
.home-modal .modal-body .btn-close {
  position: absolute;
  right: 0;
  padding: 10px;
  border: solid 1px;
  z-index: 1;
  margin: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #189ad4;
  font-weight: 500;
  border-color: #189ad4;
}
.download-brochure {
  display: block;
  text-align: center;
  font-size: 40px !important;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.file {
  height: 105px;
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 80px;
  padding: 10px;
}
.bg-black {
  background-color: #212529 !important;
}

.img-wrapper {
  position: relative;
}
.img-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  margin: auto;
}

.more-btn-sec {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}
.our-vistion-mission {
  position: relative;
}
.our-vistion-mission:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}
.our-vistion-mission .content-box > span {
  font-size: 5rem;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.our-vistion-mission .content-box > span img {
  filter: brightness(290%);
  width: 100px;
}
.our-vistion-mission .content-box p {
  font-size: 1.1rem;
  line-height: 1.4;
}
/* .our-vistion-mission .our-vistion{background-color: #189ad4;}
.our-vistion-mission .our-mission{background-color: #0db02b;} */
.our-vistion-mission .our-mission,
.our-vistion-mission .our-vistion {
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 2rem;
}
.our-vistion-mission .our-mission:hover,
.our-vistion-mission .our-vistion:hover {
  /* box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%); */
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.our-vistion-mission .content-box-title {
  font-weight: 600;
  background-color: #d43028;
  padding: 10px 2rem;
  border-radius: 0rem 15rem 0rem 0rem;
  margin-left: -3rem;
  color: #fff;
  font-size: 1.5rem;
}
.our-vistion-mission .content-box {
  padding: 2rem;
  height: 100%;
  background-color: #fff;
  margin: auto;
  border: solid 1px #d43028;
}
.our-vistion-mission .content-box ul {
  text-align: left;
  margin-bottom: 0;
}
.our-vistion:hover .content-box ul li:before {
  color: #000 !important;
}
.our-vistion-mission .content-box ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.our-vistion-mission .content-box ul li:before {
  color: #d43028;
  float: left;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0;
  text-decoration: none;
  font-size: 1rem;
}

.scheme-slider {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.scheme-slider .owl-item .item {
  position: relative;
  border: solid 1px #f1f1f1;
}
.scheme-slider .owl-item .item .caption {
  text-align: center;
  position: relative;
  background-color: #e3e3e3;
  right: 0;
  left: 0;
  padding: 1rem;
  bottom: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.scheme-slider .owl-item:hover .item .caption {
  color: #d43028;
  background-color: #ffffff;
}
.scheme-slider .owl-item .item .caption p {
  margin: 0;
}
.scheme-slider .owl-item .item .caption h4 {
  font-size: 20px;
  margin: 0;
}
.scheme-slider .title h2 {
  margin-bottom: 1.5rem !important;
}

.scheme-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.scheme-page .speaker-list li {
  position: relative;
  margin-bottom: 2rem;
}
.scheme-page .speaker-list li .caption {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  right: 0;
  left: 0;
  padding: 1rem;
  bottom: 0;
}
.scheme-page .speaker-list li .caption p {
  margin: 0;
}
.scheme-page .speaker-list li .caption h4 {
  color: #242424;
  font-weight: 600;
  font-size: 20px;
}
.membership-b {
  padding: 5rem 0;
  background-color: #000000;
}
.membership-b .title h2 {
  color: #ffffff !important;
}
.membership-b .small-title h5 {
  color: #ddd;
  margin-bottom: 0;
}
.membership-b .custom-list li {
  margin-bottom: 10px;
  position: relative;
  margin-left: 16px;
}
.membership-b .custom-list li:before {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  font-size: 12px;
  margin-left: -17px;
  top: 4px;
}
.membership-b .content-box {
  height: 100%;
  background-color: #ffffff1a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  border-color: #ffffff1a;
}
.membership-b .content-box .card-body {
  align-items: center;
  display: flex;
  text-align: left;
  width: 100%;
}
.membership-b .content-box:hover {
  background-color: #ffffff;
  color: #000000;
}
.membership-b .content-box:hover .small-title h5 {
  color: #000;
}
.membership-b:hover .custom-list {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.form {
  margin-top: 0rem;
  background: #f2f2f2;
  padding: 3rem 0;
}
.membership-b .content-box.green .small-title h5 {
  color: #0db02b;
}
.membership_home-btn .btn {
  background: linear-gradient(
    90deg,
    rgba(240, 132, 28, 1) 10%,
    rgba(212, 48, 40, 1) 70%
  );
  border: none;
}
.membership_home-btn .btn:hover {
  background: linear-gradient(
    90deg,
    rgb(255, 192, 1) 10%,
    rgb(164, 25, 18) 70%
  );
}

.team {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.team .team-image-box {
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 10, 27, 0.14);
  margin-bottom: 1rem;
}
.team .team-image-box h4 {
  font-weight: 600;
  font-size: 1.8rem;
}
.team .team-image-box .img-wrapper {
  width: 200px;
  height: 200px;
  float: left;
}
.team .team-image-box .content-box {
  padding: 1rem;
  width: calc(100% - 200px);
  float: left;
}

.bg-primary {
  background-color: #189ad4 !important;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 0;
  box-shadow: none !important;
  padding: 1.0625rem 3.125rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.cities_sec {
  margin-bottom: 5rem;
}
.cities_sec .box {
  text-align: center;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2rem 0rem;
  text-transform: uppercase;
  border-image-source: linear-gradient(to left, #0db02b, #199bd4);
  border-image-slice: 1;
}
.cities_sec .box span {
  display: block;
  font-size: 3rem;
  color: #0db02b;
}

.inner-titles {
  text-align: center;
  margin-bottom: 2rem;
}
.inner-titles h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
}
.clients-inner {
  padding-bottom: 3rem;
  background-color: #ededed;
  padding-top: 3rem;
}
.clients-inner ul li {
  margin-bottom: 10px;
  margin-bottom: 1.5rem;
}
.clients-inner ul li span {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  height: 110px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  height: 110px;
  position: relative;
  background-color: #fff;
}
.clients-inner ul li span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.clients-inner ul li:hover span {
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.gallery-page-list {
  margin-bottom: 0;
}
.accordion-body {
  padding-bottom: 0;
}
.gallery-page .gallery-page-list li {
  margin-bottom: 1.5rem;
}

.gallery-page {
  margin: 5rem 0;
}
.gallery-page .gallery-photos ul li span {
  display: block;
  border: solid 1px #ccc;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.5s;
  height: 100%;
}
.gallery-page .gallery-photos ul li {
  margin-bottom: 10px;
  margin-bottom: 1.5rem;
}
.gallery-page .gallery-photos ul li:hover span {
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

.season-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow-x: hidden;
}

.graph_sec {
  padding-bottom: 5rem;
}
.graph_sec h5 {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}

.media .img-wrapper {
  min-height: 250px;
  border: solid 1px #f1f1f1;
}
.media .img-wrapper img {
  max-width: 95%;
  max-height: 95%;
  right: 0;
  bottom: 0;
}

footer {
  padding: 3rem 0 2rem 0;
}
footer .footer-links h4 {
  color: #fff;
}
footer .list-group {
  --bs-list-group-bg: transparent !important;
}
footer .footer-links .list-group-flush > .list-group-item {
  color: #fff;
}
footer .footer-links .list-group-item {
  border: none;
  padding-left: 0;
}
footer .footer-links .list-group-item a {
  text-decoration: none;
  color: #898989;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-links a:hover {
  color: #ffffff;
}
footer .footer-links a {
  color: #ffffff;
}
/* .footer-links  a:before{position: absolute; content: '\f105'; font-family: fontawesome; left: 0;font-size: 12px;margin-left: -17px;top: 4px;} */
.social-icon .list-group-item {
  padding: 0;
  border: none;
}
.social-icon > li a {
  background-color: #2f2f2f;
  border-radius: 0px;
  color: #898989;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-custom {
  background-image: url("../images/slide_3.jpg");
  background-color: #06398d;
  min-height: 270px;
  position: relative;
  background-position: center;
  margin-top: -45px;
}
.breadcrumb-custom .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.breadcrumb-custom > .breadcrumb-title {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  right: 10%;
  left: 10%;
  top: 0;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-custom > .breadcrumb-title h2 {
  color: #fff !important;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.breadcrumb-partner {
  background-image: url("../images/partner_banner.jpg");
  background-color: #06398d;
  min-height: 270px;
  position: relative;
  background-position: center;
  margin-top: -45px;
}
.breadcrumb-partner .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.breadcrumb-partner > .breadcrumb-title {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  right: 10%;
  left: 10%;
  top: 0;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-partner > .breadcrumb-title h2 {
  color: #fff !important;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.breadcrumb-team {
  background-image: url("../images/team_banner.jpg");
  background-color: #06398d;
  min-height: 270px;
  position: relative;
  background-position: center;
  margin-top: -45px;
}
.breadcrumb-team .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.breadcrumb-team > .breadcrumb-title {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  right: 10%;
  left: 10%;
  top: 0;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-team > .breadcrumb-title h2 {
  color: #fff !important;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.breadcrumb-member {
  background-image: url("../images/member_banner.jpg");
  background-color: #06398d;
  min-height: 270px;
  position: relative;
  background-position: center;
  margin-top: -45px;
}
.breadcrumb-member .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.breadcrumb-member > .breadcrumb-title {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  right: 10%;
  left: 10%;
  top: 0;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-member > .breadcrumb-title h2 {
  color: #fff !important;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.breadcrumb-contact {
  background-image: url("../images/contact_banner.jpg");
  background-color: #06398d;
  min-height: 270px;
  position: relative;
  background-position: center;
  margin-top: -45px;
}
.breadcrumb-contact .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.breadcrumb-contact > .breadcrumb-title {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  right: 10%;
  left: 10%;
  top: 0;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-contact > .breadcrumb-title h2 {
  color: #fff !important;
  font-size: 2.5rem;
  text-transform: uppercase;
}

/* The Modal (background) */
.home-modal.modal {
  z-index: 9999;
  height: 100vh;
  overflow: hidden;
}
/* Modal Content */
.home-modal .modal-dialog {
  min-width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
.home-modal .modal-dialog video {
  height: 100vh;
}
/* The Close Button */
.home-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.home-modal .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.home-modal .mySlides {
  display: none;
}
.home-modal .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.home-modal .prev,
.home-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.home-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.home-modal .prev:hover,
.home-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#my-welcome-message {
  z-index: 500;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0%;
  background: #fff;
  right: 0;
  z-index: 9999;
}
#my-welcome-message video {
  height: 1;
}
#fvpp-close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background-color: red;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-download {
  width: 60px;
  height: 30px;
  display: flex;
  background-repeat: no-repeat;
  animation: a9 0.5s infinite linear alternate;
}

@keyframes a9 {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .pre-loader{transition-delay: 50s;background-position: center; width: 100%; height: 100vh;animation: spin 2s linear infinite;position: fixed;bottom: 0;z-index: 999990; background-image: url(file:///D:/Yogesh/Websites2022/TheRise/images/the_rise_Logo.png);background-repeat: no-repeat; } */

/* @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */
.contact-info-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d9e3e4;
  padding: 50px 50px;
  margin-bottom: 10rem !important;
}

.contact-info-box .left-box {
  position: relative;
  display: block;
}

.contact-info-box .left-box h2 {
  font-size: 26px;
  font-weight: 500;
}

.contact-info-box .left-box h2 a {
  color: var(--thm-black);
}

.contact-info-box .left-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 3px 0 0;
}

.contact-info-box .left-box h3 a {
  color: var(--thm-base);
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: 0;
  text-decoration: none;
}
.close {
  position: absolute;
  right: 0;
  background-color: red;
  color: white;
  font-size: 1.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  border-radius: 1rem;
  cursor: pointer;
}

.media {
  padding: 5rem 0;
}
.testimonials-page .media .testimonial-content h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.testimonials-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.testimonials-page .media > div {
  margin-bottom: 2rem;
}
.testimonials-page .single-testimonial {
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials-page .single-testimonial:hover .testimonial-quote {
  color: #189ad4 !important;
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.testimonials-page .single-testimonial:hover {
  border-color: #d43028 !important;
}
.testimonials-page .testimonial-quote {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #189ad4;
  width: 70px;
  padding: 1rem;
  margin: auto;
  font-size: 2.5rem;
}
.testimonials-page .single-testimonial .card-body {
  padding: 2rem;
  text-align: center;
}
.accordion-button {
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: none !important;
}
.testimonials-page .single-testimonial .testimonial-content-name h4 {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.testimonials-page .single-testimonial ul {
  justify-content: space-evenly;
}
.testimonials-page .single-testimonial ul li {
  color: #d43028;
  font-size: 18px;
}
.single-testimonial .testimonial-quote i {
  background: linear-gradient(
    90deg,
    rgba(240, 132, 28, 1) 10%,
    rgba(212, 48, 40, 1) 70%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

@media (max-width: 1400px) {
  .navbar {
    width: 100%;
  }
  .navbar > .container {
    max-width: 1140px;
  }
  .navbar-brand {
    width: 150px;
  }
  .nav-link {
    padding-left: 15px !important;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .navbar {
    width: 100% !important;
  }
  .carousel-caption {
    bottom: 32%;
  }
  .the_rise_series li .card .card-title span {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 1rem;
    position: relative;
  }
  .navbar-collapse {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0px;
    background: linear-gradient(
      90deg,
      rgba(240, 132, 28, 1) 10%,
      rgba(212, 48, 40, 1) 70%
    );
  }
  .nav-link {
    padding: 10px !important;
  }
  .our-vistion-mission .content-box-title {
    border-radius: 0rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .our-vistion-mission .content-box p {
    font-size: 1rem;
  }
  .container {
    max-width: 100%;
  }
  .title {
    margin-bottom: 1.5rem;
  }
  .title h2 {
    font-size: 2rem;
  }
  .carousel-caption h5 {
    font-size: 1.5rem;
  }
  .navbar-toggler {
    border: solid 1px #fff;
    box-shadow: none !important;
    background-color: #fff;
  }
  .membership-b .small-title h5 {
    font-size: 16px;
  }
  .the_rise_series li .card .card-title {
    font-size: 2.5rem;
  }
  .download-brochure {
    font-size: 25px !important;
  }
  .the_rise_series li:first-child .card .card-title {
    font-size: 1.5rem;
  }
  .the_rise_series li .card {
    padding: 1rem 10px;
  }
  .the_rise_series li .card .card-title {
    font-size: 2rem;
  }
  .the_rise_series li .card .card-title span {
    font-size: 1rem;
  }
  .four-box .content-box {
    text-align: center;
  }
  .four-box,
  .membership-b {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .four-box .ratio {
    margin-bottom: 2rem;
  }
  .main_containt .img-wrapper img {
    right: 0;
  }
  .cities_sec .box {
    font-size: 1rem;
  }
  .breadcrumb-custom > .breadcrumb-title h2 {
    font-size: 2.3rem;
  }
  .carousel {
    margin-top: -32px;
  }
  .carousel svg {
    margin-top: -56px;
  }
  .our-vistion-mission .content-box {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .intro,
  .membership-b,
  .team,
  .scheme-slider,
  .team {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .four-box {
    padding-bottom: 3rem;
  }
  .carousel-caption h5 {
    font-size: 1.6rem;
  }
  .intro .img-wrapper {
    min-height: 584px;
  }
  .download-brochure {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 40px;
  }
  .the_rise_series li:first-child .card {
    padding: 1rem 10px;
  }
  .the_rise_series li .card {
    padding: 0rem 10px;
  }
  .img-wrapper img {
    right: 0;
  }
  .title {
    margin-bottom: 1.5rem;
  }
  .breadcrumb-custom > .breadcrumb-title h2 {
    font-size: 2.5rem;
  }
  .cities_sec .box span {
    font-size: 2rem;
  }
  .cities_sec {
    margin-bottom: 1rem;
  }
  .season-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .breadcrumb-custom {
    background-position: inherit;
  }
  .title h2 {
    font-size: 1.5rem;
  }
  .our-vistion-mission .our-mission,
  .our-vistion-mission .our-vistion {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .title h2 {
    font-size: 1.7rem;
  }
  .carousel-caption {
    bottom: 0%;
  }
  .download-brochure {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 40px;
  }
  .the_rise_series li .card {
    padding: 1rem 10px;
  }
  .footer-links ul {
    flex-direction: column;
  }
  .intro .img-wrapper {
    min-height: 515px;
  }
  .scheme-slider .owl-item .item .caption {
    padding: 0;
  }
  .scheme-slider .owl-item .item .caption h4 {
    font-size: 16px;
  }
  .scheme-slider .owl-item .item .caption p {
    font-size: 14px;
  }
  .inner-titles h2 {
    font-size: 1.5rem;
  }
  .clients-inner ul li span {
    height: 80px;
  }
  .main_containt .small-img {
    margin-bottom: 0;
  }
  .scheme-page .speaker-list li .caption {
    padding: 1rem 0 0 0;
  }
  .scheme-page .speaker-list li .caption h4 {
    font-size: 16px;
  }
  .testimonials-page .single-testimonial .card-body {
    padding: 2rem 1rem;
  }
  .testimonials-page .media .testimonial-content {
    margin-top: 2rem;
  }
  .testimonials-page .single-testimonial .testimonial-content-name {
    margin-top: 1.5rem;
  }
  .scheme-page .speaker-list li .caption p {
    font-size: 14px;
  }
  .gallery-page {
    margin: 2rem 0;
  }
}

@media (max-width: 480px) {
  .intro .img-wrapper {
    min-height: 340px;
  }
  .breadcrumb-custom {
    min-height: 230px;
  }
  .breadcrumb-custom > .breadcrumb-title h2 {
    font-size: 1.5rem;
  }
  .cities_sec .box {
    padding: 1rem 0rem;
  }
  .clients-inner {
    padding-bottom: 0;
  }
  .carousel-caption h5 {
    font-size: 1rem;
  }
  .accordion-button {
    font-size: 1.2rem;
  }
}

/*rhidham garg css*/

.contenter-names{
    text-align: center;
    padding: 2rem;
}
.view a{
    background: linear-gradient(90deg, rgba(240, 132, 28, 1) 10%, rgba(212, 48, 40, 1) 70%);
    color: white;
    padding: 6px 25px;
    text-decoration: none;
    border-radius: 16px;
    font-size: 18px;
}
.view a:hover{
    background: linear-gradient(220deg, rgba(240, 132, 28, 1) 10%, rgba(212, 48, 40, 1) 70%);
   transition: all 0.5s;
}

.list-unstyleds{
    list-style: none;
}
.contenter-names h4{
       font-weight: 700;
}

.innovat_card {
    box-shadow: 3px 4px 15px rgb(0 0 0 / 9%);
}