/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@font-face {
  font-family: "Agency FB Black";
  src: url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFBBlack.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFBBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Agency FB Regular";
  src: url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFB-Reg.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFB-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Agency FB Bold";
  src: url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFB-Bold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/fonts/AgencyFB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  color: #ff4a17;
  text-decoration: none;
}
a:hover {
  color: #ff724a;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
@keyframes move {
  0% {
    transform: rotateY(-20deg) rotateX(-5deg);
  }
  25% {
    transform: rotateY(20deg) rotateX(-5deg);
  }
  50% {
    transform: rotateY(20deg) rotateX(5deg);
  }
  75% {
    transform: rotateY(-20deg) rotateX(5deg);
  }
  100% {
    transform: rotateY(-20deg) rotateX(-5deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff4a17;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
}
.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery Button
--------------------------------------------------------------*/
.gallerybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  width: 170px;
  height: 70px;
  border-radius: 3px;
  transition: 0.3s linear;
  margin: 10px auto;
}

.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
}
.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}
.button-82-edge, .button-82-front {
  border-radius: 12px;
  background: #f9b233;
}
.button-82-front {
  display: block;
  padding: 12px 27px;
  font-size: 1.1rem;
  color: white;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}
.button-82-pushable:hover {
  filter: brightness(110%);
}
.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}
.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.form-main {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 50px;
  background: linear-gradient(to bottom, #00000024, #00000024), url(https://res.cloudinary.com/dqifboxk5/image/upload/v1686209968/contact-us-2_y8zzx7.jpg) no-repeat left top;
  background-size: cover;
  min-height: 84vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-wrapper {
  border-radius: 10px;
  padding: 45px;
  width: 100%;
  box-shadow: 0 0 5px 5px #00000020;
  backdrop-filter: blur(5px);
  background-color: #ffffff85;
}
textarea.form-textarea {
  background: white !important;
}
.form-head {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-input, .form-textarea {
  padding: 20px 25px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
  font-size: 20px;
}
.form-label, .form-textarea-label {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s;
  font-size: 18px;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  padding: 16px 0 0;
}
.btn-wrap button {
  padding: 0 32px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 0 0 5px 5px #00000020;
}
.btn-wrap button:hover {
  background: transparent;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled, #header.header-inner-pages {
  background: #000;
  padding: 10px 0;
}
#header .logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}
#header .logo a {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: #f0f4f8;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}
.section-title p {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  background-color: #000;
  padding-bottom: 20px;
}
.about .container-fluid {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 54px;
  width: 80%;
}
.about .count-box {
  padding: 60px 0;
  width: 100%;
}
.about .count-box i {
  font-size: 48px;
  color: #a1bdd1;
}
.about .count-box span {
  font-size: 28px;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}
.about .count-box p {
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
  margin-left: 60px;
}
.about .content {
  font-size: 15px;
  padding-top: 2% !important;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}
.about .play-btn::before {
  width: 120px;
  height: 120px;
  animation: pulsate-btn 2s infinite steps;
  border: 5px solid rgba(255, 74, 23, 0.7);
  border-radius: 50%;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Button Styling */
.btncont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.btncont button {
  padding: 10px 20px;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}
.btncont button span {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(295deg, #ffe5a2 5%, #bf841a 50%, #ffcd74 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
}
.btncont button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(
    transparent 0deg,
    rgba(143, 168, 255, 0.2) 100deg,
    transparent 150deg,
    transparent 230deg,
    rgba(191, 122, 0, 0.75) 250deg,
    rgba(242, 187, 90, 0.9) 280deg,
    #ffe195 280deg,
    rgba(242, 187, 90, 0.9) 300deg,
    rgba(191, 122, 0, 0.75) 310deg,
    transparent 360deg
  );
  transform: scaleX(4) scaleY(2);
  transition: 0.5s transform;
}
.btncont button:hover:before {
  transform: scaleX(4) scaleY(2) rotate(-360deg);
}
.btncont button:after {
  content: "";
  position: absolute;
  inset: 0.05em;
  background-color: #000;
}
.btncont button span:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    295deg,
    #ffe195 0%,
    rgba(242, 187, 90, 0.8) 15%,
    rgba(191, 122, 0, 0.75) 30%,
    transparent 95%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}
.btncont button:hover span:before {
  opacity: 1;
}
.btncont button:hover span {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
}
/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 9;
}

.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
  width: 80%;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}

.about-boxes .card__list {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.about-boxes .card {
  width: 71.5vw;
  height: 100vw;
  position: relative;
  overflow: hidden;
  margin: 20px;
  z-index: 10;
  touch-action: none;
  border-radius: 5% / 3.5%;
  transition: transform 0.5s ease, box-shadow 0.2s ease;
  will-change: transform, filter;
  background-color: #040712;
  background-image: var(--img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: center center;
}

@media screen and (min-width: 600px) {
  .about-boxes .card {
    width: clamp(12.9vw, 61vh, 18vw);
    height: clamp(18vw, 85vh, 25.2vw);
  }
}

.about-boxes .card:nth-child(1) {
  --img: url("../../images/awards/cardbox.jpg");
}

.about-boxes .card:before, .about-boxes .card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  opacity: .5;
  mix-blend-mode: color-dodge;
  transition: all .33s ease;
}

.about-boxes .card:before {
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-image: linear-gradient(115deg, transparent 0%, #9F7928 25%, transparent 47%, transparent 53%, #D1B464 75%, transparent 100%);
  opacity: .5;
  filter: brightness(.5) contrast(1);
  z-index: 1;
}

.about-boxes .card:hover {
  transition: none;
  animation: holoCard 12s ease 0s 1;
}

.about-boxes .card:hover:before {
  transition: none;
  animation: holoGradient 12s ease 0s 1;
}

@keyframes holoGradient {
  0%, 100% {
    opacity: 0.5;
    background-position: 50% 50%;
    filter: brightness(.5) contrast(1);
  }
  5%, 9% {
    background-position: 100% 100%;
    opacity: 1;
    filter: brightness(.75) contrast(1.25);
  }
  13%, 17% {
    background-position: 0% 0%;
    opacity: .88;
  }
  35%, 39% {
    background-position: 100% 100%;
    opacity: 1;
    filter: brightness(.5) contrast(1);
  }
  55% {
    background-position: 0% 0%;
    opacity: 1;
    filter: brightness(.75) contrast(1.25);
  }
}

@keyframes holoCard {
  0%, 100% {
    transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  }
  5%, 8% {
    transform: rotateZ(0deg) rotateX(6deg) rotateY(-20deg);
  }
  13%, 16% {
    transform: rotateZ(0deg) rotateX(-9deg) rotateY(32deg);
  }
  35%, 38% {
    transform: rotateZ(3deg) rotateX(12deg) rotateY(20deg);
  }
  55% {
    transform: rotateZ(-3deg) rotateX(-12deg) rotateY(-27deg);
  }
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon img {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  background-color: #ff4a17;
  border-radius: 4px;
  border: 4px solid #fff;
  transition: 0.3s;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon img {
  background: #fff;
  color: #ff4a17;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

.item.counter-last {
  padding: 45px 15px !important;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.col-md-3 {
  width: 20% !important;
  margin: 0 0px;
}

.lgx-milestone-area {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.lgx-milestone-about {
  background-size: cover;
}

.lgx-milestone-about .lgx-inner {
  background: linear-gradient(0deg, rgba(152,152,152,0.56), rgba(0,0,0,1));
  padding: 30px 0;
}

.lgx-milestone .lgx-counter-area img {
  border-radius: 125px;
  max-width: 55%;
}

.lgx-milestone .lgx-counter-area {
  font-size: 10.2rem;
  line-height: 15.3rem;
  margin: 0;
  color: #554bb9;
  opacity: 1;
  border-radius: 6px;
  text-align: center;
  min-height: 75px;
  position: relative;
}

.lgx-milestone .lgx-counter-area .counter-text {
  text-align: center;
  width: 100%;
  margin: 39px 0;
}

.lgx-milestone .lgx-counter-area .counter-text .lgx-counter {
  font-family: Oswald, sans-serif;
  display: block;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #e7ca57;
}

.lgx-milestone .lgx-counter-area .counter-text .lgx-txt {
  font-family: Oswald, sans-serif;
  display: block;
  font-size: 118px;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #e7ca57;
  position: absolute;
  bottom: 43px;
  left: 336px;
}

.lgx-milestone .lgx-counter-area .counter-text small {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 3rem;
  font-weight: 400;
  display: block;
  margin: 0.6rem 0px -25px;
}

.uni {
  font-family: 'Raleway', serif;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 51px!important;
  margin-bottom: 1rem;
  color: #e7ca57!important;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
  margin: 30px 0;
}

.team {
  position: relative;
  padding: 30px 0;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #ff4a17;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.button-btn a {
  color: white;
}

.info {
  background: #fff !important;
}

.info-box h2,
.info-box h3 {
  font-size: 14px !important;
}

.info-box a {
  font-size: 13px !important;
}

.form-control {
  margin-bottom: 12px;
}

.u-form-1 {
  color: #444444;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 26px;
}

label {
  color: #000;
}

.u-border-2 {
  background-color: black;
  color: white;
  padding: 10px 20px 7px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 40px;
  background: #fff;
  margin-bottom: 10px !important;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.context {
  padding-top: 56px;
}

.content p {
  text-align: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  line-height: 2;
}

.contact .info-box p {
  padding: 0;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message,
.contact .php-email-form .sent-message,
.contact .php-email-form .loading {
  display: none;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message {
  background: #ed3c0d;
}

.contact .php-email-form .sent-message {
  background: #18d26e;
}

.contact .php-email-form .loading {
  background: #fff;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.awards-sec {
  padding-top: 19%;
}

.ct-let {
  padding-bottom: 6%;
}

.guide {
  padding-top: 42%;
}

.entry-dead-block {
  background: #fff;
  width: 98%;
  padding: 10px 20px;
  margin: 10px 0 235px !important;
}

.gal-23 {
  padding-top: 14%;
}

.entrise h3 {
  font-size: 38px;
  font-family: Raleway;
  font-weight: bold;
  color: #000 !important;
  letter-spacing: 0;
  border-bottom: 2px solid #cecece;
  display: inline-block;
  padding: 0 40px 20px;
  position: relative;
  margin-bottom: 20px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.gal-2-23 {
  padding-top: 15% !important;
}

.guide-line {
  padding-top: 19%;
}

.add-info {
  padding-top: 3% !important;
}

#contact {
  padding-top: 50px;
}

.btn_pics {
  float: right;
  padding-right: 43% !important;
}

.sec-title {
  padding-top: 15% !important;
}

.contact .php-email-form button[type=submit] {
  background: #ff4a17;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {

  color: #ff4a17;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #ff4a17;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  transition: 0.3s;
}

    #logo {
      display: inline-block;
      width: 16%;
      float: left;
      margin-right: 30px;
      padding: 0 0 0 15px;
    }

    header#nav.container {
      text-align: center;
      display: inline-block;
      padding: 20px 0;
      width: 100% !important;
    }

    header#nav #menuWrapper {
      height: auto;
      display: block;
      /* padding: 30px 0; */
    }

    header#nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block;
    }

    header#nav ul > li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 15px;
      background-color: #000;
    }

    header#nav ul > li > a {
      display: block;
      color: #fff;
      font-weight: bolder;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      transition: all .3s ease;
      line-height: 45px;
    }


    header#nav .container ul > li > ul {
      position: absolute;
      left: 0;
      opacity: 0;
      /* width: 177px; */
      margin: 0;
      pointer-events: none;
    }

    header#nav .container ul > li > ul > li {
      padding: 0;
      /* float: left; */
      display: block;
      width: 100%;
    }

    header#nav .container ul > li > ul > li > a {
      border-bottom: 0;
      display: block;
      color: #fff;
      width: 100%;
      padding: 0 5%;
      text-transform: none;
    }

    /* Fade animation for dropdown */
    .ddFade {
      transition: all 0.5s ease-in-out;
    }

    .ddFadeFast {
      transition: all 0.3s ease-in-out;
    }

    .ddFadeSlow {
      transition: all 1s ease-in-out;
    }

    /* General Animation settings */
    header#nav .container ul > li > ul {
      opacity: 0;
      display: block;
      perspective: 1000px;
      /* min-width: inherit; */
      width: 200px;
    }

    header#nav .container ul > li > ul.dropin li {
      opacity: 1;
      display: block;
      width: 100%;
      background: #333;
      padding: 3px;
      float: left;
    }

    li:hover ul.hov {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
    }

    li:hover ul.hov li {
      animation-direction: normal;
      animation-iteration-count: 1;
      animation-timing-function: ease-in-out;
      background: #333;
      animation-fill-mode: forwards;
    }

    /* Twist dropdown animation */
    header#nav .container ul > li > ul.twist li {
      /*transform: rotateY(90deg);*/
    }

    li:hover ul.twist.hov li {
      animation-name: twist;
    }

    @keyframes twist {
      0% {
        opacity: 0;
        transform: rotateY(90deg);
      }
      100% {
        opacity: 1;
        transform: rotateY(0);
      }
    }

    @-webkit-keyframes twist {
      0% {
        opacity: 0;
        transform: rotateY(90deg);
      }
      100% {
        opacity: 1;
        transform: rotateY(0);
      }
    }

    li:hover ul.twist.hov li:nth-child(1) {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
    }

    li:hover ul.twist.hov li:nth-child(2) {
      animation-duration: 0.4s;
      animation-delay: 0.5s;
    }

    li:hover ul.twist.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
    }

    li:hover ul.twist.hov li:nth-child(4) {
      animation-duration: 0.6s;
      animation-delay: 1.5s;
    }

    li:hover ul.twist.hov li:nth-child(5) {
      animation-duration: 0.7s;
      animation-delay: 2s;
    }

    /* Hover effects */
    header#nav ul li:hover a {
      color: #999;
    }

    header#nav .container ul > li:hover ul {
      opacity: 1;
      top: 24px;
      pointer-events: auto;
    }

    header#nav .container ul > li > ul .ico:hover,
    header#nav .container ul > li > ul a:hover {
      background-color: rgba(0, 0, 0, 0.3);
    }

    header#nav .container ul > li:hover ul {
      top: 45px;
    }

    /* Hamburger button */
    #hamburger {
      display: none;
      width: 25px;
      height: 24px;
      position: fixed;
      right: 15px;
      top: 15px;
      cursor: pointer;
    }

    #hamburger > span {
      background: #fff;
      display: block;
      width: 100%;
      height: 3px;
      margin-top: 3px;
      color: #fff;
      transition: all .3s ease;
    }

    #close {
      position: fixed;
      top: 10px;
      right: 13px;
      width: 30px;
      height: 30px;
      z-index: 1200;
      display: none;
      cursor: pointer;
    }

    #close > span,
    #close > span::after {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      background: #eee;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      transform: rotate(45deg);
    }

    #close > span::after {
      transform: rotate(-90deg);
    }

    /* Hover effects for close and hamburger */
    #close:hover > span, #close:hover > span::after {
      background: #ccc;
    }

    #hamburger:hover > span,
    #hamburger:hover > span::after,
    #hamburger:hover > span::before {
      background: rgba(250, 250, 250, 0.5);
    }

    /* Mobile responsive menu */
    @media only screen and (max-width: 1000px) {
      #hamburger {
        display: block;
        transition: all .3s ease;
      }

      #close {
        /* display: block; */
      }

      header#nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1005;
        height: 50px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        background-color: #333;
      }

      header#nav ul {
        display: none;
        opacity: 1;
      }

      header#nav ul > li {
        float: none;
        border-bottom: 1px solid #555;
        display: block;
        padding: 0 30px;
      }

      header#nav ul > li:last-child {
        border-bottom: none !important;
      }

      header#nav ul > li > a {
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #ccc;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
      }
		
	   header#nav ul > li > a:hover {
      display: block;
      color: #fff;
      font-weight: bolder;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      transition: all .3s ease;
      line-height: 45px;
          background-image: linear-gradient(115deg, transparent 0%, #9F7928 25%, transparent 47%, transparent 53%, #D1B464 75%, transparent 100%);
}

      header#nav.showNav {
        background-color: #333;
        height: calc(50%);
      }

      header#nav.showNav #menuWrapper {
        /* height: 300px; */
        overflow-y: auto;
      }

      header#nav.showNav .container {
        height: auto;
        float: left;
        display: block;
        width: 100%;
      }

      header#nav.showNav ul {
        opacity: 1;
        display: block;
        position: static;
        padding: 0 5%;
        width: 100%;
        font-size: 0.8em;
      }
/* Ensure that nested dropdowns are displayed properly on mobile */
            header#nav.showNav ul ul {
                display: block !important;
                opacity: 1 !important;
                position: static !important;
                width: 100%;
                background-color: #444; /* Optional */
                padding-left: 15px; /* Optional */
            }

            header#nav.showNav ul ul li {
                float: none;
                width: 100%;
            }

            header#nav.showNav ul ul a {
                padding: 10px 0;
                font-size: 14px;
                background-image: none; /* Remove gradient if undesired */
                border-bottom: 1px solid #555; /* Optional */
            }

            /* Remove animations and transforms on mobile */
            header#nav ul > li > ul.twist {
                transform: none !important;
                animation: none !important;
				width: 100% !important;
            }
        }

        /* Style for toggled submenu */
        header#nav ul ul.showSubmenu {
            display: block !important;
            opacity: 1 !important;
            height: auto !important;
        }

input,
button {
  font-family: sans-serif, Arial;
}
input:focus,
button:focus,
input:active,
button:active {
  outline: none;
}
a {
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,a
h6 {
  font-weight: bold;
  letter-spacing: 1px;
}
.container {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 28px 0;
  /* margin-bottom: 66px; */
}
.container:before {
  content: "";
  /* height: 100%; */
  width: 0px;
  /* display: inline-block; */
  vertical-align: middle;
}


/*Profile*/


.button-btn {
    display: block;
    margin-right: 10px; /* Add spacing if needed */
}

.align{
    display: inline-block;
    position: relative;
    right: -24%;
    top: -9%;
}


.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
  .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
    input {
      display: none;
      + label {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #FFFFFF;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all .2s ease-in-out;
        &:hover {
          background: #f1f1f1;
          border-color: #d6d6d6;
        }
        &:after {
          content: "\f083";
          font-family: 'FontAwesome';
          color: #757575;
          position: absolute;
          top: 10px;
          left: 0;
          right: 0;
          text-align: center;
          margin: auto;
        }
      }
    }
  }
  .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
}

.avatar-upload h2 {
  text-align: center;
  padding-top: 20px;
  color: black !important;
	font-size: 22px;
}
.cardx-wrap {
  margin-top: -11%;
  /* border: 4px solid red; */
  padding: 40px 20px;
  text-align: left;
}
.cardx-wrap h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 35px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}



input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 8px;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}


fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}


.tabtitle{
color: #000; font-weight: 400; font-size: 19px;
}


/*
section {
	padding: 1em;
}*/



.titleback{
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 /* padding: 50px 0; */
}


.titleback h2 {
    color: #cfc09f;
	font-family: 'Raleway', serif;
    position: relative;
	text-transform: uppercase;	
	font-size: calc(2vw + 18px);
	margin: 0;
	font-weight: 400;
	transform: scale(1);
	text-shadow: -1px 0 1px #c6bb9f, 
	0 1px 1px #c6bb9f, 
	5px 5px 10px rgba(0, 0, 0, 0.4),
	-5px -5px 10px rgba(0, 0, 0, 0.4);
	background-image: url("../../images/divider.svg");
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
}

.titleback h2:before {
    content: attr(data-heading);
    left: 0;
	top: 0;
    position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-shadow: none;
}


.titleback h2::after {
	content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}


.iconback{
	 display: flex; 
	 align-items: center; 
	 justify-content: center; 
}

.iconback span {
    color: #cfc09f;
    font-family: 'Raleway', serif;
    position: relative;
    text-transform: uppercase;
    font-size: calc(2vw + 18px);
    margin: 0;
    line-height: 47px;
    font-weight: 400;
    transform: scale(1);
    text-shadow: -1px 0 1px #c6bb9f, 
	0 1px 1px #c6bb9f, 
	5px 5px 10px rgba(0, 0, 0, 0.4),
	-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.iconback span:before {
    content: attr(data-heading);
    left: 0;
	top: 0;
    position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-shadow: none;
}

.iconback span::after {
    background: none;
	content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.about p {
	background: linear-gradient(to bottom, #cccccc 22%, #474747 24%, #b8b8b8 26%, #b8b8b8 27%, #d9d9d9 40%, #3e3e3e 78%);
	/*background-position: 0 1vw;*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
	font-family: 'Raleway', serif;
	position: relative;
	text-transform: uppercase;
	font-size: 1vw;
	margin: 0;
	font-weight: 400;
	padding: 0 30px;
	line-height: 43px;
}

.layer1 {
	display: block;
	background: none;
	left: 0;
	top: 0;
	z-index:1;
	position: absolute;
	line-height: 50px;
	text-shadow: 
-1px 0 1px #b3b3b3, 0 1px 1px #b3b3b3,
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.wave-container {
  height: 3vh;
  position: relative;
  /* margin-top: 5%; */
}

.section p {
	background: linear-gradient(to bottom, #cccccc 22%, #474747 24%, #b8b8b8 26%, #b8b8b8 27%, #d9d9d9 40%, #3e3e3e 78%);
	background-position: 0 1vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff!important;
	font-family: 'Raleway', serif;
    position: relative;
	text-transform: uppercase;	
	font-size: 1vw;
	margin: 0 20%;
	font-weight: 400;
	
}

.wave-container::before {
  content: "";
  width: 100%;
  height: 102px;
  position: absolute;
  bottom: -9%;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 41vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 22L33 19C82 13 133 14 200 29C267 44 333 67 400 70C467 74 533 59 600 40C667 22 733 0 800 0C867 0 933 22 1000 29C1067 37 1133 29 1167 26L1200 22V134H1167C1133 134 1067 134 1000 134C933 134 867 134 800 134C733 134 667 134 600 134C533 134 467 134 400 134C333 134 267 134 200 134C133 134 67 134 33 134H0V22.332Z' fill='%23000000'/></svg>");
}

@media(max-width:850px) {
  .wave-container::before {    
    height: 40.5px
  }  
}

.titleback2{
	display: flex;
	align-items: center;
	justify-content: center;
	 padding: 50px 0;
}

.titleback2 h2 {
    color: #cfc09f;
    font-family: 'Raleway', serif;
    position: relative;
    text-transform: uppercase;
    font-size: calc(2vw + 18px);
    margin: 0;
    font-weight: 400;
    transform: scale(1);
    /* text-shadow: -1px 0 1px #c6bb9f, 
	0 1px 1px #c6bb9f, 
	5px 5px 10px rgba(0, 0, 0, 0.4),
	-5px -5px 10px rgba(0, 0, 0, 0.4); */
	background-image: url("../../images/divider.svg");
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
}

.titleback2 h2:before {
    content: attr(data-heading);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}


.titleback2h2::after {
    background: none;
	content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    /*text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);*/
}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    /* max-width: 1029px; */
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 358px;
    max-width: 480px;
    max-height: 394px;
    width: 31%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 45px;
}

.grid figure img {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	object-fit: cover!important;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 17px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 8% 0 8% 0;
/*	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);*/
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}


/*new-code*/

p.card-text.mx-2.mb-0.text-justify {
    display: none !important;
}

.about-boxes .card {
    width: clamp(12.9vw, 61vh, 18vw);
    height: clamp(-2vw, 64vh, 21.2vw) !important;
}

.lgx-milestone .lgx-counter-area .counter-text .lgx-txt {
    display: none !important;
}

.judi-box1 {
    background: #ffffff !important;
    width: 44%;
    border: 0px #da124f solid;
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
    padding: 5px;
}

.dealine-correspon {
    /* background: #ffffff !important; */
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    padding: 40px 60px;
}

.dead-subscription {
    margin-top: 30px;
    display: none !important;
}

.entry-dead-block {
    background: #fff !important;
    width: 98%;
    padding: 10px 20px;
    margin: 10px 0 23px !important;
}


p.s-para {
    color: white !important;
}

/*
strong {
    color: white !important;
}
*/
.s-title h3 {
    color: white !important;
}

.s-para p {
    color: white !important;
    padding-bottom: 50px !important;
}

.u-text.u-text-1.s-para strong {
    color: white !important;
}

strong.s-para {
    color: white !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  height: 100%;
}

