@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,600;1,700&display=swap");
.container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  background: #0F0F0F;
  color: #fff;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

header.home-header {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 82.96%, #1A1A1A 97.18%), linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("/asset/img/header.jpeg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
}
header.home-header::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
header.home-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  height: 25%;
  bottom: 0;
  background: rgb(15, 15, 15);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
header.home-header nav.navbar {
  background-color: rgba(2, 113, 216, 0.2);
  z-index: 999;
}
header.home-header nav.navbar .navbar-brand {
  font-family: "QUARTZ";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #FFFFFF;
}
header.home-header nav.navbar .nav-item .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  transition: all 0.5s;
  color: #fff;
}
header.home-header nav.navbar .nav-item .nav-link.active, header.home-header nav.navbar .nav-item .nav-link:hover {
  color: #D83502;
}
header.home-header .header-info {
  padding: 270px 0;
  position: relative;
  z-index: 9999;
}
@media (max-width: 768px) {
  header.home-header .header-info {
    padding: 66px 0;
    text-align: center;
  }
}
header.home-header .header-info h4 {
  color: #fff;
  font-weight: 500;
}
header.home-header .header-info h1 {
  font-weight: 600;
}
header.home-header .header-info h1 span {
  color: #0271D8;
}
header.home-header .header-info h1 div.h4 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
header.home-header .header-info h1.sec-title {
  color: #D83502;
}
header.home-header .header-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
  width: 98%;
}
header.home-header .header-info .custom-btn {
  width: 343px;
  height: 65px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  header.home-header .header-info .custom-btn {
    width: 80%;
    margin: 10px 0;
  }
}
header.home-header .header-info .custom-btn.book {
  background-color: #0271D8;
  margin-right: 17px;
}
@media (max-width: 768px) {
  header.home-header .header-info .custom-btn.book {
    width: 80%;
    margin: 10px 0px;
  }
}
header.home-header .header-info .custom-btn.get {
  background-color: #D83502;
}
header.home-header .overlay-header {
  position: absolute;
  mix-blend-mode: color-dodge;
  top: 167px;
  right: 162px;
}
@media (max-width: 768px) {
  header.home-header .overlay-header {
    position: unset;
  }
  header.home-header .overlay-header svg {
    width: 100%;
  }
}

header nav.navbar {
  background-color: rgba(2, 113, 216, 0.2);
  z-index: 999;
}
header nav.navbar .navbar-brand {
  font-family: "QUARTZ";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #FFFFFF;
}
header nav.navbar .nav-item .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  transition: all 0.5s;
  color: #fff;
}
header nav.navbar .nav-item .nav-link.active, header nav.navbar .nav-item .nav-link:hover {
  color: #D83502;
}

/**
*
* About Us
*
*/
section.about-us {
  position: relative;
  min-height: 782px;
  background-color: #070707;
  background-image: url("../img/aboutus.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
}
@media (max-width: 768px) {
  section.about-us {
    background-image: none;
  }
}
section.about-us .overlay {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  section.about-us .overlay {
    display: none;
  }
}
section.about-us .triangle {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
section.about-us .info {
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  section.about-us .info {
    text-align: center;
  }
}
section.about-us .info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #0271D8;
}
section.about-us .info h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 80.4%;
  /* or 13px */
  text-transform: lowercase;
  color: #FFFFFF;
}
section.about-us .info p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: lowercase;
  width: 53%;
  padding-bottom: 100px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.about-us .info p {
    width: 100%;
  }
}
section.about-us .info .more {
  padding-left: 143px;
  position: relative;
  max-width: 53%;
  display: block;
}
section.about-us .info .more a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  color: #0271D8;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 768px) {
  section.about-us .info .more {
    max-width: 100%;
  }
}
section.about-us .info .more:after {
  content: "";
  display: block;
  width: 137px;
  height: 2px;
  background: #D83502;
  left: 0;
  top: 50%;
  position: absolute;
}

/**
*
* our values
*
*/
section.values {
  padding: 63px 0 90px 0;
}
section.values h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  padding-bottom: 43px;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.values h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  /* or 4px */
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.values .icon {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
@media (max-width: 768px) {
  section.values .icon {
    float: unset;
    display: block;
    margin: 0;
  }
  section.values .icon img {
    display: block;
    margin: 0 auto;
  }
}
section.values .value {
  background: #0F0F0F;
  box-shadow: 0px 0px 17px #000000;
  border-radius: 18px;
  padding: 85px 43px;
  color: #fff;
}
section.values .value-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 17px;
}
section.values .value-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
}

/**
*
* our function
*
*/
section.functions {
  background-image: url("../img/function-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 210px;
  background-position: -61px 0px;
}
section.functions h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  padding-bottom: 230px;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.functions h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  /* or 4px */
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
@media (max-width: 425px) {
  section.functions h2 {
    padding-bottom: 50px;
  }
}
section.functions span.info {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.functions .function {
    text-align: center;
    display: flex;
    margin: 15px 0;
    justify-content: center;
  }
}
section.functions .function .icon {
  float: left;
  margin-right: 12px;
}
@media (max-width: 425px) {
  section.functions .function .icon {
    float: unset;
  }
}
section.functions .function .function-info {
  font-size: 20px;
  line-height: 24px;
  float: left;
  width: 63%;
  margin-top: 15px;
  text-transform: capitalize;
  font-style: normal;
}
@media (max-width: 425px) {
  section.functions .function .function-info {
    float: unset;
  }
}
section.functions .function .function-info .function-step {
  font-weight: 300;
  color: #D83502;
  padding-bottom: 6px;
}
section.functions .function .function-info .function-title {
  font-weight: 600;
  color: #0271D8;
  padding-bottom: 12px;
  text-transform: uppercase;
}
section.functions .function .function-info .function-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

section.team {
  margin: 30px 0;
}
section.team .swiper {
  padding: 35px 35px 55px;
}
section.team .swiper .swiper-pagination {
  bottom: 0px;
}
section.team .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #0271D8;
  opacity: 1;
  background-color: transparent;
}
section.team .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0271D8;
}
section.team .swiper .swiper--prev, section.team .swiper .swiper-rtl .swiper--next {
  position: absolute;
  left: 43.5%;
  right: auto;
  width: 19px;
  top: 96%;
  cursor: pointer;
  z-index: 999;
}
section.team .swiper .swiper--next, section.team .swiper .swiper-rtl .swiper--prev {
  cursor: pointer;
  position: absolute;
  right: 43.1%;
  left: auto;
  width: 19px;
  top: 96%;
  z-index: 999;
}
section.team h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.team h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  /* or 4px */
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.team .team-member {
  text-align: center;
  transform: scale(1, 1);
  transition: all 0.5s;
}
section.team .team-member:hover {
  transform: scale(1.1);
}
section.team .team-member:hover .team-info {
  border-bottom: 4px solid #0271D8;
}
section.team .team-member .team-img img {
  width: 100%;
  height: 333px;
}
section.team .team-member .team-info {
  background: #0F0F0F;
  border-bottom: 4px solid #D83502;
  box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.96);
  border-radius: 9px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 33px 91px 57px;
  transition: all 0.75s;
}
section.team .team-member .team-info .team-job {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #0271D8;
  text-transform: uppercase;
}
section.team .team-member .team-info .team-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

section.services {
  background-image: url("../img/services.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 91px;
}
section.services h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.services h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  /* or 4px */
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.services .vl {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #d83502, rgb(11, 96, 178)) 1 100%;
}
@media (max-width: 768px) {
  section.services .vl {
    border-right: 0px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #d83502, rgb(11, 96, 178)) 0 0 100% 0/3px 0 3px 0 stretch;
  }
}
section.services ul.services-list-right {
  padding-left: 120px;
}
@media (max-width: 768px) {
  section.services ul.services-list-right {
    padding-left: 0px;
  }
}
section.services ul.services-list-right li.service {
  font-weight: 600;
  font-size: 18px;
  line-height: 290.4%;
  /* or 52px */
  letter-spacing: 0.37em;
  text-transform: uppercase;
}
section.services ul.services-list-right li.service i {
  padding-right: 23px;
  color: #D83502;
}
section.services ul.services-list-left li.service {
  font-weight: 600;
  font-size: 18px;
  line-height: 290.4%;
  letter-spacing: 0.37em;
  text-transform: uppercase;
}
section.services ul.services-list-left li.service i {
  padding-right: 23px;
  color: #0271D8;
}

section.clients {
  padding: 94px 0;
}
section.clients h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.clients h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.clients .col-12 .client-img {
  padding: 90px 86px;
}
@media (max-width: 768px) {
  section.clients .col-12 .client-img {
    padding: 15px;
  }
}
section.clients .col-12 .client-img img {
  max-width: 100%;
}
section.clients .col-12:nth-child(1) {
  border-right: 1px solid;
  border-image: linear-gradient(0deg, #874C53 0%, #1b63ae 100%, #1b63ad 100%) 1 100%;
}
section.clients .col-12:nth-child(2) {
  border-image-slice: 1 !important;
  border-image: linear-gradient(to left, #d83502, rgb(11, 96, 178)) 1 100%;
}
section.clients .col-12:nth-child(3) {
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, #d83502, rgb(11, 96, 178)) 1 100%;
}
section.clients .col-12:nth-child(4) {
  border-top: 1px solid;
  border-right: 1px solid;
  border-image-slice: 1 !important;
  border-image: linear-gradient(180deg, #874C53 0%, #D83502 100%, #D83602 100%) 1 100%;
}
section.clients .col-12:nth-child(5) {
  border-top: 1px solid transparent;
  border-image-slice: 1 !important;
  border-image: linear-gradient(272deg, #455F95 0%, #874C54 100%);
}
section.clients .col-12:nth-child(6) {
  border-top: 1px solid;
  border-left: 1px solid;
  border-image-slice: 1 !important;
  border-image: linear-gradient(to top, #d83502, rgb(11, 96, 178)) 1 100%;
}

section.talents h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.talents h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
@media (min-width: 768px) {
  section.talents .col-xxl-4 {
    flex: 1;
    transition: 0.5s all;
    width: 100%;
  }
}
@media (min-width: 769px) {
  section.talents .col-xxl-4:hover {
    flex: 4;
  }
}
section.talents .col-xxl-4:hover .talent {
  border-left: 12px solid #0271D8;
}
@media (min-width: 769px) {
  section.talents .col-xxl-4:hover .talent .talent-image {
    transform: translate(-121px, 0px);
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  section.talents .col-xxl-4:hover .talent .talent-image {
    width: 100%;
    display: block;
  }
}
section.talents .col-xxl-4:hover .talent .talent-image img {
  border: 2px dashed #0271D8;
}
section.talents .col-xxl-4:hover .talent .talent-info {
  opacity: 1;
  top: 50px;
  left: 241px;
  transition: all 1s;
}
@media (max-width: 768px) {
  section.talents .col-xxl-4:hover .talent .talent-info {
    height: 100%;
    display: block;
  }
}
section.talents .col-xxl-4 .talent {
  padding: 65px 96px 65px 27px;
  background: #0F0F0F;
  border-left: 12px solid #D83502;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.96);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  section.talents .col-xxl-4 .talent {
    padding: 65px 27px 65px;
    text-align: center;
  }
}
section.talents .col-xxl-4 .talent .talent-image {
  margin-right: 0px;
  transition: all 0.5s;
}
@media (min-width: 769px) {
  section.talents .col-xxl-4 .talent .talent-image {
    transform: translate(30px, 0px);
  }
}
section.talents .col-xxl-4 .talent .talent-image img {
  margin: 0 auto;
  display: block;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed #D83502;
  transition: all 0.8s;
}
section.talents .col-xxl-4 .talent .talent-info {
  transition: all 0.7s;
  top: 50px;
  width: 100%;
  opacity: 0;
  left: 428px;
  position: absolute;
  padding-top: 30px;
}
@media (max-width: 768px) {
  section.talents .col-xxl-4 .talent .talent-info {
    width: 100%;
    display: none;
    position: unset;
    height: 0%;
  }
}
section.talents .col-xxl-4 .talent .talent-info .talent-name {
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
section.talents .col-xxl-4 .talent .talent-info .talent-date {
  padding-bottom: 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: uppercase;
  color: #C9C9C9;
}
section.talents .col-xxl-4 .talent .talent-info .talent-social span {
  padding-right: 20px;
}
section.talents .col-xxl-4 .talent .talent-info .talent-social span:last-child {
  padding-right: 0px;
}
section.talents .col-xxl-4 .talent .talent-info .talent-social span a {
  text-decoration: none;
}

section.work-gallery {
  position: relative;
  padding: 0 240px;
}
@media (max-width: 768px) {
  section.work-gallery {
    padding: 0 15px;
    overflow: hidden;
  }
}
section.work-gallery .mid-left-icon {
  position: absolute;
  left: 0px;
  top: 22%;
  z-index: -1;
}
section.work-gallery .mid-right-icon {
  position: absolute;
  right: 0px;
  top: 22%;
  z-index: -1;
}
section.work-gallery h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.work-gallery h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.work-gallery .filters {
  text-align: center;
  margin: 15px 0;
}
section.work-gallery .filters span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: #D83502;
  width: 96px;
  cursor: pointer;
  padding: 10px;
  margin: 0 22px;
}
section.work-gallery .filters span.active {
  background-color: #0271D8;
}
section.work-gallery .filters.filtergobig {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
}
section.work-gallery .galler {
  overflow: hidden;
}
section.work-gallery .galler .swiper-slide {
  width: 100%; /* full width */
  height: 800px;
}
section.work-gallery .galler .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
section.work-gallery .galler.imbig {
  position: fixed;
  top: 0;
  left: 0;
  /* margin: 0 auto; */
  width: 100%;
  height: 100%;
  right: 0px;
  background-color: #000;
  z-index: 999;
  padding: 64px;
}
section.work-gallery .galler.grid {
  flex-flow: row wrap;
  display: flex;
  justify-content: space-around;
}
section.work-gallery .galler.grid .swiper-slide {
  width: 25% !important; /* full width */
  height: 300px;
  display: inline;
  flex-shrink: 1;
  margin: 20px auto;
  margin-right: 40px !important;
}
section.work-gallery .galler.grid .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
section.work-gallery .gallery-btn {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 300px;
  background-color: #000000;
  height: 80px;
}
section.work-gallery .gallery-btn .flickity-fullscreen-button {
  right: 125px;
}
section.work-gallery .gallery-btn .flickity-button {
  position: absolute;
}
section.work-gallery .options {
  background-color: #000;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
}
section.work-gallery .options div {
  cursor: pointer;
  padding: 0 30px;
}

section.events h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.events h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.events .swiper-events {
  padding: 35px 35px 55px;
}
section.events .swiper-events .swiper-pagination {
  bottom: 0px;
}
section.events .swiper-events .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #0271D8;
  opacity: 1;
  background-color: transparent;
}
section.events .swiper-events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0271D8;
}
section.events .swiper-events .swiper--prev, section.events .swiper-events .swiper-rtl .swiper--next {
  position: absolute;
  left: 39%;
  right: auto;
  width: 19px;
  top: 94.9%;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  section.events .swiper-events .swiper--prev, section.events .swiper-events .swiper-rtl .swiper--next {
    display: none;
  }
}
section.events .swiper-events .swiper--next, section.events .swiper-events .swiper-rtl .swiper--prev {
  cursor: pointer;
  position: absolute;
  right: 38.6%;
  left: auto;
  width: 19px;
  top: 94.9%;
  z-index: 999;
}
@media (max-width: 768px) {
  section.events .swiper-events .swiper--next, section.events .swiper-events .swiper-rtl .swiper--prev {
    display: none;
  }
}
section.events .event {
  background: #0F0F0F;
  box-shadow: 0px 0px 17px #000000;
  border-radius: 18px;
  overflow: hidden;
}
section.events .event .event-img {
  float: left;
  width: 40%;
  height: 100%;
}
@media (max-width: 425px) {
  section.events .event .event-img {
    width: 100%;
  }
}
section.events .event .event-img img {
  width: 100%;
  max-height: 340px;
  height: 340px;
  object-fit: cover;
}
section.events .event .event-info {
  padding: 50px 25px 49px 30px;
  float: right;
  width: 60%;
}
@media (max-width: 425px) {
  section.events .event .event-info {
    width: 100%;
  }
}
section.events .event .event-info .event-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
section.events .event .event-info .flex {
  display: flex;
}
section.events .event .event-info .flex .event-city, section.events .event .event-info .flex .event-place {
  font-weight: 600;
  display: flex;
  color: #0271D8;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  align-items: center;
  text-transform: capitalize;
}
section.events .event .event-info .flex .event-hr {
  padding: 0 16px;
  color: #0271D8;
}
section.events .event .event-info .event-desc {
  padding-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 207.4%;
  text-transform: lowercase;
  color: #FFFFFF;
}
section.events .event .event-info .event-more {
  color: #0271D8;
  padding-top: 10px;
}
section.events .event .event-info .event-more a {
  text-decoration: none;
}

section.contact {
  margin: 170px 0;
  position: relative;
  padding: 0 153px;
}
@media (max-width: 768px) {
  section.contact {
    padding: 0 15px;
  }
}
section.contact h2 {
  font-style: normal;
  padding: 33px;
  font-weight: 400;
  font-size: 28px;
  line-height: 104.9%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #D83502;
}
section.contact h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26%;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #0271D8;
}
section.contact .top-left-icon {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
section.contact .bottom-right-icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
section.contact .contact-box {
  padding: 92px 103px;
  background: #0F0F0F;
  box-shadow: 0px 0px 17px #000000;
  border-radius: 18px;
}
@media (max-width: 768px) {
  section.contact .contact-box {
    padding: 40px 15px;
  }
}
section.contact .contact-box input, section.contact .contact-box textarea {
  background: #161616;
  border-bottom: 1px solid #393939;
  border-radius: 7px;
  color: #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
section.contact .contact-box button {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  width: 343px;
  padding: 17px 0;
  margin: 42px auto;
  background: #0271D8;
  border-radius: 5px;
}
section.contact .contact-box .socials {
  padding-top: 86px;
}
section.contact .contact-box .socials .social:last-child {
  display: flex;
  justify-content: center;
}
section.contact .contact-box .socials .social .icon {
  float: left;
  padding-right: 13px;
}
section.contact .contact-box .socials .social .item {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-transform: capitalize;
  color: #BCBCBC;
}

footer {
  background-image: url("../img/footerbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 157px 0 0;
}
footer .mail a {
  color: #fff;
  text-decoration: none;
}
footer a {
  text-decoration: none;
}
footer section {
  padding-bottom: 120px;
}
footer .bottom-right {
  position: absolute;
  bottom: -24.64%;
  right: -35px;
  z-index: 1;
}
footer .bottom-right div {
  transform: rotate(60deg);
}
footer .bottom-right .icon1 {
  width: 320px;
  height: 320px;
  position: absolute;
  top: -151px;
  right: -74px;
  background: linear-gradient(0deg, rgba(216, 53, 2, 0.7), rgba(216, 53, 2, 0.7)), url(/asset/img/bgtexture.jpg);
}
footer .bottom-right .icon2 {
  box-shadow: 8px -32px 12px rgba(0, 0, 0, 0.15);
  width: 320px;
  height: 320px;
  background: linear-gradient(0deg, rgba(2, 113, 216, 0.7), rgba(2, 113, 216, 0.7)), url(/asset/img/bgtexture.jpg);
}
footer .copyright {
  z-index: 9;
  position: relative;
}
footer .copyright a {
  color: #D83502;
  text-decoration: none;
}

.event-filter {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
}
.event-filter.active {
  color: #D83502;
}

/**
    Event Page
**/
.mep-events-wrapper.wrapper, .mep-events-wrapper, .mep_related_product_area {
  all: unset;
}

.czar-event {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.czar-event .event-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.czar-event .event-info {
  margin: 31px 0;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: capitalize;
}
.czar-event .event-info .event-hr {
  padding: 0 16px;
  color: #0271D8;
}
.czar-event .event-info span.city, .czar-event .event-info span.place {
  padding-right: 5px;
  color: #D83502;
}
.czar-event .event-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 207.4%;
  text-transform: lowercase;
  color: #FFFFFF;
}
.czar-event .event-date {
  margin: 15px 0;
}
.czar-event .event-date span {
  padding-right: 5px;
  color: #D83502;
}
.czar-event .event-date p {
  display: inline-block;
}
.czar-event .ex-sec-title, .czar-event .button.button-default.woocommerce.button.alt.button.alt.btn-mep-event-cart {
  background-color: #0271D8;
  border: none;
}

article.page {
  margin: 50px;
}
article.page .entry-title {
  border: 3px solid #0271D8;
  border-radius: 31px 0px;
  padding: 19px 59px;
  display: inline-block;
}

.payment_btn {
  border-radius: 31px 0px;
  border: 3px solid #0271D8;
  padding: 19px 59px;
  color: #fff;
  background-color: #0271D8;
  margin: 0 auto;
  display: block;
}

.events .event-page-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px;
  overflow: unset;
  margin-top: 15px;
  border-radius: 15px;
  position: relative;
}
.events .event-page-slide .main-info {
  position: absolute;
  bottom: 30px;
  left: 80px;
}
.events .event-page-slide .main-info .event-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}
.events .event-page-slide .main-info .event-link {
  margin: 20px 0;
}
.events .event-page-slide .main-info .event-link a {
  display: inline-block;
  background: #0271D8;
  border-radius: 5px;
  padding: 20px 68px;
  color: #fff;
  text-decoration: none;
}
.events .event-page-slide .main-info span {
  color: #9C9C9C;
}

.woocommerce-checkout label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 16px;
  color: #FFFFFF;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background: #161616;
  color: #BCBCBC;
  border: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper .selection {
  width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper input, .woocommerce-checkout .woocommerce-input-wrapper select, .woocommerce-checkout .woocommerce-input-wrapper .select2 {
  border: 0px;
  background: #161616;
  border-bottom: 1px solid #393939;
  border-radius: 7px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  padding: 15px;
  color: #BCBCBC;
  align-items: stretch;
  width: 100%;
}
.woocommerce-checkout .wp-element-button {
  border: 0px;
  background: #161616;
  border-bottom: 1px solid #393939;
  border-radius: 7px;
  position: relative;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  padding: 15px;
  color: #BCBCBC;
  width: 100%;
  text-align: center;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods input[type=radio] {
  width: auto;
  float: left;
  margin: 6px 15px;
  width: 10px;
  height: 10px;
  position: relative;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods input[type=radio]:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0f0f0f;
  border: 1px solid #D83502;
  border-radius: 50%;
  right: 0;
  top: -3px;
  left: -2px;
  bottom: 0;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods input[type=radio]:checked:after {
  background-color: #D83502;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper {
  display: block;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper input[type=checkbox] {
  width: auto;
  float: left;
  margin: 6px 15px;
  width: 10px;
  height: 10px;
  position: relative;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0f0f0f;
  border: 1px solid #D83502;
  border-radius: 50%;
  right: 0;
  top: -3px;
  left: -2px;
  bottom: 0;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper input[type=checkbox]:checked:after {
  background-color: #D83502;
}

/* Search field */
.select2-search input {
  border: 0px;
  background: #161616;
  border-bottom: 1px solid #393939;
  border-radius: 7px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  padding: 15px;
  color: #BCBCBC;
  align-items: stretch;
  width: 100%;
}

/* Each result */
.select2-results {
  background: #161616;
  color: #BCBCBC;
  transition: all 0.5s;
}

/* Higlighted (hover) result */
.select2-results__option--highlighted {
  color: #D83602;
}

.red_form label, .login label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 16px;
  color: #FFFFFF;
}
.red_form input, .red_form select, .red_form .woocommerce-button, .login input, .login select, .login .woocommerce-button {
  border: 0px;
  background: #161616;
  border-bottom: 1px solid #393939;
  border-radius: 7px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  padding: 15px;
  color: #BCBCBC;
  align-items: stretch;
  width: 100%;
}/*# sourceMappingURL=main.css.map */