

/*------------------------------------------
------------ all buttons--------------------
-------------------------------- */


/* .button1 {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  background: #cc590c;
  box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13);
  padding: 17px 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  transition: all.6s;
  border: none;
}

.button1 span {
  position: relative; 
  z-index: 1;
}

.button1:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 58px;
  height: 490%;
  width: 180%;
  background: #03163B;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.button1:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-35%) rotate(45deg);
}

.button1:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: all.6s;
} */

/*------------- button spashal 1-------------- */

.btn_theme {
  color: #074C3E;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-transform: capitalize;
  border: 1px solid #cc590c;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.2;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13)
}

.btn_theme:hover {
  box-shadow: none;
}

.btn_theme span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #cc590c;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.btn_theme svg path {
  transition: all 0.35s ease-in-out;
}

.btn_theme:hover, .btn_theme:focus {
  border: 1px solid #cc590c;
  color: #fff;
}

.btn_theme:hover svg path, .btn_theme:focus svg path {
  fill: #fff;
}
.btn_theme:hover[disabled=disabled], .btn_theme:focus[disabled=disabled] {
  color: #cc590c;
  cursor: not-allowed;
}
.btn_theme:hover span, .btn_theme:focus span {
  width: 225%;
  height: 220px;
}

.btn_theme_active {
  color: white;
  position: relative;
  z-index: 0;
}

.btn_theme_active::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #cc590c;
  z-index: -3;
}

.btn_theme_active span {
  background-color: #fff;
}

.btn_theme_active:hover, .btn_theme_active:focus {
  color: #cc590c;
}

.btn_theme_active {
  color: white;
  position: relative;
  z-index: 0;
}

.btn_theme_active::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #cc590c;
  z-index: -3;
}

.btn_theme_active span {
  background: #fff;
}

.btn_theme_active:hover, .btn_theme_active:focus {
  color: #cc590c;
}
.btn_theme_active:hover, .btn_theme_active:focus {
    color: #cc590c;
}

/*------------- button spashal 1-------------- */


/*------------- button spashal 2-------------- */

.btn_theme2 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-transform: capitalize;
  border-radius: 5px;
border: 1px solid var(--font-color, #03163B);
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.2;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.btn_theme2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.btn_theme2 svg path {
  transition: all 0.35s ease-in-out;
}

.btn_theme2:hover, .btn_theme2:focus {
  border: 1px solid #cc590c;
  color: #fff;
}

.btn_theme2:hover svg path, .btn_theme2:focus svg path {
  fill: #d31414;
}
.btn_theme2:hover[disabled=disabled], .btn_theme2:focus[disabled=disabled] {
  color: #cc590c;
  cursor: not-allowed;
}
.btn_theme2:hover span, .btn_theme2:focus span {
  width: 225%;
  height: 220px;
}

.btn_theme_active2 {
  color: #cc590c;
  position: relative;
  z-index: 0;
}

.btn_theme_active2::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -3;
}

.btn_theme_active2 span {
  background-color: #fff;
}

.btn_theme_active2:hover, .btn_theme_active2:focus {
  color: #fff;
}
.btn_theme_active2 {
  color: #cc590c;
  position: relative;
  z-index: 0;
}
.btn_theme_active2::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -3;
}

.btn_theme_active2 span {
  background-color: #cc590c;
}
.btn_theme_active2:hover, .btn_theme_active2:focus {
  color: #fff;
}
.btn_theme_active2:hover, .btn_theme_active2:focus {
    color: #fff;
}

/*------------- button spashal 2-------------- */


/*------------- button spashal 3-------------- */

.btn_theme3 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-transform: capitalize;
  border-radius: 5px;
border: 1px solid var(--font-color, #fff);
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.2;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.btn_theme3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.btn_theme3 svg path {
  transition: all 0.35s ease-in-out;
}

.btn_theme3:hover, .btn_theme3:focus {
  border: 1px solid #cc590c;
  color: #fff;
}

.btn_theme3:hover svg path, .btn_theme3:focus svg path {
  fill: #d31414;
}
.btn_theme2:hover[disabled=disabled], .btn_theme2:focus[disabled=disabled] {
  color: #cc590c;
  cursor: not-allowed;
}
.btn_theme3:hover span, .btn_theme3:focus span {
  width: 225%;
  height: 220px;
}

.btn_theme_active3 {
  color: #fff;
  position: relative;
  z-index: 0;
}

.btn_theme_active3::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: red;
  z-index: -3;
}

.btn_theme_active3 span {
  background-color: #fff;
}

.btn_theme_active3:hover, .btn_theme_active3:focus {
  color: #fff;
}
.btn_theme_active3 {
  color: #fff;
  position: relative;
  z-index: 0;
}
.btn_theme_active3::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -3;
}

.btn_theme_active3 span {
  background-color: #cc590c;
}
.btn_theme_active3:hover, .btn_theme_active2:focus {
  color: #fff;
}
.btn_theme_active3:hover, .btn_theme_active2:focus {
    color: #fff;
}

/*------------- button spashal 3-------------- */




.header1-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #03163B;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid var(--font-color, #03163B);
  padding: 17px 25px;
  transition: all.6s;
}
.header1-button-all {
  margin-left: 20px;
}

.header1-button span {
  position: relative; 
  z-index: 1;
}

.header1-button:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 490%;
  width: 180%;
  background: #03163B;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-100%) translateY(-15%) rotate(45deg);
}

.header1-button:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-35%) rotate(45deg);
}

.header1-button:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: all.6s;
  box-shadow: 0px 4px 12px 0px rgba(3, 22, 59, 0.13);
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.header1-buttons {
  display: flex;
  align-items: center;
}



@media screen and (max-width: 769px) {
  .header1-buttons {
    display: block;
  }
  .header1-button-all {
    margin-left: 0;
  }
}

.border5 {
  border-radius: 5px;
}

.border5 img {
  border-radius: 5px;
}

.border90 {
  border-radius: 93px;
}

.border90 img {
  border-radius: 93px;
}
.img100 img {
  width: 100%;
}


.button1-input {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #03163B;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  background: #ffff;
  padding: 17px 25px;
  transition: all.6s;
}

.button1-input span {
  position: relative; 
  z-index: 1;
}

.button1-input:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 58px;
  height: 490%;
  width: 180%;
  background: #354970;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.button1-input:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-35%) rotate(45deg);
}

.button1-input:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: all.6s;
}



.header1-button2 {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid white;
  padding: 17px 25px;
  transition: all.6s;
}

.header1-button2 {
  margin-left: 20px;
}

.header1-button2 span {
  position: relative; 
  z-index: 1;
}

.header1-button2:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 490%;
  width: 180%;
  background-color: #354970;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-100%) translateY(-15%) rotate(45deg);
}

.header1-button2:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-35%) rotate(45deg);
}

.header1-button2:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: all.6s;
  box-shadow: 0px 4px 12px 0px rgba(3, 22, 59, 0.13);
}

.header1-buttons2 {
  display: flex;
  align-items: center;
}


/*------------------------------------------
------------ all buttons--------------------
-------------------------------- */


/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
================================================== */

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #03256c; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/



/*========+ PRELOADER +=========*/
 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03163B;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*

#loader {
  border: 8px solid #3498db;
  border-top: 8px solid #03163B;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.square-spin-2 {
  --size: 50px;
  --stroke-width: calc(var(--size) / 6);
  --color: currentColor;
  --animation-timing-function: linear;
  --animation-duration: 2s;
  width: var(--size);
  height: var(--size);
  background-image:
    radial-gradient(circle at var(--stroke-width) var(--stroke-width), var(--color) 0%, var(--color) var(--stroke-width), transparent var(--stroke-width), transparent 100%),
    radial-gradient(circle at calc(100% - var(--stroke-width)) var(--stroke-width), var(--color) 0%, var(--color) var(--stroke-width), transparent var(--stroke-width), transparent 100%),
    radial-gradient(circle at calc(100% - var(--stroke-width)) calc(100% - var(--stroke-width)), var(--color) 0%, var(--color) var(--stroke-width), transparent var(--stroke-width), transparent 100%),
    radial-gradient(circle at var(--stroke-width) calc(100% - var(--stroke-width)), var(--color) 0%, var(--color) var(--stroke-width), transparent var(--stroke-width), transparent 100%);
  animation: var(--animation-timing-function) var(--animation-duration) infinite square-spin-2-animation;
  filter: brightness(40);
  height: 50px;
  width: 50px;
  border-radius: 30px;
}

@keyframes square-spin-2-animation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*========+ PRELOADER +=========*/


/*----===================
------HOME 1 AREA CSS----
========================*/
.main-hadding h1 {
  color: #03163B;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-transform: capitalize;
}

.hadding1 h1 {
  color: #03163B;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  text-transform: capitalize;
}

.main-hadding p {
  color: #616976;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.hadding1 p {
  color: #616976;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.hadding1 h2 a {
  color: var(--font-color, #03163B);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px;
transition: all.3s;
text-transform: capitalize;
}

.hadding1 h2 a:hover {
  color: #03256c;
  transition: all.3s;
}

@media screen and (max-width: 769px) {
  .hadding1 h1 {
    font-size: 40px;
  }
}

/*----===================
------HOME 1 AREA CSS----
========================*/

/*----===================
------HOME 2 AREA CSS----
========================*/

.button-h-2 {
  cursor: pointer;
  display: inline-block;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  border-radius: 35px;
background: var(--main-color, #cc590c);
box-shadow: 0px 4px 12px 0px rgba(241, 63, 63, 0.13);
padding: 12px 24px;
transition: all.4s;
border: none;
}


.btnfos2 {
  border: 0 solid;
  box-shadow: inset 0 0 20px #cc590c;
  outline: 1px solid;
  outline-color: #cc590c;
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: #cc590c;
  outline-offset: 0px;
}

.btnfos2:hover {
  border: none;
  outline-offset: 15px;
  color: #fff;
  background-color: #03163B;
  box-shadow: none;
  transition: all.4s;
  transform: translateY(-5px);
}



.button-h2-2 {
  cursor: pointer;
  display: inline-block;
  color: #03163B;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
  max-width: 160px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  border-radius: 35px;
  border: 1px solid var(--font-color, #03163B);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.13);
padding: 12px 24px;
transition: all.4s;
border: none;
}

.btnfos3 {
  border: 0 solid;
  box-shadow: none;
  outline: 1px solid #03163B;
  outline-color: #000000;
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: #03163B;
  outline-offset: 0px;

}

.btnfos3:hover {
  border: none;
  outline-offset: 15px;
  color: #fff;
  background-color: #254969;
  transition: all.4s;
  transform: translateY(-5px);
}
.header2-buttons {
  display: flex;
  align-items: center;
}
.button2-all2 {
  margin-left: 20px;
}


.hadding2 span.span {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
background-color: #03163B;
padding: 4px 16px;
border-radius: 30px;
display: inline-block;
}
.hadding2 h1 {
  color: var(--font-color, #03163B);
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-transform: capitalize;
}

.hadding2 p {
  color: var(--paragraph, #616976);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
transition: all.3s;
}

.hadding2 span.after2 {
  position: relative;
}

.hadding2 span.after2::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .about2-hadding {
    margin-top: 30px;
  }
}

.hadding2-w span.span {
  color: #03163B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
background-color: #fff;
padding: 4px 16px;
border-radius: 30px;
display: inline-block;
}

.hadding2-w h1 {
  color: #fff;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-transform: capitalize;
}

.hadding2-w p {
  color: rgba(255, 255, 255, 0.85);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.hadding2-w span.after2 {
  position: relative;
}

.hadding2-w span.after2::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.hadding2-w h4 a {
  color: rgba(255, 255, 255, 0.85);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 30px;
display: inline-block;
padding-bottom: 5px;
}

.btnfos4 {
  border: 0 solid;
  box-shadow: none;
  outline: 1px solid #03163B;
  outline-color: #000000;
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: #ffffff;
  outline-offset: 0px;
  color: #fff;

}

.btnfos4:hover {
  border: none;
  outline-offset: 15px;
  color: #fff;
  background-color: #254969;
  transition: all.4s;
  transform: translateY(-5px);
}
.header2-buttons.header2-buttons2 {
  display: flex;
  align-items: end;
  justify-content: end;
}

.button2 {
  cursor: pointer;
  display: content;
  color: #03163B;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  border-radius: 35px;
padding: 12px 24px;
transition: all.4s;
border: none;
background-color: #cc590c;
color: #fff;
transition: all.4s;
}

.button2:hover {
  background: #03163B;
  transform: translateY(-5px);
  transition: all.4s;
}
/*----===================
------HOME 2 AREA CSS----
========================*/

/*----===================
------HOME 3 AREA CSS----
========================*/

/* FIFTH BUTTON */

.fifth{
  overflow:hidden;
  transition:all .6s ease-in-out;  
  border: none;
}

.fifth:before{
  content:" ";
  display:block;
  width:200px;
  height:40px;
  background:rgba(255, 255, 255, .4);
  position:absolute;
  top:-10px;
  left:-200px;
  transform:rotate(-45deg);
  cursor: pointer;
}

.fifth:hover:before{
  margin-left:300%;
  transition:all .6s ease-in-out;  
}

.buttonBox{
  position:relative;
  flex: 20%;
  max-width: 240px;
}

.buttonBox {
  padding: 12px 24px;
  border: none;
  display: inline-block;
  background-color: #40EDCF;
  border-radius: 35px;
  color: var(--font-color, #00092C);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
transition: all.4s;
}

.buttonBox2{
  position:relative;
  flex: 20%;
  max-width: 240px;
}

.buttonBox2 {
  padding: 12px 24px;
  border: none;
  display: inline-block;
  border: 2px solid var(--main-color, #2BB19A);
background: #40EDCF;
  border-radius: 35px;
  color: var(--font-color, #00092C);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px;
transition: all.4s;
overflow: hidden;
}

.buttonBox2{
  position:relative;
  flex: 20%;
  max-width: 240px;
}


.buttonBox3{
  position:relative;
  flex: 20%;
  max-width: 240px;
}

.buttonBox3 {
  padding: 12px 24px;
  border: none;
  display: inline-block;
  border: 2px solid var(--main-color, #ffffff);
  border-radius: 35px;
  color: var(--font-color, #ffffff);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
transition: all.4s;
overflow: hidden;
box-shadow: 0px 4px 12px 0px rgba(43, 177, 154, 0.13);
}
.buttonBox3:hover {
  background-color: #40EDCF;
  color: #00092C;
  transform: translateY(-5px);
  border: 2px solid var(--main-color, #40EDCF);
}


.fifth:hover {
  transform: translateY(-5px);
  color: #00092C;
}

.buttonBox a:hover {
  transition: all.6s;
  box-shadow: 0px 4px 12px 0px rgba(43, 177, 154, 0.13);
}
  
.border50 {
  border-radius: 50%;
}

.border50 img {
  border-radius: 50%;
}

.hadding3-w h1 {
  color: rgba(255, 255, 255, 0.90);
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: 52px;
text-transform: capitalize;
}
.hadding3-w p {
  color: rgba(255, 255, 255, 0.90);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.hadding3-w h4 a {
  color: rgba(255, 255, 255, 0.85);
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 30px;
transition: all.4s;
text-transform: capitalize;
}

.hadding3-w h4 a:hover {
  color: #2BB19A;
  transition: all.4s;
}

.read-more3 {
  color: rgba(255, 255, 255, 0.85);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
transition: all.3s;
}
.read-more3:hover {
  color: #2BB19A;
  transition: all.3s;
}

.read-more3 span {
  transition: all.3s;
}

.read-more3:hover span {
  margin-left: 5px;
  transition: all.3s;
}

.hadding3 h1 {
  color: var(--font-color, #03163B);
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: 52px;
text-transform: capitalize;
}

.hadding3 p {
  color: var(--paragraph, #636B78);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

@media screen and (max-width: 769px) {
  .hadding3-w h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

/*----===================
------HOME 3 AREA CSS----
========================*/

/*----===================
------HOME 4 AREA CSS----
========================*/

.button4-header {
  background: var(--main-color, #2D82FE);
box-shadow: 0px 4px 12px 0px rgba(45, 130, 254, 0.13);
  border: none;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.button4-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #e7eaf1;
  z-index: -1;
  transition: all.4s;
}

.button4-header:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.button4-header:hover {
  color: #021334;
  transform: translateY(-5px);
}

.button4-header4 {
  background: var(--main-color, #2D82FE);
box-shadow: 0px 4px 12px 0px rgba(45, 130, 254, 0.13);
  border: none;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.button4-header4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #021334;
  z-index: -1;
  transition: all.4s;
}

.button4-header4:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.button4-header4:hover {
  color: #fff;
  transform: translateY(-5px);
}


.header4-button4 {
  background: #E5EAF1;
box-shadow: 0px 4px 12px 0px rgba(45, 130, 254, 0.13);
  border: none;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #021334;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin-left: 20px;
}

.header4-button4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #2D82FE;
  z-index: -1;
  transition: all.4s;
}

.header4-button4:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.header4-button4:hover {
  color: #E5EAF1;
  transform: translateY(-5px);
}

.hadding4 h1 {
  color: #021334;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-transform: capitalize;
}

.hadding4 p {
  color: var(--paragraph, #616976);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.progress-line h6 {
  color: var(--neutral-main-text-color, #19191B);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.percentCount {
  float: right;
  margin-top: -32px;
  clear: both;
  font-weight: bold;
  font-family: Arial;
}

.progressbar {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 35px;
  position: relative;
  background-color: #DEFFF7;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
  border-radius: 8px;
}


.about4-hadding {
  padding-left: 30px;
}

.hadding4 h4 a {
  color: var(--font-color, #021334);
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 32px;
transition: all.4s;
}

.hadding4 h4 a:hover {
  color: #2D82FE;
  transition: all.4s;
}

.hadding4-w h1 {
  color: rgba(255, 255, 255, 0.90);
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-transform: capitalize;
}


@media screen and (max-width: 769px) {
  .about4-hadding {
    padding-left: 0;
  }
}

/*----===================
------HOME 4 AREA CSS----
========================*/


/*----=======================
------ABOUT PAGE AREA CSS----
============================*/


.comon-button {
  background: #cc590c;
  box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13);
  border: none;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
}

.comon-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #EEEFF7;
  z-index: -1;
  transition: all.4s;
}

.comon-button:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.comon-button:hover {
  transform: translateY(-5px);
  color: #03163B;
}

/* comon button 3 */
.comon-button3 {
  background: transparent;
  box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13);
  border: 1px solid #fff;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
}

.comon-button3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #cc590c;
  z-index: -1;
  transition: all.4s;
}

.comon-button3:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.comon-button3:hover {
  transform: translateY(-5px);
  color: #fff;
  border: 1px solid #cc590c;
}


/* comon button 2 */
.comon-button2 {
  background: #EEEFF7;
  box-shadow: 0px 4px 12px 0px rgba(14, 22, 129, 0.13);
  border: none;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  align-items: center;
  z-index: 2;
  transition: all.4s;
  overflow: hidden;
  color: #021334;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
position: relative;
}

.comon-button2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  height: 100%;
  background: #cc590c;
  z-index: -1;
  transition: all.4s;
}

.comon-button2:hover::after {
  width: 100%;
  transition: all.4s;
  left: 0;
  right: auto;
}

.comon-button2:hover {
  transform: translateY(-5px);
  color: #fff;
}

.page-hadding h1 {
  color: #021334;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-transform: capitalize;
}

.page-hadding p {
  color: #616976;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.page-hadding h2 {
  color: var(--font-color, #03163B);
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}


@media screen and (max-width: 769px) {
  .page-hadding h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .page-hadding-w h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

/*----=======================
------ABOUT PAGE AREA CSS----
============================*/




