body {
  font-family: "Cabin", sans-serif;
}

.grecaptcha-badge{
    display:none!important;
}
@media(min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}
.error { 
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1px;
    display: none;
    text-align: center;
    color: #fff;
    background-color: #ff00007d;
    margin: 41px 0 0;
    border-radius: 8px;
    padding: 9px;
}

#ajaxsuccess {
    color: #fff;
    border: 1px solid #009688; 
    line-height: 60px;
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #009688;
    text-align: center;
    border-radius: 12px;
}

@media(min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}
a {
    color: #fff; 
}
a[href^="tel"] {
  color: white;
  text-decoration: none;
}
@media(min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px
  }
}


a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.hero-section-area {
  background-image: url(../images/bg-header.svg);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-size: 47%
}

.hero-header h1 {
  text-transform: uppercase;
  font-size: var(--govertek-font-size-font-s70);
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}

.hero-header .bottom {
  display: flex;
  align-items: center;
  margin-top: -10px;
  width: 389px;
}

.hero-header .underline {
  flex: 1;
  height: 3px;
  background-color: #003947;
  margin-right: 10px;
  margin-top: 45px;
}

.hero-header h2 {
  font-size: var(--govertek-font-size-font-s40);
  font-weight: 300;
  margin: 0;
  margin-top: 14px;
}


.hero-header h3 {
  font-size: var(--govertek-font-size-font-s50);
  margin: 52px 0;
}

.hero-header p {
  color: var(--bs-heading-color);
  font-size: var(--govertek-font-size-font-s20);
  padding-right: 4px;
  margin-bottom: 52px;
}

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

@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

:root {
  --bs-heading-color: #003347;
  --govertek-text-text-1: #fff;
  --govertek-text-text-2: #090B0E;
  --govertek-text-text-3: #3D4C5E;
  --govertek-text-text-4: #4E2FDA;
  --govertek-text-text-5: #FB3189;
  --govertek-text-text-6: #FF0A54;
  --govertek-text-text-7: #FFE7EE;
  --govertek-text-text-8: #F6F8F9;
  --govertek-text-text-9: #FEE0ED;
  --govertek-text-text-10: #F6F8F9;
  --govertek-text-text-11: #ADFF1C;
  --govertek-text-text-12: #0A2828;
  --govertek-text-text-13: #2E00FF;
  --govertek-text-text-14: #FF6610;
  --govertek-text-text-15: #0D47A1;
  --govertek-text-text-16: #1B6CFC;
  --govertek-text-text-17: #6455E1;
  --govertek-text-text-18: #081120;
  --govertek-bg-bg-1: #4E2FDA;
  --govertek-bg-bg-2: #EDE9F8;
  --govertek-bg-bg-3: #C8BFF4;
  --govertek-bg-bg-4: #EDEAFB;
  --govertek-bg-bg-5: #FEBFDA;
  --govertek-bg-bg-6: #CAC6FD;
  --govertek-bg-bg-7: #FFE8A4;
  --govertek-bg-bg-8: #D4FFD6;
  --govertek-bg-bg-9: #E2E0F2;
  --govertek-bg-bg-10: #FB3189;
  --govertek-bg-bg-11: #3A3658;
  --govertek-bg-bg-12: #4E3A7A;
  --govertek-bg-bg-13: #FFEAF3;
  --govertek-bg-bg-14: #FFF5F9;
  --govertek-bg-bg-15: #F6F8F9;
  --govertek-bg-bg-16: #FFF6F9;
  --govertek-bg-bg-17: #ADFF1C;
  --govertek-bg-bg-18: #104041;
  --govertek-bg-bg-19: rgba(173, 255, 28, 0.1);
  --govertek-bg-bg-20: rgba(10, 40, 40, 0.1);
  --govertek-bg-bg-21: #FFE8A4;
  --govertek-bg-bg-22: #CAC6FD;
  --govertek-bg-bg-23: #D4FFD6;
  --govertek-bg-bg-24: #0D47A1;
  --govertek-bg-bg-25: #FF6610;
  --govertek-bg-bg-26: #1B6CFC;
  --govertek-bg-bg-27: #FCCC8A;
  --govertek-bg-bg-28: #6455E1;
  --govertek-border-border-1: #E5E7EB;
  --govertek-border-border-2: #dfdcdc;
  --govertek-font-size-font-s10: 10px;
  --govertek-font-size-font-s12: 12px;
  --govertek-font-size-font-s14: 14px;
  --govertek-font-size-font-s16: 16px;
  --govertek-font-size-font-s18: 18px;
  --govertek-font-size-font-s20: 20px;
  --govertek-font-size-font-s22: 22px;
  --govertek-font-size-font-s24: 24px;
  --govertek-font-size-font-s26: 26px;
  --govertek-font-size-font-s28: 28px;
  --govertek-font-size-font-s30: 30px;
  --govertek-font-size-font-s32: 32px;
  --govertek-font-size-font-s34: 34px;
  --govertek-font-size-font-s36: 36px;
  --govertek-font-size-font-s38: 38px;
  --govertek-font-size-font-s40: 40px;
  --govertek-font-size-font-s42: 42px;
  --govertek-font-size-font-s44: 44px;
  --govertek-font-size-font-s46: 46px;
  --govertek-font-size-font-s48: 48px;
  --govertek-font-size-font-s50: 50px;
  --govertek-font-size-font-s52: 52px;
  --govertek-font-size-font-s54: 54px;
  --govertek-font-size-font-s56: 56px;
  --govertek-font-size-font-s58: 58px;
  --govertek-font-size-font-s60: 60px;
  --govertek-font-size-font-s62: 62px;
  --govertek-font-size-font-s64: 64px;
  --govertek-font-size-font-s66: 66px;
  --govertek-font-size-font-s68: 68px;
  --govertek-font-size-font-s70: 70px;
  --govertek-font-size-font-s10: 10px;
  --govertek-font-size-font-s12: 12px;
  --govertek-font-size-font-s14: 14px;
  --govertek-font-size-font-s16: 16px;
  --govertek-font-size-font-s18: 18px;
  --govertek-font-size-font-s20: 20px;
  --govertek-font-size-font-s22: 22px;
  --govertek-font-size-font-s24: 24px;
  --govertek-font-size-font-s26: 26px;
  --govertek-font-size-font-s28: 28px;
  --govertek-font-size-font-s30: 30px;
  --govertek-font-size-font-s32: 32px;
  --govertek-font-size-font-s34: 34px;
  --govertek-font-size-font-s36: 36px;
  --govertek-font-size-font-s38: 38px;
  --govertek-font-size-font-s40: 40px;
  --govertek-font-size-font-s42: 42px;
  --govertek-font-size-font-s44: 44px;
  --govertek-font-size-font-s46: 46px;
  --govertek-font-size-font-s48: 48px;
  --govertek-font-size-font-s50: 50px;
  --govertek-font-size-font-s52: 52px;
  --govertek-font-size-font-s54: 54px;
  --govertek-font-size-font-s56: 56px;
  --govertek-font-size-font-s58: 58px;
  --govertek-font-size-font-s60: 60px;
  --govertek-font-size-font-s62: 62px;
  --govertek-font-size-font-s64: 64px;
  --govertek-font-size-font-s66: 66px;
  --govertek-font-size-font-s68: 68px;
  --govertek-font-size-font-s70: 70px;
  --govertek-specing-height6: 6px;
  --govertek-specing-height8: 8px;
  --govertek-specing-height10: 10px;
  --govertek-specing-height12: 12px;
  --govertek-specing-height14: 114px;
  --govertek-specing-height16: 16px;
  --govertek-specing-height18: 18px;
  --govertek-specing-height20: 20px;
  --govertek-specing-height22: 22px;
  --govertek-specing-height24: 24px;
  --govertek-specing-height26: 26px;
  --govertek-specing-height28: 28px;
  --govertek-specing-height30: 30px;
  --govertek-specing-height32: 32px;
  --govertek-specing-height34: 34px;
  --govertek-specing-height36: 36px;
  --govertek-specing-height38: 38px;
  --govertek-specing-height40: 40px;
  --govertek-specing-height42: 42px;
  --govertek-specing-height44: 44px;
  --govertek-specing-height46: 46px;
  --govertek-specing-height48: 48px;
  --govertek-specing-height50: 50px;
  --govertek-specing-height52: 52px;
  --govertek-specing-height54: 54px;
  --govertek-specing-height56: 56px;
  --govertek-specing-height58: 58px;
  --govertek-specing-height60: 60px;
  --govertek-specing-height70: 70px;
  --govertek-specing-height80: 80px;
  --govertek-specing-height90: 90px;
  --govertek-specing-height100: 100px;
  --govertek-specing-height110: 110px;
  --govertek-specing-height120: 120px;
  --govertek-specing-height130: 130px;
  --govertek-weight-regular: 400;
  --govertek-weight-medium: 500;
  --govertek-weight-semibold: 600;
  --govertek-weight-bold: 700;
  --govertek-weight-black: 800;
  --govertek-family-font1: 'Cabin', sans-serif;
}

.mt-50 {
  margin-top: 50px;
}



.header-btn {
  display: inline-block;
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s16);
  line-height: var(--govertek-font-size-font-s18);
  font-weight: var(--govertek-weight-bold);
  padding: 14px 35px;
  transition: all 0.4s;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  border: 1px solid;
  text-transform: uppercase;
  color: #fff;
}

.header-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #5bc802;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.btn-area .hero-btn {
  display: inline-block;
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s16);
  line-height: var(--govertek-font-size-font-s18);
  font-weight: var(--govertek-weight-bold);
  padding: 14px 67px;
  transition: all 0.4s;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: 1px solid #5bc802;
  color: #003347;
}

.btn-area .hero-btn:nth-child(1) {
  background-color: #5bc802;
}

.header-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.header-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #5bc802;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.btn-area .hero-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.btn-area .hero-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #5bc802;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.btn-area .hero-btn:nth-child(1):hover::after {
  background-color: #f1ffe3;
}

.btn-area .hero-btn:nth-child(2):hover::after {
  background-color: #5bc802;
}

.btn-area .hero-btn:nth-child(2) {
  background-color: #f1ffe3;
  padding: 14px 35px;
  margin-left: 24px;
}


.header-btn:hover {
  color: var(--govertek-text-text-1);
  transition: all 0.4s;
}

.header-btn:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}


.mobile-header.mobile-haeder12 {
  background: var(--govertek-text-text-1);
  position: fixed;
}

.mobile-header.mobile-haeder12 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar12 {
  background: var(--govertek-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar12 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--govertek-weight-medium);
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .header-btn {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 h3 {
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s24);
  line-height: var(--govertek-font-size-font-s24);
  font-weight: var(--govertek-weight-semibold);
  color: #055346;
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single i {
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s16);
  font-weight: var(--govertek-weight-medium);
  color: #055346;
  line-height: var(--govertek-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--govertek-text-text-1);
  border: 1px solid #055346;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #055346;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--govertek-text-text-1);
  border: 1px solid #055346;
}

.hero-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 0;
}

.hero-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: auto;
  z-index: -1;
}

.hero-bottom ul {
  margin-bottom: 30px;
}

.hero-bottom ul li {
  display: inline-block;
}

.hero-bottom ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  border: 2px solid var(--bs-heading-color);
  text-align: center;
  color: var(--bs-heading-color);
  margin: 0 12px 0 0;
  padding-top: 9px;
  font-size: var(--govertek-font-size-font-s18);
}

.hero-bottom ul li a:hover {
  background: #055346;
  color: var(--govertek-text-text-1);
  transition: all 0.4s;
}

html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}

html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}

html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}

html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}

html {
  overflow-x: hidden !important;
}

.home-body,
html {
  overflow-x: hidden !important;
}

.home-body {
  overflow-x: hidden;
}

.home-body .header-area.homepage {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 25px 0;
  transition: all 0.4s;
}

.home-body .header-area.homepage .site-logo img {
  width: auto;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-body .header-area.homepage .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.home-body .header-area.homepage .header-elements .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-body .header-area.homepage .header-elements .main-menu {
  position: relative;
}

.home-body .header-area.homepage .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.home-body .header-area.homepage .header-elements .main-menu ul li a {
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s20);
  font-weight: 300;
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
  padding: 0 18px;
}

.home-body .header-area.homepage .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #69d455;
}

.home-body .header-elements .btn-area {
  display: inline-block !important;
  margin-left: 45px;
}

html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}


.abut12-section-area {
  position: relative;
  z-index: 1;
}

.abut12-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.abut12-section-area .about-images-area .video {
  position: absolute;
  right: 0;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.abut12-section-area .about-images-area .video a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 100px;
  transition: all 0.4s;
  border-radius: 50%;
  background: #5ac800;
  color: #013347;
  font-size: 20px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
  display: block;
}

.abut12-section-area .about-images-area .video a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: rgba(221, 250, 99, 0.3);
  opacity: 30%;
  z-index: -1;
}

.abut12-section-area .about-images-area .img1 {
  overflow: hidden;
  border-radius: 6px;
  max-height: 296px;
  position: relative;
  object-fit: cover;
}

.abut12-section-area .about-images-area .img1 img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.abut12-section-area .about-images-area .img2 {
  margin-top: -200px;
  text-align: right;
  overflow: hidden;
}

.abut12-section-area .about-images-area .img2 img {
  width: 310px;
  width: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.abut12-section-area .about-header {
  padding: 30px;
}

@media (max-width: 767px) {
  .abut12-section-area .about-header {
    margin-top: 50px;
  }

  .svg-header-div {
    display: none;
  }

  .hero-section-area {
    background-image: none;
  }

  .hero-section-area {
    padding: 110px 0 0;
  }

  .service-header.space-margin60.heading18 {
    padding: 50px 0 0;
  }

  .function-section-area .bg-fonctions {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abut12-section-area .about-header {
    margin-top: 50px;
  }
}

.abut12-section-area .about-header .about-boxarea .box1 {
  border: 1px solid rgba(5, 83, 70, 0.1);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}

.abut12-section-area .about-header .about-boxarea .box1:hover {
  background: #055346;
  transition: all 0.4s;
}

.abut12-section-area .about-header .about-boxarea .box1:hover .icons {
  background: #DDFA63;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.abut12-section-area .about-header .about-boxarea .box1:hover a {
  color: var(--govertek-text-text-1);
  transition: all 0.4s;
}

.abut12-section-area .about-header .about-boxarea .box1 .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  border-radius: 60px;
  background: rgba(5, 83, 70, 0.1);
}

.abut12-section-area .about-header .about-boxarea .box1 a {
  color: #055346;
  font-family: var(--govertek-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.sp1 {
  padding: 150px 0px;
}

.about-header {
  background-color: #f1ffe3
}

.about-header h2 {
  font-size: var(--govertek-font-size-font-s50);
  margin-bottom: 30px;
}

.about-header p,
.about-header ul {
  color: var(--bs-heading-color);
  font-size: var(--govertek-font-size-font-s18);
  margin-bottom: 36px;
}

.about-header ul {
  line-height: 48px;
}

.about-header ul li i {
    color: #fff;    padding: 2px;
    background-color: #013347;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: 10px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    height: 30px;
}

.about-header-2 {
  background-color: transparent
}

.about-header.space-margin60.about-header-2 {
  padding-left: 0;
}

.function-section-area.sp1,
.contact-section-area {
  background-color: #003347;
  position: relative;
}

.function-section-area h2,
.contact-section-area h2 {
  text-align: center;
  color: #fff;
  font-size: var(--govertek-font-size-font-s50);
  margin-bottom: 50px;
}

.service-header.space-margin60.heading18 {
  padding: 100px 0 0;
}

.function-section-area p {
  color: #fff;
  font-size: var(--govertek-font-size-font-s18);
  margin-bottom: 36px;
  padding-right: 72px;
  padding-top: 20px;
  height:100px;
}

.pr-75 {
  padding-right: 75px;
}

.function-section-area .liste {
  background-color: #fff;
  padding: 15px 30px;
  color: #003347;
  line-height: 31px;
  border-radius: 11px;
}
.liste li {
    cursor:pointer;
}

.function-section-area .liste ul {
  border-left: 1px solid #003347;
  padding-left: 12px;
}

.function-section-area .liste ul .active {
  font-weight: bold;
  background-color: #5ac800;
  color: #fff;
  border-radius: 6px;
  padding-left: 6px;
  margin-left: -6px;
  position: relative;
}

.function-section-area .liste ul .active::before {
  content: '';
  display: inline-block;
  border: 2px solid #5ac800;
  height: 28px;
  position: absolute;
  left: -8px;
}

.function-section-area hr {
  border: 1px solid #fff;
  margin-bottom: 130px;
  margin-top: calc(130px - 36px);
}

.gains {
  flex-direction: row;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gains li {
  flex: 0 0 24%;
  box-sizing: border-box;
  text-align: center;
  color: #003347;
  font-weight: 300;
  padding: 24px 30px;
  margin: 20px 0 0;
  font-size: 16px;
}
.gains li b{ 
  font-weight: 500;    
  font-size: 19px;
}

.gains li i {
    width: 70px;
    height: 70px;
    background-color: #003347;
    border-radius: 50%;
    margin: 0 auto 29px;
    display: block;
    color: #fff;
    font-size: 33px;
    line-height: 70px;
}

.benefices-header h2 {
  text-align: center;
  color: #003347;
  font-size: var(--govertek-font-size-font-s50);
  margin-bottom: 50px;
}

.contact-section-area h2 {
  padding: 0 210px;
  margin-bottom: 30px;
}

.contact-section-area h3 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 22px;
  margin-bottom: 70px;
}

.contact-section-area form {
  padding: 0 300px;
}

.contact-section-area form .form-control {
  color: var(--bs-heading-color);
  margin-bottom: 21px;
  height: 49px;
}

.contact-section-area form textarea.form-control {
  height: 150px;
  resize: none;
}

.contact-section-area form button {
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s16);
  line-height: var(--govertek-font-size-font-s18);
  font-weight: var(--govertek-weight-bold);
  padding: 14px 67px;
  transition: all 0.4s;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  border: 1px solid #5bc802;
  color: #003347;
  background-color: #5bc802;
  margin: 37px auto 0;
  display: block;
  text-transform: none;
}

.contact-section-area form button:hover::after {
  background-color: #f1ffe3;
}

.contact-section-area form button:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.contact-section-area form button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #5bc802;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.contact-section-area ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 100px 0 0 0;
  color: #fff;
  font-family: var(--govertek-family-font1);
  font-size: var(--govertek-font-size-font-s20);
  line-height: var(--govertek-font-size-font-s18);
}

.contact-section-area ul i {
  border: 2px solid #5ac800;
  border-radius: 50%;
  width: 39px;
  height: 40px;
  line-height: 20px;
  color: #5ac800;
  margin-right: 5px;
  text-align: center;
  padding-top: 8px;
}

.contact-section-area {
  padding-bottom: 80px;
}

footer p {
  color: #003347;
  text-align: center;
  font-size: 20px;
  padding: 16px;
  margin-top: 1rem;
}

@media(max-width: 500px) {
  .hero-header h1 {
    font-size: 60px;
  }

  .hero-header .bottom {
    width: 91%;
  }

  .hero-header h3 {
    font-size: 38px;
    margin: 45px 0;
  }

  .contact-section-area ul i {
    border: 2px solid #5ac800;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 12px;
    color: #5ac800;
    margin-right: 5px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
  }

  p {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }

  .btn-area .hero-btn {
    padding: 13px;
    font-size: 13px;
  }
  .about-header h2 {
    font-size: 31px; 
} 
.about-header li{
        line-height: 26px; 
}
.function-section-area p { 
    height: 196px;
}
  .sp1 {
    padding: 95px 0px;
  }


  .abut12-section-area .about-header {
    margin-top: 0;
    padding: 20px;
  }

  .function-section-area p {
    padding: 0;
    margin: 0;
  }

  .mt-50 {
    margin-top: 19px;
  }

  .function-section-area hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .function-section-area .liste {
    background-color: #fff;
    padding: 15px 22px;
    color: #003347;
    line-height: 31px;
    border-radius: 11px;
    margin: 0 0 30px;
  }

  .sp1 {
    padding: 83px 0px;
  }

  .gains {
    flex-direction: column;
    gap: 0;
  }

  .gains li {
    margin: 0;
  }

  .contact-section-area h2 {
    padding: 0 0;
    margin-bottom: 30px;
  }

  .function-section-area h2,
  .contact-section-area h2 {
    font-size: 30px;
  }

  .contact-section-area h3 {
    font-size: 18px;
  }

  .contact-section-area form {
    padding: 0;
  }

  .contact-section-area ul {
    display: flex;
    justify-content: space-evenly;
    margin: 70px 0 0 0;
    color: #fff;
    font-family: var(--govertek-family-font1);
    font-size: var(--govertek-font-size-font-s20);
    line-height: var(--govertek-font-size-font-s18);
    flex-direction: column;
    text-align: left;
    align-content: flex-start;
    align-items: baseline;
  }

  footer p {
    color: #003347;
    text-align: center;
    font-size: 14px;
    padding: 18px;
    margin: 0;
  }

  .contact-section-area ul li ,  .contact-section-area ul li  a{
    margin-bottom: 10px;        color: #fff !important;
  }
}

.svg-header-div {
  position: absolute;
  right: 98px;
  bottom: -33px;
  height: 716px;
  width: 36%;
}

.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.function-section-area .bg-fonctions {
  position: absolute;
  width: 76%;
  left: 0;
  right: 0;
  top: 18px;
  margin: 0 auto;
}

.contact-section-area {
  padding-bottom: 80px;
  background-image: url(../images/bg-contact.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

p,
ul {
  font-family: "Baloo 2", sans-serif;
}



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--govertek-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #013347 transparent #013347;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader12 .loading {
  border-color: transparent #055346 transparent #055346 !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 60px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}