@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');




* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: var(--evator-base-color);
  background: white;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  font-family: var(--evator-base-font);
  --evator-base-font: "ABeeZee", sans-serif;
  --evator-heading-font: "ABeeZee", sans-serif;
  --evator-primary-color: #00233a;
  --evator-secondary-color: #00233a;
  --evator-heading-color: #01030B;
  --evator-base-color: #0F0E0E;
  --evator-lighter-color: #F9F9F9;
  --evator-border-color: #EDEDED;
  --evator-primary-rgb: 42, 7, 249;
  --evator-secondary-rgb: 255, 40, 131;
}

a {
  color: var(--evator-base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--evator-heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
  color: white;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

hr {
  opacity: 1;
  background: var(--evator-border-color);
}

mark {
  color: var(--evator-primary-color);
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  padding: 18px 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid var(--evator-border-color);
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--evator-secondary-color);
}

.nice-select:after {
  width: 9px;
  height: 9px;
  right: 18px;
  margin-top: -7px;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--evator-base-color);
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .container {
    /* max-width: 1320px; */
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-1290 {
    max-width: 1320px;
  }

  .container.container-1440 {
    max-width: 1470px;
  }

  .container.container-1500 {
    max-width: 1530px;
  }

  .container.container-1600 {
    max-width: 1630px;
  }
}

@media only screen and (min-width: 576px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.no-gap {
  --bs-gutter-x: 0;
}

@media only screen and (max-width: 375px) {
  .col-small {
    width: 100%;
  }
}

.gap-10 {
  --bs-gutter-x: 10px;
}

.gap-20 {
  --bs-gutter-x: 20px;
}

@media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-80 {
    --bs-gutter-x: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-90 {
    --bs-gutter-x: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-110 {
    --bs-gutter-x: 110px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-120 {
    --bs-gutter-x: 120px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-130 {
    --bs-gutter-x: 130px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-140 {
    --bs-gutter-x: 140px;
  }
}

@media only screen and (min-width: 1400px) {
  .gap-150 {
    --bs-gutter-x: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7>* {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/** Section Title style **/
.section-title {
  margin-top: -10px;
  position: relative;
}

.section-title .title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title .title {
    font-size: 28px;
  }
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 479px) {
  .subtitle {
    font-size: 18px;
  }
}

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  padding: 6px 25px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--evator-heading-font);
  text-transform: capitalize;
  background: var(--evator-primary-color);

  box-shadow: 3px 3px 5px #000000ad;
  border: 1px solid #ffffff;
  font-style: italic;
}

@media only screen and (max-width: 575px) {

  .theme-btn,
  a.theme-btn {
    font-size: 16px;
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 375px) {

  .theme-btn,
  a.theme-btn {
    padding: 3px 15px;
  }
}

.theme-btn:before,
a.theme-btn:before {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: var(--evator-secondary-color);
}

.theme-btn i,
a.theme-btn i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}

.theme-btn:hover,
a.theme-btn:hover {
  color: white;
  background: var(--evator-secondary-color);
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
  opacity: 1;
  width: 110%;
  height: 110%;
  border-radius: 0;
}

.theme-btn.style-two,
a.theme-btn.style-two {
  border: 1px solid;
  color: var(--evator-primary-color);
  background: var(--evator-lighter-color);
}

.theme-btn.style-two:before,
a.theme-btn.style-two:before {
  background: white;
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  color: var(--evator-heading-color);
}

.theme-btn.style-three,
a.theme-btn.style-three {
  background: #00233a;
      color: white;
}

.theme-btn.style-three:before,
a.theme-btn.style-three:before {
  background: #00233a;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  background: #00233a;
}

/* Read More */
.read-more {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--evator-heading-color);
}

@media only screen and (max-width: 479px) {
  .read-more {
    font-size: 18px;
  }
}

.read-more i {
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 7px;
}

/* Circle Btn */
.circle-btn {
  color: white;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  border-radius: 50%;
  padding-bottom: 100%;
  font-family: var(--evator-heading-font);
  border: 1px solid var(--evator-lighter-color);
}

.circle-btn span {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle-btn:hover {
  color: white;
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

/** List Style One **/
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 1299px) {
  .list-style-one li {
    font-size: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .list-style-one li {
    font-size: 20px;
  }
}

.list-style-one li:nth-child(odd) {
  margin-left: 40px;
}

@media only screen and (max-width: 479px) {
  .list-style-one li:nth-child(odd) {
    margin-left: 30px;
  }
}

.list-style-one li:not(:last-child) {
  margin-bottom: 12px;
}

.list-style-one li i {
  margin-top: 3px;
  font-size: 1.2em;
  margin-right: 10px;
  color: var(--evator-primary-color);
}

/** List Style two **/
.list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 1300px) {
  .list-style-two li {
    font-size: 16px;
  }
}

.list-style-two li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-two li i {
 -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #00233a;
    font-size: 0.6em;
    margin-right: 12px;
    background: var(--evator-primary-color);
    width: 18px;
    height: 18px;
    background: #ffffff;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

/** List Style three **/
.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 376px) {
  .list-style-three li {
    font-size: 16px;
  }
}

.list-style-three li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-three li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 5px;
  font-size: 0.8em;
  margin-right: 13px;
}

@media only screen and (max-width: 375px) {
  .list-style-three li i {
    margin-top: 7px;
  }
}

/** List Style four **/
.list-style-four li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 376px) {
  .list-style-four li {
    font-size: 20px;
  }
}

.list-style-four li:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .list-style-four li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.list-style-four li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1.15em;
  margin-right: 13px;
}

/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -15px;
  margin-right: -15px;
}

.social-style-one a {
  margin: 0 15px 15px;
  display: inline-block;
}

.social-style-one a:hover {
  color: var(--evator-secondary-color);
}

/** Social Link Two **/
.social-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -8px;
  margin-bottom: -8px;
  text-align: center;
}

.social-style-two a {
  font-size: 19px;
  color: var(--evator-heading-color);
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.social-style-two a:hover {
  color: var(--evator-secondary-color);
}

/** Social Link Three **/
.social-style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-three a {
  color: white;
  margin: 0 5px 10px;
  width: 44px;
  height: 44px;
  background: var(--evator-heading-color);
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
}

.social-style-three a:hover {
  background: var(--evator-primary-color);
}

/** Social Link Four **/
.social-style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.social-style-four a {
  font-size: 18px;
  margin: 0 15px 10px;
}

.social-style-four a:hover {
  color: var(--evator-heading-color);
}

/* Tab Style One */
.tab-style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px;
}

.tab-style-one li {
  margin: 0 10px 10px;
}

.tab-style-one li a {
  padding: 6px 25px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 575px) {
  .tab-style-one li a {
    font-size: 16px !important;
  }
}

.tab-style-one li a.active {
 color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    background: #00233a;
}

/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.pagination li {
  margin: 10px 5px 0;
}

.pagination li a,
.pagination li .page-link {
  padding: 0;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  color: var(--evator-base-color);
  width: 46px;
  height: 46px;
  background: transparent;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--evator-border-color);
  line-height: 44px;
}

@media only screen and (max-width: 479px) {

  .pagination li a,
  .pagination li .page-link {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
  }
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link {
  border-radius: 50%;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
  color: white;
  background: var(--evator-primary-color);
  border-color: var(--evator-primary-color);
}

/* Rating */
.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ratting i {
  margin-right: 10px;
  color: var(--evator-secondary-color);
}

/* Slick Arrows */
.slick-arrow {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 2px;
  width: 65px;
  height: 65px;
  background: white;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--evator-heading-color);
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}

.slick-arrow:focus,
.slick-arrow:hover {
  background: var(--evator-primary-color);
}

/*** Slick Dots ***/
.slick-dots {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  background: var(--evator-border-color);
}

.slick-dots li:before {
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 2px solid var(--evator-heading-color);
}

.slick-dots li button {
  opacity: 0;
}

.slick-dots li.slick-active {
  background: var(--evator-heading-color);
  margin-left: 17px;
  margin-right: 17px;
}

.slick-dots li.slick-active:before {
  opacity: 1;
  width: 24px;
  height: 24px;
}

/*** Scroll Top style ***/
.scroll-top {
  right: 0;
  z-index: 9;
  width: 35px;
  height: 35px;
  bottom: 33px;
  color: white;
  position: fixed;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: var(--evator-primary-color);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Text White */
.text-white {
  --evator-border-color: rgba(255, 255, 255, 0.1);
  --evator-lighter-color: rgba(255, 255, 255, 0.05);
}

.text-white *,
.text-white .counting-part,
.text-white .counter-item .counter-title {
  color: inherit;
}

.text-white a:hover {
  color: white;
}

.text-white .section-title p,
.text-white.section-title p,
.text-white .counter-item .counter-title {
  opacity: 0.8;
}

/*Project Filter*/
.filter-btns-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.filter-btns-one li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  padding: 5px 20px;
  margin: 0 5px 10px;
  color: var(--evator-heading-color);
  border: 1px solid var(--evator-border-color);
}

@media only screen and (min-width: 480px) {
  .filter-btns-one li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .filter-btns-one li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.filter-btns-one li.active {
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

/* Before After None */
.before-after-none:after,
.before-after-none:before {
  display: none;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: var(--evator-secondary-color);
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

.bgp-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bgp-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bgp-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* Color + Background */
.color-primary {
  color: var(--evator-primary-color);
}

.color-secondary {
  color: var(--evator-secondary-color);
}

.bg-black {
  background-color: black;
}

.bgc-black {
  background-color: var(--evator-heading-color);
}

.bgc-lighter {
  background-color: var(--evator-lighter-color);
}

.bgc-primary {
  background-color: var(--evator-primary-color);
}

.bgc-secondary {
  background-color: var(--evator-secondary-color);
}

/* Border Radius */
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.bordered-y,
.bordered-top {
  border-top: 1px solid var(--evator-border-color);
}

.bordered-y,
.bordered-bottom {
  border-bottom: 1px solid var(--evator-border-color);
}

.bordered-x,
.bordered-left {
  border-left: 1px solid var(--evator-border-color);
}

.bordered-x,
.bordered-right {
  border-right: 1px solid var(--evator-border-color);
}

/* Home Two */
.home-two .theme-btn {
  border-radius: 8px;
}

/* Home Three */
.home-three {
  --evator-primary-color: #2E0E7F;
}

.home-three .theme-btn {
  border-radius: 55px;
}

.home-three .theme-btn.style-two {
  background: white;
  color: var(--evator-heading-color);
}

.home-three .theme-btn.style-two:before {
  background: var(--evator-secondary-color);
}

.home-three .theme-btn.style-two:hover {
  color: white;
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

.home-three .project-item.style-two {
  border-radius: 50px;
}

.home-three .blog-item.style-three .image img {
  border-radius: 50px;
}

.home-three .blog-item.style-three .content {
  max-width: 345px;
  margin-top: -60px;
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .home-three .blog-item.style-three .content {
    max-width: 90%;
    padding-left: 25px;
    padding-right: 15px;
  }
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
h1,
.h1,
h2,
.h2,
.event-two-item .date b,
.event-three-item .date b,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.tab-style-one li a,
blockquote,
h6,
.h6,
.counting-part,
.marquee-wrap {
  font-weight: 700;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

h1,
.h1 {
  line-height: 1.11;
  font-size: 96px;
}

h2,
.h2,
.event-two-item .date b,
.event-three-item .date b {
  font-size: 52px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  line-height: 1.44;
  font-size: 24px;
}

h5,
.h5,
.tab-style-one li a,
blockquote {
  line-height: 1.5;
  font-size: 18px;
}

.tab-style-one li a{
  font-weight: 500;
  font-style: italic;
  background-color: #ffffff;
}

h6,
.h6 {
  font-size: 16px;
}

.blog-item.style-four .content .title a {
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 85%;
  -webkit-transition: background-size 0.4s linear;
  -o-transition: background-size 0.4s linear;
  transition: background-size 0.4s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--evator-heading-color)), to(var(--evator-heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--evator-heading-color)), to(var(--evator-heading-color)));
  background-image: -webkit-linear-gradient(var(--evator-heading-color), var(--evator-heading-color)), -webkit-linear-gradient(var(--evator-heading-color), var(--evator-heading-color));
  background-image: -o-linear-gradient(var(--evator-heading-color), var(--evator-heading-color)), -o-linear-gradient(var(--evator-heading-color), var(--evator-heading-color));
  background-image: linear-gradient(var(--evator-heading-color), var(--evator-heading-color)), linear-gradient(var(--evator-heading-color), var(--evator-heading-color));
}

.blog-item.style-four .content .title a:hover {
  background-size: 0 1.5px, 100% 1.5px;
}

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

.p-205 {
  padding: 205px;
}

.p-210 {
  padding: 210px;
}

.p-215 {
  padding: 215px;
}

.p-220 {
  padding: 220px;
}

.p-225 {
  padding: 225px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-245 {
  padding: 245px;
}

.p-250 {
  padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pt-55,
.py-55 {
  padding-top: 55px;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pt-65,
.py-65 {
  padding-top: 65px;
}

.pt-70,
.py-70 {
  padding-top: 70px;
}

.pt-75,
.py-75 {
  padding-top: 75px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pt-85,
.py-85 {
  padding-top: 85px;
}

.pt-90,
.py-90 {
  padding-top: 90px;
}

.pt-95,
.py-95 {
  padding-top: 95px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pt-105,
.py-105 {
  padding-top: 105px;
}

.pt-110,
.py-110 {
  padding-top: 110px;
}

.pt-115,
.py-115 {
  padding-top: 115px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pt-125,
.py-125 {
  padding-top: 125px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pt-135,
.py-135 {
  padding-top: 135px;
}

.pt-140,
.py-140 {
  padding-top: 140px;
}

.pt-145,
.py-145 {
  padding-top: 145px;
}

.pt-150,
.py-150 {
  padding-top: 150px;
}

.pt-155,
.py-155 {
  padding-top: 155px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}

.pt-175,
.py-175 {
  padding-top: 175px;
}

.pt-180,
.py-180 {
  padding-top: 180px;
}

.pt-185,
.py-185 {
  padding-top: 185px;
}

.pt-190,
.py-190 {
  padding-top: 190px;
}

.pt-195,
.py-195 {
  padding-top: 195px;
}

.pt-200,
.py-200 {
  padding-top: 200px;
}

.pt-205,
.py-205 {
  padding-top: 205px;
}

.pt-210,
.py-210 {
  padding-top: 210px;
}

.pt-215,
.py-215 {
  padding-top: 215px;
}

.pt-220,
.py-220 {
  padding-top: 220px;
}

.pt-225,
.py-225 {
  padding-top: 225px;
}

.pt-230,
.py-230 {
  padding-top: 230px;
}

.pt-235,
.py-235 {
  padding-top: 235px;
}

.pt-240,
.py-240 {
  padding-top: 240px;
}

.pt-245,
.py-245 {
  padding-top: 245px;
}

.pt-250,
.py-250 {
  padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pb-55,
.py-55 {
  padding-bottom: 55px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pb-65,
.py-65 {
  padding-bottom: 65px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pb-75,
.py-75 {
  padding-bottom: 75px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.pb-85,
.py-85 {
  padding-bottom: 85px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pb-105,
.py-105 {
  padding-bottom: 105px;
}

.pb-110,
.py-110 {
  padding-bottom: 110px;
}

.pb-115,
.py-115 {
  padding-bottom: 115px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.pb-135,
.py-135 {
  padding-bottom: 135px;
}

.pb-140,
.py-140 {
  padding-bottom: 140px;
}

.pb-145,
.py-145 {
  padding-bottom: 145px;
}

.pb-150,
.py-150 {
  padding-bottom: 150px;
}

.pb-155,
.py-155 {
  padding-bottom: 155px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pb-165,
.py-165 {
  padding-bottom: 165px;
}

.pb-170,
.py-170 {
  padding-bottom: 170px;
}

.pb-175,
.py-175 {
  padding-bottom: 175px;
}

.pb-180,
.py-180 {
  padding-bottom: 180px;
}

.pb-185,
.py-185 {
  padding-bottom: 185px;
}

.pb-190,
.py-190 {
  padding-bottom: 190px;
}

.pb-195,
.py-195 {
  padding-bottom: 195px;
}

.pb-200,
.py-200 {
  padding-bottom: 200px;
}

.pb-205,
.py-205 {
  padding-bottom: 205px;
}

.pb-210,
.py-210 {
  padding-bottom: 210px;
}

.pb-215,
.py-215 {
  padding-bottom: 215px;
}

.pb-220,
.py-220 {
  padding-bottom: 220px;
}

.pb-225,
.py-225 {
  padding-bottom: 225px;
}

.pb-230,
.py-230 {
  padding-bottom: 230px;
}

.pb-235,
.py-235 {
  padding-bottom: 235px;
}

.pb-240,
.py-240 {
  padding-bottom: 240px;
}

.pb-245,
.py-245 {
  padding-bottom: 245px;
}

.pb-250,
.py-250 {
  padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-105 {
  margin: 105px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-180 {
  margin: 180px;
}

.m-185 {
  margin: 185px;
}

.m-190 {
  margin: 190px;
}

.m-195 {
  margin: 195px;
}

.m-200 {
  margin: 200px;
}

.m-205 {
  margin: 205px;
}

.m-210 {
  margin: 210px;
}

.m-215 {
  margin: 215px;
}

.m-220 {
  margin: 220px;
}

.m-225 {
  margin: 225px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-245 {
  margin: 245px;
}

.m-250 {
  margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

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

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

.mt-55,
.my-55 {
  margin-top: 55px;
}

.mt-60,
.my-60 {
  margin-top: 60px;
}

.mt-65,
.my-65 {
  margin-top: 65px;
}

.mt-70,
.my-70 {
  margin-top: 70px;
}

.mt-75,
.my-75 {
  margin-top: 75px;
}

.mt-80,
.my-80 {
  margin-top: 80px;
}

.mt-85,
.my-85 {
  margin-top: 85px;
}

.mt-90,
.my-90 {
  margin-top: 90px;
}

.mt-95,
.my-95 {
  margin-top: 95px;
}

.mt-100,
.my-100 {
  margin-top: 100px;
}

.mt-105,
.my-105 {
  margin-top: 105px;
}

.mt-110,
.my-110 {
  margin-top: 110px;
}

.mt-115,
.my-115 {
  margin-top: 115px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mt-125,
.my-125 {
  margin-top: 125px;
}

.mt-130,
.my-130 {
  margin-top: 130px;
}

.mt-135,
.my-135 {
  margin-top: 135px;
}

.mt-140,
.my-140 {
  margin-top: 140px;
}

.mt-145,
.my-145 {
  margin-top: 145px;
}

.mt-150,
.my-150 {
  margin-top: 150px;
}

.mt-155,
.my-155 {
  margin-top: 155px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mt-165,
.my-165 {
  margin-top: 165px;
}

.mt-170,
.my-170 {
  margin-top: 170px;
}

.mt-175,
.my-175 {
  margin-top: 175px;
}

.mt-180,
.my-180 {
  margin-top: 180px;
}

.mt-185,
.my-185 {
  margin-top: 185px;
}

.mt-190,
.my-190 {
  margin-top: 190px;
}

.mt-195,
.my-195 {
  margin-top: 195px;
}

.mt-200,
.my-200 {
  margin-top: 200px;
}

.mt-205,
.my-205 {
  margin-top: 205px;
}

.mt-210,
.my-210 {
  margin-top: 210px;
}

.mt-215,
.my-215 {
  margin-top: 215px;
}

.mt-220,
.my-220 {
  margin-top: 220px;
}

.mt-225,
.my-225 {
  margin-top: 225px;
}

.mt-230,
.my-230 {
  margin-top: 230px;
}

.mt-235,
.my-235 {
  margin-top: 235px;
}

.mt-240,
.my-240 {
  margin-top: 240px;
}

.mt-245,
.my-245 {
  margin-top: 245px;
}

.mt-250,
.my-250 {
  margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

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

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

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

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

.mb-65,
.my-65 {
  margin-bottom: 65px;
}

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

.mb-75,
.my-75 {
  margin-bottom: 75px;
}

.mb-80,
.my-80 {
  margin-bottom: 80px;
}

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

.mb-90,
.my-90 {
  margin-bottom: 90px;
}

.mb-95,
.my-95 {
  margin-bottom: 95px;
}

.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.mb-105,
.my-105 {
  margin-bottom: 105px;
}

.mb-110,
.my-110 {
  margin-bottom: 110px;
}

.mb-115,
.my-115 {
  margin-bottom: 115px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.mb-125,
.my-125 {
  margin-bottom: 125px;
}

.mb-130,
.my-130 {
  margin-bottom: 130px;
}

.mb-135,
.my-135 {
  margin-bottom: 135px;
}

.mb-140,
.my-140 {
  margin-bottom: 140px;
}

.mb-145,
.my-145 {
  margin-bottom: 145px;
}

.mb-150,
.my-150 {
  margin-bottom: 150px;
}

.mb-155,
.my-155 {
  margin-bottom: 155px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.mb-165,
.my-165 {
  margin-bottom: 165px;
}

.mb-170,
.my-170 {
  margin-bottom: 170px;
}

.mb-175,
.my-175 {
  margin-bottom: 175px;
}

.mb-180,
.my-180 {
  margin-bottom: 180px;
}

.mb-185,
.my-185 {
  margin-bottom: 185px;
}

.mb-190,
.my-190 {
  margin-bottom: 190px;
}

.mb-195,
.my-195 {
  margin-bottom: 195px;
}

.mb-200,
.my-200 {
  margin-bottom: 200px;
}

.mb-205,
.my-205 {
  margin-bottom: 205px;
}

.mb-210,
.my-210 {
  margin-bottom: 210px;
}

.mb-215,
.my-215 {
  margin-bottom: 215px;
}

.mb-220,
.my-220 {
  margin-bottom: 220px;
}

.mb-225,
.my-225 {
  margin-bottom: 225px;
}

.mb-230,
.my-230 {
  margin-bottom: 230px;
}

.mb-235,
.my-235 {
  margin-bottom: 235px;
}

.mb-240,
.my-240 {
  margin-bottom: 240px;
}

.mb-245,
.my-245 {
  margin-bottom: 245px;
}

.mb-250,
.my-250 {
  margin-bottom: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {

  /* Padding Around */
  .rp-0 {
    padding: 0px !important;
  }

  .rp-5 {
    padding: 5px !important;
  }

  .rp-10 {
    padding: 10px;
  }

  .rp-15 {
    padding: 15px;
  }

  .rp-20 {
    padding: 20px;
  }

  .rp-25 {
    padding: 25px;
  }

  .rp-30 {
    padding: 30px;
  }

  .rp-35 {
    padding: 35px;
  }

  .rp-40 {
    padding: 40px;
  }

  .rp-45 {
    padding: 45px;
  }

  .rp-50 {
    padding: 50px;
  }

  .rp-55 {
    padding: 55px;
  }

  .rp-60 {
    padding: 60px;
  }

  .rp-65 {
    padding: 65px;
  }

  .rp-70 {
    padding: 70px;
  }

  .rp-75 {
    padding: 75px;
  }

  .rp-80 {
    padding: 80px;
  }

  .rp-85 {
    padding: 85px;
  }

  .rp-90 {
    padding: 90px;
  }

  .rp-95 {
    padding: 95px;
  }

  .rp-100 {
    padding: 100px;
  }

  .rp-105 {
    padding: 105px;
  }

  .rp-110 {
    padding: 110px;
  }

  .rp-115 {
    padding: 115px;
  }

  .rp-120 {
    padding: 120px;
  }

  .rp-125 {
    padding: 125px;
  }

  .rp-130 {
    padding: 130px;
  }

  .rp-135 {
    padding: 135px;
  }

  .rp-140 {
    padding: 140px;
  }

  .rp-145 {
    padding: 145px;
  }

  .rp-150 {
    padding: 150px;
  }

  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important;
  }

  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important;
  }

  .rpt-10,
  .rpy-10 {
    padding-top: 10px;
  }

  .rpt-15,
  .rpy-15 {
    padding-top: 15px;
  }

  .rpt-20,
  .rpy-20 {
    padding-top: 20px;
  }

  .rpt-25,
  .rpy-25 {
    padding-top: 25px;
  }

  .rpt-30,
  .rpy-30 {
    padding-top: 30px;
  }

  .rpt-35,
  .rpy-35 {
    padding-top: 35px;
  }

  .rpt-40,
  .rpy-40 {
    padding-top: 40px;
  }

  .rpt-45,
  .rpy-45 {
    padding-top: 45px;
  }

  .rpt-50,
  .rpy-50 {
    padding-top: 50px;
  }

  .rpt-55,
  .rpy-55 {
    padding-top: 55px;
  }

  .rpt-60,
  .rpy-60 {
    padding-top: 60px;
  }

  .rpt-65,
  .rpy-65 {
    padding-top: 65px;
  }

  .rpt-70,
  .rpy-70 {
    padding-top: 70px;
  }

  .rpt-75,
  .rpy-75 {
    padding-top: 75px;
  }

  .rpt-80,
  .rpy-80 {
    padding-top: 80px;
  }

  .rpt-85,
  .rpy-85 {
    padding-top: 85px;
  }

  .rpt-90,
  .rpy-90 {
    padding-top: 90px;
  }

  .rpt-95,
  .rpy-95 {
    padding-top: 95px;
  }

  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }

  .rpt-105,
  .rpy-105 {
    padding-top: 105px;
  }

  .rpt-110,
  .rpy-110 {
    padding-top: 110px;
  }

  .rpt-115,
  .rpy-115 {
    padding-top: 115px;
  }

  .rpt-120,
  .rpy-120 {
    padding-top: 120px;
  }

  .rpt-125,
  .rpy-125 {
    padding-top: 125px;
  }

  .rpt-130,
  .rpy-130 {
    padding-top: 130px;
  }

  .rpt-135,
  .rpy-135 {
    padding-top: 135px;
  }

  .rpt-140,
  .rpy-140 {
    padding-top: 140px;
  }

  .rpt-145,
  .rpy-145 {
    padding-top: 145px;
  }

  .rpt-150,
  .rpy-150 {
    padding-top: 150px;
  }

  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important;
  }

  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important;
  }

  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px;
  }

  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px;
  }

  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px;
  }

  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px;
  }

  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px;
  }

  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px;
  }

  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px;
  }

  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px;
  }

  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px;
  }

  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px;
  }

  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px;
  }

  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px;
  }

  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px;
  }

  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px;
  }

  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px;
  }

  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px;
  }

  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px;
  }

  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px;
  }

  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }

  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px;
  }

  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px;
  }

  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px;
  }

  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px;
  }

  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px;
  }

  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px;
  }

  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px;
  }

  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px;
  }

  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px;
  }

  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px;
  }

  /* Margin Around */
  .rm-0 {
    margin: 0px !important;
  }

  .rm-5 {
    margin: 5px !important;
  }

  .rm-10 {
    margin: 10px;
  }

  .rm-15 {
    margin: 15px;
  }

  .rm-20 {
    margin: 20px;
  }

  .rm-25 {
    margin: 25px;
  }

  .rm-30 {
    margin: 30px;
  }

  .rm-35 {
    margin: 35px;
  }

  .rm-40 {
    margin: 40px;
  }

  .rm-45 {
    margin: 45px;
  }

  .rm-50 {
    margin: 50px;
  }

  .rm-55 {
    margin: 55px;
  }

  .rm-60 {
    margin: 60px;
  }

  .rm-65 {
    margin: 65px;
  }

  .rm-70 {
    margin: 70px;
  }

  .rm-75 {
    margin: 75px;
  }

  .rm-80 {
    margin: 80px;
  }

  .rm-85 {
    margin: 85px;
  }

  .rm-90 {
    margin: 90px;
  }

  .rm-95 {
    margin: 95px;
  }

  .rm-100 {
    margin: 100px;
  }

  .rm-105 {
    margin: 105px;
  }

  .rm-110 {
    margin: 110px;
  }

  .rm-115 {
    margin: 115px;
  }

  .rm-120 {
    margin: 120px;
  }

  .rm-125 {
    margin: 125px;
  }

  .rm-130 {
    margin: 130px;
  }

  .rm-135 {
    margin: 135px;
  }

  .rm-140 {
    margin: 140px;
  }

  .rm-145 {
    margin: 145px;
  }

  .rm-150 {
    margin: 150px;
  }

  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important;
  }

  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important;
  }

  .rmt-10,
  .rmy-10 {
    margin-top: 10px;
  }

  .rmt-15,
  .rmy-15 {
    margin-top: 15px;
  }

  .rmt-20,
  .rmy-20 {
    margin-top: 20px;
  }

  .rmt-25,
  .rmy-25 {
    margin-top: 25px;
  }

  .rmt-30,
  .rmy-30 {
    margin-top: 30px;
  }

  .rmt-35,
  .rmy-35 {
    margin-top: 35px;
  }

  .rmt-40,
  .rmy-40 {
    margin-top: 40px;
  }

  .rmt-45,
  .rmy-45 {
    margin-top: 45px;
  }

  .rmt-50,
  .rmy-50 {
    margin-top: 50px;
  }

  .rmt-55,
  .rmy-55 {
    margin-top: 55px;
  }

  .rmt-60,
  .rmy-60 {
    margin-top: 60px;
  }

  .rmt-65,
  .rmy-65 {
    margin-top: 65px;
  }

  .rmt-70,
  .rmy-70 {
    margin-top: 70px;
  }

  .rmt-75,
  .rmy-75 {
    margin-top: 75px;
  }

  .rmt-80,
  .rmy-80 {
    margin-top: 80px;
  }

  .rmt-85,
  .rmy-85 {
    margin-top: 85px;
  }

  .rmt-90,
  .rmy-90 {
    margin-top: 90px;
  }

  .rmt-95,
  .rmy-95 {
    margin-top: 95px;
  }

  .rmt-100,
  .rmy-100 {
    margin-top: 100px;
  }

  .rmt-105,
  .rmy-105 {
    margin-top: 105px;
  }

  .rmt-110,
  .rmy-110 {
    margin-top: 110px;
  }

  .rmt-115,
  .rmy-115 {
    margin-top: 115px;
  }

  .rmt-120,
  .rmy-120 {
    margin-top: 120px;
  }

  .rmt-125,
  .rmy-125 {
    margin-top: 125px;
  }

  .rmt-130,
  .rmy-130 {
    margin-top: 130px;
  }

  .rmt-135,
  .rmy-135 {
    margin-top: 135px;
  }

  .rmt-140,
  .rmy-140 {
    margin-top: 140px;
  }

  .rmt-145,
  .rmy-145 {
    margin-top: 145px;
  }

  .rmt-150,
  .rmy-150 {
    margin-top: 150px;
  }

  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important;
  }

  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important;
  }

  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px;
  }

  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px;
  }

  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px;
  }

  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px;
  }

  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px;
  }

  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px;
  }

  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px;
  }

  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px;
  }

  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px;
  }

  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px;
  }

  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px;
  }

  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px;
  }

  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px;
  }

  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px;
  }

  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px;
  }

  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px;
  }

  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px;
  }

  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px;
  }

  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px;
  }

  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px;
  }

  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px;
  }

  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px;
  }

  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px;
  }

  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px;
  }

  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px;
  }

  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px;
  }

  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px;
  }

  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px;
  }

  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px;
  }
}

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes circle_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle_animation_invers {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes circle_animation_invers {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@keyframes toggler {

  0%,
  10% {
    background-position: 0 0, 0 calc(100%/3);
  }

  50% {
    background-position: 0 0, calc(100%/3) calc(100%/3);
  }

  90%,
  100% {
    background-position: 0 0, calc(100%/3) 0;
  }
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Rotated Circle reverse */
@-webkit-keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotated_circle_reverse {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* Rotated Man */
@-webkit-keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes semi_rotated {

  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes semi_rotated_two {

  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px;
  }

  25% {
    top: 20px;
    left: -20px;
  }

  50% {
    top: -20px;
    left: -20px;
  }

  75% {
    top: -20px;
    left: 20px;
  }

  100% {
    top: 20px;
    left: 20px;
  }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@-webkit-keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes leftRightOne {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@-webkit-keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes leftRightTwo {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes zoomInOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/*******************************************************/
/******************* ## Header style *******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  /* max-width: 170px; */
  max-height: 100%;
  position: relative;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (min-width: 992px) {
  .main-header.fixed-header .main-menu .navbar-collapse>ul>li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%;
  }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}

.main-menu .mobile-logo {
  max-width: 170px;
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  top: 100%;
}

.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse>ul {
    display: block;
    padding: 15px 0;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  }

  .main-menu .navbar-collapse>ul>li:last-child {
    border-bottom: 1px solid var(--evator-border-color);
  }
}

.main-menu .navbar-collapse>ul>li>a {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .main-menu .navbar-collapse>ul>li>a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    position: absolute;
    max-height: calc(100vh - 80px);
  }
}

.main-menu .navbar-collapse li {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 15px;
    border-top: 1px solid var(--evator-border-color);
  }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: -3px;
  color: var(--evator-heading-color);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid var(--evator-border-color);
    text-align: center;
    line-height: 43px;
  }
}

.main-menu .navbar-collapse li a {
  opacity: 1;
  display: block;
  font-weight: 500;
  position: relative;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    line-height: 1.2;
    padding: 10px 10px;
  }
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
  font-weight: 600;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid var(--evator-border-color);
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
  display: none;
}

.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}

.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  /* min-width: 250px; */
  min-width: 330px;
  z-index: 100;
  display: none;
  background: white;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }

  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .main-menu .navbar-header .navbar-toggle {
    margin-right: 20px;
  }
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--evator-base-color);
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}

/* Header Number */
.header-number {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1299px) {
  .header-number {
    display: none;
  }
}

.header-number>i {
  font-size: 25px;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  background: var(--evator-secondary-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

.header-number a {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--evator-heading-font);
}

/* Menu Btns */
.menu-btns {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .menu-btns {
    display: none;
  }
}

/* White Menu */
@media only screen and (min-width: 992px) {

  .main-header.white-menu .navbar-collapse>ul>li>a,
  .main-header.white-menu .navbar-collapse>ul>li>.dropdown-btn {
    color: white;
  }
}

.main-header.white-menu .header-upper {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.2) 100%); */
  background-color: #222222 !important;
}

.main-header.white-menu .header-upper.bg-transparent {
  background: transparent;
}

.main-header.white-menu .navbar-toggle .icon-bar {
  background: white;
}

.main-header.white-menu.fixed-header .header-upper {
  background: #222222 !important;
  box-shadow: 6px 5px 6px #00233a;
  border-bottom: 1px solid #fff;
}

/*******************************************************/
/******************* ## Slider Area *******************/
/*******************************************************/
.slider-object {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--evator-heading-font);
  position: relative;
}

@media only screen and (min-width: 992px) {
  .slider-object {
    font-size: 20px;
  }
}

.slider-object .swiper-counter-wrap .swiper-counter .count.next {
  display: none;
}

.slider-object .swiper-counter-wrap .swiper-counter .count.next:first-child {
  display: inline-block;
}

.slider-object .slider-progress-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-object .slider-progress-wrap .slider-progress-bar {
  width: 300px;
  height: 2px;
  margin-left: 15px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1399px) {
  .slider-object .slider-progress-wrap .slider-progress-bar {
    width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-object .slider-progress-wrap .slider-progress-bar {
    width: 160px;
  }
}

.slider-object .slider-progress-wrap .slider-progress-bar #progress {
  height: 100%;
  background: white;
}

.slider-object .slider-arrows button {
  opacity: 0;
  width: 25px;
  height: 25px;
  position: absolute;
}

.slider-object .slider-arrows button.arrow-left {
  left: 0;
  top: 0;
}

.slider-object .slider-arrows button.arrow-right {
  top: 0;
  right: 0;
}

.main-slider-area .slider-object {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg) translate(30px, -60px);
  -ms-transform: rotate(90deg) translate(30px, -60px);
  transform: rotate(90deg) translate(30px, -60px);
}

@media only screen and (max-width: 1599px) {
  .main-slider-area .slider-object {
    -webkit-transform: rotate(90deg) translate(30px, -100px);
    -ms-transform: rotate(90deg) translate(30px, -100px);
    transform: rotate(90deg) translate(30px, -100px);
  }
}

.main-slider-area .slider-object .swiper-counter-wrap {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-slider-area .slider-object .total-slide {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.single-slide {
  z-index: 1;
  position: relative;
}

.single-slide>img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  max-width: none;
  min-width: 100%;
}

.single-slide .slider-content {
  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;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
  .single-slide .slider-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.single-slide .slider-content-inner {
  position: relative;
  padding-top: 100px;
  padding-right: 30px;
}

@media only screen and (max-width: 479px) {
  .single-slide .slider-content-inner {
    padding-top: 60px;
  }
}

.single-slide .slider-content-inner .subtitle {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin-bottom: 22px;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

@media only screen and (max-width: 375px) {
  .single-slide .slider-content-inner .subtitle {
    font-size: 15px;
  }
}

.single-slide .slider-content-inner .title {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  max-width: 1335px;
  text-transform: uppercase;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

@media only screen and (min-width: 1400px) {
  .single-slide .slider-content-inner .title {
    line-height: 1;
    font-size: 140px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-slide .slider-content-inner .title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .single-slide .slider-content-inner .title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide .slider-content-inner .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .single-slide .slider-content-inner .title {
    font-size: 43px;
  }
}

@media only screen and (max-width: 479px) {
  .single-slide .slider-content-inner .title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 375px) {
  .single-slide .slider-content-inner .title {
    font-size: 33px;
  }
}

.single-slide .slider-content-inner .slider-btns {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

@media only screen and (min-width: 1200px) {
  .single-slide .slider-content-inner .slider-btns {
    padding-top: 30px;
  }
}

.single-slide .slider-content-inner .slider-btns .theme-btn {
  margin-top: 20px;
  margin-right: 75px;
}

@media only screen and (max-width: 1199px) {
  .single-slide .slider-content-inner .slider-btns .theme-btn {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .single-slide .slider-content-inner .slider-btns .theme-btn {
    margin-right: 15px;
  }
}

.single-slide .slider-content-inner .slider-btns .video-play-text {
  margin-top: 20px;
  display: inline-block;
}

.single-slide .slider-content-inner .conf-text {
  position: absolute;
  right: 16%;
  bottom: 0;
  padding: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  text-transform: uppercase;
  -webkit-transform: rotate(-12.5deg);
  -ms-transform: rotate(-12.5deg);
  transform: rotate(-12.5deg);
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 1399px) {
  .single-slide .slider-content-inner .conf-text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-slide .slider-content-inner .conf-text {
    padding: 25px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .single-slide .slider-content-inner .conf-text {
    display: none;
  }
}

.single-slide .slider-content-inner .conf-text:after,
.single-slide .slider-content-inner .conf-text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 4px solid white;
  -webkit-transform: rotate(-5.5deg);
  -ms-transform: rotate(-5.5deg);
  transform: rotate(-5.5deg);
}

@media only screen and (max-width: 1199px) {

  .single-slide .slider-content-inner .conf-text:after,
  .single-slide .slider-content-inner .conf-text:before {
    border-width: 2px;
  }
}

.single-slide .slider-content-inner .conf-text:after {
  -webkit-transform: rotate(5.5deg);
  -ms-transform: rotate(5.5deg);
  transform: rotate(5.5deg);
}

.single-slide.style-two {
  text-align: center;
}

.single-slide.style-two .slider-content {
  position: relative;
  background-repeat: no-repeat;
}

.single-slide.style-two .slider-content:before {
  content: '';
  width: 780px;
  height: 780px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(250px);
  filter: blur(250px);
  background: var(--evator-heading-color);
}

.single-slide.style-two .slider-content .slider-content-inner {
  padding-right: 0;
}

.single-slide.style-two .slider-content .slider-content-inner .subtitle {
  opacity: 1;
  margin-bottom: 28px;
}

.single-slide.style-two .slider-content .slider-content-inner .title {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.single-slide.style-two .slider-content .slider-content-inner .count-down {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

@media only screen and (min-width: 992px) {
  .single-slide.style-two .slider-content .slider-content-inner .count-down {
    margin-top: 30px;
  }
}

.main-slider-two .slider-object {
  z-index: 2;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .main-slider-two .slider-object {
    right: 20px;
    bottom: 20px;
  }
}

.swiper-slide-active .slider-content-inner .subtitle {
  opacity: 0.6;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper-slide-active .slider-content-inner .title {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper-slide-active .slider-content-inner .slider-btns {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper-slide-active.style-two .slider-content .slider-content-inner .count-down {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.count-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .count-down {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 575px) {
  .count-down {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.count-down li {
  margin: 15px 30px 0px;
  margin-left: 0px;
}

@keyframes bounceEffect {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.count-down li {
  transition: all 0.3s ease-in-out;
}
.count-down li:hover {
  animation: bounceEffect 0.5s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .count-down li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .count-down li {
    margin-left: 6px;
    margin-right: 6px;
  }
}



.count-down li b {
    padding: 15px;
    font-size: 30px;
    min-width: 90px;
    font-weight: 700;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #00233a;
    box-shadow: 6px 5px 6px #fbfbfbc7;
    border: 1px solid #00233a;
    color: white;

  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 40, 131, 0.56)), to(rgba(67, 97, 238, 0.56)));
  background: -webkit-linear-gradient(top, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%);
  background: -o-linear-gradient(top, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%);
  background: linear-gradient(180deg, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%); */
}

@media only screen and (max-width: 991px) {
  .count-down li b {
    font-size: 30px;
    min-width: 60px;
  }
}

@media only screen and (max-width: 375px) {
  .count-down li b {
    font-size: 22px;
    min-width: 50px;
    padding: 12px 10px;
  }
}

.count-down li span {
  display: block;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .count-down li span {
    font-size: 14px;
  }
}

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-content .subtitle {
  opacity: 0.5;
  margin-bottom: 20px;
}

.hero-content .title {
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1600px) {
  .hero-content .title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-content .title {
    font-size: 85px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-content .title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content .title {
    font-size: 38px;
    line-height: 1.2;
  }
}

.hero-content>p {
  opacity: 0.8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 570px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .hero-content>p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content>p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-content>p {
    font-size: 15px;
  }
}

.register-conference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  max-width: 715px;
  padding: 30px 50px;
  border-radius: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid var(--evator-secondary-color);
}

@media only screen and (max-width: 1399px) {
  .register-conference {
    font-size: 18px;
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .register-conference {
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .register-conference {
    font-size: 15px;
  }
}

.register-conference .content {
  margin-right: 10px;
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 575px) {
  .register-conference .content {
    margin: 0 0 15px;
  }
}

.register-conference .content span {
  opacity: 0.6;
  display: block;
  margin: 5px 0 8px;
}

.register-conference .content b {
  font-size: 1.2em;
  font-weight: 600;
}

.register-conference .theme-btn {
  font-size: 1em;
}

.hero-images {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1600px) {
  .hero-images {
    margin-left: -30px;
    margin-right: -55px;
  }
}

.hero-images:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 5%;
  top: -15%;
  width: 90%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-images img {
  width: 56%;
  border-radius: 50%;
}

.hero-images img:nth-child(2) {
  margin-left: -12%;
}

.hero-images img:nth-child(3) {
  margin-top: -30%;
}

/*******************************************************/
/******************* ## Banner Area *******************/
/*******************************************************/
.page-banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: 6px 5px 6px #00233a;
  border-bottom: 1px solid #fff;
  background-image: url(../images/new-images/page-title.jpg);
  background-size: cover;
  margin-top: 63px;
}

@media (max-width: 768px){
  .page-banner-area {
   background-image: url(../images/new-images/page-title-m.jpg);
   min-height: 460px !important;
   margin-top: 53px;
  }
  .page-banner-area.py-50{
    padding-bottom: 200px;
  } 
}

@media only screen and (max-width: 1399px) {
  .page-banner-area {
    min-height: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-banner-area {
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-area {
    min-height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-area {
    min-height: 300px;
  }
}

.page-banner-area:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.74;
  /* background: -webkit-gradient(linear, left top, right top, color-stop(15%, #2A07F9), color-stop(48.16%, #0D0648), color-stop(86.84%, #2A14E9));
  background: -webkit-linear-gradient(left, #2A07F9 15%, #0D0648 48.16%, #2A14E9 86.84%);
  background: -o-linear-gradient(left, #2A07F9 15%, #0D0648 48.16%, #2A14E9 86.84%);
  background: linear-gradient(90deg, #2A07F9 15%, #0D0648 48.16%, #2A14E9 86.84%); */
}

.banner-inner .page-title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .banner-inner .page-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner .page-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-inner .breadcrumb {
    font-size: 20px;
  }
}

.banner-inner .breadcrumb .breadcrumb-item {
  font-weight: 600;
  color: var(--evator-heading-color);
}

.banner-inner .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 15px;
}

.banner-inner .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.text-white .breadcrumb .breadcrumb-item {
  color: white;
}

.text-white .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: white;
}

@media only screen and (max-width: 991px) {
  .banner-and-search {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.banner-and-search>.row {
  --bs-gutter-x: 10px;
}

.search-banner {
  min-height: 400px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-size: cover;
  height: calc(100% - 10px);
  background-position: center;
}

.search-banner .content {
  background-repeat: repeat-x;
  padding: 15px 20px 100px 35px;
  border-radius: 10px 10px 0 0;
}

@media only screen and (min-width: 480px) {
  .search-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 375px) {
  .search-banner .content {
    padding-left: 25px;
  }
}

.search-banner .content .left {
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-banner .content .left>i {
  margin-left: 10px;
}

.search-banner .content .left>b {
  font-weight: 600;
}

.search-banner .content .left span>b {
  font-weight: 700;
}

.search-banner .content .right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 180px;
  height: 180px;
  text-align: center;
  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;
  color: var(--evator-heading-color);
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-banner .content .right span {
  font-size: 2em;
  font-weight: 500;
  line-height: 0.9;
}

/*******************************************************/
/******************** ## About Area ********************/
/*******************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-right-part .list-style-one li {
    margin-left: 0;
  }
}

/* Business Forum Area */
.forum-images {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.forum-images .image img {
  border-radius: 50px;
}

.forum-images .image.two {
  margin-top: 37%;
  margin-left: -43%;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .forum-images .image.two {
    margin-left: -60%;
  }
}

.forum-images .image.two .counter-item {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  border-radius: 0 50px;
  background: var(--evator-primary-color);
}

@media only screen and (max-width: 375px) {
  .forum-images .image.two .counter-item {
    padding: 15px 25px;
    border-radius: 0 25px;
  }
}

.forum-images .image.two .counter-item .counting-part {
  color: white;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
  .forum-images .image.two .counter-item .counting-part {
    font-size: 52px;
  }
}

@media only screen and (max-width: 375px) {
  .forum-images .image.two .counter-item .counting-part {
    font-size: 30px;
  }
}

.forum-images .image.two .counter-item .counter-title {
  font-size: 14px;
  margin-left: 40px;
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 375px) {
  .forum-images .image.two .counter-item .counter-title {
    margin-left: 15px;
  }
}

.forum-images .video-play {
  color: white;
  position: absolute;
  right: 17%;
  top: 21.5%;
  background: var(--evator-heading-color);
}

@media only screen and (min-width: 1400px) {
  .forum-images .video-play {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .forum-images .video-play {
    font-size: 60px;
    padding-left: 10px;
  }
}

.forum-images .video-play.bgc-secondary {
  background-color: var(--evator-secondary-color);
}

.forum-images:before {
  content: '';
  width: 300px;
  height: 300px;
  z-index: -1;
  position: absolute;
  right: 6%;
  top: 11%;
  border-radius: 50%;
  border: 5px solid white;
}

@media only screen and (max-width: 767px) {
  .forum-images:before {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .forum-images:before {
    width: 150px;
    height: 150px;
    border: 3px solid;
  }
}

.forum-content .categories li {
  margin-bottom: 15px;
}

.forum-content .categories li a {
  font-weight: 500;
  border: 1px solid;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 375px) {
  .forum-content .categories li a {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.forum-content .btn-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum-content .btn-number .theme-btn {
  margin-top: 15px;
  margin-right: 16px;
}

@media only screen and (min-width: 576px) {
  .forum-content .btn-number .theme-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.forum-content .btn-number .header-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.forum-content .btn-number .header-number>i {
  background: white;
  color: var(--evator-heading-color);
}

@media only screen and (max-width: 375px) {
  .forum-content .btn-number .header-number a {
    font-size: 18px;
  }
}

.forum-content.style-two .header-number>i {
  color: white;
  background: var(--evator-secondary-color);
}

.forum-content.style-two .header-number a {
  color: var(--evator-heading-color);
}

/*******************************************************/
/**************** ## Client Logo Area ****************/
/*******************************************************/
@media only screen and (max-width: 575px) {
  .client-logo-area h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .client-logo-area h3 {
    font-size: 25px;
  }
}

.client-logo-wrap .slick-track {
  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;
}

.client-logo-wrap .slick-track .client-logo-item a {
  /* opacity: .5; */
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.client-logo-wrap .slick-track .client-logo-item a:hover {
  opacity: 1;
}

.client-logo-item {
  text-align: center;
  /* margin-bottom: 50px; */
}

.client-logo-item img {
  display: inline-block;
}

/*******************************************************/
/***************** ## What We Do Area *****************/
/*******************************************************/
.what-we-do-image img {
  border-radius: 8px;
}

.what-we-do-content p {
  color: var(--evator-heading-color);
  max-width: 635px;
}

@media only screen and (min-width: 1200px) {
  .what-we-do-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

/*******************************************************/
/***************** ## Speakers Area ********************/
/*******************************************************/
.speaker-item {
  position: relative;
  background: var(--evator-border-color);
  border-radius: 8px;
  border-top: 6px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 30px;
}

.speaker-item:hover {
  border-color: var(--evator-secondary-color);
}

.speaker-item:hover .social-style-two {
  opacity: 1;
}

.speaker-item:hover .content {
  background: var(--evator-secondary-color);
}

.speaker-item .image {
  text-align: center;
}

.speaker-item .social-style-two {
  position: absolute;
  right: 40px;
  top: 42px;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 375px) {
  .speaker-item .social-style-two {
    top: 30px;
    right: 25px;
  }
}

.speaker-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 15px 18px 15px;
  background: var(--evator-heading-color);
  border-radius: 0 0 8px 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.speaker-item .content .name {
  font-size: 32px;
  color: white;
}

@media only screen and (max-width: 479px) {
  .speaker-item .content .name {
    font-size: 26px;
  }
}

.speaker-item .content .designation {
  color: white;
  font-family: var(--evator-heading-font);
}

.speaker-details-image img {
  border-radius: 50%;
}

.speaker-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--evator-heading-color);
  border-bottom: 1px solid var(--evator-heading-color);
}

.speaker-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.speaker-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background: var(--evator-secondary-color);
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}

.speaker-info-item .content span {
  display: block;
  font-size: 14px;
}

.speaker-info-item .content a {
  font-size: 20px;
  font-weight: 600;
  color: var(--evator-heading-color);
}

/*******************************************************/
/****************** ## Contact Area *******************/
/*******************************************************/
.contact-info-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 50%;
  background: var(--evator-lighter-color);
}

@media only screen and (max-width: 991px) {
  .contact-info-area:before {
    height: 75%;
  }
}

.contact-info-area.before-primary:before {
  background: var(--evator-primary-color);
}

.contact-info-item {
  background: white;
  padding: 45px 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 376px) {
  .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  margin-right: 20px;
  background: var(--evator-primary-color);
}

@media only screen and (max-width: 479px) {
  .contact-info-item .icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-info-item .icon {
    margin-bottom: 25px;
  }
}

.contact-info-item .content h6 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-info-item .content .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.contact-info-item .content p {
  margin-bottom: 0;
}

.contact-form {
  padding: 35px;
  border-radius: 8px;
  /* -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); */
  box-shadow: 6px 5px 6px #00233a;
  border: 1px solid #c5c5c566;
  border-radius: 60px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 1299px) {
  .contact-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-form .form-group label {
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--evator-secondary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-image {
  height: 100%;
  min-height: 400px;
  border-radius: 8px;
  margin-left: -40%;
  background-size: cover;
  background-position: center;
  box-shadow: 6px 5px 6px #00233a;
  border: 1px solid #fff;
  border-radius: 80px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 991px) {
  .contact-image {
    margin: -20% -15px 0;
  }
}

/* Contact Page */
.get-in-touch-text {
  font-size: 20px;
  padding-top: 40px;
  line-height: 1.65;
  border-top: 1px solid var(--evator-heading-color);
}

@media only screen and (max-width: 479px) {
  .get-in-touch-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .get-in-touch-text {
    font-size: 16px;
  }
}

.cp-info-item {
  color: white;
  margin-top: 25px;
  text-align: center;
  border-radius: 10px;
  padding: 0 20px 15px;
  background-color: #222222;
  box-shadow: 6px 5px 6px #00233a;
  border: 1px solid #fff;
  border-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 168px;
}

.cp-info-item .icon {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 54px;
  border-radius: 50%;
  margin: 0 auto -10px;
  border: 3px solid white;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  background: var(--evator-secondary-color);
}

.cp-info-item .title {
  display: block;
  /* font-weight: 600; */
  margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
  .cp-info-item .title {
    font-size: 14px;
  }
}

.cp-info-item h4 {
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .cp-info-item h4 {
    font-size: 20px;
  }
}

.contact-page-form {
  background: #EDEDED;
  padding: 70px 110px;
}

@media only screen and (max-width: 991px) {
  .contact-page-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-page-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-page-form .form-group label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 767px) {
  .contact-page-form .form-group label {
    font-size: 16px;
  }
}

.contact-page-form .form-control {
  border-radius: 0;
  border-color: transparent;
}

.contact-page-form .form-control:focus {
  border-color: var(--evator-heading-color);
}

.contact-map iframe {
  margin-bottom: 50px;
  height: 300px;

  box-shadow: 6px 5px 6px #00233a;
  border: 1px solid #ffffff;
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 1199px) {
  .contact-map iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-map iframe {
    height: 400px;
  }
}

/* Contact Form Validation */
.has-error .with-errors {
  color: red;
  margin-top: 5px;
  margin-bottom: -15px;
}

#msgSubmit {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*******************************************************/
/****************** ## Videos Area ********************/
/*******************************************************/
.video-play {
  font-size: 20px;
  color: var(--evator-heading-color);
  width: 130px;
  height: 130px;
  background: white;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-family: var(--evator-heading-font);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}

@media only screen and (max-width: 767px) {
  .video-play {
    width: 90px;
    height: 90px;
    font-size: 18px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 479px) {
  .video-play {
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
}

.video-play:hover {
  color: white;
  background: var(--evator-primary-color);
}

.video-wrap .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-play-text span {
  font-weight: 600;
  font-family: var(--evator-heading-color);
}

@media only screen and (min-width: 480px) {
  .video-play-text span {
    font-size: 20px;
  }
}

/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 768px) {
  .blog-meta li {
    font-size: 18px;
  }
}

.blog-meta li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 25px;
  margin-left: 45px;
  margin-right: 45px;
  background: var(--evator-border-color);
}

@media only screen and (max-width: 1299px) {
  .blog-meta li:not(:last-child):after {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.blog-meta li i {
  margin-right: 8px;
}

.blog-meta-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
}

.blog-meta-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px 10px 0;
}

.blog-meta-two li i {
  margin-right: 10px;
  color: var(--evator-secondary-color);
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .image {
  margin-bottom: 28px;
}

.blog-item .image img {
  width: 100%;
}

.blog-item .content .date-category {
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
  font-family: var(--evator-heading-font);
}

.blog-item .content .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .blog-item .content .title {
    font-size: 22px;
  }
}

.blog-item .content .more-btn {
  font-size: 20px;
  margin-top: 35px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--evator-lighter-color);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-item .content .more-btn {
    margin-top: 20px;
  }
}

.blog-item:hover .more-btn {
  color: white;
  background: var(--evator-heading-color);
}

.blog-item.style-two .image {
  margin-bottom: 0;
}

.blog-item.style-two .content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 35px 40px;
  background: var(--evator-heading-color);
  -webkit-box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 479px) {
  .blog-item.style-two .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-item.style-two .date-category {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-item.style-two .date-category a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.blog-item.style-two .title {
  color: white;
}

@media only screen and (max-width: 375px) {
  .blog-item.style-two .title {
    font-size: 18px;
  }
}

.blog-item.style-two:hover .content {
  background: var(--evator-primary-color);
}

.blog-item.style-two.bgc-white .content .more-btn {
  margin-top: 15px;
}

.blog-item.style-two.bgc-white:not(:hover) .content {
  background: white;
}

.blog-item.style-two.bgc-white:not(:hover) .content .date-category {
  color: var(--evator-base-color);
}

.blog-item.style-two.bgc-white:not(:hover) .content .title {
  color: var(--evator-heading-color);
}

.blog-item.style-three .image {
  margin-bottom: 0;
}

.blog-item.style-three .image img {
  border-radius: 8px;
}

.blog-item.style-three .content {
  padding: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: relative;
  margin-top: -80px;
  border-radius: 8px;
  border-bottom: 1px solid var(--evator-heading-color);
}

@media only screen and (max-width: 375px) {
  .blog-item.style-three .content {
    max-width: 90%;
  }
}

.blog-item.style-three .content .date-category {
  margin-bottom: 12px;
}

@media only screen and (max-width: 375px) {
  .blog-item.style-three .content .title {
    font-size: 18px;
  }
}

.blog-item.style-three .content .more-btn {
  width: 24px;
  height: 24px;
  color: white;
  font-size: 12px;
  margin-top: 15px;
  line-height: 24px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: var(--evator-heading-color);
}

.blog-item.style-three:hover .content {
  border-bottom-color: var(--evator-secondary-color);
}

.blog-item.style-four {
  margin-bottom: 50px;
}

.blog-item.style-four .image {
  margin-bottom: 0;
}

.blog-item.style-four .image img {
  width: 100%;
  border-radius: 8px;
}

.blog-item.style-four .content {
  background: white;
  position: relative;
  margin-top: -80px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 25px 50px 30px;
  border-bottom: 1px solid var(--evator-heading-color);
  -webkit-box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 26.9px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .blog-item.style-four .content {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-item.style-four .content {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-item.style-four .content {
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.blog-item.style-four .content .date-category {
  margin-bottom: 6px;
}

.blog-item.style-four .content .title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .blog-item.style-four .content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-item.style-four .content .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-item.style-four .content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-item.style-four .content .title {
    font-size: 18px;
  }
}

.blog-item.style-four .content .read-more i {
  color: white;
  margin-left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.6em;
  margin-right: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 24px;
  height: 24px;
  background: var(--evator-heading-color);
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}

.blog-item.style-four:hover .content .read-more {
  color: var(--evator-primary-color);
}

.blog-item.style-four:hover .content .read-more i {
  background: var(--evator-primary-color);
}

/* Blog Details */
.blog-details-content h4 {
  margin-bottom: 15px;
}

.blog-details-content .title {
  font-size: 33px;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  blockquote {
    font-size: 16px;
  }
}

blockquote .quote {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 25px;
  margin-right: 25px;
  width: 65px;
  height: 65px;
  background: var(--evator-primary-color);
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  blockquote .quote {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    margin-right: 15px;
  }
}

blockquote .blockquote-footer {
  display: block;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 15px;
  color: var(--evator-primary-color);
}

@media only screen and (max-width: 375px) {
  blockquote .blockquote-footer {
    font-size: 14px;
  }
}

blockquote .blockquote-footer:before {
  content: '————';
  margin-right: 25px;
  letter-spacing: -4px;
}

.tag-share {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tag-share .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Next Prev Blog */
.next-prev-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-prev-blog .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 355px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .next-prev-blog .item {
    max-width: 300px;
  }
}

.next-prev-blog .item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .next-prev-blog .item .image {
    max-width: 80px;
    margin-right: 20px;
  }
}

.next-prev-blog .item .image img {
  border-radius: 7px;
}

.next-prev-blog .item .date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.next-prev-blog .item h5 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .next-prev-blog .item h5 {
    font-size: 17px;
  }
}

/* Comments */
@media only screen and (min-width: 480px) {
  .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .comment-body .author-thumb {
    margin-right: 20px;
  }
}

.comment-body .author-thumb img {
  border-radius: 50%;
}

.comment-body .content .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-body .content .comment-header h6 {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-body .content .comment-header .date {
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-body .content p {
  margin-bottom: 13px;
}

.comment-body .content .read-more {
  font-size: 16px;
  font-weight: 700;
}

.comment-body .content .read-more:hover {
  color: var(--evator-primary-color);
}

.comment-body:not(:last-child) {
  margin-bottom: 40px;
}

.comment-body.comment-child {
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  .comment-body.comment-child {
    margin-left: 40px;
  }
}

.admin-comment .comment-body {
  max-width: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .admin-comment .comment-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .admin-comment .comment-body .author-thumb {
    max-width: 120px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 480px) {
  .admin-comment .comment-body .author-thumb {
    margin-bottom: 0;
  }
}

.admin-comment .comment-body .content .socials {
  margin-right: -30px;
}

.admin-comment .comment-body .content .socials a {
  margin-top: 3px;
  font-weight: 500;
  margin-right: 30px;
  display: inline-block;
}

.admin-comment .comment-body .content .socials a:hover {
  color: var(--evator-primary-color);
  text-decoration: underline;
}

/* Comment Form */
.comment-form {
  background: #EDEDED;
  padding: 35px 50px 40px;
}

@media only screen and (max-width: 767px) {
  .comment-form {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .comment-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .comment-form h4 {
    font-size: 22px;
  }
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-control {
  border-radius: 0;
  background: white;
  padding-left: 25px;
  padding-right: 25px;
  border-width: 0 0 1px;
  border-color: transparent;
}

.comment-form .form-control:focus {
  border-color: var(--evator-heading-color);
}

.comment-review-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-review-wrap .comment-ratting-item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .comment-review-wrap .comment-ratting-item {
    width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .comment-review-wrap .comment-ratting-item {
    width: 100%;
  }
}

.comment-review-wrap .comment-ratting-item .title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 25px;
}

.comment-review-wrap .comment-ratting-item .ratting i {
  font-size: 12px;
}

/*******************************************************/
/******************** ## Team Area ********************/
/*******************************************************/
.team-member-item {
  position: relative;
  border-radius: 50%;
  margin-bottom: 100px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  background: rgba(var(--evator-primary-rgb), 0.05);
}

@media only screen and (max-width: 1399px) {
  .team-member-item {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .team-member-item {
    margin-bottom: 50px;
  }
}

.team-member-item .image img {
  border-radius: 50%;
}

.team-member-item .content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25% 15px 13%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.65);
}

.team-member-item .content .social-style-one a {
  color: white;
  font-size: 20px;
}

.team-member-item .content .title h4 {
  color: white;
  margin-bottom: 5px;
}

.team-member-item .content .title span {
  color: white;
}

.team-member-item:hover .content {
  opacity: 1;
}

@media only screen and (min-width: 576px) {
  .col .team-member-item:last-child {
    -webkit-transform: translate(-60px);
    -ms-transform: translate(-60px);
    transform: translate(-60px);
  }
}

.team-member-two-item {
  text-align: center;
  /* margin-bottom: 60px; */
}

.team-member-two-item .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  box-shadow: 6px 5px 6px #00233a;
  border: 1px solid #fff;
  border-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.team-member-two-item .image img {
  width: 100%;
  /* border-radius: 50%; */
  background-color: var(--evator-lighter-color);
}

.team-member-two-item .image .social-style-one {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  padding: 35px 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.08);
  box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.08);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 7, 249, 0)), color-stop(80%, #2A07F9));
  background: -webkit-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 80%);
  background: -o-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 80%);
  background: linear-gradient(180deg, rgba(42, 7, 249, 0) 0%, #2A07F9 80%);
}

.team-member-two-item .image .social-style-one a {
  color: white;
  font-size: 18px;
  margin-left: 13px;
  margin-right: 13px;
}

.team-member-two-item .content .name {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #00233a;
}

@media only screen and (min-width: 376px) {
  .team-member-two-item .content .name {
    font-size: 17px;
  }
}

.team-member-two-item .content>span {
  font-size: 14px;
}

.team-member-two-item:hover .image .social-style-one {
  opacity: 1;
}

/*******************************************************/
/******************** ## FAQs Area ********************/
/*******************************************************/
.accordion-item {
  border: none;
  padding: 30px 0;
  font-size: 20px;
  border-radius: 0;
  color: var(--evator-heading-color);
  background: transparent;
  font-family: var(--evator-heading-font);
  border-bottom: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 575px) {
  .accordion-item {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .accordion-item {
    font-size: 16px;
  }
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid var(--evator-border-color);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item .accordion-header {
  font-size: 1em;
}

.accordion-item .accordion-button {
  padding: 0;
  border: none;
  font-size: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--evator-heading-color);
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-item .accordion-button .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  margin-top: -2px;
  content: "\f054";
  margin-left: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: var(--evator-primary-color);
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
}

.accordion-item .accordion-button:after {
  display: none;
}

.accordion-item .accordion-button:not(.collapsed) .icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordion-item .accordion-button:not(.collapsed) .icon i:before {
  content: "\f068";
}

.accordion-body {
  padding: 0;
  font-weight: 500;
  padding-top: 28px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .accordion-body {
    font-size: 0.9em;
    padding-top: 12px;
  }
}

.accordion-body p {
  opacity: 0.7;
  line-height: 1.5;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.faq-image-part {
  position: relative;
}

.faq-image-part>img {
  border-radius: 50px;
}

@media only screen and (max-width: 375px) {
  .faq-image-part>img {
    border-radius: 25px;
  }
}

.faq-image-part .support-hours {
  z-index: 1;
  position: absolute;
  left: -150px;
  bottom: -150px;
  padding: 50px;
  line-height: 1;
  background: white;
  border-radius: 50px;
  font-family: var(--evator-heading-font);
}

@media only screen and (max-width: 1599px) {
  .faq-image-part .support-hours {
    left: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-image-part .support-hours {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-image-part .support-hours {
    left: 25px;
    bottom: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .faq-image-part .support-hours {
    left: 15px;
    bottom: 15px;
    padding: 25px;
    border-radius: 25px;
  }
}

.faq-image-part .support-hours .icon {
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  background: var(--evator-heading-color);
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .faq-image-part .support-hours .icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }
}

.faq-image-part .support-hours .hours {
  display: block;
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .faq-image-part .support-hours .hours {
    font-size: 45px;
  }
}

.faq-image-part .support-hours .text {
  font-size: 32px;
}

@media only screen and (max-width: 575px) {
  .faq-image-part .support-hours .text {
    font-size: 20px;
  }
}

/*******************************************************/
/******************* ## Shapes Area *******************/
/*******************************************************/
.speakers-shapes .shape {
  z-index: -1;
  max-width: 11%;
  position: absolute;
}

.speakers-shapes .shape.one {
  left: 0;
  top: 7%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

.speakers-shapes .shape.two {
  left: 5%;
  bottom: 10%;
  -webkit-animation: leftRightOne 6s infinite;
  animation: leftRightOne 6s infinite;
}

.speakers-shapes .shape.three {
  right: 0;
  top: 38%;
  -webkit-animation: down-up-one 6s infinite;
  animation: down-up-one 6s infinite;
}

.hero-shapes .shape {
  z-index: -1;
  max-width: 6%;
  position: absolute;
}

.hero-shapes .shape.one {
  top: 20%;
  left: 42%;
  max-width: 6%;
  -webkit-animation: leftRightOne 8s infinite;
  animation: leftRightOne 8s infinite;
}

.hero-shapes .shape.two {
  top: 45%;
  right: -2%;
  max-width: 8%;
  -webkit-animation: down-up-two 8s infinite;
  animation: down-up-two 8s infinite;
}

.hero-shapes .shape.three {
  right: -2%;
  bottom: 16%;
  max-width: 12%;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 8s infinite;
}

.hero-shapes .shape.four {
  left: 50%;
  bottom: 35%;
  -webkit-animation: shapeAnimationOne 30s infinite;
  animation: shapeAnimationOne 30s infinite;
}

.hero-shapes .shape.five {
  left: 60%;
  bottom: 15%;
  -webkit-animation: shapeAnimationFour 30s infinite;
  animation: shapeAnimationFour 30s infinite;
}

.project-shapes .shape {
  z-index: -1;
  position: absolute;
}

.project-shapes .shape.one {
  top: 7%;
  right: 10%;
  -webkit-animation: shapeAnimationTwo 30s infinite;
  animation: shapeAnimationTwo 30s infinite;
}

.project-shapes .shape.two {
  top: 15%;
  right: 5%;
  -webkit-animation: zoomInOut 5s infinite;
  animation: zoomInOut 5s infinite;
}

.project-shapes .shape.four,
.project-shapes .shape.five,
.project-shapes .shape.three {
  opacity: 0.4;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 40, 131, 0.56)), to(rgba(67, 97, 238, 0.56)));
  background: -webkit-linear-gradient(top, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%);
  background: -o-linear-gradient(top, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%);
  background: linear-gradient(180deg, rgba(255, 40, 131, 0.56) 0%, rgba(67, 97, 238, 0.56) 100%);
  -webkit-animation: zoomInOut 6s infinite;
  animation: zoomInOut 6s infinite;
}

.project-shapes .shape.three {
  top: 10%;
  left: -10%;
}

.project-shapes .shape.four {
  top: 30%;
  left: 45%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.project-shapes .shape.five {
  right: -10%;
  bottom: 15%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.pricing-shapes .shape {
  z-index: -1;
  max-width: 30%;
  position: absolute;
}

.pricing-shapes .shape.one {
  top: 22%;
  right: 22%;
  -webkit-animation: zoomInOut 5s infinite;
  animation: zoomInOut 5s infinite;
}

.pricing-shapes .shape.two {
  left: 0;
  top: 35%;
  -webkit-animation: down-up-one 5s infinite;
  animation: down-up-one 5s infinite;
}

.pricing-shapes .shape.three {
  top: 15%;
  right: 0;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

.event-shapes .shape {
  z-index: -1;
  max-width: 8%;
  position: absolute;
}

.event-shapes .shape.one {
  left: 5%;
  bottom: 40%;
  -webkit-animation: shapeAnimationOne 30s infinite;
  animation: shapeAnimationOne 30s infinite;
}

.event-shapes .shape.two {
  left: 8%;
  bottom: 25%;
  -webkit-animation: shapeAnimationFour 30s infinite;
  animation: shapeAnimationFour 30s infinite;
}

.event-shapes .shape.three {
  right: 3%;
  top: 30%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

.event-shapes .shape.four {
  right: 5%;
  bottom: 30%;
  -webkit-animation: shapeAnimationTwo 30s infinite;
  animation: shapeAnimationTwo 30s infinite;
}

.forum-shapes .shape {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}

.forum-shapes .shape.one {
  top: 40%;
  right: 4%;
  -webkit-animation: down-up-two 5s infinite;
  animation: down-up-two 5s infinite;
}

/*******************************************************/
/******************* ## Events Area *******************/
/*******************************************************/
.our-event-area:after,
.our-event-area:before {
  content: '';
  z-index: -1;
  width: 505px;
  height: 505px;
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--evator-primary-rgb), 0.08);
}

@media only screen and (max-width: 991px) {

  .our-event-area:after,
  .our-event-area:before {
    width: 250px;
    height: 250px;
  }
}

.our-event-area:after {
  top: 0;
  right: 0;
}

.our-event-area:before {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  padding: 30px 40px;
}

@media only screen and (min-width: 992px) {
  .event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 479px) {
  .event-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.event-item:not(:last-child) {
  margin-bottom: 40px;
}

.event-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 33%;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .event-item .image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.event-item .content .blog-meta {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta {
    margin-right: -15px;
  }
}

@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .event-item .content .blog-meta li {
    font-size: 14px;
  }
}

.event-item .content .blog-meta li:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta li:after {
    display: none;
  }
}

.event-item .content h4 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .event-item .content h4 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .event-item .content h4 {
    font-size: 22px;
  }
}

.event-item .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.56;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .event-item .content p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) {
  .event-item .content .theme-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.event-item:hover {
  color: white;
  background: var(--evator-secondary-color);
}

.event-item:hover .content p,
.event-item:hover .content h4,
.event-item:hover .content .blog-meta {
  color: white;
}

.event-item:hover .content .theme-btn {
  background: var(--evator-heading-color);
}

.event-item:hover .content .theme-btn:before {
  background: var(--evator-heading-color);
}

.event-item:hover .content .blog-meta li:after {
  background: white;
}

.event-item.style-two:not(:hover) {
  background: var(--evator-lighter-color);
}

.event-two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 1199px) {
  .event-two-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.event-two-item:not(:last-child) {
  margin-bottom: 40px;
}

.event-two-item .date {
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .event-two-item .date b {
    font-size: 40px;
  }
}

.event-two-item .title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .event-two-item .title {
    width: 36%;
  }
}

@media only screen and (max-width: 1399px) {
  .event-two-item .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .event-two-item .title {
    font-size: 25px;
  }
}

.event-two-item .location-time {
  margin-bottom: 15px;
}

@media only screen and (max-width: 375px) {
  .event-two-item .location-time {
    font-size: 14px;
  }
}

.event-two-item .location-time i {
  margin: 5px 5px 0 0;
}

.event-two-item .location-time .location {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--evator-heading-color);
}

.event-two-item .theme-btn {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .event-two-item .theme-btn {
    padding: 17px 29px;
  }
}

.event-two-item .theme-btn.style-two {
  color: var(--evator-heading-color);
}

.event-two-item .theme-btn.style-two:before {
  background: var(--evator-secondary-color);
}

.event-two-item:hover .theme-btn.style-two {
  color: white;
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

.event-two-item.style-two {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding: 22px 40px 10px;
  background: var(--evator-heading-color);
}

@media only screen and (max-width: 479px) {
  .event-two-item.style-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.event-two-item.style-two .content {
  margin-bottom: 15px;
}

.event-two-item.style-two .content .date b {
  color: white;
}

.event-two-item.style-two .content .title {
  width: auto;
  color: white;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width: 375px) {
  .event-two-item.style-two .content .title {
    font-size: 22px;
  }
}

.event-two-item.style-two .theme-btn {
  border-radius: 8px;
  border: 1px solid white;
  background: transparent;
}

.event-two-item.style-two:not(:last-child) {
  margin-bottom: 10px;
}

.event-two-item.style-two:hover {
  background: var(--evator-primary-color);
}

.event-three-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .event-three-item {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid var(--evator-border-color);
  }
}

.event-three-item:not(:last-child) {
  margin-bottom: 40px;
}

.event-three-item .date {
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .event-three-item .date b {
    font-size: 40px;
  }
}

.event-three-item .image {
  margin-bottom: 20px;
}

.event-three-item .content {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .event-three-item .content {
    width: 38%;
  }
}

.event-three-item .content .title {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1399px) {
  .event-three-item .content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .event-three-item .content .title {
    font-size: 25px;
  }
}

.event-three-item .content .location-time {
  margin-bottom: 22px;
}

@media only screen and (max-width: 375px) {
  .event-three-item .content .location-time {
    font-size: 14px;
  }
}

.event-three-item .content .location-time i {
  margin: 5px 5px 0 0;
}

.event-three-item .content .location-time .location {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--evator-heading-color);
}

.event-three-item .content .theme-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
}

.event-three-item .price {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: var(--evator-heading-font);
}

.event-three-item.style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-three-item.style-two .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 480px) {
  .event-three-item.style-two .image {
    margin-right: 8%;
  }
}

.event-three-item.style-two .content {
  width: auto;
  margin-bottom: 0;
}

.event-three-item.style-two .content .date {
  display: block;
  margin-bottom: 18px;
}

.event-three-item.style-two .content .price {
  display: block;
  margin-bottom: 33px;
}

.event-three-item.style-two .content .theme-btn {
  border-radius: 30px;
}

/* Event Solutions */
@media only screen and (min-width: 1600px) {
  .event-solutions-area .section-title .title {
    font-size: 96px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .event-solutions-area .section-title .title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .event-solutions-area .section-title .title {
    font-size: 65px;
  }
}

.event-solution-text p {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1599px) {
  .event-solution-text p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .event-solution-text p {
    font-size: 16px;
  }
}

/* Get From Event */
.get-from-event-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.get-from-event-slider .get-from-event-item {
  margin-left: 15px;
  margin-right: 15px;
}

.get-from-event-slider .slick-list {
  padding: 0px !important;
}

.get-from-event-slider .slick-dots {
  margin-top: 55px;
}

.get-from-event-item {
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}

.get-from-event-item .image img {
  width: 100%;
}

.get-from-event-item .content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 375px) {
  .get-from-event-item .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.get-from-event-item .content .title {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .get-from-event-item .content .title {
    font-size: 32px;
  }
}

.get-from-event-item .content p {
  color: white;
  font-weight: 600;
  margin-top: auto;
  line-height: 1.7;
  margin-bottom: 12px;
  text-transform: capitalize;
}

@media only screen and (min-width: 376px) {
  .get-from-event-item .content p {
    font-size: 18px;
  }
}

.get-from-event-item .content .more-btn {
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--evator-heading-color);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.get-from-event-item:hover .content {
  opacity: 1;
}

/* Event Grid */
.events-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events-nav li {
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 16px;
  border-radius: 5px;
  margin: 0 10px 10px;
  color: var(--evator-heading-color);
}

@media only screen and (min-width: 576px) {
  .events-nav li {
    font-size: 18px;
  }
}

.events-nav li.active {
  color: white;
  background: var(--evator-primary-color);
}

.event-grid-item {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: var(--evator-lighter-color);
  border: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 375px) {
  .event-grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-grid-item .image {
  position: relative;
  margin-bottom: 30px;
}

.event-grid-item .image img {
  width: 100%;
  border-radius: 8px;
}

.event-grid-item .image .price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 10px;
  background: var(--evator-secondary-color);
}

.event-grid-item .content .title {
  margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  .event-grid-item .content .title {
    font-size: 22px;
  }
}

.event-grid-item .content ul {
  margin-bottom: 30px;
}

.event-grid-item .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-grid-item .content ul li i {
  margin-right: 10px;
}

.event-grid-item .content .theme-btn {
  margin-top: 15px;
  border-radius: 8px;
}

.event-grid-item .content .theme-btn.style-two {
  color: var(--evator-base-color);
}

@media only screen and (min-width: 576px) {
  .event-grid-item .content .theme-btn.style-two {
    padding: 17px 35px;
  }
}

.event-grid-item .content .theme-btn.style-two:before {
  background: var(--evator-primary-color);
}

.event-grid-item .content .theme-btn.style-two:hover {
  color: white;
  border-color: var(--evator-primary-color);
}

/* Event List */
.event-list-active .slick-list {
  padding: 0 !important;
}

.event-list-active .slick-list .event-item {
  border-radius: 8px;
  margin-bottom: 40px;
  border: 1px solid var(--evator-border-color);
}

@media only screen and (min-width: 992px) {
  .event-list-active .slick-list .event-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.event-list-active .slick-list .event-item .image img {
  border-radius: 8px;
}

.event-list-active .slick-list .event-item:not(:hover) {
  background: var(--evator-lighter-color);
}

.event-list-active .slick-dots {
  margin-top: 10px;
}

/* Event Details  */
.event-details-content .image img {
  width: 100%;
}

.event-details-content p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 33px;
}

.event-details-content .list-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-details-content .list-style-two li {
  width: 49%;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: var(--evator-heading-color);
}

@media only screen and (max-width: 767px) {
  .event-details-content .list-style-two li {
    width: 100%;
  }
}

.event-details-content .list-style-two li i {
  width: 22px;
  height: 22px;
  font-size: 0.6em;
  line-height: 22px;
  margin-right: 10px;
  background: var(--evator-secondary-color);
}

.event-details-content h4 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .event-details-content h4 {
    font-size: 30px;
  }
}

.event-location iframe {
  height: 400px;
}

@media only screen and (max-width: 575px) {
  .event-location iframe {
    height: 300px;
  }
}

/*******************************************************/
/****************** ## Counter Area *******************/
/*******************************************************/
.counter-item .counter-title {
  font-weight: 500;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 480px) {
  .counter-item .counter-title {
    font-size: 20px;
  }
}

.counting-part {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.counters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counters-wrap .line {
  width: 2px;
  margin-bottom: 30px;
  background: #D9D9D9;
}

@media only screen and (max-width: 991px) {
  .counters-wrap .line {
    display: none;
  }
}

.counters-wrap .counter-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .counters-wrap .counter-item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .counters-wrap .counter-item .count-text {
    font-size: 52px;
  }
}

@media only screen and (max-width: 375px) {
  .counters-wrap .counter-item .count-text {
    font-size: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .counters-wrap .counter-item .counter-title {
    font-size: 14px;
  }
}

/*******************************************************/
/***************** ## Features Area ********************/
/*******************************************************/
.feature-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  padding: 40px 40px 35px;
  border: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 1199px) {
  .feature-item {
    padding: 30px 30px 25px;
  }
}

.feature-item .icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 1199px) {
  .feature-item .icon {
    margin-bottom: 30px;
  }
}

.feature-item .content h4 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .feature-item .content h4 {
    font-size: 32px;
  }
}

.feature-item .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.feature-item .content .read-more {
  margin-top: 22px;
}

@media only screen and (max-width: 1199px) {
  .feature-item .content .read-more {
    margin-top: 15px;
  }
}

.feature-item:hover {
  background: var(--evator-primary-color);
  border-color: var(--evator-primary-color);
}

.feature-item:hover .icon {
  color: white;
  border-color: rgba(237, 237, 237, 0.2);
}

.feature-item:hover .content p,
.feature-item:hover .content h4,
.feature-item:hover .content .read-more {
  color: white;
}

.feature-item:hover .content p {
  opacity: 0.8;
}

.feature-item.hover-secondary:hover {
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

.feature-item.hover-secondary:hover .icon {
  color: white;
  border-color: rgba(237, 237, 237, 0.2);
}

.feature-item.hover-secondary:hover .content p,
.feature-item.hover-secondary:hover .content h4,
.feature-item.hover-secondary:hover .content .read-more {
  color: white;
}

.feature-item.hover-secondary:hover .content p {
  opacity: 0.8;
}

.feature-item.style-two {
  border-radius: 8px;
}

.feature-item.style-two .icon {
  color: white;
  border-color: rgba(237, 237, 237, 0.2);
}

@media only screen and (min-width: 1200px) {
  .feature-item.style-two .content h4 {
    font-size: 30px;
  }
}

.feature-item.style-two .content p,
.feature-item.style-two .content h4,
.feature-item.style-two .content .read-more {
  color: white;
}

.feature-item.style-two .content p {
  opacity: 0.8;
}

.feature-item.style-two:hover {
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

/* Features Two */
.feature-item-two {
  margin-bottom: 30px;
}

.feature-item-two .title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.333;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--evator-border-color);
}

@media only screen and (max-width: 1199px) {
  .feature-item-two .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .feature-item-two .title {
    font-size: 25px;
  }
}

.feature-item-two .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px){
  .feature-item-two .title a {
    display: block !important;
    text-align: center;
  }
}
/* @media (max-width: 1024px){
  .feature-item-two .title a {
    display: flex !important;
  }
} */

.feature-item-two .title a i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  background: var(--evator-lighter-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--evator-border-color);
}

.feature-item-two p {
  line-height: 1.55;
  text-align: justify;
}

@media only screen and (min-width: 376px) {
  .feature-item-two p {
    font-size: 17px;
  }
}

.feature-item-two:hover .title {
  border-bottom-color: #00233a;
}

.feature-item-two:hover .title i {
  color: white;
  background: var(--evator-secondary-color);
  border-color: var(--evator-secondary-color);
}

/* Features Three */
.feature-item-three {
  margin-bottom: 30px;
}

.feature-item-three .icon {
  line-height: 1;
  font-size: 45px;
  margin-bottom: 25px;
  color: var(--evator-primary-color);
}

.feature-item-three .title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.feature-item-three.style-two {
  margin-bottom: 40px;
}

.feature-item-three.style-two .icon {
  font-size: 55px;
  margin-bottom: 40px;
  color: var(--evator-secondary-color);
}

.feature-item-three.style-two .title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 376px) {
  .feature-item-three.style-two .title {
    font-size: 22px;
  }
}

.feature-item-three.style-three {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
  padding: 50px 45px 40px;
  background: var(--evator-primary-color);
}

@media only screen and (max-width: 375px) {
  .feature-item-three.style-three {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.feature-item-three.style-three .icon {
  color: white;
  font-size: 55px;
  margin-bottom: 30px;
}

.feature-item-three.style-three .content h4 {
  color: white;
}

@media only screen and (max-width: 375px) {
  .feature-item-three.style-three .content h4 {
    font-size: 20px;
  }
}

.feature-item-three.style-three .content p {
  color: white;
  opacity: 0.8;
  margin-bottom: 0;
}

.feature-item-three.style-three:hover {
  background: var(--evator-secondary-color);
}

/* Features Four */
@media only screen and (min-width: 992px) {
  .benefit-content-part {
    max-width: 515px;
  }
}

.feature-item-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-item-four .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 25px;
  margin-top: 5px;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  background: var(--evator-primary-color);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .feature-item-four .icon {
    width: 33px;
    height: 33px;
    font-size: 15px;
    line-height: 33px;
    margin-right: 15px;
  }
}

.feature-item-four .content p {
  margin-bottom: 0;
}

.feature-item-four:not(:last-child) {
  margin-bottom: 22px;
}

.benefit-image-part img {
  max-width: 82%;
  border-radius: 20px;
}

.benefit-image-part img:first-child {
  margin-left: 18%;
}

.benefit-image-part img:last-child {
  margin-top: -30%;
  margin-right: 18%;
}

.features-three-wrap {
  margin-top: -120px;
  position: relative;
}

/*******************************************************/
/***************** ## Sidebar Widgets *****************/
/*******************************************************/
.widget:not(:last-child) {
  margin-bottom: 45px;
}

.widget-title {
  margin-top: -5px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 3px;
  background: var(--evator-primary-color);
}

.widget-organizer img {
  width: 100%;
}

.widget-organizer .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 7, 249, 0)), to(#2A07F9));
  background: -webkit-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
  background: -o-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
  background: linear-gradient(180deg, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
}

.widget-organizer .content .designation {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.widget-organizer .content .name {
  color: white;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .widget-organizer .content .name {
    font-size: 27px;
  }
}

@media only screen and (max-width: 375px) {
  .widget-organizer .content .name {
    font-size: 22px;
  }
}

.widget-organizer .content .social-style-one a {
  color: white;
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--evator-heading-color);
}

.widget-search form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  background: transparent;
}

.widget-search form input {
  padding: 0;
  border: none;
  background: transparent;
}

.widget-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

.widget-gallery .gallery a {
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  max-width: calc(33.333% - 10px);
}

.widget-gallery .gallery a img {
  border-radius: 7px;
}

.widget-gallery .gallery a>i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  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;
  background: rgba(42, 7, 249, 0.65);
}

.widget-gallery .gallery a:hover>i {
  opacity: 1;
}

.widget-cta {
  z-index: 1;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 470px;
  position: relative;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 375px) {
  .widget-cta {
    min-height: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .widget-cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.widget-cta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(1, 3, 11, 0)), to(#01030B));
  background: -webkit-linear-gradient(top, rgba(1, 3, 11, 0) 40%, #01030B 100%);
  background: -o-linear-gradient(top, rgba(1, 3, 11, 0) 40%, #01030B 100%);
  background: linear-gradient(180deg, rgba(1, 3, 11, 0) 40%, #01030B 100%);
}

.widget-cta h4 {
  color: white;
  margin-bottom: 25px;
}

@media only screen and (min-width: 376px) {
  .widget-cta h4 {
    font-size: 30px;
  }
}

.widget-cta .theme-btn {
  border-radius: 7px;
}

.widget-category ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--evator-heading-color);
}

.widget-category ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-news li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-news li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-news li .image {
    max-width: 80px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .widget-news li .image {
    max-width: 75px;
    margin-right: 12px;
  }
}

.widget-news li .image img {
  border-radius: 7px;
}

.widget-news li .content .date {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.widget-news li .content h5 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-news li .content h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .widget-news li .content h5 {
    font-size: 16px;
  }
}

.tag-clouds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

.tag-clouds a {
  padding: 4px 15px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px 10px 0;
  border: 1px solid var(--evator-border-color);
}

.tag-clouds a:hover {
  color: white;
  background: var(--evator-primary-color);
  border-color: var(--evator-primary-color);
}

.widget-booking form .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-booking form .date b {
  line-height: 1.3;
}

.widget-booking form .date input {
  max-width: 190px;
  padding: 5px 15px;
  border: 1px solid var(--evator-border-color);
}

.widget-booking form .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-booking form .time .radio-filter {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-booking form .time .radio-filter li {
  margin-bottom: 0;
}

.widget-booking form .tickets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-booking form .tickets li .nice-select {
  width: auto;
  border: none;
  padding: 0 18px 0 0;
  background: transparent;
}

.widget-booking form .tickets li .nice-select:after {
  width: 9px;
  height: 9px;
  right: 2px;
  margin-top: -6px;
}

.widget-booking form h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget-booking form h6 span {
  font-size: 1.2em;
}

.event-sidebar .widget {
  border-radius: 7px;
  padding: 40px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-sidebar .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .event-sidebar .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.event-sidebar .widget-gallery {
  border: 1px solid var(--evator-heading-color);
}

.widget-event-info {
  background: var(--evator-primary-color);
}

.widget-event-info .widget-title {
  color: white;
}

.widget-event-info .widget-title:after {
  background: white;
}

.widget-event-info ul li {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-event-info ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .widget-event-info ul li {
    font-size: 16px;
  }
}

.widget-event-info ul li i {
  font-size: 0.9em;
  margin-right: 5px;
}

.widget-event-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

/*******************************************************/
/******************* ## Pricing Area *******************/
/*******************************************************/
.pricing-plan-item {
  padding: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 375px) {
  .pricing-plan-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing-plan-item .title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 18px;
}
.pricing-plan-item .title {
  font-size: 20px;
}
@media only screen and (min-width: 1300px) {
  .pricing-plan-item .title {
    font-size: 20px;
  }
}

.pricing-plan-item .text {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 33px;
}

.pricing-plan-item .price {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 35px;
  padding-bottom: 25px;
  color: var(--evator-primary-color);
  font-family: var(--evator-heading-font);
  border-bottom: 1px solid var(--evator-border-color);
}

@media only screen and (max-width: 1299px) {
  .pricing-plan-item .price {
    font-size: 40px;
  }
}

.pricing-plan-item .price .after {
  font-size: 0.4em;
  font-weight: 600;
}

.pricing-plan-item .list-style-two li,
.pricing-plan-item .list-style-two li i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pricing-plan-item .theme-btn {
  width: 100%;
  margin-top: 44px;
}

.pricing-plan-item:hover {
  background: var(--evator-primary-color);
}

.pricing-plan-item:hover .text,
.pricing-plan-item:hover .price,
.pricing-plan-item:hover .title,
.pricing-plan-item:hover .list-style-two li {
  color: white;
}

.pricing-plan-item:hover .list-style-two li i {
  color: var(--evator-primary-color);
  background: white;
}

.pricing-plan-item:hover .price {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.pricing-plan-item.style-two {
  border: none;
  border-radius: 8px;
  --evator-primary-color: #fcc563;
}

.pricing-plan-item.style-two:not(:hover) {
  background: white;
}

.pricing-plan-item.style-three {
  background: white;
  border-radius: 50px;
}

.pricing-plan-item.style-three:hover {
  background: var(--evator-heading-color);
}

/*******************************************************/
/***************** ## Projects Area ********************/
/*******************************************************/
.project-item {
  position: relative;
  margin-bottom: 30px;
}

.project-item .image img {
  width: 100%;
}

.project-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9% 5%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 0, 52, 0.88)), color-stop(47.47%, rgba(0, 0, 0, 0.88)), to(rgba(14, 1, 4, 0.88)));
  background: -webkit-linear-gradient(top, rgba(238, 0, 52, 0.88) 0%, rgba(0, 0, 0, 0.88) 47.47%, rgba(14, 1, 4, 0.88) 100%);
  background: -o-linear-gradient(top, rgba(238, 0, 52, 0.88) 0%, rgba(0, 0, 0, 0.88) 47.47%, rgba(14, 1, 4, 0.88) 100%);
  background: linear-gradient(180deg, rgba(238, 0, 52, 0.88) 0%, rgba(0, 0, 0, 0.88) 47.47%, rgba(14, 1, 4, 0.88) 100%);
}

.project-item .content .icon {
  font-size: 25px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  background: white;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: var(--evator-heading-color);
}

@media only screen and (max-width: 1199px) {
  .project-item .content .icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .project-item .content .icon {
    display: none;
  }
}

.project-item .content h4 {
  color: white;
}

@media only screen and (min-width: 1200px) {
  .project-item .content h4 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .project-item .content h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .project-item .content h4 {
    font-size: 20px;
  }
}

.project-item .content .location {
  color: white;
}

@media only screen and (min-width: 1200px) {
  .project-item .content .location {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .project-item .content .location {
    font-size: 14px;
  }
}

.project-item .content .location i {
  margin-right: 10px;
}

.project-item:hover .content {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.project-item.style-two {
  overflow: hidden;
  border-radius: 8px;
}

@media only screen and (max-width: 375px) {
  .project-item.style-two .image img {
    min-height: 200px;
  }
}

.project-item.style-two .content {
  padding: 40px;
  text-align: left;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: -webkit-linear-gradient(87.48deg, #01030B 24.98%, rgba(1, 3, 11, 0.666447) 65.15%, rgba(1, 3, 11, 0) 98.37%, rgba(1, 3, 11, 0.690885) 98.37%);
  background: -o-linear-gradient(87.48deg, #01030B 24.98%, rgba(1, 3, 11, 0.666447) 65.15%, rgba(1, 3, 11, 0) 98.37%, rgba(1, 3, 11, 0.690885) 98.37%);
  background: linear-gradient(2.52deg, #01030B 24.98%, rgba(1, 3, 11, 0.666447) 65.15%, rgba(1, 3, 11, 0) 98.37%, rgba(1, 3, 11, 0.690885) 98.37%);
}

@media only screen and (max-width: 1299px) {
  .project-item.style-two .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.project-item.style-two .content .icon {
  margin-bottom: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
}

.project-item.style-two .content .category {
  color: white;
  font-size: 12px;
  font-family: var(--evator-heading-font);
}

.project-item.style-two .content h5 {
  color: white;
  margin-top: 5px;
  margin-bottom: 0;
}

.project-item.style-two:hover .content .icon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.project-item.style-two.hover-content {
  border-radius: 0;
}

.project-item.style-two.hover-content .content {
  opacity: 1;
  background: transparent;
}

.project-item.style-two.hover-content .content h4 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .project-item.style-two.hover-content .content h4 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.style-two.hover-content .content h4 {
    font-size: 24px;
  }
}

.project-item.style-two.hover-content .content .inner-content {
  color: white;
  display: none;
  padding-top: 8px;
}

@media only screen and (max-width: 575px) {
  .project-item.style-two.hover-content .content .inner-content p {
    display: none;
  }
}

.project-item.style-two.hover-content .content .inner-content .read-more {
  color: white;
  text-decoration: underline;
}

.project-item.style-two.hover-content .content:after,
.project-item.style-two.hover-content .content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.project-item.style-two.hover-content .content:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 3, 11, 0)), to(#01030B));
  background: -webkit-linear-gradient(top, rgba(1, 3, 11, 0) 0%, #01030B 100%);
  background: -o-linear-gradient(top, rgba(1, 3, 11, 0) 0%, #01030B 100%);
  background: linear-gradient(180deg, rgba(1, 3, 11, 0) 0%, #01030B 100%);
}

.project-item.style-two.hover-content .content:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 7, 249, 0)), to(#2A07F9));
  background: -webkit-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
  background: -o-linear-gradient(top, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
  background: linear-gradient(180deg, rgba(42, 7, 249, 0) 0%, #2A07F9 100%);
}

.project-item.style-two.hover-content:hover .content:before {
  opacity: 0;
}

.project-item.style-two.hover-content:hover .content:after {
  opacity: 1;
}

.project-item.text-start .content {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

/*******************************************************/
/******************* ## Marquee Text *******************/
/*******************************************************/
.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee-inner.left {
  -webkit-animation: marquee_left 20s linear infinite;
  animation: marquee_left 20s linear infinite;
}

.marquee-inner.right {
  -webkit-animation: marquee_right 20s linear infinite;
  animation: marquee_right 20s linear infinite;
}

/* Headline style */
.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  overflow: hidden;
  font-size: 220px;
  font-weight: 800;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1599px) {
  .marquee-wrap {
    font-size: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .marquee-wrap {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .marquee-wrap {
    font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .marquee-wrap {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .marquee-wrap {
    font-size: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .marquee-wrap {
    font-size: 40px;
  }
}

.marquee-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
  margin-right: 35px;
}

@media only screen and (max-width: 991px) {
  .marquee-wrap .marquee-item {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
}

@media only screen and (max-width: 575px) {
  .marquee-wrap .marquee-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.marquee-wrap .marquee-item span {
  opacity: 0.2;
  color: transparent;
  -webkit-text-stroke: 1px var(--evator-heading-color);
}

.marquee-wrap .marquee-item i {
  font-size: 0.55em;
  margin-left: 70px;
  margin-right: 70px;
  color: var(--evator-secondary-color);
}

@media only screen and (max-width: 991px) {
  .marquee-wrap .marquee-item i {
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .marquee-wrap .marquee-item i {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*******************************************************/
/****************** ## Skillbar Area *******************/
/*******************************************************/
.skillbar {
  height: 3px;
  margin-top: 35px;
  position: relative;
  margin-bottom: 35px;
  background: rgba(42, 7, 249, 0.2);
}

.skillbar .skillbar-title,
.skillbar .skill-bar-percent {
  top: -38px;
  color: white;
  font-weight: 700;
  position: absolute;
  color: var(--evator-heading-color);
}

.skillbar .skillbar-title {
  z-index: 2;
}

.skillbar .skill-bar-percent {
  right: 0;
}

.skillbar .skillbar-bar {
  width: 0;
  height: 3px;
  position: relative;
  background-image: none;
  overflow: inherit !important;
  background-color: var(--evator-primary-color);
}

/*******************************************************/
/***************** ## Tesimonials Area ****************/
/*******************************************************/
.testimonials-active {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-active .testimonial-item {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonials-active .slick-dots {
  margin-top: 35px;
}

.testimonial-item {
  padding: 40px;
  margin-bottom: 30px;
  border: 1.2px solid var(--evator-heading-color);
}

@media only screen and (max-width: 479px) {
  .testimonial-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item .author-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.testimonial-item .author-quote img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 98px;
  margin-right: 16px;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .author-quote img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonial-item .author-quote img {
    max-width: 60px;
  }
}

.testimonial-item .author-quote .title {
  margin-right: 15px;
}

.testimonial-item .author-quote .title h4 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .author-quote .title h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonial-item .author-quote .title h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .testimonial-item .author-quote .title .designation {
    font-size: 14px;
  }
}

.testimonial-item .author-quote .quote {
  color: white;
  font-size: 40px;
  margin-left: auto;
  width: 78px;
  height: 78px;
  background: var(--evator-heading-color);
  line-height: 78px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .testimonial-item .author-quote .quote {
    width: 65px;
    height: 65px;
    font-size: 30px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .testimonial-item .author-quote .quote {
    display: none;
  }
}

.testimonial-item .text {
  font-weight: 500;
  line-height: 1.58;
  font-style: italic;
  color: var(--evator-heading-color);
  font-family: var(--evator-heading-font);
}

@media only screen and (min-width: 376px) {
  .testimonial-item .text {
    font-size: 18px;
  }
}

.testimonial-item .testi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-item .testi-footer h5 {
  margin: 15px 5px 0 0;
}

@media only screen and (max-width: 375px) {
  .testimonial-item .testi-footer h5 {
    font-size: 16px;
  }
}

.testimonial-item .testi-footer .ratting {
  margin-top: 15px;
}

@media only screen and (max-width: 375px) {
  .testimonial-item .testi-footer .ratting {
    font-size: 14px;
  }
}

.testimonial-item.style-two {
  padding: 0;
  margin-bottom: 40px;
}

.testimonial-item.style-two .content {
  position: relative;
  background: white;
  padding: 35px 40px;
  border-radius: 8px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 479px) {
  .testimonial-item.style-two .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonial-item.style-two .content .ratting {
  margin-bottom: 25px;
}

.testimonial-item.style-two .content .text {
  margin-bottom: 20px;
}

.testimonial-item.style-two .content h5 {
  margin: 0;
}

.testimonial-item.style-two .content:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 40px;
  top: 100%;
  border-top: 30px solid white;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
}

.testimonial-item.style-two .author-quote {
  margin: 0 20px 0;
}

.testimonial-item.style-two .author-quote img {
  max-width: 75px;
  border-radius: 50%;
  border: 1px solid var(--evator-secondary-color);
}

.testimonial-item.style-two .author-quote h4 {
  color: white;
}

.testimonial-item.style-two .author-quote .designation {
  color: white;
  opacity: 0.7;
}

.br-8 {
  border-radius: 8px;
}

.br-8>img {
  border-radius: 8px;
}

.testimonials-two-area .event-testi-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
}

.testimonials-overlay {
  padding-bottom: 0;
  position: relative;
}

.testimonials-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.29%, rgba(47, 47, 47, 0)), color-stop(100%, #000000), to(#2F2F2F));
  background: -webkit-linear-gradient(top, rgba(47, 47, 47, 0) 29.29%, #000000 100%, #2F2F2F 100%);
  background: -o-linear-gradient(top, rgba(47, 47, 47, 0) 29.29%, #000000 100%, #2F2F2F 100%);
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 29.29%, #000000 100%, #2F2F2F 100%);
}

.testimonials-overlay .testi-load-btn {
  bottom: 130px;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (max-width: 991px) {
  .testimonials-overlay .testi-load-btn {
    bottom: 100px;
  }
}

/*******************************************************/
/**************** ## Venue Info Area ****************/
/*******************************************************/
.venue-info-content p {
  font-size: 17px;
  /* font-weight: 500; */
  line-height: 1.75;
}

@media only screen and (max-width: 575px) {
  .venue-info-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .venue-info-content p {
    font-size: 16px;
  }
}

.venue-info-item {
  margin-bottom: 30px;
}

.venue-info-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 376px) {
  .venue-info-item h5 {
    font-size: 22px;
  }
}

.venue-info-item .title {
  margin-bottom: 0;
}

.venue-location iframe {
  height: 650px;
}

/*******************************************************/
/******************** ## Preloader *******************/
/*******************************************************/
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-preloader .animation-preloader {
  position: absolute;
  z-index: 1000;
}

.site-preloader .animation-preloader .spinner {
  -webkit-animation: preloader-spinner 1s infinite linear;
  animation: preloader-spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--evator-primary-color);
  height: 9em;
  width: 9em;
  margin: 0 auto 3em;
}

@media only screen and (max-width: 767px) {
  .site-preloader .animation-preloader .spinner {
    width: 8em;
    height: 8em;
  }
}

@media only screen and (max-width: 479px) {
  .site-preloader .animation-preloader .spinner {
    width: 6em;
    height: 6em;
  }
}

.site-preloader .animation-preloader .text-loading {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 4.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .site-preloader .animation-preloader .text-loading {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 767px) {
  .site-preloader .animation-preloader .text-loading {
    font-size: 2.5em;
  }
}

.site-preloader .animation-preloader .text-loading .letters-loading {
  color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 6px;
}

@media only screen and (max-width: 767px) {
  .site-preloader .animation-preloader .text-loading .letters-loading {
    margin: 0 4px;
  }
}

.site-preloader .animation-preloader .text-loading .letters-loading::before {
  color: var(--evator-heading-color);
  -webkit-animation: preloader-letter-loading 4s infinite;
  animation: preloader-letter-loading 4s infinite;
  content: attr(data-text-preloader);
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(2)::before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(3)::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(5)::before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(6)::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(7)::before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(8)::before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(9)::before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(10)::before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(11)::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(12)::before {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(13)::before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(14)::before {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(15)::before {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(16)::before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.site-preloader .animation-preloader .loading-text {
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--evator-heading-color);
  margin: 1.5em 0 0;
}

.site-preloader .preloader-layer {
  padding: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.site-preloader .preloader-layer.layer-one {
  left: 0;
}

.site-preloader .preloader-layer.layer-two {
  left: 33.3333%;
}

.site-preloader .preloader-layer.layer-three {
  left: 66.6666%;
}

.site-preloader .preloader-layer .overly {
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
}

@-webkit-keyframes preloader-spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes preloader-spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes preloader-letter-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes preloader-letter-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
.footer-top-newsletter {
  padding: 25px;
  background: white;
  border-radius: 35px;
  margin-bottom: -160px;
  -webkit-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
  border: 1px solid var(--evator-border-color);
  box-shadow: 2px 2px 22px #00233a;
  border: 1px solid #fff;
}

@media only screen and (max-width: 991px) {
  .footer-top-newsletter {
    border-radius: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-top-newsletter {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-top-newsletter .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--evator-border-color);
  padding: 10px 10px 10px 40px;
}

@media only screen and (max-width: 479px) {
  .footer-top-newsletter .newsletter-form {
    padding-left: 30px;
  }
}

.footer-top-newsletter .newsletter-form input {
  border: none;
  padding: 5px 0;
  border-radius: 0;
  background: transparent;
}

@media only screen and (min-width: 576px) {
  .footer-top-newsletter .newsletter-form input {
    font-size: 20px;
  }
}

.footer-top-newsletter .newsletter-form .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 37px;
}

@media only screen and (max-width: 375px) {
  .footer-top-newsletter .newsletter-form .theme-btn {
    padding: 15px;
    border-radius: 25px;
  }
}

.footer-top-newsletter .newsletter-form .theme-btn i {
  margin: 0;
  display: none;
}

@media only screen and (max-width: 479px) {
  .footer-top-newsletter .newsletter-form .theme-btn i {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .footer-top-newsletter .newsletter-form .theme-btn span {
    display: none;
  }
}

.footer-top-newsletter.style-two {
  padding: 0;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.footer-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 376px) {
  .footer-title {
    font-size: 23px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
  .widget-info {
    margin-right: -35px;
  }
}

.footer-widget .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
}

.footer-widget .gallery a {
  margin: 0 16px 16px 0;
  max-width: calc(33%, - 16px);
}

/* Footer Bottom */
.copyright-text {
  font-weight: 500;
  font-family: var(--evator-heading-color);
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .copyright-text {
    font-size: 16px;
  }
}

.bgc-secondary1{
  background-color: #dffaff;
}

.our-event-tab-area {
  background-image: url(../images/new-images/Background-1.jpg);
  box-shadow: 6px 5px 6px #00233a;
  border-bottom: 1px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-container {
  position: relative;
  background-color: #00233a;
  width: 100%;
  height: 225px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.card-box {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 25%);;
}

.card-heading {
  color: #00233a;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}

.card-price {
  font-size: 30px;
  font-weight: bold;
  margin: 16px 0;
}

.card-features {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.card-features h6{
  margin-bottom: 0px;
}

.card-button {
  position: absolute;
  bottom: 19px;
  left: 20px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  padding: 6px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--evator-heading-font);
  text-transform: capitalize;
  background: var(--evator-primary-color);
  border-radius: 8px;
  box-shadow: 3px 3px 5px #000000ad;
  border: 1px solid #ffffff;
  font-style: italic;
}

.pricesectionarea{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.main-footer{
  background-image: url(../images/new-images/Background-1.jpg);
  background-size: cover;
}

/* .speakers-area .team-member-two-item{
  margin-bottom: 40px;
} */

.speakers-area .team-member-two-item .image{
  margin-left: 40px;
  margin-right: 40px;
}
.tab-content .tab-pane h5,.tab-content .tab-pane h4{
  color: #ffffff;
}

.download1{
  height: 100%;
}