@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*------------------------------------------------------------------
* Project:        Eventiz - Event Conference HTML Template
* Author:         bizberg_themes
* URL:            https://themeforest.net/user/bizberg_themes
* Created:        07/13/2023
-------------------------------------------------------------------
*/
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #707070;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  margin: 0 0 1rem;
  color: #35337f;
  line-height: 1.22em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #35337f;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #d5983e;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
}

h1,
.h1 {
  font-size: 70px;
}

h2,
.h2 {
  font-size: 56px;
}

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

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 21px;
}

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

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 735px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21px;
  }
}
.h-title {
  font-size: 130px;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 0.2px;
  -webkit-text-stroke-color: #35337f;
  stroke: #35337f;
  margin-bottom: -80px;
  line-height: 1;
}

.theme-stroke {
  -webkit-text-stroke-color: #d5983e;
  stroke: #d5983e;
}

@media (max-width: 991px) {
  .h-title {
    font-size: 100px;
    margin-bottom: -50px;
  }
}
@media (max-width: 639px) {
  .h-title {
    font-size: 55px;
    margin-bottom: -30px;
  }
}
p {
  margin-bottom: 8px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #707070;
  position: relative;
  display: inline-block;
  padding: 0;
}

/* modern right-arrow list */
.modern-list {
  list-style: none;
  padding-left: 1.2rem;
}
.modern-list li {
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.modern-list li:before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #d5983e;
  font-size: 1rem;
  top: 0;
}

/* Invest cities banner styles */
.invest-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 0;
  text-align: center;
}
.invest-wrap .invest-label {
  background: #d5983e;
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 1rem 1rem 0 0;
  font-weight: 600;
}
.invest-wrap .invest-locations {
  background: #722f12;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 1rem 1rem 1rem 1rem;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .invest-wrap .invest-label {
    font-weight: 500;
    font-size: 0.7rem;
  }

  .invest-wrap .invest-locations {
    font-weight: 600;
    font-size: 0.8rem;
  }
}

ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}
ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #707070;
  padding-left: 0;
  position: relative;
}

a {
  color: #707070;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #d5983e;
  transition: all ease-in-out 0.5s;
  outline: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #d5983e !important;
}

input::-moz-placeholder {
  color: #707070 !important;
}

input::placeholder {
  color: #707070 !important;
}

img {
  max-width: 100%;
}

.img-circle {
  width: 65px;
  height: 65px;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

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

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.white {
  color: #fff;
}

.theme {
  color: #d5983e !important;
}

.theme1 {
  color: #35337f !important;
}

.theme2 {
  color: #35337f !important;
}

.theme3 {
  color: #3a3089 !important;
}

.black {
  color: #3f3f3f !important;
}

.grey {
  color: #707070 !important;
}

.lgrey {
  color: #c7c7c7 !important;
}

.title {
  color: #35337f !important;
}

.bg-grey {
  background: #f7f7f7 !important;
}

.bg-lgrey {
  background: #c7c7c7 !important;
}

.bg-theme {
  background: #d5983e !important;
}

.bg-theme1 {
  background: #35337f !important;
}

.bg-theme2 {
  background: #3a3089 !important;
}

.bg-theme3 {
  background: #d5983e !important;
}

.bg-title {
  background: #35337f !important;
}

.bg-fblack {
  background: #101010 !important;
}

.bg-white {
  background: #fff !important;
}

.bordernone {
  border: none !important;
}

.border-b {
  border-bottom: 1px dashed rgba(112, 112, 112, 0.168627451) !important;
}

.border-dashed {
  border: 1px dashed rgba(112, 112, 112, 0.168627451);
}

.border-r {
  border-right: 1px dashed rgba(112, 112, 112, 0.168627451);
}

.border-all {
  border: 1px solid rgba(112, 112, 112, 0.168627451) !important;
}

.border-start {
  border-left: 1px solid #f7f7f7 !important;
}

.border-end {
  border-right: 1px solid #f7f7f7 !important;
}

.border-top {
  border-top: 1px solid #f7f7f7 !important;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7 !important;
}

.border-purple {
  border-color: #aa65eb !important;
}

.rating span {
  color: #ffbc00;
  display: inline;
  font-size: 14px;
}

.small,
small {
  font-size: 85%;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mt-minus {
  margin-top: -5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.mb-minus {
  margin-bottom: -5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6rem !important;
}

.pt-14,
.py-14 {
  padding-top: 7rem !important;
}

.pt-15,
.py-15 {
  padding-top: 7.5rem !important;
}

.pt-17,
.py-17 {
  padding-top: 8.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 9rem !important;
}

.pt-19,
.py-19 {
  padding-top: 9.5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 10rem !important;
}

.pt-lg-7,
.py-lg-7 {
  padding-top: 3.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 7rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 7.5rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 8.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 9rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 9.5rem !important;
}

.pb-20,
.my-20 {
  padding-bottom: 10rem !important;
}

.pb-lg-7,
.py-lg-7 {
  padding-bottom: 3.5rem !important;
}

.top-minus-20 {
  top: -20px !important;
}

.top-minus-40 {
  top: -40px !important;
}

.top-inherit {
  top: inherit !important;
}

.bottom-inherit {
  bottom: inherit !important;
}

.translatey-50 {
  transform: translateY(-50%);
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.w-85 {
  width: 85% !important;
}

.w-95 {
  width: 95% !important;
}

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

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

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

.textupper {
  text-transform: uppercase;
}

.textcap {
  text-transform: capitalize;
}

.form-group {
  width: 100%;
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  border-radius: 0px;
  padding: 12px 20px;
  color: #707070;
  margin-bottom: 0;
  height: 55px;
  box-shadow: none;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  outline: none;
  transition: all 0.5s ease;
  box-shadow: none;
}

select {
  width: 100%;
  height: inherit;
}
select option {
  color: #f7f7f7;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

label {
  display: inline-block;
  color: #707070;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
}

blockquote {
  font-size: 14px;
  font-weight: 400;
  background-color: #d5983e;
  margin-bottom: 15px;
  border: 0;
  padding: 30px 70px 30px 70px;
  line-height: 1.5;
  color: #fff;
  margin: 20 0;
  font-style: italic;
  position: relative;
}
blockquote :after {
  content: "";
  position: absolute;
  height: 60%;
  width: 2px;
  background: #fff;
  top: 20%;
  left: 35px;
}
blockquote p {
  color: #fff;
  margin: 0;
}
blockquote :before {
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 45px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  color: #fff;
  transform: rotate(180deg);
}
blockquote span {
  position: relative;
  padding-left: 20px;
}
blockquote span :before {
  content: "";
  width: 12px;
  height: 1px;
  background: #d5983e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

table > tbody tr td,
table > tbody tr th,
table > tfoot tr td,
table > tfoot tr th,
table > thead tr td,
table > thead tr th {
  padding: 15px;
  vertical-align: sub !important;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}
table > tbody tr td,
table > tfoot tr td,
table > thead tr td {
  padding-left: 0;
}
table > tbody tr:nth-child(even),
table > tfoot tr:nth-child(even),
table > thead tr:nth-child(even) {
  background: #c7c7c7;
}

table {
  width: 100%;
}
table thead tr th {
  border-bottom: none !important;
}

.w-60 {
  width: 60% !important;
}

.overlay,
.theme-overlay,
.color-overlay,
.white-overlay,
.bread-overlay,
.gray-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  transition: all ease-in-out 0.5s;
  opacity: 0.6;
}

.hero-desk-banner {
  width: 100%;
}

.hero-mobile-banner {
  display: none;
}

.theme-overlay {
  background-color: #3a3089;
  opacity: 1;
}

.color-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(138deg, #3a3089, #d5983e);
  opacity: 0.9;
}

.bread-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to right, #3a3089, #5d0326);
  opacity: 0.7;
}

.white-overlay {
  background: #fff;
  opacity: 0.7;
}

.gray-overlay {
  background: #f7f7f7;
  opacity: 1;
}

section {
  padding: 4.9rem 0 6rem;
  position: relative;
}

@media (max-width: 639px) {
  .hero-desk-banner {
    display: none;
  }

  .hero-mobile-banner {
    display: block;
  }
}
/*heading title*/
.section-title {
  position: relative;
  z-index: 1;
}
.section-title h2 {
  position: relative;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-title {
    width: 100% !important;
  }
  .section-title .ah-words-wrapper {
    text-align: center;
  }
  .section-title h4 {
    margin-bottom: 0;
  }
}
.row.slick-slider {
  margin: 0 -15px;
}

iframe {
  width: 100%;
  border: none;
}

.border-t {
  border-top: 2px dashed rgba(204, 204, 204, 0.368627451);
}

.box-shadow {
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
}

.rounded {
  border-radius: 10px !important;
}

.rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.nav-tabs {
  border-bottom: none;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.nav-tabs > li.nav-item {
  margin: 0 4px;
  flex: inherit !important;
  text-align: left !important;
}
.nav-tabs > li.nav-item button {
  padding: 15px 30px;
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  border: none;
  display: inline-block;
  width: auto !important;
  background: #fff;
  font-weight: 500;
  font-size: 21px;
}
.nav-tabs > li.nav-item button:hover {
  color: #d5983e !important;
  background-color: #fff;
}
.nav-tabs > li.nav-item button.active {
  color: #d5983e !important;
  background-color: #fff;
}
.nav-tabs > li.nav-item button.active:hover {
  color: #d5983e !important;
  background-color: #fff;
}

@media (max-width: 991px) {
  .nav-tabs {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li.nav-item {
    margin: 0 4px 4px;
  }
}
/*pagination*/
.pagination-main {
  line-height: 0.8;
}
.pagination-main .pagination {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.pagination-main .pagination li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagination-main .pagination li:before,
.pagination-main .pagination li:after {
  display: none;
}
.pagination-main .pagination li a {
  padding: 0;
  height: 40px;
  line-height: 38px;
  margin-right: 9px;
  text-align: center;
  width: 40px;
  color: #3f3f3f;
  font-size: 14px;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  display: inline-block;
  background: #c7c7c7;
  background: #fff;
  border-radius: 0px;
}
.pagination-main .pagination li a:hover,
.pagination-main .pagination li a:focus {
  background-color: #d5983e;
  color: #fff !important;
  border-color: #d5983e;
}
.pagination-main .pagination li:last-child > a,
.pagination-main .pagination li:last-child > span {
  border-radius: none;
  margin: 0;
}
.pagination-main .pagination li.active a {
  background: #d5983e !important;
  border-color: #d5983e !important;
  color: #fff;
}
.pagination-main .pagination .prev a,
.pagination-main .pagination .next a {
  border-radius: 0px;
}

@media (max-width: 567px) {
  .pagination li a {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
}
@media (max-width: 359px) {
  .pagination li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
.fade:not(.show) {
  opacity: 1;
}

/*breadcrumb*/
.breadcrumb-main {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.breadcrumb-main .breadcrumb-outer {
  background: transparent;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb li,
.breadcrumb li.active {
  margin-bottom: 0;
}
.breadcrumb li a,
.breadcrumb li.active a {
  color: #d5983e;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    display: block !important;
    text-align: center !important;
  }
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content nav {
    right: 0;
    margin: 0;
  }
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
    margin: 0 !important;
  }
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 44px;
  }
}
@media (max-width: 811px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 28px;
  }
  .page-cover h1 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    text-align: center;
  }
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 24px;
  }
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
    display: block;
    font-size: 40px;
  }
}
/*Buttons*/
button {
  border: none;
}

.nir-btn .fa-phone {
  margin-right: 6px;
}

.mobile-call-btn.d-lg-none {
  padding: 8px 13px;
  font-size: 16px;
  background-color: transparent;
  color: #3a3089 !important;
  font-weight: 800;
}

.nir-btn .fa-angle-right {
  margin-left: 8px;
}

.nir-btn,
.nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #d5983e;
  color: #fff !important;
  display: inline-block;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.nir-btn::before,
.nir-btn-black::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  content: "";
  background: #35337f;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
  z-index: -1;
}
.nir-btn:hover::before,
.nir-btn-black:hover::before {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.nir-btn:hover,
.nir-btn-black:hover {
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

.nir-btn-black {
  background: #35337f;
}
.nir-btn-black:before {
  color: #fff;
}
.nir-btn-black:hover {
  background: #fff;
  color: #3f3f3f;
}
.nir-btn-black:hover:before {
  color: #35337f;
}

.btn-primary {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  color: #fff !important;
  background: linear-gradient(90deg, #6b48ff, #d5983e);
  cursor: pointer;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d5983e;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 30px;
  color: #d5983e;
  border: 1px solid #d5983e;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}
.btn-secondary:hover {
  background: #d5983e;
  color: #fff;
  transition: all ease-in-out 0.5s;
  border-color: #d5983e;
}

input#submit {
  border: none;
}

input[type="submit"]:hover {
  background: #35337f;
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

/* End Preloader */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #d5983e;
  position: relative;
  transition: all ease-in-out 0.5s;
  text-align: center;
  border-radius: 50%;
}
#back-to-top a:after {
  position: absolute;
  content: "\f30c";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.alert {
  margin-bottom: 10px;
  border-radius: 0px;
  color: #e83737;
  padding: 0;
}
.alert .alert-success {
  background: transparent;
  border: transparent;
  border-radius: 0px;
  color: #3c763d;
}
.alert .alert-success h4 {
  margin-bottom: 8px;
}
.alert .alert-success p {
  color: #fff;
}

#back-to-top:hover a {
  background-color: #35337f;
}

/* ========================================= */
/*          Accrodion CSS        */
/* ======================================== */
.accrodion-grp .accrodion {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}
.accrodion-grp .accrodion .accrodion-title {
  border: none;
  background: #f7f7f7;
  padding: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  border-radius: 0px;
}
.accrodion-grp .accrodion .accrodion-title h6 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  border: none;
}
.accrodion-grp .accrodion .accrodion-title h6:before {
  content: "\f067";
  font-family: "FontAwesome";
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}
.accrodion-grp .accrodion .accrodion-content .inner {
  padding: 30px;
}
.accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #74787d;
}
.accrodion-grp .accrodion.active .accrodion-title {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.accrodion-grp .accrodion.active .accrodion-title h6 {
  color: #d5983e;
}
.accrodion-grp .accrodion.active .accrodion-title h6:before {
  content: "\f068";
  color: #d5983e;
}

@media (max-width: 567px) {
  .accrodion-grp .accrodion .accrodion-title h5 {
    font-size: 14px;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.nav-pills .nav-link {
  padding: 15px 20px;
  border-radius: 0;
  text-align: left;
  background-color: #f7f7f7;
  margin-bottom: 2px;
}
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #d5983e;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d5983e;
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  transition: none;
}

header #navbar {
  width: 100%;
  background: #f49b00;
}

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  margin-right: 0;
  flex: 1;
}
.navbar-default a.navbar-brand span {
  color: #fc883a;
}
.navbar-default a.navbar-brand:hover {
  color: #d60d45;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  background: #f33807;
}
.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

/* Main Menu Dropdown */
.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}
.navbar-nav li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 190px;
  display: none;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  border-top: 2px solid #f33807;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.navbar-nav li ul li {
  border-bottom: 1px solid #f1f1f1;
}
.navbar-nav li ul li:last-child {
  border-bottom: none;
}
.navbar-nav li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
}
.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
}
.navbar-nav li ul li a:hover {
  color: #f33807;
}
.navbar-nav li ul li ul {
  position: absolute;
  left: 188px;
  top: -2px;
}
.navbar-nav li ul li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}
.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0;
}

.main_header_area {
  position: relative;
  width: 100%;
}
.main_header_area .header-content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1882352941);
}
.main_header_area .header-content li {
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid rgba(241, 241, 241, 0.2117647059);
  margin: 0;
}
.main_header_area .header-content li:first-child {
  border: none;
  padding-left: 0;
}
.main_header_area .header-content li:last-child {
  padding-right: 0;
}
.main_header_area .header-content a,
.main_header_area .header-content i {
  font-size: 14px;
}
.main_header_area .header_menu.fixed-top {
  animation-duration: 0.3s !important;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
  background: #fff;
}
.main_header_area .header_menu.hide {
  top: -94px;
  animation-name: slideInUp;
}
.main_header_area .register-login a {
  font-size: 15px;
  text-transform: uppercase;
  color: #707070;
}
.main_header_area .register-login .dropdown a {
  color: #707070 !important;
  text-transform: capitalize;
}
.main_header_area .register-login .btn-info {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

.main_header_area .header_menu.fixed-top .register-login a {
  color: #707070 !important;
}
.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
  color: #fff !important;
}
.main_header_area .header_menu.fixed-top .register-login a.nir-btn:hover {
  color: #fff !important;
}

.main_header_area {
  position: absolute;
  width: 100%;
}
.main_header_area
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand {
  padding: 0;
  margin: 0;
}
.main_header_area
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img {
  max-width: 134px;
  display: block;
}
.main_header_area
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: none;
}
.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li {
  margin-right: 0;
}
.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a {
  color: #707070;
  padding: 10px;
}
.main_header_area
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li:hover
  > a {
  color: #d5983e;
}
.main_header_area
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.active
  > a {
  color: #d5983e;
}
.main_header_area .header_menu .search-main a i {
  color: #fff;
}
.main_header_area .header_menu.fixed-top .navbar-default {
  background: #fff;
}
.main_header_area
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand {
  padding: 0;
  margin: 0;
}
.main_header_area
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand
  img {
  display: none !important;
}
.main_header_area
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: block !important;
}
.main_header_area .header_menu.fixed-top .search-main a i {
  color: #707070;
}

@media (max-width: 1400px) and (min-width: 1300px) {
  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a,
  .main_header_area.headerstye-1
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li
    a {
    padding: 10px 6px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #responsive-menu,
  .register-login {
    display: none;
  }
  div#slicknav-mobile,
  .slicknav_menu,
  .slicknav_btn.slicknav_open,
  .slicknav_btn.slicknav_collapsed,
  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .headerstye-1 .header-content {
    display: none;
  }
  .headerstye-1 .navbar-header {
    display: block;
  }
  .main_header_area .header-content,
  .search-main {
    display: none !important;
  }
}
@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important;
  }
}
.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: white;
  border: none;
  width: 100%;
  z-index: 9;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
  display: none;
}
.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
  padding: 0;
}
.header_menu .navbar.navbar-default .nav.navbar-nav {
  float: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 0;
  background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  line-height: inherit;
  transition: all 150ms linear;
  border: none;
  font-weight: 500;
  padding: 0 18px;
  color: #fff;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 16px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 20px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #d5983e;
  background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px dashed #f7f7f7;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  a {
  line-height: 3;
  color: #707070;
  font-size: 16px;
  padding: 3px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  a:hover {
  background: #35337f;
  color: #fff;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li:last-child {
  border-bottom: none;
}
.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  ul {
  overflow: visible;
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}
.header_menu
  .navbar.navbar-default.navbar-sticky-in
  .nav.navbar-nav
  li:hover
  > a,
.header_menu
  .navbar.navbar-default.navbar-sticky-in
  .nav.navbar-nav
  li.active
  > a {
  color: #d5983e;
}

@media (max-width: 991px) {
  .main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
    display: block;
  }
}
/*Fullpage search*/
#search1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search1 input[type="search"] {
  position: absolute;
  top: 40%;
  width: 50%;
  color: #707070;
  background: transparent;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  border-width: 0 0 1px;
  margin: 0px auto;
  padding: 20px 30px;
  outline: none;
  margin-bottom: 30px;
  height: 82px;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
}
#search1 .btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d5983e;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  width: 10%;
}
#search1 .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #d5983e;
  border-color: #d5983e;
  opacity: 1;
  padding: 4px 16px;
  border-radius: 10px;
  font-size: 27px;
}

#search1.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.header_sidemenu .header_sidemenu_in .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
}
.header_sidemenu .header_sidemenu_in .overlay.show {
  opacity: 0.8;
  visibility: visible;
  background: #101010;
  transition:
    opacity 0.25s ease,
    visibility 0s ease;
}
.header_sidemenu .header_sidemenu_in .overlay.hide {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
}
.header_sidemenu .header_sidemenu_in .menu {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
  transition: all ease 0.5s;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
}
.header_sidemenu .header_sidemenu_in .menu .close-menu {
  float: right;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.header_sidemenu .menu-ham {
  cursor: pointer;
}

.menu-ham {
  cursor: pointer;
}
.menu-ham a i {
  transition: all ease-in-out 0.5s;
}
.menu-ham a i:hover {
  background: #d5983e !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

@media (min-width: 992px) {
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    min-width: 190px;
    background: #fff;
    box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
    text-align: left;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu {
    transform: translateZ(0);
    transform: scaleY(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu
    li
    a {
    line-height: 3;
    color: #707070;
    font-size: 15px;
    padding: 3px 20px;
    letter-spacing: 0.3px;
    transition: all 150ms linear;
    display: block;
  }
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu
    li:hover
    a {
    color: #fff;
  }
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu:hover
    .dropdown-menu {
    transform: scale(1, 1);
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

.logo a {
  font-size: 28px;
  color: #fff;
}
.logo a [class^="flaticon-"]:before {
  font-size: 28px;
  color: #fff;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}
nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.nav-btn {
  display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #d5983e;
}

/*Fullpage search*/
.search-wrapper {
  position: relative;
  min-width: 250px;
  display: inline-block;
}
.search-wrapper .search_module {
  position: relative;
}
.search-wrapper .search_module .icon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  z-index: 10;
  color: #fff;
}
.search-wrapper .search_module .search_area form .input-group {
  margin: 0;
}
.search-wrapper .search_module .search_area form .input-group .form-control {
  background: none;
  padding-left: 40px;
  border: 1px solid rgba(255, 255, 255, 0.137254902);
  transition: all ease-in-out 0.5s;
  font-weight: 400;
  width: 100%;
  color: #fff;
}
.search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::-moz-placeholder {
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: #c7c7c7;
}
.search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::placeholder {
  transition: all ease-in-out 0.5s;
  color: #c7c7c7;
}
.search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.search-wrapper .search_module.active + .search-categories {
  visibility: visible;
  opacity: 1;
}
.search-wrapper
  .search_module.active
  .search_area
  form
  .input-group
  .form-control {
  border: none;
  padding-left: 2.66667rem;
  border: 1px solid rgba(255, 255, 255, 0.137254902);
  font-weight: 400;
}
.search-wrapper
  .search_module.active
  .search_area
  form
  .input-group
  .form-control:focus {
  border: none;
}

.main_header_area .header_menu.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
}
.main_header_area
  .header_menu.fixed-top
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: block;
}

@media (max-width: 639px) {
  .navbar-brand img {
    max-width: 100px !important;
  }
}

.main_header_area
  .header_menu.fixed-top
  .navbar.navbar-default
  .nav.navbar-nav
  li
  > a {
  color: #707070;
}
.main_header_area
  .header_menu.fixed-top
  .navbar.navbar-default
  .nav.navbar-nav
  li.active
  > a {
  color: #d5983e;
}
.main_header_area
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control {
  border-color: #f7f7f7;
  color: #707070;
}
.main_header_area
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::-moz-placeholder {
  color: #707070;
}
.main_header_area
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::placeholder {
  color: #707070;
}
.main_header_area
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .icon-left {
  color: #707070;
}

.log-reg .nav-pills {
  margin-bottom: 20px;
}
.log-reg .nav-pills .nav-link {
  padding: 14px 18px;
}
.log-reg .nav-pills .nav-link.active,
.log-reg .nav-pills .show > .nav-link {
  background: #d5983e;
  border-radius: 10px;
}
.log-reg .btn-fb,
.log-reg .btn-google {
  padding: 14px 18px;
  text-align: center;
  background: #506dab;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.log-reg .btn-google {
  background: #dd4b39;
}
.log-reg hr.log-reg-hr {
  opacity: 1;
  background-color: #ccc;
}
.log-reg hr.log-reg-hr::before {
  background-color: #ffffff;
  bottom: 0;
  color: #d5983e;
  content: "Or";
  font-size: 16px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -12px;
  width: 10%;
}

@media (max-width: 1100px) {
  .search-wrapper {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    color: #000000 !important;
  }
  .fixed-top .slicknav_btn.slicknav_open:before,
  .fixed-top .slicknav_btn.slicknav_collapsed:before {
    color: #707070 !important;
  }
  .dropdown-toggle::after,
  .search-wrapper,
  .header_menu .navbar.navbar-default a.cart-icon,
  .register-login {
    display: none !important;
  }
}
/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 97px;
}
.banner .banner-in .banner-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  position: relative;
  bottom: -165px;
}

@media (max-width: 991px) {
  .banner {
    margin-top: 0 !important;
  }
  .banner .banner-in {
    padding-top: 8rem !important;
  }
  .banner .banner-in .banner-image {
    bottom: 0;
  }
}
/* ========================================= */
/*          Event Schedule  CSS        */
/* ======================================== */
@media (max-width: 991px) {
  .schedule-item .schedule-speaker {
    border-top: 1px solid rgba(112, 112, 112, 0.168627451);
    border-left: 0 !important;
  }
  .schedule-item .speaker-content {
    margin: 10px 0 0 !important;
  }
}
/* ========================================= */
/*          Pricing  CSS        */
/* ======================================== */
.pricing-main .pricing-top {
  background-image: url(../images/pricebox-top.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -13px;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -22px;
  }
}
@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -11px;
  }
}
/* ========================================= */
/*          Event call to action  CSS        */
/* ======================================== */
.event-calltoaction {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.event-calltoaction .container {
  padding-bottom: 150px;
}
.event-calltoaction .call-button {
  position: relative;
  z-index: 1;
}
.event-calltoaction .call-button button.play-btn {
  position: relative;
  left: 0;
  right: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1803921569);
  border: none;
  border-radius: 50%;
}
.event-calltoaction .call-button button.play-btn i {
  font-size: 28px;
  height: 70px;
  width: 70px;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  background: #d5983e;
  transition: all ease-in-out 0.5s;
  padding: 0 0 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
.event-calltoaction .call-button button.play-btn::after,
.event-calltoaction .call-button button.play-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(253, 199, 3, 0.5019607843);
  opacity: 0.3;
}
.event-calltoaction .call-button button.play-btn::before {
  animation: ripple 2s linear infinite;
}
.event-calltoaction .call-button button.play-btn::after {
  animation: ripple 2s linear 1s infinite;
}

@media (max-width: 991px) {
  .event-calltoaction .event-expo,
  .event-calltoaction .video-expo {
    width: 100% !important;
  }
}
@media (max-width: 639px) {
  .event-calltoaction .event-expo-item p {
    padding: 1rem;
    text-align: center;
  }
}
/* ========================================= */
/*          Partner CSS        */
/* ======================================== */
.event-partners {
  background-size: 55%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.event-partners .partners_inner {
  width: 100%;
  overflow: hidden;
}

.event-partners .partners_inner .partners_items {
  justify-content: center;
}

@media (max-width: 639px) {
  .event-partners .partners_inner .partners_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .event-partners .partners_inner .partners_items img {
    width: 85%;
  }
}

.event-partners .partners_inner .partner-list {
  text-align: center;
  height: 120px;
  line-height: 120px;
  background: #fff;
}

@media (max-width: 639px) {
  .event-partners .partners_inner .partner-list {
    border: none !important;
    margin-bottom: 0 !important;
  }
}

.event-partners .partners_inner .partner-list img {
  opacity: 1;
  transition: all ease-in-out 0.5s;
  width: 70%;
}

@media (max-width: 639px) {
  .event-partners .partners_inner .partner-list img {
    width: 90%;
  }
}

.event-partners .partners_inner .partner-list:hover img {
  opacity: 1;
  transition: all ease-in-out 0.5s;
  filter: grayscale(0%);
}

/* ========================================= */
/*          Coming Counter  CSS        */
/* ======================================== */
.coming-countermain {
  margin-top: -60px;
}
.coming-countermain::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #d5983e;
}
.coming-countermain .counter-box {
  font-size: 16px;
  color: #fff;
}
.coming-countermain .counter-box span {
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 991px) {
  .coming-countermain {
    margin-top: 0;
  }
  .coming-countermain::before {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .coming-countermain .coming-counter {
    padding-bottom: 1rem !important;
  }
  .coming-countermain .coming-counter .counter-box {
    margin-bottom: 1.5rem;
  }
  .coming-countermain .coming-counter .counter-box span {
    font-size: 40px;
  }
}
/* ========================================= */
/*          Faq CSS        */
/* ======================================== */
.faq-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #f7f7f7;
}

.faq-quote-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/contentbg.png);
}

.faq-quote-main .faq-quote {
  border-left: 5px solid #fff;
}

.entry-author img {
  width: 36px !important;
  height: 36px !important;
  display: inline-block !important;
}

.sidebar-sticky {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s;
}
.sidebar-sticky .form-content {
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3411764706);
  background: #d5983e;
  padding: 30px;
}
.sidebar-sticky .form-content h4::before {
  display: none !important;
}
.sidebar-sticky .form-content .nice-select {
  padding: 13px 20px 10px 35px;
  font-weight: 400;
}
.sidebar-sticky .form-content .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sidebar-sticky .form-content .input-box input {
  padding-left: 35px;
}
.sidebar-sticky .form-content .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sidebar-sticky .form-content .input-box [class^="fa-"]:before {
  color: #ef2853;
  font-weight: 600;
}

.sidebar-sticky.sticky1 {
  top: 120px;
}

.sidebar-sticky.sticky1.tab-sticky {
  top: 30px;
  box-shadow: none;
}

.tabs-navbar {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}
.tabs-navbar ul li {
  display: block;
  width: 100%;
}
.tabs-navbar ul li a {
  padding: 15px;
  transition: all ease-in-out 0.5s;
  display: block;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}
.tabs-navbar ul li a:hover {
  color: #fff;
  background: #d5983e;
  transition: all ease-in-out 0.5s;
}
.tabs-navbar ul li.active a {
  color: #fff;
  background: #d5983e;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar1 {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}
.tabs-navbar1 ul {
  display: inherit;
  text-align: center;
}
.tabs-navbar1 ul li a {
  padding: 10px 15px;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
}
.tabs-navbar1 ul li a:hover {
  color: #fff;
  background: #d5983e;
  transition: all ease-in-out 0.5s;
}
.tabs-navbar1 ul li.active a {
  color: #fff;
  background: #d5983e;
  transition: all ease-in-out 0.5s;
}

.navbar-sticky {
  z-index: 9;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  animation-name: slideInUp;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar1.navbar-sticky {
  top: 99px;
  transition: all ease-in-out 0.5s;
  border-top: 1px solid #f1f1f1 !important;
}

.sticky1.tab-sticky {
  top: 0px;
  transition: all ease-in-out 0.5s;
  animation-name: slideInUp;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .tabs-navbar1.navbar-sticky {
    top: 0;
    position: relative !important;
  }
}
@media (max-width: 567px) {
  .trending .trend-item {
    display: block !important;
  }
  .trending .trend-item .trend-content-main,
  .trending .trend-item .trend-image {
    width: 100% !important;
  }
  .trending .trend-item .trend-content {
    padding: 20px 0;
  }
  .entry-meta {
    display: block !important;
  }
}
/* ========================================= */
/*         Services CSS        */
/* ======================================== */
section.about-detail {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.about-detail .about-image {
  border-radius: 0px;
  overflow: hidden;
}
section.about-detail .about-image img {
  border-radius: 15px;
}
section.about-detail .p-about-us .p-call-action li {
  display: inline-block;
  padding: 5px;
  width: 49%;
}
section.about-detail .about-detail-content {
  border-radius: 15px;
}

@media (max-width: 811px) {
  section.about-detail {
    background-size: cover;
  }
}
/* ========================================= */
/*         About Us CSS        */
/* ======================================== */
.about-us {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  position: relative;
}
.about-us .about-features {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.about-us:hover .trend-item {
  transform: none;
}
.about-us .about-trending-topic ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  line-height: 2.4;
  font-weight: 400;
}
.about-us .about-trending-topic ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.about-us .about-image-box .about-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: #fcdc6b;
  animation: border-transform 10s linear infinite alternate forwards;
}

.about-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f7f7f7;
}

.about-after::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f7f7f7;
}

@media (max-width: 639px) {
  .about-features {
    background-size: cover;
  }
}
/* ========================================= */
/*         Team CSS        */
/* ======================================== */
.event-team {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 55%;
}
.event-team .team-image {
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.event-team .team-image img {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.event-team .team-list {
  overflow: hidden;
}
.event-team .team-list .team-content {
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: -150px;
  width: 100%;
}
.event-team .team-list:hover .team-content {
  transition: all 0.5s;
  bottom: 0;
}
.event-team .team-list:hover .overlay {
  visibility: visible;
  height: 100%;
}
.event-team .overlay {
  visibility: hidden;
  height: 0;
  bottom: 0;
  top: inherit;
  opacity: 0.7;
}

@media (max-width: 639px) {
  .event-team {
    padding-bottom: 1.5rem;
  }
}

/* ========================================= */
/*          Reviews CSS        */
/* ======================================== */
.event-testimonial {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}
.event-testimonial .testimonial-item .testimonial-content {
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  position: relative;
}
.event-testimonial .testimonial-item .testimonial-content p {
  font-style: italic;
}
.event-testimonial .testimonial-item .testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #d5983e;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.event-testimonial
  .testimonial-item
  .testimonial-content
  .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.event-testimonial .testimonial-item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.event-testimonial .testimonial-item a img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.event-testimonial .testimonial-item .author-info {
  position: relative;
}
.event-testimonial .testimonial-item .author-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .event-testimonial .section-title {
    text-align: center !important;
    margin-bottom: 3rem;
  }
}
/* ========================================= */
/*          Contact Page CSS        */
/* ======================================== */
.contact-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-main .contact-info .info-item {
  position: relative;
  padding: 20px;
}
.contact-main .contact-info .info-item .info-icon {
  height: 80px;
  width: 80px;
  line-height: 6;
}
.contact-main .contact-info .info-item .info-icon i {
  font-size: 36px;
}
.contact-main .contact-map .map-main {
  border-radius: 15px;
  overflow: hidden;
}
.contact-main .contact-map .contact-form {
  background: #3f3f3f;
  padding: 30px;
  border-radius: 15px;
}

@media (max-width: 991px) {
  .contact-main .contact-info .contact-form {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .contact-main .contact-map .contact-form {
    margin-top: 2rem;
  }
}
.contact-info-main {
  margin-top: -80px;
}

/* ========================================= */
/*          Gallery CSS        */
/* ======================================== */
.event-gallery .event-gallerystart .gallery-item {
  position: relative;
  overflow: hidden;
}
.event-gallery .event-gallerystart .gallery-item .gallery-image {
  position: relative;
}
.event-gallery .event-gallerystart .gallery-item .gallery-image img {
  width: 100%;
  z-index: 1;
}
.event-gallery .event-gallerystart .gallery-item .gallery-image .overlay {
  opacity: 0;
  z-index: 0;
}
.event-gallery .event-gallerystart .gallery-item .gallery-image:hover {
  cursor: pointer;
}

a.lb-close {
  position: absolute;
  top: -30px;
  right: 30px;
}

/* ========================================= */
/*          Error Page CSS        */
/* ======================================== */
.error {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.error::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/manbg1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}

.error.error1:before {
  content: "";
  background: url(../images/trending-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

@media (max-width: 991px) {
  .error .error-content {
    width: 100%;
  }
  .reservation-main {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width: 811px) {
  .error {
    padding: 5rem 0 3rem !important;
  }
  .error .error-content {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .error .error-content h1 {
    font-size: 140px;
    letter-spacing: -20px;
  }
  .error .error-content .nir-btn {
    margin: 0 0 1rem;
  }
  .error .newsletter-form {
    width: 100% !important;
  }
  .error .newsletter-form form {
    border-radius: 0px;
  }
  .error .newsletter-form form input[type="email"] {
    padding-right: 20px;
  }
  .login-register .log-main {
    width: 100% !important;
  }
  .login-register .log-main button {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}
/* ========================================= */
/*          Coming Soon CSS        */
/* ======================================== */
section.comingsoon {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}
section.comingsoon .comingsoon-content {
  position: relative;
  z-index: 1;
}
section.comingsoon .comingsoon-content .coming-title span {
  color: #d5983e;
  font-size: 90px;
}
section.comingsoon .comingsoon-content .counter-box {
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 30px;
  text-transform: capitalize;
  font-size: 24px;
}
section.comingsoon .comingsoon-content .counter-box span {
  font-size: 90px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 991px) and (min-width: 812px) {
  section.comingsoon {
    height: 200vh;
  }
}
@media (max-width: 911px) {
  section.comingsoon .comingsoon-content .newsletter-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.comingsoon .comingsoon-content .coming-title span {
    font-size: 40px;
  }
  section.comingsoon .comingsoon-content .counter-box span {
    font-size: 54px;
  }
  section.comingsoon .coming-image {
    margin-top: 2rem;
  }
}
@media (max-width: 639px) {
  section.comingsoon::before {
    display: none;
  }
  section.comingsoon .comingsoon-content .coming-title h1 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px !important;
  }
  section.comingsoon .comingsoon-content .coming-title span {
    font-size: 30px;
  }
  section.comingsoon .comingsoon-content .counter-box {
    width: 100%;
  }
  section.comingsoon .comingsoon-content .counter-box span {
    font-size: 42px;
  }
}
@media (max-width: 567px) {
  section.comingsoon .comingsoon-content .coming-title-main,
  section.comingsoon.comingsoon1 .comingsoon-content .coming-title-main {
    width: 100% !important;
  }
  section.comingsoon .comingsoon-content .newsletter-form form,
  section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
    border-radius: 0px;
  }
  section.comingsoon
    .comingsoon-content
    .newsletter-form
    form
    input[type="email"],
  section.comingsoon.comingsoon1
    .comingsoon-content
    .newsletter-form
    form
    input[type="email"] {
    padding-right: 20px;
  }
  section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn,
  section.comingsoon.comingsoon1
    .comingsoon-content
    .newsletter-form
    form
    input.nir-btn {
    position: relative;
    border-radius: 0px;
    margin: 1rem 0 0;
  }
}
/* ========================================= */
/*          Newsletter CSS        */
/* ======================================== */
.newsletter {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter .newsletter-form {
  position: relative;
}
.newsletter .newsletter-form form {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}
.newsletter .newsletter-form form input {
  padding-right: 65px;
  border: none;
  height: 50px;
  outline: none;
}
.newsletter .newsletter-form form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 24px;
  transition: all ease-in-out 0.5s;
}
.newsletter .newsletter-form form button:hover {
  background: #35337f !important;
  transition: all ease-in-out 0.5s;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 811px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 100% !important;
  }
}
@media (max-width: 567px) {
  .newsletter .newsletter-main .newsletter-form form {
    border: none !important;
    border-radius: 0 !important;
  }
  .newsletter .newsletter-main .newsletter-form form input {
    border: 1px solid rgba(112, 112, 112, 0.168627451) !important;
    padding-right: 20px !important;
  }
  .newsletter .newsletter-main .newsletter-form form input.nir-btn,
  .newsletter .newsletter-main .newsletter-form form button {
    border: none !important;
    position: relative !important;
    margin-top: 16px;
    width: 100%;
  }
}
/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
footer a,
footer p,
footer li {
  color: #fff;
  font-weight: 400;
}
footer ul.list li {
  display: block;
  padding-left: 20px;
  position: relative;
}
footer ul.list li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
}

.footer-logo {
  max-width: 170px;
}

.social-links {
  display: inline-block;
}
.social-links ul li {
  display: inline-block !important;
}
.social-links ul li a {
  background: #ffffff;
  color: #35337f;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
}
.social-links ul li a:hover {
  color: #fff;
  background: #d5983e;
}

/* ========================================= */
/*          Listing CSS        */
/* ======================================== */
.blog-full {
  overflow: hidden;
}
.blog-full .blog-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease-in-out 0.5s;
}
.blog-full .blog-image .h-date {
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 15px;
  z-index: 1;
}
.blog-full .blog-image > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}

.detail-comments .comment-box,
.single-comments .comment-box {
  display: flex;
  margin-bottom: 30px;
}
.detail-comments .comment-box:last-child,
.single-comments .comment-box:last-child {
  margin-bottom: 0;
}
.detail-comments .comment-box .comment-content,
.single-comments .comment-box .comment-content {
  border-bottom: 1px dashed #f1f1f1;
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  margin-left: 30px;
}
.detail-comments .comment-box .comment-content:before,
.single-comments .comment-box .comment-content:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f7f7f7;
}
.detail-comments .comment-box .comment-content:last-child,
.single-comments .comment-box .comment-content:last-child {
  border: 0;
}
.detail-comments .comment-box .comment-content p.comment-date,
.single-comments .comment-box .comment-content p.comment-date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  margin: 0;
}
.detail-comments .comment-box .comment-content .comment-rate span.comment-title,
.single-comments
  .comment-box
  .comment-content
  .comment-rate
  span.comment-title {
  font-weight: 500;
  font-style: italic;
}
.detail-comments .comment-box .comment-content p.comment,
.single-comments .comment-box .comment-content p.comment {
  margin: 0.5rem 0;
}
.detail-comments .comment-box .comment-content .comment-like a,
.single-comments .comment-box .comment-content .comment-like a {
  padding: 6px 12px;
}

@media (max-width: 767px) {
  .blog-content {
    padding-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .detail-comments .comment-box,
  .single-comments .comment-box {
    display: block !important;
    text-align: center;
  }
  .detail-comments .comment-box .comment-image,
  .single-comments .comment-box .comment-image {
    display: inline-block;
  }
  .detail-comments .comment-box .comment-content,
  .single-comments .comment-box .comment-content {
    margin-top: 1rem;
    margin-left: 0 !important;
  }
  .detail-comments .comment-box .comment-content:before,
  .single-comments .comment-box .comment-content:before {
    display: none;
  }
  .detail-comments .comment-box .comment-content p.comment-date,
  .single-comments .comment-box .comment-content p.comment-date {
    position: relative !important;
    top: 0;
    right: 0;
  }
  .detail-comments .comment-box .comment-content .rating-comment,
  .single-comments .comment-box .comment-content .rating-comment {
    display: inline-block !important;
    width: 100%;
  }
  .detail-comments .comment-box p.comment-date,
  .single-comments .comment-box p.comment-date {
    display: inline-block !important;
    margin-top: 2rem;
  }
  .review-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .detail-comments .comment-box .comment-content .comment-like,
  .single-comments .comment-box .comment-content .comment-like {
    display: block !important;
  }
  .detail-comments .comment-box .comment-content .comment-like .like-title,
  .single-comments .comment-box .comment-content .comment-like .like-title {
    float: none !important;
  }
  .detail-comments .comment-box .comment-content .comment-like .like-btn,
  .single-comments .comment-box .comment-content .comment-like .like-btn {
    float: none !important;
    margin-top: 0.5rem;
  }
  .detail-comments .comment-box .comment-content .comment-like .like-btn a,
  .single-comments .comment-box .comment-content .comment-like .like-btn a {
    padding: 0;
  }
}
/* ========================================= */
/*          Blog CSS        */
/* ======================================== */
section.blog .grid {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
section.blog .grid .gridblog-content {
  padding: 20px 0 0;
}
section.blog .grid .gridblog-content .date {
  border-bottom: 1px solid rgba(112, 112, 112, 0.168627451);
  display: inline-block;
}
section.blog .grid .gridblog-content .date a {
  color: #999;
  font-size: 14px;
}
section.blog .grid .gridblog-content .date a:hover {
  color: #d5983e;
}
section.blog .grid .grid-image {
  position: relative;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}
section.blog .grid .grid-image img {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
section.blog .grid .grid-image:hover img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
section.blog .grid .grid-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 1.8s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -200%, 0);
  z-index: 1;
}
section.blog .grid .grid-image:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 200%, 0);
}
section.blog .grid .grid-image .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4901960784), transparent);
}
section.blog .grid .grid-item1 .gridblog-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 20px;
}
section.blog .grid .grid-item1 .date {
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.author-news {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: inline-block;
  width: 100%;
}
.author-news .author-news-content {
  position: relative;
  z-index: 1;
}
.author-news .author-news-content .author-thumb {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.author-news .author-news-content .author-thumb img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.header-social ul li {
  display: inline-block;
  margin: 0;
}
.header-social ul li a i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #5e5eb7;
  color: #fff;
  margin-right: 2px;
}
.header-social ul li a i:hover {
  opacity: 0.8;
}
.header-social ul li a i:last-child {
  margin-right: 0;
}
.header-social ul li:nth-child(2) a i {
  background: #c72026;
}
.header-social ul li:nth-child(3) a i {
  background: #29a4dd;
}

ul.sidebar-category li {
  display: block;
  line-height: 3;
}
ul.sidebar-category li a {
  position: relative;
  border-bottom: 1px dashed #ddd;
  display: block;
  padding-left: 25px;
}
ul.sidebar-category li a:hover {
  color: #d5983e;
}
ul.sidebar-category li a::before {
  content: "\f00c";
  position: absolute;
  font-family: "fontawesome";
  left: 0;
  top: 0;
  color: #d5983e;
}
ul.sidebar-category li:last-child a {
  border-bottom: 0;
}
ul.sidebar-category li.active a {
  color: #d5983e;
}

.blog-single .blog-next .prev,
.blog-single .blog-next .next {
  position: relative;
}
.blog-single .blog-next .prev i,
.blog-single .blog-next .next i {
  position: absolute;
  left: 0;
  top: 6px;
}
.blog-single .blog-next .next i {
  left: inherit;
  right: 0;
}
.blog-single .blog-author .blog-thumb img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .blog-single .blog-next a {
    width: 100%;
    margin-bottom: 15px;
  }
  .blog-single .blog-author {
    text-align: center;
  }
  .blog-single .blog-author .blog-thumb {
    margin-bottom: 1rem;
  }
}
.product-slider .slider-nav .slick-slide {
  opacity: 0.5;
  padding: 0 5px;
}
.product-slider .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

.product-quantity input.pro-num {
  width: 70px;
}

.gallery_trigger {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 2.6;
  text-align: center;
  background: #fff;
  border-radius: 100%;
}
.gallery_trigger:hover {
  background-color: #d5983e;
  color: #fff;
}

.product-table tr,
.product-table th,
.product-table td {
  border: 0 solid;
}
.product-table tbody tr:nth-child(even) {
  background: none;
}
.product-table th {
  padding: 0 20px 8px 0;
  color: #35337f;
}
.product-table .product-quantity input.pro-num {
  width: 60px;
  height: 40px;
}

.orders-info {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #1e85be;
}

/* ========================================= */
/*     			   Concert Index CSS   				  */
/* ======================================== */
/*.concert {
	.banner {
		margin-top: 0;
		.banner-top {
			top: 10%;
			left: 15%;
			.banner-top-left{
				h1 {
				animation: type 1.5s steps(30) forwards;
				opacity: 0;
				@keyframes type {
					0% { opacity: 0; width: 0; }
					100% { opacity: 1; width: 100%; }
				}
			 }
			}
			.banner-top-center{
				.banner-ticket {
					.ticker-qr {
						border-style: dotted !important;
					}
					.ticket-info{
						border-style: dotted !important;
						border-top: 0 !important;
					}
				}
			}
		}
		.banner-bottom {
			.banner-video {
				img {
					height: 500px;
					width: 100%;
					object-fit: cover;
					border-radius: 30px;
				}
				.call-button {
						position:relative;
						z-index: 1;
						button.play-btn {
							position: relative;
							left: 0;
							right: 0;
							padding:5px;
							background: #ffffff2e;
							border: none;
							border-radius: 50%;
							i {
								font-size: 28px;
								height: 70px;
								width: 70px;
								line-height: 2.5;
								text-align: center;
								color: #fff;
								background: $themecolor;
								transition: all ease-in-out 0.5s;
								padding: 0 0 0 5px;
								border-radius: 50%;
								-webkit-border-radius: 50%;
								-ms-border-radius: 50%;
								-moz-border-radius: 50%;
							}
							&::after, &::before {
								content: '';
								display: block;
								position: absolute;
								top: 0;
								right: 0;
								z-index: -1;
								bottom: 0;
								left: 0;
								border-radius: 50%;
								border: 2px solid #fdc70380;
								opacity:0.3;
							}

							&::before {
								-webkit-animation: ripple 2s linear infinite;
								animation: ripple 2s linear infinite;
							}
							&::after {
								-webkit-animation: ripple 2s linear 1s infinite;
								animation: ripple 2s linear 1s infinite;
							}
						}
					}
			}
		}
	}
} */
.concert .main_header_area .header_menu.fixed-top .slicknav_nav {
  top: 85px;
}
.concert .main_header_area .header_menu.fixed-top .search-main a i {
  color: #fff;
}
.concert .main_header_area .header_menu.fixed-top .register-login a {
  color: #fff !important;
}
.concert
  .main_header_area
  .header_menu.fixed-top
  .navbar-default
  .nav.navbar-nav
  li
  > a {
  color: #fff;
}
.concert
  .main_header_area
  .header_menu.fixed-top
  .navbar-default
  .nav.navbar-nav
  li
  > a:hover {
  color: #d5983e;
}
.concert .main_header_area .header_menu.fixed-top .navbar-default {
  background-color: #35337f;
}

@media (max-width: 1100px) {
  .concert .fixed-top .slicknav_btn.slicknav_open:before,
  .concert .fixed-top .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important;
  }
}
.concert h6 img {
  height: 20px;
  width: 30px;
}
.concert .banner {
  max-height: 850px;
  margin-top: 0;
}
.concert .banner .banner-video video {
  height: 100%;
}
.concert .banner .banner-content .banner-title h1 {
  width: 53%;
}
.concert .banner .banner-content .video-item:hover .spin-demo-main i {
  color: #d5983e;
  transition: all ease-in-out 0.5s;
}
.concert .banner .banner-content .video-item .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.concert .banner .banner-content .video-item .spin-demo-main i {
  position: absolute;
  font-size: 30px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.concert .banner .banner-content .video-item .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.concert .banner .banner-content .video-item .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 992px) {
  .concert .banner h1 {
    width: 70% !important;
  }
}
@media (max-width: 768px) {
  .concert .banner h1 {
    width: 100% !important;
  }
}
.banner-countdown {
  margin-top: -175px;
}
.banner-countdown .banner-ticket {
  border: 2px dashed #515151;
}
.banner-countdown .banner-ticket .ticker-qr {
  border-right: 2px dashed #515151;
}

.concert .featured-artist .featured-artist-inner {
  margin-left: 16%;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-prev {
  bottom: -60px;
  top: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-prev::before {
  color: #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-prev:hover {
  background-color: #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-prev:hover::before {
  color: #fff;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-prev {
  left: 45%;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-next {
  bottom: -60px;
  top: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-next::before {
  color: #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-next:hover {
  background-color: #d5983e;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-next:hover::before {
  color: #fff;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .slick-next {
  right: 45%;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box:hover
  .artist-info {
  bottom: 0;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box:hover
  .artist-image
  .theme-overlay {
  bottom: -200px;
  right: 0;
  left: auto;
  transform: rotate(0deg);
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box
  .artist-image
  .theme-overlay {
  bottom: -300px;
  top: auto;
  left: 0;
  left: auto;
  width: 115%;
  opacity: 0;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box
  .artist-info {
  bottom: -105px;
  transition: all ease-in 0.5s;
  padding: 16px;
  background-image: linear-gradient(
    180deg,
    rgba(51, 51, 105, 0) 0%,
    rgba(51, 51, 105, 0.7) 20%,
    #35337f 90%
  );
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box
  .artist-info
  h4
  a:hover {
  color: #d5983e !important;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box
  .artist-info
  .social-links
  a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16;
  background-color: #d5983e;
  color: #fff;
  display: block;
}
.concert
  .featured-artist
  .featured-artist-inner
  .featured-artist-right
  .featured-artist-box
  .artist-info
  .social-links
  a:hover {
  background-color: #fff;
  color: #d5983e;
}

@media (max-width: 1600px) {
  .concert .featured-artist .featured-artist-inner {
    margin-left: 105px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .featured-artist-box
    .artist-info {
    bottom: -84px;
  }
}
@media (max-width: 1366px) {
  .concert .featured-artist .featured-artist-inner {
    margin-left: 105px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .featured-artist-box
    .artist-info {
    bottom: -105px;
  }
}
@media (max-width: 1200px) {
  .concert .featured-artist .featured-artist-inner {
    margin-left: 40px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .featured-artist-box
    .artist-info {
    bottom: -85px;
  }
}
@media (max-width: 992px) {
  .concert .featured-artist .featured-artist-inner {
    margin-left: 40px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .featured-artist-box
    .artist-info {
    bottom: -105px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .slick-next {
    right: 40%;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .slick-prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .concert .featured-artist .featured-artist-inner {
    margin-left: 0px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .featured-artist-box
    .artist-info {
    bottom: -85px;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .slick-next {
    right: 35%;
  }
  .concert
    .featured-artist
    .featured-artist-inner
    .featured-artist-right
    .slick-prev {
    left: 35%;
  }
}
.concert .ticker {
  background-image: linear-gradient(4deg, #f7f7f7 50%, rgba(0, 0, 0, 0) 50%);
  overflow-x: clip;
}
.concert .ticker .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 105%;
  margin-left: -10px;
  transform: rotate(3deg);
}
.concert .ticker .ticker-wrapper1 .ticker-inner {
  animation: ticker-scroll1 60s linear infinite;
}
.concert .ticker .ticker-inner {
  display: inline-block;
  animation: ticker-scroll 60s linear infinite;
}
.concert .ticker .ticker-inner ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 30px;
}
.concert .ticker .ticker-inner ul li {
  font-size: 23px;
}
.concert .ticker .ticker-inner ul li a {
  color: #fff;
}
.concert .ticker .ticker-inner ul li a:hover {
  color: #d5983e;
}
.concert .ticker .ticker-inner ul li i {
  color: #fff;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-scroll1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.concert .about .about-image .gallery-btn {
  background-image: radial-gradient(circle, #35337f 0%, #d5983e 100%);
}
.concert .about .about-image .gallery-btn:hover .spin-demo-main i {
  color: #d5983e;
}
.concert .about .about-image .gallery-btn .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.concert .about .about-image .gallery-btn .spin-demo-main i {
  position: absolute;
  font-size: 30px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  rotate: 45deg;
}
.concert .about .about-image .gallery-btn .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.concert .about .about-image .gallery-btn .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 20px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
.concert .about .about-image .gallery {
  display: flex;
  width: 100%;
  margin: auto;
  height: 550px;
  gap: 10px;
}
.concert .about .about-image .gallery:hover .image-gallery {
  flex: 1;
}
.concert .about .about-image .gallery .image-gallery {
  flex: 1;
  background-color: #ccc;
  transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.concert .about .about-image .gallery .image-gallery a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #35337f;
  transition: all ease-in-out 0.5s;
  opacity: 0.3;
  border-radius: 0.5rem;
}
.concert .about .about-image .gallery .image-gallery:hover {
  flex: 3;
  background-color: #999;
}
.concert .about .about-image .gallery .image-gallery:hover a::after {
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.concert .about .about-image .gallery .image1 {
  background-image: url(../images/concert1.jpg);
  margin-top: 10px;
}
.concert .about .about-image .gallery .image2 {
  background-image: url(../images/jazz.jpg);
}
.concert .about .about-image .gallery .image3 {
  background-image: url(../images/pexels-sascha.jpg);
  margin-top: 10px;
}
.concert .about .about-image .gallery .image4 {
  background-image: url(../images/pexels-wendy-wei-1190297.jpg);
}
.concert .about .about-image .gallery .image5 {
  background-image: url(../images/rap-concert.jpg);
  margin-top: 10px;
}
.concert .about .about-body .about-reason-box i {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

@media (max-width: 1400px) {
  .concert .about .about-image .sliced-image {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .concert .about .about-image .sliced-image {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .concert .about .about-image .sliced-image {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .concert .about .about-image .sliced-image {
    height: 175px;
  }
}
.concert .schedule .schedule-body .nav-pills {
  position: relative;
  z-index: 1;
}
.concert .schedule .schedule-body .nav-pills .nav-link {
  background-color: #fff;
  color: #35337f;
}
.concert .schedule .schedule-body .nav-pills .nav-link.active {
  background-color: #35337f;
  color: #fff;
  position: relative;
}
.concert .schedule .schedule-body .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -10px;
  padding: 10px;
  background-color: #35337f;
  transform: rotate(45deg);
}
.concert .schedule .schedule-body .tab-content .schedule-box {
  padding: 0 10px;
  background-color: #fff;
}
.concert .schedule .schedule-body .tab-content .schedule-box .event-img {
  position: relative;
}
.concert .schedule .schedule-body .tab-content .schedule-box .event-img::after {
  content: "";
  top: 35%;
  left: -12px;
  padding: 16px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}
.concert
  .schedule
  .schedule-body
  .tab-content
  .schedule-box
  .event-img::before {
  content: "";
  top: 35%;
  right: -12px;
  padding: 16px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .schedule .tab-content,
  .schedule .schedule-title {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .schedule .border-r {
    border: none;
  }
}
.concert .partner {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 29%,
    #f7f7f7 28%
  );
}
.concert .partner .partner-body .partner-img {
  background-color: rgba(0, 0, 0, 0.062745098);
}

@media (max-width: 1600px) {
  .concert .partner {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 25%,
      #f7f7f7 24%
    );
  }
}
@media (max-width: 992px) {
  .concert .partner {
    background-image: none;
    background-color: #f7f7f7;
    padding-top: 0 !important;
  }
}
.pricing .pricing-inner .vip ul li {
  border-color: rgba(255, 255, 255, 0.3137254902) !important;
}
.pricing .pricing-inner .plan-info-box {
  padding: 25px;
  transition: all ease-in-out 0.5s;
}
.pricing .pricing-inner .plan-info-box:hover {
  background-color: #35337f !important;
}
.pricing .pricing-inner .plan-info-box:hover h4 {
  color: #fff !important;
}
.pricing .pricing-inner .plan-info-box:hover li {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3137254902) !important;
}
.pricing .pricing-inner .plan-info-box:hover p {
  color: #fff !important;
}
.pricing .pricing-inner .plan-info-box:hover p span {
  color: #fff !important;
}
.pricing .pricing-inner .plan-info-box ul li {
  display: block;
}
.pricing .pricing-inner .plan-info-box .plan-title i {
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #c7c7c7;
}

@media (max-width: 992px) {
  .pricing .pricing-title {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .pricing .plan-info-box {
    width: 100% !important;
  }
}
.ad-banner .ad-banner-inner {
  margin-top: -70px;
  background-image: url(../images/pexels-wendy-wei-1190297.jpg);
  background-position: center;
}
.ad-banner .ad-banner-inner .overlay {
  background: radial-gradient(circle, rgb(58, 48, 137) 20%, #d5983e 100%);
  opacity: 0.9;
}
.ad-banner .ad-banner-inner .ad-banner-right .offer-icon {
  top: -20px;
  right: 0px;
}
.ad-banner .ad-banner-inner .ad-banner-right .offer-icon img {
  height: 120px;
  width: 120px;
}
.ad-banner .ad-banner-inner .ad-banner-right .social-links {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.ad-banner .ad-banner-inner .ad-banner-right .social-links li {
  display: block;
}
.ad-banner .ad-banner-inner .ad-banner-right .social-links li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15;
  background-color: #d5983e;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.ad-banner .ad-banner-inner .ad-banner-right .social-links li a:hover {
  background-color: #fff;
  color: #d5983e;
}

@media (max-width: 768px) {
  .ad-banner .ad-banner-right p {
    width: 100% !important;
  }
  .ad-banner .ad-banner-inner {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.concert .blog {
  margin-top: -50px;
}
.concert .blog .overlay {
  right: 0;
  left: auto;
  background-color: #f7f7f7;
  opacity: 1;
}
.concert .blog .slick-dots {
  bottom: -35px;
}
.concert .blog .slick-dots li.slick-active button:before {
  background-color: #d5983e;
  border-color: #d5983e;
}
.concert .blog .blog-box .blog-list img {
  height: 50px;
  width: 50px;
}
.concert .blog .call-to-action {
  background-image: url(../images/pexels-sascha.jpg);
  background-position: center top 49%;
  margin-bottom: -50px;
  background-size: 100%;
  padding: 30px;
  background-attachment: fixed;
}
.concert .blog .call-to-action .overlay {
  background-color: #35337f;
  background-size: contain;
  opacity: 0.9;
}
.concert .blog .call-to-action .call-to-action-right button {
  height: 50px;
}

@media (max-width: 992px) {
  .concert .blog .overlay {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .concert .blog .blog-inner {
    padding-top: 0 !important;
  }
  .concert .blog .call-to-action {
    width: 100% !important;
  }
  .concert .blog .call-to-action .overlay {
    border-radius: 1rem !important;
  }
  .concert .blog-info {
    padding: 1rem !important;
  }
}
@media (max-width: 768px) {
  .call-to-action-right button {
    position: static !important;
    width: 100%;
    border-radius: 8px !important;
    margin-top: 15px;
  }
}
.concert .faq {
  padding-top: 200px;
  background-image: url(../images/view-futuristic-dj-booth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.concert .faq .overlay {
  background: #35337f;
  opacity: 0.8;
}
.concert .faq .faq-left .accordion-button:not(.collapsed) {
  background-color: #35337f;
  color: #fff;
}
.concert .faq .faq-left .accordion-item:not(:first-of-type) {
  border: 1px solid #fff !important;
}
.concert .faq .faq-left .accordion-button:focus {
  box-shadow: none;
}
.concert .faq .faq-left .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  background-image: none;
}
.concert .faq .faq-left .faq-body .h6 {
  font-size: 16px;
}
.concert .faq .faq-right {
  padding: 25px;
}

/* ========================================= */
/*     			   Games Index CSS   				  */
/* ======================================== */
.games {
  background-color: #27292d;
}
.games .btn-primary {
  border-radius: 0;
  box-shadow: 0px 10px 50px 0px rgba(248, 69, 230, 0.4);
}
.games .btn-secondary {
  border-radius: 0;
  color: #fff;
  border-color: #fff;
}
.games .btn-secondary:hover {
  background-color: #d5983e;
  color: #fff;
}
.games .btn-arrow i {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #3a3089;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.games .btn-arrow:hover {
  color: #d5983e;
}
.games .btn-arrow:hover i {
  background-color: #d5983e;
  transition: all 0.3s ease-in-out;
}
.games #search1 {
  background-color: rgba(39, 41, 45, 0.7);
}
.games #search1 input[type="search"] {
  color: #fff;
}
.games #back-to-top a {
  border-color: #d5983e !important;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.games .main_header_area {
  position: relative;
}
.games .main_header_area .header_menu.fixed-top {
  background-color: #27292d;
}
.games .main_header_area .header_menu.fixed-top .slicknav_nav {
  top: 85px;
}
.games .main_header_area .header_menu.fixed-top .search-main a i {
  color: #fff;
}
.games .main_header_area .header_menu.fixed-top .register-login a {
  color: #fff !important;
}
.games
  .main_header_area
  .header_menu.fixed-top
  .navbar-default
  .nav.navbar-nav
  li
  > a {
  color: #fff;
}
.games
  .main_header_area
  .header_menu.fixed-top
  .navbar-default
  .nav.navbar-nav
  li
  > a:hover {
  color: #d5983e;
}
.games .main_header_area .header_menu.fixed-top .navbar-default {
  background-color: transparent;
}
.games .banner {
  background-image: url(../images/modern-futuristic-sci-fi-background.jpg);
  background-attachment: scroll;
  background-position: bottom;
  min-height: 650px;
}
.games .banner .overlay {
  background: radial-gradient(
    circle,
    rgba(25, 106, 160, 0.5) 0%,
    rgb(0, 0, 0) 95%
  );
  opacity: 1;
}
.games .banner .banner-body .counter-box {
  transition: all 0.3s ease-in-out;
}
.games .banner .banner-body .counter-box:hover {
  background-color: #35337f;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
  transition: all 0.3s ease-in-out;
}
.games .banner .banner-body .banner-body-left a i {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #3a3089;
  transition: all 0.3s ease-in-out;
}
.games .banner .banner-body .banner-body-left a:hover {
  color: #fff;
}
.games .banner .banner-body .banner-body-left a:hover i {
  background-color: #d5983e;
  transition: all 0.3s ease-in-out;
}
.games .banner .banner-body .games-genre a {
  background-color: rgba(255, 255, 255, 0.1882352941);
  border: none;
}
.games .banner .banner-body .games-genre a:hover {
  background-color: #d5983e;
  color: #fff;
}
.games .banner .banner-body .banner-body-middle img {
  width: 80%;
}

@media (min-width: 992px) {
  .games
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu {
    background-color: #27292d;
  }
  .games
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li
    a {
    color: #fff !important;
  }
  .games
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li {
    border-bottom: 1px solid #777;
  }
  .games
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li:last-child {
    border: none;
  }
}
@media (max-width: 1200px) {
  .games .fixed-top .slicknav_btn.slicknav_open:before,
  .fixed-top .slicknav_btn.slicknav_collapsed:before {
    color: #000000 !important;
  }
  .games .banner h1 {
    width: 75% !important;
  }
}
@media (max-width: 991px) {
  .games .banner {
    margin-top: -115px !important;
  }
  .games .banner .banner-body .banner-body-middle img {
    width: 60%;
  }
  .games .banner .banner-body .banner-body-right .counter-box {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  .games .banner .banner-body .banner-body-middle img {
    width: 80%;
  }
  .games .banner .banner-body .banner-body-middle ul {
    gap: 10px;
  }
  .games .banner .banner-body .banner-body-middle ul li {
    border: none !important;
  }
}
.games .ticker .ticker-wrapper {
  background-color: rgba(131, 55, 203, 0.2);
}
.games .ticker .ticker-wrapper .ticker-inner {
  animation: ticker-scroll1 50s linear infinite;
}
.games .ticker .ticker-wrapper .stroked-text {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.games .ticker .ticker-wrapper .stroked-text:hover {
  color: #d5983e;
  -webkit-text-stroke: 1px transparent;
}

@media (max-width: 768px) {
  .games .ticker .ticker-wrapper .ticker-inner {
    animation-duration: 15s;
  }
  .games .ticker .ticker-wrapper .ticker-inner .h1 {
    font-size: 50px !important;
  }
}
.games .about .about-right .esport-logo {
  cursor: pointer;
  background-image: radial-gradient(
    circle,
    rgba(58, 48, 137, 0) 0%,
    #3a3089 40%
  );
}
.games .about .about-right .esport-logo:hover .spin-demo-main i {
  color: #d5983e;
  transition: all ease-in-out 0.5s;
}
.games .about .about-right .esport-logo .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.games .about .about-right .esport-logo .spin-demo-main i {
  position: absolute;
  font-size: 30px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.games .about .about-right .esport-logo .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.games .about .about-right .esport-logo .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 768px) {
  .games .about-features .about-feature-box {
    border: none !important;
  }
}
.games .highlight {
  background-image: linear-gradient(
    to bottom,
    rgba(51, 51, 105, 0.2) 20%,
    rgba(51, 51, 105, 0) 100%
  );
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-scrollbar.swiper-scrollbar-vertical,
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-vertical
  > .swiper-scrollbar {
  left: 10px !important;
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.062745098);
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-scrollbar-drag {
  background: #aa65eb !important;
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-slide
  .btn-primary {
  right: 20px;
  bottom: -45px !important;
  opacity: 0;
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-slide
  .overlay {
  opacity: 0;
  background: radial-gradient(
    circle at bottom right,
    rgba(25, 106, 160, 0.8) 20%,
    rgba(0, 0, 0, 0) 60%
  );
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-slide:hover
  .overlay {
  opacity: 0.8;
}
.games
  .highlight
  .highlight-body
  .highlight-body-left
  .mySwiper2
  .swiper-slide:hover
  .btn-primary {
  right: 20px !important;
  bottom: 20px !important;
  opacity: 1;
}
.games
  .highlight
  .highlight-body
  .highlight-body-right
  .mySwiper
  .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.games
  .highlight
  .highlight-body
  .highlight-body-right
  .mySwiper
  .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 3px solid #aa65eb;
}

.games .teams .teams-body .teams-slider .slide .teams-image {
  background-color: rgba(200, 63, 116, 0.4);
  transition: all 0.3s ease-in-out;
}
.games .teams .teams-body .teams-slider .slide:hover .teams-image {
  background-color: #d5983e;
  transition: all 0.3s ease-in-out;
}

.games .schedule .schedule-body .event-box {
  transition: all 0.3s ease-in-out;
}
.games .schedule .schedule-body .event-box:hover {
  background-color: rgba(248, 249, 250, 0.25) !important;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .games .schedule .schedule-body .schedule-date {
    margin: 0 !important;
  }
  .games .schedule .schedule-title-inner,
  .games .highlight .highlight-title {
    width: 100% !important;
  }
  .games .modal-game-info ul li {
    border: none !important;
  }
  .games .modal-game-info ul {
    gap: 5px;
  }
}
.games .ad-banner .ad-banner-inner {
  background-image: none;
  background-size: cover;
}
.games .ad-banner .ad-banner-inner .overlay {
  background: radial-gradient(circle, #d5983e 20%, rgb(58, 48, 137) 100%);
  opacity: 0.7;
}

.games .review {
  background-image: linear-gradient(
    to top,
    rgba(51, 51, 105, 0.2) 40%,
    rgba(51, 51, 105, 0) 100%
  );
}
.games .review .review-body .review1-slider .swiper-pagination-bullet-active {
  background: #aa65eb !important;
}
.games .review .review-body .review1-slider .swiper-pagination-bullet {
  background: rgb(248, 249, 250);
}

@media (max-width: 1400px) {
  .games .ad-banner .ad-banner-right img {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .games .ad-banner .ad-banner-right img {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .games .ad-banner .ad-banner-left .h2 {
    font-size: 38px;
  }
  .games .ad-banner .ad-banner-inner {
    padding: 0 25px !important;
  }
  .games .ad-banner .ad-banner-left ul {
    gap: 5px;
  }
  .games .ad-banner .ad-banner-left ul li {
    border: none !important;
  }
  .games .ad-banner .ad-banner-right img {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.games .faq .faq-right .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f063";
  background-image: none;
}
.games .faq .faq-right .accordion-button:not(.collapsed) {
  color: #d5983e !important;
  transition: all 0.3s ease-in-out;
}

.games .ad-banner1 {
  background-image: url(../images/pexels-yankrukov-9072275.jpg);
  background-size: cover;
  background-position: center;
}
.games .ad-banner1 .overlay {
  background: radial-gradient(
    circle at bottom left,
    #d5983e 0%,
    rgb(58, 48, 137) 40%,
    rgba(58, 48, 137, 0) 100%
  );
  opacity: 1;
}
.games .ad-banner1 .ad-banner1-content .ad-banner1-right a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  position: relative;
  border-radius: 50%;
  display: block;
}
.games .ad-banner1 .ad-banner1-content .ad-banner1-right a::after,
.games .ad-banner1 .ad-banner1-content .ad-banner1-right a::before {
  content: "";
  top: 0%;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6196078431);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  display: block;
  animation: ripple 2s linear infinite;
}
.games .ad-banner1 .ad-banner1-content .ad-banner1-right a::before {
  animation: ripple 2s linear infinite 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .games .ad-banner1 .overlay {
    background: radial-gradient(
      circle at bottom left,
      #d5983e 0%,
      rgb(58, 48, 137) 50%,
      rgba(58, 48, 137, 0) 100%
    );
  }
  .games .ad-banner1 .ad-banner1-content .ad-banner1-right a {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .games .ad-banner1 .overlay {
    background: radial-gradient(
      circle at bottom left,
      #d5983e 0%,
      rgb(58, 48, 137) 70%,
      rgba(58, 48, 137, 0) 100%
    );
  }
  .games .ad-banner1 .ad-banner1-left {
    padding: 0 10px;
  }
  .games .ad-banner1 .banner-video video {
    height: 700px !important;
  }
}
.games .blog .blog-body .blog-box .overlay {
  background: radial-gradient(
    circle at bottom left,
    #d5983e 0%,
    rgb(58, 48, 137) 40%,
    rgba(58, 48, 137, 0) 100%
  );
}

@media (max-width: 1400px) {
  .games .blog .blog-title {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .games .blog .blog-title {
    width: 100% !important;
  }
  .games .blog .blog-body-right .blog-info {
    padding: 15px;
  }
  .games .blog .blog-body .blog-body-right .blog-image {
    border-right: 0 !important;
  }
}
.games .instagram {
  margin-bottom: -60px;
}
.games .instagram .instagram-slider .slide .image-wrapper {
  position: relative;
}
.games .instagram .instagram-slider .slide .image-wrapper::after {
  content: "\f16d";
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: rgba(39, 41, 45, 0.2509803922);
  font-family: "Font Awesome 5 Brands";
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5647058824);
  transition: all 0.3s ease-in-out;
}
.games .instagram .instagram-slider .slide .image-wrapper:hover::after {
  color: #d5983e;
  background-color: rgba(39, 41, 45, 0.5647058824);
  transition: all 0.3s ease-in-out;
}

.games footer .overlay {
  background: radial-gradient(circle, rgb(58, 48, 137) 10%, #d5983e 100%);
  opacity: 0.7;
}
.games footer .footer-middle,
.games footer .footer-bottom {
  border-color: rgba(170, 101, 235, 0.4392156863) !important;
}

@media (max-width: 992px) {
  .games footer .footer-middle p {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .games .call-to-action-right button {
    border-radius: 0 !important;
  }
  .games .btn-primary::before {
    position: relative;
  }
}
/* ========================================= */
/*     		   Fashion Index CSS   			   	  */
/* ======================================== */
.fashion .main_header_area .header_menu.fixed-top .navbar-default {
  background-color: #35337f;
}
.fashion
  .main_header_area
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li
  a,
.fashion .main_header_area .header_menu.fixed-top .search-main a i {
  color: #fff;
}
.fashion
  .main_header_area
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li
  a:hover,
.fashion .main_header_area .header_menu.fixed-top .search-main a i:hover {
  color: #d5983e;
}
.fashion .main_header_area .header_menu.fixed-top .register-login a,
.fashion .fixed-top .slicknav_btn.slicknav_open:before {
  color: #fff !important;
}
.fashion .banner {
  margin-top: -125px !important;
  background-image: url(../images/fashion/pexels-phamthe-28587831.jpg);
}
.fashion .banner .overlay {
  background: linear-gradient(135deg, rgb(58, 48, 137) 25%, #d5983e 100%);
  opacity: 0.9;
}
.fashion .banner .banner-inner .swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  bottom: 30px;
}
.fashion .banner .banner-inner {
  /* Container of each bullet */
}
.fashion .banner .banner-inner .swiper-pagination-bullet {
  display: flex;
  flex-direction: column; /* ← Stack box over number */
  align-items: center;
  background: none;
  border: none;
  opacity: 1;
  cursor: pointer;
  margin: 0 10px;
}
.fashion .banner .banner-inner .swiper-pagination-bullet .box {
  width: 25px;
  height: 15px;
  border: 1px solid #c7c7c7 !important;
  margin-bottom: 10px; /* ← This adds vertical space between box and number */
}
.fashion .banner .banner-inner .swiper-pagination-bullet .num {
  color: #c7c7c7;
  font-weight: bold;
  font-size: 16px;
}
.fashion .banner .banner-inner {
  /* Active Styles */
}
.fashion .banner .banner-inner .swiper-pagination-bullet-active .box {
  border-color: #d5983e !important;
}
.fashion .banner .banner-inner .swiper-pagination-bullet-active .num {
  color: #d5983e;
}

@media (max-width: 1200px) {
  .fashion .banner .banner-right img {
    width: 50% !important;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .fashion .banner .banner-right img {
    width: 100% !important;
    margin: auto;
  }
}
.fashion .ticker {
  overflow-x: clip;
}
.fashion .ticker .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 105%;
  margin-left: -10px;
  transform: rotate(1deg);
}
.fashion .ticker .ticker-wrapper .ticker-inner {
  animation: ticker-scroll1 50s linear infinite;
}
.fashion .ticker .ticker-wrapper .stroked-text {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.fashion .ticker .ticker-wrapper .stroked-text:hover {
  color: #d5983e;
  -webkit-text-stroke: 1px transparent;
}

.fashion .about .about-left .swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}
.fashion .about .about-left .about-gallery {
  cursor: pointer;
  left: 41% !important;
  top: 46% !important;
  background-image: radial-gradient(
    circle,
    rgba(58, 48, 137, 0.5) 0%,
    rgba(58, 48, 137, 0.9) 40%
  );
}
.fashion .about .about-left .about-gallery:hover .spin-demo-main i {
  color: #d5983e;
  transition: all ease-in-out 0.5s;
}
.fashion .about .about-left .about-gallery .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.fashion .about .about-left .about-gallery .spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.fashion .about .about-left .about-gallery .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fashion .about .about-left .about-gallery .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.fashion .featured-designers .featured-designers-body .designer-box .overlay {
  background: linear-gradient(to top, #35337f 0%, rgba(51, 51, 105, 0) 60%);
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.fashion
  .featured-designers
  .featured-designers-body
  .designer-box
  .banner-info {
  bottom: -95px;
  transition: all ease-in-out 0.5s;
}
.fashion
  .featured-designers
  .featured-designers-body
  .designer-box
  .box-botton {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  display: block;
  rotate: -45deg;
  position: absolute;
  top: 20px;
  right: -50px;
}
.fashion
  .featured-designers
  .featured-designers-body
  .designer-box
  .box-botton:hover {
  background-color: #35337f !important;
}
.fashion
  .featured-designers
  .featured-designers-body
  .designer-box:hover
  .box-botton {
  right: 20px;
}
.fashion
  .featured-designers
  .featured-designers-body
  .designer-box:hover
  .banner-info {
  bottom: 0px;
  transition: all ease-in-out 0.5s;
}

@media (min-width: 996px) and (max-width: 1200px) {
  .fashion
    .featured-designers
    .featured-designers-body
    .designer-box
    .banner-info {
    bottom: -116px;
  }
}
@media (max-width: 768px) {
  .fashion
    .featured-designers
    .featured-designers-body
    .designer-box
    .banner-info {
    bottom: -70px;
  }
}
.fashion .ad-banners .banner-box .overlay {
  background: linear-gradient(to top, #35337f 0%, rgba(51, 51, 105, 0) 70%);
  opacity: 1;
}
.fashion .ad-banners .banner-box .box-botton {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  display: block;
  rotate: -45deg;
  position: absolute;
  top: 20px;
  right: 20px;
}
.fashion .ad-banners .banner-box .box-botton:hover {
  background-color: #35337f !important;
}

.fashion .schedule {
  background-color: rgba(51, 51, 105, 0.062745098);
}
.fashion
  .schedule
  .schedule-body
  .schedule-body-left
  .nav-pills
  .nav-link.active {
  background: #d5983e !important;
}
.fashion .schedule .schedule-body .schedule-body-right .border-purple {
  border-color: rgba(170, 101, 235, 0.3137254902) !important;
}

.fashion .pricing .pricing-right table > tbody tr td,
.fashion .pricing .pricing-right table > tbody tr th,
.fashion .pricing .pricing-right table > tfoot tr td,
.fashion .pricing .pricing-right table > tfoot tr th,
.fashion .pricing .pricing-right table > thead tr td,
.fashion .pricing .pricing-right table > thead tr th {
  border: none;
}
.fashion .pricing .pricing-right .table > :not(caption) > * > * {
  background-color: transparent;
  padding: 15px;
  color: #707070;
}
.fashion .pricing .pricing-right tbody tr {
  border-color: rgba(170, 101, 235, 0.3137254902) !important;
}

.fashion .partner {
  background-color: rgba(51, 51, 105, 0.062745098);
}

.fashion .ad-banners1 .ad-banners1-inner {
  background: url(../images/fashion/pexels-joshsorenson-976862.jpg);
  background-size: cover;
  background-position: center;
}
.fashion .ad-banners1 .ad-banners1-inner .overlay {
  background: linear-gradient(135deg, rgb(58, 48, 137) 25%, #d5983e 100%);
  opacity: 0.9;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .fashion .ad-banners1 img {
    margin-bottom: -38px;
  }
}
@media (max-width: 996px) {
  .fashion .gallery .gallery-title h2,
  .fashion .about .about-title {
    width: 100% !important;
  }
}
.fashion .blog .blog-body .slick-dots {
  bottom: -40px;
}
.fashion .blog .blog-body .slick-dots li.slick-active button:before {
  background-color: #d5983e;
  border-color: #d5983e !important;
}
.fashion .blog .blog-body .blog-box .blog-info {
  background-color: #fff;
}

.fashion .location {
  background-color: rgba(51, 51, 105, 0.062745098);
}
.fashion .location .location-left .location-info .location-info-box {
  background-color: rgba(51, 51, 105, 0.062745098);
}
.fashion .location .location-left .location-info .location-info-box:hover i {
  background-color: #d5983e !important;
  transition: all ease-in-out 0.5s;
}
.fashion .location .location-left .location-info .location-info-box i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  transition: all ease-in-out 0.5s;
}

.fashion footer {
  background: radial-gradient(circle, rgb(58, 48, 137) 10%, #d5983e 100%);
}
.fashion footer .footer-middle,
.fashion footer .footer-bottom {
  border-color: rgba(170, 101, 235, 0.4392156863) !important;
}

@media (max-width: 768px) {
  .fashion footer .footer-bottom .footer-about .btn-primary {
    position: relative !important;
    width: 100%;
    margin-top: 10px;
    border-radius: 0.5rem !important;
  }
}
/* ========================================= */
/*       		   Art Index CSS   			   	    */
/* ======================================== */
.art .main_header_area .header_menu.fixed-top .navbar-default {
  background-color: #35337f;
}
.art .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a,
.art .main_header_area .header_menu.fixed-top .search-main a i {
  color: #fff;
}
.art
  .main_header_area
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li
  a:hover,
.art .main_header_area .header_menu.fixed-top .search-main a i:hover {
  color: #d5983e;
}
.art .main_header_area .header_menu.fixed-top .register-login a,
.art .fixed-top .slicknav_btn.slicknav_open:before {
  color: #fff !important;
}
.art .btn-arrow i {
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  background-color: #3a3089;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.art .btn-arrow:hover {
  color: #d5983e;
}
.art .btn-arrow:hover i {
  background-color: #d5983e;
  transition: all 0.3s ease-in-out;
}

.art .banner {
  margin-top: -125px !important;
  background-image: url(../images/Art/pexels-sevenstormphotography-1604991.jpg);
  background-position: center;
}
.art .banner .overlay {
  opacity: 0.8;
}
.art .banner .banner-slider .swiper-3d .swiper-slide-shadow-left {
  border-radius: 32px;
}
.art .banner .banner-slider .swiper-3d .swiper-slide-shadow-right {
  border-radius: 32px;
}
.art .banner .banner-right .gallery-spin {
  cursor: pointer;
}
.art .banner .banner-right .gallery-spin .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.art .banner .banner-right .gallery-spin .spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.art .banner .banner-right .gallery-spin .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.art .banner .banner-right .gallery-spin .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.art .ticker {
  overflow-x: clip;
}
.art .ticker .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 105%;
  margin-left: -10px;
  transform: rotate(-1deg);
}
.art .ticker .ticker-wrapper .ticker-inner {
  animation: ticker-scroll1 50s linear infinite;
}
.art .ticker .ticker-wrapper .stroked-text {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.art .ticker .ticker-wrapper .stroked-text:hover {
  color: #d5983e;
  -webkit-text-stroke: 1px transparent;
}

.art .about .about-left .about-image {
  width: 85%;
}
.art .about .about-left .gallery-spin {
  background-image: radial-gradient(
    circle,
    rgba(63, 63, 63, 0.5) 0%,
    rgba(63, 63, 63, 0.9) 40%
  );
  cursor: pointer;
}
.art .about .about-left .gallery-spin .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}
.art .about .about-left .gallery-spin .spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.art .about .about-left .gallery-spin .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.art .about .about-left .gallery-spin .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 996px) {
  .art .about .about-left .about-image {
    width: 70%;
  }
  .art .about .about-inner {
    padding: 0 !important;
  }
  .art .about .about-inner .about-left {
    padding: 65px 0 !important;
  }
}
@media (max-width: 768px) {
  .art .about .about-left .about-image {
    width: 90%;
  }
}
.art .event-highlights .event-highlight-body .event-highlight-box {
  background-color: #35337f !important;
  transition: all ease-in-out 0.5s;
}
.art .event-highlights .event-highlight-body .event-highlight-box:hover {
  transform: translateY(-8px);
  transition: all ease-in-out 0.5s;
}

.art .featured-artists {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.art .featured-artists .featured-artists-body .profile-image {
  height: 120px;
  width: 120px;
}

@media (max-width: 1400px) {
  .art .featured-artists .featured-artists-body .profile-image {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 996px) {
  .art .featured-artists .featured-artists-body .profile-image {
    height: 90px;
    width: 90px;
    bottom: 0px !important;
    right: 0px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .art .featured-artists .featured-artists-body .featured-artists-box,
  .art
    .featured-artists
    .featured-artists-body
    .featured-artists-box
    .artist-info,
  .art .featured-artists .featured-artists-body {
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .art .featured-artists .featured-artists-title {
    margin-bottom: 42px;
  }
}
.art .schedule .swiper-horizontal > .swiper-scrollbar,
.art .schedule .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 10px !important;
  top: auto;
}
.art .schedule .swiper-scrollbar-drag {
  background-color: #aa65eb;
}
.art .schedule .schedule-box .schedule-info {
  background-color: #efefef;
  width: 90%;
}

.art .pricing {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.art .pricing .pricing-body .pricing-features {
  background-color: #35337f;
}
.art .pricing .pricing-body .pricing-features .feaeture-list {
  border-color: rgba(170, 101, 235, 0.4392156863) !important;
}
.art .pricing .pricing-body .pricing-plans .nav-link {
  color: #707070;
  background-color: #dfdfdf !important;
  border: 2px solid #dfdfdf;
}
.art .pricing .pricing-body .pricing-plans .nav-tabs .nav-item.show .nav-link,
.art .pricing .pricing-body .pricing-plans .nav-tabs .nav-link.active {
  border-width: 2px;
  color: #3f3f3f;
}
.art
  .pricing
  .pricing-body
  .pricing-plans
  .nav-tabs
  .nav-item.show
  .nav-link:hover,
.art .pricing .pricing-body .pricing-plans .nav-tabs .nav-link.active:hover {
  color: #3f3f3f !important;
}
.art .pricing .pricing-body .pricing-plans .nav-tabs .nav-item.show .nav-link i,
.art .pricing .pricing-body .pricing-plans .nav-tabs .nav-link.active i {
  color: #35337f !important;
}

.art .ad-banner-art .ad-banner-art-inner {
  background: linear-gradient(135deg, rgb(58, 48, 137) 25%, #d5983e 100%);
}
.art .ad-banner-art .ad-banner-art-inner .overlay {
  background: url(../images/Art/color-pattern-bg.png);
  opacity: 0.1;
}

.art .faq .faq-right .accordion-button,
.art .faq .faq-right .accordion-item {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.art .faq .faq-right .accordion-button:not(.collapsed) {
  background-color: #35337f;
  color: #fff !important;
}

.art .review {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.art .review .testimonial-box {
  background-color: rgba(0, 0, 0, 0.062745098);
}

@media (max-width: 768px) {
  .art .review .review-title {
    width: 100% !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .art .newsletter .newsletter-inner .btn-primary {
    position: relative !important;
    width: 100%;
    margin-top: 10px;
    border-radius: 0.5rem !important;
  }
}
.art .blog .blog-body .blog-box .overlay {
  background: linear-gradient(0deg, #101010 25%, rgba(200, 63, 116, 0) 100%);
}

@media (max-width: 768px) {
  .art .newsletter-inner {
    padding: 20px !important;
  }
}
.art footer {
  background: radial-gradient(circle, rgb(58, 48, 137) 10%, #d5983e 100%);
}
.art footer .footer-middle,
.art footer .footer-bottom {
  border-color: rgba(170, 101, 235, 0.4392156863) !important;
}

/* Enquiry Modal Styles */
.modal-header.bg-theme {
  background-color: #d5983e !important;
}
.modal-header .btn-close-white {
  filter: brightness(0) invert(1);
}
.modal-body {
  padding: 1.2rem;
}
.btn-theme {
  background-color: #d5983e;
  color: white;
  border: none;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}
.btn-theme:hover {
  background-color: #b8791f;
  color: white;
}
.form-label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.form-label span.theme {
  color: #d5983e;
  margin-left: 0.25rem;
}
.form-control {
  height: 2.2rem;
  font-size: 0.9rem;
  padding: 0.35rem 0.75rem;
}
.form-control:focus {
  border-color: #d5983e;
  box-shadow: 0 0 0 0.2rem rgba(213, 152, 62, 0.25);
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
textarea.form-control {
  height: auto;
  min-height: 2.8rem;
  padding: 0.4rem 0.75rem;
}

/* Modal backdrop and animation fixes */
.modal.fade {
  transition: opacity 0.3s ease-in-out;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out !important;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal.show {
  display: block;
}
.modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Modal buttons border-radius */
.modal-footer .btn {
  border-radius: 3px;
} /*# sourceMappingURL=style.css.map */
