body {
  font-family: "Poppins", serif;
  color: #231f20;
}

p {
  color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000;
}

/*=============================================
  =            common            =
  =============================================*/

.bb {
  border-bottom: 1px solid #1b1c4a;
}

.gray-background {
  background-color: #f5f5f5;
}

.darkgray-background {
  background-color: #e3dfdf;
}

.orange-background {
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .left-padding {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .left-padding {
    padding-left: 125px;
  }
}

.icon-font {
  font-size: 55px;
}

.box-hover {
  transition: all .4s ease-in-out;
}

.box-hover:hover {
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(170, 170, 170, 0.14);
}

.box-hover:hover h3,
.box-hover:hover i {
  color: #003e59;
}

/* .overview-img{
    height: 100%;
    object-fit: cover;
  } */
@media (min-width: 568px) {
  .height {
    height: 100%;
    object-fit: cover;
  }
}

.arrow1::before,
.arrow2::before,
.arrow3::before,
.arrow4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: -20px;
  left: 20%;
  transform: rotate(-45deg);
}

@media (min-width: 568px) {

  .arrow1::before,
  .arrow2::before,
  .arrow3::before,
  .arrow4::before {
    content: "";
    width: 35px;
    height: 35px;
  }

  .arrow1::before,
  .arrow3::before {
    content: "";
    left: -17px;
    top: 20%;
  }

  .arrow2::before,
  .arrow4::before {
    content: "";
    left: unset;
    right: -17px;
    top: 20%;
  }
}

@media (min-width:768px) {
  .arrow2::before {
    content: "";
    left: -17px;
  }

  .arrow3::before,
  .arrow4::before {
    content: "";
    left: unset;
    right: -17px;
  }
}

.learn,
.connect,
.discover,
.network {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.learn {
  background-image: url('../img/learn.jpg');
}

.connect {
  background-image: url('../img/connect.jpg');
}

.discover {
  background-image: url('../img/discover.jpg');
}

.network {
  background-image: url('../img/network.jpg');
}

@media (min-width:568px) {

  .learn img,
  .connect img,
  .discover img,
  .network img {
    visibility: hidden;
  }
}

.box-border {
  border: solid 1px #ccc;
  border-radius: 5px;
}

.icon-size {
  font-size: 44px;
}

/* .font-size{
    font-size: 20px;
  } */
.box-border:hover {
  color: #ffb84c;
  border-color: #ffb84c;
  background-color: #fff;
}

.image {
  width: 100%;
}

/*=====  End of common  ======*/


/*=============================================
  =            button            =
  =============================================*/


.slide-container {
  margin: auto;
  width: 600px;
  text-align: center;
}

.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper:focus {
  outline: 0;
}



.clash-card {
  background: white;
  width: 300px;
  display: inline-block;
  margin: auto;
  border-radius: 14px + 5;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
}

.clash-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.clash-card__image--barbarian {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/barbarian-bg.jpg');
  width: 400px;
  position: absolute;
  top: -65px;
  left: -70px;
}

.clash-card__image--archer {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/archer-bg.jpg');
  width: 400px;
  position: absolute;
  top: -34px;
  left: -37px;
}


.clash-card__image--giant {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/giant-bg.jpg');
  width: 340px;
  position: absolute;
  top: -30px;
  left: -25px;
}


.clash-card__image--goblin {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/goblin-bg.jpg');

  width: 370px;
  position: absolute;
  top: -21px;
  left: -37px;
}


.clash-card__image--wizard {
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/wizard-bg.jpg');
  width: 345px;
  position: absolute;
  top: -28px;
  left: -10px;
}


.clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.clash-card__level--barbarian {
  color: #EC9B3B;
}

.clash-card__level--archer {
  color: #EE5487;
}

.clash-card__level--giant {
  color: #F6901A;
}

.clash-card__level--goblin {
  color: #82BB30;
}

.clash-card__level--wizard {
  color: #4FACFF;
}

.clash-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.clash-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}

.clash-card__unit-stats--barbarian {
  background: #EC9B3B;
}

.clash-card__unit-stats--barbarian .one-third {
  border-right: 1px solid #BD7C2F;
}


.clash-card__unit-stats--archer {
  background: #EE5487;

  .one-third {
    border-right: 1px solid #D04976;
  }
}

.clash-card__unit-stats--giant {
  background: #F6901A;

  .one-third {
    border-right: 1px solid darken(#F6901A, 8%);
  }
}

.clash-card__unit-stats--goblin {
  background: #82BB30;

  .one-third {
    border-right: 1px solid darken(#82BB30, 6%);
  }
}

.clash-card__unit-stats--wizard {
  background: #4FACFF;

  .one-third {
    border-right: 1px solid darken(#4FACFF, 6%);
  }
}

.clash-card__unit-stats {

  color: white;
  font-weight: 700;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;

  .one-third {
    width: 33%;
    float: left;
    padding: 20px 15px;
  }

  sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
  }

  .stat {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .stat-value {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
  }

  .no-border {
    border-right: none;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.button {
  /* background-color: #ffb84c; */
  background: linear-gradient(90deg , #ffc062, #ffe3b9, #ffc062);
  color: #000;
  display: block;
  /* flex-basis: 50%; */
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 10px 8px 10px;
  text-align: center;
  transition: all .4s ease-in-out;
  filter: drop-shadow(0 0 2px #000);
}

@media (max-width: 577px) {
  .button {
    /* width: 90%; */
    margin-bottom: 10px;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .button {
    font-size: 14px;
  }
}

.button:hover {
  color: #003e59;
  background: #fff;
  text-decoration: none;
  border: 2px solid #ffb84c;
}

.button-class {
  background-color: #ffb84c;
  color: #fff;
  display: inline-block;
  flex-basis: 50%;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 50px;
  transition: all .4s ease-in-out;
  border: solid 1px transparent;

}

.button-class:hover {
  color: #ffb84c;
  background-color: #fff;
  text-decoration: none;
  border: solid 1px #ffb84c;
}

/*=============================================
  =            title            =
  =============================================*/

.title {
  position: relative;
  font-weight: 500;
  color: #fff;
  /* text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #ffb84c,
    0 0 82px #ffb84c,
    0 0 92px #ffb84c,
    0 0 152px #ffb84c;
    0 0 191px #ffb84c; */
}

.title1 {
  position: relative;
  font-weight: 500;
  color: #000;
  /* text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #ffb84c,
    0 0 82px #ffb84c,
    0 0 92px #ffb84c,
    0 0 152px #ffb84c;
    0 0 191px #ffb84c; */
}

/* .title span {
    position: absolute;
    display: block;
    width: 65px;
    height: 5px;
    background-color: #ffb84c;
    left: 0;
    bottom: 0;
  } */

.sub-title {
  color: #00a79d;
}

/*=====  End of title  ======*/

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 5%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/*=============================================
  =            header            =
  =============================================*/

.header {
  display: none;
  position: fixed;
  width: 100%;
  font-size: 1em;
  color: #000;
  /* set animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
}

.header.sticky {
  display: block;
  background: #000;
  text-align: left;
}

.fixed-top {
  box-shadow: 0px 3px 11px -1px rgba(120, 114, 114, 0.13);
}

.navbar {
  padding: 0px;
  background: #fbfcff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,#fbfcff, #fff7ec, #fbfcff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,#fbfcff, #fff7ec, #fbfcff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100px;
  box-shadow: 0 0 3px #000;
}

.navbar .logo {
  /* background-color: #ffffff; */
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
  padding: 3px;
  /* animation: circlerotate 15s infinite; */
}

@keyframes circlerotate {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(40deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.navbar img {
  width: 90px;
  /* filter: drop-shadow(0 0 20px #ffffffef); */
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0;
  margin: 0px 10px 0px 10px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000;
  font-weight: 700;
  padding: 5px;
  border-bottom: 2px solid #ffb84c;
  border-top: 2px solid #ffb84c;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.sty {
  font-size: 20px;
}

.dropdown-menu {
  width: 400px;
}

/*=====  End of header  ======*/


/*=============================================
  =            banner            =
  =============================================*/

.banner {
  background-image: url('../img/about5.jpg');
  background-repeat: no-repeat;
  background-size: 200% 200%;
  animation: gradient 50s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  25% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 100% 80%;
  }

  75% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.banner-content {
  background-color: rgba(255, 255, 255, 0.80);

}

.sponsor-banner {
  background-image: url('../img/why-sponsors/sponsor_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}

.attend-banner {
  background-image: url('../img/why-attend/attend_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}

/*=====  End of banner  ======*/


/*=============================================
  =            overview            =
  =============================================*/

  #overview1{
    background-image: url('../img/speakerbg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }

.bg-yellow{
    background-color: #fffbf5;
  }
.red-background {
  background: linear-gradient(180deg,#ffe3b9, #ffe3b9);
  box-shadow: 0 0 5px #000;
}

.red-background1 {
  background: linear-gradient(130deg, #ffc062 5%, #ffe3b9 80%, #ffc062);
    box-shadow: 0 0 5px #000;
}

#overview .gallery {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 10px;
}

#overview .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

#overview .gallery__item>img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#overview .gallery__item--hor {
  grid-column: span 2;
}

#overview .gallery__item--vert {
  grid-row: span 2;
}

#overview .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}


/*=====  End of overview  ======*/
#overview1 .gallery {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 10px;
}

#overview1 .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

#overview1 .gallery__item>img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#overview1 .gallery__item--hor {
  grid-column: span 2;
}

#overview1 .gallery__item--vert {
  grid-row: span 2;
}

#overview1 .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

/*=============================================
  =            journey so far            =
  =============================================*/

.numInfo {
  font-size: 2em;
  color: #ffb84c;
  font-weight: 700;
  text-transform: uppercase;
}

/*=============================================
  =            speaker carousel            =
  =============================================*/

.speaker-hover {
  position: relative;
}

.speaker-hover a {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  color: #fff
}

@media (max-width: 567px) {
  .speaker-hover a {
    top: 5px;
    right: 10px;
    font-size: 22px;
  }

  /* .passpk{text-align: left} */
  .passpk h5 {
    font-size: 20px;
    text-align: center;
  }

  .passpk p {
    font-size: 18px;
    text-align: center;
  }
}

/*=====  End of speakers  ======*/

/*=============================================
  =            testimonial            =
  =============================================*/
.bg-testimonial {
  background-color: #fff;
  margin-top: 54px;
  border-radius: 8px;
  position: relative;
  min-height: 395px;
  box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  transition: all .5s ease-in-out;
  margin-bottom: 20px;
}

.bg-testimonial:hover {
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
}

.name-testi h3 {
  font-size: 20px;
}

.name-testi span {
  display: block;
  font-size: 14px;
}

.bg-testimonial p {
  margin-top: 15px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.bg-testimonial img {
  position: absolute;
  right: 20px;
  bottom: 36px;
  width: 120px !important;
}

.video-gallery iframe {
  width: 100%;
  /* height: 100%; */
}

/*=====  End of testimonial  ======*/

/* social-icons */

.social-icons a {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 30px;
  transition: .4s;
}

.social-icons a:hover {
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.social-icons a:first-child:hover {
  background-color: #55acee;
}

.social-icons a:nth-child(2):hover {
  background-color: #3b5999;
}

.social-icons a:nth-child(3):hover {
  background-color: #833ab4;
}

.social-icons a:last-child:hover {
  background-color: #007bb5;
}

/*=====  End of subscribe  ======*/

/*=============================================
  =            video            =
  =============================================*/
.video a img,
.video i,
.video .icon-play-button-hover {
  transition: all .4s ease-in-out;
}

.video a {
  overflow: hidden;
  display: block;
  position: relative;
}

.video i {
  position: absolute;
  color: #ffb84c;
  font-size: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video a:hover img {
  transform: scale(1.1);
}

.video a .icon-play-button-hover {
  display: none;
  color: #ffb84c;
  background-color: #fff;
  border-radius: 50%;
  transition: all .4s ease-in-out;
}

.video a:hover .icon-play-button {
  display: none;
}

.video a:hover .icon-play-button-hover {
  display: block;
}

iframe {
  width: 100%;
}

/*=====  End of video  ======*/

/*=============================================
  =            inner-page            =
  =============================================*/
.title-color {
  color: #ffb84c;
}

/*----------  why sponsor  ----------*/
.card-shadow {
  -webkit-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  -moz-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  transition: all .5s ease-in-out;
  border: transparent
}

.card-shadow:hover {
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
}

/*----------  why attend  ----------*/

.points li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
}

.points li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffb84c;
  position: absolute;
  margin-left: -20px;
  top: 8px;
  transform: rotate(-45deg);
}

/*=====  End of inner-page  ======*/
.card {
  margin: 0 auto;
  border: none;
}

.card .carousel-item {
  min-height: 265px;
}

.card .carousel-caption {
  padding: 0;
  right: 20px;
  left: 20px;
  top: 15px;
  color: #3d3d3d;
  padding: 15px;
}

.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.card .carousel-caption .col-sm-9 {
  text-align: left;
}

.card .carousel-control-prev,
.card .carousel-control-next {
  color: #000 !important;
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 0.85;
}

.carousel-control-prev {
  left: 40%;
  top: 110%;
}

.carousel-control-next {
  right: 40%;
  top: 110%;
}

.carousel-caption h2 {
  font-size: 18px;
}

.carousel-caption h3 {
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }

  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption h3,
  .card .carousel-caption small {
    text-align: center;
    font-size: 18px;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}

#days {
  font-size: 24px;
  color: #000;
  padding: 15px;
  box-shadow: 0 0 5px #000;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}

#hours {
  font-size: 24px;
  color: #000;
  padding: 15px;
  box-shadow: 0 0 5px #000;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}

#minutes {
  font-size: 24px;
  color: #000;
  padding: 15px;
  box-shadow: 0 0 5px #000;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}

#seconds {
  font-size: 18px;
  color: #000;
  padding: 15px;
  box-shadow: 0 0 5px #000;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  animation: zoominout 1s infinite;
}

@keyframes zoominout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* animation below */
.move {
  animation: move ease-in-out 1s infinite;
}

@keyframes move {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-25vh);
  }
}

.count1{
  background: linear-gradient(90deg , #ffc062, #ffb84c, #ffc062);
  box-shadow: 0 0 5px #000;
}

.counting-number {
  position: relative;
  margin: 10px 0;
  text-align: center;
}

.counting-number p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  /* filter: drop-shadow(0 0 0px #fff); */
}

.counting-number span {
  font-weight: 600;
  /* font-size: 35px; */
}

.counting-number>div {
  /* padding: 0 30px; */
  font-size: 36px;
  color: #000;
  /* filter: drop-shadow(0 0 1px #000); */
}

.counting-number>div:before {
  content: "";
  color: #ffb84c;
  width: 1px;
  height: 40%;
  position: absolute;
  right: 0;
  background: #fff;
  top: 25%;
  /* margin-right: 20px; */
}

.counting-number:last-child>div::before {
  content: "";
  display: none;
}

@media (max-width:991px) {
  .counting-number p {
    font-size: 14px;
  }

  .counting-number span {
    font-size: 16px;
  }

  .counting-number>div {
    padding: 0px;
    font-size: 16px
  }

  .counting-number>div:before {
    content: "";
    margin-right: 0px;
    margin-top: 0;
    /* height: 80%; */
  }
}

@media (max-width:568px) {
  .line>div:before {
    content: "";
    display: none;
  }
}

.card2 {
  position: relative;
  margin: 25px;
  width: 230px;
  height: 230px;
  transition: margin 0.5s;
}

.card2:hover {
  box-shadow: 0 0px 80px rgba(0, 0, 0, 0.2);
  margin: 100px 25px;
}

.card2:hover .face.card-header {
  background-color: #333;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.content {
  opacity: 1;
}

.face.card-footer {
  transform: translateY(10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

.face.card-footer span {
  font-weight: 500;
  color: #000;
}

.face {
  max-width: 300px;
  height: 200px;
  transition: 0.5s;
}

.face.card-header {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bf6c33;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.content {
  opacity: 0.9;
  transition: 0.5s;
}

.face.card-header i {
  font-size: 54px;
  color: #fff;

}

.face.card-header span {
  margin: 10px 0 0;
  padding: 10;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}


.face.card-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.face.card-footer p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.face.card-footer a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  border: 1px solid #333;
  padding: 5px;
}

.face.card-footer a:hover {
  background-color: #333;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .card2:hover {
    margin: 25px;
  }
}

#topics .cardBox {
  width: 100%;
  min-height: 300px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}

#topics .card {
  position: absolute;
  width: 95%;
  height: 95%;
  background: radial-gradient(#1f1f1f, #000000);
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

#topics .card h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 3rem; */
  font-weight: 600;
  pointer-events: none;
  opacity: 1;
  line-height: 40px;
}

#topics .card img {
  position: absolute;
  width: 100%;
  /* top: 80%;
    left: 50%; */
  /* transform: translate(100%, -10%); */
  /* font-size: 3rem; */
  font-weight: 700;
  /* pointer-events: none; */
  opacity: 0.4;
  /* animation: glowing 10s linear infinite; */
}

@keyframes glowing {
  0% {
    transform: scale(0.9);

  }

  50% {
    transform: scale(1.1);

  }

  100% {
    transform: scale(0.9);
  }

}

#topics span {
  top: 75%;
}

/* #topics .card .content h3 {
    font-size: 3rem;
    padding-bottom: 10px;
  } */

#topics .card .content p {
  /* font-size: 1.6rem; */
  line-height: 25px;
  color: #fff;
  filter: drop-shadow(0 0 3px #000);
  font-weight: 600;
}

#topics .card .content {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#topics .card:hover .content {
  transform: translateY(0);
  opacity: 1;
}

#topics .card:hover h3,
#topics .card:hover span {
  opacity: 0;
}

/* #topics .cardBox::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: #40E0D0;
    background: -webkit-linear-gradient(#ecd355, transparent),
    -webkit-linear-gradient(top, #f8e766 0%, #f8e766 26%, rgba(226, 186, 120, 1) 35%, #f8e766 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    animation: glowing01 15s linear infinite;
    transform-origin: center;
    animation: glowing 15s linear infinite;
    filter: drop-shadow(0 0 25px #000);
  }
  
  @keyframes glowing {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  } */


.our-team {
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 400px;
}

.our-team .team-content {
  box-shadow:inset 0px 0px 35px #ffc062;
  min-height: 180px;
  background: linear-gradient(0deg, #ffe3b9, #ffe3b9);
  padding: 5px;
}

.our-team .picture {
  display: inline-block;
  height: 180px;
  width: 180px;
  margin-bottom: 10px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 35px #f5a535cc;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  /* border-radius: 50%; */
  /* background-color: #f5a535cc; */
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(1);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1.1);
  border: 3px solid #f5a535cc;
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 4px #f5a535cc;
  /* transform: scale(0.9); */
}

.our-team:hover .team-content {
  box-shadow: inset 0 0 15px #f5a535cc;
}

.our-team .company {
  display: block;
  color: #4e5052;
  margin-bottom: 0px;
  line-height: 20px;
}

.our-team .name {
  display: block;
  color: #4e5052;
  font-weight: 600;
  margin-bottom: 0px;
}

#overview1 ul {
  list-style-type: oval;
}

#overview1 ul li {
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

#overview2 ul {
  list-style-type: oval;
}

#overview2 ul li {
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

#overview ul li {
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}

#service {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.service-section .icon-box {
  padding: 15px;
  border-radius: 6px;
  background: linear-gradient(15deg, #ffc062, #ffe3b9, #ffc062);
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 5px #000;
}

.service-section .icon-box .service-icon {
  float: none;
  color: #fff;
  font-size: 32px;
  border: 1px solid #ffb84c;
  padding: 15px;
  border-radius: 20%;
 background-color: #000;
  transition: 0.5s;
  box-shadow: 0 0 15px #fff;
}

.service-section .icon-box .service-icon:hover {
  /* background-color: #ffffffde; */
  color: #ffffffde;
}

.service-section .icon-box .service-para {
  /* margin-left: 70px; */
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", serif;
  color: #000;
  margin-top: 15px;
}

.content-tab-1 .nav {
  text-align: center;
  text-transform: uppercase;
}

.content-tab-1 .nav {
  display: block !important;
}

.content-tab-1>.nav>li {
  float: none;
  display: inline-block;
  border: 2px solid #B1AEAE;
  padding: 3px 20px;
  box-shadow: 0px 0px 2px #F2F2F2;
  margin-bottom: 5px;
}

.content-tab-1>.nav li>a {
  color: #CFD9E6;
  background-color: transparent;
  transition: all 0.2s ease 0s;
}

.content-tab-1>.nav li>a>i {
  color: #474846;
  font-size: 35px;
  margin-bottom: 10px;
}

.content-tab-1>.nav>li>a>h4 {
  display: block;
  color: #4D3F3F;
  font-size: 16px;
  margin-bottom: 0px;
}

.content-tab-1>.nav>li.active>a>h4,
.content-tab-1>.nav>li.active>a>i {
  color: #FFF;
}

.content-tab-1>.nav>li.active {
  border: 2px solid #ffb84c;
  background: #ffb84c;
}

.tab2-services-box {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #E1DDDD;
}

.tab2-services-box .media {
  margin-bottom: 30px;
}

.tab2-services-box .services-info p {
  margin-bottom: 0;
}

#gallery img {
  border: 2px solid #fff;
  height: 100%;
}

#wrapper {
  /* background-image: url('../img/newbg.jpg'); */
  padding-top: 100px;
background: linear-gradient(to right,#fbfcffb2, #fff7ec, #fbfcffb2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background: radial-gradient(#000000b7, #000000); */
}

#wrapper1 {
  background-image: url('../img/newbg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#speaker {
  background-image: url('../img/speakerbg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


#container {
  float: left;
  padding: 1em;
  width: 100%;
}

/*** OPEN BOOK ***/
/* .open-book {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1em 3em;
    color: #000;
    padding: 1em;
    animation:2s bookflip;
    transform: translate3d(0px, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  
  @keyframes bookflip {
    0% { transform: translate3d(0px, 5%, 14px) rotateX(0deg) rotateY(53deg) rotateZ(0deg);}
      
    100% {
      transform: translate3d(0px, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
  } */

.open-book * {
  position: relative;
}



/* .open-book hr {
    background-color: #000;
    border: 0;
    height: 2px;
    margin: 1em 0;
  } */


/*** MEDIA QUERIES ***/
/* @media (min-width: 50em) {
    .open-book {
      position: relative;
    }
  
    .open-book:before {
      background-color: #ffb84c;
      border-radius: 0.25em;
      bottom: 0em;
      content: '';
      left: -1em;
      position: absolute;
      right: -1em;
      top: 0em;
      z-index: 1;
    }
  
    .open-book:after {
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 52%, transparent 100%);
      bottom: 0em;
      content: '';
      left: 50%;
      position: absolute;
      top: 0em;
      transform: translate(-50%, 0);
      width: 4em;
      z-index: 1;
    }
   */
.open-book>* {
  /* column-count: 2;
        column-gap: 6em; */
  position: relative;
  z-index: 1;
}


/* Body Copy */

.open-book article h3 {
  text-align: center;
  font-weight: 500;
  color: #000;
  /* filter: drop-shadow(0 0 1px #000); */
}

.open-book article h3 span {
  text-align: center;
  font-weight: 500;
  /* background-color: #ffb84c; */
  color: #000;
  padding: 13px;
  margin-left: 5px;
  margin-right: 5px;
  /* filter: drop-shadow(0 0 1px #000); */
}

.open-book article h4 {
  text-align: center;
  font-weight: 400;
  color: #000;
  filter: drop-shadow(0 0 1px #000);
}

.open-book article h4 i {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffb84c;
  padding-right: 15px;
  filter: drop-shadow(0 0 1px #000);
}

.open-book article h5 {
  text-align: center;
  font-weight: 700;
  color: #000;
}

.car {
  position: relative;
  width: 400px;
  height: 240px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: 0.5s;

}

.car .circ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;

}

.car .circ::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -3px;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: circle(80px at center);
  transition: 0.5s;

}

.car:hover .circ::before {
  background: #fff;
  clip-path: circle(300px at center);

}

.car img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  pointer-events: none;
  transition: 0.5s;
}

.car:hover img {
  left: 84%;
  height: 170px;

}

.car .conten {
  position: relative;
  width: 70%;
  padding: 10px 10px 10px 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;

}

.car:hover .conten {
  left: -2%;
  opacity: 1;
  visibility: visible;
}

.car .conten h2 {
  color: #ffb84c;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;

}

.car .conten p {
  color: #000;
  line-height: 16px;
  font-size: 14px;
  text-align: start;
  font-weight: 600;
}

.car .conten a {
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #111;
  color: #111;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
}

.car .conten a:hover {
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  background: #ffb84c;
  border: 2px solid #111;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .car {
    width: auto;
    max-width: 350px;
    align-items: flex-start;
    margin: 10px;
  }

  .car:hover {
    height: 390px;
  }

  .car .conten {
    width: 100%;
    left: 0;
    padding: 30px;
  }

  .car:hover img {
    top: 50%;
    left: 10%;
    height: 180px;

  }
}

@media (max-width: 420px) {
  .car .conten {
    padding: 40px;
  }
}

.gold-text {
  
  /*if no support for background-clip*/
  background: -webkit-linear-gradient(#ffec42, #ffda6d);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px #000);
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 13px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a img {
  color: #818a91;
  width: 20px;
  display: inline-block;
  text-align: center;
  opacity: 0.5;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #000;
  opacity: 1;
}

.social-icons a.twitter:hover img {
  background-color: #000;
  opacity: 1;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.youtube:hover {
  background-color: red;
}

.social-icons a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  ;

}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}

.testimonial {
  box-shadow: 0 0 5px #aaa;
  padding: 10px;
  background: linear-gradient(135deg,#434343, #000000, #434343);
  /* min-height: 200px; */
  height: 100%;
  color: #fff;
  box-shadow: 0 0 5px #000;
}

.testimonial p{
  color: #fff;
}

.testimonial h6{
  color: #fff;
}

.count-bg {
  /* background-image: url('../img/countdown1.jpg'); */
  background: linear-gradient(90deg, #ffc062, #ffe3b9, #ffc062);
    box-shadow: 0 0 5px #000;
  padding-top: 30px;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* #prices {
  background-color: #fff4ea;
} */

#prices span {
  font-size: 30px;
  color: #FFF;
}

#prices h4 {
  color: #FFF;
}

.price-table {
  box-shadow: 0 0 5px #000;
}

.prices-box .box {
  opacity: 0.5;
}

.prices-box img {
  position: absolute;
  padding-top: 45%;
  width: 80%;
  left: 10%;
  z-index: 1;
}

#prices .features li {
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
}

#prices .btn.btn-default {
  margin: 20px 0px;
}

#prices .features-border li {
  border-top: 1px solid #c7c7c7;
  padding: 10px 0px;
}

#prices .features-border li:last-child {
  border-bottom: 1px solid #c7c7c7;
}

#price2 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#price2:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
}

.btn.btn-default {
  background-color: #5db4c0;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 600
}

.prices-box {
  margin: 50px 0px;
}

.top-content {
  background: linear-gradient(to right, #000000, #434343);
  padding: 20px;
}

.bottom-content {
  background-color: #f6f6f6;
  padding: 20px;
}

.big-price span {
  color: #333;
  font-size: 40px;
}