@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&amp;display=swap");

:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #1539EE;
  --gt-theme-2: #7A73D1;
  --gt-theme-3: #9900FF;
  --gt-theme-4: #FFFF00;
  --gt-header: #11112C;
  --gt-text: #11112C;
  --gt-text-2: #211C84;
  --gt-border: #00000026;
  --gt-bg: #FCFCFC;
  --gt-bg-2: #F2F2F2;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.gt-theme-btn {
  font-size: 17px;
  font-weight: 600;
  font-family: "Sora";
  text-transform: capitalize;
  color: var(--gt-white);
  display: inline-block;
  text-align: center;
  min-width: 170px;
  overflow: hidden;
  border-radius: 100px;
  padding: 16px 25px;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #1539EE 0%, #ffabf4 50%, #1539EE 100%);
  border-radius: 100px;
  transition: 0.5s;
}

@media (max-width: 575px) {
  .gt-theme-btn {
    padding: 14px 25px;
  }
}

.gt-theme-btn i {
  color: var(--gt-theme);
  transform: rotate(45deg);
  margin-right: 10px;
}

.gt-theme-btn.gt-style-2 {
  background-image: none;
  border: 1px solid rgba(21, 57, 238, 0.2);
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}

.gt-theme-btn:hover {
  background-position: right center;
}

.gt-theme-btn:hover.gt-style-2 {
  background-image: linear-gradient(to right, #2ADDC8 0%, #1539EE 50%, #2ADDC8 100%);
  color: var(--gt-white);
  border: 1px solid transparent;
}

.gt-theme-btn:hover.gt-style-2 i {
  color: var(--gt-white);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gt-text);
  background-color: var(--gt-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-transform: capitalize;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--gt-white);
  outline: none;
}

input {
  color: var(--gt-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 100%;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 144%;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.gt-about-wrapper-3 .gt-about-image {
  max-width: 668px;
  z-index: 9;
}

.gt-about-wrapper-3 .gt-about-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.gt-about-wrapper-3 .gt-about-image .gt-circle-shape {
  position: absolute;
  left: 13%;
  z-index: -1;
  max-width: initial;
  bottom: 13%;
}

@media (max-width: 1600px) {
  .gt-about-wrapper-3 .gt-about-image .gt-circle-shape {
    display: none;
  }
}

.gt-about-wrapper-3 .gt-about-image .gt-circle-shape img {
  width: initial;
  height: initial;
  border-radius: 0;
}

.gt-about-wrapper-3 .gt-about-content .gt-text {
  margin-top: 30px;
  max-width: 690px;
  color: var(--gt-text-2);
  margin-top: 15px;
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box {
  background-color: var(--gt-white);
  border-radius: 10px;
  box-shadow: 0px 4px 84px 0px rgba(21, 57, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-counter-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box .gt-count-item h2 {
  color: var(--gt-theme);
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box .gt-count-item p {
  color: var(--gt-text-2);
}

.gt-about-wrapper-3 .gt-about-content .gt-about-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-button {
    flex-wrap: wrap;
  }
}

.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-button li {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background-color: var(--gt-theme-3);
  border-radius: 100px;
}

.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-button li a {
  color: var(--gt-white);
}

.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-button li i {
  margin-right: 5px;
  color: var(--gt-white);
}

.gt-about-section {
  position: relative;
}

@media (max-width: 1199px) {
  .gt-about-section {
    margin-bottom: -100px;
  }
}

@media (max-width: 991px) {
  .gt-about-section {
    margin-bottom: -80px;
  }
}

.gt-about-section .gt-left-shape {
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 1600px) {
  .gt-about-section .gt-left-shape {
    display: none;
  }
}

.gt-about-section .gt-right-shape {
  position: absolute;
  right: 0;
  bottom: 10%;
}

@media (max-width: 1600px) {
  .gt-about-section .gt-right-shape {
    display: none;
  }
}

.gt-about-section .gt-blur-shape {
  position: absolute;
  left: -2%;
  top: -22%;
  z-index: -1;
  max-width: initial;
}

@media (max-width: 1199px) {
  .gt-about-section .gt-blur-shape {
    display: none;
  }
}

.gt-about-section .gt-blur-shape img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

/*img-animation**********************/

.gt-contact-us-wrapper .gt-contact-us-box {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: rgba(77, 85, 204, 0.07);
  padding: 25px;
  margin-bottom: 20px;
  max-width: 420px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}

@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    max-width: initial;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}

.gt-contact-us-wrapper .gt-contact-us-box .gt-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: var(--gt-header);
  font-size: 30px;
  color: var(--gt-white);
  border-radius: 4px;
}

.gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content span {
  color: var(--gt-header);
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: initial;
  }
}

.gt-contact-us-wrapper .gt-contact-us-box:hover {
  background-color: var(--gt-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
}

.gt-contact-us-wrapper .gt-contact-us-box:hover .gt-icon {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
}


.gt-attended-item {
  position: relative;
}

.gt-attended-item .gt-attended-iamge {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.gt-attended-item .gt-attended-iamge img {
  width: 100%;
  height: 100%;
}

.gt-attended-item .gt-attended-iamge .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--gt-white);
  z-index: 999;
  font-size: 32px;
}

.gt-attended-item .gt-attended-iamge:before,
.gt-attended-item .gt-attended-iamge:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(21, 57, 238, 0.7);
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.gt-attended-item .gt-attended-iamge:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}

.gt-attended-item .gt-attended-iamge-2 {
  position: relative;
}

.gt-attended-item .gt-attended-iamge-2 img {
  width: 100%;
  height: 100%;
}

.gt-attended-item .gt-attended-iamge-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(21, 57, 238, 0.9) 0%, rgba(42, 221, 200, 0.9) 100%);
}

.gt-attended-item .gt-attended-iamge-2 .gt-attended-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.gt-attended-item .gt-attended-iamge-2 .gt-attended-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-white);
  font-family: "Sora", sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1199px) {
  .gt-attended-item .gt-attended-iamge-2 .gt-attended-content h6 {
    padding: 10px 15px;
  }
}

.gt-attended-item .gt-attended-iamge-2 .gt-attended-content h2 {
  color: var(--gt-white);
  line-height: 100%;
}

@media (max-width: 1199px) {
  .gt-attended-item .gt-attended-iamge-2 .gt-attended-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .gt-attended-item .gt-attended-iamge-2 .gt-attended-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .gt-attended-item .gt-attended-iamge-2 .gt-attended-content h2 {
    font-size: 25px;
  }
}

.gt-attended-item:hover .gt-attended-iamge .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.gt-attended-item:hover .gt-attended-iamge:before,
.gt-attended-item:hover .gt-attended-iamge:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.gt-event-ticket-section {
  position: relative;
}

.gt-event-ticket-section.bg-cover {
  background-position: bottom center;
}

.gt-event-ticket-section .gt-blur-shape {
  position: absolute;
  left: 25%;
  top: -6%;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section .gt-blur-shape {
    display: none;
  }
}

.gt-event-ticket-section-2 {
  position: relative;
}

.gt-event-ticket-section-2 .gt-left-shape {
  position: absolute;
  left: 50px;
  bottom: 270px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .gt-left-shape {
    display: none;
  }
}

.gt-event-ticket-section-2 .gt-top-shape {
  position: absolute;
  right: 37%;
  top: 120px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .gt-top-shape {
    display: none;
  }
}

.gt-event-ticket-section-2 .gt-right-shape {
  position: absolute;
  right: 50px;
  bottom: 230px;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .gt-right-shape {
    display: none;
  }
}

.gt-event-ticket-section-2 .gt-right-shape-2 {
  position: absolute;
  right: 0;
  top: -20%;
}

@media (max-width: 1199px) {
  .gt-event-ticket-section-2 .gt-right-shape-2 {
    display: none;
  }
}

.gt-event-details-wrapper .gt-details-post .gt-event-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  margin-left: 220px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-details-post .gt-event-list {
    flex-wrap: wrap;
    gap: 15px;
    margin-left: 0;
  }
}

.gt-event-details-wrapper .gt-details-post .gt-event-list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--gt-theme);
  padding: 8px 16px;
  background-color: var(--gt-white);
  border-radius: 40px;
  line-height: 1;
  border: 1px solid var(--gt-theme);
  transition: all 0.4s ease-in-out;
}

.gt-event-details-wrapper .gt-details-post .gt-event-list li:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-event-details-wrapper .gt-details-post .gt-event-list li i {
  margin-right: 5px;
}

.gt-event-details-wrapper .gt-details-image {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .gt-event-details-wrapper .gt-details-image {
    height: 300px;
  }
}

.gt-event-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.gt-event-details-wrapper .gt-details-image .gt-client-image {
  position: absolute;
  top: -50px;
  left: 50px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-details-image .gt-client-image {
    top: 0;
    left: 0;
  }
}

.gt-event-details-wrapper .gt-details-image .gt-client-image img {
  border-radius: 100%;
}

.gt-event-details-wrapper .gt-event-details-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .gt-event-details-wrapper .gt-event-details-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .gt-event-details-wrapper .gt-event-details-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .gt-event-details-wrapper .gt-event-details-content h2 {
    font-size: 25px;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-details-list-item h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content .gt-details-list-item h3 {
    font-size: 25px;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-details-list-item .gt-list li {
  font-size: 14px;
  font-weight: 600;
  color: var(--gt-header);
}

.gt-event-details-wrapper .gt-event-details-content .gt-details-list-item .gt-list li:not(:last-child) {
  margin-bottom: 12px;
}

.gt-event-details-wrapper .gt-event-details-content .gt-details-list-item .gt-list li i {
  margin-right: 10px;
  color: var(--gt-theme-2);
}

.gt-event-details-wrapper .gt-event-details-content .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gt-event-details-wrapper .gt-event-details-content h3 {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content h3 {
    font-size: 25px;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item {
  margin-bottom: 30px;
}

.gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item h3 {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item h3 {
    font-size: 25px;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item .gt-Registration-Fees-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 70px 12px;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item .gt-Registration-Fees-title {
    flex-wrap: wrap;
    gap: 30px;
    padding: 12px 0;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item .gt-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item .gt-list {
    flex-wrap: wrap;
    gap: 30px;
    padding: 12px 0;
  }
}

.gt-event-details-wrapper .gt-event-details-content .gt-Registration-Fees-item .gt-list li {
  font-weight: 400;
  color: var(--gt-header);
}

.gt-event-details-wrapper .gt-event-details-content .gt-map-items h3 {
  font-size: 24px;
}

.gt-event-details-wrapper .gt-event-details-content .gt-map-items .googpemap iframe {
  width: 100%;
  height: 420px;
  position: initial;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .gt-event-details-wrapper .gt-event-details-content .gt-map-items .googpemap iframe {
    height: 300px;
  }
}

.gt-event-details-wrapper .gt-event-main-sideber {
  margin-top: 15px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget {
  padding: 30px;
  background-color: var(--gt-white);
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0px 4px 60px 0px rgba(21, 57, 238, 0.1);
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  font-family: "Sora", sans-serif;
  color: var(--gt-header);
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list li {
    font-size: 16px;
  }
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list li span {
  font-weight: 400;
  color: var(--gt-text);
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-sideber-list.gt-box {
  background: #F6F6F6;
  padding: 24px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-theme-btn {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-social-icon {
  gap: 12px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #F6F6F6;
  color: var(--gt-header);
  border-radius: 8px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-social-icon a:hover {
  background: linear-gradient(90deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--gt-white);
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item {
  padding: 24px 20px;
  background: #F6F6F6;
  position: relative;
  margin-bottom: 16px;
  border-radius: 12px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 41px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--gt-white);
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item::after {
  position: absolute;
  content: "";
  right: -18px;
  top: 41px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--gt-white);
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item h6 {
  border-bottom: 1px dashed rgb(191, 191, 191);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item h6 span {
  color: var(--gt-text);
  font-size: 14px;
  font-weight: 400;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item p {
  text-align: center;
}

@media (max-width: 1199px) {
  .gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item p {
    text-align: left;
  }
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item .qty {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  padding: 5px 12px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
  width: 100px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item .qty button,
.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gt-header);
  font-weight: 400;
  font-size: 16px;
  width: 45px;
}

.gt-event-details-wrapper .gt-event-main-sideber .gt-event-sideber-widget .gt-event-box-item .gt-box-item .gt-item .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrolly {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-60%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.gt-footer-widget-wrapper {
  padding: 100px 0 0;
}

@media (max-width: 991px) {
  .gt-footer-widget-wrapper {
    padding: 80px 0 0;
  }
}

@media (max-width: 1199px) {
  .gt-footer-widget-wrapper.gt-inner {
    padding: 0 0 0;
  }
}

.gt-footer-widget-wrapper.gt-style-2 {
  padding: 250px 0 30px;
  position: relative;
}

@media (max-width: 1600px) {
  .gt-footer-widget-wrapper.gt-style-2 {
    padding: 100px 0 30px;
  }
}

@media (max-width: 1199px) {
  .gt-footer-widget-wrapper.gt-style-2 {
    padding: 80px 0 30px;
  }
}

@media (max-width: 991px) {
  .gt-footer-widget-wrapper.gt-style-2 {
    padding: 60px 0 30px;
  }
}

.gt-footer-widget-wrapper .gt-footer-bg-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: var(--gt-theme); */
  background: linear-gradient(to right, #fff, var(--gt-theme));
  border-radius: 100px;
  padding: 40px;
  position: relative;
}

.gt-footer-widget-wrapper .gt-footer-bg-item.style-5 {
  background-color: #FF1ABC;
}

.gt-footer-widget-wrapper .gt-footer-bg-item.style-5:before {
  border: 2px solid #FF1ABC;
}

.gt-footer-widget-wrapper .gt-footer-bg-item.style-5 .gt-social-icon a {
  color: #FF1ABC;
}

.gt-footer-widget-wrapper .gt-footer-bg-item.style-5 .gt-social-icon a:hover {
  background: rgba(153, 0, 255, 0.88);
  color: var(--gt-white);
}

@media (max-width: 1199px) {
  .gt-footer-widget-wrapper .gt-footer-bg-item {
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .gt-footer-widget-wrapper .gt-footer-bg-item {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .gt-footer-widget-wrapper .gt-footer-bg-item {
    padding: 30px;
  }
}

.gt-footer-widget-wrapper .gt-footer-bg-item::before {
  position: absolute;
  content: "";
  border: 2px solid rgb(42, 221, 200);
  top: -10px;
  left: 10px;
  right: -10px;
  bottom: 10px;
  border-radius: 100px;
}

@media (max-width: 1199px) {
  .gt-footer-widget-wrapper .gt-footer-bg-item::before {
    display: none;
  }
}

.gt-footer-widget-wrapper .gt-footer-bg-item .footer-logo {
  position: relative;
}

.gt-footer-widget-wrapper .gt-footer-bg-item .gt-list li {
  color: var(--gt-white);
  font-size: 18px;
}

.gt-footer-widget-wrapper .gt-footer-bg-item .gt-list li i {
  margin-right: 10px;
  color: var(--gt-white);
}

.gt-footer-widget-wrapper .gt-footer-bg-item .gt-social-icon {
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.gt-footer-widget-wrapper .gt-footer-bg-item .gt-social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--gt-white);
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}

.gt-footer-widget-wrapper .gt-footer-bg-item .gt-social-icon a:hover {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--gt-white);
}

.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-top: 30px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 30px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head h4 {
  color: var(--gt-white);
  font-weight: 700;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content p {
  max-width: 450px;
  color: var(--gt-white);
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon {
  gap: 15px;
  margin-top: 30px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #4D55CC;
  transition: all 0.4s ease-in-out;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
  background: #4D55CC;
  color: var(--gt-white);
  border: 1px solid #4D55CC;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: var(--gt-white);
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--gt-theme-2);
}

.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
    flex-wrap: wrap;
  }
}

.gt-footer-section {
  position: relative;
}

.gt-footer-section .gt-footer-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gt-footer-section .gt-footer-shape img {
  width: 100%;
  height: 100%;
}

.gt-footer-bottom {
  padding: 30px 0;
}

.gt-footer-bottom .gt-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .gt-footer-bottom .gt-footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .gt-footer-bottom .gt-footer-wrapper {
    justify-content: center;
  }
}

.gt-footer-bottom .gt-footer-wrapper p {
  color: var(--gt-header);
}

.gt-footer-bottom .gt-footer-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.gt-footer-bottom .gt-footer-wrapper .gt-footer-list li a {
  color: var(--gt-header);
}

.gt-footer-bottom .gt-footer-wrapper .gt-footer-list li a:hover {
  color: var(--gt-theme);
}

.gt-footer-bottom .gt-footer-wrapper.gt-style-2 {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.gt-footer-bottom .gt-footer-wrapper.gt-style-2 p {
  color: var(--gt-white);
}

.gt-footer-bottom .gt-footer-wrapper.gt-style-2 .gt-footer-list li a {
  color: var(--gt-white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--gt-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-3 {
  margin-top: 0;
}


.offcanvas__info {
  background: var(--gt-white) none repeat scroll 0 0;
  border-left: 2px solid var(--gt-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.style-offcanvas-2 .offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.style-offcanvas-2 .offcanvas__info {
  background: var(--gt-white) none repeat scroll 0 0;
  border-left: 2px solid var(--gt-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.style-offcanvas-2 .offcanvas__info::-webkit-scrollbar {
  display: none;
}

@media (max-width: 450px) {
  .style-offcanvas-2 .offcanvas__info {
    width: 300px;
  }
}

.style-offcanvas-2 .mean-nav>ul>li>a:hover {
  color: var(--gt-theme) !important;
}

.style-offcanvas-2 .mean-container .mean-nav ul li li a {
  color: #1C1D20 !important;
}

.style-offcanvas-2 .mean-container .mean-nav ul li li a:hover {
  color: var(--gt-theme) !important;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--gt-black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--gt-theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close.gt-close-2 {
  background-color: var(--gt-theme-2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close.gt-close-3 {
  background-color: var(--gt-theme-3);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--gt-white);
}

.offcanvas__wrapper .offcanvas__content .sideber-image {
  margin-top: 80px;
}

.offcanvas__wrapper .offcanvas__content .sideber-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  margin-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
  }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--gt-black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--gt-theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--gt-border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--gt-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gt-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: var(--gt-black);
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border: none;
  font-family: "Sora", sans-serif;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li .submenu li a {
  border-bottom: none !important;
  font-size: 14px;
  padding: 6px 0;
  color: #9A9A9A;
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--gt-theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Sora", sans-serif, "Sora", sans-serif;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--gt-theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--gt-header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Sora", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--gt-theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: var(--gt-bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.gt-back-to-top {
  background-color: var(--gt-theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--gt-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@media (max-width: 575px) {
  .gt-back-to-top {
    display: none;
  }
}

.gt-back-to-top:hover {
  background-color: var(--gt-header);
  color: var(--gt-bg);
}

.gt-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gt-theme);
  background-color: var(--gt-theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--gt-theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--gt-text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  border: 1px solid #686363;
  opacity: 0;
}

.gt-section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gt-section-title {
    margin-bottom: 0;
  }
}

.gt-section-title .gt-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-theme);
  font-family: "Sora", sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-radius: 100px;
  background: rgba(21, 57, 238, 0.1);
  padding: 10px 24px;
  line-height: 1;
  display: inline-block;
}

.gt-section-title .gt-sub-title.gt-style-4 {
  color: var(--gt-theme-3);
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 15px;
}

.gt-section-title .gt-sub-title.gt-style-5 {
  font-family: "Yellowtail", sans-serif;
  color: var(--gt-theme-4);
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 15px;
  letter-spacing: 1.3px;
  font-size: 18px;
}

.gt-section-title .gt-sub-title.gt-bg {
  background: rgba(255, 255, 255, 0.1);
}

.gt-section-title.style-5 h2 {
  font-family: "Roboto Serif", sans-serif;
}

.gt-section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gt-section-title-2 {
    margin-bottom: 0;
  }
}

.gt-section-title-2 .gt-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #7A73D1;
  font-family: "Sora", sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  text-transform: uppercase;
}

.gt-section-title-2 .gt-sub-title.style-3 {
  position: relative;
}

.gt-section-title-2 .gt-sub-title.style-3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  left: 38px;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3 .right-small-border {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  right: 38px;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.style-3 .right-large-border {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  right: 0;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 {
  position: relative;
}

.gt-section-title-2 .gt-sub-title.gt-style-2:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  left: 38px;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 .right-small-border {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  right: 38px;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

.gt-section-title-2 .gt-sub-title.gt-style-2 .right-large-border {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  right: 0;
  top: 10px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
}

@media (max-width: 991px) {

  .gt-section-title-2 .gt-sub-title.gt-style-2 .right-large-border,
  .gt-section-title-2 .gt-sub-title.gt-style-2 .right-small-border {
    display: none;
  }
}

.gt-section-title-2 h2 span {
  background: linear-gradient(90deg, #2ADDC8 47.48%, #7A73D1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-section-title-5 h2 span {
  background: linear-gradient(90deg, #90F 27.17%, #FF1ABC 80.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Serif", sans-serif;
}

.gt-section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}

.gt-section-title-area .gt-section-title-2 {
  margin-bottom: 0;
}

.gt-section-title-area .gt-section-title {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .gt-section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .gt-section-title-area {
    margin-bottom: 0;
  }
}

.gt-section-title-area .rating span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(136, 136, 136);
}

.gt-section-title-area .rating .star {
  margin-top: 5px;
  color: rgb(255, 8, 8);
}

.gt-section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.gt-section-title-area .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #ABABAB;
  padding: 0;
}

.gt-section-title-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}

.gt-section-title-area .gt-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .gt-section-title-area .gt-nav {
    flex-wrap: wrap;
    gap: 20px;
    border: 1px none;
  }
}

.gt-section-title-area .gt-nav li .nav-link {
  transition: all 0.4s ease-in-out;
  padding: 12px 15px;
  border-radius: 100px;
  background: rgba(77, 85, 204, 0.2);
  line-height: 1;
  color: var(--gt-header);
  font-weight: 600;
}

.gt-section-title-area .gt-nav li .nav-link.active {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(90deg, #1539EE 0%, #90F 100%);
  color: var(--gt-white);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-padding {
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .gt-speaker-wrapper .gt-left-image {
    margin-top: 30px;
  }
}

.gt-speaker-wrapper .gt-left-image .gt-text {
  max-width: 690px;
  color: var(--gt-text-2);
}

.gt-speaker-wrapper .gt-left-image .gt-speaker-image {
  max-width: 690px;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .gt-speaker-wrapper .gt-left-image .gt-speaker-image {
    margin-top: 30px;
  }
}

.gt-speaker-wrapper .gt-left-image .gt-speaker-image img {
  width: 100%;
  height: 100%;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image {
  position: relative;
  overflow: hidden;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(42, 221, 200, 0.75) 0%, rgba(21, 57, 238, 0.75) 100%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image.gt-style-2 {
  height: 865px;
}

@media (max-width: 1199px) {
  .gt-speaker-wrapper .gt-speaker-item .gt-speaker-image.gt-style-2 {
    height: 575px;
  }
}

@media (max-width: 991px) {
  .gt-speaker-wrapper .gt-speaker-item .gt-speaker-image.gt-style-2 {
    height: 420px;
  }
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image.gt-style-2 img {
  object-fit: cover;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-button-text {
  position: absolute;
  left: -20px;
  top: 40%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-button-text .video-btn {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--gt-white);
  display: inline-block;
  font-size: 12px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-button-text span {
  font-size: 14px;
  color: var(--gt-white);
  font-weight: 600;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content {
    left: 20px;
    right: 20px;
  }
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content h3 {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content h3 {
    font-size: 20px;
  }
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content h3 {
  color: var(--gt-white);
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content p {
  color: var(--gt-white);
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content p span {
  color: #2ADDC8;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content .gt-social-icon {
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content .gt-social-icon {
    gap: 10px;
  }
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}

.gt-speaker-wrapper .gt-speaker-item .gt-speaker-image .gt-speaker-content .gt-social-icon a:hover {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.gt-speaker-wrapper .gt-speaker-item:hover .gt-speaker-image::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  transform-origin: bottom center;
  z-index: 1;
}

.gt-speaker-wrapper .gt-speaker-item:hover .gt-speaker-image .gt-button-text {
  opacity: 1;
  visibility: visible;
  left: 50px;
}

.gt-speaker-wrapper .gt-speaker-item:hover .gt-speaker-image .gt-speaker-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
  z-index: 999;
}

.gt-speaker-section {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .gt-speaker-section {
    overflow: hidden;
  }
}

.gt-speaker-section .gt-blur-shape {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .gt-speaker-section .gt-blur-shape {
    display: none;
  }
}

.gt-speaker-section .gt-blur-shape img {
  width: 100%;
  height: 100%;
}

.gt-speaker-section .gt-blur-shape-2 {
  position: absolute;
  top: -10%;
  right: 0;
}

@media (max-width: 1199px) {
  .gt-speaker-section .gt-blur-shape-2 {
    display: none;
  }
}

.gt-speaker-section .gt-blur-shape-2 img {
  width: 100%;
  height: 100%;
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image {
  position: relative;
  overflow: hidden;
  max-width: 567px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image {
    max-width: initial;
  }
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-button-text {
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-button-text .video-btn {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--gt-white);
  display: inline-block;
  font-size: 12px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-button-text span {
  font-size: 14px;
  color: var(--gt-white);
  font-weight: 600;
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content {
    left: 20px;
    right: 20px;
  }
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content .gt-social-icon {
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content .gt-social-icon {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 12px;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  background-color: var(--gt-white);
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content h3 {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content h3 {
    font-size: 20px;
  }
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content h3 a {
  color: var(--gt-white);
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content p {
  color: var(--gt-white);
}

.gt-speaker-details-wrapper .gt-speaker-details-item .gt-speaker-image .gt-speaker-content p span {
  color: #2ADDC8;
}

.gt-speaker-details-wrapper .gt-speaker-details-item:hover .gt-speaker-image::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  transform-origin: bottom center;
  z-index: 1;
}

.gt-speaker-details-wrapper .gt-speaker-details-item:hover .gt-speaker-image .gt-button-text {
  opacity: 1;
  visibility: visible;
  left: 20px;
}

.gt-speaker-details-wrapper .gt-speaker-details-item:hover .gt-speaker-image .gt-speaker-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
  z-index: 999;
}

.gt-speaker-details-wrapper .gt-details-content {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-details-content {
    margin-left: 0;
  }
}

.gt-speaker-details-wrapper .gt-details-content h2 {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-details-content h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .gt-speaker-details-wrapper .gt-details-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .gt-speaker-details-wrapper .gt-details-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .gt-speaker-details-wrapper .gt-details-content h2 {
    font-size: 30px;
  }
}

.gt-speaker-details-wrapper .gt-details-content h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.gt-speaker-details-wrapper .gt-details-content h3 span {
  color: #2ADDC8;
}

.gt-speaker-details-wrapper .gt-details-content p {
  color: var(--gt-header);
}

.gt-speaker-details-wrapper .gt-details-content .gt-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 30px;
  margin-top: 30px;
}

.gt-speaker-details-wrapper .gt-details-content .gt-list li {
  color: var(--gt-header);
  font-weight: 400;
}

.gt-speaker-details-wrapper .gt-details-content .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}

.gt-speaker-details-wrapper .gt-details-content .gt-list li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
  margin-right: 5px;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 50px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-skill-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-skill-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-speaker-skill-content {
  max-width: 670px;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-speaker-skill-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-speaker-skill-content h2 {
    font-size: 35px;
  }
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-speaker-skill-content p {
  color: var(--gt-header);
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap {
  width: 100%;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items {
  width: 100%;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 25px;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .progress {
  background: rgba(77, 85, 204, 0.07);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  border-radius: 16px 0px 0px 16px;
  background: linear-gradient(270deg, #1539EE 0%, #2ADDC8 100%);
  height: 10px;
  width: 0;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}

.gt-speaker-details-wrapper .gt-speaker-skill-wrapper .gt-progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 90%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 70%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 55%;
  }
}

.gt-speaker-details-wrapper .gt-text {
  font-size: 32px;
  font-weight: 800;
}

.gt-speaker-details-wrapper p {
  color: var(--gt-header);
}

.gt-meet-speaker-items {
  text-align: center;
  margin-bottom: 200px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .gt-meet-speaker-items {
    margin-bottom: 250px;
  }
}

@media (max-width: 1199px) {
  .gt-meet-speaker-items {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.gt-meet-speaker-items .swiper.gt-speaker-slider {
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide {
  position: relative;
  overflow: visible;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 {
  padding-top: 30px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .speaker-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .speaker-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  max-width: 180px;
  transition: transform 0.5s ease;
  transform: scale(1);
  transform-origin: center center;
  display: block;
  border-radius: 50%;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  margin-top: 50px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .content h3,
.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2 .content h6 {
  visibility: hidden;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active {
  z-index: 10;
  padding-top: 30px;
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active .speaker-image img {
  transform: scale(1.4);
}

.gt-meet-speaker-items .swiper.gt-speaker-slider .swiper-slide.gt-style-2.swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
}

.gt-meet-speaker-section {
  position: relative;
}

.gt-meet-speaker-section .gt-left-image {
  position: absolute;
  bottom: 120px;
  left: 0;
}

@media (max-width: 1199px) {
  .gt-meet-speaker-section .gt-left-image {
    display: none;
  }
}

.gt-meet-speaker-section .gt-left-image .array-buttons-3 .array-prev {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--gt-white);
  color: #4D55CC;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.gt-meet-speaker-section .gt-left-image .array-buttons-3 .array-prev:hover {
  background-color: #4D55CC;
  color: var(--gt-white);
}

.gt-meet-speaker-section .gt-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 0px 1000px 1000px 0px;
}

.gt-meet-speaker-section .gt-right-image {
  position: absolute;
  bottom: 120px;
  right: 0;
}

@media (max-width: 1199px) {
  .gt-meet-speaker-section .gt-right-image {
    display: none;
  }
}

.gt-meet-speaker-section .gt-right-image .array-buttons-3 .array-next {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: #4D55CC;
  color: var(--gt-white);
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.gt-meet-speaker-section .gt-right-image .array-buttons-3 .array-next:hover {
  background-color: var(--gt-white);
  color: #4D55CC;
}

.gt-meet-speaker-section .gt-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 1000px 0px 0px 1000px;
}

@media (max-width: 575px) {
  .gt-sponsor-wrapper-2 {
    margin-top: 30px;
  }
}

.gt-sponsor-wrapper-2 .gt-sponsors-item {
  display: flex;
  align-items: center;
  gap: 160px;
  justify-content: center;
}

@media (max-width: 2800px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item .gt-sponsor-logo img {
    width: 250px;
  }
}
@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item .gt-sponsor-logo img {
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item .gt-sponsor-logo img {
    width: 116px;
  }
}

@media (max-width: 991px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item .gt-sponsor-logo img {
    width: initial;
  }
}

@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item {
    gap: 60px;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsors-item {
    gap: 30px;
  }
}

.gt-sponsor-wrapper-2 .gt-sponsor-large-item {
  display: flex;
  align-items: center;
  gap: 160px;
}

@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item {
    gap: 60px;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item {
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: start;
  }
}

.gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsor-left-item {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsor-left-item .gt-sponsor-logo img {
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsor-left-item .gt-sponsor-logo img {
    width: 116px;
  }
}

@media (max-width: 991px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsor-left-item .gt-sponsor-logo img {
    width: initial;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsor-left-item {
    gap: 30px;
  }
}

.gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item {
  display: flex;
  align-items: center;
  gap: 160px;
}

@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item .gt-sponsor-logo img {
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item .gt-sponsor-logo img {
    width: 116px;
  }
}

@media (max-width: 991px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item .gt-sponsor-logo img {
    width: initial;
  }
}

@media (max-width: 1600px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item {
    gap: 60px;
  }
}

@media (max-width: 1199px) {
  .gt-sponsor-wrapper-2 .gt-sponsor-large-item .gt-sponsors-middle-item {
    gap: 30px;
  }
}

.gt-sponsor-section-2 {
  margin: 0 15px;
}

.offcanvas__logo a img,
.logo a img,
.gt-widget-head-logo a img {
  height: 150px;
  width: auto;
}



/*Preloader Styles End*/
/*========================================================================
3. Template Animation
=========================================================================*/
.fxt-template-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fxt-template-animation .fxt-opacity {
  opacity: 0;
}

.fxt-template-animation .fxt-transformY-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fxt-template-animation .fxt-transformX-L-50 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fxt-template-animation .fxt-transformX-R-50 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.loaded.fxt-template-animation {
  opacity: 1;
}

.loaded.fxt-template-animation .fxt-opacity {
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformY-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-L-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-R-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transition-delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.fxt-template-layout35 {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}

.fxt-template-layout35 .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-content-wrap {
    display: block;
  }
}

.fxt-template-layout35 .fxt-heading-content {
  padding: 70px calc(9vw + 70px) 70px 70px;
  position: relative;
  z-index: 1;
  width: 60%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout35 .fxt-heading-content {
    padding: 50px calc(3vw + 30px) 50px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-heading-content {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout35 .fxt-heading-content {
    padding: 30px 15px;
  }
}

.fxt-template-layout35 .fxt-heading-content:before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../img/figure/bg35-1.jpg");
  top: 0;
  left: 0;
  filter: blur(3px);
}

.fxt-template-layout35 .fxt-heading-content:after {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.73); */
  background-color: rgb(255 255 255 / 35%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.fxt-template-layout35 .fxt-heading-content .fxt-inner-wrap {
  display: grid;
  row-gap: 70px;
  max-width: 800px;
  width: 100%;
}

.fxt-template-layout35 .fxt-heading-content .fxt-logo {
  margin-bottom: 10px;
  display: block;
  max-width: 35vw;
}

.fxt-template-layout35 .fxt-heading-content .fxt-main-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-heading-content .fxt-main-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout35 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}

.fxt-template-layout35 .fxt-heading-content .fxt-description {
  color: #000;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout35 .fxt-heading-content ul.fxt-socials li {
    margin-right: 2px;
  }
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li:last-child {
  margin-right: 0;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}

.fxt-template-layout35 .fxt-heading-content .fxt-copyright-text {
  color: #ffffff;
  font-size: 15px;
}

.fxt-template-layout35 .fxt-form-content {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-form-content {
    width: 100%;
  }
}

.fxt-template-layout35 .fxt-form-content h2.fxt-page-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #14133b;
}

.fxt-template-layout35 .fxt-form-content h2.fxt-page-title span {
  font-size: 14px;
  font-weight: 300;
}

.fxt-template-layout35 .fxt-form-content h3.fxt-page-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #14133b;
}

.fxt-template-layout35 .fxt-form-content .fxt-steps {
  font-size: 20px;
  margin-bottom: 20px;
  color: #14133b;
}

.fxt-template-layout35 .fxt-form-content .progress {
  height: 10px;
  margin-bottom: 20px;
}

.fxt-template-layout35 .fxt-form-content .progress-bar {
  background-color: #1877f2;
}

.fxt-template-layout35 .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fxt-template-layout35 .fxt-form-content .fxt-main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px;
  }
}

.fxt-template-layout35 .fxt-form-content .fxt-main-form .fxt-form-step:not(:first-of-type) {
  display: none;
}

.fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  margin-left: -9vw;
  max-width: 770px;
  width: 100%;
  background-color: #ffffff;
  padding: 70px;
  border-radius: 70px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 1199px) {
  .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
    margin-left: -3vw;
    border-radius: 50px;
    padding: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
    padding: 20px;
    border-radius: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
    padding: 15px;
    border-radius: 20px;
  }
}

.fxt-template-layout35 .fxt-form-content .form-group {
  margin-bottom: 10px;
}

.fxt-template-layout35 .fxt-form-content .form-control {
  margin-bottom: 30px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #585656;
  padding: 10px 15px 10px 30px;
  color: #111;
}

.fxt-template-layout35 .fxt-form-content select,
.fxt-template-layout35 .fxt-form-content input {
  border-radius: 45px;
}

.fxt-template-layout35 .fxt-form-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 12px;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
  padding: 1rem;
  padding-right: 5px;
}

.fxt-template-layout35 .fxt-form-content textarea.form-control {
  border-radius: 20px;
  padding: 20px 30px;
}

.fxt-template-layout35 .fxt-form-content input[type=file] {
  padding: 13px 15px 10px 20px;
}

.fxt-template-layout35 .fxt-form-content input[type=file]::file-selector-button {
  border-radius: 45px;
  border: 0;
  padding: 10px 15px 7px;
  line-height: 1;
}

.fxt-template-layout35 .fxt-form-content input::-webkit-input-placeholder,
.fxt-template-layout35 .fxt-form-content textarea::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout35 .fxt-form-content input::-moz-placeholder,
.fxt-template-layout35 .fxt-form-content textarea::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout35 .fxt-form-content input:-moz-placeholder,
.fxt-template-layout35 .fxt-form-content textarea:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout35 .fxt-form-content input:-ms-input-placeholder,
.fxt-template-layout35 .fxt-form-content textarea:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 {
  padding: 6px 20px 6px 6px;
  border: 1px solid;
  border-color: #d2d2d2;
  border-radius: 45px;
  width: fit-content;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label {
  padding-left: 38px;
  color: #acacad;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  transition: color 0.4s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:before {
  /* font-family: 'Font Awesome 5 Free'; */
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  color: #13e935;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -3px;
  left: 4px;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 50%;
  background-color: #d9fade;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:after {
  /* font-family: 'Font Awesome 5 Free'; */
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  left: 7px;
  top: 2px;
  color: #13e935;
  transition: color 0.4s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type="radio"] {
  display: none;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type="radio"]:checked+label {
  color: #14133b;
  transition: color 0.4s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type="radio"]:checked+label::after {
  color: #ffffff;
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type="radio"]:checked+label::before {
  background-color: #13e935;
  border-color: #13e935;
}

.fxt-template-layout35 .fxt-form-content .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.fxt-template-layout35 .fxt-form-content .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.fxt-template-layout35 .fxt-form-content .checkbox label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type="checkbox"] {
  display: none;
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type="checkbox"]:checked+label::after {
  /* font-family: 'Font Awesome 5 Free'; */
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 17px;
  top: 4px;
  font-size: 10px;
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type="checkbox"]:checked+label::before {
  background-color: #13e935;
  border-color: #13e935;
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill {
  /* font-family: "Sora", sans-serif; */
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1877f2;
  color: #fff;
  border-radius: 45px;
  background-color: #1877f2;
  padding: 9px 40px;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill:hover {
  background-color: #0f63d1;
  border-color: #0f63d1;
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}

.fxt-template-layout35.fxt-template-animation .fxt-heading-content:before {
  opacity: 0;
  visibility: hidden;
}

.fxt-template-layout35.loaded.fxt-template-animation .fxt-heading-content:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fxt-template-layout35 .success-page-wrap {
  height: 100vh;
  width: 100%;
  background-color: #3b60fe;
}

.fxt-template-layout35 .success-page-wrap .icon-success {
  font-size: 56px;
  margin: 0 auto 20px;
  color: #3b60fe;
  background-color: #ffffff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fxt-template-layout35 .success-page-wrap .title-success {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 40px;
}

.fxt-template-layout35 .success-page-wrap .description-success {
  color: #ffffff;
}

.fxt-template-layout35 .fxt-btn-ghost {
  margin-top: 15px;
  /* font-family: "Sora", sans-serif; */
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 45px;
  background-color: transparent;
  padding: 10px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fxt-template-layout35 .fxt-btn-ghost:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f63d1;
}

.fxt-template-layout35 .fxt-btn-ghost:focus {
  outline: none;
}



/* Clock-like bounce for calendar icon */
@keyframes tickBounce {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(5deg);
  }
}

/* Pulse for location dot (like radar ping) */
@keyframes pulseLocation {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

/* Apply animations */
.gt-list i.fa-calendar-days {
  animation: tickBounce 2s infinite ease-in-out;
  display: inline-block;
}

.gt-list i.fa-location-dot {
  animation: pulseLocation 1.8s infinite ease-in-out;
  display: inline-block;
}

.gt-list i.fa-calendar-days,
.gt-list i.fa-location-dot {
  font-size: 35px;
  margin: 10px;
}

.hurry-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  /* Eye-catching red-pink */
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 0 20px rgba(255, 65, 108, 0.7);
  animation: pulse 1.5s infinite, bounce 2s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hurry-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(255, 65, 108, 1);
  text-decoration: none;
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 75, 43, 0.6);
  }

  50% {
    box-shadow: 0 0 25px rgba(255, 75, 43, 1);
  }

  100% {
    box-shadow: 0 0 10px rgba(255, 75, 43, 0.6);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.gt-sponsor-logo img {
  width: 100%;
}

.success-img a img {
  width: 100%;
  margin: 10px;
}

.thankyou-img {
  width: 100%;
}

.back-btn a {
  background-color: #fff;
  color: #000;

}

.gt-list li {
  font-size: 16px;
  font-weight: 600;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}