@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Metal&display=swap");
.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 255, 0.75)), to(rgba(65, 127, 253, 0.9)));
  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: #201e1e;
  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: "Metal", cursive;
}

/* Global */
body {
  font-family: "Merriweather", serif;
  color: #201e1e;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 300;
}

a:hover {
  color: #201e1e;
}

img {
  max-width: 100%;
}

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

.section-heading {
  position: relative;
  color: #201e1e;
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.section-heading span {
  font-weight: 600;
}

.section-heading::after {
  content: "";
  position: absolute;
  width: 80px;
  bottom: 0;
  border-bottom: 5px solid #201e1e;
}

.section-heading.text-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-heading.text-left::after {
  left: 0;
}

.section-heading.text-right::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section-heading::after {
    width: 80px;
  }
  .section-heading.sm-text-left {
    text-align: left !important;
  }
  .section-heading.sm-text-left::after {
    left: 0;
  }
}

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

.theme-btn:hover {
  background: transparent;
  color: #201e1e;
}

.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;
}

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

/* font-weight */
.fw-800 {
  font-weight: 800;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
}

header .header-top {
  background: #201e1e;
  color: #fff;
  padding: 5px 0;
}

header .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

header .header-top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

header .header-top ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

header .header-top ul li .fa {
  margin-right: 10px;
  font-size: 20px;
}

header .header-top ul li a {
  font-size: 15px;
  color: #fff;
}

header .navbar {
  padding: 0 1rem;
}

header .navbar-brand-center {
  max-width: 250px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
}

header .navbar-collapse {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

header .navbar-nav li {
  text-transform: uppercase;
  font-weight: 600;
}

header .navbar-nav li a {
  padding: 34px 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

header .navbar-nav li a:hover {
  color: #201e1e;
}

header .navbar-nav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #201e1e;
  bottom: 0;
  left: -100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .navbar-nav li a.active {
  color: #201e1e;
}

header .navbar-nav li a.active::after {
  opacity: 1;
  left: 0;
}

header .navbar-toggler {
  border: none !important;
  outline: none;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 76px;
    padding: 10px;
    border-bottom: 10px solid #201e1e;
  }
  header .navbar-brand {
    max-width: 175px;
    padding: 15px 0;
  }
  header .navbar-nav li {
    padding: 0;
  }
  header .navbar-nav li a {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (max-width: 575px) {
  header .navbar-brand {
    max-width: 140px;
  }
  header .header-top ul li {
    padding: 0 10px;
  }
  header .header-top ul li a {
    font-size: 12px;
    color: #fff;
  }
}

/* Footer start */
footer {
  background: #201e1e;
  color: #f0f9ff;
  line-height: 25px;
  text-align: center;
  border-top: 5px solid #201e1e;
}

footer .footer-top {
  padding: 40px 0;
}

footer .footer-top .row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-social {
  text-align: center;
  margin-top: 40px;
}

footer .footer-social ul {
  margin: 0;
}

footer .footer-social ul li {
  display: inline-block;
  margin-right: 3px;
}

footer .footer-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  background: #fff;
  line-height: 26px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #201e1e;
  border-radius: 50%;
  color: #fff;
}

footer .footer-social ul li a span {
  color: #201e1e;
}

footer .footer-social ul li a:hover {
  background: #201e1e;
  border: 1px solid #fff;
}

footer .footer-social ul li a:hover span {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.1s;
          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;
}

footer .footer-logo img {
  max-width: 250px;
}

footer .footer-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 25px 0;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 600;
}

footer .footer-address ul li a {
  color: #201e1e;
}

footer .footer-address ul li .fa {
  font-size: 32px;
  line-height: 28px;
  color: #201e1e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  footer .footer-address ul li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-address {
    margin: 30px 0;
  }
  footer .footer-address ul li {
    font-size: 20px;
  }
}

footer .copyright {
  background: #fff;
  color: #201e1e;
  padding: 20px 0;
}

footer .copyright a {
  color: #201e1e;
}

footer .copyright p {
  margin-bottom: 0;
}

footer .copyright .copyright-text {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  footer .footer-top {
    padding: 20px 0;
  }
  footer .footer-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer-logo img {
    max-width: 200px;
  }
  footer .footer-social {
    text-align: center;
    margin-bottom: 0;
  }
  footer .footer-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  footer .footer-address {
    margin: 0;
  }
  footer .footer-address ul li {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    margin: 10px 0;
  }
  footer .footer-address ul li .fa {
    font-size: 24px;
  }
  footer .copyright .d-flex {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

/* Footer End */
/* to-top start */
.to-top {
  background: #201e1e;
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 3%;
  text-align: center;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.to-top.fixed {
  display: block;
}

/* to-top End */
/* register-wrapper  */
.register-wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 101;
  background: rgba(55, 52, 53, 0.9);
}

.register-wrapper .register-inner {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  max-width: 650px;
}

.register-wrapper .register-form input {
  font-size: 16px;
  width: 100%;
  border: 1px solid #201e1e;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
}

.register-wrapper .register-form .theme-btn .fa {
  margin-left: 10px;
}

.register-wrapper .register-close {
  background: #201e1e;
  position: absolute;
  cursor: pointer;
  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%;
  cursor: pointer;
}

.register-wrapper.active {
  display: block;
  padding: 50px 30px;
  overflow-y: auto;
}

.register-btn {
  font-size: 16px;
  position: fixed;
  background: #201e1e;
  z-index: 9;
  top: calc(50% - 50px);
  right: -70px;
  color: #fff;
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .register-btn {
    display: block;
  }
}

/* Banner Start */
.banner {
  position: relative;
  overflow: hidden;
  margin-top: 125px;
}

.banner .banner-slider .owl-controls {
  display: none;
}

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media screen and (max-width: 575px) {
  .banner {
    margin-top: 115px;
  }
}

/* about-section */
.about-section {
  position: relative;
  padding: 60px 0 80px;
  background: url("../images/about-image.jpg") no-repeat right;
  background-size: cover;
}

.about-section h4 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 700;
  color: #201e1e;
}

.about-section p {
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 30px 0;
    background: #fff;
  }
  .about-section h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* partner-section */
.team-section {
  position: relative;
  padding: 60px 0;
  background: url("../images/slider/slider-4.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.team-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.team-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.team-section ul li {
  margin: 10px;
  padding: 20px;
  background: #fff;
  width: calc(100% / 4 - 20px);
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border: 1px solid #e2e2e2;
}

@media screen and (max-width: 991px) {
  .team-section ul li {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .team-section ul li {
    width: calc(100% / 2 - 20px);
    padding: 10px;
  }
}

.team-section ul li img {
  width: 100%;
}

/* gallery-section */
.gallery-section {
  padding: 60px 0;
  overflow: hidden;
}

.gallery-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.gallery-section ul li {
  margin: 10px;
  background: #fff;
  width: calc(100% / 4 - 20px);
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border: 1px solid #e2e2e2;
}

@media screen and (max-width: 991px) {
  .gallery-section ul li {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .gallery-section ul li {
    width: calc(100% / 2 - 20px);
    padding: 10px;
  }
}

.gallery-section ul li img {
  width: 100%;
}

.gallery-section .gallery-slider .owl-nav {
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
}

.gallery-section .gallery-slider .owl-nav .owl-prev,
.gallery-section .gallery-slider .owl-nav .owl-next {
  border: 1px solid #201e1e;
  background: #201e1e;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  padding: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.gallery-section .gallery-slider .owl-nav .owl-prev:hover,
.gallery-section .gallery-slider .owl-nav .owl-next:hover {
  background: #fff;
  color: #201e1e;
}

.gallery-section .gallery-slider .owl-nav .owl-prev {
  left: -70px;
}

.gallery-section .gallery-slider .owl-nav .owl-next {
  right: -70px;
}

/* participation */
.breadcrumb-section {
  background: #b0b0b0;
  margin-top: 125px;
  color: #fff;
  padding: 25px 0;
}

.breadcrumb-section p {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .breadcrumb-section {
    margin-top: 115px;
  }
  .breadcrumb-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .breadcrumb-section p {
    line-height: 1.3;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.participation-section .form_head ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #b0b0b0;
  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: #b0b0b0;
}

.participation-section .form_head ul li.active h6 {
  color: #201e1e;
}

.participation-section .form_head ul li.active span {
  background: #201e1e;
}

.participation-section .participate_form {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.participation-section .participate_form .form-control {
  margin-bottom: 25px;
}

.participation-section .participate_form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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: #201e1e;
  font-weight: 600;
}

.participation-section .participate_form .theme-btn {
  margin: 30px auto 0;
}

.participation-section .success .success_details ul li:not(:last-child) {
  margin-bottom: 20px;
}

.participation-section .success .success_details ul li strong {
  font-weight: 800;
}

.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: #201e1e;
  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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: 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 ol {
  list-style: decimal;
  padding-left: 20px;
}

.terms-conditions ol li {
  margin-bottom: 15px;
}

.terms-conditions h2 {
  font-size: 28px;
  color: #201e1e;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #201e1e;
}

.terms-conditions h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 2px solid #201e1e;
  display: inline-block;
}

.terms-conditions ul {
  list-style: initial;
  padding-left: 20px;
}

.terms-conditions ul li {
  margin-bottom: 15px;
}

/* contact-form */
.contact-form {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.contact-form h2 {
  display: block;
  margin-bottom: 0;
  border: none;
  text-transform: capitalize;
  font-size: 26px;
}

.contact-form h2::after {
  display: none;
}

.contact-form input,
.contact-form textarea {
  font-size: 16px;
  width: 100%;
  border: 1px solid #201e1e;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
}
/*# sourceMappingURL=main.css.map */