/********** Template CSS **********/
:root {
  --primary: #1c53c2;
  --light: #EDF1FC;
  --dark: #17224D;
}

.fw-medium {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn.btn-primary,
.btn.btn-secondary {
  font-size: 16px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1953ed7d;
  padding: 7px 15px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.top-bar {
  height: 75px;
  padding: 0 4rem;
}

.nav-bar {
  margin-top: 5px;
  background-color: #ffffff;
  transition: .5s;
  z-index: 9999;
  position: sticky;
  top: 0;
}

.nav-bar.sticky-top {
  background-color: #ffffff;
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    padding: 0;
  }

  .btn.btn-primary {
    font-size: 12px;
    padding: 5px 10px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 5px 10px;
  }
}

@media (max-width: 400px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 5px 8px;
    margin-left: -150px;
  }

  .btn.btn-primary {
    font-size: 10px;
    padding: 4px 8px;
  }

  .navbar-toggler {
    margin-right: 10px;
    margin-top: -35px;
    margin-left: 300px;
  }

  .logo {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-toggler {
    margin-right: 10px;
    margin-left: 600px;
        margin-top: -100px;
  }
  .logo {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 5px 8px;
    margin-left: -100px;
  }

  .btn.btn-primary {
    font-size: 11px;
    padding: 4px 8px;
  }

  .navbar-toggler {
    margin-right: 10px;
    margin-left: 150px;
  }

  .logo {
    width: 55%;
  }
}

@media (max-width: 500px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 5px 6px;
    margin-left: -150px;
  }

  .btn.btn-primary {
    font-size: 10px;
    padding: 3px 6px;
  }

  .navbar-toggler {
    margin-right: 5px;
    margin-left: 300px;
    margin-top: -40px;
  }

  .logo {
    width: 50%;
  }
}

/*** Header ***/
.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #fbc144;
  margin-top: -460px;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #fbc144;
}

.logo-scrolled {
  display: none;
}

.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.next-gen-img {
  width: 800px !important;
  height: 48px !important;
}

.next-gen-mob {
  display: none;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@media (max-width: 768px) {
  .header-carousel .container,
  .page-header .container {
    padding: 15px;
    border-left: 5px solid #fbc144;
    margin-top: -320px;
  }

  .header-carousel .container::before,
  .header-carousel .container::after,
  .page-header .container::before,
  .page-header .container::after {
    width: 50px;
    height: 5px;
  }

  .next-gen-img {
    display: none !important;
  }

  .next-gen-mob {
    display: block;
    width: 280px !important;
    height: 48px !important;
  }

  .button-29 {
    margin-left: 0;
  }

  .btn-primary {
    padding: 7px 5px;
    font-size: 11px;
  }
}

/* ----------------------------------
    Team Style
 ------------------------------------*/
 .team-area .shape {
  padding-top: 25px;
  position: absolute;
  left: -20%;
  top: 0;
  height: 100%;
  width: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.team-area .center-shape {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .team-area .center-shape {
    display: none;
  }
}

.galleryimg {
  border-radius: 30px;
  box-shadow: 5px 5px 5px 5px #13366e47;
  border: 4px solid #14366e;
  height: 70%;
  width: 75%;
}

.gallerywrds {
  font-size: 12px;
  color: black;
  font-weight: 500;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 12px;
}

.team:hover {
  box-shadow: 5px 5px 5px 5px #13366e47;
}

/*--------------------------------------------------------------
# Agenda
--------------------------------------------------------------*/
.agenda {
  background: #ffffff;
  padding: 60px 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 67px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: .25rem;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 60px;
}

.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
  width: 18px;
  height: 18px;
  position: relative;
}

.badge:empty {
  display: none;
}

.badge-dot-xl::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: .25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  background: #fff;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 90px;
  font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
  font-size: .8rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  padding: 2px 0 0;
  font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  position: absolute;
  left: -90px;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #adb5bd;
  font-size: .7619rem;
  white-space: nowrap;
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}

.custom-table {
  min-width: 900px;
}

.custom-table thead tr,
.custom-table thead th {
  border-top: none;
  border-bottom: none !important;
  color: #fff;
}

.custom-table tbody th,
.custom-table tbody td {
  color: #777;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 300;
}

.custom-table tbody th small,
.custom-table tbody td small {
  color: #b3b3b3;
  font-weight: 300;
}

.custom-table tbody tr:not(.spacer) {
  border-radius: 7px;
  overflow: hidden;
  transition: .3s all ease;
}

.custom-table tbody tr:not(.spacer):hover {
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}

.custom-table tbody tr th,
.custom-table tbody tr td {
  background: #25252b;
  border: none;
  transition: .3s all ease;
}

.custom-table tbody tr th a,
.custom-table tbody tr td a {
  color: #b3b3b3;
}

.custom-table tbody tr th:first-child,
.custom-table tbody tr td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.custom-table tbody tr th:last-child,
.custom-table tbody tr td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-table tbody tr.spacer td {
  padding: 0 !important;
  height: 3px;
  border-radius: 0 !important;
  background: transparent !important;
}

.custom-table tbody tr.active th,
.custom-table tbody tr.active td,
.custom-table tbody tr:hover th,
.custom-table tbody tr:hover td {
  color: #fff;
  background: #2e2e36;
}

.custom-table tbody tr.active th a,
.custom-table tbody tr.active td a,
.custom-table tbody tr:hover th a,
.custom-table tbody tr:hover td a {
  color: #fff;
}

/* Custom Checkbox */
.control {
  display: block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 2px solid #3f3f47;
  background: transparent;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control input:checked~.control__indicator {
  border: 2px solid #007bff;
  background: #007bff;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
  border: 2px solid #ccc;
}

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: #007bff;
  opacity: .2;
  border: 2px solid #007bff;
}

.about_section {
  font-family: "Poppins", sans-serif;
  margin-bottom: 100px;
}

.about_section .row {
  align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

.layout_padding {
  padding: 75px 0;
}

.custom_heading-container {
  display: flex;
  align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #0000ff;
  margin: 0 5px 0.5rem 5px;
}

.button-91 {
  color: #fff;
  padding: 15px 25px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .galleryimg {
    height: 60%;
    width: 65%;
  }

  .gallerywrds {
    font-size: 10px;
  }

  .custom-table {
    min-width: 700px;
  }

  .vertical-timeline-element-content {
    margin-left: 70px;
    font-size: .7rem;
  }

  .vertical-timeline-element-content .timeline-title {
    font-size: .7rem;
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
    left: -70px;
    font-size: .6619rem;
  }
}

@media (max-width: 768px) {
  .galleryimg {
    height: 50%;
    width: 55%;
  }

  .gallerywrds {
    font-size: 8px;
  }

  .vertical-timeline::before {
    left: 50px;
  }

  .vertical-timeline-element-icon {
    left: 40px;
  }

  .vertical-timeline-element-content {
    margin-left: 60px;
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
    left: -50px;
  }

  .custom-table {
    min-width: 500px;
  }
}

@media (max-width: 576px) {
  .galleryimg {
    height: 40%;
    width: 45%;
  }

  .gallerywrds {
    font-size: 6px;
  }

  .vertical-timeline::before {
    left: 40px;
  }

  .vertical-timeline-element-icon {
    left: 30px;
  }

  .vertical-timeline-element-content {
    margin-left: 50px;
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
    left: -40px;
  }

  .custom-table {
    min-width: 300px;
  }

  .custom-heading-container hr {
    width: 150px;
  }
}

@media (max-width: 400px) {
  .galleryimg {
    height: 30%;
    width: 35%;
  }

  .gallerywrds {
    font-size: 5px;
  }

  .vertical-timeline::before {
    left: 30px;
  }

  .vertical-timeline-element-icon {
    left: 20px;
  }

  .vertical-timeline-element-content {
    margin-left: 40px;
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
    left: -30px;
  }

  .custom-heading-container hr {
    width: 100px;
  }
}
.container-count {
  max-width: 100%;
  margin-left: 180px;
  padding-top: 63px !important;
  padding-bottom: 35px !important;
}

.title {
  padding-top: 130px;
}

.logoimg {
  width: 150px;
  height: 80px;
}

.navbar-collapse {
  margin-left: 320px !important;
}

.circle img {
  transition: 1s ease-in;
}

.circle img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.title1 {
  padding-top: 50px;
}

section.content-section {
  background: url(../img/venue\ img.jpg);
  height: 200px;
  background-size: cover;
  background-position: center;
  padding: 70px;
}

.wr-count {
  padding-top: 36px;
}

.counter__contents {
  border: 1px solid #e8e8e8;
  padding: 10px;
  width: 100%;
  display: block;
  background: #02111ec2;
  border: 1px solid #e8e8e8;
  padding: 28px 4px 0px;
  position: relative;
  text-align: center;
  height: 170px;
  transition: all 0.25s ease-in-out;
}

.counter__contents p {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
}

.counter__titles {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  font-family: sans-serif;
  margin-bottom: 0;
  color: #ffc107;
}

.about__thumb-text {
  position: absolute;
  top: 30%;
  left: 0;
  transform: rotate(-90deg) translateY(-188px);
  z-index: -1;
}

[dir=rtl] .about__thumb-text {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translateY(188px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-text {
    left: auto;
    right: 0;
    transform: rotate(-90deg) translateY(110px) scale(-1, -1);
  }

  [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }
}

@media (max-width: 575px) {
  .container-count {
    margin: auto;
  }

  .goa-pic {
    display: flex;
  }

  .about__thumb-text {
    left: auto;
    top: -28px;
    transform: rotate(0) translateY(-43px);
  }

  [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }

  .about__thumb-text h3 {
    font-size: 60px;
  }

  section.content-section {
    height: 802px;
  }
}

.about__thumb-text h3 {
  color: var(--tp-grey-3);
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  position: relative;
}

.about__thumb-text h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #c4213e;
  overflow: hidden;
  width: 100%;
  transition: all 2s ease-out 0s;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
}

@media (max-width: 575px) {
  .about__thumb-text h3 {
    font-size: 60px;
  }

  section.content-section {
    height: 802px;
  }
}

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  transform: scale(1.1);
}

.mapouter {
  margin-left: 145px;
}

.speakers,
.sponsors {
  position: relative;
}

.sponsors .sponsor-title,
.speakers .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #17224D;
}

.speakers .sponsor-title h5 {
  color: #ff6600;
}

.wrp-hligh>h1 {
  color: white;
  font-family: 'Square721 BT', sans-serif;
  font-size: 58px;
  display: inline;
  letter-spacing: 6px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: transparent !important;
  -webkit-text-stroke-color: #f2f2f2
}

.wrp-fg>h3 {
  color: white;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}

.wrp-fg {
  background: #ff751a;
  padding: 28px 23px 21px 21px;
  text-align: center;
  border: 1px solid white;
  height: 194px;
}

.wrpa-img>img {
  width: 52%;
}

.wrpa-img {
  margin: auto;
  background: #ffe1e163;
  text-align: center;
}

.wrpa-img {
  margin: auto;
  text-align: center;
  height: 194px;
}

.sponsors .block,
.speakers .block {
  margin-bottom: 40px;
}

/* .sponsors .block .list-inline-item:not(:last-child) {
margin-right: 15px;
} */
.sponsors .block .image-block,
.speakers .block .image-block {
  padding: 25px 0;
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.speakers .block .image-block {
  padding: 20px 0;
}

.sponsors .block .image-block img {
  height: 55px;
}

.speakers .block .image-block img {
  height: 145px;
}

.sponsors .block .image-block:hover {
  border: 1px solid #ff6600;
}

.speakers .block .image-block:hover {
  border: 1px solid #0040ff;
}

.sponsors .sponsor-btn,
.speakers .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.partners {
  width: 70%;
  height: 50%;
  border-radius: 50%;
}

.partners {
  box-shadow: #000;
}

.aicte {
  height: 250px;
  width: 250px;
}

.col-lg-8 {
  flex: 0 0 auto;
  width: 100.66667%;
}

.container1 {
  width: 100%;
  height: 100vh;
  background-image: url('../img/banner_2024.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo1 {
  display: none;
}

.content {
  text-align: center;
}

@media (max-width: 575px) {
  .card {
    align-items: center;
  }

  .container1 {
    background: url(../img/BANNER1.png);
    background-repeat: no-repeat;
    height: auto;
  }

  .logo1 {
    display: flex;
  }

  .card img {
    border-radius: 50%;
    width: 90%;
  }
}

.card {
  transition: 0.5s;
  cursor: pointer;
  padding-left: 29px;
  padding-right: 29px;
  margin-bottom: 10px;
  border-radius: 12px;
  padding-top: 5px;
  align-items: center;
  margin-right: 100px;
  width: 150px;
}

.card-title {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
}

.card-title i {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
  color: #ffa710;
}

.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card-text {
  height: 80px;
}

.card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}

.card::before {
  transform-origin: left top;
}

.card::after {
  transform-origin: right bottom;
}

.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}

.about__thumb {
  position: relative;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.about__thumb-wrapper {
  position: relative;
  z-index: 1;
}

[dir=rtl] .about__thumb-wrapper {
  padding-right: 0;
  margin-left: 0;
  margin-right: 70px;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-wrapper {
    margin-left: 0;
  }

  [dir=rtl] .about__thumb-wrapper {
    margin-right: 0;
  }

  .date {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .about__thumb-wrapper {
    margin-left: 0;
    padding-right: 0;
  }

  [dir=rtl] .about__thumb-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .tp-thumb-overlay {
    margin-left: 12px;
  }
}

.col-md-3 {
  margin-bottom: 15px;
}

.content h1,
.content h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 50px;
}

.content h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 200;
}

.content a {
  font-size: 20px;
  color: black;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 7px 19px;
  border-radius: 50px;
  transition: 0.3s;
}

.content img {
  width: 305px;
  height: 120px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.content a:hover {
  background-color: #c4213e;
  color: #000;
}

.background-clip {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio:16/9) {
  .background-clip {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio:16/9) {
  .background-clip {
    width: auto;
    height: 100%;
  }
}
.px-lg-0 {
  padding-left: 33px !important;
  padding-top: 5px !important;
}

.launch-time {
  width: 100%;
  display: flex;
  line-height: .8;
  margin-top: 25px;
}

.launch-time div {
  flex-basis: 100px;
}

.launch-time div p {
  font-size: 35px;
  color: black;
}

.launch-time span {
  color: black;
}

.section#about {
  padding-top: 75px;
  padding: 81px 53px 57px 49px;
}

.about__thumb img  {
  /* width: 100%; */
  
  /* margin-top: 100px; */
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: .2s;
}

@media (max-width: 575px) {
  .launch-time {
    margin: auto;
  }

  .about__thumb img {
    margin-left: 55px;
  }

  section#about {
    /* padding: 74px 17px 41px 18px; */
  }

  .summit {
    margin-left: 0;
  }

  .launch-time span {
    font-size: 18px;
    color: #E80717;
  }

  .p-3 {
    padding: 1rem !important;
  }
}

.portfolio-section {
  padding: 50px 0;
}

.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.portfolio-menu {
  text-align: center;
}

.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.control:hover {
  background: #343a40;
}

.mixitup-control-active {
  color: #fff;
  background: #343a40;
}

.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}

.portfolio-item {
  padding-top: 30px;
}

.pd {
  padding: 0;
  padding: 10px;
}

.pd img {
  height: 180px;
  transition: all 0.5s;
}

.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 83%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}

.portfolio-overlay::before,
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  transition: width 0.1s ease, height 0.1s ease;
}

.portfolio-item:hover .portfolio-overlay::before,
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border: 1px solid #50977f;
  transition-delay: 0.3s;
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
  background: #000;
}

.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

.page-header1 {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(assets/frontend/img/footer.jpg) center center no-repeat;
  background-size: cover;
}

.box-c {
  border: 1px solid white;
  padding: 23px 20px 3px 23px;
  border-radius: 21px;
  margin-bottom: 49px;
  margin-top: 21px;
}

.box-c > h3 {
  color: #ffffffc9;
  font-size: 20px;
}

.box-c > p {
  color: #ffffffc9;
  font-size: 16px;
}

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.media-29101 .text {
  padding: 50px;
}

@media (max-width: 991.98px) {
  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}

.media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}

.media-29101 .timeline p {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: .3;
  margin-bottom: 30px;
}

.media-29101 .text h2 a {
  color: #000;
}
