@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
padding: 0px;
margin: 0px;
font-family: "Montserrat", sans-serif !important;
}
li{
list-style: none;
}
ul{
margin: 0px;
padding: 0px;
}
.logomain img{
width: 100%;
max-width: 90px;
transition: height 0.4s;
}
.logo-scrolled img {
  transition: height 0.4s;
  height: 60px; /* Reduced size when scrolled */
}
.header-scrolled {
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
ul.navbar-nav.ml-auto.py-4.py-md-0 {
    padding-right: 40px !important;
}
ul.navbar-nav {
    gap: 40px !important;
    width: 100%;
    justify-content: flex-end;
    padding-right: 50px;
}
ul.navbar-nav li a {
    color: #141414 !important;
    font-weight: 600;
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.btn-main a {
    position: relative;
    padding: 14px 30px;
    color: #fdfdfd !important;
    text-decoration: none;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
    transition: all 0.3s ease;
    border-radius: 100px;
    font-weight: 500;
}
.banner{
    display: flex;
    align-items: center;
background-image: linear-gradient(to top, #121212e9 0%, #00000077 100%), url('bannermain.jpg');
background-position: top;
background-size: cover;
background-attachment:fixed;
background-repeat: no-repeat;
height: 560px;
}   
.banner h2{
color: #fff !important;
}
section#vis-mis h2 {
  font-size: 30px;
}
.banner .text{
  color: #eaeaea !important;
  padding-bottom: 35px;
  }
  .sec-title .title{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 14px;
    color: #2a267b;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .sec-title h2{
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:18px;
  }
  
  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
  }
  
  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }
  
  .list-style-one{
    position:relative;
  }
  
  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
  }
  
  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: #ff2222;
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
    color: #f1f1f3;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 100px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
  }

  .about-section{
    position: relative;
    padding: 160px 0 70px;
  }
  
  .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
  }
  
  
  .about-section .text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #323131;
    font-weight: 400;
  }
  
  .about-section .list-style-one{
    margin-bottom: 45px;
  }
  
  .about-section .btn-box{
    position: relative;
  }
  
  .about-section .btn-box a{
    padding: 15px 50px;
  }
  
  .about-section .image-column{
    position: relative;
  }
  
  .about-section .image-column .text-layer{
      position: absolute;
      right: -110px;
      top: 50%;
      font-size: 325px;
      line-height: 1em;
      color: #ffffff;
      margin-top: -175px;
      font-weight: 500;
  }
  
  .about-section .image-column .inner-column{
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
  }
  .about-section .image-column .inner-column .author-desc{
      position: absolute;
      bottom: 16px;
      z-index: 1;
      background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
      padding: 10px 15px;
      left: 96px;
      width: calc(100% - 152px);
      border-radius: 50px;
  }
  .about-section .image-column .inner-column .author-desc h2{
      font-size: 21px;
      letter-spacing: 1px;
      text-align: center;
      color: #fff;
    margin: 0;
  }
  .about-section .image-column .inner-column .author-desc span{
      font-size: 16px;
      letter-spacing: 6px;
      text-align: center;
      color: #fff;
    display: block;
    font-weight: 400;
  }
  .about-section .image-column .inner-column:before{
      content: '';
      position: absolute;
      width: calc(50% + 80px);
      height: calc(100% + 160px);
      top: -70px;
      left: -3px;
      background: transparent;
      z-index: 0;
      border: 44px solid #2a267b;
  }
  
  .about-section .image-column .image-1{
    position: relative;
  }
  .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
        border-radius: 46px;
  }
  
  .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
  }
  
  .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff}
    .section-services .single-service {
      position: relative;
      margin-top: 30px;
      background-color: #fff;
      border-radius: 10px;
      padding: 40px 30px;
      overflow: hidden;
  }
  
  .section-services .single-service .content {
    position: relative;
    z-index: 20;
  }
  
  .section-services .single-service .circle-before {
      position: absolute;
      top: 0;
      right: 0px;
      transform: translate(40%, -40%);
      width: 150px;
      height: 150px;
      background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%) ;
      border: 6px solid #e80103 ;
      border-radius: 50%;
      opacity: 0.9;
      z-index: 10;
      transition: all .6s;
  }
  
  .section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
  }
  
  .section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
      width: 70px;
      height: 70px;
      background-color: #ff4500;
      border-radius: 55px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      font-size: 30px;
      transition: all .3s;
  }
  
  .section-services .single-service:hover .icon {
    background-color: #fff;
    color: #ff4500;
  }
  
  .section-services .single-service .title {
      margin-bottom: 18px;
    font-weight: 700;
      font-size: 23px;
      transition: color .3s;
  }
  
  .section-services .single-service:hover .title {
    color: #fff;
  }
  
  .section-services .single-service .description {
      margin-bottom: 20px;
      font-size: 14px;
      transition: color .3s;
  }
  
  .section-services .single-service:hover .description {
    color: #fff;
  }
  
  .section-services .single-service a {
    position: relative;
    font-size: 18px;
      color: #202020;
      text-decoration: none;
      font-weight: 500;
      transition: color .3s;
  }
  
  .section-services .single-service:hover a {
    color: #fff;
  }
  section.section-services {
    padding: 80px 0px;
    background: #efeff4;
    margin-top: 80px;
}
  .section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff4500;
    transition: background-color .3s;
  }
  
  .section-services .single-service:hover a:after {
    background-color: #fff;
  }
  #conference-timeline {
    padding: 60px 0px;
    position: relative;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    display: table;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
    z-index: -1;
  }
  #conference-timeline .conference-timeline-content {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
  .timeline-article .timeline-author {
    margin-top: 2px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: right;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 27px 25px;
  }
  .timeline-article p {
    margin: 0 0 0 60px;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }
  .timeline-article p span.article-number {
    position: absolute;
    font-weight: 400;
    font-size: 44px;
    top: 10px;
    left: -68px;
    color: #0f0f50;
  }
  .timeline-article .content-left-container {
    float: left;
  }
  .timeline-article .content-right-container {
    float: right;
  }
  .timeline-article .content-left:before,
  .timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
  }
  .timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
  }
  .timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
  }
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #0f0f50;
  }
  .timeline-article .meta-date .date,
  .timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 700;
  }
  .timeline-article .meta-date .date {
    font-size: 26px;
    line-height: 40px;
  }
  .timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
  }
  /*===== // Vertical Timeline =====*/
  
  /*===== Resonsive Vertical Timeline =====*/
  @media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
      margin: 0;
    }
    #conference-timeline .conference-center-line {
      margin-left: 0;
      left: 50px;
    }
    .timeline-article .meta-date {
      margin-left: 0;
      left: 20px;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
      max-width: 100%;
      width: auto;
      float: none;
      margin-left: 110px;
      min-height: 53px;
    }
    .timeline-article .content-left-container {
      margin-bottom: 20px;
    }
    .timeline-article .content-left,
    .timeline-article .content-right {
      padding: 10px 25px;
      min-height: 65px;
    }
    .timeline-article .content-left:before {
      content: "\f0d9";
      right: auto;
      left: -8px;
    }
    .timeline-article .content-right:before {
      display: none;
    }
  }
  @media only screen and (max-width: 400px) {
    .timeline-article p {
      margin: 0;
    }
    .timeline-article p span.article-number {
      display: none;
    }
    
  }
  /*===== // Resonsive Vertical Timeline =====*/
  .FAQ{
    padding: 80px 0px;
    background: #efeff4;
  }
  .copyright {
    text-align: center;
    padding: 20px 0px;
    background-image: linear-gradient(to right, #322d87 0%, #0f0f50 100%);
}
.copyright p{
color: #fff;
text-transform: capitalize;
margin: 0px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #141357;
}

.accordion button {
  padding: 15px 20px !important;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #0000 !important;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #141357;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #141357;
  border: 1px solid #141357;
}

.accordion button .accordion-title {
 color: #000;
 font-weight: 500;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  color: #141357;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  right: 20px;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #141357;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 15px;
color: #000;
padding: 20px;
}
.accordion-item {
  margin-top: 10px;
}
@media (min-width:1095px){
  .faqmainimg img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}
}
@media (max-width:499px){
.p-none{
display: none !important;  }
.banner{
  height: 460px;
  padding:0px 20px;
}
.sec-title h2{
  font-size: 20px !important;
}
.about-section .image-column .inner-column .author-desc {
  bottom: 45px;}
}
@media (max-width:769px){
	.author-desc{
    display: none !important;
}
  .about-section {
    padding:50px 15px 0px;
}
.about-section .image-column .inner-column:before{
  display: none;
  }
  section#vis-mis h2 {
    font-size: 22px;
}

section.section-services, #conference-timeline, .FAQ {
  padding: 50px 15px;}
  figure.image-1 img {
    margin-bottom: 20px;
    height: 100%;
    max-height: 300px;
    width: 100% !important;
    object-fit: cover;
  }
  .about-section .image-column .inner-column{
    padding: 0px;
    }
    .accordion button .accordion-title {
      font-size: 15px;}

      .faqmainimg img {
        margin-top: 20px;
        height: 100%;
        max-height: 335px;
        object-fit: cover;
    }
    ul.navbar-nav {
      gap: 10px !important;}
      .navbar-collapse {
        position: absolute;
        flex-basis: 100%;
        left: 0;
        right: 0;
        background: #ffff;
        /* width: 100%; */
        top: 80px;
        margin: 0px 20px;
        flex-grow: 1;
        align-items: center;
    }
    li.nav-item {
      padding-left: 30px;
  }
}
@media (min-width:769px) and (max-width:996px){
  .p-none{
  display: none;
  }
  .about-section .image-column .inner-column:before{
  display: none;
  }
  .about-section .image-column .inner-column{
    padding: 0px;
    }
    figure.image-1 img {
      margin-bottom: 20px;
      height: 100%;
      max-height: 300px;
      width: 100% !important;
      object-fit: cover;
    }
    .about-section .image-column .inner-column .author-desc {
      bottom: 45px;
      }
      .faqmainimg img {
        height: 100%;
        max-height: 735px !important;
        object-fit: cover;
    }
}