/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
}

body {
  color: #000000;
  font-weight: 400;
  font-family: "Inter", system-ui;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */

.header__top__area {
  background: #1C3EE5;
  padding: 19px 0;
}

.header__top__contact a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__top__contact {
  display: flex;
  align-items: center;
  gap: 88px;
}

.header__top__contact a img {
  height: 20px;
}


.header__area {
  padding: 17px 0;
}

.main__menu ul li {
  display: inline-block;
  margin-left: 40px;
}

.header__btn {
  margin-left: 40px;
}

.main__menu ul li a {
  color: #222222;
  transition: .3s all;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
}

.main__menu ul li a.active {
  color: #1C3EE5;
}

.header__btn a {
  color: #FFF;
  border-radius: 60px;
  background: #1C3EE5;
  display: flex;
  width: 159px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1C3EE5;
  transition: .3s all;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
}

.header__btn a:hover {
  background: transparent;
  color: #1C3EE5;
}

.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.header__right__blk {
  display: flex;
  align-items: center;
}

.mega__menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 30px;
  display: flex;
  width: 582px;
  gap: 10px;
  transition: .3s all;
  position: absolute;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 333;
}

.mega__menu__left {
  width: 225px;
  flex: 0 0 auto;
}

.mega__menu__left h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main__menu .main__menu__link a {
  padding: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 3px;
  transition: .3s all;
}

.mega_menu_right p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.header__right__blk ul li:hover>a {
  color: #1C3EE5;
}

.main__menu ul li:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main__menu .main__menu__link a:hover {
  color: #3170B0;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */
.hero__area {
  background: #1C3EE5;
  min-height: 654px;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.hero__title h1 {
  font-family: Poppins;
  font-size: 90px;
  font-weight: 800;
  line-height: 110px;
  text-align: center;
  color: #fff;
}

.hero__btn a {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-align: left;
  color: #1C3EE5;
  background: #fff;
  width: 318px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  transition: .3s all;
}

.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hero__btn a:hover {
  background: transparent;
  color: #fff;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- WELKOM AREA START ------------------------ */

.welckom__area {
  padding: 170px 0;
}

.welkom__thumb {
  max-width: 518px;
}

.welkom__content h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.25px;
  color: #1C3EE5;
  margin-bottom: 24px;
}

.welkom__content h3 b {
  font-weight: 800;
}

.welkom__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
  margin-bottom: 24px;
}

.welkom__content p:last-child {
  margin: 0;
}

.welkom__content {
  max-width: 556px;
  margin-left: auto;
}

/* ----------------------------------------- WELKOM AREA END ------------------------ */


/* ----------------------------------------- ONZE AREA START ------------------------ */
.onze__area {
  background: #1C3EE5;
  padding: 117px 0;
}

.single__onze__item {
  background: #fff;
  border-radius: 20px;
  padding: 67px 49px;
  transition: .3s all;
}

.blue__onze__item {
  background: #0C259E;
}

.onze__ico img {
  height: 63px;
}

.onze__ico {
  text-align: center;
  padding-bottom: 19px;
}

.onze__content h4 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #222222;
  transition: .3s all;
}

.onze__content p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #222222;
  transition: .3s all;
}

.blue__onze__item .onze__content h4 {
  color: #fff;
}

.blue__onze__item .onze__content p {
  color: #fff;
}

.onze__content {
  min-height: 150px;
}

.section__title {
  padding-bottom: 60px;
}

.section__title h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 53.25px;
  text-align: center;
  color: #1C3EE5;
}

.section__title h2 span {
  font-weight: 400;
}

.onze__inner__blk .section__title h2 {
  color: #fff;
}

/* ----------------------------------------- ONZE AREA END ------------------------ */


/* ----------------------------------------- PARTNERS AREA START ------------------------ */

.partners__area {
  padding: 170px 0;
}

.partner__thumb {
  max-width: 335px;
  margin: 0 auto;
}

.partner__thumb a {
  display: flex;
}

/* ----------------------------------------- PARTNERS AREA END ------------------------ */


/* ----------------------------------------- CONTACT AREA START ------------------------ */

.contact__area {
  padding: 140px 0;
  background: #E8ECFC;
}

.contact__btn {
  display: flex;
  justify-content: center;
}

.contact__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: .3s all;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: #fff;
  background: #1C3EE5;
  width: 152px;
  height: 50px;
  border: 1px solid #1C3EE5;
}

.contact__btn a:hover {
  background: transparent;
  color: #1C3EE5;
}

.contact__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: .3s all;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: #fff;
  background: #1C3EE5;
  width: 152px;
  height: 50px;
  border: 1px solid #1C3EE5;
}

.contact__btn button:hover {
  background: transparent;
  color: #1C3EE5;
}

.onze__ico img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(3253%) hue-rotate(222deg) brightness(87%) contrast(108%);
  transition: .3s all;
}

.single__onze__item:hover {
  background: #0C259E;
}

.single__onze__item:hover .onze__ico img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7477%) hue-rotate(87deg) brightness(100%) contrast(101%);
}

.single__onze__item:hover .onze__content h4 {
  color: #fff;
}

.single__onze__item:hover .onze__content p {
  color: #fff;
}

/* ----------------------------------------- CONTACT AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  padding-top: 70px;
  background: #1C3EE5;
  padding-bottom: 20px;
}


.single__footer__list h4 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 18px;
}

.single__footer__list ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  transition: .3s all;
}

.single__footer__list ul li a span {
  font-weight: 700;
}

.footer__bottom__blk {
  margin-top: 58px;
  padding-top: 32px;
}

.footer__bottom__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid #FFFFFF78;
}

.copyright__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #fff;
  margin: 0;
}

.footer__social a {
  font-size: 28px;
  color: #fff;
  transition: .3s all;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__social a:hover {
  color: #28B473;
}

.single__footer__list ul li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */



.header__top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language__flag {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.language__flag p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  margin: 0;
  color: #FFFFFF;
}

.language__flag p i {
  position: relative;
  top: 4px;
}

.language_dropdown .language__flag p {
  font-size: 14px;
  color: #000;
}

.language_dropdown .language__flag p i {
  top: 0px !important;
}

.language_dropdown .language__flag {
  gap: 8px;
}

.language_dropdown .language__flag span img {
  height: 30px;
}

.language_dropdown {
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 114%;
  width: 100%;
  box-shadow: 0px 0px 3px 0px rgba(49, 49, 49, 0.17);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(49, 49, 49, 0.17);
  -moz-box-shadow: 0px 0px 3px 0px rgba(49, 49, 49, 0.17);
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
}

.language__dropdown {
  position: relative;
}

.language_dropdown.active {
  visibility: visible;
  opacity: 1;
  top: 105%;
}

/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  width: 330px;
  padding: 15px;
  padding-top: 120px;
  transition: .3s all;
  left: -100%;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 555;
  transition: .5s all;
  opacity: 0.7;
}

.contact__title {
  padding: 0;
}


/*sticky START CSS*/
.header__area.sticky {
  position: sticky;
  z-index: 444;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */