@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #030405;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #030405;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

a {
  color: #030405;
  transition: all ease 0.5s;
  text-decoration: none;
}
a:hover {
  color: #030405;
}

p {
  font-size: 16px;
  color: #030405;
  margin-bottom: 15px;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-030405 {
  background: #030405;
}

.bg-F5F5F5 {
  background: #F5F5F5;
}

/*
Button Bg Color Container Warp Style
======================================================*/
.container-fluid {
  max-width: 1570px;
}

.container-fluid-style2 {
  max-width: 1660px;
}

.register-warp {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.register-warp .container-fluid {
  max-width: 1520px;
}
.register-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
}

.responsive-image {
  display: none;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.section-title h2 {
  font-size: 48px;
  margin-bottom: 0;
}
.section-title h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-title h2 span::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 10px;
  background: #f6efe3;
}
.section-title .title {
  font-size: 16px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 500;
  color: #c59a5b;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
}
.section-title .title img {
  position: relative;
  margin-right: 8px;
  top: -2px;
}
.section-title .title.style2 {
  padding-right: 0;
}
.section-title .title.style2::before {
  display: none;
}
.section-title .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.section-title.max-1 {
  max-width: 648px;
}
.section-title.max-2 {
  max-width: 720px;
}
.section-title.max-3 {
  max-width: 740px;
}

.single-section h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.single-section h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.single-section h2 span::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 10px;
  background: #f6efe3;
}
.single-section .title {
  font-size: 16px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 500;
  color: #c59a5b;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
}
.single-section .title img {
  position: relative;
  margin-right: 8px;
  top: -2px;
}
.single-section .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.single-section .title.style2 {
  padding-right: 0;
}
.single-section .title.style2::before {
  display: none;
}

.section-warp {
  margin-bottom: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.section-warp .single-section {
  max-width: 600px;
}
.section-warp .single-section h2 {
  margin-bottom: 0;
}

.default-btn {
  background-color: #c59a5b;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
  border: none;
  z-index: 1;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
    text-transform: uppercase;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #c59a5b;
}
.default-btn:hover::before {
  width: 100%;
  border-color: #c59a5b;
  background-color: #000000;
}
.default-btn:hover::after {
  width: 100%;
  border-color: #c59a5b;
  background-color: #000000;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  height: 100%;
  width: 55%;
  border: solid 1px #c59a5b;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  height: 100%;
  width: 50%;
  border: solid 1px #c59a5b;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn img {
  position: relative;
  left: 4px;
}
/* ============================= */
/* Outline Button Style */
/* ============================= */

.default-btn-outline {
  background-color: transparent;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #c59a5b;
  transition: all ease 0.5s;
  border: 1px solid #c59a5b;
  z-index: 1;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

/* Hover Effect */
.default-btn-outline:hover {
  color: #ffffff;
  background-color: #c59a5b;
  border-color: #c59a5b;
}

.default-btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #c59a5b;
  z-index: -1;
  transition: 0.5s ease;
  border-radius: 5px;
}

.default-btn-outline:hover::before {
  width: 100%;
}

.default-btn-outline:hover {
  color: #ffffff;
}

.btn-hero-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}


.search-can {
  max-width: 100%;
}
.search-can .search-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 50px;
  height: 60px;
}
.search-can .search-form .btn-close {
  position: absolute;
  right: 0;
  opacity: 1;
  top: 50%;
  filter: brightness(0) saturate(100%) invert(65%) sepia(46%) saturate(5189%) hue-rotate(323deg) brightness(103%) contrast(101%);
  transform: translateY(-12px);
}
.search-can .search-form .btn-close:focus {
  box-shadow: unset;
  outline: 0;
}
.search-can .search-form .search-button {
  position: absolute;
  right: 65px;
  transform: translateY(-17px);
  background-color: transparent;
  border: none;
  font-size: 22px;
  color: #030405;
  top: 50%;
}
.search-can .search-form .form-control {
  height: 55px;
  padding-left: 25px;
}
.search-can .search-form .form-control:focus {
  box-shadow: unset;
  border-color: #c59a5b;
}
.search-can .search-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-can .search-form .form-control:focus::placeholder {
  color: transparent;
}
.search-can .search-form .form-control::-moz-placeholder {
  color: #555555;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-can .search-form .form-control::placeholder {
  color: #555555;
  transition: all ease 0.5s;
}
.search-can .offcanvas-body {
  padding: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-can .offcanvas {
  max-height: 145px;
}

.default-btn-style2 {
  background-color: #030405;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #030405;
  transition: all ease 0.5s;
  border: none;
  z-index: 1;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 38px;
  padding-top: 14px;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.default-btn-style2::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  top: -6px;
  background-color: #ffffff;
  border: solid 1px #c59a5b;
}
.default-btn-style2:hover {
  background-color: #c59a5b;
  color: #c59a5b;
}
.default-btn-style2:hover::before {
  border-color: #030405;
}

/*
Slider Btn Warp Style
======================================================*/
.pagination-slider-warp .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #c59a5b;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #DDDDDD !important;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #c59a5b;
  background-color: transparent;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 0;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #c59a5b;
  background-color: transparent;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.swiper-btn .swiper-button-next::after,
.swiper-btn .swiper-button-prev::after {
  display: none;
}
.swiper-btn .swiper-button-next::before,
.swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 60px;
  display: block;
  height: 60px;
  line-height: 63px;
  color: #030405;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: #ffffff;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.06);
}
.swiper-btn .swiper-button-next:hover::before,
.swiper-btn .swiper-button-prev:hover::before {
  background-color: #c59a5b;
  color: #ffffff;
}
.swiper-btn .swiper-button-next {
  left: auto;
  right: -80px;
}
.swiper-btn .swiper-button-next:before {
  font-size: 20px;
}
.swiper-btn .swiper-button-prev {
  left: -80px;
  right: auto;
}
.swiper-btn .swiper-button-prev:before {
  font-size: 20px;
 
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 26px;
    color: #030405;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #c59a5b;
    transform: translateY(-3px);
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    color: #fff;
}

/*
All Key Style
======================================================*/
@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}
@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
/*
Header Warp Style
======================================================*/

/* Prevent sudden jump */
.hero-cinematic {
  overflow: hidden;
}

/* Content initial state */
.hero-cinematic .content {
  opacity: 0;
  transform: translateY(60px);
}

/* Background subtle zoom base */
#network-canvas,
.hero-video {
  transform: scale(1.08);
  transition: none;
}

.top-header-warp {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-content .header-content-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-content .header-content-list li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  padding-right: 40px;
  color: #ffffff;
}
.header-content .header-content-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #c59a5b;
}
.header-content .header-content-list li:last-child {
  padding-right: 0;
}
.header-content .header-content-list li a {
  color: #ffffff;
}
.header-content .header-content-list li a:hover {
  color: #c59a5b;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-contact .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-contact .contact-list li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.header-contact .contact-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  transform: rotate(26deg);
  right: 9px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: #cccccc;
}
.header-contact .contact-list li:last-child {
  padding-right: 0;
}
.header-contact .contact-list li:last-child::before {
  display: none;
}
.header-contact .contact-list li a {
  color: #cccccc;
}
.header-contact .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: -5px;
  margin-left: 50px;
}
.header-contact .social-list li {
  display: inline-block;
  padding-right: 18px;
  margin-bottom: -8px;
}
.header-contact .social-list li a {
  line-height: 0;
  color: #ffffff;
  opacity: 0.3;
}
.header-contact .social-list li a:hover {
  color: #ffffff;
  opacity: 1;
}
.header-contact .social-list li:last-child {
  padding-right: 0;
}

/*
Hero Warp Style
======================================================*/
.hero-warp {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.hero-warp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 69%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-warp .hero-shape1 {
  position: absolute;
  top: 75px;
  left: 30%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape2 {
  position: absolute;
  left: 50px;
  top: 235px;
  pointer-events: none;
  animation: movebounce 6s 1s linear infinite alternate;
}
.hero-warp .hero-shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-warp .hero-shape4 {
  position: absolute;
  bottom: 185px;
  left: 39%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape5 {
  position: absolute;
  bottom: 183px;
  right: 35.5%;
  pointer-events: none;
}
.hero-warp .hero-shape6 {
  position: absolute;
  top: 195px;
  left: 49.8%;
  pointer-events: none;
  animation: simple-scale 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape7 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  pointer-events: none;
}

.hero-content {
  max-width: 700px;
  padding-top: 185px;
  padding-bottom: 225px;
}
.hero-content .title {
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 18px;
  background-color: rgb(38, 52, 74);
}
.hero-content .title .color {
  color: #c59a5b;
}
.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero-content p {
  color: #CCC;
  margin-bottom: 35px;
}

/*
Trending Warp Style
======================================================*/
.inner-trending-warp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px;
  text-align: center;
  margin-top: -40px;
  border-radius: 5px;
  z-index: 2;
}
.inner-trending-warp .trending-content {
  padding-top: 15px;
  display: block;
  padding-bottom: 15px;
  border-radius: 5px;
  padding: 15px 25px;
}
.inner-trending-warp .trending-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.inner-trending-warp .trending-content p span {
  color: #c59a5b;
}

.trending-card {
  margin-bottom: 145px;
  position: relative;
  transition: all ease 0.5s;
}
.trending-card .image img {
  border-radius: 5px;
}
.trending-card .content {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 37px 35px;
  border-radius: 5px;
  transition: all ease 0.5s;
  left: 40px;
  right: 40px;
  overflow: hidden;
  margin-top: -50px;
}
.trending-card .content .read-more {
  position: relative;
  top: -10px;
  opacity: 0;
  padding-right: 25px;
  transition: all ease 0.5s;
}
.trending-card .content .read-more:hover {
  text-decoration: underline;
}
.trending-card .content .read-more i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
}
.trending-card .content h3 {
  font-size: 22px;
  transition: all ease 0.5s;
  margin-bottom: -20px;
}
.trending-card .content h3 a {
  color: #030405;
}
.trending-card .content .service-card-shape1 {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0;
}
.trending-card:hover .content {
  background-color: #c59a5b;
}
.trending-card:hover .content .read-more {
  opacity: 1;
  top: 0;
}
.trending-card:hover .content h3 {
  margin-bottom: 20px;
}
.trending-card.active .content {
  background-color: #c59a5b;
}
.trending-card.active .content .read-more {
  opacity: 1;
  top: 0;
  color: #ffffff;
}
.trending-card.active .content h3 {
  margin-bottom: 18px;
}
.trending-card.active .content h3 a {
  color: #ffffff;
}



.bx-phone,
.bx-phone-call {
  font-size: 30px;
  color: #c59a5b;
  transition: transform 0.3s ease;
}

.bx-phone-call:hover {
  transform: rotate(-15deg) scale(1.1);
}

/* Waves container */
.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 1;
}

.waves svg {
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

/* Wave colors */
.wave1 {
  fill: rgba(197, 154, 91, 0.25);
  animation: waveMove 18s linear infinite;
}

.wave2 {
  fill: rgba(197, 154, 91, 0.15);
  animation: waveMoveReverse 25s linear infinite;
}

/* Smooth animations */
@keyframes waveMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes waveMoveReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
/*
About Warp Style
======================================================*/
.about-image {
  max-width: 560px;
  position: relative;
}
.about-image .about-shape1 {
  position: absolute;
  top: -15px;
  left: 180px;
}
.about-image .about-shape2 {
  position: absolute;
  bottom: 105px;
  left: -50px;
}

.about-content {
  max-width: 680px;
  margin-right: -40px;
  margin-left: -20px;
}
.about-content .about-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.about-content .about-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
}
.about-content .about-list li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #c59a5b;
  font-size: 22px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-progress {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  display: flex;
}
.about-content .about-progress li {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
.about-content .about-progress li:last-child {
  padding-right: 0;
}
.about-content .about-progress li .progress-style {
  width: 80px;
  height: 80px;
}
.about-content .about-progress li .progress-style .progress {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.about-content .about-progress li .progress-style .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid rgb(238, 238, 238);
  position: absolute;
  top: 0;
  left: 0;
}
.about-content .about-progress li .progress-style .progress span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.about-content .about-progress li .progress-style .progress .progress-left {
  left: 0;
}
.about-content .about-progress li .progress-style .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}
.about-content .about-progress li .progress-style .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #c59a5b;
}
.about-content .about-progress li .progress-style .progress .progress-right {
  right: 0;
}
.about-content .about-progress li .progress-style .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.about-content .about-progress li .progress-style .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  font-family: Poppins;
  color: #030405;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.about-content .about-progress li .progress-style .progress .progress-value .timer {
  position: relative;
  left: -5px;
}
.about-content .about-progress li .progress-style .progress .progress-value .present {
  position: absolute;
  right: 5px;
  top: -1px !important;
}
.about-content .about-progress li .progress-style .progress.blue .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.yellow .progress-left .progress-bar {
  animation: loading-2 1.2s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}
.about-content .about-progress li h4 {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 600;
}
.about-content .about-progress li h4 span {
  display: block;
}

.about-warp {
  position: relative;
}
.about-warp .about-shape3 {
  position: absolute;
  bottom: 100px;
  right: 20%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.about-warp .about-shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.about-warp .about-shape5 {
  position: absolute;
  top: -250px;
  z-index: -1;
  pointer-events: none;
}

/*
Service Warp Style
======================================================*/
.service-card {
  margin-bottom: 25px;
}
.service-card.box-shadow {
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.service-card .content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 5px 5px;
  padding: 65px 40px 35px 40px;
  transition: all ease 0.5s;
}
.service-card .content::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  background-color: #030405;
      background-image: radial-gradient(circle at top right, #f4d6a1 0%, #050608 60%);
}
.service-card .content .service-card-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.5s;
}
.service-card .content .icon {
  position: absolute;
  top: -40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transition: all ease 0.5s;
  background-color: #c59a5b;
  border: 1px solid #c59a5b;
  text-align: center;
  border-radius: 50%;
}
.service-card .content .icon i{
      font-size: 40px;
    line-height: 80px;
    color: #fff;
}
.service-card:hover .content .icon i {
  color: #303030 !important;
}
.service-card .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.service-card .content h3 a {
  color: #030405;
}
.service-card .content h3 a:hover {
  color: #c59a5b;
}
.service-card .content p {
  margin-bottom: 25px;
  margin-bottom: 0px;
}
.service-card .content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  color: #c59a5b;
  border: 1px solid #EEE;
  z-index: 2;
}
.service-card .content .read-more i {
  position: relative;
  top: 3px;
}
.service-card:hover .content .read-more {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #030405;
}
.service-card:hover .content::before {
  height: 100%;
}
.service-card:hover .content .service-card-shape {
  opacity: 1;
}
.service-card:hover .content h3 a {
  color: #ffffff;
}
.service-card:hover .content p {
  color: #EEE;
}
.service-card:hover .content h3 {
  color: #EEE;
}
.service-card:hover .content .icon {
  background-color: #f4d6a1;
  border-color: #f4d6a1;
}
.service-card:hover .content .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(48%) saturate(0%) hue-rotate(145deg) brightness(111%) contrast(101%);
}
.service-card:hover .image img {
  transform: scale(1.1);
  border-radius: 5px 5px 0px 0px;
}
.service-card .image {
  overflow: hidden;
}
.service-card .image img {
  transition: all ease 0.5s;
  border-radius: 5px 5px 0px 0px;
}

.service-slider-warp {
  position: relative;
}

.service-warp {
  position: relative;
  background-color: #f6efe35c;
}
.service-warp .service-shape1 {
  position: absolute;
  top: 120px;
  right: 12%;
}
.service-warp .service-shape2 {
  position: absolute;
  left: 0;
  bottom: 16%;
}
.service-warp .service-link {
  margin-bottom: 25px;
  margin-top: 20px;
}
.service-warp .service-link a {
  color: #c59a5b;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  padding-right: 22px;
}
.service-warp .service-link a i {
  position: absolute;
  right: 0;
  top: 2px;
}

/* Smooth floating dancing animation */
@keyframes smoothDance {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(-0.8deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  75% {
    transform: translateY(6px) rotate(0.8deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.dancing-card-effect {
  animation: smoothDance 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}
/* Stagger dancing timing */
.col-xl-4:nth-child(1) .dancing-card-effect {
  animation-delay: 0s;
}

.col-xl-4:nth-child(2) .dancing-card-effect {
  animation-delay: 1.5s;
}

.col-xl-4:nth-child(3) .dancing-card-effect {
  animation-delay: 3s;
}
.dancing-card-effect:hover {
  animation-play-state: paused;
}


/*
Portfolio Warp Style
======================================================*/
.portfolio-warp {
  position: relative;
}
.portfolio-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #F5F5F5;
}
.portfolio-warp .container-fluid {
  max-width: 100%;
  padding: 0 !important;
}
.portfolio-warp .portfolio-shape1 {
  position: absolute;
  top: 10px;
  left: 55%;
}

.portfolio-card {
  position: relative;
}
.portfolio-card .image img {
  border-radius: 5px;
}
.portfolio-card .content-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all ease 0.5s;
}
.portfolio-card .content-icon .content {
  background-color: #030405;
  padding: 35px 55px 35px 35px;
}
.portfolio-card .content-icon .content .title {
  padding-left: 55px;
  position: relative;
  color: #c59a5b;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.portfolio-card .content-icon .content .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.portfolio-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.portfolio-card .content-icon .content h3 a {
  color: #ffffff;
}
.portfolio-card .content-icon .icon {
  background-color: #c59a5b;
  padding: 50px 30px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
}
.portfolio-card.active .content-icon {
  opacity: 1;
}
.portfolio-card:hover .content-icon {
  opacity: 1;
}

/*
Map Warp Style
======================================================*/
.map-warp {
  position: relative;
}
.map-warp .map {
  position: relative;
}
.map-warp .map .content-card {
  position: absolute;
  width: 28px;
  height: 28px;
}
.map-warp .map .content-card.style1 {
  top: 115px;
  left: 375px;
}
.map-warp .map .content-card.style2 {
  top: 165px;
  left: 165px;
}
.map-warp .map .content-card.style3 {
  bottom: 390px;
  left: 696px;
}
.map-warp .map .content-card.style4 {
  top: 195px;
  right: 185px;
}
.map-warp .map .content-card.style5 {
  bottom: 220px;
  left: 375px;
}
.map-warp .map .content-card.style6 {
  bottom: 90px;
  right: 165px;
}
.map-warp .map .content-card .icon-content {
  position: absolute;
  top: -130px;
  left: -130px;
  display: flex;
  width: 324px;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  padding: 20px 20px;
  pointer-events: none;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.map-warp .map .content-card .icon-content::before {
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-35px);
}
.map-warp .map .content-card .icon-content .tag {
  padding-left: 15px;
}
.map-warp .map .content-card .icon-content .icon-style {
  width: 48px;
  height: 48.068px;
}
.map-warp .map .content-card .icon-content .icon-style .icon {
  width: 48px;
  height: 48.068px;
}
.map-warp .map .content-card:hover .icon-content {
  opacity: 1;
  visibility: visible;
}
.map-warp .map .content-card.active .icon-content {
  opacity: 1;
  visibility: visible;
}
.map-warp .map .content-card .hover-icon {
  position: relative;
  cursor: pointer;
}

/*
Register Warp Style
======================================================*/
.inner-register-warp {
  position: relative;
  background-color: #030405;
  padding: 70px 75px;
  border-radius: 5px;
  z-index: 1;
}
.inner-register-warp .register-shape1 {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.inner-register-warp .register1 {
  position: absolute;
  bottom: 0;
  left: 30%;
  z-index: 2;
}
.inner-register-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  border-radius: 0 5px 0 5px;
  background-color: #c59a5b;
}

.register-content {
  max-width: 365px;
}
.register-content h2 {
  color: #ffffff;
}
.register-content p {
  color: #CCC;
  margin-bottom: 32px;
}
.register-content .phone-call {
  display: flex;
}
.register-content .phone-call .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c59a5b;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
}
.register-content .phone-call .content {
  margin-left: 15px;
}
.register-content .phone-call .content span {
  display: block;
  font-size: 14px;
  color: #CCC;
}
.register-content .phone-call .content a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.register-form {
  max-width: 560px;
  margin-left: auto;
}
.register-form .form-control {
  height: 60px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  padding-left: 20px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.register-form .form-control:focus {
  box-shadow: unset;
}
.register-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.register-form .form-control:focus::placeholder {
  color: transparent;
}
.register-form .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #888;
}
.register-form .form-control::placeholder {
  transition: all ease 0.5s;
  color: #888;
}
.register-form textarea {
  height: 160px !important;
  padding-top: 12px;
}
.register-form .default-btn {
  width: 100%;
  background-color: #030405;
}
.register-form .default-btn::before {
  border-color: #030405;
}
.register-form .default-btn::after {
  border-color: #030405;
}

/*
Team Warp Style
======================================================*/
.team-slider-warp {
  position: relative;
}
.team-slider-warp .swiper {
  overflow: inherit;
}

.team-warp {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-warp .team-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.team-card {
  margin-bottom: 25px;
  padding: 38px;
  margin-top: 40px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}
.team-card .image img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 82% 90%, 82% 90%, 0 100%, 0% 30%);
          clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 82% 90%, 82% 90%, 0 100%, 0% 30%);
  border-radius: 5px;
}
.team-card .content {
  padding-top: 25px;
}
.team-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.team-card .content h3 a {
  color: #030405;
}
.team-card .content h3 a:hover {
  color: #c59a5b;
}
.team-card .content p {
  margin-bottom: 20px;
}
.team-card .content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.team-card .content .social-list li {
  padding-right: 14px;
  display: inline-block;
}
.team-card .content .social-list li:last-child {
  padding-right: 0;
}
.team-card .content .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: #F5F5F5;
  color: #030405;
  text-align: center;
  transition: all ease 0.5s;
}
.team-card .content .social-list li .icon:hover {
  background-color: #c59a5b;
  color: #ffffff;
}
.team-card.style2 {
  margin-top: 0;
}

.team-shape-warp {
  position: relative;
}
.team-shape-warp.team-shape-warp2 .team-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.team-shape-warp .team-shape {
  position: absolute;
  top: -250px;
  z-index: -1;
  pointer-events: none;
}
.team-shape-warp .service-link {
  margin-bottom: 25px;
  margin-top: 20px;
}
.team-shape-warp .service-link a {
  color: #c59a5b;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  padding-right: 22px;
}
.team-shape-warp .service-link a i {
  position: absolute;
  right: 0;
  top: 2px;
}

/*
Process Warp Style
======================================================*/
.process-card {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.process-card .icon {
  width: 70px;
  height: 70px;
  line-height: 75px;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.process-card .icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 70px;
  height: 70px;
  z-index: -1;
  border-radius: 50%;
  background: #F5F5F5;
}
.process-card .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  width: 100%;
  background-color: #c59a5b;
}
.process-card .process-card-shape {
  position: absolute;
  top: -30px;
  right: 0;
  left: 55px;
  margin-left: auto;
  margin-right: auto;
}
.process-card .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.process-warp {
  position: relative;
}
.process-warp .process-card-shape2 {
  position: absolute;
  top: 52%;
  left: 31%;
}
.process-warp .process-card-shape3 {
  position: absolute;
  top: 52%;
  right: 31%;
}
.process-warp .process-shape1 {
  position: absolute;
  top: 100px;
  left: 12%;
}
.process-warp .process-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

/*
Fun Fact Warp Style
======================================================*/
.fun-fact-warp {
  position: relative;
  z-index: 1;
  margin-bottom: -155px;
}
.fun-fact-warp::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 84%;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  height: 100%;
 
}

.counter-list {
  list-style: none;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-list li {
  display: inline-block;
}
.counter-list li .expert-counter {
  text-align: center;
  margin-bottom: 25px;
}
.counter-list li .expert-counter h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
.counter-list li .expert-counter p {
  color: #CCC;
}

.testimonial-slide-warp {
  position: relative;
}
.testimonial-slide-warp .swiper-btn {
  display: flex;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next,
.testimonial-slide-warp .swiper-btn .swiper-button-prev {
  top: -80px;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next::after,
.testimonial-slide-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.testimonial-slide-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 80px;
}

.testimonial-warp {
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 255px;
}
.testimonial-warp .trending-content {
  padding-top: 15px;
  display: block;
  padding-bottom: 15px;
  border-radius: 5px;
  padding: 15px 25px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.testimonial-warp .trending-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.testimonial-warp .trending-content p span {
  color: #c59a5b;
}
.testimonial-warp .testimonial-shape {
  position: absolute;
  top: 320px;
  left: 55%;
}

.testimonial-card {
  margin-bottom: 25px;
  border-radius: 5px;
  background: #ffffff;
  padding: 50px;
  position: relative;
}
.testimonial-card .user-content {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.testimonial-card .user-content .user {
  height: 90px;
  width: 90px;
}
.testimonial-card .user-content .user img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.testimonial-card .user-content .content {
  margin-left: 20px;
}
.testimonial-card .user-content .content h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.testimonial-card .user-content .content span {
  color: rgb(85, 85, 85);
}
.testimonial-card .star i {
  color: #FFC107;
  font-size: 18px;
  margin: 2px;
}
.testimonial-card p {
  margin-bottom: 20px;
}
.testimonial-card .quote {
  position: absolute;
  top: 50px;
  right: 50px;
}

.blog-card {
  margin-bottom: 25px;
}
.blog-card .image {
  position: relative;
  overflow: hidden;
}
.blog-card .image img {
  transition: all ease 0.5s;
  border-radius: 5px 5px 0 0;
}
.blog-card .image .date {
  background-color: #c59a5b;
  border-radius: 0px 0px 5px 5px;
  width: 75px;
  padding: 11px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px;
}
.blog-card .image .date span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: Poppins;
}
.blog-card .image .date p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog-card .image .date p:last-child {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #ffffff;
}
.blog-card .content {
  background-color: #ffffff;
  padding: 25px 35px 40px 38px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.blog-card .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
  background-color: #030405;
}
.blog-card .content span {
  color: #c59a5b;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.blog-card .content h3 a {
  color: #030405;
}
.blog-card .content .read-more {
  border-radius: 5px;
  border: 1px solid #EEE;
  padding: 16px 35px;
  color: #c59a5b;
  display: inline-block;
  font-weight: 500;
  z-index: 2;
  position: relative;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-card .content .blog-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all ease 0.5s;
  opacity: 0;
  pointer-events: none;
}
.blog-card:hover .content::before {
  height: 100%;
}
.blog-card:hover .content span {
  color: #ffffff;
}
.blog-card:hover .content h3 a {
  color: #ffffff;
}
.blog-card:hover .content .read-more {
  background-color: #030405;
  border-color: #ffffff;
  color: #ffffff;
}
.blog-card:hover .content .blog-card-shape {
  opacity: 1;
}
.blog-card:hover .image img {
  transform: scale(1.1);
  border-radius: 5px 5px 0 0;
}

.inner-today-warp {
  background-color: #c59a5b;
  position: relative;
  padding: 95px;
  border-radius: 5px;
  margin-bottom: -145px;
  z-index: 1;
}
.inner-today-warp .today-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.inner-today-warp .content {
  margin-right: -65px;
}
.inner-today-warp .content h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #ffffff;
}
.inner-today-warp .content p {
  color: #EEE;
}
.inner-today-warp .default-btn {
  background-color: #030405;
}
.inner-today-warp .default-btn::before {
  border-color: #030405;
}
.inner-today-warp .default-btn::after {
  border-color: #030405;
}
.inner-today-warp .default-btn-style2 {
  color: #ffffff;
}
.inner-today-warp .default-btn-style2::before {
  border-color: #030405;
  background-color: #c59a5b;
}
.inner-today-warp .today-shape2 {
  position: absolute;
  bottom: -40px;
  right: 30%;
  pointer-events: none;
}
.inner-today-warp .today-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.footer-warp {
  background-color: #030405;
  position: relative;
  padding-top: 245px;
}
.footer-warp.style2 {
  padding-top: 100px;
}
.footer-warp .another-warp .col-lg-3:nth-child(2) .footer-widget {
  margin-left: 50px;
}
.footer-warp .another-warp .col-lg-3:nth-child(3) .footer-widget {
  margin-left: 15px;
}
.footer-warp .another-warp .col-lg-3:nth-child(4) .footer-widget {
  margin-left: -25px;
}
.footer-warp .copy-right-warp {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-warp .copy-right-warp p {
  color: #CCC;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-warp .copy-right-warp p span {
  color: #c59a5b;
}
.footer-warp .copy-right-warp p a {
  color: #c59a5b;
}
.footer-warp .copy-right-warp .copy-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-warp .copy-right-warp .copy-link li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.footer-warp .copy-right-warp .copy-link li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 9px;
  bottom: 0;
  height: 18px;
  width: 1px;
  background-color: #CCC;
}
.footer-warp .copy-right-warp .copy-link li:last-child {
  padding-right: 0;
}
.footer-warp .copy-right-warp .copy-link li:last-child::before {
  display: none;
}
.footer-warp .copy-right-warp .copy-link li a {
  color: #CCC;
  font-size: 14px;
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget h3 {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
.footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -60px;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.footer-widget .schedule {
  border-radius: 5px;
  background: #1A2940;
  max-width: 277px;
  padding: 32px 25px;
  margin-bottom: 0;
  list-style: none;
}
.footer-widget .schedule li {
  margin-bottom: 12px;
  color: #CCC;
  position: relative;
  padding-left: 20px;
}
.footer-widget .schedule li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer-widget .footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-links li {
  position: relative;
  margin-bottom: 14px;
  color: #ffffff;
  padding-left: 25px;
}
.footer-widget .footer-links li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-widget .footer-links li a {
  color: #cccccc;
}
.footer-widget .footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.footer-widget .footer-item:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-item .content {
  margin-left: 20px;
}
.footer-widget .footer-item .content span {
  font-size: 14px;
  font-family: Poppins;
  color: #c59a5b;
  display: block;
  margin-bottom: 12px;
}
.footer-widget .footer-item .content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.footer-widget .footer-item .content h4 a {
  color: #ffffff;
}
.footer-widget .footer-item .user-style {
  height: 70px;
  width: 70px;
}
.footer-widget .footer-item .user-style .user {
  height: 70px;
  width: 70px;
}
.footer-widget .footer-item .user-style .user img {
  border-radius: 50%;
}

.blog-widget {
  max-width: 475px;
}
.blog-widget .logo {
  margin-bottom: 20px;
}
.blog-widget .logo img{
  width: 120px;
}
.blog-widget p {
  color: #EEEEEE;
  line-height: 2;
  font-size: 14px;
}

.footer-group {
  max-width: 620px;
}
.footer-group h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer-group h5 img {
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.footer-group .footer-input {
  height: 81px;
  position: relative;
}
.footer-group .footer-input .form-control {
  background-color: transparent;
  border-radius: 5px;
  height: 81px;
  padding-left: 25px;
  color: #bdb6b6;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-group .footer-input .form-control:focus {
  box-shadow: unset;
}
.footer-group .footer-input .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-group .footer-input .form-control:focus::placeholder {
  color: transparent;
}
.footer-group .footer-input .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #bdb6b6;
}
.footer-group .footer-input .form-control::placeholder {
  transition: all ease 0.5s;
  color: #bdb6b6;
}
.footer-group .footer-input .default-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.hero-style2-warp {
  background-color: #F5F5F5;

  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 335px;
  top: -105px;
  margin-bottom: -100px;
  padding-bottom: 255px;
}
.hero-style2-warp .hero-style2-image2 {
  position: absolute;
  bottom: 0;
  left: 27%;
}
.hero-style2-warp .hero-style2-image3 {
  position: absolute;
  bottom: 40px;
  left: 56%;
  border-radius: 5px;
}
.hero-style2-warp .hero2-shape1 {
  position: absolute;
  top: 25%;
  left: 8%;
}
.hero-style2-warp .hero2-shape2 {
  position: absolute;
  top: 20%;
  left: 35%;
}
.hero-style2-warp .hero2-shape3 {
  position: absolute;
  top: 29%;
  left: 51.6%;
}
.hero-style2-warp .hero2-shape4 {
  position: absolute;
  bottom: 24%;
  left: 46%;
}
.hero-style2-warp .hero2-shape5 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-style2-warp .content {
  max-width: 850px;
      display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.hero-style2-warp .content .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-style2-warp .content .title span {
  color: #c59a5b;
}
.hero-style2-warp .content h1 {
  font-size: 64px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.hero-style2-warp .content p {

  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.hero-style2-warp .content .default-btn-style2 {
  background-color: #c59a5b;
  margin-top: 25px;
  color: #c59a5b;
}
.hero-style2-warp .content .default-btn-style2::before {
  background-color: #F5F5F5;
}
.hero-style2-warp .shape-content {
  position: absolute;
  bottom: 45px;
  left: 39%;
}
.hero-style2-warp .shape-content h6 {
  font-size: 22px;
  margin-bottom: 0;
}
.hero-style2-warp .shape-content span {
  color: rgb(136, 136, 136);
  font-size: 14px;
  display: block;
}

.hero-heading-text {
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(30px);
     min-height: 1.2em;
}
.typing-wrapper {
  min-width: 100%;
  max-width: 100%;
}

/* Animated luxury gold gradient */
.typing-text {
  background: linear-gradient(
    90deg,
    #c59a5b,
    #e6c27a,
    #c59a5b
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShimmer 6s linear infinite;
}

@keyframes goldShimmer {
  to {
    background-position: 200% center;
  }
}


/* HERO BASE */
.hero-cinematic {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0b0f19;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* THREE CANVAS */
#network-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* DARK GRADIENT OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
      rgba(197,154,91,0.06),
      rgba(11,15,25,0.95) 70%);
  z-index: 1;
}

/* NOISE TEXTURE */
.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.035;
  z-index: 2;
  pointer-events: none;
}

/* MOUSE GLOW */
.mouse-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(197,154,91,0.2), transparent 70%);
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/* CONTENT ABOVE BACKGROUND */
.hero-cinematic .content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1100px;
  margin: auto;
}

#network-canvas {
  filter: blur(0.6px);
  opacity: 0.9;
}



/* ============================= */
/* Floating Buttons Group */
/* ============================= */

.floating-buttons {
  perspective: 1000px;
}

.floating-buttons a {
  transform-style: preserve-3d;
  animation: float3D 2.5s ease-in-out infinite;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.floating-buttons a:nth-child(2) {
  animation-delay: 0.8s;
}

@keyframes float3D {
  0% {
    transform: translateY(0px) rotateX(0deg);
  }
  50% {
    transform: translateY(-10px) rotateX(6deg);
  }
  100% {
    transform: translateY(0px) rotateX(0deg);
  }
}

.floating-buttons a:hover {
  animation-play-state: paused;
  transform: translateY(-16px) rotateX(8deg) scale(1.03);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}


.floating-card-effect {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: floatCard 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform;
}

/* Floating Animation */
@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Pause floating and lift more on hover */
.floating-card-effect:hover {
    animation-play-state: paused;
    transform: translateY(-18px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Icon subtle animation */
.floating-card-effect .icon {
    transition: transform 0.3s ease;
}

.floating-card-effect:hover .icon {
    transform: rotate(1deg) scale(1.05);
}

/* Circle button hover animation */
.floating-card-effect .circle-icon {
    transition: transform 0.3s ease;
}

.floating-card-effect:hover .circle-icon {
    transform: rotate(45deg);
}

/* Optional: stagger effect if multiple cards */
.linairis-main-card:nth-child(2) {
    animation-delay: 0.3s;
}

.linairis-main-card:nth-child(3) {
    animation-delay: 0.6s;
}


.linairis-main-card {
  margin-bottom: 45px;
  position: relative;
  padding: 38px 38px 60px 38px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(20, 19, 35, 0.05);
}
.linairis-main-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: all ease 0.5s;
  border-radius: 5px;
  background-color: #030405;
}
.linairis-main-card .icon {
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 1;
  color: #c59a5b;
  transition: all ease 0.5s;
}
.linairis-main-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.linairis-main-card  p{
  margin-bottom: 0px;
}
.linairis-main-card .number {
  position: absolute;
  top: 30px;
  color: #F5F5F5;
  font-family: Poppins;
  font-weight: 700;
  transition: all ease 0.5s;
  font-size: 55px;
  right: 40px;
}
.linairis-main-card .linairis-main-card-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  transition: all ease 0.5s;
}
.linairis-main-card .circle-icon {
  width: 70px;
  height: 70px;
  line-height: 72px;
  font-size: 22px;
  text-align: center;
  color: #c59a5b;
  border-radius: 50%;
  border: solid 1px transparent;
  position: absolute;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
  bottom: -25px;
  background-color: #ffffff;
}
.linairis-main-card:hover::before {
  height: 100%;
}
.linairis-main-card:hover h3 {
  color: #ffffff;
}
.linairis-main-card:hover p {
  color: #EEE;
}
.linairis-main-card:hover .icon {
  color: #ffffff;
}
.linairis-main-card:hover .linairis-main-card-shape {
  opacity: 1;
}
.linairis-main-card:hover .number {
  opacity: 0.1;
}
.linairis-main-card:hover .circle-icon {
  background-color: #c59a5b;
  color: #ffffff;
  border-color: #ffffff;
}

.linairis-main-warp {
  position: relative;
}
.linairis-main-warp .linairis-main-shape {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  z-index: -1;
}

.strategy-image {
  position: relative;
  max-width: 590px;
}
.strategy-image .strategy-count {
  position: absolute;
  background-color: #c59a5b;
  border-radius: 5px;
  width: 240px;
  padding: 35px;
  bottom: 0;
  left: 65px;
}
.strategy-image .strategy-count h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
}
.strategy-image .strategy-count p {
  margin-bottom: 0;
  color: #ffffff;
}
.strategy-image .strategy-count .strategy-shape {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.strategy-image .image img {
  border-radius: 5px;
}

.strategy-content {
  max-width: 680px;
  margin-right: -30px;
  margin-left: -10px;
}
.strategy-content .strategy-box {
  margin-bottom: 25px;
}
.strategy-content .strategy-box .icon {
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 78px;
  color: #c59a5b;
  text-align: center;
  border-radius: 5px;
  background: #f6efe3;
  margin-bottom: 28px;
}
.strategy-content .strategy-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.strategy-content .strategy-box p {
  margin-bottom: 0;
}
.strategy-content p {
  margin-bottom: 25px;
}
.strategy-content .default-btn-style2 {
  margin-top: 15px;
  color: #c59a5b;
  background-color: #c59a5b;
}

.strategy-warp {
  position: relative;
}
.strategy-warp .strategy-shape2 {
  position: absolute;
  bottom: 80px;
  right: 10%;
  z-index: -1;
}
.strategy-warp .strategy-shape3 {
     position: absolute;
    bottom: 95px;
    right: 22%;
    width: 120px;
}
.partner-logo img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  
}

.provide-card {
  margin-bottom: 25px;
}
.provide-card .content {
  position: relative;
  padding: 40px 25px 40px 38px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
.provide-card .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  background-color: #030405;
}
.provide-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.provide-card .content h3 a {
  color: #030405;
}
.provide-card .content p {
  margin-bottom: 25px;
}
.provide-card .content .provide-card-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .provide-card-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease 0.5s;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .provide-card-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all ease 0.5s;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .icon {
  width: 60px;
  height: 60px;
  color: #c59a5b;
  font-size: 22px;
  line-height: 66px;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}
.provide-card .content .linked-icon {
  color: #c59a5b;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.provide-card .content .another-icon {
  position: absolute;
  right: 40px;
  bottom: 25px;
}
.provide-card .image {
  overflow: hidden;
}
.provide-card .image img {
  border-radius: 5px 5px 0 0;
  transition: all ease 0.5s;
}
.provide-card:hover .image img {
  transform: scale(1.1);
}
.provide-card:hover .content::before {
  height: 100%;
}
.provide-card:hover .content h3 a {
  color: #ffffff;
}
.provide-card:hover .content p {
  color: #CCCCCC;
}
.provide-card:hover .content .another-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(261deg) brightness(107%) contrast(101%);
}
.provide-card:hover .content .icon {
  background-color: #c59a5b;
  color: #ffffff;
}
.provide-card:hover .content .provide-card-shape2 {
  opacity: 0;
}
.provide-card:hover .content .provide-card-shape3 {
  opacity: 1;
}
.provide-card:hover .content .provide-card-shape1 {
  opacity: 0.1;
}

.provide-slider-warp {
  position: relative;
}

.choose-content {
  margin-right: -20px;
}
.choose-content h2 {
  letter-spacing: -0.1rem;
  margin-bottom: 25px;
}
.choose-content .icon-content {
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 35px;
}
.choose-content .icon-content .icon-style {
  width: 75px;
  height: 75px;
}
.choose-content .icon-content .icon-style .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  color: #c59a5b;
  font-size: 40px;
  border: 1px solid #EEE;
}
.choose-content .icon-content .content {
  padding-left: 18px;
}
.choose-content .icon-content .content p {
  font-size: 20px;
  font-family: Poppins;
  color: #030405;
  margin-bottom: 2px;
}
.choose-content .icon-content .content .faqs {
  color: #c59a5b;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.choose-content .icon-content .content i {
  color: #030405;
  position: relative;
  font-size: 22px;
  top: 3px;
  padding-right: 10px;
}

.choose-image {
  max-width: 600px;
  padding-left: 60px;
  padding-bottom: 200px;
  padding-right: 115px;
  margin-left: auto;
  position: relative;
}
.choose-image .choose1 {
  width: 425px;
  border-radius: 5px;
}
.choose-image .choose2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  border-radius: 5px;
}
.choose-image .survey {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 225px;
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 83px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 0);
  background-color: #030405;
}
.choose-image .survey .round-number {
  width: 100px;
  height: 100px;
  padding: 34px 0;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c59a5b;
}
.choose-image .survey .round-number::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed #c59a5b;
  border-spacing: 2px;
}
.choose-image .survey .round-number h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #ffffff;
}
.choose-image .survey p {
  color: #EEE;
  margin-bottom: 0;
}

.choose-warp {
  position: relative;
}
.choose-warp .choose-shape2 {
  position: absolute;
  right: 10%;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.choose-warp .choose-shape1 {
  position: absolute;
  bottom: 18%;
  left: 40%;
  width: 150px;
}

.inner-counter-warp {
  position: relative;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  padding: 95px 65px 70px 65px;
  margin-bottom: -150px;
}
.inner-counter-warp .counter-map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.inner-counter-warp .expert-counter {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.inner-counter-warp .expert-counter .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: #030405;
  position: relative;
  z-index: 2;
}
.inner-counter-warp .expert-counter .icon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -7px;
  z-index: 0;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #c59a5b;
}
.inner-counter-warp .expert-counter .content {
  margin-left: 20px;
}
.inner-counter-warp .expert-counter .content h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 600;
}
.inner-counter-warp .col-lg-3:nth-child(4) .expert-counter {
  margin-left: 65px;
}
.inner-counter-warp .col-lg-3:nth-child(3) .expert-counter {
  margin-left: 50px;
}
.inner-counter-warp .col-lg-3:nth-child(2) .expert-counter {
  margin-left: 30px;
}

.auxiliary-warp {

  padding-top: 60px;
  padding-bottom: 60px;
}
.auxiliary-warp.style2 {
  padding-top: 272px;
  padding-bottom: 272px;
  background-color: #030405;
}

.effective-warp {
  margin-top: -400px;
  position: relative;
}
.effective-warp .section-title h2 {
  color: #ffffff;
}
.effective-warp .section-title h2 span::before {
  background-color: #c59a5b;
}
.effective-warp .effective-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.effective-card {
  position: relative;
  margin-bottom: 25px;
}
.effective-card .image img {
  border-radius: 5px;
}
.effective-card .content-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
}
.effective-card .content-icon .content {
  background-color: #ffffff;
  padding: 35px 30px 35px 35px;
  width: 365px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.effective-card .content-icon .content .title {
  padding-left: 55px;
  position: relative;
  color: #c59a5b;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.effective-card .content-icon .content .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.effective-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.effective-card .content-icon .content h3 a {
  color: #030405;
}
.effective-card .content-icon .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.effective-card .content-icon .icon {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  color: #c59a5b;
  position: relative;
  margin-left: -30px;
  font-size: 20px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.06);
  z-index: 2;
  transition: all ease 0.5s;
}
.effective-card .content-icon .effective-card-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all ease 0.5s;
  opacity: 0;
  pointer-events: none;
}
.effective-card:hover .content-icon .content {
  background-color: #030405;
}
.effective-card:hover .content-icon .content::before {
  opacity: 0;
}
.effective-card:hover .content-icon .content h3 a {
  color: #ffffff;
}
.effective-card:hover .content-icon .icon {
  background-color: #c59a5b;
  color: #ffffff;
}
.effective-card:hover .content-icon .effective-card-shape {
  opacity: 1;
}

.information-form {
  max-width: 700px;
  position: relative;
  padding: 70px;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  border-radius: 5px;
}
.information-form h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.information-form p {
  margin-bottom: 35px;
}
.information-form .form-control {
  height: 60px;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid #EEE;
  background-color: transparent;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.information-form .form-control:focus {
  box-shadow: unset;
  border-color: #c59a5b;
}
.information-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.information-form .form-control:focus::placeholder {
  color: transparent;
}
.information-form .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #888;
}
.information-form .form-control::placeholder {
  transition: all ease 0.5s;
  color: #888;
}
.information-form textarea {
  height: 160px !important;
  padding-top: 12px;
}
.information-form .info-form-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.info-content {
  max-width: 565px;
  margin-right: -20px;
  margin-left: -10px;
}
.info-content .default-btn-style2 {
  background-color: #c59a5b;
  margin-top: 18px;
  color: #c59a5b;
}
.info-content .get-info {
  margin-top: 35px;
}
.info-content .get-info .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.info-content .get-info .info-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
  font-family: Poppins;
  font-size: 22px;
  color: #030405;
  font-weight: 600;
}
.info-content .get-info .info-list li a {
  color: #030405;
}
.info-content .get-info .info-list li:last-child {
  margin-bottom: 0;
}
.info-content .get-info .info-list li i {
  position: absolute;
  left: 0;
    top: 3px;
    font-size: 27px;
  color: #c59a5b;
}
.info-content .get-info .info-list li p {
  color: #030405;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  margin-top: 8px;
}

.information-warp {
  position: relative;
  padding: 100px 0;
}
.information-warp .info-shape1 {
  position: absolute;
  right: 13%;
  top: 28%;
  z-index: -1;
  pointer-events: none;
}
.information-warp .info-shape2 {
  position: absolute;
  top: -63px;
  right: 23%;
  pointer-events: none;
}



.member-card {
  margin-bottom: 25px;
  margin-right: 30px;
  position: relative;
}
.member-card .content-icon {
  display: flex;
  align-items: center;
  padding-top: 25px;
  position: relative;
  justify-content: space-between;
}
.member-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.member-card .content-icon .content h3 a {
  color: #030405;
}
.member-card .content-icon .content p {
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link {
  padding-right: 30px;
  height: 55px;
}
.member-card .content-icon .icon-link .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  top: -52px;
  position: relative;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li {
  margin-bottom: 12px;
}
.member-card .content-icon .icon-link .social-list li:first-child {
  position: relative;
  z-index: 1;
  top: 0;
}
.member-card .content-icon .icon-link .social-list li .icon {
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  line-height: 62px;
  color: #030405;
}
.member-card .content-icon .icon-link .social-list li:nth-child(2) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(3) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(4) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(5) {
  position: absolute;
  margin-bottom: 0;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(2) {
  top: -270px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(3) {
  top: -202px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(4) {
  top: -136px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(5) {
  top: -70px;
}
.member-card .content-icon .icon-link .share {
  width: 55px;
  height: 55px;
  display: block;
  color: #c59a5b;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  line-height: 65px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
}
.member-card .content-icon .member-card2 {
  position: absolute;
  right: 80px;
  opacity: 0;
  transition: all ease 0.5s;
}
.member-card .image {
  position: relative;
}
.member-card .image .member-card1 {
  position: absolute;
  right: -30px;
  top: 30px;
  z-index: -1;
}
.member-card .image img {
  border-radius: 5px;
}
.member-card:hover .member-card2 {
  opacity: 1;
}

.member-slider-warp {
  position: relative;
}

.member-warp {
  position: relative;
}
.member-warp .member-shape {
  position: absolute;
  top: 150px;
  left: 12%;
}

.easy-widget {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.easy-widget .number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #EBE8E8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.easy-widget .number h1 {
  font-size: 50px;
  line-height: 100px;
  color: #ffffff;
  transition: all ease 0.5s;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.15);
}
.easy-widget h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.easy-widget .easy-card-shape1 {
  position: absolute;
  top: 35px;
  left: 93%;
}
.easy-widget:hover .number {
  background-color: #c59a5b;
  border-color: #c59a5b;
}
.easy-widget:hover .number h1 {
  color: #c59a5b;
  -webkit-text-stroke: 1px #ffffff;
}

.easy-warp {
  position: relative;
}
.easy-warp .easy-shape1 {
  position: absolute;
  top: 100px;
  left: 12%;
  pointer-events: none;
}
.easy-warp .easy-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.reform-card .icon i {
  font-size: 45px;
  color: #c59a5b;
  margin-bottom: 15px;
}

.inner-partner-warp {

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.04);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 70px 80px;
  text-align: center;
}

.client-card {
  border: solid 1px #EEEEEE;
  padding: 35px 34px;
  background-color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.05);
}
.client-card .icon-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.client-card .icon-star .star i {
  color: #FFC107;
  font-size: 18px;
  padding-right: 5px;
}
.client-card .icon-star .icon img {
  transition: all ease 0.5s;
}
.client-card .user-content {
  margin-top: 20px;
  padding: 44px 28px 30px 28px;
  display: flex;
  align-items: center;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.client-card .user-content .user-style {
  height: 75px;
  width: 75px;
}
.client-card .user-content .user-style .user {
  height: 75px;
  width: 75px;
}
.client-card .user-content .user-style .user img {
  border-radius: 50%;
}
.client-card .user-content .content {
  margin-left: 20px;
}
.client-card .user-content .content h5 {
  font-size: 19px;
  margin-bottom: 5px;
}
.client-card .user-content .content p {
  margin-bottom: 0;
}
.client-card:hover .icon-star .icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(6184%) hue-rotate(335deg) brightness(90%) contrast(110%);
}

.client-warp {
  position: relative;
}
.client-warp .testimonial-shape {
  position: absolute;
  top: 320px;
  left: 55%;
}
.client-warp .client-shape1 {
  position: absolute;
  bottom: 170px;
  left: 0;
  pointer-events: none;
}

.blog-box {
  margin-bottom: 25px;
}
.blog-box .image img {
  border-radius: 5px;
}
.blog-box .content {
  padding: 25px;
  border-radius: 5px;
  background: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  position: relative;
  transition: all ease 0.5s;
  z-index: 2;
}
.blog-box .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
  background-color: #030405;
}
.blog-box .content .date-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-box .content .date-list li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-left: 30px;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-box .content .date-list li:last-child {
  padding-right: 0;
}
.blog-box .content .date-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #c59a5b;
}
.blog-box .content .date-list li a {
  font-family: Poppins;
}
.blog-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.blog-box .content h3 a {
  color: #030405;
}
.blog-box .content p {
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.blog-box .content .read-more {
  font-weight: 500;
  color: #c59a5b;
  font-family: Poppins;
}
.blog-box .content .blog-box-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.5s;
}
.blog-box:hover .content::before {
  height: 100%;
}
.blog-box:hover .content .date-list li {
  color: #CCCCCC;
}
.blog-box:hover .content .date-list li a {
  color: #CCCCCC;
}
.blog-box:hover .content .blog-box-shape {
  opacity: 1;
}
.blog-box:hover .content p {
  color: #CCCCCC;
}
.blog-box:hover .content h3 a {
  color: #ffffff;
}

.blog-style2-warp {
  position: relative;
}
.blog-style2-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  background: #F5F5F5;
}

.third-header {
  position: relative;
  z-index: 3;
  background-color: #c59a5b;
  padding-bottom: 60px;
}
.third-header .header-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.third-header .header-content-list li i {
  color: #ffffff;
}
.third-header .header-contact .contact-list li {
  color: #ffffff;
}
.third-header .header-contact .contact-list li a {
  color: #ffffff;
}
.third-header .header-contact .social-list li a {
  line-height: 0;
  color: #ffffff;
  opacity: 1;
}

.hero-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 310px;
  padding-bottom: 230px;
  z-index: 1;
}
.hero-slide-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  opacity: 0.8000000119;
  background: #131313;
}

.hero-slide-bg .hero3-shape3 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 27%;
  transform: translateY(5px);
}
.hero-slide-bg .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero-slide-bg .content .title {
  font-weight: 600;
  color: #c59a5b;
  display: block;
  margin-bottom: 14px;
}
.hero-slide-bg .content h1 {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero-slide-bg .content p {
  color: #EEE;
  margin-bottom: 30px;
}
.hero-slide-bg .hero3-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-slide-bg .hero3-shape2 {
  position: absolute;
  bottom: 18%;
  right: 16%;
}
.hero-slide-bg .hero3-shape4 {
  position: absolute;
  bottom: 28%;
  left: 26%;
}

.hero-style3-warp {
  position: relative;
  margin-top: -55px;
}
.hero-style3-warp .swiper-btn .swiper-button-next,
.hero-style3-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 52%);
}
.hero-style3-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 150px;
}
.hero-style3-warp .swiper-btn .swiper-button-prev {
  left: 150px;
  right: auto;
}
.hero-style3-warp .swiper-btn .swiper-button-next::before,
.hero-style3-warp .swiper-btn .swiper-button-prev::before {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.hero-style3-warp .swiper-btn .swiper-button-next:hover::before,
.hero-style3-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #c59a5b;
  color: #ffffff;
}

.innovative-image {
  position: relative;
  padding-right: 120px;
  max-width: 675px;
  margin-right: -30px;
}
.innovative-image .performance {
  width: 440px;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  padding: 50px;
  bottom: 30px;
}
.innovative-image .performance .icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.innovative-image .performance .icon-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.innovative-image .performance .performance-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innovative-image .performance .performance-list li {
  display: flex;
  align-items: center;
}
.innovative-image .performance .performance-list li .round-icon {
  width: 50px;
  height: 50px;
}
.innovative-image .performance .performance-list li .round-icon .list-icon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #c59a5b;
}
.innovative-image .performance .performance-list li .content {
  margin-left: 15px;
}
.innovative-image .performance .performance-list li .content h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.innovative-image .performance .performance-list li .content h5 img {
  position: relative;
  top: -2px;
}
.innovative-image .performance .content-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.innovative-image .performance .content-number p {
  font-family: Poppins;
  margin-bottom: 0;
}
.innovative-image .performance .content-number span {
  font-weight: 600;
  color: #030405;
}
.innovative-image .performance .progress-warp {
  padding-top: 25px;
  margin-top: 25px;
  border-top: solid 1px #EEE;
}
.innovative-image .performance .progress-warp .progress {
  border-radius: 3px;
  background: #EEE;
  height: 10px;
}
.innovative-image .performance .progress-warp .progress-bar {
  background-color: #c59a5b;
}
.innovative-image .experience {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  left: -86px;
  top: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  padding: 30px 30px;
}
.innovative-image .experience h1 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 0;
}
.innovative-image .experience p {
  font-family: Poppins;
  color: #ffffff;
}
.innovative-image .innovative1 {
  border-radius: 5px;
}

.innovative-content {
  max-width: 585px;
  margin-right: -40px;
  margin-left: 60px;
}
.innovative-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.innovative-content ul li {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}
.innovative-content ul li .icon {
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 5px;
  text-align: center;
  font-size: 35px;
  color: #c59a5b;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #c59a5b;
}
.innovative-content ul li h5 {
  font-size: 22px;
  font-weight: 600;
}
.innovative-content ul li:last-child {
  margin-bottom: 0;
}
.innovative-content .default-btn {
  margin-top: 40px;
}

.innovative-warp {
  position: relative;
}
.innovative-warp .innovative-shape1 {
  position: absolute;
  top: 198px;
  left: 49%;
}
.innovative-warp .innovative-shape2 {
  position: absolute;
  right: 0;
  bottom: 23%;
  z-index: -1;
}
.innovative-warp .innovative-shape3 {
  position: absolute;
  bottom: 70px;
  right: 23%;
}

.inner-customer-warp {
  margin-bottom: 0;
}

.customer-warp {
  position: relative;
}
.customer-warp::before {
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  height: 1px;
  width: 41%;
  background-color: rgb(221, 221, 221);
}
.customer-warp::after {
  content: "";
  position: absolute;
  top: 86px;
  right: 0;
  height: 1px;
  width: 41%;
  background-color: rgb(221, 221, 221);
}
.customer-warp .section-title h1 {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 2.4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Smooth global animation */
.reform-card {
    transition: all 0.5s ease;
    transform: translateY(0);
    will-change: transform;
}

/* Hover Lift */
.reform-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Icon floating animation */
.floating-icon i {
    display: inline-block;
    animation: floatIcon 4s ease-in-out infinite;
}

@keyframes floatIcon {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* Parallax section */
.parallax-section {
    position: relative;
    overflow: hidden;
}

/* Parallax moving shape */
.parallax-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: parallaxMove 20s linear infinite alternate;
}

@keyframes parallaxMove {
    0% { transform: translateX(0px); }
    100% { transform: translateX(60px); }
}

/* Ensure paragraph fully visible */
.reform-card p {
    overflow: visible;
    display: block;
}

.reforms-warp {
  position: relative;
  z-index: 1;
}
.reforms-warp .reform-shape1 {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.reforms-content {
  max-width: 450px;
  margin-right: -20px;
}
.reforms-content h2 {
  color: #303030;
  margin-bottom: 30px;
}
.reforms-content .video-image {
  position: relative;
  margin-bottom: 30px;
}
.reforms-content .video-image .rounded-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-37px);
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  cursor: pointer;
  color: #ffffff;
  background-color: #c59a5b;
  transition: all ease 0.5s;
}
.reforms-content .video-image .rounded-circle:hover {
  background-color: #ffffff;
  color: #c59a5b;
}
.reforms-content .video-image img {
  border-radius: 5px;
}
.reforms-content p {
  color: #303030;
  margin-bottom: 20px;
}
.reforms-content .service-btn {
  color: #c59a5b;
}
.reforms-content .service-btn i {
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 18px;
}

.reform-big-warp {
  margin-left: 70px;
}
.reform-card h3{
  color: #fff;
}
.reform-big-warp .reform-card {
  margin-bottom: 25px;
  border-radius: 5px;
  background: #030405;
  position: relative;
  padding: 38px;
}
.reform-big-warp .reform-card .reform-card-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.reform-big-warp .reform-card .icon {
  margin-bottom: 0px;
}
.reform-big-warp .reform-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.reform-big-warp .reform-card h3 a {
  color: #ffffff;
}
.reform-big-warp .reform-card p {
  color: #CCC;
  margin-bottom: 18px;
}
.reform-big-warp .reform-card .read-more {
  color: #c59a5b;
}
.reform-big-warp .reform-card .read-more i {
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 18px;
}

.mission-content {
  max-width: 600px;
}
.mission-content .progress-bar {
  margin-bottom: 25px;
}
.mission-content .progress-bar .progress-content {
  margin-bottom: 12px;
}
.mission-content .progress-bar .progress-content h6 {
  font-size: 18px;
  font-weight: 600;
}
.mission-content .progress-bar .progress-content span {
  font-size: 18px;
  font-weight: 600;
  color: #030405;
  font-family: Poppins;
}
.mission-content .progress {
  --progress: 0%;
  width: 100%;
  background-color: #F3F3F3;
  height: 8px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.mission-content .progress .bar {
  width: 80%;
  height: 100%;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  background: #c59a5b;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.mission-content .progress .bar2 {
  width: 90%;
  height: 100%;
  background: #c59a5b;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
@property --progress {
  .mission-content {
    syntax: "<length>";
    initial-value: 0%;
    inherits: true;
  }
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes end {}
.mission-content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  border: 1px solid #c59a5b;
  color: #c59a5b;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.mission-content p {
  margin-bottom: 25px;
}

.mission-image .mission2 {
  margin-top: 30px;
}
.mission-image img {
  border-radius: 5px;
}

.mission-warp {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mission-warp .mission-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.mission-warp .mission-shape2 {
  position: absolute;
  bottom: 83px;
  left: 38%;
}
.mission-warp .mission-shape3 {
  position: absolute;
  bottom: 75px;
  right: 29%;
  z-index: -1;
}

.companies-warp {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 185px;
  position: relative;
}
.companies-warp .section-title h2 {
  color: #ffffff;
}
.companies-warp .pagination-slider-warp .swiper-pagination-bullet::after {
  background-color: #324054 !important;
}
.companies-warp .companies-shape1 {
  position: absolute;
  top: 260px;
  left: 200px;
}
.companies-warp .companies-shape2 {
  position: absolute;
  top: 120px;
  right: 10%;
}
.companies-warp .companies-shape3 {
  position: absolute;
  bottom: 100px;
  right: 27%;
}

.info-content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  border: 1px solid #c59a5b;
  color: #c59a5b;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px;
}

.information-style2-warp {
  position: relative;
}
.information-style2-warp .information-form {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.information-style2-warp .info-shape1 {
  position: absolute;
  right: 13%;
  bottom: 14%;
  z-index: -1;
}

.member-card.style2 {
  margin-right: 0;
}
.member-card.style2 .content-icon {
  width: 355px;
  position: absolute;
  left: 0;
  bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  padding: 22px 30px;
  border-radius: 5px;
}
.member-card.style2 .content-icon .icon-link {
  padding-right: 0;
}
.member-card.style2 .content-icon .icon-link .social-list {
  top: 4px;
  right: -55px;
}
.member-card.style2 .content-icon .team-card-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
.member-card.style2:hover .content-icon {
  background-color: #030405;
}
.member-card.style2:hover .content-icon .content h3 a {
  color: #ffffff;
}
.member-card.style2:hover .content-icon .content p {
  color: #cccccc;
}

.people-warp {
  position: relative;
}
.people-warp .people-shape1 {
  position: absolute;
  top: 75px;
  left: 14%;
}

.solution-card {
  margin-bottom: 25px;
  border-radius: 50%;
  text-align: center;
  height: 325px;
  width: 325px;
  position: relative;
  padding: 45px 40px;
  border: solid 5px #ffffff;
}
.solution-card .number h1 {
  font-size: 100px;
  line-height: 100px;
  color: transparent;
  transition: all ease 0.5s;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
}
.solution-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.solution-card .icon {
  width: 80px;
  height: 100px;
  border-radius: 50%;
  background-color: #F5F5F5;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 106px;
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 9px;
}
.solution-card .icon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  z-index: -1;
  background-color: #c59a5b;
}
.solution-card .easy-card-shape2 {
  position: absolute;
  top: 35px;
  left: 93%;
}
.solution-card:hover .number h1 {
  color: #c59a5b;
  -webkit-text-stroke: 1px #ffffff;
}
.solution-card .solutions-card-shape1 {
  position: absolute;
  bottom: -20px;
  right: -115px;
}
.solution-card .solutions-card-shape2 {
  position: absolute;
  bottom: -20px;
  right: -30px;
}

.solution-warp {
  position: relative;
  z-index: 1;
}
.solution-warp .col-lg-4:nth-child(1) .solution-card {
  margin-right: auto;
}
.solution-warp .col-lg-4:nth-child(2) .solution-card {
  margin-right: auto;
  margin-left: auto;
}
.solution-warp .col-lg-4:nth-child(3) .solution-card {
  margin-left: auto;
}
.solution-warp .solutions-shape1 {
  position: absolute;
  top: 160px;
  left: 14%;
}
.solution-warp .solutions-shape2 {
  position: absolute;
  top: 110px;
  right: 15%;
}
.solution-warp .solutions-shape3 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.solution-warp .solutions-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.inner-partner-warp {
  position: relative;
  z-index: 1;
}
.inner-partner-warp.style2 {
  margin-bottom: -100px;
}

.review-warp {
  position: relative;
  margin-top: -340px;
}
.review-warp .testimonial-shape {
  position: absolute;
  top: 60px;
  left: 55%;
}
.review-warp .section-warp h2 {
  color: #ffffff;
}
.review-warp .review-shape1 {
  position: absolute;
  top: 52.4%;
  z-index: -1;
  pointer-events: none;
}
.review-warp .both-shape {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.review-warp .swiper-btn .swiper-button-next::before,
.review-warp .swiper-button-prev::before {
  background: #26344A;
  color: #ffffff;
}

.review-card {
  margin-bottom: 25px;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 38px;
}
.review-card .user-content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.review-card .user-content .user {
  height: 75px;
  width: 75px;
}
.review-card .user-content .user img {
  border-radius: 50px;
}
.review-card .user-content .content {
  margin-left: 20px;
}
.review-card .user-content .content h4 {
  font-size: 19px;
  margin-bottom: 5px;
}
.review-card p {
  margin-bottom: 20px;
}
.review-card .star i {
  color: #FFC107;
  margin-right: 4px;
  font-size: 18px;
}
.review-card .quote {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 30px;
  bottom: 56px;
}

.blog-style3-warp {
  position: relative;
}
.blog-style3-warp .blog-shape2 {
  position: absolute;
  top: 0;
  left: 14%;
}
.blog-style3-warp .blog-shape1 {
  position: absolute;
  top: 36%;
  right: 6%;
  pointer-events: none;
  z-index: -1;
}

.inner2-today-warp {
  padding: 80px;
  overflow: hidden;
}
.inner2-today-warp .want-content {
  max-width: 270px;
}
.inner2-today-warp .want-content h4 {
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 0;
}
.inner2-today-warp .contact-icon {
  text-align: center;
  position: relative;
}
.inner2-today-warp .contact-icon::before {
  content: "";
  position: absolute;
  width: 104px;
  left: 0;
  top: 42px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}
.inner2-today-warp .contact-icon::after {
  content: "";
  position: absolute;
  width: 104px;
  right: 0;
  top: 42px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}
.inner2-today-warp .contact-icon .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #030405;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  line-height: 85px;
  font-size: 22px;
}
.inner2-today-warp .contact-content {
  margin-left: auto;
  max-width: 300px;
}
.inner2-today-warp .contact-content a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}
.inner2-today-warp .today-shape3 {
  position: absolute;
  top: -30px;
  right: 40%;
}

.inner-hero-warp {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
  z-index: 1;
}
.inner-hero-warp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 62%;
 
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-hero-warp.service-bg1 {
  background-color: #030405;
}

.inner-hero-warp .inner-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.inner-hero-warp .inner-shape4 {
  position: absolute;
  left: 42.8%;
  top: 43%;
}
.inner-hero-warp .inner-shape2 {
  bottom: 83px;
  position: absolute;
  left: 35%;
}
.inner-hero-warp .inner-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.inner-hero-warp .content {
  position: relative;
}
.inner-hero-warp .content h1 {
  font-size: 100px;
  line-height: 100px;
  color: transparent;
  transition: all ease 0.5s;
  margin-bottom: 0;
  position: absolute;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  top: -38px;
}
.inner-hero-warp .content .inner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.inner-hero-warp .content .inner-list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  color: #c59a5b;
}
.inner-hero-warp .content .inner-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 12px;
  bottom: 0;
  height: 18px;
  width: 2px;
  background-color: #ffffff;
}
.inner-hero-warp .content .inner-list li:last-child {
  padding-right: 0;
}
.inner-hero-warp .content .inner-list li:last-child::before {
  display: none;
}
.inner-hero-warp .content .inner-list li a {
  color: #ffffff;
}
.inner-hero-warp .content h2 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 0;
}
.inner-hero-warp .inner-shape3 {
  top: 50px;
  position: absolute;
  left: 35%;
}

/*
Pagination Style
=======================================================*/
.all-pagination {
  padding-top: 10px;
  margin-bottom: -15px;
}
.all-pagination.style2 {
  margin-top: 20px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination li {
  padding-right: 5px;
  padding-left: 5px;
}
.all-pagination .pagination li:last-child {
  padding-right: 0;
}
.all-pagination .pagination li:last-child .page-link i {
  position: relative;
  top: 2px;
  color: #c59a5b;
  font-size: 22px;
}
.all-pagination .pagination li:first-child {
  padding-left: 0;
}
.all-pagination .pagination li:first-child .page-link i {
  position: relative;
  left: 0;
  color: #c59a5b;
  top: 3px;
  font-size: 22px;
}
.all-pagination .pagination li .page-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 51px;
  border: none;
  color: #BBB;
  transition: all ease 0.5s;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}
.all-pagination .pagination li .page-link:hover {
  background-color: #c59a5b;
  color: #ffffff;
}
.all-pagination .pagination li .page-link:hover i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active {
  background-color: #c59a5b;
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link:focus {
  box-shadow: unset;
}

.service-card .box-shadow {
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}

.core-value-row{
  margin-top: 100px;
    justify-content: center;
    row-gap: 55px;
}

.service-video-warp {

  z-index: 1;
  position: relative;
}
.service-video-warp .service-video-content {
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.service-video-content p{
  color: #fff;
}
.service-video-warp .service-video-content .video-btn {
  height: 70px;
  width: 70px;
  background-color: #c59a5b;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  font-size: 28px;
  color: #ffffff;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}
.service-video-warp .service-video-content .video-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: rgba(239, 5, 72, 0.2);
  border-radius: 50%;
}
.service-video-warp .service-video-content .title {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: #c59a5b;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
  margin-top: 22px;
}
.service-video-warp .service-video-content .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #c59a5b;
}
.service-video-warp .service-video-content h2 {
  font-size: 48px;
  margin-bottom: 25px;
  color: #ffffff;
}
.service-video-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
     background-image: radial-gradient(circle at top right, #f4d6a1 0%, #050608 60%);
}
.service-video-warp .service-video-shape1 {
  position: absolute;
  top: 223px;
  left: 17%;
}
.service-video-warp .service-video-shape2 {
  position: absolute;
  bottom: 154px;
  right: 15%;
}

.service-big-warp .content1 {
  margin-bottom: 35px;
}
.service-big-warp .content1 h3 {
  font-size: 48px;
  margin-bottom: 15px;
}
.service-big-warp .image {
  margin-bottom: 35px;
}
.service-big-warp .image img {
  border-radius: 5px;
}
.service-big-warp .content2 {
  margin-bottom: 35px;
}
.service-big-warp .content2 h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-big-warp .image-content {
  margin-bottom: 30px;
}
.service-big-warp .image-content .image2 {
  margin-bottom: 25px;
}
.service-big-warp .image-content .image2 img {
  border-radius: 5px;
}
.service-big-warp .image-content .content3 {
  margin-bottom: 25px;
}
.service-big-warp .image-content .content3 .content3-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.service-big-warp .image-content .content3 .content3-list li {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 18px 20px 18px 50px;
  font-size: 16px;
  font-weight: 500;
  color: #030405;
  background: rgba(239, 5, 72, 0.06);
}
.service-big-warp .image-content .content3 .content3-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #c59a5b;
}
.service-big-warp .content4 {
  margin-bottom: 30px;
}
.service-big-warp .content4 h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-big-warp .content4 .content4-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-big-warp .content4 .content4-list li {
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
.service-big-warp .content4 .content4-list li:last-child {
  margin-bottom: 0;
}
.service-big-warp .content4 .content4-list li .icon {
  width: 50px;
  height: 46px;
  left: 0;
  top: 3px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  border-radius: 5px;
  background: #c59a5b;
}
.service-big-warp .content5 {
  margin-bottom: 25px;
}
.service-big-warp .content5 h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-big-warp .content5 p {
  margin-bottom: 0;
}

.service-small-warp .input-box {
  height: 100px;
  padding: 20px 22px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #F5F5F5;
}
.service-small-warp .input-box .input-submit {
  height: 60px;
  position: relative;
}
.service-small-warp .input-box .form-control {
  height: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}
.service-small-warp .input-box .form-control:focus {
  box-shadow: unset;
}
.service-small-warp .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control:focus::placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control::-moz-placeholder {
  color: #888;
}
.service-small-warp .input-box .form-control::placeholder {
  color: #888;
}
.service-small-warp .input-box .default-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
  padding: 18px 25px;
}
.service-small-warp .all-boxes {
  padding: 40px;
  border-radius: 5px;
  background: #F5F5F5;
}
.service-small-warp .all-boxes h3 {
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
}
.service-small-warp .all-boxes h3::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -40px;
  bottom: 0;
  width: 2px;
  height: 50px;
  background-color: #c59a5b;
}
.service-small-warp .category {
  margin-bottom: 30px;
}
.service-small-warp .category .categories-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-small-warp .category .categories-list li {
  position: relative;
  padding: 18px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  transition: all ease 0.5s;
}
.service-small-warp .category .categories-list li:hover {
  background-color: #c59a5b;
}
.service-small-warp .category .categories-list li:hover a {
  color: #ffffff;
}
.service-small-warp .category .categories-list li:hover i {
  color: #ffffff;
}
.service-small-warp .category .categories-list li:last-child {
  margin-bottom: 0;
}
.service-small-warp .category .categories-list li i {
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: all ease 0.5s;
  color: #c59a5b;
}
.service-small-warp .category .categories-list li a {
  color: #030405;
}
.service-small-warp .need-warp {
  text-align: center;
  background-color: #030405;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 5px;
  position: relative;
}
.service-small-warp .need-warp .logo {
  margin-bottom: 20px;
  display: block;
}
.service-small-warp .need-warp h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.service-small-warp .need-warp .service-details-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.service-small-warp .need-warp .service-details-shape2 {
  position: absolute;
  top: 50px;
  right: 50px;
  pointer-events: none;
}
.service-small-warp .need-warp .service-details-shape3 {
  position: absolute;
  bottom: 50px;
  right: -20px;
  pointer-events: none;
}
.service-small-warp .tags {
  margin-top: 30px;
}
.service-small-warp .tags a {
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
  display: inline-block;
  margin: 5px 3px 5px 0;
  color: #030405;
}
.service-small-warp .tags a:hover {
  background-color: #c59a5b;
  color: #ffffff;
}

.pricing-top-content {
  margin-bottom: 30px;
}
.pricing-top-content .pricing-content {
  max-width: 460px;
  margin-right: -20px;
}

.pricing-section {
  position: relative;
}
.pricing-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 0;
  height: 70px;
  width: 1px;
  background-color: rgba(14, 30, 54, 0.15);
}

.pricing-card {
  text-align: center;
  padding: 35px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}
.pricing-card .title {
  font-family: Poppins;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #c59a5b;
  font-weight: 500;
}
.pricing-card .cost {
  position: relative;
  padding: 40px;
  background-color: #030405;
}
.pricing-card .cost .pricing-card-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.pricing-card .cost h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 5px;
}
.pricing-card .cost p {
  color: #cccccc;
  margin-bottom: 0;
}
.pricing-card .content {
  padding: 15px;
  border-bottom: rgba(14, 30, 54, 0.1) solid 1px;
}
.pricing-card .content p {
  font-size: 14px;
}
.pricing-card .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.pricing-card .pricing-list li {
  margin-bottom: 12px;
}
.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-list li span {
  text-decoration: line-through;
  color: #BBBBBB;
}
.pricing-card .get-start {
  padding: 18px 40px;
  color: #c59a5b;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #c59a5b;
}
.pricing-card .get-start:hover {
  background-color: #c59a5b;
  color: #ffffff;
}

.tab-warp {
  position: relative;
}
.tab-warp .pricing-tab {
  position: absolute;
  right: 0;
  top: -115px;
}
.tab-warp .pricing-tab .nav-link {
  padding: 18px 25px;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 600;
  color: #030405;
}
.tab-warp .pricing-tab .nav-link.active {
  background-color: #c59a5b;
  color: #ffffff;
  border-radius: 5px;
}

.blog-big-warp {
  padding-right: 20px;
}
.blog-big-warp .image {
  position: relative;
}
.blog-big-warp .image .date {
  background-color: #c59a5b;
  border-radius: 0px 0px 5px 5px;
  width: 75px;
  padding: 11px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px;
}
.blog-big-warp .image .date span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: Poppins;
}
.blog-big-warp .image .date p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog-big-warp .image .date p:last-child {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #ffffff;
}
.blog-big-warp .content1 {
  margin-top: 20px;
  margin-bottom: 45px;
}
.blog-big-warp .content1 .title {
  color: #c59a5b;
  font-family: Poppins;
  display: block;
  margin-bottom: 12px;
}
.blog-big-warp .content1 h2 {
  font-size: 40px;
  margin-bottom: 22px;
}
.blog-big-warp .social-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: solid 1px #EEE;
}
.blog-big-warp .social-share .tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .social-share .tags ul li {
  display: inline-block;
}
.blog-big-warp .social-share .tags ul li h4 {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}
.blog-big-warp .social-share .tags ul li a {
  padding: 12px 20px;
  background: #F5F5F5;
  border-radius: 5px;
  transition: all ease 0.5s;
  margin-right: 5px;
  color: #030405;
}
.blog-big-warp .social-share .tags ul li a:hover {
  background-color: #c59a5b;
  color: #ffffff;
}
.blog-big-warp .social-share .social-warp .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .social-share .social-warp .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.blog-big-warp .social-share .social-warp .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgb(245, 245, 245);
  color: #030405;
}
.blog-big-warp .social-share .social-warp .social-list li .icon:hover {
  background-color: #c59a5b;
  color: #ffffff;
}
.blog-big-warp .social-share .social-warp .social-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .meetup-warp {
  margin-bottom: 100px;
}
.blog-big-warp .meetup-warp .meetup1 {
  padding: 22px 80px 22px 35px;
  border-radius: 5px;
  background: #F5F5F5;
  position: relative;
  transition: all ease 0.5s;
  display: inline-block;
}
.blog-big-warp .meetup-warp .meetup1:hover {
  background-color: #030405;
}
.blog-big-warp .meetup-warp .meetup1:hover p {
  color: #ffffff;
}
.blog-big-warp .meetup-warp .meetup1 p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #030405;
  transition: all ease 0.5s;
}
.blog-big-warp .meetup-warp .meetup1 .meetup-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-big-warp .meetup-warp .meetup1.style2 {
  text-align: end;
  padding: 22px 35px 22px 80px;
}
.blog-big-warp .comment-warp {
  margin-bottom: 100px;
}
.blog-big-warp .comment-warp h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-big-warp .comment-warp .comment-item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EEE;
}
.blog-big-warp .comment-warp .comment-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-big-warp .comment-warp .comment-item .user-style {
  width: 88px;
  height: 88px;
}
.blog-big-warp .comment-warp .comment-item .user-style .user {
  width: 88px;
  height: 88px;
}
.blog-big-warp .comment-warp .comment-item .user-style .user img {
  border-radius: 50%;
}
.blog-big-warp .comment-warp .comment-item .content {
  margin-left: 25px;
}
.blog-big-warp .comment-warp .comment-item .content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-big-warp .comment-warp .comment-item .content span {
  display: block;
  margin-bottom: 8px;
}
.blog-big-warp .comment-warp .comment-item .content p {
  margin-bottom: 0;
}
.blog-big-warp .comment-reply-warp {
  padding: 50px;
  border-radius: 5px;
  background-color: #F5F5F5;
}
.blog-big-warp .comment-reply-warp h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-big-warp .comment-reply-warp .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp .form-control:focus {
  box-shadow: unset;
}
.blog-big-warp .comment-reply-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-big-warp .comment-reply-warp .form-control:focus::placeholder {
  color: transparent;
}
.blog-big-warp .comment-reply-warp .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp textarea {
  height: 160px !important;
  padding-top: 12px;
}

.team-details-image img {
  border-radius: 5px;
}

.team-details-content {
  max-width: 620px;
  margin-left: 40px;
}
.team-details-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.team-details-content .title {
  display: block;
  color: #c59a5b;
  margin-bottom: 12px;
}
.team-details-content .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.team-details-content .info-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 22px;
  color: #030405;
  font-weight: 600;
}
.team-details-content .info-list li a {
  color: #030405;
}
.team-details-content .info-list li:last-child {
  margin-bottom: 0;
}
.team-details-content .info-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #030405;
}
.team-details-content .info-list li p {
  color: #555;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  margin-top: 15px;
}
.team-details-content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.team-details-content .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.team-details-content .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgb(245, 245, 245);
  color: #030405;
}
.team-details-content .social-list li .icon:hover {
  background-color: #c59a5b;
  color: #ffffff;
}
.team-details-content .social-list li:last-child {
  padding-right: 0;
}

.personal-experience {
  padding-top: 80px;
  width: 1207px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #DDDDDD;
  margin-top: 80px;
}
.personal-experience .personal-progress {
  max-width: 505px;
  margin-left: auto;
}
.personal-experience .personal-progress .progress-bar {
  margin-bottom: 25px;
}
.personal-experience .personal-progress .progress-bar .progress-content {
  margin-bottom: 15px;
}
.personal-experience .personal-progress .progress-bar .progress-content h6 {
  font-size: 18px;
  font-weight: 600;
}
.personal-experience .personal-progress .progress-bar .progress-content span {
  font-size: 18px;
  font-weight: 600;
  color: #030405;
  font-family: Poppins;
}
.personal-experience .personal-progress .progress {
  --progress: 0%;
  width: 100%;
  background-color: #F3F3F3;
  height: 10px;
  border-radius: 0;
}
.personal-experience .personal-progress .progress .bar {
  width: 80%;
  height: 100%;
  border-radius: 0;
  background: #c59a5b;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.personal-experience .personal-progress .progress .bar2 {
  width: 90%;
  height: 100%;
  background: #c59a5b;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.personal-experience .personal-progress .progress .bar3 {
  width: 75%;
  height: 100%;
  background: #c59a5b;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
@property --progress {
  .personal-experience .personal-progress {
    syntax: "<length>";
    initial-value: 0%;
    inherits: true;
  }
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes end {}
.personal-experience .personal-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.team-details-warp {
  position: relative;
  z-index: 1;
}
.team-details-warp .team-details-shape1 {
  position: absolute;
  bottom: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  z-index: -1;
}

.inner-team-contact {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.inner-team-contact .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.inner-team-contact .form-control:focus {
  box-shadow: unset;
}
.inner-team-contact .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-team-contact .form-control:focus::placeholder {
  color: transparent;
}
.inner-team-contact .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-team-contact .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.inner-team-contact textarea {
  height: 160px !important;
  padding-top: 12px;
}
.inner-team-contact .default-btn {
  margin-right: 10px;
  margin-left: 10px;
}

.team-contact-warp {
  position: relative;
  z-index: 1;
}
.team-contact-warp .team-contact-shape1 {
  position: absolute;
  top: 38%;
  z-index: -1;
  pointer-events: none;
}
.team-contact-warp .team-contact-shape2 {
  position: absolute;
  top: 20%;
  left: 15%;
  pointer-events: none;
}

.team-card.box-shadow {
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
  position: relative;
  margin-top: 0;
}
.team-card.box-shadow .team-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.portfolio-big-warp {
  padding-right: 20px;
}
.portfolio-big-warp .image {
  position: relative;
}
.portfolio-big-warp .image img {
  border-radius: 5px;
}
.portfolio-big-warp .image .image-content {
  max-width: 350px;
  padding: 22px 28px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-big-warp .image .image-content .image-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-big-warp .image .image-content .image-list li {
  position: relative;
  margin-bottom: 10px;
  font-family: Poppins;
}
.portfolio-big-warp .image .image-content .image-list li span {
  color: #030405;
  font-weight: 600;
}
.portfolio-big-warp .image .image-content .image-list li a {
  margin: 5px;
  position: relative;
  top: 4px;
  color: rgb(187, 187, 187);
}
.portfolio-big-warp .image .image-content .image-list li a:hover {
  color: #c59a5b;
}
.portfolio-big-warp .content1 {
  margin-top: 25px;
  margin-bottom: 30px;
}
.portfolio-big-warp .content1 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.portfolio-big-warp .content2 {
  margin-bottom: 30px;
}
.portfolio-big-warp .content2 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.portfolio-big-warp .content2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-big-warp .content2 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.portfolio-big-warp .content2 ul li:last-child {
  margin-bottom: 0;
}
.portfolio-big-warp .content2 ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.portfolio-big-warp .finance-warp {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgb(238, 238, 238);
  border-top: solid 1px rgb(238, 238, 238);
}
.portfolio-big-warp .finance-warp .finance-item .image {
  width: 80px;
  height: 80px;
}
.portfolio-big-warp .finance-warp .finance-item .image img {
  border-radius: 5px;
}
.portfolio-big-warp .finance-warp .finance-item .content {
  margin-left: 20px;
}
.portfolio-big-warp .finance-warp .finance-item .content span {
  color: #c59a5b;
  display: block;
  margin-bottom: 10px;
}
.portfolio-big-warp .finance-warp .finance-item.style2 {
  text-align: end;
}
.portfolio-big-warp .finance-warp .finance-item.style2 .content {
  margin-left: 0;
  margin-right: 20px;
}
.portfolio-big-warp .finance-warp i {
  font-size: 20px;
  padding-left: 15px;
  padding-right: 5px;
}
.portfolio-big-warp .finance-warp i:hover {
  color: #c59a5b;
}

.faq-content {
  padding-right: 10px;
}
.faq-content .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-body {
  background-color: #ffffff;
  padding: 12px 5px 5px 5px;
}
.faq-content .accordion-button {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #030405;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 10px rgba(14, 30, 54, 0.06);
  border-radius: 5px;
  padding: 20px 35px;
}
.faq-content .accordion-button .faq-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.faq-content .accordion-button:not(.collapsed) {
  background-color: #030405;
  color: #ffffff;
}
.faq-content .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(107%) contrast(106%);
}

.question-content h2 {
  margin-bottom: 20px;
}
.question-content .form-control {
  height: 60px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
  box-shadow: 0px 4px 30px 10px rgba(14, 30, 54, 0.06);
}
.question-content .form-control:focus::-moz-placeholder {
  color: transparent;
}
.question-content .form-control:focus::placeholder {
  color: transparent;
}
.question-content .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.question-content .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.question-content textarea {
  height: 160px !important;
  padding-top: 12px;
}

.question-warp .choose-shape1 {
  position: absolute;
  top: -13%;
  left: 58%;
  bottom: auto;
}

.map-warp iframe {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
}

.contact-card {
  margin-bottom: 25px;
  text-align: center;
  padding: 50px 20px;
  background-color: #030405;
  position: relative;
  border-radius: 5px;
}
.contact-card .contact-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.contact-card .icon {
  font-size: 40px;
  color: #c59a5b;
  margin-bottom: 20px;
}
.contact-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-card a {
  color: #CCC;
  display: block;
  line-height: 1.8;
}
.contact-card a:hover {
  color: #c59a5b;
}
.contact-card span {
  color: #CCC;
  display: block;
  line-height: 1.8;
}

.inner-contact-card {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
}
.inner-contact-card .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control:focus {
  box-shadow: unset;
}
.inner-contact-card .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-contact-card .form-control:focus::placeholder {
  color: transparent;
}
.inner-contact-card .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.inner-contact-card textarea {
  height: 160px !important;
  padding-top: 12px;
}
.inner-contact-card .contact-form {
  margin-top: 25px;
}

.contact-card-warp {
  position: relative;
  z-index: 1;
}
.contact-card-warp .team-contact-shape1 {
  position: absolute;
  top: 38%;
  z-index: -1;
  pointer-events: none;
}
.contact-card-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88%;
  width: 100%;
  z-index: -1;
  background-color: #F5F5F5;
}

.bar-class {
  display: none;
}

.link-tag {
  margin-bottom: 30px;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #030405;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}
.error-area .error-content-wrap .default-btn:hover {
  color: #c59a5b;
}

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #c59a5b;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #030405;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #030405;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #c59a5b;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #030405;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #030405;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #030405;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
  color: #555555;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  color: #555555;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #c59a5b;
  font-size: 20px;
}


/*
Navbar Warp  Style
======================================================*/
.navbar {
  left: 0;
  right: 0;
  height: auto;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 10px 50px rgba(22, 28, 38, 0.05);
  position: absolute;
  top: 0px;
}
.navbar.style2 {
  background-color: transparent;
  box-shadow: unset;
}
.navbar.sticky {
  top: -1px;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1030;
  position: sticky;
  background-color: #030405;
  box-shadow: 0px 10px 50px rgba(22, 28, 38, 0.05);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-color: transparent;
}
.navbar.sticky .navbar-logo {
  position: relative;
  margin-top: 0;
}
.navbar.sticky .inner-navbar-warp {
  margin-top: 0;
}
.navbar.sticky .navbar-toggler {
  color: #030405;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar.sticky .navbar-toggler.black-toggle {
  color: #000000;
}
.navbar.sticky .navbar-toggler.black-toggle .burger-menu span {
  background: #000000;
}
.navbar.sticky .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar.sticky .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #000000;
}
.navbar.sticky .home3-one-toggler .burger-menu {
  cursor: pointer;
}
.navbar.sticky .home3-one-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #ffffff;
}
.navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}
.navbar .navbar-brand img{
  width: 100px;
}
.navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 0;
  list-style-type: none;
}
.navbar .navbar-toggler {
  color: #030405;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler.black-toggle {
  color: #000000;
}
.navbar .navbar-toggler.black-toggle .burger-menu span {
  background: #000000;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #fff;
}
.navbar .home3-one-toggler .burger-menu {
  cursor: pointer;
}
.navbar .home3-one-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #ffffff;
}
.navbar .navbar-nav {
  margin-right: 30px;
  margin-left: auto;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  transition: all ease 0.5s;
    font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
      text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .nav-link.with-image {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.with-image .navbar-image {
  position: absolute;
  bottom: -12px;
  text-align: center;
  left: 50%;
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateX(-11px);
}
.navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  left: -5px;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 73px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 250px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: rgba(4, 4, 5, 0.2) 0px 7px 36px -8px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  padding: 8.5px 20px;
  color: #030405;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #555555;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #555555;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #030405;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #030405;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #030405;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #c59a5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #030405;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .others-option {
  position: relative;
}
.navbar .others-option .option-item {
  padding-right: 40px;
  position: relative;
}
.navbar .others-option .option-item:last-child {
  padding-right: 0;
}
.navbar .others-option .option-item .can-btn {
  background-color: transparent;
  border: none;
  font-size: 20px;
  margin-top: 5px;
}
.navbar .others-option .option-item .default-btn {
  background-color: #c59a5b;
  margin-bottom: -6px;
}
.navbar .others-option .option-item .default-btn::before {
  border-color: #c59a5b;
}
.navbar .others-option .option-item .default-btn::after {
  border-color: #c59a5b;
}
.navbar .others-option .phone-call {
  display: flex;
}
.navbar .others-option .phone-call .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c59a5b;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
}
.navbar .others-option .phone-call .content {
  margin-left: 15px;
}
.navbar .others-option .phone-call .content span {
  display: block;
  font-size: 14px;
  color: #888;
}
.navbar .others-option .phone-call .content a {
  color: #030405;
  font-size: 18px;
  font-weight: 600;
}
.navbar.first-navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.first-navbar .default-btn {
  padding: 38px 60px;
  border-radius: 0;
}
.navbar.first-navbar .others-option .option-item:first-child {
  padding-right: 80px;
}
.navbar.first-navbar .others-option .option-item:first-child::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 40px;
  bottom: 0;
  height: 44px;
  width: 1px;
  background-color: rgba(14, 30, 54, 0.2);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.navbar-style3 {
  background-color: transparent;
  padding: 0;
}
.navbar-style3 .inner-navbar-warp {
  background: #2D333C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  z-index: 1030 !important;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-style3 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.navbar-style3 .others-option .option-item .can-btn {
  color: #ffffff;
}
.navbar-style3.sticky {
  background: #2D333C;
}

.first-container {
  max-width: 1750px !important;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0 !important;
}

.third-navbar {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -50px;
  background-color: transparent;
  z-index: 3;
}
.third-navbar .third-container {
  position: relative;
  background-color: #030405;
  border-radius: 5px;
  z-index: 999;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.third-navbar .third-container .navbar-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.third-navbar .others-option {
  position: relative;
}
.third-navbar .others-option .option-item:first-child {
  padding-right: 80px;
}
.third-navbar .others-option .option-item:first-child::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 40px;
  bottom: 0;
  height: 44px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.third-navbar .others-option .option-item .can-btn {
  margin-top: 12px;
}
.third-navbar .others-option .option-item .can-btn i {
  color: #ffffff;
}
.third-navbar .others-option .phone-call .icon {
  background-color: #030405;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.third-navbar .others-option .phone-call .content span {
  color: #EEEEEE;
}
.third-navbar .others-option .phone-call .content a {
  color: #ffffff;
}
.third-navbar .navbar-nav {
  padding-right: 40px;
}
.third-navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #ffffff;
}
.third-navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #ffffff;
}
.third-navbar.sticky {
  background-color: #030405;
}
.third-navbar.sticky .navbar-shape1 {
  display: none;
}

/*
Responsive Warp  Style
======================================================*/
.responsive-navbar {
  border: 0 !important;
}
.responsive-navbar .offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  justify-content: space-between;
}
.responsive-navbar .offcanvas-header .close-btn {
  background-color: transparent;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
}
.responsive-navbar .offcanvas-header .close-btn:hover {
  color: #c59a5b;
}
.responsive-navbar .offcanvas-body {
  padding: 30px 15px 15px;
  background-color: #ffffff;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 25px;
  color: #000000;
  background-color: transparent;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: #030405;
  background-color: transparent;
  transition: all ease 0.5s;
  font-size: 15px;
  font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::after {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "\ea4e";
  font-family: remixicon !important;
  line-height: 1;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  margin-top: -2px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.without-icon::before {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
  color: #c59a5b;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
  margin-top: 12px;
  background-color: #f8f8f8;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item {
  color: #555555;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  width: 100%;
  display: block;
  color: #555555;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: #c59a5b;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: #555555;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button::after {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button::before {
  position: absolute;
  content: "\ea4e";
  font-family: remixicon !important;
  line-height: 1;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  margin-top: -2px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: #ffffff;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  color: #555555;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: #c59a5b;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: #f8f8f8;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .others-option {
  padding-left: 0;
  margin-top: 30px;
  position: relative;
}
.responsive-navbar .others-option .option-item {
  margin-right: 30px;
}
.responsive-navbar .others-option .option-item:last-child {
  margin-right: 0;
}
.responsive-navbar .others-option .option-item .can-btn {
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin-top: 12px;
}

/*
Modal  Warp  Style
======================================================*/
.modal-search {
  position: relative;
  display: inline-block;
}

/*================================================
Scroll Top Area CSS
=================================================*/
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #c59a5b;
  border-radius: 50%;
  line-height: 1;
  border: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 0.8;
  z-index: 9999;
  font-size: 50px;
}

#scrollTopBtn:hover {
  opacity: 1;
}

/*
Video Popup Warp  Style
======================================================*/
.popup {
  display: none;
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.904);
}
.popup .popup-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  position: relative;
}
.popup .close {
  right: 0px;
  top: -52px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7473%) hue-rotate(56deg) brightness(108%) contrast(108%);
  opacity: 1;
  cursor: pointer;
  font-size: 68px;
}
.popup .close:focus {
  outline: 0;
  box-shadow: unset;
}
.popup iframe {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 10px;
}
.popup .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.popup-show {
  display: block;
}

/* Min width 991px */
@media only screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .container-fluid {
    max-width: 540px;
  }
  .navbar .inner-navbar-warp {
    margin-top: 0;
  }
  .navbar.first-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar.first-navbar .default-btn {
    padding: 38px 60px;
    border-radius: 0;
  }
  .popup .popup-content {
    margin: 46% auto;
    padding: 20px;
    width: 100%;
  }
  .popup .close {
    right: 15px;
    top: -51px;
  }
  #scrollTopBtn {
    bottom: 75px;
    right: 20px;
  }
  .navbar-style3 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .navbar-style3 .inner-navbar-warp {
    padding-left: 12px;
    padding-right: 12px;
  }
  .first-container {
    max-width: 540px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .third-navbar.sticky .third-container {
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container-fluid {
    max-width: 720px;
  }
  .first-container {
    max-width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container-fluid {
    max-width: 960px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-nav .nav-item .nav-link span {
    display: none;
  }

  .navbar .others-option .option-item {
    padding-right: 15px;
  }
  .navbar .others-option .option-item .can-btn {
    font-size: 18px;
    margin-top: 12px;
  }
  .navbar.first-navbar .default-btn {
    padding: 38px 20px;
    border-radius: 0;
    font-size: 14px;
  }
  .navbar.first-navbar .others-option .option-item:first-child {
    display: none;
  }
  .navbar-style3 .navbar-nav {
    margin-right: 15px !important;
  }
  .first-container {
    max-width: 960px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .third-navbar .others-option .option-item:first-child {
    display: none;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar .container-fluid {
    max-width: 1140px;
  }
  .navbar .container-fluid.style3 {
    max-width: 1140px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 14px;
    margin-right: 14px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item .nav-link span {
    display: none;
  }
  .navbar.first-navbar .default-btn {
    padding: 38px 35px;
  }
  .navbar.first-navbar .others-option .option-item:first-child {
    display: none;
  }
  .first-container {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .third-navbar .others-option .option-item:first-child {
    display: none;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
  .navbar .container-fluid {
    max-width: 1320px;
  }
  .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar .navbar-nav .nav-item .nav-link span {
    display: none;
  }
  .navbar .others-option .option-item {
    padding-right: 20px;
  }
  .navbar .others-option .option-item:first-child {
    padding-right: 30px !important;
  }
  .navbar .others-option .option-item:first-child::before {
    display: none;
  }
  .navbar.first-navbar .default-btn {
    padding: 38px 30px;
  }
  .first-container {
    max-width: 1320px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1930px) and (max-width: 5000px) {
  .first-container {
    max-width: 1570px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0 !important;
  }
}

@media(max-width:1385px)
{
.navbar{
  background-color: #030405 !important;
}
}
@media(max-width:992px)
{
.offcanvas-header img{
    width: 100px;
}
}



/* Max width 767px */
@media only screen and (max-width: 991px) {
  .container-fluid {
    max-width: 540px;
  }
  .portfolio-warp .container-fluid {
    max-width: 540px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .register-warp .container-fluid {
    max-width: 540px;
  }
  .pagination-slider-warp .swiper-pagination {
    position: relative;
    margin-top: 20px;
    margin-bottom: -12px;
  }
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .default-btn, .default-btn-outline {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .default-btn-style2 {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .single-section .title {
    font-size: 14px;
  }
  .single-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .single-section h2 span::before {
    display: none;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .title {
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 30px;
  }
  .section-title .title::before {
    top: 9px;
    width: 25px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title h2 span::before {
    display: none;
  }
  .section-warp {
    margin-bottom: 25px;
    display: block;
  }
  .section-warp .single-section {
    margin-bottom: 15px;
  }
  .swiper-btn {
    justify-content: center;
    display: flex;
  }
  .swiper-btn .swiper-button-next,
  .swiper-btn .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .swiper-btn .swiper-button-next::before,
  .swiper-btn .swiper-button-prev::before {
    width: 45px;
    height: 45px;
    line-height: 49px;
  }
  .swiper-btn .swiper-button-next {
    left: auto;
    right: -45px;
  }
  .swiper-btn .swiper-button-prev {
    left: -45px;
    right: auto;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-75 {
    padding-bottom: 35px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .header-content {
    text-align: center;
  }
  .header-content .header-content-list li {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .header-contact {
    text-align: center;
    display: block;
  }
  .header-contact .social-list {
    margin-left: 0;
    margin-top: 10px;
  }
  .all-shapes {
    display: none;
  }
  .hero-warp {
    background-image: none;
    background-color: #030405;
  }
  .hero-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .hero-content h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .hero-content p {
    margin-bottom: 20px;
  }
  .inner-trending-warp {
    padding: 5px;
  }
  .trending-card {
    margin-bottom: 75px;
  }
  .trending-card .content {
    padding: 20px 15px;
    left: 20px;
    right: 20px;
    overflow: hidden;
    background-color: #c59a5b;
  }
  .trending-card .content .read-more {
    opacity: 1;
    top: 0;
    color: #fff;
  }
  .trending-card .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .trending-card .content h3 a {
    color: #fff;
  }
  .about-content {
    margin-right: 0;
    margin-left: 0;
  }
  .about-content .about-progress {
    margin-top: 25px;
    margin-bottom: 30px;
    display: block;
  }
  .about-content .about-progress li {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .about-content .about-progress li:last-child {
    margin-bottom: 0;
  }
  .about-content .about-progress li .progress-style {
    width: 60px;
    height: 60px;
  }
  .about-content .about-progress li .progress-style .progress {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about-content .about-progress li .progress-style .progress .progress-value {
    font-size: 14px;
    line-height: 60px;
  }
  .about-content .about-progress li h4 {
    margin-left: 18px;
    font-size: 18px;
  }
  .about-content .about-list {
    margin-top: 20px;
  }
  .about-content .about-list li {
    margin-bottom: 15px;
    padding-left: 28px;
    font-size: 14px;
  }
  .about-content .about-list li i {
    font-size: 18px;
    top: 2px;
  }
  .about-image {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .about-image .about-shape1 {
    display: none;
  }
  .about-image .about-shape2 {
    display: none;
  }
  .service-card .content {
    padding: 45px 20px 25px 20px;
  }
  .service-card .content .icon {
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
  .service-card .content .read-more {
    padding: 12px 20px;
    font-size: 13px;
  }
  .service-card .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-card .content p {
    margin-bottom: 18px;
  }
  .service-warp .service-link a i {
    display: none;
  }
  .portfolio-card .content-icon .icon {
    padding: 37px 15px;
  }
  .portfolio-card .content-icon .content {
    padding: 25px 10px 25px 15px;
  }
  .portfolio-card .content-icon .content h3 {
    font-size: 16px;
  }
  .map-warp .map .content-card .icon-content {
    opacity: 0 !important;
    display: none;
  }
  .map-warp .map .content-card.style3 {
    bottom: 53%;
    left: 70%;
  }
  .map-warp .map .content-card.style3.active .icon-content {
    top: -46px;
    left: -166px;
    opacity: 0;
  }
  .map-warp .map .content-card.style5 {
    bottom: 20%;
    left: 20%;
  }
  .map-warp .map .content-card.style5 .icon-content {
    left: -35px;
  }
  .map-warp .map .content-card.style5 .icon-content::before {
    left: 27%;
  }
  .map-warp .map .content-card.style2 {
    top: 34%;
    left: 5%;
  }
  .map-warp .map .content-card.style2 .icon-content {
    left: -5px;
  }
  .map-warp .map .content-card.style2 .icon-content::before {
    left: 13%;
  }
  .map-warp .map .content-card.style1 {
    top: 61%;
    left: 48%;
  }
  .map-warp .map .content-card.style1 .icon-content {
    top: -113px;
    left: -136px;
  }
  .map-warp .map .content-card.style4 {
    top: 10%;
    right: 52%;
  }
  .map-warp .map .content-card.style6 {
    display: none;
  }
  .inner-register-warp {
    padding: 70px 25px;
  }
  .inner-register-warp .register1 {
    display: none;
  }
  .inner-register-warp .register-shape1 {
    display: none;
  }
  .inner-register-warp::before {
    width: 0;
  }
  .register-content {
    margin-bottom: 30px;
  }
  .register-form .default-btn {
    width: 100%;
    background-color: #c59a5b;
  }
  .register-form .default-btn::before {
    border-color: #c59a5b;
  }
  .register-form .default-btn::after {
    border-color: #c59a5b;
  }
  .register-form .form-control {
    height: 50px;
    font-size: 14px;
  }
  .register-form textarea {
    height: 126px !important;
  }
  .team-card {
    padding: 25px;
    margin-top: 0;
  }
  .team-card .content h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .team-card .content p {
    margin-bottom: 15px;
  }
  .team-card .content .social-list li {
    padding-right: 10px;
  }
  .team-card .content .social-list li .icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  .team-shape-warp .service-link a i {
    display: none;
  }
  .counter-list {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .counter-list li {
    padding: 0 14px;
  }
  .counter-list li .expert-counter h1 {
    font-size: 32px;
  }
  .fun-fact-warp {
    margin-bottom: 0;
  }
  .fun-fact-warp::before {
    width: 100%;
    background-color: #030405;
    background-image: none;
  }
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card .user-content {
    margin-bottom: 12px;
  }
  .testimonial-card .user-content .user {
    height: 65px;
    width: 65px;
  }
  .testimonial-card .user-content .user img {
    height: 65px;
    width: 65px;
  }
  .testimonial-card .user-content .content h4 {
    font-size: 18px;
  }
  .testimonial-card .quote {
    display: none;
  }
  .testimonial-slide-warp .swiper-btn {
    justify-content: center;
    display: flex;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-next,
  .testimonial-slide-warp .swiper-btn .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-next::before,
  .testimonial-slide-warp .swiper-btn .swiper-button-prev::before {
    width: 45px;
    height: 45px;
    line-height: 49px;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-next {
    left: auto;
    right: -45px;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-prev {
    left: -45px;
    right: auto;
  }
  .testimonial-warp .trending-content {
    padding-top: 15px;
    margin-top: 0;
  }
  .blog-card .image .date {
    width: 65px;
    padding: 5px 19px;
  }
  .blog-card .image .date span {
    font-size: 18px;
  }
  .blog-card .image .date p {
    font-size: 12px;
  }
  .blog-card .content {
    padding: 20px;
  }
  .blog-card .content h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .blog-card .content .read-more {
    padding: 12px 25px;
  }
  .inner-today-warp {
    padding: 20px;
    margin-bottom: 60px;
  }
  .inner-today-warp .content {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .inner-today-warp .content h2 {
    font-size: 22px;
  }
  .inner-today-warp .today-btn {
    text-align: start !important;
  }
  .inner-today-warp .default-btn-style2 {
    margin-top: 15px;
  }
  .inner-today-warp .today-shape {
    display: none;
  }
  .footer-warp {
    padding-top: 60px;
  }
  .blog-widget {
    margin-bottom: 35px;
    max-width: 100%;
  }
  .blog-widget .logo {
    margin-bottom: 15px;
  }
  .footer-group {
    max-width: 100%;
  }
  .footer-group h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-group .footer-input {
    height: 50px;
  }
  .footer-group .footer-input .form-control {
    height: 50px;
    font-size: 12px;
    padding-left: 18px;
  }
  .footer-group .footer-input .default-btn {
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-widget h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .footer-widget .footer-item .content {
    margin-left: 12px;
  }
  .footer-widget .footer-item .content h4 {
    font-size: 15px;
  }
  .footer-widget .footer-item .user-style {
    height: 55px;
    width: 55px;
  }
  .footer-widget .footer-item .user-style .user {
    height: 55px;
    width: 55px;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 0;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(3) .footer-widget {
    margin-left: 0;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(4) .footer-widget {
    margin-left: 0;
  }
  .footer-warp .copy-right-warp p {
    margin-bottom: 8px;
    text-align: center;
  }
  .footer-warp .copy-right-warp .copy-link {
    text-align: center !important;
  }
  .hero-style2-warp {
    background-image: none;
    padding-top: 165px;
    padding-bottom: 70px;
  }
  .hero-style2-warp .content h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .hero-style2-warp .content .default-btn-style2 {
    margin-top: 12px;
  }
  .linairis-main-card {
    padding: 20px 20px 35px 20px;
  }
  .linairis-main-card .icon {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .linairis-main-card .number {
    top: 10px;
    font-size: 40px;
    right: 30px;
  }
  .linairis-main-card .linairis-main-card-shape {
    display: none;
  }
  .linairis-main-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .linairis-main-card p {
    margin-bottom: 0;
  }
  .linairis-main-card .circle-icon {
    width: 50px;
    height: 50px;
    line-height: 56px;
    font-size: 18px;
  }
  .strategy-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .strategy-content p {
    margin-bottom: 18px;
  }
  .strategy-content .strategy-box .icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 64px;
    margin-bottom: 12px;
  }
  .strategy-content .strategy-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .strategy-content .default-btn-style2 {
    margin-top: 5px;
  }
  .strategy-image {
    max-width: 100%;
  }
  .strategy-image .image {
    margin-bottom: 25px;
  }
  .strategy-image .strategy-count {
    width: 180px;
    padding: 20px;
    bottom: 25px;
    left: 0;
  }
  .strategy-image .strategy-count h2 {
    font-size: 30px;
  }
  .provide-card .content {
    padding: 20px;
  }
  .provide-card .content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .provide-card .content .icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 53px;
    margin-right: 10px;
  }
  .provide-card .content .provide-card-shape2 {
    width: 120px;
  }
  .provide-card .content .provide-card-shape3 {
    width: 120px;
  }
  .provide-card .content .another-icon img {
    width: 35px;
  }
  .choose-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .choose-content h2 {
    letter-spacing: 0;
  }
  .choose-content .icon-content {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .choose-content .icon-content .icon-style {
    width: 55px;
    height: 55px;
  }
  .choose-content .icon-content .icon-style .icon {
    width: 55px;
    height: 55px;
    line-height: 65px;
    font-size: 32px;
  }
  .choose-content .icon-content .content p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .choose-image {
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .choose-image .survey {
    display: none;
  }
  .choose-image .choose2 {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
  }
  .inner-counter-warp {
    padding: 20px 20px 0 20px;
    margin-bottom: 60px;
  }
  .inner-counter-warp .col-lg-3:nth-child(4) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(3) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(2) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .expert-counter .icon {
    font-size: 40px;
    height: 40px;
    width: 40px;
  }
  .inner-counter-warp .expert-counter .icon::before {
    height: 20px;
    width: 20px;
  }
  .inner-counter-warp .expert-counter .content {
    margin-left: 15px;
  }
  .inner-counter-warp .expert-counter .content h1 {
    font-size: 30px;
  }
  .auxiliary-warp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .effective-card .content-icon {
    bottom: 25px;
    right: 25px;
  }
  .effective-card .content-icon .effective-card-shape {
    display: none;
  }
  .effective-card .content-icon .content {
    padding: 20px;
  }
  .effective-card .content-icon .content h3 {
    font-size: 18px;
  }
  .effective-card .content-icon .icon {
    display: none;
  }
  .information-form {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .information-form h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .information-form p {
    margin-bottom: 20px;
  }
  .information-form .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
  }
  .information-form textarea {
    height: 100px !important;
  }
  .info-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .info-content .default-btn-style2 {
    margin-top: 12px;
  }
  .info-content .get-info {
    margin-top: 20px;
  }
  .info-content .get-info .info-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .info-content .get-info .info-list li i {
    font-size: 18px;
    top: 2px;
  }
  .info-content .get-info .info-list li p {
    font-size: 14px;
    margin-top: 8px;
  }
  .member-card {
    margin-right: 0;
  }
  .member-card .image .member-card1 {
    display: none;
  }
  .member-card .content-icon .content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .easy-widget {
    padding: 0 20px;
  }
  .easy-widget .easy-card-shape1 {
    display: none;
  }
  .easy-widget .number {
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 18px;
  }
  .easy-widget .number h1 {
    font-size: 34px;
    line-height: 68px;
  }
  .easy-widget h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .easy-warp .easy-shape1 {
    display: none;
  }
  .easy-warp .easy-shape2 {
    display: none;
  }
  .inner-partner-warp {
    padding: 20px;
        margin-bottom: -40px !important;
  }
  .review-warp {
    position: relative;
    margin-top: -290px;
}
  .client-card {
    padding: 20px;
  }
  .client-card .icon-star {
    margin-bottom: 8px;
  }
  .client-card .user-content {
    margin-top: 0;
    padding: 16px;
    border: solid 1px rgba(204, 204, 204, 0.5764705882);
    background-image: none;
  }
  .client-card .user-content .user-style {
    height: 60px;
    width: 60px;
  }
  .client-card .user-content .user-style .user {
    height: 60px;
    width: 60px;
  }
  .client-card .user-content .content {
    margin-left: 15px;
  }
  .client-card .user-content .content h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .client-warp .testimonial-shape {
    display: none;
  }
  .client-warp .client-shape1 {
    display: none;
  }
  .client-warp .pagination-slider-warp .swiper-pagination {
    display: none;
  }
  .blog-box .content {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-box .content .date-list {
    margin-bottom: 10px;
  }
  .blog-box .content .date-list li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-box .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blog-style2-warp::before {
    height: 100%;
  }
  .inner-today-warp .today-shape2 {
    display: none;
  }
  .hero-slide-bg {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .hero-slide-bg .content h1 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .hero-slide-bg .content p {
    color: #EEE;
    margin-bottom: 20px;
  }
  .hero-style3-warp .swiper-btn {
    display: none;
  }
  .innovative-image {
    padding-right: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .innovative-image .performance {
    width: 100%;
    position: relative;
    right: 0;
    padding: 15px;
    bottom: 0;
    margin-top: 20px;
  }
  .innovative-image .performance .icon-content h4 {
    font-size: 18px;
  }
  .innovative-image .performance .performance-list li .round-icon {
    width: 35px;
    height: 35px;
  }
  .innovative-image .performance .performance-list li .round-icon .list-icon {
    width: 35px;
    height: 35px;
    line-height: 41px;
    font-size: 16px;
  }
  .innovative-image .performance .performance-list li .content {
    margin-left: 10px;
  }
  .innovative-image .performance .performance-list li .content h5 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .innovative-image .performance .progress-warp {
    padding-top: 12px;
    margin-top: 12px;
  }
  .innovative-image .performance .progress-warp .progress {
    margin-bottom: 0;
  }
  .experience {
    display: none;
  }
  .innovative-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .innovative-content ul {
    margin-top: 15px;
  }
  .innovative-content ul li {
    margin-bottom: 15px;
    padding-left: 60px;
  }
  .innovative-content ul li h5 {
    font-size: 18px;
  }
  .innovative-content ul li .icon {
    height: 45px;
    width: 45px;
    line-height: 49px;
    font-size: 24px;
  }
  .innovative-content .default-btn {
    margin-top: 20px;
  }
  .customer-warp::before {
    display: none;
  }
  .customer-warp::after {
    display: none;
  }
  .customer-warp .section-title h1 {
    font-size: 40px;
  }
  .reforms-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .reforms-content .video-image {
    margin-bottom: 20px;
  }
  .reforms-content .video-image .rounded-circle {
    transform: translateY(-22px);
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-size: 22px;
  }
  .reforms-content p {
    margin-bottom: 10px;
  }
  .reform-big-warp {
    margin-left: 0;
  }
  .reform-big-warp .reform-card {
    padding: 20px;
  }
  .reform-big-warp .reform-card .reform-card-shape1 {
    display: none;
  }
  .reform-big-warp .reform-card .icon {
    margin-bottom: 15px;
  }
  .reform-big-warp .reform-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .reform-big-warp .reform-card p {
    margin-bottom: 12px;
  }
  .mission-content {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .mission-content .progress-bar {
    margin-bottom: 0;
  }
  .mission-content .progress-bar .progress-content {
    margin-bottom: 5px;
  }
  .mission-content .progress-bar .progress-content h6 {
    font-size: 15px;
    font-weight: 600;
  }
  .mission-content .progress-bar .progress-content span {
    font-size: 16px;
  }
  .mission-content .read-more {
    padding: 12px 25px;
    margin-top: 10px;
  }
  .mission-warp .mission-shape2 {
    display: none;
  }
  .mission-warp .mission-shape1 {
    display: none;
  }
  .mission-warp .mission-shape3 {
    display: none;
  }
  .companies-warp {
    padding-bottom: 60px;
  }
  .information-style2-warp .information-form {
    margin-top: 60px;
  }
  .info-content .read-more {
    padding: 12px 25px;
    margin-top: 25px;
  }
  .people-warp .people-shape1 {
    display: none;
  }
  .member-card.style2 .content-icon {
    width: auto;
  }
  .member-card.style2 .content-icon .team-card-shape2 {
    display: none;
  }
  .solution-card {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 30px 0 30px;
    border: none;
  }
  .solution-card:last-child {
    margin-bottom: 25px;
  }
  .solution-card .solutions-card-shape1 {
    display: none;
  }
  .solution-card .solutions-card-shape2 {
    display: none;
  }
  .solution-card .icon {
    display: none;
  }
  .solution-card .number h1 {
    font-size: 50px;
    line-height: 1;
  }
  .solution-card p {
    margin-bottom: 0;
  }
  .auxiliary-warp.style2 {
    padding-top: 180px;
    padding-bottom: 272px;
  }
  .review-warp .testimonial-shape {
    display: none;
  }
  .review-warp .swiper-btn {
    display: none;
  }
  .review-card {
    padding: 20px;
  }
  .review-card .user-content {
    margin-bottom: 15px;
  }
  .review-card .user-content .user {
    height: 65px;
    width: 65px;
  }
  .review-card .user-content .content {
    margin-left: 15px;
  }
  .review-card .user-content .content h4 {
    font-size: 16px;
  }
  .inner-today-warp .today-shape1 {
    display: none;
  }
  .inner-today-warp .today-shape3 {
    display: none;
  }
  .inner-today-warp .want-content h4 {
           font-size: 22px;
        line-height: normal;
        margin-bottom: 12px;
        line-height: 27px;
  }
  .inner-today-warp .contact-icon {
    display: none;
  }
  .inner-today-warp .contact-icon::before {
    display: none;
  }
  .inner-today-warp .contact-icon::after {
    display: none;
  }
  .inner-today-warp .contact-content {
    max-width: 100%;
  }
  .inner-today-warp .contact-content a {
    font-size: 16px;
  }
  .waves {
   
    height: 150px;
}
  .inner-hero-warp {
    padding-top: 100px;
    padding-bottom: 65px;
    background-image: none !important;
  }
  .inner-hero-warp::before {
    background-image: none;
    background-color: #030405;
    width: 100%;
  }
  .inner-hero-warp .content h1 {
    display: none;
  }
  .inner-hero-warp .content .inner-list li {
    font-size: 15px;
  }
  .inner-hero-warp .content .inner-list li::before {
    height: 12px;
  }
  .inner-hero-warp .content h2 {
    font-size: 28px;
  }
  .all-pagination .pagination li .page-link {
    width: 45px;
    height: 45px;
    line-height: 39px;
    font-size: 16px;
  }
  .service-video-warp .service-video-content .title {
    font-size: 13px;
    margin-bottom: 12px;
    padding-right: 35px;
  }
  .service-video-warp .service-video-content .title::before {
    width: 30px;
  }
  .service-video-warp .service-video-content h2 {
    font-size: 23px;
  }
  .service-big-warp {
    padding-bottom: 25px;
  }
  .service-big-warp .content1 h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .service-big-warp .content2 h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .tab-warp .pricing-tab {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px !important;
  }
  .pricing-card .cost h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .faq-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .faq-content .accordion-button {
    font-size: 16px;
    padding: 15px 15px;
  }
  .question-content {
    margin-bottom: 30px;
  }
  .portfolio-big-warp {
    padding-right: 0;
  }
  .portfolio-big-warp .finance-warp {
    margin-top: 15px;
    padding-top: 15px;
    display: block !important;
  }
  .portfolio-big-warp .finance-warp .finance-item {
    margin-bottom: 25px;
  }
  .portfolio-big-warp .image .image-content {
    display: none;
  }
  .search-can .offcanvas-body {
    padding: 45px 20px;
  }
  .service-small-warp .all-boxes {
    padding: 20px;
  }
  .service-small-warp .all-boxes h3::before {
    left: -20px;
  }
  .personal-experience {
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
  }
  .team-details-content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .team-details-content h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .team-details-content .info-list li {
    padding-left: 30px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  .team-details-content .info-list li i {
    font-size: 16px;
  }
  .team-details-content .info-list li p {
    font-size: 14px;
    margin-top: 8px;
  }
  .personal-experience .personal-content {
    margin-bottom: 25px;
  }
  .personal-experience .personal-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .personal-experience .personal-progress {
    max-width: 100%;
  }
  .blog-big-warp {
    padding-right: 0;
  }
  .blog-big-warp .content1 h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .blog-big-warp .social-share {
    display: block;
  }
  .blog-big-warp .tags {
    margin-bottom: 20px;
  }
  .blog-big-warp .tags ul li a {
    padding: 12px 14px;
  }
  .blog-big-warp .meetup-warp .meetup1 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .blog-big-warp .meetup-warp .meetup1.style2 {
    text-align: end;
    padding: 20px;
  }
  .blog-big-warp .comment-warp h3 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .blog-big-warp .comment-warp .comment-item .user-style {
    width: 50px;
    height: 50px;
  }
  .blog-big-warp .comment-warp .comment-item .user-style .user {
    width: 50px;
    height: 50px;
  }
  .blog-big-warp .comment-warp .comment-item .content {
    margin-left: 12px;
  }
  .blog-big-warp .comment-reply-warp {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-big-warp .comment-reply-warp h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trending-card .content {
    padding: 20px 5px;
    left: 15px;
    right: 15px;
  }
  .about-content .about-progress {
    display: flex;
  }
  .about-content .about-progress li {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .map-warp .map .content-card .icon-content {
    top: -113px;
    left: -90px;
    width: 246px;
    padding: 15px 20px;
  }
  .map-warp .map .content-card.style3 {
    display: none;
  }
  .map-warp .map .content-card.style5 {
    bottom: 20%;
    left: 20%;
  }
  .map-warp .map .content-card.style2 {
    top: 14%;
    left: 20%;
  }
  .map-warp .map .content-card.style1 {
    top: 35%;
    left: 62%;
  }
  .map-warp .map .content-card.style4 {
    display: none;
  }
  .map-warp .map .content-card.style6 {
    bottom: 50px;
    right: 119px;
  }
  .team-card .content .social-list li {
    padding-right: 8px;
  }
  .team-card .content .social-list li .icon {
    width: 38px;
    height: 38px;
    line-height: 43px;
  }
  .inner-today-warp .today-shape {
    display: none;
  }
  .choose-image {
    max-width: 100%;
    padding-left: 60px;
    padding-bottom: 200px;
    padding-right: 115px;
  }
  .choose-image .choose1 {
    width: 425px;
    border-radius: 5px;
  }
  .choose-image .choose2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
    margin-top: 0;
  }
  .choose-image .survey {
    position: absolute;
    right: 0;
    display: block;
    bottom: 40px;
    width: 225px;
  }
  .inner-counter-warp {
    padding: 40px 40px 15px 40px;
  }
  .client-card {
    padding: 35px;
  }
  .member-card .content-icon .member-card2 {
    display: none;
  }
  .information-form {
    padding: 35px;
  }
  .effective-card .content-icon .content {
    padding: 15px;
  }
  .effective-card .content-icon .content h3 {
    font-size: 16px;
  }
  .effective-warp {
    margin-top: -320px;
  }
  .auxiliary-warp {
    padding-top: 50px;
  }
  .innovative-image .performance {
    padding: 45px;
  }
  .member-card.style2 .content-icon {
    width: auto;
    bottom: 30px;
  }
  .member-card.style2 .content-icon .icon-link {
    padding-right: 0;
    display: none;
  }
  .solution-card {
    padding: 20px 20px 0 20px;
  }
  .review-warp {
    position: relative;
    margin-top: -240px;
  }
  .auxiliary-warp .style2 {
    padding-top: 230px;
    padding-bottom: 165px;
  }
  .about-content .about-list li i {
    top: -1px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
  }
  .portfolio-warp .container-fluid {
    max-width: 720px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .register-warp .container-fluid {
    max-width: 720px;
  }
  .single-section h2 {
    font-size: 30px;
  }
  .hero-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .inner-trending-warp {
    padding: 25px;
  }
  .about-content .about-progress {
    display: flex;
  }
  .about-content .about-progress li {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .map-warp .map .content-card .icon-content {
    top: -113px;
    left: -90px;
    width: 246px;
    padding: 15px 20px;
  }
  .map-warp .map .content-card.style3 {
    bottom: 35%;
    left: 50%;
  }
  .map-warp .map .content-card.style5 {
    bottom: 32%;
    left: 20%;
  }
  .map-warp .map .content-card.style2 {
    top: 14%;
    left: 20%;
  }
  .map-warp .map .content-card.style1 {
    top: 25%;
    left: 43%;
  }
  .map-warp .map .content-card.style4 {
    top: 27%;
    right: 23%;
  }
  .counter-list li {
    padding: 0 8px;
  }
  .inner-today-warp {
    padding: 50px 35px;
    margin-bottom: 60px;
  }
  .hero-style2-warp .content h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .strategy-image .strategy-count {
    width: 240px;
    padding: 35px;
    bottom: 25px;
    left: 0;
  }
  .strategy-image .strategy-count h2 {
    font-size: 40px;
  }
  .choose-image {
    max-width: 100%;
    padding-left: 60px;
    padding-bottom: 200px;
    padding-right: 115px;
  }
  .choose-image .choose1 {
    width: 425px;
    border-radius: 5px;
  }
  .choose-image .choose2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
    margin-top: 0;
  }
  .choose-image .survey {
    position: absolute;
    right: 0;
    display: block;
    bottom: 40px;
    width: 225px;
  }
  .inner-counter-warp {
    padding: 40px 40px 15px 40px;
  }
  .information-form {
    padding: 45px;
  }
  .information-form h2 {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .innovative-image .performance {
    width: 100%;
    position: relative;
    right: 0;
    padding: 50px;
    bottom: 0;
    margin-top: 20px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 960px;
  }
  .portfolio-warp .container-fluid {
    max-width: 960px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .register-warp .container-fluid {
    max-width: 960px;
  }
  body {
    font-size: 14px;
  }
  p {
    font-size: 15px;
  }
  .default-btn {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .default-btn-style2 {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .single-section .title {
    font-size: 15px;
  }
  .single-section h2 {
    font-size: 32px;
  }
  .section-title h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .swiper-btn .swiper-button-next {
    left: auto;
    right: -50px;
  }
  .swiper-btn .swiper-button-prev {
    left: -50px;
    right: auto;
  }
  .swiper-btn .swiper-button-next::before,
  .swiper-btn .swiper-button-prev::before {
    width: 45px;
    height: 45px;
    line-height: 49px;
  }
  .about-content .about-list li i {
    top: -1px;
  }
  .header-contact .contact-list li {
    padding-right: 22px;
  }
  .header-contact .contact-list li::before {
    top: 4px;
    right: 8px;
    height: 14px;
  }
  .hero-warp .hero-shape7 {
    display: none;
  }
  .hero-warp .hero-shape2 {
    display: none;
  }
  .hero-warp .hero-shape5 {
    display: none;
  }
  .hero-warp .hero-shape6 {
    display: none;
  }
  .hero-warp .hero-shape4 {
    display: none;
  }
  .hero-warp::before {
    width: 80%;
  }
  .hero-content {
    max-width: 520px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hero-content p {
    margin-bottom: 20px;
  }
  .inner-trending-warp {
    padding: 30px;
  }
  .trending-card .content {
    padding: 30px 15px;
    left: 20px;
    right: 20px;
  }
  .trending-card .content h3 {
    font-size: 18px;
  }
  .about-image {
    max-width: 400px;
  }
  .about-image .about-shape2 {
    display: none;
  }
  .about-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: -30px;
  }
  .about-content .about-list {
    margin-top: 20px;
  }
  .about-content .about-list li {
    margin-bottom: 18px;
    padding-left: 32px;
    font-size: 16px;
  }
  .about-content .about-list li i {
    top: -1px;
  }
  .about-content .about-progress {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-content .about-progress li {
    padding-right: 40px;
  }
  .about-content .about-progress li .progress-style {
    width: 60px;
    height: 60px;
  }
  .about-content .about-progress li .progress-style .progress {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about-content .about-progress li .progress-style .progress .progress-value {
    font-size: 14px;
    line-height: 61px;
  }
  .about-content .about-progress li h4 {
    margin-left: 12px;
    font-size: 16px;
  }
  .service-slider-warp {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-warp .service-shape1 {
    display: none;
  }
  .service-warp .service-shape2 {
    display: none;
  }
  .portfolio-card .content-icon {
    bottom: 20px;
    right: 20px;
  }
  .portfolio-card .content-icon .content {
    padding: 20px 10px;
  }
  .portfolio-card .content-icon .content .title {
    padding-left: 0;
  }
  .portfolio-card .content-icon .content .title::before {
    display: none;
  }
  .portfolio-card .content-icon .content h3 {
    font-size: 18px;
  }
  .portfolio-card .content-icon .icon {
    padding: 32px 15px;
  }
  .inner-register-warp {
    padding: 50px 40px;
  }
  .inner-register-warp .register-shape1 {
    display: none;
  }
  .inner-register-warp .register1 {
    display: none;
  }
  .register-form {
    max-width: 380px;
  }
  .register-form .form-control {
    height: 50px;
    font-size: 14px;
  }
  .register-form textarea {
    height: 126px !important;
  }
  .register-content {
    max-width: 295px;
  }
  .team-card {
    padding: 25px;
  }
  .team-card .content .social-list li {
    padding-right: 10px;
  }
  .team-card .content .social-list li .icon {
    width: 45px;
    height: 45px;
    line-height: 48px;
  }
  .process-warp .process-card-shape2 {
    display: none;
  }
  .process-warp .process-card-shape3 {
    display: none;
  }
  .process-warp .process-shape2 {
    display: none;
  }
  .fun-fact-warp::before {
    width: 100%;
  }
  .counter-list {
    padding-left: 0;
    padding-right: 0;
  }
  .counter-list li .expert-counter h1 {
    font-size: 50px;
  }
  .testimonial-card {
    padding: 30px;
  }
  .testimonial-warp .testimonial-shape {
    display: none;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-next,
  .testimonial-slide-warp .swiper-btn .swiper-button-prev {
    top: -62px;
  }
  .testimonial-slide-warp .swiper-btn .swiper-button-prev {
    left: auto;
    right: 64px;
  }
  .blog-card .content {
    padding: 20px;
  }
  .blog-card .content h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .blog-card .image .date span {
    font-size: 20px;
    font-weight: 500;
  }
  .blog-card .image .date p {
    font-size: 12px;
  }
  .inner-today-warp {
    padding: 70px 50px;
  }
  .inner-today-warp .content h2 {
    font-size: 35px;
  }
  .inner-today-warp .today-shape {
    display: none;
  }
  .footer-widget h3 {
    font-size: 18px;
  }
  .footer-widget h3::before {
    right: -45px;
    width: 35px;
  }
  .footer-widget .schedule {
    padding: 18px;
  }
  .footer-widget .footer-item {
    margin-bottom: 20px;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 30px;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(3) .footer-widget {
    margin-left: -20px;
  }
  .footer-warp .another-warp .col-lg-3:nth-child(4) .footer-widget {
    margin-left: -55px;
  }
  .hero-style2-warp {
    background-size: 42% 100%;
    padding-top: 100px;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .hero-style2-warp .hero2-shape2 {
    display: none;
  }
  .hero-style2-warp .hero2-shape1 {
    display: none;
  }
  .hero-style2-warp .shape-content {
    display: none;
  }
  .hero-style2-warp .hero-style2-image2 {
    display: none;
  }
  .hero-style2-warp .hero2-shape3 {
    display: none;
  }
  .hero-style2-warp .hero-style2-image3 {
    bottom: 30px;
    width: 236px;
    left: 61%;
  }
  .hero-style2-warp .content {
    max-width: 500px;
  }
  .hero-style2-warp .content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .hero-style2-warp .content p {
    font-size: 14px;
  }
  .hero-style2-warp .content .default-btn-style2 {
    margin-top: 15px;
  }
  .hero-style2-warp .hero2-shape4 {
    display: none;
  }
  .linairis-main-card {
    padding: 30px 25px 60px 25px;
  }
  .linairis-main-warp .linairis-main-shape {
    bottom: 120px;
  }
  .strategy-content {
    margin-right: 0;
  }
  .strategy-image {
    max-width: 420px;
  }
  .choose-content {
    margin-right: 10px;
  }
  .choose-content .icon-content {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .inner-counter-warp {
    padding: 95px 40px 70px 40px;
  }
  .inner-counter-warp .expert-counter .icon {
    font-size: 45px;
    height: 45px;
    width: 45px;
  }
  .inner-counter-warp .expert-counter .icon::before {
    height: 22px;
    width: 22px;
  }
  .inner-counter-warp .expert-counter .content {
    margin-left: 12px;
  }
  .inner-counter-warp .expert-counter .content h1 {
    font-size: 45px;
  }
  .inner-counter-warp .col-lg-3:nth-child(2) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(3) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(4) .expert-counter {
    margin-left: 0;
  }
  .information-form {
    max-width: 500px;
    padding: 25px;
  }
  .information-form h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .information-form p {
    margin-bottom: 20px;
  }
  .information-form .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
  }
  .information-form textarea {
    height: 100px !important;
  }
  .information-warp .info-shape1 {
    display: none;
  }
  .info-content {
    margin-right: 0;
    margin-left: -20px;
  }
  .info-content .default-btn-style2 {
    margin-top: 12px;
  }
  .info-content .get-info {
    margin-top: 20px;
  }
  .info-content .get-info .info-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .info-content .get-info .info-list li i {
    top: 5px;
    font-size: 18px;
  }
  .info-content .get-info .info-list li p {
    font-size: 15px;
    margin-top: 8px;
  }
  .member-warp .member-shape {
    display: none;
  }
  .easy-warp .easy-shape2 {
    display: none;
  }
  .easy-widget .number {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .easy-widget .number h1 {
    font-size: 30px;
    line-height: 74px;
  }
  .easy-widget h3 {
    margin-bottom: 10px;
  }
  .client-card .user-content {
    padding: 20px;
    background-image: none;
    border: solid 1px rgba(204, 204, 204, 0.5764705882);
  }
  .blog-box .content {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
  }
  .blog-box .content .date-list li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-box .content h3 {
    font-size: 18px;
  }
  .hero-slide-bg {
    padding-top: 180px;
    padding-bottom: 125px;
  }
  .hero-slide-bg .hero3-shape3 {
    display: none;
  }
  .hero-slide-bg .content {
    max-width: 550px;
  }
  .hero-slide-bg .content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hero-style3-warp .swiper-btn .swiper-button-prev {
    left: 110px;
    right: auto;
  }
  .hero-style3-warp .swiper-btn .swiper-button-next {
    left: auto;
    right: 110px;
  }
  .hero-style3-warp .hero3-shape2 {
    display: none;
  }
  .hero-style3-warp .hero3-shape4 {
    display: none;
  }
  .innovative-warp .innovative-shape1 {
    display: none;
  }
  .innovative-image {
    padding-right: 25px;
  }
  .innovative-image .performance {
    width: 350px;
    padding: 20px;
    bottom: 30px;
  }
  .innovative-image .experience {
    left: 0;
    top: 0;
  }
  .customer-warp::before {
    display: none;
  }
  .customer-warp::after {
    display: none;
  }
  .reform-big-warp {
    margin-left: 20px;
  }
  .reform-big-warp .reform-card {
    padding: 30px;
  }
  .reform-big-warp .reform-card .icon {
    margin-bottom: 15px;
  }
  .reform-big-warp .reform-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .companies-warp {
    padding-bottom: 85px;
  }
  .companies-warp .companies-shape1 {
    display: none;
  }
  .companies-warp .companies-shape2 {
    display: none;
  }
  .companies-warp .companies-shape3 {
    display: none;
  }
  .information-style2-warp {
    padding-top: 100px;
  }
  .solution-card .solutions-card-shape1 {
    display: none;
  }
  .solution-card .solutions-card-shape2 {
    display: none;
  }
  .solution-card .icon {
    background-color: transparent;
  }
  .inner2-today-warp .contact-icon::before {
    display: none;
  }
  .inner2-today-warp .contact-icon::before {
    display: none;
  }
  .inner-hero-warp {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .inner-hero-warp::before {
    width: 76%;
  }
  .inner-hero-warp .inner-shape {
    display: none;
  }
  .inner-hero-warp .inner-shape2 {
    display: none;
  }
  .inner-hero-warp .inner-shape4 {
    display: none;
  }
  .inner-hero-warp .inner-shape3 {
    display: none;
  }
  .inner-hero-warp .content h1 {
    font-size: 70px;
  }
  .inner-hero-warp .content h2 {
    font-size: 45px;
  }
  .service-small-warp .all-boxes {
    padding: 20px;
  }
  .service-small-warp .all-boxes h3::before {
    left: -20px;
  }
  .personal-experience {
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
  }
  .blog-big-warp .meetup-warp .meetup1 {
    padding: 22px 10px 22px 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 1140px;
  }
  .portfolio-warp .container-fluid {
    max-width: 1140px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .register-warp .container-fluid {
    max-width: 1140px;
  }
  .default-btn {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-section h2 {
    font-size: 40px;
  }
  .swiper-btn .swiper-button-next::before,
  .swiper-btn .swiper-button-prev::before {
    width: 50px;
    height: 50px;
    line-height: 54px;
  }
  .swiper-btn .swiper-button-next {
    left: auto;
    right: -45px;
  }
  .swiper-btn .swiper-button-prev {
    left: -45px;
    right: auto;
  }
  .hero-warp .hero-shape7 {
    display: none;
  }
  .hero-warp .hero-shape2 {
    display: none;
  }
  .hero-warp .hero-shape5 {
    display: none;
  }
  .hero-warp .hero-shape6 {
    display: none;
  }
  .hero-warp .hero-shape4 {
    display: none;
  }
  .hero-warp::before {
    width: 80%;
  }
  .hero-content {
    max-width: 560px;
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .hero-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .hero-content p {
    margin-bottom: 25px;
  }
  .inner-trending-warp {
    padding: 40px;
  }
  .trending-card .content {
    padding: 30px 25px;
    left: 20px;
    right: 20px;
  }
  .trending-card .content h3 {
    font-size: 20px;
  }
  .about-image {
    max-width: 500px;
  }
  .about-image .about-shape2 {
    display: none;
  }
  .about-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: -20px;
  }
  .about-content .about-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .about-content .about-progress li {
    padding-right: 20px;
  }
  .about-content .about-progress li h4 {
    margin-left: 15px;
    font-size: 20px;
  }
  .service-slider-warp {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-warp .service-shape1 {
    top: 110px;
    right: 5%;
  }
  .service-warp .service-shape2 {
    display: none;
  }
  .service-card .content {
    padding: 55px 30px 30px 30px;
  }
  .portfolio-card .content-icon {
    right: 20px;
    bottom: 20px;
  }
  .portfolio-card .content-icon .icon {
    display: none;
  }
  .portfolio-card .content-icon .content {
    padding: 20px 15px;
  }
  .portfolio-card .content-icon .content .title {
    padding-left: 35px;
  }
  .portfolio-card .content-icon .content .title::before {
    width: 30px;
  }
  .portfolio-card .content-icon .content h3 {
    font-size: 18px;
  }
  .inner-register-warp {
    padding: 50px 40px;
  }
  .inner-register-warp .register-shape1 {
    display: none;
  }
  .inner-register-warp .register1 {
    left: 32%;
    width: 320px;
  }
  .register-form {
    max-width: 380px;
  }
  .register-form .form-control {
    height: 50px;
    font-size: 14px;
  }
  .register-form textarea {
    height: 126px !important;
  }
  .register-content {
    max-width: 320px;
  }
  .process-warp .process-card-shape2 {
    display: none;
  }
  .process-warp .process-card-shape3 {
    display: none;
  }
  .process-warp .process-shape2 {
    display: none;
  }
  .fun-fact-warp::before {
    width: 100%;
  }
  .counter-list {
    padding-left: 0;
    padding-right: 0;
  }
  .counter-list li .expert-counter h1 {
    font-size: 50px;
  }
  .blog-card .content {
    padding: 25px 20px 35px 20px;
  }
  .blog-card .content h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .inner-today-warp {
    padding: 95px 50px;
  }
  .inner-today-warp .today-shape {
    display: none;
  }
  .inner-today-warp .content h2 {
    font-size: 40px;
  }
  .footer-group h5 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .hero-style2-warp {
    background-size: 42% 100%;
    padding-top: 150px;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  .hero-style2-warp .hero2-shape2 {
    display: none;
  }
  .hero-style2-warp .hero2-shape1 {
    display: none;
  }
  .hero-style2-warp .shape-content {
    display: none;
  }
  .hero-style2-warp .hero-style2-image2 {
    width: 180px;
  }
  .hero-style2-warp .hero2-shape3 {
    display: none;
  }
  .hero-style2-warp .hero-style2-image3 {
    bottom: 30px;
    width: 236px;
    left: 61%;
  }
  .hero-style2-warp .content {
    max-width: 800px;
  }
  .hero-style2-warp .content h1 {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .hero-style2-warp .content .default-btn-style2 {
    margin-top: 15px;
  }
  .hero-style2-warp .hero2-shape4 {
    display: none;
  }
  .strategy-content {
    margin-right: 0;
  }
  .strategy-content h2 {
    font-size: 38px;
  }
  .strategy-image {
    max-width: 500px;
  }
  .provide-card .content {
    padding: 25px 20px 35px 25px;
  }
  .provide-card .content .icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 52px;
  }
  .provide-card .content .provide-card-shape2 {
    width: 140px;
  }
  .provide-card .content .provide-card-shape3 {
    width: 140px;
  }
  .provide-card .content .another-icon {
    right: 30px;
    bottom: 20px;
  }
  .inner-counter-warp {
    padding: 95px 45px 70px 45px;
  }
  .inner-counter-warp .expert-counter .content {
    margin-left: 15px;
  }
  .inner-counter-warp .expert-counter .content h1 {
    font-size: 50px;
  }
  .inner-counter-warp .col-lg-3:nth-child(2) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(3) .expert-counter {
    margin-left: 0;
  }
  .inner-counter-warp .col-lg-3:nth-child(4) .expert-counter {
    margin-left: 0;
  }
  .effective-card .content-icon {
    bottom: 25px;
    right: 25px;
  }
  .effective-card .content-icon .content {
    padding: 20px;
  }
  .effective-card .content-icon .content h3 {
    font-size: 20px;
  }
  .effective-card .content-icon .icon {
    width: 74px;
    margin-left: -35px;
  }
  .information-form {
    max-width: 560px;
    padding: 40px;
  }
  .information-form h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .info-content {
    margin-right: 0;
    margin-left: -45px;
  }
  .info-content .default-btn-style2 {
    margin-top: 15px;
  }
  .easy-warp .easy-shape2 {
    display: none;
  }
  .client-card {
    padding: 25px;
  }
  .client-card .icon-star {
    margin-bottom: 12px;
  }
  .client-card .user-content {
    margin-top: 8px;
    padding: 35px 20px 26px 22px;
  }
  .blog-box .content {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-box .content h3 {
    font-size: 18px;
  }
  .hero-slide-bg .hero3-shape3 {
    width: 625px;
  }
  .innovative-image {
    padding-right: 50px;
    margin-right: -30px;
  }
  .innovative-image .performance {
    width: 400px;
    padding: 25px;
    bottom: 20px;
  }
  .innovative-content {
    margin-right: 0;
    margin-left: 50px;
  }
  .customer-warp::before {
    display: none;
  }
  .customer-warp::after {
    display: none;
  }
  .reform-big-warp {
    margin-left: 30px;
  }
  .reform-big-warp .reform-card {
    padding: 20px;
  }
  .companies-warp {
    padding-bottom: 80px;
  }
  .information-style2-warp {
    padding-top: 100px;
  }
  .information-style2-warp .information-form {
    margin-top: 0;
  }
  .information-style2-warp .info-shape1 {
    display: none;
  }
  .member-card.style2 .content-icon {
    width: auto;
  }
  .solution-card .solutions-card-shape1 {
    display: none;
  }
  .solution-card .solutions-card-shape2 {
    display: none;
  }
  .inner-hero-warp {
    padding-top: 200px;
    padding-bottom: 115px;
  }
  .inner-hero-warp::before {
    width: 76%;
  }
  .inner-hero-warp .inner-shape {
    display: none;
  }
  .inner-hero-warp .inner-shape2 {
    display: none;
  }
  .inner-hero-warp .inner-shape4 {
    display: none;
  }
  .inner-hero-warp .inner-shape3 {
    display: none;
  }
  .inner-hero-warp .content h1 {
    font-size: 70px;
  }
  .inner-hero-warp .content h2 {
    font-size: 45px;
  }
  .personal-experience {
    width: 100%;
  }
}
/* Min width 1400px to Max width 1499px */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
  .container-fluid {
    max-width: 1320px;
  }
  .portfolio-warp .container-fluid {
    max-width: 1320px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .register-warp .container-fluid {
    max-width: 1320px;
  }
  .swiper-btn .swiper-button-next {
    left: auto;
    right: -45px;
  }
  .swiper-btn .swiper-button-prev {
    left: -45px;
    right: auto;
  }
  .hero-warp .hero-shape7 {
    display: none;
  }
  .hero-warp .hero-shape2 {
    display: none;
  }
  .hero-warp .hero-shape5 {
    display: none;
  }
  .hero-warp .hero-shape6 {
    display: none;
  }
  .hero-warp .hero-shape4 {
    display: none;
  }
  .hero-warp::before {
    width: 80%;
  }
  .hero-content {
    max-width: 555px;
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .hero-content h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .service-slider-warp {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-card .content {
    padding: 65px 35px 35px 35px;
  }
  .portfolio-card .content-icon {
    right: 20px;
    bottom: 20px;
  }
  .portfolio-card .content-icon .icon {
    display: none;
  }
  .portfolio-card .content-icon .content {
    padding: 20px 15px;
  }
  .portfolio-card .content-icon .content .title {
    padding-left: 35px;
  }
  .portfolio-card .content-icon .content .title::before {
    width: 30px;
  }
  .portfolio-card .content-icon .content h3 {
    font-size: 18px;
  }
  .inner-register-warp {
    padding: 50px 40px;
  }
  .inner-register-warp .register-shape1 {
    display: none;
  }
  .inner-register-warp .register1 {
    left: 33%;
    width: 340px;
  }
  .register-form {
    max-width: 450px;
  }
  .register-form .form-control {
    height: 50px;
    font-size: 14px;
  }
  .register-form textarea {
    height: 126px !important;
  }
  .register-content {
    max-width: 365px;
  }
  .process-warp .process-card-shape2 {
    display: none;
  }
  .process-warp .process-card-shape3 {
    display: none;
  }
  .process-warp .process-shape2 {
    display: none;
  }
  .fun-fact-warp::before {
    width: 100%;
  }
  .counter-list {
    padding-left: 0;
    padding-right: 0;
  }
  .counter-list li .expert-counter h1 {
    font-size: 60px;
  }
  .hero-style2-warp {
    padding-top: 300px;
    top: -105px;
    background-size: 42% 100%;
    margin-bottom: -100px;
    padding-bottom: 175px;
  }
  .hero-style2-warp .content {
    max-width: 800px;
  }
  .hero-style2-warp .content h1 {
    font-size: 55px;
  }
  .hero-style2-warp .shape-content {
    left: 43%;
  }
  .hero-style2-warp .hero2-shape1 {
    display: none;
  }
  .hero-style2-warp .hero-style2-image2 {
    width: 230px;
  }
  .hero-style2-warp .hero-style2-image3 {
    bottom: 30px;
    left: 60%;
    width: 280px;
  }
  .hero-style2-warp .hero2-shape3 {
    top: 29%;
    left: 54.7%;
  }
  .easy-warp .easy-shape2 {
    display: none;
  }
  .information-warp .info-shape1 {
    display: none;
  }
  .customer-warp::after {
    width: 38%;
  }
  .customer-warp::before {
    width: 38%;
  }
  .inner-hero-warp {
    padding-top: 200px;
    padding-bottom: 135px;
  }
  .inner-hero-warp::before {
    width: 76%;
  }
  .inner-hero-warp .inner-shape {
    display: none;
  }
  .inner-hero-warp .inner-shape2 {
    display: none;
  }
  .inner-hero-warp .inner-shape4 {
    display: none;
  }
  .inner-hero-warp .inner-shape3 {
    display: none;
  }
  .inner-hero-warp .content h1 {
    font-size: 70px;
  }
  .inner-hero-warp .content h2 {
    font-size: 45px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1930px) and (max-width: 5000px) {
  .hero-style2-container {
    background-color: #F5F5F5;
  }
  .hero-style2-container .hero-container {
    max-width: 1635px;
    padding: 0 !important;
  }
}
@media(max-width:992px)
{
  .service-card .content .icon i {
    font-size: 35px;
    line-height: 54px;
}
}