@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



:root {
  --maroon-primary: #903530;
  --orange-primary: #ca7c4e;
  --skin-primary:#eacdc0;
  --blue-primary: #4e6878;
  --black-primary: #000000;
  --white-primary: #ffffff;
  --grey-primary: #818285;
  --lightgrey-primary:#f3f3f4;
  --heading-font:  "Manrope", serif;
  --body-font: "Open Sans", serif;
}

.marginTop{
    margin-top: 142px !important;
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: var(--body-font);
}

.bg-orangelt{
    background: var(--skin-primary);
}

.orange-btn-primary{
    background: var(--orange-primary);
    font-family: var(--heading-font);
    color: var(--white-primary);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid var(--orange-primary);
    font-size: 14px;
}

.orange-btn-primary:hover{
    background: #9b5227;
    border: 2px solid #9b5227;
    color: var(--white-primary);
}

.orange-btn-outline{
    background: transparent;
    font-family: var(--heading-font);
    color: var(--black-primary);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid var(--orange-primary);
    font-size: 14px;  
}


.orange-btn-outline:hover{
    border: 2px solid #9b5227;
    color: #9b5227;
}

.blue-btn-primary{
    background: var(--blue-primary);
    font-family: var(--heading-font);
    color: var(--white-primary);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid var(--blue-primary);
    font-size: 14px;
}

.blue-btn-primary:hover{
    background: #23475c;
    border: 2px solid #23475c;
    color: var(--white-primary);
}
.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    background: #f5f5f5!important;
    color: #000;
    border: 1px solid #cccccc!important;
    border-color: #cccccc!important;
    border-radius: 6px!important;
    box-shadow: none;
}
.form-control {
    background: #f5f5f5 ;
    border: 1px solid #cccccc;
    padding: 12px 24px;
    border-radius: 6px!important;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--grey-primary);
}

select.form-control{

}



.form-control:focus {
    outline: none;
    border: 1px solid var(--orange-primary)!important;
    box-shadow: none;
}

.form-control:hover {
    outline: none;
    border: 1px solid var(--orange-primary)!important;
    box-shadow: none;
}


input[type="submit"].form-control{
    background: var(--blue-primary);
    border: 1px solid var(--blue-primary);
    color: var(--white-primary);
    /* width:30%;
    transition: all 0.3s ease-in-out ;
    margin: auto; */
}

input[type="submit"].form-control:focus{
    border: 0px solid var(--black-primary);
}

input[type="submit"].form-control:hover{
     background: var(--maroon-primary); 
     border: 1px solid var(--maroon-primary);
     border: 1px solid var(--blue-primary);
/*    transform: scale(1.07);*/
    box-shadow: 0 12px 12px black (0,0,0,0.2); 
}


button[type="submit"].form-control{
    background: var(--blue-primary);
    border: 1px solid var(--blue-primary);
    color: var(--white-primary);
    /* width:30%;
    transition: all 0.3s ease-in-out ;
    margin: auto; */
}

button[type="submit"].form-control:focus{
    border: 0px solid var(--black-primary);
}

button[type="submit"].form-control:hover{
     background: var(--maroon-primary); 
     border: 1px solid var(--maroon-primary);
    box-shadow: 0 12px 12px black (0,0,0,0.2); 
}

/* news-section-start*/
.news-section .list-item{
    background-color:var(--lightgrey-primary);
  }
  .news-section .list-item ul{
    text-decoration:none;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: start;
    padding:10px
  }
  .news-section .list-item a{
    text-decoration:none;
    justify-content: start;
    align-items: start;
    display: flex;
    color:white;
  }
  .news-section .list-item li{
    background-color:    #0d6efd;
  }
   .news-section .news-prbh{
    background-color:var(--lightgrey-primary);  
    height: 130px;
    width: 100%;
    align-items: center;
  } 
  .news-section .news-prbh h1{
    background-color:var(--lightgrey-primary);
    display: flex;
    justify-content: center;
    line-height:1.8rem;

  } 
  .news-section .news-prbh h4{
    color: #ca7c4e;
    font-family: var(--heading-font);
  } 
 .news-section .news-row{
    border:none;
    padding: 10px 10px;
 }   
.news-section .Converage-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--heading-font);
}
.news-section .Converage-heading h2,p{
    color: #ca7c4e;
    font-family: var(--heading-font);
    font-weight:500;
}
.news-section .Headline{
    background-color:var(--lightgrey-primary);
    box-shadow: 2px 2px 4px var(--lightgrey-primary);
    border-radius: 2px;
}
.news-section .Headline h4{
    padding: 10px 10px 0  10px;
    font-family: var(--heading-font);
    font-size: 1.30rem;
}
.news-section .Headline input{
    border:none;
    background-color:var(--lightgrey-primary);
    color: #ca7c4e;
    gap:0px;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(50%) sepia(50%) saturate(500%) hue-rotate(10deg);
}

.news-section .p-black{
    font-family: var(--heading-font);
    padding:0 10px ;
    line-height: 0.6rem;
    color:rgb(59, 59, 59) ;
}

.news-section .p-orange a{
    font-family: var(--heading-font);
    color: #ca7c4e;
    padding:0 10px ;
    text-decoration:none;
}
/* news-section-end*/


/* gallery-section-start */

.gallery-section{
    padding: 60px 0px;
}


.gallery-section .gallery-row{
    border:none;
    padding:10px 10px;
}
.gallery-section .gallery-main-heading h4{
    color: #ca7c4e;
    font-family: var(--heading-font);
}
.gallery-section .gallery-heading{
display: flex;
justify-content: space-between;
align-items: center;
font-family: var(--heading-font);
padding: 0px;
}
.gallery-section .gallery-heading h2,p{
color: #ca7c4e;
font-family: var(--heading-font);
font-weight:500;
}
.gallery-section .gallery-name{
background-color:var(--lightgrey-primary);
}
.news-buttons{
    margin-top: 20px;
}

/* .gallery-section .gallery-name h5,p,span{
line-height:1rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
font-family: var(--heading-font);
} */
.gallery-section .gallery-name span{
line-height:0.10rem;
font-size:2.2vh;
font-family: var(--heading-font);
}
.gallery-section .gallery-image-row {
display: flex;
justify-content: space-between;
}
.gallery-section .gallery-image {
width: 24%; 
background-color:var(--lightgrey-primary);
height: 200px;
border-radius: 5px;
padding: 0;
margin: 0;
/* background-image: url(http://localhost/techmiastriz/laravel-prbh/public/assets/frontend/images/our-vision.webp) !important;
background-size: cover;
background-position: center;  */

}
.gallery-image img {
width: 100%; 
height: 200px;
object-fit: cover; 
border-radius: 5px; 
display: block; 
transition: all 0.9s ease-in-out;
position:center;
}
.gallery-image img:hover {
transform: scale(1.01);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
filter:  brightness(70%);

}

.gallery-section .gallery-dot-row{
display: flex;
justify-content: center;
align-items: center;
}

.gallery-section .gallery-dot{
height: 25px;
width: 1px; 
border-radius: 50%;
background-color: #ca7c4e;
}
.blogs-section .news-buttons button,
.news-section .news-buttons button,
.gallery-section .news-buttons button {
    height: 25px;
    width: 25px;
    background-color: #4e6878;
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease-in-out;
}
.blogs-section .news-buttons button,
.news-section .news-buttons button:hover,
.gallery-section .news-buttons button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.blogs-section .news-buttons button,
.news-section .news-buttons button:active,
.gallery-section .news-buttons button:active {
    transform: scale(0.95);
}

.gallery-section .slick-dots li button:before{
    font-size: 14px;
}

.gallery-section .slick-dots li.slick-active button:before{
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}

.gallery-section .slick-dots{
    bottom: -40px;
}

.slick-slider .slick-slide{
    margin: 0vw 0.4vw;
  }

  
.slick-slider  .slick-list{
    margin: 0vw -0.4vw 0vw -0.4vw;
}

.gallery-section .gallery-name{
    padding: 24px;
}

.gallery-section .gallery-name span{
    font-size: 16px;
    line-height: 24px;
    padding: 0 0px;
    display: block;
    margin-bottom: 0!important;
}


.gallery-section .gallery-name p{
    padding: 0 0px;
    display: block;
}

.gallery-section .gallery-name h5{
    padding: 0 0px;
    display: block;
}

/* gallery-section-end */


/* blogs-section-start */

.blogs-section {
    background: var(--white-primary);
    padding: 60px 0px;
    margin-bottom: 60px;
}

.blogs-section .blog-card {
    margin-bottom: 30px;
}

.blogs-section .blog-card img{
    border-radius: 6px 6px 0px 0px
}



.blogs-section .blog-card .context {
    padding: 20px;
    background: var(--lightgrey-primary);
    border-radius: 0px 0px 6px 6px;
}
    .blogs-section .blog-card h3 {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--black-primary);
    margin-bottom: 12px;
}


.blogs-section .blog-card .d-flex{
    justify-content: space-between;
    margin-bottom: 12px;
}

.blogs-section .blog-card .date-block{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}

.blogs-section .blog-card .date-block i{
    text-align: center;
    color: var(--maroon-primary);
    font-size: 16px;
    line-height: 32px;
}

.blogs-section .blog-card .publisher-block i{
    text-align: center;
    color: var(--maroon-primary);
    font-size: 16px;
    line-height: 32px;
}

.blogs-section .blog-card .publisher-block{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}

.blogs-section .blog-card .desc {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-primary);
    margin-bottom: 20px;
}

.blogs-section .blog-card a {
    display: inline-block;
   
}
.blogs-section .single-item {
    margin-right: 12px; 
    margin-bottom: 20px; 
    box-shadow: 0px 4px 10px rgba(37, 37, 37, 0.15);
}
.blogs-section h2{
    color: #ca7c4e
}
.blogs-section-heading{
    color: #ca7c4e
}
.blogs-section .slick-dots li {  
    display: none;
}

/* blogs-section-end */

/* single-blog-section-start */
.single-blog .blog-heading h4{
    color: #ca7c4e;
}
.single-blog .blog-heading span{
    color: #ca7c4e;
}
.single-blog .blog-image{
    height: 350px;

}
.single-blog .blog-image img{
    height: 350px;
    width: 100%;
    object-fit: cover; 
}
.single-blog .blog-praha p{
    color:rgb(51, 51, 51);
}
.single-blog .prah-style{
    font-style: italic;
    font-weight:bold;
    font-size:3vh;
    line-height:3vh;
}
.single-blog .blog-main-heading h4{
    color: #ca7c4e;
}
.single-blog .blog-heading p{
    display: flex;
    justify-content: start;
    align-items: start;
}
.single-blog .blog-heading b{
    color:black;
}
.single-blog .blog-card{
    border-radius: 10px;
    border:2px solid var(--lightgrey-primary);
}

.single-blog .blog-card {
    margin-bottom: 30px;
}

.single-blog .blog-card img{
    border-radius: 6px 6px 0px 0px
}



.single-blog .blog-card .context {
    padding: 20px;
    background: var(--lightgrey-primary);
    border-radius: 0px 0px 6px 6px;
}
    .single-blog .blog-card h3 {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--black-primary);
    margin-bottom: 12px;
}


.single-blog .blog-card .d-flex{
    justify-content: space-between;
    margin-bottom: 12px;
}

.single-blog .blog-card .date-block{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}

.single-blog .blog-card .date-block i{
    text-align: center;
    color: var(--maroon-primary);
    font-size: 16px;
    line-height: 32px;
}

.single-blog .blog-card .publisher-block i{
    text-align: center;
    color: var(--maroon-primary);
    font-size: 16px;
    line-height: 32px;
}

.single-blog .blog-card .publisher-block{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
}

.single-blog .blog-card .desc {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-primary);
    margin-bottom: 20px;
}

.single-blog .blog-card a {
    display: inline-block;
   
}
.single-blog .sidebar h5 {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}
.single-blog  .slick-dots li button:before {
    font-size: 14px;
}
.single-blog .slick-dots li.slick-active button:before {
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}
/* single-blog-section-start */
/* Header Start */

.prbh-topbar{
    background:var(--maroon-primary);
    padding: 5px 0px;
}

.prbh-topbar ul{
    list-style-type: none;
    display: flex;
    justify-content: right;
    margin-bottom: 0;
}

.prbh-topbar ul li{
    margin-left: 12px;
}

.prbh-topbar ul li a{
    text-decoration: none;
    color: var(--white-primary);
    font-size: 14px;
    font-family: var(--body-font);
}

.prbh-topbar ul li a:hover{
    text-decoration: underline;
}

.prbh-mainhead{
    background:var(--white-primary);
    padding:10px 0px;
    /* position: fixed;
    top: 35px;
    z-index: 999;
    width: 100%; */
}
.header{
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}



.prbh-mainhead .btn-block{
    text-align: right;
}

.itrhd-logo {
    position: fixed;
    right: 0;
    top: 45px;
    width: 55px;
    z-index: 999;
}
    
    
    


.prbh-mainhead .row{
    align-items: center;
    justify-content: space-between;
}

.mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
/*  justify-content: end;*/
}

.mainmenu .fa-home{
    color: var(--orange-primary);
    font-size: 24px;
}

.mainmenu > li {
  position: relative;
}

.mainmenu > li > a {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
}

.mainmenu > li:hover > a {
  background-color: #fff;
  color: var(--orange-primary);
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--blue-primary);
    display: none;
    min-width: 200px;
    z-index: 99;
}



.sub-menu li a {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--white-primary);
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.sub-menu li:hover{
    background: var(--orange-primary);
}

.sub-menu li a:hover {
  background-color: var(--yellow-primary);
  color: var(--white-primary);
}

.has-children:hover .sub-menu {
  display: block;
}

.mainmenu .has-children{
    position: relative;
}

.mainmenu .has-children::after{
    content: '';
    border: solid var(--orange-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 22px;
}

.btn-block > ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    justify-content: right;
}

.btn-block ul li{
    margin-left: 6px;
}

.prbh-mainhead .btn-block .has-children{
    position: relative;
}

.prbh-mainhead .btn-block .has-children a{
    position: relative;
}

.prbh-mainhead .btn-block .has-children > a::after{
    content: '';
    border: solid var(--white-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 2px;
}


.btn-block .sub-menu{
    background: var(--white-primary);
    padding: 0px;
    min-width: 120px;
    text-align: center;
    margin-top: 10px;
}

.btn-block .sub-menu li {
    margin-left: 0px;
}

.btn-block .sub-menu li a {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--blue-primary);
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.btn-block .sub-menu li:hover{
    background: var(--lightgrey-primary);
}



.btn-block .sub-menu li a:hover {
  color: var(--grey-primary)!;
}


.prbh-mainhead .btn-block .has-children a {
    position: relative;
}


/* Mobile styles */
@media (max-width: 768px) {
  .mainmenu {
    flex-direction: column;
  }

  .sub-menu {
    position: static;
    display: none;
  }
}


/* Header End */


/* joinus today */

.joinus-today .bgblue{
    background: var(--blue-primary);
}

.joinus-today .bgskin{
    background: var(--skin-primary);
}

.joinus-today .registercard{
    padding: 30px 30px;
    border-radius: 6px;
    min-height: 305px;
}

.joinus-today .registercard h3{
    font-family: var(--heading-font);
    font-size: 32px;
    line-height: 44px;
    color: var(--white-primary);
    font-style: italic;
}

.joinus-today .registercard .context{
    font-family: var(--body-font);
    color: var(--white-primary);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}


.joinus-today .bgskin h3{
     color: var(--black-primary);
}

.joinus-today .bgskin .context{
     color: var(--black-primary);
}

.joinus-today  .register-image img{
    height: 305px;
    object-fit: cover;
    border-radius: 6px;
}

.joinus-today .registercard .btn-block a{
    display: inline-block;
}

/* joinus today */





/* words wisdom */

.words-wisdom{
    background: var(--white-primary);
    padding: 60px 0px;
}

.words-wisdom .testimonial-slider{
    background: var(--lightgrey-primary);
    padding: 35px 35px;
    border-radius: 6px;
}

.words-wisdom .sub-heading{
    font-family: var(--body-font);
    color: var(--blue-primary);
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
}

.words-wisdom h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--black-primary);
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}

.words-wisdom h2::after{
    content: '';
    height: 10px;
    width:65px;
    background: var(--maroon-primary);
    display: block;
    margin: 10px auto;
    border-radius: 3px;
}

.words-wisdom .testimonial-slider i{
    cursor: pointer;
    font-size: 20px;
    color: var(--blue-primary);
}

.words-wisdom .testimonial-slider .fa-long-arrow-right{
    position: absolute;
    right: -30px;
    top: 50%;
}

.words-wisdom .testimonial-slider .fa-long-arrow-left{
    position: absolute;
    left: -30px;
    top: 50%;
}


.words-wisdom .testimonial-slider .profile-img img{
    width:100%;
/*    height:120px;*/
    border-radius:6px;
    object-fit:cover;
    margin-bottom:20px;
}

.words-wisdom .testimonial-slider .testimonial-detail h4{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-primary);
    font-style: italic;
}

.words-wisdom .testimonial-slider .testimonial-detail h6{
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: var(--blue-primary);
}

.words-wisdom .testimonial-slider .testimonial-detail .desc{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    color: var(--black-primary);
    font-style: italic;
}






/* words wisdom */



/* Conference brochure */

.conference-brochure{
    background: var(--orange-primary);
    padding: 60px 0px;
}

.conference-brochure .sub-heading{
    font-family: var(--body-font);
    color: var(--maroon-primary);
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0;
}

.conference-brochure h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--white-primary);
    text-align: left;
    margin-bottom: 30px;
    font-style: italic;
}

.conference-brochure h2::after{
    content: '';
    height: 10px;
    width:65px;
    background: var(--maroon-primary);
    display: block;
    margin-top: 10px;
    border-radius: 3px;
}

.conference-brochure .desc{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--white-primary);
    text-align: left;
    width: 95%;
}
.conference-brochure .desc p{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--white-primary);
    text-align: left;
    width: 95%;
}

.conference-brochure .bootstrap-select > .dropdown-toggle.btn-light{
    background: var(--lightgrey-primary)!important;
    border: 1px solid var(--grey-primary);
    padding: 12px 24px;
    border-radius: 6px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--grey-primary);
}

.conference-brochure .bootstrap-select > .dropdown-toggle.btn-light:focus{
    outline: none!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--blue-primary)!important;
}


/* Conference brochure */



/* Footer Start */

footer{
    background: var(--blue-primary);
    padding: 0px 0px;
}

.footer-widget{
    padding: 40px 0px 0px;
}

.footer-widget.bg-orangelt{
    padding: 40px 40px 60px 40px;
}

.footer-widget h4{
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--white-primary);
    margin-bottom: 24px;
}

.footer-widget ul{
    padding-left: 16px;
    padding-right: 0;
    list-style-type: square;
    margin-bottom: 0;
}

.footer-widget ul li::marker{
    color: var(--orange-primary);
}

.footer-widget ul li a{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--white-primary);
    margin-bottom: 8px;
    text-decoration: none;
    display:inline-block ;
}

.footer-widget ul li a:hover{
    color: var(--yellow-primary);
}

.footer-widget.bg-orangelt h4{
    color: var(--black-primary);
}


.footer-widget .cnt-detail{
    margin-bottom: 12px;
    align-items: center;
}

.footer-widget  .cnt-detail .txt{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-primary);
    font-style: italic;
}

.footer-widget .cnt-detail .icon{
    margin-right: 10px;
}

.footer-widget .cnt-detail .icon i{
    background: var(--maroon-primary);
    height: 36px;
    width:36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: var(--white-primary);
}

.footer-bottom{
    background: var(--maroon-primary);
    padding: 10px 0px;
}

.footer-bottom .copyright-text p{
    margin-bottom: 0;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--white-primary);
}

.footer-bottom .legal-menu ul{
    display: flex;
    list-style-type: none;
    justify-content: right;
    margin-bottom: 0;
}

.footer-bottom .legal-menu ul li a{
    text-decoration: none;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--white-primary);
    margin-bottom: 16px;
    text-decoration: none;
    margin-left: 10px;
}


/* Footer End */

/* homepage */

.mainbanner-section #demo{
    height: 500px;
}

.mainbanner-section .carousel-item img {
    height: 500px;
    object-fit: cover;
}

.mainbanner-section .carousel-indicators{
    margin-bottom: 20px;
}


.mainbanner-section .carousel-item .carousel-caption h3{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: var(--bs-heading-color)!important;
    font-style: italic;
}

.mainbanner-section .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 25%;
    width: 60%;
    z-index: 99;
}

.carousel-control-next, .carousel-control-prev {
    top: 5%;
}


.mainbanner-section .carousel-item .carousel-caption p{
    font-family: var(--body-font);
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.mainbanner-section .carousel-item::after{
    content: '';
    height: 680px;
    width: 100%;
    background: #00000052;
    position: absolute;
    top: 0;
}


.partnersponser-section{
    padding: 36px 0px;
    background: var(--skin-primary);
    margin-bottom: 60px
}

.partnersponser-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: center;
    margin-bottom: 50px;
    font-style: italic;
}


.partnersponser-section h4{
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--black-primary);
    text-align: left;
    margin-bottom: 30px;
}

.partnersponser-section .logo-card {
    padding: 1px;
    border: 1px solid var(--grey-primary);
    border-radius: 6px;
}

.partnersponser-section .btn-block{
    text-align: right;
    margin: 30px 0px;
}

.intro-section{
    padding: 60px 0px;
}

.intro-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 30px;
    color: var(--black-primary);
    text-align: left;
    font-style: italic;
    margin-bottom: 20px;
}

.intro-section .sub-heading{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--orange-primary);
    text-align: left;
    margin-bottom: 6px;
    font-style: italic;
}

.intro-section .desc{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 15px;
    color: var(--black-primary);
    text-align: justify;
    margin-bottom: 6px;
}

.intro-section .btn-block{
    margin-top: 30px;
}

.intro-section a{
    display: inline-block;
}

.intro-section .image-block img{
    border-radius: 6px;
}

.facts-section{
    background: var(--orange-primary);
    padding: 60px 0px;
}

.facts-section .fact .counter{
    font-family: var(--heading-font);
    font-size: 62px;
    font-weight: 600;
    color: var(--white-primary);
    text-align: center;
}

.facts-section .fact .counter::after{
    content: '+';
}

.facts-section .fact  p{
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--white-primary);
    text-align: center;
    font-style: italic;
}

.homespeaker-section{
    background: var(--white-primary);
    padding: 60px 0px;
}

.homespeaker-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.homespeaker-section .slick-dots li button:before{
    font-size: 14px;
}

.homespeaker-section .slick-dots li.slick-active button:before{
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}

.homespeaker-section .slick-dots{
    bottom: -40px;
}

.homevideo-section{
    background: var(--white-primary);
    padding: 60px 0px;
}

.homevideo-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.homevideo-section .video-card{
    border-bottom: 3px solid var(--orange-primary);
    margin: 6px 6px 30px 6px;
}

.homevideo-section .video-card h5{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--black-primary);
    margin-bottom: 16px;
    text-align: justify;
    height: 60px;
    font-style: italic;
}

.homevideo-section .slick-dots li button:before{
    font-size: 14px;
}

.homevideo-section .slick-dots li.slick-active button:before{
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}

.homevideo-section .slick-dots{
    bottom: -40px;
}

.partnersponser-section .slick-dots li button:before{
    font-size: 14px;
}

.partnersponser-section .slick-dots li.slick-active button:before{
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}

.partnersponser-section .slick-dots{
    bottom: -40px;
}



.homeblog-section{
    background: var(--skin-primary);
    padding: 60px 0px;
    margin-bottom: 60px;
}

.homeblog-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.homeblog-section .blog-card{
    margin: 6px;
}

.homeblog-section .blog-card img{
    border-radius: 6px 6px 0px 0px;
}

.homeblog-section .blog-card h3{
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-primary);
    margin-bottom: 12px;
    font-style: italic;
}

.homeblog-section .blog-card p{
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--black-primary);
    margin-bottom: 16px;
    font-style: italic;
}



.homeblog-section .blog-card a{
    display: inline-block;
}

.homeblog-section .blog-card .context{
    padding: 20px;
    background: var(--white-primary);
    border-radius: 0px 0px 6px 6px;
}


.homeblog-section .slick-dots li button:before{
    font-size: 14px;
}

.homeblog-section .slick-dots li.slick-active button:before{
    font-size: 14px;
    color: var(--orange-primary);
    opacity: 1;
}

.homeblog-section .slick-dots{
    bottom: -40px;
}

/* homepage */


/* about */

.missionvision-section{
    padding: 60px 0px;
    background: var(--orange-primary);
    margin-bottom: 60px;
}

.missionvision-section .card{
    background: var(--white-primary);
    padding: 30px 30px;
    border-radius: 6px;
    border: 1px solid var(--orange-primary);
    margin-bottom: 30px;
}


.missionvision-section .card img{
    border-radius: 6px;
}


.missionvision-section .card .title{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: left;
    margin-bottom: 16px;
}

.missionvision-section .card .desc{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 15px;
    color: var(--black-primary);
    text-align: left;
}

.itrhdpro-section{
    padding: 60px 0px;
}

/*.itrhdpro-section{
    padding: 60px 0px 90px 0px;
}*/


.itrhdpro-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--black-primary);
    text-align: left;
    margin-bottom: 50px;
}

.itrhdpro-section .sub-heading{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--orange-primary);
    text-align: left;
    margin-bottom: 6px;
    font-style: italic;
}

.itrhdpro-section .project-card img{
    border-radius: 6px 6px 0px 0px;
}

.itrhdpro-section .project-card .context{
    border-radius: 0px 0px 6px 6px;
    padding: 20px 20px;
    background: var(--lightgrey-primary);
    border-bottom: 6px solid var(--orange-primary);
}

.itrhdpro-section .project-card .context h4{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-primary);
    margin-bottom: 16px;
}

.itrhdpro-section .project-card .context p{
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-primary);
    margin-bottom: 16px;
}

/* about */


/* wfh code */

.pagemenu .menu-strip{
    background: var(--orange-primary);
    padding: 15px;
    margin-bottom: 0px;
   
}

.pagemenu .menu-strip > ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.pagemenu .menu-strip ul li{
    padding: 0px 12px;
}

.pagemenu .menu-strip ul li a{
    font-family: var(--heading-font);
    font-size: 16px;
    color: var(--white-primary);
    text-decoration: none;
}

.pagemenu .menu-strip ul .active a{
    color: #000;
}

.pagemenu ul .has-children{
    position: relative;
}

.pagemenu ul .has-children .sub-menu{
    background: var(--orange-primary);
    border-radius: 6px;
}

.pagemenu ul .has-children .sub-menu li a{
        color: var(--white-primary);
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 6px;
}

.pagemenu ul .has-children .sub-menu li a:hover{
    color: var(--blue-primary);
}

.pagemenu ul .has-children .sub-menu li:hover{
    background: none;
}

.pagemenu ul .has-children::after{
    content: '';
    border: solid var(--white-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 1px;
    top: 8px;
}

/* schedules-section-start */
.schedules-section{
    margin-top: 60px;
}
.schedules-section #pills-tab{
    display: flex;
    justify-content: space-around;
}
.schedules-section #pills-monday-tab{
    width:100%;
    color:black;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg);
    animation: fadeEffect 0.5s ease-in-out;
}
.schedules-section #pills-monday-tab:hover{
    color: var(--orange-primary);
}
.schedules-section #pills-monday-tab p{
    line-height: 0.5rem;
    justify-content: center;
    align-items: center;
    color: black;
}
.schedules-section #pills-tuesday-tab{
    width:100%;
    color:black;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg);
    animation: fadeEffect 0.5s ease-in-out;
}
.schedules-section #pills-tuesday-tab:hover{
    color: var(--orange-primary);
}
.schedules-section #pills-tuesday-tab p{
    line-height: 0.5rem;
    justify-content: center;
    align-items: center;
    color:black;
}
.schedules-section #pills-wednesday-tab{
    width:100%;
    color:black;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg);
    animation: fadeEffect 0.5s ease-in-out;
}
.schedules-section #pills-wednesday-tab:hover{
    color: var(--orange-primary);
}
.schedules-section #pills-wednesday-tab p{
    line-height: 0.5rem;
    justify-content: center;
    align-items: center;
    color:black;
}
.schedules-section #pills-monday-tab.active {
    background: var(--blue-primary);
    color:white;
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.schedules-section #pills-monday-tab.active p{
    color:white;
}
.schedules-section #pills-tuesday-tab.active{
    background: var(--blue-primary);
    color:white;
     transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.schedules-section #pills-tuesday-tab.active p{
    color:white;
}
.schedules-section #pills-wednesday-tab.active{
    background: var(--blue-primary);
    color:white;
     transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.schedules-section #pills-wednesday-tab.active p{
    color:white;
}
@keyframes fadeEffect {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.schedules-section .tab-item h4{
    color:var(--orange-primary);
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedules-section .tab-item-1 h4{
    color:var(--orange-primary);
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedules-section .tab-item-1.clock-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedules-section .tab-item.clock-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedules-section .accordion-button{
    font-family: var(--body-font);
    font-size: 1.8rem;
    font-weight: 500;

}
.schedules-section h2{
    font-family: var(--body-font);
    font-size: 27px;
    font-weight: 500;
    color:#343a40;
    font-style: italic;
    line-height: 42px;

}
.schedules-section .parent {
    display: flex;
    justify-content: center;
    gap: 10px; 
}
.schedules-section .demo6 {
    width: 50px;  
    height: 50px;
    background: var(--blue-primary);
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px; 
    background-image: url(../images/speaker-dummy.jpg);  
    background-size: cover;

}
.demo6 img {
    width: 50%;
    height: 50px;
    border-radius: 50%;
}
.schedules-section .clock-icon{
    font-size: 1.1rem;
    font-weight: 500;
    color:var(--orange-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedules-section .accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; 
    color:#343a40;
    font-style: italic;
}
.schedules-section .accordion-button:focus {
    box-shadow: none !important; 
}
.schedules-section .accordion-item{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; 
}
.schedules-section .accordion-button:not(.collapsed) {
    color:#343a40;
}
.schedules-section .nnav-link {
position: relative;
}

.schedules-section .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--blue-primary); 
}
.schedules-section .tab-content{
    background-color: var(--lightgrey-primary);
}

.schedules-section .col-md-3.tab-item-1 {
    top: 10px; 
    align-self: flex-start; 
    z-index: 10;
    padding: 10px;
}
.schedules-section .col-md-3.tab-item {
    top: 10px;
    align-self: flex-start; 
    z-index: 10;
    padding: 10px;
}
.schedules-section .accordion-button::after {
font-weight: 700 !important;
font-size: 1.5rem !important; 
transform: scale(1.6); 
}
.schedules-section span {
    font-size: 13px;
    white-space: nowrap;
}
.schedules-section p {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 15px;
}

.schedules-section p ul li{
    font-family: var(--body-font) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* .schedules-section-end */

.partners-section{
    padding: 60px 0px;
}

.partners-section .col-md-2{
    width: 20%;
}

.partners-section .logo-card{
    padding: 1px;
    border: 1px solid var(--grey-primary);
    border-radius: 6px;
}


.contribute-section{
    background: var(--blue-primary);
    padding: 60px 0px;
    margin-bottom: 60px;
}

.contribute-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--white-primary);
    text-align: center;
    margin-bottom: 30px;
}


.contribute-section  .card{
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.contribute-section  .card.border-right{
    border-right: 1px solid var(--white-primary);
}

.contribute-section  .card p{
    font-family: var(--body-font);
    color: var(--white-primary);
    font-size: 18px;
    margin-bottom: 24px;
    padding-right: 20px;
}

.contribute-section  .card .btn-block a{
    display:inline-block;
}

.faq-section{
    padding: 60px 0px;
}


.faq-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--black-primary);
    text-align: center;
    margin-bottom: 30px;
}

.faq-section h2::after{
    content: '';
    height: 10px;
    width:65px;
    background: var(--maroon-primary);
    display: block;
    margin: 10px auto;
    border-radius: 3px;
}

.faq-section .btn-block{
    text-align: center;
    margin: 30px 0px;
}


.faq-cont {
    display: none; /* Hide content by default */
    padding: 15px 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 0px;
    border-radius: 0px 0px 6px 6px;
}

.faq-label {
    cursor: pointer;
    padding: 15px 20px;
    background:var(--lightgrey-primary);
    border: 1px solid #ddd;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--black-primary);
    border-radius: 6px;
}


.faq-label.active{
    background:var(--blue-primary);
    color: var(--white-primary);
    border: 1px solid var(--blue-primary);
    border-radius: 6px 6px 0px 0px;
}

.faq-item {
    margin-bottom: 10px;
    border-radius: 5px;
}


.faq-contact{
    margin-bottom: 60px;
}


.faq-contact .image-block .title-text h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--white-primary);
    text-align: left;
    border-bottom: 1px solid var(--white-primary);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.faq-contact .image-block .title-text h3{
    background: var(--maroon-primary);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 20px;
    color: var(--white-primary);
    padding: 10px 15px;
    border-radius: 6px;
    width: max-content;
    margin-bottom: 30px;
}

.faq-contact .image-block .title-text .cnt-detail {
    margin-bottom: 6px;
}

.faq-contact .image-block .title-text .cnt-detail .icon{
    color: var(--lightgrey-primary);
    font-size: 24px;
    margin-right: 16px;
}

.faq-contact .image-block .title-text .cnt-detail .txt {
    color: var(--lightgrey-primary);
    font-family: var(--body-font);
    font-size: 18px;
}

.faq-contact .image-block{
    position: relative;
}

.faq-contact .image-block .title-text{
    position: absolute;
    bottom: 0;
    padding: 35px 35px 0px 35px;
    height: 100%;
    width: 100%;
    background: #00000096;
}


.accommodation-section{
    padding: 60px 0px;
}

.accommodation-section h2{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--black-primary);
    text-align: center;
    margin-bottom: 60px;
}

.accommodation-section h2::after{
    content: '';
    height: 10px;
    width:65px;
    background: var(--maroon-primary);
    display: block;
    margin:20px auto;
    border-radius: 3px;
}


.tabs {
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--lightgrey-primary);
}

.tab-titles {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ddd;
}

.tab-title {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
}

.tab-title:hover {
    background-color: #e0e0e0;
}

.tab-title.active {
    background-color: var(--blue-primary);
    color: var(--white-primary);
    border-bottom: 2px solid var(--blue-primary);
}

.tab-content {
    padding: 20px;
    background: #f5fbff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.accommodation-item {
    border-bottom: 1px solid var(--lightgrey-primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.accommodation-item .detail{
    font-size: 16px;
    font-weight: 400;
    color: var(--black-primary);
    font-family: var(--body-font);
}

.accommodation-item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}


.accommodation-item .detail span{
    font-weight: 600;
}

.speakers-section{
    padding: 60px 0px;
}

.page-header{
    padding: 40px 0px;
    background-size: cover;
    position: relative;
    /* margin-bottom: 60px; */
    margin-top: 132px;
}

.page-header::after{
    content: '';
    background: #00000080;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.page-header h1{
    font-family: var(--heading-font);
    color: var(--white-primary);
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    z-index: 9;
    position: relative;
    font-style: italic;
}


.page-header h3{
    font-family: var(--body-font);
    color: var(--white-primary);
    font-style: italic;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 9;
    position: relative;
}

.venues-section{
    padding: 60px 0px;
}

.venues-section .map-block iframe{
    border-radius: 6px;
}

.venues-section .bootstrap-select > .dropdown-toggle.btn-light{
    background: var(--lightgrey-primary)!important;
    border: 1px solid var(--grey-primary);
    padding: 12px 24px;
    border-radius: 6px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--grey-primary);
}

.venues-section .bootstrap-select > .dropdown-toggle.btn-light:focus{
    outline: none!important;
}

.venues-section .dropdown-item.active, .dropdown-item:active {
    background-color: var(--blue-primary)!important;
}

#venue-wigdet{
    padding: 0;
    background: var(--white-primary);
}

#venue-wigdet i{
    background: var(--orange-primary);
}

#venue-wigdet{
    margin-bottom: 5px;
}

.breacrumbs ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
    color: var(--white-primary);
    margin-top: 20px;
    padding-left: 0;
}

.breacrumbs ul li{
    margin: 0px 10px;
}

.breacrumbs ul li a{
    font-family: var(--body-font);
    color: var(--white-primary);
    text-decoration: none;
    font-size: 14px;
}


.contact-section{
    padding: 60px 0px;
}

.contact-section .bootstrap-select > .dropdown-toggle.btn-light{
    background: var(--lightgrey-primary)!important;
    border: 1px solid var(--grey-primary);
    padding: 12px 24px;
    border-radius: 6px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--grey-primary);
}

.contact-section .bootstrap-select > .dropdown-toggle.btn-light:focus{
    outline: none!important;
}

.contact-section .dropdown-item.active, .dropdown-item:active {
    background-color: var(--blue-primary)!important;
}

.contact-section .map-block iframe{
    border-radius: 6px;
    height: 340px;
}

.contact-section .form-block h4{
    font-family: var(--heading-font);
    color: var(--black-primary);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-block{
    padding: 60px 0px 0px 0px;
}

.contact-block .contact-widget{
    background: var(--lightgrey-primary);
    padding: 30px;
    border-radius: 6px;
    height: 142px;
}

.contact-widget .icon {
    margin-right: 10px;
}

.contact-widget .icon i {
    background: var(--maroon-primary);
    height: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: var(--white-primary);
}



.contact-widget .txt {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-primary);
}

.contact-widget .d-flex{
    margin-bottom: 12px;
}

.contact-widget .d-flex:last-child{
    margin-bottom: 0;
}


@media (max-width:1499px){
    .orange-btn-primary{
        font-size: 14px;
    }

    .orange-btn-outline{
        font-size: 14px;
    }

    .blue-btn-primary{
        font-size: 14px;
    }

    .prbh-mainhead .btn-block .has-children > a::after {
    content: '';
    border: solid var(--white-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
}



/*form css*/

.page-title {
    font-size: 36px;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-align: center;
}

.page-subtitle {
    font-size: 18px;
    color: var(--orange-primary);
    margin-top: 5px;
    text-align: center;
}

.title{
    font-size: 20px;
    font-weight: bold;    
}
.register-section{
    padding: 60px 0px;
}

.register-section .maintitle{
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 32px;
    color: var(--blacke-primary);
    margin-bottom: 16px;
}

.register-section .description{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--black-primary);
    margin-bottom: 16px;
}

.description{
    font-size: 15px;
    font-family: sans-serif;
}


.form-control{
    background: #f9f9f9;
    border-radius: 0;
    margin-bottom: 0px;
}

.register .form-control{
    background: #f9f9f9;
    border-radius: 0;
    margin-bottom: 15px;
}

.col-md-3 {
    display: flex;
    justify-content: center; 
    align-items: center;
}

.small-button {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* button.form-control {
    display: block;
    margin: 0 auto;
    width: fit-content; 
    margin-bottom: 50px;
    margin-top: 10px;
} */
.small-button button {
    background-color: var(--blue-primary) !important; 
    color: white !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 16px !important;
}

.small-button button:hover {
    background-color: var(--orange-primary) !important; 
   
}

.invalid-feedback {
    margin-top: -15px !important;
    margin-bottom: 0.8rem;
}


/*news*/

*{
    padding: 0;
    margin: 0;
  }
  .news-section .list-item{
    background-color:var(--lightgrey-primary);
  }
  .news-section .Converage-heading p {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px;
}
.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    /* background: #e6e7e9 !important; */
    color: #000;
    /* border-color: var(--grey-primary) !important; */
    box-shadow: none;
    background-color: #f3f3f4 !important;
}
  .news-section .list-item ul{
    text-decoration:none;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: start;
    padding:10px
  }
  .news-section .list-item a{
    text-decoration:none;
    justify-content: start;
    align-items: start;
    display: flex;
    color:white;
  }
  .news-section .list-item li{
    background-color:#0d6efd;
  }
   .news-section .news-prbh{
    background-color:var(--lightgrey-primary);  
    height: 130px;
    width: 100%;
    align-items: center;
  } 
  .news-section .news-prbh h1{
    background-color:var(--lightgrey-primary);
    display: flex;
    justify-content: center;
    line-height:1.8rem;

  } 
  .news-section .news-prbh h4{
    color: #ca7c4e;
    font-family: var(--heading-font);
  } 
 .news-section .news-row{
    border:none;
    padding: 10px 10px;
 }   
.news-section .Converage-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--heading-font);
    padding: 0px;
}
.news-section .Converage-heading h2,p{
    color: darkslategray;
    font-family: var(--heading-font);
    font-weight:500;
    padding: 0px 10px 0px 10px;
}
.news-section .Converage-heading h2 {
    color: var(--orange-primary);
    font-family: var(--heading-font);
    font-weight: 500;
    padding:0px;
}
.news-section .Headline{
    background-color:var(--lightgrey-primary);
    box-shadow: 2px 2px 4px var(--lightgrey-primary);
    border-radius: 2px;
    padding: 20px 20px;
}
.news-section .Headline h4{
    padding: 10px 10px 0  10px;
    font-family: var(--heading-font);
    font-size: 1.30rem;
    color: var(--bs-heading-color);
}
.news-section .Headline input{
    border:none;
    background-color:var(--lightgrey-primary);
    color: #ca7c4e;
    gap:0px;
}
/* input[type="date"] {
    background-color:var(--lightgrey-primary); /* Input field ka background */
    input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(50%) sepia(50%) saturate(500%) hue-rotate(10deg);
}

.news-section .p-black{
    font-family: var(--heading-font);
    padding:0 10px ;
    line-height: 1.4rem;
/*    color: darkslategray;*/
}

.news-section .p-orange a{
    font-family: var(--heading-font);
    color: #ca7c4e;
    padding:0 10px ;
    text-decoration:none;
}
.news-section .Headline a{
    text-decoration: none;
    color:#ca7c4e ;
    padding: 5px 10px;
}
.news-section .Headline a:hover {
    text-decoration: underline;
    color: #ca7c4e;
    padding: 5px 10px;
}
.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: var(--black-primary);
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination li a:hover {
    background-color: var(--orange-primary);
    color: #fff;
}

.pagination .disabled span,
.pagination .disabled a {
    color: #ccc;
    pointer-events: none;
}

.pagination .active a {
    background-color: var(--orange-primary);
    color: white;
    pointer-events: none;
    border-color: var(--orange-primary);
}

.pagination li i {
    font-size: 18px;
    color: var(--orange-primary);
}

.pagination li a:hover i {
    color: #fff;
}
    .pagination li a {
        padding: 8px 12px;
    }


/*news*/

.toggle-button{
    display: none;
}
.toggle-button {
    background: none;
    border: none;
    color: var(--orange-primary);
    font-size: 45px;
    cursor: pointer;
    display: none;
    font-weight: 900;
    
   
}

.mainmenu {
   
    top: 0;
    right: 0;
    padding: 10px 20px;
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    z-index: 1000; 
    max-height: 100%;
}


/* Responsive Design */
@media (max-width: 768px) {
    .page-title, .page-subtitle {
        text-align: center;
    }
    /* .toggle-button {
        display: flex;
        justify-content: end;
        margin-left: 216px;
        width: 5%;
        max-height: 100%;
    }
    .mainmenu {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 160px;
        right: 0;
        text-align: center;
        max-height: fit-content;
        width: 70%;
        
    }
    .mainmenu .fa-home {
        color: #ffffff;
        font-size: 24px;
    }

    .mainmenu.active {
        display: flex;
    }

    .mainmenu li {
        padding: 10px 0;
    }
    .prbh-mainhead{
        display: flex;
    }
    .mainmenu .has-children {
        position: relative;
        width: 100%;
    }
    .mainmenu > li > a {
        font-family: var(--heading-font);
        font-weight: 600;
        font-size: 23px;
        color:white;
        text-decoration: none;
        padding: 15px 20px;
        display: block;
        width: 100%;
        text-align: justify;
    }
    .mainmenu .has-children::after {
        content: '';
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 36px;
    }
    .mainmenu > li:hover >::after {
        background-color: #fff;
        color: var(--orange-primary);
    } */
/* .toggle-button */
    .square-checkbox {
        width: 20px;
        height: 20px;
        border-radius:0;
    }
    .register-form .form-check .form-check-input[type=radio] {
        border-radius: 5px !important;
    }
    .mobile-menu{
        display: block;
    }
}

.heading-title{
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 48px;
    color: var(--black-primary);
    text-align: center;
    margin-top: 2rem;
}
h3{
    font-family: var(--heading-font);
}
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}
/* toogle */
/* Default Mobile Menu Hidden */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #222;
    color: white;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}
/* Default Menu Hidden */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Start hidden */
    width: 80%;
    height: 100vh;
    background: #222;
    color: white;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

/* Show Menu */
.mobile-menu.active {
    left: 0; /* Menu Open */
}

/* Close Button */
.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Toggle Button */
.toggle-button {
    position: fixed;
    top: 15px;
    left: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}


/* Show Menu */
.mobile-menu.active {
    left: 0;
}
.mobile-menu{
    display: none;
}

/* Close Button */
.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Toggle Button */
.toggle-button {
    position: fixed;
    top: 15px;
    left: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

/* Mobile Menu Styling */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.mobile-menu ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

/* toogle */

/*form css*/

/* faqs-mobile-responsive */
@media (max-width: 767px) {
    .faq-contact {
        padding: 0px;
    }

    .col-md-6 {
        width: 100%; 
    }

    .form-block, .image-block {
        text-align: center; 
        margin-bottom: 20px;
    }

    .mt-4 {
        margin-top: 20px;
    }
    .image-block img{
        height: 400px;
    }
    .g-3, .gy-3 {
        --bs-gutter-y: 1rem;
        margin-top: 30px;
    }
    
    .faq-contact .image-block .title-text {
        position: absolute;
        bottom: 0;
        padding: 35px 35px 0px 35px;
        height: 90%;
        width: 100%;
        background: #00000096;
    }
    .joinus-today .registercard h3 {
        font-family: var(--heading-font);
        font-size: 30px;
        
    }
    .words-wisdom h2 {
        font-size: 32px;
    }
    .conference-brochure h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }
    .faq-section h2 {
        font-size: 32px;
       
    }
    .page-header h1 {
        font-family: var(--heading-font);
        color: var(--white-primary);
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        z-index: 9;
        position: relative;
    }
    .faq-contact .image-block .title-text h3 {
        font-size: 16px;
    }
    .faq-section .faq-cont p{
        color: var(--black-primary);
    }
    .conference-brochure .desc {
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 16px;
        color: var(--white-primary);
        text-align: left;
        width: 95%;
        display: none;
    }
    .logo-block img:first-of-type { 
        /* height: 100px !important; */
        width: 100%;
    }
    .itrhd-logo img:first-of-type{
        width: 40px;
        height: 66px;
        float: right;
        padding-top: 10px;
    }
    .itrhd-logo{
        top:22px !important;
    }
    .joinus-today .registercard {
        margin-bottom: 15px;
    }
    

    .faq-label {
        text-align: center;
    }
    .faq-contact .image-block .title-text h2 {
        font-size: 31px;
        line-height: 40px;
    }
    svg {
        width: 40px;
        height: 40px;
    }
    .orange-btn-primary {
        font-size: 14px;
    }
    .blue-btn-primary {
        font-size: 14px;
    }
    .joinus-today .bgskin .context {
        color: var(--black-primary);
        margin-bottom: 30px;
    }
    /* .prbh-mainhead .btn-block{
        display: none;
        
    } */
    .orange-btn-primary {
        padding: 11px 22px;
    }
    .blue-btn-primary {
        padding: 11px 22px;
    }
    .mainmenu {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .page-header h3 {
        font-size: 18px;
    }
    .page-header .p-5{
        padding: 1.5rem !important;
    }
    .breacrumbs ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        z-index: 9;
        position: relative;
        color: var(--white-primary);
        margin-top: 20px;
        padding-left: 0;
        margin-bottom: 0;
    }
    .pagemenu .menu-strip {
        overflow-x: auto;
    }
    .tab-titles {
        overflow-x: auto;
    }
    /* .btn-block ul {
        display: flex;
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
        justify-content: center;
    } */

    /* venue-mobile-responsive */
    .footer-widget h4 {
        font-size: 24px;
        margin-top: 20px;
    }
    
    h4 {
        font-size: calc(1.375rem + .3vw);
    }
    .footer-widget .cnt-detail .txt {
        font-size: 15px;
    }
    .form-block .form-control {
        background: #e6e7e9;
        border-radius: 0;
        margin-bottom: 0px;
    }
    .footer-widget .footer-logo img{
        vertical-align: middle;
        width: 180px;
    }
    /* photo-gallery-mobile-responsive */

    .gallery-section .gallery-heading h2{
        font-weight: 500;
        font-size: 20px;
    }
    .gallery-section .gallery-heading p{
        font-weight: 500;
        font-size: 15px;
        margin-top: 12px;
        padding-right: 10px;
    }
    .gallery-section .gallery-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: var(--heading-font);
        padding: 0;
    }
    /* .gallery-section .gallery-row{
        margin: 0px;
        padding: 0px;
    } */
    .gallery-section .gallery-name span {
        font-size: 13px;
        line-height: 24px;
        padding: 0 0px;
        display: block;
        margin-bottom: 0 !important;
    }
    .gallery-section .gallery-name p {
        padding: 0 0px;
        display: block;
        font-size: 15px;
    }
    .gallery-section .gallery-name h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .gallery-section .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        overflow: hidden;
        font-size: 14px;
    }
    .gallery-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 170px;
    }
    .gallery-section .gallery-item{
        margin: 0px;
        padding: 0px;
    }

    /* blogs-mobile-responsive */
    .blogs-section .blog-card img {
        border-radius: 6px 6px 0px 0px;
        height: 250px;
    }
    .blogs-section .blog-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .blogs-section .blog-card .desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    /* news-section-mobile-responsive */

    .news-section .p-black {
        line-height: 1.4;
        font-size: 15px;
        white-space: normal;
    }
    .news-section .Headline h4 {
        padding: 10px 10px 0 10px;
        font-family: var(--heading-font);
        font-size: 20px;
    }
    .text-end {
        text-align: right !important;
        margin: auto;
        font-size: 14px;
    }
    .news-section .Converage-heading p {
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 10px;
    }
    /* sponsors-mobile-responsive */
    .partners-section .col-md-2 {
        width: 50%;
    }
    .contribute-section h2 {
        font-size: 26px;
        text-align: left;
        padding-left: 0px;
    }
    .contribute-section .card .orange-btn-primary {
        padding: 11px 22px;
        margin-bottom: 20px;
    }
    .contribute-section .card p {
        font-size: 16px;
        line-height: 1.5rem;
        padding: 0px;
    }
    .contribute-section .card img {
        vertical-align: middle;
        height: auto;
    }

    /* delegate-page-mobile-responsive */
    .heading-title {
        font-size: 32px;
       
    }

    /* sechedule-page-mobile-responsive */
    .schedules-section .col-md-3.tab-item {
        top: 10px;
        align-self: flex-start;
        z-index: 10;
        padding: 10px;
        align-items: baseline;
        justify-content: start;
        margin-left: 18px;
    }
    .schedules-section .tab-item h4 {
        color: var(--orange-primary);
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .schedules-section .clock-icon {
        font-size: 18px;
    }
    .schedules-section h2 {
        font-family: var(--body-font);
        font-size: 22px;
        font-weight: 500;
        color: #343a40;
    }
    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
        border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
        font-size: 24px;
        margin-left: -6px;
        margin-top: -24px;
        font-size: 22px;
    }
    .schedules-section .accordion-button::after {
        font-weight: 700 !important;
        font-size: 1.5rem !important;
        transform: scale(1.2);
    }
    .schedules-section  h3 {
        font-family: var(--heading-font);
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .schedules-section .container {
        flex-direction: column;
        align-items: center;
    }

    .schedules-section .info {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }
    .schedules-section #pills-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        height: 200px;
      }
    
      .schedules-section  .nav-item {
        flex: 0 0 auto;
        width: auto;
        padding: 10px;
      }
    
      .schedules-section  .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .schedules-section #pills-monday-tab h1{
        font-size: 25px;
        line-height: 1.1rem;
      }
      .schedules-section #pills-tuesday-tab h1{
        font-size: 25px;
        line-height: 1.1rem;
      }
      .schedules-section #pills-wednesday-tab h1{
        font-size: 25px;
        line-height: 1.1rem;
      }
      .schedules-section #pills-monday-tab.active p {
        color: white;
        line-height: 0.1;
    }

    /* Volunteer responsive for mobile */
    .register-section .maintitle {
        font-family: var(--heading-font);
        font-weight: 600;
        font-size: 25px;
        color: var(--blacke-primary);
        margin-bottom: 16px;
        text-align: center;
        margin-top: 35px;
    }
    .register-section .description {
        font-size: 14px;
        margin-bottom: 16px;
        margin-top: 15px;
        text-align: center;
    }
    .title {
        font-size: 18px;
        font-weight: bold;
        margin-left: 5px;
    }

    /* .accommodation-item-responsive for mobile */

    .accommodation-section h2 {
        font-family: var(--heading-font);
        font-weight: 700;
        font-size: 33px;
        color: var(--black-primary);
        text-align: center;
        margin-bottom: 60px;
    }
    .accommodation-section .tab-title {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

    /* .intro-section-mobile-responsive */
    .intro-section h2 {
        font-size: 25px;
       
    }
    .intro-section .desc {
        font-size: 14px;
    }
    .intro-section .orange-btn-outline {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .intro-section .image-block img {
        height: 300px;
        margin-bottom: -122px;
    }
    .itrhdpro-section h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .itrhdpro-section .project-card .context h4 {
        font-family: var(--heading-font);
        font-size: 22px;
        font-weight: 600;
        color: var(--black-primary);
        margin-bottom: 16px;
    }
    .itrhdpro-section .project-card img {
        vertical-align: middle;
        height: 300px;
    }
    .itrhdpro-section .project-card .context p {
        padding: 0px;
    }
    .itrhdpro-section .project-card .context {
        margin-bottom: 20px;
    }
    .itrhdpro-section {
        padding: 60px 0px 39px 0px;
    }


    /* prbh-academy-mobile-responsive */
    .intro-section .image-block img {
        height: 300px;
        margin-bottom: -122px;
        margin-top: 20px;
    }
    .intro-section .sub-heading {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 16px;
        color: var(--orange-primary);
        text-align: left;
        margin-bottom: 6px;
    }
    .missionvision-section .card img {
        vertical-align: middle;
        height: 250px;
    }
    .missionvision-section .card .title {
        font-size: 30px;
        margin-top: 10px;
    }
    .missionvision-section .card .desc {
        margin-bottom: 10px;
    }
    .intro-section .image-block img {
        height: 300px;
        margin-bottom: -50px;
        margin-top: 20px;
    }
    .itrhdpro-section .sub-heading {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 16px;
        color: var(--orange-primary);
        text-align: left;
        margin-bottom: 6px;
        margin-top: -50px;
    }

    /* home-pages-mobile-responsive */

    .mainbanner-section .carousel-item img {
        height: 400px;
        object-fit: cover;
    }
    .mainbanner-section .carousel-item .carousel-caption h3 {
        font-family: var(--heading-font);
        font-size: 30px;
        font-weight: 700;
        text-align: left;
        margin-top: -82px;
    }
    .mainbanner-section .carousel-item .carousel-caption p {
        font-family: var(--body-font);
        font-size: 16px;
        line-height: 22px;
        padding: 0px;
        color: var(--bs-heading-color);
    }
    .mainbanner-section #demo {
        height: 400px;
    }
    .facts-section .fact .counter {
        font-size: 36px;
    }
    .facts-section .fact p {
        font-size: 16px;
        font-weight: 500;
    }
    .homespeaker-section h2 {
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 40px;
    }
    .partnersponser-section h2 {
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 50px;
    }
    .homeblog-section h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .homeblog-section .blog-card p {
        font-size: 16px;
        margin-bottom: 16px;
        padding: 0px;
    }
    .conference-brochure .g-3 {
        --bs-gutter-y: 1rem;
        margin-top: 0px;
    }
    .conference-brochure .form-control {
        font-size: 14px;
        /* padding: 0px !important; */
        margin-bottom: 0px;
    }
    .conference-brochure .p-0 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }


    /* register-section */
    .register-section .form-check span{
        line-height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-family: var(--heading-font);
    font-size: 14px;
    }
    .register-section{
        padding: 0px;
    }
    .register-section .heading-title h1{
    margin-top: 30px;
    }
        
        /* contact-section-responsive */
    .contact-section .form-block h4 {
        font-family: var(--heading-font);
        color: var(--black-primary);
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
        margin-top: 35px;
    }
    .footer-widget .footer-logo{
        width: 190px;
    }
    .contact-block .contact-widget {
        background: var(--lightgrey-primary);
        padding: 30px;
        border-radius: 6px;
        height: auto;
        margin-bottom: 10px;
    }
    .contact-section .map-block{
        height: 300px;
    }
    .contact-widget .d-flex {
        margin-bottom: 12px;
        align-items: center;
    }
    .contact-section .map-block iframe {
        border-radius: 6px;
        height: 300px;
    }
    .venues-section .map-block{
        height: 300px;
    }
    .venues-section .map-block iframe {
        border-radius: 6px;
        height: 300px;
    }
    .venues-section .footer-widget.bg-orangelt h4 {
        color: var(--black-primary);
        text-align: left;
        margin-left: 0px;
        margin-top: 20px;
        padding: 0;
    }
    #venue-wigdet {
        background: var(--white-primary);
        padding: 40px 15px 20px 15px;
    }
    .accommodation-section .tab-pane p{
        color: var(--black-primary);
    }




    /** footer responsive **/

    .footer-widget.bg-orangelt{
        padding: 40px 15px 40px 15px;
        margin-bottom: 0;
    }

    .footer-widget.bg-orangelt h4 {
        color: var(--black-primary);
        text-align: left;
        margin-left: 0px;
        margin-top: 0;
        padding: 0;
    }
    .footer-widget .cnt-detail {
        margin-bottom: 12px;
        align-items: center;
        margin-left: 0px;
        margin-top: 0;
        padding: 0;
    }

    .footer-widget {
        padding: 00px 0px 40px;
    }

    .footer-logo{
        padding-top: 40px;
    }

    .footer-logo img{
        width: 200px;
    }

    footer .col-md-2:nth-child(2){
        width: 50%;
    }

    footer .col-md-2:nth-child(3){
        width: 50%;
    }

    .footer-bottom {
        background: var(--maroon-primary);
        padding: 15px 0px;
    }

    .footer-bottom .copyright-text p{
        text-align:center;
    }

    /** footer responsive **/

    /* speakers-section-responsive */
    .speakers-section .col-md-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    /* speakers-section-responsive */
}



.prbh-fix-nav-inner {
    display: none;
}

.prbh-mainhead  .hamburger_icon{
    display: none;
}

/* Fixing Mobile Menu */
@media (max-width:1024px){

.logo-block{
    width: 100px;
}

.itrhd-logo {
    top: 85px;
}

.prbh-topbar ul li a{
    font-size: 10px;
}

.prbh-mainhead {
    background: var(--white-primary);
    padding: 5px 0px;
}

.prbh-topbar ul li {
    margin-left: 12px;
    display: flex;
}

.pagemenu .menu-strip > ul{
    justify-content: left;
    margin-bottom: 0;
    padding-left: 0;
}



.prbh-fix-nav-inner {
    background: var(--maroon-primary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
}

.prbh-fix-nav-inner .logo-block{
    padding: 20px 20px;
}

.prbh-fix-nav-inner .logo-block img{
    border-radius: 5px;
    width: 140px;
}

.prbh-fix-nav-inner .mainmenu{
    align-items: start;
}

.prbh-fix-nav-inner .mainmenu > li{
    width: 100%;
}

.prbh-fix-nav-inner .mainmenu > li > a{
    padding: 15px 0px;
    color: var(--white-primary);
}

.prbh-fix-nav-inner .mainmenu .has-children::after{
    content: '';
    border: solid var(--white-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 22px;
}

.prbh-fix-nav-inner .mainmenu > li:hover > a{
    background: transparent;
    color: var(--skin-primary);
    border-bottom: 1px solid var(--skin-primary);
}

.prbh-fix-nav-inner  .sub-menu li a::before{
    content: '-';
    padding-right: 10px;
}

.prbh-fix-nav-inner .sub-menu{
    background: transparent;
}

.prbh-mainhead .fordesktop .mainmenu{
    display: none;
}

.prbh-mainhead .fordesktop .btn-block{
    display: none;
}

.prbh-mainhead .hamburger_icon .toggle_icon{
    position: absolute;
    top: 38px;
    right: 15px;
    line-height: 16px;
    font-size: 16px;
    background: var(--orange-primary);
    padding: 6px 8px;
    color: var(--white-primary);
}

.prbh-fix-nav-inner  .hamburger_icon .close_icon{
    position: absolute;
    top: 38px;
    right: 15px;
    line-height: 16px;
    font-size: 16px;
    background: var(--skin-primary);
    padding: 6px 8px;
    color: var(--maroon-primary);
}

.prbh-mainhead  .hamburger_icon{
    display: block;
}


}

/* Fixing Mobile Menu */




@media (min-width: 768px) and (max-width: 1024px){
    footer .col-md-2 {
        flex: 0 0 auto;
        width: 33.33%;
    }
    footer .col-md-6{
        width: 100%;
        margin-top: 25px;
    }
    footer .footer-bottom .col-md-6{
        width: 50%;
    }
    footer .footer-bottom .footer-icon{
        width: 30%;
        margin-right: 50px;
    }
    footer .footer-widget .col-md-6{
      width: 50%;
      margin-top: 0px;
    }
    footer .footer-bottom  .col-md-6{
        margin-top: 0px;
    }
    .footer-bottom .copyright-text{
        display: flex;
        /* justify-content: center; */
    }
    .footer-widget.bg-orangelt {
        padding: 40px 40px 40px 40px;
    }
    .conference-brochure .col-md-6{
        width: 100%;
    }
    
    .conference-brochure .desc {
        display: none;
    }
    .words-wisdom .col-md-8{
        width: 100%;
    }
    .joinus-today .col-md-4{
        width: 50%;
    }
    .joinus-today .register-image{
       display: none;
    }
    .joinus-today {
        margin-top: 40px;
        padding-top:60px: ;
    }

    /* news-section  */

    .news-section .Converage-heading{
        padding: 0px;
    }
    .news-section .Converage-heading p {
        display: flex;
        align-items: center;
        font-size: 22px;
        padding: 10px;
    }
    .news-section .Headline h4{
        padding: 0px;
    }
    .news-section .Headline p{
        padding: 0px;
    }
    .news-section .Headline a{
        padding: 0px;
    }
    .prbh-fix-nav-inner .mainmenu {
        align-items: start;
        display: block;
    }
    /* .sub-menu {
        position: relative;
    } */
    /* .pagemenu .sub-menu {
        position: static;
        display: none;
    } */

    /* partners-section */

    .partners-section .col-md-2 {
        width: 50%;
    }
    .contribute-section .col-md-4{
        width: 50%;
    }
    .contribute-section .card img{
        display: none;
    }

    /* schedules-section  */

    .schedules-section .clock-icon {
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--orange-primary);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }
    .schedules-section .tab-item h4 {
        color: var(--orange-primary);
        font-size: 22px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }
    .schedules-section h2 {
        font-family: var(--body-font);
        font-size: 1.8rem;
        font-weight: 500;
        color: #343a40;
        padding: 0px 20px;
    }
    .schedules-section #pills-monday-tab h1{
        font-size: 28px;
    }
    .schedules-section #pills-tuesday-tab h1{
        font-size: 28px;
    }
    .schedules-section #pills-wednesday-tab h1{
        font-size: 28px;
    }
    .schedules-section #pills-monday-tab p{
        font-size: 16px;
    }
    .schedules-section #pills-tuesday-tab p{
        font-size: 16px;
    }
    .schedules-section #pills-wednesday-tab p{
        font-size: 16px;
    }
    
    /* speakers-section */

    .speakers-section .col-md-3{
        width: 33.33%;
    }
    .speakers-section {
        padding: 35px 0px;
    }

    /* venues-section */
    .venues-section .col-md-6{
        width: 100%;
    }
    .pagemenu .menu-strip {
        overflow-x: auto;
    }
    .venues-section .map-block{
        margin-bottom: 20px;
    }
    .venues-section {
        padding: 20px 0px;
    }
    .venues-section .form-block h4{
        padding: 10px 0px;
    }

    /* accommodation-section */

    .accommodation-section .tab-titles {
        overflow-x: auto;
        white-space: nowrap;
    }
    .accommodation-section .tab-pane p {
        color: var(--black-primary);
    }
    .accommodation-section {
        padding: 20px 0px;
    }

    /* register-section */

    .register-section     .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }
    .registercard.bgskin br{
        display:none;
    }
    .register-section .title {
        margin-left: 10px;
    }

    /* intro-section */

    .intro-section .col-md-6{
        width: 100%;
    }
    .intro-section .image-block{
        margin-top: 20px;
    }
    .facts-section .col-md-3{
        width: 25%;
    }
    .partnersponser-section .col-md-2{
        width: 50%;
    }
    .missionvision-section .col-md-3{
        width: 100%;
    }
    .missionvision-section .col-md-9{
        width: 100%;
    }


    /* itrhdpro-section */
    .itrhdpro-section .col-md-3{
        width: 50%;
        padding: 10px;
    }
    .itrhdpro-section {
        padding: 60px 0px 30px 0px;
    }

    /* gallery-section */
    .gallery-section .gallery-heading p{
        align-items: center;
        display: flex;
        font-size: 22px;
        padding-right: 10px;
    }
    .gallery-section .gallery-item{
        margin: 0px;
        padding: 0px;
    }
    .gallery-section {
        padding: 30px 0px;
    }
    .gallery-section .gallery-heading{
        margin: 0px;
        padding: 0px;
    }

    /* faq-section */
    .faq-section .col-md-8{
        width: 100%;
    }
    .faq-contact .col-md-6{
        width: 100%;
    }
    .faq-contact .form-block{
        margin-top: 15px;
    }
    .faq-section {
        padding: 60px 0px 20px 20px;
    }
    .faq-section .faq-cont p {
        color: var(--black-primary);
    }

    /* contact-section */
    .contact-block .col-md-4{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-section .col-md-6{
        width: 100%;
    }
    .contact-section .form-block h4 {
        font-family: var(--heading-font);
        color: var(--black-primary);
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 16px;
        margin-top: 10px;
    }
    .contact-section .map-block iframe {
        margin-bottom: 20px;
    }
    .contact-block .contact-widget {
        height: auto;
    }
    .contact-widget .d-flex {
        align-items: center;
    }

    /* blogs-section */
    .blogs-section .col-md-3{
        width: 50%;
    }
    .mainbanner-section .carousel-inner{
        height: 530px;
    }
    .mainbanner-section .carousel-active{
        height: 530px;
    }
    .mainbanner-section .carousel-item .carousel-caption p {
        color: #ffffff;
    }
    .mainbanner-section #demo {
        height: 530px;
    }
    .mainbanner-section .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
        top: 25%;
        width: 70%;
        z-index: 99;
    }
    .has-children:hover .sub-menu {
        display: contents;
        white-space: nowrap;
    }
    
    
    
}


/* back to top */
#button {
    display: inline-block;
    background-color: #00000078;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    position: fixed;
    bottom: 0px;
    right: 30px;
    visibility: hidden;
    z-index: 1000;
  }
  .fa-arrow-up:before {
    content: "\f062";
    margin-top: 12px;
    display: flex;
}
  #button::after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
   
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  #button i{
    color: white;
    font-size: 25px;
    margin-top: 12px;
  }
  /* @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  @media (max-width:1024px) {
    #button {
        width: 40px;
        height: 40px;
        text-align: center;
        right: 15px;
    }
    #button i {
        color: white;
        font-size: 16px;
        margin-top: 12px;
    }
  } */


.meeta-hero-content{
    padding : 60px 0px;
    background: #f1f1f2;
}
.meeta-hero-content .hero-text{
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 20px;
    color: var(--black-primary);
    text-align: center;
/*    margin-bottom: 45px;*/
/*    margin-top: 20px;*/
}

/* new-css */

.pipe{
    color: var(--white-primary);
    margin-left: 10px;
    font-size: 15px;
}
.joinus-today br{
    display: none;
}
.mainbanner-section h4{
    font-size: 18px;
    display: flex;
    gap: 120px;
}
.gallery-section #gallery-type{
    align-items: center;
    margin-right: 25px;
}
.pagemenu .container-fluid{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .0);
    padding-left: calc(var(--bs-gutter-x)* .0);
    margin-right: auto;
    margin-left: auto;
}
.footer-bottom .footer-icon{
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.footer-bottom .footer-icon a{
    color: #fff;
}   

.mainbanner-section .carousel-caption{
    left: 10%;
    width: 40%;
}

.mainbanner-section .carousel-item .carousel-caption p{
    color: #fff;
    padding: 0px;
    font-style: italic;
}

.faq-container h3{
    margin-bottom: 20px;
}
.faq-container{
    margin-bottom: 40px;
}

.single-blog .meta{
    padding: 0px;
}

.pagemenu .menu-strip ul li a{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pagemenu .menu-strip ul .active a{
     color: #703530;
}
.pagemenu .menu-strip ul li a:hover {
    color: #703530;
}

.prbh-mainhead .orange-btn-primary{
    white-space: nowrap;
}

.mainbanner-section .carousel-caption{
    left: 10%;
    width: 78%;
    margin-top: -30px;
}
.mainbanner-section .carousel-caption h3{
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;
}
.mainbanner-section .carousel-caption p{
    display: flex;
    justify-content: center;
    text-align: center;
}
.mainbanner-section .carousel-caption h4{
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;
}
.meeta-hero-content .hero-text{
    background-color: #f1f1f2;
    height: 150px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.meeta-hero-content .hero-text p{
/*    width: 75%;*/
    font-style: italic;
}

.faq-section .faq-container h3{
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--orange-primary);
    text-align: left;
    margin-bottom: 6px;
}

/* .register-section .maintitle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 24px;
} */
.prbh-mainhead{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.meeta-hero-content{
    padding: 0px;
}
.Contribute-swection .col-md-12{
    height: 250px;
    background-color: #e2e1e1;
    
}
.Contribute-swection .col-md-12 h4{
    margin-left: 108px;
    margin-top: 50px;
    font-size: 25px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--black-primary);
}

.Contribute-swection .col-md-12 p{
    width: 85%;
    margin-left: 108px;
    padding: 0px;
    margin-bottom: 22px;
    font-family: var(--body-font);
    
}
.Contribute-swection .col-md-12 a{
    margin-left: 108px;
    
}
.intro-section .col-md-12{
    margin-top: 20px;
    color:var(--black-primary);
    text-align: justify;
}
.intro-section .col-md-12 p{
    color:var(--black-primary);
    font-size: 15px;
}
.new-delhi{
    display: flex;
    justify-content: center;
}
.new-delhi h4{
    background-color: var(--white-primary);
    color: var(--orange-primary);
    width: 50%;
    padding: 10px;
    border-radius: 6px;
    font-size: 23px;
}

.contribute-section_home{
    padding: 60px 0px;
    background: #f1f1f2;
}
.contribute-section_home h2 {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--orange-primary);
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}
.schedules-section #pills-monday-tab h1{
    font-style: italic;
}
.schedules-section #pills-tuesday-tab h1{
    font-style: italic;
}
.schedules-section #pills-wednesday-tab h1{
    font-style: italic;
}
.itrhdpro-section h3{
    font-style: italic;
}
.schedules-section .parent h3{
    font-style: italic;
}

/*.image-block-logo{
    border: 1px solid #ca7c4e;
    border-radius: 5px;
    padding: 1px;
}*/

.Witness{
    background-color: #ca7c4e;
    padding: 30px;
    color: #fff;
    font-style: italic;
    font-size: 23px;
    text-align: center;
}

.Witness .title-Witness{
    color: #fff;
}

.meeta-hero-content .indian-trust{
    color: var(--orange-primary);
}

.small-button button{
    display: flex;
    justify-content: center;
    align-items: center;
 }

/*Delegate thanks*/
.thank-you {
    font-weight: bold;
    font-style: italic;
    font-family: var(--heading-font);
    color: var(--black-primary);
    margin-top: 20px;
    font-size: 32px;
}
.highlight {
    font-style: italic;
    color: var(--orange-primary);
}
.transaction-id {
    font-weight: bold;
    color: var(--orange-primary);
}
.support {
    font-style: italic;
    color: var(--orange-primary);
}
.divider {
    margin: 20px 0;
    border-top: 1px solid #000;
}
.home-page-content {
    background: #e9ccbf;
    padding: 20px 0;
}

.home-page-content .hero-text {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 20px;
    color: var(--black-primary);
    text-align: center;
    line-height: 1.5;
    padding: 0px 10px 0px 10px;
}

.home-page-content .hero-text .indian-collaboration {
    color: var(--black-primary) !important;
    font-weight: 800;
    font-style: italic;
    font-size: 23px;
}

.mainbanner-section .prbh-date{
    background-color: var(--white-primary);
    color: var(--orange-primary);
    text-align: center;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.mainbanner-section .prbh-city{
    background-color: var(--orange-primary);
    color: var(--white-primary);
    text-align: center;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.mainbanner-section .carousel-item .participate {
    font-family: "henotica", sans-serif;
    font-size: 42px;
}

.mainbanner-section .carousel-item .international {
    font-family: "henotica", sans-serif;
    font-size: 70px;
    margin-bottom: 30px;
}

.mainbanner-section .registration{
    background-color: var(--blue-primary);
    padding: 10px;
}
.mainbanner-section .registration .registration-text{
    color: var(--white-primary);
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.registercard .text-skin{
    color: var(--skin-primary);
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.registercard .text-blue{
    color: var(--blue-primary);
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

.homepage-joinus-today{
    padding-bottom: 60px;
}
/*Delegate thanks*/


/*// mobile css*/


@media (max-width: 767px){
    .mainbanner-section .carousel-item .participate {
        font-family: "henotica", sans-serif;
        font-size: 32px!important;
    }
    .mainbanner-section .carousel-item .international {
        font-family: "henotica", sans-serif;
        font-size: 38px;
        margin-bottom: 10px!important;
    }
}
 
.mainbanner-section .carousel-item .international {
    font-family: "henotica", sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
}
 
.mainbanner-section .prbh-date {
    background-color: var(--white-primary);
    color: var(--orange-primary);
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}    
 
.mainbanner-section .prbh-city {
    background-color: var(--orange-primary);
    color: var(--white-primary);
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
 
@media (max-width: 767px) {
    .mainbanner-section .carousel-item img {
        height: 600px;
        object-fit: cover;
    } 
 
    .mainbanner-section #demo {
        height: 600px;
    }
 
    .home-page-content .hero-text {
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 16px;
        color: var(--black-primary);
        text-align: center;
        line-height: 1.5;
        padding: 0px 10px 0px 10px;
    }
     
    .home-page-content .hero-text {
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 16px;
        color: var(--black-primary);
        text-align: center;
        line-height: 1.5;
        padding: 0px 10px 0px 10px;
    }
     
    .mainbanner-section .registration .registration-text {
        color: var(--white-primary);
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
    }
 
    .homespeaker-section h2 {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 40px;
    }
 
    .footer-bottom .footer-icon {
        color: #fff;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
     
    .intro-section .image-block img {
            height: 300px;
            margin-bottom: 0px;
            margin-top: 20px;
        }
     
    .pagemenu .menu-strip ul li a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .schedules-section #pills-monday-tab h1 {
        font-size: 25px;
        line-height: 2.1rem;
    }
 
    .schedules-section #pills-monday-tab.active p {
        color: white;
        line-height: 0.8;
    }

    .mainbanner-section .carousel-indicators {
        margin-bottom: 20px;
        top: 95%;
    } 
 
    .contribute-section_home h2 {
        font-family: var(--heading-font);
        font-weight: 700;
        font-size: 35px;
        color: var(--orange-primary);
        text-align: center;
        margin-bottom: 40px;
        font-style: italic;
    }
     
    .schedules-section #pills-tuesday-tab h1 {
        font-style: italic;
        line-height: 2.5rem;
    }
     
    .schedules-section #pills-tuesday-tab p {
        line-height: 0.8rem;
        justify-content: center;
        align-items: center;
        color: black;
    }
     
    .schedules-section #pills-wednesday-tab h1 {
        font-style: italic;
        line-height: 2.5rem;
    }
     
    .schedules-section #pills-wednesday-tab p {
        line-height: 0.8rem;
        justify-content: center;
        align-items: center;
        color: black;
    }
    .marginTop{
        margin-top: 88px !important;
    }
    .page-header {
        padding: 40px 0px;
        background-size: cover;
        position: relative;
        /* margin-bottom: 60px; */
        margin-top: 88px;
    }
    .prbh-mainhead .hamburger_icon .toggle_icon {
        position: absolute;
        top: 48px;
        right: 45px;
        line-height: 16px;
        font-size: 16px;
        background: var(--orange-primary);
        padding: 6px 8px;
        color: var(--white-primary);
    }
    .words-wisdom .testimonial-slider .profile-img img {
        width: 100%;   
/*        height: 110px;*/
        border-radius: 6px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .itrhdpro-section .col-md-3 {
        display: block; 
        justify-content: center;
        align-items: center;
    }
    
 
}


/*Ck editor css*/
.image-style-side {
    float: right;
    margin-left: 15px;
    max-width: 50%;
}
.image-style-align-left {
    float: left;
    margin-right: 15px;
}
.image-style-align-right {
    float: right;
    margin-left: 15px;
}
.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}
.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
.image-style-align-left {
    float: left;
    margin-right: 15px;
}
.image-style-align-right {
    float: right;
    margin-left: 15px;
}
/*Ck editor css*/


.featured-speaker-card {
    margin-bottom: 30px;
    background: var(--white-primary);
    border-bottom: 3px solid var(--orange-primary);
}

.featured-speaker-card .speaker-content {
    padding: 10px 10px;
}

.featured-speaker-card .speaker-title {
    color: var(--black-primary);
    font-family: var(--heading-font);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    overflow: hidden;
}

.featured-speaker-card .speaker-desc {
    color: var(--black-primary);
    font-family: var(--body-font);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    font-style: italic;
    height: 95px;
    overflow: hidden;
}

.featured-speaker-card .speaker-content h6 {
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--black-primary);
    margin-bottom: 16px;
}

.featured-speaker-card .speaker-content h6 i {
    background: var(--orange-primary);
    color: var(--white-primary);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-right: 8px;
}

@media (min-width: 768px) and (max-width: 1499px){
    .homeblog-section .blog-card {
        margin: 6px;
        display: contents!important;
    }
}

.partners-section .col-md-3 {
    display: block;
    margin-bottom: 25px;
}

.partners-section .col-md-3 .title{
    font-size: 15px;
    font-weight: bold;
    color: #ca7c4e;
    font-family: var(--body-font);
    text-align: center;
}

.partnersponser-section .title{
    font-size: 15px;
    font-weight: bold;
    color: #ca7c4e;
    font-family: var(--body-font);
    text-align: center;
}
.tm_title a{
    color: var(--bs-heading-color);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
}