/**
* Template Name: Avilon - v2.2.0
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.grecaptcha-badge { visibility: hidden; }

@font-face {
  font-family: 'WorkSans';
  src: url(../fonts/WorkSans-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'WorkSans';
  src: url(../fonts/WorkSans-Italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'WorkSans';
  src: url(../fonts/WorkSans-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'WorkSans';
  src: url(../fonts/WorkSans-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}


html {
  font-family: 'WorkSans';
}


.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  bottom: 0;
  margin-bottom: 0vh;
  min-height: 100px;
  max-height: 150px;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


body {
  background: #fff;
  color: #666666;
  font-family: 'WorkSans';
  overflow-x: hidden;
}

a {
  color: rgb(61, 61, 135);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: rgb(61, 61, 135);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'WorkSans';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgb(61, 61, 135);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: rgb(61, 61, 135);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: rgb(61, 61, 135);
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgb(61, 61, 135);
}

#header.header-transparent {
  background: transparent;
}

#header.header-fixed {
  background: rgb(81, 81, 143);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background: rgb(81, 81, 143);
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text-wave {
  overflow: hidden;
  height: 80vh;
  background: linear-gradient(rgba(158, 158, 195, 0.8), rgba(61, 61, 135, 0.7)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro .intro-text-404 {
  overflow: hidden;
  height: 100vh;
  background: linear-gradient(rgba(158, 158, 195, 0.8), rgba(61, 61, 135, 0.7)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}

@media (max-width: 480px) {
  #intro .intro-text-wave {
    height: 75vh;
  }
}

@media (max-width: 240px) {
  #intro .intro-text-wave {
    height: 70vh;
  }
}


#intro .intro-text {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0%);
  z-index: 1;
}

#intro .btn-get-started {
  font-family: 'WorkSans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  margin-top: 25px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: rgb(61, 61, 135);
  background: #fff;
}

#intro .intro-text .myclelogo {
  width: 100%;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#intro .intro-text .myclelogo img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#intro h1 {
  color: #fff;
  word-break: break-word;
}
#intro h2 {
  color: #fff;
  text-align: justify;
  hyphens: auto;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}


.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'WorkSans';
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu a.nav-btn {
  padding: 0px 10px 0px 10px;
}

.nav-menu>li {
  margin-left: 25px;
}

.nav-menu>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:not(.nav-btn):hover:before,
.nav-menu li:hover>a:not(.nav-btn):before,
.nav-menu .menu-active>a:not(.nav-btn):before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(158, 158, 195, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: rgb(61, 61, 135);
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: none;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgb(81, 81, 143);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: rgb(61, 61, 135);
}

#mobile-nav ul .menu-item-active {
  color: rgb(61, 61, 135);
}

#mobile-body-overlay {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  color: #777;
  font-style: italic;
  text-align: justify;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: rgb(127, 194, 213);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: rgb(236, 236, 243) !important;
}



/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .section-description {
  margin-bottom: 20px;
}

#about .about-img {
  height: auto;
  overflow: hidden;
  display: flex;
  /* ajout pour centrer verticalement*/
  align-items: center;
  /* ajout pour centrer verticalement*/
  justify-content: center;
  /* ajout pour centrer verticalement*/
}

#about .about-img img {
  margin-left: 0px;
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 20px;
    border-radius: 0px;
  }
}

#about .content p {
  line-height: 26px;
  text-align: justify;
  margin-bottom: 20px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 24px;
  color: rgb(127, 194, 213);
}

#about .content i.fa-pen {
  padding-right: 17px;
}

#about .content i.fa-eye {
  padding-right: 15px;
}

#about .content i.fa-handshake {
  padding-right: 12px;
}

#about .content i.fa-steering-wheel {
  padding-right: 18px;
}

#about .content i.fa-file-lock {
  padding-right: 15px;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
  text-align: justify;
}

#about .more-information {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}

/* Product Features Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    /* padding-top: 0px;
    margin-top: 526px;
    padding-bottom: 0px; */
    margin: auto;
    top: -62px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features ul li {
  font-size: 14px;
  text-align: justify;
  hyphens: auto;
}

#features .box {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  #features .box {
    margin-bottom: 20px;
    text-align: center;
  }

  #features .box:last-child {
    margin-bottom: 60px;
    text-align: center;
  }
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: rgb(127, 194, 213);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
}

#features .section-description {
  padding-bottom: 10px;
}


/* Product Advanced Featuress Section
--------------------------------*/
#why {
  overflow: hidden;
}

#why .features-row {
  padding: 60px 0 60px 0;
}

#why h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: justify;
}

#why h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #777;
  text-align: justify;
}

#why .more-information {
  margin-bottom: 1px;
}

#why p {
  line-height: 24px;
  color: #777;
  margin-bottom: 20px;
  text-align: justify;
}

#why i {
  font-size: 24px;
  color: rgb(127, 194, 213);
}

#why i.fa-street-view {
  padding-right: 15px;
}

#why i.fa-wand-sparkles {
  padding-right: 15px;
}

#why i.fa-arrows-spin {
  padding-right: 15px;
}


#why ul {
  list-style: none;
  padding: 0;
}

#why ul li {
  padding-bottom: 10px;
  text-align: justify;
}

#why .why-img-left {
  max-width: 100%;
  float: left;
  margin: 15px 30px 10px 0px;
  border-radius: 10px;

}


@media (max-width: 1200px) {
  #why .why-img-left {
    float: none;
    padding: 0 0 30px 0;
    margin-left: auto;
    border-radius: 0px;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Pricing Section
--------------------------------*/
#pricing {
  background: #fff;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  /* background: linear-gradient(rgba(61, 61, 135, 0.65), rgba(61, 61, 135, 0.65)), url(../img/call-to-action-bg.jpg) fixed center center; */
  background: linear-gradient(rgba(61, 61, 135, 0.8), rgba(61, 61, 135, 0.8)), url(../img/intro-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media (min-width: 1025px) {
  #call-to-action {
    background-attachment: fixed;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
}

#call-to-action .cta-text {
  color: #fff;
  margin-bottom: 20px;

}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#call-to-action .cta-btn {
  font-family: 'WorkSans';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 10px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: white;
  color: rgb(61, 61, 135);
  border: 2px solid white;
}

/* What Section
--------------------------------*/
#what {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}

#more-features .section-description {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features p {
    margin-left: 0;
    text-align: justify;
  }

}

#more-features ul li {
  text-align: justify;
}

/* Partners Section
--------------------------------*/
#partners {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#partners img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#partners img:hover {
  opacity: 1;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: 'WorkSans';
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
  text-align: justify;
  hyphens: auto;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: rgb(61, 61, 135);
}

#faq #faq-list a.collapsed {
  color: rgb(61, 61, 135);
}

#faq #faq-list a:hover {
  color: rgb(127, 194, 213);
}

#faq #faq-list a.collapsed i::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f067" !important;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.vbox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'WorkSans';
  font-weight: 300;
  letter-spacing: 3px;
  color: rgb(61, 61, 135);
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'WorkSans';
  color: #888;
}

#contact .social-links {
  text-align: center;
  margin-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: rgb(61, 61, 135);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid rgb(61, 61, 135);
}

#contact .social-links a:hover {
  background: rgb(127, 194, 213);
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: rgb(127, 194, 213);
  float: left;
  line-height: 1;
}

#contact .social-links i {
  font-size: 32px;
  color: rgb(61, 61, 135);
  float: left;
  line-height: 1;
}

#contact .social-links i {
  font-size: 20px;
  float: left;
  position: relative;
  left: 9px;
  top: -1px;
  line-height: 1;
}

#contact i.fa-location-dot {
  position: relative;
  left: 4px;
  top: 10px;
}

#contact a:hover {
  color: rgb(127, 194, 213);
}

#contact .info p {
  padding: 0 0 0px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact h1 {
  font-size: 18px;
  margin-bottom: 10px;
}


#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: rgb(255, 74, 119);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: rgb(139, 188, 119);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid rgb(61, 61, 135);
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: rgb(61, 61, 135);
}

#contact .php-email-form button[type="submit"] {
  background: rgb(61, 61, 135);
  border: none;
  border-radius: 4px;
  padding: 8px 30px;
  color: #fff;
}

#contact .php-email-form button[type="submit"]:focus {
  outline: none;
}

#contact .php-email-form button[type="submit"]:hover {
  cursor: pointer;
  background-color: rgb(127, 194, 213);
}

#contact .rgpd {
  font-size: 12px;
  color: #666;
  text-align: justify;
  hyphens: auto;
  padding-top: 15px;
}

#contact .google {
  color: #666;
  font-size: 12px;
  text-align: justify;
  hyphens: auto;
}

#contact .google a:hover,
#contact .rgpd a:hover {
  color: rgb(127, 194, 213);
}


#contact .form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  top: -1px;
}

#contact  .form-check {
  padding-left: 0px;
  cursor: pointer;
}


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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .footer-links a {
  color: rgb(61, 61, 135);
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: rgb(127, 194, 213);
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-body {
  text-align: justify;
  overflow-x: hidden;
}

.modal-body p {
  color: #777;

}

.modal-header {
  background-color: rgb(61, 61, 135);
}

.modal-title {
  color: #fff;
  text-align: start;
}

.modal-subtitle {
  color: #777;
  font-weight: bold;
  text-align: start;
}

.modal-body ul li {
  color: #777;

}

.modal-body p {
  margin-bottom: 0px;
}

.modal-body .center {
  text-align: center;
}



.close-btn {
  bottom: 10px;
  padding-bottom: auto;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  background: rgb(61, 61, 135);
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 8px 30px;
  color: #fff;

}

.close {
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
}

.close:hover {
  color: rgb(127, 194, 213);
  transition: all ease-in-out 0.4s;
  outline: none;
  border: none;
}

.close:focus {
  /* color: rgb(127, 194, 213);
  transition: all ease-in-out 0.4s; */
  outline: none;
  border: none;
}

.close-btn:hover {
  color: #fff;
  background: rgb(127, 194, 213);
  outline: none;
}

.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

modal-backdrop {
  background-color: transparent !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
  }
}
