body {
  font-family: 'font-family: Poppins;', sans-serif;
  color: #444444;
  background: #21212e;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Good Times Rg', sans-serif;
}

::placeholder {
  color: #aaa8a8 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #aaa8a8 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#main {
  background: #21212e;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*Gallery*/


.popup-gallery {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.popup-gallery li {
    width: 30%;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 10px;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 9999;
  transition: all 0.5s;
  padding: 22px 0;
  background: transparent;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  background: #21212e;

}

/*#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}*/
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 120px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-family: 'Good Times Rg', sans-serif;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #b443eb;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
  padding: 12px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 0px 40px #822EFF;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background-image: linear-gradient(to right, #BD11FA, #46C2FF);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #21212e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 6px 20px;
  font-size: 15px;
  color: #fff;
  font-family: Poppins-Bold, Poppins;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b443eb;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  color: #9ca5da !important
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}



.conlp {
  width: 71%;
  padding: 10px;
  margin-top: 60px;
  background: #00000063;
  position: relative;
  z-index: 99;
}

.reg-subhead {
  color: #46c2ff;
  font-size: 25px;
  font-family: 'Good Times Rg', sans-serif;
  margin-bottom: 20px;
}

.spkfix ul.speakerhome {
  color: #ffffff;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 30px auto 0px auto;
  flex-wrap: wrap;
  justify-content: center;
}

ul.speakerhome li {
  display: block;
  width: 216px;
  height: 320px;
  margin: 30px 5px 15px 40px;
  border-radius: 8px;
  text-align: center;
}

.our-team .pic {
  border-top: 5px solid #4abdff;
  cursor: pointer;
  border-bottom: 5px solid #b51bf9;
  border-radius: 14% 50% 2% 30%;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s ease 0s;
}

.our-team .pic img {
  height: auto;
  /*    filter: grayscale(1);*/
  transition: all 0.5s ease 0s;
}

ul.speakerhome li img {
  margin: auto;
  position: relative;
  top: 0px;
}

.our-team .team-content {
  padding: 20px 0;
  white-space: normal;
  line-height: 17px;
}

.our-team .title {
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  text-align: center;
  font-family: Poppins-Bold, Poppins;
  display: block;
  margin-bottom: 7px;
}

.our-team .post {
  font-family: Poppins-Bold, Poppins;
  font-size: 14px;
  color: #f3f2f2;
  line-height: 20px;
  text-align: left;
}

.our-team .pic img:hover {
  height: auto;
  filter: grayscale(0);
}



/*Packages*/
ul.delegate_price {
  margin: auto;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0px;
  flex-wrap: wrap;
}

ul.delegate_price li {
  padding: 25px 25px 48px 25px;
  background: #141415;
  text-align: center;
  width: 311px;
  box-shadow: 0px 0px 1px 1px #4b4b4b;
  position: relative;
  margin: 0px 10px 20px 10px;
  min-height: 551px;
}

del {
  color: #fff;
  font-family: Poppins-Bold, Poppins;
  display: block;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 15px;
}

.rupes {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #46c2ff;
  font-family: Poppins-Bold, Poppins;
}

.rupes span {
  color: #fff;
  font-size: 16px;
}

.del1 {
  color: #fff;
  font-family: Poppins-Bold, Poppins;
  display: block;
  font-size: 16px;
}

.del5 {
  display: block;
  margin: 20px 0px;
  color: #fff;
  font-family: Poppins-Bold, Poppins;
}

.del2 {
  display: block;
  background: #333333;
  font-size: 15px;
  padding: 10px;
  width: 236px;
  margin: auto auto 20px auto;
  border-radius: 50px;
  color: #ffffff;
  font-family: Poppins-Bold, Poppins;
  font-weight: normal;
}

.awd-inner {
  margin-bottom: 30px;
}

ul.delegate_price ul.awd-inner li {
  position: relative;
  width: 246px;
  color: #ffffff;
  font-family: Poppins-Bold, Poppins;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
  min-height: auto !important;
  box-shadow: none;
  font-size: 14px;
  line-height: 23px;
}

.pric-cent {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 31px;
  margin: auto 28px;
}

ul.delegate_price li {
  width: 311px;
  background: #141415;
}

.pric-cent .conn {
  font-size: 16px
}

.pric-cent .conn:hover {
  color: #fff
}



@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background: #21212e;
  overflow-y: auto;
  transition: 0.3s;
  height: 520px
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3498db;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #21212e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.banner video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .head-title {
  text-align: center;
}

.banner .head-title h1 {
  position: relative;
  color: #fff;
  padding-top: 60px;
  margin-top: 130px;
  font-size: 120px;
  display: block;
  width: 100%;
}

.conference-overview {
  position: relative;
  /* margin-top: 80px;*/
  min-height: 600px;
}

.conference-overview video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}


#hero {
  width: 100%;
  height: 100vh;
  /* margin-top: 70px;*/
  background: #21212e;

}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
  z-index: 999;
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: 'Good Times Rg', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.date {
  position: relative;
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
  font-size: 40px;
  padding-top: 30px
}

.venu {
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
  font-size: 25px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.img1 {
  position: absolute;
  width: 300px;
  top: 11%;
  left: 30%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite;
}

.img2 {
  position: absolute;

  top: 33%;
  width: 18%;
  right: 21%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite;
}

.dot {
  position: absolute;
  top: 33%;
  width: 18%;
  right: 21%;
  -webkit-animation: rotation 3s infinite linear;
  /*animation: spin 90s linear infinite;*/
}

.cir1 {
  position: absolute;
  top: 17%;
  width: 100px;
  left: 53%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite;
}

.cir2 {

  position: absolute;
  top: 23%;
  width: 100px;
  left: 80%;
  /*-webkit-animation: rotation 3s infinite linear;
  animation: spin 9s linear infinite;*/
}


.down {
  position: absolute;
  bottom: 5%;
  right: 12%;
  width: 10%;
}

.india-bg {
  position: absolute;
  bottom: 75%;
  width: 200px;
  right: 1%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite
}



.ind {
  position: absolute;
  top: 18%;
  width: 3%;
  right: 39%;
  -webkit-animation: rotation 80s infinite linear;
  animation: spin 80s linear infinite
}

.ben {
  position: absolute;
  top: 0px;
  width: 50px;
  right: 450px;
  animation: mover 6s linear alternate;
  -webkit-animation: mover 6s infinite alternate;
}

.jur {
  position: absolute;
  /*    top: 0px;*/
  width: 50px;
  right: 600px;
}


.india {
  position: relative;
}

img.img3 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  width: 10%;
  left: 13%;
  position: absolute;
  top: 33%;
}

img.img3 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  width: 20%;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

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

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

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


.award .img3 {
  position: absolute;
  position: absolute;
  right: -8%;
  top: 33%;
  left: 90%;
  z-index: 9999999999;
}

.rec {
  position: absolute;
  right: -7%;
  top: -3%;
  left: -3%;
  z-index: 9;
  width: 14%;
}

.ben1 {
  position: absolute;
  right: -7%;
  top: 40%;
  left: 87%;
  width: 14%;
}


.awd-over {
  padding-bottom: 20px
}

.awd-over .section-title {
  padding-bottom: 0px
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {

  /* #hero {
    height: 80vh;
  }*/
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .spkfix ul.speakerhome {

    justify-content: space-around;
  }

  #hero h1 {
    margin-top: 58px;
    font-size: 45px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

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

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

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 50PX;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #46c2ff;
  font-family: 'Good Times Rg', sans-serif;
}

/*.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}*/
.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

.watt {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 3;
  display: none;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}


.bg-ind {
  background-image: url('images/icon/india-bg.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 600px
}

.ind-txt {
  color: #70B0FE;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  text-align: right;
  font-family: 'Good Times Rg', sans-serif;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
  line-height: 0;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

.absolute {
  z-index: 99
}

/*@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.award {
  position: relative;
}

.awd-box {
  background: #20202C;
  padding: 40px 0px;
  box-shadow: 0px 2px 15px rgb(12 12 12);
  border-radius: 8px;
}

.awd-box .title {
  font-size: 27PX;
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
}

.img-icon {
  display: flex;
  padding: 20px;
  background: #252532;
}

.img-icon img {
  max-height: 80px
}

.awd-box ul {
  padding-top: 20px;
  padding-left: 59px;
  padding-bottom: 20px;
  height: 150px
}

.awd-box ul li {
  font-size: 20px;
  color: #9B9BB5;
  font-family: Poppins-Bold, Poppins;
}

.awd-box ul li::marker {
  color: #A437FB !important
}

.awd-bg {
  background-repeat: no-repeat;
  background-position: center;
}

.bt {
  display: block;
  padding-left: 43px;
  margin-top: 40px;
}

.bt a {
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
  padding: 19px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  transition-duration: 1s;
  box-shadow: 0px 0px 40px #822EFF;
}

.bt a:hover {
  transition-duration: 1s;

}




/*--------------------------------------------------------------
# BENEFITS
--------------------------------------------------------------*/
.benefit {
  position: relative;
}

.benefit-box {
  background: #20202C;
  padding: 20px;
  box-shadow: 0px 2px 15px rgb(12 12 12);
  border-radius: 8px;
}

.benefit ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px
}

.benefit ul li {
  margin: 10px 8px;
  width: 22%;
}

.benefit-box .title {
  font-size: 16px;
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
  text-align: left;
}

.bene-icon {
  display: flex;
}

.benefit-box p {
  font-size: 18px;
  font-weight: 400;
  color: #9B9BB5;
  font-family: Poppins-Bold, Poppins;
}

.bene-icon img {
  max-height: 60px
}

.benefit-box ul {
  padding-top: 20px;
  padding-left: 59px;
  padding-bottom: 20px;
}

.benefit-box ul li {
  font-size: 20px;
  color: #9B9BB5;
  font-family: Poppins-Bold, Poppins;
}

.benefit-box ul li::marker {
  color: #A437FB !important
}

.awd-bg {
  background-repeat: no-repeat;
  background-position: center;
}

.jury {
  position: relative;
}

.jury-img {
  background: #8880ff;
  text-align: center;
  border-radius: 20px 20px 0px 20px;
}

.name {
  font-size: 24px;
  color: #46c2ff;
  font-family: Poppins-Bold, Poppins;
  font-weight: 600;
  padding: 20px 0px;
  padding-bottom: 4px;
  text-align: center;
}

.des {
  font-size: 17px;
  color: #fff;
  font-family: Poppins-Bold, Poppins;
  font-weight: 500;
  padding: 0px 0px;
  text-align: center;
}


/*--------------------------------------------------------------
# stats
--------------------------------------------------------------*/

.stats {
  position: relative;
}

.stats ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0px;
}

.stats ul li {
  width: 31%;
  color: #ffffff;
  text-align: center;
}

.stat-count {
  color: #46c2ff;
  position: relative;
  font-family: 'Good Times Rg', sans-serif;
  font-size: 59px;

}

.stat-count span {
  position: relative;
  margin-left: -32px;
  top: -28px;
  color: #A437FB;
  font-size: 71px;
  font-family: Poppins-Bold, Poppins;
  font-weight: 400;
}

.stat-num {
  font-family: 'Good Times Rg', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-left: -43px
}

/*bio page*/
.inner-banner {
  padding: 42px 0;
  min-height: 62px;
  margin-top: 122px;
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
}

.inner-banner h1 {
  color: #fff;
  font-size: 35px;

}

.inner-banner h2 {
  color: #fff;
  font-size: 20px;

}

.hover-overlay img {

  border-top: 5px solid #4abdff;
  cursor: pointer;
  border-bottom: 5px solid #b51bf9;
  border-radius: 14% 50% 2% 30%;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s ease 0s;
  width: 216px;
}

.desc p {
  font-size: 20px !important;
  color: #bebec2 !important;
  font-family: Poppins-Bold, Poppins !important;
}

.inner-banner video {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  position: relative;
}

.contact .section-title h2 {
  text-align: left;
}

.con-box {
  margin-bottom: 20px
}


.ctitle {
  font-family: Poppins-Bold, Poppins;
  color: #46c2ff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 22px;
}

.cname {
  font-family: Poppins-Bold, Poppins;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
}

.ctel {
  margin-bottom: 7px
}

.ctel a {
  color: #ffffff;
  font-size: 15px;
}

.cmail a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}


/*@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background: #262635;
  position: relative;
}

.subscribe {
  padding-top: 65px;
  clear: both;
  position: relative;
}

.subscribe p {
  text-align: left;
  font-family: Poppins-Bold, Poppins;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

ul.newsletters {
  display: flex;
  width: 600px;
  max-width: 100%;
  margin-top: 28px;
  padding-left: 0px;
  list-style: none;
}

ul.newsletters li:first-child {
  width: 80%;
}

#txtNewsletter {
  height: 41px;
  font-family: Poppins-Bold, Poppins;
}

ul.newsletters li:last-child {
  width: 27%;
  margin-left: -10px;
  font-family: Poppins-Bold, Poppins;
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
  border-radius: 0px 6px 6px 0px;
}

ul.newsletters li:last-child:hover {
  color: #fff;
  background-image: linear-gradient(to right, #BD11FA, #46C2FF);
}

.btn:hover {
  color: #fff !important;
}

.btnsub {
  color: #fff;
  text-transform: uppercase;
}

.mag img {
  width: 50%;
}

.qhead {
  transform: rotate(-90deg);
  position: absolute;
  color: #46c2ff;
  font-family: Poppins-Bold, Poppins;
  font-size: 19px;
  top: 42%;
  left: -4%;
}

.call-head {
  font-family: Poppins-Bold, Poppins;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.quick-links ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 0px;
}

.quick-links ul li {
  margin-bottom: 10px;
  font-family: Poppins-Bold, Poppins;
}

.quick-links ul li a {
  color: #fff
}

.over-txt p {
  color: #fff;
  font-family: Poppins-Bold, Poppins !important;
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 20px;
}

ul.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 75px;
  margin-top: 5px;
  list-style: none;
}

ul.feature-list li {
  width: 45%;
  color: #fff;
  text-indent: -7px;
  margin-top: 10px;
  margin-left: -69px;
}

ul.feature-list li span {
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
}

.innerp p {
  color: #fff;
  font-size: 13px;
  font-family: 'poppins-Bold, Poppins', sans-serif;
}
}

.innerp label {
  color: #fff !important;
  font-family: 'Good Times Rg', sans-serif;
}

.txt-color {
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
}

.innerp .d-md-block {
  color: #fff;
}

.innerp .form-control {
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #46c2ff;
  color: #aaa8a8;
  margin-bottom: 20px font-family: 'Good Times Rg', sans-serif;
}
}

.form-group {
  margin-bottom: 1rem;
}

select.form-control:not([size]):not([multiple]) {
  background: #21212e;
}

.nfoot {
  color: #fff
}

.conn {
  font-size: 20px;
  display: block;
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
  padding: 10px 35px;
  color: #fff;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 0px 40px #822EFF;
}

.conn:hover {
  background-image: linear-gradient(to right, #BD11FA, #46C2FF);
}

.owner {
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #fff;
  flex-wrap: wrap;
}

.sec-slide-effect {
  text-align: left !important;
  padding: 0px !important;
}

.sec-slide-effect label {
  color: #fff;
  font-size: 18px;
}

.sub-cate {
  line-height: 33px;
  color: #46c2ff;
  font-size: 25px;
  font-family: 'Good Times Rg', sans-serif;
  display: block;
  margin-bottom: 10px;
  text-align: left;


}

.exhibi-over {
  position: relative;
}

.exhibit-ul {
  display: flex;
  margin: auto;
  text-align: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  justify-content: center;
}

.exhibit-ul li {
  width: 30%;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}

.exhibit-box img {
  width: 100px;
  margin-bottom: 0px;
}

.fwhite {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.bt .conn {
  width: 200px;
  margin: auto;
  padding: 12px 0px !important;
}

.who {
  position: absolute;
  top: 2%;
  width: 100px;
  left: -2%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite;
}

.who1 {
  position: absolute;
  bottom: 2%;
  width: 100px;
  right: 2%;
  -webkit-animation: rotation 3s infinite linear;
  animation: spin 90s linear infinite;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 42px 0;
  min-height: 62px;
  margin-top: 122px;
  background-image: linear-gradient(to left, #BD11FA, #46C2FF);
}

.breadcrumbs h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'Good Times Rg', sans-serif;
}

.awd-head {
  color: #46c2ff;
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 18px;
}


.policy h2 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 11px;
}

.policy p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 11px;
}

.lsss {
  color: #fff
}

.st {
  position: absolute;
  right: 14px;
  bottom: 37%;
}

.ct {
  position: absolute;
  right: 14px;
  bottom: 28%;
}

.rt {
  right: 19%
}

.form-group {
  position: relative;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 101px;
    padding-bottom: 17px;
  }

  .breadcrumbs ol {
    margin-top: 10px;
  }

  .st {
    right: 14px;
    bottom: 34%;
  }

  .ct {
    right: 14px;
    bottom: 26%;
  }

  .rt {
    right: 21%
  }

  .sub-cate {
    font-size: 20px
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .hover-overlay {
    text-align: center;
    margin-bottom: 20px;
  }

  .desc p {
    text-align: center;
  }

  .inner-banner h1 {
    font-size: 29px;
  }

  .inner-banner h2 {

    font-size: 17px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright {
  background: #262635;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
}

.credits a {
  color: #fff
}

.copyright .credits {
  font-size: 13px;
  padding-top: 12px;
  color: #fff;
}

.quick-links {
  position: relative;
}

ul.flist {
  list-style: none;
  padding-left: 0px;
  display: flex;
  position: relative;
  z-index: 9;
}

ul.flist li {
  margin-right: 7px;
}

.flist .fa-brands,
.fab {
  font-weight: 400;
  font-size: 18px;
  margin-right: 1px;
  margin-top: 10px;
  background: #000;
  padding: 10px 8px 10px 13px;
  border-radius: 50%;
}

.awrd-winner {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.awrd-winner li {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  margin-left: 0px;
  padding-left: 0px;
  flex-wrap: wrap;
}

.awrd-winner li .awrd {
  width: 50%;
}

.awrd-winner li .dot {
  display: inline-block;
  width: 29px;
  position: inherit;
  background: transparent;
}


.flist .fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  color: #fff;
  margin-right: 5px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #70B0FE;
  color: #ffffff;
}