/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: A child theme for the Kadence WordPress theme
Author: KomunIKON
Author URI: https://KomunIKON.com/
Template: kadence
Version: 1.0.0
*/
.elementor-location-header {
    position: sticky;
    top: 0;
	  left: calc(50% - 1728px/2);
    width: 100%;
    z-index: 999;
	  padding-top:20px;
   background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);

	 }

.elementor-location-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center left,
			rgba(80, 140, 80, 0.2) 17%,
      rgba(255, 255, 255, 0.2) 75%
		);
    filter: blur(150px);
    z-index: -1;
    pointer-events: none;
}

#custom-language-selector {
    background: transparent;
    border: none;
		outline: none;
    text-align: right;
    color: #006E96;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    text-transform: uppercase;
		width: auto;
		margin-right: 0;
	  margin-left: auto;
}
option {
		text-align: center;
		background: white;
    color: #006E96;
  	padding: 10px;
}

#custom-language-selector:visited{
    background-color: #ff6600 !important;
    color: white !important;
		border: none !important;
}
select option:checked {
    background-color: red !important;
    color: white !important;
}
:root {
	padding: 0 !important;
}

/*_______________________________________Homepage Styling Start_______________________________________________*/
.dashed-hero-element {
  width: 670px !important;
  min-height: 425px !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box !important;
  padding: 0;
}
.home-btn {
    background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(0.55turn, #E6821E, #508C50, #006E96) border-box;
  border: 3px solid transparent;
  border-radius: 9999px;
  padding: 0.6em 1.4em;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: transparent !important;
}
.home-btn::before {
    content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: linear-gradient(0.55turn, #E6821E, #508C50, #006E96);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.home-btn:hover::before {
  opacity: 1;
  padding: 22px 103px;
}
.home-btn:hover {
  color: white;
}
.htmega-button {
  width: 100%;
}
.elementor-1325 .elementor-element.elementor-element-a5e7ae6 .htmega-button .htb-btn {
  width: 95%;
  height: 45px;
}
#learnmorebtn{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-transform: capitalize;
color: #508C50;
}

#learnmorebtn{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-transform: capitalize;
color: #508C50;
}
.elementor-1325 .elementor-element.elementor-element-0f6f3a8 .elementor-button:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.home-carousel-blog .readmore-btn {
  position: absolute;
  bottom: 15px;
}
.home-carousel-blog .readmore-btn:hover, .blog-carousel-img .readmore-btn:hover, .readmore-btn:hover  {
  color: #0A66C2 !important;
  transition: all .6s ease !important;
  text-decoration: underline !important;
}
.blog-carousel-img .readmore-btn {
  position: absolute;
  bottom: 45px;

}
/*Desktop footer*/
 .wp-image-2539 {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }


/*homepage hero animation*/

/* Hero Headings Styles */
.hero-h2, .hero-h2-1 {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 3.2rem !important;
  margin-top: 8px;
  padding: 0 4px;
}
.hero-h2-1 {
  margin-top: 0;
  padding: 0 10px;
}

/* Text Animation - Muted blurred start */
@keyframes fadeInOutBlurText {
  0%   { opacity: 1; filter: blur(1px); transform: scale(0.99); color: rgba(0, 0, 0, 0.39); }
  8%   { opacity: 1; filter: blur(0);   transform: scale(1.03); color: black; }
  14%  { opacity: 1; filter: blur(0);   transform: scale(1);    color: black; }
  65%  { opacity: 1; filter: blur(0);   transform: scale(1);    color: black; }
  72%  { opacity: 1; filter: blur(0); transform: scale(0.99); color: rgba(0,0,0,0.35); }
  100% { opacity: 1; filter: blur(1px); transform: scale(0.99); color: rgba(0,0,0,0.35); }
}

@keyframes fadeInOutBlurText-2 {
  0%   { opacity: 1; filter: blur(1px); transform: scale(0.99); color: rgba(230, 130, 30, 0.36); }
  8%   { opacity: 1; filter: blur(0);   transform: scale(1.03); color: #E6821E; }
  14%  { opacity: 1; filter: blur(0);   transform: scale(1);    color: #E6821E; }
  65%  { opacity: 1; filter: blur(0);   transform: scale(1);    color: #E6821E; }
  72%  { opacity: 1; filter: blur(0); transform: scale(0.99); color: rgba(230,130,30,0.35); }
  100% { opacity: 1; filter: blur(1px); transform: scale(0.98); color: rgba(230,130,30,0.35); }
}
/* text elements  animation with muted blurred style start */
.activate-text {
  color: rgba(0,0,0,0.39);
  opacity: 1;
  filter: blur(1px);
  transform: scale(0.98);
  animation: fadeInOutBlurText 20s ease-in-out infinite both;
}
.activate-text-2 {
  color: rgba(230, 130, 30, 0.36);
  opacity: 1;
  filter: blur(1px);
  transform: scale(0.98);
  animation: fadeInOutBlurText-2 20s ease-in-out infinite both;
}

/* text - animation delay*/
.activate-delay-0 { animation-delay: 2.0s; }
.activate-delay-1 { animation-delay: 3.5s; }
.activate-delay-2 { animation-delay: 3.7s; }
.activate-delay-3 { animation-delay: 4.5s; }
.activate-delay-4 { animation-delay: 5.9s; }

/* image fade in/out */
@keyframes fadeInOut {
  0%   { opacity: 0; transform: scale(0.95); filter: blur(2px); }
  8%   { opacity: 1; transform: scale(1);    filter: blur(0); }
  65%  { opacity: 1; transform: scale(1);    filter: blur(0); }
  72%  { opacity: 0; transform: scale(0.95); filter: blur(1px); }
  100% { opacity: 0; transform: scale(0.95); filter: blur(1px); }
}
/* image elements animation */
.image-see {
  opacity: 0;
  animation: fadeInOut 20s ease-in-out infinite both;
}

/* images - animation delay */
.image-animate-0 { animation-delay: 1.9s; }
.image-animate-1 { animation-delay: 3.5s; }
.image-animate-2 { animation-delay: 4.5s; }
.image-animate-3 { animation-delay: 6s; }


/*homepage blog section*/
.thumb {
  height: 345px  !important;
}
.blog-carousel-img .thumb, .home-carousel-blog .thumb {
  height: 200px !important;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow {
    top:50%;
    border-radius: 10px 0 0 10px ;
    background: transparent;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover {
    background: grey;
    color: white;
}
.htmega-carosul-prev{
    transform: translate(-100%, 0) !important;
}
.htmega-carosul-next{
    transform: translate(100%, 0) !important;
    border-radius: 0 10px 10px 0  !important;
}
.htmega-carousel-activation .slick-dots {
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
		bottom: inherit;
		margin-top: 10px;
		gap: 5px;
	
}
.elementor-2789 .elementor-element.elementor-element-adcef0a .htmega-carousel-activation .slick-dots li button {
    height: 10px;
    width: 35px;
    border: 1px solid #553f45;
	  border-radius: 2px;
}
.slick-dots {
	position:relative !important;
}

.slick-dots li {
	width:35px;
	height: 10px;
}
.elementor-2789 .elementor-element.elementor-element-adcef0a .htmega-carousel-activation .slick-dots li button {
	height:10px !important;
}
.htmega-single-post-slide {
  height:480px;
	min-height: 480px !important;
}
#google_language_translator {
	display:flex;
	justify-content: end;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-list, .slick-track {
  height: 480 !important;
}
#google_language_translator select.goog-te-combo {
    color: black !important;
		border: none !important; 
		font-weight: 600 !important;
		font-size: 16px !important;
    background-color: #FFFFFF !important;
    width: 100% !important;
    text-align: right;
}
#google_translate_element {
  display: flex;

}

/*_______________________________________end homepage style___________________________________________________*/

@media (min-width: 767px) and (max-width: 1366px) {
  .dashed-hero-element {
    width: 465px !important;
    min-height: 300px !important;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
    box-sizing: border-box !important;
    padding: 0;
  }
  .home-img-cont {
      padding: 0 20px !important;
  }
  .elementor-1325 .elementor-element.elementor-element-c30e2dd {
        padding: 40px 25px 0 25px;
  }
  .elementor-1325 .elementor-element.elementor-element-6864d60 {
        height: 200px !important;
  }
  .hero-h2, .hero-h2-1 {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default {
    padding: 35px 0 0 19px;
    margin: auto;
  }
  .ft-ro-dir-column .site-footer-section {
    margin: auto !important;
  }
}
/* Tablet (max width ~1024px) */
@media (max-width: 768px) {
  .hero-h2, .hero-h2-1 {
    font-size: 2rem !important;
    
  }
  .dashed-hero-element {
    width: 400px !important;
    min-height: 300px !important;
    background-size: 100% 100% !important;
    padding: 0;
  }
    .home-img-cont {
      gap: 10px !important;
      width: 100% !important;
      height: 200px;
  }
   .fade-in {
    width: 100px !important;
  }
  .logo {
      padding-left: 20px;
      width: 250px;
  }
  .site-top-footer-inner-wrap {
    display: flex !important;
    justify-content: space-between;
    padding-right:15px;
  }
  .footer-social-wrap .footer-social-inner-wrap {
      padding-left: 20px;
      gap: 0;
      max-width: 280px;
  }
}

/*newsletter form*/
.ff-default .ff-el-input--label label {
  color: white;
  text-wrap: nowrap;
}
.email-label {
    margin-bottom: 8px;
}
.subscribe-label {
  margin-bottom: 0 !important;
  text-align: left;
  color: white;
}
.ff-message-success {
  padding: 5px 15px !important;
  width: 345px;
  border: none !important;
  text-align: left !important;
  color: #fff !important;
  font-size: 15px;
  position: absolute !important;
  border-radius: 10px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    height: 95px;
    gap: 15px !important;

  }
  #ff_6_2_email {
    padding: 10px 15px !important;
  }
    .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0;
  }
  .frm-fluent-form .ff-t-cell {
    align-self: end !important;
  }
  .fluentform .ff-el-input--label {
    color: white;
  width: auto;
  text-align: left;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center {
    display: flex;
    align-items: center;
    justify-content: unset;
    margin-right: 0;
    margin-left: auto;
    position: absolute !important;
    top: 30px;
  }
}
.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.email-input, .subscribe-btn {
    margin-bottom: 0 !important;
}

  .fluentform .ff-el-is-error .text-danger {
  position: absolute !important;
  top: 0;
  transform: translateY(-23px);
}
.subscribe-form input[type="email"] {
  flex: 1 1 200px;
  min-width: 150px;
  box-sizing: border-box;
}

.subscribe-form button,
.subscribe-form input[type="submit"] {
  flex: 0 0 auto;
  white-space: nowrap;
}
/* Prevent form from overflowing its container */
.subscribe-form {
  max-width: 100%;
  box-sizing: border-box;
}

.subscribe-form input,
.subscribe-form button {
  max-width: 100%;
}

.msg-span {
  color: #ff6600 !important;
  font-size: 12px !important;
}
#fluentform_6 {
  height: 80px !important;
    width: 450px;
  max-width: 450px;
}

.subscribe-footer-form {
  display: flex;
  justify-content: end;
  padding: 0 25px 0 0;
}
@media (min-width: 768px) {
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
   
  }

  .ff-el-section-break hr {
    background-color: #dadbdd;
    border: none !important;
    height: 0 !important;
    margin-bottom: 0 !important;
  }
}

/*academic recommandations*/
.elementor-2667 .elementor-element.elementor-element-31a8126 .htmega-carousel-activation button.slick-arrow {
    border-radius: 12px 0px 12px 0px !important;
}
/*contact us form*/
.contact-form {
  margin: 0 auto !important;
}
.contact-button {
  margin-top: 25px !important;
}
option {
    text-align: right !important;

}
.elementor-field-label {
    padding-bottom: 7px !important;
}
#contact-submit {
    border-radius: 5px;
}
.contact-form-btn {
  width: 100% !important;
}
.contact-form-label {
  padding-top: 0 !important;
}
.elementor-82 .elementor-element.elementor-element-44d798e .elementor-field-group {
    margin-bottom: 20px;
}
/*caret style - contact form*/
.elementor-select-wrapper .select-caret-down-wrapper svg {
    width: 1em;
    height: 2em;
}
/*members section*/
.meta-card {
  border: none;
  padding: 1.5rem;
  border-radius: 0 0 8px 8px;
  background-color: transparent;
  max-width: 500px;
  font-family: Inter, sans-serif;
  height: 400px;
}

.member-name {
  font-size: 20px;
  margin-bottom: 0.2rem;
}

.member-position {
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 1rem;
}

.text-green {
  color: #508c50;
  font-weight: normal;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.arrow {
  min-width: 0.2em;
  color: #508c50;
  font-weight: inherit;
  margin-right: 0.5rem;
  line-height: 1;
}

.info-text {
  flex: 1;
  line-height: 1.2;
  font-size: 14px;
}
.eael-team-image {
	background: linear-gradient(220.69deg, rgba(230, 130, 30, 0.2) 2.71%, rgba(80, 140, 80, 0.2) 54.11%, rgba(0, 110, 150, 0.2) 91.9%);
}
.custom-text {
    font-size: 20px; 
    margin: 0;
    opacity: 0; 
    animation: fadeIn 1s forwards; 
    width: 600px;
     height: auto;
    display: flex;
}
.custom-text span {
    opacity: 0;
    animation: fadeIn 1s forwards; 
    line-height: 1.2; 
    white-space: normal;
}
.elementor-2789 .elementor-element.elementor-element-1412b30 .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner {
  height: 240px;
}
/*footer*/
#colophon .footer-navigation .footer-menu-container > ul > li > a:hover {
  color: white !important;
  transform: scale(101%);
}
.ft-ro-dir-column .site-footer-section {
  flex-direction: column;
  justify-content: center;
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.htmega-flip-box-area:hover {
  transform: scale(101%);
}

/*follow us icons*/
.e-fab-facebook-square:hover {
    fill:  #1877F2 !important;
    border: 1px solid #1877F2;
    padding: 2px;
    background: white;
    border-radius: 4px;
		transform:scale(101%);

}
.e-fab-x-twitter:hover {
    fill: #1DA1F2 !important;
    border: 1px solid #1877F2;
    padding: 2px;
    background: white;
    border-radius: 4px;
		transform:scale(101%);

}
.e-fab-tiktok:hover {
    fill: #0c0c0c !important;
    color: red !important;
    border: 1px solid #FFFFFF;
    padding: 1px;
    background: white;
    border-radius: 4px;
		transform:scale(101%);

}
.e-fab-linkedin:hover {
    fill: #0A66C2 !important;
    border: 1px solid #1877F2;
    padding: 2px;
    background: white;
    border-radius: 4px;
		transform:scale(101%);

}
.e-fab-youtube:hover {
    fill: #FF0000 !important;
    border: 1px solid #FF0000;
    padding: 2px;
    background: white;
    border-radius: 4px;
		transform:scale(101%);

}
.e-fab-instagram:hover {
    fill :#E1306C !important;
     border: 1px solid #FF0000;
    padding: 2px;
    background: white;
    border-radius: 4px;
	transform:scale(101%);
}
.footer-social-wrap {
	margin-top:25px;
  max-width: 1280px;
  margin: auto;
}

.social-link-tiktok:hover .kadence-tiktok-svg {
  fill: #0c0c0c !important;
    color: red !important;
    border: 1px solid #FFFFFF;
    padding: 1px;
    border-radius: 4px;
		transform:scale(111%);
    transition: all .6s ease-in;
}
.social-link-facebook:hover .kadence-facebook-alt2-svg {
  fill: #0A66C2 !important;
    border: 1px solid #1877F2;
    border: 1px solid #FFFFFF;
    padding: 1px;
    border-radius: 4px;
		transform:scale(111%);
        transition: all .6s ease-in;

}
.social-link-instagram:hover .kadence-instagram-alt-svg {
  fill :#E1306C !important;
     border: 1px solid #FF0000;
    border: 1px solid #FFFFFF;
    padding: 1px;
    border-radius: 4px;
		transform:scale(111%);
    transition: all .6s ease-in;

}
.social-link-youtube:hover .kadence-youtube-svg {
  fill :#E1306C !important;
  border: 1px solid #FF0000;
  border: 1px solid #FFFFFF;
  padding: 1px;
  border-radius: 4px;
	transform:scale(111%);
  transition: all .6s ease-in;
}
.social-link-twitter:hover .kadence-twitter-x-svg {
  fill: #1DA1F2 !important;
  border: 1px solid #1877F2;
  border: 1px solid #FFFFFF;
  padding: 1px;
  border-radius: 4px;
	transform:scale(111%);
  transition: all .6s ease-in;
}
.social-link-linkedin:hover .kadence-linkedin-alt-svg {
    fill: #0A66C2 !important;
    border: 1px solid #1877F2;
    padding: 2px;
    border-radius: 4px;
		transform:scale(111%);
    transition: all .6s ease-in;
}
.social-link-facebook:hover, .social-link-twitter:hover, .social-link-tiktok:hover, .social-link-youtube:hover, .social-link-linkedin:hover, .social-link-instagram:hover {
  background: white !important;
}


/*_______________________________________ About Us Page Styling Start_______________________________________________*/
/*about us hero*/

.about-us-bg {
       background: linear-gradient(199deg, rgb(230 130 30 / 51%) -3.29%, rgb(80 140 80 / 26%) 44.11%, rgb(0 110 150 / 32%) 73.9%);
    backdrop-filter: blur(166px);

}
.e-fas-angle-left {
    position: relative !important;    
}
.elementor-2667 .elementor-element.elementor-element-d0ff20e .htmega-flip-box-front, .elementor-2667 .elementor-element.elementor-element-929bac3 .htmega-flip-box-front {
    box-shadow: 2px 5px 9px #644964B3;
  }
/*_______________________________________ About Us Page Styling End_______________________________________________*/

/*_______________________________________ Our Activities Page Styling Start_______________________________________________*/
/*our activities blog*/
.eael-grid-post-holder {
  height: 450px !important;
  min-height: 450px !important;
  padding-bottom: 25px !important;
}
/*wish card carousel*/
.ms-theme-precognition {
  padding-bottom: 0 !important;
}
.cta-preset-1 {
  display: flex;
  justify-content: center;
}
.eael-call-to-action {
    padding: 25px 0 !important;
}
.post-gridcontent-43d5aee {
  width: 100% !important;
}
 .metaslider.ms-theme-nexus .nexus-link {
    display: none !important;
    }
/*_______________________________________ Our Activities Page Styling End_______________________________________________*/
/*footer*/

.site-footer-row-layout-fullwidth > .site-footer-row-container-inner > .site-container {
  padding: 0;
  width: 100%;
  max-width: 1280px;
}
.alignnone  {
  width: 100% !important;
}
#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item > a {
  color: white;
}
.elementor-2789 .elementor-element.elementor-element-4df1ab0 .htmega-single-post-slide {
  box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.712);
}
.elementor-2789 .elementor-element.elementor-element-4df1ab0 .post-carousel-wrapper .htmega-single-post-slide .post-btn a.readmore-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  align-content: center;
  width: 100%;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
  height: 167px !important;
}
.wish-card-container .eael-grid-post-holder {
    height: 400px !important;
    min-height: 400px !important;

}
.wish-card-container .eael-grid-post-holder  .eael-grid-post-link {
    height: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-contact-form {
  position: static;
}
@media (min-width: 1024px) {
  .home-contact-form {
    position: absolute !important;
    bottom: -11%;
    left: 50%;
    transform: translateX(-8%);
    margin: auto;
  }
}

.mandatory-field {
  color: red;
  margin-right: 5px;
}

/*_______________________________________ MOBILE SCREEN _______________________________________________*/
@media (max-width: 600px) {
    .hero-h2, .hero-h2-1 {
      font-size: 1.5rem !important;
    }
    .dashed-hero-element {
    width: 350px !important;
    min-height: 260px !important;
    background-size: 100% 100% !important;
    padding: 0;
    }
    .fade-in {
      width: 85px !important;
      height: 85px !important;
    }
    .home-img-cont {
        gap: 10px !important;
        width: 90% !important;
    }
    .subscribe-footer-form {
        max-width: 370px !important;
        margin: auto;
        padding: 0 !important;
    }
    .logo {
        width: 200px !important;
        margin: auto;
        padding-left: 0;
      }
    .footer-social-wrap .footer-social-inner-wrap {
        gap: 0 !important;
      }
    #fluentform_6 {
        margin-bottom: 20px !important;
      }
    .site-top-footer-inner-wrap {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        max-width: 100%;
        margin: auto;
    }
    .footer-social-wrap .footer-social-inner-wrap {
        max-width: 100%;
        padding-left: 0;
    }
}