/**
* Template Name: Reveal - v2.2.1
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Roboto", sans-serif;
   font-size: 15px;
}

a {
  color: #f05523;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #e32f1b;
  outline: none;
  text-decoration: none;
}
.btn-login:hover{
    color: #e32f1b !important;
}

p {
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px 0;
    font-size: 15px;

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #e32f1b;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
.back-to-top:hover{
    background: #770b0b !important;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #9b0505;
  padding: 10px 0;
  border-bottom: 1px solid #ee5848;;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 50px;
}

#topbar .contact-info{
    font-weight: 400;
    height: 1.2rem;
    font-size: 13px;
    color: hsla(0,0%,100%,.6);
    text-transform: uppercase;
    cursor: default;
    -webkit-user-select: none;
}
#topbar .contact-info a:hover{
    color: #fff;
}

#topbar .contact-info i:hover{
    color: #fff;
}
#topbar .contact-info a {
  line-height: 1;
  color: #555;
}


#topbar .contact-info i {
  color: hsla(0,0%,100%,.6);
  padding: 4px;
    font-size: 20px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*Buttons custom*/

.btn-ins{
    background: #7b2b22;
    display: inline-block;
    padding: 6px 10px !important;
    border-radius: 25px !important;
    transition: 0.5s;
    color: #fff !important;
    font-weight: 400;
    border: 1px dashed #fff;
    animation: 1000ms ease-in-out 0s normal none 1 running zoomInRight;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0;
  height: 69px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e1e1e1;
}


#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  /* #header #logo img {
    max-height: 30px;
  } */
}




.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.link-list li:first-child {
    border-top: none !important;
}
.link-list li {
    border-top: solid 1px #353535;
}
.link-list i {
    color: #eee;
}
.link-list li i {
    float: right;
    margin-top: 10px;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
}
.btn-primary{
    color: #fff;
    background-color: #ec3343 !important;
    border-color: #ec3343 !important;
}
.headline h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #ec3343;
    color: #eee;
    font-size: 18px;
    font-weight: 200;
}
.link-list li a {
    color: hsla(0,0%,100%,.6) !important;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase !important;
}
.link-list li a:hover{
  color: #fff !important;
}
.no_ev_bloc{
  background: rgb(0 0 0 / 8%) !important;
  padding: 4px;
  border: 1px solid #d5d5d5;
}
.wrap-main-container {
    background-color: #222;
    color: #fff;
    padding-top: 15px;
}
.cov_bg{
    /* background: url(../img/plan.jpg) center center; */
    background: #2a3744;
    padding: 5px;
    background-size: cover;
    height: auto;
    max-height: auto;
    width: 100%;
    /* border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; */
}
.name_of_event{
  /* transform: translate(-50%, -50%); */
  width: 300px;
  height: 105px;

}
.social_media{
  font-size: 22px !important;
  margin: 0 3px 0 3px !important;
}
.social_media_el{
  font-size: 18px !important;
  margin: 0 2px !important;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  color: #333 !important;
}
.social_media_el1:hover{
  background: #00acee !important;
  color: #fff !important;
  transition: 0.9s;
}
.social_media_el2:hover{
  background: #0072b1 !important;
  color: #fff !important;
  transition: 0.9s;
}
.social_media_el3:hover{
  background: #3b5998  !important;
  color: #fff !important;
  transition: 0.9s;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: auto;
  position: relative;
  /* background: url(../img/intro-carousel/bg3.jpg); */
  background: #2a3744;
  background-size: cover;
  padding: 0;
  text-align: center;
}

#intro2 {
  width: 100%;
  height: auto;
  position: relative;
  /* background: url(../img/intro-carousel/hero-bg3.jpg); */
  background: linear-gradient(#f0f0f0, #CFCFCF);
  padding: 0;
}
/* #intro::before{
    background: linear-gradient(to right, rgba(34,31,31,0.3) 0%,rgba(34,31,31,0.0) 100%);
    background: -webkit-linear-gradient(right, rgba(34,31,31,0.3) 0%,rgba(34,31,31,0.0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
} */
.header_text{
    color: #fff !important;
    opacity: 1;
    transition: opacity .5s .25s ease-out;
    /* animation: 1200ms ease-in-out 0s normal none 1 running zoomInLeft;  */
}
.shadow_portfolio{
/*    box-shadow: 5px 5px 52px -17px rgb(0 0 0);*/
}
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# 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;
  font-weight: 400;
}

.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 Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* 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 {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
    font-size: 15px;
  font-family: "Roboto",sans-serif;
    color: #222;
  outline: none;
    font-weight: 300;
    text-transform: uppercase;
}
.btn-inscription25{
    background:  #ec3343;
    border-radius: 6px !important;
    padding: 8px;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px;
}
.btn-inscription25:hover{
  background:  #a91d29;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
}
.btn-inscription26{
  background: #2a3744;
  border-radius: 6px !important;
  padding: 8px;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
}
.btn-inscription26:hover{
  background: #12181f;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
}


.btn-inscription{
    background: transparent;
    border: 2px solid #fff;
/*    border: 2px solid #db5329;*/
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.btn-inscription:hover{
    background: #fff !important;
    border: 2px solid #fff;
    border-radius: 25px !important;
    color: #086884 !important;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.btn-inscription4{
    background: transparent;
    border: 2px solid rgb(31 44 58);
/*    border: 2px solid #db5329;*/
    border-radius: 25px !important;
    color: rgb(31 44 58);
    padding: 5px 20px 5px 40px;
    font-size: 20px;
}
.btn-inscription4:hover{
    background: #36414e !important;
    border: 2px solid #36414e;
    border-radius: 25px !important;
    color: #fff !important;
    padding: 5px 20px 5px 40px;
    font-size: 20px;
}
/*
.btn-inscription3{
    background: transparent;
    border: 2px solid #db5329;
    border-radius: 25px !important;
    color: #db5329;
    padding: 5px 20px 5px 20px;
}
*/

.pd-2{
    padding:2%;
}
.pd-r-2{
    padding-right:2%;
}
.pd-l-2{
    padding-left:2%;
}
.pd-t-2{
    padding-top:2%;
}
.pd-b-2{
    padding-bottom:2%;
}
ul li{
    list-style:none;
}
div[data-toggle="collapse"]{
   border-bottom:1px solid #BBDEFB;
   width:100%;
   cursor:pointer;
   padding:1%;
}
.collapse{
    background:#F5F5F5;
}





.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:0 !important;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none;}



.btn-inscription2{
    background: #db5329;
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.btn-inscription2:hover{
    background: linear-gradient(to right, #a5300c, #eb6705) !important;
    transition: .9s !important;
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.btn-inscription3{
    background: #086884;
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.btn-inscription3:hover{
    background: linear-gradient(to left, #005BA4, #07355b);
    transition: .9s !important;
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 20px;
}
.nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #ec3343;
}

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

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 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: #50d8af;
}

.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: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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

@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: rgba(52, 59, 64, 0.9);
  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: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  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
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 40px 0;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 0px !important;
}
#header::after{
    background: #fff;
}

.section-header h2 {
  color: #444;
  font-weight: 400;
  position: relative;
  padding-bottom: 0;
}


.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 8px 0;
  background: linear-gradient(to right, #064d6b 0%, #086884 100%) !important;
  min-height: 30px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



.cover_profil {
    background: url(../img/plan.png);
    background-size: cover;
    height: 100px;
}
.cover_profil1 {
  background: url(../img/plan.png);
  background-size: cover;
  height: 90px;
}
.informative {
    background: linear-gradient(to bottom right,#404958,#232531);
    padding: 15px;
    margin-top: -60px;
    cursor: pointer;
}




/* About Section
--------------------------------*/
#about {
  background: linear-gradient(to bottom, #064d6b 0%, #086884 100%) !important;
  padding: 20px 0 10px 0;
/*  border: 1px solid #e0e0e0;*/
}
.hr_search{
    border: 0;
    border-top: 2px solid #FC5A1B;
    width: 50px;
    margin-top: -15px;
    margin-bottom: 25px !important;
    float: left;
}
.hr_search2{
    border: 0;
    border-top: 3px solid #ec3343;
    width: 60px;
    margin-top: -15px;
    margin-bottom: 25px !important;
  }
.sectin_text{
    font-weight: 900 !important;
    color: #131313;
    font-size: 30px;
    font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif !important;
}
.sectin_text2{
  font-weight: 900 !important;
  color: #36414e;
  font-size: 23px;
}
#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

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

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

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

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

/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
    background: linear-gradient(to bottom, #3db1ad 0%, #3db1ad 50%, #086884 100%) !important;
/*    background: #3db1ad;*/
/*    height: 30vh;*/
}
.h2_ins{
    font-weight: bold;
    color: #fff !important;
    font-size: 28px !important;
}
#clients2{
    background:  url(../img/intro-carousel/111.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover;
}
.font-bold{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
#clients img {
  max-width: 100%;
  transition: 0.3s;
}

#clients img:hover {
  opacity: 1;
}
.img_popup{
    background: url(../img/bg-03.jpg) center center;
    background-size: cover;
    height: 150px;
}
.img_popup2{
    background: url(../img/bg-031.jpg) center center;
    background-size: cover;
    height: 150px;
}
#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}


.anim_icon{
    animation: bounce 4s infinite;
    transition: all 850ms ease-in-out 0s;
}



/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: url(../img/intro-carousel/bg2.jpg);
  background-size: cover;
  padding: 0 0;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: 14px;
}
#realise{
  background: url(../img/intro-carousel/bg1.jpg);
  background-size: cover;
  padding: 0 0;
}
.ribbon {
  text-align: center;
  font-size: 12px;
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ribbon1 {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  border-radius: 6px;
  padding: 5px 0;
  left: 35px;
  top: 10px;
  width: 50px;
  -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.ribbon1.red {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0c0c));
  background-image: -webkit-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -moz-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -ms-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -o-linear-gradient(top, #ff0000, #bf0c0c);
  z-index: 40;
  color: #fff;
  box-shadow: 0 1px #000, 0 1px 4px rgb(0 0 0 / 15%) inset;
}
.ribbon.red {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0c0c));
  background-image: -webkit-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -moz-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -ms-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -o-linear-gradient(top, #ff0000, #bf0c0c);
  z-index: 40;
  color: #fff;
  box-shadow: 0 1px #000, 0 1px 4px rgb(0 0 0 / 15%) inset;
}
.ribbon.yellow {
  background-color: rgb(241 165 0 / 77%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(241 165 0 / 77%)), to(rgba(209, 144, 4, 0.77)));
  background-image: -webkit-linear-gradient(top, rgb(241 165 0 / 77%), rgba(209, 144, 4, 0.77));
  background-image: -moz-linear-gradient(top, rgb(241 165 0 / 77%), rgba(209, 144, 4, 0.77));
  background-image: -ms-linear-gradient(top, rgb(241 165 0 / 77%), rgba(209, 144, 4, 0.77));
  background-image: -o-linear-gradient(top, rgb(241 165 0 / 77%), rgba(209, 144, 4, 0.77));
  z-index: 40;
  color: #fff;
  box-shadow: 0 1px #000, 0 1px 4px rgb(0 0 0 / 15%) inset;
}
.txt_col{
  /* background: linear-gradient(to right, #ffc60f 0%, #e9070b 80%, #ec3343 100%); */
  color: #fff;
  /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; */
    font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400;
    opacity: 1;
    transition: opacity .5s .25s ease-out;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #50d8af;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #e32f1b;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #50d8af !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


.hr_crown{
    border: none;
    border-top: 2px solid #086884;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: url("../img/intro-carousel/111.jpg") 50% 0 #9b0505;
  background-size: cover;
  padding: 40px 0;
}

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

#call-to-action .cta-text {
  color: #fff;
}

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

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

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

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  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 #18d26e;
  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 {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #50d8af;
}

#contact .php-email-form button[type="submit"] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #2dc899;
}

@-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: #222;
  padding: 40px 30px;
  font-size: 14px;
    font-size: 13px;
    line-height: 1.6;
}
.nav_foot{
    padding: 10;
    margin: 10px 40px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}   display: inline-block;
    border-bottom: 2px solid #F84007;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}



/*MON CSSSSSSSS */

.encart_video{
    margin-top:10px !important;
    margin-bottom:10px !important;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-out;
}

.encart_desc{
    margin-top:10px !important;
    margin-bottom:10px !important;
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 30%);
    transition: box-shadow .3s ease;
    border-bottom: 12px solid #e32f1b;
    height: 355px;
    max-height: 355px;
}

.title_desc{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #e32f1b;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}

.event-form .form-input input {
    background: #f4f5f5;
    height: 40px;
    width: 100%;
    border-radius: 0;
}

.form_search{
    background: #f2f2f2  !important;
    height: 40px !important;
    width: 100%;
    border-radius: 0 !important;
}

.btn_submssion{
    background: #f05523 !important;
    border: 1px solid #f05523 !important;
    border-radius: .25rem !important;
    
}
.btn_submssion2{
    background: #fff;
    color: #f05523 !important;
    border: 1px solid #f05523 !important;
    border-radius: .25rem !important;
    
}
.round_icn{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px !important;
}
.btn_submssion2:hover{
    background: #f7f7f7 !important;
}
.newslet{
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.m-b-50{
    margin-bottom: 50px !important;
}
.m-t-5{
   margin-top: 5px !important; 
}
.m-t-10{
   margin-top: 10px !important; 
}
.m-t-20{
   margin-top: 20px !important; 
}
.m-t-30{
   margin-top: 30px !important; 
}
.m-t-40{
   margin-top: 40px !important; 
}
.m-t-50{
   margin-top: 50px !important; 
}
.fontbold{
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 14px;
    color: #323745;
}
.fontbold2{
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 24px;
}
.btn-social{
  border-radius: 6px !important;
    background: #ec3343;
    padding: 1px 10px;
    margin: 0 0 0 10px;
    color: #fff !important;
    font-weight: 400;
}
.btn-social:hover{
  color: #ec3343 !important;
}
.btn-sucrib{
  float: right;
    border-radius: 20px 4px 20px 4px !important;
    background: #ec3343;
    padding: 8px;
    margin: 0 0 0 10px;
    color: #fff !important;
    font-weight: 400;
}
.btn-sucrib1{
    border-radius: 6px !important;
    background: #ec3343;
    padding: 8px;
    margin: 0 0 0 10px;
    color: #fff !important;
    font-weight: 400;
}
.btn-sucrib1:hover{
  border-radius: 6px !important;
  background: #a91d29 !important;
  padding: 8px;
  margin: 0 0 0 10px;
  color: #fff !important;
  font-weight: 400;
}
.flex_img{
    opacity: 1;
}

.flex_img:hover{
    opacity: 1;
    transition: transform .5s ease;
    z-index: 5;
    opacity: 1 !important;
    transform: scale(1.2);
    overflow: hidden;
    
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ec3343;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.m-b-50{
    margin-bottom: 50px !important;
}
.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  margin-top: -75px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle:hover {
  opacity: 1;
}
.play_text{
  color: #e32f1b;
  font-size: 18px;
  padding: 4px 15px;
  align-items: center;
  text-align: center;
}
.play_text:hover{
    background: #fff;
    border: 2px solid #fff;
    transition: .2s ease;
}
.blc_img:hover{
    transition: .5s ease;
    overflow: hidden !important;
}
.blc_img{
  background: url(../img/team-1.jpg);
  backface-visibility: hidden;
  overflow: hidden;
}
.blc_img2{
    background: url(../img/team-1.jpg) center center;
    height: 130px !important;
    backface-visibility: hidden;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}
#info{
    background: #f05523;
    padding: 0 !important;
    height: 5vh !important;
}
.search_butn:hover{
    background: #f7f7f7 !important;
}
.search_butn2:hover{
    background: #4d5053 !important;
}
.blc_img2{
    background: url(../img/bg_large.jpg) center center;
    background-size: cover;
    height: 35vh;
    backface-visibility: hidden;
    overflow: hidden;
}














.flex_bloc{
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInUp;
}
.flex_bloc2{
    height: auto;
}
.flex_btn{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
    font-weight: bold;
/*    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);*/
  color: #f05523;
  font-size: 12px;
  cursor: pointer;
/*  margin: 10px 20px;*/
  background:#fff !important;
}
.flex_btn::before, .flex_btn::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #f05523;
}

.flx_span{
    display: block;
    padding: 5px 20px;
}


.flx_span::before, .flx_span::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #f05523;
}

.flex_btn:hover::before, .flex_btn:hover::after{
  width: 100%;
}

.flex_btn:hover .flx_span::before, .flex_btn:hover .flx_span::after{
  height: 100%;
}


/*----- button 3 -----*/
.btn-3:after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btn-3 span:after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.btn-3:before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btn-3 span:before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-3:hover:after{
  transition-delay: 0s;
}
.btn-3:hover span:after{
  transition-delay: 0.2s;
}
.btn-3:hover:before{
  transition-delay: 0.4s;
}
.btn-3:hover span:before{
  transition-delay: 0.6s;
}

.art_jour{
    background: #fff ;
    height: auto;
}
.art_jour1{
    background: #086884 ;
    height: auto;
}
.art_jour2{
    background: #f7f7f7 ;
    height: auto;
}
/*
.pub_image{
    background: #fff;
    content: "";
    bottom: 0;
    top: 0;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #333 !important;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    
}
*/
.txt_footer a{
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 11px !important;
    color: hsla(0,0%,100%,.6) !important;
}
.txt_footer a:hover{
    color: #fff !important;
}

.menu-active a{
    font-weight: 900;
    font-size: 16px !important;
}