.site-logo  img {
    max-width: 100%;
    height: auto !important;
}
.site-logo .screen-reader-text  {
    display: none;
}
.nav-item  a{ 
    padding: .5rem 1rem !important;
}
.navigation .nav-menus-wrapper .nav-menu li + li {
    margin-left: 0px;
}
.footer-area {
    position: relative;
    z-index: 5;
    padding-top: 0px;
}
.slider-area, .page-banner {
    padding-top: 0px !important;
}
.contenu .about-content {
    max-width: 100% !important;
}
.about-content .main-btn {
    width: auto;
    margin-top: 45px;
}
.about-content {
   max-width: 100%;
}
.features-area-2 {
    padding-top: 0px !important;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
        font-weight: 500;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.site-logo img {
    max-width: 100%;
    height: auto !important;
    width: 250px;
}
.login-register {
    padding: 20px !important;
}
.about-content .about-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #07294D;
}
.button {
    top: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    background-color: #FF8B25;
    color: #fff;
    padding-left: 15px;
     padding-right: 15px;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
    height: auto !important;
}
.testimonials-title .title {
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0px;
}
.about-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
    margin-top: 25px;
}
.features-items .features-items-wrapper .single-features-item .item-content p {
    color: #212529;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.testimonials-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
    margin-top: 25px;
}
.section-title-2 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
    margin-top: 25px;
}
.footer-widget {
    padding-bottom: 20px;
    padding-top: 20px;
}
.faq-area {
    padding-top: 20px;
}
.courses-details {
    padding-top: 0px;
}
.header-top-wrapper .header-top-right .header-link a {
    font-family: Exo;
    font-weight: 400;
    font-size: 13px;
    color: #f1f1f1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

@media screen and (max-width: 600px) {
.slider-content-3 {
    padding-top: 200px;
    padding-bottom: 100px;
}
}
.header-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.header-top {
    background: #FF8B25;
    padding-bottom: 15px;
}
.footer-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff8b25;
    z-index: -1;
}
.slider-content .title {
    color: #eee;
}

@media screen and (max-width: 600px) {
  .features-items .features-items-wrapper .single-features-item .item-content p {
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
.features-items .features-items-wrapper .single-features-item .item-icon img {
    height: 35px;
    width: 50px;
    padding-left: 10px;
}
.about-content .about-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #07294D;
}
.testimonials-title .title {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #000;
}
.testimonials-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
    margin-top: 10px;
}
.section-title-2 .title {
    font-size: 25px;
    line-height: 30px;
}
.footer-link .link-list li {
    margin-top: 5px;
}
}
.event-details {
    padding-top: 5px;
}
.newsletter-area-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.contact-area {
    padding-top: 0px !important;
}
.blog-details-page {
    padding-top: 0px;
}
body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  /* Places content inside on top */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}
.transbox {
  padding: 30px;
  background-color: rgba(77, 77, 77, 0.5);
  /* Opacity can be given to background with rgba*/
  border: 1px solid black;


}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



.transbox .btn1:hover {
  background-color: black;
  color: white;
}
.site-logo.faux-heading {
    text-align: center;
}
.screen-reader-text {
    display: none;
}
.custom-logo-link img {
    min-height: 100px;
    width: auto;
}
.btn {
    background-color: #fff;
    width: 135px;
}
img {
    max-width: 100%;
    height: auto;
}
.pb-10 {
    padding-bottom: 25px !important;
}
.custom-logo {
    margin-bottom: 25px;
}
.header-logo img {
    max-width: 300px;
}