:root {
  --primary_color: #f28b3c;
  --secondary_color: #1e5a7f;
  --transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@font-face {
  font-family: 'Impact Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Impact Regular'), url('../fonts/impact.woff') format('woff');
  }


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #042835;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #042835;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
 font-family: 'Open Sans', sans-serif;
  color: #666766;
  font-size: 70%;
}

h1, h2, h3, h4{
  font-family: 'Roboto', sans-serif;

}

p{
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
      color: #666766;

}

.text-white {
  color: #fff !important;
}
.bg-grey {
  background-color: #f8f8f8!important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.container-fluid {
  padding-left: 7%;
  padding-right: 7%;
}

.opacity-0{
  opacity: 0;
}

a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}

.heading-1 {
  font-size: 2.813em;
  margin-bottom: 20px;
  font-weight: 700;
}
.heading-2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-3 {
  font-size: 2em;
}

/* header css start */
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #949494;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary_color);
}

.navbar-nav .nav-item.active .nav-link{
   color: var(--primary_color);
}

header .navbar {
  /* position: absolute; */
  width: 100%;
  top: 0;
  left: 0;
  font-weight: 600;
  z-index: 99;
  background-color: rgb(255 255 255 / 80%);
  height: 90px;
  transition: 0.5s;
}

.navbar-nav .dropdown-menu-light li a {
    position: relative;
}


/* .navbar-nav .dropdown-menu-light li a::after {
    content: "\F285";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    color: inherit;
    background: transparent !important;
    font-family: "bootstrap-icons";
    font-size: 10px;
    transition: 0.5s;
    opacity: 0;
    color: var(--primary_color);
}

.navbar-nav .dropdown-menu-light li a:hover::after{
  opacity: 1;
     transform: translate(0px, -50%);
} */

.navbar-brand img {
  transition: 0.5s;
}

.search-btn {
  margin-left: 8px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: 0.5s;
}
.search-btn:hover {
  box-shadow: 0px 3px 15px rgb(0 0 0 / 9%);
}

.text-yellow {
  color: var(--mustard-yellow);
}
.text-blue {
  color: #085a7f !important;
}
.text-light {
  color: #afafaf !important;
}
.btn-link {
  font-size: 14px;
  font-weight: 600;
}
.btn-primary {
  background-color: #085a7f;
  color: #fff;
  border-color: #085a7f;
  font-weight: 500;
}

.font-weight-500 {
  font-weight: 500;
}
.fixed-header .navbar {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 33;
  left: 0;
  right: 0;
  box-shadow: -5px -3px 14px 0px #333;
  animation: slide-down 0.7s;
  height: 80px;
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

/* header css start end*/

header .dropdown-menu {
  padding: 10px !important;
    border-top: 2px solid #205d7c;

}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid black;
  border-width: 0 1.8px 1.8px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #949494;
}

.dropdown-menu-light {
  box-shadow: 0px 3px 20px #00000029;
  border: none;
  border-radius: 4px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.2s;
}

.dropdown-menu-light.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
  transition: 0.5s;
}

.dropdown-menu-light li a {
  letter-spacing: 0;
  color: #676d7e;
  font-size: 14px;
  padding: 12px 20px;
  transition: 0.5s;
  font-weight: 600;
}
.dropdown-menu-light li:not(:last-child) a {
  border-bottom: 1px solid rgb(221 221 221 / 61%);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary_color);
}
.search-btn i {
  font-size: 20px;
  color: #949494;
  transition: 0.5s;
}
.search-btn:hover i {
  color: var(--primary_color);
}
.navbar-brand img {
  width: 125px;
}

.login-btn span {
  border: 1px solid var(--primary_color);
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  transition: 0.5s;
}
.login-btn span:hover {
  background-color: var(--primary_color);
  color: #fff;
}

section:not(:first-child) {
  padding: 50px 0;
  position: relative;
}

.mainSlider .item {
  position: relative;
}

.mainSlider .slick-next,
.inner-banner-slider .slick-next {
    right: 30px;
}

.mainSlider .slick-prev,
.inner-banner-slider .slick-prev {
    left: 30px;
}

.banner-caption {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  left: 15%;
}

.mainSlider {
  background-color: #f8f8f8;
  height: calc(100vh - 90px);
}

.mainSlider .slick-dots {
  bottom: 20%;
  z-index: 2;
  right: 8%;
  width: auto;
}

.slick-dots li {
  position: relative;
  display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: width 0.5s;
  opacity: 0.5;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
}
.slick-dots li.slick-active {
  opacity: 1;

}

.letterWord {
  background-repeat: no-repeat;
      background-size: contain;

}
.letterWord.pos-right {
  background-position: top right;
}
.letterWord.pos-left {
  background-position: top left;
}
.cust-pos {
  background-position: 99% 100%;
}

.mainSlider .item {
  height: calc(100vh - 90px);
}



.mainSlider .item > .banner-caption h2 {
  font-size: 3.8em;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 71%);
}

.tabs-style-1 .nav-link {
  background-color: #e0e0e0;
  color: #676767;
  border: 0;
  margin-right: 8px;
  border-radius: 10px;
  padding: 8px 30px;
  font-size: 1.3em;
  margin-right: 15px;
  transition: 0.5s;
}

.tabs-style-1 .nav-link.active {
  background-color: var(--primary_color);
  color: #fff;
}

.tabs-style-1 {
  margin-bottom: 40px;
}
.tabs-style-2 {
    margin-bottom: 50px;
}


.tabs-style-2 .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #666766;
    border-radius: 0;
    padding: 5px 0;
    font-size: 1.8em;
    margin-right: 50px;
    transition: 0.5s;
}

.tabs-style-2 .nav-link:hover{
  transform: translateY(-10px);
}


.tabs-style-2 .nav-link.active {
    border-color: var(--bs-primary-rgb) !important;
    font-weight: 600;
    color: var(--bs-secondary-rgb) !important;
    background-color: transparent;
}


.btn {
  padding: 10px 25px;
  border-radius: 10px;
  transition: all 0.5s;
  font-size: 1.5em;
}
.card.card-style-1 {
  transform-style: preserve-3d;
}
.card.card-style-1 .card-img {
  border: 1px solid #1e5a7f;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
  transition: 0.5s;
  box-shadow: 0 3px 7px rgb(0 0 0 / 2%);
}
.card.card-style-1:hover .card-img {
  border-color: var(--primary_color);
}

.card.card-style-1 .card-img img {
  width: 65px;
  height: 65px;
  transition: 0.5s;
}
.card.card-style-1:hover .card-img img {
  /*    transform: rotate(25deg);*/
}

.card.card-style-1 .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #666766;
}
.card.card-style-1:hover .card-title {
  color: var(--secondary_color);
}

.card.card-style-1 {
  text-align: center;
}


.counterList li {
    margin-bottom: 20px;
}
.counter h3 {
  color: var(--primary_color);
  font-size: 40px;
}

.counter p {
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
  color: #fff;
}

.card-style-2 .card-body {
  background-color: rgb(8 90 127 / 87%);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  color: #fff;
  top: 0;
}

.card-style-2 .card-title,
.card-style-2 .card-body {
  transition: 0.5s;
}

.card-style-2 a:hover .card-body{
  background-color: rgb(242 139 60 / 94%);
}

.card-style-2 a.active .card-body{
    background-color: rgb(217 64 17 / 94%);

}
.card-style-2 a:hover .card-title {
  color: #fff
}

.ideastoAction-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ideastoAction-slider .card-style-2,
.ideastoAction-slider .item a{
height: 100%;
}

.ideastoAction-slider .item {
    height: 11em;
}

.ideastoAction-slider .slick-slide {
  margin-right: 10px;
}

.ideastoAction-slider {
  margin-top: 35px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}
.slick-arrow .bi {
  font-size: 25px;
  color: #666766;
}

.ideastoAction-slider .slick-list {
  margin-left: 5px;
}

.vertical-slider  .slick-slide {
  margin: 10px 0 !important;
}
.vertical-slider  .item img {
    border: 3px solid var(--primary_color);
        width: 115px;
    height: 115px;
    object-fit: cover;
    object-position: top;
        border-radius: 100% !important;
}

.slick-arrow:hover {
  box-shadow: 0px 3px 20px #00000029;
}

.slick-arrow:hover .bi {
  color: var(--primary_color);
}
.slick-arrow {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 100px;
  z-index: 1;
}
.slick-arrow .bi,
.slick-arrow {
  transition: 0.5s;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
}

/* IDENTITY THROUGH INSPIRATION Start */
.identity {
  background: #f7f7f8;
}
.identity:before {
  content: "i";
  font-size: 450px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
}
.identity p {
  line-height: 35px;
}

.vertical-slider .slick-prev {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-slider .slick-next {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-slider .slick-arrow {
  position: absolute;
  z-index: 2;
}

.vertical-slider  .slick-list {
  padding-top: 30px;
  padding-bottom: 10px;
}
.winner-name {
  margin-bottom: 0;
}
.winnner-prof {
    line-height: 1.5;
    margin-top: 5px;
}

/* IDENTITY THROUGH INSPIRATION End */

/* PEOPLE COMMITTED Slider Start */

.people-slider .item {
  padding: 10px;
}
.people-slider .item img,
.profile-img{
  width: 12em !important;
  height: 12em;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  border: 3px solid var(--secondary_color);;
  margin-bottom: 30px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.5s;
}

.people-slider .item h5 {
  transition: 0.5s;
      text-transform: uppercase;
}
.people-slider .item:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.people-slider .item:hover h5 {
  color: var(--primary_color) !important;
}

.people-slider .item:hover img {
  border-color: var(--primary_color);
}

.people-slider .item p {
      line-height: 1.4;
    font-weight: 500;
        font-size: 1.5em;
}

/* PEOPLE COMMITTED Slider End */

/**Footer Start**/

.footerTop {
  padding: 40px 0;
}
.quick-links {
  background: #085a7f;
  padding: 15px 0;
}

.quick-links li {
  display: inline-block;
  padding: 0 25px;
}
.quick-links li a {
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
      text-transform: uppercase;
}
.quick-links li a:hover {
  color: #f68b1f;
}

.news-letter .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.news-letter input.form-control {
  height: 45px;
  border-radius: 10px;
  padding-left: 15px;
}

.social-media-links li {
  display: inline-block;
  /* padding: 0 10px; */
  list-style: none;
  margin-right: 10px;
  transform-style: preserve-3d;
}
.social-media-links li svg {
  width: 35px;
  height: 35px;
}

.social-media-links li path {
  fill: #f4ac58;
  transition: 0.5s;
}

.social-media-links li a:hover svg path {
  fill: var(--secondary_color);
}

.copy-right {
  background: #042835;
  padding: 10px 0;
}
.copy-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
/**Footer End**/

.menu-icon svg,
.navbar-toggler svg {
  width: 45px;
  height: 45px;
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 5;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}
.menu-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  margin-left: 20px;
}
.line {
  fill: none;
  stroke: #042835;
  stroke-width: 5px;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.overflow-x-hidden {
  overflow-x: hidden;
}
.scrolltoTop svg {
  width: 100%;
  height: 100%;
}
.scrolltoTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(30px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.scrolltoTop.show {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.people-slider .item {
    padding: 10px;
    background-color: #f8f8f8;
        padding: 20px;
    box-shadow: 0px 2px 5px -1px #ddd;
    height: 100%;
}

.people-slider .slick-list{
  padding-bottom: 30px;
}

.people-slider .slick-slide{
  margin:0 18px;
}
.people-slider .slick-slide > div {
    height: 100%;
}

.identity-insp-sec .border-right{
  position: relative;
}

.identity-insp-sec .border-right::after {
    content: '';
    border-right: 1px solid #a2a2a2;
    position: absolute;
    right: -60px;
    width: 10px;
    height: 100%;
    z-index: 2;
    top: 0;
}

.people-slider .item .comp-name,
.comp-name {
    font-size: 1.5em;
}

/*.prof-prom-sec{
      background-size: 27%;
}

.research-drive-ins-sec{
      background-size: 31%;
}
.from-ideas-sec{
      background-size: 37%;
}
*/
.ccpu-sec{
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-banner .banner-caption h2 {
    font-size: 3.5em;
}

.inner-banner .banner-caption {
    top: 45%;
}

.q-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 80%;
       right: 40px;
    top: 0;
    width: 20%

}

.text-light-grey{
      color: #949494;
      font-weight: 400;
}

.box-style-1{
  border-radius: 20px 20px 0 0;
      padding: 40px 8%;
}

.box-style-1 ul li{
  color: #fff;
      font-weight: 300;
      transition: 0.5s;
}
.tabs-style-2 li:hover{
    /* transform: translateY(-10px); */
}

.list > li {
    font-size: 16px;
        line-height: 1.8;

}
.list {
    margin: 0 20px;
}

.tabs-style-2 .btn-icon img {
     width: 2.3em;
    height: 2.3em;
}
.tabs-style-2 .btn-icon {
    display: block;
        margin-bottom: 20px;
}


.membership-cat .tabs-style-2 .nav-link{
  margin-right: 0em;
  width: auto;
      text-align: left;
}

.membership-cat {
    padding: 40px 0;
}

.tabs-style-3 .nav-link{
  background-color: #E1E1E1;
  color: #666766;
      font-size: 1.5em;
          border: 0;
    border-radius: 8px 8px 0 0;
}
.tabs-style-3 .nav-link.active{
  background-color: var(--secondary_color);
  color: #fff;
}
.tabs-style-3 .nav-item {
    margin-right: 20px;
}
.tabs-style-3 ~ .tab-content {
    padding: 4em 0;
}

.benefits-list .card-icon img {
    width: 5.8em;
    height: 5.8em;
    margin-bottom: 10px;
}

.benefits-list p{
    line-height: 1.5;
    margin-bottom: 0;
}

.border-bottom-heading {
    border-bottom: 1px solid var(--primary_color);
        padding-bottom: 10px;
            width: max-content;
}



.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    z-index: -1;
        pointer-events: none;
    left: 0;

}

.overlay-3::before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #005C7C 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-3 {
    position: relative;
    z-index: 2;
}

.overlay.secondary::before{
    background-color: #1e5b7fa1;
}
.overlay.light::before{
    background-color: rgb(255 255 255 / 70%)!important;
}

.overlay.light-2::before{
    background-color: rgb(255 255 255 / 88%)!important;
}

.overlay.primary::before {
       background-color: #F68B1F !important;
    opacity: 70%;
}

.bottom-txt {
    background-color: rgb(9 38 50 / 65%);
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    font-size: 2em;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-can-member p {
    margin-bottom: 80px;
}


.become-mem{
    background-size: cover;
  background-repeat: no-repeat;
      background-position: center center;

}

.bg-img{
    background-size: cover;
  background-repeat: no-repeat;
      z-index: 1;
}

.background-contain{
      background-size: contain !important;

}
.bg-img-fixed{
  background-size: cover;
  background-repeat: no-repeat;
      z-index: 1;
              background-attachment: fixed;
}

.C-word {
    width: 150px;
    height: 265px;
    display: block;
        transform: translateY(-50px);
}


.my-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 35.666667%;
}

.video-js{
  width: 100%;
}
.bannerImg {
    height: 510px;
    width: 100%;
    object-fit: cover;
}

.inner-banner-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 18%;
    background-color: #fff;
    z-index: -1;
    bottom: 0;
}

.inner-banner-slider {
    position: relative;
    z-index: 1;
}

.inner-banner-slider  .slick-dots{
    bottom: 25%;
}

.inner-banner-slider .item img{
  height: 100%;
}

.slick-dots li {
   
    width: 12px;
    height: 12px;
     opacity: 1;
}

.slick-dots li.slick-active button{
  background-color: var(--primary_color)!important;
}
.slick-dots {
   

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slick-dots li button {
    background: #205c7c;
    border-radius: 100px;
}

.bg-grey-100 {
    background-color: rgb(230 231 232 / 40%);
}

.full-radius{
    border-radius: 20px;
}

.btn-icon.tab-btn-style {
    width: 7em;
    height: 6em;
    border: 1px solid var(--secondary_color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 20px;
        background-color: #fff;
        transition: 0.5s;
         box-shadow: -1px 3px 7px 4px transparent;
}

.tabs-style-2 .nav-link.active .tab-btn-style {
    border-color: var(--primary_color);
}

.tabs-style-2 .nav-link.active .tab-btn-style {
    border-color: var(--primary_color);
    box-shadow: -1px 3px 7px 4px #ddd;
}

.btn-icon.tab-btn-style img {
    width: 3.3em;
    height: 3.3em;
}

.valuestabs {
    transform: translateY(-40px);
        margin-top: 50px;

}
.text-small {
    font-size: 14px;
}

.C-word path{
 /* fill: none;
  stroke: var(--bs-primary-rgb);
  stroke-width: 3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: transparent;
  -webkit-animation: dash 4s linear forwards;
  animation: dash 4s linear forwards, fill-orange 1s 4s forwards;;*/
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

   @keyframes fill-orange {
      to { fill: var(--bs-primary-rgb);stroke: transparent; }
    }

    .q-blue svg{
      height: 100%;
    }
    .q-blue {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.font-weight-300 {
    font-weight: 300;
}

.team-list {
    background-size: 100%;
    background-repeat: no-repeat;
}

.circle-img {
    width: 10em !important;
    height: 10em !important;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
    border: 2px solid var(--primary_color);
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
     transition: 0.5s;
}

.team-list .item {
    position: absolute;
}
.team-list .item:nth-child(1){
    top: 14%;
    left: 20%;
}

.team-list .item:nth-child(2){
    top: 14%;
    left: 38%;
}

.team-list .item:nth-child(3){
    top: 25%;
    left: 58%;
}

.team-list .item:nth-child(4){
    left: auto;
    right: 10%;
    top: 17%;
}

.team-list .item:nth-child(5){
left: 5%;
    bottom: 19%;
}

.team-list .item:nth-child(6){
    left: 23%;
    bottom: 5%;
}

.team-list .item:nth-child(7){
    left: 46%;
    bottom: -1%
}

.team-list .item:nth-child(8){
right: 26%;
    bottom: 4%;
}
.team-list .item:nth-child(9) {
    right: 10%;
    bottom: 4%;
}


.emp-details {
    position: relative;
}
.emp-profile-details {
    background-color: #fff;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #1e5a7f;
    border-radius: 10px;
    width: max-content;
    z-index: 1;
    position: relative;
      position: absolute;
    left: 50%;
    bottom: -70px;
    box-shadow: 0px 0px 5px #ddd;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translate(-50%, 20px);
    max-width: 400px;
}

.team-list .item:hover .emp-profile-details{
     opacity: 1;
    visibility: visible;
z-index: 99999999;
    transform: translate(-50%, 10px);
}

.emp-details:hover .circle-img{
  border-color: var(--secondary_color);
}

.explore-q {
    display: none;
}


.video-js .vjs-big-play-button {
    line-height: 2.5em !important;
    height: 2.5em !important;
    width: 2.5em !important;
    border: 0.06666em solid var(--primary_color) !important;
    background-color: var(--primary_color) !important;
    border-radius: 100px !important;
}

.blockquote{
  position: relative;
      display: inline-block;

}

.blockquote p {
    color: #fff;
    font-size: 1.3em;
    position: relative;
    line-height: 1.8;
    font-weight: 300;
}

.blockquote-footer {
    letter-spacing: 1.12px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 2em;
}

span.quote.quote-left {
  top: -90px;
    left: -12%;
}
.quote {
    position: absolute;
    display: block;
    font-size: 8em;

}

span.quote.quote-right {
    right: 10%;
    bottom: -80px;
        z-index: -1;
}

span.quote svg {
    width: 1em;
    height: 1em;
    fill: rgb(4 40 53 / 66%);
}

.quote-sec::before {
    background-color: #005C7C !important;
    opacity: 80%;
}

.member-logo{
  border: 1px solid #efefef;
      padding: 20px;

}

.quote-2 blockquote.blockquote p{
  line-height: 1.5;
}

.quote-2 .blockquote::before, .quote-2 .blockquote::after,
.quote-3 .blockquote::before, .quote-3 .blockquote::after,
.quote-4 .blockquote::before, .quote-4 .blockquote::after{
    content: '';
    position: absolute;
    font-size: 250px;
    font-family: sans-serif;
    color: #2AA5DD;
    opacity: 0.10;
    font-weight: 600;
    width: 120px;
    height: 120px;
}

.quote-2 .blockquote::before,
.quote-3 .blockquote::before,
.quote-4 .blockquote::before {
    content: "\201C";
    top: -120px;
    left: -150px;
}

.quote-2 .blockquote::after,
.quote-3 .blockquote::after,
.quote-4 .blockquote::after {
    content: "\201C";
    bottom: 0;
       right: -150px;
    transform: rotate(180deg);
    transform-origin: bottom;
}

.quote-3 .blockquote::before,
.quote-3 .blockquote::after{
      color: #f28b3c;
    opacity: 0.5;
}
.quote-2 figcaption.blockquote-footer {
    font-size: 18px;
        margin-top: 3px;
}

.event-box{
  position: relative;
}

.event-box .overlay::before {
    z-index: -1;
}
.event-box img {
    width: 100%;
    transition: 0.35s;
    display: block;
        object-fit: cover;

}

.event-info {
 position: absolute;
    bottom: 30px;
    display: flex;
    width: 100%;
    padding: 20px 30px 0;
    left: 0;
    /* top: 0; */
        /* height: 100%; */
        height: auto;
    z-index: 2;
    flex-direction: column;
    align-items: self-start;
    justify-content: end;
    bottom: 0;
}
.hover-content{
    opacity: 0;
        display: none;
position: relative;

}

figure.effect-prcai:hover .hover-content{
  opacity: 1;
      display: block;
animation: 0.35s slideLeft linear;
}

.event-info p{
  color: #fff;
  line-height: 1.5;
}
.event-box > a {
    display: block;
    overflow: hidden;
    height: 100%;
}

/*.sabre-asia-event .event-info{
  height: 100px;
    bottom: 0;
    top: auto;
}*/




figure.effect-prcai img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
      object-fit: cover;

}

figure.effect-prcai:hover img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-prcai figcaption {
  text-align: left;

}

figure.effect-prcai .heading-2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
        font-size: 25px;
            text-shadow: 0px 0px 5px #000;
}

figure.effect-prcai:hover .heading-2 {
  transform: translateY(-10px);

}
figure.effect-prcai:hover figcaption::before {
    opacity: 0;
}

figure.effect-prcai p {
    padding: 1em 0;
position: relative;
    margin: 0;
    font-size: 14px;
}

figure.effect-prcai .hover-content::before{
    content: '';
    position: absolute;
    width: 100vw;
    left: 75%;
    transform: translateX(-50%);
    top: 0;
    background-color: #1e5a7f;
    height: 100%;
    z-index: -1;
}

figure.effect-prcai figcaption.primary .hover-content::before,
figure.effect-prcai figcaption.primary .hover-content{
    background-color: var(--primary_color);

}


@keyframes slideLeft{
  from{
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
   opacity: 1;
  }
}

figure.effect-prcai .heading-2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

figure.effect-prcai:hover .heading-2::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.event-box figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
      height: 100%;
    margin: 0;
    width: 100%;
}

.bg-light-blue {
    background-color: rgb(42 165 221 / 20%);
}

.event-archive-slider .slick-slide{
  margin: 0 10px;
}

.event-archive-slider .slick-prev {
    left: -45px;
}

.event-archive-slider .slick-next {
    right: -45px;
}
.event-archive-slider .item img{
      transition: 0.8s;
    height: 300px;
    object-fit: cover;
}
.event-archive-slider .item{
  overflow: hidden;
}
.event-archive-slider .item:hover img{
  transform: scale(1.1);
}


.event-timer .count_box {
     margin: 10px;
     width: 2.3em;
    height: 2.3em;
    background-color: #f28b3c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    font-weight: 700;
        overflow: hidden;

}
.event-timer{
  display: flex;
}

.event-count-timer {
     position: absolute;
    bottom: -50px;
    right: 60px;
    background-color: #1b516adb;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 3px 3px 8px #1b516a6e;
    
}

.count_box ~ span {
    font-size: 20px;
        text-align: center;
}
.left-0{
  left: 0;
}

.nav-pills .nav-link {
    border-radius: 8px;
    font-size: 1.5em;
    background-color: #E1E1E1;
    color: #666766;
    margin: 0 5px;
        padding: 10px 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--secondary_color);
}

.bg-white{
  background-color: #fff !important;
}



.video-container {
    width: 100%;
    height: 500px;
    position: relative;
}

.video-container .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-thubmnail {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.video-thubmnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.videos-nav{
  margin-top: 20px;
}
.videos-nav img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.videos-nav .slick-slide{
  margin: 0 10px;
  position: relative;
}

.videos-nav .item{
  position: relative;
}

.videos-nav .play-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.book-now {
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding-bottom: 0;
    transform: translateY(10px);
}

.object-fit-cover{
      object-fit: cover;
}

.mem-elg-link {
    color: #666766;
    font-size: 18px;
    text-decoration: none;
}





.comming-soon{
    display: flex;
    height: calc(100vh - 100px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
        padding: 30px;
    border-top: 1px solid #f2f2f2;

  }

.comming-soon h1 {
    font-size: 5.5em;
    color: #1e5a7f;
    font-weight: 700;
    text-transform: uppercase;
        letter-spacing: 3px;
        position: relative;
}


.loading {
       position: absolute;
    top: -70px;
    right: -70px;
}
.loading img {
    width: 100px;
}

  .comming-soon p{
    font-size: 25px;
        color: #666766;
  }

  .font-bold {
    font-weight: 400 !important;
}


.how-to-join-sec p {
    font-size: 16px;
        margin-bottom: 8px;
}

.sidenav a {
    margin-bottom: 40px;
        border-bottom: 2px solid #fff;
     /* width: fit-content; */
    line-height: 1.3;
            transition: 0.5s;
}

.sidenav a.active {
    border-color: var(--primary_color);
}

.tab_content:not(.show){
  display: none;
}

.cac-committee .item:nth-child(1) {
  top: 16%;
  left: 6%;
}

.cac-committee .item:nth-child(2) {
top: 24%;
    left: 22%;
}

.cac-committee .item:nth-child(3) {
top: 15%;
    left: 38%;
}

.cac-committee .item:nth-child(4) {
     left: auto;
    right: 34%;
    top: 20%;
}

.cac-committee .item:nth-child(5){
left: auto;
    bottom: auto;
    top: 13%;
    right: 16%
}

.cac-committee .item:nth-child(6){
    left: 8%;
    bottom: 8%;
}

.cac-committee .item:nth-child(7){
    left: 26%;
    bottom: 1%;
}

.cac-committee .item:nth-child(8){
  right: 42%;
    bottom: 4%;
}

.cac-committee .item:nth-child(9){
right: 25%;
    bottom: 4%;
}

.cac-committee .item:nth-child(10){
    right: 10%;
    bottom: 14%;
}


.error-txt {
    position: absolute;
    font-size: 20em;
    font-weight: bold;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.not-found-text h3 {
    font-size: 4em;
    text-transform: uppercase;
}

.not-found-text p {
    font-size: 2em;
}

.text-shadow{
  text-shadow: 0px 0px 5px rgb(0 0 0 / 71%);
}



.text-underline{
  text-decoration: underline;
}

.vjs-poster {
    background-color: #1f5c7d !important
  }


  .blink-txt {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: var(--bs-primary-rgb);
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 100px;
      animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  from {
    background-color: var(--primary_color);
  }
  to{
    background-color: var(--secondary_color);
  }
}
.vide_playbtn {
    position: absolute;
    width: 8em;
    height: 8em;
    background-color:  #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.vide_playbtn a:before {
    width: 8em;
    height: 8em;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
}

.vide_playbtn a span {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
       border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}

.yu2fvl-overlay {
    z-index: 9998;
    background: #000;
    opacity: 0.8;
}

.yu2fvl-close {
    position: absolute;
    top: 1px;
    left: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f10 !important;
    background-color: #f10 !important;
    color: #ffffff;
    border: 0;
    background: none;
    cursor: pointer;
}
.form-banner {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
        height: 30em;

}

.form-banner img{
  width: 100%;
  height:60vh;
  object-fit: cover;
}

.form-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #085a7fde;
}

.aipr-reg-form-page{
    margin: 4em;
    background: #F8F8F9;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 2px 5px 8px #f68b1f29;
}

.form-banner-captions {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-banner-captions .heading-1{
  font-size: 5em;
  color:var(--primary_color);
      margin-top: auto;
    margin-bottom: -50px;
      
}

.form-banner-captions p {
    font-size: 1.625em;
    margin-top: auto;
    margin-bottom: 30px;
}

.text-orange{
  color:var(--primary_color)
}


.exp-levels li{
  color: #C6C6C5;
font-size: 1.5em;
    display: flex;
    align-items: center;
}


.exp-levels li label {
    margin-left: 14px;
        margin-top: 8px;
    display: block;
    color: #666766;
}

.exp-levels li label span {
    color: #c6c6c5;
}
.exp-levels li span{
  font-size: 14px;
}

.exp-levels li .form-check-input[type=radio] {
     padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 100%;
        border: 1px solid #ddd;
        cursor: pointer;
}

form.form-style-1 .form-label {
    letter-spacing: 0.36px;
    color: #666766;
    font-size: 18px;
        margin-bottom: 12px;

}

form.form-style-1 input,
form.form-style-1 select,
form.form-style-1 textarea,
form.form-style-1 .bootstrap-tagsinput {
      border: 1px solid #dddddd7a;
    border-radius: 5px;
    height: 50px;
        padding: 10px 22px;
            box-shadow: 0px 5px 30px #0000000d;

}
form.form-style-1 textarea{
  height: auto;
}


form.form-style-1 .form-control::-webkit-input-placeholder,
.bootstrap-tagsinput input::-webkit-input-placeholder{
  letter-spacing: 0.33px;
color: #E0E0E0;
font-size: 1em;
}
.TermsConditions a {
    color: #666766;
    text-decoration: underline;
}

.TermsConditions a:hover{
  color: var(--secondary_color);
}

.inner-banner form.form-style-1 input::-webkit-input-placeholder{
color: #666766;
opacity: 0.7;
}
.req{
  color: var(--primary_color);
}




.form-group{
  margin-bottom: 2em;
}

.file-upload-btn {
    background-color: #fff;
    height: 50px;
    border: 0;
    border-radius: 8px;
}

.file-upload-btn input[type="file"] {
      position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    cursor: pointer;
    padding: 0;

}

.file-upload-btn .btn {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    color: #E0E0E0;
    cursor: pointer;
    padding: 16px;

}

.file-icon svg {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 7px;
}

.card-style-3 .card-icon img {
    width: 5em;
    height: 5em;
}

.card-style-3 > p {
    line-height: 1.7;
}

.padd-80 {
    padding: 80px 0 !important;
}

.date-picker {
    position: relative;
}
.date-picker{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; */
    font-size: 20px;
}
.date-picker::after {
    background-image: url(../images/dateIcon.svg);
    background-size: 20px;
    content: '';
    position: absolute;
    width: 60px;
    height: 20px;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    right: -20px;
    opacity: 0.3;
    pointer-events: none;
    cursor: pointer;
}

.profile-card p{
      line-height: 1.5;
    font-size: 1.3em;

}

.profile-img.primary{
      border: 3px solid var(--primary_color);
          filter: grayscale(0);
    -webkit-filter: grayscale(0);

}

nav.link-tabs ul li a {
    color: #fff;
    font-size: 1.5em;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
    padding-bottom: 8px;
}


nav.link-tabs ul li a.active{
  border-color: #fff;
  color: var(--primary_color);;
}
nav.link-tabs ul {
    display: flex;
}

.jury-slider .item{
  margin-bottom: 20px;
}

.radius-box{
  border-radius: 20px;
  padding:5em 3em 0;
}

.jury-slider .slick-dots li button {
    background: #fff;
}

.acc-pro .slick-dots li button{
    background: #1e5a7f;
}
.slider-tab{
  display: none;
}


.slider-tab.show{
  display: block;
}

nav.link-tabs.style-2 li a {
    color: #1e5a7f;
}

nav.link-tabs.style-2 ul li a.active{
      border-color: var(--secondary_color);
}

.star-design {
    position: absolute;
    pointer-events: none;
    width: 130px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

.star-design img {
    width: 100%;
    height: 100%;
}

span.star-design.right {
    right: 0;
}

span.star-design.left {
    left: 0;
}

.elgibility-list {
    display: flex;
    justify-content: center;
    margin-top: 5em;
}

.elgibility-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 30px 0;
}
.elgibility-list li::before {
    content: '';
    border: 1px solid #EF8E34;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    top: -7px;
}

.elgibility-list li:not(:last-child)::after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    left: 50%;
}

/* .elgibility-list li:nth-child(3)::after {
      width: 98%;

} */

.elgibility-sec.overlay.secondary::before {
    background-color: rgb(16 91 125 / 78%);
}

.grey-box-with-shadow {
    background: #F8F8F9;
    border-radius: 20px;
    box-shadow: 2px 5px 8px #f68b1f29;
    padding: 5em 5em 6em;
        position: relative;
    overflow: hidden;

}

.para{
  line-height: 1.5;
}

.text-highlite {
    font-size: 20px;
    font-weight: 500;
}

.num {
    position: absolute;
    font-size: 23em;
    color: #C7C7C6;
    right: 0;
    bottom: -150px;
    font-weight: bold;
    opacity: 0.2;
    height: auto;
    display: flex;
    align-items: end;
}


.grey-box-with-shadow p {
    letter-spacing: 0.36px;
    color: #666766;
}


.aipr-apply-sec .elgibility-list li {
    padding: 4em 20px 0;
}
.heading-4 {
    font-size: 1.5em;
}

.aipr-apply-sec .elgibility-list li p {
    font-size: 1.5em;
}

.tabs-style-4 .nav-tabs .nav-link {
    font-size: 1.4em;
    padding: 20px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
      box-shadow: 5px 0px 8px transparent;
      transition:0.5s;
     color: var(--bs-secondary-rgb);
}

.tabs-style-4 .nav-tabs .nav-link.active, .tabs-style-4 .nav-tabs .nav-item.show .nav-link{
    background-color: #ECECEC;
        box-shadow: 5px 0px 8px #f68b1f29;
color: #085A7F;
    border-color: transparent;
    font-weight: bold;

}

.list-style-2 {
    margin: 3em 3em 0;
}

.list-style-2 li::marker {
    font-size: 2em;
    color: var(--bs-primary-rgb) !important;
}

.list-style-2 li:not(:last-child) {
    margin-bottom: 30px;
}

.list-style-2 li .text-highlite {
    font-weight: 400;
        font-size: 18px;
            margin-bottom: 8px;

}

.border-right{
  border-right: 1px solid #ddd;
}

.form-check-input{
  transition: 0.5s;
}

.aipr-apply-sec .elgibility-list li:not(:last-child)::after {
    width: 115%;
}

.form-aipr-error {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}


.count_box span{
      overflow: hidden;
}
.slideUp{
  animation: 0.5s slideUp ease;
}



@keyframes slideUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  }

  .btn-link.btn-small {
    font-size: 16px;
    padding: 10px;
}

.list-style-1 li {
    margin-bottom: 5px !important;
    font-size: 1.25em;
}
.list-style-1 {
    margin: 0 30px;
}

.list-style-1 li::marker{
font-size: 1.25em;
}

.jury-sec .slick-next {
    right: -5px;
}

.jury-sec .slick-prev {
    left: -5px;
}

.jury-sec .slick-arrow{
    top: 40%;
        z-index: 2;
}

.final-round .grey-box-with-shadow .list-style-2 li::marker {
    font-size: 1.2em;
}
.final-round .grey-box-with-shadow .list-style-2 li {
    font-size: 1.5em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.download-icon svg {
    fill: #2a7ec2 !important;
    width: 26px;
    height: 26px;
}

.play_btn {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid var(--primary_color);
    border-bottom: 8px solid transparent;
    display: inline-block;
    margin-right: 8px;
}



.btn-small {
    font-size: 16px;
}

.bg-grey-200{
  background-color: #D9DADB;
}

.border-radius-right-left-0{
      border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.border-grey {
    border-color: #b0b0b0;
}

.sponsors-logos {
    margin: 20px 0px 0;
}

.sponsors-logos img {
    width: 150px;
}





.tech-ing-slider .slick-prev {
    left: -55px;
}

.tech-ing-slider .slick-next {
    right: -55px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.blockquote-style-2 p {
    line-height: 1.3;
}

.over-grey::before{
      background-color: #E0E0E0 !important;
    opacity: 80%;
}

.twiiter-slider .slick-slide{
  margin: 0 20px;
}

.featured-post:hover .post-title{
color: var(--primary_color);
}
.post-title:hover{
  color: var(--primary_color);

}

.featured-thumbnail {
    border: 1px solid #A2A1A1;
    border-radius: 14px;
    display: flex;
    height: 38.875em;
        overflow: hidden;

}

.featured-thumbnail > img {
  width: 100%;
    margin: auto;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.post-title{
    line-height: 1.6;
    color: #666766;
    transition: 0.5s;
}



.blog-post-list .blog-post {
    margin-bottom: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 1em;
    border-radius: 10px;
    transition: 0.5s;
}

.blog-post-list .blog-post:hover{
  transform: translateX(10px);
}

.blog-tabs .card-title {
    font-weight: bold;
}

.blog-post-list .blog-post .blog-post-thumb{
border: 1px solid rgb(128 128 128 / 0%);
border-radius: 14px;
    height: 10em;
    width: 100%;
    object-fit: cover;
}

.test-popup-link{
    display: block;
}

.test-popup-link > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slide img{
  width: 100%;
}

.prologue-gallery-nav .slick-slide{
  margin: 0 10px;
}

.prologue-gallery{
  margin-top: 4em;
}

.prologue-gallery-nav{
  margin-top: 2em;
}
.blockquote-style-2 {
    font-size: 2.691em;
}

.prologue-gallery-nav .slick-slide img {
    height: 15em;
    object-fit: cover;
}
.prologue-gallery .slick-slide img {
    height: 700px;
    object-fit: cover;
}




.video-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}


.img-scale-hover-effect:hover img {
    transform: scale(1.1) translateX(10%);
}
.img-scale-hover-effect img {
    transition: transform .5s ease-in-out;
    transform-origin: 100% 0;
    object-fit: cover;
    overflow: hidden;
}

.img-scale-hover-effect .card-img{
  overflow: hidden;
}

.grid-item:nth-child(odd) img{
  height: 400px;
}

.grid-item:nth-child(even) img{
    height: 300px;
}


.grid {
  position: relative;
}
.grid-item {
  display: block;
  position: absolute;
  margin: 5px;
  z-index: 1;
  background: #000;
  color: #fff;
    width: 23%;
    margin: 10px;
    z-index: 1;
}


.blog-avator{
  border:1px solid #ddd;
      width: 70px;
    height: 70px;
    object-fit: cover;
}

.blog-article .blog-img,
.blog-article video {
    width: 100%;
    height: 40em;
    display: inline-block;
    margin: 10px 0 30px;
    object-fit: cover;
}


.quote-4{
      padding: 20px;
}
.quote-4 .blockquote::before{
      top: -90px;
    left: -20px;
        transform: rotate(180deg);
    transform-origin: bottom;
        color: #f18a3c;

}

.quote-4 .blockquote::after{
        transform: rotate(0deg);
            color: #f18a3c;

}

.recomended-blog-links .blog-post-thumb{
      height: 10em !important;
}

.blog-tabs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
    top: -10px;
}
.blog-tabs {
    position: relative;
    z-index: 1;
}

.blog-tabs .tabs-style-3 .nav-link.active {
    background-color: var(--primary_color);
    color: #fff;
}
.blog-tabs .tabs-style-3 .nav-link {
    text-transform: uppercase;
    color: var(--secondary_color);
        font-weight: 500;
}

.blog-tabs .tabs-style-3 .nav-item {
    margin-right: 40px;
}

.card-style-4 {
    background: transparent;
    border: 0;
}

.card-style-4 .card-img {
    border: 1px solid;
    padding: 0px;
    border-radius: 15px;
      background: #fff;
          overflow: hidden;
          margin-bottom: 1em;
              height: 300px;
}
.card-style-4 .card-img > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-style-4 .card-title {
  color: var(--secondary_color);
      font-weight: bold;

}

.blog-date {
    font-size: 1.3em;
    margin: 10px 0;
    display: block;
        font-style: italic;

}

.card-style-4 .card-body{
  padding: 2em 10px ;
}

.card-style-5{
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
    overflow: hidden;
}

.card-style-5 .card-body{
  padding: 3.2em 2.8em;

}

.card-style-5 .profile-img {
    width: 10em !important;
    height: 10em;
        margin-right: 20px;

}

.card-style-5 .profile-card{
    margin: -70px 0 0 0;
}

.card-style-5 .card-footer {
    padding: 2em 2.8em;
}
.quote-right-on-card::after {
    content: "\201D";
    position: absolute;
    font-size: 150px;
    font-family: sans-serif;
    color: var(--primary_color);
    opacity: 0.10;
    font-weight: 600;
    right: 20px;
    top: -30px;
    pointer-events: none;
}


.latest-program .pragram-img{
    width: 100%;
    display: block;
  
}

.profile-card.small .profile-img {
    width: 8em !important;
    height: 8em;
}

.img-white{
  filter: brightness(0) invert(1);
}
.cross-bg,
.cross-bg1,
cross-bg2{
  position: relative;
  overflow: hidden;
}

.cross-bg2::after {
    position: absolute;
    content: '';
    background-color: #085a7f;
    width: 60%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    clip-path: polygon(0 0, 68% 0, 80% 100%, 0% 100%);
}
.cross-bg::after {
    position: absolute;
    content: '';
    background-color: #085a7f;
    width: 100%;
    clip-path:polygon(48% 0, 100% 0%, 100% 100%, 43% 100%);
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    /* transform: skewX(20deg);
    transform-origin: top; */
}

.cross-bg1::after{
       position: absolute;
    content: '';
    background-color: #f8f8f8;
 width: 100%;
    clip-path:polygon(58% 0, 100% 0%, 100% 100%, 53% 100%);
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}


.threeD_Slider .slick-slide{
  transition: 0.5s;
}

.threeD_Slider .slick-list{
      padding: 60px 0 !important;
}

.threeD_Slider .slick-dots{
      margin-bottom: 30px;
    position: static;
    margin-top: 80px;
}

  .threeD_Slider .slick-slide.slick-current{
  transform: scale(1.2);
      position: relative;
    z-index: 1;
} 

.threeD_Slider .profile-card ~ div p {
    line-height: 1.4;
        font-size: 1.3em;

}

.threeD_Slider .slick-slide.slick-current .card-style-5{
      box-shadow: 0px 6px 10px #808080;

}

.threeD_Slider .card-style-5 .profile-card {
    width: 10em;
    height: 10em;
    margin-right: 20px;
}
.threeD_Slider .card-style-5 .profile-img {
    width: 100% !important;
    height: 100%;
    margin-right: 20px;
}


.card-style-5 .card-footer div:last-child{
  width: 60%;
}

.vide_playbtn.small a::before,
.vide_playbtn.small {
    width: 6em;
    height: 6em;
}

.vide_playbtn.small a span {

    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;

}

.card-style-6 .card-icon > img{
width: 80px;
    height: 80px;
    margin: 0 auto 10px;


}

.card-style-6{
  margin-bottom: 5em;
  cursor: pointer;
      text-align: center;
}

.card-style-6 p{
      line-height: 1.5;
          white-space: normal;


}

.counter-list-2 .counter h3 {
    font-size: 3em;
}

.counter-list-2 .counter p {
    font-size: 1.6em;
    margin-top: 8px;
}

.grayscale-0{
      filter: grayscale(0) !important;

}

.card-style-5 .card-body p {
    line-height: 1.8;
}


.dropdown .btn {
    padding: 16px 25px 16px;
}
.dropdown .btn-light {
    border: 1px solid #E9EBEF;
    border-radius: 8px;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #D9D9D9;
    color: #666766;
}

.small {
    border-width: 0 2px 2px 0;
    padding: 2px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    border-radius: 2px 2px 2px 2px;
}

.reports{
  display: flex;
  align-items: center;
  position: relative;
}

.report-img {
    margin-right: 20px;
}


.report-title a {
    color: #666766;
    transition: 0.5s;
    position: relative;
}
.report-title a:hover{
  color: var(--primary_color);
}
.report-title a:hover::before{
   opacity:1;
      right: -30px;
}

.report-title a::before{
  content: '\F135';
  position: absolute;
  width: 10px;
    right: -20px;
    bottom: 0;
    display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
      transition: 0.5s;
        color: var(--primary_color);
        opacity:0

}
.news-nav-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-nav-tabs figure img {
    width: 8em;
    height: 8em;
    display: inline-block;
    margin-bottom: 20px;
}

.news-nav-tabs .item {
    margin-bottom: 6em;
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.news-nav-tabs .item::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--primary_color);
  transition: 0.5s;
  transform: scaleX(0%);
  left: 0;
}

.news-nav-tabs .item.active::after{
  transform: scaleX(100%);
}


.news-nav-tabs .item figure {
    display: flex;
    flex-direction: column;
        margin: 8px 0;
  align-items: center;
  justify-content: center;
}



.news-slider .slick-slide .card-style-4 .card-img{
  height: 250px;
}
.prana-news-slider .slick-slide .card-style-4 .card-img {
    height: 250px;
}
.para{
  line-height: 1.6;
      font-size: 1.5em;
}

.tabs-list > a {
    background-color: rgb(255 255 255 / 10%);
    color: #fff;
    padding: 12px;
    display: inline-block;
    margin: 3px;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.5s;
}

.tabs-list > a:hover,
.tabs-list > a.active{
  background-color: #fff;
  color: var(--secondary_color);
}



.search-field input {
    background: #D9D9D9;
    height: 50px;
    border-radius: 10px;
    color: #000;
    transition: 0.5s;
}

.books-list a{
  transition: 0.5s;
      display: block;
          perspective: 200px;
}

.books-list a > img {
    box-shadow: -11px 8px 5px #fff;
      transition: 0.5s;
          transform-origin: left;

}

.books-list a:hover img{
      box-shadow: -11px 8px 5px #00000024;
          transform: rotateY(10deg)


}


.jury-say .card-style-5 .card-body p{
    max-height: 160px;
}

.card-style-7 .card-body {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: 0.5s;
bottom: -100px;
    min-height: 200px;
    pointer-events: none;
}
.card-style-7 .card-body > .heading-2 {
    position: relative;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
        transition: 0.5s;
}

.card-style-7:hover .card-body > .heading-2{
  /* color: var(--secondary_color) !important; */
}
.card-style-7 .card-body > .heading-2::after{
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    border-bottom:2px solid var(--secondary_color);
    transition: 0.5s;
    transform: scaleX(0%);
    bottom: 0;
transition-delay: 0.1s;
}

.card-style-7:hover .card-body > .heading-2::after{
      transform: scaleX(100%);
}
.card-style-7 .card-body > p{
  opacity: 0;
  visibility: hidden;
      transition: 0.5s;
}

.card-style-7:hover .card-body > p{
  opacity: 1;
  visibility: visible;
}

.card-style-7:hover .card-body{
      top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.card-style-7 .card-img img {
    border-radius: 20px;
}

.card-style-7::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--secondary_color);
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s;
    pointer-events: none;
        opacity: 0.9;
mix-blend-mode: multiply;

}

.card-style-7:hover::before {
      background-color: var(--primary_color);
          opacity: 0.9;
          mix-blend-mode: normal;

}

.testimonials-slider .item{
    background-color: #fff;
    border-radius: 20px;
    /* padding: 3em 2em 4em; */
        padding: 4em 2em;

    position: relative;
}


.testimonials-slider .item .profile-card{
      /* position: absolute;
 top: 16%;
    transform: translateY(-50%); */
    /* left: 6%; */
    /* transform: translateY(-100px) */
    
}

.testimonials-slider .slick-list{
  /* padding: 80px 0; */
}

.banner-img.overlay::before{
      z-index: auto;
}

.blogSearch {
    width: 26%;
    position: absolute;
    background-color: #1e5b7fa1;
    right: 10%;
    bottom: -123px;
    padding: 0;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
        z-index: 2;

}

.search_form .form-control {
    border: 0;
    border-radius: 100px;
    padding: 20px 55px 20px 30px;
}

form.search_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_form .search_btn {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #2e6683;
    font-size: 1.8em;
    right: 50px;
}

.card.blogSearch .card-header {
    background-color: #11232ea1;
    padding: 30px;
    font-size: 12px;
    text-align: center;
}

.blogSearch .card-body {
    padding: 30px;
}


.finalist-sec{
      border-radius: 15px;
    background-repeat: no-repeat;
    background-size: 45% 100%;

}


.finalist-sec .d-flex{
      border-radius: 15px 0 0px 15px;
}
.fanalist-slider {
    background-color: #fff;
        padding: 3em 4em;
}

.cl-logo{
     width: 100px !important;
    margin-left: auto;
    display: block;
    margin-top: 50px;;
}

.fanalist-slider .slick-next {
    right: -50px;
}


.list-style-3 li::marker {
    color: var(--primary_color);
}

.list-style-3 li {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.cross-bg.grey::after {
    background-color: #E6E7E8;
}



.winers-award .list-style-3 li {
    margin-bottom: 10px;
}

.program-mentors-slider .item {
      background-color: #f8f8f8;
    padding: 20px;
    box-shadow: 0px 2px 5px -1px #ddd;
}

.program-mentors-slider .slick-list{
  padding: 30px 0;
}

.pos2{
      background-size: 53% 100%;

}
.slick-slide:not(.mainSlider .slick-slide, .inner-banner-slider .slick-slide){
  margin: 0 10px;
}


.academia-page .overview-sec{
  padding: 150px 0;
}


.hover-txt {
    position: absolute;
    min-width: 550px;
    background-color: #fff;
    box-shadow: 9px 2px 13px #00000038;
    padding: 2em 2.8em;
    top: -10px;
    z-index: 1;
        transition: 0.2s;
opacity: 0;
visibility: hidden;
transform: translateX(-10px);
}

.card-style-6:hover .hover-txt{
  opacity: 1;
visibility: visible;
transform: translateX(0px);
}

.hover-txt.left {
    right: 0px;
}

.card-hang-icon-row{
      margin-top: -100px;
    margin-bottom: 20px;
}

.overflow-initial {
    overflow: initial !important;
}

.video-wrap.overlay::before {
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
}

video.myvid {
    width: 100%;
    height: 570px;
}

.pause-icon{
  display: none;
}

.vide_playbtn .bi{
      font-size: 3em;
    color: #fff;
}

video.nitin-mantri-video {
    width: 100%;
    height: 100%;
}

ol.breadcrumb li {
    font-size: 1.5em;
}

.breadcrumb-item.active {
    color: #6c757d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 42%;
}


.quote-3.white .blockquote::before, .quote-3.white .blockquote::after {
    color: #fff;
}
.sabre-awards-page .inner-banner-slider .item.overlay-3::before{
    z-index: 1;
}

.sabre-awards-page .inner-banner-slider .slick-dots{
    bottom: 50px;
}

.sabre-awards-page .banner-caption,
.sabre-awards-page .event-count-timer{
      z-index: 1;

}

.C-icon {
    position: absolute;
    top: 0;
    width: 300px;
    filter: brightness(0) invert(1);
}

.C-icon img {
    width: 100%;
    height: 100%;
}

.card-style-8{
  transition: 0.5s;
}
.card-style-8:hover{
  transform: translateY(-10px);
}

.sabre-in-the-media-slider .slick-list{
  padding: 15px 0;
}


.Scrolldown{
    font-size: 30px;
      animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}


@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.banner-caption.right {
    left: auto;
    right: 15%;
}

.prpcl-winners-slider .slick-slide{
  margin: 0 !important;
}

.prpcl-winners-slider .slick-dots {
    bottom: 30px;
}



.testimonials-slider .quote-right-on-card::after {
    font-size: 180px;
    top: -40px;
}

.nithin-mantri-quote.overlay.light::before {
    background-color: rgb(255 255 255 / 100%)!important;
}

.inner-banner form .form-aipr-error {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    position: absolute;
    left: 40px;
}

.dark-arrows .slick-arrow i {
    color: #205d7c !important;
}

.info-btn {
    margin-left: 3px;
    cursor: pointer;
}

.form-style-1 .heading-3 {
    position: relative;
        padding-bottom: 12px;
}

.form-style-1 .heading-3::after {
    content: '';
    width: 80px;
    background: var(--bs-secondary-rgb) !important;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.accordion-style-1 .accordion-button{
      padding: 14px 20px;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
}

.accordion-style-1 .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1e5b7f;
        box-shadow: inset 0 calc(-1 * 1px) 0 #dee2e6
}

.accordion-style-1 .accordion-body {
    padding: 2.5em 3em;
    letter-spacing: 0px;
}

.sabre-winners-list-slider{
  padding: 1em;
}
.singleImg-light-box-link,
.light-box-link{
  cursor: zoom-in;
      display: inline-block;
       width: 100%;
}

.light-box-link img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.accordion-style-1 .accordion-item{
border: 1px solid #EFEFEF !important;
border-radius: 4px;
        margin-bottom: 10px;
}

.accordion-style-1 .accordion-button::after {
   
    width: 24px;
    height: 24px;
    background-size: 8px;
    background-color: #EFEFEF;
    background-position: center center;
    border-radius: 100px;

}

.linkedin-profile {
    display: block;
    font-size: 20px;
    margin: 10px 10px 0;
}

thead, tbody, tfoot, tr, td, th {

    font-size: 16px;
}

.blog-thumbnail-postimg .blog-img{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}


.loading_ {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    top:0;

}

.loading_ div:last-child {
    display: block;
    transform: translate(-20px, -10px);
    color: #f28b3c;
}

.loading_ .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  display: inline-block;
      float: left;

}


@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}

#aipr-register-success-mssg {
color: #f28b3c;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

#aipr-register-success-mssg .spinner-border{
   margin-left: 10px;
    font-size: 12px;
        width: 1.5rem;
    height: 1.5rem;
}

.font-weight-bold {
    font-weight: bold !important;
}

.prpcl-winners-slider-nav .item img{
  width: 250px;
}

.aipr-winnes-falic div
{
  height: 100% !important;
}
.aipr-winnes-falic .slick-slide{
  margin: 0 !important;
}

.aipr-winnes-falic .slick-dots {
    bottom: 20px;}

    .card.card-style-7 > a {
    cursor: auto;
}

.aipr-winnes-falic .slick-slide img {
    object-fit: cover;
}

.form-style-1 .form-check-input {
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
        box-shadow: 0px 5px 30px #0000000d;
}



#step-form {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#step-form fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 0 3em;

}

.form-card {
    text-align: left;
    margin: 2em 0;
}

#progressbar .icon{
      width: 40px;
    height: 40px;
    position: relative;
}
#progressbar .icon svg {
    width: 50px;
    height: 50px;
        margin-right: 10px;
}

#progressbar li:nth-child(1).active{
    background-position: 19% 61%;
}
#progressbar li:nth-child(2).active{
    background-position: 17% 61%;
}
#progressbar li:nth-child(3).active{
    background-position: 12% 61%;
}

#progressbar .active {
    color: #005B7C;
        background-image: url(../images/C-dark.png);
    background-size: 25px;
    background-repeat: no-repeat;
}

#progressbar .icon svg path{
    fill: #E1E0E0;
transition: 0.5s;
}

#progressbar li.active svg path{
    fill: var(--secondary_color);
}

#step-form fieldset:not(:first-of-type) {
    display: none
}



#step-form .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#step-form .action-button:hover,
#step-form .action-button:focus {
    background-color: #311B92
}

#step-form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#step-form .action-button-previous:hover,
#step-form .action-button-previous:focus {
    background-color: #000000
}

#step-form .card {
    z-index: 0;
    border: none;
    position: relative
}



.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
letter-spacing: 0px;
color: #E1E0E0;
    box-shadow: 0px 5px 30px #0000000d;
    background-color: #fff;
    display: flex;
    justify-content: center;
}



#progressbar li {
    list-style-type: none;
    font-size: 16px;
    float: left;
    position: relative;
    font-weight: 400;
    padding: 2em;
        cursor: not-allowed;
width: 100%;
}

#progressbar li:not(:last-child){
     border-right: 1px solid #E1E0E0;

}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
        opacity: 0;
            left: 40%;
    transform: translateX(-50%);
    transition: 0.5s;
}

#progressbar li.current:before,
#progressbar li.current:after {
              left: 50%;
    opacity: 1
}



.form-style-1 .progress-bar {
    background-color: var(--primary_color)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.text-green{
  color: #71c341;
}

.form-style-1 .progress {
  height: 8px;
  margin: 3em 4em 2.5em;
}


#step-form .form-select,
#step-form .form-control{
  height: 60px;
}


.prcai-aipr-winn::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 1px solid #ddd;
  left: -60px;
}

.sabre-winners-list-slider .card {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.sabre-winners-list-slider .card-body {
  padding: 30px;
}

.transform-hover-effect{
  transition: 0.5s;
}

.transform-hover-effect:hover{
  transform: translateY(-10px);
}


#step-form textarea{
  height: 120px !important;
}

fieldset .heading-3::after {
  display: none;
}

.appendRow .form-group {
  margin-bottom: 0;
}
.appendRow, .form-fields-bg {
  background-color: #dddddd4f;
  padding: 20px 0;
  margin: 0 0px 20px;
  border-radius: 10px;
  position: relative;
}

.appendBtn,
.deleteRowBtn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 28px;
  color: #f28b3c;
  background-color: #fff;
  border-color: #f28b3c;
  box-shadow: none;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.news-slider .slick-list {
  padding-top: 10px;
}
.prana-news-slider .slick-list {
    padding-top: 10px;
}

.info_btn {
  font-size: 18px;
  color: #666766;
}

#type-of-applicant select {
  background-color: #205d7c1a;
  font-weight: 700;
}

.terms_cond {
  font-size: 16px;
  text-align: left;
}

.terms_cond a {
  font-size: 16px;
  width: auto;
}

.terms_cond .form-check-input {
  margin-right: 20px;
}

.blink_txt{
  display: flex;
  align-items: center;
  height: 16px;
  animation: blinker 0.5s linear infinite;
}

.event-details h2 {
  font-size: 16px;
  margin: 12px 0;
  line-height: 1.4;
}

.aipr_require_text_border {
  border: 1px solid #f28b3c !important;
}
.require_text_border {
  border: 1px solid #f28b3c !important;
}

.quote-slider .slick-list{
   /*   padding: 10% 10% 0;*/

}


.dropend .dropdown-toggle{
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover{
  /*background-color: lightsalmon;
  color: #fff;*/
  color: var(--primary_color);
}
@media screen and (min-width:769px) {
  .dropend .dropdown-toggle{
    margin-left: .5em;
  }
}


.dropdown-menu.submenu-dropdown {
  right: -170px;
  top: 0px;
}

.grp-btns .btn {
  padding: 12px 13px;
  font-size: 16px;
}

h2.heading-1.text-white {
  text-align: center;
  font-size: 40px;
}

section.position-relative.policy {
  background-color: #005c7c;
  padding: 80px;
}

.policy ul {
  padding-left: 2rem;
}

.policy li {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #666766;
  font-size: 15px;
}

.privacy-align {
    text-decoration: none;
    color: #fff;
}

.privacy-align:hover {
    color: #f68b1f;
}


.inner-banner-slider .item{
        background-color: #f8f8f8;
}

.reports-slider button i {
    color: #666766 !important;
}


.swiper-pagination{
      position: static;

}

.swiper-pagination-bullet {
    margin: 5px;
}


.swiper-arrows .swiper-button-next:after, .swiper-arrows .swiper-button-prev:after{
      font-size: 25px;
    color: #00000096;

}

.swiper-arrows .swiper-button-next, .swiper-arrows .swiper-button-prev {
    position: static;
}



.bootstrap-tagsinput {
  margin: 0;
  width: 100%;
  font-size: 1rem;
  transition: border-color 0.15s ease-in-out;
  background: #fff;

}
.bootstrap-tagsinput.has-focus {
  background-color: #fff;
  border-color: #5cb3fd;
}
.bootstrap-tagsinput .label-info {
  display: inline-block;
  background-color: #f28b3c;
  padding: 5px 15px;
  color: #ffff;
  border-radius: 0.25rem;
  margin-bottom: 0.4em;
}
.bootstrap-tagsinput input {
  margin-bottom: 0.5em;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "×";
  margin-left: 5px;

}

.bootstrap-tagsinput input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  height: 0 !important;
  padding: 12px 12px !important;

}
