@charset "UTF-8";

.banner {
  background-color: #E6B325;
}
.widgect {
  display: flex;
  gap: 10px;
  width: 600px;
  padding: 5px;
  margin-left: 155px;
  margin-bottom: -30px;
  border: solid rgba(255, 255, 255, 0.10) 1px;
  background: rgba( 0, 0, 0, 0.45 );
/*box-shadow: 0 8px 8px 0 rgba( 31, 38, 135, 0.37 );*/
backdrop-filter: blur( 2px );
-webkit-backdrop-filter: blur( 2px );
border-radius: 10px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.tradingview-widget-container:first-child iframe {
  border-right: 1px solid #504b32;
}
.banner .banner-img {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  background-image: url("../images/banner-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner2 {
    background-image: url("../images/banner-3.jpg") !important;
}
.banner .banner-img .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
/* .banner .innerpage-bnr .overlay {
  background-color: rgba(0, 0, 0, 0.5);
} */
.banner .banner-img .overlay .button:hover {
  border-color: #E6B325;
  color: #E6B325;
}
.banner .banner-img .overlay .button:hover svg path {
  fill: #E6B325;
}
.banner .banner-img .section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-img .section .hscroll-line {
  height: 100%;
  width: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.banner .banner-img .section .hscroll-line::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  height: 10%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
  animation: move 3s infinite;
  -webkit-animation: move 3s infinite;
}
.banner .banner-img .section .hscroll-line:nth-child(1)::after {
  animation-delay: 0s;
}
.banner .banner-img .section .hscroll-line:nth-child(2)::after {
  animation-delay: 1s;
}
.banner .banner-img .section .hscroll-line:nth-child(3)::after {
  animation-delay: 1.5s;
}
.banner .banner-img .section .hscroll-line:nth-child(4)::after {
  animation-delay: 2s;
}

.txt-blck {
  color: #333 !important;
}

.txt-white {
  color: #fff !important;
}
.fnt-clr {
  font-family: Jost, sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.fnt-clr.active {
  border-bottom: 1px solid #E6B325;
  background: #3d2a17;
  color: #FEB305;
}

.fnt-clr:hover {
  color: #FEB305;
}

@keyframes move {
  from {
    top: -10%;
  }
  to {
    top: 100%;
  }
}

.about {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.normal-style p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.tabs-p p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.normal-p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /*max-width: 50%;*/
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.about p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 448px;
  margin-bottom: 50px;
}

.upcoming-events p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 566px;
  /*margin-bottom: 50px;*/
}
.business-partner .grid-card {
    min-height: 605px;
    max-height: 605px;
}
/*@media (max-width: 1700px) and (min-width: 1350px) {*/
/*    .media-pd {*/
/*        padding-bottom: 30px !important;*/
/*    }*/
/*}*/
@media (max-width: 1200px) {
  .about {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .about {
    padding-top: 20px;
  }
  .widgect {
      display: block;
      margin-top: 120px !important;
      margin-left: 0 !important;
      width: 100% !important;
      margin-bottom: -68px;
  }
  .about {
      padding: 50px 0 !important;
  }
  .about h1 {
      font-size: 30px !important;
      margin-bottom: 20px !important;
  }
  .marquee-section .section-inner .bottom-inner .marquee li span sub {
      font-size: 19px !important;
  }
  .tradingview-widget-container:first-child iframe {
      border-right: 0 !important;
      border-bottom: 1px solid #504b32;;
  }
  .width-100-mob {
      width: 100% !important;
  }
  .business-partner .grid-card {
      margin: 0 !important;
  }
  .business-partner .img .business-img {
      margin-top: 20px;
  }
  .business-partner .grid-card .img {
     margin-bottom: 20px !important;
  }
}
/*@media (max-width: 405px) and (min-width: 395px){*/
/*    .widgect {*/
/*      width: 379px !important;*/
/*  }*/
/*}*/
.about .animated-circle {
  top: 27%;
  left: -13%;
}
.about h1 {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
    .about {
        padding: 100px 0;
    }
    .business-partner {
        padding: 80px 0 !important;
    }
  .about h1 {
    margin-bottom: 40px;
  }
  .dnone-tab {
      display: none !important;
  }
  .banner .banner-img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widgect {
    margin-left: 50px;
    margin-top: 50px;
}
.about p {
   max-width: 100%;
}
.marquee-section {
    min-height: 320px !important;
}
.about .company {
  max-width: 100% !important;
  column-gap: 30px;
}
/*.business-partner .grid-card {*/
/*    min-height: 545px;*/
/*    max-height: 600px;*/
/*}*/
.business-partner .website-builder {
    margin-top: 20px;
}
.latest-project .row .grid-project .grid-project-item {
    margin: 0 0 30px 0 !important;
}
.latest-project .row .grid-project .grid-project-item .content {
    height: 200px;
}
.upcoming-events p {
    max-width: 100% !important;
}
.slick-prev:before, .slick-next:before {
    display: none !important;
}
.question-ans img{
    display: none !important;
}
.trusted-client-area {
    margin-top: 20px !important;
}
.question-ans {
   padding: 100px 0 90px !important; 
}
.width-100 {
     width: 95% !important;
     max-width: 100% !important;
}
.left-curve img{
    display: none !important;
}
.content-2 {
    padding-bottom: 20px !important;
}
.our-partner {
    padding: 100px 0 20px 0;
}
.pd-top-40-tab {
    padding-top: 40px !important;
}
.service-details .user-comment .comment-title {
    margin-bottom: 20px !important;
}
.footer {
    padding-top: 100px !important;
}
}
@media (max-width: 576px) {
  .about p {
    font-size: 16px;
    line-height: 23px;
  }
}
.about .company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 459px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .about .company {
    flex-wrap: wrap;
    gap: 20px;
  }
  .business-partner .grid-card {
    min-height: 530px;
    max-height: 530px;
}
}
.about .company div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.about .company div img {
  width: 100%;
  height: 100%;
  min-width: 50px;
}
.about .company div p {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .about .company div p {
    font-size: 16px;
  }
}
.about .button:hover {
  border-color: #E6B325;
  color: #E6B325;
}
.about .button:hover svg path {
  fill: #E6B325;
}
@media (max-width: 768px) {
  .about .button {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .about .button {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.about .img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
@media (max-width: 576px) {
  .about .img {
    flex-direction: column;
    gap: 20px;
  }
}
.about .img .img-1,
.about .img .img-2 {
  overflow: hidden;
  max-height: 512px;
}
.about .img .img-1:nth-child(1),
.about .img .img-2:nth-child(1) {
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .about .img .img-1:nth-child(1),
  .about .img .img-2:nth-child(1) {
    margin: 0;
  }
}
.about .img .img-1:nth-child(2),
.about .img .img-2:nth-child(2) {
  margin-top: 26px;
}
@media (max-width: 576px) {
  .about .img .img-1:nth-child(2),
  .about .img .img-2:nth-child(2) {
    margin: 0;
  }
}
.about .img img {
  height: 512px;
}
.about .video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about .video-area .video-play-btn {
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E6B325;
}
.about .video-area .video-play-btn .play-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 148px;
  height: 148px;
  position: relative;
}
.about .video-area .video-play-btn .play-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: #E6B325;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.about .video-area .video-play-btn .play-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
@media (max-width: 576px) {
  .about .video-area svg {
    max-width: 80px;
  }
}

.marquee-section {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 392px;
}
.marquee-section .section-inner {
  white-space: nowrap;
  transform: rotate(-4deg) scale(1.1);
  -webkit-transform: rotate(-4deg) scale(1.1);
  -moz-transform: rotate(-4deg) scale(1.1);
  -ms-transform: rotate(-4deg) scale(1.1);
  -o-transform: rotate(-4deg) scale(1.1);
}
.marquee-section .section-inner .top-inner {
  padding: 1em 0;
  background-color: #272727;
}
.marquee-section .section-inner .top-inner .marquee {
  padding: 0;
  margin: 0;
  will-change: transform;
  animation: marquee 65s linear infinite;
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.marquee-section .section-inner .top-inner .marquee:hover {
  animation-play-state: paused;
}
.marquee-section .section-inner .top-inner .marquee li {
  list-style: none;
  flex: 1 0 5%;
  position: relative;
  text-align: center;
  margin: 0 10px;
}
.marquee-section .section-inner .top-inner .marquee li span {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 65px;
  text-transform: uppercase;
}
.marquee-section .section-inner .top-inner .marquee li span sub {
  color: #E6B325;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
}
.marquee-section .section-inner .bottom-inner {
  padding: 1em 0;
  display: inline-block;
  background-color: #E6B325;
}
.marquee-section .section-inner .bottom-inner .marquee {
  padding: 0;
  margin: 0;
  will-change: transform;
  animation: marquee-2 85s linear infinite;
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.marquee-section .section-inner .bottom-inner .marquee:hover {
  animation-play-state: paused;
}
.marquee-section .section-inner .bottom-inner .marquee li {
  list-style: none;
  flex: 1 0 5%;
  position: relative;
  text-align: center;
  margin: 0 10px;
}
.marquee-section .section-inner .bottom-inner .marquee li span {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 65px;
  text-transform: uppercase;
}
.marquee-section .section-inner .bottom-inner .marquee li span sub {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
}

.business-partner {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .business-partner {
    padding: 50px 0 !important;
  }
}
.business-partner .animated-circle.right {
  top: 0%;
  right: -13%;
}
.business-partner .animated-circle.left {
  bottom: 0%;
  left: -13%;
}
.business-partner .section-title {
  margin-bottom: 0px;
}
.business-partner .section-title h1 {
  max-width: 633px;
  margin: 0 auto 70px;
}
.slick-next:before {
  content: '🡪' !important;
  color: #E6B325 !important;
}
.slick-prev:before {
  content: '🡨' !important;
  color: #E6B325 !important;
}
@media (max-width: 768px) {
  .business-partner .section-title h1 {
    margin-bottom: 0;
  }
}
.business-partner .grid-card {
  background-color: #272727;
  border: 1px solid #504b32 !important;
  margin: 20px;
  padding: 20px 20px;
  padding-bottom: 0px;
  /* height: 500px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
/*@media (max-width: 1200px) {*/
/*  .business-partner .grid-card {*/
/*    padding: 30px 20px;*/
/*  }*/
/*}*/
.business-partner .grid-card .animatedLine {
  position: absolute;
  top: -180px;
  right: 10%;
  display: flex;
  gap: 16px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.business-partner .grid-card .animatedLine .animatedLine-1 {
  width: 40px;
  height: 156px;
  background-color: #E6B325;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.business-partner .grid-card .animatedLine .animatedLine-2 {
  width: 40px;
  height: 100px;
  background-color: #E6B325;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.business-partner .grid-card .img {
  width: 100%;
  /* height: 90px; */
  /* border: 1px solid #E6B325;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #26302d; */
  margin-bottom: 40px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.business-partner .grid-card h3 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 24px;
}
.normal-style h3 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .business-partner .grid-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.business-partner .grid-card p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
/*@media (max-width: 1200px) {*/
/*  .business-partner .grid-card p {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/
@media (max-width: 1200px) {
  .business-partner .grid-card p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.business-partner .grid-card ul {
  margin-bottom: 26px;
}
.business-partner .grid-card ul li {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}
/*@media (max-width: 1200px) {*/
/*  .business-partner .grid-card ul li {*/
/*    font-size: 16px;*/
/*    margin-bottom: 7px;*/
/*  }*/
/*}*/
@media (max-width: 1200px) {
  .business-partner .grid-card ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.business-partner .grid-card a {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1200px) {
  .business-partner .grid-card a {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
.business-partner .grid-card:hover .animatedLine {
  top: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.business-partner .grid-card:hover .img {
  /* background-color: #E6B325; */
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.business-partner .grid-card:hover a {
  background-color: #E6B325;
  color: #fff;
}
.business-partner .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 992px) {
  .business-partner .img .business-img {
  margin-left: 20px;
  }
}
.business-partner .img .business-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.business-partner .img:hover .business-img {
  transform: scale(1.1);
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.business-partner .website-builder {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: url("../images/cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .business-partner .website-builder {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .business-partner .website-builder {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .business-partner .website-builder {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .business-partner .website-builder {
    flex-direction: column;
    align-items: start;
    padding: 30px 20px;
  }
}
.business-partner .website-builder .content {
  max-width: 333px;
}
.business-partner .website-builder .content p {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .business-partner .website-builder .content p {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .business-partner .website-builder .content p {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .latest-project .row .grid-project .grid-project-item .content {
      height: auto !important;
      padding: 20px 20px 20px 20px !important;
  }
  .upcoming-events p {
      font-size: 16px !important;
      margin-bottom: 0 !important;
  }
}
.business-partner .website-builder .content h1 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}
.normal-style h1 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .business-partner .website-builder .content h1 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .business-partner .website-builder .content h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .business-partner .website-builder .action {
    width: 60%;
    /*margin-right: auto;*/
    /*margin-left: 15px;*/
  }
}
.business-partner .website-builder .action a {
  border-color: #fff;
}
@media (max-width: 768px) {
  .business-partner .website-builder .action a {
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .business-partner .website-builder .action a {
    padding: 0 25px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .business-partner .website-builder .action a {
    font-size: 14px;
    padding: 0 35px;
    width: 100%;
    text-align: center;
  }
}
.business-partner .website-builder .action a::before, .business-partner .website-builder .action a::after {
  border-color: #fff;
}
.business-partner .website-builder .action a:hover {
  border-color: transparent;
  color: #fff;
}
.business-partner .website-builder .ripling-animation {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.business-partner .website-builder .ripling-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.business-partner .website-builder .ripling-animation:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 148px;
  height: 148px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: all 200ms;
}

.upcoming-events .button:hover {
  border-color: #E6B325;
  color: #E6B325;
}
.upcoming-events .button:hover svg path {
  fill: #E6B325;
}

.latest-project .row {
  --bs-gutter-x: 75px;
}
/*.latest-project .row .grid-project .grid-project-item {*/
/*  margin-top: 60px;*/
/*}*/
@media (max-width: 768px) {
  .latest-project .row .grid-project .grid-project-item {
    margin-left: 0;
  }
}
.latest-project .row .grid-project .grid-project-item .img {
  overflow: hidden;
}
.latest-project .row .grid-project .grid-project-item .img img {
  width: 100%;
}
.latest-project .row .grid-project .grid-project-item .content {
  border: 1px solid #504b32;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 36px 47px 19px;
}
.latest-project .row .grid-project .grid-project-item .content h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
}
@media (max-width: 576px) {
  .latest-project .row .grid-project .grid-project-item .content h4 {
    font-size: 14px;
  }
}
.latest-project .row .grid-project .grid-project-item .content h3 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .latest-project .row .grid-project .grid-project-item .content h3 {
    font-size: 16px;
  }
}
.latest-project .row .grid-project .grid-project-item .content .arrows a {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #E6B325;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .latest-project .row .grid-project .grid-project-item .content .arrows a {
    width: 45px;
    height: 45px;
  }
}
.latest-project .row .grid-project .grid-project-item:hover .arrows a {
  background-color: #E6B325;
}
.tab-button {
  margin-right: 20px;
}
.question-ans {
  padding: 140px 0 47px;
  position: relative;
  background-color: #000000;
  background-image: url("../images/faq-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .question-ans {
    padding: 0 0 40px 0 !important;
    margin: 50px 0 0 0 !important;
  }
  .question-ans .section-title {
      margin-bottom: 30px !important;
  }
}
.question-ans .section-title {
  margin-bottom: 60px;
}
.question-ans .accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.question-ans .accordion .accordion-item .accordion-button {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  padding-bottom: 24px;
  margin-bottom: 31px;
}
@media (max-width: 576px) {
  .question-ans .accordion .accordion-item .accordion-button {
    font-size: 17px;
    line-height: 25px;
  }
  .trusted-client-area {
      margin-top: 0 !important;
  }
}
.question-ans .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #504b32;
}
.question-ans .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.question-ans .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.875 6.84766L3.09375 11.6289C2.74219 11.9805 2.21484 11.9805 1.89844 11.6289L1.08984 10.8555C0.773438 10.5039 0.773438 9.97656 1.08984 9.66016L4.5 6.28516L1.08984 2.875C0.773438 2.55859 0.773438 2.03125 1.08984 1.67969L1.89844 0.871094C2.21484 0.554688 2.74219 0.554688 3.09375 0.871094L7.875 5.65234C8.19141 6.00391 8.19141 6.53125 7.875 6.84766Z' fill='%23E6B325'/%3E%3C/svg%3E%0A");
}
.question-ans .accordion .accordion-item .accordion-body {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  padding-bottom: 24px;
  margin-bottom: 31px;
}
@media (max-width: 576px) {
  .question-ans .accordion .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 20px;
  }
  .question-ans .accordion .accordion-item .accordion-body {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.question-ans .accordion .accordion-item .accordion-button {
    padding-bottom: 14px;
    margin-bottom: 11px;
}
.our-partner {
    padding: 50px 0 0 0 !important;
}
.logo-slide img {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.footer {
    padding-top: 50px !important;
}
}

.simple-package .grid-package-item .content .price-link {
  border: 1px solid rgba(217, 10, 44, 0.45);
}
.simple-package .grid-package-item:hover .price-link {
  background-color: #E6B325;
}

.subscribe {
  background-color: #0e1916;
  position: relative;
  padding: 169px 0;
}
@media (max-width: 576px) {
  .subscribe {
    padding: 80px 0;
  }
}
.subscribe .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe .content {
  max-width: 592px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.subscribe .content .title {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 49px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .subscribe .content .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.subscribe .content form {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .subscribe .content form {
    width: 100%;
    gap: 10px;
  }
}
.subscribe .content form input {
  color: #ccdeff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  background-color: #5b5b61;
  padding: 14px 26px;
  outline: none;
  border: 0;
  box-shadow: none;
}
.subscribe .content form input::-moz-placeholder {
  color: #ccdeff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.subscribe .content form input::placeholder {
  color: #ccdeff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 576px) {
  .subscribe .content form input {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
.subscribe .content form .button:hover {
  border-color: #E6B325;
  color: #E6B325;
}
.subscribe .content form .button:hover svg path {
  fill: #E6B325;
}

.latest-news .section-title {
  margin-bottom: 70px;
}
.latest-news .latest-news-grid-item:hover .content h1 {
  border-color: #E6B325;
}
.latest-news .latest-news-grid-item:hover .content a svg circle {
  fill: #E6B325;
}

.loader:after {
  border-top-color: #E6B325;
  border-right-color: #E6B325;
  border-bottom-color: #E6B325;
}/*# sourceMappingURL=home-1.css.map */