@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&display=swap");


/* @import url("https://fonts.googleapis.com/css2?family=Anton&family=Quicksand:wght@300;400;500;600;700&display=swap"); */

 
:root {    
      /*  Branding  */
    --color-primary: #004090;
    --color-secondary: #bd1e51;
    
      /* Grayscale */
    --gray-00: white;
    --bg-000: black;
    --bg-20: #eb8800;
    --gray-40: #888790;
    --gray-60: #626169;
    --gray-80: #3d3c41;
    --gray-100: #181819;
}

html,
body {
    height: auto;
    font-family: "Poppins", sans-serif;
     
    font-weight: 400;
    vertical-align: baseline; 
    color: #000000;
  line-height: 2;
    font-size: 16px;    
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

 

 ul,
ol {
   color: #081245;
} 
a {
    text-decoration: none;
}

.blinking {
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        color: #ff00b4;
    }
    100% {
        color: #03b5ff;
    }                      
}



.welmsg1{
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
    color: #000 !important;
    background-color: transparent !important;
    
}
.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.themecolor {
    color: #2a1a00 !important;  
}
.sec-title.text-center .divider {
    margin: 11px auto 0;
    width: 176px;
    height: 30px;
    background-image: url(../images/divider-centered.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
}
.theme-color {
    color: #2a1a00;
}
.sec-title h2 {
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #2a1a00;
    font-weight: 700;
}

.section-padding {
    padding: 40px 0px;
}

.web-padd-sec {
    padding: 70px 0px;
}

.ast_btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #00aca8;
    color: var(--gray-00);
    text-transform: capitalize;
    border: 1px solid #00aca8;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s;
}
.ast_btn:hover, 
.ast_btn:focus {
    background-color: transparent;
    color: #1b1101;
    border: 1px solid #1b1101;
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
}
/* .single-banner-slide {   
    background-repeat: no-repeat;
    background-size:contain
} */

/* .single-banner-slide {   
    min-height: 550px;   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
} */


.single-banner-slide {  
 
    background-repeat: no-repeat;

}
 
.banner-area .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: var(--bg-000);
    color: var(--gray-00);
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.banner-area .owl-nav button.owl-prev {
    left: 0;
}
.banner-area .owl-nav button.owl-next {
    right: 0;
}

.banner-area .owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.banner-area .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    margin: 0 3px;
    border: 1px solid #fff;
}
.banner-area .owl-dots button.owl-dot.active {
    background-color: #fff;
    border: 1px solid #fff;
     
}
.banner-area .owl-dots button.owl-dot:focus {
    outline: none;
} 
/*===================================================================================== 
Containerr CSS
=======================================================================================*/

.Conf-container { 
    padding-top: 40px;
    padding-bottom: 40px;
}
.containerr .container-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerr .container-item {
    /* background: #af346e;  */
    margin-bottom: 24px;    
    padding: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    height: 150px;
    /* width: 150px; */
    border: 1px solid #000;
   
    align-items: center;
    justify-content: center;
     margin: 0 auto;
}

.containerr .container-item span {
    display: block;
    font-size: 40px;
    color: #2a1a00;
    font-weight: 800;
    min-width: 20%;
    text-align: center;
    align-items: center;
} 
/*===================================================================================== 
Welcome Rosa CSS
=======================================================================================*/

.e-parent-bg{
 
    position: relative;
}

.e-parent-bg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: relative;
    z-index: 999;
}

 .randomHead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.cardfff {
    position: relative;
    background-color: #f4ffff !important;
     border: 1px solid #00aca8;
}

.randomHead h4 {
    position: relative;
    padding: 10px 5px;
    background: #00aca8;
    color: #fff;
    border-radius: 0 0 4px 4px;
    letter-spacing: 1px;
    font-weight: 400;
    display: table;
    margin: -16px auto 0;
    text-align: center;
    width: 25%;
    font-size: 16px;
    text-transform: uppercase;
}

.randomHead h4::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 100%;
    height: 16px;
    background: #058f8b;
    transform: skewX(30deg);
    z-index: -1;
}
 
.welcome-rosa h3 {
    color: #000;
    font-size: 26px;
    line-height: 38px;   
    margin-bottom: 15px;    
    font-weight: 600;
  
}
 
.welcome-rosa .order-lg-1 p {
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    color: var(--bg-000);
}
.welcome-rosa .welcome-img {
    border: 1px solid var(--color-secondary);
    padding: 3px;
    border-radius: 5px;
}

.welcome-rosa .Wel_message h2 {
    color: #ac7a33;
    font-size: 40px;    
    line-height: 1.5;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.welcome-rosa .Wel_message span {
    color: #000;  
} 

/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {       
  .welcome-rosa h2 {
        font-size: 24px !important;
        line-height: 36px !important; 
        padding: 0px 24px !important;
        margin-bottom: 5px !important;
    }
    .welcome-rosa .quick_link {
        margin-top: 15px;
    }
    .welcome-rosa .link_title p {
        font-size: 20px; 
    }
    .welcome-rosa .link img {
        width: 30px;        
    }
    .welcome-rosa .order-lg-1 br {
        display: none;
    }
    .welcome-rosa .order-lg-1 p {
        margin-top: 7px;
    }
    .welcome-rosa .welcome-img {
        margin-top: 20px;
    }

  
}

/*===================================================================================== 
Committee Members CSS
=======================================================================================*/ 
.oc-com-members,
.welcome-rosa {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.oc-com-members .oc-card {
    /* background-color: var(--gray-00); */
    border-radius: 20px;
    margin-bottom: 24px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.oc-com-members .post-img {
    align-items: center;
    padding: 10px 0px;
}
.oc-com-members .post-img img {
    border-radius: 10px;
    border: 1px solid #00aca8;
    align-items: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.oc-com-members .post-content {
    padding: 10px 4px;
}
.oc-com-members .post-title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    color: #00aca8;
    letter-spacing: 0.5px;
}
.oc-com-members .post-description {
    font-size: 14px;
    line-height: 30px;
    color: var(--bg-000);
    font-weight: 300;
    margin: 0;
    text-align: center;
}

/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {      
    .oc-com-members .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .oc-com-members .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/*===================================================================================== 
Popular Destinations CSS
=======================================================================================*/

.most-popular-destinations,
.pricing-section {
    background-color: #fafafa;
}
.most-popular-destinations .centered {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--gray-00);
    text-shadow: 2px 2px 4px var(--bg-000) 000;
    font-size: 16px;
    background-color: #00aca8;
    padding: 1px 13px;
    text-align: center;
}

.most-popular-destinations .swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.most-popular-destinations .swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.most-popular-destinations .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    height: 500px;
}

.most-popular-destinations .swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.most-popular-destinations .two .swiper-slide {
    width: 500px;
}

.most-popular-destinations .swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #333;
    padding: 3px;
    border-radius: 4px;
}

.most-popular-destinations .swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.most-popular-destinations .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.most-popular-destinations .swiper-container-horizontal > .most-popular-destinations .swiper-pagination-bullets,
.most-popular-destinations .swiper-pagination-custom,
.most-popular-destinations .swiper-pagination-fraction {
    bottom: 0;
}

.most-popular-destinations .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid var(--color-secondary);
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.most-popular-destinations .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, var(--color-secondary) 0%, #da629a 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, var(--color-secondary) 0%, #da629a 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
/*===================================================================================== 
Sticky Icon Right CSS
=======================================================================================*/ 
.sticky-icon {
    z-index: 999999;
    position: fixed;
    top: 50%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    transition: all 0.8s;
    background-color: #e3010f;     
}

.sticky-icon a:hover {
    color: var(--gray-00);
    background-color: #ed6502;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: var(--gray-00);
    height: 40px;
    width: 40px;
    color: var(--bg-000);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}


/*===================================================================================== 
Conference Highlights CSS
=======================================================================================*/ 
.features-section-three {
    position: relative;
    padding: 20px 0;
}
.features-section-three.no-pd-top {
    padding-top: 0;
}
.conference-highlights .feature-block-three {
    position: relative;
    margin-bottom: 40px;
}
.conference-highlights .feature-block-three .inner-box {
    position: relative;
    padding: 20px 30px;
    padding-left: 150px;
    padding-right: 50px;
    background-color: var(--gray-00);
    border: 1px solid #eee;
    /* box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}
.conference-highlights .feature-block-three .inner-box:hover {
    box-shadow: none;
}
.conference-highlights .feature-block-three .icon-box {
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
    width: 70px;
    padding: 0 20px;
}
.conference-highlights .feature-block-three .icon-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-secondary);
    content: "";
    transform: skew(-15deg);
    transition: all 600ms ease;
}
.conference-highlights .feature-block-three .inner-box:hover .icon-box:before {
    transform: skew(15deg);
}
.conference-highlights .feature-block-three .icon-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    font-size: 40px;
    line-height: 1em;
    margin-top: -20px;
    margin-left: -20px;
    color: var(--gray-00);
    transition: all 400ms ease;
}
.conference-highlights .feature-block-three .inner-box:hover .icon-box .icon {
    transform: scale(-1) rotate(180deg);
}
.conference-highlights .feature-block-three h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #00aca8;
    font-weight: 700;
    margin-bottom: 10px;
}
.conference-highlights .feature-block-three h4 a {
    color: #00aca8;
    display: inline-block;
    transition: all 300ms ease;
}
.conference-highlights .feature-block-three h4 a:hover {
    color: #7a2924;
}
  
.conference-highlights .feature-block-three .inner-box:hover .link-box a {
    transform: rotate(360deg);
    border-radius: 0;
}
.conference-highlights .feature-block-three .inner-box:hover .link-box a {
    color: var(--gray-00);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.conference-highlights .feature-block-three:nth-child(3n + 2) .icon-box:before,
.conference-highlights .feature-block-three:nth-child(3n + 2) .link-box a {
    background-color:#eaf5c4;
}
.conference-highlights .feature-block-three:nth-child(3n + 1) .icon-box:before,
.conference-highlights .feature-block-three:nth-child(3n + 1) .link-box a {
    background-color: #d1ffdb;
}
.conference-highlights .feature-block-three:nth-child(3n + 5) .icon-box:before,
.conference-highlights .feature-block-three:nth-child(3n + 5) .link-box a {
    background-color: #d1e7ff;
}
.conference-highlights .feature-block-three:nth-child(3n + 3) .icon-box:before,
.conference-highlights .feature-block-three:nth-child(3n + 3) .link-box a {
    background-color: #e9c0cd;
}
.conference-highlights .feature-block-three:nth-child(3n + 4) .icon-box:before,
.conference-highlights .feature-block-three:nth-child(3n + 4) .link-box a {
    background-color: #e3dfe4;
}


/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {
    /* .feature-block-three */
    .feature-block-three h4 {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
        margin-bottom: 5px !important;
    }
    .feature-block-three .icon-box {
    left: 30px;
    }
    .feature-block-three .inner-box {
        padding-left: 130px;
        padding-right: 20px;
    }
}

/*===================================================================================== 
Call To Action CSS
=======================================================================================*/
.call-to-action {     
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.call-to-action .content-box h2 {    
    font-size: 40px; 
    margin-bottom: 30px;
}

/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {
  /* call-to-action */
  .call-to-action .content-box h2 {
    font-size: 24px !important;
    line-height: 41px;
    font-weight: 500;
    margin-bottom: 11px;
    padding: 0px 15px;
    }
    .call-to-action .ast_btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}
/*===================================================================================== 
Pricing Section CSS
=======================================================================================*/ 
.pricing-section {   
    padding: 80px 0 30px 0px;    
}

.pricing-block { 
    padding: 0 30px;
    margin-bottom: 40px;
}
.pricing-block .inner-box {  
    background-color: var(--gray-00);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px; 
    margin: 0 auto;
    border-bottom: 20px solid #e4000f;
}
.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #e4000f;
    text-align: center;
}
.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #fff;
    content: "";
}
.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}
.pricing-block .title { 
    font-size: 24px;  
}

.pricing-block:nth-child(2) .icon-box .icon,
.pricing-block:nth-child(2) .inner-box {
    border-color: #00a29d;
}
.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #00a29d;
}

.pricing-block:nth-child(3) .icon-box .icon,
.pricing-block:nth-child(3) .inner-box {
    border-color: #005ca9;
}
.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #005ca9;
}


/*================ 
 Media CSS  
============*/
@media (max-width: 1024px) { 
    .pricing-block .title {
        font-size: 18px;
    }
    .pricing-block { 
        padding: 0 15px;
        margin-bottom: 22px;        
    }
  }

/*===================================================================================== 
Back To Top CSS
=======================================================================================*/  
.BackTo {
    background: #00aca8 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 35px;     
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 44px;
    z-index: 9;  
    padding: 8px 0;
    transition: all 0.5s;
}
.BackTo:hover {
    background-color: #7a2924;   
}
.BackTo a {
    color: var(--gray-00);
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;   
}

/*========================= 
 Responsive Media  CSS  
========================*/
@media screen and (max-width: 1320px) {
    .single-banner-slide {
         /*height: 380px !important;*/
        background-size: contain;
    }
    
}
@media (max-width: 767px) {
    .sec-title h2 {
        font-size: 22px;
        line-height: 30px;      
    }
    .sec-title {
        margin-bottom: 30px;
    }
  
    .section-padding,
    .call-to-action {
        padding: 20px 0px;
    }
    /* swiper-slide */
    .most-popular-destinations .swiper-slide img {
        height: 300px !important;
        max-width: 300px !important; 
    }  
    /* containerr  */
    .containerr .container-item span {
        font-size: 24px;
    }
      .containerr .container-item {        
          border-radius: 10px;
          padding: 8px;      
          font-size: 16px;
      } 
    .annual-conference {
        padding: 0px 10px;
    }
    .sticky-icon {
        display: none;
    }
    .single-banner-slide {
        /*height: 300px !important; */
        background-size:contain;
    }
    .Wel_message .welmsg1{
      
        text-align: justify !important;
    }
  }

 
/*=================================== 
 Inner section  CSS  
=========================================*/
.inner-sec-title {
    position: relative;
    margin-bottom: 70px;
}

.inner-sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}
h2 #title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 8px;
}

#title {
    color: #7a2924;
}
#title span {
    color: #a97d32;
}

.event-animation::before {
    content: "";
    width: 12px;
    height: 4px;
    background: #7a2924;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.event-animation::after {
    content: "";
    width: 72px;
    height: 4px;
    background: #7a2924;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 50%;
    margin-left: -25px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.sec-title:hover .event-animation::before {
    width: 72px;
    margin-left: -5px;
}

.sec-title:hover .event-animation::after {
    width: 12px;
    margin-left: 35px;
}

/* card item desgin */
.speakers-section-three {
    position: relative;   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.speaker-block-three {
    position: relative;
    margin-bottom: 50px;
}

.speaker-block-three .inner-box {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); 
    transition: all 0.6s ease;
}

.speaker-block-three .inner-box:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0 25px;
}

.speaker-block-three .image-box:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(https://rosacon2025.com/panel/web_assets/images/organising-committee/shape-5.png);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: "";
}

.speaker-block-three .image-box .image {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 4px solid #00aca8 ;
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    transition: all 0.6s ease;
    background-color: #fff;
}

.speaker-block-three .inner-box:hover .image-box .image {
    border-radius: 2px;
}

.speaker-block-three .image-box .image img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.speaker-block-three .inner-box:hover .image img {
    transform: scale(1.1);
}

.speaker-block-three .info-box {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    padding-right: 10px;
    background-color: #00aca8 ;
    text-align: center;
    width: 100%;
}

/*.speaker-block-three .info-box:before {
    position: absolute;
    left: 0;
    right: -30px;
    background-color: #004090;
    content: "";
    top: 0;
    height: 100%;
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0;
}*/

.speaker-block-three .info-box .name {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
}

.speaker-block-three .info-box .name a {
    color: #fff;
    transition: all 0.3s ease;
}

.speaker-block-three .info-box .name a:hover {
    color: #fff;
}

.speaker-block-three .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.speaker-block-three .social-box {
    position: absolute;
    top: 90px;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.speaker-block-three .social-box .social-links li {
    margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
    transform: translateX(10px);
}


.india-image .delhi-img{
    height: 100%; margin-top: -10px; width: 100%; object-fit: contain
}

/* Tourism Section */

.tourism-margin-b{
    padding-bottom: 22px;
}
.tourism-section .tourism-margin-b img{
    border-radius: 15px;
     border: 2px dotted #a97d32; 
    height: 300px;
    width: 100%;
    padding: 3px;
    position: relative;
}


.tourism-section .tourism-margin-b h3 {
    color: #a97d32;
    font-weight: 600;
    padding-bottom: 15px;
}

.tourism-section .tourism-margin-b p {
    text-align: justify;
}
.bg-clr {
    background-color: #f1f5f8;
}

 
/* Contact Section Css */
  .contact-section input[type="text"],
  .contact-section input[type="email"],
  .contact-section input[type="tel"],
  .contact-section textarea {
    border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem;
  }
  .contact-section .aside {
    background-image: linear-gradient(
      to left bottom,
      #051937,
      #002350,
      #002d69,
      #003684,
      #01409f
    );
    animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    background-size: 400%;
  }
 
  
  .contact-section .contact-info-item {
    display: flex;
    margin-bottom: 30px;
  }
  
  .contact-section .contact-info-icon {
    height: 70px;
    width: 70px;   
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  
  .contact-section .contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #fff;
  }
  
  .contact-section .contact-info-content {
    margin-left: 20px;
  }
  
  .contact-section .contact-info-content h4 {
    color: #a97d32;
    font-size: 1.4em;
    margin-bottom: 5px;
  }
  
  .contact-section .contact-info-content p {
    color: #FFF;
    font-size: 1em;
  }
  /* Coming  Soon CSS */
  .coming-soon {
    text-align: center;
    padding-bottom: 50px;
  }
  
  .coming-soon h1 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
    color: #353332;
  }
  
  .coming-soon .dot {
    color: #bd1e51;
  }

/* CSS Media Queries  */

@media screen and (max-width: 767px) {
   
    h2 #title {
        font-size: 23px;
        font-weight: 600;  
    }
    .speaker-block-three {        
        margin-bottom: 22px;
    }

    .coming-soon h1 {
        font-size: 24px;
      }
    
}

.message-ara h5 {
    font-size: 20px;
    color: #e3000d;
    letter-spacing: 0.5px;
}


.message-ara p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    color: #1c1c1c;
}

.message-ara .text-gradientdd {
    /* background-color: #00aca8; */
    background-image: linear-gradient(90deg, #DB00FF 0%, #FF0099 30.43%, #FF0099 68.23%, #DB00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight:500;
}
 
  
  .about .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
  }
  
  .about .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    margin-top: 20px;
    height: 3px;
    background: #a97d32;
    bottom: 0;
    left: 0;
  }
  
  .about .section-title p {
    color: #000000;
    font-size: 16px;
  }




  
    .organized h4 {
        color: #241600;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
    }










.committee-heading-style {
    width: 100%;
    padding: 0px;
    background-color: #f5f5f5;
    margin: 20px auto;
    text-align: center;
}
.committee-heading-style h2 {
    margin: 0 0 0px;
    background-color: #00aca8 ;
    color: #ffffff;
    padding: 8px;
    position: relative;
}
.committee-heading-style h2::before , .committee-heading-style h2::after  {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
}
.committee-heading-style h2::before {
    left: 0;
    border-color: #00aca8  #00aca8  transparent transparent;
}
.committee-heading-style h2::after {
    right: 0;
    border-color:  #00aca8  transparent transparent  #00aca8 ;
}
 






/*Our Sponsors logo Slider*/


.clients .sec-heading {
  margin-bottom: 20px;
}
.clients .sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 30px;
  color:#000;
}
.clients {
  padding: 50px 0;
}
.clients .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.clients .box img {
  /* max-width: 162px; */
  /* max-height: 146px; */

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  width: 90%;
  border:1px solid #a38415;
}
/* .clients .box:hover {
  transform: scale(1.2);
} */