/* Template Name: Xegal - Responsive Bootstrap 5 Landing Page Template
   Author: Pichforest
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  color: #1c2f50;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.4;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 40px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

/*******color Loop*******/
.text-primary {
  color: #2a3fb1 !important;
}

.bg-primary {
  background-color: #2a3fb1 !important;
}

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

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

.text-success {
  color: #1abc9c !important;
}

.bg-success {
  background-color: #1abc9c !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #9da9bb !important;
}

.bg-muted {
  background-color: #9da9bb !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

/*******font-size*******/
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

/*******font-weight*******/
.fw-200 {
  font-weight: 200;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 700;
}

.box-shadow {
  box-shadow: #7d7d7d 0px 4px 20px;
}

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

.bg-overlay {
  background-color: rgba(21, 40, 66, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.avatar-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.avatar {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.avatar-md {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.avatar-lg {
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.bg-lightblue {
  background-color: rgba(62, 114, 210, 0.65);
}

.modal .modal-dialog .btn-close {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog:hover .btn-close {
  opacity: 0.5;
}

@media (max-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
  border: 1px solid #1c2f50;
  overflow: hidden;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn:after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 250px;
  left: -189px;
  position: absolute;
  top: -68px;
  transform: rotate(35deg);
  transition: all 0.5s ease;
  width: 133px;
  z-index: 1;
}
.btn:hover:after {
  left: 110%;
}

.btn-primary {
  background: #2a3fb1;
  border-color: #2a3fb1 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #d07f1d;
  border-color: #d07f1d;
  box-shadow: 0px 8px 20px -6px rgba(224, 138, 33, 0.6);
}

.btn-outline-primary {
  color: #2a3fb1;
  border-color: #2a3fb1;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #2a3fb1;
  border-color: #2a3fb1;
  box-shadow: 0px 8px 20px -6px rgba(224, 138, 33, 0.6);
}

.btn-secondary {
  background: #FF7F51;
  border-color: #FF7F51 !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
  background: #ff703d;
  border-color: #ff703d;
  box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
}

.btn-outline-secondary {
  color: #FF7F51;
  border-color: #FF7F51;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open > .dropdown-toggle.btn-primary {
  background: #FF7F51;
  border-color: #FF7F51;
  box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
}

.btn-success {
  background: #1abc9c;
  border-color: #1abc9c !important;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #18aa8d;
  border-color: #18aa8d;
  box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #1abc9c;
  border-color: #1abc9c;
  box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
}

.btn-warning {
  background: #ffcd00;
  border-color: #ffcd00 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #ebbd00;
  border-color: #ebbd00;
  box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
}

.btn-outline-warning {
  color: #ffcd00;
  border-color: #ffcd00;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #ffcd00;
  border-color: #ffcd00;
  box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
}

.btn-light {
  background: #fbfbff;
  border-color: #fbfbff !important;
}
.btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #e7e7ff;
  border-color: #e7e7ff;
  box-shadow: 0px 8px 20px -6px rgba(251, 251, 255, 0.6);
}

.btn-outline-light {
  color: #fbfbff;
  border-color: #fbfbff;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #fbfbff;
  border-color: #fbfbff;
  box-shadow: 0px 8px 20px -6px rgba(251, 251, 255, 0.6);
}

.btn-dark {
  background: #1c2f50;
  border-color: #1c2f50 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #172641;
  border-color: #172641;
  box-shadow: 0px 8px 20px -6px rgba(28, 47, 80, 0.6);
}

.btn-outline-dark {
  color: #1c2f50;
  border-color: #1c2f50;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #1c2f50;
  border-color: #1c2f50;
  box-shadow: 0px 8px 20px -6px rgba(28, 47, 80, 0.6);
}

.btn-muted {
  background: #9da9bb;
  border-color: #9da9bb !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #919eb3;
  border-color: #919eb3;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
}

.btn-outline-muted {
  color: #9da9bb;
  border-color: #9da9bb;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #9da9bb;
  border-color: #9da9bb;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #1c2f50;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.navbar-custom {
  background-color: transparent;
  padding: 8px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0 10px;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.5s;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1c2f50;
}

.navbar-custom.nav-sticky .custom-menu {
  box-shadow: none;
}

.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

.nav-button {
  margin-left: 20px;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

/*---Navbar-White--*/
.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
  color: #1c2f50 !important;
}

.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #2a3fb1 !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 8px 0px;
  background-color: #bf9109;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}
.nav-sticky .logo {
  color: #1c2f50 !important;
}
.nav-sticky .navbar-nav li a {
  color: #1c2f50 !important;
}
.nav-sticky .menu-offcanvas > .btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
  border: none;
  overflow: hidden;
  position: relative;
}
.nav-sticky .menu-offcanvas > .btn i {
  color: #2a3fb1;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:focus,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #2a3fb1 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.nav-pills .nav-item .nav-link .service-icon i {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 80px;
  color: #2a3fb1;
  font-size: 34px;
  border: 2px dashed #eee;
  position: relative;
  margin-top: -50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-item .nav-link.active i, .nav-pills .nav-item .nav-link:focus i, .nav-pills .nav-item .nav-link:hover i {
  background-color: #2a3fb1;
  color: #ffffff;
}

.nav-link {
  color: #9da9bb;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: #2a3fb1;
}

@media (max-width: 476px) {
  .nav-pills .nav-item .nav-link .service-icon i {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 60px;
    color: #656fe0;
    font-size: 24px;
    border: 2px dashed #eee;
    position: relative;
    margin-top: -50px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 375px) {
  .nav-pills .nav-item .nav-link .service-icon i {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 40px;
    color: #656fe0;
    font-size: 20px;
    border: 2px dashed #eee;
    position: relative;
    margin-top: -50px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
}
.menu-offcanvas > .btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
  border: none;
  overflow: hidden;
  position: relative;
}
.menu-offcanvas > .btn i {
  color: #ffffff;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 325px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
  opacity: 0.2;
}

.offcanvas-body .menu-item a {
  color: #9da9bb;
  transition: all 0.5s ease-in-out;
}
.offcanvas-body .menu-item i {
  padding: 8px 0;
  color: #9da9bb;
  transition: all 0.5s ease-in-out;
}
.offcanvas-body .menu-item:hover a, .offcanvas-body .menu-item:focus a, .offcanvas-body .menu-item:active a {
  color: #2a3fb1;
}
.offcanvas-body .menu-item:hover i, .offcanvas-body .menu-item:focus i, .offcanvas-body .menu-item:active i {
  color: #2a3fb1;
}

@media (max-width: 1024px) {
  .menu-offcanvas > .btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
    border: none;
    overflow: hidden;
    position: relative;
  }
  .menu-offcanvas > .btn i {
    color: #2a3fb1;
  }
}
.bg-overlay-gradiant {
  background: linear-gradient(90deg, #e07721 0%, #2a3fb1 50%, #ffb357 100%);
}

.bg-image {
  height: 90vh;
}

.bg-home {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.home-one {
  padding-top: 150px;
}

.sub-form {
  position: relative;
  margin-bottom: -160px;
}

.scrollto-arrow {
  text-decoration: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  animation: translate 1.2s infinite;
  margin: 0 auto;
}

@keyframes translate {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(15px);
  }
  100% {
    transform: translatey(0px);
  }
}
.title-badge {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 4px;
}

.section-title-badge {
  background-color: rgba(224, 138, 33, 0.2);
  padding: 10px 20px;
  color: #2a3fb1;
  border-radius: 4px;
}

.close-button {
  font-size: 10px;
  font-weight: 600;
  transition: all 0.5s;
  border: 1px solid #2a3fb1;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.bg-soft-primary {
  background-color: rgba(224, 138, 33, 0.5);
}

.menu-user-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
}
.menu-user-icon .avatar-sm {
  background-color: #9da9bb;
  transition: all 0.5s;
}
.menu-user-icon .avatar-sm:hover {
  background-color: #2a3fb1;
}

.hero-3 {
  padding: 280px 0 220px;
}

.bg-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-4 {
  padding: 200px 0 220px;
}

.bg-overlay-3 {
  background-color: #a8a8a8;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-4 {
    padding: 100px 0 0 0;
  }
}
.home-4 {
  padding: 200px 0;
}

.banner-text-box {
  padding: 50px 0;
}

.control-prev {
  position: absolute;
  top: -30%;
  left: -5%;
}
.control-prev .control-prev-icon {
  background-color: #2a3fb1;
  font-size: 40px;
  padding: 0 10px;
  border-radius: 20px;
}

.control-next {
  position: absolute;
  top: -30%;
  left: 33%;
  z-index: 11;
}
.control-next .control-next-icon {
  background-color: #2a3fb1;
  font-size: 40px;
  padding: 0 10px;
  border-radius: 20px;
}

.bg-home5 {
  height: 100vh;
}
.bg-home5 .bg-overlay {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

.carousel-padding {
  padding: 280px 0;
}

.hero-5 {
  padding-top: 220px;
}

.rounded-lg {
  border-radius: 20px;
}

.hero-5 .hero-5-img-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: 1rem 1rem; */
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  padding-top: 0;
}

.video-box {
  position: relative;
  margin-bottom: -210px;
}

.home-work-image {
  margin-top: 60px;
}

.hero-slider {
  height: 100vh;
}
.hero-slider .swiper-slide {
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF7F51;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.hero-slider .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
}

.hero-7 {
  padding-top: 180px;
}
.hero-7 iframe {
  max-width: 100%;
}
.hero-7 .frame-border {
  border-radius: 30px;
}

.hero-8 {
  padding-top: 250px;
}
.hero-8 .hero-title {
  font-size: 160px;
  font-weight: 700;
  color: rgba(246, 250, 255, 0.05);
  font-family: "poppins", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  transform: rotate(270deg);
}
.hero-8 .hero-title-2 {
  font-size: 180px;
  font-weight: 700;
  color: rgba(246, 250, 255, 0.05);
  font-family: "poppins", sans-serif;
  position: absolute;
  top: 5%;
  right: 10%;
}

@media (max-width: 1140px) {
  .hero-8 {
    padding-top: 250px;
  }
  .hero-8 .hero-title {
    font-size: 130px;
    font-weight: 700;
    color: rgba(246, 250, 255, 0.05);
    font-family: "poppins", sans-serif;
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 5%;
    transform: rotate(270deg);
  }
  .hero-8 .hero-title-2 {
    font-size: 130px;
    font-weight: 700;
    color: rgba(246, 250, 255, 0.05);
    font-family: "poppins", sans-serif;
    position: absolute;
    top: 10%;
    right: 5%;
  }
}
.bg-full {
  height: 90vh;
  background-size: cover !important;
  position: relative;
  background-position: center center;
  padding-top: 140px;
}
.bg-full .form-border {
  border-top: 4px solid #2a3fb1;
}

.business-home-shape img {
  width: 100%;
  height: auto;
}

.business-home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.bg-home-10 {
  background-size: cover;
  padding-top: 100px;
  position: relative;
  background-position: center center;
  background: linear-gradient(to bottom, #4b7bd5, #829ed3);
}

.home-bg-overlay {
  background: url(../images/bg-home.png);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -15%;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -22px;
  line-height: 40px;
  background-color: #2a3fb1;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 3px;
}

.swiper-button-next {
  background-image: none;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -22px;
  line-height: 40px;
  background-color: #2a3fb1;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 3px;
}

.swiper-button-prev {
  background-image: none;
}

.mobile-app img {
  position: relative;
  margin-bottom: -100px;
}

.home-12 {
  padding: 100px 0;
}
.home-12 ::placeholder {
  color: #ffffff;
}
.home-12 .form-control {
  height: 58px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.home-12 .subscribe-btn {
  position: absolute;
  right: 4px;
  bottom: 5px;
}
.home-12 .home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
}

.section-13 {
  padding: 250px 0;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero-14 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #906d42;
}

.social-media a {
  color: #1c2f50;
  font-size: 20px;
}

.social-media ul li:first-child:before {
  position: absolute;
  left: 195px;
  top: 33%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #2a3fb183;
  content: "";
}

.social-media ul li:last-child:before {
  position: absolute;
  left: 328px;
  top: 33%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #2a3fb183;
  content: "";
}

.social-media {
  position: absolute;
  right: -100px;
  transform: rotate(90deg);
  top: 50%;
}
.social-media ul li a {
  color: #bdbdbd;
  transition: all 0.5s;
}
.social-media ul li:hover a {
  color: #2a3fb1;
}

.home-form .card {
  position: relative;
  margin-top: -80px;
}

.animation-image img {
  animation: bounce 3s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.bg-gradiant {
  background: linear-gradient(90deg, #135387 0%, #447cc7 50%, #65b4fd 100%);
}

.main-text {
  border-bottom: 1px solid #9da9bb;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}

.home-16 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-img-2 img {
  position: relative;
  bottom: -100px;
  z-index: 1;
}

.vh-85 {
  height: 85vh;
}

.online-course-bg .container-fluid .padding-less.img {
  border-radius: 0 0 0 80px;
}

.online-course-bg .container-fluid .padding-less.img,
.job-home-hero .container-fluid .padding-less.img,
.comingsoon .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 90vh;
  top: 0;
  right: 0;
}

.subcribe-form input {
  padding: 18px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.hero-19 {
  background-color: #f2f2f2;
}

.hero-19 .hero-19-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-digital-marketing .digital-hero {
  border-bottom-left-radius: 30% !important;
}
.bg-digital-marketing .watch-video {
  position: absolute;
  bottom: -10px;
  left: 10px;
}

@media (max-width: 768px) {
  .res-padding {
    padding-top: 300px;
  }
}
.home-20 {
  padding: 200px 0 0 0;
  border-bottom-right-radius: 30% !important;
}

.hero-stats {
  width: 500px;
  margin: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .hero-stats {
    width: 100%;
  }
}
.home-21 {
  padding: 83px 0;
  height: 100vh;
}

.top-space {
  padding: 235px 0;
}

.home-21 .container-fluid .side-img.img,
.job-home-hero .container-fluid .side-img.img,
.comingsoon .container-fluid .side-img.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100vh;
  width: 40vw;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .home-21 .container-fluid .side-img.img,
.job-home-hero .container-fluid .side-img.img,
.comingsoon .container-fluid .side-img.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100vh;
    width: 40vw;
    top: 0;
    right: 0;
    display: none;
  }
}
.home-21 .hero-img {
  padding: 140px 0;
}
.home-21 .hero-img .title-heading .roket {
  color: #2a3fb1;
  font-size: 45px;
  transition: all 0.9s;
  animation: translateandrotate 1.2s infinite;
}
.home-21 .hero-img .title-heading:hover i {
  color: #605c51;
  transition: all 0.5s;
}
.home-21 .watch-video {
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(42%, 0);
}

@keyframes translateandrotate {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px) rotate(5deg);
  }
  100% {
    transform: translatex(0px);
  }
}
@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    /* color: #ffffff !important;
    background: #ffffff; */
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #1c2f50 !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }

  .home-title {
    font-size: 36px;
  }

  .navbar-white .navbar-toggler {
    color: #1c2f50 !important;
  }

  .navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #2a3fb1 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .carousel-indicators {
    right: 0;
  }

  .logo .logo-light {
    display: none;
  }

  .logo .logo-dark {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
#style-switcher {
  transition: all 0.4s;
  background: 0 0 #ffffff;
  box-shadow: 2px 6px 46px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  left: -189px;
  position: fixed;
  top: 26%;
  width: 189px;
  z-index: 999;
  padding: 10px 5px;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher div h6 {
  font-size: 16px;
  margin: 8px 8px 12px;
}
#style-switcher .settings {
  background: #2a3fb1;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  right: -45px;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

ul.pattern {
  overflow: hidden;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #2a3fb1;
}
ul.pattern .color2 {
  background-color: #2558ab;
}
ul.pattern .color3 {
  background-color: #ffcd00;
}
ul.pattern .color4 {
  background-color: #ef4b4b;
}
ul.pattern .color5 {
  background-color: #49c6e5;
}
ul.pattern .color6 {
  background-color: #8060cf;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}
.features {
  padding-top: 120px;
  padding-bottom: 120px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #2a3fb1;
  background-color: transparent !important;
}

.media-box .youtube {
  border-radius: 20px;
  position: absolute;
  top: -45px;
  right: -10px;
  z-index: 99;
  border-radius: 20px;
  background-color: #ffffff;
}
.media-box .trungga {
  position: absolute;
  top: 40px;
  left: -115px;
  background-color: #ffffff;
  border-radius: 20px;
}
.media-box .trungga img {
  height: 60px;
  width: 60px;
  border-radius: 20px;
}
.media-box .trungga .progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.media-box .rating {
  position: absolute;
  bottom: -12px;
  left: -120px;
  background-color: #ffffff;
  border-radius: 20px;
}
.media-box .document {
  position: absolute;
  bottom: 84px;
  right: -28px;
  background-color: #ffffff;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .media-box .trungga {
    position: absolute;
    top: 74px;
    left: -28px;
    background-color: #ffffff;
    border-radius: 20px;
  }
  .media-box .youtube {
    position: absolute;
    top: -45px;
    right: -30px;
    z-index: 99;
    border-radius: 20px;
    background-color: #ffffff;
  }
  .media-box .rating {
    position: absolute;
    bottom: -28px;
    left: -26px;
    background-color: #ffffff;
    border-radius: 20px;
  }
  .media-box .document {
    position: absolute;
    bottom: 84px;
    right: -15px;
    background-color: #ffffff;
    border-radius: 20px;
  }
}
.features-section {
  margin-top: 300px;
}

.secound-image {
  position: relative;
  margin-top: -130px;
  /* left: 0; */
  float: right;
  left: 35px;
}

.testi-indicators {
  align-items: center;
  position: absolute;
  bottom: -55%;
  justify-content: start;
  margin-left: 0;
}
.testi-indicators button {
  width: 50px !important;
  height: 50px !important;
  margin: 10px 5px !important;
  border-radius: 50% !important;
  border: 3px solid transparent !important;
  overflow: hidden;
  display: block;
}
.testi-indicators button.active {
  opacity: 1;
  width: 80px !important;
  height: 80px !important;
}

.quote-icon {
  font-size: 60px;
}

@media (max-width: 992px) {
  .testi-indicators {
    bottom: -32%;
  }

  .testi-indicators {
    align-items: center;
    position: absolute;
    bottom: -30%;
    justify-content: start;
    margin-left: 0;
  }
  .testi-indicators button {
    width: 50px !important;
    height: 50px !important;
    margin: 10px 5px !important;
    border-radius: 50% !important;
    border: 3px solid transparent !important;
    overflow: hidden;
    display: block;
  }
  .testi-indicators button.active {
    opacity: 1;
    width: 60px !important;
    height: 60px !important;
  }
}
.pricing-pills {
  background-color: #ffffff;
}

.pricing-link {
  color: #3e72d2;
}

.pricing-link.active, .pricing-link:focus, .pricing-link:hover {
  color: #3e72d2;
}

.pricing-pills .pricing-link.active,
.pricing-pills .show > .pricing-link {
  color: #ffffff;
}

.pricing-link.active,
.show > .pricing-link {
  background-color: #3e72d2 !important;
}

.pricing-box.active {
  border: 2px solid #3e72d2b0;
}

.pricing-box {
  border-radius: 20px;
  border: 2px solid #eeeeee;
}
.pricing-box .badge-bg.active {
  background-color: rgba(62, 114, 210, 0.5);
}
.pricing-box .badge-bg {
  background-color: rgba(224, 138, 33, 0.5);
}
.pricing-box .price-bg {
  border-radius: 20px;
}
.pricing-box .price-check {
  color: #2a3fb1;
}
.pricing-box .price-check.active {
  color: #3e72d2;
}
.pricing-box:hover {
  border: 2px solid #3e72d2b0;
  transition: all 0.5s ease-in-out;
}
.pricing-box:hover .badge-bg {
  background-color: rgba(62, 114, 210, 0.5);
  transition: all 0.5s ease-in-out;
}
.pricing-box:hover .price-check {
  color: #3e72d2;
  transition: all 0.5s ease-in-out;
}

.cta-bg {
  background-color: #3e72d2;
}

.cta-search .form-control {
  border: none;
}

.form-control {
  box-shadow: none !important;
  height: 46px;
  padding-left: 20px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  color: #9197b5;
  border-radius: 5px;
}

.cta-overlay {
  background-image: url(../images/cta.jpg);
  opacity: 0.07;
  background-position: bottom;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.team-social .list-inline .list-inline-item {
  background-color: #9da9bb;
  color: #ffffff;
}
.team-social .list-inline .list-inline-item:hover {
  background-color: #2a3fb1;
  transition: all 0.5s;
}

.team-concept .team-image .team-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 8px 0 4px;
}
.team-concept .team-image .team-overlay .social-icon .avatar-sm {
  background-color: transparent;
}
.team-concept .team-image .team-overlay .social-icon .avatar-sm a {
  color: #9da9bb;
}
.team-concept .team-image .team-overlay .social-icon .avatar-sm:hover {
  background-color: #2a3fb1;
  transition: all 0.5s;
  border-radius: 4px;
}
.team-concept .team-image .team-overlay .social-icon .avatar-sm:hover a {
  color: #ffffff;
  transition: all 0.5s;
}
.team-concept .content .name {
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.team-concept:hover .team-image .team-overlay {
  opacity: 0.9;
}

.footer-email form {
  position: relative;
  max-width: 600px;
}
.footer-email input {
  padding: 12px 8px;
  width: 100%;
  font-size: 15px;
  color: #9197b5;
  border: none;
  border-bottom: 2px solid rgba(224, 138, 33, 0.44);
  outline: none !important;
  background-color: transparent;
  padding-right: 80px;
}
.footer-email button {
  position: absolute;
  top: 6px;
  right: 8px;
  outline: none !important;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 15px;
}

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #2a3fb1;
  transition: all 0.5s;
}/*# sourceMappingURL=style.css.map */