@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"); */

 @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&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;   
    background-color: aliceblue; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

 

 ul,
ol {
   color: #081245;
} 

a {
    text-decoration: none !important;
}

.contact-panel {
    padding: 5rem 0;
}


.ast_btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(to right, #fe6100, #fd002e);
    color: #fff;
    text-transform: capitalize;
 
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s;
    text-decoration: none;
}
.ast_btn:hover, 
.ast_btn:focus {
     background: linear-gradient(to right, #e21e24, #72221c);
    color: #ffffff;
 
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
}


.theme-title h1, .theme-title h2, .theme-title h3 {
    font-size: 40px;
    color: #000;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 2rem;
    text-transform: capitalize;
      font-family: "Lora", serif;

}

.theme-title .title-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 8px;
}

.theme-title .title-shape span {
    display: block;
    border-left: 5px solid #0ba0a6;
    height: 100%;
}

.theme-title .title-shape span {
    display: block;
    border-left: 5px solid #0ba0a6;
    height: 100%;
}





::selection{
  background-color: #0ba0a6 !important;
  color: #fff;
}

/* Top Header css */


.shape_design{
    background: radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, rgba(222, 243, 255, 0.8) 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, rgba(222, 243, 255, 0.84) 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, rgba(222, 243, 255, 0.83) 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, rgba(222, 243, 255, 0.81) 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), repeating-conic-gradient(#ffffff 0 25%, #0000 0 50%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(#0000 66%, rgba(222, 243, 255, 0.86) 68% 70%, #0000 72%) 0 calc(32px / 2) / 32px 32px #ffffff;
}

.top-header .navbar-brand .main-logo {
    max-width: 130px;
}

.top-header .navbar-brand .logo1 {
    max-width: 140px;
}

.sigma_header .navbar-nav li .sub-menu {    
    top: 112% !important;
    min-width: 275px !important;  
    padding-left: 0px !important;
}

/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {       
  .top-header .navbar-brand .main-logo,
  .sigma_logo {
    max-width: 100px;
}

.top-header .navbar-brand .logo1 {
    max-width: 70px!important;
}
  }

  

.sigma_header.style-3 .sigma_header-middle {
 
        background: linear-gradient(to right, #e21e24, #72221c);
    
}

.sigma_header .navbar-nav li .sub-menu{
       background: linear-gradient(to right, #e21e24, #72221c);
}




/* Hero  Area css */

.hero-area img {
  height: 100%;
  object-fit: cover;
}
.hero-area .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.hero-area .owl-nav button.owl-prev {
  left: 0;
}
.hero-area .owl-nav button.owl-next {
  right: 0;
}

.hero-area .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.hero-area .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.hero-area .owl-dots button.owl-dot:focus {
  outline: none;
}
.hero-area .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.hero-area span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.hero-area .owl-nav button:focus {
    outline: none;
}
 
.hero-area .item {
    width: 100%;
}

/* Marquee Crolling Text css */

.crolling-text .ticker__wrap { 
    position: relative;      
    background: linear-gradient(to right, #fe6100, #fd002e);  
      padding: 10px 0px;
           
    } 
 
   .crolling-text .ticker__wrap marquee { 
    line-height:normal; 
    font-size:20px;
    font-weight: bold;
    color: #fff;
    } 
    
    .crolling-text .ticker__wrap marquee p { 
    margin: 0; 
    
    } 
    
/* Counter css */
 
 
.containerr .container-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerr .container-item {
    background: linear-gradient(to right, #fe6100, #fd002e);  
    margin-bottom: 24px;    
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    /* height: 150px; */
    /* width: 150px; */
     
   
    align-items: center;
    justify-content: center;
     margin: 0 auto;
}

.containerr .container-item span {
    display: block;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
   
    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;
}

 

.randomHead h4 {
    position: relative;
    padding: 10px 5px;
    background: #0b4f7c;
    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 #0b4f7c;
    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: #0b4f7c;
    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;
    }
}

/* Call To Action CSS */
 
.call-to-action {     
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    /* background: linear-gradient(to right, #fe6100, #fd002e);   */
}
.call-to-action .content-box h2 {    
    font-size: 40px; 
    margin-bottom: 30px;
}
 
/* .bg-primary-half-lg::before {
    content: "";
    background: linear-gradient(to right, #fe6100, #fd002e);  
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(https://themes.potenzaglobalsolutions.com/html/medileaf/images/pattern.png);
    
} */

/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {

  .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;
    }

    
  .randomHead h4 {  
    width: 85%;
    font-size: 15px;
  
}
.oc-com-members .post-img img {
 
    object-fit: contain;
}

}


/* Attractions Gallery CSS */

.attractions_gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	 background: #0970cf;
}
 .attractions_gallery .owl-item > div img {
	 align-self: center !important;
	 transform: scale(0.9);
  min-height: 400px;
  object-fit: cover;
   border-radius: 3px;
}
 @media (max-width: 575.98px) {
	 .attractions_gallery .owl-item > div img {
		 transform: none;
	}
}
 .attractions_gallery .owl-item.active.center > div img {
	 align-self: center !important;
	 transform: scale(1);
	 border-radius: 10px;
}
 @media (max-width: 575.98px) {
	 .attractions_gallery .owl-item.active.center > div img {
		 transform: none;
	}
   .attractions_gallery .owl-item > div img {
	 
    min-height: 100%;
    object-fit: unset;
  }
}

/* Conference Highlights CSS */
 
.features-section-three {
    position: relative;
     
}
.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;
   
    border: 1px solid #242424;
    /* 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: #0b4f7c;
    font-weight: 700;
    margin-bottom: 10px;
}
.conference-highlights .feature-block-three h4 a {
    color: #0b4f7c;
    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;
    }

    
}

/* Download Brochure CSS */

.pricing-section {
    position: relative;
   
    overflow: hidden;
}
.pricing-section .outer-box{
  
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  /* background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08); */
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  /* border-bottom: 20px solid #40cbb4; */
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  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: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

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

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#40cbb4;
  background:none;
  border-radius:0px;
  border-color:#40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

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

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}














 
/* 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: #0ba0a6;     
}*/


.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: linear-gradient(to right, #fe6100, #fd002e);    
}

.sticky-icon a:hover {
    color: var(--gray-00);
    background: linear-gradient(to right,  #72221c, #e21e24);
    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: #264796;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}



/* Footer css */

.footer-section {
    background-color: #031f42 !important;
}
.footer-section h3, .footer-section h4 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
}

 .footer-section .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer-section .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}



/* inner css start */

.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: #0b4f7c ;
    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: #0b4f7c  #0b4f7c  transparent transparent;
}
.committee-heading-style h2::after {
    right: 0;
    border-color:  #0b4f7c  transparent transparent  #0b4f7c ;
}
 


/* 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;
    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;
    background: linear-gradient(to right, #fe6100, #fd002e);  
}

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

.speaker-block-three .image-box:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
     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: 200px;
    width: 200px;
    overflow: hidden;
    border: 3px solid #dbdbdb;
   
    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;
   transition: all 0.6s ease;
}

.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 30px;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
}

 

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

.speaker-block-three .info-box .name a {
    color: #0ba0a6;
    transition: all 0.3s ease;
    margin-bottom: 2px;
    font-size: 15px;
}


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

.speaker-block-three .info-box .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    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
}























/*Organising Committee css*/

.dr-testimonial .dr-img img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    padding: 0px;
    border: 2px solid var(--bg-20);
}

.dr-testimonial .dr-postion h4 {
    position: relative;
    display: inline-block;  
    font-weight: 600;
    font-size: 20px;
    padding: 10px 30px;
    color: #fff;
    background: var(--bg-20);
     
}
.dr-testimonial .dr-postion h4:after {
    border-left: 25px solid var(--bg-20);
    border-top: 23px solid transparent;
    border-bottom: 21px solid transparent;
    content: "";
    height: 0px;
    right: -24px;
    position: absolute;
    top: 0;
    width: 0;
}
.dr-testimonial .dr-img p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 7px;
}
.dr-testimonial .dr-img {
   text-align: center;
   padding: 20px 4px;
   margin: 15px 15px;
}
.dr-testimonial .dr-testimonial-list{
  margin-bottom: 20px;
  padding: 15px 0px;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background-color: #ffffff;
}

 
.dr-testimonial .dr-img h4.name {
    color: var(--bg-20);
    transition: all 0.3s ease;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}







/* Tourism Section */

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


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

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





 
    
 
/*================ 
 Media CSS  
============*/
@media (max-width: 767px) {
 

    .theme-title h1, .theme-title h2, .theme-title h3 {
    font-size: 25px;
    padding-left: 2rem;
 
}

.contact-panel {
    padding: 3rem 0;
}
}













 

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-page {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.service-page--home {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-page--home {
    padding: 80px 0;
  }
}
.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: var(--nionx-gray, #F4F2F9);
  border-radius: 0px 0px 0px 150px;
} 
.service-card-two {
	border-radius: 40px;
	border: 1px solid var(--nionx-border-color, #D9D9D9);
	background: var(--nionx-white, #fff);
	position: relative;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	margin-bottom: 50px;
	text-align: center;
}
@media (min-width: 992px) {
  .service-card-two__carousel .owl-nav {
    display: none;
  }
}
.service-card-two__content {
  padding: 35px 40px 0px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .service-card-two__content {
    padding: 35px 20px 0px 20px;
  }
}
.service-card-two__icon {
	width: 80px;
	height: 80px;
	background-color: #F4F2F9;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 30px;
	padding: 14px;
}
.service-card-two__icon i {
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}
.service-card-two__icon:hover i {
  transform: scale(0.9);
}
.service-card-two__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-top: -2px;
  margin-bottom: 6px;
}
.service-card-two__title a {
	transition: all 0.4s ease-in-out;
	color: inherit;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
	transition: all 500ms ease;
	margin-bottom: 30px;
	display: block;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__text {
  margin: 0;
  line-height: 162.5%;
  padding-bottom: 21px;
  margin-bottom: 13px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.service-card-two__link {
  display: block;
  max-width: 78px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: var(--nionx-black3, #000);
  transition: all 500ms ease;
  padding: 20px 30px;
  background: var(--nionx-gray, #F4F2F9);
  border-radius: 50px;
  margin-bottom: -30px;
}
.service-card-two__link__icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.service-card-two__link__icon::before, .service-card-two__link__icon::after {
  border-radius: 5px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--nionx-title, #1D1729);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.service-card-two__link__icon::after {
  height: 2px;
  width: 100%;
}
.service-card-two__link:hover .service-card-two__link__icon::before, .service-card-two__link:hover .service-card-two__link__icon::after {
  background-color: var(--nionx-white, #fff);
}
.service-card-two__link:hover::before {
  background-color: rgba(var(--nionx-black3-rgb, 0, 0, 0), 1);
}
.service-card-two__element {
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease-out;
}
.service-card-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(to right, #fe6100, #fd002e); 
  bottom: 0%;
  left: 0%;
  z-index: -2;
  transition: all 0.4s ease-in-out;
  border-radius: 39px;
}
.service-card-two:hover {
	border: 1px solid #C71585;
}
.service-card-two:hover .service-card-two__title, .service-card-two:hover .service-card-two__text {
  color: var(--nionx-white, #fff);
}
.service-card-two:hover .service-card-two__icon {
  background: var(--nionx-white, #fff);
  color: #C71585;
}
.service-card-two:hover::after {
  height: 100%;
}
.service-card-two:hover .service-card-two__element {
  opacity: 0.3;
}
.service-card-two:hover .service-card-two__link {
  background: var(--nionx-white, #fff);
}

.nionx-btn {
	z-index: 1;
	border: none;
	outline: none !important;
	overflow: hidden;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 112.5%;
	background-color: var(--nionx-gray, #F4F2F9);
	padding: 22px 30px;
	transition: 500ms;
	background-color: var(--nionx-gray, #F4F2F9);
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
.nionx-btn:hover {
  color: var(--nionx-gray, #F4F2F9);
  background-color: var(--nionx-title, #1D1729);
}
.nionx-btn::before {
  content: " ";
  width: 0%;
  height: 100%;
 background: linear-gradient(to right, #fe6100, #fd002e); 
  position: absolute;
  transition: all 0.4s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  z-index: -3;
}
.nionx-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.custom-subtitle:after{width:120px; display:block;}
.Addmore-btn, .remove-btn {
	background: linear-gradient(to right, #fe6100, #fd002e); 
	border: 1px solid #C71585;
	color: #fff;
	padding: 10px !important;

}
	.Addmore-btn:hover, .remove-btn:hover {
		background-color: #fff;
		color: #C71585
	}
 


 

.project-item-box .project-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-item{
	position: relative;
	overflow: hidden;
	cursor: none;
}

.project-image a{
	position: relative;
	cursor: none;
	display: block;
}

.project-image img{
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 1/1.1;
	object-fit: cover;
}

.project-body{
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	transform: translateY(100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	border-radius: 10px;
	padding: 20px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.project-body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #111020;
	border-radius: 10px;
	opacity: 90%;
	z-index: -1;
}

.project-item:hover .project-body{
	opacity: 1;
	transform: translateY(0px);
}

.project-content{
	text-align: left;
}

.project-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.project-content p{
	color: var(--white-color);
	text-transform: capitalize;
	margin: 0;
}

.project-readmore-btn a{
    background-color: var(--accent-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-readmore-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-body:hover .project-readmore-btn a img{
	transform: rotate(0deg);
}
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*===========================*/
.links-taps {
	background: #fff;
	padding: 35px 15px;
	margin: 0 auto;
	border-radius: 97px;
	margin-bottom: -64px;
	z-index: 2;
	position: relative;
	text-align: center;
	border: 1px solid #eaeaea;
	box-shadow: 1px 14px 15px -6px #00000036;
}
.links-taps ul {
	display: flex;
	justify-content: space-around;
}
.links-taps a {
	color: #fff;
	background: #C71585;
	padding: 22px 50px;
	border-radius: 40px;
	border-radius: 79px;
	font-size: 20px;
	font-weight: 600;
}

/*video button css */
.sdf{
	position:relative;
}
.newvideobutton {
	display: flex;
	justify-content: center;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
	transition: all 0.3s ease-in-out 0s;
	box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
	animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
	align-items: center;
	border: 0;
	position: absolute;
	top: 41%;
	left: 35%;
}

	.videobutton:is(:hover, :focus) {
		transform: scale(1.2);
	}

@keyframes pulse {
	100% {
		box-shadow: 0 0 0 45px rgba(193,244,246,0);
	}
}


.isecon-slider-heading {
    padding-top: 25px;
    text-align: center;
}

 