/* =======health========= */
 @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-color: #1f7b76;
}
.banner_caption h1,
.banner_caption p{
  text-align: center;
}
.slick-slide .slide_box .card_box h3 strong {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
}
 .slide_box span:nth-child(2) {
  text-align: center;
  font-size: 18px;
  color: #000;
}

 .attendee-reviews_attendee-reviews .slick-slide .slide_box {
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid #C2C2C2;
}
section.event-intro{
  padding: 100px 0px;
}
 .event-intro h2 {
  color: #1f7b76;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}
 .event-intro .what-row p{
  margin-bottom: 2rem;
  font-size: 20px;
}
 .about-ifah-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
 .brand-section .slick-track .slick-slide img {
border: 1px solid #dddddd;
padding: 8px 0px;
border-radius: 20px;
background: #fff;
height: 150px;
max-height: 150px;
object-fit: contain;
}
 .spot_leader h2{
color: var(--theme-color);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
margin-bottom: 20px;
}
 .spot_leader p{
color: #444;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
margin-bottom: 20px;  
}

 .custom-img {
border-radius: 20px;
width: 100%;
object-fit: cover;
height: 350px;
}
 .accordion .accordion-item {
border: none;
border-radius: 12px;
margin-bottom: 10px;
box-shadow: 0 1px 6px rgba(60, 60, 60, 0.07);
background: #F5FFFE;
padding: 2px;
border: 1px solid #1f7b76;
}
 .accordion-header {
border-radius: 12px !important;
background: #fff;
font-weight: 500;
font-size: 1.05rem;
color: #222;
padding: 10px;
width: 100%;
text-align: start;
display: flex;
justify-content: space-between;
}
 .accordion-button{
border: none;
background: transparent;
}
 .accordion-body {
font-size: 0.98rem;
color: #444;
background: #f8fdfb;
border-radius: 0 0 12px 12px;
}
 .accordion-body p{
padding: 10px;
}
 .faqs_section{
padding: 60px 0px;
}
/* ================RealTalkFromRealAttendees================= */


 .vedio_main{
  position: relative;
  }
  
   .owl-item.center > div{
  margin:0% 0%;
  }
  
   .owl-item > div {
  margin: 0% 0%;
  }
  
    .owl-carousel .owl-item img{
  max-height: 100%;
  }
  
   .vedio_main .owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  }
  
   .vedio_main .owl-carousel .item-video {
  height: 300px;
  }
  
   .vedio_main .owl-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  }
  
   .vedio_main .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  
   .vedio_main .owl-dots {
  text-align: center;
  margin-top: 20px;
  }
  
  
   .vedio_main .owl-dot {
  display: inline-block;
  }
  
  
   .vedio_main .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius:10px;
  display: block;
  margin: 5px 3px;
  }
  
  
   .vedio_main .owl-dot.active span {
  background-color: #000;
  }
  
   .vedio_main .owl-carousel .owl-video-play-icon{
  background: url(../image/btnplay.png) no-repeat!important;
  }
  
   .vedio_main .owl-carousel .owl-video-wrapper{
  background: #858585;
  }
  
   .vedio_main .owl-carousel .owl-video-tn {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../image/vedio_image.png)!important;
  transition: opacity .4s ease;
  width: 100%;
  background-size: cover;
  object-fit: cover;
  }
   .vedio_main .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: white!important;
  font-size: 35px!important;
  }
  
  
   .vedio_main .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  background:#1f7b76;
  padding: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 55%;
  left: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  }
  
   .vedio_main .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  }
  
   .vedio_main .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 54px;
  width: 56px;
  left: 94%;
  top: 85%;
  background: url(owl.video.play.png) no-repeat;
  
  }
  
   .slider_one_slider .about_slider{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0px;
  }
  
   .slider_one_slider .about_slider h4{
  color:#1f7b76;
  font-size: 23px;
  font-weight: 500;
  }
  
   .slider_one_slider .about_slider p span{
  color:black;
  font-weight: 600;
  }
  
  /* ================================ */
  
  
   .slider_one{
  position: relative;
  padding: 50px 0px;
  z-index: 11;
  overflow: hidden;
  background-color: #f3f3f3;
  
  }
  
  
   .slider_one .vedio_main_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  }
  
   .slider_one h3{
  color: #1f7b76;
  text-align: center;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; /* 120.833% */
  margin-bottom: 30px;
  }
  
   .slider_one_slider h3 {
  max-width: 500px;
  text-align: start;
  margin-bottom: 20px;
  }
  
   .slider_one_slider .right_content {
  display: flex;
  justify-content: end;
  }
  
  /* ===============RealTalk============= */
  
   .vedio_main_two .owl-item {
  filter: grayscale(0);
  }
  
   .vedio_main_two .owl-item {
  opacity: 1;
  }
  
   .bringing .vedio_main_two .owl-theme .owl-nav{
  display: none;
  }
  
   .vedio_main_two iframe{
  width: 100%;
  }
  
   .vedio_main_two .item .image_iframe{
  position: relative;
  }
  
   .vedio_main_two .item .image_iframe{
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;   
  }
  
   .vedio_main_two .item .image_wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }
  
   .vedio_main_two .item .image_wrapper img{
  height: 100%;
  object-fit: cover;
  }
  
   .vedio_main_two .item  .video_btn{
  top: 74%;
  left: 79%;
  cursor: pointer;
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  }
  
   .vedio_main_two .item  .video_btn p{
  margin: 4px 0px;
  }
  
   .vedio_main_two .item  img.btn_play{
  width: 40px;
  height: 40px;
  
  }
  
   .vedio_main_two .item  img.btn_play:hover{
  transform: scale(1.5);
  transition: 1s all;
  }
  
    .vedio_main_two .item .slider_content {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  }
    .vedio_main_two .item .slider_content{
  padding: 0px;
  }
    .vedio_main_two .item .slider_content p{
  border-radius: 25px;
  border: 1px solid #CACACA;
  background: #FAFAFA;
  padding: 12px;
  min-height: 130px;  
  }
  
   .slider_one_slider .vedio_main_two .item .slider_content {
  display: none;
  }
  
   .slider_one_slider .owl-carousel .owl-stage div.center .slider_content{
  display: block;
  }
  
  .vedio_main_two .item .slider_content h4 {
  color:#1f7b76;
  font-size: 23px;
  font-weight: 500;
  }
  
   .vedio_main_two .item .slider_content p{
  font-size: 16px;
  }
  
  
   .vedio_main_two .owl-dot.active span {
  background-color: #000;
  width: 70px;
  }
  
   .vedio_main_two .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background:#1f7b76;
  }
  
   .bringing .heading_wrapper{
  max-width: 900px;
  margin: 0 auto;
  }
   .bringing .heading_wrapper h2,
  .testimonial-section .what_we_do h2{
    color: var(--theme-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .testimonial-section .what_we_do p{
    text-align: center;
    margin-bottom: 20px;
   
  }
   .bringing .attening_review .heading_wrapper p {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px;
  text-align: center;
  color: #000;
  }
  .attendee-reviews_attendee-reviews .slide_box span:nth-child(2){
    text-align: center;
  }
  .banner_caption h1,
  .banner_caption p{
    text-align: center;
  }
  @media only screen and (min-width: 1200px) {
     .gallery .col-xl-2 {
        flex: 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 1199px) {
  .new_agenda_discription h3,
  .spot_leader h2,
  .bringing .heading_wrapper h2,
  .slider_one h3{
    font-size: 32px;
  }
   .event-intro h2{
    text-align: center!important;
    font-size: 32px;
  }
 
}


/* ================social-media-page-css================== */
body .social-media_social-media{
font-family: "Inter Tight", sans-serif;
}
.Social_Media_1 h1,
.Social_Media_1 h1 strong{
font-size: 48px;
font-weight: 700;
}
.social-media_social-media .social_iccon{
padding: 50px 0px;
background: transparent;
background-image: url(https://educaction-conference.s3.amazonaws.com/s3fs-public/founder-image/GettyImages-1331328697%20%281%29.gif);
background-repeat: no-repeat;
background-size: cover;
}
.social-media_social-media .heading_wrapper{
text-align: center;
margin-bottom: 40px;
}
.social-media_social-media .heading_wrapper h2{
color: var(--theme-color);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 54px;
}
.social-media_social-media .heading_wrapper p{
font-size: 22px;

}
.social-media_social-media .main_card {
background-color: #8b8585;
border-radius: 12px;
color: white;
border-radius: 25px;
padding: 30px;
margin-bottom: 15px;
min-height: 320px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.social-media_social-media .linkedin-card {
background: linear-gradient(135deg, #058cf4, #0057ff);
}
.social-media_social-media .linkedin-icon img {
width: 25px;
}
.social-media_social-media .follow-btn {
background-color: black;
border: none;
color: white;
padding: 8px 20px;
border-radius: 25px;
display: inline-flex;
align-items: center;
font-weight: bold;
}
.social-media_social-media .follow-btn span {
background: #fff;
color: black;
border-radius: 50%;
padding: 4px 10px;
margin-left: 8px;
font-size: 14px;
}
.social-media_social-media .instagram-card{     
background: linear-gradient(317deg, #FFE185 -6.31%, #FFBB36 19.39%, #FF5176 40.19%, #F63395 57.32%, #A436D2 84.24%, #5F4EED 116.05%);
}
.social-media_social-media .linkedin-card{     

background: linear-gradient(135deg, #007BB8 14.65%, #0044E9 85.35%);
}
.social-media_social-media .twitter-card{     

background: linear-gradient(242deg, #000 11.9%, #010003 14.98%, #23004A 88.86%);
}
.social-media_social-media .youtube-card{     

background: linear-gradient(135deg, #F00 14.65%, #9B0000 85.35%);
}
.social-media_social-media .icon_wrapper{
border-radius: 14px;
background: linear-gradient(224deg, rgba(255, 255, 255, 0.30) -26.24%, rgba(255, 255, 255, 0.20) 96.94%);
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.20);
width: 64px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.social-media_social-media .icon_wrapper i{
font-size: 25px;
}

/* Connect. Engage. Get Noticed. */
.social-media_social-media .connect_engage_section,
.social-media_social-media .social-journey{
padding: 50px 0px;
}
.social-media_social-media .connect_engage_section .connect_engage h2{
color: var(--theme-color);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
margin-bottom: 20px;
}
.social-media_social-media .img_wrap_gall{
margin-bottom: 10px;
overflow: hidden;
border-radius: 20px;

}
.social-media_social-media .img_wrap_gall .two_img{
height: 100%;
}
.social-media_social-media .img_first{
max-height: 220px;
}
.social-media_social-media .img_second{
max-height: 480px;
}
.social-media_social-media .img_third{
max-height: 480px;
}
.social-media_social-media .img_forth{
max-height: 220px;
}
.social-media_social-media .img_fifth{
max-height: 220px;
}
.social-media_social-media .img_six{
max-height: 480px;
}

.social-media_social-media .connect_engage_section .connect_engage p{
color: #444;
text-align: justify;
font-size: 22px;
font-weight: 400;
letter-spacing: 0.22px;
}
.social-media_social-media .rounded-img {
border-radius: 16px;
object-fit: cover;
width: 100%;
height: 100%;
}
.social-media_social-media .section-title {
color: var(--theme-color);
font-family: "Inter Tight";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}
.social-media_social-media .why-card {
border: none;
padding: 20px;
}
.social-media_social-media .why-card ul{
padding-left: 16px;
margin-bottom: 20px;
}
.social-media_social-media .why-card p,
.social-media_social-media .why-card ul li{
color: #444;
font-size: 20px;
font-style: normal;
font-weight: 400;
margin-bottom: 10px;
}
.social-media_social-media .btn-custom {
background: var(--theme-color);
color: #fff;
border-radius: 8px;
font-weight: 500;
padding: 10px 28px;
border: none;
}
.social-media_social-media .btn-custom:hover {
background: var(--theme-color);
color: #fff;
}

/* ======slider-css======== */
.social-slider{
padding: 50px 0px;
background: var(--theme-color);
}
.social-media_social-media .social-slider__card {
background: #fff;
border-radius: 25px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
margin: 0 12px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
.social-media_social-media .social-slider__image {
width: 100%;
height: 340px;
border-radius: 25px;
}
.social-media_social-media .social-slider__image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 25px 25px 0px 0px;
}

.social-media_social-media .social-slider__content {
padding: 16px;
font-size: 1rem;
color: #222;
text-align: start;
}
.social-media_social-media .social-slider__content h4{
color: #444;
font-family: "Inter Tight";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
margin-bottom: 10px;
}
.social-media_social-media .social-slider__content h5{
color: #444;
font-family: "Inter Tight";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}
.social-media_social-media .social-slider__dots {
text-align: center;
margin-top: 16px;
}

.social-media_social-media .social-slider__dot {
display: inline-block;
width: 10px;
height: 10px;
background: #ccc;
border-radius: 50%;
margin: 0 4px;
}

.social-media_social-media .social-slider__dot.active {
background: #0077ff;
}

.social-media_social-media .social-slider__title h3{
color: #FFF;
font-family: "Inter Tight";
font-size: 40px;
font-style: normal;
font-weight: 700;
text-align: center;
margin-bottom: 44px;
}

.tobe_featured{
padding: 50px 0px;
}
.tobe_featured p{
  font-size: 18px;
}
.tobe_featured em{
color: #444;
text-align: center;
font-size: 20px;
font-style: italic;
}
.tobe_featured h1.featured, .tobe_featured h3.featured{
color: var(--theme-color);
font-family: "Inter Tight";
font-size: 50px;
font-style: normal;
font-weight: 700;
}
.tobe_featured ul li {
color: #444;
font-size: 18px;
font-style: normal;
font-weight: 400;
position: relative;  
}
.tobe_featured ul li::after{
position: absolute;
content: "";
bottom: -13px;
width: 100%;
height: 3px;
background: linear-gradient(90deg, #1f7b76  0%, #FFF 100%);
left: 0;
}
.tobe_featured ul li strong{
font-weight: 800;
}
.love_putting {
color: #444;
font-family: "Inter Tight";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.24px; 
}
.touch_btn{
border-radius: 8px;
background: var(--theme-color);
color: #fff;
padding: 10px 25px; 
}
.social-media_social-media .slider_one .faq_top_heading h2{
color: var(--theme-color);
text-align: center;
font-size: 40px;
font-weight: 700;
margin-bottom: 30px;  
}
.social-media_social-media .accordion .accordion-item {
background: #F2F2F2;
border: 1px solid #39b54a00;
margin-bottom: 20px;
}
.social-media_social-media .accordion-header{
background: #F2F2F2;
}

/* =======marquee====bar========= */
.social-marquee{
margin-bottom: 50px;
}
.hashtag-bar-container {
overflow: hidden;
background: #fff;
height: 48px;
position: relative;
width: 100%;
}
.hashtag-bar {
display: inline-block;
white-space: nowrap;
animation: scroll-left 15s linear infinite;
font-size: 2rem;
font-weight: bold;
color: var(--theme-color);
line-height: 48px;
}
@keyframes scroll-left {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
.hashtag-bar span {
margin-right: 32px;
font-weight: 800;
display: inline-block;
}

/* ==========form-sec============== */
.social-media_social-media .form_section_format{
background: #000;
padding: 50px 0px;
} 
.social-media_social-media .form_section_format{
text-align: center;
color: #fff;
font-size: 20px;
}
.social-media_social-media .form_section_format p{
  font-size: 18px;
}
.social-media_social-media .form_section_format .js-form-item.form-item{
  margin: 10px 0px;
}
.social-media_social-media .accordion-body{
    background: #f2f2f2;
}
.social-media_social-media .form_section_format input#edit-actions-submit{
  font-size: 16px;
}
.social-media_social-media .form_section_format .column_inputing .js-form-type-tel .form-tel,
.social-media_social-media .form_section_format .column_inputing{
  margin-bottom: 0px!important;
}
@media screen and (min-width: 1500px) {
.social-media_social-media .container{
  max-width: 1440px;
  margin:  0 auto;
}
}
@media screen and (max-width: 1600px) {
.Social_Media_1 h1, .Social_Media_1 h1 strong,
.social-media_social-media .heading_wrapper h2,
.social-media_social-media .connect_engage_section .connect_engage h2,
.social-media_social-media .section-title,
.tobe_featured h1.featured,.tobe_featured h3.featured,
.social-media_social-media .slider_one .faq_top_heading h2{
   font-size: 40px;
   font-weight: 700;
}
.social-media_social-media .connect_engage_section .connect_engage p,
.love_putting{
  font-size: 20px;
}
.social-media_social-media .why-card p, .social-media_social-media .why-card ul li,
.social-media_social-media .social-slider__content h4,
.social-media_social-media .heading_wrapper p{
  font-size: 18px;
}

.social-media_social-media .icon_wrapper{
  width: 50px;
  height: 50px;
}
}
@media screen and (max-width: 1500px) {
 .Social_Media_1 h1, .Social_Media_1 h1 strong,
.social-media_social-media .heading_wrapper h2,
.social-media_social-media .connect_engage_section .connect_engage h2,
.social-media_social-media .section-title,
.tobe_featured h1.featured,
.tobe_featured h3.featured,
.social-media_social-media .social-slider__title h3,
.social-media_social-media .slider_one .faq_top_heading h2{
   font-size: 32px;
}
.social-media_social-media .main_card{
  padding: 20px;
}
}
@media screen and (max-width: 1400px) {
.social-media_social-media .main_card{
  padding: 15px;
}
.social-media_social-media .follow-btn{
  font-size: 15px;
  padding: 8px 10px;
}
}
@media screen and  (max-width: 1199px) {
  .Social_Media_1 h1, .Social_Media_1 h1 strong,
.social-media_social-media .heading_wrapper h2,
.social-media_social-media .connect_engage_section .connect_engage h2,
.social-media_social-media .section-title,
.tobe_featured h1.featured,
.tobe_featured h3.featured,
.social-media_social-media .social-slider__title h3,
.social-media_social-media .slider_one .faq_top_heading h2,
.client_testimonyal .section-title h2{
   font-size: 32px;
}
}
@media screen and  (max-width: 767px) {
.social-media_social-media .img_first,
.social-media_social-media .img_second,
.social-media_social-media .img_third,
.social-media_social-media .img_forth,
.social-media_social-media .img_fifth,
.social-media_social-media .img_six{
max-height: max-content;
max-width: 400px;
margin: 10px auto;
}
.social-media_social-media .rounded-img{
  height: auto;
}
.tobe_featured ul li,
.tobe_featured em,
.social-media_social-media .connect_engage_section .connect_engage p, .love_putting{
  font-size: 16px;
}
}