/*----- all-button -----*/



.shopes1 {

  position: absolute;

  right: 0;

  top: 50px;

}

.shopes2 {

  position: absolute;

  left: 0;

  bottom: 50px;

}

/*----- all-button -----*/

.img100 img {

  width: 100%;

}



.border50 img {

  /* border-radius: 50%; */
  max-width: 120px;

}





/*------------------------------------------

------------ all buttons--------------------

-------------------------------- */



a.home4-btn-f {

  position: relative;

}

a.home4-btn-f::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #0072ff;

  z-index: -2;

  border-radius: 5px;

  transition: all.4s;

}

a.home4-btn-f:hover::after {

  top: 4px;

  left: 4px;

  transition: all.4s;

}

a.cta-btn4 {

  background: none;

}

a.cta-btn4:hover {

  background: none;

  color: #fff;

}



a.home4-btn-plan {

  position: relative;

}

a.home4-btn-plan::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  width: 100%;

  height: 100%;

  background-color: #030406;

  z-index: -2;

  border-radius: 5px;

  transition: all.4s;

}

a.home4-btn-plan:hover::after {

  top: 4px;

  left: 4px;

  transition: all.4s;

}



.home4-button.home4-pricing-btn a {

    width: 100%;

    text-align: center;

}



.home4-pricing-main-img {

  position: absolute;

  top: 32px;

  right: 32px;

}



.home2-pricing-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: 

  #030406;

  border-radius: 10px;

  z-index: -5;

  transition: all.3s;

  opacity: 0;

  visibility: hidden;

}

.home2-pricing-box:hover::before {

  visibility: visible;

  opacity: 1;

  transition: all.3s;

  top: 10px;

  left: 10px;;

}

.home2-pricing-box:hover {

  border: none;

}





/*------------------------------------------

------------ 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: #061a45;

  z-index: 9999;

}

#loader {

  display: block;

  position: relative;

  left: 50%;

  top: 50%;

  width: 150px;

  height: 150px;

  margin: -75px 0 0 -75px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #B1C8E8;

  -webkit-animation: spin 2s linear infinite;

  animation: spin 2s linear infinite;

}

#loader:before {

  content: "";

  position: absolute;

  top: 5px;

  left: 5px;

  right: 5px;

  bottom: 5px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #B1C8E8;

  -webkit-animation: spin 3s linear infinite;

  animation: spin 3s linear infinite;

}

#loader:after {

  content: "";

  position: absolute;

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #B1C8E8;

  -webkit-animation: spin 1.5s linear infinite;

  animation: spin 1.5s linear infinite;

}

@-webkit-keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



/*========+ PRELOADER +=========*/



/*============================

++++HOME3-START+++++

=============================*/

.hadding3 h1 {

  color: #19191B;

  font-weight: 700;

font-style: normal;

text-transform: capitalize;

}



.hadding3 p {

  color: #565F76;

  font-family: 'Inter';

font-style: normal;

font-weight: 400;

font-size: 16px;

line-height: 28px;

padding-top: 8px;

}



.button3 {

  padding: 16px 20px;

  display: inline-block;

  text-transform: capitalize;

  border-radius: 5px;

  color: #fff;

  font-weight: 700;

  position: relative;

  transition: all.4s;

}



.button3::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #2657F2;

  z-index: -2;

  border-radius: 5px;

}



.button3::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #19191B;

  z-index: -1;

  border-radius: 5px;

  transform: rotateY(70deg);

  transition: all.4s;

  opacity: 0;

}



.button3:hover {

  transform: translateY(-5px);

}



.button3:hover::after {

  opacity: 1;

  transform: rotateY(0);

}



.button3 span {

  font-size: 18px;

  margin-left: 5px;

  display: inline-block;

  transform: rotate(-45deg);

}



.hadding3 span.span {

  color: #2657F2;

  font-size: 16px;

  font-weight: 700;

  line-height: 16px;

  padding-bottom: 16px;

  text-transform: uppercase;

  display: inline-block;

}



.home3-bg1 {

  position: relative;

}



.home3-bg1::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../img/bg/home3-bg1.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: -9;

}



.hadding3 h4 a {

  color: #19191B;

  display: inline-block;

  padding: 16px 0 0 0;

font-size: 20px;

font-style: normal;

font-weight: 700;

line-height: 28px; /* 100% */

text-transform: capitalize;

transition: all.4s;

}



.hadding3 h4 a:hover {

  color: #2657f2;

  transition: all.4s;

}



.hadding3 h2 a {

  color: #19191B;

  display: inline-block;

  padding: 15px 0 0 0;

  font-size: 24px;

}

.team3-box {

  margin-top: 30px;

  border: 1px solid rgba(86, 95, 118, 0.2);

  border-radius: 6px;

  transition: all.4s;

}



.team3-box:hover {

  background-color: #fff;

}



.team3-box-img img {

  transition: all.4s;

}



.team3-box-img {

  overflow: hidden;

  transition: all.4s;

}



.team3-box:hover .team3-box-img img {

  transform: scale(1.1);

  transition: all.4s;

}



.img-100 img {

  width: 100%;

}





button.button3 {

  padding: 16px 20px;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 5px;

  color: #fff;

  font-weight: 700;

  position: relative;

  background-color: #2657F2;

  border: none;

  transition: all.4s;

  border: none;

}



.button3:hover {

  color: #fff;

}



/*============================

++++HOME3-END+++++

=============================*/





/*============================

++++HOME2-END+++++

=============================*/

.hadding2 h1 {

  font-weight: 700;

  color: #19191B;

}



.hadding2 p {

  color: #000;

  font-weight: 400;

  line-height: 28px;

  font-size: 16px;

  padding-top: 8px;

}

.main-hadding.hadding1 h1 {

  color: var(--neutral-main-text-color, #19191B);

  font-family: Inter;

  font-size: 60px;

  font-style: normal;

  font-weight: 700;

  line-height: 65px; /* 108.333% */

  text-transform: capitalize;

}

.testimonial2-slider-all {
  margin-left: 50px;
}

@media screen and (max-width: 769px) {

  .order_last {
    order: 2;
  }
  .order_first {
    order: 1;
  }
  .home2-hero .order_first {
    padding-top: 120px;
  }
  .home2-hero .hadding2.main-hadding2 {
    margin-top: 40px !important;
  }
  .home2-hero .hadding2 h5 {
    text-align: center;
    font-size: 17px;
  }
  .home2-hero .hadding2 h3, .home2-hero .hadding2 p {
    text-align: center;
    padding: 5px 30px;
  }
  .about3 .about_btn {
    text-align: center;
    margin: 0 auto;
  }
  .intro h1{
    font-size: 26px;
  }
  .intro .new_dec {
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* padding: 5px 15px; */
  }
  .intro_datas h3 {
    text-align: justify;
  }

  .main-hadding.hadding1 h1 {

    font-size: 36px;

    line-height: 42px;

  }
  .testimonial2-slider-all {
    margin-left: 0px;
  }

}



.hadding2.main-hadding3 {

  padding-top: 75px;

}



.hadding2 span.after2 {

  position: relative;

}



.hadding2 span.after2::after {

  position: absolute;

  content: "";

  height: 60px;

  width: 50px;

  top: -35px;

  right: -35px;

  background-image: url(../img/shapes/home2-after.svg);

}



.hadding2 span.before2 {

  position: relative;

}



.hadding2 span.before2::before {

  position: absolute;

  content: "";

  height: 22px;

  width: 100%;

  bottom: 0;

  right: 0;

  background: #a71c2147;

  z-index: -2;

}



.button2 {

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  line-height: 16px;

  background-color: #a71c21;

  border-radius: 25px;

  display: inline-block;

  padding: 8px 22px;

  border: none;

  color: #fff;

  position: relative;

  transition: all.3s;

}



.button2::after {

  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background-color: #a71c2147;

  border-radius: 25px;

  z-index: -1;

  visibility: hidden;

  transition: all.3s;

}



.button2:hover::after {

  top: 4px;

  left: 4px;

  visibility: visible;

  transition: all.3s;

}



.button2:hover {

  color: #fff;

}



.button2 button {

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 16px;

  background-color: #a71c21;

  border-radius: 25px;

  display: inline-block;

  padding: 18px 22px;

  color: #fff;

  position: relative;

  transition: all.3s;

  border: none;

}



.button2 button::after {

  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background-color: #a71c2147;

  border-radius: 25px;

  z-index: -1;

  visibility: hidden;

  transition: all.3s;

}



.button2 button:hover::after {

  top: 4px;

  left: 4px;

  visibility: visible;

  transition: all.3s;

}



.hadding2 span.span {

  color: #a71c21;

}



.home2-bg1 {

  position: relative;

}

.home2-bg1::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../img/bg/service3-bg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: -9;

}



.home2-bg2 {

  position: relative;

}

.home2-bg2::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../img/bg/case2-bg.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: -9;

}



.hadding2 h4 a {

  color: #fff;

  font-size: 20px;

  line-height: 28px;

  font-weight: 700;

  transition: all.4s;

  text-transform: capitalize;

}



.hadding2 h4 a:hover {

  color: #fff;

  transition: all.4s;

}



/*============================

++++HOME2-END+++++

=============================*/





/*============================

++++HOME1-START+++++

=============================*/



.hadding1 h1 {

  color: var(--neutral-main-text-color, #19191B);

font-size: 40px;

font-style: normal;

font-weight: 700;

line-height: 48px; /* 120% */

text-transform: capitalize;

}



.hadding1 h2 {

  color: var(--neutral-main-text-color, #19191B);

font-family: Inter;

font-size: 28px;

font-style: normal;

font-weight: 700;

line-height: 40px; /* 100% */

text-transform: capitalize;

}



.hadding1 p {

  color: #353943;

  font-size: 16px;

  font-weight: 400;

  line-height: 28px;

  padding-top: 8px;

}



.hadding1 h1 span.after {

  position: relative;

}

.hadding1 h1 span.after::after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 18px;

  background-image: url(../img/shapes/home1-main-shape.svg);

  z-index: -2;

}



.hadding1 h1 span.before::before {

  content: "";

  position: absolute;

  top: -20px;

  right: -40px;

  width: 60px;

  height: 60px;

  background-image: url(../img/shapes/home1-shape2.svg);

  z-index: -2;

}



.hadding1 h3 a {

  color: var(--neutral-main-text-color, #19191B);

font-size: 24px;

font-style: normal;

font-weight: 700;

line-height: 32px; /* 133.333% */

text-transform: capitalize;

display: inline-block;

transition: all.4s;

}



.hadding1 h3 a:hover {

  color: #029aff;

  transition: all.4s;

}



.hadding1 h4 a {

  color: var(--neutral-main-text-color, #19191B);

font-size: 20px;

font-style: normal;

font-weight: 700;

line-height: 28px; /* 140% */

text-transform: capitalize;

transition: all.4s;

}



.hadding1 h4 a:hover {

  color: #029AFF;

  transition: all.4s;

}



.hadding1.blog-page-hadding {

  padding: 0px 24px 24px 24px;

}



.button1 {

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 18px;

  padding: 20px 24px;

  border-radius: 5px;

  text-transform: capitalize;

  position: relative;

  display: inline-block;

  transition: all.4s;

  overflow: hidden;

}



.button1 span {

  margin-left: 2px;

  display: inline-block;

}



.button1::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #19191B;

  border-radius: 5px;

  z-index: -2;

  transition: all.4s;

  overflow: hidden;

}



.button1::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 0%;

  background-color: #029AFF;

  border-radius: 5px;

  z-index: -1;

  transition: all.4s;

}



.button1:hover::after {

  width: 100%;

  transition: all.4s;

  right: -100%;

  box-shadow: 0px 3.0458714962005615px 22.844036102294922px 0px rgba(0, 0, 0, 0.10);

}

.button1:hover {

  transform: translateY(-5px);

}



.button1:hover {

  color: #fff;

}



/* button 1  */





.button1 {

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 18px;

  padding: 20px 24px;

  border-radius: 5px;

  text-transform: capitalize;

  position: relative;

  transition: all.4s;

  border: none;

  background: none;

}

.button1::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #19191B;

  border-radius: 5px;

  z-index: -1;

  transition: all.4s;

}



.button1::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 0%;

  background-color: #029AFF;

  border-radius: 5px;

  z-index: -1;

  transition: all.4s;

}



.button1:hover::after {

  width: 100%;

  transition: all.4s;

  right: -100%;

  box-shadow: 0px 3.0458714962005615px 22.844036102294922px 0px rgba(0, 0, 0, 0.10);

}



.button1:hover {

  transform: translateY(-5px);

}



.subsribe-button1 {

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 18px;

  padding: 20px 24px;

  border-radius: 5px;

  text-transform: capitalize;

  position: relative;

  transition: all.4s;

  border: none;

  background: #19191B;

  transition: all.4s;

}

.subsribe-button1:hover {

  background-color: #029AFF;

  transition: all.4s;

}

/* button 1  */





.hadding1 span.span {

  color: var(--neutral-main-text-color, #029aff);

font-size: 16px;

font-family: Inter;

font-style: normal;

font-weight: 700;

line-height: 16px;

letter-spacing: 1.28px;

text-transform: uppercase;

display: inline-block;

padding-bottom: 16px;

}



.home1-bg {

  position: relative;

}



.home1-bg::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #F8FAFC;

  z-index: -9;

} 



@media screen and (max-width: 769px) {

  .hadding1 h1 {

    font-size: 32px;

    line-height: 40px;

  }

}

/*============================

++++HOME1-END+++++

=============================*/







.video-play-button {

  position: relative;

  z-index: 10;

   margin: 0px 30px;

  box-sizing: content-box;

  display: block;

  width: 32px;

  height: 44px;

  /* background: #fa183d; */

  border-radius: 50%;

  padding: 18px 20px 18px 28px;

}



.video-play-button:before {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 60px;

  height: 60px;

  background: #029AFF;

  border-radius: 50%;

  animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button:after {

  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 60px;

  height: 60px;

  background: #029AFF;

  border-radius: 50%;

  transition: all 200ms;

}



.video-play-button:hover:after {

  background-color: darken(#fa183d, 10%);

}



.video-play-button img {

  position: relative;

  z-index: 3;

  max-width: 100%;

  width: auto;

  height: auto;

}



.video-play-button span {

  display: block;

  position: relative;

  z-index: 3;

  margin-top: 10px;

    margin-left: 6px;

  width: 0;

  height: 0;

  border-left: 18px solid #fff;

	border-top: 12px solid transparent;

	border-bottom: 12px solid transparent;

}



@keyframes pulse-border {

  0% {

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



.hero-button1{

  display: flex;

  align-items: center;

  cursor: pointer;

}



/* video btn */





/** Progressbar class css*/

.progressbar {

  width: 100%;

margin-top: 5px;

margin-bottom: 35px;

position: relative;

background-color: #EEEEEE;

box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);

}



.proggress{

height: 8px;

width: 10px;

background-color: #3498db;

}



.percentCount{

float:right;

margin-top: 10px;

clear: both;

font-weight: bold;

font-family: Arial

}





/*===== button 4 ==== */



.home4-button1  {

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 18px;

  padding: 20px 24px;

  border-radius: 5px;

  text-transform: uppercase;

  position: relative;

  transition: all.4s;

  overflow: hidden;

}

.home4-button1::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color:#029AFF;

  border-radius: 5px;

  z-index: -2;

  transition: all.4s;

  overflow: hidden;

}

.home4-button1::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 0%;

  background-color: #19191B;

  border-radius: 5px;

  z-index: -1;

  transition: all.4s;

}

.home4-button1:hover::after {

  width: 100%;

  transition: all.4s;

  right: -100%;

  box-shadow: 0px 3.0458714962005615px 22.844036102294922px 0px rgba(0, 0, 0, 0.10);

}

.home4-button1:hover {

  color: #fff;

  transform: translateY(-5px);

}

.border5 {

  border-radius: 5px;

}

.border5 img {

  border-radius: 5px;

}



/* .border50-img img {

  border-radius: 50%;

} */


/* 
.border50 img {

  border-radius: 50%;

} */



.testimonial-slider-warp .owl-carousel .owl-stage{display: flex;}
.testimonial-slider-warp .owl-item {
    display: flex;
    flex: 1 0 auto;
    /* height: 100%; */
}

.hadding1-w h3 a {

  color: var(--main-text-color, #051923);

text-align: center;

font-size: 32px;

font-style: normal;

font-weight: 700;

line-height: 32px; /* 100% */

display: inline-block;

}





.hadding1-w {

  color: var(--neutral-paragraph, #565F76);

text-align: center;

font-family: Inter;

font-size: 16px;

font-style: normal;

font-weight: 400;

line-height: 28px; /* 175% */

text-transform: capitalize;

}



ul.mobile-nav-list {

  /* margin-bottom: 40px; */

  margin-top: 30px;

  padding: 0;

  margin: 30px 0px 0px 0px;

}



@media screen and (max-width: 769px) {

  .hadding1.main-hadding {

    text-align: center;

  }

}



.shape-top-lft.aniamtion-key-4 {

  position: absolute;

  top: 50px;

  left: 0;

}



.shape-bottom-right.aniamtion-key-4 {

  position: absolute;

  bottom: 50px;

  right: 0;

}



/* loder */







.theme-loader {

  position: fixed;

  width: 100%;

  height: 100%;

  background: #07286a;

  z-index: 9999999999;

  background-repeat: no-repeat;

  background-size: cover;

}



.spinner {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: flex;

}



.spinner-bounce {

  will-change: transform;

  height: 45px;

  width: 45px;

  border-radius: 50%;

  background: #a71c21;

  display: inline-block;

  animation: bounces 1s ease-in-out infinite alternate;

  transform-origin: 50% 50%;

}

.spinner-bounce.one {

  margin-right: 15px;

}

.spinner-bounce.two {

  margin-right: 15px;

  animation-delay: 0.4s;

}

.spinner-bounce.three {

  animation-delay: 0.8s;

}



.intro_data {

  background-color: #F3E6E6;

  padding: 40px;

  border-radius: 35px;

}

.intro_data h3 {

  font-size: 24px;

  font-weight: 700;

  line-height: 31.69px;

  text-align: center;

  color: #A71C20;

  padding-top: 10px;
  text-transform: uppercase;

}

.intro_data p {
  font-family: 'Montserrat';
  font-size: 16px;

  font-weight: 400;

  line-height: 26px;

  text-align: center;

  padding-top: 10px;

}

.intro_datas {

  background-color: #F0CECE;

  padding: 40px;

  border-radius: 35px;

  max-width: 900px;

  margin: 0 auto;

}

.intro_datas h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #A71C20;
}



.testimonial2 {

  background-image: url('https://www.righthandhr.com/wp-content/uploads/2024/12/testimonial-scaled.jpg');

  background-size: cover;
	
  background-position: -100px center;	

  width: 100%;

  height: 100%;

/*   background-repeat: no-repeat; */

}

.engage h3{

  max-width: 450px;

  margin: 0 auto;

}

.inpect_stories .accordion-item .accordion-button {
  background: transparent;
  color: #000;
  box-shadow: none;
}
.accordion-button::after{
  filter: brightness(0) !important;
}
.accordion-item.accordion-item {
  border-bottom: 1px solid #A71C20;
  border-radius: 0;
}

.new_btn a{

  font-size: 20px;

  font-weight: 700;

  line-height: 24.38px;

  text-align: center;

  color: #A71C20;

  border: 1px solid #000;

  border-radius: 20px;

  padding: 5px 20px;

  background-color: white;

}

.new_btn {

  padding-top: 30px;

}



.challages {

  background-color: #ECECEC;

  padding: 100px 0;

  text-align: center;

}

.challages_title {

  max-width: 1000px;

  text-align: center;

  margin: 0 auto;

}

.mobile-header {
  transition: transform 0.3s ease-in-out; /* Smooth transition for the header */
}

.mobile-header.hidden {
  transform: translateY(-100%); /* Hide the header by moving it out of view */
}

.challages_title p{

font-size: 45px;
font-weight: 400;
line-height: 54.86px;
text-align: center;
color: #000;
}
p.new_new{
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  color: #000;
}

.contact-from-input.new_phone.col-md-6 {
  margin-top: 35px;
}
.new_phone .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}

.contact2 {
    background-image: url(../img/contact_us.png);
/* 	background-color: #E9E4D4 !important; */
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}



.footer-area {

  padding-top: 50px;

}







@keyframes bounces {

  0% {

    transform: scale(1);

    background: #a71c21;

  }

  50% {

    background: #a71c21;

  }

  100% {

    transform: scale(0.2);

    background: #a71c21;

  }

}
.contact_us_p{
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 920px) { 
    .contact2 {
		background-image: none;
        background-color: whitesmoke !important; 
    }
	.testimonial2 {
		background-image: none;
        background-color: whitesmoke !important; 
}
}
@media screen and (max-width: 769px) {

  .order_last {
    order: 2;
  }
  .order_first {
    order: 1;
  }
  .home2-hero .order_first {
    padding-top: 120px;
  }
  .home2-hero .hadding2.main-hadding2 {
    margin-top: 40px !important;
  }
  .home2-hero .hadding2 h5 {
    text-align: center;
  }
  .home2-hero .hadding2 h3, .home2-hero .hadding2 p {
    text-align: center;
    padding: 5px 30px;
  }
  .about3 .about_btn {
    text-align: center;
    margin: 0 auto;
  }
  .intro h1, .about3 h1, .hadding2 h1{
    font-size: 26px;
  }
  .font-40 {
    font-size: 28px !important;
  }
  .intro .new_dec {
    text-align: justify;
  }
  .intro_datas h3 {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
  }
  .about3 .hadding2 p:nth-child(1) {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .hadding2 h4 a {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
  .hadding2 .new_about {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .hadding2 .new_about a {
    display: block;
  }
  .hadding2 p {
    line-height: 24px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

  }
  .main-hadding.hadding1 h1 {

    font-size: 36px;

    line-height: 42px;

  }
  .testimonial2-slider-all {
    margin-left: 0px;
  }
  .challages_title p {
    font-size: 36px;
    line-height: 44.86px;
  }
  p.new_new {
    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
  }
  .button2 {
    width: 100%;
    padding: 12px 22px;
  }
  .intro_data h3 {
    text-transform: inherit;
  }
  .intro_data {
    padding: 40px 20px;
  }
  .contact_us_p{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .contact2 .button2{
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    text-align: center;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: center;
  }
  .intro_data p { 
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .new_btn {
    padding-top: 18px;
  }

}
