@font-face {
  font-family: 'Avenir LT W01 Light';
  src: url('../images/fonts/avenir_ff/Avenir LT 35 Light.ttf') format('woff2'),
       url('../images/fonts/avenir_ff/Avenir LT 35 Light.ttf') format('woff');
  font-weight: 300; /* Adjust weight if necessary */
  font-style: normal;
}


body {
  font-family:'Wix Madefor', 'sans-serif','Sora','Avenir';
}

.header-1-main {
  padding: 20px 0px;
}
.header-logo{
text-align: center;
}

.header-logo img {
  width: 180px;

}

/* ------------------- header-calander ----------------- */
.header-calander{
margin-top: 10px;
  
}
.header-calander{
display: flex;
justify-content: center;

}
.header-cal-logo i {
  font-size: 50px;
  color: #013d70;
}

.header-calander-para p{
  padding-top: 6px;
  font-size: 12px; 
}

/* ---------------------------- header location ---------------------- */
.header-loc{
  
  padding-left: 20px;
  
}
.header-loc-logo-main{
margin-top: 10px;
display: flex !important;
padding-left: 5px;
}
.header-loc-logo i {
  padding-top: 10px;
  padding-right: 5px;
  font-size: 35px;
  color: #013d70;
}

.header-loc-para {
  padding-left: 5px;
  vertical-align: middle;
  text-align: start;
  font-size: 12px;
  padding-top: 9px !important;
}

/* --------------------- header-phone ------------------------- */
.header-phone{
  margin-top: 10px;
}
.header-phone i{
  font-size: 23px;
  padding-right: 5px;
  color: #013d70;
}

.header-phone p {
  display: flex;
  gap: 2px;
  font-size: 14px;
}

/* ---------------------------- social media icons ---------------------- */
.social-media-hed{
  margin-top: 10px;
  text-align: right !important;
}
.social-media-icons i {
padding: 5px;
border: 1px solid #013d70;
   border-radius: 50%;
  font-size: 16px;
  color: #013d70;
}
.hed-btn a{
  background-color: #8bc53f;
  color: #ffffff !important;
  gap: 3px;
  padding: 2px 16px;
  border-radius: 30px;
  font-size: 12px;
  
}

/* --------------------------------- nav bar --------------------------------- */

.navbar-fixed {
  height: 60px;
}

/* Initial state of the navbar */
.navbar-main {
  position: relative;
  /* Initially absolute */
  left: 0;
  width: 100%;
  height: auto;
  background-color: #f3f9ec !important;
  border-bottom: 4px solid #8bc53f;
  z-index: 2;
  background-color: transparent;
  /* Initially transparent */
  -webkit-transition: .5s;
  /* Smooth transition */
  transition: .5s;
}

/* When the navbar becomes sticky */
.main-site.is-sticky {
  position: fixed;
  /* Change to fixed when scrolling */
  top: 0;
  /* Stick to the top */
  left: 0;
  width: 100%;
  z-index: 999;
  width: 100%;
  background-color: #f3f9ec;
  border-bottom: 4px solid #8bc53f;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  /* Add box-shadow */
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  animation: fadeInDown 0.5s ease-in-out;
  /* Add animation */
}

/* Animation for smooth entrance */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    /* Initially above the screen */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* Final position at the top */
  }
}

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

.menu-item a{
font-size: 14px;
font-weight: 500;
}
.nav-link{
position: relative; 
}
.nav-link a{
  color:  #000 !important;
font-size: 12px;
font-weight: 500;
}
.menu-link a{
font-size: 12px;
font-weight: 500;
}
.menu-item span{
font-size: 15px;
font-weight: 500;
}
.nav-img img{
width: 120px ;
display: none ;
}
.actives {
color: #8bc53f;
}
.dropdown-image img{
width: 100%;
}



/* ------------------------------ banner ------------------- */
.banner-main {
background-color: #035184;
padding: 30px 0; /* Adjust padding as needed */
text-align: center; /* Center align all content */
}

.banner-hed {
width: initial; /* Adjust width as needed */
margin: 0 auto; /* Center align the container */
padding: 20px 0; /* Adjust padding as needed */
}

.banner-hed-img img {
width: 50%; /* Ensure image responsiveness */
display: block; /* Remove any default spacing issues */
margin-left: auto; /* Center align the image */
padding-top: 20px; /* Adjust top padding as needed */
padding-bottom: 40px; /* Adjust bottom padding as needed */
padding-right: 25px; /* Adjust right padding as needed */
}

.banner-hed-last-first {
width: fit-content;
padding-top: 40px; /* Adjust top padding as needed */
color: #ffffff; /* Text color */
text-align: left;
padding-bottom: 15px; /* Bottom border */
border-bottom: 1px solid #fff;
}

.banner-hed-last-first h1 {
font-size: 44px; /* Font size */
font-weight: 600; /* Font weight */
margin-bottom: 10px; /* Adjust bottom margin as needed */
padding-top: 20px; /* Adjust top padding as needed */
letter-spacing: 2px;
}

.banner-hed-last-first span {
font-size: 16px; /* Font size */
letter-spacing: 9px; /* Letter spacing */ 

}

.banner-hed-last-last {
color: #ffffff; /* Text color */
text-align: left; /* Center align text */
}

.banner-hed-last-last h1 {
font-size: 34px;
font-weight: 100;
font-family: Sora;
letter-spacing: 0px;
padding-top: 18px !important;
padding-bottom: 10px;
}

.banner-hed-last-last p {
font-size: 15px; /* Font size */
letter-spacing: 5px; /* Letter spacing */
padding-bottom: 10px; /* Adjust bottom padding as needed */
letter-spacing: 6.7px;
}

.banner-hed-last-last i {
font-size: 12px; /* Font size */
margin: 0 3px; /* Adjust margins as needed */
vertical-align: middle;
}

.banner{
  width: fit-content;
}

/* -----------------------------------   section 1 ----------------------------------------- */
.section1{
  background-color:#f0f0f0;
  height: 250px;
}
.section1-hed{
  position: relative;
}
.section1-body{
  position: absolute;
  top: 90px;
}

.section1-left{
 background-color: #ffffff;
 /* background-image: url("./images/USF-print.png"); */
 /* background-size: cover;
 background-repeat: no-repeat; */
 box-shadow: 0.5px 0.5px 1px 0.5px rgba(0,0,0,0.2);
 padding: 28px 20px;
 position: relative;
}
.section1-left h4{
  font-size: 20px;
  font-weight: 600;
}
.section1-left p{
font-size: 14px;
}
.section1-left a{
font-size: 12px;
}
.section1-body-last{
padding-left: 15px;
}
.section1-body-last p{
margin-top: 7px;
margin-left: 20px;
}

.gg-arrow-long-right {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs, 1));
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 0 0 2px;
width: 65px;
height: 4px;
}

.gg-arrow-long-right::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
right: 0;
bottom: -4px
} 

.section1-middle{
  background-color: #035184;
  box-shadow: 0.5px 0.5px 1px 0.5px rgb(3, 81, 132,0.2);
  color: #ffffff;
  padding: 28px 20px;
}
.section1-middle h4{
  font-size: 20px;
  font-weight: 600;
}
.section1-middle p{
font-size: 14px;
}
.section1-middle a{
font-size: 12px;
}

.gg-arrow-long-middle {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 34px;
  color: #fff;
  height: 4px;
  }
  
  .section1-body-middle{
    padding-top: 16px;
  }

  .gg-arrow-long-middle::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -4px
  } 

.section1-right{
  background-color: #ffffff;
  box-shadow: 0.5px 0.5px 1px 0.5px rgba(0,0,0,0.2);
  padding: 28px 20px;
}
.section1-right h4{
  font-size: 20px;
  font-weight: 600;
}
.section1-right p{
font-size: 14px;
}
.section1-right a{
font-size: 12px;
}

.section-1-img img {
width: 100%;
top: 0;
left: 0;
position: absolute;
}

/* ----------------------------------------- section 2 ----------------------------- */
.section2{
  background-image: url('../images/USF-58.png'); 
  background-size: cover; 
  background-repeat: no-repeat;
  padding-top: 180px;
}
.Usf-15{
  width: 250px;
}
.Usf-16{
  width: 250px;
  margin-left: 40px;
}
.section2-first{
padding-left: 50px;
}
.section2-child-1{
  background-color: #fff;
  height: 150px;
  width: 150px;
  margin-top: 40px;
  margin-left: 70px;
  padding: 20px;
  display: grid;
  align-items: center;
  text-align: center;
  box-shadow: 1px 1px 2px 2px rgba(190, 188, 188, 0.2);
  border-radius: 50%;
}

.section2-child-1 h6{
  font-size: 18px;
  font-weight: 600;
}
.section2-child-1 h6 span{
  font-size: 32px;
  color: #8bc53f;
}
.section2-last h6{

  border-left: 12px solid #8bc53f;
  padding-left: 10px;
  color: #8bc53f;
  font-weight: 600;
  margin-left: 11px;
}

.section2-last-child h5{
  font-weight: 300;
  color: #8bc53f;
  padding: 8px 4px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.section2-last-child p{
  padding-top: 5px;
  font-weight: 350;
  font-size: 14px;
  color: #fff;
}
.section2-last h2{
  color: #013d70;
  font-weight: 800;
  padding-left: 12px;
}
.sec2-child{
    padding: 1px;
    padding-top: 10px;
    text-align: center;
}



.thm-btn {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
appearance: none;
outline: none !important;
color: #fff;
margin-top: 30px;
margin-left: 17px;
font-size: 14px;
font-weight: 300;
letter-spacing: 0.075em;
text-transform: uppercase;
padding: 16px 23px;
padding-right: 40px;
background-color: #8bc53f;
transition: all 0.5s linear;
clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
overflow: hidden;
z-index: 1;
text-decoration: none;
}

.thm-btn::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 7px;
background: #8bc53f;
content: "";
clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
transform: scalex(1.0);
transform-origin: center;
transform-style: preserve-3d;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
transform-origin: left center;
z-index: -1;
}

.thm-btn span {
position: relative;
padding-left: 15px;
}

.btn-box a::before {
background-color: #013d70;
transform: translateX(0);
transition: all 0.6s;
}

.btn-box a:hover::before {
transform: translateX(-101%);
}

.btn-box a:hover {
color: white;
text-decoration: none;
}


/* ---------------------------------------------  title section ------------------------------ */

.title-middle {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  
  /* border: 2px solid #b7ae35; */
  border-radius: 40px;
  padding: 1px 20px;
  z-index:0;
  
  color: #8bc53f;
}
.title-middle h4{
  background-color: #ffffff;
  padding: 0px 15px;
  font-weight: 550;
}

.title-middle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: black !important;
  background: radial-gradient(circle, black 71%, black 100%);
  width: 165%;
  height: 0.5px;
  z-index: -1;
}
.title-middle-para{
font-size: 14px;
}

.section2-fot{
  margin-top: 60px;
}
.section2-fot {
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}
#section2-3-hedding h4{
background-color: #f4f5f7;
}


/* ------------------------------------------------------ section 3 ------------------------------------ */
.section3-bg{
  background-color: #ebf1f5;
  padding: 40px;
}

.accordion-item {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 5px 2px rgb(231, 227, 227);
  border-radius: 10px;
  margin-bottom: 26px;
}
.accordion-heading {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 550;
}
.accordion-heading span{
  background-color: #035184;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  margin-right: 10px;
}
.accordion-content {
  padding: 10px;
  display: none;
}
.active {
  display: block;
  border-color: #8bc53f;
}

.active .accordion-heading  span{
  background-color: #8bc53f; /* green background for heading */
}
.section3 a{
  display: block;
  width: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #8bc53f;
  border-radius: 20px;
  color: #ffffff;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
}

/* --------------------------------------- section4 ------------------------------------- */


.section4-fot {
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}
.title-middles {
position: relative;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
border-radius: 40px;
padding: 10px 20px; /* Adjust padding for better spacing */
background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
color: #8bc53f;
}
.title-middles h4{
background-color: #ffffff;
}

.title-middles:before {
content: "";
position: absolute;
left: 50%;
bottom: 31;
transform: translateX(-50%);
background: radial-gradient(circle, black 71%, black 100%);
width: 150%;
height: 1px; /* Adjust height as needed */
z-index: -1;
}
.section4-title-middle-para{
font-size: 14px;
padding: 4px 200px;
padding-bottom: 40px;
}

.section4-fot h4{
  color: #035184;
  font-weight: 550;
}
.section4-first-main{
margin-top: 80px;

}

.section4-first {
position: relative; /* Establishes positioning context */
background-color: #035184;
color: #ffffff;
text-align: center;
padding: 20px;   
margin-left: 77px;
margin-right: 60px;
}

.section4-first h6 {
font-size: 20px;
font-weight: 100;
}

.section4-first h5 {
font-size: 20px;
font-weight: 600;
}

.section4-first p {
font-size: 12px;
}

.section4-first-para {
padding-top: 30px;
text-align: left;
}

.section4-first-img {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
max-width: 290px; /* Adjust maximum width as needed */
}

.section4-first-img img {
width: 100%; /* Ensures image width fills its container */
height: auto; /* Maintains aspect ratio */
}

.section4-last {
position: relative; /* Establishes positioning context */
background-color: #035184;
color: #ffffff;
text-align: center;
padding: 20px;
}

.section4-last h6 {
font-size: 20px;
font-weight: 100;
}

.section4-last h5 {
font-size: 20px;
font-weight: 600;
}

.section4-last p {
font-size: 12px;
}

.section4-last-para {
padding-top: 30px;
text-align: left;
}

.section4-last-img {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
max-width: 290px; /* Adjust maximum width as needed */
}

.section4-last-img img {
width: 100%; /* Ensures image width fills its container */
height: auto; /* Maintains aspect ratio */
}



/* ---------------------------------- section 5 --------------------------------- */

.section5-fot {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}
.section5-title-middle-para{
font-size: 12px;
padding: 0px 200px;
}
.section5-fot h4{
  color: #8bc53f;
}

/* .section5_main {
  background-image: url(../images/speakers_stuff-01.webp);
  background-size: cover; 
  background-position: center;
} */

/* ---------------------- 12-2-2024---------------------------------- */
.section5{
  padding-top: 40px;
  padding-bottom: 50px;
}
    
.section5 .title-middle h4{
    background-color: #fff;
}

.section5_main{
  position: relative;
}

.section5_sub img{
  position: absolute;
  width: 100%;
  z-index: -2;
}

.spk_sub_main{
  padding-top: 70px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.spk_img{
width: 45%;
text-align: center;
border: 5px solid #706a6a;
border-radius: 50%;
margin: 0px auto;
}

.spk_img img{
  width: 100%;
  background-color: #cdd2db;
  border-radius: 50%;
}

.spk_sub_content{
  padding-top: 20px;
  text-align: center;
}

.spk_sub_content p{
  padding: 0px;
  margin: 0px;
}

.spk_sub_img img{
  width: 55%;
  float: right;
}

.spk_sub_main{
  position: relative;
}

.spk_sub_img_1 img{
  width: 40%;
  top:20px;
  position: absolute;
}

.spk_sub_img {
  position: absolute;
  top: 35px;
  z-index: -1;
}

/* -------------------------------------------- new code -------------------------------- */



.one-third {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  height: auto;
  position: relative;
  height: 380px;
}
.one-third:last-of-type {
margin-right: 0;
}
.one-third-img{
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  background-color: #f5f5f5;

}
.one-third-img img{
  margin-top: 10px;
  width: 60%;
  background-color: #ccb9b9;
}

.one-third-content-hed{
 padding: 20px;
 text-align: center;
 color: #035184;
 border-top:  1px solid #035184;
 border-bottom:  1px solid #035184;
}

.gallery-grid a {
display: block;
}
.screen {
  height: 100px;
  padding: 10% 0px;
  text-align: center;
  background-color: #f5f5f5;
}

.screen h6{
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  position: relative;
}

.screen p{
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
}

.title {
color: #fff;
font-weight: bold;
padding-left: 20px;
text-align: left;
margin: 0;
padding-top: 80%;
}
.title-3 {
color: #fff;
text-align: left;
font-weight: bold;
margin: 0;
padding-top: 60%;
padding-left: 40px;
padding-bottom: 0px;
}
.screen:hover .title {
margin-left: 0;
}
.title-3 p {
font-size: 10px;

}
.screen.fade-in .title {
margin-left: 0;
}

.title span{
color: #8bc53f;
font-size: 20px;
}
.title-3 span{
color: #8bc53f;
font-size: 20px;
}
.title-3-para{
padding-left: 5px;
margin-bottom: 20px;
padding-left: 30px;
color: #fff;
}

.section-5-top{
  padding-top: 40px;
    width: 60%; /* This sets the border width to 50% of the element */
    border-bottom: 8px solid #035184; /* The actual border */
}


.section-5-foot{
  padding-top: 60px;
  margin-left: auto;
    width: 60%; /* This sets the border width to 50% of the element */
    border-bottom: 8px solid #035184; /* The actual border */

}


/* -------------------------------------------- section6 ----------------------------------- */

.section6-fot {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}
.section6-title-middle-para p{
font-size: 12px;
padding: 0px 150px;
}
.section6-fot h4{
  color: #8bc53f;
}
.section6-fot h6{
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #035184;
}

.section6-child1 img{
  width: 100%;
}


.section6-child2-1 img{
  width: 100%;
  height: 400px;
  
}
.section6-child2-2 img{
  width: 100%;
  height: 400px;
}
.section6-child2-3 img{
  width: 100%;
  height: 400px;
}


.section6-child3-1 img{
  width: 100%;
  height: 400px;
}
.section6-child3-2 img{
  width: 100%;
  height: 400px;
}
/* -------------------------------------------------- section 7 --------------------------------------- */
.section7{
  padding-bottom: 80px;
}
.section7-fot {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}
.section7-fot h4{
  color: #8bc53f;
}
.section7-title-middle-para{
font-size: 12px;
padding: 0px 150px;
}

/* ------------------------------------- slider --------------------------------- */
.slider-container {

  overflow: hidden; /* Hide overflow content */
  position: relative; /* Ensure buttons are positioned correctly */
  margin: 20px auto; /* Center the slider */
}
.slider-content {
  display: flex; /* Display items in a row */
  transition: transform 0.5s ease; /* Smooth transition */
}
.slide {
  flex: 0 0 100%; /* Each slide takes up full width */
  padding: 10px;
  box-sizing: border-box; /* Include padding in width */
 
}
.slider-control {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  padding: 10px;
  font-size: 80px;
  font-weight: 100;
  color: #8bc53f;
  cursor: pointer;
}
.slider-control.prev {
  left: 10px;
}
.slider-control.next {
  right: 10px;
}
.slider{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 120px;
  margin-right: 110px;
  box-shadow: 0px 0px 2px 4px #f3f0f0;
  position: relative;
}
.slide-img-1 img{
  top: -35px;
  left: 22px;
  position: absolute;
  border-bottom: 20px solid #8bc53f;
  width: 87%;
}
.slide-para i{
  font-size: 40px;
  color: #8bc53f;
}

.slide-para{
  padding-left: 30px !important;
  
}
.slide-para h6{
  font-weight: 600;
  font-size: 18px;
  color: #013d70;
}
.slide-para p{
  font-size: 14px;
  padding-right: 20px;
}
/* -------------------------------------------------- section8 ------------------------------ */
.section8 {
  background-color: #013d70; /* Dark blue background */
  padding: 10px 0px; 
}


.section8-main .count {
color: #8bc53f; /* Light green color for the numbers */
font-size: 50px; /* Font size for the numbers */
font-weight: 700; /* Corrected font weight */
margin-right: 5px; /* Spacing between number and plus sign */
}

.section8-main .plus {
color: #8bc53f; /* Light green color for the plus sign */
font-size: 30px; /* Font size for the plus sign */
font-weight: 700; /* Font weight for the plus sign */
}

.section8-head {
border-top: 2px solid white; /* White top border */
border-bottom: 2px solid white; /* White bottom border */
}

.section8-main {
  padding: 40px 0px; /* Top and bottom padding */
  text-align: center; /* Center align content */
}

.section8-main h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8bc53f; /* Light green color for the numbers */
  font-size: 50px; /* Font size for the numbers */
  font-weight: 750; /* Font weight (Note: font-weight 750 is invalid, corrected to 700) */
}

.section8-main h6 {
  color: #ffffff; /* White color for the labels */
  font-size: 22px; /* Font size for the labels */
  font-weight: 600; /* Font weight for the labels */
}

/* ------------------------------------------------ section 9  ------------------------------------ */
.section9{
  padding-bottom: 40px;
}
.section9-fot {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
}
.section9-title-middle-para{
font-size: 12px;
padding: 0px 150px;
}

.section9-fot h4{
  color: #8bc53f;
}
/* ----------------------------------------------------- slider-2 ---------------------------------- */

.custom-slider-container {
  /* Set max width of the slider container */
  margin: 40px -30px; /* Center the slider horizontally */
  overflow: hidden; /* Hide overflow content */
  position: relative;
  border-radius: 5px; /* Optional: Rounded corners */
}
.custom-slider-content {
  display: flex; /* Display slides in a row */
  transition: transform 0.5s ease; /* Smooth transition for slide movement */
}

.custom-slide {
  flex: 0 0 20%; /* Each slide takes up 25% of container width */
  box-sizing: border-box; /* Include padding and border in width calculation */
  padding: 10px; /* Add padding around slide content */
  text-align: center; /* Center content horizontally */
}
.custom-slide img {
  max-width: 80%; /* Ensure images don't exceed slide width */
  height: 90px !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove default image whitespace */
  margin: 0 auto; /* Center image horizontally */
}
.custom-slider-control {
  position: absolute; /* Position controls absolutely within the container */
  top: 55%; /* Align controls vertically centered */
  transform: translateY(-60%); /* Adjust for vertical centering */
  margin-left: 20px;
  margin-right: 20px !important;
  padding: 20px;
  cursor: pointer; /* Change cursor to pointer on hover */
  z-index: 1; /* Ensure controls are above slides */
}
.custom-slider-control i{
  border: 1px solid #035184;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 100;
  color: #035184;
}
.custom-slider-control.prev {
  left: 10px; /* Position previous control on the left side */
}
.custom-slider-control.next {
  right: 10px; /* Position next control on the right side */
}

/* ----------------------------------- slide .js ------------------------------ */


/* Default slide */
.center-slider .slick-slide{
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

.sub_ind_slid{
  width: 200px;
  height: 200px;
  background-color: #fff;
}

.center-slider .slick-slide img{
  width: 100%;
  padding: 20px;
  box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
  border-radius: 10px;

}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);
 
}
.center-slider .slick-current.slick-active{
  transform: scale(0.9);
  
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #004785;
  font-size: 26px;
}

/* ------------------------------------------------ section 10 --------------------------------------- */
.section10{
 
  border-top:6px solid #8bc53f;
  padding: 60px 40px;
  background-color: #035184;
}
.section10-main-m{
  background-image: url(../images/USF-55.webp);
  background-size: contain; /* Ensures the image covers the entire element */
  background-repeat: no-repeat;
  width: 73%;
  height: 211px;
  margin-left: auto;
  margin-right: auto;
}
.section10-main{
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 20px;
}
.section10-first{
  padding: 6px;
  padding-left: 45px;
}
.section10-first h1{
  padding-top: 14px !important;
}
.section10-first p{
  font-size: 12px;
}
.section10-last {
  display: grid;
  border-radius: 20px;
  padding: 40px;
  align-items: center;
  text-align: center;
}

.section10-last p{
  text-align: left;
  padding-left: 22px;
  font-size: 12px;
}

/* ------------------------ email ------------------------ */

.email-input {
  width: 55%;
  padding: 13px;
  border: 1px solid #f3ebeb;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.email-button {
  margin-left: -5px;
  padding: 14px 20px;
  background-color: #035184;
  color: #fff;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}
.email-button:hover {
  background-color: #013d70;
}
#emailInput::placeholder {
  color: #eee8e8; /* Example placeholder text color */
}

/* ---------------------------------------------   footer ---------------------------------------- */

footer{
  background-image: url('../images/USF\ -36.webp'); /* Replace 'background.jpg' with your image path */
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.footer-hed{
  padding: 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

/* ----------------------------------- section 1 ------------------------------------------- */
.footer1-child1{
  padding-right: 60px;
}
.footer1-child1 h1{
  width: fit-content;
  font-size: 30px;
  border-bottom:1px solid #8bc53f;
}
.footer1-child1 p{
  font-size: 14px;
}

/* --------------------------------- links1 ----------------------------------------------- */
.footer-link{
  padding-left: 36px;
}
.footer-link h4{
 font-size: 16px;
 color: #8bc53f;
}
.footer-link ul {
  list-style-type: none; /* Remove default list style */
  padding: 0; /* Remove default padding */
}
.footer-link ul li {
  margin-bottom: 5px; /* Optional: Add spacing between list items */
}
.footer-link ul li a {
  text-decoration: none; /* Remove underline from links */
  color: #ffffff;
  font-size: 14px; /* Set link font size */
}
/* --------------------------------------------------link2 ---------------------------------------------- */
.footer1-child3{
padding-left: 60px;
}
.footer1-child3 a{
  color:  #fff;
  text-decoration: none;
}
.footer1-child3 a:hover{
  color: #8bc53f;
}
.footer1-child3 h4{
  font-size: 18px;
  color: #8bc53f;
}
.footer1-child3 ul {
  margin-top: 20px;
  list-style-type: none; /* Remove default list style */
  padding: 0; /* Remove default padding */
}
.footer1-child3 ul li{
  padding-bottom: 5px;
  font-size: 14px;
}
.footer1-child3 i{
  color: #8bc53f;
  padding-right: 10px;
}
/* ---------------------------------------------------------------------------------- */
.footer1-child4{
  padding-left: 53px;
}
.footer1-child4 h4{
  font-size: 18px;
  color: #8bc53f;
}
.footer1-child4 p{
  font-size: 14px;
}
.footer1-child4 a{
  color: #fff;
  font-size: 14px;
}

/* ---------------------------------------------------------------------------------------- */
.footer-section2{
  padding-top: 20px;
  padding-bottom: 50px;
}
.footer-section2-para p{
  margin-top: 15px;
  width: fit-content;
  padding: 1px 8px;
  color: #000;
  background-color: #8bc53f;
}

.footer-last img{
   width: 60px;
   height: 50px;
}
.footer1-child2 img {
  padding-top: 50px;
  width: 71% !important;
  margin-top: -25px;
}


/* ============================================== Abstract page ====================================== */
.title-middless {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 1px 20px;
  z-index:1;
  
}

.Abstract-foc{
  padding-top: 40px;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
} 
.Abstract-foc .title-middless h4{
  font-size: 40px;
  background-color: #fff;
  padding: 0px 10px;
  font-weight: 300;
  color: #000;
}
.Abstract-foc .section4-title-middle-para{
  padding: 4px 179px;
  padding-bottom: 30px;
}
.title-middless:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: #8bc53f !important;
  background: radial-gradient(circle, black 71%, black 100%);
  width: 200%;
  height: 0.5px;
  z-index: -1;
}
.abstract-e-rection{
padding-top: 40px !important;
}

/* ------------------------------------------- form ------------------------------------------------ */

.form-group-main{
  box-shadow: 0px 0px 2px 1px #c0bdbd;
  
}
.forms{
  padding: 10px 30px;
  
}
.form-group {
  margin-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #ccb9b9;
}
.form-group input,
.form-group select,
.form-group textarea {
width: 320px !important;
font-size: 15px;
padding: 3px;
background-color: #f5f3f3;
border: 1px solid #dddddd;
box-sizing: border-box;
height: 36px;
}

.form-group .full-width {
  width: 100%;
}
.submit-button {
  margin-top: 10px;
}
.submit-button button {
  padding: 7px 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #8bc53f;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 30px;
}
.submit-button button:hover {
  background-color: #218838;
  
}
.form-group-main label{
font-size: 14px;
color: #035184;
}

.form-upload span{
font-size: 11px;

}
.form-group-main-heding{
padding-top: 30px;
}

.form-group-main-heding h6{
margin: 0px;
padding-left: 25px;
border-left: 5px solid #8bc53f;
}
.form-group-main-heding span{
padding-left: 25px;
font-size: 10px;
}

/* ----------------------------- */


/* ----------------------------------------------- img -------------------------------------- */
.abstract-section2{
display: flex;
}
.abstract-img img{
width: 100%;
padding-left: 15px;
}
.abstract-img-1{
position: relative;
}
.abstract-img-1 img{
  height: fit-content;
}

.abstract-img-para{
position: absolute;
top: 225px;
left: 40px;
}
.abstract-img-para h3{
color: #8bc53f;
font-size: 36px;
margin: 0px;
}
.abstract-img-para p{
font-weight: 600;
font-size: 14px;
padding-left: 2px;
}
.abstract-submission-3-img img{
width: 40%;
padding: 5px 0px;
}

/* ------------------------------------------------- abstract para -------------------------------- */
.abstract-para{
padding: 40px 0px;
}
.abstract-para p{
text-indent: 47px;
}

/* ======================================================== Register page ====================================== */
.Abstract-foc .title-middlesss {
margin: 0px auto;
}
.Abstract-foc .title-middlesss h4{
font-size: 40px;
padding: 0px 10px;
font-weight: 300;
color: #fff;
background-color: #393636;
border-radius: 10px;
z-index: 2;
position: relative;
}
.Abstract-foc .section4-title-middle-para{
padding: 4px 179px;
padding-bottom: 30px;
}
.title-middlesss:before {
content: "";
position: absolute;
left: 50%;
top: 16%;
bottom: 14px;
transform: translate(-50%, -50%);
background: #fff !important;
background: radial-gradient(circle, black 71%, black 100%);
width: 50%;
height: 0.5px;
z-index: 1;
}


/* #register-main-head{

background-color: transparent;
color: #fff;
} */

.section4-title-middle-para-1{
padding: 4px 179px;
padding-bottom: 30px;
color: #fff;
z-index: 1;
}

.register-main{
width: 90%;
margin: auto;
padding-bottom: 50px;
}
.register-price {
width: 100%;
border-radius: 10px;
padding-left: 20px;
padding-top: 40px;
padding-bottom: 80px !important;
background-position: right bottom;
color: #fff;
text-align: center;
position: relative;  
padding-bottom: 5px; 

}
.Abstract-foc-main {
/* background-image: url("./images/register-background-2.png");
background-size: cover;
background-repeat: no-repeat; */
background-color: #fff;
border-radius: 10px;
position: relative;
overflow: hidden; /* Ensure child elements do not overflow */
z-index: -1;
}

/* .Abstract-foc-main::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8); 
border-radius: 10px; 
z-index: 0; 
} */

.price1 {
padding: 32px 0px;
background-color: #013d70;
border-radius: 20px;        /* Applies rounded corners */
overflow: hidden;  
z-index: 2;         /* Ensures pseudo-element doesn't overflow */
}
.price4{
background-color: #013d70;
border-radius: 20px;        /* Applies rounded corners */
overflow: hidden;    
padding: 40px 0px;
z-index: 2;
}
.price1::after {
content: '';
position: absolute;
bottom: -13px;
left: 22%;
width: 54%;
height: 5px;
border-bottom: 33px solid #e2e2e2;
border-radius: 20px;
z-index: -1;
}
.price4::after {
content: '';
position: absolute;
bottom: -13px;
left: 22%;
width: 54%;
height: 5px;
border-bottom: 33px solid #e2e2e2;
border-radius: 20px;
z-index: -1;
}

.price1 h6, .price1 h5 {
margin: 0;
}
#numbers{
width: 70px;
}
#occupancy{
width: 70px;
}
/* ----------------------------------------- register-middle- parra ----------------------- */
.register-middle-parra{
padding-top: 40px;
text-align: left;
padding-bottom: 40px;
}

/* ------------------------------------ section 2 ---------------------- */
.price-selection-1-main{
box-shadow: 0px 0px 4px 1px #d3cece;
}
.price-selection-1-table{
width: 100%;
height: 550px;
border-collapse: collapse; /* Ensures borders are neatly collapsed */

}
.register-pament-summery-1{
height: 550px;
}

.price-selection-1-table th span{
font-size: 11px;
padding-right: 13px;
margin-top: 10px !important;
}

th, td {

text-align: left;
}
.price-selection-1 th{
font-size: 16px;
color: #fff;
background-color: #035184;
font-weight: 500;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 15px;
}
.price-selection-1 th,td{
border: none;
}
.price-selection-1  th p{
font-size: 9px;
}
.price-selection-1 td{
font-size: 14px;
padding: 15px 10px;

}
.price-selection-1 td input{
margin-right: 10px;
}

th {
background-color: #ffffff;
}

/* Alternate row colors */
tbody tr:nth-child(even) {
background-color: #ffffff; /* Light gray */
}

tbody tr:nth-child(odd) {
background-color: #f4f4f4; /* Lighter gray */
}
.register-head-para{
padding-top: 15px;
}
.lable{
display: none;

}
/* ----------------------------------------------------------------- */
.payment-gatway{
padding: 15px 10px;
position: absolute;
bottom: 0px;
}
.payment-gatway-img{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.payment-gatway h6{
font-weight: 600;
margin-left: -11px;
}
.register-pay-img{
text-align: center;
}

.register-pay-img img{
width: 90%;
padding: 7px;
margin-top: 10px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 1px 1px #ccc;
margin: 8px auto;
margin-right: 10px;
}
.register-btn-nxt{
padding-top: 19px;
}
.register-btn-nxt a{
padding: 10px 15px;
color: #000;
text-decoration: none;
border-radius: 10px;
font-weight: 700;
background-color: #9ac566;
border: 1px solid #ccc;
}

/* --------------------------------------- section 2 child -2 ----------------- */
.price-section-child-2 table{
border: none;
}
.price-section-child-2 {
margin-top: 18px;
background-color: #f3f9ec;
border: 1.5px solid #8bc53f;
margin-bottom: -1px;
}
.price-section-child-2 table {
width: 100%; /* Ensure table takes full width of its container */
border-collapse: collapse; /* Collapse table borders */

}

.price-section-child-2 th,
.price-section-child-2 td {
 /* Add padding for spacing inside table cells */
text-align: left; /* Align text to the left within cells */
font-size: 15px;
color: #000; /* Text color */
background-color: #f3f9ec;
border: none;
padding: 5px 0px;
border-bottom: 1px solid #e0edcc;
}
.price-section-child-2 th{
font-size: 19px;
font-weight: 100;
color: #035184;
}


.price-input {
width: 70%;
margin: 8px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 14px;
}
/* --------------------------------------------------- register last second ----------------------------- */
.custom-table {
width: 100%; /* Ensure table takes full width */
border-collapse: collapse; /* Collapse table borders */
border: none;
box-shadow: 0px 0px 2px 1px #cfc8c8;
}

.custom-table th,
.custom-table td {
 /* Add padding for spacing inside table cells */
text-align: left; /* Align text to the left within cells */
padding-left: 5px;

}

.custom-table th {
background-color: #035184;
color: #fff;
font-size: 15px;
text-align: center;
padding: 5px 0px;
}

.custom-table td {
background-color: #fff;
color: #000;
font-size: 15px;
padding: 4px 5px;
text-align: center;
}

.custom-table select {
width: 71%;
margin: 4px 20px;
padding: 4px 0px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 14px;
}


/* ------------------------------------------- register last ----------------------------------- */
.section2-last{
margin-top: 20px;

}
.section2-last p{
font-size: 13px;
padding-top: 5px;
margin-left: 15px;
}
.register-coupon-btn{
margin-left: 20px;
padding: 5px 20px;
border-radius: 5px;
background-color: #eaeaea;
font-size: 12px;
border: 1px solid #d4d2d2;
}
.register-btn{
padding: 10px 30px;
background-color: #9ac566;
border-radius: 10px;
margin-bottom: 40px;
margin-top: 16px;
font-weight: 600;
text-decoration: none;
}


.section2-lasts{
width: 67%;
display: flex;
padding-top: 20px;
padding-bottom: 10px;
}

/* ------------------------------------------ register-img -------------------------------------- */
.register-img2 img{
padding-top: 20px;
width: 100%;
}


/* ---------------------------------------------------- forms  --------------------------------- */
.register-pament-input {
box-shadow: 0px 0px 4px 1px #d3cece;
padding: 5px 5px;
}
.register-pament-input h3{
font-size: 20px;
}
.register-pament-input label{
color: #000;
font-size: 15px;
}
.register-pament-input input, .register-pament-input select, .register-pament-input textarea{
width: 100%;
font-size: 15px;
padding: 3px;
background-color: #f5f3f3;
border: 1px solid #dddddd;
box-sizing: border-box;
height: 30px;
}
.register-pament-input-main{
display: flex;
margin-bottom: 15px;
}
.register-details-btn-add {
width: 100%;
text-align: end;
}

.register-details-btn-add button{
padding: 6px;
color: #fff;
border-radius: 10px;
background-color: #035184;
border: 1px solid #035184;
font-size: 12px;
}
#street{
font-size: 15px;
padding: 3px;
background-color: #f5f3f3;
border: 1px solid #dddddd;
box-sizing: border-box;
height: 90px;
overflow-y: scroll;
}
.register-pament-coupon-btn{
margin-top: 5px;
padding: 2px 5px;
background-color: #f5f3f3;
border: 1px solid #dddddd;
}
.register-pament-summery-1{
background-color: #f3f9ec;
border: 1.5px solid #8bc53f;
padding: 8px ;
position: relative;
}

.register-pament-summery-1 th,
.register-pament-summery-1 td{
  /* Add padding for spacing inside table cells */
  text-align: left; /* Align text to the left within cells */
  font-size: 15px;
  color: #000; /* Text color */
  background-color: #f3f9ec;
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid #e0edcc;
}
.register-pament-summery-1 th{
padding-bottom: 20px;
font-size: 20px;
}
.register-pament-summery-1 td{
padding-bottom: 10px;
}
/* ---------------------------------------------------- price tabs --------------------------*/


.register-pament-summery table{
border: none;
width: 100%; /* Ensure table takes full width of its container */
border-collapse: collapse; /* Collapse table borders */
}
.register-pament-summery{
background-color: #f3f9ec;
border: 1.5px solid #8bc53f;
margin-bottom: -1px;
padding: 8px ;
}
.register-pament-summery th,
.register-pament-summery td{
  /* Add padding for spacing inside table cells */
  text-align: left; /* Align text to the left within cells */
  font-size: 15px;
  color: #000; /* Text color */
  background-color: #f3f9ec;
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid #e0edcc;
}
.register-pament-summery th{
font-size: 20px;
font-weight: 100;
color: #035184;
}
.register-pament-summery-total td{
padding: 4px 10px;
font-size: 16px;
color: #000;
}

.register-pament-summery-register-btn{
padding: 10px 30px;
background-color: #9ac566;
border-radius: 10px;
margin-bottom: 40px;
margin-top: 16px;
margin-left: 100px;
font-weight: 600;
}
.register-btn{
margin-left: -15px;
text-decoration: none;
color: #000;
}
.register-btn:hover{
text-decoration: none;
color: #000;
}
.price-selection-1-table-head span{
font-size: 12px;
padding-right: 13px;
}


/* =============================================== internalpage ============================================ */
.internal-page-body{
background: linear-gradient(to bottom, #f5f5f5 1%, rgb(255, 255, 255) 99%);

}
.internalpage-main{
width: 87%;
margin: auto;
padding-bottom: 50px;
padding-top: 60px;
}
/* ------------------------------------- author tables ---------------------------------- */
.author-details h6{
font-size: 20px;
color: #013d70;
}
.author-details span{
font-size: 14px;
}
.author-details-p{
font-style: italic;
}

/* -------------------------------------authors left ----------------------------------------- */
.author-table{
border: 1px solid #013d70;
padding: 15px 15px;
}
.author-table h3{
font-size: 16px;
color: #013d70;
font-weight: 600;
}
.author-table p{
border-bottom: 1px solid #004785;
}
.author-table a{
font-size: 13px;
} 
.author-table p a:hover{
color: #8bc53f !important;
} 

/* ---------------------------------------------------- section 2 ------------------------------------------- */
.author-details-sec2{
padding-top: 40px;
}
.author-details-sec2 h3{
font-size: 20px;
color: #013d70;
}


/* ---------------------------------------------------- section 3 -------------------------------- */
.author-details-third-section{
width: 84%;
padding-top: 40px;
margin: 0px auto;
}
.author-details-sec3-child{
box-shadow: 0px 0px 4px 1px #dbd8d8;
}
.author-details-sec3-child img{
width: 90px;
background-color: #013d70;
float: left;
padding: 16px;

}
.author-details-sec3-main {
display: flex;
margin-bottom: 25px;
}
.author-details-sec3-main h6{
font-size: 18px;
  font-weight: 600;
  padding-top: 11px;
  padding-left: 8px;
  margin: 0px;
}
.author-details-sec3-main p{
padding-left: 8px;
font-size: 13px;
padding-right: 10px;
margin: 0px;
}
/* ----------------------------------------------------------- section 4 ---------------------------------- */
.author-details-sec4-main-cf{
padding: 40px 0px;
background-color: #e6edf2;
}
.author-details-sec4-main{
width: 85%;
margin: 0 auto;
}
.author-details-sec4-main h3{
font-size: 20px;
color: #004785;
}
/* ============================================== internalpage-details ============================== */
#register-pament-input-1{
margin-top: 20px;
height: 550px;
}
.form-group{
margin-bottom: 3px;
padding-top: 20px;
}

/* ------------------------------------------- contact-us ------------------------- */
.contact-us{
padding: 40px 0px;
text-align: justify;
padding-left: 13px;
}
.contact-us p{
margin-bottom: 6px;
line-height: 27px;
}
.contact-us h6{
font-size: 18px;
font-weight: 600;
}
.contact-us-sub{
padding-top: 20px;
}
.contact-us-sub p a{
color: #212529;
}
.contact-us-sub p a:hover{
color: #9ac566 !important;
}
.contact-us-sub-2{
padding-top: 30px;
}
.contact-us a{
  color: #212529;
}
.contact-us a:hover{
  color: #9ac566 !important;
  }

.contact-form {
display: grid;
}

.form-group input, .form-group select, .form-group textarea{
display: block;
width: 320px !important;
background-color: #fff;
border: 1px solid #eee;
padding: 0.625em 0.7375em;
outline: 0;
border: 1px solid #8bc53f;
-webkit-transition: 0.5s;
transition: 0.5s;
height: 45px;
}
.forms-control{

display: flex;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

/* ----------------------- */
.header-container {
    position: relative;
    display: inline-block;
}

.header-container h4 {
    text-align: left;
    border-bottom: 1px solid rgb(104, 101, 101);
    padding-bottom: 10px;
    padding-top: 30px;

    font-weight: 600;
    margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 30px; /* Width of the square */
    height: 5px; /* Height of the square */
    background-color: #8bc53f; /* Color of the square */
    transform: translateX(-50%); /* Center the square horizontally */
    transform: translateY(50%);
}

/* ------------------------- */
.footer1-child2 img {
    width: 100%;
}

/* ================== */


.default-btn {
  padding: 13px 30px;
                border-radius: 50px;
                margin-bottom: 40px;
                color: #fff;
                margin-top: 16px;
                background-color: #8bc53f;
                font-weight: 600;
            
}
.default-btn:hover{
  padding: 13px 30px;
background-color: green;
}

.sub-title {
color: #9ac566;
font-size: 18px;
display: block;
margin-bottom: 8px;
}
.form-group {
width: 100% !important;
margin-bottom: 3px;
padding-top: 20px;
}

/* =========================== */
.section-title-main{
padding-top: 40px;
padding-bottom: 40px;
}
.section-title h2{
font-size:18px;
}

.form-control{
width: 450px !important;
}

.form-group input, .form-group select {

font-size: 15px;
padding: 10px;
background-color: #fff;
border: 1px solid #8bc53f;
box-sizing: border-box;
height: 45px;
}
.form-group textarea{
width: 100% !important;
height: 150px;
border: 1px solid #8bc53f;
background-color: #fff;
}
.section-title-main{
padding: 25px;
margin-bottom: 25px;
box-shadow: 0.5px 0.5px 0.7px 0.9px rgba(0,0,0,0.4);
}
.section-title-p{
margin-bottom: 15px;
;
font-size:18px;
}

/* ================================================================================================================
================================================= inner pages about-conference =================================
================================================================================================================== */
.about-conference-content{
  display: grid;
padding: 40px 0px;
text-align: justify;

}

.Abstract-foc .title-middless h4 {
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;

}
.about-conference-content ul li{
margin-left: 25px;
list-style-type: circle;
line-height: 27px;
padding-bottom: 10px;
}
.about-conference-content h6{
font-weight: 600;
padding-left: 23px;
}
.about-conference-content p{
  line-height: 27px;
  padding-left: 23px;
}
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}
/* ------------------------------ */
.footer1-child2 img {
width: 100%;
}


/* ------------------------------------------------ inner page conference objective --------------------------------- */

.conference-objective{
padding: 20px 0px;
text-align: justify;

}
.conference-objective h6{
font-size: 18px;
font-weight: 600;
}
.conference-objective h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}

.conference-objective ul ul li{
  margin-left: 25px;
  list-style-type: circle;
  padding-bottom: 10px;
  line-height: 27px;
}
.conference-objective p{
  line-height: 27px;
  padding-left: 23px;
}


/* ----------------------- */
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}
/* ------------------------- */
.footer1-child2 img {
width: 100%;
}



/* ------------------------------------------------ inner page why to attend --------------------------------- */
.way-to-attend-content{
padding: 40px 0px;
text-align: justify;

}
.way-to-attend-content h3{
text-align: center;
margin: 0px auto;
padding-bottom: 25px;
}
.way-to-attend-content p{
margin-bottom: 0px;
padding-left: 23px;
line-height: 27px;
}
.way-to-attend-content h5{
  padding-left: 23px;
}
.way-to-attend-content h6{
font-size: 18px;
font-weight: 600;
padding-top: 25px;
display: flex; 
} 
.way-to-attend-content h6 i{
  padding-right: 5px;
}

.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;

font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}

/* ------------------------- */
.footer1-child2 img {
width: 100%;
}



/* -----------------------------------------------highlights-of-the-conference --------------------- */
.highlights-of-the-conference{
padding: 40px 0px;
text-align: justify;

}
.highlights-of-the-conference p{
margin-bottom: 0px;
padding-left: 23px;
line-height: 27px;
}
.highlights-of-the-conference h6{
font-size: 18px;
font-weight: 600;
padding-top: 25px;
display: flex;
}
.highlights-of-the-conference h6 i{
  padding-right: 5px;
}

.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.highlights-of-the-conference-2{
padding-top: 16px;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }




/* --------------------------------------- conference-sessions ------------------------------------ */
.conference-sessions{
padding: 40px 0px;
text-align: justify;

}
.conference-sessions h3{
font-size: 18px;
font-weight: 600;
padding-top: 20px;
}

.conference-sessions h3::before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
  color: #242222;
}

.conference-sessions h6{
font-size: 18px;
font-weight: 600;
}
.conference-sessions h3 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.conference-sessions ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.conference-sessions p{
margin-bottom: 0px;
line-height: 27px;
padding-left: 23px;
}


.conference-sessions h6{
padding-left: 23px;
}
.conference-sessions-p{
padding-left: 23px;
line-height: 24px;
padding-top: 10px;
}
.conference-sessions h6 {
font-size: 16px;
padding-top: 10px;
font-weight: 600;
}
.conference-sessions ul{
margin: 0px !important;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }
/* -------------------------------------------  conference-networking ------------------------ */
.conference-networking{
padding: 40px 0px;
text-align: justify;

}
.conference-networking h3{
font-size: 18px;
font-weight: 600;
padding-left: 23px;
}
.conference-networking h5{
padding-top: 18px;
font-size: 18px;
font-weight: 600;
display: flex;
}
.conference-networking h5 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.conference-networking  p{
margin-bottom: 0px;
padding-left: 23px;
line-height: 27px;
}
.conference-networking-p{
line-height: 27px;
}


.header-container {
position: relative;
display: inline-block;

}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}
/* ------------------------- */
.footer1-child2 img {
width: 100%;
}


/* ------------------------------------------------------ topic to cover --------------------------- */
.topic-to-cover{
padding: 20px 0px;
text-align: justify;
margin: 0px;
}
.topic-to-cover ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
text-align: left;
}
.topic-to-cover h6{
font-size: 18px;
font-weight: 600;
}
.topic-to-cover h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.topic-to-cover h5{
font-size: 18px;
font-weight: 600;
display: flex;
}


.topic-to-cover p{
  line-height: 27px;
  padding-left: 23px;
}

.topic-to-cover-ul {
padding-left: 23px;
}
.topic-to-cover-ul li{
  padding-bottom: 10px;
  line-height: 27px;
}

.topic-to-cover h6 {
font-size: 16px;
font-weight: 600;
padding-left: 24px;
}

.topic-to-cover h5 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.topic-to-cover-2{
width: 100%;
padding-bottom: 10px;
}


/* ----------------------- */
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}

/* ------------------------- */
.footer1-child2 img {
width: 100%;
}




/* -------------------------------------------------------- our-mission ------------------------------ */
.our-mission{
padding: 40px 0px;
text-align: justify;

}
.our-mission ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.our-mission h5{
font-size: 18px;
font-weight: 600;
padding-top: 15px;
}
.our-mission h6{
font-size: 16px;
font-weight: 600;
padding-left: 24px;
}
.our-mission h5 i{
vertical-align: middle;
padding-bottom: 3px;
font-size: 19px;
padding-right: 5px;
}
.our-mission p{
margin-bottom: 0px;
line-height: 27px;
padding-left: 23px;
}
.our-mission-p{
padding-bottom: 10px;
}



.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}

.our-mission-p{
padding-left: 23px;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }


    /* --------------------------------  pay  --------------------- */

    


/* ------------------------------------------ code-of-conduct -------------------------- */
.code-of-conduct{
padding: 40px 0px;
text-align: justify;

}
.code-of-conduct ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.code-of-conduct h6{
font-size: 18px;
font-weight: 600;
}
.code-of-conduct h5 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 4px;
}

.code-of-conduct h6 i{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 6px;
  }
.code-of-conduct h5{
font-size: 20px;
font-weight: 600;
}
.code-of-conduct p{
margin-bottom: 5px;
line-height: 27px;
padding-left: 23px;
}



.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.code-of-conduct-2{
padding-left: 23px;
}

.code-of-conduct-p{
padding-left: 23px;
}
.code-of-conduct-3{
padding-bottom: 16px;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }
    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }

/* ----------------------------------------------  policies-procedure ------------------------ */
.policies-procedure{
padding: 40px 0px;
text-align: justify;

}
.policies-procedure ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.policies-procedure h6{
font-size: 18px;
font-weight: 600;
}
.policies-procedure h5 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.policies-procedure h5{
font-size: 20px;
font-weight: 600;
display: flex;
}
.policies-procedure p{
  line-height: 27px;
  padding-left: 23px;
}


.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}

.policies-procedure h6{
padding-left: 24px;
margin-bottom: 0px;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }
    .policies-procedure ul li h6{
        padding-bottom: 7px !important;
    }
    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }



/* ---------------------------------------------------  integrity-and-ethics ---------------------------- */
.integrity-and-ethics{
padding: 40px 0px;
text-align: justify;

}
.integrity-and-ethics ul ul li{
margin-left: 25px;
list-style-type: circle;
line-height: 27px;
padding-bottom: 10px;
}
.integrity-and-ethics h6{
font-size: 18px;
font-weight: 600;
}
.integrity-and-ethics h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.integrity-and-ethics h5{
font-size: 18px;
font-weight: 600;
display: flex;
}

.integrity-and-ethics h5 i{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 5px;
  }

.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.integrity-and-ethics h6{
padding-left: 24px;
font-size: 16px;
}
.integrity-and-ethics-p{
padding-left: 23px;
line-height: 27px;
}
.integrity-and-ethics p{
  line-height: 27px;
  padding-left: 23px;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }

/* ---------------------------------  meet our speakers  ---------------------- */

/* ----------------------- */
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}

/* ------------------------- */
.footer1-child2 img {
width: 100%;
}

.meet-our{
height: 600px;
margin: 0px auto;
display: flex;
justify-content:center;
align-items:center;
font-size:50px;
}

/* ---------------------------------   collaborative-opportunities ---------------------------- */
.collaborative-opportunities{
padding: 40px 0px;
text-align: justify;

}
.collaborative-opportunities ul li{
margin-left: 25px;
padding-bottom: 10px;
list-style-type: circle;
line-height: 27px;
}
.collaborative-opportunities h6{
font-size: 16px;
font-weight: 600;
padding-left: 26px;
}
.collaborative-opportunities h5 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.collaborative-opportunities h5{
font-size: 20px;
font-weight: 600;
display: flex;
}
.collaborative-opportunities-1{
margin-bottom: 0px;
}
.collaborative-opportunities p{
line-height: 27px;
padding-left: 25px;
}



/* ----------------------- */
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}
/* ------------------------- */
.footer1-child2 img {
width: 100%;
}

.collaborative-opportunities h6{
padding-left: 25px;
line-height: 27px;
}

/* ----------------------------------------  global-community -------------------------------- */
.global-community{
padding: 40px 0px;
text-align: justify;

}
.global-community ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.global-community h6{
font-size: 18px;
font-weight: 600;
}

.global-community h6 i{
vertical-align: middle;
padding-bottom: 3px;
}

.global-community h5 i{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 7px;
  }

.global-community h5{
font-size: 18px;
font-weight: 600;
display: flex;
}

.global-community p{
line-height: 27px;
padding-left: 25px;
}



.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.global-community h6{
padding-left: 25px;
font-size: 16px;
}
.global-community-p{
padding-left: 25px;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }


/* ------------------------------------------------ Discussion Panel -------------------------- */
.discussion-panel{
padding: 40px 0px;
text-align: justify;

}
.discussion-panel ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.discussion-panel ul li{
line-height: 27px;
}
.discussion-panel h6{
font-size: 18px;
font-weight: 600;
}
.discussion-panel h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 5px;
}
.discussion-panel h5{
font-size: 20px;
font-weight: 600;
}
.discussion-panel-h6{
padding-left: 23px;
padding-bottom: 0px !important;
}
.discussion-panel p{
padding-bottom: 7px;
line-height: 27px;
padding-left: 24px;
}



.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.discussion-panel-ul{
padding-left: 23px;

}
.discussion-panel-ul li{
 padding-bottom: 10px;
  
  }
/* ----------------------------------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }

/* ------------------------------------------- associations-collaborations ---------------------------------- */

.associations-collaborations{
padding: 40px 0px;
text-align: justify;

}
.associations-collaborations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 7px;
}
.associations-collaborations h6{
font-size: 18px;
font-weight: 600;
display: flex;
}
.associations-collaborations h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.associations-collaborations h5{
font-size: 20px;
font-weight: 600;
}
.associations-collaborations-1{
margin-bottom: 0px;
}
.associations-collaborations p{
line-height: 24px;
}

.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.associations-collaborations-1{
padding-bottom: 15px;
}
.associations-collaborations-1 a{
  color: #212529;
}

.associations-collaborations-1 a:hover{
  color: #8bc53f;
}

 /* ----------------------- */
 .header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }
    /* ----------------- */
    .footer1-child2 img {
        width: 100%;
    }
    .associations-collaborations{
    
    }

/* --------------------------------------------- doctoral-student-program -------------------------- */

.doctoral-student-program{
padding: 40px 0px;
text-align: justify;

}
.doctoral-student-program ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 7px;
}
.doctoral-student-program h6{
font-size: 18px;
font-weight: 600;
}
.doctoral-student-program h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.doctoral-student-program h5{
font-size: 20px;
font-weight: 600;
}
.doctoral-student-program p{
line-height: 24px;
padding-left: 25px;
}
.doctoral-student-program a{
  color: #212529;
}

.doctoral-student-program a:hover{
  color: #8bc53f;
}


.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
/* ----------------------------------------- */

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }




/* ------------------------------------------------  General Submission Guidelines --------------------------- */
.abstract-submission-guidelines{
padding: 40px 0px;
text-align: justify;

}
.abstract-submission-guidelines ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 7px;
}
.abstract-submission-guidelines h6{
font-size: 18px;
font-weight: 600;
}
.abstract-submission-guidelines h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.abstract-submission-guidelines h5{
font-size: 20px;
font-weight: 600;
}
.abstract-submission-guidelines-1{
padding-left: 23px;
}
.abstract-submission-guidelines p{
line-height: 24px;
}
.abstract-submission-guidelines a{
  color: #212529;
}
.abstract-submission-guidelines a:hover{
  color: #8bc53f;
}

.Abstract-foc{
padding-top: 40px;
text-align: center;
padding-left: 200px;
padding-right: 200px;
} 
.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.Abstract-foc .section4-title-middle-para{
padding: 4px 179px;
padding-bottom: 30px;
}

.dropdown-image img{
width: 100%;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }
    /* --------------------------------- */
    .footer1-child2 img {
        width: 100%;
    }


/* ------------------------------------------- abstract-ethical-consideration-and-review ----------------- */

.abstract-ethical-consideration-and-review{
padding: 40px 0px;
text-align: justify;

}

.abstract-ethical-consideration-and-review ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 7px;
}
.abstract-ethical-consideration-and-review h6{
font-size: 18px;
font-weight: 600;
display: flex;
}
.abstract-ethical-consideration-and-review h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.abstract-ethical-consideration-and-review h5{
font-size: 20px;
font-weight: 600;
}
.abstract-ethical-1{
margin-bottom: 0px;
}
.abstract-ethical-consideration-and-review p{
line-height: 26px;
text-align: left;
}
.abstract-ethical-consideration-and-review a{
  color: #212529;
}
.abstract-ethical-consideration-and-review a:hover{
  color: #8bc53f;
}
/* ----------------------- */
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}
/* ------------------------- */
.footer1-child2 img {
width: 100%;
}



/* ------------------------------------------------   poster-presentation   -------------------------- */
.poster-presentations{
padding: 40px 0px;
text-align: justify;

}
.poster-presentations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 7px;
}
.poster-presentations h6{
font-size: 18px;
font-weight: 600;
}
.poster-presentations h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.poster-presentations h5{
font-size: 20px;
font-weight: 600;
}
.poster-presentations p{
line-height: 26px;
text-align: left;
}
.poster-presentations a{
  color: #212529;
}
.poster-presentations a:hover{
  color: #8bc53f;
}


.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }




/* -----------------------------------------  registration-covers ---------------------------- */
.registration-covers{
padding: 40px 0px;
text-align: justify;

}
.registration-covers ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 5px;
}
.registration-covers h6{
font-size: 18px;
font-weight: 600;
}
.registration-covers h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.registration-covers h5{
font-size: 20px;
font-weight: 600;
}
.registration-covers p{
line-height: 26px;
text-align: left;
}

.registration-covers a{
  color: #212529;
}

.registration-covers a:hover{
  color: #8bc53f;
}


.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }




/* -----------------------------------------------------  cancellation-refund-policy ------------------------- */
.cancellation-refund-policy{
padding: 40px 0px;
text-align: justify;

}

.cancellation-refund-policy ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 5px;
}
.cancellation-refund-policy h6{
font-size: 18px;
font-weight: 600;
}
.cancellation-refund-policy h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.cancellation-refund-policy h5{
font-size: 20px;
font-weight: 600;
}
.cancellation-refund-policy h3{
font-size: 24px;
padding-bottom: 15px;
font-weight: 600;
}

.cancellation-refund-policy p{
margin-bottom: 5px;
line-height: 26px;
}
.cancellation-refund-policy-p{
padding-left: 25px;
}
.cancellation-refund-policy-1{
  padding-left: 23px;
  text-align: left;
}

.Abstract-foc .title-middless h4{
font-size: 24px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.cancellation-refund-policy-p{
padding-left: 23px;
}
.cancellation-refund-policy h6{
padding-left: 25px;
}
.cancellation-refund-policy-first{
padding-bottom: 15px;
}
.cancellation-refund-policy-sub{
padding-bottom: 15px;
}
.cancellation-refund-policy a{
  color: #212529;
}

.cancellation-refund-policy a:hover{
  color: #8bc53f;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

/* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }


/* -----------------------------------------  group-registrations --------------------------------------- */
.group-registrations{
padding: 40px 0px;
text-align: justify;

}
.group-registrations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 5px;
}
.group-registrations h6{
font-size: 17px;
font-weight: 600;
}
.group-registrations h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.group-registrations h5{
font-size: 20px;
font-weight: 600;
}
.group-registrations p{
line-height: 26px;
text-align: left;
}

.group-registrations a{
  color: #212529;
}

.group-registrations a:hover{
  color: #8bc53f;
}




.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.group-registrations h6{
padding-left: 24px;
}

/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }


/* ------------------------------------------  previous-events-gallery ---------------------------------*/

.previous-events-gallery{
padding: 40px 0px;
text-align: justify;

}
.previous-events-gallery ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 5px;
}
.previous-events-gallery h6{
font-size: 18px;
font-weight: 600;
}
.previous-events-gallery h5{
font-size: 20px;
font-weight: 600;
}
.previous-events-gallery-p{
margin-bottom: 0px;
line-height: 30px;
}



.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}
.previous-events-gallery-p{
margin-bottom: 0px !important;
}

.previous-events-gallery-first{
padding-bottom: 15px;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }
    .section6-fot {
        display: grid;
    }
    .section6-fot-main{
        padding-bottom: 60px;
    }


/* ---------------------------------------  about-venue ------------------------------ */
.about-venue{
padding: 40px 0px;
text-align: justify;

}
.about-venue ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 5px;
}
.about-venue h3{
font-size: 24px;
font-weight: 600;
}
.about-venue h6{
font-size: 18px;
font-weight: 600;
}
.about-venue h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.about-venue h5{
font-size: 20px;
font-weight: 600;
padding-left: 23px;
}
.about-venue p{
line-height: 24px;
}
.header-container {
position: relative;
display: inline-block;
}

.header-container h4 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101);
padding-bottom: 10px;
padding-top: 30px;
;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.header-container .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}

.footer1-child2 img {
width: 100%;
}
/* ----------------------------------------  visiting-places-in-china ---------------------- */
.visiting-places{
padding: 40px 0px;
text-align: justify;

}
.visiting-places ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
}
.visiting-places h6{
font-size: 18px;
font-weight: 600;
}
.visiting-places h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 6px;
}
.visiting-places p{
padding-left: 24px;
line-height: 27px;
}


.Abstract-foc .title-middless h4{
font-size: 30px;
background-color: #fff;
padding: 0px 10px;
font-weight: 300;
color: #000;
;
}


/* ----------------------- */
.header-container {
        position: relative;
        display: inline-block;
    }
    
    .header-container h4 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101);
        padding-bottom: 10px;
        padding-top: 30px;
    
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .header-container .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }
    .visiting-places-in-china li{
        padding-bottom: 10px;
        line-height: 27px;
    }
    .visiting-places-in-china p{
      line-height: 27px;
    }

    /* ------------------------- */
.footer1-child2 img {
        width: 100%;
    }


/* ============================================  index-php  ===================== */


.banner-hed {
width: 68%;
/* Adjust width as needed */
display: flex;
margin: 0 auto;
/* Center align the container */
padding: 20px 0;
/* Adjust padding as needed */
}

.banner-hed-last-first {
padding-top: 36px;
}

.banner-hed-img img {
width: 60%;
padding-top: 20px;
}

/* ----------------------------- nav-above --------------------------  */
.header-loc-para {
padding-left: 5px;
margin: auto 0px;
text-align: start;
font-size: 12px;

}

/* --------------------------------- nav-img -------------------- */
.dropdown-image {
text-align: center;
}

.dropdown-image img {
width: 100%;
margin: 0px auto;
}

/* ---------------------------------- banner-main-------------------- */
.banner-hed-last-last h1 {
letter-spacing: 2px;
padding-top: 11px !important;
}

.banner-hed-last-first span {
font-size: 16px;

}

/* .banner-hed-last-first{
text-align: center;
} */
.banner-hed-last-last p {
font-size: 15px;
letter-spacing: 5px;
padding-bottom: 10px;
letter-spacing: 7.9px;
}

/* ----------------------- after banner ------------ */
.section1-middle p {
font-size: 14px;
margin-bottom: 33px;
}

.section1-right p {
font-size: 14px;
margin-bottom: 33px;
}

/* ------------------------------------------------------ */
.section1-left a {
font-size: 16px;
color: #000;
}

.section1-middle a {
font-size: 16px;
color: #fff;

}

.section1-right a {
font-size: 16px;
color: #000;
}

.section1-body-last p {
margin-top: 10px;
margin-left: 20px;
}

.section1-left a,
.section1-middle a,
.section1-right a {
z-index: 1;
/* Ensure the link is on top */
}



.section1-left h4 {
font-size: 20px;
font-weight: 600;
padding-bottom: 18px;
}

.section1-middle h4 {
font-size: 20px;
font-weight: 600;
padding-bottom: 18px;
}

.section1-right h4 {
padding-bottom: 18px;
}


/* ------------------------------ */
.thm-btn {
margin-bottom: 80px;
}

/* -------------------------- */
.section2-fot {
margin-top: 0px;
padding-bottom: 40px;
}

#section2-3-hedding h4 {
background-color: #ebf1f5;
}

/* ----------------- */
.header-phone text-center i {
margin-left: -5px;
}

.header-phone a{
  color: #212529;
}
.header-phone a:hover{
  color:#8bc53f
}
.header-phone p {
display: flex;
gap: 2px;
font-size: 14px;
padding-bottom: 1px;
}

.banner-hed-last-first h1 {
padding-bottom: 7px !important;
}


.banner-hed-last-first {
width: fit-content;
padding-top: 44px;
color: #ffffff;
text-align: left;
padding-bottom: 1px;
margin-bottom: 8px;
}


.banner-hed {
display: flex;
margin: 0 auto;
padding: 20px 0;
}

.banner-hed-last-first h1 {
  font-size: 32px;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
  font-family: Lora !important;
  padding-top: 20px;
  letter-spacing: 2px;
  }

.title-second{
font-weight: 100 !important;
font-family: Lora !important;
letter-spacing: 0px;
padding-bottom: 10px;
margin-bottom: 8px !important;
}


.banner-hed-last-last span {
font-size: 16px;
font-family: sora;
font-weight: 100 !important;
letter-spacing: 2px;
/* border-top: 1px solid #fff; */
padding-top: 8px !important;
}

.banner-hed-last-first span p {
margin-bottom: 0px;
}

.section1-body-last a {
padding-left: 30px !important;
}

.gg-arrow-long-right {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs, 1));
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 0 0 2px;
width: 34px;
height: 4px;
}

.btn-left {

text-align: center;
}

.section2-last h2 {
line-height: 45px;
}

.section1-body {
position: absolute;
top: 63px;
}

.section2 {
background-size: cover;
background-repeat: no-repeat;
padding-top: 110px;
}

.section3-bg {
background-color: #ebf1f5;
padding: 50px;
}

.footer1-child2 {
  padding-top: 20px;
vertical-align: baseline;
text-align: center;
}

.footer1-child2 img {
width: 60%;
}

.footer1-child4 {
padding-left: 0px; 
}
.footer-link {
padding-left: 0px;
}
.footer1-child1 {
padding-right: 0px !important;
}

.section10-first p {
font-size: 11px;
}

.footer-hed {
padding: 40px;
text-align: center;
font-size: 30px;
font-weight: 250;
;
color: #ffffff;
}
/* --------------------- section 4  ---------------------- */
.section4-fot {
padding-top: 40px;
text-align: center;
padding-left: 200px;
padding-bottom: 40px;
padding-right: 200px;
}
/* ------------------------------- section -6 ------------------- */
.section6-fot {
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
display: grid;
padding-left: 180px;
padding-right: 180px;
}

/* -------------------------------------  section -7 --------------- */
.section4-first {
position: relative;
background-color: #035184;
color: #ffffff;
text-align: center;
padding: 20px;
margin-left: 46px;
margin-right: 29px;
}

.section4-last {
position: relative;
background-color: #035184;
color: #ffffff;
text-align: center;
padding: 20px;
margin-right: 56px;
}
/* ---------------------------------- video ------------------------- */
.keynote-video{
display: flex;
}
/* ------------------------ section-left ------------------- */
.keynote-yt{
display: flex;
gap: 10px;
margin: 20px 27px;
padding-left: 18px;
}

.keynote-v-1 img,
.keynote-v-2 img,
.keynote-v-3 img,
.keynote-v-4 img{
width: 100%;
position: relative;
z-index: 1;
}

.keynote-v-1 i{
position: absolute;
left: 10%;
bottom: 25px;
z-index: 4;
}
.keynote-v-2 i{
position: absolute;
left: 32%;
bottom: 25px;
z-index: 4;
}
.keynote-v-3 i{
position: absolute;
left: 54%;
bottom: 25px;
z-index: 4;
}
.keynote-v-4 i {
position: absolute;
left: 76%;
bottom: 25px;
z-index: 4;
}

/* ------------------------ section-right ------------------- */
.keynote-rt {
display: flex;
gap: 10px;
margin: 20px 0px;
padding-right: 55px;
}
.keynote-r-1 img,
.keynote-r-2 img,
.keynote-r-3 img,
.keynote-r-4 img{
width: 100%;
position: relative;
z-index: 1;
}
.keynote-r-1 i {
position: absolute;
left: 4%;
bottom: 25px;
z-index: 4;
}
.keynote-r-2 i {
position: absolute;
left: 26%;
bottom: 25px;
z-index: 4;
}
.keynote-r-3 i {
position: absolute;
left: 48%;
bottom: 25px;
z-index: 4;
}
.keynote-r-4 i {
position: absolute;
left: 70%;
bottom: 25px;
z-index: 4;
}

/* ----------------------------------------  Testimonials -------------------- */
.slide-img-1 video {
top: -40px;
left: 15px;
position: absolute;
border-bottom:0px solid #8bc53f !important;
width:100%;
}

/* ----------------------------------------testimonials-video --------------- */
.video-container {
position: relative;
width: 85%; /* Adjust to fit your container */
margin: auto;
}
.video-container i{
background-color: red;
padding-left: 2px;
border-radius: 50%;
color: #fff;
text-align: center;
position: absolute;
top: 174px;
left: 25px;
font-size: 43px;
color: white; /* Adjust color as needed */
cursor: pointer;
}

.play-icon {
display: block; /* Show play icon initially */
}

.pause-icon {
display: none; /* Hide pause icon initially */
}

video {
width: 100%; /* Ensures the video fits the container */
display: block;
}



/* ------------------------------------------- associations-collaborations ---------------------------------- */

.associations-collaborations{
padding: 40px 0px;
text-align: justify;

}
.associations-collaborations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.associations-collaborations h6{
font-size: 16px;
font-weight: 600;
}
.associations-collaborations h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.associations-collaborations h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.associations-collaborations-1{
margin-bottom: 0px;
}
.associations-collaborations p{
line-height: 27px;
padding-left: 25px;
}

.associations-collaborations-2{
  text-align: left;
}

/* --------------------------------------------- doctoral-student-program -------------------------- */

.doctoral-student-program{
padding: 40px 0px;
text-align: justify;

}
.doctoral-student-program ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.doctoral-student-program h6{
font-size: 16px;
font-weight: 600;
display: flex;
}
.doctoral-student-program h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.doctoral-student-program h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.doctoral-student-program p{
line-height: 27px;
}
/* ------------------------------------------------  General Submission Guidelines --------------------------- */
.abstract-submission-guidelines{
padding: 40px 0px;
text-align: justify;

}
.abstract-submission-guidelines ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.abstract-submission-guidelines h6{
font-size: 16px;
font-weight: 600;
}
.abstract-submission-guidelines h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.abstract-submission-guidelines h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.abstract-submission-guidelines-1{
padding-left: 23px;
}
.abstract-submission-guidelines p{
line-height: 27px;
padding-left: 25px;
}

/* ------------------------------------------- abstract-ethical-consideration-and-review ----------------- */

.abstract-ethical-consideration-and-review{
padding: 40px 0px;
text-align: justify;

}

.abstract-ethical-consideration-and-review ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.abstract-ethical-consideration-and-review h6{
font-size: 16px;
font-weight: 600;
}
.abstract-ethical-consideration-and-review h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.abstract-ethical-consideration-and-review h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.abstract-ethical-1{
margin-bottom: 0px;
}
.abstract-ethical-consideration-and-review p{
line-height: 27px;
padding-left: 25px;
}



/* ------------------------------------------------   poster-presentation   -------------------------- */
.poster-presentations{
padding: 40px 0px;
text-align: justify;

}
.poster-presentations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.poster-presentations h6{
font-size: 16px;
font-weight: 600;
}
.poster-presentations h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.poster-presentations h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.poster-presentations p{
line-height: 27px;
padding-left: 25px;
}
/* -----------------------------------------  registration-covers ---------------------------- */
.registration-covers{
padding: 40px 0px;
text-align: justify;

}
.registration-covers ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.registration-covers h6{
font-size: 16px;
font-weight: 600;
}
.registration-covers h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.registration-covers h5{
font-size: 18px;
font-weight: 600;
padding-left: 25px;
}
.registration-covers p{
line-height: 27px;
padding-left: 25px;
}

/* -----------------------------------------------------  cancellation-refund-policy ------------------------- */
.cancellation-refund-policy{
padding: 40px 0px;
text-align: justify;

}

.cancellation-refund-policy ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.cancellation-refund-policy h6{
font-size: 16px;
font-weight: 600;
}
.cancellation-refund-policy h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.cancellation-refund-policy h5{
font-size: 18px;
font-weight: 600;
display: flex;
}
.cancellation-refund-policy h5 i{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 9px;
  }
.cancellation-refund-policy h3{
font-size: 16px;
padding-bottom: 15px;
font-weight: 600;
padding-left: 25px;
}

.cancellation-refund-policy p{
margin-bottom: 5px;
line-height: 27px;
padding-left: 25px;
}

/* -----------------------------------------  group-registrations --------------------------------------- */
.group-registrations{
padding: 40px 0px;
text-align: justify;

}
.group-registrations ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.group-registrations h6{
font-size: 16px;
font-weight: 600;
}
.group-registrations h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.group-registrations h5{
font-size: 18px;
font-weight: 600;
}
.group-registrations h5 i{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 6px;
  }
  .group-registrations h4{
   font-size: 18px;
   padding-left: 24px;
  }
.group-registrations p{
line-height: 27px;
padding-left: 25px;
}


/* ------------------------------------------  previous-events-gallery ---------------------------------*/

.previous-events-gallery{
padding: 40px 0px;
text-align: justify;

}
.previous-events-gallery ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.previous-events-gallery h6{
font-size: 16px;
font-weight: 600;
}
.previous-events-gallery h5{
font-size: 18px;
font-weight: 600;
}
.previous-events-gallery-p{
margin-bottom: 0px;
line-height: 27px;
}
.previous-events-gallery p{
  line-height: 27px;
}

/* ---------------------------------------  about-venue ------------------------------ */
.about-venue{
padding: 40px 0px;
text-align: justify;

}
.about-venue ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.about-venue h3{
font-size: 24px;
font-weight: 600;
}
.about-venue h6{
font-size: 16px;
font-weight: 600;
display: flex;
}
.about-venue h6 i{
vertical-align: middle;
padding-bottom: 3px;
padding-right: 9px;
}
.about-venue h5{
font-size: 18px;
font-weight: 600;
}
.about-venue p{
line-height: 27px;
padding-left: 24px;
}
/* ----------------------------------------  visiting-places-in-dubai ---------------------- */
.visiting-places-in-dubai{
padding: 40px 0px;
text-align: justify;
}
.visiting-places-in-dubai ul ul li{
margin-left: 25px;
list-style-type: circle;
padding-bottom: 10px;
line-height: 27px;
}
.visiting-places-in-dubai h6{
font-size: 18px;
font-weight: 600;
}
.visiting-places-in-dubai h6 i{
vertical-align: middle;
padding-bottom: 3px;
}
.visiting-places-in-dubai p{
line-height: 27px;
}


/* ==================================  about-conference  ==================== */

.about-conference-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px !important;
  padding-left: 7px;
  text-align: center; /* Center text for larger screens */
}

.about-conference-hed-h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101) !important;
  padding-bottom: 15px;
  font-size: 24px !important;
  padding-top: 30px;
  font-weight: 600;
  margin: 0; /* Remove default margin to adjust positioning */
}

.about-conference-hed .underline-square {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translate(-50%, 50%); /* Center the square horizontally */
}

/* ------------------------  highlights-of-the-conference  ----------------- */

.highlights-of-the-conference-hed {
  position: relative;
      display: inline-block;
      padding-top: 20px ;
      padding-left: 7px;
      text-align: center;
      }
      
      .highlights-of-the-conference-hed h1 {
          text-align: left;
              border-bottom: 1px solid rgb(104, 101, 101) ;
              padding-bottom: 15px;
              font-size: 24px ;
              padding-top: 30px;
              font-weight: 600;
              margin: 0; /* Remove default margin to adjust positioning */
      }
      
      .highlights-of-the-conference-hed .underline-square {
          position: absolute;
          left: 45%;
          bottom: 0;
          width: 30px; /* Width of the square */
          height: 5px; /* Height of the square */
          background-color: #8bc53f; /* Color of the square */
          transform: translateX(-50%); /* Center the square horizontally */
          transform: translateY(50%);
      }

      /* --------------------   conference-objective      ------- */
     .conference-objective-hed {
      position: relative;
      display: inline-block;
      padding-top: 20px ;
      text-align: center;
      }
      
      .conference-objective-hed h1 {
          text-align: left;
              border-bottom: 1px solid rgb(104, 101, 101) ;
              padding-bottom: 15px;
              font-size: 24px ;
              padding-top: 30px;
              font-weight: 600;
              margin: 0;
      }
      
      .conference-objective-hed .underline-square {
          position: absolute;
          left: 45%;
          bottom: 0;
          width: 30px; /* Width of the square */
          height: 5px; /* Height of the square */
          background-color: #8bc53f; /* Color of the square */
          transform: translateX(-50%); /* Center the square horizontally */
          transform: translateY(50%);
      }

         /* ---------------  topic-to-cover  --------------- */

   .topic-to-cover-hed {
    position: relative;
    display: inline-block;
    padding-top: 20px ;
    padding-left: 22px;
    text-align: center;
    }
    
    .topic-to-cover-hed h1 {
            text-align: left;
            border-bottom: 1px solid rgb(104, 101, 101) ;
            padding-bottom: 15px;
            font-size: 24px ;
            padding-top: 30px;
            font-weight: 600;
            margin: 0; /* Remove default margin to adjust positioning */
    }
    
    .topic-to-cover-hed .underline-square {
        position: absolute;
        left: 45%;
        bottom: 0;
        width: 30px; /* Width of the square */
        height: 5px; /* Height of the square */
        background-color: #8bc53f; /* Color of the square */
        transform: translateX(-50%); /* Center the square horizontally */
        transform: translateY(50%);
    }

     /* --------------- way-to-attend-content  -------- */
     .way-to-attend-hed {
      position: relative;
      display: inline-block;
      padding-top: 20px ;
      padding-left: 7px;
      text-align: center;
      }
      
      .way-to-attend-hed h1 {
              text-align: left;
              border-bottom: 1px solid rgb(104, 101, 101) ;
              padding-bottom: 15px;
              font-size: 24px ;
              padding-top: 30px;
              font-weight: 600;
              margin: 0;/* Remove default margin to adjust positioning */
      }
      
      .way-to-attend-hed .underline-square {
          position: absolute;
          left: 45%;
          bottom: 0;
          width: 30px; /* Width of the square */
          height: 5px; /* Height of the square */
          background-color: #8bc53f; /* Color of the square */
          transform: translateX(-50%); /* Center the square horizontally */
          transform: translateY(50%);
      }

      
/* -------------------  conference-sessions  ---------------- */
     .conference-sessions-hed {
      position: relative;
      display: inline-block;
      padding-top: 20px ;
      text-align: center;
      padding-left: 7px;
  }
  
  .conference-sessions-hed h1 {
          text-align: left;
          border-bottom: 1px solid rgb(104, 101, 101) ;
          padding-bottom: 15px;
          font-size: 24px ;
          padding-top: 30px;
          font-weight: 600;
          margin: 0;/* Remove default margin to adjust positioning */
  }
  
  .conference-sessions-hed .underline-square {
      position: absolute;
      left: 45%;
      bottom: 0;
      width: 30px; /* Width of the square */
      height: 5px; /* Height of the square */
      background-color: #8bc53f; /* Color of the square */
      transform: translateX(-50%); /* Center the square horizontally */
      transform: translateY(50%);
  }

   /* ----------------  our-mission  ------------ */

   .our-mission-hed {
    position: relative;
    display: inline-block;
    padding-top: 20px ;
    text-align: center;
    padding-left: 23px;
}

.our-mission-hed h1 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101) ;
        padding-bottom: 15px;
        font-size: 24px ;
        padding-top: 30px;
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
}

.our-mission-hed .underline-square {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 30px; /* Width of the square */
    height: 5px; /* Height of the square */
    background-color: #8bc53f; /* Color of the square */
    transform: translateX(-50%); /* Center the square horizontally */
    transform: translateY(50%);
}

.our-mission h5 img{
  width: 20px;
  padding-right: 5px;
  padding-bottom: 3px;
}

 /* -------------------  code-of-conduct ------------*/
  
 .code-of-conduct-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 23px;
}

.code-of-conduct-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.code-of-conduct-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}


 /* ------------------  policies-procedure  -------------*/

 .policies-procedure-hed{
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 23px;
}

.policies-procedure-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.policies-procedure-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------   integrity-and-ethics  -------------*/

.integrity-and-ethics-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 23px;
}

.integrity-and-ethics-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0;/*  /* Remove default margin to adjust positioning */
}

.integrity-and-ethics-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

 /* -----------------------  conference-networking  -------------- */
 .conference-networking-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 23px;
}

.conference-networking-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.conference-networking-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* ---------------------  collaborative-opportunities  --------------------*/


.collaborative-opportunities-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.collaborative-opportunities-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.collaborative-opportunities-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* -------------------- global-community ------------- */

.global-community-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.global-community-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.global-community-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

 
/* -----------------------   discussion-panel  -------------*/

.discussion-panel-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 23px;
}

.discussion-panel-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.discussion-panel-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}


     /* --------------------  associations-collaborations  ---------------- */

     .associations-collaborations-hed {
      position: relative;
      display: inline-block;
      padding-top: 20px ;
      text-align: center;
      padding-left: 25px;
  }
  
  .associations-collaborations-hed h1 {
          text-align: left;
          border-bottom: 1px solid rgb(104, 101, 101) ;
          padding-bottom: 15px;
          font-size: 24px ;
          padding-top: 30px;
          font-weight: 600;
          margin: 0; /* Remove default margin to adjust positioning */
  }
  
  .associations-collaborations-hed .underline-square {
      position: absolute;
      left: 45%;
      bottom: 0;
      width: 30px; /* Width of the square */
      height: 5px; /* Height of the square */
      background-color: #8bc53f; /* Color of the square */
      transform: translateX(-50%); /* Center the square horizontally */
      transform: translateY(50%);
  }

   /* -----------  doctoral-student-program  ----------- */

   .doctoral-student-program-hed {
    position: relative;
    display: inline-block;
    padding-top: 20px ;
    text-align: center;
    padding-left: 25px;
}

.doctoral-student-program-hed h1 {
        text-align: left;
        border-bottom: 1px solid rgb(104, 101, 101) ;
        padding-bottom: 15px;
        font-size: 24px ;
        padding-top: 30px;
        font-weight: 600;
        margin: 0; /* Remove default margin to adjust positioning */
}

.doctoral-student-program-hed .underline-square {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 30px; /* Width of the square */
    height: 5px; /* Height of the square */
    background-color: #8bc53f; /* Color of the square */
    transform: translateX(-50%); /* Center the square horizontally */
    transform: translateY(50%);
}


/* ---------------  abstract-submission-guidelines  -----------*/

.abstract-submission-guidelines-hed {
  position: relative;
display: inline-block;
padding-top: 20px ;
text-align: center;
padding-left: 25px;
}

.abstract-submission-guidelines-hed h1 {
text-align: left;
border-bottom: 1px solid rgb(104, 101, 101) ;
padding-bottom: 15px;
font-size: 24px ;
padding-top: 30px;
font-weight: 600;
margin: 0; /* Remove default margin to adjust positioning */
}

.abstract-submission-guidelines-hed .underline-square {
position: absolute;
left: 45%;
bottom: 0;
width: 30px; /* Width of the square */
height: 5px; /* Height of the square */
background-color: #8bc53f; /* Color of the square */
transform: translateX(-50%); /* Center the square horizontally */
transform: translateY(50%);
}


/* ---------------------------  abstract-ethical-consideration-and-review  --------------*/
.abstract-ethical-consideration-and-review-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.abstract-ethical-consideration-and-review-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.abstract-ethical-consideration-and-review-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}


/* ---------------------   poster-presentations  ------------------*/

.poster-presentations-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.poster-presentations-hed h1{
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.poster-presentations-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}


 /* ----------------   registration-covers  --------------*/

 .registration-covers-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.registration-covers-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.registration-covers-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}
 


/* --------------------   cancellation-refund-policy  -------------*/

.cancellation-refund-policy-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 25px;
}

.cancellation-refund-policy-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
}

.cancellation-refund-policy-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* ----------------------- group-registrations-hed  -----------  */

.group-registrations-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 24px;
}

.group-registrations-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0;/* Remove default margin to adjust positioning */
}

.group-registrations-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}


 /* --------------------------   previous-events-gallery  -------------------*/
  
 .previous-events-gallery-hed {
  position: relative;
display: inline-block;
padding-top: 20px ;
text-align: center;
}

.previous-events-gallery-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101) ;
  padding-bottom: 15px;
  font-size: 24px ;
  padding-top: 30px;
  font-weight: 600;
  margin: 0; /* Remove default margin to adjust positioning */
}

.previous-events-gallery-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------- about-venue  ----------------- */
.about-venue-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 24px;
}

.about-venue-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0;; /* Remove default margin to adjust positioning */
}

.about-venue-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

/* ------------------------ visiting-places-in-china  ------------ */
.visiting-places-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  padding-left: 24px;
}

.visiting-places-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0;/*  /* Remove default margin to adjust positioning */
}

.visiting-places-hed .underline-square {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 30px; /* Width of the square */
  height: 5px; /* Height of the square */
  background-color: #8bc53f; /* Color of the square */
  transform: translateX(-50%); /* Center the square horizontally */
  transform: translateY(50%);
}

     
 /* ----------------------  contact-us  ----------- */
 .contact-us-hed{
  position: relative;
display: inline-block;
padding-top: 20px ;
text-align: center;
  }
  
  .contact-us-hed h1 {
    text-align: left;
    border-bottom: 1px solid rgb(104, 101, 101) ;
    padding-bottom: 15px;
    font-size: 24px ;
    padding-top: 30px;
    font-weight: 600;
    margin: 0; /* Remove default margin to adjust positioning */
  }
  
  .contact-us-hed .underline-square {
      position: absolute;
      left: 45%;
      bottom: 0;
      width: 30px; /* Width of the square */
      height: 5px; /* Height of the square */
      background-color: #8bc53f; /* Color of the square */
      transform: translateX(-50%); /* Center the square horizontally */
      transform: translateY(50%);
  }

  /* ------------------  register  ------------ */
.register-hed {
  position: relative;
display: inline-block;
padding-top: 20px ;
padding-left:94px;
text-align: center;
}

.register-hed h1 {
  text-align: left;
  border-bottom: 1px solid rgb(104, 101, 101) ;
  padding-bottom: 15px;
  font-size: 24px ;
  padding-top: 30px;
  font-weight: 600;
  margin: 0; /* Remove default margin to adjust positioning */
}

.register-hed .underline-square {
  position: absolute;
    left: 62%;
    bottom: 0;
    width: 30px; /* Width of the square */
    height: 5px; /* Height of the square */
    background-color: #8bc53f; /* Color of the square */
    transform: translateX(-50%); /* Center the square horizontally */
    transform: translateY(50%);
}

/* --------------  abstract  --------- */
.abstract-hed {
  position: relative;
  display: inline-block;
  padding-top: 20px ;
  text-align: center;
  }
  
  .abstract-hed h1 {
      text-align: left;
      border-bottom: 1px solid rgb(104, 101, 101) ;
      padding-bottom: 15px;
      font-size: 24px ;
      padding-top: 30px;
      font-weight: 600;
      margin: 0; /* Remove default margin to adjust positioning */
  }
  
  .abstract-hed .underline-square {
      position: absolute;
      left: 45%;
      bottom: 0;
      width: 30px; /* Width of the square */
      height: 5px; /* Height of the square */
      background-color: #8bc53f; /* Color of the square */
      transform: translateX(-50%); /* Center the square horizontally */
      transform: translateY(50%);
  }


  /* ---------------- register  --------------- */
   .new-1 {
    display: flex;
   }


   /* ===============================  pre-loader ======================== */

   .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}

.preloader-main {
    position: relative; /* Allows absolute positioning of inner image */
    width: 140px; /* Adjust based on your image size */
    padding: 10px;
    background-color: #035184;
    border-radius: 50%;
}

.outer-image {
    width: 120px; /* Adjust based on your image size */
    display: block; /* Ensures image takes up space */
}

.preloader-img {
    position: absolute; /* Position it over the outer image */
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the inner image */
    width: 120px; /* Adjust based on your inner image size */
    animation: spin 2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; /* Use spin animation */
}

.preloader-img img {
    width: 100%; /* Makes inner image responsive */
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg); /* Start facing forward */
    }
    50% {
        transform: translate(-50%, -50%) rotateY(180deg); /* Flip to the back */
    }
    100% {
        transform: translate(-50%, -50%) rotateY(360deg); /* Complete spin to the front */
    }
}

.content {
    display: none; /* Initially hide content */
}

/* ================================================ ocm-members  ===================== */

.contact-form {
  padding-top: 20px;
  display: grid;
}


/* ----------------------------- */



/* ----------------------------------------------------- */

.our-team {
  width: 100% !important;
  height: 160px;
  padding: 20px 20px;
  background: #fff;
  border-radius: 5px;
 display: flex;
 margin-top: 10px;
 box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.2);
}


.our-team .pic {
    width: 27%;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.20s ease 0s;
    border: 5px solid #FFF;
    margin: auto 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
}

  .our-team .pic img {
      width: 100%;
      height: 100%;
      background: #c7c8c7;
      object-fit: cover; /* Ensures the image covers the circle properly */
  }


.our-team .social-links li a:hover{
text-decoration: none;
}



/* ----------------------- */


  /* ----------------------------------- */

  .team-title{
      margin-top: 20px;
      font-size: 14px;
      margin-bottom: 0px;
      color : #035266;
  }

  .team-contents{
    text-align: left;
    padding-left: 15px;
  }

  .team-contents p{
    margin-bottom: 0px;
  }

  .post {
    font-size: 14px;
    margin-bottom: 0px !important;
  }
 
  .team-content p{
    font-size: 14px;
  }

  .orm_content {
     margin-bottom: 0px;
  }

  /* ------------------------- */
.footer1-child2 img {
      width: 100%;
  }

  .meet-our{
      height: 600px;
      margin: 0px auto;
      display: flex;
      justify-content:center;
      align-items:center;
      font-size:50px;
  }

  /* ======================= */

  .ocm_heds {
    padding: 0px 20px;
    padding-top: 75px;
    /* margin-top: 70px; */
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    background: #004f63;
    text-align: left;
    text-align: justify;
    hyphens: auto;
    opacity: 0.8px;
  }
  
  .ocm_content{
    margin-top: 70px;
    margin-bottom: 40px;
  }
  
  .ocm_heds p{
    padding-top: 7px;
    font-size: 15px;
    line-height: 28px;
    padding-left: 30px;
    margin: 0px;
    font-weight: 300;
  }
  .ocm_heds b{
    margin: 7px 0px;
  }
  .ocm_heds h6{
    padding-left: 30px;
    margin: 8px 0px;
  }
  
  .ocm_heds h4{
    padding-left: 30px;
  }
  .ocm_heds h2{
    padding-left: 30px;
  }
  
  .team-content{
    padding-left: 45px;
  }
  
  .meet-our-speaker{
    max-width: 1440px;
    margin: 0px auto;
  }
  
  .ocm_heds span{
    display: flex;
  }
  .ocm_heds span p{
    padding-left: 15px;
  }
  
  .ocm_heds i{
    padding-top: 13px;
  }
  






/* ================================== speakers  ===================== */

.contact-form {
  padding-top: 20px;
  display: grid;
}

.team-content p{
  font-size: 12px !important;
}
.team-content span{
  font-size: 12px !important;
}

/* ----------------------------------------------------- */



.our-teams .social-links li a:hover {
  text-decoration: none;
}

.team-contents{
    font-size: 14px;
}

/* ----------------------- */
.ocm-main-main .header-container {
  position: relative;
  display: inline-block;
  padding-left: 5%;
}

.ocm-main-main .header-container h1 {
  color : #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-top: 50px;
  font-weight: 600;
  margin: 0;
}

.ocm-main-main .header-container .underline-square {
  position: absolute;
  left: 55%;
  bottom: 0;
  width: 30px;
  height: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  transform: translateY(50%);
}


/* ======================= spk_7 ======================= */

.ocm-main{
  font-family: 'Quicksand';
}

.spk_7_main_hed{
padding-top: 100px;
padding-bottom: 80px;
}

.spk_7_img_mn {
  position: relative;
  z-index: -5;
}


.spk_7_img_mn img {
  width: 100%;
  position: absolute;
}

.our-teams {
  display: grid;
}

.pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.spk-our-team .pic img {
  height: 100%;
  width: 50%;
  border-radius: 15px;
  background: #c7c8c7;
  box-shadow: 0.5px 0.5px 4px 0px #fff;
  position: relative;
  right: -27%;
  z-index: 1;
}

.team-content{
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.pic_bak1 {
  width: 45%;
  height: 95%;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 12px 0px;
  bottom: -11px;
  right: 22%;
  border-radius: 15px;
  z-index: -1;
}

.pic_bak2 {
  width: 45%;
  height: 95%;
  position: absolute;
  box-shadow: 0px 0px 12px 0px;
  background: #006278;
  bottom: -11px;
  right: 22%;
  border-radius: 15px;
  z-index: -1;
}

.team_content_1{
  padding-top: 20px;
  text-align: center;
}

.team_content_2{
  padding-top: 20px;
  text-align: center;
}

.team-content h6{
  color: #006278 !important;
  font-size: 1.1rem !important;
  margin: 2px;
}
.team-content span{
  font-size: 1rem;
}

.team-content p{
  font-size: 1rem;
}

/* ========================================================== */

.spk_7 {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 5 columns for large screens */
gap: 20px;
padding: 20px;
}



/* ================================        banner      =================================== */


.banner-main-sub-hd{
  max-width: 1440px;
  margin: 0px auto;
}    

.banner-hed {
  width: 100%;
}

.banner-main-sub-hd{
  width: 95%;
}

.banner-sub-hd{
  width: 100%;
}

.banner-sub-hd img{
  padding-top: 46px;
  width: 80%;
  float: left;
}

.banner-hed-last-first h2{
font-size :28px;
}

/* ==================================================== */


.myModelicon {
  padding: 5px 14px;
  margin: auto;
  background: green;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50px;
}


/* Modal styles */
.section1-middle .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black background with transparency */
}

.section1-middle .modal-content {
  margin: 6% auto;
  padding: 40px;
  width: 80%;
  max-width: 45%;
  z-index: 15;
  border-radius: 40px;
}

.section1-middle .modal-contents {
  max-width: 80%;
}

.section1-middle .modal-content h6 {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.section1-middle .close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 29px;
  padding: 10px;
  cursor: pointer;
}

.section1-middle .close-btn:hover,
.section1-middle .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.section1-middle .section-title-p {
  color: #000;
}

.section1-middle .section-title p {
  color: #000;
}

.section1-middle .download_broucher form input {
  width: 100% !important;
}

.section1-middle .download_broucher form select {
  width: 100% !important;
}

.section1-middle .error {
  color: #d91313;
  font-size: 13px;
}

.section1-middle #myModal {
  z-index: 1055;
}

.section1-middle .modal-backdrop {
  display: none;
}


/* =============================================================== */


.welcome_msg_main {
  width: 100%;
  height: 580px;
  background-color: #f0f0f0;
  margin-bottom: 4px;
}

.section2-first-sub-content {
  padding-top: 10px;
  text-align: center;
  margin: 30% 0px;
}

.section2-first-last-content i {
  border: 2px solid #8bc53f;
  color: #8bc53f;
  border-radius: 50%;
  margin-right: 8px;
}


.welcome_msg_content {
  padding: 30px 0px;
  padding-left: 0px;
}

.section2-first-sub-content {
  padding-top: 10px;
  text-align: center;
  margin: 0% 0px;
}

.section2-first-sub-contents {
  padding-top: 10px;
  text-align: center;
  margin: 60% 0px;
}

.welcome_msg_img {
  width: 100% !important;
  height: 210px !important;
  margin: 43% 0px;
  border-radius: 0% !important;
  background-color: #8bc53f !important;
  padding: 5px !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg_imgs {
  width: 100% !important;
  margin: 0% 0px;
  border-radius: 0% !important;
  padding: 5px !important;
  position: relative;
}

.welcome_msg_imgs img {
  width: 100%;
  height: 390px;
  border-radius: 0% !important;
  bottom: -147px;
  left: -5px;
  position: absolute;
}

.welcome_msg_img img {
  width: 100%;
  height: 200px;
  border-radius: 0% !important;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg_hed-cols-main {
  width: 100%;
  background-color: #035184;
  padding: 27px 6px;
  margin-top: 0px;
}

.welcome_msg_hed-cols-mains {
  width: 100%;
  padding: 20px 25px;
  margin-top: 0px;
  border-radius: 20px;
}

.section2-first-last-contents {
  color: #000 !important;
  border: 1px solid #035184 !important;
  width: 85%;
  padding-top: 15px !important;
  margin-top: 18px !important;
  margin-left: 15px !important;
}

.section2-first-second-contents {
  padding-top: 25px !important;
  color: #000 !important;
  border: none;
  line-height: 23px;
  text-align: justify;
}


.welcome_msg_hed {
  padding-top: 25px;
}

.welcome_msg_hed-cols {
  padding-top: 195px;
}



.welcome_msg_imgs-sub {
  text-align: left;
  padding-left: 30px;
  color: #333;
  position: absolute;
  top: 101px;
  left: 0px;
}

.section1-body {
  position: absolute;
  top: 20px;
}

.section1 {
  background-color: #f0f0f0;
  height: 325px;
  padding: 10px 0px;
}

.welcome_msg {
  position: absolute;
  background-color: transparent;
  padding: 30px 0px 0px 20px;
  width: 100%;
  top: 45px;
  box-shadow: none;
}

.welcome_msg_img {
  width: 280px;
  height: 310px;
  background-color: transparent;
  padding: 10px;
  border-radius: 50%;
  box-shadow: none;
}


.section2-first-last-content {
  margin: 1% 0px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: transparent !important;
  color: #fff;
  box-sizing: border-box;
}

.section2-first-img {
  width: 70%;
  margin: 0px auto;
  padding: 5px;
  background-color: #8bc53f;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  box-shadow: 0 0 25px rgba(1, 61, 112, 0.2) !important;
}

.section2-first-img img {
  width: 100%;
  margin: auto;
  background-color: #f0f0f0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg .title-middle h4 {
  background-color: #f0f0f0;
  padding: 0px 15px;
  font-weight: 550;
}


.section2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 120px;
}

.section2-first-last-content p {
  display: block !important;
}

.section2-first-last-content p span {
  padding-left: 9px !important;
}

.section2-first-sub-mains {
  padding-top: 20px;
  max-width: 98% !important;
  margin: 0px auto;
}

.section2-hed {
  max-width: 1440px;
  margin: 0px auto;
}

.section3-bg {
  background-color: #ebf1f5;
  padding: 50px;
  padding-top: 30px;
}


/* ================== */

.welcome_msg_imgs-sub h5 {
  font-size: 1.1rem;
}

.welcome_msg_imgs-sub h6 {
  font-size: 1.1rem;
}


.section2-first-sub-main {
  padding: 50px 5px !important;
}


.section2-first-last-content p {
  margin-bottom: 12px;
}


.welcome_msg_mains {
  max-width: 1440px;
  margin: 0px auto;
}

/* ================================= */

.section4-first-para {
  color: #fff;
  padding-left: 35px;
  padding-top: 8px;
}

.section4-first-para h6 {
  font-size: 20px;
  font-weight: 100;
}

.section4-first-para h5 {
  font-size: 20px;
  font-weight: 600;
}

.section4-first-para p {
  font-size: 14px;
}



.welcome_msg .title-middle {
  color: #035184;
}

/* ======================== welcome note  ================ */

.section2-first-img {
  width: 70%;
  height: 360px;
  margin: 0px auto;
  margin-top: 40px;
  padding: 5px;
  background-color: #8bc53f;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  box-shadow: 0 0 25px rgba(1, 61, 112, 0.2) !important;
}

.section2-first-img img {
  width: 100%;
  height: 350px;
  margin: auto;
  object-fit: cover;
  background-color: #f0f0f0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg .title-middle h4 {
  background-color: #f0f0f0;
  padding: 0px 15px;
  font-weight: 550;
}

.section2-first-sub-content {
  padding-top: 10px;
  text-align: center;
  margin: 0% 0px;
  font-family: "Times New Roman", Times, serif;
}

.section2-first-sub-main h4 {
  width: fit-content;
  border-left: 12px solid #8bc53f;
  padding-left: 10px;
  color: #8bc53f;
  font-weight: 600;
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 18px;
}

.section2-first-sub-content h5 {
  font-size: 1.4rem;
  color: #004785;
}

.welcome_msg_content p {
  margin-bottom: 0.5rem;
}

.welcome_msg_content {
  padding-top: 20px;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  padding-left: 0px;
}

.section2-first-sub-signature {
  text-align: end;
  margin-bottom: 10px;
}

.section2-first-sub-signature img {
  width: 100px;
}

/* ================================================= */


.carousel {
  height: 500px;
}

.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
}

.carousel-control-next {
  right: -69px;
}

.carousel-control-prev {
  left: -91px;

}

.carousel-control-prev,
.carousel-control-next {
  color: #000;
  width: 25px;
  height: 26px;
  padding-top: 5px;
  margin-top: 25%;
  border-radius: 50%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #555;
  /* Change color on hover */
}

.custom-box-icon {
  font-size: 30px;
}


.section2-first-img {
  width: 70%;
  height: 360px;
  margin: 0px auto;
  margin-top: 40px;
  padding: 5px;
  background-color: #8bc53f;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  box-shadow: 0 0 25px rgba(1, 61, 112, 0.2) !important;
}

.section2-first-img img {
  width: 100%;
  height: 350px;
  margin: auto;
  object-fit: cover;
  background-color: #f0f0f0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.welcome_msg .title-middle h4 {
  background-color: #f0f0f0;
  padding: 0px 15px;
  font-weight: 550;
}

.section2-first-sub-content {
  padding-top: 10px;
  text-align: center;
  margin: 0% 0px;
  font-family: "Times New Roman", Times, serif;
}

.section2-first-sub-main h4 {
  width: fit-content;
  border-left: 12px solid #8bc53f;
  padding-left: 10px;
  color: #8bc53f;
  font-weight: 600;
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 18px;
}

.section2-first-sub-content h5 {
  font-size: 1.4rem;
  color: #004785;
}

.welcome_msg_content p {
  margin-bottom: 0.5rem;
}

.welcome_msg_content {
  padding-top: 20px;
  opacity: 0.8;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
}

/* ===================  need to up date in css class names ================== */

.section1 {
  background-color: #f0f0f0;
}

.section2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}

.section3-bg {
  background-color: #ebf1f5;
}

.section1-body {
  position: absolute;
  top: 100px;
}

.banner-main {
  background-color: #035184;
  padding: 30px 0;
  text-align: center;
}

.section2-first-sub-signature {
  text-align: end;
  margin-bottom: 10px;
}

.section2-first-sub-signature img {
  width: 100px;
}


/* ========================= timmer ============ */

.section2-last-child {
  width: 34%;
}

.sec2-child {
  background-color: none !important;
  border-bottom: none;
  box-shadow: none;
  margin-left: 10px
}

.section2-last-child h5 {
  padding: 6px 7px;
  font-weight: 300 !important;
  border: 1px solid #035184;
  border-radius: 10px;
  color: #000;
}

.section2-last-child p {
  font-weight: 300;
  padding-top: 8px;
  color: #000;
}

.section2-last-child img {
  width: 100%;
  margin: 0px 0px 0px 0px;
}



/* =======================    Tentative Program     ==========================================================  */

.time_line_program {
  background-color: #035184;
  padding: 40px 0px;
  margin: 40px 0px;
}

.time_line_program_main .title-middle {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 1px 20px 60px 20px;
  z-index: 0;
  color: #fff;
}

.time_line_program_main .title-middle h4 {
  background-color: #035184;
  padding: 0px 15px;
  font-weight: 550;
}

.time_line_program_main .title-middle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  bottom: 14px;
  transform: translate(-50%, -50%);
  background: #fff !important;
  background: radial-gradient(circle, black 71%, black 100%);
  width: 60%;
  height: 0.5px;
  z-index: -1;
}

.time_line_program_main_col_left {
  width: 99%;
}

.time_line_program_main_col_left h5 {
  color: white;
}

.time_line_program_main_col_right {
  color: white;
  width: 96%;
  margin-left: auto;
}


.schedule-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: transparent;
}

.schedule-table th,
.schedule-table td {
  padding: 12px 8px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: transparent;
  color: white;
}

.schedule-table th {
  background-color: transparent;
  color: white;
}

.schedule-table tr:nth-child(even) {
  background-color: transparent;
}

tbody tr:nth-child(odd) {
  background-color: transparent;
}

.schedule-table tr:hover {
  background-color: #f3f9ec;
}

.schedule-table tr:hover td,
.schedule-table tr:hover th {
  color: #000;
  /* Ensure text color stays #333 when hovering over a row */
}


/* ==========================  scoupus  ================== */

.banner-sub-hd img {
    padding-top: 0px;
}

.scopus {
    width: 80%;
    border-radius: 15px;
    border: 3px solid #ff8300;
    background-color: #fff;
    padding: 10px;
}

.scopus img {
    width: 80%;
}

.scrolling-container {
    width: 360px;
    /* Set the fixed width of the scroller */
    overflow: hidden;
    /* Hide the content that overflows */
    box-sizing: border-box;
    /* Optional border for the container */
}

.scrolling-text {
    display: flex;
    /* Use flexbox to align the content horizontally */
    white-space: nowrap;
    /* Prevent the text from wrapping */
    animation: scroll-left 10s linear infinite;
    /* Infinite scroll animation */
}

.scrolling-text p {
    display: inline-block;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    padding-right: 30px;
    /* Add some space between the text */
}

.sec2-child {
    margin-top: 15px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
        /* Start position: completely off-screen to the right */
    }

    100% {
        transform: translateX(-100%);
        /* End position: completely off-screen to the left */
    }
}

/* ===================  banner section  ============== */

.section2-last-child img {
    width: 100%;
    margin: 1px 0px 0px 0px;
}


.banner-subs-heds {
    display: flex;
}

.banner-subs-heds {
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.scrolling-text p {
    color: #000;
}

.scopus {
    width: 43%;
    height: 90px;
    text-align: center;
}

.scopus img {
    width: 49%;
}

.banner-sub-hd img {
    padding-top: 0px;
    width: 100%;
}


.banner-hed-img img {
    margin-left: 0px !important;
}

.banner-main {
    padding: 60px 0;
    padding-top: 80px;
}

.banner-sub-hd {
    width: 46%;
    padding-right: 15px;
}

.banner-hed {
    display: flex;
    margin: 0 auto;
    padding: 0px 0;
}

.section2-last-child {
    width: 70%;
}

/* ================== strip ================== */

.section2-last-child img {
    width: 100%;
    margin: 13px 0px 0px 0px;
}



.tentitive_strip_main {
    background-color: #f3f9ec;
    /* Deep navy */
    padding: 15px 0px;
}

.tentitive_strip_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}


.tentitive_strip_sub i {
    font-size: 20px;
}


.tentitive_strip_sub a {
    color: #FF0000;
    font-size: 17px;
}
