.section-heading {
  float:left;
  width:100%;
  padding-bottom:20px;
  margin-bottom:20px;
  clear:both
}
.section-heading h1,.section-heading h2 {
  color: #000;
  font-size: 78px;  
  font-weight:300;

  text-transform:uppercase;
  position:relative;
  display:block;
  padding-bottom:20px;
  line-height:1.5
}
.section-heading h1:before,.section-heading h2:before {
  content:"";
  position:absolute;
  display:block;
  width:120px;
  height:2px;
  background:#FFA724;
  left:50%;
  margin-left:-40px;
  top:-20px;
}
.section-heading p{
  text-align: justify;
}

.section-heading .btn-cta {
  color: #FFF;
  border-color: #000; 
  background-color: #000;

}
.section-heading .btn-cta:hover {
    color: #FFA724;
    background-color: #1d436f;
    border-color: #1d436f; 
}
.table-responsive th{
  background-color: #072C56;
  color: #FFF;
  text-align: center;
}
.table-responsive td{
  text-align: center;
}
.table-responsive td.duration{
  background-color: #A71943;
  color: white;
    font-weight: 600;

}
.table-responsive tr.title td{
  background-color: #F2F2F2;
  color: #000;
  font-weight: 600;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #A71943;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #FFA724;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #FFA724;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  transition: all 0.5s;
  z-index: 996;
  position: absolute;
  width: 100%;

}
#topbar .topbar-content{
  display: block;
  width: auto;
  float: right;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 30px;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 

}
#topbar.topbar-scrolled {
  top: -48px;
}

#topbar .topbar-content .contact-info a {
  line-height: 1;
  color: #000000;
  transition: 0.3s;
  font-size: 18px;

}

#topbar .topbar-content .contact-info a:hover {
  color: #333333;
}

#topbar .topbar-content .contact-info i {
  color: #A71943;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .topbar-content.contact-info i:first-child {
  margin-left: 0;
}

#topbar .topbar-content.social-links a {
  color: #A71943;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .topbar-content.social-links a:hover {
  color: #1977cc;
}
#topbar .topbar-content.social-links a:first-child {
  border-left: 0;
}

#topbar #flags{
	width: auto;
  font-size: 14px;
  margin-top: 5px;
}

#topbar #flags .flag-icon{
	font-size: 1.2em;
	opacity: 0.3;
}

#topbar #flags a{
	text-decoration: none;
  margin-right: 5px;
}
#topbar  #flags a.flag-icon:hover,
#topbar  #flags a.flag-icon.active{
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header.header-scrolled {
  top: 0;
}


#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);

}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #FFA724;
}

#header .logo img {
  max-height: 90px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  background-color: transparent;
  color: #fff;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  border: 2px solid #FFF;
  
  text-transform: uppercase;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
    
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFA724;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #FFA724;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #FFA724;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #FFA724;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#slider {
  margin:  0;
  padding: 0;
  position: relative;

}
#slider  .bg_line {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  width: 80px;
  z-index: 10;
}
#slider .ecole_francaise {
  position: absolute;
  margin: auto;
  bottom: 50px;
  right: 50px;
  max-width: 200px;
  /*-webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;*/
  z-index: 10;

}
/*#header-carousel .carousel-item {
  position: relative;
  /*height: /*650px;*/
  /*width: 100%;
  min-height: 100vh;

}*/

#header-carousel .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** Header ***/
#header-carousel  .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  /*background:rgba(15, 23, 43, .7);*/
  z-index: 1;
  text-align: left;
}
/* Conteneur parent pour le centrer au milieu de l'écran */


/* Centrer le #desc horizontalement et verticalement */
#desc {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centrage */
  width: 750px;
  height: 740px;
  padding: 20px 0;
  z-index: 5;
  display: table; /* Structure en table */
}

/* Centrer le contenu à l'intérieur de #desc */
#desc .content {
  display: table-cell;
  vertical-align: middle; /* Centre verticalement le contenu */
  text-align: center; /* Centre le contenu horizontalement si nécessaire */
  padding: 50px 0;
}

.about-content-two p.subtitle,.about2 p.subtitle,
.contact p.subtitle
{
  
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  position:relative;
  font-size: 40px;
  margin-top: 0;  
  margin-bottom: 0;  
  padding-left: 0;
  color: #F29F23;
  text-transform: uppercase;


}    
.subtitle:before {
  /*content: "\f0e7";  /* this is your text. You can also use UTF-8 character codes as I do here */
  /*font-family: FontAwesome;*/
  content:"\e900";
  font-family: 'icomoon' !important;  
  margin-right: 10px;
  color: #FFA724;
  font-size: 30px;

}

.carousel-caption h1 {
  
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 85px;
  margin-top: 0;
}

.carousel-caption h1 strong {
  color: #BFA170;
  text-transform: uppercase;
}
.carousel-caption h1 strong {
  color: #BFA170;
  text-transform: uppercase;
}
.carousel-caption h2{
  color: #FFA724;
  font-weight: 300;
  text-transform: uppercase;

}
.carousel-caption p {
  font-size: 1.3rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}



.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  min-height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5)
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  
}

#hero h1 span {
  color: #FFA724;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #FFA724;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #FFA724;
}

#hero .icon-box:hover {
  border-color: #FFA724;
}

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

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*.section-title {
  padding-bottom: 40px;
}/*

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  
  color: #151515;
}*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section#about   {
  padding:  0;
  background-color: #F2F2F2;

}
.about .about-content{
  width: 500px;
  display: block;
  float:right;
  padding-left: 30px;
}
.about  h4,.contact h4 {
  font-size: 24px;
  color: #072C56;
  margin-bottom: 15px;
  
  font-weight: 300;
  font-style: normal;

}

.about  h3 {
  color: #072C56;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: .2rem;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .about_bg {
  background-size: cover;
  min-height: 500px;
}
.about ul,.about2 ul,.about-content-two ul {
  margin: 10px 0 10px 0;
  list-style: none;
  padding: 0;
}
.about  li ,.about2  li ,.about-content-two  li {
  padding-left: 1.3em;
  margin: 4px 0;
}

.about li:before,.about2 li:before,.about-content-two li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #bfa170;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

section.about-section{
  position: relative;
}
.about-section .btn-cta {
  color: #FFF;
  border-color: #000; 
  background-color: #000;

}
.about-section  .btn-cta:hover {
    color: #FFA724;
    background-color: #1d436f;
    border-color: #1d436f; 
}
section.about-section .mascotte {
  position: absolute;
  margin: auto;
  top: 160px;
  right: 50px;
  max-width: 200px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
.about-wrapper {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-wrapper > .col, .about-wrapper > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-wrapper > .col, .about-wrapper > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-wrapper > .col, .about-wrapper > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-- About Image --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .about-image.about-image-2 {
    margin-top: 30px !important;
  }
}
.about-image img {
  width: 100%;
}





/*-- About 2  --*/
.about-content.about-content-1 {
  margin-bottom: 50px;
}
.about-content.about-content-2 {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content.about-content-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content.about-content-1 {
    margin-bottom: 0;
  }
  .about-content.about-content-2 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content.about-content-1 {
    margin-bottom: 0;
  }
  .about-content.about-content-2 {
    margin-top: 15px;
  }
}
.price-layout-1 .list-bordered li.enabled::before {
  background-color: #fdd123;
  border-radius: 35px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease-in-out;
  width: 0;
  z-index: -1;
}
.about-content h1 {
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-content h1 span {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-content h1 {
    font-size: 24px;
  }
  .about-content h1 span {
    font-size: 36px;
  }
}
.about-content p {
  margin-bottom: 20px;
}
.about-content p:last-child {
  margin-bottom: 0;
}
.about-content .btn {
  margin-top: 10px;
}

/*-- About Image Two --*/
.about-image-two {
  position: relative;
}
.about-image-two img {
  width: 100%;
}


.about-section .about_left_img,.about-section .about_right_img {
  border: 1px solid #000000;
  position: relative;
  height: 100%;
}

 img.shape-img_bottom-right,img.shape-img_bottom-left  {
  height: 61px;

}

img.shape-img_bottom-right {
  position: absolute;
  bottom: -61px;
  right: 0;
  z-index: 5000000;
}
img.shape-img_bottom-left {
  position: absolute;
  bottom: -61px;
  left: 0;
  z-index: 5000000;
}

.about-image-two a {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #ffffff;
  color: #1f2d30;
  border-radius: 50%;
  padding-left: 5px;
}
.about-image-two a i {
  font-size: 40px;
  line-height: 80px;
}
.about-image-two a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

/*-- About Content Two --*/
section.about2{
  position: relative;
}
section.about2 .mascotte {
  position: absolute;
  margin: auto;
  top: 60px;
  right: 50px;
  max-width: 200px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.about-content-two h1 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 36px;
}
.about-content-two  h2,
.about2  h2,
.contact  h2 {
    color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}
.about-content-two  h3,.about-content-two  h4 {
    font-size: 24px;
    margin-bottom: 15px;
    
    font-weight: 300;
    font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-two h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-two h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-content-two h1 {
    font-size: 24px;
  }
}
.about-content-two h4 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-content-two p:last-child {
  margin-bottom: 0;
}
.about-content-two .btn {
  margin-top: 10px;
}


/*--------------------------------------------------------------
# about 2 with 2 images
--------------------------------------------------------------*/

.about2 {
  background: url("../img/bg-section-about2.webp") no-repeat center/cover
}

@media(max-width:991px) {
  .about2 {
      background-position: left
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFA724;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #FFA724;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FFA724;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #FFA724;
}

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

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #FFA724;
  border-color: #FFA724;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
section.portfolio{
  /*border-bottom: 1px solid #efefef;*/
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

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

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}



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

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FFA724;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFA724;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.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: 30px;
}

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

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #FFA724;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
 
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

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

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFA724;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* ------------------------------------
   Team
---------------------------------------*/
.bb-team .team-item {
  position: relative;
  overflow: hidden;
}
.bb-team .team-item .team-img {
  position: relative;
}
.bb-team .team-item .team-img .normal-text {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  min-width: 175px;
  background-color: rgba(34, 34, 34, 0.8);
  transition: .3s ease all;
}
.bb-team .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.bb-team .team-item .team-img img {
  width: 100%;
}
.bb-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  color: white;
}
.bb-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.bb-team .team-item .team-name {
  margin-bottom: 2px;
}
.bb-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 111;
}
.bb-team .team-item .team-name a:hover {
  color: #fff;
}
.bb-team .team-item .team-title {
  position: relative;
  z-index: 111;
  font-size: 14px;
  color: #fff;
  padding-bottom: 12px;
}

.bb-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 15px;
}
.bb-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.bb-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFA724;
  margin-right: 6px;
  border-radius: 50%;
}
.bb-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff;
}
.bb-team .team-item .team-social .social-icon:hover {
  background-color: #e41f05;
}
.bb-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.bb-team .team-item:hover .team-social {
  opacity: 1;
}
.bb-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.overly-border::before {
  border-top: 5px solid #FFA724;
  border-bottom: 5px solid #FFA724;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.overly-border::after {
  border-right: 5px solid #FFA724;
  border-left: 5px solid #FFA724;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after
{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*== Activities ==*/
.activities {
  position: relative;
}
.activities .bg_line {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  width: 400px;
}
.activity{
  margin-bottom: 30px;
  position: relative;
}
.activity:hover{
  cursor: pointer;
}
.activity .thumb{
  border-radius: 0%;
  overflow: hidden;
  position: relative;
}
.activity .thumb img{
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.activity:hover .thumb img{
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.activity .overlay{
  /*background: -moz-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(29,41,62,1) 100%); /* ff3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(29,41,62,1))); /* safari4+,chrome */
  /*background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.01) 0%, rgba(29,41,62,1) 100%); /* safari5.1+,chrome10+ */
  /*background: -o-linear-gradient(270deg, rgba(255,255,255,0.01) 0%, rgba(29,41,62,1) 100%); /* opera 11.10+ */
  /*background: -ms-linear-gradient(270deg, rgba(255,255,255,0.01) 0%, rgba(29,41,62,1) 100%); /* ie10+ */
  /*background: linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(29,41,62,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1d293e',GradientType=0 ); /* ie6-9 */
  background-color: rgba(0, 0, 0, 0.5);
  /*border-radius: 0px 0px 10px 10px;*/
  border-radius: 0px ;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.activity .overlay .details{
  padding: 30px;
  top: 100px;
  left: 0;
  position: absolute;
  right: 0;
}
.activity .overlay .details h4{
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}
 
.activity .overlay .details p{
  font-size: 14px;
  
  color: #ffffff;
  line-height: 1.2;
}
.activity .btn-cta {
  color: #FFF;
  border-color: #000; 
  background-color: #000;

}
.activity .btn-cta:hover {
    color: #FFA724;
    background-color: #1d436f;
    border-color: #1d436f; 
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

 /*.contact {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.contact .address ul{margin-left: 0;padding-left: 0; }
.contact .address ul li a{ color: #000; }
.contact .address ul li { display: block; color: #000; padding-bottom: 15px; }

.contact__fish {
	position: absolute;
	bottom: 45%;
	left: 10%;
	-webkit-animation: footerFish 5s linear infinite;
	animation: footerFish 5s linear infinite;
}

.contact__tree {
	position: absolute;
	bottom: 0;
	right: 4%;
	-webkit-animation: footerTree 5s ease-in infinite;
	animation: footerTree 5s ease-in infinite;
}

.contact__swimmer {
	position: absolute;
	bottom: 0;
	left: -5%;
	-webkit-animation: contactSwimmer 7s linear infinite;
	animation: contactSwimmer 7s linear infinite;
}



.contact .container {
	position: relative;
}

.contact__content h3 {
	text-transform: uppercase;
	margin: 0;
	color: var(--thm-black);
	font-size: 60px;
	font-weight: bold;
	font-family: var(--thm-font);
	margin-bottom: 35px;
}

.contact__content p {
	margin: 0;
	color: #000;
}

.contact__social {
	margin-top: 50px;
}

.contact__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	height: 84px;
	background-color: var(--thm-gray);
	padding-left: 30px;
	font-size: 18px;
	color: #000;
	border: none;
	outline: none;
	margin-bottom: 30px;
}
.contact__form textarea
 {
	display: block;
	width: 100%;
	height: 164px !important;
	background-color: var(--thm-gray);
	padding-left: 30px;
	font-size: 18px;
	color: #000;
	border: none;
	outline: none;
	margin-bottom: 30px;
}
.contact__form select {
	display: block;
	width: 100%;
	height: 84px;
	background-color: var(--thm-gray);
	padding-left: 15px;
  padding-top: 35px;
	font-size: 18px;
	color: #000;
	border: none;
	outline: none;
	margin-bottom: 30px;
}
@media (max-width: 667px) {
  .contact__form select {
    padding-top: 55px !important;
  }
   td{
    font-size: 11px;
  }
}

.contact__form textarea {
	height: 203px;
	padding-top: 25px;
}

.contact__form textarea.error,
.contact__form input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	color: red;
}

.contact__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

.contact__form ::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.contact__form :-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.contact__form ::-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.contact__form ::placeholder {
	opacity: 1;
	color: #000;
}

.contact__form .error::-webkit-input-placeholder {
	opacity: 1;
	color: red;
}

.contact__form .error::-moz-placeholder {
	opacity: 1;
	color: red;
}

.contact__form .error:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.contact__form .error::-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.contact__form .error::placeholder {
	opacity: 1;
	color: red;
}

.contact__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.contact__form .bootstrap-select>.dropdown-toggle {
	width: 100%;
	border-radius: 0;
	background-color: var(--thm-gray);
	height: 84px;
	color: #000;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	margin-bottom: 30px;
	border: none;
	outline: none;
}

.contact__form .bootstrap-select>.dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.contact__form label.error {
	color: red;
	margin-top: -15px;
	font-size: 18px;
	display: block;
}
.contact__form-home-two textarea,
.contact__form-home-two input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	margin-bottom: 10px;
}

.contact__form-home-two .row {
	margin-left: -5px;
	margin-right: -5px;
}

.contact__form-home-two .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.contact__form-home-two .bootstrap-select>.dropdown-toggle {
	margin-bottom: 10px;
}

.contact .btn-cta {
  color: #FFF;
  border-color: #7D1446; 
  background-color: #7D1446;

}
.contact  .btn-cta:hover {
    color: #FFF;
    background-color: #a92464;
    border-color: #a92464; 
}
.contact__form  .main_conditions label{
  font-size: 14px;
}
*/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

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

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

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

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  /*border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;*/
  border-right:0;
  border-bottom: 0;
}

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

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

/*-------------------------------------------------------------- 
 # Blog 
 --------------------------------------------------------------*/

 .blog-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-one__single {
	margin-bottom: 30px;
	padding: 25px;
	padding-bottom: 30px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e9ec;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.blog-one__single::before,
.blog-one__single::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.blog-one__single::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	border-top: 8px solid #A71943;
	border-bottom: 8px solid #A71943;
}

.blog-one__single::after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-left: 8px solid #A71943;
	border-right: 8px solid #A71943;
}

.blog-one__single:hover::before,
.blog-one__single:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.blog-one__date {
	background-color: #A71943;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 11;
	text-transform: uppercase;
	color: #FFF !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__date:hover {
	background-color:fuchsia;
	color: #fff;
}

.blog-one__date:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: #A71943;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__date:hover:before {
	background-color: fuchsia;
}

.blog-one__image {
	position: relative;
}

.blog-one__image-inner {
	position: relative;
	overflow: hidden;
	background-color: #000;
  height: 300px;

	z-index: 10;
}

.blog-one__image-inner>img {
	width: 100%;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100vw;

}

.blog-one__single:hover .blog-one__image-inner>img {
	opacity: 0.2;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-one__image-inner>a ,a.img-popup {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	background-color: #A71943;
	position: absolute;
	top: calc(50% - 32.5px);
	left: calc(50% - 32.5px);
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(500px) rotate(45deg);
	transform: perspective(500px) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.blog-one__single:hover .blog-one__image-inner>a {
	opacity: 1;
	-webkit-transform: perspective(500px) rotate(0deg);
	transform: perspective(500px) rotate(0deg);
	-webkit-transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.blog-one__image-inner>a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
	background-color: #fff;
	opacity: 0.1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__image-inner>a:hover::after {
	left: 0;
	top: 0;
}

.blog-one__content {
	text-align: left;
	padding-top: 31px;
	position: relative;
	z-index: 11;
}

.blog-one__content h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
	font-family: var(--thm-font);
	font-weight: bold;
	color: #072C56;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.blog-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__content h3 a:hover {
	color: #A71943;
}

.blog-one__content p {
	margin: 0;
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}

.blog-one__meta {
	border-top: 1px solid #e3e9ec;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	padding-top: 20px;
	margin-top: 35px;
}

.blog-one__meta a {
	font-size: 14px;
	color: var(--thm-base);
	text-transform: uppercase;
	font-weight: 500;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover {
	color: #000;
}

.blog-one__meta a i {
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover i {
	color: #A71943;
}

.blog-one__meta a+a {
	margin-left: 40px;
}

/* blog post pagination */

.blog-one .post-pagination {
	margin-top: 30px;
}

/* blog home */

.blog-one__home-one {
	padding-bottom: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
/*-------------------------------------------------------------- 
 # Course 
 --------------------------------------------------------------*/

 .actu {
  padding:80px 60px ;
	counter-reset: actuNumber;
}



.actu_single {
  padding:0 0 0 30px ;

	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	counter-increment: actuNumber;
}


.actu_single:hover {
	-webkit-transform: translateY(-76px);
	transform: translateY(-76px);
}

.actu_single:hover .hvr-sweep-to-bottom::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}


.actu_cat {
	background-color: #A71943;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 26.5px;
	padding-right: 26.5px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 11;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.actu_cat:hover {
	background-color: fuchsia;
	color: #fff;
}

.actu_cat:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: #A71943;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.actu_cat:hover:before {
	background-color: fuchsia;
}

.actu_image {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.actu_single:hover .actu_image {
	-webkit-transform: translateY(76px);
	transform: translateY(76px);
}



.actu_image-inner {
	position: relative;
	overflow: hidden;
	background-color: #000;
  height: 250px;

	z-index: 10;
}

.actu_image-inner>img {
	/*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);*/
  height: 100%;
  width: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100vw;
  min-height: 250px;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.actu_single:hover .actu_image-inner>img {
	opacity: 0.2;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.actu_image-inner>a {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	background-color: #A71943;
	position: absolute;
	top: calc(50% - 70.5px);
	left: calc(50% - 32.5px);
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(500px) rotate(45deg);
	transform: perspective(500px) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms;
	transition: transform 500ms ease 0ms, opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.actu_single:hover .actu_image-inner>a {
	opacity: 1;
	-webkit-transform: perspective(500px) rotate(0deg);
	transform: perspective(500px) rotate(0deg);
	-webkit-transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms;
	transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.actu_image-inner>a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
	background-color: #A71943;
	opacity: 0.1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.actu_image-inner>a:hover::after {
	left: 0;
	top: 0;
}

.actu_content {
	text-align: justify;
	background-color: white;
	padding-top: 53px;
	padding-bottom: 55px;
  padding: 53px 30px;
}
/*
.actu_content::after {
	font-family: var(--thm-font);
	font-size: 200px;
	line-height: 1em;
	color: #051b35;
	opacity: 0.06;
	content: counters(actuNumber, ".", decimal-leading-zero);
	position: absolute;
	bottom: -20px;
	left: -10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}*/

.actu_single:hover .actu_content::after {
	color: #fff;
	opacity: 0.06;

}

.actu_content h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #072C56;
	font-family: var(--thm-font);
	margin-bottom: 10px;
}

.actu_content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.actu_content h3 a:hover {
	color: #fff;
}

.actu_content p {
	margin: 0;
	width: 67%;
	color: #838a93;
	/*margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.actu_single:hover .actu_content h3 a,
.actu_single:hover .actu_content p {
	color: #fff
}

.actu_single .actu_content:before {
	background-color: #A71943;
}

.actu_book-link {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	background-color: #A71943;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.actu_single:hover .actu_book-link {
	-webkit-transform: perspective(400px) rotateX(0);
	transform: perspective(400px) rotateX(0);
}

.actu_book-link:hover {
	background-color:#891c3d;
	color: #fff;
}

.actu-one .post-pagination {
	margin-top: 30px;
}



.actu_title {
	/*background-color: #edf2f5;
	position: relative;
	padding-top: 260px;
	padding-bottom: 375px;*/
}

.actu_title__home-two {
	padding-top: 120px;
}

.actu_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.4;
}

.actu_title .container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
}

.actu_title .block-title {
	margin-bottom: 0;
}

.actu_carousel-wrapper {
	padding-top: 0;
	padding-bottom: 120px;
	/*margin-top: -333px;*/
	position: relative;
	z-index: 10;
}

.actu_carousel-wrapper .container {
	position: relative;
}

.actu_carousel .owl-stage-outer {
	left: -10px;
}

.actu_carousel .owl-stage {
	left: 10px;
}
.actu_single .actu_content::before {
  background-color: #edf2f5;
}

.hvr-sweep-to-bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
    background-color: rgb(32, 152, 209);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[class*=actu_carousel-btn-] {
	width: 79px;
	height: 79px;
	background-color: #fff;
	font-size: 24px;
	color: #000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	top: 40.5%;
	z-index: 11;
}

[class*=actu_carousel-btn-]:hover {
	background-color: #A71943;
	color: #000;
}

.actu_carousel-btn-left {
	right: calc(100% - 15px);
}

.actu_carousel-btn-right {
	left: calc(100% - 25px);
}

.actu-brand__wrapper {
	position: relative;
}

.actu-brand__wrapper .site-footer__fish-1 {
	bottom: 25%;
	left: 3%;
}

.actu-brand__wrapper .site-footer__tree-1 {
	left: 2%;
}

.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  color: black;
  font-size: 45px;
  z-index: 1000;
}

.next {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 30px;
  height: 30px;
  margin: auto;
  color: #FFF;
  background-color: #000;
  font-size: 45px;
  z-index: 100000000 !important;

}


/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner {
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
  background-size: contain !important;
  -moz-background-size: contain  !important;
  -webkit-background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background-color: #072C56;
  color: #FFF;
  background-size: auto 100% !important;
}

.banner h2{
  font-size: 56px !important;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
.banner p {
  /*font-family: 'Cormorant Garamond', serif;
  font-style: italic ;*/
  text-align: left;
  
}
.btn-cta {
  color: #062B56;
  border-color: #FFF; 
  background-color: #FFF;

}
.btn-cta:hover {
    color: #FFF;
    background-color: #FFA724;
    border-color: #FFA724; 
}


.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}
.right{
  text-align:right !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-color: transparent/*#072C56*/;
  background-image: url(../img/bg-footer.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #FFF;
  font-size: 18px;
  padding-top: 550px;
  z-index: 2;
  margin-top: auto;
}

#footer .footer-top {
  padding: 0;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
}
#footer img#logo-bottom{
  max-width: 210px;
  margin-top: -35px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 30px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #FFF;
}

#footer .footer-top h4 {
  font-size: 26px;
  font-weight: 300;
  color: #FFF;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .address,.contact .address { margin-top: 20px; }
#footer .footer-top .address ul {  margin-left: 60px; }
#footer .footer-top .address ul li { display: block; color: #FFF; padding-bottom: 15px; }
#footer .footer-top .address ul li a { color: #FFF; }
#footer .footer-top .address ul li:last-child,.contact .address ul li:last-child { padding-bottom: 0px; }
#footer .footer-top .address ul li i { display: table-cell; width: 20px; text-align: center; padding-right: 10px;color: #FFA724; }
.contact .address ul li i { display: table-cell; width: 20px; text-align: center; padding-right: 10px;color: #7d1446; }
#footer .footer-top .address ul li span,.contact .address ul li span { display: table-cell; }





#footer .footer-top .footer-links ul a {
  color: #FFFFFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #FFA724;
}
#footer .footer-top .footer-social .social ul  { padding-left: 0;}
#footer .footer-top .footer-social .social ul li { display: inline-flex;color:#FFA724
  ;}
#footer .footer-top .footer-social .social ul li a { color:#FFF;display: block; padding: 0px; text-align: center; margin-right: 10px; display: inline-block; text-align: center; }
#footer .footer-top .footer-social  .social ul li a i { font-size: 24px; width: 35px; height: 35px; line-height: 37px; text-align: center; border-radius: 20%; background: #FFA724; display: inline-block; float: none; margin-right: 2px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
#footer .footer-top .footer-social .social ul li a i:hover { background: #FFA724; color: #ffffff; }

.border-footer{
  border-top: 0.01em solid #FFF;

}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #FFA724;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
section.map{
  position:relative;
  /*margin-top: auto;*/
  z-index: 1;
  position: relative;
  padding: 0 !important;
  margin:0 0  -280px 0 !important;
}
section.map2{
  position:relative;
  /*margin-top: auto;*/
  z-index: 1;
  position: relative;
  padding: 0 !important;
  margin:80px 0 !important;
}
section.map .container-fluid{
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
/*#map, .page_map {
  min-height: 450px;

  display: flex;

  height: 100%;

  width: 100%;

}*/
.mapboxgl-map {
  -webkit-tap-highlight-color: rgb(0 0 0/0);


  overflow: hidden;

  position: relative;

}
/* google map  */
#map,
.page_map {
  min-height: 750px;
  display: flex;
  height: 100%;
  width: 100%;
}
.mapProperties #map{
  min-height: 650px;

}
#map img,
.page_map img {
  max-width: inherit;
}

#map p,
.page_map p {
  line-height: 1.3;
  margin-bottom: 0;
}

#map .map_marker_description,
.page_map .map_marker_description {
  padding: 10px 5px 5px;
}

#map .map_marker_icon,
.page_map .map_marker_icon {
  display: none;
}
.mapboxgl-popup {
  font-family: 'Open Sans', sans-serif;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  min-width: 300px !important;
  max-width: 600px !important;
}

.mapProperties .mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  max-width: 600px !important;
  height: 300px;
  overflow-y: scroll;
  text
}
.mapProperties .mapboxgl-popup-content {
  text-align: left ;
}
.marker {
  background-image: url('../img/marker.webp');
  background-size: cover;
  width: 25px;
  height: 128px;
  border-radius: 0%;
  cursor: pointer;
}

.mapboxgl-popup-close-button {
  background-color: #0c5267 !important;
  color: #FFF;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

/*.mapboxgl-popup {
  transform: none !important;
  top: 25%;
  left: 10px;
}*/

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  display: none !important;
}




/* ==========================================================================
   Swiper modifications
 ========================================================================== */



		.swiper-pagination {
			/* show on small viewports */
			display: block;
		}

		/* now move prev button more to the left */
		.swiper-button-prev {
        color: white;
        /*height: 50px;
        width: 50px;
        background-color: #1977cc;
        z-index: 500000000000000;*/
    }
    .swiper-button-prev:hover {
      color: white;
      /*height: 50px;
      width: 50px;
      background-color: #cc1993;
      z-index: 500000000000000;*/
  }
		.swiper-button-next {
      color: white;

		}

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0;
      left: 0;
      width: 100%;
    }

    .swiper-container { width: 100%; height: 100%; }
    .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; }
    .swiper-pagination-bullet { width: 12px; height: 12px; background: transparent; border: 1px solid #FFA724; opacity: 1; }
    .swiper-pagination-bullet-active { width: 40px; transition: width .5s; border-radius: 5px; background: #FFA724; border: 1px solid transparent; }



/* ==========================================================================
   Animations
 ========================================================================== */

    .rotateme {
      -webkit-animation-name: rotateme;
              animation-name: rotateme;
      -webkit-animation-duration: 40s;
              animation-duration: 40s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
    }
    
    @-webkit-keyframes rotateme {
      from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }
    
    @keyframes rotateme {
      from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }
    
    @-webkit-keyframes movebounce {
      0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
      50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
      }
      100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
    }
    
    @keyframes movebounce {
      0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
      50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
      }
      100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
    }
    
    @-webkit-keyframes colorchange {
      0% {
        color: #FF2D55;
      }
      25% {
        color: #ffffff;
      }
      50% {
        color: red;
      }
      75% {
        color: #00acee;
      }
      0% {
        color: #efa506;
      }
    }
    
    @keyframes colorchange {
      0% {
        color: #FF2D55;
      }
      25% {
        color: #ffffff;
      }
      50% {
        color: red;
      }
      75% {
        color: #00acee;
      }
      0% {
        color: #efa506;
      }
    }
    
    .home-slides.owl-theme .owl-nav {
      margin-top: 0;
      line-height: .01;
    }

/*Carousel*/
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
  }


  /*--------------------------------------------------------------
# post
--------------------------------------------------------------*/
.posts .post {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  /*box-shadow: 0 48px 58px -29px rgba(0, 0, 0, 0.17);
  /*border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);*/
}
.posts .post.communes {
  box-shadow: 0 48px 58px -29px rgba(0, 0, 0, 0.17);
}

.posts .post .post-img {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.posts a .post.communes .post-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100vw;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.posts   a:hover .post.communes .post-img img {
  transform: translate(-50%, -50%) scale(1.025);
}

a .post .post-img .posts-overlay-banner {
  background: rgba(215, 50, 102, 0.7);
  position: absolute;
  top: -100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.post .post-img .posts-overlay-banner ul {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}

.post .post-img .posts-overlay-banner ul li {
  display: inline-block;
  text-align: center;
}

a .post .post-img .posts-overlay-banner ul li  {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.post .post-img .posts-overlay-banner .posts-overlay-banner ul li a:hover {
  background: #ffffff;
  color: #A71943;
}

a:hover .post  .posts-overlay-banner {
  opacity: 1;
  top: 0;
}




.post.gray-bg .posts-content {
  background: #f6f6f6;
}


.posts .post .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.posts .post .post-info {
  padding: 25px 15px;
  
}

.posts .post .post-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
  color: #A71943 !important;
}

.posts .post-info a:hover  {
  color: #2487ce;
}

.posts .post .post-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.posts .post .post-info h4 {
  font-style: normal;
  margin-bottom: 5px;
  color: #00576f !important;
}
.posts .post:hover .social {
  opacity: 1;
}

.design-content li::before, .content li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #bfa170;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-area.bg-image {
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag {
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag a {
  background: #FF2D55;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-post .blog-post-content {
  padding: 25px;
}

.single-blog-post .blog-post-content .date {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
}

.single-blog-post .blog-post-content h3 a {
  color: #0d1028;
}

.single-blog-post .blog-post-content h3 a:hover, .single-blog-post .blog-post-content h3 a:focus {
  color: #FF2D55;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 15px;
}

.single-blog-post .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #FF2D55;
}

.single-blog-post .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-post:hover .blog-image a img, .single-blog-post:focus .blog-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-post:hover .blog-image .post-tag, .single-blog-post:focus .blog-image .post-tag {
  top: 70px;
}

.single-blog-post:hover .blog-image .post-tag a, .single-blog-post:focus .blog-image .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  line-height: .01;
}

/*blog-style-two*/
.blog-section {
  padding-bottom: 90px;
}

.single-blog-card {
  position: relative;
  margin-bottom: 30px;
}

.single-blog-card::before {
  opacity: .60;
  background: #0d1028;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  position: absolute;
  width: 100%;
}

.single-blog-card img {
  width: 100%;
}

.single-blog-card .post-tag {
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .post-tag a {
  background: #FF2D55;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-card .blog-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
}

.single-blog-card .blog-post-content h3 a {
  color: #ffffff;
}

.single-blog-card .blog-post-content h3 a:hover, .single-blog-card .blog-post-content h3 a:focus {
  color: #FF2D55;
}

.single-blog-card .blog-post-content p {
  color: #ffffff;
  opacity: .77;
}

.single-blog-card .blog-post-content .read-more-btn {
  position: relative;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  color: #FF2D55;
}

.single-blog-card .blog-post-content .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-card:hover .post-tag, .single-blog-card:focus .post-tag {
  top: 40px;
}

.single-blog-card:hover .post-tag a, .single-blog-card:focus .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.single-blog-card:hover .blog-post-content, .single-blog-card:focus .blog-post-content {
  padding-bottom: 30px;
}

.single-blog-card:hover .blog-post-content .read-more-btn, .single-blog-card:focus .blog-post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}