/* Menu  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.font-col {
  color: #ad7a20;
}

.quick {
  margin-top: 10%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.quick > ul > li {
  list-style: none;
}

.speaker-block-two {
  position: relative;
  padding: 0 25px;
  margin-bottom: 40px;
}

.speaker-block-two .inner-box {
  position: relative;
  text-align: center;
}

.speaker-block-two .image-box {
  position: relative;
}

.speaker-block-two .image-box .image {
  position: relative;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 12px 40px rgba(8, 18, 109, 0.08);
}

.speaker-block-two .image-box .image:after,
.speaker-block-two .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #fdd7c2;
  content: "";
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.speaker-block-two .inner-box:hover .image-box .image:after,
.speaker-block-two .inner-box:hover .image-box .image:before {
  height: 100%;
}

.speaker-block-two .inner-box .image-box .image:after {
  opacity: 0.4;
  z-index: 1;
  top: auto;
  bottom: 0;
}

.speaker-block-two .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  z-index: 1;
}

.speaker-block-two .social-links {
  position: absolute;
  left: 0;
  bottom: 70px;
  padding: 20px;
  width: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.speaker-block-two .social-links ul {
  position: relative;
  text-align: center;
  padding: 30px 70px;
  /* background-image: url(../images/icons/shape-4.png); */
  background-repeat: no-repeat;
  background-position: center;
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 9px;
}

.speaker-block-two .social-links li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-two .social-links li a:hover {
  color: #222222;
}

.speaker-block-two .inner-box:hover .social-links {
  bottom: 10px;
  opacity: 1;
}

.speaker-block-two .caption-box {
  position: relative;
  padding-top: 20px;
}

.speaker-block-two .caption-box .name {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #212639;
  font-weight: 700;
  margin-bottom: 10px;
}

.speaker-block-two .caption-box .name a {
  color: #212639;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-two .caption-box .name a:hover {
  color: #fac201;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  /* border: 2px solid #00427f; */
}

.cmp-homepagenews__title1::after,
.cmp-title__text1:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #69a03b, #f6e420);
  background: -webkit-linear-gradient(45deg, #69a03b, #f6e420);
  bottom: -20px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  left: 0;
  margin-left: calc(50% - px);
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 50%;
  animation: blink;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.cmp-homepagenews__title1::after {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.font-col {
  color: #ad7a20;
}

.zoom {
  transition: transform 0.2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

li {
  list-style: none;
}

/* FOOTER  */

footer {
  background-color: #273d30;
}

/* ================================================ */

/* clock  countdown css code start  */

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  width: 100%;
}

.clock-canvas {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}

.text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
}

.text .val {
  font-size: 50px;
}

.text .type-time {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .clock-item {
    margin: 0px 30px 30px 30px;
  }
}

/* clock  countdown css code end  */

.custom-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  background: url("../images/pattern_1.webp");
}

.custom-card .card {
  height: 100%;
}

.custom-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
  border: none;
  width: 100%;
}

.dash-line {
  height: 2px;
  width: 50%;
  margin: 10px auto;
  background: linear-gradient(to right, #00ff00, #ffff00);
}

.dash-lines {
  height: 2px;
  width: 20%;
  margin: 10px auto;
  background: linear-gradient(to right, #00ff00, #ffff00);
}

@media (max-width: 767px) {
  .col-md-4 {
    margin-bottom: 20px;
  }
}

.container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.container .content .right-side {
  width: 75%;
  margin-left: 75px;
}

.content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}

.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}

.right-side .message-box {
  min-height: 110px;
}

.right-side .input-box textarea {
  padding-top: 6px;
}

.right-side .button {
  display: inline-block;
  margin-top: 12px;
}

.right-side .button input[type="button"] {
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button input[type="button"]:hover {
  background: #5029bc;
}

@media (max-width: 950px) {
  .container1 {
    width: 90%;
    padding: 30px 40px 40px 35px;
  }
  .container .content .right-side {
    width: 75%;
    margin-left: 55px;
  }
}

@media (max-width: 820px) {
  .container1 {
    margin: 40px 0;
    height: 100%;
  }
  .container .content {
    flex-direction: column-reverse;
  }
  .container .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .container .content .left-side::before {
    display: none;
  }
  .container .content .right-side {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .logos1 navbars1 img {
    text-align: center;
    background-color: yellow;
  }
}
.page-title {
  background: #d8ebe1;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
}

.accommodation h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}
.accommodation h2 span {
  display: block;
  font-size: 18px;
}

.icons i {
  color: #d1ae6c;
  font-size: 20px;
  margin: 1px;
}

.list li {
  list-style: disc;
  margin-left: 30px;
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  50% {
    background-color: #273d30;
  }

  51%,
  100% {
    background-color: #c99c00;
    background-color: #ffcc00;
  }
}

.float_reg {
  position: fixed;
  top: 30%;
  /* right: 0%; */
  right: 0%;
  /* padding: 10px; */
  padding: 10px 25px 10px 45px;
  padding: 10px 25px 10px 25px;
  /* width: 220px; */
  /* height: 65px; */
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(249, 232, 51, 1) 0%,
    rgba(250, 196, 59, 1) 100.2%
  );
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 50px 0 0 50px;
  /* text-align: center; */
}

.bi-caret-right-fill::before {
  content: "\f231";
  background: #273d30;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}

.float_reg p a {
  padding: 0px 0px;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.float_reg p a i {
  font-size: 40px;
  margin-right: 5px;
  /* background: #fff; */
  border-radius: 50%;
}

.float_reg p a:hover {
  text-decoration: none;
}
.float_reg img {
  /* width: 200px; */
}

.query {
  position: fixed;
  top: 45%;
  /* right: 0%; */
  right: 0%;
  /* padding: 10px; */
  padding: 10px 25px 10px 45px;
  padding: 10px 25px 10px 25px;
  /* width: 220px; */
  /* height: 65px; */
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(249, 232, 51, 1) 0%,
    rgba(250, 196, 59, 1) 100.2%
  );
  background: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgb(87 227 141) 0%,
    rgb(41 62 48) 100.2%
  );
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 50px 0 0 50px;
  /* text-align: center; */
}

.bi-caret-right-fill::before {
  content: "\f231";
  background: #273d30;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}

.query p a {
  padding: 0px 0px;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
}

.query p a i {
  font-size: 40px;
  margin-right: 5px;
  /* background: #fff; */
  border-radius: 50%;
}

.query p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 499px) {
  .float_reg {
    /* width: 140px !important;
    height: 50px !important; */
    padding: 10px 20px;
  }

  .float_reg p a i {
    font-size: 20px;
  }

  .float_reg p a {
    font-size: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .float_reg img {
    width: 40px !important;
  }

  .query {
    /* width: 140px !important;
    height: 50px !important; */
    padding: 10px 20px;
  }

  .query p a i {
    font-size: 20px;
  }

  .query p a {
    font-size: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .query img {
    width: 40px !important;
  }
}

.speaker-block-two .caption-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1em;
  color: #212639;
  font-weight: 400;
  margin-bottom: 10px;
}
