@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: End Mixin CSS
---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff;
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.white-color {
  color: #fff; }

.black-color {
  color: #242424; }

.darkblue-color {
  color: #271074; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #242424;
  margin: 0;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

a {
  color: #242424;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #271074; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #000; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.text-justify {
  text-align: justify; }

/* ------:: section----------- */
.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 70px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 40px 0; } }

.section-md {
  padding: 60px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-md {
      padding: 60px 0; } }

.section-lg {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }

/* ------:: List----------- */
.list-style--1 {
  list-style: none; }
  .list-style--1 li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    font-size: 0.9rem;
    text-align: left; }
    .list-style--1 li:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #ff807b;
      position: absolute;
      top: 14px;
      left: 0; }
    .list-style--1 li:after {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 40px;
      background: #ff807b;
      position: absolute;
      top: 10px;
      left: 5px; }

/* ------::title section----------- */
.title-section {
  margin-bottom: 50px;
  text-align: center; }
  .title-section h2 {
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem; }
    @media only screen and (min-width: 1200px) {
      .title-section h2 {
        font-size: 2.3rem; } }
    .title-section h2 span {
      background: #000000;
      background: linear-gradient(to bottom right, #000000 0%, #9744B1 79%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* ------:: Background----------- */
.bg-section {
  position: relative;
  z-index: 1; }
  .bg-section:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #eef3ff;
    height: 100%;
    z-index: -1; }

.bg-section--1 {
  position: relative;
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  /*&:before {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      content: "";
      background: #471c44;
      height: 100%;
      z-index: -1;
      opacity: 0.7;
  }*/ }

.bg-lights {
  background-color: #e9ecef; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /* ============ mobile view ============ */
    /* ============ mobile view .end// ============ */ }
    @media only screen and (max-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 992px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 1200px) {
      .page-bg-top header {
        position: relative; } }
    .page-bg-top header .container {
      /* background-color: $white-color;*/ }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background-color: #67318e;
      margin: 0; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background-color: #080023;
          padding: 10px 0px; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 95px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 60px; } }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 7px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle;
        /*@media (min-width: 992px) {
            margin-right: 6px;
        }*/ }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff;
          font-size: 0.8rem;
          display: block;
          line-height: 20px;
          font-weight: 500;
          opacity: 1;
          text-align: center;
          text-transform: capitalize;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media only screen and (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 10px;
              padding: 1em 5% 13px;
              text-align: left;
              color: #677294;
              font-size: 0.7rem; } }
          @media only screen and (min-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.7rem; } }
          @media only screen and (min-width: 1200px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.8rem; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            /*background: $blue-color;*/
            height: 1px;
            transition: all .5s;
            background-image: linear-gradient(45deg, white, transparent); }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #fff !important; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
    .page-bg-top header .navbar.scrolled {
      background: #fff;
      box-shadow: 0 2px 28px 0 #0000003d;
      background-image: linear-gradient(to bottom, #ffffff, #ffffff);
      padding: 0; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #242424 !important; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
            color: #242424; } }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 75px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 40px; } }
    .page-bg-top header .dropdown-toggle:after {
      content: "\f16b";
      font-family: 'Flaticon';
      font-size: 10px;
      border: none;
      padding: 0;
      color: inherit;
      float: right;
      margin-top: 2px; }
    .page-bg-top header .dropdown-menu {
      padding: 0; }
      .page-bg-top header .dropdown-menu li {
        width: 100%; }
        .page-bg-top header .dropdown-menu li .dropdown-item {
          padding: .5em .5em;
          color: #677294;
          line-height: 24px;
          font-weight: 600;
          font-size: .85rem;
          text-transform: capitalize;
          transition: all 500ms ease;
          white-space: normal;
          background-color: transparent; }
          .page-bg-top header .dropdown-menu li .dropdown-item .active, .page-bg-top header .dropdown-menu li .dropdown-item:hover, .page-bg-top header .dropdown-menu li .dropdown-item:active {
            color: #ffffff;
            background-color: #406854;
            padding-left: .8em; }
          @media only screen and (max-width: 992px) {
            .page-bg-top header .dropdown-menu li .dropdown-item {
              color: #242424; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 53px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #9744b1;
        box-shadow: none; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar.fixed-top .navbar-collapse,
      .page-bg-top header .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        /* margin-top:10px; */ } }

.home-area .creative-shape {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; }
  .home-area .creative-shape img {
    width: 100%; }
  @media screen and (max-width: 600px) {
    .home-area .creative-shape {
      display: none; } }

/* ----------------------------------------------------------
:: banner
---------------------------------------------------------- */
.home-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg-banner.jpg);
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .home-banner {
      padding: 30px 0;
      height: 74vh; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home-banner {
      padding: 0; } }
  .home-banner:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #d9d9d9;
    height: 100%;
    z-index: -1;
    opacity: 0.95; }
  .home-banner .shape-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .home-banner .shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .home-banner .shape-one {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    width: 375px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/shape-5.png);
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.about-us-section img {
  width: 90%;
  border-radius: 15px 50px 30px; }

.text-brand h1 {
  font-size: 2rem;
  font-weight: 700; }

.banner-bg h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700; }
  @media (min-width: 320px) and (max-width: 767px) {
    .banner-bg h1 {
      font-size: 1.2rem; } }
.banner-bg h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700; }
.banner-bg h4 {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  display: inline;
  background: #67318e;
  color: white;
  padding: 10px 20px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-bg h4 {
      font-size: 1rem; } }
.banner-bg h3 {
  color: #fc4f00;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 700; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-bg h3 {
      font-size: 1rem; } }
.banner-bg h6 {
  font-size: 1rem;
  color: #000;
  line-height: 2; }

.text-about-institute {
  box-shadow: -1px 1px 10px #878787;
  padding: 20px;
  text-align: center; }
  .text-about-institute p {
    margin-bottom: 0; }

.under-text {
  text-align: center; }
  .under-text h4 {
    font-size: 2rem; }

footer {
  color: #242424;
  font-size: 14px; }
  footer .footer-top {
    padding: 20px 0;
    /* background: #9999991c;*/
    background-image: url(../images/footer-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    footer .footer-top .footer-map {
      height: 350px; }
    footer .footer-top:before {
      content: '';
      background: #000000e8;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: -1;
      left: 0;
      opacity: .9;
      /* background-image: url(../images/shape-3.png);*/
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        footer .footer-top:before {
          background-size: 100%; } }
    footer .footer-top .image-box img {
      width: 739px;
      height: 463px; }
    footer .footer-top .contact-details .contact-img img {
      width: 30px;
      filter: grayscale(1); }
    footer .footer-top .contact-details .contact-text {
      line-height: 30px; }
      footer .footer-top .contact-details .contact-text a {
        color: #fff;
        font-size: 1rem;
        margin-left: 30px; }
      footer .footer-top .contact-details .contact-text p {
        font-size: 1rem;
        margin-bottom: 0; }
  footer .footer-bottom {
    padding: 10px 0;
    background: #fff; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    footer .footer-bottom .footer-left {
      float: left; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        footer .footer-bottom .footer-left {
          text-align: center; } }
      footer .footer-bottom .footer-left p {
        margin: 0; }
        footer .footer-bottom .footer-left p span {
          color: #ff7800;
          font-weight: 600; }
    footer .footer-bottom .footer-right {
      float: right; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        footer .footer-bottom .footer-right {
          text-align: center;
          float: left; } }
      footer .footer-bottom .footer-right a {
        font-size: .8rem;
        color: #9744b1; }

.list-custom {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .list-custom li {
    position: relative;
    border: 1px solid #9744b1;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    margin: 0px 0 8px 40px;
    transition-duration: 0.3s;
    text-align: left; }
    .list-custom li:hover {
      background: #FFF; }
      .list-custom li:hover:before {
        width: 46px; }
      .list-custom li:hover:after {
        margin-left: 6px; }
    .list-custom li:before {
      line-height: 32px;
      position: absolute;
      top: 6px;
      left: -40px;
      width: 40px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #FFF;
      background: #9744b1;
      counter-increment: li;
      content: counter(li);
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .list-custom li:after {
      position: absolute;
      left: 0;
      top: 6px;
      content: "";
      height: 0;
      width: 0;
      border: 16px solid transparent;
      border-left-color: #9744b1;
      transition-duration: 0.2s; }

.list-count {
  column-count: 2; }

.tit-sec {
  margin-bottom: 20px;
  text-align: center; }
  .tit-sec h4 {
    font-size: 1.4rem;
    color: #242424;
    font-weight: 500; }

.event-ls {
  position: relative;
  z-index: 1; }
  .event-ls .event-item {
    padding: 17px 26px;
    margin: 10px 0;
    border-radius: 5px 40px 10px 30px;
    background: #fff;
    border-left: 10px solid #9543ae;
    box-shadow: 4px 4px 10px #939393;
    min-height: 140px; }
    .event-ls .event-item .event-content h6 {
      margin: 0;
      font-size: 1.25rem;
      line-height: 29px;
      color: #000; }
    .event-ls .event-item .event-content h4 {
      margin: 0;
      font-size: 1.5rem;
      color: #9543ae;
      margin-top: 0.8rem;
      font-weight: 600; }
    .event-ls .event-item .event-content p {
      margin-bottom: 0;
      font-size: 15px; }
    .event-ls .event-item .event-icon {
      padding-right: 20px; }

.table-sip tbody tr td {
  text-align: left; }

.main-procedure {
  position: relative; }
  .main-procedure:after {
    content: '';
    display: block;
    clear: both; }
  .main-procedure .procedure {
    width: 48%;
    padding: 20px 0 0;
    margin: 0 10px 0 0;
    float: left; }
  .main-procedure .procedure-content {
    min-height: 90px;
    padding: 15px 20px 15px 25px;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px #b9b9b9;
    margin-bottom: 15px;
    background-color: #eaeaeaa8;
    border: 2px solid #dfdfdf12; }
    .main-procedure .procedure-content p {
      font-size: 1.05rem; }
  .main-procedure .procedure-icon {
    color: #9744b1;
    background-color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #9744b1;
    margin: 0 0 10px;
    position: absolute;
    top: -20px;
    left: -35px; }
    .main-procedure .procedure-icon:before {
      content: '';
      background: #9744b1;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 1px;
      z-index: -1; }
    .main-procedure .procedure-icon:after {
      content: '';
      background: #9744b1;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 1px;
      z-index: -1;
      height: 40%;
      width: 55%;
      border-radius: 0;
      transform: translateY(-50%);
      top: 50%;
      left: 47px;
      clip-path: polygon(50% 0, 50% 20%, 100% 20%, 100% 80%, 50% 80%, 50% 100%, 0% 50%);
      transform: translateY(-50%) rotateY(180deg); }
  .main-procedure .procedure:nth-child(even) {
    float: right; }
    .main-procedure .procedure:nth-child(even) .procedure-content {
      padding: 20px 15px 15px 20px; }
    .main-procedure .procedure:nth-child(even) .procedure-icon {
      left: auto;
      right: -35px; }
      .main-procedure .procedure:nth-child(even) .procedure-icon:before {
        left: auto;
        right: -8px; }
      .main-procedure .procedure:nth-child(even) .procedure-icon:after {
        transform: none;
        right: auto;
        left: -54%;
        top: 31%; }

.template-text {
  padding: 20px;
  margin-bottom: 20px; }
  .template-text p {
    margin-bottom: 0;
    text-align: justify; }
  .template-text a {
    color: #fff; }

.btn-effect {
  background: #9744b1;
  padding: 10px;
  color: #fff;
  border-radius: 10%; }
  .btn-effect:hover {
    color: #fff; }

.blink_text {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
.keynote-sec {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out; }

.keynote-sec:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15); }

.keynote-sec img {
  width: 100%;
  height: 100%;
  border: 5px solid #f0f0f0; }

.keynote-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3436;
  margin-top: 15px; }

.keynote-text p {
  font-size: 16px;
  color: #6c757d;
  margin: 0; }

/* Speaker new home style */
.speaker {
  position: relative; }

.speaker::before {
  content: "";
  position: absolute;
  background: #041a57;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 26, 87, 0)), to(#041a57));
  background: linear-gradient(180deg, rgba(4, 26, 87, 0) 0%, #041a579e 100%);
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  pointer-events: none;
  border-radius: 10px; }

.speaker:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 10px; }

.speaker:hover .speaker-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  border-radius: 10px;
  width: 325px; }

.speaker-content {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  padding: 40px; }

.topic-details {
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s; }

.topic-details:hover {
  background: #9041A9;
  background: linear-gradient(90deg, #9041a9 12%, black 74%); }

.topic-details-inner {
  transition: all 0.3s ease-out 0s;
  height: 378px;
  border-radius: 5px;
  padding: 1.3rem;
  box-shadow: 0px 15px 35px rgba(222, 222, 222, 0.25);
  background: #fff;
  position: relative; }
  @media (min-width: 1900px) {
    .topic-details-inner {
      height: 300px;
      padding: 1.8rem; } }

.list-style ul {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.7rem; }

.list-style ul li {
  line-height: 1.3rem;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  list-style-type: none; }

.list-style ul li::after {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #000;
  content: "";
  transform: rotate(45deg);
  border-radius: 2px; }

.bg-imp-dates {
  background-image: linear-gradient(226.07deg, #7F52F1 14.22%, #5786F1 47.19%, #1DD4F1 83.67%);
  padding: 2rem; }

.clients {
  position: relative; }
  @media (min-width: 1600px) {
    .clients .bottom-border {
      height: 10px;
      width: 60%;
      background: #ffffff;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 13%, rgba(255, 255, 255, 0.48) 29%, white 55%);
      position: absolute;
      left: 250px;
      bottom: 70px; } }
  .clients .clients-container {
    background-color: #fff;
    padding: 34px 0;
    border: 1px solid #c5c5c5;
    border-radius: 20px; }
    .clients .clients-container img {
      height: 100px;
      margin: 8px 38px; }

.organization {
  border-radius: 35px; }
  .organization .org-text {
    background-color: #d3d3d3;
    box-shadow: 0px 0px 15px #00000036;
    border-radius: 25px;
    padding: 25px 30px;
    margin: 15px; }
  .organization h4 {
    display: block;
    background: none;
    color: black;
    padding: 10px 20px; }

.sec-patron {
  padding: 40px 160px;
  margin: 30px 0px; }

.outer-heading h5 {
  color: #130b0b0d;
  font-size: 4rem;
  line-height: 0px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-family: ui-monospace;
  font-display: swap; }
  @media (max-width: 1200px) {
    .outer-heading h5 {
      font-size: 1.5rem; } }

.top-space {
  padding-top: 50px; }

#box {
  position: relative;
  z-index: 1;
  background-image: url(../images/slide-1.avif); }
  #box #box:before {
    content: '';
    background: #66328D;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: .9; }
  #box #box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../images/bg-1.svg);
    height: 10%;
    background-size: 100% 100%;
    z-index: 21; }

.imp-date {
  padding: 23px 37px;
  height: 164px;
  border: 1px solid #5c0f8b;
  border-radius: 10px; }
  @media (min-width: 1601px) {
    .imp-date {
      height: 215px; } }

.con-details {
  margin: 55px; }

.about-img {
  position: relative; }
  .about-img img {
    height: 296px; }
  .about-img .about-text {
    position: absolute;
    background-color: #1a4371;
    height: 131px;
    width: 200px;
    bottom: 0px;
    left: 190px;
    border-radius: 0 60px 0 0; }
    .about-img .about-text p {
      font-size: 1.3rem;
      font-weight: 500;
      padding: 20px; }
    @media (min-width: 1900px) {
      .about-img .about-text {
        height: 141px;
        width: 229px;
        bottom: -1px;
        left: 210px; } }

.bg-darks {
  background-color: #d2d3d3d6; }

.about-content {
  text-align: justify; }

.sec-patron .span {
  color: #1a4371; }
.sec-patron .patron-content {
  border-radius: 15px;
  border: 2px solid #000;
  background: #dee2e6; }
  .sec-patron .patron-content .patron-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .sec-patron .patron-content .speaker-img img {
    border-radius: 13px; }
.sec-patron .food-menu-tabs a {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  color: #fff;
  background-color: #1a4371;
  border: 2px solid #9744b1;
  border-radius: 10px;
  position: relative;
  padding: 3px 15px;
  margin: 5px;
  text-transform: none;
  transition: background 0.3s, color 0.3s; }
  .sec-patron .food-menu-tabs a:active {
    background-color: #fff;
    color: #9744b1 !important;
    font-weight: 500; }
  .sec-patron .food-menu-tabs a:hover {
    background-color: #fff;
    color: #9744b1;
    font-weight: 500; }

.nav-pills .nav-link {
  color: #9744b1;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 10px;
  width: 240px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9744b1;
  border: 1px solid #000; }

.bg-commitee .tab-content .h5 {
  color: #fff; }

.section-title .food-menu-tabs .active {
  color: #fff;
  background-color: #696161; }

.tab-content h5 span {
  background: #000000;
  background: linear-gradient(to bottom right, #000000 40%, #9744B1 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 600; }
.tab-content ul li {
  color: #000; }

.sec-placement .placement-inner {
  background: #f8f9fa;
  padding: 30px 45px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  position: relative; }
  .sec-placement .placement-inner:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #5C0F8B;
    background: linear-gradient(90deg, #000000 33%, #9744B1 100%);
    z-index: -1;
    border-radius: 20px; }
  .sec-placement .placement-inner .side-border {
    border-right: 1px solid #938d8d;
    height: 135px; }
  .sec-placement .placement-inner .placement img {
    width: 50px; }
  .sec-placement .placement-inner .placement p {
    color: #66328D;
    font-weight: 600;
    padding: 0 50px; }
.sec-placement .portal-box {
  border: 1px solid #e9ecef;
  background: #fff;
  padding: 20px 30px 0 30px; }

.sec-title h2 span:first-of-type,
.sec-title h1 span:first-of-type {
  background: #5C0F8B;
  background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.chairs {
  background: #d2d3d3d6; }
  .chairs .chairs-sub {
    background-color: #fff;
    padding: 20px 25px;
    border: 1px solid #000;
    min-height: 181px;
    border-radius: 5px; }
    .chairs .chairs-sub h4 {
      font-size: 1.1rem;
      color: #5c0f8b; }
  .chairs .chairs-details {
    border: 1px solid #c8cacb;
    margin-bottom: 25px;
    border-radius: 25px;
    min-height: 225px;
    background: #ffffffd6;
    transition: all 0.3s ease-out 0s; }
    .chairs .chairs-details:hover {
      background: #9041A9;
      background: linear-gradient(90deg, #9041a9 12%, black 74%); }
    .chairs .chairs-details .chairs-details-inner {
      transition: all 0.3s ease-out 0s;
      border-radius: 23px;
      padding: 15px;
      margin: 2px;
      /* margin-bottom: 25px; */
      box-shadow: 0px 15px 35px rgba(222, 222, 222, 0.25);
      background: #fff;
      position: relative;
      height: 219px; }
      @media screen and (min-width: 1200px) {
        .chairs .chairs-details .chairs-details-inner {
          height: 250px; } }

.review {
  margin: 0px 135px; }
  .review h5 {
    color: #5c0f8b;
    font-weight: 600; }
  .review .service-icon {
    color: #ee5c2e;
    height: 50px; }
    .review .service-icon i {
      font-size: 2.5rem; }
  .review a {
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #000;
    background: #5c0f8b; }

.cfp-btn a {
  border: 1px solid #000;
  padding: 10px 20px;
  color: #fff;
  background-color: #5c0f8b; }

.team-member .sub-title {
  color: #5c0f8b; }
.team-member .chairs-sub {
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px; }
.team-member .com-content-1 {
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #000;
  min-height: 333px; }
  .team-member .com-content-1 .com-name h2 {
    font-size: 1.0rem;
    font-weight: 600; }
  .team-member .com-content-1 .com-name p {
    color: #000; }
.team-member .com-content {
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #000;
  min-height: 375px; }
  .team-member .com-content .com-name h2 {
    font-size: 1.0rem;
    font-weight: 600; }
  .team-member .com-content .com-name p {
    color: #000; }

.team-member .team_block .team_image {
  position: relative; }
  .team-member .team_block .team_image img {
    width: 100%; }

.team-member .team_block .team_image .team-member .team_block .team_image .social_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  z-index: -1;
  background-color: #0000358c;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.team-member .team_block .team_details {
  margin-bottom: -23px;
  transform: translateY(0);
  padding: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details {
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-member .team_block .team_details {
      padding: 5px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .team-member .team_block .team_details {
      padding: 5px; } }
  @media only screen and (min-width: 1601px) {
    .team-member .team_block .team_details {
      padding: 5px; } }

.team-member .team_block .team_details .team_name {
  text-align: center;
  padding: 5px 0 10px;
  background-color: #fff;
  margin: 15px auto 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-member .team_block .team_details .team_name {
      padding: 0 5px; } }

.team-member .team_block .team_details .team_name h3 {
  font-size: 0.95rem;
  color: #222;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details .team_name h3 {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1601px) {
    .team-member .team_block .team_details .team_name h3 {
      font-size: 1.15rem; } }

.team-member .team_block .team_details .team_name p {
  color: #313437;
  margin: 15px auto 10px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-size: 0.75rem;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    .team-member .team_block .team_details .team_name p {
      margin: 0;
      font-weight: 500;
      font-size: 0.6rem; } }
  @media only screen and (min-width: 1601px) {
    .team-member .team_block .team_details .team_name p {
      font-weight: 500;
      font-size: 1.05rem; } }

.sec-guest h4 {
  color: #9744B1;
  font-size: 0.95rem; }
.sec-guest .guest-img {
  background: #9041A9;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(90deg, #9041a9 12%, black 74%); }
  .sec-guest .guest-img .guest-img-inner {
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
    border-radius: 20px;
    background: #fff;
    position: relative; }
    .sec-guest .guest-img .guest-img-inner img {
      border-radius: 20px; }
  .sec-guest .guest-img:hover {
    box-shadow: 0px 15px 35px #6c757d99;
    transition: 0.6s; }

.list-custom {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .list-custom li {
    position: relative;
    border: 1px solid #9744b1;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    margin: 0px 0 8px 40px;
    transition-duration: 0.3s;
    text-align: left;
    font-size: 0.85rem; }
    .list-custom li:hover {
      background: #FFF; }
      .list-custom li:hover:before {
        width: 46px; }
      .list-custom li:hover:after {
        margin-left: 6px; }
    .list-custom li:before {
      line-height: 32px;
      position: absolute;
      top: 6px;
      left: -40px;
      width: 40px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #FFF;
      background: #9744b1;
      counter-increment: li;
      content: counter(li);
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .list-custom li:after {
      position: absolute;
      left: 0;
      top: 6px;
      content: "";
      height: 0;
      width: 0;
      border: 16px solid transparent;
      border-left-color: #9744b1;
      transition-duration: 0.2s; }

/*# sourceMappingURL=style.css.map */
