@import url("https://fonts.googleapis.com/css2?family=Lora&family=Open+Sans&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #0B0B5B;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #F5F5F5;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.sectionpadding {
  padding: 100px 0px;
}

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1280px;
}

ul, li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  margin: 0;
}

p {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.sticky-wrapper.is-sticky .castom {
  z-index: 991 !important;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
}

header {
  min-height: 100vh;
  background: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0B0B5B;
  opacity: 0.5;
}
header .castom {
  height: 95px;
  width: 100%;
  background: transparent;
  padding: 50px 70px 0px 70px;
  transition: all ease-in-out 0.3s;
}
header .castom .menu {
  height: 80px;
}
header .castom .menu .container-fluid {
  background: #e5f8ff;
}
header .castom .menu .navbar {
  background: #e5f8ff;
  height: 100px;
  padding: 0px 50px;
  z-index: 99;
}
header .castom .menu .navbar .navbar-brand img {
  height: 80px;
  width: auto;
}
header .castom .menu .navbar .navbar-toggler {
  background: #e5f8ff;
  border: none;
  outline: none;
  box-shadow: none;
}
header .castom .menu .navbar .navbar-toggler span {
  color: #0B0B5B;
}
header .castom .menu .navbar .nav-link {
  color: black;
  font-family: 20px !important;
  font-weight: 600;
  margin: 0px 20px;
  padding: 0px 0px 5px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
header .castom .menu .navbar .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: #0B0B5B;
  transform: translate(-50%, 0) scale(0);
  transition: all ease-in-out 0.3s;
}
header .castom .menu .navbar .nav-link:hover {
  color: #0B0B5B;
  transition: all ease-in-out 0.3s;
}
header .castom .menu .navbar .nav-link:hover::before {
  transform: translate(-50%, 0) scale(1);
  transition: all ease-in-out 0.3s;
}
header .castom .menu .navbar .active {
  color: #0B0B5B !important;
}
header .castom .menu .navbar .nav-social ul li {
  margin: 0px 10px !important;
}
header .castom .menu .navbar .nav-social ul li a {
  font-size: 30px;
  color: #0B0B5B;
}
header .castom .menu .navbar .nav-social ul li a::before {
  display: none;
}
header .all-titel {
  position: relative;
  z-index: 10;
  margin-top: 190px;
}
header .all-titel h3 {
  color: #e5f8ff;
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  position: relative;
}
header .all-titel h3::before {
  position: absolute;
  content: "";
  bottom: 50%;
  right: 250px;
  height: 2px;
  width: 50px;
  background: #e5f8ff;
}
header .all-titel h2 {
  color: white;
  font-size: 70px;
}
header .all-titel p {
  color: white;
  font-size: 18px;
  margin-top: 20px;
}
header .my-btn {
  margin-top: 20px;
  margin-bottom: 100px;
  z-index: 10;
}
header .my-btn a {
  height: 60px;
  width: 240px;
  background: #e5f8ff;
  color: black;
  display: flex;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
header .my-btn a span {
  margin-left: 10px;
  padding-top: 1px;
}
header .my-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0;
  background: #0B0B5B;
  z-index: -2;
  transition: all ease-in-out 0.3s;
}
header .my-btn a:hover {
  color: white;
  transition: all ease-in-out 0.3s;
}
header .my-btn a:hover::before {
  width: 100%;
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
}
header .position {
  position: absolute;
  height: 175px;
  width: 100px;
  top: 45%;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .position ul li {
  margin: 10px 0;
}
header .position ul li a {
  color: white;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
header .position ul li a:hover {
  color: #00A0E1;
  border: 1px solid #00A0E1;
  transition: all ease-in-out 0.3s;
}

.about {
  background: #e5f8ff;
  position: relative;
  padding: 140px 0;
}
.about .marjin {
  padding: 80px 20px;
}
.about .marjin .about-box {
  min-height: 200px;
  width: auto;
  background: white;
  padding: 40px 40px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 20;
  border: 1px solid #e5f8ff;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
}
.about .marjin .about-box .text .icon h3 {
  color: #0B0B5B;
  font-size: 40px;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box .text .tx {
  margin-left: 20px;
  z-index: 7;
}
.about .marjin .about-box .text .tx h3 {
  color: #0B0B5B;
  font-size: 30px;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box .text .tx p {
  color: #5a5a5b;
  font-size: 16px;
}
.about .marjin .about-box .box-btn {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 7;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box .box-btn a {
  color: black;
  font-size: 20px;
}
.about .marjin .about-box .cirkel {
  position: absolute;
  bottom: -40px;
  right: -30px;
  height: 120px;
  opacity: 0.6;
  width: 120px;
  border-radius: 50%;
  background: #00A0E1;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box:hover .text .box-btn {
  bottom: 10px;
  right: 20px;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box:hover .text .icon h3 {
  color: #00A0E1;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box:hover .text .tx h3 {
  color: #00A0E1;
  transition: all ease-in-out 0.3s;
}
.about .marjin .about-box:hover .cirkel {
  height: 100px;
  width: 100px;
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
}
.about .about2 {
  background: white;
  min-height: 700px;
  width: auto;
  position: relative;
  z-index: 7;
}
.about .about2 .about-img {
  height: 550px;
  width: 100%;
  position: relative;
}
.about .about2 .about-img img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
.about .about2 .about-img .successful-cases {
  position: absolute;
  bottom: -70px;
  left: -70px;
  height: 220px;
  width: 240px;
  background: #0B0B5B;
  padding: 40px;
}
.about .about2 .about-img .successful-cases h2 {
  color: white;
  font-size: 70px;
  text-align: center;
}
.about .about2 .about-img .successful-cases h3 {
  color: white;
  font-size: 30px;
  text-align: center;
}
.about .about2 .about2-text {
  padding: 60px 40px;
}
.about .about2 .about2-text h5 {
  font-size: 26px;
}
.about .about2 .about2-text h2 {
  font-size: 45px;
  color: #0B0B5B;
  position: relative;
  padding-bottom: 10px;
}
.about .about2 .about2-text h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background: #0B0B5B;
}
.about .about2 .about2-text p {
  color: #0B0B5B;
  margin-top: 30px;
  font-size: 16px;
  line-height: 29px;
}
.about .about2 .about2-text ul {
  margin-top: 30px;
  margin-bottom: 40px;
}
.about .about2 .about2-text ul li h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 30px;
  color: #5a5a5b;
}
.about .about2 .about2-text ul li h3 span {
  color: #00A0E1;
  font-size: 18px;
  margin-right: 10px;
}
.about .about2 .about2-text .about2-btn .my-btn {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.about .about2 .about2-text .about2-btn .my-btn a {
  height: 60px;
  width: 210px;
  background: #0B0B5B;
  color: white;
  display: flex;
  padding: 0 10px;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn a span {
  margin-left: 10px;
  padding-top: 1px;
}
.about .about2 .about2-text .about2-btn .my-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0;
  background: #e5f8ff;
  z-index: -2;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn a:hover {
  color: black;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn a:hover::before {
  width: 100%;
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn2 {
  margin-top: 20px;
  position: relative;
  z-index: 10;
  margin-left: 30px;
}
.about .about2 .about2-text .about2-btn .my-btn2 a {
  height: 60px;
  width: 210px;
  border: 1px solid #0B0B5B;
  color: black;
  display: flex;
  padding: 0 10px;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn2 a span {
  margin-left: 10px;
  padding-top: 1px;
}
.about .about2 .about2-text .about2-btn .my-btn2 a::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0;
  background: #0B0B5B;
  z-index: -2;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn2 a:hover {
  color: white;
  transition: all ease-in-out 0.3s;
}
.about .about2 .about2-text .about2-btn .my-btn2 a:hover::before {
  width: 100%;
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
}
.about .about-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 800px;
  width: auto;
}

.services {
  background: white;
}
.services .service-titel {
  margin-bottom: 60px;
}
.services .service-titel h2 {
  color: #0B0B5B;
  font-size: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services .service-titel h2::before {
  position: absolute;
  content: "SERVICES";
  bottom: -35px;
  font-size: 90px;
  opacity: 0.05;
  color: #00A0E1;
  font-weight: 900;
}
.services .service-titel p {
  color: black;
  font-size: 20px;
  text-align: center;
}
.services .service-box {
  background: #e5f8ff;
  padding: 50px;
  margin-bottom: 20px;
}
.services .service-box .serv-text .icon {
  height: 40px;
  padding-top: 4px;
  width: auto;
}
.services .service-box .serv-text .icon i {
  font-size: 40px;
  color: #aac7d1;
}
.services .service-box .serv-text .serv-tx {
  margin-left: 20px;
}
.services .service-box .serv-text .serv-tx h3 {
  color: #0B0B5B;
  font-size: 30px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
}
.services .service-box .serv-text .serv-tx h3 span {
  color: #00A0E1;
  font-size: 25px;
  font-weight: 700;
  margin-right: 10px;
}
.services .service-box .serv-text .serv-tx p {
  color: black;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 35px;
}

.books {
  background: white;
  padding-top: 0;
}
.books .bok-titel {
  margin-bottom: 60px;
}
.books .bok-titel h2 {
  color: #0B0B5B;
  font-size: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.books .bok-titel h2::before {
  position: absolute;
  content: "SUCCESS";
  bottom: -35px;
  font-size: 90px;
  opacity: 0.05;
  color: #00A0E1;
  font-weight: 900;
}
.books .bok-box {
  min-height: 370px;
  width: auto;
  background: #e5f8ff;
  margin-top: 40px;
}
.books .bok-box .b-box-img {
  height: 100%;
  width: auto;
  max-height: 550px;
}
.books .bok-box .b-box-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.books .bok-box .b-box-tx {
  padding: 50px 30px;
}
.books .bok-box .b-box-tx h2 {
  color: #0B0B5B;
  font-size: 30px;
  position: relative;
  padding-bottom: 5px;
}
.books .bok-box .b-box-tx h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background: #0B0B5B;
}
.books .bok-box .b-box-tx p {
  color: black;
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}
.books .bok-box .b-box-tx .b-icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 60px;
  width: auto;
}
.books .bok-box .b-box-tx .b-icon h3 {
  font-size: 18px;
  margin-right: 40px;
  color: #0B0B5B;
}
.books .bok-box .b-box-tx .b-icon h3 span {
  color: #00A0E1;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 {
  position: relative;
  z-index: 10;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 a {
  height: 60px;
  width: 210px;
  border: 1px solid #0B0B5B;
  color: black;
  display: flex;
  text-transform: capitalize;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 a span {
  margin-left: 10px;
  padding-top: 1px;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 a::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0;
  background: #0B0B5B;
  z-index: -2;
  transition: all ease-in-out 0.3s;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 a:hover {
  color: white;
  transition: all ease-in-out 0.3s;
}
.books .bok-box .b-box-tx .b-icon .my-btn2 a:hover::before {
  width: 100%;
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
}

.contack {
  background: #e5f8ff;
  min-height: 600px;
}
.contack .contack-titel {
  margin-bottom: 60px;
}
.contack .contack-titel h2 {
  color: #0B0B5B;
  font-size: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contack .contack-titel h2::before {
  position: absolute;
  content: "CONTACT";
  bottom: -35px;
  font-size: 90px;
  opacity: 0.05;
  color: #00A0E1;
  font-weight: 900;
}
.contack .contack-titel p {
  color: black;
  font-size: 20px;
  text-align: center;
}
.contack .contack-box {
  height: 600px;
  width: 100%;
  background: #00A0E1;
  padding: 50px 40px;
  border-radius: 5px;
  opacity: 0.8;
}
.contack .contack-box .input-box input {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: none;
  outline: none;
}
.contack .contack-box .input-box-2 input {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: none;
  outline: none;
}
.contack .contack-box .input-box-2 textarea {
  height: 200px !important;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.contack .contack-box .submit {
  text-align: center;
  margin-top: 30px;
}
.contack .contack-box .submit input {
  height: 50px;
  width: 100%;
  background: #0B0B5B;
  border: 0px;
  color: white;
  display: flex;
  padding: 0 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
.contack .contack-box .submit input:hover {
  color: black;
  border: 0;
  outline: 0;
  font-weight: 700;
  background: #e5f8ff;
  transition: all ease-in-out 0.3s;
}

.foter {
  background: white;
  padding: 30px 0;
}
.foter .left-side a img {
  height: 100px;
  width: auto;
}
.foter .left-side p {
  margin-top: 20px;
  color: #0B0B5B;
  font-size: 18px;
}
.foter .mid-side {
  margin-top: 100px;
}
.foter .mid-side ul li {
  margin: 10px;
}
.foter .mid-side ul li a {
  color: #0B0B5B;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #0B0B5B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 12;
  transition: all ease-in-out 0.3s;
}
.foter .mid-side ul li a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 10%;
  top: 0;
  background: #00A0E1;
  z-index: -2;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.foter .mid-side ul li a:hover {
  color: black;
  border: 1px solid #00A0E1;
  transition: all ease-in-out 0.3s;
}
.foter .mid-side ul li a:hover::before {
  opacity: 0.9;
  width: 100%;
}
.foter .right-side {
  margin-top: 100px;
}
.foter .right-side h2 {
  font-size: 20px;
  color: #0B0B5B;
  margin-bottom: 20px;
}
.foter .right-side h2 span {
  color: #00A0E1;
  font-size: 20px;
  margin-right: 10px;
}
.foter .right-side h2 a {
  color: #0B0B5B;
  transition: all ease-in-out 0.3s;
}
.foter .right-side h2:hover {
  transition: all ease-in-out 0.3s;
}
.foter .right-side h2:hover a {
  color: #00A0E1;
}

.end {
  background: #0B0B5B;
  height: 50px;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.end h2 {
  color: #e5f8ff;
  font-size: 16px;
}

.scrolltop p {
  position: fixed;
  right: 20px;
  bottom: 40px;
  border-radius: 50px;
  background: #0B0B5B;
  text-align: center;
  width: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #e5f8ff;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e5f8ff;
  z-index: 99999;
}
.preloader .loader9 {
  width: 80px;
  height: 80px;
  border: 2px solid #0B0B5B;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: loader 1.5s infinite;
}
.preloader .loader9.loader9:nth-child(2) {
  animation-delay: 0.5s;
}
.preloader .loader9.loader9:nth-child(3) {
  animation-delay: 1s;
}
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.crietia {
  background: white;
  padding: 0px 0px 80px;
}
.crietia h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.crietia ul li {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.crietia ul li i {
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}

.thankyou h2 {
  position: absolute;
  left: 50%;
  font-size: 34px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thankyou a {
  position: relative;
  top: 80px;
  font-size: 18px;
}

.brand {
  background: #e5f8ff;
  border-bottom: 1px solid #dddddd;
}
.brand .section_title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
}
.brand .brand_img {
  width: 160px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand .brand_img img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */