@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=DM+Sans:wght@400;500;700&display=swap");

* {
  outline: none !important;
}
@font-face {
  src: url("font-2/Helvetica.ttf") format("ttf"),
    url("font-2/helvetica-compressed-5871d14b6903a.otf") format("otf"),
    url("font-2/helvetica-compressed-5871d14b6903a.otf") format("otf"),
    url("font-2/helvetica-light-587ebe5a59211.ttf") format("ttf"),
    url("font-2/Helvetica-Oblique.ttf") format("ttf"),
    url("font-2/helvetica-rounded-bold-5871d05ead8de.otf") format("otf"),
    url("font-2/Helvetica-BoldOblique.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Prata";
  src: url("Prata-Regular.eot");
  src: local("Prata Regular"), local("Prata-Regular"),
    url("../fonts/prata/Prata-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/prata/Prata-Regular.woff2") format("woff2"),
    url("../fonts/prata/Prata-Regular.woff") format("woff"),
    url("../fonts/prata/Prata-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("Lora-Bold.eot");
  src: local("Lora Bold"), local("Lora-Bold"),
    url("../fonts/lora/Lora-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lora/Lora-Bold.woff2") format("woff2"),
    url("../fonts/lora/Lora-Bold.woff") format("woff"),
    url("../fonts/lora/Lora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("Lora-Medium.eot");
  src: local("Lora Medium"), local("Lora-Medium"),
    url("../fonts/lora/Lora-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lora/Lora-Medium.woff2") format("woff2"),
    url("../fonts/lora/Lora-Medium.woff") format("woff"),
    url("../fonts/lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("Lora-Regular.eot");
  src: local("Lora Regular"), local("Lora-Regular"),
    url("../fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lora/Lora-Regular.woff2") format("woff2"),
    url("../fonts/lora/Lora-Regular.woff") format("woff"),
    url("../fonts/lora/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-SemiBold.eot");
  src: local("../fonts/lora/Lora SemiBold"), local("Lora-SemiBold"),
    url("../fonts/lora/Lora-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lora/Lora-SemiBold.woff2") format("woff2"),
    url("../fonts/lora/Lora-SemiBold.woff") format("woff"),
    url("../fonts/lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Bold.eot");
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Bold.woff") format("woff"),
    url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("../fonts/poppins/Poppins-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Regular.woff") format("woff"),
    url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Italic.eot");
  src: local("Poppins Italic"), local("Poppins-Italic"),
    url("../fonts/poppins/Poppins-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Italic.woff") format("woff"),
    url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@media print {
  .preloader,
  .page-transition {
    display: none;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
p {
  line-height: 25px;
}
.content-section ol > li {
  margin-bottom: 1rem;
  line-height: 25px;
}
/* LOCOMOTIVE */
.no-transform {
  transform: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/* LINKS */
a {
  text-decoration: none;
  color: #080808;
}

a:hover {
  text-decoration: none;
  color: #080808;
}

/* FORM ELEMENTS */
input[type="text"] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="email"] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="number"] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #080808;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 140px;
  padding: 30px;
  border: 1px solid #cecece;
}

select {
  width: 420px;
  max-width: 100%;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

select {
  --webkit-appearance: none;
  --moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 24px, calc(100% - 25px) 24px,
    calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 1px;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) 24px, calc(100% - 30px) 24px,
    calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 1px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="submit"] {
  height: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1b2d5c;
  border: none;
  padding: 0 50px;
}
input[type="submit"]:hover {
  color: #fff;
  background: #1b2d5c;
}

button[type="submit"] {
  height: 45px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1b2d5c;
  border: none;
  padding: 0 25px;
}
button[type="submit"]:hover {
  background: #1b2d5c;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}
.form-group {
  margin-bottom: 15px;
}
label {
  font-weight: 600;
  font-size: 14px;
}
/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-400 {
  height: 400px;
}

.spacing-200 {
  height: 200px;
}

.spacing-100 {
  height: 100px;
}

.spacing-50 {
  height: 50px;
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.accordion dt {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.accordion dt a {
  display: flex;
  align-items: center;
  position: relative;
}
.accordion dt a:before {
  content: "\f078";
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #94ffc4;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
}
.accordion dt a:hover {
  text-decoration: none;
}
.accordion dd {
  width: 100%;
  display: block;
  padding-top: 15px;
  margin-bottom: 30px;
}

/* HAMBURGER */
.hamburger path {
  --webkit-transform: translate3d(0, 0, 0);
  fill: transparent;
  stroke-width: 2px;
  stroke: #000;
  stroke-linecap: round;
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.hamburger path.line-center {
  padding: 10px 0;
}
.hamburger.active .line-center {
  --moz-transform: translateX(-50px);
  --webkit-transform: translateX(-50px);
  --o-transform: translateX(-50px);
  --ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.hamburger.active .line-top {
  --moz-transform: rotate(45deg) translateX(6px) translateY(-9px);
  --webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
  --o-transform: rotate(45deg) translateX(6px) translateY(-9px);
  --ms-transform: rotate(45deg) translateX(6px) translateY(-9px);
  transform: rotate(45deg) translateX(6px) translateY(-9px);
}
.hamburger.active .line-bottom {
  --moz-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  --webkit-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  --o-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  --ms-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  transform: rotate(-45deg) translateX(-15px) translateY(0px);
}

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  overflow: hidden;
}
.preloader .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  animation-name: preloader-inner;
  animation-duration: 0.8s;
  transition: all ease 0.8s;
}
.preloader .inner figure {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.preloader .inner figure img {
  height: 60px;
}
.preloader .inner small {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.preloader .inner .progress-bar {
  background: none;
}
.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}
.preloader svg path {
  animation-name: preloader-svg;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.7s;
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

/* BEFORE PAGE LOADED */
.navbar {
  transform: translateY(-100%);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.2s;
}

.slider {
  transform: scale(1.4);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

.page-header {
  transform: scale(1.4);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

/* PAGE LOADED */
.page-loaded .preloader {
  top: 100%;
}

.page-loaded .preloader .inner {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .preloader svg path {
  animation-play-state: running;
}

.page-loaded .navbar {
  transform: translateY(0);
}

.page-loaded .slider {
  transform: scale(1);
  opacity: 1;
}

.page-loaded .page-header {
  transform: scale(1);
  opacity: 1;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 99;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  overflow: hidden;
}
.page-transition.active {
  top: 0;
}
.page-transition.active svg path {
  animation-name: page-transition;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-transition svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}
.search-box .container {
  display: flex;
  flex-wrap: wrap;
}
.search-box .container .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 80px;
}
.search-box .container .form h3 {
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
}
.search-box .container .form input[type="search"] {
  width: 70%;
  border: none;
  border-bottom: 2px solid #eee;
  margin: 0 15%;
  margin-bottom: 20px;
  font-size: 19px;
}
.search-box .container .search-events {
  width: 100%;
  display: block;
  margin-top: 5vh;
}
.search-box .container .search-events ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.search-box .container .search-events ul li {
  flex: 1;
  margin: 0;
  padding: 0 5%;
  list-style: none;
  text-align: center;
}
.search-box .container .search-events ul li h5 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.search-box .container .search-events ul li h5 a {
  display: inline;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #080808 2px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #080808 2px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #080808 1px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.search-box .container .search-events ul li h5 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.search-box .container .search-events ul li small {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* SIDE WIDGET */
.side-widget {
  width: 540px;
  max-width: 80vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10;
  padding: 30px 50px;
  padding-right: 110px;
  color: #fff;
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  overflow: auto;
}
.side-widget.active {
  left: 0;
}
.side-widget.active .logo {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active .inner {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active .display-mobile {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active svg path {
  animation-name: side-widget-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget svg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: #080808;
}
.side-widget svg path {
  animation-name: side-widget-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget .logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
}
.side-widget .logo img {
  height: 100px;
}
.side-widget .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
}
.side-widget .inner .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.side-widget .inner .widget:last-child {
  margin-bottom: 0;
}
.side-widget .inner .widget p:last-child {
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.8;
}
.side-widget .inner .widget-title {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  color: #94ffc4;
}
.side-widget .display-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translateX(-100px);
  display: none;
}
.side-widget .display-mobile .custom-menu {
  width: 100%;
  display: block;
  margin-top: auto;
}
.side-widget .display-mobile .custom-menu ul {
  width: 100%;
  margin: 0;
}
.side-widget .display-mobile .custom-menu ul li {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.side-widget .display-mobile .custom-menu ul li a {
  display: inline-block;
  color: #fff;
  margin: 5px 0;
}
.side-widget .display-mobile .custom-menu ul li a:hover {
  text-decoration: none;
  color: #94ffc4;
}
.side-widget .display-mobile .site-menu {
  width: 100%;
  display: block;
  margin-bottom: auto;
  margin-top: 10px;
}
.side-widget .display-mobile .site-menu ul {
  width: 100%;
  margin: 0;
}
.side-widget .display-mobile .site-menu ul li {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.side-widget .display-mobile .site-menu ul li a {
  display: inline-block;
  color: #fff;
  margin: 5px 0;
}
.side-widget .display-mobile .site-menu ul li a:hover {
  text-decoration: none;
  color: #94ffc4;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.navbar.light {
  color: #fff;
}
.navbar.light .custom-menu ul li a {
  color: #fff;
}
.navbar.light .site-menu ul li a {
  color: #fff;
}
.navbar.light .hamburger-menu .hamburger path {
  stroke: #fff;
}
.navbar.light .navbar-button a {
  border: 3px solid transparent;
  line-height: 56px;
}
.navbar.light .navbar-button a:hover {
  border-color: #94ffc4;
  background: none;
  color: #fff;
}
.navbar .logo {
  display: inline-block;
}
.navbar .logo a {
  display: block;
}
.navbar .logo a img {
  height: 100px;
}
.navbar .custom-menu {
  display: inline-block;
  margin: 0 auto;
}
.navbar .custom-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .custom-menu ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.navbar .custom-menu ul li a {
  display: inline-block;
  position: relative;
}
.navbar .custom-menu ul li a:hover {
  text-decoration: none;
}
.navbar .custom-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.navbar .custom-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.navbar .custom-menu ul li a:hover:before {
  width: 50%;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.navbar .custom-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .site-menu {
  display: inline-block;
}
.navbar .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
.navbar .site-menu ul li a {
  display: inline-block;
  position: relative;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.navbar .site-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.navbar .site-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.navbar .site-menu ul li a:hover:before {
  width: 50%;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .search-button {
  height: 30px;
  line-height: 34px;
  display: inline-block;
  margin-left: auto;
}
.navbar .search-button i {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
}
.navbar .hamburger-menu {
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
}
.navbar .navbar-button {
  margin-left: 30px;
}
.navbar .navbar-button a {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
  background: #94ffc4;
  color: #080808;
  font-size: 14px;
  font-weight: 700;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .navbar-button a:hover {
  text-decoration: none;
  background: #080808;
  color: #fff;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.slider .container-fluid {
  width: calc(100% - 120px);
  margin: 0 60px;
}
.slider .kinetic-slider {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
}
.slider .kinetic-slider canvas {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}
.slider .kinetic-texts {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  color: #fff;
}
.slider .kinetic-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider .kinetic-texts .swiper-slide * {
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
}
.slider .kinetic-texts .swiper-slide.swiper-slide-active * {
  opacity: 1;
}
.slider .kinetic-texts .swiper-slide h1 {
  font-size: 126px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
.slider .kinetic-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #fff;
  margin-left: 10px;
}
.slider .slider-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slider .slider-images .swiper-slide {
  background-size: cover !important;
}
.slider .slider-images .swiper-slide .mobile-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  display: none;
}
.slider .slider-texts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  overflow: visible;
}
.slider .slider-texts .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  transform: translateX(-140%);
}
.slider .slider-texts .svg-morph path {
  fill: #dbb798;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.slider .slider-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider .slider-texts .swiper-slide h1 {
  font-size: 65px;
  font-weight: 500;
  font-family: "Lora", serif;
  line-height: 1;
  margin-bottom: 10px;
  color: #1b2d5c;
  font-weight: 600;
}
.slider .slider-texts .swiper-slide h1 > span {
  color: #ac560b;
}
.slider .slider-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #080808;
  margin-left: 10px;
}
.slider .swiper-fraction {
  width: 200px;
  color: #fff;
}
.slider .swiper-fraction span {
  width: 22px;
  display: inline-block;
  color: #080808;
  font-weight: 700;
}
.slider .swiper-fraction span:before {
  content: "0";
}
.slider .swiper-fraction .swiper-pagination-current {
  margin-right: 122px;
}
.slider .swiper-pagination-progressbar {
  top: auto;
  bottom: 56px;
  left: 50px;
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #080808;
}
.slider .slider-nav {
  display: flex;
  height: 0px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.slider .slider-nav .button-prev {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #1b2d5c;
  color: #fff;
  margin-left: auto;
  margin-right: 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50px);
  border-radius: 50%;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .slider-nav .button-prev:hover {
  background: #dbb798;
  color: #000;
}
.slider .slider-nav .button-next {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #1b2d5c;
  color: #fff;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50px);
  border-radius: 50%;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .slider-nav .button-next:hover {
  background: #dbb798;
  color: #000;
}

/* PLAY NOW */
.play-now {
  position: relative;
  width: 340px;
  height: 340px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  margin-left: -100px;
}
.play-now .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #080808;
  transform: translateX(-50%) translateY(-50%);
}
.play-now text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  fill: #080808;
}
.play-now svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 340px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 540px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.page-header .inner {
  width: 100%;
  display: block;
  padding: 0 60px;
  position: relative;
  margin-top: 60px;
}
.page-header .inner h1 {
  font-size: 126px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
.page-header .inner p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #080808;
  margin-left: 10px;
  position: relative;
  padding-right: 50%;
}
.page-header .inner .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  z-index: 0;
  transform: translateX(-140%);
}
.page-header .inner .svg-morph path {
  fill: #94ffc4;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: block;
  padding: 30px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.inner-content-section {
  width: 100%;
  display: block;
  padding: 10px 0 50px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.bottom-white {
  position: relative;
}
.bottom-white:before {
  content: "";
  width: 100%;
  height: 140px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom-white:before .container {
  position: relative;
  z-index: 1;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
  z-index: 1;
  opacity: 0.85;
}
.video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.section-title figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.section-title figure img {
  height: 70px;
}
.section-title h6 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  color: rgba(152, 152, 152, 1);
}
.section-title h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 42px;
  color: #1b2d5c;
  font-weight: 700;
  font-family: "Lora", serif;
  line-height: 1;
}
.section-title h2 strong {
  font-weight: 600;
}

/* CUSTOM LINK */
.custom-link {
  display: inline-block;
  position: relative;
}
.custom-link:hover {
  text-decoration: none;
}
.custom-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.custom-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.custom-link:hover:before {
  width: 50%;
  background: #1b2d5c;
  transition: width 0.25s ease;
}
.custom-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.custom-button {
  height: 33px;
  line-height: 33px;
  display: inline-block;
  background: #1b2d5c;
  padding: 0 8px;
  margin: 40px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.custom-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.custom-button:hover,
.custom-button.whitebtn:hover {
  background: #1b2d5c !important;
  color: #fff !important;
}
/*.custom-button:hover:before {
  top: 6px;
  left: 6px;
  border-color: #080808;
}*/

/* CIRCLE BUTTON */
.text-center .circle-button {
  margin: 0 auto;
}

.circle-button {
  width: 158px;
  height: 158px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #080808;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
}
.circle-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid #080808;
  border-radius: 50%;
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.circle-button:hover {
  text-decoration: none;
}
.circle-button:hover:before {
  left: 0;
  top: 0;
  opacity: 0;
}

/* IMAGE BOX */
.image-box {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.image-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.image-box img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE ICON LIST */
.side-icon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 80px;
}
.side-icon-list.right-side {
  padding-right: 0;
  padding-left: 80px;
}
.side-icon-list ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-icon-list ul li {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.side-icon-list ul li:last-child {
  margin-bottom: 0;
}
.side-icon-list ul li figure {
  width: 80px;
  height: 100%;
  float: left;
  margin-bottom: 0;
}
.side-icon-list ul li figure img {
  height: 44px;
}
.side-icon-list ul li .content {
  width: calc(100% - 80px);
  display: inline-block;
  margin-top: 10px;
}
.side-icon-list ul li .content h5 {
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.side-icon-list ul li .content p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}
.side-icon-list ul li .content a {
  display: inline-block;
  text-decoration: underline;
}

/* IMAGE BOX CAROUSEL */
.image-box-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.image-box-carousel figure {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.image-box-carousel figure:before {
  content: "";
  width: 1px;
  height: 64px;
  background: #080808;
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: -32px;
  opacity: 0.8;
}
.image-box-carousel figure img {
  width: 100%;
}
.image-box-carousel .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  text-align: center;
}
.image-box-carousel .content-box h5 {
  width: 100%;
  display: block;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
.image-box-carousel .content-box .custom-link {
  color: #999;
  font-weight: 700;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-content.left {
  padding-right: 20%;
}
.side-content small {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #94ffc4;
  border-radius: 40px;
}
.side-content h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
}
.side-content p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}
.side-content table {
  width: 100%;
  margin: 20px 0;
  opacity: 0.7;
}
.side-content table tr {
  padding: 5px 0;
}
.side-content table tr td:nth-child(2) {
  font-weight: 700;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.side-image.left-half {
  width: 50vw;
  float: right;
}
.side-image.right-half {
  width: 50vw;
  float: left;
}
.side-image.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.side-image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE LIST */
.side-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-list.left {
  padding-right: 20%;
}
.side-list.right {
  padding-left: 20%;
}
.side-list h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.side-list ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-list ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.side-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #080808;
  opacity: 0.5;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.side-list ul li:last-child {
  margin-bottom: 0;
}

/* SIDE ARTS */
.side-arts {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #080808;
  color: #fff;
  padding: 100px 80px;
}
.side-arts .titles {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.side-arts .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.5;
}
.side-arts .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -2px;
  line-height: 1;
}
.side-arts ul {
  width: calc(100% + 30px);
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.side-arts ul li {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
}
.side-arts ul li img {
  width: 100%;
  display: block;
  border: 6px solid #fff;
}

/* COUNTER BOX */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
  padding-right: 7px;
}

.counter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter-box .odometer {
  font-size: 82px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0;
}
.counter-box .odometer:after {
  content: "";
  width: 70px;
  height: 70px;
  background: #94ffc4;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: -20px;
  z-index: -1;
}
.counter-box .value {
  font-size: 82px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.counter-box p {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 700;
  opacity: 0.7;
}

/* IMAGE CONTENT BOX */
.col-lg-4:nth-child(1) .image-content-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(2) .image-content-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3) .image-content-box {
  padding-left: 30px;
}

.image-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.image-content-box.is-inview figure img {
  opacity: 1;
  transform: scale(1);
}
.image-content-box figure {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.image-content-box figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-content-box .content-box {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  margin-top: -30px;
  padding-top: 30px;
  padding-right: 30px;
}
.image-content-box .content-box h3 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.image-content-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}

/* TESTIMONIAL BOX */
.col-md-6:nth-child(2) .testimonial-box {
  margin-left: auto;
}

.testimonial-box {
  width: 100%;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.testimonial-box .content-box {
  width: 100%;
  display: block;
  background: #fffbf7;
  position: relative;
  margin-bottom: 30px;
  padding: 50px;
  font-size: 19px;
}
.testimonial-box .content-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fffbf7 transparent transparent transparent;
  position: absolute;
  left: 50px;
  bottom: -20px;
}
.testimonial-box h6 {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 50px;
}

/* COLLECTION BOX */
.col-lg-4:nth-child(3n + 1) .collection-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .collection-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .collection-box {
  padding-left: 30px;
}

.collection-box {
  width: 100%;
  display: block;
  margin: 15px 0;
}
.collection-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.collection-box figure {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.collection-box figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  --webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  --webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.collection-box h4 {
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.collection-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.collection-box h4 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.collection-box p {
  width: 100%;
  display: block;
  margin: 0;
}

/* EXHIBITION BOX */
.col-lg-4:nth-child(3n + 1) .exhibition-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .exhibition-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .exhibition-box {
  padding-left: 30px;
}

.exhibition-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.exhibition-box.is-inview .img {
  opacity: 1;
  transform: scale(1);
}
.exhibition-box figure {
  width: 100%;
  height: 250px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.exhibition-box figure img {
  height: 250px;
  transition: all 0.5s ease;
}
.exhibition-box:hover figure img {
  transform: scale(1.1);
}
.exhibition-box figure * {
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.exhibition-box figure .info {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  border-radius: 40px;
}
.exhibition-box figure .info span {
  width: 100%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #94ffc4;
  border-radius: 40px;
}
.exhibition-box figure .info figure {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  border-radius: 40px;
}
.exhibition-box figure .info figure img {
  width: 17px;
  height: 17px;
}
.exhibition-box figure .info:hover {
  width: auto;
}
.exhibition-box figure .info:hover figure {
  opacity: 0;
}
.exhibition-box figure .info:hover span {
  max-width: 220px;
  padding: 0 20px;
}
.exhibition-box figure .img {
  width: 100%;
}
.exhibition-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.exhibition-box .content-box h4 {
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.exhibition-box .content-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #080808 2px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.exhibition-box:hover .content-box h4 a {
  background-size: 100% 100%;
  text-decoration: none;
}
.exhibition-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
  font-weight: 600;
}

/* TEXT BOX */
.text-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.text-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
}
.text-box h3 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
}
.text-box p {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* TEXT CONTENT */
.col-lg-4:nth-child(3) .text-content {
  margin-top: 100px;
}

.text-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.text-content h6 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.text-content p {
  width: 100%;
  display: block;
  padding-right: 35%;
  opacity: 0.7;
  position: relative;
  padding-left: 30px;
}
.text-content p:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #080808;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.text-content p:last-child {
  margin-bottom: 0;
}

/* ART SLIDER */
.art-slider {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.art-slider.is-inview .art-slider-images {
  opacity: 1;
  transform: scale(1);
}
.art-slider .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.art-slider .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
}
.art-slider .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 42px;
  color: #1b2d5c;
  font-weight: 700;
  font-family: "Lora", serif;
  line-height: 1;
}

/* ART SLIDER CONTENT */
.art-slider-content {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.art-slider-content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.3;
}
.art-slider-content .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.art-slider-content .swiper-slide span {
  width: 100px;
  border-bottom: 3px solid #fff;
  color: #fff;
  margin-right: 0;
  float: left;
  font-family: "Poppins", sans-serif;
  transform: rotate(-90deg);
  font-weight: 700;
}
.custom-button.whitebtn {
  background: #fff;
  color: #000;
}
.art-slider-content .swiper-slide h3 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #fff;
  font-size: 24px;
}

/* ART SLIDER IMAGES */
.art-slider-images {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.art-slider-images .swiper-slide {
  background: #080808;
}
.art-slider-images .swiper-slide img {
  width: 100%;
  float: left;
}

/* HORIZONTAL SCROLL */
.horizontal-scroll {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.horizontal-scroll .scroll-inner {
  width: 200vw;
  display: flex;
  position: relative;
  z-index: 1;
}
.horizontal-scroll .scroll-inner .scroll-wrapper {
  width: 100vw;
  float: left;
}

/* IMAGE ICON BOX */
.image-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 185px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.image-icon-box.is-inview .content-image img {
  opacity: 1;
  transform: scale(1);
}
.image-icon-box:hover .content-box .expand {
  max-height: 190px;
}
.image-icon-box:hover .content-box p {
  margin-bottom: 40px;
  margin-top: 20px;
}
.image-icon-box * {
  --webkit-transition: 0.25s ease-in-out;
  --moz-transition: 0.25s ease-in-out;
  --ms-transition: 0.25s ease-in-out;
  --o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.image-icon-box .icon {
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #94ffc4;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.image-icon-box .icon img {
  height: 50px;
}
.image-icon-box .content-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.image-icon-box .content-image img {
  width: 100%;
  display: block;
}
.image-icon-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding: 50px 10%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.image-icon-box .content-box .expand {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.image-icon-box .content-box b {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.image-icon-box .content-box h4 {
  width: 100%;
  display: block;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.image-icon-box .content-box p {
  width: 100%;
  margin: 0;
}
.image-icon-box .content-box a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
}
.image-icon-box .content-box a:hover {
  text-decoration: none;
}
.image-icon-box .content-box a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.image-icon-box .content-box a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.image-icon-box .content-box a:hover:before {
  width: 50%;
  background: #94ffc4;
  transition: width 0.25s ease;
}
.image-icon-box .content-box a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* CTA BOX */
.cta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  color: #fff;
  margin: 50px 0;
}
.cta-box.dark {
  color: #080808;
  margin: 0;
}
.cta-box.dark .custom-button:hover {
  background: #94ffc4;
  color: #080808;
}
.cta-box.dark .custom-button:hover:before {
  border-color: #080808;
}
.cta-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.cta-box figure img {
  height: 70px;
}
.cta-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}
.cta-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 92px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -2px;
}
.cta-box h2 strong {
  font-weight: 600;
}
.cta-box p {
  padding: 0 20%;
}
.cta-box .custom-button {
  margin: 0 auto;
  margin-top: 60px;
}
.cta-box .custom-button:hover {
  background: #080808;
  color: #fff;
}
.cta-box .custom-button:hover:before {
  border-color: #fff;
}

/* NOTE BOX */
.note-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #94ffc4;
  color: #080808;
  padding: 60px;
  margin: 50px 0;
}
.note-box h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
.note-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
  font-size: 19px;
}

/* RECENT NEWS */
.col-12:nth-child(2) .recent-news {
  margin-bottom: 100px;
}

.col-12:nth-child(even) .recent-news figure {
  order: 1;
}

.col-12:nth-child(even) .recent-news .content-box {
  order: 2;
  margin-right: 0;
  margin-left: -15%;
  text-align: right;
}

.col-12:nth-child(even) .recent-news .content-box p {
  padding-left: 30%;
  padding-right: 0;
}

.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
  padding: 0 5%;
}
.recent-news figure {
  width: 60%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
.recent-news figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.recent-news figure img {
  width: 100%;
}
.recent-news .content-box {
  width: 55%;
  display: inline-block;
  margin-right: -15%;
  position: relative;
  z-index: 1;
}
.recent-news .content-box small {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #94ffc4;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}
.recent-news .content-box h3 {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.recent-news .content-box p {
  width: 100%;
  display: block;
  padding-right: 30%;
  margin-bottom: 40px;
  opacity: 0.7;
}

/* NEWSLETTER BOX */
.newsletter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
}
.newsletter-box .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
}
.newsletter-box .form .form-group {
  width: 49%;
  margin: 1px;
  float: left;
}
.newsletter-box .form .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.newsletter-box .form .titles h6 {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}
.newsletter-box .form .titles h2 {
  width: 100%;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  line-height: 1;
}
.newsletter-box .form small {
  width: 100%;
  color: #fff;
  display: block;
  margin-top: 15px;
}
.newsletter-box .form small a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.newsletter-box .form .inner {
  width: 100%;
  padding: 10px 0;
}
.newsletter-box .form input[type="email"] {
  width: 100%;
  flex: auto;
  border: none;
  padding: 0;
  padding-left: 20px;
}
.newsletter-box .form input[type="submit"] {
  width: 15%;
  background: #1b2d5c;
  color: #fff;
  padding: 0;
}
.newsletter-box .newsletter-image {
  width: 35%;
  display: inline-block;
  margin: 0;
}
.newsletter-box .newsletter-image img {
  width: 100%;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-right: 10%;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.contact-box a {
  display: block;
  text-decoration: underline;
}
.contact-box a:hover {
  text-decoration: none;
}
.contact-box p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}
.contact-box p:last-child {
  margin-bottom: 0;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
}
.contact-form .mb-3 {
  width: 100%;
  display: block;
}
.contact-form .mb-3 input[type="text"] {
  width: 100%;
}
.contact-form .mb-3 textarea {
  width: 100%;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #94ffc4;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  filter: grayscale(1);
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
.blog-post figure {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-post figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.blog-post figure img {
  width: 100%;
}
.blog-post .content-box {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.blog-post .content-box small {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #94ffc4;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}
.blog-post .content-box h3 {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.blog-post .content-box blockquote {
  width: 100%;
  display: block;
  margin: 40px 0;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  padding-left: 40px;
  border-left: 4px solid #94ffc4;
}
.blog-post .content-box p {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  opacity: 0.7;
}
.blog-post .content-box p:last-child {
  margin-bottom: 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-right: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}
.sidebar .widget * {
  position: relative;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 22px;
  color: #080808;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #080808;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #080808;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  color: #080808;
  font-size: 19px;
}
.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}
.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: #080808;
  border-color: transparent;
  color: #fff;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  border-radius: 0 !important;
  padding: 0 20px;
  color: #080808;
}
.pagination .page-item .page-link:hover {
  text-decoration: none;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px) {
  .search-box .container .search-events ul li {
    padding: 0 2%;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 92px;
  }

  .navbar .site-menu ul li {
    margin: 0 10px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .play-now {
    left: 60%;
  }

  .page-header .inner h1 {
    font-size: 92px;
  }

  .page-header .inner p {
    padding-right: 30%;
  }

  .side-icon-list ul li {
    margin-bottom: 30px;
  }

  .side-icon-list.right-side {
    padding-left: 30px;
  }

  .exhibition-box .content-box h4 {
    font-size: 25px;
  }

  .exhibition-box {
    padding: 0 !important;
  }

  .collection-box {
    padding: 0 !important;
  }

  .collection-box h4 {
    font-size: 25px;
  }

  .image-content-box {
    padding: 0 !important;
  }

  .counter-box .odometer {
    font-size: 56px;
  }

  .counter-box .value {
    font-size: 56px;
  }

  .testimonial-box {
    max-width: 100%;
  }

  .text-content p {
    padding-right: 10%;
  }

  .image-icon-box .content-box h4 {
    font-size: 26px;
  }

  .image-icon-box:hover .content-box .expand {
    max-height: 400px;
  }

  .side-list.right {
    padding-left: 30px;
  }

  .side-content h2 {
    font-size: 46px;
  }

  .side-content.left {
    padding-right: 30px;
  }

  .art-slider-content {
    height: 300px;
  }

  .art-slider .titles h2 {
    font-size: 46px;
  }

  .cta-box h2 {
    font-size: 72px;
  }

  .contact-form {
    padding: 0;
  }

  .recent-news .content-box h3 {
    font-size: 38px;
  }

  .newsletter-box .form {
    width: 100%;
    padding: 0;
  }

  .newsletter-box .newsletter-image {
    display: none;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px) {
  input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
  }

  textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }

  .side-widget.active .display-mobile {
    display: flex;
    margin-top: -50px;
  }

  .side-widget.active .inner {
    display: none;
  }

  .side-widget {
    width: 440px;
  }

  .search-box .container .search-events ul {
    display: none;
  }

  .navbar .custom-menu {
    display: none;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .navbar-button {
    display: inline-block;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 72px;
  }

  .slider .slider-texts .swiper-slide p {
    opacity: 1;
  }

  .slider .slider-images .swiper-slide .mobile-slide {
    display: block;
  }

  .play-now {
    display: none;
  }

  .page-header .inner p {
    padding-right: 10%;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }

  .side-icon-list {
    padding-left: 0;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    padding-right: 0;
  }

  .col-lg-4:nth-child(2) .exhibition-box {
    padding: 0;
  }

  .col-lg-4:nth-child(3) .exhibition-box {
    padding-left: 0;
    margin: 50px 0;
  }

  .col-lg-3 .circle-button {
    display: none;
  }

  .col-lg-5 .side-icon-list.right-side {
    margin-top: 60px;
  }

  .cta-box h2 {
    font-size: 52px;
  }

  .side-image.right-half {
    width: 100%;
  }

  .side-image.left-half {
    width: 100%;
  }

  .image-content-box {
    margin-top: 60px;
  }

  .side-arts {
    width: 100%;
  }

  .counter-box {
    margin: 15px 0;
  }

  .art-slider {
    margin-top: -80px;
  }

  .art-slider-content {
    height: 200px;
    margin-bottom: 80px;
  }

  .art-slider-images {
    width: 100%;
  }

  .image-icon-box {
    border-right: none;
  }

  .recent-news {
    padding: 0;
    margin-bottom: 80px;
  }

  .recent-news .content-box {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }

  .recent-news figure {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .col-12:nth-child(even) .recent-news .content-box {
    text-align: left;
    margin: 0;
  }

  .col-12:nth-child(even) .recent-news .content-box p {
    padding-left: 0;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .footer .footer-menu {
    margin-bottom: 50px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px) {
  .preloader {
    background: #080808;
  }

  .preloader svg {
    display: none;
  }

  .page-transition {
    background: #080808;
  }

  .page-transition svg {
    display: none;
  }

  .side-widget {
    padding: 30px;
    padding-right: 0;
    width: 100%;
    max-width: 85vw;
  }

  .side-widget .logo img {
    height: 52px;
  }

  .search-box .container .form input[type="search"] {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .navbar {
    padding: 20px 15px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .navbar .logo a img {
    height: 48px;
  }

  .slider .container-fluid {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 42px;
  }

  .slider .slider-texts .swiper-slide h1 br {
    display: none;
  }

  .slider .slider-texts .swiper-slide p {
    margin-left: 0;
    padding-left: 20px;
    font-size: 17px;
  }

  .slider .slider-texts .swiper-slide p br {
    display: none;
  }

  .slider .slider-nav.container-fluid {
    margin-top: -70px;
  }

  .slider .swiper-pagination-progressbar {
    display: none;
  }

  .slider .swiper-fraction {
    display: none;
  }

  .slider .slider-images .button-prev {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }

  .slider .slider-images .button-next {
    width: 60px;
    height: 60px;
  }

  .page-header .inner {
    padding: 0 15px;
  }

  .page-header .inner h1 {
    font-size: 42px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 0;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .section-title h2 br {
    display: none;
  }

  .side-content.left br {
    display: none;
  }

  .counter-box {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .side-content.left {
    padding-right: 0;
  }

  .side-content table {
    font-size: 14px;
  }

  .side-icon-list ul li figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .side-icon-list ul li .content {
    width: 100%;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .col-lg-6 .side-list.right {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-3:last-child .counter-box {
    margin-bottom: 0;
  }

  .col-lg-6 .side-icon-list {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .collection-box figure {
    margin-bottom: 15px;
  }

  .col-lg-4:nth-child(1) .image-content-box {
    margin-top: 0;
  }

  .blog-post .content-box h3 {
    font-size: 32px;
  }

  .note-box {
    padding: 30px;
  }

  .note-box h2 {
    font-size: 32px;
  }

  .text-box p {
    padding-right: 0;
  }

  .art-slider {
    margin-top: 0;
  }

  .art-slider-content {
    display: none;
  }

  .cta-box h2 {
    font-size: 42px;
  }

  .side-icon-list.right-side {
    padding: 0;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    margin-top: 0;
  }

  .col-lg-4:nth-child(3) .text-box {
    margin: 50px 0;
  }

  .col-lg-4:last-child .image-icon-box .content-box {
    padding-bottom: 0;
  }

  .col-lg-4:nth-child(3) .text-content {
    margin: 30px 0;
  }

  .col-lg-6 .side-icon-list.left-side {
    padding-top: 60px;
    padding-right: 0;
  }

  .side-arts {
    padding: 80px 30px;
  }

  .testimonial-box {
    margin-bottom: 60px;
  }

  .testimonial-box .content-box {
    padding: 30px;
  }

  .col-md-6:last-child .testimonial-box {
    margin-bottom: 0;
  }

  .image-content-box .content-box {
    width: 100%;
    margin-top: 0;
  }

  .text-content {
    text-align: center;
  }

  .text-content p {
    padding: 0 5%;
  }

  .text-content p:before {
    display: none;
  }

  .image-icon-box {
    padding-bottom: 100px;
  }

  .image-icon-box .content-box {
    padding: 30px 0;
  }

  .image-icon-box .icon {
    width: 60px;
    height: 60px;
  }

  .image-icon-box .icon img {
    height: 36px;
  }

  .recent-news figure {
    margin-bottom: 20px;
  }

  .recent-news .content-box h3 {
    font-size: 27px;
  }

  .recent-news .content-box p {
    padding: 0;
  }

  .text-box h2 {
    font-size: 42px;
  }

  .col-md-2 img {
    margin-bottom: 30px;
  }

  .col-12:nth-child(2) .recent-news {
    margin-bottom: 50px;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .newsletter-box .form .titles h2 {
    font-size: 34px;
  }

  .newsletter-box .form .inner {
    width: 100%;
  }

  .newsletter-box .form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .newsletter-box .form input[type="submit"] {
    width: 100%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer .social-media {
    margin-bottom: 50px;
  }

  .footer .footer-bottom .creation {
    width: 100%;
  }
}
/* ANIMATIONS */
@-webkit-keyframes rotate {
  from {
    --webkit-transform: rotate(360deg);
  }
  to {
    --webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    --moz-transform: rotate(360deg);
  }
  to {
    --moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    --ms-transform: rotate(360deg);
  }
  to {
    --ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    --o-transform: rotate(360deg);
  }
  to {
    --o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes svg-morph {
  0% {
    d: path(
      "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
    );
  }
  100% {
    d: path(
      "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
    );
  }
}
@-webkit-keyframes preloader-svg {
  0% {
    d: path(
      "M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
    );
  }
  50% {
    d: path(
      "M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z"
    );
  }
  100% {
    d: path(
      "M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
    );
  }
}
@-webkit-keyframes preloader-inner {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes page-transition {
  0% {
    d: path(
      "M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z"
    );
  }
  100% {
    d: path(
      "M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z"
    );
  }
}
@-webkit-keyframes side-widget-in {
  0% {
    d: path(
      "M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z"
    );
  }
  50% {
    d: path(
      "M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z"
    );
  }
  100% {
    d: path(
      "M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z"
    );
  }
}
@-webkit-keyframes side-widget-out {
  0% {
    d: path(
      "M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z"
    );
  }
  50% {
    d: path(
      "M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z"
    );
  }
  100% {
    d: path(
      "M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z"
    );
  }
}

/* New CSS 07-Oct-2021 */
/* Top header  */

/** Header **/
.header_content .menu > li .text-center {
  margin: 3px 20px;
}
.header_content .menu > li .text-center a button:hover {
  background: #112049;
  color: #fff;
}
.border-none {
  border: none !important;
}
.bgW {
  background: #000 !important;
  color: #fff !important;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}
#header {
  position: relative;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease 0s;
}

#header.header-sticky .header_middle {
  top: 0;
  width: 100%;
  float: left;
  background: #fff;
}
.header_top {
  background: #efefef;
}
.header_top:after {
  display: table;
  content: "";
  clear: both;
}
.header_top .header_left p {
  color: #646464;
  padding: 0 10px;
  line-height: 36px;
  text-transform: uppercase;
  border-right: 1px solid;
  display: inline;
}
.header_top .header_left p i {
  font-size: 14px;
  margin-right: 5px;
  color: #1b2d5c;
}
.header_top .header_right {
  font-size: 0;
}
#header.header-sticky .header_content:after {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);
}
.header_content {
  width: 100%;
  padding: 0 0px;
  background: rgb(27, 45, 92);
  background: linear-gradient(
    180deg,
    rgba(27, 45, 92, 1) 40%,
    rgba(0, 0, 0, 1) 100%
  );
}
.header_content .menu > li > a:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 18px;
  top: 13px;
  right: 0;
}
.header_middle {
  background: #fff;
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
.header_content .container {
  position: relative;
}
.header_content .header_menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.header_content .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_content .menu > li {
  float: left;
  position: relative;
}
.header_content .menu > li > a {
  display: block;
  padding: 0 15px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.6px;
  ---webkit-transition: all 0.2s ease;
  ---moz-transition: all 0.2s ease;
  ---ms-transition: all 0.2s ease;
  ---o-transition: all 0.2s ease;
}
.header_content .menu > li.current-menu-item > a {
  color: #fff;
}
.header_content .menu > li:hover > a {
  color: #fff;
  text-decoration: none;
}
.header_content .menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  --webkit-transform: translate(0, 0);
  ---moz-transform: translate(0, 0);
  ---ms-transform: translate(0, 0);
  ---o-transform: translate(0, 0);
}
.header_content .menu > li:last-child > .sub-menu {
  right: 0;
  left: unset;
}
.header_content .menu > li > .sub-menu {
  left: 0;
  right: 0;
  margin: auto;
}
.header_content .menu > li .sub-menu {
  width: 235px;
  position: absolute;
  left: 0;
  background-color: #fff;
  list-style: none;
  /*padding: 10px 0;*/
  margin: 0;
  border: 1px solid #f1f1f1;
  visibility: hidden;
  opacity: 0;
  --webkit-transform: translate(0, 20px);
  ---moz-transform: translate(0, 20px);
  ---ms-transform: translate(0, 20px);
  ---o-transform: translate(0, 20px);
  ---webkit-transition: all 0.3s ease;
  ---moz-transition: all 0.3s ease;
  ---ms-transition: all 0.3s ease;
  ---o-transition: all 0.3s ease;
}
.header_content .menu > li .sub-menu li {
  float: none;
  position: relative;
  border-top: 1px solid #3333334a;
}
.header_content .menu > li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 16px;
  ---webkit-transition: all 0.2s ease;
  ---moz-transition: all 0.2s ease;
  ---ms-transition: all 0.2s ease;
  ---o-transition: all 0.2s ease;
}
.header_content .menu > li .sub-menu li a span {
  float: right;
  position: relative;
  top: 2px;
}
.header_content .menu > li .sub-menu li.current-menu-item > a {
  background-color: #1b2d5c;
  color: #fff;
}
.header_content .menu > li .sub-menu li:hover > a {
  background-color: #1b2d5c;
  color: #fff;
  text-decoration: none;
}
.header_content .menu > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  --webkit-transform: translate(0, 0);
  ---moz-transform: translate(0, 0);
  ---ms-transform: translate(0, 0);
  ---o-transform: translate(0, 0);
}
.header_content .menu > li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  padding: 0;
}
.header_logo {
  float: left;
  line-height: 78px;
  position: relative;
  top: 3px;
}
.header_logomiddle {
  position: absolute;
  right: 10%;
  transform: translateX(-50%);
  top: 43px;
}
.book-btn {
  border-radius: 0;
  color: #ffffff !important;
  float: right;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #254079;
  --webkit-transition: all 0.4s ease 0s;
  --moz-transition: all 0.4s ease 0s;
  --ms-transition: all 0.4s ease 0s;
  --o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.book-btn:hover {
  color: #ffffff !important;
  background: #ee1a28;
}.menu-bars {
  color: #333;
  width: 50px;
  font-size: 28px;
  cursor: pointer;
  display: none;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all 0.2s ease;
}

.menu-bars span {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  /* background-color: #000; */
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.menu-bars span:before,
.menu-bars span:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease;
}

.menu-bars span:after {
  top: -8px;
}

.menu-bars span:before {
  bottom: -8px;
}

.menu-bars:hover span {
  background-color: transparent;
}

.menu-bars:hover span:after {
  background-color: #d29130;
  transform: rotate(0deg);
  top: -6px;
}

.menu-bars:hover span:before {
  background-color: #cf752d;
  transform: rotate(0deg);
}

.menu-bars.active span {
  background-color: transparent;
}

.menu-bars.active span:after {
  background-color: #cf752d;
  transform: rotate(45deg);
  top: 0;
}

.menu-bars.active span:before {
  background-color: #cf752d;
  transform: rotate(-45deg);
  bottom: 0;
}

.header_mobile {
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);
}

.header_mobile .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_mobile .header_logo {
  display: inline-block;
}

.header_mobile .menu-bars {
  display: block;
}

.header_mobile .header_menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  /* top: 128px !important; */
  bottom: 0;
  right: -270px;
  width: 270px;
  overflow-y: auto;
  background-color: #1b2d5c;
  transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}

.header_mobile .header_menu.active {
  right: 10px;
}

.header_mobile .header_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header_mobile .header_menu ul li a {
  display: block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.header_mobile .header_menu ul li a span {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header_mobile .header_menu ul li a span:before {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_mobile .header_menu ul li a:hover {
  background-color: #1b2d5c;
  color: #fff;
}

.header_mobile .header_menu ul li.current-menu-item > a {
  background-color: #1b2d5c;
  color: #fff;
}

.header_mobile .header_menu ul li .sub-menu {
  background-color: rgb(2 2 78);
  display: none;
}

.header_mobile .header_menu ul li > .sub-menu > li > a {
  padding-left: 35px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 55px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 75px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > .sub-menu > li > a {
  padding-left: 100px;
}

.header_mobile .header_logo {
  line-height: 1;
}

.header-sticky {
  position: fixed;
  top: 0;
  backface-visibility: hidden;
  transition: 0.4s;
  transition: 0.4s;
}

.search-button {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
}
.header_logo_right {
  float: right;
  margin-top: 10px;
}
.about-two__image--2 {
  top: -30px;
  right: 100px;
  z-index: 9;
}
.about-inner-image {
  border-radius: 0 100px 0 100px;
}
.about-two__image-content {
  width: 370px;
  height: 375px;
  border: 2px dashed #85858f;
  padding: 30px 15px;
  position: absolute;
  top: -10px;
  border-radius: 0 50px;
  left: 40px;
  z-index: 11;
}
.about-two__image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-two__image-decor {
  width: 148px;
  height: 48px;
  border-right: 2px solid #d99578;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(19%, #f2ebe8),
    to(white)
  );
  background-image: linear-gradient(180deg, #f2ebe8 19%, white 100%);
  margin-right: 15px;
}
.about-two__image-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-two__image-content-left {
  font-size: 32px;
  color: #302e2f;
  line-height: 1em;
  font-family: "Prata";
}
.about-two__image-content-right {
  margin-left: 10px;
}
.about-two__image-content-right span {
  display: block;
  font-size: 18px;
  color: #302e2f;
  line-height: 1em;
  font-family: "Prata";
}
.about-two__year {
  font-size: 24px;
  margin-top: 15px;
}
.about-two__image-content-right span {
  display: block;
  font-size: 16px;
  color: #302e2f;
  line-height: 20px;
  font-family: "Prata";
  margin-top: 22px;
}
.about-two .block-title,
.about-two .block-title__title,
.about-two .block-title__sub-title {
  margin: 0;
}
.block-title__tag-line {
  margin: 0;
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  border-top: 2px solid #d99578;
  padding-top: 20px;
  display: inline-block;
}
.about-two .block-title__title {
  margin-top: 15px;
}
.about-two .block-title__sub-title {
  margin-top: 30px;
  margin-bottom: 25px;
}
.about-two__text {
  margin: 0;
}
.about-two__text + .about-two__text {
  margin-top: 15px;
}
.thm-btn {
  border: none;
  outline: none;
  background-color: #d99578;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 52px;
  border-radius: 4px;
  --webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-two__btn {
  margin-top: 35px;
}
.thm-btn:hover {
  background-color: #302e2f;
  color: #fff;
}
[class*="about-two__image--"] {
  position: absolute;
  top: 15px;
  left: 65px;
  width: 440px;
  height: 325px;
  z-index: 999;
  border-radius: 0 50px 0;
}
.about-two__image--2 {
  top: -30px;
  right: 100px;
  z-index: 9;
}

.about-two__content h2.block-title__title,
.about-two__content h3.block-title__sub-title {
  font-family: "Lora", serif;
  font-weight: bold;
}
.about-two__content h3.block-title__sub-title {
  margin-bottom: 30px;
  color: #989898;
  font-size: 25px;
  font-weight: 500;
}
.about-two__content h6.block-title__sub-title {
  font-family: "Lora", serif;
  font-size: 25px;
}
.about-two__content h2.block-title__title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #1b2d5c;
}
.visitor-count b {
  padding: 0 15px;
  font-size: 14px;
}
.visitor-count b:last-child {
  padding: 0;
}
/* entypo */
#sticky-social {
  position: fixed;
  top: 42%;
  z-index: 9;
}
#sticky-social ul {
  padding: 0;
}
#sticky-social ul li {
  list-style: none;
}
#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
#sticky-social a span {
  line-height: 35px;
  right: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
  font-family: "Poppins";
}
#sticky-social a:hover span {
  right: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
  background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
  background: #00aced;
}
#sticky-social a[class*="google-plus"],
#sticky-social a[class*="google-plus"]:hover,
#sticky-social a[class*="google-plus"] span {
  background: #dd4b39;
}
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
  background: #007bb6;
}
#sticky-social a[class*="instagram"],
#sticky-social a[class*="instagram"]:hover,
#sticky-social a[class*="instagram"] span {
  background: #517fa4;
}
#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span {
  background: #dd4b39;
}
#sticky-social a[class*="whatsapp"],
#sticky-social a[class*="whatsapp"]:hover,
#sticky-social a[class*="whatsapp"] span {
  background: #2eb100;
}
.swiper-slide {
  width: 100% !important;
}
.welcome-content {
  padding: 30px;
  width: 106%;
  background: #fff;
  display: table;
  box-shadow: 0px 0px 91px 10px #ccc;
  margin-right: -25px;
  margin-top: 50px;
  border-radius: 30px 0 0 30px;
}
.welcome-content .custom-scrolling li a {
  color: #1b2d5c;
  display: inline-block;
  margin-bottom: 10px;
}
.welcome-content .custom-scrolling li p {
  position: relative;
  display: flex;
}
.welcome-content .custom-scrolling li p:before {
  content: "-";
}
h3.title-head {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1b2d5c;
  font-family: "Lora", serif;
}
h4.title-subhead {
  font-size: 25px;
  font-weight: 500;
  color: rgba(152, 152, 152, 1);
}
.welcome-content .custom-scrolling {
  height: 315px;
  overflow-y: auto;
  padding-right: 40px;
}
.custom-scrolling::-webkit-scrollbar {
  width: 10px;
}
.custom-scrolling::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.custom-scrolling::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.custom-scrolling::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.anchor-link {
  float: right;
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.anchor-link:hover {
  color: #eddd23;
  border: 1px solid #eddd23;
}
.upcoming-events h6 i {
  color: #fff;
}

/* Upcoming Events */
.upcoming-events {
  width: 100%;
  float: left;
  min-height: auto;
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding-top: 10px;
  list-style: none;
  padding-left: 0;
}
.image-eventbox {
  width: 120px;
  height: 100px;
  overflow: hidden;
  float: left;
  text-align: center;
  background: #c8762d;
  margin-right: 20px;
  border: 3px solid #fff;
  border-radius: 10px 0 20px 0;
}
.image-eventbox img {
  width: 120px;
  height: 100px;
  transition: all 0.5s ease;
  --webkit-transition: all 0.5s ease;
}
.upcoming-events li:hover .image-eventbox img {
  transform: scale(1.2);
  --webkit-transform: scale(1.2);
}
.date-box .day h2 {
  font-weight: bold;
  line-height: 40px;
  font-size: 50px;
}
.date-box .day h2,
.date-box .month h3 {
  color: #fff;
}
.date-box .month h3 {
  font-size: 30px;
  font-weight: 400;
}
.upcomingEvents-box {
  box-shadow: 0px 0px 91px 10px #ccc;
  padding: 25px;
  width: 100%;
  display: table;
  background: #1b2d5c;
  border-radius: 0px 30px 0px 40px;
}
.upcomingEvents-box h3.title-head {
  color: #fff;
}
.upcoming-events li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 20px;
}
.upcoming-events li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.upcoming-events li a {
  color: #fff;
  display: block;
  font-size: 13px;
}
.upcoming-events h4 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  /*margin-bottom: 15px;*/
  margin-top: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.upcoming-events li a:hover h4 {
  color: #1b2d5c;
}
.upcoming-events h6 {
  font-size: 13px;
  color: #e7de9c;
}
#events-slider .owl-dots {
  display: none;
}
#events-slider .owl-prev {
  position: absolute;
  top: -80px;
  right: 7%;
  width: 50px;
  height: 50px;
  border: 1px solid #a86e49;
  border-radius: 35px;
  color: #a86e49;
}
#events-slider .owl-next {
  position: absolute;
  top: -80px;
  right: 2%;
  width: 50px;
  height: 50px;
  border: 1px solid #a86e49;
  border-radius: 35px;
  color: #a86e49;
}
#events-slider .owl-prev:hover,
#events-slider .owl-next:hover {
  background: #a86e49;
  border: 1px solid #a86e49;
  color: #fff;
}
/* Client Slider */
#clientslider .owl-nav .owl-next,
#clientslider .owl-nav .owl-prev,
#collection-photoslider .owl-nav .owl-next,
#collection-photoslider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  --moz-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  --o-transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #a86e49;
  border-radius: 35px;
  color: #a86e49;
}
#collection-photoslider .owl-nav .owl-next i {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
#clientslider .owl-nav .owl-prev {
  left: -40px;
}
#clientslider .owl-nav .owl-next {
  right: -40px;
}
#clientslider .owl-dots,
#collection-photoslider .owl-dots {
  display: none;
}
#clientslider .owl-prev:hover,
#clientslider .owl-next:hover {
  background: #a86e49;
  border: 1px solid #a86e49;
  color: #fff;
}
#collection-photoslider .owl-nav .owl-next,
#collection-photoslider .owl-nav .owl-prev {
  top: -50px;
  transform: unset;
  --moz-transform: unset;
  --webkit-transform: unset;
  --o-transform: unset;
  background: #fff;
  color: #1b2d5c;
  border-color: #1b2d5c;
}
#collection-photoslider .owl-nav .owl-prev {
  right: 40px;
}
#collection-photoslider .owl-nav .owl-next {
  right: 0;
}
#collection-photoslider .owl-prev:hover,
#collection-photoslider .owl-next:hover {
  background: #1b2d5c;
  border: 1px solid #1b2d5c;
  color: #a86e49;
}

/* Tabs */
.anchortab-links {
  position: absolute;
  right: 115px;
  top: 0;
}
.anchortab-links .nav-link.active,
.anchortab-links .nav-link:hover {
  border-bottom: 2px solid #1b2d5c !important;
  color: #1b2d5c;
  background-color: transparent;
  border-color: transparent;
}
.anchortab-links .nav-link {
  background-color: transparent;
  border-color: transparent;
  padding: 10px 20px 20px;
  padding-bottom: 7px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#collection-photoslider .collection-image {
  overflow: hidden;
}
#collection-photoslider .collection-image img {
  transition: all 0.5s ease;
  /*border: 1px solid #fff;
  border-radius: 20px;*/
  height: 270px;
  object-fit: cover;
  object-position: left;
}
#collection-photoslider .item:hover .collection-image img {
  transform: scale(1.1);
  border: 1px solid #fff;
  border-radius: 20px;
}
#nav-tabContent p {
  background: transparent;
  color: #fff;
  padding: 8px;
  height: 62px;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-tabContent p a {
  color: #ffff;
  text-align: start;
  margin-top: 28px;
  line-height: 18px;
  font-weight: lighter;
  text-align: justify;
}
#nav-tabContent p small {
  color: #fff;
  font-weight: 500;
}
#nav-tabContent a:hover {
  color: #cfcfcf;
}
.bgImgArea {
  background: url("../images/bg.jpg");
  position: relative;
}
.bgImgArea:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.boxAera {
  background: #804655;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  position: relative;
}
.boxAera h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.boxAera h4 > a {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  background: #1b2d5c;
}
.boxAera h4 > a:hover {
  color: #eddd23;
  border: 1px solid #eddd23;
}
.boxAera .sdBoxArea {
  width: 100%;
  color: #fff;
  font-size: 15px;
}
.boxAera .sdBoxArea > span {
  display: block;
}
.boxAera .sdBoxArea > span i,
.boxAera .sdBoxArea p span {
  color: #ffc761;
}
.boxAera .sdBoxArea h4 {
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: normal;
  line-height: 22px;
}
.boxAera .owl-nav {
  margin: 0;
  padding: 0;
}
.boxAera .owl-carousel .owl-nav button {
  position: absolute;
  top: -94px;
  width: 22px;
  height: 22px;
  border: 1px solid #1b2d5c;
  border-radius: 5px;
  line-height: 0;
  text-align: center;
  color: #1b2d5c;
  margin: 0 !important;
}
.boxAera .owl-carousel .owl-nav button i {
  line-height: 0;
}
.boxAera .owl-carousel .owl-nav .owl-prev {
  right: 15px;
}
.boxAera .owl-carousel .owl-nav .owl-next {
  right: -15px;
}
.boxAera.vacanciesPanel .owl-carousel .owl-nav .owl-prev {
  left: -15px;
  right: auto;
}
.boxAera.vacanciesPanel .owl-carousel .owl-nav .owl-next {
  left: 15px;
  right: auto;
}

.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-pb-50 {
  padding: 30px 0 !important;
}

.quickLinkPanel {
  background: #1b2d5c;
  border-radius: 20px;
  position: relative;
  padding: 53px 40px;
}
.quickLinkPanel:after {
  position: absolute;
  border: 2px dashed #8d616c;
  width: 96%;
  margin: auto;
  height: 96%;
  content: "";
  top: 2%;
  left: 2%;
  right: auto;
  border-radius: 20px;
}
.quickLinkPanel ul {
  margin: 0;
  padding: 0;
  z-index: 9;
  position: relative;
}
.quickLinkPanel ul li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.quickLinkPanel ul li:after {
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.quickLinkPanel ul li a {
  color: #fff;
  font-size: 14px;
}
.quickLinkPanel ul li a:hover {
  color: #ffb16e;
}

.vacanciesPanel {
  border-radius: 0 20px 20px 0;
}
.tenderPanel {
  border-radius: 20px 0 0 20px;
}
.owl-theme .owl-nav {
  margin: 0;
}
.footerRightSt {
  color: #fff;
  padding-top: 50px;
}
.footerRightSt h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.footerRightSt p a {
  color: #fff;
  font-size: 14px;
}
.footerRightSt p a:hover {
  color: #ffb97b;
}
.socialArea {
  margin-top: 10px;
  margin-bottom: 15px;
}
.socialArea a {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
    height: 100%;
}
.socialArea i {
  background: #ffc761;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.VisitorsPanel {
  color: #fff;
}
.VisitorsPanel strong {
  color: #1b2d5c;
}
.socialArea i:hover {
  background: #fff;
  color: #ffc761;
}

.copyright {
  font-size: 13px;
  margin-top: 15px;
}

.casestudy_fullimage {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.casestudy_fullimage .item_image,
.casestudy_fullimage .item_video {
  width: 100%;
  display: block;
  height: 217px;
  background-image: --webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1b2d5c),
    to(#d17088)
  );
  background-image: -webkit-linear-gradient(bottom, #1b2d5c, #d17088);
  background-image: -o-linear-gradient(bottom, #1b2d5c, #d17088);
  background-image: linear-gradient(0deg, #1b2d5c, #d17088);
}
.casestudy_fullimage .item_image img {
  width: 100%;
  height: 217px;
  display: block;
  --webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  --o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.casestudy_fullimage .details_btn {
  top: 30px;
  opacity: 0;
  z-index: 2;
  right: 30px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 20px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
  --webkit-transform: translateY(-70px);
  --ms-transform: translateY(-70px);
  transform: translateY(-70px);
  --webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  --o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.casestudy_fullimage .details_btn:hover {
  color: #4154f1;
  background-color: #ffffff;
}
.casestudy_fullimage .item_content {
  left: 0px;
  z-index: 1;
  bottom: 50px;
  padding: 30px;
  position: absolute;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
}
.casestudy_fullimage .item_content .item_title {
  overflow: hidden;
  display: inline-block;
}
.casestudy_fullimage .item_content .item_title > a {
  color: #ffffff;
  display: block;
  font-size: 22px;
}
.casestudy_fullimage .item_content .item_title > a i {
  font-size: 40px;
}
.casestudy_fullimage .item_content .item_category {
  overflow: hidden;
}
.casestudy_fullimage .item_content .item_category > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.casestudy_fullimage .item_content .item_category > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.casestudy_fullimage .item_content .item_title > a,
.casestudy_fullimage .item_content .item_category > a {
  opacity: 0;
  --webkit-transform: translateY(20px);
  --ms-transform: translateY(20px);
  transform: translateY(20px);
  --webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  --o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.casestudy_fullimage:hover .item_image > img {
  opacity: 0.1;
}
.casestudy_fullimage:hover .details_btn {
  opacity: 1;
  --webkit-transform: translateY(0px);
  --ms-transform: translateY(0px);
  transform: translateY(0px);
}
.casestudy_fullimage:hover .item_title > a,
.casestudy_fullimage:hover .item_category > a {
  opacity: 1;
  --webkit-transform: translateY(0px);
  --ms-transform: translateY(0px);
  transform: translateY(0px);
}
.casestudy_fullimage:hover .item_title > a {
  --webkit-transition-delay: 0.3s;
  --o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.casestudy_fullimage:hover .item_category > a {
  --webkit-transition-delay: 0.4s;
  --o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bannerSection .owl-dots {
  position: absolute;
  right: 0;
  width: 50px;
}
.bannerSection .owl-dots {
  position: absolute;
  right: 35px;
  width: 100%;
  bottom: 30px;
  transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  --moz-transform: translateY(-50%);
}
.bannerSection .owl-dots button {
  display: inline-block !important;
  margin: 0 3px;
}
.bannerSection .owl-dots button span {
  background: #fff;
  border: 1px solid #fff;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

.bannerSection .owl-theme .owl-dots .owl-dot.active span,
.bannerSection .owl-theme .owl-dots .owl-dot:hover span {
  background: #1b2d5c;
}
.bannerSection .owl-nav {
  position: absolute;
  bottom: 55px;
  right: 20px;
  width: 100%;
  transform: translateY(-50%);
}

.bannerSection .owl-nav .owl-prev,
.bannerSection .owl-nav .owl-next {
  background-color: #ffffff;
  color: #333333;
  font-size: 24px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.bannerSection .owl-nav .owl-prev {
  margin-right: 10px;
}

.bannerSection .owl-nav .owl-next {
  margin-left: 10px;
}

.bannerSection .owl-nav .owl-prev:before,
.bannerSection .owl-nav .owl-next:before {
  font-family: 'Font Awesome Solid';
  font-weight: 900;
}
.bannerSection .owl-nav .owl-prev {
  right: 125px;
  position: absolute;
  color: #fff !important;
}

.bannerSection .owl-nav .owl-next {
  right: 40px;
  position: absolute;
  color: #fff !important;
}
.bannerSection .owl-nav .owl-next, .bannerSection .owl-nav .owl-prev {
  margin: 0;
}
.bannerSection .owl-nav .owl-next i,.bannerSection .owl-nav .owl-prev i{
  padding: 10px;
}

.explore-collectionBG {
  background-color: #112049;
  background-image: url("../images/subtle-white-feathers.png");
  background-size: auto !important;
}
.socialArea a.facebook i {
  background: #3b5998;
}
.socialArea a.twitter i {
  background: #00aced;
}
.socialArea a.instagram i {
  background: #517fa4;
}
.socialArea a.youtube i {
  background: #dd4b39;
}
.socialArea a > i:hover {
  color: #fff;
  opacity: 0.8;
}
/* Select 2 */
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #333 !important;
}
.select2
  .select2-container
  .select2-container--default
  .select2-container--focus {
  border: 1px solid #333 !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #333 !important;
}
.select2-search__field {
  background-color: white !important;
}
.select2-dropdown .select2-dropdown--below {
  border: 1px solid #333 !important;
}
.select2-results {
  background-color: #444;
  height: 100px;
  color: #222;
}
.select2-results__options {
  height: 100px;
}
.contains {
  background-color: #333;
  width: 500px;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 37px;
  padding: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
  padding-left: 15px;
}
.select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  color: #000;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1b2d5c;
}
.select2-results {
  background-color: #fff;
}
.select2-results__options,
.select2-results {
  height: 170px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #1b2d5c;
  border: 1px solid #1b2d5c;
  font-size: 12px;
  color: #fff;
}
.section-wrapper {
  overflow: hidden;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #1b2d5c;
  color: #fff;
}

/* On Load Popup Modal */
#onload_popup .modal-dialog {
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  max-width: max-content;
  min-width: auto;
  margin: 0;
}
#onload_popup .modal-content {
  border: 0;
}
#onload_popup button.close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 2px solid #c8c8c8;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
  text-shadow: none;
}
.modal-body {
  padding: 0;
}
#keyPerformanceModal .modal-body {
  padding: 1rem;
}
#onload_popup .Img_container img {
  width: 100%;
}
.banner-modal {
  overflow: visible;
}
.banner-modal .modal-dialog {
  width: 80%;
  margin: 5% auto auto auto;
}
.banner-modal .modal-content {
  overflow: visible;
}
.banner-modal .modal-body {
  overflow: visible;
}
.banner-modal .close-pop {
  top: -16px;
  right: -11px;
}
.banner-modal .view-content p {
  margin-bottom: 0px;
}
div#mospi-externallinkModal {
  z-index: 9999999 !important;
}

/* Inner Banner */
.innerbanner {
  color: #fff;
  width: 100%;
  height: 175px;
  position: relative;
}
/*.innerbanner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%);
    content: "";
}*/
.inner-title {
  margin-top: 30px;
}
.inner-title h3 {
  width: 100%;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-title-block {
  position: relative;
  color: #000;
  font-size: 34px;
  left: 0;
  margin-bottom: 0px;
}
.inner-title-block .breadcrumb-area {
  display: block !important;
}
.inner-title-block #breadcrumbs {
  width: 100%;
}
.inner-title-block .breadcrumb {
  color: #000;
  display: block;
  border-bottom: #eee 1px solid !important;
  font-size: 14px;
  padding: 10px 0;
}
.inner-title-block .breadcrumb span a {
  color: #000;
}
.inner-title-block .breadcrumb .delimiter {
  color: #000;
  font-size: 14px;
}
.inner-title-block .breadcrumb .delimiter {
  color: #000;
  font-size: 14px;
}
span.inline.even.last {
  color: #1b2d5c;
}
img.image-right {
  float: right;
  width: 400px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Who's Who */
.tableData {
  border: 0;
  margin: 0 0 15px 0;
  empty-cells: show;
  clear: both;
  width: 100%;
  border-right: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid;
}
.tableData th {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 1em;
  background: url(images/tableHeadBg.gif) repeat-x left bottom #525252;
  background-image: none;
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  color: #fff;
  border: none;
}
.tableData th,
.tableData td {
  padding: 8px 8px;
  line-height: 20px;
  vertical-align: top;
}
.tableData td {
  border-bottom: 1px solid #c6c6c6;
  color: #585858;
  border-left: 1px solid #c6c6c6;
  /* border-top: 1px solid #c6c6c6; */
}
.tableData td a {
  color: #1b2d5c;
  white-space: pre;
}
caption,
td,
th {
  font-weight: 400;
  background: #fff;
}
.pt-13px {
  padding-top: 13px !important;
}
.w-72per {
  width: 72%;
}
.w-15per {
  width: 15%;
}
.w-13per {
  width: 13%;
}

/* Events */
.eventsTabs .anchortab-links {
  position: relative;
  float: right;
  right: 0;
  margin-bottom: 0px;
}
.eventsTabs .anchortab-links .nav-link {
  color: #898989;
  padding-top: 0;
}
.eventsTabs .anchortab-links .nav-link.active {
  color: #1b2d5c;
}
.eventsTabs #nav-tabContent p {
  background: transparent;
  padding: 0;
}
.eventsTabs .exhibition-box {
  margin: 20px 0;
}
.section-title h3 {
  font: 34px;
  color: #1b2d5c;
  font-weight: 600;
}
.reports .col-md-3 {
  margin: 10px 0;
}
.reports .col-md-3 a {
  overflow: hidden;
}
.reports .col-md-3 a:hover img {
  transform: scale(1.1);
}
.reports p {
  background: #f7efec;
  padding: 8px;
  text-align: center;
  line-height: normal;
  font-weight: 600;
  display: table;
  margin: auto;
}
.reports img {
  margin: auto;
  display: table;
  transition: all 0.5s ease;
}
#gallery .collection-image {
  overflow: hidden;
  height: 266px;
}
#gallery .collection-image img {
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
}
#gallery .col-lg-3:hover .collection-image img {
  transform: scale(1.1);
}
#gallery .anchortab-links .nav-link.active {
  color: #1b2d5c;
}
#gallery .anchortab-links .nav-link {
  color: #898989;
}
.contact-map-one .google-map__home {
  width: 100%;
  border: none;
  height: 435px;
  display: block;
}
.contact-one__content {
  background: #eee;
  padding: 20px 30px;
  overflow: auto;
  height: 435px;
}
.contact-one__content h3.contact-one__title {
  color: #1b2d5c;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-one__content p.contact-one__text {
  margin-bottom: 5px;
}
.contact-one__content p.contact-one__text a:hover {
  color: #1b2d5c;
}
#site-map .site-map-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
}
#site-map .site-map-box ul {
  padding-left: 1.5em;
}
.site-map-menu li {
  width: 100%;
  list-style-image: url(../images/menu-leaf.png);
  border-bottom: 1px #ccc dotted;
  margin-top: 7px;
  padding-bottom: 7px;
}
.site-map-menu li a {
  color: #000;
}
.site-map-menu li a:hover {
  color: #1b2d5c;
}
ul li.expanded {
  border-bottom: none !important;
  list-style-image: url(../images/menu-expanded.png);
  list-style-type: circle;
}
.site-map-menu li:last-child {
  border-bottom: none;
}
li.expanded > a {
  font-weight: 600;
}
.innertop-menu {
  float: left;
  width: 100%;
  border: 1px solid #e6dcd8;
}
.innertop-menu ul {
  padding: 0;
}
.innertop-menu li {
  width: 100%;
  float: left;
  list-style: none;
  border-bottom: 1px solid #e6dcd8;
}
.innertop-menu li a {
  color: #2a2a2a;
  background: #f9f9f9;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 8px 20px;
  font-size: 100%;
}
.innertop-menu li.active a,
.innertop-menu li a:hover {
  color: #fff;
  background: #1b2d5c;
}

/* Cart Button */
.cart-box {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
}
.cart-box:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 1px;
  background: rgb(100 100 100);
  top: 8px;
  left: 5px;
}

.home-4 .cart-box:before {
  top: 0px;
}
.cart-box ul {
  margin: 0;
  padding-left: 5px;
}

.cart-box ul li {
  position: relative;
  list-style: none;
}

.cart-box > ul > li > a {
  display: inline-block;
  vertical-align: sub;
  margin-top: 4px;
  padding-left: 0;
}

.cart-box > ul > li > a:before,
.box-quantity .action-prime:before {
  content: "\f59d";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}

.cart-text {
  display: block;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.cart-counter {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  background: #1b2d5c;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 100px;
  color: #fff;
  position: relative;
  left: -3px;
}

.ht-dropdown {
  background: #fff;
  right: 0;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 100%;
  -webkiit-transform: scaleY(0);
  --moz-transform: scaleY(0);
  --ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  --ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 200px;
  text-align: left;
  visibility: hidden;
  z-index: 99999999;
  cursor: pointer;
  --ms-transition: 0.5s;
  --webkit-transition: 0.5s;
  --moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 0 3px 0 #e5e5e5;
  -ms-box-shadow: 0 0 3px 0 #e5e5e5;
  box-shadow: 0 0 3px 0 #e5e5e5;
}
.cart-box > ul > li:hover ul.ht-dropdown {
  visibility: visible;
  -webkiit-transform: scaleY(1);
  --moz-transform: scaleY(1);
  --ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.single-cart-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}

.cart-box .cart-img {
  width: 35%;
  float: left;
  padding-right: 10px;
  position: relative;
}

.cart-box .cart-img img {
  max-width: 100%;
}

.cart-box .cart-content {
  float: left;
  width: 65%;
  padding: 0 15px 15px 0;
}

.cart-box .cart-content h6 {
  color: #333;
  display: block;
  margin-bottom: 5px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: bold;
}
.cart-box .cart-content h6 a {
  color: #333;
  font-size: 15px;
  display: block;
}

.cart-box .cart-footer h5 {
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  color: #555;
  font-weight: 700;
}

.cart-box .cart-footer h5 span {
  color: #1b2d5c;
  font-size: 15px;
  font-weight: 600;
  float: right;
}

.cart-box .cart-actions a {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #f2f2f2;
  transition: all 0.3s ease 0s !important;
  --moz-transition: all 0.3s ease 0s !important;
  --webkit-transition: all 0.3s ease 0s !important;
  --o-transition: all 0.3s ease 0s !important;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.cart-box .checkout {
  background: #1b2d5c;
  color: #fff;
}

.cart-box .checkout:hover {
  background-color: #1b2d5c;
  border-color: transparent;
  color: #fff;
}

.del-icone {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 45;
  color: #666;
}
.cart-box ul.main-cart-box {
  padding: 30px;
}
.main-cart-box {
  width: 290px;
  left: auto;
  right: 0;
}

/* Checkout Page */
.checkout-one__title {
  margin: 0;
  color: #302e2f;
  font-size: 24px;
  margin-bottom: 20px;
}
.checkout-one__form input[type="text"] {
  width: 100%;
  margin: 3px 0;
}
.checkout-one__form + .checkout-one__form {
  margin-top: 50px;
}
.checkout-one__title {
  margin: 0;
  color: #302e2f;
  font-size: 24px;
  margin-bottom: 20px;
}
.checkout-one__form
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.checkout-one__form .bootstrap-select > .dropdown-toggle {
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: #fff;
  line-height: 58px;
  padding-left: 30px;
  color: #777777;
  font-size: 16px;
  color: #777777;
}
.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #d99578;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 3px 20px;
  color: #302e2f;
  --webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-one__content {
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
.checkout-one__content-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.checkout-one__content-single__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-table .prod-thumb,
.checkout-one__content-image {
  margin-bottom: 0;
  width: 70px;
  height: 70px;
}
.cart-table .prod-thumb img,
.checkout-one__content-image img {
  width: 70px;
  height: 70px;
}
.checkout-one__content-title {
  margin: 0;
  font-size: 18px;
  color: #302e2f;
  margin-left: 30px;
  padding-right: 20px;
}
.checkout-one__price {
  margin-top: 50px;
}
.checkout-one__price-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.checkout-one__price-single:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 82%;
  height: 0px;
  border-bottom: 1px dashed #e4e4e4;
}
.checkout-one__price-name {
  font-size: 16px;
  margin: 0;
  color: #302e2f;
}
.checkout-one__price-name span {
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}
.checkout-one__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 50px;
  margin-top: 45px;
}
.checkout-one__total-name {
  font-size: 18px;
  margin: 0;
  color: #302e2f;
}
.checkout-one__total-amount {
  font-size: 18px;
  color: #d99578;
  margin: 0;
}
.checkout-one__price-amount {
  font-size: 16px;
  color: #302e2f;
  margin: 0;
}

/* Publication */
.product {
  border-left: 1px solid #eae8e4;
  border-top: 1px solid #eae8e4;
}
.products .accordion .form-check {
  margin-bottom: 10px;
}
.products .accordion .checkbox-btn span.btn.btn-light {
  background: no-repeat;
  border: none;
  padding-left: 5px;
}
.products .accordion-button:focus {
  border-color: #dfdfdf;
}
.products .accordion button.btn.btn-light {
  background: #1b2d5c;
  height: 50px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
}
.productBreadcrums {
  background: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #eae8e4;
}
.products .form-control:focus {
  box-shadow: unset;
  border-color: #1b2d5c;
}
.rightBar select {
  height: 35px;
  width: 200px;
  padding: 0 10px;
  background-position: calc(100% - 15px) 15px, calc(100% - 10px) 15px,
    calc(100% - 3.5em) 13px;
}
.rightBar select:focus {
  background-position: calc(100% - 10px) 15px, calc(100% - 15px) 15px,
    calc(100% - 3.5em) 15px;
}
.products .accordion,
.products label {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.products .form-check-input:checked {
  background-color: #1b2d5c;
  border-color: #1b2d5c;
}
.products .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(103 57 68 / 25%);
}
.products
  .product:not(.product_card):not(.productno-border):not(.productlist):not(
    .product_space
  ) {
  position: relative;
  border-right: 1px solid #eae8e4;
  border-bottom: 1px solid #eae8e4;
}
.products
  .product:not(.product_card):not(.productno-border):not(.productlist):not(
    .productspace
  )::after,
.products
  .product:not(.productcard):not(.productno-border):not(.productlist):not(
    .product_space
  )::before {
  content: "";
  position: absolute;
  background-color: transparent;
}
.products
  .product:not(.product_card):not(.productno-border):not(.productlist):not(
    .product_space
  )::after {
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}
.products
  .product:not(.product_card):not(.productno-border):not(.productlist):not(
    .product_space
  )::before {
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .products
    .product:not(.product_card):not(.productno-border):not(.productlist):not(
      .product_space
    ):hover {
    border-right: 1px solid #1b2d5c;
    border-bottom: 1px solid #1b2d5c;
  }
  .products
    .product:not(.product_card):not(.productno-border):not(.productlist):not(
      .productspace
    ):hover::after,
  .products
    .product:not(.productcard):not(.productno-border):not(.productlist):not(
      .product_space
    ):hover::before {
    background-color: #1b2d5c;
  }
}
@media (max-width: 575.98px) {
  .products .product:not(.product_card):not(.productlist):not(.product_space) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .products .product:not(.product_card-v2):not(.product_no-border):hover {
    box-shadow: 0 0 40px 0 rgba(22, 22, 25, 0.1);
  }
}
.products .product {
  transition: all 0.2s ease-in-out;
}
.products .product__center {
  text-align: center;
}
.products .product_center .price,
.products .productcenter .product_hover {
  -ms-flex-pack: center;
  justify-content: center;
}
.products .product_center .product_hover .mr-auto {
  margin-right: 0.75rem !important;
}
.products .product__space:hover {
  border-color: #161619 !important;
}
.products .product__space-primary:hover {
  border-color: #f75454 !important;
}
@media (min-width: 1200px) {
  .products .product__add-to-cart-icon {
    display: none;
  }
}
.products .product__body {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .products .product__hover {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .products .product:hover .product__body {
    --webkit-transform: translateY(-44px);
    transform: translateY(-44px);
  }
  .products .product:hover .product__title {
    color: #161619;
  }
  .products .product:hover .product__hover {
    opacity: 1;
  }
}
.product.product__list {
  border: 1px solid #eae8e4;
}
.product.product_list + .product_list {
  margin-top: -1px;
}
.product.product__list:hover {
  border-color: #161619;
  position: relative;
}
.product.product_list:hover .product_body {
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-gray-700 {
  color: #7c6e65;
}
.text-gray-600 {
  color: #7f7f83 !important;
}
.font-size-2 {
  font-size: 0.875rem !important;
}
.woocommerce-Price-currencySymbol {
  color: #1b2d5c;
}
.color-5 {
  color: #1b2d5c;
}
.ml-auto {
  margin-left: auto;
}
.viewBtn {
  color: #333;
  font-size: 13px;
}
.viewBtn i {
  color: #1b2d5c;
  font-size: 15px;
  margin-right: 3px;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.woocommerce-product-gallery__wrapper .owl-carousel {
  padding: 0 45px;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.font-size-22 {
  font-size: 1.375rem;
}
.width-120 {
  width: 120px;
}
.min-width-250 {
  min-width: 15.625rem;
}
.p-3 {
  padding: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.space-2,
.space-top-2 {
  padding-top: 4rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.text-yellow-darker {
  color: #1b2d5c !important;
}
.addCartBtn {
  padding: 10px 15px !important;
  margin-left: 10px;
  height: auto !important;
  background: #1b2d5c !important;
  color: #fff !important;
}
.addCartBtn:hover {
  background: #1b2d5c !important;
}
.products .product .summary.entry-summary h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.products .product .summary.entry-summary p.price {
  font-size: 26px;
  font-weight: 600;
}
figure.woocommerce-product-gallery__wrapper {
  padding: 40px 0 20px;
}
img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
  height: 330px;
}
h2.woocommerce-loop-product__title.product__title {
  font-weight: 700;
}
.product__hover span.product__add-to-cart:first-child {
  background: #1b2d5c;
  color: #fff;
  padding: 3px 10px;
}
.product__hover span.product__add-to-cart:first-child:hover {
  background: #1b2d5c;
}
span.woocommerce-Price-amount.amount {
  font-weight: 600;
}
.js-quantity input[type="number"] {
  text-align: center;
  width: 80%;
}
.js-quantity button.qtyminus {
  border: 1px solid #cecece;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 20px;
  background: transparent;
  border-right: none;
}
.js-quantity button.qtyplus {
  border: 1px solid #cecece;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 20px;
  background: transparent;
  border-left: none;
}
@media (min-width: 768px) {
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
}

/* Vertical Tab Panel */
.vertical-tabPanel .nav {
  display: grid;
}
.vertical-tabPanel .nav-tabs .nav-link.active,
.vertical-tabPanel .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #1b2d5c;
  border-color: #1b2d5c #1b2d5c #fff;
}
.vertical-tabPanel .nav-tabs .nav-link:hover {
  background-color: rgb(200 117 45 / 27%);
  color: #000;
  border-color: rgb(200 117 45 / 27%) rgb(200 117 45 / 27%) #fff;
}
.team-one__single {
  border: 1px solid #c6c6c6;
  padding: 13px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 20px;
}
.team-one__image {
  overflow: hidden;
  height: 200px;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.team-one__image img {
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.team-one__single:hover .team-one__image img {
  transform: scale(1.1);
}
.team-one__content h3.team-one__name {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 18px;
}
#nav-tabContent p.team-one__designation.designationHd {
  color: #1b2d5c;
  background: transparent;
  padding: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 13px;
}
#nav-tabContent p.team-one__designation {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
}
#nav-tabContent a.viewProfile {
  color: #1b2d5c;
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.team-one__content {
  text-align: center;
}
.vertical-tabPanel .nav-tabs .nav-link {
  border: 1px solid #c6c6c6;
  background: #f8f8f8;
}
.same-table-cell > tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.same-table-cell > tbody > tr > td {
  display: table-cell;
  width: 100px;
  border-bottom: solid black 1px;
}
.captcha_img input[type="text"] {
  margin-top: 10px;
}
a.captcha_refresh {
  position: absolute;
  width: 30px;
  background: #673944;
  height: 30px;
  border-radius: 100px;
  margin-left: 15px;
  margin-top: 6px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
a.captcha_refresh:hover {
  background: #1b2d5c;
}
.products .priceRangeInput input[type="number"] {
  width: 49%;
  height: 35px;
  padding: 4px;
  margin-top: 20px;
  border-radius: 0;
}
.products .accordion-collapse {
  border-width: 1px;
  border-top: none;
}
.price-range-block {
  margin: 60px;
}
.ui-widget-header {
  background: #1b2d5c;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #673944;
  border-color: #673944;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
}

.pagination {
  display: block;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.pagination ul li {
  display: inline-block;
  list-style: none;
}
.pagination ul li a {
  display: inline-block;
  padding: 8px 15px;
  color: #1b2d5c;
  border: 1px solid #1b2d5c;
}
.pagination ul li.active a,
.pagination ul li a:hover {
  background: #1b2d5c;
  color: #fff;
  border: 1px solid #1b2d5c;
}
.ratingStar {
  background-image: url(../images/ratingStar.png);
  -webkit-background-size: 512px 256px;
  background-size: 512px 256px;
  background-repeat: no-repeat;
  height: 22px;
  width: 95px;
  margin-right: 1px;
  top: -2px;
  position: relative;
  vertical-align: text-top;
  display: inline-block;
}
.fourstar {
  background-position: -2px -84px;
}
.threestar {
  background-position: -293px -180px;
}
.twostar {
  background-position: -99px -132px;
}
.onestar {
  background-position: -390px -228px;
}
.a-size-small {
  font-size: 12px;
  line-height: 16px;
  color: #0f1111;
  position: absolute;
  right: -35px;
  top: 4px;
}
.text-orange {
  color: #1b2d5c;
}
.error_content h1.page_title {
  line-height: 1;
  font-size: 200px;
  margin-bottom: 10px;
  font-weight: bold;
}
.error_content h3.title_text {
  line-height: 1;
  font-size: 44px;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}
.error_content p {
  font-size: 18px;
  margin: auto;
  width: 80%;
  text-align: center;
}

/* Image Modal Popup */
.ImagemodalPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  background: red;
  border: 2px solid #fff;
  color: #fff;
  right: -20px;
  top: -20px;
  border-radius: 100px;
  opacity: 1;
}
.ImagemodalPopup .modal-dialog {
  transform: translate(-50%, -50%) !important;
  --webkit-transform: translate(-50%, -50%) !important;
  --moz-transform: translate(-50%, -50%) !important;
  --o-transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
}
.ImagemodalPopup .modal-body {
  width: 100%;
}
.ImagemodalPopup .ModalText .scrollingText {
  overflow: auto;
  height: 230px;
  margin-right: 25px;
  padding-right: 10px;
  padding-left: 5px;
}
.ImagemodalPopup .ModalText h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-left: 5px;
}

/*.sticky-icon {
  z-index: 9;
  position: fixed;
  top: calc(27.5% + -25px);
  top:  12rem;
  left: -115px;
  display: flex;
  flex-direction: column;
  transition: all;
}*/

.sticky-icon {
    z-index: 9;
    position: fixed;
    top: 50%;
    transform: translatey(-40%);
    left: -115px;
    display: flex;
    flex-direction: column;
    transition: all;
}
.sticky-icon a {
  display: flex;
  justify-content: space-between;
  border-radius: 0px 50px 50px 0px;
  text-align: left;
  margin: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  align-items: center;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(110px, 0px);
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}

.colorCd-1 {
  background-color: #253d65;
  color: #fff;
}

.colorCd-2 {
  background-color: #055848;
  color: #fff;
}

.colorCd-3 {
  background-color: #4d1e65;
  color: #fff;
}

.colorCd-4 {
  background-color: #4c3831;
  color: #fff;
}

.colorCd-5 {
  background-color: #291b58;
  color: #fff;
}
.colorCd-6 {
  background-color: #592230;
  color: #fff;
}

.sticky-icon a img {
  height: 27px;
  width: 27px;
  margin-top: 3px;
  transition: all 0.5s;
  padding: 4px;
}
.sticky-icon #myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.sticky-icon .fa-arrow-circle-up {
  font-size: 30px;
}
.sticky-icon #myBtn:hover {
  background-color: #555;
}
.sticky-icon a p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
  padding-left: 20px;
}

.tab1,
.tab2,
.tab3 {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
}

/* Floating Social Media Bar Style Ends Here */
/* entypo */
#sticky-social {
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  --moz-transform: translateY(-50%);
  --o-transform: translateY(-50%);
  z-index: 999;
}
#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
#sticky-social a span {
  line-height: 35px;
  left: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
}
#sticky-social a:hover span {
  left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
  background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
  background: #00aced;
}
#sticky-social a[class*="google-plus"],
#sticky-social a[class*="google-plus"]:hover,
#sticky-social a[class*="google-plus"] span {
  background: #dd4b39;
}
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
  background: #007bb6;
}
#sticky-social a[class*="instagram"],
#sticky-social a[class*="instagram"]:hover,
#sticky-social a[class*="instagram"] span {
  background: #517fa4;
}

/* Update & Tender */
.boxAera .sdBoxArea h4 > a {
  background: transparent;
  border: none;
  font-size: unset;
  padding: 0;
}
.boxAera .sdBoxArea h4 > a:hover {
  color: #ff7c67;
}
.Footer-CustomScroll {
  height: 170px;
  overflow: auto;
}
.Footer-CustomScroll::-webkit-scrollbar {
  width: 5px;
}
.Footer-CustomScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.Footer-CustomScroll::-webkit-scrollbar-thumb {
  background-color: #9f747f;
}
.Footer-CustomScroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.MessageTagsDiv {
  background: #fff;
  bottom: -10px;
  padding: 18px;
  border-radius: 100px;
  box-shadow: 0px 0px 13px #c3c3c3;
  position: absolute;
  z-index: 9;
  margin-left: 30px;
}
.MessageTagsDiv p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.boxAera .sdBoxArea h4 {
  transition: all 0.5s ease;
  --webkit-transition: all 0.5s ease;
  --moz-transition: all 0.5s ease;
  --o-transition: all 0.5s ease;
}
.boxAera .sdBoxArea h4 > i {
  color: #ffc761;
}
.boxAera .sdBoxArea h4:hover {
  margin-left: 5px;
}
.innerpageGallery#gallery .anchortab-links {
  top: -60px;
}
.innerpageGallery#gallery .collection-image {
  margin: 10px 0;
  height: 225px;
}
/* Organization Chart */
.orgchart {
  display: inline-block;
  min-height: 202px;
  min-width: 202px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(10%, rgba(200, 0, 0, 0.15)),
      color-stop(10%, rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(200, 0, 0, 0.15)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(
      left,
      rgba(200, 0, 0, 0.15) 10%,
      rgba(0, 0, 0, 0) 10%
    ),
    -webkit-linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
  background-image: -o-linear-gradient(
      left,
      rgba(200, 0, 0, 0.15) 10%,
      rgba(0, 0, 0, 0) 10%
    ),
    -o-linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
  background-image: linear-gradient(
      90deg,
      rgba(200, 0, 0, 0.15) 10%,
      rgba(0, 0, 0, 0) 10%
    ),
    linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
  background-size: 10px 10px;
  border: 1px dashed transparent;
  padding: 20px;
}

.orgchart .hidden,
.orgchart ~ .hidden {
  display: none;
}

.orgchart div,
.orgchart div::before,
.orgchart div::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orgchart.b2t {
  --ms-transform: rotate(180deg);
  --webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.orgchart.l2r {
  position: absolute;
  --ms-transform: rotate(-90deg) rotateY(180deg);
  --webkit-transform: rotate(-90deg) rotateY(180deg);
  transform: rotate(-90deg) rotateY(180deg);
  --ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.orgchart .verticalNodes ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  text-align: left;
}

.orgchart .verticalNodes ul:first-child {
  margin-top: 3px;
}

.orgchart .verticalNodes > td::before {
  content: "";
  border: 1px solid rgba(217, 83, 79, 0.8);
}

.orgchart .verticalNodes > td > ul > li:first-child::before {
  top: -4px;
  height: 30px;
  width: calc(50% - 2px);
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li {
  position: relative;
}

.orgchart .verticalNodes ul > li::before,
.orgchart .verticalNodes ul > li::after {
  content: "";
  position: absolute;
  left: -6px;
  border-color: rgba(217, 83, 79, 0.8);
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orgchart .verticalNodes ul > li::before {
  top: -4px;
  height: 30px;
  width: 11px;
}

.orgchart .verticalNodes ul > li::after {
  top: 1px;
  height: 100%;
}

.orgchart .verticalNodes ul > li:first-child::after {
  top: 24px;
  width: 11px;
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li:last-child::after {
  border-width: 2px 0 0;
}

.orgchart.r2l {
  position: absolute;
  --ms-transform: rotate(90deg);
  --webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  --ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.orgchart > .spinner {
  font-size: 100px;
  margin-top: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
  border-spacing: 0;
  border-collapse: separate;
}

.orgchart > table:first-child {
  margin: 20px auto;
}

.orgchart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

.orgchart tr.lines .topLine {
  border-top: 2px solid rgba(217, 83, 79, 0.8);
}

.orgchart tr.lines .rightLine {
  border-right: 1px solid rgba(217, 83, 79, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart tr.lines .leftLine {
  border-left: 1px solid rgba(217, 83, 79, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart tr.lines .downLine {
  background-color: rgba(217, 83, 79, 0.8);
  margin: 0 auto;
  height: 20px;
  width: 2px;
  float: none;
}

/* node styling */
.orgchart .node {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  width: 130px;
}

.orgchart.l2r .node,
.orgchart.r2l .node {
  width: 50px;
  height: 130px;
}

.orgchart .node > .hazy {
  opacity: 0.2;
}

.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  vertical-align: middle;
  font-size: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
  --webkit-transition: 0.5s;
  --o-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
  z-index: 20;
}

.orgchart .node.focused {
  background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #ffffff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(217, 83, 79, 0.8);
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
  --ms-transform: rotate(-180deg);
  --webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  --ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  --ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  --webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  --ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  width: 120px;
}

.orgchart.r2l .node .title {
  --ms-transform: rotate(-90deg) translate(-40px, -40px);
  --webkit-transform: rotate(-90deg) translate(-40px, -40px);
  transform: rotate(-90deg) translate(-40px, -40px);
  --ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  width: 120px;
}

.orgchart .node .title .symbol {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.orgchart .node .content {
  width: 100%;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid rgba(217, 83, 79, 0.8);
  border-radius: 0 0 4px 4px;
  text-align: center;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  --ms-transform: rotate(180deg);
  --webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  --ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.orgchart.l2r .node .content {
  --ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  --webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  --ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  width: 120px;
}

.orgchart.r2l .node .content {
  --ms-transform: rotate(-90deg) translate(-40px, -40px);
  --webkit-transform: rotate(-90deg) translate(-40px, -40px);
  transform: rotate(-90deg) translate(-40px, -40px);
  --ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  width: 120px;
}

.orgchart .node .edge {
  font-size: 15px;
  position: absolute;
  color: rgba(68, 157, 68, 0.5);
  cursor: default;
  --o-transition: 0.2s;
  transition: 0.2s;
  --webkit-transition: 0.2s;
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .edge:hover {
  color: #449d44;
  cursor: pointer;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  left: 5px;
}

.orgchart .node .topEdge {
  top: -4px;
}

.orgchart .node .bottomEdge {
  bottom: -4px;
}

.orgchart .node .horizontalEdge {
  width: 15px;
  height: calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  top: 5px;
}

.orgchart .node .rightEdge {
  right: -4px;
}

.orgchart .node .leftEdge {
  left: -4px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 7px);
  top: -moz-calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
  right: 3px;
}

.orgchart .node .leftEdge::before {
  left: 3px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: 5px;
  bottom: -2px;
  color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
  color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-color: #4cae4c;
  border-radius: 4px;
}

.oc-export-btn:hover,
.oc-export-btn:focus,
.oc-export-btn:active {
  background-color: #449d44;
  border-color: #347a34;
}

.orgchart ~ .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 108px;
}

.orgchart .node {
  --webkit-transition: all 0.3s;
  --o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
}

.orgchart .slide-down {
  opacity: 0;
  top: 40px;
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
  top: 130px;
}

.orgchart .slide-up {
  opacity: 0;
  top: -40px;
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
  top: -130px;
}

.orgchart .slide-right {
  opacity: 0;
  left: 130px;
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
  left: 40px;
}

.orgchart .slide-left {
  opacity: 0;
  left: -130px;
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
  left: -40px;
}

/* Custom styles */

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
}

body {
  margin: 0;
}

.orgchart {
  /*  background: rgba(185, 203, 233, 0.2); */
  background-image: none;
  width: 100%;
  overflow: auto;
}

.orgchart ul {
  display: flex;
  flex-direction: row;
}

.orgchart .prime-list > li {
  margin: auto;
  list-style-type: none;
}

.orgchart .node {
  position: relative;
  display: flex;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 41px;
}

.orgchart ul {
  position: relative;
  margin-left: 0 !important;
}

.orgchart ul:not(.prime-list):before {
  content: "";
  position: absolute;
  top: -20px;
  left: 1px;
  width: 100%;
  height: 2px;
  background: #b3bec7;
}

.node:not(.no-child):after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 59px;
  width: 2px;
  height: 26px;
  background: #b3bec7;
}

.sub-list .node:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 59px;
  width: 2px;
  height: 25px;
  background: #b3bec7;
}

.orgchart .sub-list li {
  position: relative;
  list-style-type: none;
}

.orgchart .sub-list li:first-child:before,
.orgchart .sub-list li:last-child:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 50%;
  height: 2px;
  background: #ffffff;
}

.orgchart .sub-list li:first-child:before {
  left: 1px;
}

.orgchart .sub-list li:last-child:before {
  right: -3px;
}

.orgchart tr.lines .downLine {
  background: #b3bec7;
}

.orgchart tr.lines * {
  border-color: #b3bec7 !important;
}

.employee-card {
  font-size: 10px;
  height: 50px;
  width: 115px;
  background: #ffffff;
  text-align: center;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3);
}

.employee-card .department-info {
  background: #1b2d5c;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 6px;
  text-align: center;
}

.employee-card .department-info .name {
  font-size: 1.3em;
  font-weight: 500;
  margin: 0;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #fff;
}

.employee-card .icon-user {
  width: 1em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.employee-card .count {
  vertical-align: middle;
}

.employee-card .info-block {
  padding: 0 5px 5px;
  border-top: 4px solid #0077ff;
}

.employee-card .info-block .job-title {
  font-size: 1.2em;
  font-weight: 500;
  padding: 10px 0;
}

.employee-card .info-block .personal-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.employee-card .info-block .profile-image {
  width: 4em;
  height: 4em;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.employee-card .info-block .info-wrap {
  padding-left: 0.6em;
}

.employee-card .info-block .name,
.employee-card .info-block .email {
  font-size: 1.1em;
  font-weight: 400;
  padding-bottom: 0.3em;
}

.employee-card .info-block .reportee-count {
  color: #ffffff;
  background: #46abf3;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 3px;
}
.orgchart ul.prime-list > li > ul:before,
ul.sub-list:before {
  display: none;
}

/* Left Side Menu */
.leftSiteMenu {
  background: #1b2d5c;
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  display: table;
}
.leftSiteMenu li {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
}
.leftSiteMenu li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
  --moz-transition: all ease-in-out 0.2s;
  --ms-transition: all ease-in-out 0.2s;
  --webkit-transition: all ease-in-out 0.2s;
  --o-transition: all ease-in-out 0.2s;
}
.leftSiteMenu li.side-dropdown > a:after,
.leftSiteMenu li.sub-dropdown > a:after,
.leftSiteMenu li.sub-sub-dropdown > a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  top: 9px;
}
.leftSiteMenu li.side-dropdown > ul {
  background: #333;
  display: block;
  position: absolute;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 215px;
  margin-left: 0;
  margin-top: -38px;
}
.leftSiteMenu li.side-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.leftSiteMenu li.side-dropdown > ul li a:hover {
  background: #1b2d5c;
}
span.toggleBtn {
  position: absolute;
  right: 3px;
  top: 3px;
  background: #1b2d5c;
  width: 30px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.leftSideBarArea .sidebar-menu {
  background-color: #1b2d5c;
  margin-left: 0;
}
.leftSideBarArea .sidebar-menu li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
}
.leftSideBarArea .sidebar-menu li.sidebar-header {
  background: #1b2d5c;
  color: #fff;
}

.leftSideBarArea .sidebar-menu > li > a {
  color: #fff;
  padding: 8px 5px 8px 10px;
  font-size: 14px;
  font-weight: 500;
  border-left: 0;
}
.leftSideBarArea .sidebar-menu li > a > .fa-angle-left {
  float: right;
  margin-right: 5px;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #fff;
  background: #b3641f;
  border-left-color: #3c8dbc;
}
.sidebar-menu .sidebar-submenu {
  padding-left: 0;
  background: #333;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 0;
  background: #624242;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu .sidebar-submenu {
  padding-left: 0;
  background: #6e3131;
}
.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  color: #fff;
  font-size: 13px;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 0px;
}

.leftSideBarArea .fa-angle-left:before {
  content: "\f105";
}
.inner-content-section ul {
  margin-left: 30px;
}
.inner-content-section ul li {
  list-style-type: circle;
}
.inner-content-section a {
  color: #1b2d5c;
}
.text-right {
  text-align: right;
}
.captcha_img img {
  width: 170px;
  height: 40px;
  border: 0;
}
.form-body .form-holder a.text-black i.fas.fa-sync {
  background: #1b2d5c;
  color: #fff;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 100px;
  line-height: 25px;
}
.form-body .form-holder a.text-black i.fas.fa-sync:hover {
  background: #1b2d5c;
}
div#captcha_img {
  display: inline-block;
}
.form-body.feedbackForm .form-holder {
  background: #f7efec;
  padding: 40px;
}
.form-body.feedbackForm .form-holder input[type="radio"] {
  background: #c4c9cf;
}
input[type="radio"]:checked {
  border: 6px solid #1b2d5c;
}
/* Vertical Marquee (What's New) */
.holder {
  background-color: #1b2d5c;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.holder ul li {
  border-bottom: 1px dashed #555;
  padding-bottom: 15px;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
  line-height: 20px;
}
.holder ul li a {
  color: #fff;
  text-decoration: none;
}
.holder ul li p.ndate {
  color: #ffc761;
  margin-bottom: 0;
}
sup {
  color: #ffc761;
}

#header_content.header-sticky .header_menu {
  top: 0;
}

/* my changes start from here  */

/* Top Header CSS*/
.header_content .menu > li.current-menu-item > a:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 40px;
  bottom: 20px;
  height: 1px;
  left: 19px;
  top: 35px;
}
.headerMiddle {
  background: #e4e7ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: 0px 8px 20px 0px #0000002b;
  padding: 0px 24px;
}
header.headerMiddle .logo.left img {
  height: 70px;
  padding: 6px;
}
header.topBar .logo.left img.dotLogo {
  width: 400px;
  padding: 10px;
}
header.topBar .logo.left img {
  padding: 5px;
  height: 55px;
}

header.topBar .logo.left img.dotLogo::before {
  content: "";
  height: 1px;
  width: 40px;
  position: absolute;
}
header.topBar .menuRight {
  display: flex;
  justify-content: end;
  background: #19295436;
  padding: 0 30px;
}

header.topBar .menuRight .menuBtn {
  /*padding: 2px 6px;*/
  padding-left: 24px;
 /* margin-left: 13px;*/
  color: #112049;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  align-self: center;
  font-weight: 100;
}
header.topBar .menuRight .menuBtn p {
  margin: 0;

}

header.topBar .menuRight .menuBtn:hover {
  background: transparent;
  color: #ffa300;
  transition-duration: 0.3s;
}

.bannerSection {
  /* background: #d8d9f8; */
}


div#bannerSlider .item img {
 /* padding: 30px 0;*/
  height: 100%;
  /*background: #d8d9f8;*/
  margin: 50px;
 /* max-height: 351px;*/
  object-fit: contain;
  width: 96%;
  margin: 8px auto;
  /*box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;*/
  border-radius: 30px;
}

.parentmar {
  width: 100%;
  margin-bottom: 0;
}
.parentmar .childmar {
  background: #ffa300;
  padding: 0px 20px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #112049;
  margin: 0;
  width: 150px;
  height: 40px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.parentmar td {
  background-color: #112049;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parentmar marquee ul li a {
  color: #ffff;
  margin-right: 50px;
}

.upcomingEvents {
  background: #ffff;
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  border-radius: 14px;
  padding: 0px 35px;
}

.upcomingEvents h3 {
  margin-bottom: 0;
  text-align: center;
  color: #112049;
  font-weight: 600;
  font-size: 26px;
}

.upcomingEvents .upcomingDate {
  background: #112049;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 20px;
}

.upcomingEvents .upcomingDate .dateArea h2.date {
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 5px;
}

.upcomingEvents .upcomingDate .dateArea p {
  margin: 0;
}
.upcomingEvents .upcomingDate .dateArea p.month {
  margin-bottom: 5px;
}

.upcomingEvents .upcomingDate .dateArea p.year {
  background: #ffa300;
  font-size: 22px;
  padding: 5px;
  border-radius: 0 0px 7px 7px;
  color: #112049;
  font-weight: 700;
}

.eventCont h4 {
  color: #112049;
  font-size: 28px;
  font-weight: 700;
}

.eventCont p {
  color: #112049;
  font-weight: 500;
  margin: 0;
}
.smooth-scroll .container {
  max-width: 1250px;
}

section.ministerArea {
  padding-bottom: 30px;
}

.minitserNames img {
  width: 119px;
  height: auto;
  border: 1px solid #0000001f;
  border-radius: 14px;
}

.minitserNames {
  background: #ffff;
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.minitserNames h2 {
  font-size: 20px;
  font-weight: 600;
  color: #112049;
}
.minitserNames .righta p {
  margin-bottom: 0;
  font-size: 16px;
}

section.ministerArea .rightPannel {
  /*background: #112049;*/
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  border-radius: 14px;
  color: white;
  padding: 20px;
}

/*section.ministerArea .rightPannel .rightOne {
  border: 1px solid #0000001f;
  border-radius: 14px;
  text-align: center;
  padding: 20px;
}*/
section.ministerArea .rightPannel .rightOne {
    border: 1px solid #0000001f;
    background: #112049;
    border-radius: 14px;
    text-align: center;
    padding: 20px;
    max-height: 100%;
    /*height: 295px;*/
    height: 250px;
    /*width: 220px;*/
    width: 360px;
}
section.ministerArea .rightPannel .rightOne p {
  margin: 20px 0 10px 0px;
  font-size: 16px;
  font-weight: 500;
}
section.ministerArea .rightPannel .rightOne h2 {
  font-weight: 700;
  font-size: 25px;
}

section.ministerArea .rightPannel .rightOne .immg {
  background: #fafafa;
  margin: auto;
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

section.ministerArea .rightPannel .rightOne .immg i {
  font-size: 30px;
}

section.ministerArea .rightPannel .owl-nav button.owl-prev i, section.ministerArea .rightPannel .owl-nav 
button.owl-next i {
  background: #fff;
  padding: 10px;
  color: #333;
  border: 1px solid #0000001f;
  border-radius: 0;
  margin-right: 10px;
}

section.ministerArea .rightPannel .owl-nav {
  position: absolute;
  top: -50px;
 /* left: 135px;*/
 right: 0;
}

section.newsAndsocial {
  padding-bottom: 30px;
}

.newEvents {
/* border: 4px solid #dcdcdc;*/
  border: 2px solid #112049;
  padding: 20px;
  border-radius: 10px;
}

.newsInner {
  background-color: #fff;
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}
.newsInner .nav-tabs {
  border: none;
}

.newsInner .nav-item {
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
}

.newsInner .nav-link {
  color: #9f9f9f;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 21px;
}

.newsInner .nav-link.active {
  color: #112049;
  background-color: transparent;
  border-bottom: 2px solid #9f9f9f;
  padding: 0;
}

.newsInner .tab-content {
  background-color: #fff;
  padding: 15px;
}
.newsInner .nav-item:nth-child(1):before {
  /*content: "";*/
  position: absolute;
  width: 2px;
  height: 25px;
  background: #9f9f9f;
  top: 8px;
  right: 8px;
}

/*section.newsAndsocial .newEvents .newsLins ul {
  list-style-type: disc;
}*/

section.newsAndsocial .newEvents .newsLins ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #112049;
    font-weight: 500;
    /* letter-spacing: 0.5px !important; */
    border-bottom: 1px solid #d3d3d752;
    width: 48%;
    float: left;
    margin: 1%;
}
section.newsAndsocial .newEvents .newsInner {
  position: relative;
}
section.newsAndsocial .newEvents .newsInner button {
  position: absolute;
  right: 15px;
  bottom: 7px;
  border: 1px solid #112049;
  color: #112049;
}

.socialBox {
    height: 500px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border: 10px solid #fff;
    border: 1px solid #0000002e;
    box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

section.content-section.explore-collectionBG .newsInner .nav-link {
  color: #fff;
}

section.footer.content-section.no-spacing {
  background: #e5e8ed;
  padding: 30px 0 !important;
}

section.footer.content-section.no-spacing .footerIcons img {
  border: 1px solid #3333331f;
  border-radius: 5px;
}
section.footer.content-section.no-spacing .termPolicy a p {
  color: #112049;
  margin: 16px 0px;
  font-size: 13px;
  font-weight: 700;
}
section.footer.content-section.no-spacing .termPolicy.d-flex.gap-3 img {
  width: 120px;
  height: 50px;
}
section.footer.content-section.no-spacing .termPolicy.d-flex.gap-3 img {
  mix-blend-mode: multiply;
}
section.footer.content-section.no-spacing .termPolicy.d-flex.gap-3 input {
  width: 180px;
}

.rightFoot {
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner {
  padding: 50px 0;
  background-image: url("/public/index2/images/inner-bg/inner-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  background-color: #000000b0;
  background-blend-mode: color;
}
.inner-banner h1{
  font-size: 24px;
}
.mainContentArea {
  padding: 40px 0;
}
.mainContentArea .ContentBox {
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  margin-bottom: 20px;
}

.mainContentArea .ContentBox .innerContent h2 {
  font-size: 28px;
  color: #112049;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 700;
  padding-bottom: 20px
}

.mainContentArea .ContentBox .innerContent h2 span{
  color: #ffd53b;
}

.mainContentArea .ContentBox .innerContent ul{
  list-style: none;
  padding: 0;
}

.mainContentArea .ContentBox .innerContent ul li{
  list-style: none;
  color: #112049;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.mainContentArea .ContentBox .innerContent ul li:before {
  content: "Ã¢Â¬Â¤";
  margin-right: 5px;
  color: #112049;
  font-size: 12px;
  position: absolute;
  left: 0;
}

.implink-wrap {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.brand-items {
  list-style: none;
  padding: 0;
  overflow: hidden;
  display: table;
  width: 100%;
}

.brand-items li {
  list-style: none;
  padding: 20px 14px;
}

.brand-items li img {
    aspect-ratio: 3/2;
    max-width: 100%;
    background: #fff;
    width: 100%;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 0 10px #ddd;
}

/*.brand-items li img {
  aspect-ratio: 4/3;
  max-width: 100%;
  background: #fff;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 10px #ddd;
}*/

footer {
  display: block;
}
.footer {
  position: relative;
  padding: 0;
  margin: 0;
  background: #eee;
}

/* Links */
.footer a {
  font-weight: 400;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out 0s;
  color: #0d1846;
}
.footer a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: #0d1846;
}
.abn {
  white-space: nowrap;
  background: #112049;
  padding: 4px 13px;
  color: #fff;
  margin: 0 15px;
  font-size: 13px;
  border-radius: 4px;
}


/* Container for the links and copyright */
.legal-container {
  margin: 0 auto;
}

.legal-contents {
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
}

.legal-contents ul {
  gap: 1rem;
  flex-direction: column;
  display: flex;
  margin: 0;
  border-bottom: 1px solid #c5cbd1;
  padding: 1.5rem;
  list-style: none;
  text-align: left;
}

.legal-contents p {
  margin: 0;
  padding: 1rem 1.5rem;
}

/* Small Tablet */
@media screen and (min-width: 600px) {
  .legal-contents ul {
    gap: 2rem;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

/* Tablet */
@media screen and (min-width: 768px) {
  .legal-contents ul {
    gap: 2rem;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

/* Large Tablet */
@media screen and (min-width: 1024px) {
  .legal-contents {
    flex-flow: row;
    padding: 20px 0;
  }
  .legal-contents ul {
    border-bottom: 0;
    padding: 0;
  }
  .legal-container p {
    padding: 0;
    text-align: right;
  }
}

/* Desktops and Laptops */
@media screen and (min-width: 1200px) {
  .message-contents,
  .legal-contents {
    margin: 0 auto;
    max-width: 75rem; /* 1200px */
  }
}


/* Expert page css  */
section.mainContentArea.exertPageArea{
  padding-top: 40px;
}
.exertPageArea .ContentBox{
  padding: 40px;
}
.exertPageArea .innerContent .content{
  border: 1px solid #1120492b;
  padding: 7px 20px 7px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.exertPageArea .innerContent  p{
  color: #112049;
  font-size: 14px;
  margin-bottom: 20px;
}
.exertPageArea .innerContent .content a p{
  margin: 0;
}
.exertPageArea .custom-button{
  margin-top: 0px;
}
.exertPageArea .custom-button.whitebtn {
  border: 1px solid #112049;
  border-radius: 5px;
  padding: 2px 20px;
  height: 100% !important;
  font-size: 19px;
  line-height: 34px;
}

.logo.right img{
  padding-right: 25px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.header_content .menu > li > a span {
    margin-left: 3px;
}

#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

.addBorder {
    border: 2px solid #112049;
    padding: 20px;
    border-radius: 10px;
}

.addBorder > .minitserNames:nth-child(even) {
   /* border: 4px solid #dcdcdc;
    padding: 20px;
    border-radius: 10px;*/
    margin-bottom: 0px !important;
}

.heightScroll {
  overflow-y: auto;
  height: 240px;

}

section.ministerArea .rightPannel .rightOne .immg img {
    width: 50px;
}

/* Sticky Page CSS */

.StickyPageArea .snip1571 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.StickyPageArea .snip1571 *,
.StickyPageArea .snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.StickyPageArea .snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.StickyPageArea .snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}

.StickyPageArea .snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}

.StickyPageArea .snip1571 h3 {
  background-color: #c73232;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}

.StickyPageArea .snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.StickyPageArea .snip1571:hover > img,
.StickyPageArea .snip1571.hover > img {
  opacity: 0.1;
}

.StickyPageArea .snip1571:hover figcaption:before,
.StickyPageArea .snip1571.hover figcaption:before {
  right: -5px;
}


.header_content .menu>li a {
  color: #FFF;
  border-radius: 0px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #d8d9f8;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.header_content .menu>li a:hover {
  /*box-shadow: inset 0 0 0 50px #d8d9f8;*/
  background: white;
  color: #112049
}

.bannerSection .owl-nav button:hover {
    color: #d6d6d6 !important;
}

button.btn.btn-light.loginBtn {
    background:#112d79;
    color:#fff;
    border:0;
}

button.btn.btn-light.loginBtn:hover{
    background:#4778ff;
}

.minitserNames {
  background: #ffff;
  box-shadow: rgba(0 0 0 /20%) 0px 7px 29px 0px;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.minitserNames .detailsArea {
  display: flex;
  align-items: center;
  gap: 20px;
}

.minitserNames .socailICons {
  display:flex; width:100%;justify-content:space-around;
}

.minitserNames .socailICons img{
    width:100%;
    border-radius:0;
    border:0;
}

/* Gallery */


/* gallery */
.galleryAreaBt {
  padding: 10px;
  background: #fff;
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
  -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
}

.galleryBox {
  margin-bottom: 30px;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.single-shuffle {
  position: relative;
  z-index: 1;

  text-align: center;
  background: #fff;


  padding: 0;
  transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  overflow: hidden;
}


.single-shuffle:hover .ssf-hover i.fa-link {
  font-size: 29px;
}

.single-shuffle:hover .ssf-hover {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover:before {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover i {
  font-size: 40px;
  color: #fff;
}

.single-shuffle:hover .ssf-hover img {
  opacity: 1;
}

.single-shuffle img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
}

.single-shuffle .ssf-hover {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  background-color: rgb(22 47 106 / 0%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-shuffle .ssf-hover:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  background-color: rgb(22 47 106 / 46%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: -1;
}

.single-shuffle .ssf-hover img {
  max-width: 35px;
  max-height: 35px;
  opacity: 0;
  margin: 0 auto;
}

.single-shuffle .ssf-hover a {
  padding-top: calc(35% - 23px);
  display: block;
  height: 100%;
  width: 100%;
}

.single-shuffle .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.single-shuffle .aspect .aspect__inner {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;

  overflow: hidden;
}

.single-shuffle .aspect--16x9 {
  padding-bottom: 56.25%;
}

.single-shuffle .aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.single-shuffle .aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.sbox_V1 .single-shuffle {
  margin-bottom: 0px;
  padding: 0px;
}

.ssV1-2 .ssf-hover i {
  border: 1px solid #fff;
  padding: 5px 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pf-8 .single-shuffle {
  margin-bottom: 0px;
}


.single-shuffleHeading {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  border-top: 0;
  padding: 10px 0 0 0;

}

.single-shuffleHeading h5 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.single-shuffleHeading h5 span {
  display: block;
  color: #737373;
  font-size: 14px;
  padding-top: 5px;
}

/* Minister page Css */

.exertPageArea.StickyPageArea .nav .nav-item button {
  border: none;
  background: none;
  color: #05102c !important;
}

.exertPageArea.StickyPageArea .nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.exertPageArea.StickyPageArea .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}


.exertPageArea.StickyPageArea .tab-content {
  color: #05102c;
}

.exertPageArea.StickyPageArea th,
td {
  padding: 10px;
  text-align: left;
}

.exertPageArea.StickyPageArea th {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .exertPageArea.StickyPageArea table {
    width: 100%;
  }

  .exertPageArea.StickyPageArea th,
  td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}


/* New And Events Page CSS */



.newEventArea .card {
  width: 370px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.newEventArea .card a {
  color: inherit;
  text-decoration: none;
}

.newEventArea .card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

/**
* DATE
**/

.newEventArea .card__date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #112049;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
}

.newEventArea .card__date__day {
  font-size: 14px;
}

.newEventArea .card__date__month {
  text-transform: uppercase;
  font-size: 10px;
}

/**
* THUMB
**/

.newEventArea .card__thumb {
  height: 245px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.newEventArea .card__thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.newEventArea .card:hover .card__thumb {
  height: 130px;
}

.newEventArea .card:hover .card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/**
* card_BODY
**/

.newEventArea .card__body {
  position: relative;
  height: 185px;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.newEventArea .card:hover .card__body {
  height: 300px;
}

.newEventArea .card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color: #112049;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}

.newEventArea .card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.newEventArea .card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  color: #112049;
}

.newEventArea .card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 27px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.newEventArea .card:hover .card__description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.newEventArea .card__footer {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  color: #A3A9A2;
}

.newEventArea .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 2px;
  font-size: 18px;
}

.newEventArea .icon+.icon {
  padding-left: 10px;
}


.nav-menu-area{
   width: 100%;
    padding: 0 30px;
    background: rgb(27, 45, 92);
    /*background: linear-gradient(
    180deg,
    rgba(27, 45, 92, 1) 40%,
    rgba(0, 0, 0, 1) 100%
  );*/
  background: #162F6A;
}
.playPauseButton{
  background-color: #ffffff00;
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px !important;
  border: 2px solid #fff;
  border-radius: 0px;
  cursor: pointer;
  right: 80px;
  position: absolute;
}

.playPauseButton .i:hover{
  color: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00 !important; 
    color: #d6d6d6 !important;
    text-decoration: none;
}


/*22032024*/
footer#footer {
  background: #353a40;
}

footer#footer .container {
  padding: 15px 0;
}

footer#footer p {
  color: rgb(255, 255, 255);
  font-size: 12px !important;
  margin: 0;
}




.wrap {
    /* position: absolute; */
    top: 50%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 0px;
    height: 29px;
    background: #162f6a5e;
    border: 1px solid #162f6a00;
    /* line-height: 55px; */
    padding-right: 30px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    transition: all 0.5s ease;
}

.wrap .input{
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: sans-serif;
  font-size: 18px;
  margin-top: 3px;
  color: #fff;
  font-style: italic;
  transition: all 0.3s ease;
  position: relative;
}

.wrap .fa{
  color: #fff;
  position: absolute;
  right: 37px;
  top: 7px;
  font-size: 15px;
  cursor: pointer;
}

.wrap.active{
  width: 250px;
  padding-left: 25px;
  transition: all 0.5s ease;
}

.wrap .input.active{
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
 
}
.wrap form .input{
   border: 0 !important;
   height: 100% !important;
}
.wrap input::placeholder {
  color: #fff;
}

.suggestions {
    position: absolute;
    width: 249px;
    background: #fff;
    padding: 10px;
    box-shadow: -4px 3px 4px 2px hsl(0deg 2.37% 4.42% / 30%);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1;
}

.suggestions li {
    border-bottom: 1px solid #dbd9d9;
}

.suggestions li:hover {
    background: #ccc;
}


._2p3a {
    min-width: 100% !important;
    width: 100% !important;
}
/*220324*/

.news-description h3 {
    font-size: 19px;
    font-weight: bold;
}

.newsLins .heightScroll {
    height: 100% !important;
}

.newsInner.py-2 {
    background: none;
}



/*  schedule Section*/
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.schedule-section {
  position: relative;
  padding: 0px 0 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fffdf9;
  overflow: hidden;
}

.eventDateArea .eventDateBox {
  background: #f8bc24;
  text-align: center;
  border-radius: 10px;
}

.eventDateArea span {
  display: block;
  color: #000;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 5px;
}

.eventDateArea span span {
  padding: 0;
}

.eventDateArea span.bg-edpurple {
  color: #000;
  border-radius: 10px;
  background-color: #5b3aee;
  padding: 7px 30px;
  color: #fff;
  font-weight: 600;
}

.schedule-section .icon-circle-4 {
  right: -200px;
  bottom: 160px;
}

.schedule-section .icon-circle-3 {
  left: -375px;
  top: 340px;
  opacity: .30;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.schedule-tabs {
  position: relative;
}

.schedule-tabs .btns-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.schedule-tabs .tab-buttons {
  position: relative;
  text-align: center;
}

.schedule-tabs .tab-buttons li {
  position: relative;
  display: inline-block;
  height: 135px;
  width: 160px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  text-align: left;
  padding: 15px 15px;
  padding-top: 70px;
  padding-left: 90px;
  cursor: pointer;
  margin: 0 15px 20px;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day {
  position: absolute;
  left: 0px;
  top: 30px;
  padding: 5px 20px;
  background-color: #222222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0 15px 15px 0;
}

.schedule-tabs .tab-buttons li .date {
  position: absolute;
  left: -0;
  top: 80px;
  width: 100px;
  text-align: center;
  font-size: 38px;
  line-height: 20px;
  font-weight: 600;
  color: #222222;
}

.schedule-tabs .tab-buttons li .month {
  display: block;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.schedule-tabs .tab-buttons li .year {
  font-size: 30px;
}

.schedule-tabs .tab-buttons li.active-btn {
  box-shadow: 0 20px 30px rgba(0, 0, 0, .10);
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
  background-color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
  background-color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
  background-color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
  background-color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
  color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
  color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
  color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
  color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
  box-shadow: 0 0px 30px rgba(255, 194, 11, .30);
  border: 1px solid #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
  box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
  border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
  box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
  border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
  box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
  border: 1px solid #e6275a;
}

.schedule-timeline {
  position: relative;
}

/*=== Schedule Block ===*/

.schedule-block {
  position: relative;
  margin-bottom: 30px;
}

.schedule-block:after {
  display: table;
  clear: both;
  content: "";
}

.schedule-block .inner-box {
  position: relative;
  float: right;
  width: 50%;
  text-align: left;
}

.schedule-block .inner-box .inner {
  position: relative;
  padding: 20px 30px 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-left: 80px;
  border-radius: 20px;
}

.schedule-block .inner:before {
  position: absolute;
  top: 0;
  bottom: -30px;
  right: 100%;
  border-left: 2px dashed #dddddd;
  content: "";
  margin-right: 80px;
}

.schedule-block .inner:after {
  position: absolute;
  right: 100%;
  top: 35px;
  border-top: 15px solid transparent;
  border-right: 20px solid #f8bc24;
  border-bottom: 15px solid transparent;
  content: "";
}

.schedule-block .date {
  position: absolute;
  left: -132px;
  width: 100px;
  top: 0px;
  height: 100px;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #212639;
  font-weight: 500;
  padding: 30px 15px 0;
  border-radius: 50%;
  border: 2px dashed #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.schedule-block .speaker-info {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
  min-height: 60px;
}

.schedule-block .speaker-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.schedule-block .speaker-info .name {
  font-size: 16px;
  color: #212639;
  font-weight: 500;
  line-height: 1.2em;
}

.schedule-block .speaker-info .designation {
  font-size: 13px;
}

.schedule-block h4 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #0f1925;
  font-weight: 600;
  margin-bottom: 5px;

}

.schedule-block h4 a {
  color: #212639;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.schedule-block h4 a:hover {
  color: #f14b59;
}

.schedule-block .text {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
}

.schedule-block .btn-box {
  position: relative;
  padding: 6px 0;
  position: absolute;
}

.schedule-block .btn-box.right-20 {
  right: 20px;
}

.schedule-block .btn-box.left-20 {
  left: 20px;
}

.schedule-block .btn-box a {
  padding: 7px 15px;
  line-height: 20px;
  font-size: 14px;
  background-color: #444444;
  color: #ffffff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
}

.schedule-block .btn-box a:hover {
  color: #ffffff;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box {
  float: left;
  text-align: right;
}

.schedule-block.even .inner-box .inner {
  margin-left: 0;
  margin-right: 80px;
}

.schedule-block.even .inner:before {
  right: auto;
  left: 100%;
  margin-left: 80px;
  margin-right: 0;
}

.schedule-block.even .inner:after {
  right: auto;
  left: 100%;
  border-right: 0;
  border-left: 20px solid #40cbb4;
}

.schedule-block:last-child .inner:before {
  display: none;
}

.schedule-block.even .date {
  left: auto;
  right: -132px;
}

.schedule-block.even .speaker-info {
  padding-left: 0;
  padding-right: 80px;
}

.schedule-block.even .speaker-info .thumb {
  left: auto;
  right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before {
  border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before {
  border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before {
  border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before {
  border-color: #e6275a;
}

/* Backgroud */

.schedule-block:nth-child(4n + 1) .btn-box a {
  background-color: #ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover {
  color: #ffc20b;
  border-radius: 0px;
  background: #fff;
  border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a {
  background-color: #40cbb4;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover {
  border-radius: 0px;
  color: #fff;
  background: #fff;
  border-color: #40cbb4;
}





.schedule-block:nth-child(4n + 3) .btn-box a {
  background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover {
  border-radius: 0px;
  color: #4c35a9;
  background: #fff;
  border-color: #4c35a9;
}



.schedule-block:nth-child(4n + 4) .btn-box a {
  background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover {
  border-radius: 0px;
  color: #e6275a;
  background: #fff;
  border-color: #e6275a;
}

/* color */

.schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover {
  color: #ffc20b;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover {
  color: #40cbb4;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover {
  color: #4c35a9;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover {
  color: #e6275a;
}


/*** 

====================================================================
schedule Section Style two
====================================================================

***/



/*--------------------------
  How It Work Content
  -----------------------*/

.box55 img {
  animation: animName 8s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

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


.how-it-work-content.v1 {
  gap: 20px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.how-it-work-content.v1 .middle-img-circle,
.how-it-work-content.v1 .middle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.how-it-work-content.v1 .work-content-1,
.how-it-work-content.v1 .work-content-3 {
  position: relative;
  padding: 30px 30px;
}

.how-it-work-content.v1 .work-content-1 .work-icon,
.how-it-work-content.v1 .work-content-3 .work-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: -65px;
  width: 66px;
  height: 66px;
  background: #179bd7;
  -webkit-transform: translate(-50%, -50%) skew(-8deg);
  transform: translate(-50%, -50%) skew(-8deg);
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
}

.how-it-work-content.v1 .work-content-2,
.how-it-work-content.v1 .work-content-4 {
  position: relative;
  padding: 30px 30px;
}

.how-it-work-content.v1 .work-content-2 .work-icon,
.how-it-work-content.v1 .work-content-4 .work-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 66px;
  height: 66px;
  background: #179bd7;
  -webkit-transform: translate(-50%, -50%) skew(-8deg);
  transform: translate(-50%, -50%) skew(-8deg);
  border-radius: 10px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 40px;
  color: #fff;
}

.how-it-work-content.v1 .work-content-1,
.how-it-work-content.v1 .work-content-2,
.how-it-work-content.v1 .work-content-3,
.how-it-work-content.v1 .work-content-4 {
  margin-bottom: 20px;
}

.how-it-work-content.v1 .work-content-1,
.how-it-work-content.v1 .work-content-2,
.how-it-work-content.v1 .work-content-3,
.how-it-work-content.v1 .work-content-4 {
  border-radius: 25px;
  border-bottom: 2px solid #179bd7;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}

.how-it-work-content.v1 .work-content-1 .work-title,
.how-it-work-content.v1 .work-content-2 .work-title,
.how-it-work-content.v1 .work-content-3 .work-title,
.how-it-work-content.v1 .work-content-4 .work-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: var(--color-black);
}

.how-it-work-content.v1 .work-content-1 .work-para,
.how-it-work-content.v1 .work-content-2 .work-para,
.how-it-work-content.v1 .work-content-3 .work-para,
.how-it-work-content.v1 .work-content-4 .work-para {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-paragraph);
}

.how-it-work-content.v1 .work-content-1:hover,
.how-it-work-content.v1 .work-content-2:hover,
.how-it-work-content.v1 .work-content-3:hover,
.how-it-work-content.v1 .work-content-4:hover {
  background: #179bd7;
}

.how-it-work-content.v1 .work-content-1:hover .work-title,
.how-it-work-content.v1 .work-content-1:hover .work-para,
.how-it-work-content.v1 .work-content-2:hover .work-title,
.how-it-work-content.v1 .work-content-2:hover .work-para,
.how-it-work-content.v1 .work-content-3:hover .work-title,
.how-it-work-content.v1 .work-content-3:hover .work-para,
.how-it-work-content.v1 .work-content-4:hover .work-title,
.how-it-work-content.v1 .work-content-4:hover .work-para {
  color: #fff;
}

.how-it-work-content.v1 .work-content-1:hover .work-icon,
.how-it-work-content.v1 .work-content-2:hover .work-icon,
.how-it-work-content.v1 .work-content-3:hover .work-icon,
.how-it-work-content.v1 .work-content-4:hover .work-icon {
  border: 1px solid #fff;
}

.how-it-work-content.v1 .work-content-1,
.how-it-work-content.v1 .work-content-3 {
  grid-column: 1/5;
}

.how-it-work-content.v1 .work-content-2,
.how-it-work-content.v1 .work-content-4 {
  grid-column: 9/13;
}


@media (min-width: 575px) {
  .how-it-work-content.v1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .how-it-work-content .work-content-1 {
    margin: 0 -30px 0 30px;
  }

  .how-it-work-content .work-content-2 {
    margin: 0 30px 0 -30px;
  }

}

/*---------------------
        How It Work Content
      ----------------------*/
.how-it-work-content.v1 .work-content-2,
.how-it-work-content.v1 .work-content-4 {
  padding: 35px 30px 35px 55px;
}

.how-it-work-content.v1 .work-content-1,
.how-it-work-content.v1 .work-content-3 {
  padding: 35px 30px;
}

.how-it-work-content.v1 .work-content-1 .work-icon,
.how-it-work-content.v1 .work-content-2 .work-icon,
.how-it-work-content.v1 .work-content-3 .work-icon,
.how-it-work-content.v1 .work-content-4 .work-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.datePn {
  font-size: 14px;
  text-align: center;
}
.contentAreaBox h6 {
  font-weight: 600;
  font-size: 35px;
  color: #1979bc;
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.contentAreaBox h6::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 48px;
  background: linear-gradient(90deg, rgb(16 114 182) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(15 107 171) 8px, rgb(15 107 171) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(15 107 171) 0);
}