:root {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 18px;
  font-weight: 300;
}
a {
  color: #4154f1;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
b, strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif; 
}
h1 {
  color: #4154f1;
  font-size: 42px;
  font-weight: 800;
  padding: 10px 0 40px;
}
h2 {
  color: #012970;
  font-size: 35px;
  font-weight: 800;
  padding: 30px 0 10px;
}
h3 {
  font-size: 28px;
  font-weight: 800;
  padding: 30px 0 10px;
}
ol li,
ul li {
  padding: 10px 0;
}

section {
  padding: 60px 0;
  overflow: hidden;
}
section.start {
  background: url(../images/header-bg.png) top center no-repeat !important;
}
section:nth-child(odd) {
  background: #fff;
}
section:nth-child(even) {
  background: #f8f8f8;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header a.logo,
.start a.losgehts,
.footer a.logo {
  text-decoration: none;
}
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  line-height: 30px;
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Manrope", sans-serif; 
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4154f1;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .megamenu {
  position: static;
}
.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}
.navbar .megamenu ul li {
  flex: 1;
}
.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #013289;
}
.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  padding: 15px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile ul li {
  padding: 5px 0;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.start {
  width: 100%;
  height: 100vh;
  background: url(../images/header-bg.png) top center no-repeat;
  background-size: cover;
}
.start h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}
.start h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}
.start .losgehts {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.start .losgehts span {
  font-family: "Manrope", sans-serif; 
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.start .losgehts i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.start .losgehts:hover i {
  transform: translateX(5px);
}
.start .start-img {
  text-align: right;
}

.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.accordion-button:not(.collapsed) {
  background: #012970;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item h2 {
  padding: 0;
}
.accordion-button {
  font-size: 26px;
  font-weight: 600;
  padding: 25px 20px;
}

.footer {
  background: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
.footer .footer-top {
  background: #f8f8f8 url(../images/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
  margin-top: -15px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Manrope", sans-serif; 
  line-height: 30px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Manrope", sans-serif; 
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.modal-dialog {
  font-size: 15px;
  line-height: 18px;
  max-width: 700px;
}


@media (min-width: 576px) and (max-width: 1024px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .start {
    background-attachment: fixed;
  }
}

@media (min-width: 1200px) {

}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar.navbar-mobile ul {
    display: block;
  }
  .mobile-nav-toggle {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 57px;
  }
  .start {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .start .start-img {
    text-align: center;
    margin-top: 80px;
  }
  .start .start-img img {
    width: 80%;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  .start {
    text-align: center;
  }
  .start h1 {
    font-size: 32px;
  }
  .start h2 {
    font-size: 24px;
  }
  .start .start-img img {
    width: 100%;
  }
  .accordion-button {
    font-size: 20px;
  }
  .modal-dialog {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 16px;
    word-wrap: break-word;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .header .logo img {
    height: 30px;
  }
  .header .logo span {
    font-size: 24px;
    line-height: 24px;
  }
  section {
    padding: 30px 0;
  }
  .accordion-body {
    padding: 15px;
  }
  .accordion-body ul li {
    font-size: 16px;
  }
  .accordion-body ul {
    padding-left: 1rem;
  }
}