@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0px;
  }
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

/* 
// 03.COMPONENTS
*/
.bg-primary {
  background-color: #0B1D3B !important;
}

.text-primary {
  color: #0B1D3B !important;
}

.btn-primary {
  background-color: #0B1D3B !important;
}

.border-primary {
  border-color: #0B1D3B !important;
}

.btn-outline-primary {
  color: #0B1D3B !important;
  border: 1px solid #0B1D3B !important;
}
.btn-outline-primary:hover {
  background-color: #0B1D3B !important;
  color: #fff9f5 !important;
}
.btn-outline-primary:active {
  background-color: #0B1D3B !important;
  color: #fff9f5 !important;
}
.btn-outline-primary:focus {
  background-color: #0B1D3B !important;
  color: #fff9f5 !important;
}

.bg-secondary {
  background-color: #959797 !important;
}

.text-secondary {
  color: #959797 !important;
}

.btn-secondary {
  background-color: #959797 !important;
}

.border-secondary {
  border-color: #959797 !important;
}

.btn-outline-secondary {
  color: #959797 !important;
  border: 1px solid #959797 !important;
}
.btn-outline-secondary:hover {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}
.btn-outline-secondary:active {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}
.btn-outline-secondary:focus {
  background-color: #959797 !important;
  color: #fff9f5 !important;
}

.bg-success {
  background-color: #81d86f !important;
}

.text-success {
  color: #81d86f !important;
}

.btn-success {
  background-color: #81d86f !important;
}

.border-success {
  border-color: #81d86f !important;
}

.btn-outline-success {
  color: #81d86f !important;
  border: 1px solid #81d86f !important;
}
.btn-outline-success:hover {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}
.btn-outline-success:active {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}
.btn-outline-success:focus {
  background-color: #81d86f !important;
  color: #fff9f5 !important;
}

.bg-info {
  background-color: #adefd1 !important;
}

.text-info {
  color: #adefd1 !important;
}

.btn-info {
  background-color: #adefd1 !important;
}

.border-info {
  border-color: #adefd1 !important;
}

.btn-outline-info {
  color: #adefd1 !important;
  border: 1px solid #adefd1 !important;
}
.btn-outline-info:hover {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}
.btn-outline-info:active {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}
.btn-outline-info:focus {
  background-color: #adefd1 !important;
  color: #fff9f5 !important;
}

.bg-warning {
  background-color: #F4B905 !important;
}

.text-warning {
  color: #F4B905 !important;
}

.btn-warning {
  background-color: #F4B905 !important;
}

.border-warning {
  border-color: #F4B905 !important;
}

.btn-outline-warning {
  color: #F4B905 !important;
  border: 1px solid #F4B905 !important;
}
.btn-outline-warning:hover {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}
.btn-outline-warning:active {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}
.btn-outline-warning:focus {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.btn-outline-danger {
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
.btn-outline-danger:hover {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}
.btn-outline-danger:active {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}
.btn-outline-danger:focus {
  background-color: #dc3545 !important;
  color: #fff9f5 !important;
}

.bg-light {
  background-color: #fff9f5 !important;
}

.text-light {
  color: #fff9f5 !important;
}

.btn-light {
  background-color: #fff9f5 !important;
}

.border-light {
  border-color: #fff9f5 !important;
}

.btn-outline-light {
  color: #fff9f5 !important;
  border: 1px solid #fff9f5 !important;
}
.btn-outline-light:hover {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}
.btn-outline-light:active {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}
.btn-outline-light:focus {
  background-color: #fff9f5 !important;
  color: #fff9f5 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.btn-purple {
  background-color: #6f42c1 !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.btn-outline-purple {
  color: #6f42c1 !important;
  border: 1px solid #6f42c1 !important;
}
.btn-outline-purple:hover {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}
.btn-outline-purple:active {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}
.btn-outline-purple:focus {
  background-color: #6f42c1 !important;
  color: #fff9f5 !important;
}

.bg-orange {
  background-color: #F4B905 !important;
}

.text-orange {
  color: #F4B905 !important;
}

.btn-orange {
  background-color: #F4B905 !important;
}

.border-orange {
  border-color: #F4B905 !important;
}

.btn-outline-orange {
  color: #F4B905 !important;
  border: 1px solid #F4B905 !important;
}
.btn-outline-orange:hover {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}
.btn-outline-orange:active {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}
.btn-outline-orange:focus {
  background-color: #F4B905 !important;
  color: #fff9f5 !important;
}

.bg-dark {
  background-color: #141822 !important;
}

.text-dark {
  color: #141822 !important;
}

.btn-dark {
  background-color: #141822 !important;
}

.border-dark {
  border-color: #141822 !important;
}

.btn-outline-dark {
  color: #141822 !important;
  border: 1px solid #141822 !important;
}
.btn-outline-dark:hover {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}
.btn-outline-dark:active {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}
.btn-outline-dark:focus {
  background-color: #141822 !important;
  color: #fff9f5 !important;
}

.btn {
  padding: 10px 28px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  border-radius: 3px;
}
.btn:focus {
  border-color: transparent !important;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 10px -8px #0B1D3B;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.btn:focus {
  box-shadow: 0 0 0 0.15rem rgba(11, 54, 61, 0.5);
}

.btn-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(129, 216, 111, 0.5);
}

/* 
// 04.general
*/
body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  font-size: 20px;
}

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

p {
  font-size: 17px;
  color: #616c6e;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400 !important;
}

h6 {
  font-size: 18px !important;
  font-weight: 400;
}

.logo i {
  font-weight: normal !important;
}

.form-control {
  box-shadow: none !important;
}

.bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 41, 54, 0.91);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 41, 54, 0.71);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.section-title-border {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #81d86f;
}

.title-sm span {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  color: #F4B905;
}

.shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.shape svg {
  width: 100%;
  height: auto;
}

.text-line {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.text-line::after {
  content: "";
  background: rgba(255, 137, 69, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  width: 100%;
  z-index: -1;
}

/* 
// 06.menu
*/
.navbar.nav-sticky {
  background-color: #0B1D3B;
  box-shadow: 10px -10px 20px 0px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar.nav-sticky .logo a {
  color: #fff9f5 !important;
}
.navbar.nav-sticky .navbar-nav .menu-item a {
  color: #fff9f5 !important;
}
.navbar.nav-sticky .navbar-nav .menu-item a:hover, .navbar.nav-sticky .navbar-nav .menu-item a:active, .navbar.nav-sticky .navbar-nav .menu-item a.active {
  color: #141822;
}
@media (max-width: 991px) {
  .navbar.nav-sticky .navbar-nav .menu-item a {
    color: #fff9f5 !important;
  }
}
.navbar.nav-sticky .navbar-toggler {
  color: #fff9f5;
}
.navbar.nav-sticky.nav-bg {
  background-color: #0B1D3B;
}
@media (max-width: 991px) {
  .navbar {
    background-color: #fff9f5;
  }
}
.navbar .navbar-toggler {
  color: #0B1D3B;
  font-size: 16px;
  border: 1px solid transparent;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar .logo a {
    color: #141822 !important;
  }
}
.navbar .navbar-nav .menu-item a {
  font-size: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .menu-item a {
    padding: 14px 14px;
  }
}
.navbar .navbar-nav .menu-item a:hover, .navbar .navbar-nav .menu-item a:active, .navbar .navbar-nav .menu-item a.active {
  color: #F4B905 !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .menu-item a {
    color: #141822 !important;
  }
}
.navbar .nav-btn .menu-item a {
  color: #fff9f5;
  padding: 20px;
}
.navbar.navbar-light .menu-item a {
  color: #fff9f5;
}

.hero-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1 {
  background-image: url("../images/banner-2.jpg");
}

.bg-home-1 {
  padding: 200px 0;
}
.bg-home-1 h1 span {
  color: #F4B905;
}

.bg-img-2 {
  background-image: url(../images/banner-1.jpg);
}

.bg-home-2 {
  padding: 200px 0;
}
.bg-home-2 h1 span {
  color: #F4B905;
}
.bg-home-2 .dashbord-img {
  max-width: 270%;
  transform: scale(1.2);
}
@media (max-width: 1199.98px) {
  .bg-home-2 .dashbord-img {
    max-width: 100%;
    transform: scale(1);
    margin-top: 20px;
  }
}
.bg-home-2 .rounded-img {
  position: absolute;
  top: 0;
  left: 40%;
  animation: rotate-center 30s linear infinite both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-home-3 {
  padding: 100px 0;
}
.bg-home-3 .back-img {
  position: relative;
}
.bg-home-3 .back-img .earth-img {
  position: absolute;
  top: 0%;
  left: 0;
  animation: rotate-center 30s linear infinite both;
}
.bg-home-3 .back-img .chart-img {
  position: absolute;
  top: 10%;
  left: 90%;
  border-radius: 10px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.bg-home-3 .back-img .chat-img {
  position: absolute;
  top: 40%;
  left: -10%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@keyframes up-down-img {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img {
    display: none;
  }
}
.bg-home-3 .back-img .chat-img-2 {
  position: absolute;
  top: 60%;
  left: 60%;
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img-2 {
    display: none;
  }
}
.bg-home-3 .back-img .chat-img-3 {
  position: absolute;
  top: 80%;
  left: 0%;
}
@media (max-width: 991px) {
  .bg-home-3 .back-img .chat-img-3 {
    display: none;
  }
}
.bg-home-3 .form-button form {
  position: relative;
}
.bg-home-3 .form-button input {
  padding: 15px 10px;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(129, 216, 111, 0.1);
  color: #fff9f5;
}
.bg-home-3 .form-button input::-moz-placeholder {
  color: #fff9f5;
}
.bg-home-3 .form-button input::placeholder {
  color: #fff9f5;
}
.bg-home-3 .form-button a {
  background-color: #F4B905;
  display: inline-block;
  padding: 7px 35px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 17px;
}

.bg-home-4 {
  padding: 150px 0;
}
.bg-home-4 .hand-phone {
  position: relative;
}
.bg-home-4 .hand-phone .phone-img {
  max-width: 130%;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .phone-img {
    max-width: 100%;
  }
}
.bg-home-4 .hand-phone .card-img {
  position: absolute;
  top: 10%;
  left: 30%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .card-img {
    display: none;
  }
}
.bg-home-4 .hand-phone .card-img-2 {
  position: absolute;
  top: 50%;
  left: 0%;
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone .card-img-2 {
    display: none;
  }
}
.bg-home-4 .hand-phone::after {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 7rem;
  left: -4rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  transform: rotate(120deg);
  opacity: 0.9;
  background-color: rgba(255, 137, 69, 0.4);
}
@media (max-width: 991px) {
  .bg-home-4 .hand-phone::after {
    display: none;
  }
}

.bg-home-5 {
  padding: 300px 0;
}

.bg-img-5 {
  background-image: url("../images/group-img.jpg");
}
.bg-img-5 .carousel-control-next-icon,
.bg-img-5 .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #F4B905;
  background-size: 100% 40%;
  border-radius: 50%;
}

.bg-home-6 {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bg-home-6 .shape-svg {
    display: none;
  }
}
.bg-home-6 .map-svg {
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .bg-home-6 .map-svg {
    display: none;
  }
}
.bg-home-6 .country-1 {
  position: absolute;
  top: 10%;
  left: 70%;
}
.bg-home-6 .country-2 {
  position: absolute;
  top: 30%;
  left: 97%;
}
.bg-home-6 .country-3 {
  position: absolute;
  top: 40%;
  left: 90%;
}
.bg-home-6 .country-4 {
  position: absolute;
  top: 22%;
  left: 70%;
}
.bg-home-6 .country-5 {
  position: absolute;
  top: 16%;
  left: 90%;
}

.bg-img-7 {
  padding: 100px 0 20px 20px;
}
.bg-img-7 .phone-bg-2 {
  position: absolute;
  top: 20%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-img-7 .phone-bg-2 {
    display: none;
  }
}
.bg-img-7 .svg-img img {
  position: absolute;
  width: 6%;
  top: 13%;
  left: 15%;
}
.bg-img-7 .svg-img-2 img {
  position: absolute;
  width: 12%;
  top: 50%;
  left: 43%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
.bg-img-7 .svg-img-3 img {
  position: absolute;
  width: 6%;
  top: 27%;
  left: 78%;
  transform: rotate(45deg);
}

.bg-home-8 {
  padding: 200px 0;
}
.bg-home-8 .img-shape {
  position: relative;
}
.bg-home-8 .img-shape .shape-1 {
  position: absolute;
  top: 10%;
  left: 20%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-1 {
    display: none;
  }
}
.bg-home-8 .img-shape .shape-2 {
  position: absolute;
  top: 40%;
  left: 90%;
  animation-delay: -0.1s;
  animation: rotate-center 10s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-2 {
    display: none;
  }
}
.bg-home-8 .img-shape .shape-3 {
  position: absolute;
  top: 37%;
  left: 90%;
  animation-delay: -0.1s;
  animation: rotate-center 4s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .img-shape .shape-3 {
    display: none;
  }
}
.bg-home-8 .shape-4 {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-4 {
    display: none;
  }
}
.bg-home-8 .shape-5 {
  position: absolute;
  top: 70%;
  left: 10%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-5 {
    display: none;
  }
}
.bg-home-8 .shape-6 {
  position: absolute;
  top: 70%;
  left: 80%;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-6 {
    display: none;
  }
}
.bg-home-8 .shape-1 {
  position: absolute;
  top: 30%;
  left: 90%;
  animation-delay: -0.1s;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-1 {
    display: none;
  }
}
.bg-home-8 .shape-2 {
  position: absolute;
  top: 40%;
  left: 20%;
  animation-delay: -0.1s;
  animation: rotate-center 10s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-2 {
    display: none;
  }
}
.bg-home-8 .shape-3 {
  position: absolute;
  top: 38%;
  left: 20%;
  animation-delay: -0.1s;
  animation: rotate-center 4s linear infinite both;
}
@media (max-width: 991px) {
  .bg-home-8 .shape-3 {
    display: none;
  }
}

.brand-logo {
  max-width: 100px;
}

.main-title h2 {
  font-weight: 600 !important;
  font-size: calc(1.2rem + 1.25vw);
  line-height: 1.3;
}

.about-section .about-content {
  padding: 40px 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
}
.about-section .about-style-two {
  padding: 50px 37px;
  padding-bottom: 45px;
  background: #fff9f5;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.about-section .about-style-two .icon {
  margin-bottom: 30px;
}
.about-section .about-style-two .icon img {
  height: 50px;
}
.about-section .about-style-two h3 {
  font-size: 23px;
}
.about-section .about-style-two h3 a {
  color: #0B1D3B;
  font-weight: 600;
}
.about-section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.about-section .arrow-img {
  position: absolute;
  top: 30%;
  left: 62%;
}

.services-detail li {
  display: flex;
}
.services-detail li i {
  color: rgba(255, 137, 69, 0.7);
  margin-right: 15px;
}

.faq-section .faq-back h1 {
  font-size: 300px;
  position: absolute;
  top: 40%;
  left: 30%;
  z-index: -1;
  color: #f5f5f5;
}
@media (max-width: 1162px) {
  .faq-section .faq-back {
    display: none;
  }
}

.footer-part {
  position: relative;
  background: linear-gradient(to right, #0B1D3B, #001113);
}
.footer-part p {
  font-size: 17px;
}
.footer-part li {
  margin-bottom: 17px;
}
.footer-part li a {
  font-size: 16px;
  transition: all 0.5s;
}
.footer-part li a:hover {
  color: #fff9f5 !important;
  margin: 5px;
}
.footer-part li a:hover i {
  color: #fff9f5 !important;
}
.footer-part .form-button form {
  position: relative;
}
.footer-part .form-button input {
  padding: 13px 10px;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(11, 54, 61, 0.9);
  color: #fff9f5;
}
.footer-part .form-button input::-moz-placeholder {
  color: #fff9f5;
}
.footer-part .form-button input::placeholder {
  color: #fff9f5;
}
.footer-part .form-button a {
  background-color: #F4B905;
  display: inline-block;
  padding: 6px 28px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 17px;
}
.footer-part .contact-f i {
  font-size: 30px;
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: start;
}

.footer-copyright {
  background-color: #032833 !important;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input.form-control {
  padding: 10px;
}
.form-group input::-moz-placeholder {
  color: #ced4da;
}
.form-group input::placeholder {
  color: #ced4da;
}
.form-group p {
  font-size: 14px;
}

label {
  margin-bottom: 0.25rem;
}

.sign-up {
  padding-top: 85px;
}

.reset-section {
  padding-top: 150px;
}

.login-content {
  position: relative;
  background-image: url("../images/dashboard-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-section {
  height: 100vh;
}
.login-section .login-icon li {
  margin: 0 10px 0 10px;
}
.login-section .login-icon li i {
  color: #959797;
  font-size: 20px;
}

.home-icon {
  top: 5%;
  left: 90%;
}
.home-icon a {
  font-size: 30px;
  color: #0B1D3B;
}

.login-btn a {
  padding: 10px 57px !important;
  border-color: #dee2e6 !important;
}
@media (max-width: 991px) {
  .login-btn a {
    padding: 10px 28px !important;
  }
}

.form-check a {
  font-size: 15px;
  font-weight: 500;
}

.line {
  position: relative;
}
.line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 1px dashed #959797;
  top: 15px;
}
.line small {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 2px 16px;
}/*# sourceMappingURL=style.css.map */

footer .list-unstyled a {
  color: #fff;
}

.breadcrumb .breadcrumb-item a {
  color: #0B1D3B;
} 
.breadcrumb .breadcrumb-item a:hover {
  color: #F4B905;
}

.breadcrumb {
  padding: 150px 0 !important;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-top: 12px;
    font-size: 0.9rem;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumbs li + li::before {
    content: "/";
    margin-right: 8px;
    color: #F4B905;
}

.breadcrumbs a {
    color: #F4B905;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li[aria-current="page"] {
    font-weight: 600;
    color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
#newsletter_form, #newsletter_form input {
  width: 100%;
  margin-bottom: 10px;
}
#newsletter_form #send {
  background-color: gold; 
  color: #000;
}
.background-1 {
  background-color: #6FAE5E;
}

.background-3 {
  background-color: #4F4F4F; 
}
.background-5 {
  background-color: #F4B905; 
}

.background-1 .text-primary, .background-1 p, .background-1 ul li {
  color: #fff9f5 !important;
}
.background-3 .text-primary, .background-3 p, .background-3 ul li {
  color: #fff9f5 !important;
}
.background-5 .text-primary, .background-5 p, .background-5 ul li {
  color: #000 !important;
}

/* ===== BLOG CARD DESIGN MODERNE ===== */

.news-block-one {
    margin-bottom: 40px;
}

.news-block-one .inner-box {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-block-one .inner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* ===== IMAGE ===== */
.news-block-one .image-box {
    position: relative;
    overflow: hidden;
}

.news-block-one .image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.08);
}

/* ===== CATEGORY BADGE ===== */
.news-block-one .category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #0B1D3B;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: .5px;
}

/* ===== CONTENT ===== */
.news-block-one .lower-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-block-one h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-block-one h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color .3s ease;
}

.news-block-one h3 a:hover {
    color: #0B1D3B;
}

/* ===== POST INFO ===== */
.news-block-one .post-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #777;
}


.news-block-one .post-info img {
    border-radius: 50%;
}

/* ===== EXCERPT ===== */
.news-block-one p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* ===== BOUTON ===== */
.news-block-one .btn-box {
    margin-top: auto;
}

.news-block-one .theme-btn-one {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0B1D3B;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}

.news-block-one .theme-btn-one:hover {
    background: #003d99;
    transform: translateX(4px);
}

/* INPUT */
.wp-block-search__input {
    height: 42px;
    width: 90%;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: all .2s ease;
}

.wp-block-search__input:focus {
    outline: none;
    border-color: #0B1D3B;
    box-shadow: 0 0 0 3px rgba(0,86,210,.15);
}



/* BOUTON */
#wp-block-search__button {

    right: 6px;
    border: none;
    background: #0B1D3B;
    color: #fff;
    width: 32px;
    height: 42px;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s ease;
}

#wp-block-search__button:hover {
    background: #003f9e;
}
.right-sidebar {
  margin-bottom: 40px;
}

.aximo_recent_posts_Widget .post-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    transition: transform .2s ease;
}

.aximo_recent_posts_Widget .post-item:last-child {
    border-bottom: none;
}

.aximo_recent_posts_Widget .post-item:hover {
    transform: translateX(4px);
}

/* Thumbnail */

.post-thumb img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s ease;
}

.post-item:hover .post-thumb img {
    transform: scale(1.05);
}

/* Title */

.post-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    text-decoration: none;
    transition: color .2s ease;
}

.post-title:hover {
    color: #0B1D3B;
}

/* Excerpt */

.post-excerpt {
    font-size: 13px;
    color: #6b7280;
    margin-top: 5px;
    line-height: 1.5;
}
.right-sidebar {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 10px;  
}
.hero-section p {
  color: #fff !important; 
}
.hero-section.bg-warning p {
  color: #000 !important; 
} 
section ul {
  list-style: inherit;
  padding-left: 20px;
}
.price-info {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.pricing-card {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
  transition: all .3s ease;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
} 
.aximo-social-icon4 ul {
  display: flex;
  gap: 15px;
}
.logo img {
  max-width: 80px;  
  height: auto;
}

a {
color: #0B1D3B; 
}

#testimonialSlider {
  margin: 0 auto;
}

.testimonial-card {
  padding: 40px 30px;
  background: #ffffffab;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #000;
  margin-bottom: 20px;
}

.testimonial-author strong {
  font-size: 1rem;
  color: #000;
}

.testimonial-author small {
  color: #000;
}

.aximo-testimonial-slider-rating ul {
  display: flex;
  gap: 5px;
  list-style: none;
  justify-content: center; /* centre horizontalement */
  padding: 0;
  margin: 0;
}

#testimonialSlider .custom-arrow {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

#testimonialSlider .custom-arrow i {
    color: #fff;
    font-size: 18px;
}

#testimonialSlider .custom-arrow:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

#testimonialSlider .custom-arrow:hover i {
    color: #000;
}
@media screen and (min-width: 1200px) {
.carousel-inner {
  padding-left: 100px;
  padding-right: 100px;
}
}

#pourquoi-moi .border {
  transition: all .3s ease;
}
#pourquoi-moi .border:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

#pourquoi-moi .btn-primary {
  padding: 10px 22px;
  font-weight: 600;
}
.leader p {
  font-size: large !important;
}
.immiPressBtn {
      background: linear-gradient(to right, #0B1D3B, #001113);
      padding: 10px 30px;
      color: #fff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
}
.aximo-main-field input, .aximo-main-field textarea {
      padding: 12px 15px;
      border: 1px solid #000;
      border-radius: 5px;
      transition: all 0.2s ease;
}
.aximo-main-field input:focus, .aximo-main-field textarea:focus {
      outline: none;
      border-color: #0B1D3B;
      box-shadow: 0 0 0 3px rgba(0,86,210,.15);
} 

#ebook-section img {
  border-radius: 8px;
}

.shadow-lg {
  box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

#ebook-section img:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
}
.background-1  h3, .background-1  h4 {
  color: #fff9f5 !important;

}

.ebook-3d-wrapper {
    position: relative;
    perspective: 1200px;
}

.ebook-3d-wrapper::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 12px;
    height: 95%;
    background: linear-gradient(to bottom, #dfe6f0, #b5c2d8);
    border-radius: 4px;
    transform: rotateY(-25deg);
    z-index: 0;
}

.ebook-3d {
    position: relative;
    z-index: 1;
}
.ebook-3d img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform .3s ease;
}
.ebook-3d-wrapper:hover .ebook-3d img {
    transform: rotateY(15deg) translateX(10px);
}

