/********** Template CSS **********/
:root {
  --primary: #1c53c2;
  /* --secondary: #fbc144; */
  --light: #EDF1FC;
  --dark: #17224D;
}

.fw-medium {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
/* .btn {
  font-size: 20px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 7px 19px;
  border-radius: 50px;
  transition: 0.3s;
} */

.btn.btn-primary,
.btn.btn-secondary {
  font-size: 16px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1953ed7d;
  padding: 7px 15px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.top-bar {

  height: 75px;
  padding: 0 4rem;
}

.nav-bar {
  /* margin-left: 50px; */
  margin-top: 5px;
  background-color: #ffffff;
  position: relative;
  /* padding: 0 4.75rem;  */
  transition: .5s;
  z-index: 9999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.nav-bar.sticky-top {
  background-color: #ffffff;
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 3px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    padding: 0;
  }

  .btn.btn-primary {
    margin-left: -250px;
    margin-right: 100px;
  }

  .navbar-light .navbar-nav .nav-link {
    /* margin-right: auto; */
    padding: 10px 0;
    margin-left: -180px;
  }

  .navbar-light .navbar-nav {
    /* margin-left: -50px; */
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #EEEEEE;
  }
  .navbar-light .navbar-nav .button-29{
    margin-left: -185px;
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #fbc144;
  margin-top: -460px;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #fbc144;
}

.logo-scrolled {
  display: none;
}
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.next-gen-img {
  width: 800px !important;
  height: 48px !important;
}

.next-gen-mob {
  display: none;
  ;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .btn-lg-square{
    display: none;
  }
  .button-29{
   margin-left: 25%;
  }

  .logo-scrolled {
    display: inline-block;
    height: 100%;
  }

  .next-gen-mob {
    display: inline-block;
    height: 100%;
  }


  .next-gen-img {
    display: none;
  }

  .logo {
    display: none;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

/* .page-header {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/img/award.avif) center center no-repeat;
  background-size: cover;
} */
/* .page-header1 {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/img/images.jpg) center center no-repeat;
  background-size: cover;
} */

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}


/*** Facts ***/
.fact {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}


/*** Service ***/
.service-item-top img {
  transition: .5s;
}

.service-item-top:hover img {
  transform: scale(1.1);
}

.service-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--primary);
  border: 5px solid var(--light);
  transition: .5s;
}

.service-carousel .owl-dot.active {
  background: var(--light);
  border-color: var(--primary);
}




@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}


.goa-letter{
display:none;
}


/* ----------------------------------
    Footer Style
 ------------------------------------*/
footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .item {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  footer .item {
    margin-top: 50px;
  }
.goa-letter{
display:block;
}
}

footer .widget-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}

footer .logo {
  margin-bottom: 30px;
  height: 60px;
}

footer p {
  color: #cccccc !important;
}

footer .link li {
  margin-top: 10px;
}

footer .link li:first-child {
  margin-top: 0;
}

footer .link li a {
  font-weight: 400;
}

footer .link li a:hover {
  margin-left: 10px;
}

footer .link li i {
  font-size: 14px;
  margin-right: 5px;
}

footer a {
  font-weight: 400;
}

footer .about {
  padding-right: 35px;
}

footer .social {
  margin-top: 0px;
}

footer .social li {
  display: inline-block;
  margin-right: 10px;
}

footer .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 45px;
  text-align: center;
  /* background: rgba(255, 255, 255, 0.06); */
  border-radius: 5px;
  font-size: 14px;
}

footer .social li a:hover {
  background: #ef5c0d;
  color: white;
}

footer .address {
  padding-right: 35px;
}

footer .address li {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .address li strong {
  color: #ffffff;
  display: block;
  font-weight: 500;
}

footer .address li i {
  font-size: 30px;
  color: #ffffff;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

footer .address li i.fal.fa-clock {
  font-size: 26px;
}

footer .newsletter {
  position: relative;
  padding-left: 50px;
}

footer .newsletter form {
  margin-top: 30px;
}

footer .newsletter input,
footer .newsletter input:focus {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

footer .newsletter input::-webkit-input-placeholder,
footer .newsletter input:focus::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 15px;
  font-weight: 300;
}

footer .newsletter input::-moz-placeholder,
footer .newsletter input:focus::-moz-placeholder {
  color: #cccccc;
  font-size: 15px;
  font-weight: 300;
}

footer .newsletter input:-ms-input-placeholder,
footer .newsletter input:focus:-ms-input-placeholder {
  color: #cccccc;
  font-size: 15px;
  font-weight: 300;
}

footer .newsletter input:-moz-placeholder,
footer .newsletter input:focus:-moz-placeholder {
  color: #cccccc;
  font-size: 15px;
  font-weight: 300;
}

footer .newsletter button {
  border: none;
  padding: 11px;
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 500;
  background: transparent;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

footer .newsletter button i {
  font-weight: 100;
}

footer .newsletter button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #FF393C;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-size: 220% 150%;
}

footer .newsletter::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  height: 500%;
  width: 300%;
  background: #0c234a;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .newsletter::after {
    display: none;
  }
.goa-letter{
display:block;
}
}
@media only screen and (max-width: 416px){
.goa-letter{
display:block;
}
}
@media only screen and (max-width: 767px) {
  footer .newsletter::after {
    display: none;
  }
}

footer .newsletter::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 3px;
  background: #FF393C;
}

@media only screen and (max-width: 767px) {
  footer .newsletter::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer .newsletter {
    padding-left: 0;
  }
}

footer.bg-dark li {
  color: #cccccc;
}

footer.bg-dark li a {
  color: #cccccc;
}

footer.bg-dark li a:hover {
  color: #ffffff;
}

footer.bg-dark::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 300px;
  width: 300px;
  background: #FF393C;
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  position: relative;
  z-index: 1;
  background: #003672;
}

footer .footer-bottom p {
  margin-bottom: 0;
}

footer .footer-bottom a {
  font-weight: 500;
}

footer .footer-bottom a:hover {
  color: #FF393C;
}

footer .footer-bottom .text-right {
  text-align: right;
}

footer .footer-bottom .text-right li {
  display: inline-block;
  margin-left: 20px;
}

footer .footer-bottom .text-right li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .f-items {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  footer .f-items {
    padding-top: 0;
  }
}


section#disscusion-pointaaa {
  padding-top: 34px;
}

p.award-para {
  margin-top: 30px;
  font-size: 19px;
  line-height: 38px;
  margin-bottom: 38px;
}

section.award-title {
  background: url(../img/award-bgne.jpg);
  height: 214px;
}

h2.text-red2 {
  color: white;
  font-family: 'Square721 BT', sans-serif;
  font-size: 70px;
  background-image: url(../img/kila-red.jpg);
  background-repeat: repeat;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  background-position: center;
  z-index: 999999;
  display: inline;
}


/* ----------------------------------
    Team Style
 ------------------------------------*/
.team-area .shape {
  padding-top: 25px;
  position: absolute;
  left: -20%;
  top: 0;
  height: 100%;
  width: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.team-area .center-shape {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .team-area .center-shape {
    display: none;
  }
}

.galleryimg {
  border-radius: 30px;
  box-shadow: 5px 5px 5px 5px #13366e47;
  border: 4px solid #14366e;
  height: 70%;
  width: 75%;
}

.gallerywrds {
  font-size: 12px;
  color: Black;
  font-weight: 500;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 12px;
}

.team:hover {
  box-shadow: 5px 5px 5px 5px #13366e47;
}

/*--------------------------------------------------------------
# Agenda
--------------------------------------------------------------*/
.agenda {
  background: #ffffff;
  padding: 60px 0;
}


.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}
/* 
.card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  transition: all .2s;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 54, 126, 0.125);
  border-radius: .25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
} */

.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 67px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: .25rem;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 60px;
}

.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
  width: 18px;
  height: 18px;
  position: relative;
}

.badge:empty {
  display: none;
}


.badge-dot-xl::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: .25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  background: #fff;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 90px;
  font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
  font-size: .8rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  padding: 2px 0 0;
  font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  position: absolute;
  left: -90px;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #adb5bd;
  font-size: .7619rem;
  white-space: nowrap;
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}

.custom-table {
  min-width: 900px;
}

.custom-table thead tr,
.custom-table thead th {
  border-top: none;
  border-bottom: none !important;
  color: #fff;
}

.custom-table tbody th,
.custom-table tbody td {
  color: #777;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 300;
}

.custom-table tbody th small,
.custom-table tbody td small {
  color: #b3b3b3;
  font-weight: 300;
}

.custom-table tbody tr:not(.spacer) {
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.custom-table tbody tr:not(.spacer):hover {
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}

.custom-table tbody tr th,
.custom-table tbody tr td {
  background: #25252b;
  border: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.custom-table tbody tr th a,
.custom-table tbody tr td a {
  color: #b3b3b3;
}

.custom-table tbody tr th:first-child,
.custom-table tbody tr td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.custom-table tbody tr th:last-child,
.custom-table tbody tr td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-table tbody tr.spacer td {
  padding: 0 !important;
  height: 3px;
  border-radius: 0 !important;
  background: transparent !important;
}

.custom-table tbody tr.active th,
.custom-table tbody tr.active td,
.custom-table tbody tr:hover th,
.custom-table tbody tr:hover td {
  color: #fff;
  background: #2e2e36;
}

.custom-table tbody tr.active th a,
.custom-table tbody tr.active td a,
.custom-table tbody tr:hover th a,
.custom-table tbody tr:hover td a {
  color: #fff;
}

/* Custom Checkbox */
.control {
  display: block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 2px solid #3f3f47;
  background: transparent;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  border: 2px solid #007bff;
}
@media only screen(1920*1080){
.date{
margin-top:335px;
}
}

.control input:checked~.control__indicator {
  border: 2px solid #007bff;
  background: #007bff;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
  border: 2px solid #ccc;
}

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: #007bff;
  opacity: .2;
  border: 2px solid #007bff;
}

.about_section {
  font-family: "Poppins", sans-serif;
  margin-bottom: 100px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

.layout_padding {
  padding: 75px 0;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #0000ff;
  margin: 0 5px 0.5rem 5px;
}

.button-91 {
  color: #fff;
  padding: 15px 25px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}

.container-count {
  max-width: 100%;
  /* margin: auto; */
  margin-left: 180px;
  padding-top: 63px !important;
  padding-bottom: 35px !important;
}

.title {
  padding-top: 130px;
}

.logoimg {
  width: 150px;
  height: 80px;
}

.navbar-collapse {
  margin-left: 320px !important;
}

.circle img {
  transition: 1s ease-in;
}

.circle img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}


.title1 {
  padding-top: 50px;
}

section.content-section {
  background: url(../img/venue/goa-monument-new.jpg);
  height: 402px;
  background-size: cover;
  background-position: center;
  padding: 70px
}

.wr-count {
  padding-top: 36px
}

.counter__contents {
  border: 1px solid #e8e8e8;
  padding: 10px;
  width: 100%;
  display: block;
  background: #02111ec2;
  border: 1px solid #e8e8e8;
  padding: 28px 4px 0px;
  position: relative;
  text-align: center;
  height: 116px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.counter__contents p {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
}

.counter__titles {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  /* text-transform: uppercase; */
  font-family: sans-serif;
  margin-bottom: 0;
  color: rgb(239, 181, 46);
}

.about__thumb-text {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: rotate(-90deg) translateY(-188px);
  -moz-transform: rotate(-90deg) translateY(-188px);
  -ms-transform: rotate(-90deg) translateY(-188px);
  -o-transform: rotate(-90deg) translateY(-188px);
  transform: rotate(-90deg) translateY(-188px);
  z-index: -1;
}

[dir=rtl] .about__thumb-text {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(188px);
  -moz-transform: rotate(-90deg) translateY(188px);
  -ms-transform: rotate(-90deg) translateY(188px);
  -o-transform: rotate(-90deg) translateY(188px);
  transform: rotate(-90deg) translateY(188px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-text {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(110px) scale(-1, -1);
    -moz-transform: rotate(-90deg) translateY(110px) scale(-1, -1);
    -ms-transform: rotate(-90deg) translateY(110px) scale(-1, -1);
    -o-transform: rotate(-90deg) translateY(110px) scale(-1, -1);
    transform: rotate(-90deg) translateY(110px) scale(-1, -1);
  }

  [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }
}

@media (max-width: 575px) {
  .container-count {
    max-width: 100%;
    margin: auto;

  }
  .goa-pic{
    display: flex;
  }

  .about__thumb-text {
    left: auto;
    top: -28px;
    -webkit-transform: rotate(0) translateY(-43px);
    -moz-transform: rotate(0) translateY(-43px);
    -ms-transform: rotate(0) translateY(-43px);
    -o-transform: rotate(0) translateY(-43px);
    transform: rotate(0) translateY(-43px);
  }

  [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }
}

.about__thumb-text h3 {
  color: var(--tp-grey-3);
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  position: relative;
}

@media (max-width: 575px) {
  .about__thumb-text h3 {
    font-size: 60px;
  }

  section.content-section {
    height: 802px;

  }
}

.about__thumb-text h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #c4213e;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -ms-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
  -moz-animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
  -webkit-animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
}
.goa-pic{
  display: none;
}

[dir=rtl] .about__thumb-text h3::after {
  left: auto;
  right: 0;
}

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* #venue .venue-info {
background: url("../img/venue-info-bg.jpg") top center no-repeat;
background-size: cover;
position: relative;
padding-top: 60px;
padding-bottom: 60px; */
/* margin-right: 750px; */
/* } */

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* #venue .venue-info h3 {
font-size: 36px;
font-weight: 700;
color: #fff;
} */

/* #venue .venue-info p {
background: url("img/venue/download (1).jpg");
margin-bottom: 0;
} */

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mapouter {
  margin-left: 145px;
}

.speakers {
  position: relative;
}

.sponsors {
  position: relative;
}

.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.speakers .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #ff6600;
}

.speakers .sponsor-title h5 {
  color: #ff6600;
}

.sponsors .block {
  margin-bottom: 40px;
}

.speakers .block {
  margin-bottom: 40px;
}

/* .sponsors .block .list-inline-item:not(:last-child) {
margin-right: 15px;
} */

.sponsors .block .image-block {
  padding: 25px 0;
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.speakers .block .image-block {
  padding: 20px 0;
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.sponsors .block .image-block img {
  height: 55px;
}

.speakers .block .image-block img {
  height: 145px;
}

.sponsors .block .image-block:hover {
  border: 1px solid #ff6600;
}

.speakers .block .image-block:hover {
  border: 1px solid #0040ff;
}

.sponsors .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.speakers .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.partners {
  width: 70%;
  height: 50%;
  border-radius: 50%;
}

.partners {
  box-shadow: #000;
}

.aicte {
  height: 250px;
  width: 250px;
}


.col-lg-8 {
  flex: 0 0 auto;
  width: 100.66667%;
}

.container1 {
  width: 100%;
  height: 100vh;
 background-image: url('../img/banner.png');
 background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo1{
  display: none;
}
.content {
  text-align: center;
}

@media (max-width: 575px) {
  .card {
      align-items: center;
  }
  .container1 {
  
    background: url(../img/mob-banner.png);
    background-repeat: no-repeat;
height:auto; 
  }
  .logo1{
    display: flex;
  }


}

.card img {
  width: 90%;
  /* background-color: gray; */
}

.card {
  /* border: blue 2px solid; */
  transition: 0.5s;
  cursor: pointer;
  padding-left: 29px;
  padding-right: 29px;
  /* padding-bottom: 25px; */
  margin-bottom: 10px;
  border-radius: 12px;
  padding-top: 5px;
  align-items: center;

}

.card-title {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
}

.card-title i {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
  color: #ffa710
}

.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;

}


.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card-text {
  height: 80px;
}

.card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}

.card::before {
  transform-origin: left top;
}

.card::after {
  transform-origin: right bottom;
}

.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}


.about__thumb {
  position: relative;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.about__thumb-wrapper {
  position: relative;
  z-index: 1;
}

[dir=rtl] .about__thumb-wrapper {
  padding-right: 0;
  margin-left: 0;
  margin-right: 70px;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-wrapper {
      margin-left: 0;
  }

  [dir=rtl] .about__thumb-wrapper {
      margin-right: 0;
  }
}

@media (max-width: 575px) {
  .about__thumb-wrapper {
      margin-left: 0;
      padding-right: 0;
  }

  [dir=rtl] .about__thumb-wrapper {
      margin-right: 0;
      padding-left: 0;
  }

  .tp-thumb-overlay {
      margin-left: 12px;
  }
}

.col-md-3 {
  margin-bottom: 15px;
}

.content h1 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 50px;
}

.content h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 50px;
}

.content h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 200;
}

.content a {
  font-size: 20px;
  color: black;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 7px 19px;
  border-radius: 50px;
  transition: 0.3s;
}

.content img {
  width: 305px;
  height: 120px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.content a:hover {
  background-color: #c4213e;
  color: #000;
}

.background-clip {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio:16/9) {
  .background-clip {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio:16/9) {
  .background-clip {
    width: auto;
    height: 100%;
  }
}

.px-lg-0 {
  padding-left: 33px !important;
  padding-top: 5px !important;
}
.date{
margin-top:0px;
}
.launch-time {
  width: 100%;
  display: flex;
  line-height: .8;
  /* margin-left: 206px; */
  margin-top: 25px;
  /* color: white; */
}
section#about {
  padding-top: 75px;
  padding: 0px 53px 57px 49px
}

.about__thumb img {
  width: 100%;
margin-top:100px;
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: .2s;
  width: 509px
}
@media (max-width: 575px) {
  .launch-time {
    margin: auto;
  }
  .back-to-top{
    display: none;
  }
  .about__thumb img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: all 500ms linear;
    transition-delay: .2s;
    margin-left: 55px;
   
}
section#about {
    padding: 60px 17px 41px 18px
}
  .summit {
    margin-left: 0;
  }
  .launch-time span{
    font-size: 18px;
    color: #E80717;
  }
  .p-3 {
    padding: 1rem !important;
}

}

.launch-time div {
  flex-basis: 100px;

}

.launch-time div p {
  font-size: 35px;
  color: black;
  /* margin-bottom: -14px; */
}
.launch-time span{
  color: black;
}
/* 
.card-img-top {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.card {
  padding: 1.5em .5em .5em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  height: 290px;
} */

.section__title h1 {
  margin-right: 25px;
}

/* .summit {
  margin-left: -1075px;
} */
.portfolio-section {
  padding: 50px 0;
  /* background-color: #000; */
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  height: 180px;
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 83%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.about-img{
  margin-left: 150px;
  
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.page-header1 {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(assets/frontend/img/footer.jpg) center center no-repeat;
  background-size: cover;
}
.box-c {
        border: 1px solid white;
        padding: 23px 20px 3px 23px;
        border-radius: 21px;
        margin-bottom: 49px;
        margin-top: 21px
    }

    .box-c>h3 {
        color: #ffffffc9;
        font-size: 20px
    }

    .box-c>p {
        color: #ffffffc9;
        font-size: 16px
    }
    
.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.media-29101 .text {
  padding: 50px;
}

@media (max-width: 991.98px) {
  .media-29101 .text {
      padding: 20px;
      width: 100%;
  }
}

.media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}

.media-29101 .timeline p {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: .3;
  margin-bottom: 30px;
}

.media-29101 .text h2 a {
  color: #000;
}