/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #1E90FF;
}

body {
  color: #606060;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Recoleta Alt";
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #1E90FF;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1E90FF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1E90FF;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #606060;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #606060;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #1E90FF;
  background: #1E90FF;
}
.btn-theme:hover {
  background: #1E90FF;
  color: #fff;
  border-color: #1E90FF;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #1E90FF;
}

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

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #1E90FF;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.header-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo img {
  max-width: 208px;
  width: 100%;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.header-btn .btn-1 {
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #222735;
}
.header-btn .btn-1:hover {
  color: #1E90FF;
}
.header-btn .btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #FFFFFF;
  padding: 15px 24px;
  border-radius: 8px;
  background: #222735;
}
.header-btn .btn-2:hover {
  background: #1E90FF;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 28px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #606060;
}
.main-menu ul li a:hover {
  color: #222735;
}

.open-menu-bar {
  font-size: 22px;
  color: #222735;
}
.open-menu-bar:hover {
  color: #1E90FF;
}

.off-canvas-section {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.off-canvas-section.active {
  visibility: visible;
  opacity: 1;
}
.off-canvas-section .off-canvas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.off-canvas-wrap {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -99999;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .off-canvas-wrap {
    max-width: 100%;
  }
}
.off-canvas-wrap::-webkit-scrollbar {
  width: 10px;
}
.off-canvas-wrap::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.off-canvas-wrap::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.off-canvas-wrap::-webkit-scrollbar-thumb:active {
  background: #1E90FF;
}
.off-canvas-wrap .off-canvas-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #181818;
  padding: 40px 30px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.off-canvas-wrap .off-canvas-body {
  padding: 20px 30px;
}
.off-canvas-wrap .off-canvas-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #1E90FF;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close:hover {
  transform: scale(1.1);
}
.off-canvas-wrap .off-canvas-close:hover i {
  transform: rotate(180deg);
}
.off-canvas-wrap.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-menu ul li {
  display: block;
}
.off-canvas-menu ul li:hover > a {
  color: #1E90FF;
}
.off-canvas-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  padding: 10px 30px 10px 0;
  text-transform: uppercase;
}
.off-canvas-menu ul .has-dropdown {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 16px;
}
.off-canvas-menu ul .has-dropdown.active > a, .off-canvas-menu ul .has-dropdown:hover > a {
  color: #1E90FF;
}
.off-canvas-menu ul .has-dropdown.active > .toggle-btn .icon:before, .off-canvas-menu ul .has-dropdown:hover > .toggle-btn .icon:before {
  color: #1E90FF;
}
.off-canvas-menu ul .has-dropdown > a {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(80, 80, 80, 0.1);
  background: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu {
  display: none;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li {
  margin-left: 15px;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a {
  color: #1E90FF;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #1E90FF;
  transition: 0.7s;
  display: inline-block;
}

.hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .hero-section {
    background-image: url(../img/bg/bg-m-1.jpg) !important;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-content {
    text-align: center;
  }
}
.hero-content .title h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 114%;
  color: #0C1C48;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content .title h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-content .title h1 {
    font-size: 35px;
  }
}
.hero-content .text {
  margin-bottom: 40px;
  max-width: 610px;
}
.hero-content .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #606060;
}
.hero-content .hero-btn-wrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero-content .hero-btn-wrap .btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #FFFFFF;
  padding: 15px 24px;
  border-radius: 8px;
  background: #1E90FF;
  border: 1px solid #1E90FF;
}
@media (max-width: 767px) {
  .hero-content .hero-btn-wrap .btn-1 {
    display: flex;
    width: 100%;
    padding: 10px 20px;
  }
}
.hero-content .hero-btn-wrap .btn-1:hover {
  background: #222735;
  border-color: #222735;
}
.hero-content .hero-btn-wrap .btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #222735;
  padding: 15px 24px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #222735;
}
@media (max-width: 767px) {
  .hero-content .hero-btn-wrap .btn-2 {
    display: flex;
    width: 100%;
    padding: 10px 20px;
  }
}
.hero-content .hero-btn-wrap .btn-2:hover {
  background: #222735;
  color: #fff;
}

.hero-brands {
  max-width: 664px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-brands {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-brands {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-brands {
    max-width: 100%;
  }
}
.hero-brands p {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  color: #18213B;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(24, 33, 59, 0.24);
}

.hero-brand-slider .hero-brand {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-thumb {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-thumb {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-thumb {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-thumb {
    text-align: right;
  }
}
.hero-thumb .thumb {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 500px;
  right: -75px;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-thumb .thumb {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-thumb .thumb {
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-thumb .thumb {
    position: relative;
    right: -30px;
    width: 270px;
    margin-bottom: -80px;
  }
}
.hero-thumb .thumb .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #1E90FF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(30, 144, 255, 0.5);
}
@media (max-width: 767px) {
  .hero-thumb .thumb .play-btn {
    width: 52px;
    height: 52px;
    left: 20%;
  }
}
.hero-thumb .thumb > img {
  width: 100%;
}
.hero-thumb .thumb .shape-1 {
  position: absolute;
  left: -205px;
  top: 132px;
  z-index: 2;
  box-shadow: 24px 32px 67.69px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-thumb .thumb .shape-1 {
    left: -110px;
  }
}
@media (max-width: 767px) {
  .hero-thumb .thumb .shape-1 {
    left: -125px;
    top: 10px;
    width: 200px;
  }
}
.hero-thumb .thumb .shape-2 {
  position: absolute;
  left: -160px;
  top: 304px;
  z-index: 2;
  box-shadow: 24px 32px 67.69px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-thumb .thumb .shape-2 {
    left: -80px;
  }
}
@media (max-width: 767px) {
  .hero-thumb .thumb .shape-2 {
    left: -110px;
    top: 124px;
    width: 200px;
  }
}
.hero-thumb .thumb .shape-3 {
  position: absolute;
  left: -110px;
  top: 473px;
  z-index: 2;
  box-shadow: 24px 32px 67.69px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-thumb .thumb .shape-3 {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .hero-thumb .thumb .shape-3 {
    left: -90px;
    top: 238px;
    width: 200px;
  }
}

.section-title h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 117%;
  color: #0C1C48;
}

.counter-wrap {
  text-align: center;
}
.counter-wrap h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 117%;
  color: #0C1C48;
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .counter-wrap h1 {
    font-size: 24px;
  }
}
.counter-wrap h1 .icon {
  color: #1E90FF;
}
.counter-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #606060;
}
@media (max-width: 767px) {
  .counter-wrap p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .common-content {
    text-align: center;
  }
}
.common-content .tag span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 186%;
  color: #FFFFFF;
  padding: 4px 12px;
  background: #0C1C48;
}
.common-content .small-title h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #0C1C48;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-content .small-title h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-content .small-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .common-content .small-title h4 {
    font-size: 20px;
  }
}
.common-content .title h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 117%;
  color: #0C1C48;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .common-content .title h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-content .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-content .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .common-content .title h2 {
    font-size: 32px;
  }
}
.common-content .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #606060;
}
.common-content .read-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #222735;
  padding: 15px 24px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #222735;
}
@media (max-width: 767px) {
  .common-content .read-more a {
    padding: 10px 20px;
    width: 100%;
  }
}
.common-content .read-more a:hover {
  background: #222735;
  color: #fff;
}
.common-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.common-content .btn-wrap .btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #FFFFFF;
  padding: 15px 24px;
  border-radius: 8px;
  background: #1E90FF;
  border: 1px solid #1E90FF;
}
@media (max-width: 767px) {
  .common-content .btn-wrap .btn-1 {
    padding: 10px 20px;
    width: 100%;
  }
}
.common-content .btn-wrap .btn-1:hover {
  background: #222735;
  border-color: #222735;
}
.common-content .btn-wrap .btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #222735;
  padding: 15px 24px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #222735;
}
@media (max-width: 767px) {
  .common-content .btn-wrap .btn-2 {
    padding: 10px 20px;
    width: 100%;
  }
}
.common-content .btn-wrap .btn-2:hover {
  background: #222735;
  color: #fff;
}
.common-content.white-common-content .small-title h4 {
  color: #fff;
}
.common-content.white-common-content .title h2 {
  color: #fff;
}
.common-content.white-common-content .text p {
  color: #fff;
}
.common-content.white-common-content .read-more a {
  color: #fff;
  border: 1px solid #fff;
}
.common-content.white-common-content .read-more a:hover {
  background: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
}
.common-content.white-common-content .btn-wrap .btn-2 {
  color: #fff;
  border: 1px solid #fff;
}
.common-content.white-common-content .btn-wrap .btn-2:hover {
  background: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
}

.icon-box {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 120px 70px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .icon-box {
    text-align: center;
  }
}
.icon-box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E90FF;
  border-radius: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .icon-box .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-box .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-box .content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .icon-box .content h3 {
    font-size: 20px;
  }
}
.icon-box .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #606060;
}

.cta-wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 66px 75px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper {
    padding: 40px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.dark-feature-section {
  background: #030B20;
}

.feature-section {
  overflow-x: clip;
}

.feature-thumb img {
  border-radius: 4px;
}

.feature-thumb-3 {
  position: relative;
  z-index: 1;
}
.feature-thumb-3 .shape-1 {
  position: absolute;
  left: 33px;
  top: -53px;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 78px rgba(112, 112, 112, 0.1);
  border-radius: 20px;
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-thumb-3 .shape-1 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-thumb-3 .shape-1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .feature-thumb-3 .shape-1 {
    width: 100%;
    top: -30px;
  }
}
.feature-thumb-3 .shape-2 {
  position: absolute;
  left: -30px;
  bottom: 30px;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 78px rgba(112, 112, 112, 0.1);
  border-radius: 20px;
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-thumb-3 .shape-2 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-thumb-3 .shape-2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .feature-thumb-3 .shape-2 {
    width: 100%;
    left: 0;
    bottom: 8px;
  }
}
.feature-thumb-3 .shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 78px rgba(112, 112, 112, 0.1);
  border-radius: 20px;
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-thumb-3 .shape-3 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-thumb-3 .shape-3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .feature-thumb-3 .shape-3 {
    width: 100%;
    left: 15px;
    bottom: -10px;
  }
}
.feature-thumb-3 .shape-4 {
  position: absolute;
  left: 33px;
  bottom: -25px;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 78px rgba(112, 112, 112, 0.1);
  border-radius: 20px;
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-thumb-3 .shape-4 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-thumb-3 .shape-4 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .feature-thumb-3 .shape-4 {
    width: 100%;
  }
}

.subscription-section {
  background: #030B20;
}

.subscription-form {
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subscription-form {
    text-align: left;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscription-form {
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscription-form {
    text-align: left;
    margin-top: 30px;
  }
}
.subscription-form .input-wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 570px;
  width: 100%;
}
.subscription-form .input-wrap input {
  width: 100%;
  height: 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0C1C48;
  padding: 10px 40px;
  border-radius: 6px;
  border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subscription-form .input-wrap input {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscription-form .input-wrap input {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .subscription-form .input-wrap input {
    height: 70px;
    padding: 10px 20px;
  }
}
.subscription-form .input-wrap input::-webkit-input-placeholder {
  color: #B0B0B0;
}
.subscription-form .input-wrap input:-moz-placeholder {
  color: #B0B0B0;
}
.subscription-form .input-wrap input::-moz-placeholder {
  color: #B0B0B0;
}
.subscription-form .input-wrap input:-ms-input-placeholder {
  color: #B0B0B0;
}
.subscription-form .input-wrap button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 60px;
  background: #1E90FF;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 10px 40px;
  border-radius: 6px;
  border: 0;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subscription-form .input-wrap button {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscription-form .input-wrap button {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .subscription-form .input-wrap button {
    height: 50px;
  }
}
.subscription-form .input-wrap button:hover {
  background: #222735;
}

.footer-about-widget .f-logo {
  max-width: 208px;
}
.footer-about-widget .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #FFFFFF;
}
.footer-about-widget .text p a {
  color: #1E90FF;
}
.footer-about-widget .text p a:hover {
  color: #fff;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.social-icons a:hover {
  background: #1E90FF;
}

.footer-widget h3.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  display: block;
  margin-bottom: 14px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-transform: capitalize;
  color: #EEEEEE;
}
.footer-widget ul li a:hover {
  color: #1E90FF;
}

.footer-section {
  background: #030B20;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-soft-primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1);
  border-color: transparent
}

.btn-check:focus + .btn-soft-primary, .btn-soft-primary:focus, .btn-soft-primary:hover {
  color: #fff;
  background-color: #377dff;
  border-color: transparent
}

.btn-check:active + .btn-soft-primary, .btn-check:checked + .btn-soft-primary, .btn-soft-primary.active, .btn-soft-primary:active, .show > .btn-soft-primary.dropdown-toggle {
  color: #fff;
  background-color: #377dff;
  border-color: transparent
}

.btn-soft-primary.disabled, .btn-soft-primary:disabled {
  color: #377dff;
  background-color: #377dff;
  border-color: transparent
}

.intl-tel-input,
.iti{
  width: 100%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#img-upload{
  width: 150px;
  height: 150px;
}


.btn-doc {
  position: relative;
  overflow: hidden;
}
.btn-doc input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#doc-upload{
  width: 150px;
  height: 150px;
}

.as-console-wrapper {
display: none !important;
}

.quill-custom .ql-editor p {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=main.css.map */
