* {
  outline: none !important;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}

svg {
  max-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

body {
  counter-reset: section;
  box-sizing: border-box;
  font-size: 16px;
}
body *, body *:before, body *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
  color: #3C3C3C;
}

.col-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.section-spacing {
  padding: 60px 0;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-size: 12px;
}

.form-control {
  width: 100%;
  border: 1px solid #fff;
  padding: 8px;
}

.w-100 {
  width: 100%;
}

.page__content {
  flex: 1;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-red {
  color: #E42027 !important;
}

.color-black {
  color: #000000 !important;
}

.bgcolor-black {
  background-color: #000000 !important;
}

.bgcolor-red {
  background-color: #E42027 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  max-width: 100%;
  padding: 0 15px;
}

.container-small {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0 15px;
}

.container-extrasmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding: 0 15px;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
a:hover {
  color: #E42027 !important;
  transition: all 0.6s ease-in-out;
}

.hide {
  display: none;
}

input, button {
  font-family: inherit;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
  border-radius: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3c3c;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
}
.btn.red-btn {
  background-color: #e42027;
  border: 1px solid #e42027 !important;
}
.btn::after {
  background: #ffffff !important;
  content: "";
  height: 155px;
  left: -240px;
  opacity: 1;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 210px;
  z-index: -10;
}
.btn.border {
  background-color: transparent;
  color: #000000 !important;
  border: 1px solid #000000;
  border-radius: 16px;
  transition: all 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
}
.btn.border::after {
  background: #000 !important;
  content: "";
  height: 155px;
  left: -500px;
  opacity: 1;
  position: absolute;
  top: -50px;
  transform: rotate(7deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
}
.btn.border:hover {
  color: #ffffff !important;
}
.btn.border:hover::after {
  left: 0;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
  color: #000000 !important;
  background: transparent;
  border: 1px solid #000000;
}
.btn:hover::after {
  left: 0;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.full-image {
  width: calc(100% + 191px) !important;
  right: 0px !important;
  height: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
  max-width: initial !important;
}

.row.cm__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-25 {
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 25%;
}

.col-3 {
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 33.33%;
}

.col-30 {
  max-width: 30%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 30%;
}

.col-35 {
  max-width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 35%;
}

.col-65 {
  max-width: 65%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 65%;
}

.col-4 {
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 40%;
}

.col-45 {
  max-width: 45%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 45%;
}

.col-6 {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 70%;
}

.col-8 {
  max-width: 60%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 60%;
}

.col-12 {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-size: 20px;
}

h1 {
  font-size: 45px !important;
}

h2 {
  font-size: 40px !important;
}

h3 {
  font-size: 25px !important;
}

h4 {
  font-size: 22px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 18px !important;
}

.text-100 {
  font-weight: 100;
}

.text-200 {
  font-weight: 200;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500 !important;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-bold {
  font-weight: bold;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pr-45 {
  padding-right: 45px;
}

section {
  overflow: hidden;
}

b {
  font-weight: 500;
}

/* -------Common class---- */
.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-end {
  align-items: flex-end;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-flex_wrap {
  flex-wrap: wrap;
}

.align-self-center {
  align-self: center;
}

.center {
  text-align: center;
}

.text-upper {
  text-transform: uppercase;
}

.my-auto {
  margin: 0 auto;
}

.green {
  color: #66CF73;
}

.medium-gn {
  color: #275E5F;
}

.ei__buttons {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ei__buttons a {
  font-size: 20px;
}

a.border-gn {
  color: #66CF73;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
}

.dark-gn {
  width: 270px;
  height: 70px;
  background: #275E5F;
  display: block;
  -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
          clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
}

.light-gn {
  width: 230px;
  height: 70px;
  background: #66CF73;
  display: flex;
  margin-left: auto;
  -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
          clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
  position: absolute;
  opacity: 0.8;
}

.d-inlin_block {
  display: inline-block;
}

.kde_ser--link {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.kde_ser--link:before {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTciIGRhdGEtbmFtZT0iR3JvdXAgMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyOS45MzMiIGhlaWdodD0iMTYuMzQ0IiB2aWV3Qm94PSIwIDAgMjkuOTMzIDE2LjM0NCI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjgiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI4IiB3aWR0aD0iMjkuOTMzIiBoZWlnaHQ9IjE2LjM0NCIgZmlsbD0iIzY2Y2Y3MyIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ikdyb3VwXzEzIiBkYXRhLW5hbWU9Ikdyb3VwIDEzIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfNTEiIGRhdGEtbmFtZT0iUGF0aCA1MSIgZD0iTTI1LjE5NCw5LjUyOWgtLjM2OXEtMTEuNjI0LDAtMjMuMjQ4LDBBMi42LDIuNiwwLDAsMSwuOTE1LDkuNDcsMS4zLDEuMywwLDAsMSwuMDA4LDguMDA5LDEuMywxLjMsMCwwLDEsMS4xNjIsNi44MzRhNC4zNzksNC4zNzksMCwwLDEsLjUwOS0uMDE3SDI1LjI4NGMtLjEyNy0uMTM2LS4yLS4yMTgtLjI3NS0uMjk1cS0yLjA2Mi0yLjA1OS00LjEyNy00LjExNmExLjM1OSwxLjM1OSwwLDAsMS0uNDYxLTEuMjg3QTEuMjg3LDEuMjg3LDAsMCwxLDIxLjMzNy4wNzIsMS4zMSwxLjMxLDAsMCwxLDIyLjcxOS40Yy42MzYuNjI1LDEuMjYzLDEuMjYsMS44OTMsMS44OXEyLjQsMi40LDQuNzk0LDQuOGExLjM3OCwxLjM3OCwwLDAsMSwwLDIuMTdjLTIuMiwyLjIwOS00LjQxOCw0LjQwOS02LjYxMiw2LjYzYTEuMzc1LDEuMzc1LDAsMCwxLTIuMzU3LS42MSwxLjMxMSwxLjMxMSwwLDAsMSwuNDMtMS4zMjFRMjIuOTI4LDExLjksMjQuOTksOS44MzdhMS4yMjUsMS4yMjUsMCwwLDEsLjMwNy0uMTY1bC0uMS0uMTQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEgMC4wMDEpIiBmaWxsPSIjNjZjZjczIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 20px;
  background-position: right;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}

.kde_ser--link {
  cursor: pointer;
}
.kde_ser--link:hover:before {
  right: -10px;
  transition: 0.2s ease;
}

.splitting .char {
  animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(2ms * var(--char-index) + 100ms);
}

@keyframes slide-in {
  from {
    transform: translateY(1.5em);
    opacity: 0;
  }
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.7s;
}

@media (max-width: 1600px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  h1 {
    font-size: 38px !important;
  }
  h2 {
    font-size: 35px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  .ei__buttons a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  p {
    font-size: 16px !important;
  }
  a {
    font-size: 16px;
  }
  .ei__buttons a {
    font-size: 16px;
  }
  .ei__buttons a span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .btn {
    font-size: 12px;
  }
  .ei--slider-data span {
    font-size: 15px !important;
  }
  .events--heading a {
    font-size: 14px !important;
  }
  .ei--slider-data .ei--slider-data-image::before {
    font-size: 14px;
  }
  a {
    font-size: 14px !important;
  }
  .ei__buttons a {
    font-size: 14px;
  }
  .ei__buttons a span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .flex-column {
    flex-direction: column;
  }
  .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .full-image {
    width: calc(100% + 0px) !important;
  }
}
.main__page__content {
  overflow: hidden;
  padding-top: 167px;
}

@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dark-gn {
    width: 210px;
    height: 50px;
    background: #275E5F;
    display: block;
    -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
            clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
  }
  .light-gn {
    width: 180px;
    height: 50px;
    background: #66CF73;
    display: flex;
    margin-left: auto;
    -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
            clip-path: polygon(0 16%, 100% 0%, 100% 87%, 0% 100%);
    position: absolute;
    opacity: 0.8;
  }
}
@keyframes line {
  0% {
    transform: translateX(0px);
    transform-origin: right;
  }
  100% {
    transform: translateX(100px);
    transform-origin: right;
  }
}
@keyframes line-left {
  0% {
    transform: translateX(-10px);
    transform-origin: left;
  }
  100% {
    transform: translateX(-100px);
    transform-origin: left;
  }
}
ul.breadcrumb {
  padding-top: 15px;
}
ul.breadcrumb li {
  list-style-type: none;
}
ul.breadcrumb li a {
  color: #66CF73;
  font-size: 16px;
  position: relative;
  padding: 0 20px 0 0;
}
ul.breadcrumb li:not(:last-child) a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 14px;
  height: 10px;
  background-position: right;
  background-repeat: no-repeat;
  transition: 0.2s ease;
  content: ">";
  color: #66CF73;
}
ul.breadcrumb li.last-crumb {
  pointer-events: none;
}

.header-top-bar {
  display: none;
}
.header-top-bar .header--cta {
  justify-content: flex-end;
}
.header-top-bar .cm__social__block ul {
  display: flex;
  margin: 0;
}
.header-top-bar .cm__social__block ul li {
  padding: 0 5PX;
  list-style-type: none;
}
.header-top-bar .cm__social__block ul li svg {
  width: 15px;
  height: 15px;
  -o-object-fit: fill;
     object-fit: fill;
  background-size: cover;
}
.header-top-bar .kde__contact--btn {
  padding-left: 20px;
}
.header-top-bar .kde__contact--btn a {
  color: #E42027;
  text-decoration: underline;
  font-size: 14px;
}

.cm__social__block ul li a svg {
  width: 15px;
  height: 15px;
}

#hamburger {
  width: 35px;
  height: 18px;
  position: relative;
  display: none;
  margin: 18px 40px;
}
#hamburger .line {
  display: block;
  background: #000;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger .line.line-1 {
  top: 0;
}
#hamburger .line.line-2 {
  top: 50%;
}
#hamburger .line.line-3 {
  top: 100%;
}
#hamburger.active .line-2 {
  opacity: 0;
}
#hamburger {
  cursor: pointer;
  margin-right: 0;
}
#hamburger.active .line.line-1 {
  transform: translate(5px, 7px) rotate(50deg);
}
#hamburger.active .line.line-3 {
  transform: translate(4px, -11px) rotate(127deg);
}

.menu-header-menu-container ul li a {
  font-size: 16px;
}

#primary-menu .menu-item {
  position: relative;
}
#primary-menu .menu-item ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.07);
  transform: translate(10px, 0px);
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
}
#primary-menu .menu-item ul li {
  width: 200px;
  padding: 5px 10px;
}
#primary-menu .menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.4s ease-in-out;
}
#primary-menu .menu-item a {
  display: flex;
  align-items: center;
}
#primary-menu .menu-item a svg {
  width: 14px;
  height: 11px;
  margin-left: 5px;
  transition: all 0.6s ease-in-out;
}
#primary-menu .menu-item a:hover svg path {
  fill: red;
  transition: all 0.6s ease-in-out;
}

header {
  padding: 60px 0;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top ul {
  list-style: none;
  margin: 0;
}
.header-top ul li {
  display: inline-block;
}
.header-top .header--nav li {
  padding: 0 20px;
}
.header-top .header--nav li a {
  color: #000;
}
.header-top .header--cta li {
  padding: 0 8px;
}
.header-top .header--cta .kde__contact--btn {
  padding-left: 20px;
}
.header-top .header--cta .kde__contact--btn a {
  color: #E42027;
  text-decoration: underline;
  font-size: 14px;
}

.header--cta {
  display: flex;
  align-items: center;
}

.header {
  transition: all 0.6s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  z-index: 999;
  transition: all 0.6s ease-in-out;
}

.kde__arrow {
  transition: all 0.6s ease-in-out;
}
.kde__arrow:hover {
  color: #3c3c3c !important;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1800px) {
  .header__logo svg {
    width: 200px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1300px) {
  .cm__social__block ul li a svg {
    width: 11px;
    height: 11px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .menu-header-menu-container ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1660px) {
  .header__logo svg {
    width: 165px;
  }
  .header-top .header--nav li {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  header {
    padding: 35px 0;
  }
  .header--nav {
    position: absolute;
    top: 124px;
    width: 300px;
    right: -310px !important;
    background-color: #ffffff;
    height: calc(100vh - 124px);
    overflow: auto;
    transition: all 0.6s ease-in-out;
  }
  .header--nav ul.nav--items li {
    display: none;
    padding: 0;
    border-bottom: 1px solid rgba(228, 32, 39, 0.1411764706);
  }
  .header--nav ul.nav--items li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    transition: all 0.6s ease-in-out;
  }
  .header--nav ul.nav--items li a:hover {
    background-color: red;
    transition: all 0.6s ease-in-out;
    color: #ffffff !important;
  }
  #primary-menu .menu-item a {
    justify-content: center;
  }
  #primary-menu .menu-item a:hover svg {
    transition: all 0.6s ease-in-out;
  }
  #primary-menu .menu-item a:hover svg path {
    transition: all 0.6s ease-in-out;
    fill: #ffffff;
  }
  #primary-menu .menu-item ul.sub-menu {
    position: static;
    top: 64px;
    left: 0;
    width: 100%;
    padding: 0 !important;
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 0;
    height: 0;
    box-shadow: inset -3px -3px 7px rgba(94, 104, 121, 0.288), inset 3px 3px 5px rgba(94, 104, 121, 0.288);
    transition: all 0.05s ease-in-out;
  }
  #primary-menu .menu-item ul.sub-menu li {
    width: 100%;
    display: none;
  }
  #primary-menu .menu-item ul.sub-menu li:not(:nth-last-child) {
    border-bottom: 1px solid red !important;
  }
  #primary-menu .menu-item:hover ul.sub-menu {
    opacity: 0;
  }
  #primary-menu .menu-item.cm_menu-active .sub-menu {
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0;
  }
  #primary-menu .menu-item.cm_menu-active .sub-menu li {
    display: block;
  }
  #primary-menu .menu-item.cm_menu-active:hover ul.sub-menu {
    opacity: 1;
  }
  .menu-header-menu-container ul {
    flex-wrap: wrap;
  }
  .menu-header-menu-container ul li {
    width: 100%;
    display: block;
    padding: 0 !important;
    border-bottom: 1px solid rgba(228, 32, 39, 0.1411764706);
  }
  .menu-header-menu-container ul li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    transition: all 0.6s ease-in-out;
  }
  .menu-header-menu-container ul li a:hover {
    background-color: red;
    transition: all 0.6s ease-in-out;
    color: #ffffff !important;
  }
  #hamburger {
    display: block;
  }
  .header-data .header--nav {
    right: 0 !important;
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header--cta .cm__social__block {
    display: none;
  }
  .header--cta .kde__contact--btn {
    display: none;
  }
  .header-top-bar {
    display: block;
    margin-bottom: 12px;
  }
  .header-top-bar .header--cta {
    display: flex;
    justify-content: space-between;
  }
  .header-top-bar .header--cta .kde__contact--btn {
    display: block;
  }
  .header-top-bar .header--cta .cm__social__block {
    display: block;
  }
  .header-top-bar .kde__contact--btn a {
    text-decoration: none;
  }
}
footer {
  padding: 60px 0;
}

.kde_footer--sec {
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #707070;
}

.kde_foot--logo img {
  width: 180px;
  height: 175px;
  margin-right: 45px;
}
.kde_foot--logo .ci__footer--data {
  align-self: flex-end;
}

.kde_foot--link ul li,
.kde_foot--coyplink ul li {
  display: block;
  padding: 5px 10px 0px;
  line-height: 0.8;
  font-size: 18px;
  margin-bottom: 20px;
}
.kde_foot--link ul li:last-child,
.kde_foot--coyplink ul li:last-child {
  margin-bottom: 0px;
}
.kde_foot--link ul li a,
.kde_foot--coyplink ul li a {
  font-size: 16px;
}

#menu-footer-one {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0;
}
#menu-footer-one li:last-child a {
  margin-bottom: 0;
}

#menu-footer-two {
  margin-bottom: 0;
  margin-left: 45px;
}

.ci__footer--items {
  align-self: flex-end;
}

address {
  font-size: 20px;
}

.footer-phone {
  font-size: 20px;
}

.ci__footer--items {
  padding: 0 15px;
}
.ci__footer--items:nth-child(1) {
  max-width: 40%;
  flex: 0 0 40%;
}
.ci__footer--items:nth-child(2), .ci__footer--items:nth-child(3) {
  max-width: 30%;
  flex: 0 0 30%;
}

@media (max-width: 1600px) {
  address {
    font-size: 18px;
  }
  .kde_foot--logo img {
    width: 160px;
    height: 155px;
  }
}
@media (max-width: 1280px) {
  .kde_foot--logo img {
    width: 150px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .kde_footer--sec {
    flex-wrap: wrap;
  }
  .kde_foot--logo, .kde_foot--link {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .kde_foot--coyplink {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .kde_foot--logo {
    flex-wrap: wrap;
  }
  .kde_foot--logo img {
    width: 90px;
    height: 80px;
  }
  .ci__footer--items:nth-child(1), .ci__footer--items:nth-child(2), .ci__footer--items:nth-child(3) {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 767px) {
  .kde_foot--logo, .kde_foot--link {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .kde_foot--logo {
    display: block;
  }
  .kde_foot--link {
    text-align: left;
  }
  .ci__footer--data a.mb-30 {
    margin-bottom: 10px;
  }
  .kde_footer--sec {
    row-gap: 35px;
  }
  .ci__footer--items {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .ci__footer--items ul li {
    padding: 0;
  }
  #menu-footer-two {
    margin-left: 0px;
  }
}
@media (max-width: 561px) {
  .kde_foot--link ul li,
  .kde_foot--coyplink ul li {
    font-size: 16px;
    padding: 5px 10px 0px 0px;
  }
  #menu-footer-one {
    width: 100%;
  }
  .ci__footer--items {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.overlay {
  overflow: hidden;
}

.pause_icon {
  display: none;
}

.play_icon,
.pause_icon {
  width: 50px;
}

div[data-click="1"] .play_icon {
  display: none;
}
div[data-click="1"] .pause_icon {
  display: block;
}

.events--heading h2 {
  color: #E42027;
  text-transform: uppercase;
}
.events--heading a {
  color: #3c3c3c;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
}

address {
  font-style: inherit;
}

@media (max-width: 767px) {
  .events--heading h2 {
    margin-bottom: 15px;
  }
}
.ei__buttons {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ei__buttons a {
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
  padding: 10px 55px !important;
}

/* Slider Strat CSS*/
.ei--slider-data span {
  text-transform: capitalize;
}

.ci__data--slider .swiper {
  overflow: visible;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-slider-data {
  width: 100%;
}
.story-slider-data h5 {
  text-transform: uppercase;
}

.story-slider-img {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
}
.story-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ei--slider-data {
  width: 100%;
  padding-bottom: 20px;
}
.ei--slider-data .ei--slider-data-image {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
}
.ei--slider-data .ei--slider-data-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ei--slider-data .cm__event-label {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  background-color: red;
  z-index: 9;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  padding: 8px 16px;
}
.ei--slider-data h3 {
  color: #E42027;
  text-align: start;
}
.ei--slider-data h5 {
  text-align: start;
}
.ei--slider-data span {
  font-size: 20px;
  font-weight: 300;
}
.ei--slider-data .location-image {
  width: 15px;
  margin-right: 5px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #ffffff;
  font-size: 25px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -5%;
  left: auto;
  transform: translateX(0%);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -5%;
  right: auto;
  transform: translateX(0%);
}

.ci--story-slider-data {
  position: relative;
}

.ei--slider-data-image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.cm--main_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.cm--main_form_wrapper > div:first-child {
  max-width: 75%;
  flex: 0 0 75%;
  padding: 0 15px;
}
.cm--main_form_wrapper .cm--submit_btn {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

.ci__signup-form {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .cm--main_form_wrapper > div:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cm--main_form_wrapper .cm--submit_btn {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ei__buttons a {
    padding: 10px 15px !important;
  }
}
.cm__submit-home {
  background-color: #000000 !important;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: none !important;
}

#mc_embed_signup {
  background-color: transparent !important;
}

.cm__custom--page select option {
  color: #000000 !important;
  padding: 5px 15px !important;
}
.cm__custom--page ::-moz-placeholder {
  color: #ffffff !important;
}
.cm__custom--page ::placeholder {
  color: #ffffff !important;
}
.cm__custom--page :-ms-input-placeholder {
  color: #ffffff !important;
}
.cm__custom--page ::-ms-input-placeholder {
  color: #ffffff !important;
}
.cm__custom--page input[type=checkbox] {
  border: 1px solid #ffffff !important;
}
.cm__custom--page input[type=submit] {
  background: #f10000;
  float: left;
  border: 0px;
  color: #fff;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
}

.frm_style_formidable-style.with_frm_style, .frm_style_formidable-style.form-field {
  margin-bottom: 0;
}

.cm--form-txt {
  margin-bottom: 0 !important;
}
.cm--form-txt p {
  font-size: 12px;
  font-weight: 100;
}

.cm--fom_container {
  padding: 60px 0;
  padding-right: 90px;
  position: relative;
}

#redlogo {
  float: right;
  margin-top: -80px;
}

@media (max-width: 1600px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0%;
    left: auto;
    transform: translateX(0%);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0%;
    right: auto;
    transform: translateX(0%);
  }
  .ei--slider-data .cm__event-label {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .section-spacing {
    padding: 40px 0;
  }
  .ei--slider-data h3 {
    width: 100%;
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
  }
  .cm--fom_container {
    padding-right: 0px;
  }
  .ei--slider-data-image .cm__event-label {
    font-size: 18px;
  }
}
/* Slider End CSS*/
.bg-images-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 700px;
  height: 700px;
  animation: bg-image-animation 40s linear infinite;
  pointer-events: none;
  opacity: 0.3;
}

@keyframes bg-image-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 1280px) {
  .bg-images-animation {
    display: block;
  }
}
@media (max-width: 991px) {
  .cm--fom_container {
    padding: 0px 0;
  }
  .bg-images-animation {
    width: 390px !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #menu-footer-two li#menu-item-12510 {
    padding-left: 0 !important;
  }
}
@media (max-width: 561px) {
  .ei__buttons {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .ei__buttons a {
    width: 100%;
    text-align: center;
  }
}
.frm_error {
  color: #acdbdd !important;
  font-weight: 300 !important;
}

.cm--modal_closed_tag {
  position: absolute;
  top: 10px;
  right: 10px;
  /* background-color: #ffffff; *| */
  border-radius: 50px;
  height: 10px;
  padding: 20px 13px;
  display: flex;
  color: #ffffff;
  cursor: pointer;
  padding: 0px 20p;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(0px, 10px) rotate(45deg);
  font-size: 50px;
  z-index: 99999;
}

/* News box design Start */
.ci__news-image {
  position: relative;
  width: 100%;
  padding-top: 76%;
  overflow: hidden;
}
.ci__news-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__banner--logo {
  margin-right: 20px;
}
.single__banner--logo svg {
  width: 175px;
  height: auto;
}

.banner--title h1,
.banner--title h2 {
  text-transform: uppercase;
}

.banner--title h2 {
  line-height: 1.7;
}

/* News box design End */
.single__banner--logo svg {
  width: 175px;
  height: auto;
}

@media (max-width: 991px) {
  .single__banner--logo svg {
    width: 125px;
  }
}
/* Loader CSS*/
.cm__loader-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(57, 46, 46, 0.5);
}
.cm__loader-main .cm__loader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.cm__loader-main .cm__loader .loader__inner {
  position: relative;
  height: 100px;
  width: 100px;
  border: 4px solid transparent;
  border-top-color: #E42027;
  border-left-color: #E42027;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}
.cm__loader-main .cm__loader .loader__inner:before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: #E42027;
  border-left-color: #E42027;
  border-radius: 50%;
  animation: spinBack 1.3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinBack {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-720deg);
  }
}
#menuouter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#slidermenu {
  position: relative;
}

#menuouter h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

@media (min-width: 768px) {
  #menuouter {
    align-items: flex-end;
  }
}/*# sourceMappingURL=style.css.map */