@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tangerine:wght@400;700&display=swap");
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

img {
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

p {
  line-height: 28px;
  font-size: 16px;
}

/* styling scroll bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

::-webkit-scrollbar-thumb {
  background: #FFC92B;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFC92B;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: #FFC92B;
}

.p60 {
  padding: 60px 0px;
}

header {
  width: 100%;
  padding: 10px 0px;
  z-index: 99;
}
header .navbar-brand img {
  width: 280px;
}
header .navbar-toggler {
  padding: 11px;
  border-radius: 50%;
  background-color: #000;
}
header .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
header .navbar-collapse {
  flex-grow: inherit;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .nav-link {
  font-weight: 600;
  color: #000;
  padding-right: 20px !important;
  padding-left: 20px !important;
  transition: 0.3s all ease-in-out;
}
header .navbar-collapse .nav-link:hover {
  color: #cb7600;
}
header .navbar-collapse .sp-btn .nav-link {
  background-color: #000000;
  font-weight: 400;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #FFF;
  border: 2px solid #000;
}
header .navbar-collapse .sp-btn .nav-link:hover {
  background-color: transparent;
  color: #000;
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 150px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: #FFF;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #FFC92B;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #FFC92B, #C9A887);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

footer {
  width: 100%;
}
footer .f-wrapper {
  width: 100%;
  background-color: #202020;
  padding: 100px 0px 0px 0px;
  position: relative;
}
footer .f-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 108px;
  left: 0;
  top: -95px;
  z-index: 9;
  transform-origin: bottom right;
  transform: skew(0deg, -2deg);
  background-color: #FFC92B;
}
footer .f-wrapper .footer-sec {
  width: 100%;
  overflow: hidden;
  position: relative;
}
footer .f-wrapper .footer-sec::before {
  content: "";
  width: 134px;
  height: 149px;
  background-image: url(../images/shape-img2.png);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: 120px;
}
footer .f-wrapper .footer-sec::after {
  content: "";
  width: 167px;
  height: 246px;
  background-image: url(../images/shape-img1.png);
  background-size: cover;
  position: absolute;
  right: -30px;
  top: -10px;
}
footer .f-wrapper .footer-sec h5 {
  font-size: 20px;
  color: #FFC92B;
  font-weight: 400;
}
footer .f-wrapper .footer-sec .f-logo {
  width: 100%;
  margin-bottom: 20px;
}
footer .f-wrapper .footer-sec .f-logo img {
  width: 100%;
  max-width: 340px;
}
footer .f-wrapper .footer-sec p a {
  color: #FFC92B;
}
footer .f-wrapper .footer-sec .call-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer .f-wrapper .footer-sec .call-sec .phone {
  display: flex;
  align-items: center;
}
footer .f-wrapper .footer-sec .call-sec .phone .icon {
  width: 54px;
}
footer .f-wrapper .footer-sec .call-sec .phone .icon img {
  width: 100%;
}
footer .f-wrapper .footer-sec .call-sec .phone .numbers {
  padding-left: 15px;
}
footer .f-wrapper .footer-sec .call-sec .phone .numbers p {
  margin: 0;
  font-weight: 600;
  color: #FFF;
}
footer .f-wrapper .footer-sec .call-sec .phone .numbers p a {
  color: #FFC92B;
  font-weight: 400;
}
footer .f-wrapper .footer-sec .social-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer .f-wrapper .footer-sec .social-media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f-wrapper .footer-sec .social-media a:hover {
  background-color: #FFF;
  color: #000;
  scale: 1.2;
}
footer .f-wrapper .footer-sec hr {
  border-color: #6a6a6a;
}
footer .f-wrapper .footer-sec .copyright {
  text-align: center;
  color: #8D8D8D;
}

.banner-area {
  width: 100%;
  position: relative;
}
.banner-area .social-media {
  width: 40px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.banner-area .social-media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-area .social-media a:hover {
  background-color: #000;
  color: #FFC92B;
  scale: 1.2;
}
.banner-area .carousel-item {
  width: 100%;
}
.banner-area .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-area .carousel-indicators {
  bottom: 20px;
}
.banner-area .carousel-indicators button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner-area .carousel-indicators button.active {
  width: 36px;
  border-radius: 20px;
}
.banner-area .container {
  display: flex;
  align-items: center;
}
.banner-area .carousel-caption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  bottom: 0;
  left: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.banner-area .carousel-caption .banner-content {
  width: 46%;
  display: flex;
  align-items: center;
  animation-name: fadeInUp;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
.banner-area .carousel-caption .banner-content .banner-txt {
  text-align: left;
  color: #000;
}
.banner-area .carousel-caption .banner-content .banner-txt .date {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.banner-area .carousel-caption .banner-content .banner-txt h1 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}
.banner-area .carousel-caption .banner-img {
  width: 50%;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.banner-area .carousel-caption .banner-img img {
  width: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.link {
  padding: 13px 28px;
  border-radius: 75px;
  background-color: #000000;
  border: 2px solid #000000;
  color: #FFF;
  display: inline-block;
}
.link:hover {
  background-color: transparent;
  color: #000;
}

.head-title {
  text-align: center;
}
.head-title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
.head-title p {
  font-size: 22px;
}
.head-title h5 {
  font-size: 24px;
}
.head-title h6 {
  font-size: 40px;
  font-weight: 400;
}

.highlights-sec {
  width: 100%;
  position: relative;
  z-index: 999;
}
.highlights-sec .box {
  width: 100%;
  height: 407px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.highlights-sec .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.highlights-sec .box span {
  width: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.highlights-sec .box span img {
  width: 100%;
}
.highlights-sec .box:hover img {
  scale: 1.1;
  transform: rotate(-1deg);
}
.highlights-sec .box:hover span img {
  scale: 1;
  transform: none;
}

.services {
  width: 100%;
  position: relative;
  z-index: 999;
}
.services::after {
  width: 191px;
  height: 309px;
  background-image: url(../images/shape-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
}
.services::before {
  width: 88px;
  height: 211px;
  background-image: url(../images/shape-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
}
.services .box {
  width: 100%;
  min-height: 230px;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(53, 43, 8) 100%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.services .box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  opacity: 0.2;
}
.services .box .icon-sec {
  width: 100%;
  margin-bottom: 15px;
}
.services .box .icon-sec img {
  height: 43px;
  transition: 0.3s all ease-in-out;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.services .box:hover::before {
  animation: shine 0.75s;
}
.services .box:hover .icon-sec img {
  transform: rotateY(180deg);
}
.services .box h5 {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
.services .box p {
  font-size: 18px;
  margin: 0;
  color: #FFC92B;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.what-we-do {
  width: 100%;
}
.what-we-do .box {
  width: 100%;
}
.what-we-do .box .box-img {
  width: 100%;
  height: 236px;
  border-radius: 10px;
  overflow: hidden;
}
.what-we-do .box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.what-we-do .box .flex-content {
  width: 100%;
  height: 213px;
  background-color: #000000;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-do .box .flex-content .content h5 {
  color: #FFF;
  text-align: center;
}
.what-we-do .box .flex-content .content p {
  color: #FFC92B;
  text-align: center;
  font-size: 18px;
}
.what-we-do .box:hover .box-img img {
  scale: 1.1;
  transform: rotate(-1deg);
}
.what-we-do .col-lg-3:nth-child(1) .flex-content, .what-we-do .col-lg-3:nth-child(3) .flex-content {
  margin-bottom: 15px;
}
.what-we-do .col-lg-3:nth-child(2) .box-img {
  margin-bottom: 15px;
}

.about-sec {
  width: 100%;
  overflow: hidden;
}
.about-sec .flex-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-sec .flex-content .about-content h5 {
  font-size: 24px;
}
.about-sec .flex-content .about-content h6 {
  font-size: 40px;
  font-weight: 400;
}
.about-sec .about-img {
  width: 100%;
  position: relative;
}
.about-sec .about-img img {
  width: 100%;
  animation: bounce 600ms alternate infinite cubic-bezier(0.2, 0.65, 0.6, 1);
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
.success-stories {
  width: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.success-stories .marquee-slider {
  width: 100%;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.success-stories .marquee-slider__list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex: none;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.38, 1.399);
}
.success-stories .marquee-slider__list--item {
  color: #000;
  width: 100%;
  height: 100%;
  max-width: 364px;
  min-height: 132px;
  grid-column-gap: 1.6rem;
  border-radius: 0.8rem;
  flex: none;
  display: flex;
  padding: 14px;
  position: relative;
  align-items: center;
  grid-row-gap: 1.6rem;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  background-color: #FFF4D4;
}
.success-stories .marquee-slider__list--item .box {
  width: 100%;
  display: flex;
}
.success-stories .marquee-slider__list--item .box .author {
  width: 37px;
}
.success-stories .marquee-slider__list--item .box .author img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.success-stories .marquee-slider__list--item .box .content {
  padding-left: 12px;
}
.success-stories .marquee-slider__list--item .box .content .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  background-image: url(../images/heart-icon.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.success-stories .marquee-slider__list--item .box .content p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.form-sec {
  width: 100%;
  position: relative;
  z-index: 99;
}
.form-sec .form-control {
  width: 100%;
  height: 65px;
  background-color: #FFC92B;
  border: 1px solid #000000;
  padding: 15px;
  color: #000;
}
.form-sec .txtarea {
  height: 160px;
}
.form-sec .btn {
  border: 2px solid #000000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px 50px;
}
.form-sec::after {
  content: "";
  position: absolute;
  width: 217px;
  height: 237px;
  right: 0;
  top: 20px;
  background-image: url(../images/shape-5.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.form-sec::before {
  content: "";
  position: absolute;
  width: 243px;
  height: 249px;
  left: 0;
  bottom: 20px;
  background-image: url(../images/shape-6.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 991px) {
  .banner-area .carousel-caption .banner-content .banner-txt h1 {
    font-size: 32px;
  }
  .banner-area .carousel-caption {
    display: block;
  }
  .banner-area .carousel-caption .banner-content, .banner-area .carousel-caption .banner-img {
    width: 100%;
  }
  .banner-area .carousel-caption .banner-content .banner-txt {
    text-align: center;
  }
  .banner-area .social-media {
    display: none;
  }
  .p60 {
    padding: 30px 0px;
  }
  .head-title h2, .about-sec .flex-content .about-content h6, .head-title h6 {
    font-size: 30px;
    font-weight: 600;
  }
  .head-title p {
    font-size: 16px;
  }
  .banner-area .carousel-indicators {
    display: none;
  }
  .banner-area .carousel-caption .banner-content .banner-txt {
    padding: 20px 0px 0px 0px;
  }
  header .navbar-collapse .navbar-nav {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 11px;
  }
}
@media (max-width: 768px) {
  .banner-area .carousel-caption .banner-content .banner-txt h1 {
    font-size: 23px;
  }
  .head-title h2, .about-sec .flex-content .about-content h6, .head-title h6 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  header .navbar-brand img {
    width: 200px;
  }
  header .navbar-toggler {
    padding: 6px;
  }
  footer .f-wrapper .footer-sec::before {
    content: "";
    width: 74px;
    height: 79px;
    opacity: 0.2;
  }
  footer .f-wrapper .footer-sec::after {
    content: "";
    width: 107px;
    height: 126px;
    opacity: 0.2;
  }
  footer .f-wrapper .footer-sec .f-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .highlights-sec .box {
    height: 227px;
  }
}/*# sourceMappingURL=main.css.map */