@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&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");
.section {
  padding: 80px 0;
}
.space-2 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0px !important;
  }
  .space-2{
    padding: 60px 0px !important;
  }
}
.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;
}
.bg-primary {
  background-color: #FF6D00 !important;
}
.bg-secondary-subtle {
  background-color: #F2F6F8 !important;
}
.text-primary {
  color: #FF6D00 !important;
}
.btn-primary {
  background-color: #FF6D00 !important;
}
.border-primary {
  border-color: #FF6D00 !important;
}
.bg-secondary {
  background-color: #0000FF !important;
}
.bg-secondary-light {
  background-color: #4361EE1A !important;
}
.text-secondary {
  color: #0000FF !important;
}
.btn-secondary {
  background-color: #0000FF !important;
}
.border-secondary {
  border-color: #0000FF !important;
}
.bg-success {
  background-color: #198754 !important;
}
.text-success {
  color: #198754 !important;
}
.btn-success {
  background-color: #198754 !important;
}
.border-success {
  border-color: #198754 !important;
}
.bg-info {
  background-color: #8cb0df !important;
}
.text-info {
  color: #8cb0df !important;
}
.btn-info {
  background-color: #8cb0df !important;
}
.border-info {
  border-color: #8cb0df !important;
}
.bg-warning {
  background-color: #374bbe !important;
}
.text-warning {
  color: #374bbe !important;
}
.btn-warning {
  background-color: #374bbe !important;
}
.border-warning {
  border-color: #374bbe !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.btn-danger {
  background-color: #dc3545 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-light2 {
  background-color: #FF6D0033 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.btn-light {
  background-color: #FF6D0033 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #283032 !important;
}
.text-dark {
  color: #283032 !important;
}
.btn-dark {
  background-color: #283032 !important;
}
.border-dark {
  border-color: #283032 !important;
}
.btn {
  padding: 10px 20px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
  transition: all 0.5s;
}
.custom-badge{
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .btn {
    padding: 13px 18px !important;
  }
}
.btn:focus {
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
}
body {
  font-family: "Poppins", sans-serif;
}
::-moz-selection {
  background-color: #FF6D00;
  color: #f8f9fa;
}
::selection {
  background-color: #FF6D00;
  color: #f8f9fa;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  font-size: 17px;
  color: #959797;
}
h1 {
  font-weight: 600 !important;
}
h4 {
  font-size: 30px !important;
  font-weight: 600;
}
h5,
h6 {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.logo i {
  font-weight: normal !important;
}
.hero-part {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(29, 38, 54, 0.8);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-bg-blue-gradient{
  background: linear-gradient(135deg, #F7F9FC 0%, #EFF6FF 100%);
}
.title-sm span {
  font-size: 14px;
  color: #374bbe;
  font-weight: 400;
  letter-spacing: 1px;
}
.icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.icon i {
  opacity: 0.9;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF6D00;
  z-index: 99999;
  transition: all 3s ease;
  visibility: visible;
  opacity: 1;
}
#preloader .status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #374bbe;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
.helper-card {
  height: 360px;
  border-radius: 1.25rem;
}
.helper-card img {
  object-fit: cover;
}
.card-highlight-num{
  color: #F3F4F6;
}
.card-img-overlay-gradient{
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0) 100%
  )
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.navbar-custom .container{
  max-width: 1100px;
  margin: 20px auto 0;
  border-radius: 20px;
  background-color: #f8f9fa;
  box-shadow: 0px 9px 64px 0px #00000033;
}
/* .navbar.nav-sticky {
  background-color: #f8f9fa;
  box-shadow: 10px -10px 20px 0px;
} */
header.sticky-light {
  background-color: #f8f9fa;
  box-shadow: 10px -10px 20px 0px;
}
.navbar.nav-sticky .logo a {
  color: #FF6D00 !important;
}
.navbar.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #FF6D00;
}
.navbar.nav-sticky .navbar-nav .nav-item .nav-link:hover,
.navbar.nav-sticky .navbar-nav .nav-item .nav-link:active,
.navbar.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
@media (max-width: 991px) {
  .navbar.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #FF6D00 !important;
  }
} /*.navbar.nav-sticky .nav-btn a{color:#FF6D00 !important}*/
.navbar.nav-sticky .nav-btn a:hover {
  color: #fff !important;
}
@media (max-width: 1110px) {
  .navbar-custom .container{
    width: 85%;
  }
}
.navbar .navbar-toggler {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar .logo a {
    color: #FF6D00 !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  padding: 0px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  color: #f8f9fa;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 14px 14px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #374bbe !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #FF6D00 !important;
  }
}
.bg-img {
  background-image: url(../images/bg-img/img-1.jpg);
}
.bg-home {
  padding: 250px 0;
}
@media (max-width: 991px) {
  .bg-home {
    padding: 150px 0;
  }
}
.bg-img-2 {
  background: url(../images/bg-img/img-2.jpg) fixed;
}
.bg-home-2 {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .bg-home-2 {
    padding: 150px 0;
  }
}
.bg-home-2 .home-img .img-laptop {
  position: relative;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 1;
  animation: up-down-img 1.7s ease-in-out infinite alternate both;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -28px;
}
@keyframes up-down-img {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.bg-home-3 {
  padding: 250px 0;
}
@media (max-width: 991px) {
  .bg-home-3 {
    padding: 150px 0;
  }
}
.bg-home-3 #myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-home-3 .card .form-control:focus {
  box-shadow: none;
  border-color: #959797;
}
.bg-home-3 .card .form-check-input:focus {
  box-shadow: none;
  border-color: #959797;
}
@media (max-width: 991px) {
  .bg-home-4 p br {
    display: none;
  }
}
.bg-img-5 {
  background-image: url(../images/bg-img/img-9.jpg);
}
.bg-home-5 {
  padding: 250px 0 260px;
}
@media (max-width: 991px) {
  .bg-home-5 {
    padding: 150px 0;
  }
}
.bg-home-5 .form-button input {
  padding: 10px 16px !important;
}
@media (max-width: 991px) {
  .bg-home-5 .form-button input {
    width: 100% !important;
  }
}
.bg-home-6 {
  background: radial-gradient(900px 520px at 90% 10%, rgba(228, 171, 0, 0.14), transparent 60%),
        #0b1220;
  padding: 150px 0;
  align-items: center;
  display: flex;
}
.bg-home-7 {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .bg-home-7 {
    padding: 150px 0;
  }
}
.bg-home-7 .back-img {
  opacity: 0.1;
}
@media (max-width: 991px) {
  .bg-home-7 .back-img {
    top: 45% !important;
  }
}
.bg-home-8 {
  padding: 200px 0;
}
@media (max-width: 991px) {
  .bg-home-8 {
    padding: 150px 0;
  }
  .bg-home-8 br {
    display: none;
  }
  .bg-home-8 .img-side-1 {
    display: none;
  }
  .bg-home-8 .header-img {
    display: none;
  }
}
.bg-img-9 {
  background-image: linear-gradient(
    to top,
    rgba(86, 14, 145, 0.8156862745) 0%,
    #0d0764 100%
  );
}
.bg-home-9 {
  padding: 250px 0 350px;
}
@media (max-width: 991px) {
  .bg-home-9 {
    padding: 150px 0;
  }
  .bg-home-9 .main-content br {
    display: none;
  }
}
.bg-home-10 {
  padding: 200px 0 140px;
}
@media (max-width: 991px) {
  .bg-home-10 {
    padding: 150px 0;
  }
}
.shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.shape svg {
  width: 100%;
  height: auto;
}
.brand-part {
  padding-top: 140px;
  padding-bottom: 30px;
}
.brand-part .brand img {
  max-width: 100px;
}
.brand-part .brand img:hover {
  opacity: 0.8;
}
.about-part .card-one {
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.05);
  border-radius: 10px; 
}
.about-part .card-one .icon {
  width: 56px;
  height: 56px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1F3AFF 0%, #FF6D00 100%);
}

.about-part .card-one .title {
  color: #283032;
}

.about-part .icon-four {
  display: grid;
}
.about-part .icon-four a {
  color: #FF6D00;
  margin-top: 50px;
  --bs-icon-link-transform: translate3d(0, -0.325rem, 0);
}
.about-part .icon-four a:hover {
  color: #374bbe;
}
@media (max-width: 991px) {
  .about-part .icon-four {
    display: block;
  }
}
.about-part .services .icon-text li {
  color: #959797;
  letter-spacing: normal;
}
.about-part .services-part .text p {
  font-size: 15px;
}
@media (max-width: 991px) {
  .about-part br {
    display: none;
  }
}
.cta-create-account-section{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg-img/net-illustration-bg.png);
}
.cta-create-account-section .main-content{
  backdrop-filter: blur(200px);
  background-color: #FF6D00;
  padding: 40px;
}

@media (max-width: 992px){
  .cta-create-account-section{
    background-image: none;
  }
}
.price-part .card {
  transition: all 0.5s ease-in-out;
}
.price-part .card:hover {
  transform: translateY(-1rem);
}
@media (max-width: 991px) {
  .price-part .card {
    width: 100%;
  }
}
.price-part .card .card-body .card-title-1 .list li {
  color: #959797;
  margin-top: 4px;
}
.price-part .link-part .btn {
  width: 100%;
}
.price-part .title-sm p {
  font-size: 12px !important;
}
.counter-part .counter-no {
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.counter-part .number h2 {
  font-weight: 400;
}
.accordion .accordion-item {
  border: none;
  border-color: rgba(189, 189, 189, 0.301) !important;
}
.accordion .accordion-item .accordion-button {
  color: #283032;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  padding-bottom: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/subtract-fill.png);
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url(../images/add-fill.png);
  opacity: 0.6;
}
.accordion .accordion-body {
  font-size: 15px;
}
.accordion .accordion-collapse {
  background-color: #fff;
  letter-spacing: 1px;
}
.client-review {
  position: relative; /*background-image:url(../images/World-Map.svg);*/
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.client-review .bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.904);
  background-size: cover;
  background-repeat: no-repeat;
}
.client-review .carousel-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.client-review {
    position: relative;
    overflow: hidden; /* important to clip the fades */
}

.client-review::before,
.client-review::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;              /* adjust fade width */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.client-review::before {
  left: 0;
  background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0)
    );
}

.client-review::after {
  right: 0;
  background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0)
    );
}
.client-swiper .swiper-button-next::after,
.client-swiper .swiper-button-prev::after {
    display: none !important;
}
.client-swiper .swiper-button-next,
.client-swiper .swiper-button-prev {
    position: static !important;
    width: 50px;
    height: 50px;
    margin: 0;
}

.client-swiper .swiper-button-next,
.client-swiper .swiper-button-prev {
    color: var(--bs-primary);
}

.client-swiper .swiper-button-next::after,
.client-swiper .swiper-button-prev::after {
    font-size: 22px;
}

.testimonial-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}

/* image section */
.testimonial-img {
    height: 180px;
    overflow: hidden;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* content section */
.testimonial-content {
    padding: 24px 22px 26px;
    background: #fff;
}

/* text */
.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* divider before name */
.testimonial-content .divider {
    display: block;
    width: 50px;
    height: 2px;
    background: var(--bs-primary);
    margin: 0 auto 12px;
    opacity: .6;
}

/* name */
.testimonial-name {
    font-weight: 600;
}

@media (min-width: 992px) {
    .testimonial-img {
        height: 200px;
    }
}


@media (max-width: 576px) {
  .client-review .carousel-inner br {
    display: none;
  }
}
@media (max-width: 576px) {
  .review .review-item {
    padding: 60px 0;
  }
}
.cta-part .cta-title form {
  position: relative;
}
.cta-part .cta-title form .form-control {
  padding: 10px;
  box-shadow: none;
  border: 1px solid #959797;
}
@media (max-width: 991px) {
  .cta-part .cta-title form .form-control {
    width: 60% !important;
  }
}
.login-page {
  background-image: url(../images/bg-img/login-bg.jpg);
  min-height: 100vh;
}
.login-page .card {
  width: 36%;
  box-shadow:
    rgba(27, 36, 92, 0.199) 0px 4px 21px,
    #302c2c 0px 4px 21px;
}
@media (max-width: 991px) {
  .login-page .card {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.login-page .card .form-control:focus {
  box-shadow: none;
  border-color: #959797;
}
.login-page .card .form-check-input:focus {
  box-shadow: none;
  border-color: #959797;
}
.login-page .card a {
  color: #FF6D00;
}
.login-page .card a i {
  --bs-icon-link-transform: translate3d(0, -0.195rem, 0);
}
.login-page .card a i:hover {
  color: #374bbe !important;
}
.login-page .card p {
  font-size: 16px !important;
}
.login-page input::-moz-placeholder {
  font-size: 13px !important;
}
.login-page input::placeholder {
  font-size: 13px !important;
}
.footer-part {
  position: relative;
  background-image: url(../images/bg-img/footer-bg-img.png);
  background-size: contain;
  background-position: 0px 30px;
  background-repeat: no-repeat;
  background-color: #22272F;
  padding-top: 120px;
}
.footer-info{
  margin-top: 80px;
}
.footer-part p {
  font-size: 16px;
}
.footer-part .footer-icon i {
  transition: all 0.4s ease-in-out !important;
  --bs-icon-link-transform: translate3d(0, -0.325rem, 0);
  font-size: 20px;
}
.footer-part .footer-icon i:hover {
  color: #374bbe !important;
  text-decoration: underline;
}
.footer-part li {
  margin-bottom: 10px;
}
.footer-part li a {
  transition: all 0.5s;
}
.footer-part li a:hover {
  color: #f8f9fa !important;
  margin: 5px;
}
.footer-part li a:hover i {
  color: #f8f9fa !important;
}
.footer-copyright .copy-info {
  font-size: 16px;
}
