/* color */
:root {
  --color-text: #112136;
  --color-legend: #4d5d6e;
  --color-error: #990000;
  --color-interaction: #17a892;
  --color-hover: #0b8774;
  --color-press: #026455;
  --color-dark-background: #010b18;
  --color-light-background: #f6f7f8;
  --color-white: #ffffff;
  --color-strokes: #edeff0;
  --color-disable: #a6aeb7;
}
html{
	margin-top:0px !important;}
	
  p{
    color: var(--color-text, #212448) !important;
  }
/* //////////////////////////////// */

/******************fonts****************/
@font-face {
  font-family: 'Lora-Bold';
  src: url('./font/lora/Lora-Bold.ttf');
}
@font-face {
  font-family: 'Lora-Medium';
  src: url('./font/lora/Lora-Medium.ttf');
}
@font-face {
  font-family: 'Lora-Regular';
  src: url('./font/lora/Lora-Regular.ttf');
}
@font-face {
  font-family: 'Lora-SemiBold';
  src: url('./fonts/lora/Lora-SemiBold.ttf');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('./fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('./fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./font/roboto/Roboto-Bold.ttf');
}
/******************************************/


/* @font-face {
  font-family: 'Roboto';
  src: url('../assets/fonts/Roboto-Regular.ttf')
}
@font-face {
  font-family: 'Lora';
  src: url('../assets/fonts/Lora-Regular.ttf')
} */
.mt-40 {
  margin-top: 40px;
}
.mr-16{
  margin-right: 16px !important;
}
.p40 {
  padding: 40px 0px !important;
}
.pt {
  padding: 40px 0px !important;
}
.container {
  padding: 0px 0px;
}
.p24 {
  padding: 24px 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
}
.vc-bloc {
  margin: 80px auto !important;
}

.max-628 {
  max-width: 625px;
  margin: auto;
}
.margin-auto {
  margin: auto;
}
.wpb-content-wrapper {
  overflow-x: hidden !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.gray-background {
  background: #f6f7f8;
}
.white-backgroud {
  background: #fff;
  padding: 32px;
}
/* H1 H2 H3 H4 H5 H6 */

h1 {
  color: var(--color-text, #212448);
  /* H1 */
  font-family: Lora-Bold !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
h2 {
  color: var(--color-text, #212448);
  /* H2 */
  font-family: Lora-Medium !important;
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-bottom: 16px !important;
}
h3 {
  color: var(--color-text, #212448);
  /* H3 */
  font-family: Roboto-Bold !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.categorycadre h3{
  font-size: 28px;
  font-family: Roboto-Bold;
}
h4 {
  color: var(--color-text, #212448);
  /* H4 */
  font-family: Roboto-Medium !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
h5 {
  color: var(--color-text, #212448);
  /* H5 */
  font-family: Roboto-Medium !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
p {
  font-family: Roboto-Regular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

/* HEADER STYLE */
header {
  position: absolute;
  width: 100%;
}
.hero-section {
  min-height: 90vh;
  background-size: cover !important;
  display: flex;
  align-items: center;
}
.hero-section-title{
  color:rgba(255, 255, 255, 1) !important;
}
header .navbar {
  padding: 10px 0px 0px 0px;
  background-color: white;
}

header.white {
  position: relative;
  border-bottom: 1px solid #edeff0;
  background: var(--White, #fff);
}
.logo img {
  width: auto;
  height: 40px;
}
/* menu top */

.talent-menu ul {
  list-style: none !important;
  display: flex;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  padding: 0px !important;
  margin: 0pc !important;
}

.talent-menu ul li {
  margin: 0px 0px 0px 24px;
  font-family:Roboto-Regular;
}
.talent-menu ul li a {
  text-decoration: none;
  color: #112136;
}

.talent-menu #menu-footer a {
  color: var(--color-white, #fff);
  text-align: center;
  /* Exergue */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.white .talent-menu a {
  color: var(--color-text, #112136);
  text-align: center;
  /* Exergue */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.talent-menu .current_page_item a {
  color: var(--color-interaction) !important;
}
a:hover {
  color: var(--color-hover) ;
}
.with-decoration {
  color: var(--color-interaction) !important;
  text-decoration: none;
  font-size: 16px;
  font-family: Roboto-Regular;
    font-weight: 600;
  border-bottom: 2px solid var(--color-interaction);
}
.btn-latestPost{
  width: 151px !important;
  padding: 16px !important;
  height: 51px !important;
}
.filters a.selected {
  color: #17a892 !important; /* Change this to the desired color for the selected link */
  text-decoration: underline !important;
  text-underline-offset: 6px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
}

a.pager {
  padding: 16px;
  text-decoration: none;
  color: #112136;
  border-right: 1px solid #EDEFF0;
  font-weight: 400;
}
a.pager:first-child{
  border-right: none;
}
a.pager:last-child{
  border-right: none;
}
a.pager:nth-child(2){
  border-left: 1px solid #EDEFF0;
}
a.pager.selected{
  color: #17A892;
  font-weight: 600;
}
.isotope-pager span.ellipsis{
  padding: 16px;
  border-right: 1px solid #EDEFF0;
}
/*///////////////// footer style////////////////////// */
footer {
  background: var(--color-dark-background);
  display: flex;
  /* width: 1440px; */
  padding: 24px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
}
footer .items{
  display:flex;
  align-items: center;

}

footer .talent-menu ul li {
  border-right: 1px solid white;
  padding-right: 24px;
}
.social-icon img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.social-icon {
  /* display: inline-block; */
  list-style: none !important;
  display: flex;
  margin-bottom: 0px;
  padding-left: 10px;
}
/* ////////////////////////////////////////  INPUT ///////////////////////////// */
/* Default style reset */
[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
[type="checkbox"]::before,
[type="checkbox"]::after {
  position: absolute;
  display: block;
  content: "";
}
[type="checkbox"]::before {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border: 2px solid #17a892;
  border-radius: 5px;
}
[type="checkbox"]::after {
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #17a892;
  border-left: 3px solid #17a892;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  opacity: 0;
  top: 6px;
  left: 5px;
}
[type="checkbox"]:checked::after {
  opacity: 1;
}

.search-input {
  max-width: 405px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-strokes, #edeff0);
  outline: none;
  border-radius: 0px;
  background: url("/wp-content/themes/talents4aa/assets/icon/searchicon.svg")
    #fff;
  background-position: 95%;
  background-repeat: no-repeat;
  margin-right: 16px;
}

.location-input {
  max-width: 302px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-strokes, #edeff0);
  outline: none;
  border-radius: 0px;
  background: url("/wp-content/themes/talents4aa/assets/icon/location.svg")
    #fff;
  background-position: 95%;
  background-repeat: no-repeat;
  margin-right: 16px;
}

.search-select {
  max-width: 302px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-strokes, #edeff0);
  outline: none;
  border-radius: 0px;
  background: url("/wp-content/themes/talents4aa/assets/icon/arrowdown.svg")
    #fff;
  background-position: 95%;
  background-repeat: no-repeat;
  margin-right: 16px;
}

.search-input:active {
  border: 1px solid var(--color-hover);
}
.placeholder-input {
  color: var(--color-text);
  /* Placeholder */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.placeholder-input::placeholder{
    -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  display: -webkit-box;
  width: 80%;
}
.form-control:focus,
.form-control:hover {
  box-shadow: unset;
}

/* /////////////////// CTA /////////////////// */
.cta-primary {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  background: var(--color-interaction, #17a892);
  /* UI_Cards */
  box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
  border: unset;
  color: var(--color-white, #fff);
  text-align: center;
  /* Exergue */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cta-primary svg {
  margin-right: 12px;
}
.cta-primary:hover {
  background: var(--color-hover) !important;
}
.cta-primary:active {
  background: var(--color-press, #fff) !important;
}
.address-separator {
  width: 2px;
  background-color: #fff;
  margin: 3px 7px;
}
.cta-secondary {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  background: var(--color-white, #fff);
  /* UI_Cards */
  box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
  border: unset;
  color: var(--color-interaction, #17a892);
  text-align: center;
  /* Exergue */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/* CSS */
.white-cta-primary {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #17A892;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.white-cta-primary:hover,
.white-cta-primary:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.white-cta-primary:hover {
  transform: translateY(-1px);
}

.white-cta-primary:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.cta-secondaryry svg {
  margin-right: 12px;
}
.cta-secondary:hover {
  color: var(--color-hover);
}
.cta-secondary:active {
  background: var(--color-press, #fff);
}

/* //force color */
.white-title {
  color: #fff !important;
  margin-bottom: 16px;
}
.white-title .border-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: auto;
    width: 100%;
    height: 13px;
    background-color: rgb(138 138 138 / 59%);
    display: block;
} 
.flex-center-right {
  align-items: end;
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
}
.flex-end-right {
  align-items: end;
  display: flex;
  justify-content: right;
}

/* deferent */
.categorycadre {
  padding: 32px;
  background: var(--White, #fff);
  box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
  min-height: 266px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-legend {
  display: flex;
  padding-right: 8px;
  margin-right: 8px;
  align-items: center;
  padding-bottom: 6px;
}
/* .border-right-line {
  border-right: 1px solid white;
} */

.categorycadre img {
  width: 24px;
  height: 24px;
}
.blue {
  background: var(--color-interaction, #17a892);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.blue a {
  color: var(--color-white, #fff);
  /* H5 */
  font-family: Roboto-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

/* filtre style */
.blocks,
.models {
  margin: 0px;
  padding: 0px;
}
.blocks .category {
  list-style: none;
  color: var(--Text, #112136);
  /* text-align: center; */
  font-family: Roboto-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
ul.models li {
  list-style: none;
  margin: 0px;
  display: flex;
  align-items: center;
  align-items: center;
  padding: 4px 0px;
}
.models label {
  color: var(--color-text, #112136);
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 8px;
}
.more-link {
  color: var(--color-interaction, #17a892);
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid var(--color-interaction, #17a892);
  padding-bottom: 5px;
  padding-top: 17.5px;
  display: inline-block;
  cursor: pointer;
}
.simple-link-decoration {
  color: var(--color-interaction, #17a892);
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}
.more-link i {
  margin-left: 8px;
}
.dropdown.nostyle .dropdown-toggle::after{
  display: none;
}
.filtrepertinent {
  display: flex;
  justify-content: end;
  color: var(--color-text, #112136);
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 26px;
}
.nostyle button {
  border: none;
  background: none;
  font-weight: 400;
}
.nostyle button i {
  color: var(--color-interaction);
}
.dropdown-toggle::after {
  display: none;
}

.offre-emploi {
  background: var(--White, #fff);
  box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
  padding: 24px;
  margin-bottom: 30px;
  position: relative;
}
.offre-emploi-header {
  display: flex;
  justify-content: space-between;
}
.offretitle .logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.offretitle {
  display: flex;
  align-items: flex-start;
}
.offre-title-inner{
color: var(--Text, #ffffff);
    /* text-align: center; */
    font-family: Lora-Bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;

  }
.offretitle .logo {
  margin-right: 24px;
  border: 1px solid var(--Strokes, #edeff0);
  background: var(--White, #fff);
  padding: 5px;
}
.company-name {
  color: var(--Text, #112136);
  /* text-align: center; */
  font-family: Roboto-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding-bottom: 8px; */
}
  .offre-title {
  color: var(--Text, #112136);
  /* text-align: center; */
  font-family: Roboto-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 8px;

  padding-bottom: 8px;
}
.offre-legend {
  color: var(--Legends, #4d5d6e);
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}
.offre-legend label {
  display: flex;
  align-items: center;
  margin-right: 16px;
  text-align: left;
  border-right: 1px solid #EDEFF0;
  padding-right : 16px;
}

.offre-legend label:nth-child(3){
  border-right: none;
  padding-right : 0;
}
.offre-legend img {
  margin-right: 4px;
}
.offer-emploi-desc {
  margin: 16px 0px;
  color: #010b18;
}
.offer-emploi-footer {
  display: flex;
  align-items: center;
}
.offer-emploi-footer .cta-primary {
  margin-right: 16px;
}
.hour {
  color: var(--color-legend, #4d5d6e);
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 27px;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
  justify-content: right;
}
.lds-dual-ring {
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--color-interaction);
  border-color: var(--color-interaction) transparent var(--color-interaction)
    transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dark-background {
  background-color: var(--color-dark-background);
}










.signle-header .company-name,
.signle-header .offre-title,
.signle-header .offre-legend {
  color: var(--color-white);
}

.signle-header .offretitle {
  margin-top: 24px;
}
.gray-background {
  background: var(--color-light-background, #f6f7f8);
  padding: 40px 0px;
}
.gras {
  color: var(--color-text, #112136);
  /* Exergue */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.content-title {
  color: var(--color-text, #112136);
  font-family: Roboto-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 16px;
}
.border-cadre {
  border: 1px solid var(--color-strokes, #edeff0);
  background: #fff;
}

.border-cadre {
  border: 1px solid var(--color-strokes, #edeff0);
  background: #fff;
  padding: 32px;
  margin-bottom: 24px;
}
.title-cadre-border {
  color: var(--color-text, #112136);
  font-family: Lora;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.legend-slogan {
  color: var(--color-legend, #4d5d6e);
  /* text-align: center; */
  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.legend-text {
  color: var(--Text, #112136);
  /* Current text */
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flex-4 {
  display: flex;
  flex-wrap: wrap;
}
.item-cmpany {
  width: 100%; /* Fixe la largeur à 23% pour laisser de la place pour la marge */
  box-sizing: border-box; /* Inclut les bordures et les marges dans le calcul de la largeur */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ombre légère pour la décoration */
  margin-bottom: 20px; /* Marge inférieure pour l'espace entre les lignes */
  height: 425px;
  position: relative;

}

.text-bloc{
  padding: 0 32px;
  height: 70%;
  background: rgb(17,33,54);
  transition: .5s all;
}
.item-cmpany .content-bloc{
  padding: 0px !important;
}
.item-cmpany .cotent-title{
  transform: translate(0px, -20px);
  transition: .5s all;
}
.item-cmpany:hover .cotent-title{
  transform: translate(0px, 0px);
}
.bloc-height {
  transition: .5s all;
  overflow: inherit;
  width: 100%;
  height: 100%;
}
.bloc-height .header-block{
  transition: .5s all;
  height: 30%;
}
.bloc-height:hover .header-block{
  height: 0;
}
.item-cmpany:hover .content-post{
  display: block;
}
a.no-decoration {
  text-decoration: none;
  position: relative;
}
.owl-carousel a.no-decoration {
  text-decoration: none;
  position: relative;
  margin: 0 8px;
  
}
@supports (-moz-appearance:none) {
  .owl-carousel a.no-decoration {
  width: -moz-available;
    
  }
  }
.item-cmpany:hover .text-bloc{
  height: 100%;
  position: absolute;
  padding-top: 52px;
}
.item-cmpany:hover .header-block{
  height: 0%;
}
.title-cmp {
  margin-top: 55px;
}
/*about us style*/
/*.about-container {
   max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
}*/
.entry-header{
    font-size: 40px;
   font-family: "Lora";
   font-weight: 700;
   color: rgba(17, 33, 54, 1);
   width: 168px;
   height: 51px;

}
.content-area{
  padding: 80px;
  overflow-x: hidden;
}
.about-text {
  flex-basis: 60%; /* Adjust the width of the text container */
  padding: 20px; /* Add padding for spacing */
}

.about-image {
  flex-basis: 40%; /* Adjust the width of the image container */
}

.about-image img {
  width: 100%; /* Ensure the image takes the full width of its container */
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image within its container */
}
.pt-32{
  padding-top:32px;
}
/* contact us page*/
.contact-page{
  overflow-x: hidden;
}
.pt-40{
  padding-top: 40px !important;
}
.mb-16{
  margin-bottom: 16px !important;
}
input, select{
  padding: 16px !important;
  border-radius: 0 !important;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-strokes, #edeff0);
  outline: none;
  border-radius: 0px;
}
::placeholder{
  color:rgba(17, 33, 54, 1) !important;
}
.h-100{
  height: 100%;
}
.return-link{
  text-decoration: none !important;
  padding-bottom: 3px !important;
  border-bottom: 2px solid #fff;
}
.return-link:hover, .return-link:focus{
  color: white !important;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag{
  padding-top: 8px;
}

.show-more-events{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  background: var(--color-light-background);
   
}

.content-event{
 transform: translate(0 , -40px);
 background-color: #fff;
 padding: 40px;
 
}
.event-card{
  background-color: #fff;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
}
.event-title.mb-40{
  padding-top: 24px;
}
.event-details{
  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}
.event-details label {
  display: flex;
  align-items: center;
  margin-right: 8px;
  text-align: left;
  border-right: 1px solid #EDEFF0;
  padding-right : 8px;
}

.event-details label:nth-child(3){
  border-right: none;
  padding-right : 0;
}
.event-details img {
  margin-right: 4px;
}
.entry-content p , .entry-content{
  color: #fff !important;
}


.post-info-box {
  color: #fff;
}

#latest-post {
  margin-top: 40px;
}

#latest-post .entry-thumbnail {
  height: 537px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: end;
}

#latest-post .entry-thumbnail .entry-content p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  width: 80%;
}

#posts-grid .entry-thumbnail {
  height: 410px;
  width: 620px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: end;
}

.entry-title a {
  font-size: 28px;
  font-family: Roboto;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.content-text {
  width: 80%;
}
.entry-content-boxed .post-info-box{
  padding-top: 24px;

}
.post-info-box{
  margin-bottom: 16px;
}
.post-info-box a {
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.507);
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px;
  margin-left: 16px;
}
.entry-content p {
  font-size: 16px;
  color: #fff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
}

.thumbnail-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 32px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5046393557422969) 50%, rgba(0, 0, 0, 0.804359243697479) 100%);
}

.thumbnail-content .cta-primary {
  height: 19px;
  background-color: #17A892;
  text-decoration: none;
  transition: .5s all;
  width: 113px;
  padding: 16px 0 16px 0;
}

.thumbnail-content .cta-primary:hover {
  height: 19px;
  background-color: #17A892;
  text-decoration: none;
  color: #ffffffbf !important;
}

#category-menu {
  padding-bottom: 20px;
}

#category-menu a {
  font-size: 20px;
  color: #112136;
  font-weight: 500;
  font-family: 'Roboto-Regular';
}

#category-menu a {
  padding-right: 32px;
  text-decoration: none;
}

.grid-item {
  display: block;
  margin: 5px;
  overflow: hidden;
  text-align: center;
}