/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif+Devanagari:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

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

/* font-family: "Manrope", sans-serif;
font-family: "Noto Serif Devanagari", serif; 
  font-family: "Poppins", sans-serif;*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.wrapper {
  width: 80%;
  max-width: 1170px;
  margin: auto;
}
.wrapper-2 {
  width: 90%;
  margin: 0px auto;
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf") format("otf"),
    url("../fonts/MyriadPro-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

/*===================Nav section start===========================*/

.navbar {
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  padding: 6px 0px 0px 0px !important;
  margin: 0px;
}
.nav-sec {
  display: flex;
  justify-content: space-between;
  padding: 2px 0px;
}
.nav-sec-3 {
  width: 100px;
}
.nav-sec-1 {
  width: 100px;
}
.nav-sec-2 ul {
  display: flex;
  margin: 0px;
  position: relative;
}
.nav-sec-2 {
  align-items: center;
  display: flex;
}
.nav-sec-2 ul li {
  list-style-type: none;
  padding: 0px;
  display: flex;
  margin: auto;
  margin: 0px 5px;
}
.nav-sec-2 li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
}
.nav-sec-2 li a:hover {
  background-color: #f8931f;
  color: #fff;
}
/* Dropdown base */
.nav-sec-2 ul li.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: 0;
  display: none !important;
  flex-direction: column;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 0;
  min-width: 200px;
  z-index: 999;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: flex !important;
}

.dropdown-menu li {
  margin: 0;
  width: 100%;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border: none;
  /*  background: transparent;*/
}

.dropdown-menu li a:hover {
  background-color: #ddd;
  border-radius: 0;
  color: #000;
}

ul a.active {
  color: #fff;
  text-underline-offset: 5px;
  text-decoration: none;
  background: #f8931f;
  font-weight: 500;
}
ul .active a {
  color: #fff !important;
  font-weight: 600;
  background: #f8931f;
}

.active .dropdown-menu a {
  color: #000 !important;
  font-weight: 600;
  background: #f8f8f8;
}

ul li .btn {
  background: #d5b403;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 0px;
}
.nav-btn {
  float: right;
  top: 40%;
  position: absolute;
  left: 90%;
}
.nav-btn i {
  width: 40px;
  font-size: 30px;
}
.nav-btn .fa-bars {
  display: none;
}
.nav-btn .fa-x {
  display: none;
}
.navbar {
  position: sticky;
  top: 0px;
  z-index: 9999;
  transition: top 0.3s ease-in-out;
}
.menu-link {
  color: #fff;
  text-underline-offset: 5px;
  text-decoration: none;
  background: #f8931f;
  padding: 10px;
  font-weight: 500;
  padding: 10px 20px;
}
.button-menu a {
  display: block;
  padding: 10px 20px;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  background: #ec6d01;
  color: #fff !important;
}

/*===================Nav section end===========================*/

/*===================Responsive start===========================*/

.vbuttn {
  background: #ec6d01;
  height: 240px;
  width: 36px;
  top: 20vh;
  right: 0px;
  z-index: 9999999;
  position: fixed;
  white-space: nowrap;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
}
.vertical-text {
  color: #000000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 10px 5px 5px 10px;
  color: #ffffff;
}
.vertical-text a {
  text-decoration: none;
  color: #fff;
}

.heading-bg-5 {
  background: #d9e9c8 !important;
  color: #a5181c !important;
}

.copyright-text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.table-1 {
  margin: 25px 0px;
}
.table-1 table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 10px 0px;
  width: 100%;
}
.table-1 table tr td {
  padding: 10px 10px;
}
.table-1 table tr th {
  padding: 10px 10px;
  text-align: left;
  background: #f1f1f1;
}

.table-2 {
  margin: 25px 0px;
}
.table-2 table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 10px 0px;
  width: 100%;
}
.table-2 table tr td {
  padding: 10px 10px;
}
.table-2 table tr th {
  padding: 10px 10px;
  text-align: left;
  background: #f1f1f1;
}

.disabled-link {
  pointer-events: none; /* Prevents click */
  cursor: default; /* Makes it look unclickable */
  color: gray; /* Optional: look disabled */
  text-decoration: none; /* Optional: remove underline */
  opacity: 0.6;
}
.max-width-1 {
  max-width: 600px !important;
  margin: 0 auto !important;
}
.table-1 tr td:last-child {
  width: 20%;
}
.table-1 tr td:first-child {
  width: 70px;
  text-align: center;
}
.table-1 tr td:nth-child(3) {
  width: 30%;
}

.form-sec-new {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-1 {
  width: 45%;
}
.w-100 {
  width: 100% !important;
}
.padding-1 {
  padding: 60px 0px !important;
  text-align: center;
}
.apply-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.apply-1 {
  width: 48%;
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  border-radius: 15px;
  outline: 1px solid #999;
}
.apply-1 a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 26px;
}
.apply-1 h5 {
  font-weight: 600;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}

.apply-1:hover {
  background: #f8931f;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
}
.active-3 {
  background: #f8931f;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
}

.mt-40 {
  margin-top: 40px;
}

.vline-1 {
  display: inline-block;
  height: 24px;
  width: 1px;
  background-color: #000;
  margin: 0px 10px;
  vertical-align: middle;
}
.min-width-1 {
  min-width: 500px !important;
}

.team-popup-sec-main {
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
}
.team-popup-sec-1 {
  width: 49%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.visit-in-delhi-bg {
  background-image: url("../Images/visit-in-delhi-bg.png");
  background-size: cover;
  padding: 50px 0px;
}
.visit-in-delhi-bg {
  color: #000;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
}

.button-3-small {
  text-align: center;
  display: block;
  border-radius: 7px;
  border: 1px solid #fff;
  justify-content: center;
  padding: 5px 20px;
  width: fit-content;
  margin: 0px auto;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #ec6d01;
  display: inline-block;
  vertical-align: middle;
}

.margin-left-1 {
  margin-left: 30px;
}

.bharath-mandapam-sec {
  display: flex;
  justify-content: space-between;
  /*    align-items: center;*/
  flex-wrap: wrap;
}
.bharath-mandapam-1 {
  width: 32% !important;
  margin: 15px 0px;
  padding: 15px;
  text-align: left;

  border-radius: 15px;
  border: 1px solid #f5b680;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.i-1 {
  text-align: left;
}

.i-1 img {
  height: 40px;
  width: auto;
}
.bharath-mandapam-1 h6 {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  min-height: 68px;
  font-weight: 400;
  line-height: normal;
  padding: 14px 2px 14px 2px;
}
.km-bg {
  color: #000;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  border-radius: 5px;
  background: #f4e7bd;
  text-align: center;
  margin-bottom: 10px;
}
.km-bg span {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bharath-mandapam-1 p {
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.key-sp-wrp-1{ display: flex; width: 100%; justify-content:flex-start; flex-wrap: wrap;}
.key-sp-img{ width: 21%; margin: 20px 2%; border: 1px solid #ccc !important; padding: 10px; box-sizing: border-box;}

.key-sp-img img {
      height: 200px;
      width: auto;
      min-width: 100%; object-fit: cover;
    }
.key-sp-img h2 {
    color: #2b2736;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0px;
}
.key-sp-img h3 {
    text-align: center;
    color: #2b2736;
    font-size: 14px;
    font-weight: 400;
    line-height: 14.941px;
    letter-spacing: -0.224px;
}

.col-3-1-main img{ max-width: 100%; height: 200px;; margin: 0px auto;}
.col-3-1-main{ display: flex; width: 100%; margin: 20px 0px;;}
.col-3-1-1{ width: 32%;  text-align:center; padding: 10px; box-sizing: border-box; border: 1px solid #ccc !important; background-color: #F1F1F1; }
.col-3-1-2{ flex:1; margin-left: 2%; padding: 10px; box-sizing: border-box; border: 1px solid #ccc !important; } 
.card-3-content{ display: flex; width: 100%; justify-content: space-between;}
.card-3-1{ width: 32%; padding: 10px; box-sizing: border-box; border: 1px solid #ccc !important; text-align:center; }

.col-3-1-main h4{ margin:0px 0px 10px 0px;}

.deshtop-gray-strip {
  text-align: right;

  background: #f8931f;
    padding: 6px 3px;
    color: #fff;
}

.s-col-3-1-main img{ max-width: 100%; height: 200px;; margin: 0px auto;}
.s-col-3-1-main{ display: flex; width: 100%; margin: 20px 0px;;}
.s-col-3-1-1{ width: 32%;  text-align:center; padding: 10px; box-sizing: border-box; border: 1px solid #ccc !important; background-color: #F1F1F1;height: fit-content; }
.s-col-3-1-2{ flex:1; margin-left: 2%; padding: 10px; box-sizing: border-box; border: 1px solid #ccc !important; } 
.s-card-3-content{ display: flex; width: 100%; justify-content: space-between;}

.s-card-3-1{ width: 100%; padding: 10px; box-sizing: border-box;  background-color: #fff; border-radius: 5px; border: 1px solid #ccc; margin: 10px 0px;;  }

.s-col-3-1-main h4{ margin:0px 0px 10px 0px;}

.box-c-1{ border: 1px solid #ccc; padding: 15px 30px; border-radius: 10px;box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.1); margin-bottom: 25px;;}

.col-3-1-main h3, .s-col-3-1-main h3{ font-size: 14px; color:#0f2c70;}
.col-3-1-main h4, .s-col-3-1-main h4{ font-size: 14px; color:#fe8f10;}


.col-3-1-main p, .s-col-3-1-main p{ font-size: 13px; color:#000;}
.text-center-1{text-align: center !important; width:100%;}
.small-button{display: inline-block;
    justify-content: center;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    background: #ec6d01;
}
.text-center{text-align: center !important;}
.text-center h2{text-align: center !important;}
.text-center p{ text-align: justify !important;}
.text-center img{ border: 1px solid #ccc; border-radius: 5px; }
.border-0{border:0px !important;}
.flex-n-2{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-around;}
.s-card-3-1a{ width: 24%; padding: 10px; box-sizing: border-box;  background-color: #fff; border-radius: 5px; border: 1px solid #ccc; margin: 10px 0px; text-align:center;  }
.s-card-3-1a img {width: 100%; height: auto;}


.s-card-3-1b{ width: 31%; padding: 10px; box-sizing: border-box;  background-color: #fff; border-radius: 5px; border: 1px solid #ccc; margin: 10px 0px;; text-align:center }



/* Overlay */
    .popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9999999;
    }

    /* Popup Box */
    .popup {
      background: #fff;
      width: 90%;
      max-width: 400px;
      margin: 100px auto;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      text-align: left;
    }

    /* Close Button */
    .popup .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }

    /* Radio Buttons */
    .radio-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    .radio-group label {
      flex: 1 1 45%;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      cursor: pointer;
    }

    .head-3{    background-color: #105d91;
    padding: 4px 3px 4px 6px;
    color: #FFF;
    margin-left: -6px;
    border-radius: 5px;
    font-size: 15px;;

}

.keynote-address{
  color: #cf6000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: normal;}
.talks-by-start-up{color: #cf6000!important;
    
    font-size: 16px!important;
    font-weight: 600!important;
    font-style: normal;}
.panel-discussion-1{color: #cf6000!important;
   
    font-size: 16px!important;
    font-weight: 600!important;
    font-style: normal;}



    /* Responsive */
    @media (max-width: 500px) {
      .popup {
        margin: 50px auto;
        padding: 15px;
      }
      .radio-group label {
        flex: 1 1 100%;
      }
    }


.venue-1 {
  background-color: #cf6000;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    margin: 8px 0px 5px 0px;
}
.venue-1 b{ font-size: 12px; font-style: normal; margin-right: 4px; display: inline-block;}
/* .venue-1{font-weight: bold; color: #fff;} */

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 96%;
  }
}

@media screen and (max-width: 980px) {
    .s-card-3-1a {
    width: 45%;
    }
    .s-card-3-1b {
    width: 45%;
    }
    .key-sp-img{ width: 31%; margin: 20px 2%; }
    
    
  .table-1 table tr th {
    font-size: 12px;
  }
  .table-1 tr td:first-child {
    width: 60px;
  }
  .table-1 h2 {
    font-size: 18px;
  }
  .table-1 {
    overflow: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-1 table tr td {
    font-size: 12px;
  }

  .table-2 h2 {
    font-size: 18px;
  }
  .table-2 {
    overflow: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-2 table tr td {
    font-size: 12px;
  }

  .nav-sec i {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 20px;
    text-align: center;
    padding: 10px 10px;
  }
  .nav-sec {
    display: block;
  }
  .nav-btn i {
    display: block;
  }
  .nav-btn .fa-bars {
    display: block;
  }
  .nav-sec-2 {
    display: none;
  }
  .nav-sec-2 {
    display: none;
    position: absolute;
    width: 100%;
  }
  .nav-sec-2 ul {
    display: block;
    background: #fff;
    color: #d5b403;
    padding: 0px;
    margin: 0px;
    z-index: 999;
  }

  .nav-sec-2 ul li a {
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 90%;
  }
  .nav-sec-2 ul li .btn {
    color: #ffff !important;
  }
  .nav-sec-2 ul li {
    padding: 0px 0px;
  }
  .nav-sec-2 ul .drp-dwn-menu {
    top: 45px;
  }
  .active-link .nav-sec-2 {
    display: block;
  }
  .vbuttn {
    display: none;
  }
  .nav-sec-2 li a {
    padding: 5px 10px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .bharath-mandapam-1 {
    width: 48% !important;
  }
}

@media screen and (max-width: 768px) {
    
      .key-sp-img{ width: 48%; margin: 20px 1.5%; }
      
      
  .min-width-1 {
    min-width: 280px !important;
  }

  .team-popup-sec-main {
    flex-wrap: wrap;
  }
  .team-popup-sec-1 {
    width: 100%;
  }

  .tooltip-profile img {
    height: 150px !important;
    width: auto !important;
  }

  .wrapper {
    width: 96%;
  }
  .nav-sec-1 li a {
    font-size: 14px;
  }
}

/*******************Footer Start*********************/

.footer {
  background-color: #0b5f92;
  color: white;
  padding: 50px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-left h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}
.footer-left h2 span {
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}
hr {
  margin: 18px 0px;
}
.login-button {
  border-radius: 7px;
  background: #ec6d01;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
}
.footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.footer-middle i {
  color: #ec6d01;
  margin-right: 10px;
}
.footer-right {
  text-align: right;
}
.footer-right p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.social-icons i {
  margin-left: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
.footer-left h2 {
  font-size: 44px;
  font-weight: 700;
}
.footer-left h2 span {
  font-size: 45px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.fa-square-x-twitter:before {
  content: "\f611";
}
.footer-middle ul li a {
  color: #fff;
  text-decoration: none;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a {
  padding: 0px 5px;
}
.footer-left hr {
  margin: 20px 0px 5px 0px;
}
.footer-btn-2 {
  display: block;
  justify-content: center;
  padding: 10px 20px;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  background: #ec6d01;
  margin-top: 20px;
}

/*******************Footer End*********************/
marquee {
  font-weight: bold;
}
.orange-bg {
  background: #ec6d01 !important;
  color: #fff !important;
}
/*******************Banner start*********************/

.main-container .banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-1 {
  width: 60%;
}
.banner-2 {
  width: 35%;
}
.banner-2 img {
  width: 100%;
  height: auto;
}
.home-banner {
  background: url(../Images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-1 h1 {
  font-size: 31px;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif Devanagari", serif;
}
.banner-1 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.banner-1 .banner-fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
/*.banner-fx .banner-content-1 p{border-radius: 15px;opacity: 0.5;background: #FFF;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);padding: 20px;color: #000;font-style: italic;font-size: 15px; font-family: "Poppins", sans-serif;text-align: center;font-weight: 600;float: right;width: 60%;}*/
.banner-fx .banner-content {
  width: 60%;
}
.banner-fx .banner-content-1 {
  width: 40%;
}
.banner-content h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  font-family: "Noto Serif Devanagari", serif;
  line-height: 1.2em;
}
.banner-content h4 {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.h-banner-details .address-details i {
  color: #fff;
}
.h-banner-details .address-details p {
  color: #fff;
}
.h-banner-details .address-details {
  padding: 5px 0px;
}

.h-banner-img img {
  width: 100%;
  height: auto;
  display: block;
}
.h-banner-img .responsive-banner {
  display: none;
}
.p-banner-1 {
  background: url(../Images/program-banner.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.banner-content-1 p .span-1 {
  margin-right: 16px;
}
.banner-content-1 p .span-2 {
  margin-left: 20px;
}

.banner-fx .banner-content-1 .txt-span {
  border-radius: 15px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 70%;
  float: right;
}
.banner-fx .banner-content-1 p {
  color: #000;
  font-style: italic;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
.banner-content-1 .txt-span {
  position: relative;
}
.banner-content-1 .txt-span .span-1 {
  position: absolute;
  margin-right: 20px;
  right: 76%;
}
.banner-content-1 .txt-span .span-2 {
  position: absolute;
  left: 81%;
  bottom: 15px;
}

.h-banner-img img {
  width: 100%;
  height: auto;
  display: block;
}
.h-banner-img .responsive-banner {
  display: none;
}

.p-banner-1 {
  background: url(../Images/program-banner.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.objective-container {
  background-color: #146092;
  padding: 50px 0px;

  background-image: url("../Images/objective-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.objective-container h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.obj-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.obj-main .obj-box {
  padding: 30px 10px;
  width:24%;
  margin: 0px 10px;

  border-radius: 15px;
  border: 1px solid #f5b680;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0px 0px 20px 0px;
}

.objective-container .obj-main .obj-box {
  border: 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.objective-container .obj-main .obj-box img {
  height: 60px;
  max-width: 90%;
}

.obj-box h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  color: #000;
  min-height: 110px;
  margin-top: 10px;
}
.obj-box p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.obj-box ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.components-container {
  background-color: #fff;
  padding: 50px 0px;
}

.components-container h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.components-container .comp-sec {
  display: flex;
  flex-wrap: wrap;
}
.comp-sec .obj-box {
  width: 48%;
  padding: 30px;
  margin: 0px 0px 30px 0px !important;
}
.comp-sec .obj-box ul {
  margin-left: 24px;
  margin-top: 15px;
}
.comp-sec .obj-box h2 {
  min-height: auto;
  text-align: left;
}
.comp-sec .obj-box p {
  text-align: left;
  margin-top: 15px;
}

.key-container .key-sec {
  display: flex;
  flex-wrap: wrap;
  /*    justify-content: flex-start;*/
  justify-content: center;
  margin-top: 25px;
  width: 100%;
}
.key-container {
  background: #f3f4f6;
  padding: 50px 0px;
}
/*.key-sec .obj-box{width: 30%;margin-bottom: 10px;margin: 6px;display: flex;justify-content: center;align-items: center;}*/

.key-container .obj-main .obj-box {
  width: 29%;
  margin: 20px 2%;
  padding: 30px 30px;
  /*
    display: flex;justify-content: center;
    align-items: center;
*/
  border-radius: 15px;
  border: 1px solid #84afff;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.obj-box h2 img {
  height: 50px;
  width: auto;
}
.key-container .obj-main .obj-box h2 {
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}
.key-sec .obj-box h2 {
  min-height: 0px;
}
.key-container hr {
  width: 10%;
  color: #ec6d01 !important;
}
.key-container h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #000;
}

.wrapper-1 {
  width: 100%;
}
.about-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-sec .about-1 {
  width: 48%;
}
.about-sec .about-1 img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}
.about-1 p {
  color: #02173d;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: justify;
}
.about-1 h2 {
  color: #02173d;
  font-size: 30px;
  font-weight: 700;
}
.about-1 span {
  color: #ec6d01;
}
.about-1 hr {
  margin: 20px 0px;
  width: 15%;
}
.about-sec .about-1:first-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}
.about-1 .about-txt {
  width: 80%;
  margin: 0;
  padding-right: 5%;
}

.container-1 {
  background-image: url(../Images/pragati-maidan-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box-sec {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 70px;
}
.box-sec .bx-1 {
  width: 48%;
  border-radius: 15px;
  border: 1px solid #84afff;
  opacity: 0.75;
  background: #fff;
  padding: 20px 30px;
}
.box-sec .bx-1 h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bx-1 ul {
  margin-left: 22px;
}
.bx-1 ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
}

.heading-s-1 {
  position: relative;
  margin-bottom: 30px;
  color: #02173d !important;
}
.heading-s-1:after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #ec6d01;
  content: "";
  left: 0px;
  bottom: -10px;
}
.about-txt ul {
  padding: 0px;
  margin: 14px 0px 14px 22px;
}
.about-txt ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
  margin: 5px 0px;

  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bg-a-1 {
  background: #74b2db !important;
}
.bg-a-2 {
  background: #bee5ff !important;
}

.program-outlines-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0px;
}
.program-outlines-1 {
  width: 30%;
  padding: 20px;
  border-radius: 15px;
  background: #146092;
}
.program-outlines-1 h4 {
  font-weight: 400;
  margin-bottom: 15px;
}
.schedule-container {
  /*    background: #146092;*/
  padding: 50px 0px;
  background-image: url(../Images/schedule-container-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.schedule-container h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.schedule-container p {
  font-size: 18px;
  color: #000;
}
.schedule-container hr {
  width: 10%;
  color: #ec6d01 !important;
  margin: 15px 0px 20px 0px;
}
.schedule-table {
  border-radius: 10px;
  width: auto;
  margin: 30px 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.schedule-table table {
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 10px;
}
.schedule-table table thead th {
  text-align: left;
}
.schedule-table th:first-child {
  border-radius: 0px;
  background: #146092;
  width: 20%;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.schedule-table th {
  border-radius: 0px;
  background: #a7ddff;
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border-left: 1px solid #000;
}
.schedule-table tr td {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-left: 1px solid #000;
  background: #257cb5;
}
.schedule-container a {
  text-align: center;
  display: block;
  border-radius: 7px;
  border: 1px solid #fff;
  justify-content: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 0px auto;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.button-3 {
  text-align: center;
  display: block;
  border-radius: 7px;
  border: 1px solid #fff;
  justify-content: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 0px auto;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #ec6d01;
}

.schedule-table tr {
  border: 1px solid #000;
}

.featured-con {
  padding: 70px 0px;
}
.featured-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.featured-wrp,
.featured-wrp-1 {
  width: 48%;
}
.featured-wrp-1 {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.feature-img h2 {
  color: #2b2736;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding: 15px 0px;
}
.feature-img h3 {
  text-align: center;
  color: #2b2736;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.941px;
  letter-spacing: -0.224px;
}
.feature-img {
  padding: 20px;
  border-top: none;
  border-bottom: 1px solid rgba(181, 181, 193, 0.5);
  border-left: 1px solid rgba(181, 181, 193, 0.5);
}
.feature-img img {
  width: 100%;
  height: auto;
}
.featured-wrp h2 {
  color: #02173d;
  font-size: 30px;
  font-weight: 700;
}
.featured-wrp span {
  color: #ec6d01;
}
.featured-wrp p {
  color: #02173d;
  font-size: 18px;
  font-weight: 400;
}
.featured-con a {
  text-align: center;
  display: block;
  border: 1px solid #fff;
  justify-content: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 0px auto;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  background: #ec6d01;
  margin-top: 30px;
}
.fe-img-2 {
  border-left: 0px !important;
}
.featured-wrp hr,
.key-container hr,
.about-txt hr {
  background-color: #ec6d01 !important;
  width: 10%;
  border: none;
  height: 1px;
  margin: 15px 0px;
}
.br-btm {
  border-bottom: 1px solid rgba(181, 181, 193, 0.5);
}
.br-btm .feature-img {
  border-bottom: none !important;
}
.featured-wrp hr {
  width: 13%;
  border: none;
  height: 1px;
  margin: 10px 0px 30px 0px;
}

.banner-con {
  background: url(../Images/faq-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-txt h1 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}
.accordion-container {
  margin: 40px auto;
  background: #f9fbff;
  padding: 30px;
}
.accordion-btn {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  color: #1b263b;
  letter-spacing: -0.48px;
  font-family: "Manrope", sans-serif;
}
.accordion-btn::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.accordion-btn.active::after {
  content: "−";
}
.accordion-content {
  display: none;
  padding: 10px 0 20px;
  color: #1b263b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}
.accordion-content.show {
  display: block;
  padding-top: 25px;
}
.accordion-item {
  padding: 20px 0px;
}
.accordion-content ul {
  margin-left: 22px;
  margin-top: 10px;
}

.contact-section {
  display: flex;
  justify-content: space-between;
}
.contact-container {
  padding: 50px 0px;
}
.contact-content {
  width: 55%;
}
.contact-content-1 {
  width: 40%;
}
.form {
  border-radius: 15px;
  background: #b8e3ff;
  box-shadow: 0px 13.5px 39.64px 0px rgba(215, 228, 249, 0.5);
  padding: 30px;
}

.form h3 {
  font-size: 24px;
  font-weight: 700;
}
.contact-content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.contact-content p {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
}
.form-sec {
  padding-top: 30px;
}
/*.form-sec{padding-top: 0px;}*/
/*.form-1 {margin-bottom: 20px;}*/
/*.form-1 label {display: block;margin-bottom: 8px;font-weight: 500;color: #000;font-size: 16px;}*/
/*.form-1 input, .form-1 select,*/
/*.form-1 textarea {width: 100%;padding: 12px 10px;border: none;border-radius: 6px;box-sizing: border-box;font-size: 14px;background-color: #fff;box-shadow: 0 0 0 1px #ccc inset;}*/
/*.form-1 textarea {min-height: 100px;resize: vertical;}*/
/*button{border-radius: 7px;background: #EC6D01;color: #fff;border: none;padding: 10px 30px;cursor: pointer;font-size: 16px;font-weight: 500;line-height: 28px;}*/
.form-sec {
  padding-top: 0px;
}
.form-1 {
  margin-bottom: 20px;
}
.form-1 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.form-1 input,
.form-1 select,
.form-1 textarea {
  width: 100%;
  padding: 12px 10px;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc inset;
  text-transform: uppercase;
}
/*


.form-1 input[type="text"],
.form-1 input[type="email"],
.form-1 input[type="date"],
.form-1 input[type="phone"]{width: 100%;padding: 12px 10px;border: none;border-radius: 6px;box-sizing: border-box;font-size: 14px;background-color: #fff;box-shadow: 0 0 0 1px #ccc inset;text-transform: uppercase;}
.form-1 input.password{text-transform: none !important;}

*/

.password-1 {
  text-transform: none !important;
}

.form-1 textarea {
  min-height: 100px;
  resize: vertical;
}
button {
  border-radius: 7px;
  background: #ec6d01;
  color: #fff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.programm-container {
  padding: 50px 0px;
}
.program-links {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.program-links a {
  color: #808b9e;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 10px;
}
.program-links .program-active {
  color: #ec6d01;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.schedule-section {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 50px;
}
.schedule-block {
  border-radius: 5px;
  background: #edf4ff;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.schedule-block h2 {
  color: #02173d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.schedule-block p {
  color: #02173d;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0px;
}
.schedule-block i {
  margin-right: 5px;
  vertical-align: middle;
}
.schedule-block ul,
.schedule-block ol {
  margin-left: 25px;
}
.schedule-block ul li,
.schedule-block ol li {
  font-size: 18px;
  color: #02173d;
  font-weight: 400;
  padding: 6px 0px;
}

.timeline {
  position: relative;
  text-align: center;
  margin: 20px 0;
  background: transparent !important;
  padding: 0px;
}
.timeline-line {
  border-top: 2px solid #2a6e9a; /* match line color */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.timeline-event {
  display: inline-block;
  background-color: #0f5d91;
  padding: 8px 16px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.bg-line .timeline-line {
  border-top: 2px solid #ec6d01;
}
.bg-line .timeline-event {
  background-color: #ec6d01;
}
.bg-1 {
  background: #eee !important;
}
.schedule-1 h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.bx-wrp {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
}
.session-content {
  border-radius: 5px;
  background: #d2ddf3;
  padding: 20px;
  min-height: 92%;
}
.scedule-block-fx {
  width: 32%;
}
.scedule-block-fx h4 {
  font-size: 18px;
  color: #ec6d01;
  padding: 0px 20px 20px;
  font-weight: 600;
}

/* .scedule-block-fx h5 {
  font-size: 18px;
} */
.session-content .event {
  margin-bottom: 18px;
}
.session-content i{ font-size: 16px !important;}
.session-content i p{ font-size: 12px !important;}
.session-content i p b{ color: #024a7a; display: block; font-size: 15px; font-style: normal;}


.session-content i h6{ font-size: 13px !important; font-weight: 600; color: #024a7a;font-style: normal;  margin-bottom: 10px;}
.session-content i h6 b{ color: #1c8c41; display: inline-block; font-size: 14px; font-weight:600; font-style: normal;}


.col-3-1-main h6{ margin-bottom:6px;font-size: 11px !important; font-weight: 400; font-style: normal;color:#02173d}
.col-3-1-main h6 b{ color: #cf6000; display: inline-block; font-size: 12px; font-weight:600; font-style: normal;}



.h-1 {
  min-height: 70px;
}
.h-4 {
  min-height: 90px;
}
.h-0 {
  min-height: 0px;
}
.event span {
  font-weight: 400;
}
.para {
  color: #02173d;
  font-size: 18px;
  font-weight: 400;
  padding-top: 30px;
}
.session-content hr {
  color: #000 !important;
  padding: 0px !important;
  margin-top: 0px !important;
}
.wd-1 {
  width: 48%;
}

.association-con img {
  width: 100%;
  height: auto;
}

.association-1,
.association-2 {
  border-radius: 15px;
  min-width: 385px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.association-container {
  padding: 50px 0px;
  background-image: url("../Images/association-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.association-section {
  display: flex;
  justify-content: space-between;
}
.association-1,
.association-2 {
}
.association-1 h1 {
  font-family: "Manrope", sans-serif;

  width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
  background: #f4e7bd;

  color: #a5181c;
  text-align: center;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} /*background: #F6BF15;*/
.association-2 h1 {
  font-family: "Manrope", sans-serif;

  width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
  background: #d9e9c8;

  color: #a5181c;
  text-align: center;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} /*background:#8CC63F*/

.association-1 img,
.association-2 img {
  display: flex;
  margin: 0px auto;
  padding: 20px 20px;
}
.m-top {
  margin: 30px 0px;
}
.heading-2 {
  text-align: center;
  background: #8dd8f880;
  color: #2c2a7d;
  font-size: 27px;
  font-weight: 700;
  width: 30%;
  padding: 4px 0px 6px 0px;
  margin: 0px auto;
} /*background: #8DD8F8;*/
.association-logo-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.logo-sec-1 {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 23% !important;
  margin: 15px 0px;
  padding: 10px;
  text-align: center;
}
.logo-sec-1 img {
  max-width: 100%;
  height: 70px;
  width: auto;
}

.logo-sec-2 {
  border-radius: 15px;
  background: #fff;
  width: 100% !important;
  text-align: center;
  margin: 5px 0px;
  padding: 10px;
  text-align: center;
}
.logo-sec-2 img {
  max-width: 100%;
  height: 90px;
  width: auto;
}

.box-shado-2 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.logo-sec-1-2,
.logo-sec-1-1 {
  text-align: left;
}

.association-logos {
  padding: 0px;
  border-radius: 15px;
  background: #fff;
  margin: 30px 0px;
}
.padding-1 {
  padding: 20px;
}
.association-logos h2 {
  font-family: "Manrope", sans-serif;

  width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
  background: #d9edf7;

  color: #2c2a7d;
  text-align: center;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} /*background:#8CC63F*/

.logo-sec-1-1 {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.logo-sec-1-3 {
  width: 60%;
  margin: 0px auto;
  padding-top: 30px;
}
.organize-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.organize-sec-2 h3 {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  padding: 4px 0px;
}
.organize-sec-2 p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  color: #a5181c;
}

.org-con {
  background: #e7e7e8;
  padding: 20px;
  width: 50%;
  margin: 0px auto !important;
  margin-top: 30px !important;
}
.org-con h2 {
  text-align: center;
  color: #006f3b;
  font-size: 27px;
  width: 30%;
  margin: 0px auto;
}
.organize-sec-1 {
  width: 20%;
  text-align: center;
}
.organize-sec-2 {
  width: 80%;
  text-align: center;
}

.heading-3 {
  text-align: center;
  background: #8dd8f880;
  color: #2c2a7d;
  font-size: 27px;
  font-weight: 700;
  width: 33%;
  padding: 4px 0px 6px 0px;
  margin: 0px auto;
} /*background: #8DD8F8;*/

.about-container {
  padding: 50px 0px;
}
.about-container img {
  border-radius: 15px 0px 0px 15px;
}
.schedule-container-bg {
  padding: 50px 0px;
  background-image: url(../Images/schedule-container-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.width-1 {
  max-width: 100px !important;
}
.p-card-1 {
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  margin: 10px 0px;
}
.p-card-1 a {
  color: #000;
  text-decoration: none;
}
.p-card-1 img {
  vertical-align: middle;
  margin-right: 5px;
}
.white-color {
  color: #fff;
}
.d-btn {
  text-align: center;
  margin-top: 50px;
  border-radius: 5px;
  background: #eee;
  padding: 8px 10px;
  max-width: 80%;
  margin: 50px auto 0px auto;
  color: #02173d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.key-sec-bg {
  padding: 50px 0px;
}
.key-sec-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.key-sec-1 {
  border-radius: 15px;
  background: #146092;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 45%;
  margin: 20px 0px;
  color: #fff;
}
.key-sec-1 img {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.w-100 {
  width: 100% !important;
}
.key-sec-1 h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.w-1 {
  width: 30% !important;
}
.w-2 {
  width: 32% !important;
}
.form-2 {
  width: 100% important;
}

.key-sec-wrap .key-sec-1:nth-child(2) {
  background: #2587c8;
}
.key-sec-wrap .key-sec-1:nth-child(3) {
  background: #61c0ff;
  color: #000 !important;
}
.key-sec-wrap .key-sec-1:nth-child(4) {
  background: #a0d9ff;
  color: #000 !important;
}
.key-sec-wrap .key-sec-1:nth-child(5) {
  background: #ddf1ff;
  color: #000 !important;
}
.key-sec-bg h3 {
  color: #f8931f;
  margin: 20px 0px 10px 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.key-sec-para {
  width: 100%;
  margin: 0px auto 20px auto;
  text-align: left;
  font-size: 18px;
  color: #02173d;
  font-weight: 500;
}

.top-gray-strip {
  background: #d9d9d9;
  text-align: right;
  padding: 8px 0px;
}
.top-gray-wrap {
  display: flex;
  width: 100%;
}
.top-gray-1 {
  padding: 0px 20px;
  text-align: right;
  width: fit-content;
  flex: none;
}
.top-gray-2 {
  text-align: right;
}
.top-gray-3 {
  flex: 1;
  text-align: left;
}
.mobile-gray-strip {
  display: none;
  background: #d9d9d9;
  text-align: right;
  padding: 8px 0px;
}





.top-gray-strip a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  background: #fff;
  margin-left: 10px;
}
.select-box-lan {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #000;
  margin-left: 10px;
}
#languageSwitcher {
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  color: #000;
  font-family: "Manrope", sans-serif;
  border-left: 1px solid #000;
  background: #fff;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.logo-item {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: visible;
}
.tooltip-box {
  display: none;
  position: absolute;
  top: 0;
  background: #ceefff;
  border: 1px solid #3b92ba;
  border-radius: 8px;
  padding: 10px;
  width: 300px;
  z-index: 999999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.tooltip-box h5 {
  font-size: 14px;
}
.tooltip-box h6 {
  font-weight: 500;
  padding: 5px 0px;
}
.tooltip-box p {
  margin: 8px 0 0;
  font-size: 10px;
  color: #333;
  text-align: left;
}
.tooltip-box .close-btn {
  display: none;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  cursor: pointer;
  color: #ff3333;
}
/* Tooltip positions */
.tooltip-right {
  left: 95%;
}
.tooltip-left {
  right: 105%;
}

.tooltip-logo {
  text-align: center;
  width: 100%;
}
.tooltip-logo img {
  height: 60px !important;
  width: auto !important;
  max-width: 90% !important;
  margin: 0px auto 10px auto;
  padding: 0px;
}
.tooltip-profile img {
  height: 150px !important;
  width: auto !important;
}
/* Hover-based tooltip for desktop */

.flex-1 {
  flex: 1 !important;
  padding: 0px 0px 0px 20px !important;
}

.padding-right-1 {
  padding-right: 20px !important;
}

.contact-section-2 .form {
  background: #00000000;
}
.fullwidth-button {
  width: 96%;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .logo-item:hover .tooltip-box {
    display: block;
  }
}

.sponsorship-main {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  flex-wrap: wrap;
}
.sponsorship-box {
  padding: 30px 10px;
  width: 30%;
  margin: 0px 10px;
  border-radius: 15px;
  border: 1px solid #f5b680;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
/*.box-style-1 {*/
/*  border: 1px solid #84afff !important;*/
/*  background: #eff0ff !important;*/
/*}*/


.box-style-1{  border: 1px solid #84afff !important;
  background: #eff0ff !important;
}
.bg-2-1{  border: 1px solid #4791ae !important;
    background: #3f8aa7 !important;
    color: #fff;
}
.bg-2-2{  border: 1px solid #ccc !important;
  background: #fff !important;
}

.bg-2-1 h2, .bg-2-1 h3{ color:#fff !important;}

.sponsorship-box ul {
  margin: 20px 0px 0px 24px;
  padding: 0px;
  list-style: disc;
}
.sponsorship-box ul li {
  padding: 0px 0px 10px 0px;
}
.sponsorship-box h2 {
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sponsorship-box h3 {
  color: #000;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.sponsorship-box img {
  height: 70px;
  width: auto;
}

.minsters-bg-1{ background-image: url(../Images/minsters-bg-1.png); padding: 25px 0px; background-size: cover; background-repeat: no-repeat; }
.minsters-sec-wrap{ display: flex; width: 100%; justify-content: space-around;flex-wrap:wrap;}
    .minsters-sec-1{}
  .minsters-sec-1{ width: 22.5%; margin: 20px 1%; border: 0px !important; padding: 0px; box-sizing: border-box; background-color:#fff; border-radius:5px;}

  .minsters-sec-1 img {
      height: 200px;
      width: auto;
      min-width: 100%; object-fit: cover;
      -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    }
  .minsters-sec-1 h5 {
    color: #2b2736;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
    margin:0px !important;
}
  .minsters-sec-1 p {
    color: #2b2736;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 0px;margin:5px 5px 0px 14px; font-weight:bold;
}
 .minsters-sec-1 ul{ margin:0px 5px 10px 20px; !important padding:0px;}
  .minsters-sec-1 ul li {
    text-align: center;
    color: #2b2736;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.224px;
    list-style:none;
    margin-bottom:5px;
}
/* Mobile styles */
@media screen and (max-width: 960px) {
  .logo-item {
    width: 100%;
  }
  .tooltip-box {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    left: auto;
    right: auto;
  }
  .tooltip-box .close-btn {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
    
    .minsters-sec-1{ width: 30%; margin: 20px 1%;}
  .about-sec .about-1:first-child {
    justify-content: flex-start;
  }
  .comp-sec .obj-box {
    width: 40%;
  }
  .key-sec .obj-box {
    width: 29%;
  }
  .box-sec {
    width: 96%;
  }
  .schedule-table {
    width: fit-content;
  }
  .association-1 h1,
  .association-2 h1 {
    width: 100%;
  }
  .heading-2 {
    width: 50%;
    padding: 4px 0px 10px 0px;
  }
  .org-con {
    width: 70%;
  }
}
.d-d {
  display: inline-block;
}
.m-d {
  display: none;
}
.form-2 {
  width: 100% important;
}

.team-popup-sec-main-1 {
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
/*.team-popup-sec-1-1{width: 145%;border: 0px solid #ccc;background: transparent;border-radius: 10px; padding: 0px;box-shadow:none !important;}*/
.tooltip-profile img {
  padding: 0px !important;
}
.line-2 {
  width: 100%;
  height: 1px;
  background: #3b92ba;
  margin: 10px 0px;
}
.tooltip-profile img {
  height: 100px !important;
  width: auto !important;
}
.team-popup-sec-1-1 {
  width: 48%;
  border: 0px solid #ccc;
  background: transparent;
  border-radius: 10px;
  padding: 0px;
  box-shadow: none !important;
  border: 1px solid #3b92ba;
  padding: 5px;
}
@media screen and (max-width: 980px) {
  .d-d {
    display: none;
  }
  .m-d {
    display: inline-block;
  }
  .nav-sec-2 ul li {
    padding: 5px 0px;
  }
}

@media screen and (max-width: 830px) {
  
    .minsters-sec-1{ width: 47%; margin: 20px 1%;}
  .sponsorship-box {
    padding: 30px 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .sponsorship-box h2 {
    font-size: 18px;
  }
  .sponsorship-box h3 {
    font-size: 24px;
  }
  .team-popup-sec-1-1 {
    width: 100%;
  }
  .mobile-gray-strip {
    display: block;
    background: #d9d9d9;
    text-align: right;
    padding: 8px 0px;
  }
  .mobile-gray-strip a {
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
  }
  .top-gray-3 {
    display: none;
  } 
   .top-gray-wrap{flex-wrap: wrap;}
  .top-gray-3-mobile {
  flex: inherit; 
  text-align: center;
  padding: 3px 3px;
  width: 100%;
   display: block ;
}
.top-gray-2{display: none !important;}

  .apply-1 {
    width: 100%;
  }
  .w-1 {
    width: 100% !important;
  }
  .w-2 {
    width: 100% !important;
  }
  .form-1 {
    width: 100% !important;
  }
  .flex-1 {
    flex: 1 !important;
    padding: 0px 0px 0px 0px !important;
  }

  .padding-right-1 {
    padding-right: 0px !important;
  }
  .small-button{margin-bottom: 6px;}
  .top-gray-1 {
    padding: 0px 2px;
    width: 100%;
    text-align: center;
  }
  #languageSwitcher {
    max-width: 60px;
    font-size: 12px;
    padding: 4px 3px;
  }

  .top-gray-strip a {
    font-size: 13px;
    padding: 4px 2px;
    border-radius: 3px;
    margin-left: 2px;
  }
  .obj-main {
    display: block;
  }
  .obj-main .obj-box {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
    padding: 20px 10px;
  }
  .objective-container {
    padding: 30px 0px;
  }
  .obj-box h2 {
    min-height: 0px;
    margin-bottom: 20px;
  } /*font-size: 20px;*/
  .key-sec .obj-box h2 {
    margin-bottom: 0px !important;
  }
  .obj-box p {
    font-size: 18px;
  }
  .components-container,
  .key-container {
    padding: 30px 0px;
  }
  .key-container h1,
  .components-container h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .key-container hr {
    width: 15%;
    margin: 20px 0px;
  }
  .about-sec {
    display: block;
  }
  .about-sec .about-1 {
    width: 100%;
  }
  .about-1 .about-txt {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0px;
  }
  .about-1 h2 {
    font-size: 24px;
  }
  .about-1 hr {
    margin: 10px 0px;
  }
  .box-sec {
    width: 96%;
  }
  .box-sec .bx-1 {
    width: 48%;
  }
  .banner-txt h1 {
    min-height: 20px;
    font-size: 30px;
    padding: 30px 0px;
  }
  .contact-section {
    display: block;
  }
  .contact-content-1,
  .contact-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-container {
    padding: 30px 0px;
  }
  .form {
    padding: 20px 10px;
  }
  .address-details a,
  .address-details p {
    font-size: 16px;
  }
  .contact-content h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .schedule-section {
    padding: 20px 10px;
  }
  .bx-wrp {
    display: block;
  }
  .scedule-block-fx {
    width: 100%;
    margin-bottom: 30px;
  }
  .h-1,
  .h-4,
  .h-0 {
    min-height: 0px;
  }
  .schedule-1 h3 {
    font-size: 22px;
  }
  .program-links {
    display: block;
  }
  .schedule-block {
    padding: 15px;
  }
  .program-links a {
    padding-bottom: 15px;
    display: block;
    font-size: 16px;
  }
  .program-links .program-active {
    margin-bottom: 15px;
  }
  .schedule-table {
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 30px 20px 0px 0px;
    margin-bottom: 30px !important;
    margin-top: 30px;
  }
  .schedule-table table {
    margin-bottom: 30px !important;
  }
  .featured-section {
    display: block;
  }
  .featured-wrp,
  .featured-wrp-1 {
    width: 100%;
  }
  .featured-con {
    padding: 30px 0px;
  }
  .schedule-container {
    padding: 30px 0px;
  }
  .schedule-table {
    width: auto;
  }

  .main-container {
    padding: 30px 0px;
  }
  .main-container .banner-main {
    display: block;
  }
  .banner-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-2 {
    width: 100%;
  }
  .banner-1 .banner-fx {
    display: block;
  }
  .banner-fx .banner-content {
    width: 100%;
  }
  .banner-fx .banner-content-1 {
    width: 100%;
  }
  .banner-fx .banner-content-1 p {
    float: left;
    margin: 30px 0px;
  }
  .banner-content h3 {
    font-size: 30px;
  }
  .banner-content h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .banner-1 h2 {
    font-size: 20px;
  }
  .banner-1 h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .association-logo-sec .logo-sec-1 {
    padding: 0px 12px;
  }
  .organize-sec {
    width: 90%;
    padding: 10px;
  }
  .organize-sec-2 h3 {
    font-size: 18px;
  }
  .organize-sec-2 {
    padding: 0px 20px;
  }

  .banner-fx .banner-content-1 .txt-span {
    width: 100%;
    margin: 30px 0px;
  }
  .association-1 img {
    width: 100%;
    height: auto;
  }
  .org-con {
    width: 100%;
    padding: 10px;
  }
  .organize-sec,
  .organize-sec-1,
  .organize-sec-2 {
    width: 100%;
  }
  .heading-2 {
    width: 90%;
  }
  .heading-3 {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
   
  .about-container {
    padding: 10px 0px 20px 0px;
  }
  .association-1,
  .association-2 {
    min-width: 100%;
  }

  .about-container img {
    border-radius: 0px 0px 0px 0px;
  }
  .program-outlines-wrap {
    flex-wrap: wrap;
  }
  .program-outlines-1 {
    width: 100%;
    margin-bottom: 14px;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-left,
  .footer-middle,
  .footer-right {
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  .key-sec-1 {
    width: 100%;
  }
  .logo-sec-1 {
    width: 100% !important;
    margin: 10px 0px;
    padding: 10px;
  }
  .logo-sec-2 {
    margin: 2px 0px;
    padding: 5px 10px;
  }
  .objective-container .obj-main .obj-box img {
    height: 40px;
    max-width: 90%;
  }
  .obj-box h2 {
    font-size: 20px;
  }
  .key-container .obj-main .obj-box {
    width: 45%;
    padding: 14px 14px;
    text-align: center;
  }
  .key-container .obj-main .obj-box h2 {
    text-align: center;
  }

  .key-container .obj-main .obj-box h2 {
    font-size: 16px;
  }
}


    
    
@media screen and (max-width: 600px) {
   .border-0{display:none !important;}
  .col-3-1-main img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

  .s-col-3-1-main img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}


.col-3-1-main, .card-3-content,.s-col-3-1-main{flex-wrap: wrap;}
  .col-3-1-2,.col-3-1-1, .s-col-3-1-1, .s-col-3-1-2{width: 100%;flex:inherit;margin: 5px 0px;}
  .card-3-1 {
    width: 47%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc !important;
    margin-bottom: 10px;
}

      .minsters-sec-1{ width: 47%; margin: 10x 1%;}
    .key-sp-img{ width: 100%; margin: 14px 0%; }
  .bharath-mandapam-1 h6 {
    min-height: auto;
  }
  .bharath-mandapam-1 {
    width: 100% !important;
  }
  .box-sec {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .box-sec .bx-1 {
    width: 90%;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 20px;
  }
  .container-1 {
    background-position: center;
  }
  .accordion-btn {
    font-size: 18px;
    padding-right: 20px;
  }
  .accordion-content {
    font-size: 16px;
  }
  .accordion-container {
    padding: 20px;
  }
  .footer-left h2 {
    font-size: 36px;
  }
  .footer-left h2 span {
    font-size: 30px;
  }
  .h-banner-img img {
    display: none;
  }
  .h-banner-img .responsive-banner {
    display: block;
  }

  .association-section {
    display: block;
  }
  .association-1,
  .association-2 {
    width: 100%;
    margin: 20px 0px;
  }
  .association-container {
    padding: 10px 0px 20px 0px;
  }
  .organize-sec {
    display: block;
  }
  .organize-sec-2 {
    padding: 10px 0px;
  }
  .organize-sec-2 h2 {
    font-size: 22px;
  }
  .organize-sec-2 h3 {
    font-size: 14px;
  }
  .organize-sec-2 p {
    font-size: 12px;
  }
  .logo-sec-1-1 {
    width: 100%;
  }
  .logo-sec-1-3 {
    width: 75%;
  }
  .organize-sec-1 {
    display: flex;
    justify-content: center;
  }
  .obj-box ul li {
    font-size: 18px;
  }
}

.objective-container hr {
  background-color: #ec6d01 !important;
  width: 9%;
  border: none;
  height: 1px;
  margin: 0px;
  margin-bottom: 50px !important;
  margin-top: -10px !important;
}
