@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap");
.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: linear-gradient(left, rgba(65, 128, 255, 0.75), rgba(65, 127, 253, 0.9));
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

a,
.btn {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

/* Global */
body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}

a:hover {
  color: #cc1e27;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.section-heading {
  position: relative;
  color: #cc1e27;
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.section-heading span {
  font-weight: 600;
}
.section-heading::after {
  content: "";
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #cc1e27;
}
.section-heading.text-left::after {
  left: 0;
  transform: none;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

/* theme-btn */
.theme-btn {
  border: 1px solid #cc1e27;
  outline: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #cc1e27;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
}
.theme-btn:hover {
  background: transparent;
  color: #cc1e27;
}
.theme-btn:focus {
  outline: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

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

/* owl-theme */
.owl-dots {
  margin-top: 40px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0 7px;
}
.owl-dot.active {
  background: #cc1e27;
}

/* modal */
.modal .modal-title {
  color: #000;
}

/* header */
header.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 5px 0;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-top: 5px solid #a12027;
}
header.main-header .bottom-bar {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  margin-bottom: -45px;
  z-index: 2;
}
header.main-header .bottom-bar:before {
  content: "";
  width: 100%;
  height: 100px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 0 0 80px 80px;
}
header.main-header .bottom-bar img {
  position: relative;
  max-width: 120px;
  margin: 0 20px;
}
header.main-header .navbar {
  margin: auto;
}
header.main-header .navbar .navbar-links {
  list-style-type: none;
  display: flex;
  align-items: center;
}
header.main-header .navbar .navbar-links li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
header.main-header .navbar .navbar-links li a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: -10px;
  left: calc(50% - 6px);
  border-top: solid 6px #a12027;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
header.main-header .navbar .navbar-links li a:hover, header.main-header .navbar .navbar-links li a.active {
  color: #a12027;
}
header.main-header .navbar .navbar-links li a:hover::after, header.main-header .navbar .navbar-links li a.active::after {
  opacity: 1;
}
header.main-header .navbar .navbar-links li.navbar-dropdown {
  position: relative;
}
header.main-header .mobile-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #a12027;
  padding: 20px 40px 15px;
  z-index: 5;
  transition: 0.25s ease-in-out;
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  overflow-y: auto;
}
header.main-header .mobile-nav .res-log {
  max-width: 90px;
  margin-bottom: 20px;
}
header.main-header .mobile-nav a#res-cross:hover:before {
  transform: rotate(90deg);
}
header.main-header .mobile-nav a#res-cross:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../images/remove.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  transition: 0.5s all;
}
header.main-header .mobile-nav ul li a svg {
  width: 11px;
}
header.main-header .mobile-nav > ul > li.menu-item-has-children:before {
  content: "";
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
header.main-header .mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  border-top: 1px solid #d4d4d4;
  margin-top: 8px;
}
header.main-header .mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
header.main-header .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transition-delay: 0.1s;
}
header.main-header .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}
header.main-header .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -13px;
}
header.main-header .mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #d4d4d4;
  padding: 10px 0;
  display: block;
}
header.main-header .mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
header.main-header .mobile-nav > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
header.main-header .mobile-nav > ul li > a {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}
header.main-header .mobile-nav .donation {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
header.main-header .mobile-nav .donation a:first-child {
  margin-right: 40px;
}
header.main-header .mobile-nav .donation a.theme-btn {
  padding: 10px 30px;
}
header.main-header .mobile-nav .donation a.cart {
  position: relative;
}
header.main-header .mobile-nav .donation a.cart:before {
  content: "1";
  color: white;
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  top: -7px;
  right: -19px;
  z-index: 1;
  font-size: 13px;
}
header.main-header .mobile-nav .social-media li a {
  margin-right: 0;
}
header.main-header .mobile-nav > ul.social-media > li:not(:last-child) {
  border: 0;
}
header.main-header .mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1200px) {
  header.main-header .mobile-nav.open {
    width: 40%;
  }
}
@media (max-width: 767px) {
  header.main-header .mobile-nav.open {
    width: 95%;
  }
}
header.main-header .bar-menu {
  display: none;
  position: relative;
}
@media (max-width: 1200px) {
  header.main-header .container {
    max-width: 100%;
  }
  header.main-header .navbar {
    display: none;
  }
  header.main-header .bar-menu {
    display: block;
    cursor: pointer;
  }
  header.main-header .bottom-bar {
    height: 50px;
    margin: 0;
  }
  header.main-header .bottom-bar img {
    max-width: 80px;
  }
  header.main-header .bottom-bar::before {
    width: calc(100% + 12px);
    height: auto;
  }
}

/* Footer start */
footer {
  position: relative;
  line-height: 25px;
  text-align: center;
  background: #cc1e27;
  margin-top: 70px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-social {
  margin: 30px 0 50px;
}
footer .footer-social ul {
  margin: 20px 0 0 40px;
}
footer .footer-social ul li {
  display: inline-block;
  margin-right: 3px;
}
footer .footer-social ul li a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #fff;
  color: #cc1e27;
  line-height: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 10px;
  transition: 0.3s;
}
footer .footer-social ul li a:hover {
  background: #fff;
}
footer .footer-social ul li a:hover span {
  color: #cc1e27;
  transition: 0.4s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  footer .footer-social {
    margin: 0 0 30px;
  }
  footer .footer-social ul {
    margin: 0;
  }
}
footer .footer-logo {
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
footer .footer-logo::before {
  width: 150px;
  border-bottom: solid 150px rgb(204, 30, 39);
  border-left: solid 150px transparent;
  border-right: solid 150px transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-logo img {
  max-width: 110px;
  position: relative;
  margin-top: -100px;
}
footer .footer-address {
  margin: 30px 0;
  padding: 0 40px;
  text-align: left;
}
footer .footer-address.left-border {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  footer .footer-address.left-border {
    border: none;
    margin: 0;
  }
}
footer .footer-address ul li {
  display: flex;
  margin: 20px 0;
  font-size: 32px;
  line-height: 1.5;
}
footer .footer-address ul li .fa {
  font-size: 32px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  footer .footer-address ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-address {
    margin: 30px 0;
    padding: 0;
  }
  footer .footer-address p {
    font-size: 12px;
  }
  footer .footer-address ul li {
    font-size: 12px;
    line-height: 1.3;
  }
  footer .footer-address ul li .fa {
    font-size: 16px;
    margin-right: 10px;
    line-height: 20px;
  }
}
footer .copyright {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
footer .copyright p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    display: block;
  }
}

/* Footer End */
/* to-top start */
.to-top {
  background: #cc1e27;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 3%;
  text-align: center;
  z-index: 999;
  display: none;
}
.to-top.fixed {
  display: block;
}

/* to-top End */
.particle-bg::before, .particle-bg::after {
  content: "";
  position: fixed;
  right: 0;
  width: 150px;
  height: 100%;
  background: url("../images/dot-particle-bg.png") no-repeat right center;
}
@media screen and (max-width: 568px) {
  .particle-bg::before, .particle-bg::after {
    display: none;
  }
}

/* page-wrapper */
.page-wrapper {
  display: flex;
}
.page-wrapper .left-content {
  width: 100%;
}
.page-wrapper .right-content {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .page-wrapper {
    display: block;
  }
  .page-wrapper .left-content,
  .page-wrapper .right-content {
    width: 100%;
    overflow: hidden;
  }
  .page-wrapper .left-content {
    padding-top: 70px;
  }
}

/* register-wrapper  */
.register-wrapper {
  padding: 20px;
}
.register-wrapper h3 {
  position: relative;
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 3px dashed #cc1e27;
}
.register-wrapper h3 span {
  font-weight: 600;
}
.register-wrapper .register-form input {
  font-size: 16px;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
.register-wrapper .register-form .btn {
  position: relative;
  background: #cc1e27;
  border: 1px solid #cc1e27;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 15px;
  font-weight: 600;
}
.register-wrapper .register-form .btn .fa {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 30px;
}
.register-wrapper .register-form .btn:hover {
  background: #fff;
  color: #363435;
}
.register-wrapper .register-close {
  display: none;
  background: #c09745;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 101;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .register-wrapper {
    display: none;
  }
  .register-wrapper.active {
    display: block;
    padding: 50px 30px;
    overflow-y: auto;
  }
  .register-wrapper .register-close {
    display: block;
  }
}

.register-btn {
  font-size: 24px;
  position: fixed;
  background: #c09745;
  z-index: 9;
  top: calc(50% - 50px);
  right: -75px;
  color: #fff;
  width: 190px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: rotate(-90deg);
  border-radius: 10px 10px 0 0;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .register-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .register-btn {
    width: 155px;
    font-size: 20px;
    right: -58px;
  }
}

/* Banner Start */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner-slider .owl-controls {
  display: none;
}
.banner .banner-slider .banner-list-video {
  background: #77767a;
}
.banner .banner-slider .banner-list-video .row {
  align-items: center;
  height: 500px;
}
.banner .banner-slider .banner-list-video .row .video {
  position: relative;
  border-radius: 20px;
}
.banner .banner-slider .banner-list-video .row .video .play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background: #cc1e27;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.banner .banner-slider .banner-list-video .row .video .play-pause:hover {
  background: #a12027;
}
.banner .container {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* highlight-section */
.highlight-section {
  position: relative;
  background: #363435;
  overflow: hidden;
}
.highlight-section .thumbnail {
  position: absolute;
  left: 0;
  width: 50%;
}
.highlight-section .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight-section .content {
  padding: 100px 0 100px 50px;
  color: #fff;
  font-size: 24px;
}
.highlight-section .content .section-heading {
  font-size: 36px;
  color: #fff;
}
.highlight-section .content ul {
  padding-left: 20px;
}
.highlight-section .content ul li {
  list-style: initial;
  padding: 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .highlight-section .thumbnail {
    position: static;
    width: 100%;
  }
  .highlight-section .content {
    padding: 25px 10px;
    font-size: 16px;
  }
}

/* video-secti */
.video-section {
  position: relative;
  background: #cc1e27;
  overflow: hidden;
  height: 600px;
}
.video-section .video {
  position: absolute;
  width: 50vw;
  height: 600px;
  left: 0;
}
.video-section .video video {
  top: 20%;
  transform: translateY(-20%);
}
.video-section .video .play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #cc1e27;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.video-section .video .play-pause:hover {
  background: #a12027;
}
.video-section .content {
  padding: 100px 0 100px 50px;
  color: #fff;
  font-size: 24px;
  height: 600px;
  display: flex;
  align-items: center;
}
.video-section .content .section-heading {
  font-size: 52px;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .video-section {
    height: auto;
    padding: 20px 0 40px 0;
  }
  .video-section .video {
    position: relative;
    width: 100%;
    height: auto;
  }
  .video-section .video video {
    transform: none;
  }
  .video-section .content {
    padding: 25px 10px;
    font-size: 16px;
    height: auto;
  }
  .video-section .content .section-heading {
    font-size: 28px;
  }
  .video-section .content .section-heading br {
    display: none;
  }
}

/* about-section */
.about-section {
  position: relative;
  padding: 60px 0 80px;
  text-align: center;
  background: #fff;
}
.about-section h2 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  color: #cc1e27;
  font-style: italic;
}
.about-section h3 {
  font-size: 26px;
  line-height: 40px;
  max-width: 660px;
  margin: 0 auto;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 30px 0;
  }
  .about-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-section h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

/* partner-section */
.team-section {
  padding: 60px 0 110px;
  background-color: #f0f9ff;
  margin-bottom: -70px;
}
.team-section ul {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.team-section ul li {
  margin: 10px;
  padding: 20px;
  background: #fff;
}
.team-section ul li img {
  width: 100%;
}

/* partner-section */
.partner-section {
  padding: 0 0 60px 0;
}
.partner-section ul {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.partner-section ul li {
  margin: 10px;
  padding: 10px;
  background: #fff;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .partner-section ul li {
    width: calc(50% - 20px);
  }
}
.partner-section ul li img {
  width: 100%;
}

/* gallery-section */
.gallery-section {
  padding: 60px 0 0;
}
.gallery-section ul {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
}
.gallery-section ul li {
  background: #fff;
  width: 25%;
  overflow: hidden;
  position: relative;
}
.gallery-section ul li img {
  transition: all 1s;
}
.gallery-section ul li .gallery-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  padding: 30px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  display: flex;
  align-items: center;
  text-align: center;
}
.gallery-section ul li .gallery-overlay p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.gallery-section ul li:hover img {
  transform: scale(1.3);
}
.gallery-section ul li:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .gallery-section ul li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section ul li {
    width: 50%;
  }
}
.gallery-section ul li img {
  width: 100%;
}
.gallery-section.parent-gallery-section {
  background-color: #fff;
  padding-bottom: 60px;
}
.gallery-section.parent-gallery-section ul li {
  width: 31.3%;
  margin: 1%;
  border: 3px solid #cc1e27;
}
@media screen and (max-width: 767px) {
  .gallery-section.parent-gallery-section ul li {
    width: 50%;
    margin: 0;
    border: none;
  }
}

/* image-slider */
.image-slider-section .image-slider {
  margin-bottom: -10px;
}

/* participation */
.innerpage-banner {
  background: #cc1e27;
  padding: 70px 0 30px 0;
  color: #fff;
}
.innerpage-banner p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .innerpage-banner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .innerpage-banner p {
    font-size: 16px;
  }
}

/* participation-section */
.participation-section {
  padding: 50px 0;
  width: 100%;
}
.participation-section .participate_form_in {
  width: 100%;
}
.participation-section .form_head {
  margin-bottom: 50px;
}
.participation-section .form_head ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.participation-section .form_head ul li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.participation-section .form_head ul li:not(:last-child) {
  margin-right: 25px;
}
.participation-section .form_head ul li span {
  height: 43px;
  width: 43px;
  background: #cc1e27;
  border-radius: 100%;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 24px;
  margin-right: 12px;
}
.participation-section .form_head ul li h6 {
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #cc1e27;
}
.participation-section .form_head ul li.active h6 {
  color: #cc1e27;
}
.participation-section .form_head ul li.active span {
  background: #cc1e27;
}
.participation-section .participate_form {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  background: #cc1e27;
  color: #fff;
  margin-bottom: 40px;
}
.participation-section .participate_form .form-control {
  margin-bottom: 25px;
  background: transparent;
  color: #fff;
  padding: 10px;
}
.participation-section .participate_form .form-control::-moz-placeholder {
  color: #fff;
}
.participation-section .participate_form .form-control::placeholder {
  color: #fff;
}
.participation-section .participate_form .form-control:focus {
  box-shadow: none;
}
.participation-section .participate_form select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
.participation-section .participate_form input[type=checkbox] {
  position: absolute;
  top: 7px;
  margin-right: 10px;
}
.participation-section .participate_form label {
  padding-left: 25px;
}
.participation-section .participate_form label a {
  color: #cc1e27;
  font-weight: 600;
}
.participation-section .participate_form .theme-btn {
  margin: 30px auto 0;
  background: #fff;
  color: #cc1e27;
}
.participation-section .success .success_details ul li:not(:last-child) {
  margin-bottom: 20px;
}
.participation-section .success .success_details ul li strong {
  font-weight: 600;
}
.participation-section .success .success_details ul li .theme-btn {
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
}
.participation-section .success .success_lft {
  background: #cc1e27;
  padding: 30px;
  color: #fff;
}
.participation-section .success .success_lft h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.participation-section .success .success_lft h3 {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .participation-section {
    padding: 20px 0 50px;
  }
  .participation-section .form_head {
    margin-bottom: 10px;
  }
  .participation-section .form_head ul {
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .participation-section .form_head ul li {
    margin: 10px 0;
  }
}

/* terms-conditions */
.terms-conditions {
  padding: 50px 0;
}
.terms-conditions .nav-tabs {
  margin: 0 0 30px;
  border-bottom: 1px solid #cc1e27;
}
.terms-conditions .nav-tabs li a {
  font-size: 18px;
  padding: 10px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #cc1e27;
  border-bottom: none;
}
.terms-conditions .nav-tabs li a.active {
  background: #cc1e27;
  color: #fff;
}
.terms-conditions h2 {
  font-size: 28px;
  color: #cc1e27;
  margin-bottom: 10px;
  font-weight: 600;
}
.terms-conditions h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 2px solid #363435;
  display: inline-block;
}
.terms-conditions ol {
  list-style: decimal;
  padding-left: 20px;
}
.terms-conditions ol li {
  margin-bottom: 15px;
}
.terms-conditions ul {
  list-style: initial;
  padding-left: 20px;
}
.terms-conditions ul li {
  margin-bottom: 15px;
}

/* terms-conditions */
.checkout-page {
  padding: 50px 0;
}
.checkout-page .btn {
  background-color: #cc1e27;
  padding: 10px 30px;
}
.checkout-page ul {
  list-style: initial;
  background: #eee;
  padding: 20px 40px;
  border-radius: 10px;
}
.checkout-page ul li {
  margin-bottom: 10px;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */