/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Template Name: Sonar - Photography Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: March 09, 2018
:: Last Updated: March 09, 2018
---------------------------------------------------------- */
/* Variables */
/* mixin */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
/* :: Import All CSS */
@import url(bootstrap.min.css);


/* =================================================================== */
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Playlist Script;
  src: url('../fonts/Playlist/Playlist Script.otf'); 
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #00CC99;
  --secondary-color:              #0066CC;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #0066CC;
  --custom-btn-bg-hover-color:    #00CC99;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #0066CC;

  --body-font-family:             'Montserrat', sans-serif;
  --title-font-family:            'Sono', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --menu-font-size:               14px;

  --border-radius-large:          100px;
  --border-radius-medium:         10px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}



/* :: Base CSS */
* {
  margin: 0;
  padding: 0; }

html,
body {
	line-height: 27px;
    font-size: 15px;
	font-weight: normal;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #636363;}

@media (max-width: 420px) {
  body {
    padding-left: 0px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
    font-weight: 600;
    color: #222222; ;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #636363;
	line-height: 1.8;
	font-weight: 100;
}


b,
strong {
  font-size: 15px; 
  font-weight: var(--font-weight-bold);
}


input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

.container {max-width: 1380px;}

@media (max-width: 1600px) {
  .container {max-width: 1200px;}
}


a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  color: #ec008c;
  text-decoration: none;
  background-color: transparent;}
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    color: #ef41a8;
    text-decoration: underline;}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ec008c;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}



/* ===================================================================
 * # preloader - (_preloader-line-scale-pulse-out.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;	
  background: #050505;
  z-index: 10000;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color: #ec008c;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

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

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

.sonar-table-cell {
  display: table-cell;
  vertical-align: middle; }

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

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

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

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

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

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-230 {
  margin-top: 230px; }
  @media only screen and (max-width: 767px) {
    .mt-230 {
      margin-top: 100px; } }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.mfp-wrap {
  z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px; }

#scrollUp {
  background-color: #232323;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 46px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #ec008c; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-gray {
  background-color: #f8f5f5; }

.nicescroll-rails {
  z-index: 999999 !important; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading .line {
    width: 100px;
    height: 1px;
    background-color: #232323;
    margin-bottom: 30px;
    display: block; }
  .section-heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.5; }
    .section-heading h2 span {
      font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }

.sonar-btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  height: 66px;
  border: 1px solid;
  border-color: #2f2f2f;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 64px;
  padding: 0;
  background-color: #ffffff; }
  .sonar-btn:hover, .sonar-btn:focus {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.white-btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .sonar-btn.white-btn:hover, .sonar-btn.white-btn:focus {
      background-color: #ffffff;
      color: #2f2f2f; }
  .sonar-btn.btn-2 {
    background-color: #2f2f2f;
    font-size: 12px;
    color: #ffffff; }
  .sonar-btn.btn-3 {
    background-color: #232323;
    color: #ffffff; }
    .sonar-btn.btn-3::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 1px solid;
      border-color: #232323;
      right: -6px;
      bottom: -6px;
      content: '';
      z-index: -100; }
    .sonar-btn.btn-3:hover, .sonar-btn.btn-3:focus {
      background-color: #232323;
      color: #ffffff; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.slide-background-overlay {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; }
  .slide-background-overlay::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%); }

.grids {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .grids div {
    width: 1px;
    height: 100%;
    background-color: #e0e3e4; }
    .grids div:nth-child(5) {
      background-color: #bababa; }
    .grids div:first-child, .grids div:last-child {
      background-color: transparent; }

/* :: Header Area CSS */
.header-area {
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  padding: 6px 40px; }
  .header-area .logo-area a {
    color: #ffffff;
    font-size: 36px;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .header-area .logo-area a {
        font-size: 24px; } }
  .header-area .menu-content-area .header-social-area {
    margin-right: 30px; }
    .header-area .menu-content-area .header-social-area a {
      font-size: 18px;
      padding: 0 10px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .header-area .menu-content-area .header-social-area a {
          padding: 0 5px;
          font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header-area .menu-content-area .header-social-area {
        margin-right: 15px; } }
  .header-area.sticky {
    background-color: rgba(0, 0, 0, 0.41); }
  @media only screen and (max-width: 767px) {
    .header-area {
      padding: 10px 0; } }


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer; }

.mainMenu {
  position: fixed;
  width: auto;
  height: auto;
  top: 2px;
  right: -500px;
  border-radius: 20px;	
  background-color: #212529;
  z-index: 99999;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .mainMenu .closeIcon {
    position: absolute;
    right: 56px;
    top: 17px;
    z-index: 9;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms; }
    .mainMenu .closeIcon:hover {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .mainMenu .closeIcon {
        right: 30px;
        top: 30px; } }
  .mainMenu .logo-area a {
    color: #ffffff;
    font-size: 30px;
    display: block;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .mainMenu .logo-area a {
        font-size: 24px; } }
  .mainMenu .copywrite-text p {
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .mainMenu .copywrite-text p {
        font-size: 14px; } }
  .mainMenu .copywrite-text a {
    font-weight: 100;
    color: #ffffff; }
    .mainMenu .copywrite-text a:hover, .mainMenu .copywrite-text a:focus {
      font-size: 14px; }
  .mainMenu .nav-link {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
	font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    z-index: 1;}
    @media only screen and (max-width: 767px) {
      .mainMenu .nav-link {
        font-size: 14px;
        padding: 10px; } }
    .mainMenu .nav-link::after {
      content: '';
      bottom: 0;
      width: 85%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      z-index: 5;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .mainMenu .nav-link:hover::after, .mainMenu .nav-link:focus::after {
      width: 70px;
      background-color: white; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainMenu {
      padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    .mainMenu {
      padding: 15px;
      width: 300px; } }

/* :: Menu Open CSS */
.menu-open .mainMenu {
  right: 3px;
}


/* # Sections General*/

section {
  padding: -60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
	text-align: center;
	margin-bottom: 55px;
	padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ec008c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  padding-top: 0;	 
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 50px;
  top: 50px;
  left: 0;
  right: 0;
  transform: skewY(-2deg);
}
.set-bg {
     background-size: contain;
     background-position: center;
  }


@media only screen and (max-width: 767px) {
	.set-bg{
      background-size: cover;
      background-position: center;
	}
}

.spad {
	padding-top: 110px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* ========================================
   HERO SLIDES AREA CSS (SECTION PRINCIPALE)
   ======================================== */
.hero-section {
	height: 720px; /* hauteur par défaut pour desktop large */
}

/* Ajustements selon la largeur d’écran */
@media only screen and (max-width: 1600px){
	.hero-section {
		height: 750px; /* écrans un peu plus petits */
	}
}

@media only screen and (max-width: 1300px) {
	.hero-section {
		height: 85%; /* ajuste proportionnellement */
	}
}

@media only screen and (max-width: 1200px) {
	.hero-section {
		height: 720px; /* garde une taille fixe */
	}
}

@media only screen and (max-width: 1180px) {
	.hero-section {
		height: 625px; /* un peu moins haut */
	}
}

@media only screen and (max-width: 1024px)  {
	.hero-section {
		height: 520px; /* tablettes en mode paysage */
	}
}

@media only screen and (max-width: 920px) {
	.hero-section {
		height: 445px; /* tablettes classiques */
	}
}

@media only screen and (max-width: 820px) {
	.hero-section {
		height: 435px; /* petites tablettes */ 
	}
}

@media only screen and (max-width: 768px) {
	.hero-section {
		height: 430px; /* tablettes portrait / petits écrans */
	}
}

@media only screen and (max-width: 414px) {
	.hero-section {
		height: 450px; /* mobiles */
	}
}

/* Sur petit écran, on cache le pana-accordion */
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.pana-accordion {
		display: none;
	}
}

/* ========================================
   STRUCTURE DE BASE DES ITEMS HERO
   ======================================== */
.pana-accordion-item,
.hero-item {
	display: flex; /* mise en flexbox */
	align-items: flex-end; /* contenu aligné en bas */
	position: relative;
}

/* Texte de l’item (titre, sous-titre, bouton) */
.pana-accordion-item .pa-text,
.hero-item .pa-text {
    padding-left: 66px; /* marge gauche */
	position: relative;
	z-index: 5; /* au-dessus des backgrounds */
	opacity: 0; /* invisible au départ */
	top: 90px; /* décalé vers le bas */
    margin-top: 15px; /* spécial Pro */
    padding: 0 20px ;
    padding-bottom: 250px; /* espace bas */
    margin: 0 auto;
}

/* TITRE */
.pana-accordion-item .pa-text h1,
.hero-item .pa-text h1 {
	font-size: 45px;
	font-weight: 550;
	color: #fff;
	margin-bottom: 5px;
}

/* SOUS-TITRE */
.pana-accordion-item .pa-text p,
.hero-item .pa-text p {
	font-size: 16px;
	color: #e8e8e8;
	margin-bottom: 2px;
}

/* BOUTON */
.pana-accordion-item .btn,
.hero-item .btn {
    font-family: "Open Sans", sans-serif;
	padding: 14px 32px;
	margin-bottom: 10px;
	color: #fff;
    background-color: #ec008c;
    border-color: 2px solid #ec008c;
    text-decoration: none;
	font-size: 14px !important;
	font-weight: 500;
	text-align: center;
    border-radius: 30px; 
    margin-top: 10px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ec008c;
    border: 2px solid #ec008c;
}

/* Effets au survol du bouton */
.pana-accordion-item btn:active,
.pana-accordion-item .btn:focus,
.pana-accordion-item .btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 2px solid #ec008c;
  text-decoration: underline;
}

/* Ajustements tablettes (portrait & petit paysage) */
@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1091px) {
	.pana-accordion-item .pa-text h1,
	.hero-item .pa-text h1 {
		font-size: 28px;
		margin-top: 220px;
	}
}

/* ========================================
   TABLETTES (Fix centrage des textes)
   ======================================== */

/* iPad & tablettes standard (768px à 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pana-accordion-item .pa-text,
  .hero-item .pa-text {
    position: absolute;
    top: 60%; /* centrage vertical */
    left: 50%; /* centrage horizontal */
    transform: translate(-50%); /* ajustement */
    text-align: center;
    width: 90%;
    padding: 0;
  }

  .pana-accordion-item,
  .hero-item {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; 
    float: none;
  }

  .pana-accordion-item .pa-text,
  .hero-item .pa-text {
    padding: 0 20px !important;
    padding-bottom: 40px !important;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px; /* espace supplémentaire */
  }

  .pana-accordion-item .pa-text h1,
  .hero-item .pa-text h1 {
    font-size: 32px !important;
    margin-bottom: 2px;
  }
  
  .pana-accordion-item.active:after,
  .hero-item.active:after {
    content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 94%);
  }
}

/* iPad Air (paysage) */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .pana-accordion-item,
  .hero-item {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; 
    float: none;
  }

  .pana-accordion-item .pa-text,
  .hero-item .pa-text {
    padding: 0 20px !important;
    padding-bottom: 40px !important;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 115px; /* ajustement vertical spécial Air */
  }

  .pana-accordion-item .pa-text h1,
  .hero-item .pa-text h1 {
    font-size: 32px !important;
    margin-bottom: 2px;
  }
}

/* iPad Pro (paysage) */
@media screen and (min-width: 1224px) and (max-width: 1366px)  {
  .pana-accordion-item,
  .hero-item {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; 
    float: none;
  }

  .pana-accordion-item .pa-text,
  .hero-item .pa-text {
    padding: 0 20px !important;
    padding-bottom: 40px !important;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 155px; /* spécial Pro */
  }

  .pana-accordion-item .pa-text h1,
  .hero-item .pa-text h1 {
    font-size: 38px!important;
  }
}

/* Mobiles petits */
@media (max-width: 576px) {
	.pana-accordion-item .pa-text h1,
	.hero-item .pa-text h1 {
		font-size: 25px;
		margin-top: 250px;
	}
}

@media (max-width: 420px) {
	.pana-accordion-item .pa-text h1,
	.hero-item .pa-text h1 {
		font-size: 24px;
		margin-top: 270px;
	}
}

/* ========================================
   ACTIVATION (apparition du texte + overlay)
   ======================================== */
.pana-accordion-item.active .pa-text,
.hero-item.active .pa-text {
	opacity: 1;
	top: 0;
	transition: all 0.4s ease 0.4s;
}

/* Overlay sombre en bas */
.pana-accordion-item.active:after,
.hero-item.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 94%);
}

/* Slider wrapper (mobile/tablette) */
.hero-slider-warp {
	height: 450px;
	display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hero-slider-warp {
		display: block;
	}
}

.hero-slider {
	height: 100%;
}

/* Chaque slide occupe toute la hauteur */
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .pana-accordion-item,
.hero-slider .hero-item {
	height: 100%;
}

/* Item Hero (centré par défaut) */
.hero-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
}

.hero-item .pa-text {
	padding-left: 0;
	padding-bottom: 50px;
}

/* Animation apparition */
.owl-item.active .hero-item .pa-text {
	opacity: 1;
	top: 0;
	transition: all 0.4s ease 0.4s;
}

/* Overlay gradient noir */
.owl-item.active .hero-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 94%);
}


/* partners-slider */

.partners-slider {
    background-color: transparent; 
    padding: 40px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-title {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.partners-wrapper {
    position: relative;
    overflow: hidden;
}

.partners-container {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
}

.partner-logo {
    flex: 0 0 auto;
    scroll-snap-align: start;
    opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.partner-logo:hover {
    opacity: 1;
}

.partner-logo img {
    max-width: 120px;
    height: auto;
}

/* Hide scrollbar */
.partners-container::-webkit-scrollbar {
    display: none;
}

/* Fade effect */
.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

.fade-left {
    left: 0;
}

/* Desktop behavior */
@media (min-width: 992px) {
    .partners-container {
        overflow-x: auto; /* Laisse l'horizontal même sur desktop */
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .partners-container.no-scroll {
        overflow-x: hidden;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ec008c;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #e35052;
  background: #ec008c;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ec008c;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}
.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.tabs .nav-link:hover {
  color: #ec008c;
}
.tabs .nav-link.active {
  background: #ec008c;
  color: #fff;
  border-color: #ec008c;
}
@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}
.tabs .tab-content {
  margin-top: 30px;
}
.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}
.tabs .tab-pane ul li {
  padding-bottom: 10px;
}
.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ec008c;
}
.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Popular Products Area CSS Tendances */
.single-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  overflow: hidden;
  background-color: #ffffff; }
  .single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .single-product-wrapper .product-img img {
        width: 100%;
		height: 170px;
		border-radius: 15px;
		object-fit: cover;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
  .single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding-top: 12px; }
    .single-product-wrapper .product-description span {
      font-size: 10px;
      text-transform: capitalize;
      color: #787878;
      margin-top: 10px;
      letter-spacing: 0.75px;
      font-weight: 600; }
    .single-product-wrapper .product-description h6 {
      color: #222222;
      margin-bottom: 5px; }
    .single-product-wrapper .product-description p {
      margin-top: -5px;
      font-size: 14px;
	  text-transform: capitalize;
	  line-height: 1.8;
	  font-weight: 100;
      font-family: "Montserrat", sans-serif;
      color: #787878; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box i {
  float: left;
  color: #ec008c;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  text-decoration: underline;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ec008c;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/* Portfolio */

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

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

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

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(12, 17, 26, 0.9) 0%, rgba(20, 29, 43, 0.8) 20%, rgba(0, 212, 255, 0) 40%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  width: 100%; 
  height: 325px; 
  object-fit:cover;}
    @media (max-width: 736px) {
    .portfolio .portfolio-wrap img{
    transition: all ease-in-out 0.3s;
    width: 100%; 
    height: 420px; 
    object-fit:cover;}}

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

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

.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 222px;}
   @media (max-width: 736px) {
  .portfolio .portfolio-wrap .portfolio-info h3{
    margin-bottom: 315px;}}


.portfolio .portfolio-wrap .portfolio-info h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 196px;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; 
  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.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

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

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

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

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

.verified-verifie {
  display: inline-block;
  width: 20px;
  height: auto;
}

/* Createur  */

.createur .createur-item {
  margin-bottom: 30px;
}

.createur #createur-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

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

.createur #createur-flters li:hover, .createur #createur-flters li.filter-active {
  color: #fff;
  background: #ec008c;
}

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

.createur .createur-wrap {
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.createur .createur-wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(12, 17, 26, 0.9) 0%, rgba(20, 29, 43, 0.8) 20%, rgba(0, 212, 255, 0) 40%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.createur .createur-wrap img {
  transition: all ease-in-out 0.3s;
    width: 100%; 
	height: 325px;
	object-fit: cover	
	}
    @media (max-width: 736px) {
    .createur .createur-wrap img{
    transition: all ease-in-out 0.3s;
    width: 100%; 
    height: 420px; 
    object-fit:cover;}}

.createur .createur-wrap .createur-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

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

.createur .createur-wrap .createur-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 222px;
 }
  
.createur .createur-wrap .createur-info h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 196px;
 }
@media (max-width: 736px) {
  .createur .createur-wrap .createur-info h5{
    margin-bottom: 290px;}}


.createur .createur-wrap .createur-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; 
  padding: 0;
  margin: 0;
}

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

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

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

.createur .createur-wrap:hover::before {
  opacity: 1;
}

.createur .createur-wrap:hover img {
  transform: scale(1.2);
}

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

/* 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 #ec008c;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 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;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #ec008c;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.pricing .box .btn-buy:hover {
  border-color: #fff;
}
.pricing .featured {
  background: #ec008c;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #ec008c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #ec008c;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/* Team */
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 5px;
  width: 55px;
  height: 36px;
  background: #ec008c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

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

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/* Castings */

.casting-item {
  margin-bottom: 30px;
}

.casting #casting-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

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

.casting #casting-flters li:hover, .casting #casting-flters li.filter-active {
  color: #fff;
  background: #ec008c;
}

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

.casting .casting-wrap {
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.casting .casting-wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(12, 17, 26, 0.9) 0%, rgba(20, 29, 43, 0.8) 20%, rgba(0, 212, 255, 0) 40%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.casting .casting-wrap img {
  transition: all ease-in-out 0.3s;
    width: 100%; height: 325px;object-fit:cover	
	}
    @media (max-width: 736px) {
    .casting .casting-wrap img{
    transition: all ease-in-out 0.3s;
    width: 100%; 
    height: 420px; 
    object-fit:cover;}}

.casting .casting-wrap .casting-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

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

.casting .casting-wrap .casting-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 222px;
}
.casting .casting-wrap .casting-info h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 196px;
}

.casting .casting-wrap .casting-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; 
  padding: 0;
  margin: 0;
}

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

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

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

.casting .casting-wrap:hover::before {
  opacity: 1;
}

.casting .casting-wrap:hover img {
  transform: scale(1.2);
}

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

/* Recent Blog Posts */
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  background-color: #f4f4f4;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 10px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date { 
  font-size: 14px;
  font-weight: 450;
  color: #9b9999;
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 17px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #eb6d6f;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/* workss */

.works-item {
  margin-bottom: 30px;
}

.works #works-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

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

.works #works-flters li:hover, .works #works-flters li.filter-active {
  color: #fff;
  background: #ec008c;
}

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

.works .works-wrap {
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.works .works-wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(12, 17, 26, 0.9) 0%, rgba(20, 29, 43, 0.8) 20%, rgba(0, 212, 255, 0) 40%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.works .works-wrap img {
  transition: all ease-in-out 0.3s;
    width: 100%; 
	height: 325px;
	object-fit:cover	
	}
   @media (max-width: 736px) {
    .works .works-wrap img{
    transition: all ease-in-out 0.3s;
    width: 100%; 
    height: 420px; 
    object-fit:cover;}}

.works .works-wrap .works-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

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

.works .works-wrap .works-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 222px;
}
.works .works-wrap .works-info h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 196px;
}

.works .works-wrap .works-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; 
  padding: 0;
  margin: 0;
}

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

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

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

.works .works-wrap:hover::before {
  opacity: 1;
}

.works .works-wrap:hover img {
  transform: scale(1.2);
}

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


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  background: #f2f1f1;
  border-radius: 20px;
  
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #ec008c; 
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px #444444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}



/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #111111, #ec008c);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* :: Testimonials Area CSS */

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
  text-align: center;
}

.testimonials .testimonial-item .stars i {
  color: #ffc20b;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

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

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

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  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: 30px auto 15px auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ec008c;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ec008c;
}
.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
   }
}


/* CSS pour la section Partenaires */
.partners-section {
    background-color: #131212;
    color: #fff;
    padding: 80px 20px;
    font-family: "Rajdhani", sans-serif;
    margin-top: 50px;
}

.partners-section > .container {
  background: transparent !important;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}


.partners-text h1 {
  font-family: "Rajdhani", sans-serif;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.partners-text p {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.headline {
    font-size: 48px;
    margin-bottom: 20px;
}

.subtext {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-button {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ec008c;
  border: 2px solid #ec008c;
  margin-top: 15px; 
}

.cta-button:hover {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #ec008c;
}



.small-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 5px;
    align-items: center;
    margin-bottom: 60px;
}

.logos-grid img {
    width: 100%;
    max-width: 100px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
     margin-bottom: 15px;
  
}
.logos-grid img:hover {
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .col-left, .col-right {
        flex: 1 1 100%;
        text-align: center;
    }

    .col-right {
        margin-top: 40px;
    }

    .headline {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .headline {
        font-size: 28px;
    }
}



/* #Cta */

.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.1), #111111), url("../img/modelvs.jpg") fixed center center;
  background-size: cover;
  padding: 140px 0;
}

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

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ec008c;
  border: 2px solid #ec008c;
  margin-top: 15px;
    
}

.cta .cta-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #ec008c;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

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


/* bouton css */

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #7571f9;
  border-color: #7571f9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #514cf7;
    border-color: #4540f7; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7571f9;
    border-color: #7571f9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4540f7;
    border-color: #3a34f6; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #9097c4;
  border-color: #9097c4; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #7780b7;
    border-color: #6f78b2; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 151, 196, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #9097c4;
    border-color: #9097c4; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6f78b2;
    border-color: #6670ae; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 151, 196, 0.5); }

.btn-success {
  color: #212529;
  background-color: #6fd96f;
  border-color: #6fd96f; }
  .btn-success:hover {
    color: #212529;
    background-color: #51d151;
    border-color: #47ce47; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #6fd96f;
    border-color: #6fd96f; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #47ce47;
    border-color: #3dcc3d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5); }

.btn-info {
  color: #fff;
  background-color: #4d7cff;
  border-color: #4d7cff; }
  .btn-info:hover {
    color: #fff;
    background-color: #2760ff;
    border-color: #1a56ff; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #4d7cff;
    border-color: #4d7cff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1a56ff;
    border-color: #0d4dff; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f29d56;
  border-color: #f29d56; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ef8832;
    border-color: #ee8227; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f29d56;
    border-color: #f29d56; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ee8227;
    border-color: #ed7b1b; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ef41a8;
  border-color: #ef41a8; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ec008c;
    border-color: #ff2b2b; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff5e5e;
    border-color: #ff5e5e; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2b2b;
    border-color: #ff1e1e; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-outline-primary {
  color: #7571f9;
  background-color: transparent;
  background-image: none;
  border-color: #7571f9; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #7571f9;
    border-color: #7571f9; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7571f9;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7571f9;
    border-color: #7571f9; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5); }

.btn-outline-secondary {
  color: #9097c4;
  background-color: transparent;
  background-image: none;
  border-color: #9097c4; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #9097c4;
    border-color: #9097c4; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 151, 196, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #9097c4;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #9097c4;
    border-color: #9097c4; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 151, 196, 0.5); }

.btn-outline-success {
  color: #6fd96f;
  background-color: transparent;
  background-image: none;
  border-color: #6fd96f; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #6fd96f;
    border-color: #6fd96f; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #6fd96f;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #6fd96f;
    border-color: #6fd96f; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 217, 111, 0.5); }

.btn-outline-info {
  color: #4d7cff;
  background-color: transparent;
  background-image: none;
  border-color: #4d7cff; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #4d7cff;
    border-color: #4d7cff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #4d7cff;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #4d7cff;
    border-color: #4d7cff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 124, 255, 0.5); }

.btn-outline-warning {
  color: #f29d56;
  background-color: transparent;
  background-image: none;
  border-color: #f29d56; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f29d56;
    border-color: #f29d56; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f29d56;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f29d56;
    border-color: #f29d56; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 157, 86, 0.5); }

.btn-outline-danger {
  color: #ff5e5e;
  background-color: transparent;
  background-image: none;
  border-color: #ff5e5e; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5e5e;
    border-color: #ff5e5e; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5e5e;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5e5e;
    border-color: #ff5e5e; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 94, 94, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333;
  font-size: 15px;}
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-link {
  font-weight: 400;
  color: #7571f9;
  background-color: transparent; }
  .btn-link:hover {
    color: #2e28f6;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #f7fafc;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }



.btn-page .btn {
  margin-bottom: 10px;
  margin-right: 5px; }

.btn {
  padding: 7px 18px; }
  .btn:active, .btn:focus, .btn:hover {
    box-shadow: none !important; }

.btn-xs {
  font-size: 10px;
  padding: 0.25rem 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important; }

.btn-flat {
  border-radius: 0; }

.btn-rounded {
  border-radius: 60px; 
  font-size: 15px;}

.btn-icon-right {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  display: inline-block;
  margin: -8px 0 -8px 13px;
  padding: 10px 0 10px 13px; }

.btn-icon-left {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin: -5px 13px -5px -15px;
  padding: 5px 10px 6px; }

.toggle-dropdown::after {
  margin-left: 0.755em; }

.social-btn-icon .btn {
  min-width: 75px;
  margin-bottom: 15px; }

.social-icon .btn {
  padding: 7px 14px; }

.icon-circle {
  height: 50px;
  width: 50px;
  border-radius: 100%; }

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #4540f7;
  color: #fff;
  border-color: #4540f7; }

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #6f78b2;
  color: #fff;
  border-color: #6f78b2; }

.btn-success:active, .btn-success:focus, .btn-success:hover {
  background: #47ce47;
  color: #fff;
  border-color: #47ce47; }

.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  background: #ee8227;
  color: #fff;
  border-color: #ee8227; }

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background: #ec008c;
  color: #fff;
  border-color: #ec008c; }

.btn-info {
  color: #fff; }
  .btn-info:active, .btn-info:focus, .btn-info:hover {
    background: #1a56ff;
    color: #fff;
    border-color: #1a56ff; }

.btn-light:active, .btn-light:focus, .btn-light:hover {
  background: #919191;
  color: #fff;
  border-color: #919191; }

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
  background: #2f3137;
  color: #fff;
  border-color: #2f3137; }

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  background: #4540f7;
  color: #fff;
  border-color: #4540f7; }

.btn-outline-secondary {
  color: #464a53; }
  .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
    background: #6f78b2;
    color: #fff;
    border-color: #6f78b2; }

.btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover {
  background: #47ce47;
  color: #fff;
  border-color: #47ce47; }

.btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover {
  background: #ee8227;
  color: #fff;
  border-color: #ee8227; }

.btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover {
  background: #ff2b2b;
  color: #fff;
  border-color: #ff2b2b; }

.btn-outline-info {
  color: #4d7cff; }
  .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover {
    background: #1a56ff;
    color: #fff;
    border-color: #1a56ff; }

.btn-outline-light {
  color: #464a53; }
  .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:hover {
    background: #919191;
    color: #fff;
    border-color: #919191; }

.btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  background: #2f3137;
  color: #fff;
  border-color: #2f3137; 
  font-size: 15px;}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff; }
  .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background: #2d4373;
    color: #fff;
    border-color: #2d4373; }

.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff; }
  .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
    background: #0c85d0;
    color: #fff;
    border-color: #0c85d0; }

.btn-youtube {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff; }
  .btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover {
    background: #cc0000;
    color: #fff;
    border-color: #cc0000; }

.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff; }
  .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
    background: #992180;
    color: #fff;
    border-color: #992180; }

.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff; }
  .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover {
    background: #8c0615;
    color: #fff;
    border-color: #8c0615; }

.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff; }
  .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
    background: #005983;
    color: #fff;
    border-color: #005983; }

.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff; }
  .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
    background: #be2d23;
    color: #fff;
    border-color: #be2d23; }

.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff; }
  .btn-google:active, .btn-google:focus, .btn-google:hover {
    background: #1266f1;
    color: #fff;
    border-color: #1266f1; }

.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000; }
  .btn-snapchat:active, .btn-snapchat:focus, .btn-snapchat:hover {
    background: #ccca00;
    color: #000;
    border-color: #ccca00; }

.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff; }
  .btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
    border-color: #1da851; }

.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff; }
  .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover {
    background: #222e3d;
    color: #fff;
    border-color: #222e3d; }

.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff; }
  .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover {
    background: #cc3700;
    color: #fff;
    border-color: #cc3700; }

.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff; }
  .btn-spotify:active, .btn-spotify:focus, .btn-spotify:hover {
    background: #18aa4c;
    color: #fff;
    border-color: #18aa4c; }

.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff; }
  .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover {
    background: #2d0165;
    color: #fff;
    border-color: #2d0165; }

.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff; }
  .btn-dribbble:active, .btn-dribbble:focus, .btn-dribbble:hover {
    background: #e51e6b;
    color: #fff;
    border-color: #e51e6b; }

.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff; }
  .btn-skype:active, .btn-skype:focus, .btn-skype:hover {
    background: #008abd;
    color: #fff;
    border-color: #008abd; }

.btn-quora {
  background: #aa2200;
  border-color: #aa2200;
  color: #fff; }
  .btn-quora:active, .btn-quora:focus, .btn-quora:hover {
    background: #771800;
    color: #fff;
    border-color: #771800; }

.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff; }
  .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover {
    background: #1295bf;
    color: #fff;
    border-color: #1295bf; }



/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
}

.custom-block:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border-color: transparent;
  transform: translateY(-3px);
}

.custom-block-info {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
}

.custom-block-image-wrap {
  position: relative;
	padding: 10px 20px;
  display: block;
  height: 100%;
}

.custom-block-image-wrap > a {
  display: block;
}

.custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 490px;
  height: 180px;
  object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
  width: 100%;
 height: 310px;
}

@media (max-width: 876px) {
	.custom-block-image-detail-page .custom-block-image {
		width: 100%;
		height: 260px;
	}
}


@media (max-width: 576px) {
	.custom-block-image-detail-page .custom-block-image {
		width: 100%;
		height: 230px;
	}
}


.custom-block .custom-block-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
  opacity: 0.25;
}

.custom-block-btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.custom-block-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  font-size: var(--p-font-size);
  color: var(--white-color);
  text-align: center;
  width: 32.5px;
  height: 32.5px;
  line-height: 32.5px;
  transition: all 0.3s;
}

.custom-block-icon:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.custom-block .custom-btn {
  font-size: var(--menu-font-size);
  padding: 7px 15px;
}

.custom-block .custom-block-info + div .badge {
  background-color: var(--dark-color);
  color: var(--white-color);
  border-radius: 50px !important;
  font-size: var(--menu-font-size);
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-block .custom-block-info + div .badge:hover {
  background-color: var(--secondary-color);
}

.custom-block-full {
  background-color: var(--section-bg-color);
  border-color: transparent;
}

.custom-block-full:hover {
  border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
  padding: 20px;
  padding-bottom: 0;
}

.custom-block-full .custom-block-image {
  width: 100%;
  height: 210px;
}

.custom-block-full .social-share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px;
}

.custom-block-top small {
  color: var(--p-color);
  font-family: var(--title-font-family);
}

.custom-block-top .badge {
  background-color: var(--secondary-color);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  height: 26.64px;
  line-height: 20px;
}

.custom-block-bottom a:hover span {
  color: var(--primary-color);
}

.custom-block-bottom a span {
  font-family: var(--title-font-family);
  color: var(--p-color);
  text-transform: uppercase;
  margin-left: 3px;
}

.custom-block-overlay {
  border-color: transparent;
  padding: 0;
}

.custom-block-overlay .custom-block-image {
  margin: auto;
  width: 100%;
  height: 210px;
  transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
  padding: 15px;
  padding-bottom: 0;
}

.custom-block-overlay-info {
  padding: 15px 20px 20px 20px;
}


/*------------------
   About page
 ------------------*/

.about-section {
	height: 100%;
}

.about-section .about-warp {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.about-section .about-warp {
		display: block;
	}
}

.about-section .about-left {
	background: #2916e0;
	-ms-flex: 0 0 47%;
	-webkit-box-flex: 0;
	flex: 0 0 47%;
	max-width: 47%;
	padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.about-section .about-left {
		max-width: 100%;
	}
}

.about-section .about-right {
	-ms-flex: 0 0 53%;
	-webkit-box-flex: 0;
	flex: 0 0 53%;
	max-width: 53%;
	padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.about-section .about-right {
		max-width: 100%;
	}
}

.about-img {
	text-align: center;
	background-image: url("../img/about-bg.png");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-img {
		background-size: 300px;
	}
}

@media (max-width: 576px) {
	.about-img {
		background-size: 250px;
	}
}

.about-img img {
	width: 515px;
	height: 515px;
	border-radius: 50%;
	margin: 82px auto 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-img img {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 576px) {
	.about-img img {
		width: 180px;
		height: 180px;
	}
}

.profile-text {
	max-width: 550px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.profile-text h2 {
	font-weight: 500;
}

.profile-text p {
	padding-top: 20px;
	margin-bottom: 30px;
}

.profile-text .profile-btn {
	display: inline-block;
	min-width: 160px;
	padding: 9px 10px;
	margin-bottom: 10px;
	margin-right: 28px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-text .profile-email {
	display: inline-block;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}

.about-text {
	max-width: 810px;
	margin: 0 auto;
	padding: 75px 0 50px;
}

.about-text h2 {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 3px solid #2916e0;
	margin-bottom: 20px;
}

.about-text p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 9px;
}


/*============== contact_area css ================*/
.mapBox {
  height: 420px;
  margin-bottom: 80px; }

.contact_info .info_item {
  position: relative;
  padding-left: 45px; }
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #f5ca56;
    font-weight: 600; }
  .contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222; }
    .contact_info .info_item h6 a {
      color: #222222; }
  .contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px; }

.contact_form .form-group {
  margin-bottom: 10px; }
  .contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding-left: 20px; }
    .contact_form .form-group .form-control:focus {
      box-shadow: none;
      outline: none; }
    .contact_form .form-group .form-control.placeholder {
      color: #999; }
    .contact_form .form-group .form-control:-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      color: #999; }
  .contact_form .form-group textarea {
    resize: none; }
    .contact_form .form-group textarea.form-control {
      height: 140px; }
.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  box-shadow: none; }

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #f5ca56;
      padding-bottom: 10px;
      font-family: "Roboto", sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */





/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0; }

.sample-text {
  margin-bottom: 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

.typo-list {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px; } }
 sup, sub, del {
  color: #ec008c; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }

.button-group-area .genric-btn:last-child {
  margin-right: 0; }

.circle {
  border-radius: 20px; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.genric-btn:focus {
  outline: none; }

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px; }

.genric-btn.large {
  line-height: 45px; }

.genric-btn.medium {
  line-height: 30px; }

.genric-btn.small {
  line-height: 25px; }

.genric-btn.radius {
  border-radius: 3px; }

.genric-btn.circle {
  border-radius: 20px; }

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.genric-btn.arrow span {
  margin-left: 10px; }

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff; }

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff; }

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent; }

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff; }

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent; }

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff; }

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent; }

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff; }

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff; }

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent; }

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff; }

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff; }

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent; }

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent; }

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff; }

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline; }

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent; }

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600; }

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll; } }
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px; }

.progress-table .country {
  width: 28.07%; }

.progress-table .visit {
  width: 19.74%; }

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px; }

.progress-table .table-head {
  display: flex; }

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500; }

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex; }

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center; }

.progress-table .table-row .country img {
  margin-right: 15px; }

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent; }

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px; }

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686; }

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359; }

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf; }

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6; }

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7; }

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.single-gallery-image:hover {
  opacity: .8; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important; }

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input:focus {
  outline: none; }

.input-group-icon {
  position: relative; }

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3; }

.input-group-icon .icon i {
  color: #797979; }

.input-group-icon .single-input {
  padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }

.single-textarea:focus {
  outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.default-switch input:checked + label {
  left: 19px; }

.single-element-widget {
  margin-bottom: 30px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.primary-switch input:checked + label:after {
  left: 19px; }

.primary-switch input:checked + label:before {
  background: #f8b600; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.confirm-switch input:checked + label:after {
  left: 19px; }

.confirm-switch input:checked + label:before {
  background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.single-defination h4 {
  color: #222222; }

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer; }

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1; }

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3; }

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ordered-list {
  list-style: none;
  padding: 0px; }

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none; }

.default-select {
  height: 40px; }

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px; }

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px; }

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent; }

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent; }

.default-select .current {
  margin-right: 50px;
  font-weight: 300; }

.default-select .nice-select::after {
  right: 20px; }

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px; } }
.form-select {
  height: 40px;
  width: 100%; }

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%; }

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px; }

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

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px; }

.form-select .nice-select .list .option.selected {
  color: #ec008c;
  background: transparent; }

.form-select .nice-select .list .option:hover {
  color: #ec008c;
  background: transparent; }   

.form-select .current {
  margin-right: 50px;
  font-weight: 300; }

.form-select .nice-select::after {
  right: 20px; }







h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
	color: #636363;
}

p {
	font-size: 15px;
	color: #636363;
	line-height: 1.8;
	font-weight: 100;
}








/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title-wrap {
  position: relative;
}

.section-title-wrap::after {
  content: "";
  background: var(--section-bg-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.section-title {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 10px 25px;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

main {
  position: relative;
  z-index: 1;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}







/* ------------------------------------------------------------------- 
 * ## home copyright - (_site-layout.scss) 
 * ------------------------------------------------------------------- */


.copyright span {
  display: inline-block;
}

.copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .5rem 0 .8rem;
  color: rgba(255, 255, 255, 0.1);
}

.copyright span:last-child::after {
  display: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #222222; }

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul {
  list-style: none; }


.row.m0 {
  margin: 0px; }

button:focus {
  outline: none;
  box-shadow: none; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 50px 0; }
  @media (max-width: 992px) {
    .section_gap {
      padding: 80px 0; } }

.section_gap_top {
  padding-top: 50px; }
  @media (max-width: 992px) {
    .section_gap_top {
      padding-top: 80px; } }










/* Not Found 404 */

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../img/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: none; 
  margin-top: 0;
}



.notfound p {
  font-family: 'metropolis-light', sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 15px;
	color: #636363;
	line-height: 1.5;
	font-weight: 100;
}

.notfound a {
  font-family: "metropolis-light", sans-serif;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background:  #ec008c;
  border: 2px solid #ec008c;
  margin-bottom: 95px; 
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}

.notfound a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ec008c;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}



/* Grille fixe 4 colonnes */
.photos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* toujours 4 colonnes */
  gap: 10px;
  margin-top: 10px; 
}

/* Bloc image */
.photo-card {
  position: relative;
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 3/4;   /* garde proportion uniforme (vertical rectangle) */
  overflow: hidden;
}

/* Image */
.photo-card img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 2px;
  filter: blur(4px);
  transition: filter 0.25s ease;
  pointer-events: none;
}

/* Texte overlay */
.overlay-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* Bouton suppression */
.delete-btn {
  position: absolute;
  top: 8px; right: 8px;
  border: none;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.delete-btn svg { fill: white; }

/* Apparition corbeille uniquement au survol */
.photo-card.has-image:hover .delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* Après upload */
.photo-card.has-image img { filter: none; }
.photo-card.has-image .overlay-text { display: none; }

/* Message erreur en overlay */
.error-msg {
  position: absolute;
  bottom: 10px; /* proche du bas */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  display: none; /* caché par défaut */
  z-index: 2;
}
  





.photos-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop/Tablette = 4 colonnes */
  gap: 20px; /* espace entre les photos */
  margin-bottom: 30px; /* 👈 espace entre le bloc photo et ce qu’il y a au-dessus */
}

.photo {
  width: 100%;
  aspect-ratio: 3 / 4; /* 👈 ratio fixe vertical 3x4 */
  object-fit: cover; /* recadre sans déformer */
  border-radius: 3px; /* optionnel : arrondir un peu les coins */
  display: block;
}

/* Mobile (≤414px) → 1 colonne */
@media (max-width: 414px) {
  .photos-row {
    grid-template-columns: 1fr;
  }
}


/* :: Footer CSS */

footer {
  padding: 2m 0; }

.footer-06 {
  padding-top: 7em 0 !important;
  background: #000;
  position: relative;
  overflow: visible;
  z-index: 0; }
  .footer-06:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    z-index: -1;
    background: #000;
    background: -moz-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d7b8ff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, #000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#ffffff', GradientType=1 ); }
  .footer-06 .subheading {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.3);
    text-transform: none;
    letter-spacing: 0.5px; 
  	font-size: 15px;
	  line-height: 1.4;
	  font-weight: 100;}
  .footer-06 .heading-section {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize; }
  .footer-06 .footer-heading {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px; }
    .footer-06 .footer-heading .logo {
      color: #fff; }
  .footer-06 p {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.3); }
  .footer-06 a {
    color: #fff; }
/* Effets au survol du bouton */
.footer-06 a:active,
.footer-06 a:focus,
.footer-06 a:hover { 
  color: #ec008c;
  text-decoration: underline;
}
  .footer-06 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.5); }
  .footer-06 .subscribe-form {
    border-radius: 15px;
    background: #fff;
    width: 65%; /* avant c’était 100% automatique */
    padding: 0; }
    .footer-06 .subscribe-form .form-group {
      position: relative;
      margin-bottom: 0;
      border-radius: 0; }
      .footer-06 .subscribe-form .form-group input {
        background: transparent !important;
        border: none !important;
        outline: none !important;
        color: rgba(0, 0, 0, 0.3) !important; 
        font-size: 16px;
        height: 56px;
        border-radius: 0; 
        padding: 20px; }
        .footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(0, 0, 0, 0.3) !important; }
        .footer-06 .subscribe-form .form-group input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(0, 0, 0, 0.3) !important; }
        .footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(0, 0, 0, 0.3) !important; }
        .footer-06 .subscribe-form .form-group input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(0, 0, 0, 0.3) !important; }
        .footer-06 .subscribe-form .form-group input:focus {
          outline: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .footer-06 .subscribe-form .form-group .submit {
        display: inline-block;
        font-family: 'metropolis-semibold', sans-serif;
        color: #fff;
        width: 200px;
        height: 56px;
        font-size: 13px;
        background: #ec008c;
        border: none;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 0 15px 15px 0; 
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;}
        .footer-06 .subscribe-form .form-group .submit:hover, .footer-06 .subscribe-form .form-group .submit:focus {
          text-decoration: none !important;
          outline: none !important; 
          background-color: #c12682;
          border-color: #c12682;
          color: #000000;}
  .footer-06 .aside-stretch {
    background: #030303; }
    .footer-06 .aside-stretch:after {
      background: #131212; }
  .footer-06 .aside-stretch-right {
    background: #030303; }
    .footer-06 .aside-stretch-right:after {
      background: #131212; } 


/* Conteneur du reCAPTCHA */
.footer-06 .recaptcha-container {
  text-align: left;      /* centre le reCAPTCHA */
  margin-top: 15px;        /* espace au-dessus */
}

/* ===================================================================
 * # Newsletter feedback (email, captcha, global)
 * ------------------------------------------------------------------- */

/* Zones génériques */
#nl_feedback,
#captcha_feedback,
#nl_message {
    margin-top: 8px; 
    font-size: 0.8rem;;       /* + lisible (avant 0.8rem / 0.85rem) */
    font-weight: 400;
    line-height: 1.4;
    display: block;
    opacity: 0;            /* caché par défaut */
    transition: opacity 0.4s ease-in-out, color 0.3s ease-in-out;
} 

/* Quand visible */
#nl_feedback.show,
#captcha_feedback.show, 
#nl_message.show {
    opacity: 1;
}

/* États communs */
#nl_feedback.error,
#captcha_feedback.error,
#nl_message.error {
    color: #d93025;   /* rouge vif */
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left;
}

#nl_feedback.valid,
#captcha_feedback.valid,
#nl_message.valid {
    color: #188038;   /* vert Google-style */
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left;
}

#nl_feedback.loading,
#captcha_feedback.loading,
#nl_message.loading {
    color: #f7ef9f;   /* jaune neutre */ 
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left;
}

/* ===================================================================
 * # Accessibilité + inline message
 * ------------------------------------------------------------------- */

/* sr-only = label invisible mais lu par lecteurs d'écran */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); 
    white-space: nowrap;
    border: 0;
}

/* Message inline sous champ email */
.subscribe-message {
    display: block;
    margin-top: 6px;
    line-height: 1.4;
    font-weight: 500;
    color: #d93025;       /* défaut = rouge erreur */
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left; 
}

/* Variante succès */
.subscribe-message.valid {  
    color: #188038;
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left;
}

/* Variante neutre (info, aide...) */
.subscribe-message.info {
    color: #5f6368;
    font-family: "metropolis-regular", sans-serif;
    font-size: 0.8rem;;
    padding: 0 1rem;
    text-align: left;
}