@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-clr: #e4a800;
  --pm-blue: #11429b;
  --sky-blue: #5685d9;
  --lit-bg: #f8f8f8;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  outline: none !important;
  font-weight: 400;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
}
.cf:before,
.cf:after,
.cf:before,
.cf:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.cf:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.sleek-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.sleek-light {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.text-center {
  text-align: center;
}
p {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
h2,
h3,
h4,
h5 {
  font-weight: 500;
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
}

h3.head03 {
  font-size: clamp(2rem, 7vw, 4rem);
  color: #e4a800;
  line-height: 1.2;
  padding-bottom: 20px;
}
a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._icon {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unstyle-list,
.unstyle-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-close {
  width: 17px;
  height: 17px;
  position: absolute;
  z-index: 3;
  right: 11px;
  top: 5px;
  text-decoration: none;
  color: #65a200;
}
.link-btn01,
.link-btn02,
.link-btn03 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  line-height: 24px;
  padding: 8px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #fff;
  border-radius: 0;
}
.link-btn01 {
  background: #e4a800;
  color: #f9f6f6;
}
.link-btn01:focus,
.link-btn01:hover {
  background: #666;
  color: #fff;
}
.link-btn02 {
  background: #444444;
  color: #f9f6f6;
}
.link-btn02:hover {
  background: #4b603b;
}
.link-btn03 {
  background: #e4a800;
  color: #f9f6f6;
}
.link-btn03:hover {
  background: #666666;
}
.rad03 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.shadow01 {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.shadow02 {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.shadow03 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.form-button,
.form-control {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  line-height: 30px;
  background: #555555;
  width: 100px;
  display: inline-block;
  font-family: "Conv_Calibri";
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/***************************/
.speaker-list .col-md-4{min-height: 380px;}
/************Loader************/

.loader-panel {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.loader {
  animation: load 1s linear infinite;
  border: 0.5em dashed #fd6315;
  border-radius: 50%;
  display: block;
  height: 2em;
  left: 50%;
  margin: -1.5em;
  position: absolute;
  top: 50%;
  width: 2em;
}
.loader:after {
  border: 0.4em solid #be9835;
  border-radius: 50%;
  bottom: 0.2em;
  content: "";
  left: 0.2em;
  position: absolute;
  right: 0.2em;
  top: 0.2em;
}
@keyframes load {
  100% {
    transform: rotate(360deg);
  }
}

.menu-icon-panel {
  position: relative;
  z-index: 1;
}
.c-rela {
  position: relative;
  z-index: 1;
}
.overlay-mob {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: revert-layer;
  background: rgb(231, 231, 231);
  background: -moz-linear-gradient(79deg, rgba(231, 231, 231, 0) 4%, rgba(24, 67, 144, 1) 42%);
  background: -webkit-linear-gradient(79deg, rgba(231, 231, 231, 0) 4%, rgba(24, 67, 144, 1) 42%);
  background: linear-gradient(79deg, rgba(231, 231, 231, 0) 4%, rgba(24, 67, 144, 1) 42%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7",endColorstr="#184390",GradientType=1);
  width: 40%;
  right: 0;
}
/*************Layout************/
.logo-container {
  position: relative;
  display: inline-block;
}

.logo-container::before,
.logo-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255 255 255 / 54%);
  filter: blur(50px);
  z-index: -1;
}

.logo-container::after {
  z-index: 1; /* Place in front of the logo */
}

.logo-container img {
  position: relative;
  z-index: 2;
  display: block;
  left: 15px;
}
header {
  padding: 0;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
  font-family: "Myriad Pro", Verdana, "trajan Pro";
}
.headertop-panel {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/temp/header-bg01.jpg) no-repeat center center;
  background-size: cover;
  height: 180px;
}
header .logo {
  float: left;
  max-width: 180px;
  padding-top: 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-right {
  text-align: right;
  display: inline-block;
  float: right;
  font-size: 19px;
  color: #fff;
  padding-top: 20px;
}
.header-right .notice {
  width: 100%;
  color: #fff;
  padding-top: 10px;
  float: left;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.8);
}
.notice-inner {
  width: 100%;
  max-width: 430px;
  float: right;
  font-size: 18px;
  line-height: 26px;
}
.header-right .quick-link {
  transition: 300ms all ease-in-out;
  display: inline-block;
  padding: 14px 14px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /* background: rgb(247, 18, 24); */
  border: 2px solid;
  border-radius: 26px;
  /* background: -moz-linear-gradient(74deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
  background: -webkit-linear-gradient(74deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
  background: linear-gradient(74deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f71218",endColorstr="#e4a800",GradientType=1); */
  li {
    span,
    a {
      transition: 300ms all ease-in-out;
    }
  }
  &:hover {
    /* background: var(--primary-clr); */
    background-color: white;
    border: 2px solid var(--primary-clr);
    li {
      span,
      a {
        color: #000;
      }
    }
    /* background: -moz-linear-gradient(263deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
    background: -webkit-linear-gradient(263deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
    background: linear-gradient(263deg, rgba(247, 18, 24, 1) 0%, rgba(228, 168, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f71218",endColorstr="#e4a800",GradientType=1); */
  }
}
.header-right .quick-link li {
  color: #fff5f5;
  border-right: 1px solid #fff5f5;
  float: left;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 2px 6px 0;
  position: relative;
  cursor: pointer;
}
.header-right .quick-link li a {
  padding: 0 6px 0;
  color: #fff5f5;
  display: block;
}
.header-right .quick-link li a:hover {
  /* color: #fff; */
}
.header-right .quick-link li:last-child {
  border-right: 0;
}
.headertop-panel .courses-menu-pop .pop-menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 994;
  color: #444;
}
.headertop-panel .courses-menu-pop .pop-menu-close:hover {
  color: #a68633;
}
.headertop-panel .courses-menu-pop {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 992;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 190px;
  height: 0;
}
.about-menu-opend .headertop-panel .courses-menu-pop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 28px;
  width: 190px;
  height: auto;
  background: #666666;
  left: 0;
}
.headertop-panel ul.quick-link .courses-menu-pop ul {
  width: 200px;
  height: 0;
  background: #666666;
  padding: 5px 12px 10px;
  position: relative;
  z-index: 993;
  margin: 0;
  font-size: 15px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-menu-opend .headertop-panel ul.quick-link .courses-menu-pop ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.headertop-panel ul.quick-link .courses-menu-pop li {
  padding: 6px 0;
  border-bottom: 1px solid #faf8f4;
  display: inline-block;
  width: 100%;
  float: none;
  border-right: 0;
  text-align: left;
}
.headertop-panel ul.quick-link .courses-menu-pop li:last-child {
  border: 0;
}
.headertop-panel ul.quick-link .courses-menu-pop li a {
  font-size: 14px;
  color: #faf8f4;
  display: block;
  padding: 3px 0;
}
.headertop-panel ul.quick-link .courses-menu-pop li a:hover {
  color: #fff;
}
/*************BAnner************/

.home-banner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.home-banner .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-banner {
  .hero-swiper {
    .swiper-slide {
      height: 80vh;
    }
    img {
      filter: brightness(0.75);
      height: 100%;
      object-fit: cover;
    }
    .hero-next,
    .hero-prev {
      border: 1px solid var(--primary-clr);
      border-radius: 50%;
      width: 3em;
      height: 3em;
      transition: 200ms all linear;
      &:hover {
        background-color: #fff;
        &:after {
          color: #000;
        }
      }
      &::after {
        transition: 200ms all linear;
        font-weight: bold;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1;
      }
    }
    .hero-next {
    }
    .hero-prev {
    }
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.home-banner .slide-item {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.home-banner .banner-slider .slide-item {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1.2s all ease !important;
}
.home-banner .banner-slider .slide-item img {
  text-align: center;
  display: inline-block;
}
.home-banner .banner-slider .slick-list,
.home-banner .banner-slider .slick-track {
  height: 100%;
  margin: 0;
}
.home-banner .banner-slider .slick-track {
  overflow: hidden;
}
.home-banner .banner-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: none !important;
}
.home-banner .banner-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  width: 22px;
  font-family: "Conv_Calibri";
  text-transform: uppercase;
}
.home-banner .banner-slider .slick-dots button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 22px;
  height: 2px;
  margin-left: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.home-banner .banner-slider .slick-dots .slick-active button {
  background-color: #2894e0;
}
.home-banner .banner-slider .slick-arrow {
  display: none;
  width: 40px;
  height: 77px;
  float: left;
  font-size: 18px;
  background: #e4a800;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-banner .banner-slider .slick-next {
  right: -36px;
}
.home-banner .banner-slider:hover .slick-next {
  right: 36px;
}
.home-banner .banner-slider .slick-prev {
  left: -36px;
}
.home-banner .banner-slider:hover .slick-prev {
  left: 36px;
}
.home-banner .banner-slider .slick-arrow:after,
.home-banner .banner-slider .slick-next:after {
  content: "";
  background: url(../img/arrow.png) no-repeat 0 0;
  width: 15px;
  height: 27px;
  display: block;
  background-size: cover;
  margin: 0 auto;
}
.home-banner .banner-slider .slick-next:after {
  background-position: -20px 0;
}
.home-banner .banner-slider:hover .slick-arrow {
  opacity: 0.6;
  visibility: visible;
}
.home-banner .banner-slider:hover .slick-prev {
  left: 36px;
}
.home-banner .banner-slider:hover .slick-next {
  right: 36px;
}
.home-banner .banner-slider:hover .slick-prev:hover {
  opacity: 1;
}
.home-banner .banner-slider:hover .slick-next:hover {
  opacity: 1;
}
.banner .slick-list {
  position: relative;
  z-index: 1;
}
.main-panel {
  position: relative;
  z-index: 1;
}
.hm-welcom-panel {
  color: #666;
}
.pad01 {
  padding: 60px 0;
}
.welcome-text p {
  padding: 0 0 20px;
}
.hm-members-panel {
  margin: 0 -20px;
}
.hm-members-panel .member-list {
  text-align: center;
  padding-top: 30px;
}
.hm-members-panel .member-list figure {
  border: 2px solid #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.hm-members-panel .member-list figure img {
  width: 100%;
  height: 100%;
}
.hm-members-panel .member-list .item {
  text-align: center;
  padding: 0 20px;
}
.hm-members-panel .member-list .text {
  padding: 18px 0 0;
  color: #333;
}
.hm-members-panel .member-list h4 {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.hm-members-panel .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 12px;
  background: none;
  border: 0;
  background: #666666;
  width: 20px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.hm-members-panel .slick-prev {
  left: 0;
}
.hm-members-panel .slick-next {
  right: 0;
}
.hm-members-panel .slick-arrow:before {
  font-size: 16px;
  text-align: center;
  font-family: "Ionicons";
}
.hm-members-panel .slick-prev:before {
  content: "\f124";
}
.hm-members-panel .slick-next:before {
  content: "\f125";
}

.hm-box-panel .box01 {
  background: #666666;
  color: #fff;
  padding: 25px;
  min-height: 150px;
}
.hm-box-panel .box01 h4 {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 12px;
}
.hm-box-panel .box01 p {
  padding-bottom: 8px;
}
.hm-box-panel .box01 .link-btn01 {
  border: 1px solid #fff;
}
.hm-box-panel .box01 .link-btn01:hover {
  color: #666666;
  background: #ffffff;
}
.form-pop button.link-btn01 {
  margin-top: 22px;
}
.hm-organisation {
  .slick-slide {
    p,
    img,
    figure,
    img {
      transition: 300ms all ease-in-out;
    }
    &:hover {
      h4 {
        /* color: var(--primary-clr); */
      }
      p {
        color: #fff;
      }
      figure {
      }
    }
  }
  .slick-track {
    &:hover {
      .slick-slide:not(:hover) {
        img {
          /* filter: blur(2px); */
        }
      }
    }
  }
}
.hm-organisation-panel {
  background: #11429b; /*
  background: var(--sky-blue); */
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
/* .hm-organisation-panel::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  transform: rotate(20deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(transparent)) !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.12156862745098039) 100%) !important;
  opacity: 0.1;
}
.hm-organisation-panel::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 127%;
  top: 0;
  transform: rotate(20deg);
  right: -61px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(transparent)) !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.12156862745098039) 100%) !important;
  opacity: 0.2;
} */
.hm-organisation-panel h3.head03 {
  color: #fff;
}
.hm-organisation {
  margin: 0 -20px;
}
.hm-organisation .organisation-list {
  text-align: center;
  padding-top: 20px;
}
.hm-organisation .organisation-list figure {
  border: 5px solid #e4a800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.hm-organisation .organisation-list figure img {
  width: 100%;
  height: 100%;
}
.hm-organisation .organisation-list .item {
  text-align: center;
  padding: 0 20px;
}
.hm-organisation .organisation-list .text {
  padding: 22px 10px 0;
  color: #fff;
}
.hm-organisation .organisation-list h4 {
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 8px;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 2rem);
  font-weight: 500;
}
.hm-organisation .organisation-list p {
  color: rgba(255, 255, 255, 0.6);
}
.hm-organisation .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 12px;
  background: none;
  border: 0;
  width: 20px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.hm-organisation .slick-prev {
  left: 0;
}
.hm-organisation .slick-next {
  right: 0;
}
.hm-organisation .slick-arrow:before {
  font-size: 20px;
  text-align: center;
  font-family: "Ionicons";
}
.hm-organisation .slick-prev:before {
  content: "\f124";
}
.hm-organisation .slick-next:before {
  content: "\f125";
}
.hm-related-panel {
  padding: 40px 0 60px;
  .item-widjet {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-bottom: 4em;
    &:hover {
      .item:not(:hover) {
        filter: grayscale(1);
      }
    }
    .item {
      /* background-color: ghostwhite; */
      border: 1px solid rgb(128 128 128 / 14%);
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 300ms all linear;
      flex-grow: 0;
      min-width: max-content;

      figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: 300ms all linear;
        &:hover {
          transform: translateY(-2px);
        }
      }
      img {
        height: 9em;
      }
      &:hover {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
      }
    }
  }
}
.quick-go__div .btn-gdfc {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick-go__div .btn-gdfc:hover {
  background: #e4a80010;
}
.quick-go__div .btn-gdfc:hover .sb-ttl {
  animation-name: orange;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-delay: 0.15s;
}

@keyframes orange {
  to {
    color: #e4a800;
  }
}
.quick-go__div .btn-gdfc svg,
.quick-go__div .btn-gdfc svg path,
.quick-go__div .btn-gdfc svg polygon,
.quick-go__div .btn-gdfc rect,
.quick-go__div .btn-gdfc circle {
  transition: transform 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.quick-go__div .btn-gdfc:hover svg,
.quick-go__div .btn-gdfc:hover svg path,
.quick-go__div .btn-gdfc:hover svg polygon,
.quick-go__div .btn-gdfc:hover rect,
.quick-go__div .btn-gdfc:hover circle {
  fill: #e4a800;
}

.hm-related-panel h4 {
  color: #e4a800;
  font-size: clamp(1.5rem, 5vw, 3rem);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hm-related-panel h4 span {
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.hm-related-panel h4:after,
.hm-related-panel h4:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 50%;
  background: #f0f0f0;
  top: 50%;
  margin-top: -1px;
}
.hm-related-panel h4:after {
  left: 0;
}
.hm-related-panel h4:before {
  right: 0;
}
.hm-related-panel .item-panel {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.hm-related-panel .item-panel .item {
  display: inline-block;
  padding: 20px 30px;
  /* width: 32.33333333%; */
  min-height: 90px;
}
.box01.impo-dtls {
  background: #f8f8f8;
  color: #fff;
  padding: 40px;
  /* margin-top: 5px; */
  font-size: 13px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.st-lms li span:nth-child(1) {
  color: #000;
}
.st-lms li span:nth-child(2) {
  color: #00000050;
}
.st-lms li span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.box01.impo-dtls li {
  border-bottom: 1px solid #00000010 !important;
  padding: 13px 0 12px;
}
.box01.impo-dtls h4 {
  color: #e6af14;
  font-size: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: 14px;
}
h2.vd-ttle {
  font-size: 18px;
  margin: 5px 0;
}
.text-justify {
  text-align: justify;
}
.box01.impo-dtls li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 0 5px;
  display: inline-block;
  width: 100%;
}
.box01.impo-dtls li span.date {
  float: right;
}
.hm-welcom-panel .list02 a {
  display: block;
  transition: 0.5s all ease;
  margin-bottom: 10px;
}
.hm-welcom-panel .list02 a figure {
  transition: 0.5s all ease;
}
.hm-welcom-panel .list02 a:hover figure {
  transition: 0.5s all ease;
  opacity: 0.8;
}
.hm-welcom-panel .list02 a figure img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s all ease;
}
.hm-welcom-panel .list02 a:hover figure img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s all ease;
  margin-top: -2px;
}
.inner-members-panel .member-list {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  .row > div {
    border: 1px solid ghostwhite;
    padding-block: 1em;
  }
}
.inner-members-panel .member-list figure {
  width: 154px;
  height: 154px;
  margin: 0 auto;
}
figure.spkr-img {
  position: relative;
  display: inline-block;
}
img.sp-im {
  border-radius: 100px;
  position: relative;
  border: 2px solid #e4a800;
  height: 150px;
}
figure.spkr-img img.sp-flag {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 40px;
  height: auto;
  border: 3px solid #ffffff;
  border-radius: 100%;
}

.inner-members-panel .member-list .item {
  text-align: center;
}
.inner-members-panel .member-list .text {
  padding: 14px 0 0;
  color: #333;
  min-height: 134px;
  margin-bottom: 0.5em;
}
.inner-members-panel .member-list.speaker-list .text {
  min-height: 150px;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.member-list.speaker-list .link-btn01 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -55px;
}
.inner-members-panel .member-list h4 {
  font-size: 16px;
  padding-bottom: 8px;
  color: #e4a800;
  line-height: 20px;
}
.inner-members-panel .member-list .text a.link-btn01 {
  padding: 5px 17px;
  font-size: 14px;
  line-height: initial;
}
.inner-members-panel .member-list p {
  padding: 2px 0 10px;
  font-size: 14px;
  color: #666;
  line-height: 19px;
  padding-bottom: 0;
}
.rgt-widget .rltd-logo {
  margin-bottom: 15px;
}
.box02 {
  background: #666666;
  color: #fff;
}
.rgt-widget .welcome-text .list02 {
  padding: 10px 0 15px;
}
.rgt-widget .welcome-text .list02 ul {
  padding: 10px 0;
}
.rgt-widget .welcome-text .list02 li {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 30px 8px 40px;
  position: relative;
}
.rgt-widget .welcome-text .list02 li:last-child {
  border-bottom: 0;
}
.rgt-widget .welcome-text .list02 li:after {
  content: "";
  width: 3px;
  height: 9px;
  background: #e4a800;
  position: absolute;
  left: 27px;
  top: 16px;
}
h5.head05 {
  color: #e4a800;
  /* text-transform: uppercase; */
  padding-bottom: 14px;
  /* box-shadow: 0 0 black; */
  font-size: 15px;
}
.list-style {
}
.download-form {
  position: absolute;
  right: 0;
  top: 0;
}
.welcome-text {
  position: relative;
}

.quick-go__div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  .quick-go__card {
    width: 100%;
  }
}
.py-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-25 {
  margin-bottom: 25px;
}

/**************INNER*************/

.lft-widget {
  margin-bottom: 1em;
}
.lft-widget .lft-tab li {
  border-bottom: 1px solid #e4a800;
  color: #e4a800;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.lft-widget .lft-tab li a {
  color: #333;
  padding: 12px;
  display: block;
  font-size: 15px;
}
.lft-widget .lft-tab li a:hover {
  background: #d19a00;
  color: #f8f8f8;
}
.lft-widget .lft-tab li.active a {
  background: #e4a800;
  color: #f8f8f8;
}
.lft-widget .social-icons {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    li {
      padding: 0 !important;
    }
  }
}
.lft-widget .social-icons li {
  display: inline-block;
}
.lft-widget .social-icons li:first-child {
}
.main-panel .rgt-widget {
  padding-left: 30px;
}
.rgt-widget .welcome-text .text02 {
  padding: 15px;
  background: #666666;
  color: #fff;
  margin-bottom: 20px;
}
.rgt-widget .welcome-text .text02 span {
  padding-right: 10px;
}
.rgt-widget .welcome-text .text02 p {
  padding: 2px 0 2px;
}
.rgt-widget .welcome-text .text02 a {
  color: #fff;
}
.rgt-widget .welcome-text .text02 a:hover {
  color: #daecff;
}
.rgt-widget .table01 {
  padding: 15px 0 0;
}
.rgt-widget .table01 h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #666666;
  padding-bottom: 15px;
  font-weight: 600;
}
.rgt-widget .table01 table {
  border: 1px solid #c4c4c4;
}
.rgt-widget .table01 td {
  border-bottom: 1px solid #c4c4c4;
  padding: 5px 10px 6px;
}
.rgt-widget figure.img01 {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.rgt-widget h4.head04 {
  font-size: 16px;
  padding: 12px 15px;
  background: #ffefc1;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.m-0 {
  margin: 0px;
}
.rgt-widget h4.head04 .link-btn01 {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 37px;
  line-height: 30px;
  padding: 2px 20px;
  min-width: 100px;
}
.rgt-widget h4.head04 .link-btn01:hover {
  background: #db050a;
}
.rgt-widget .indus-list .item {
  padding: 3px 0;
  display: inline-block;
  width: 100%;
}
.rgt-widget .indus-list {
  padding-bottom: 34px;
  padding-top: 10px;
}
.lft-widget .reg-menu-list {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 30px 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.lft-widget .reg-menu-list li {
  position: relative;
  padding: 8px 0;
  padding-left: 32px;
}
.lft-widget .reg-menu-list li:after {
  background: #e4a800;
  content: "";
  position: absolute;
  left: -6px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.lft-widget .reg-menu-list li.active:after {
  background: #666666;
}
.lft-widget .reg-menu-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
.lft-widget .reg-menu-list li:first-child:before {
  top: 16px;
}
.lft-widget .reg-menu-list li:last-child:before {
  top: -16px;
}
.lft-widget .reg-menu-list li:first-child:after {
  top: 12px;
}
.lft-widget .reg-menu-list li a {
  color: #e4a800;
  display: block;
  padding: 2px 0;
}
.lft-widget .reg-menu-list li a:hover {
  color: #666666;
}
.lft-widget .reg-menu-list li.active a {
  color: #666666;
}
.lft-widget .reg-menu-list li {
  color: #e4a800;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.lft-widget .reg-menu-list li.active {
  color: #666666;
}
.reg-form .form-control {
  border: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333333;
  height: 36px;
  padding: 4px 8px;
  line-height: 28px;
  width: 100%;
}
.reg-form .form-field {
  border: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333333;
  height: 36px;
  padding: 4px 8px;
  line-height: 28px;
  width: 100%;
  margin-bottom: 12px;
}
.reg-form textarea.form-field {
  height: 66px;
}
.reg-form .form-field.bg-gray {
  border: 1px solid #c6c6c6;
  background: #e3eaf2;
}
.reg-form .date-field {
  padding-right: 50px;
}
.reg-form .date-field ._icon {
  position: absolute;
  right: 10px;
  top: 0;
}
.reg-form .ion-calendar {
  font-size: 18px;
}
.reg-form .input-group {
  margin-bottom: 12px;
}
.reg-form .upload-pnel {
  display: inline-block;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 10px;
}
.reg-form .upload-pnel .text01 {
  display: block;
  color: #333;
  font-size: 14px;
}
.file-uploader {
  margin-right: 10px;
  width: 330px;
  display: inline-block;
  padding-top: 15px;
}
.file-uploader .bootstrap-filestyle {
  width: 100%;
}
.file-uploader .bootstrap-filestyle .form-control {
  float: right;
}
.file-uploader .bootstrap-filestyle .input-group-btn {
  float: left;
  width: 100%;
  max-width: 110px;
}
.file-uploader .bootstrap-filestyle .btn {
  background: #002653;
}
.file-uploader .bootstrap-filestyle .form-control {
  padding: 1px 4px;
  line-height: 20px;
  border: none;
  background: none;
  width: 66%;
  height: 27px;
}
.rgt-widget .abstract-info .bootstrap-filestyle {
  border: 1px solid #c6c6c6;
  background: #fff;
}
.rgt-widget .abstract-info .file-uploader .bootstrap-filestyle .form-control {
  float: left;
}
.rgt-widget .abstract-info .file-uploader .bootstrap-filestyle .input-group-btn {
  float: right;
  max-width: 99px;
}
.rgt-widget .abstract-info .file-uploader {
  padding-top: 0;
}
.abstract-info .file-uploader .bootstrap-filestyle .btn {
  background: #e4a800;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
.form-group .select-box {
  position: relative;
  width: 100%;
  height: 36px;
  margin-bottom: 12px;
}
.form-group .select-box .label {
  position: relative;
  padding: 6px 7px;
  cursor: pointer;
}
.form-group .select-box .label:after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 12px;
  border-left: 1px solid #e4a800;
  background: #e4a800;
  color: #fff;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
.form-group .select-box .select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 0;
  height: 36px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.form-group .select-box .select,
.form-group .select-box .label {
  color: #414141;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.form-group .select-box .select-box {
  cursor: pointer;
}
.form-group .select-box .select-box1 {
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #333333;
  height: 36px;
  padding: 2px 8px;
  line-height: 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.rgt-widget .personl-info .reg-type {
  padding-top: 5px;
}
.rgt-widget .reg-form .personl-info {
  padding-bottom: 15px;
  padding-top: 10px;
}
.rgt-widget .reg-form .personl-info .table01 {
  padding-bottom: 20px;
  padding-top: 0;
}
.rgt-widget .reg-form .table01 {
  padding-bottom: 30px;
}
.rgt-widget .reg-form .table01 table {
  border: 0;
}
.rgt-widget .reg-form .table01 table {
  position: relative;
}
.rgt-widget .reg-form .table01 table:after {
  content: "";
  background: #e3eaf1;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.reg-form .table01 th {
  background: #ffefc1;
  padding: 15px 15px;
  text-align: left;
  color: #000;
}
.reg-form .table01 td {
  background: #fffdf8;
  color: #333333;
  padding: 15px 15px;
  border-bottom: 1px solid #ffefc1;
  text-align: left;
}
.reg-form .table01 .radio {
  margin-right: 5px;
}
.rgt-widget .form-top-box {
  background: #fffdf8;
}
.rgt-widget .form-top-box .item {
  border-bottom: 1px solid #fff;
  padding: 16px 30px;
}
.rgt-widget .form-top-box h5 {
  background: #ffefc1;
  color: #333333;
  padding: 15px 15px;
}
.rgt-widget .radio-panel {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.rgt-widget input.radio {
  margin-right: 5px;
}
.rgt-widget .reg-form .msg-text01 {
  display: inline-block;
  padding-bottom: 6px;
  padding: 0 12px 10px;
  width: 100%;
}
.rgt-widget .reg-form .arrival-dep {
  padding: 20px 0 0;
  display: inline-block;
  width: 100%;
}
.rgt-widget .reg-form .arrival-dep .sub-head {
  display: block;
  padding-bottom: 15px;
}
.rgt-widget .cntn-list {
  padding-bottom: 34px;
}
.rgt-widget .cntn-list li,
.rgt-widget .cntn-list .sub-list dd {
  padding: 5px 0 5px 20px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.rgt-widget .cntn-list .sub-list {
  padding-left: 10px;
}
.rgt-widget .cntn-list .sub-list dd {
  padding: 0;
  margin: 0;
  padding: 4px 0 4px 18px;
}
.rgt-widget.accommodation-panel .cntn-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.rgt-widget .cntn-list li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #666666;
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.rgt-widget .cntn-list .sub-list dd:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #333333;
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.rgt-widget .cntn-list ol {
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
.rgt-widget .cntn-list ol li {
  padding: 2px 0 2px 10px;
}
.rgt-widget .cntn-list ol li:after {
  display: none;
}
.btm-brd {
  border-bottom: 1px solid #c6c6c6;
}
.accommodation-lst .item {
  padding-bottom: 44px;
}
.accommodation-lst {
  padding: 34px 0 0;
}
.star-panel {
  background: #e4a800;
  color: #fff;
  padding: 26px 164px 26px 24px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.star-panel h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.accommodation-lst .item-dis {
  padding: 14px 0 10px;
}
.accommodation-lst .sub-list1 {
  padding-bottom: 15px;
}
.accommodation-lst .sub-list1 h5 {
  font-size: 14px;
  color: #e4a800;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.accommodation-lst .sub-list1 li {
  padding: 2px 30px 2px 20px;
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.accommodation-lst .sub-list1 li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #666666;
  position: absolute;
  left: 2px;
  top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
.frame {
  position: relative;
  height: 18px;
  width: 90px;
  overflow: hidden;
}
.accommodation-lst .frame {
  background: #ffffff;
  position: absolute;
  right: 24px;
  top: 26px;
}
.frame .star {
  position: relative;
  display: inline-block;
  float: left;
  height: 18px;
  width: 18px;
  cursor: pointer;
  z-index: 3;
}
.accommodation-lst .frame .star {
  background: url(../img/star.png);
}
.frame .fill {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: width 0.5s ease-out;
}
.accommodation-lst .frame .fill {
  background: #000000;
}
.hotel-locat {
  background: #fb7f81;
  color: #fff;
  padding: 26px 160px 26px 24px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.hotel-locat p {
  padding: 0;
  margin: 0;
}
.hotel-locat .link-btn03 {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -13px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.hotel-locat .link-btn03:hover {
  background: #098db8;
}
.rgt-widget .btn-panel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.rgt-widget .btn-panel .link-btn01,
.rgt-widget .btn-panel .link-btn03 {
  display: inline-block;
  text-align: center;
  padding: 8px 21px;
}
.rgt-widget .reveiw-item {
  padding: 0 0 34px;
}
.rgt-widget .table03 {
  background: #fffdf8;
}
.rgt-widget .table03.tabl-styl01 {
  margin-bottom: 34px;
}
.rgt-widget .table03 td {
  border-bottom: 1px solid #fff;
  padding: 14px 24px;
  font-size: 15px;
  color: #333;
}
.rgt-widget .table03 tr > td:first-child {
  border-right: 1px solid #fff;
}
.rgt-widget .table03.tabl-styl01 td:first-child {
  border-right: 0;
}
.rgt-widget .table04 td {
  padding: 6px 0;
  font-size: 14px;
}
.rgt-widget .abstract-info {
  padding: 24px 0 10px;
  display: inline-block;
  width: 100%;
}
.rgt-widget .abstract-info h4 {
  color: #e4a800;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.rgt-widget .reveiw-item .seperation {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 34px;
  margin-bottom: 40px;
}
.rgt-widget .btn-pnl3 {
  padding-top: 22px;
  width: 46%;
}
.rgt-widget.abstract .sml-text {
  color: #e4a800;
  display: block;
  padding: 12px 0;
}
.rgt-widget.abstract h5.head04 {
  font-size: 15px;
  /* text-transform: uppercase; */
  padding: 12px 0 16px;
  font-weight: 400;
}
.rgt-widget.abstract .cont-adrs h5.head04 {
  padding: 5px 0 5px;
}
.rgt-widget.abstract .cont-adrs {
  line-height: 24px;
}
.rgt-widget.abstract h5.head05 {
  font-size: 14px;
  color: #333;
  padding: 0 0 14px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.rgt-widget.abstract h5.head06 {
  font-size: 14px;
  color: #e4a800;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.inner-members-panel .more-details,
.welcome-text .more-details {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.inner-members-panel.open-more .more-details,
.welcome-text.open-more .more-details {
  height: auto;
  overflow: inherit;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease;
}
.inner-members-panel.open-more .read-more,
.welcome-text.open-more .read-more {
  display: none;
}
.rgt-widget .reg-type {
  /* padding-top: 44px; */
}
.rgt-widget .reg-type-inner {
  width: 100%;
  max-width: 700px;
  float: left;
}
.rgt-widget .reg-type-inner .item {
  padding-right: 15px;
}
.rgt-widget .reg-type-inner h4 {
  font-size: 16px;
  line-height: 22px;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #c6c6c6;
  color: #e4a903;
  padding: 0 0 6px 0;
  display: inline-block;
  width: 100%;
}
.rgt-widget .reg-type-inner p {
  font-size: 14px;
  line-height: 22px;
  padding-top: 4px;
}
.seperation .text01 {
  color: #868686;
  display: block;
  padding-bottom: 15px;
}
.rgt-widget .travl-dtls1 {
  padding: 34px 0;
}
.rgt-widget .travl-dtls1 h4 {
  color: #e4a800;
  padding-bottom: 6px;
}
.contact-adrs {
  padding: 10px 0;
  color: #333;
}
.contact-adrs h4 {
  font-size: 14px;
  color: #e4a800;
  padding-bottom: 4px;
}
.form-group .submit-btn01 {
  margin-top: 21px;
  margin-left: 25px;
  height: 32px;
  line-height: 26px;
  padding: 2px 30px;
}
.mape-panel {
  border-top: 1px solid #c6c6c6;
  padding-top: 44px;
  margin-top: 44px;
}
.speaker-details .author-query {
  padding: 15px 0 15px;
}
.speaker-details ul {
  padding-left: 19px;
  margin-bottom: 15px;
}

.speaker-details .author-query .speaker-details {
  margin: 15px 0 0px;
}
.speaker-details .author-query h4 {
  font-size: 16px;
  padding-bottom: 5px;
  color: #e4a800;
}
.speaker-details .author-query p {
  padding: 2px 0 2px;
  font-size: 14px;
}
.speaker-details .author-query .text05 {
  display: block;
  font-size: 16px;
  color: #757575;
}
.speaker-details p {
  font-size: 15px;
  line-height: 24px;
}
.blue-title {
  background: #ffefc1;
  color: #000;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ev-form-panel .table01 {
  margin: 15px 0 25px;
}
.ev-form-panel .link-btn01 {
  height: 42px;
  line-height: 38px;
  padding: 2px 30px;
}
hr {
  border-color: #e4a800;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lt-blue-title {
  background: #b9cee4;
  color: #333333;
  padding: 15px 15px;
  margin-bottom: 10px;
}
/**************FOOTER*************/

footer {
  padding-top: 4em;
  background: #11429b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.footer-middle {
  padding-bottom: 3em;
}
.footer-middle h4.head04 {
  font-size: 20px;
  color: #fff;
  font-size: 20px;
  padding-bottom: 17px;
}
footer a {
  color: rgba(255, 255, 255, 0.7411764705882353);
}
footer a:hover {
  color: #ffffff;
}
.footer-middle .contact-adrs {
  position: relative;
  width: 100%;
  float: left;
  min-height: 148px;
  padding: 0px;
}
.footer-middle .contact-adrs p {
  padding: 0;
  margin: 0;
}
.footer-middle .contact-adrs p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7411764705882353);
  line-height: 27px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.footer-middle .quick-link {
  width: 100%;
  float: left;
  min-height: 148px;
}
.footer-middle .quick-link ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.footer-middle .quick-link li {
  padding: 0 24px 0 0;
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 27px;
}
.footer-middle .social-link {
  width: 100%;
  float: left;
  min-height: 148px;
}
.footer-middle .social-link ul {
  padding: 0;
  margin: 0;
  width: 160px;
  float: left;
}
.footer-middle .social-link li {
  display: inline-block;
  width: 100%;
  padding: 0;
  line-height: 27px;
}
.footer-middle .social-link li a {
  display: block;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.footer-middle .social-link li a ._icon {
  position: relative;
  z-index: 1;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}
.footer-middle .social-link li a ._icon.ion-social-facebook,
.footer-middle .social-link li a ._icon.ion-social-googleplus {
  font-size: 16px;
}
.ftr-form .form-control {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 8px 7px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  margin-bottom: 8px;
  border-radius: 0;
  background: none;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.ftr-form .form-control::placeholder {
  color: #fff;
}
.ftr-form .btn {
  width: 100%;
  color: #666666;
  line-height: 32px;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.ftr-form .btn:hover {
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
}
.arrow-top {
  text-align: right;
  line-height: 0;
}
.arrow-top img {
  scale: 0;
  transition: all 0.2s ease-in-out;
  transform-origin: bottom left;
}
.quick-go__div .btn-gdfc:hover .arrow-top img {
  scale: 1;
}
figure.btn-gdfc {
  text-align: center;
  margin: 0px;
  color: #000;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
figure.btn-gdfc svg,
figure.btn-gdfc svg path,
figure.btn-gdfc svg polygon,
figure.btn-gdfc rect,
figure.btn-gdfc circle {
  fill: #000;
}
.w160a {
  width: 160px;
  margin: auto;
}
figure.btn-gdfc svg {
  height: 55px;
  width: auto;
  margin: 0 auto;
}
figure.btn-gdfc h3.sb-ttl {
  height: 41px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
}
figure.btn-gdfc {
  &:hover {
    opacity: 1;
    &::after {
      transform: scale(1.7);
      /* opacity: 1; */
    }
    h3 {
      color: #000;
      opacity: 1;
      position: relative;
      z-index: 10;
    }
  }
}
figure.btn-gdfc::after {
  transition: 300ms all ease-in-out;
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff3;
  border-radius: 100%;
  bottom: -66px;
  left: 26px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(transparent)) !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.12156862745098039) 100%) !important;
  opacity: 0.5;
}
.credit {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5803921568627451);
  padding: 1em 0;
  text-align: center;
}
.credit.cf.ftr-bt {
  background: var(--primary-clr);
  color: #000;
  a {
    color: #000;
  }
}
.footer-middle .captcha-wrap {
  width: 100%;
}
.footer-middle .captcha-txt {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  padding-top: 4px;
}
.footer-middle .captcha-feild {
  display: block;
  /* height: 26px; */
  width: 100%;
  font-size: 12px;
  padding: 4px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: none;
  &::placeholder {
    color: #fff;
  }
}
.logostl {
}
/************RESPO**************/

@media screen and (min-width: 1280px) {
  .menu-logo {
    display: none;
  }
  .nav-menu ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .menu-panel {
    background: #11429b;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .nav-menu .right-widget {
    position: absolute;
    right: 0px;
    width: 220px;
  }
  .nav-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
  }
  .menu-icon {
    display: none;
  }
  .nav-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .nav-menu ul.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .nav-menu ul.main-menu > li {
    /* padding: 12px 7px 11px; */
    padding: 1em 0;
    display: inline-block;
    text-align: left;
    position: relative;
  }
  .nav-menu ul.main-menu > li:first-child {
    /* padding: 12px 7px 11px 0; */
  }
  .nav-menu ul.main-menu > li > a,
  .nav-menu ul.main-menu > li > span {
    padding: 0;
    display: block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: transparent;
    transition: 0.4s all ease;
    position: relative;
    text-transform: uppercase;
  }
  .nav-menu ul.main-menu > li > a:hover,
  .nav-menu ul.main-menu > li > span:hover,
  .nav-menu ul.main-menu > li.active a {
    /* color: rgba(255, 255, 255, 0.6705882352941176); */
    color: #e4a800;
  }

  .nav-menu ul.main-menu > li > span {
    cursor: pointer;
  }
  .nav-menu > ul.main-nav > li.open {
    color: #fff;
    background: #d49d00;
    transition: 0.4s all ease;
    padding: 1em 0.5em;
  }
  .nav-menu > ul.main-nav > li.open > span {
    color: #fff;
  }
  .nav-menu ul.main-menu ul.dropdown-main-menu li {
    border-bottom: 1px solid #ffffff47;
  }
  .nav-menu ul.main-menu ul.dropdown-main-menu li a {
    padding: 8px 13px;
    font-size: 13px;
  }
  .nav-menu ul.main-menu > li > a:after,
  .nav-menu ul.main-menu > li > span:after {
    /* content: "";
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5803921568627451);
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px; */
  }
  .nav-menu ul.main-menu > li.open > span:after {
    display: none;
  }
  .nav-menu ul.main-menu > li:last-child > a:after,
  .nav-menu ul.main-menu > li:last-child > span:after {
    display: none;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    background: #d49d00;
    /* background: rgba(140,40,50,0.6); */
    color: #fff;
    height: 0;
    width: 290px;
    overflow: hidden;
    transition: 0.4s all ease;
  }
  .nav-menu > ul.main-nav > li.open .dropdown-main-menu {
    opacity: 1;
    visibility: visible;
    top: 44px;
    height: auto;
    margin: 0px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu a {
    color: #fff;
    display: block;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu a:hover {
    color: rgba(255, 255, 255, 0.6705882352941176);
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #83c250;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul li a {
    padding: 4px 0;
  }
  .menu-panel .quick-link-in-mob {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .nav-menu ul.main-menu > li {
    /* padding: 12px 10px 11px; */
  }
  .nav-menu ul.main-menu > li:first-child {
    /* padding: 12px 10px 11px 0; */
  }
  .nav-menu ul.main-menu > li.open:first-child {
    padding: 12px 10px 11px 10px;
  }
}

@media screen and (max-width: 1279px) {
  .nav-menu ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  header .logo {
    max-width: 140px;
  }
  header .menu-logo {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
  }
  .menu-logo {
    text-align: center;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding: 8px 15px 15px;
    margin-bottom: 5px;
    background: #fff;
  }
  .menu-logo img {
    max-width: 100%;
  }
  .menu-icon {
    margin-top: 4px;
  }
  .nav-menu .right-widget {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px 0 20px 13px;
  }
  .menu-icon-panel {
    display: inline-block;
    width: 100%;
    background: #11429b;
    padding: 10px 15px;
    color: #fff;
  }
  .menu-icon {
    color: #fff;
    vertical-align: middle;
    margin-right: 0;
    margin-top: 0;
    float: right;
  }
  .menu-icon:hover {
    color: #ecb631;
  }
  .menu-icon i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .menu-icon span {
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 9px;
    color: #fff;
  }
  .menu-icon span,
  .menu-icon i {
    color: #fff;
    transition: 0.3s all ease;
  }
  .menu-icon:hover span,
  .menu-icon:hover i {
    color: #ecb631;
    transition: 0.3s all ease;
  }
  .nav-menu {
    position: fixed;
    right: -251px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #84282d;
    z-index: 999;
    transition: 0.3s all ease;
    overflow: auto;
    overflow-y: scroll;
  }
  body.menu-opend .nav-menu {
    right: 0;
  }
  .nav-menu ul.main-menu {
    padding-right: 0;
  }
  html {
    overflow-x: hidden;
  }
  body,
  header {
    transition: 0.3s all ease;
  }
  /*body.menu-opend {

            margin-right: 250px; transition: .3s all ease;

        }*/

  .overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
  }
  body.menu-opend .overlay {
    opacity: 1;
    visibility: visible;
  }
  .nav-menu ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu-panel .quick-link {
    float: none;
    width: 100%;
    padding: 0 0;
  }
  .menu-panel .quick-link li {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0;
  }
  .nav-menu ul.main-menu > li > a,
  .nav-menu ul.main-menu > li > span,
  .menu-panel .quick-link a,
  .menu-panel .quick-link span {
    padding: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    color: #8d2d32;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    background: transparent;
    transition: 0.4s all ease;
  }
  .nav-menu ul.main-menu > li > a:hover,
  .nav-menu ul.main-menu > li > span:hover,
  .menu-panel .quick-link a:hover {
    background: #f6f6f6;
    color: #caa138;
  }
  .nav-menu ul.main-menu > li.active > a,
  .menu-panel .quick-link li.active > a {
    color: #caa138;
    background: #f8f8f8;
  }
  .nav-menu ul.main-menu > li > span {
    cursor: pointer;
    position: relative;
  }
  .nav-menu ul.main-menu > li > ul {
    display: none;
  }
  .nav-menu ul.main-menu > li.open > ul {
    display: block;
  }
  .nav-menu ul.main-menu > li > ul.dropdown-menu li > a {
    padding: 12px 12px 12px 30px;
  }
  .nav-menu > ul.main-nav > li.open {
    color: #fff;
    transition: 0.4s all ease;
  }
  .nav-menu > ul.main-nav > li.open > span {
    color: #fff;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu,
  .main-menu li .quick-link .dropdown-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-top: 1px solid #f6f6f6;
    /*background: rgba(140,40,50,0.6);*/

    color: #8d2d32;
    padding: 5px 0 0 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -20px;
  }
  .nav-menu > ul.main-nav > li.open .dropdown-main-menu,
  .main-menu li.open .quick-link .dropdown-main-menu {
    opacity: 1;
    top: 0;
    visibility: visible;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu a {
    color: #8d2d32;
    display: block;
    border: 0;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu a:hover {
    color: #fec5c6;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu span {
    padding: 5px 5px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 10px;
    padding-bottom: 5px;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 15px;
  }
  .nav-menu ul.main-menu ul.dropdown-main-menu > li {
    padding: 5px 6px;
    display: block;
  }
  .nav-menu ul.main-menu .dropdown-main-menu li ul li > a {
    padding: 5px 10px;
    display: block;
    color: #8d2d32;
    transition: 0.4s all ease;
  }
  .nav-menu ul.main-menu .dropdown-main-menu li > a:hover {
    background: #f6f6f6;
    color: #caa138;
  }
  .nav-menu ul.main-menu .dropdown-main-menu li.active > a {
    color: #caa138;
    background: #f8f8f8;
  }
  .nav-menu ul.main-menu li .dropdown-mnu {
    position: relative;
  }
  .nav-menu ul.main-menu li .dropdown-mnu:after,
  .nav-menu ul.main-menu li .dropdown-mnu:before {
    content: "";
    position: absolute;
    background: #de060b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-menu ul.main-menu li .dropdown-mnu:after {
    right: 24px;
    top: 19px;
    width: 2px;
    height: 10px;
  }
  .nav-menu ul.main-menu li .dropdown-mnu:before {
    right: 20px;
    top: 23px;
    width: 10px;
    height: 2px;
  }
  .nav-menu ul.main-menu li.open .dropdown-mnu:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-right .quick-link {
    display: none;
  }
  .menu-panel .quick-link-in-mob {
  }
  .menu-panel .quick-link-in-mob li {
    display: block;
  }
  .nav-menu > ul.main-nav .dropdown-main-menu {
    padding-left: 15px;
    text-transform: uppercase;
  }
  .main-menu li.open .quick-link .dropdown-main-menu {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .header-right {
    padding-top: 19px;
    float: right;
  }
  .header-right .menu-icon {
    margin-right: 20px;
  }
  .pad01 {
    padding: 40px 0;
  }
  .box01.impo-dtls {
    padding: 30px 30px;
  }
  .hm-organisation {
    margin: 0 0;
  }
  .hm-members-panel {
    margin: 0 0;
  }
}

@media screen and (max-width: 767px) {
  .speaker-mns{display: flex;
    gap: 10px;
  flex-direction: column;}
  .speaker-mns .lft-widget{order: 2;
  margin-bottom: 0px;}
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .menu-icon-panel {
    padding: 0;
  }
  .nav-menu > ul.main-nav > li.open > span {
    color: var(--pm-blue);
  }
  .intro-scroll-down {
    display: none;
  }
  header .logo {
    padding-top: 22px;
  }
  .menu-icon {
    float: right;
    line-height: 1.5;
  }
  .hm-welcom-panel .list02 .col-sm-6 {
    float: left;
    width: 50%;
  }
  hm-welcom-panel .list02 figure {
    width: 100%;
  }
  hm-welcom-panel .list02 figure img {
    max-width: 100%;
  }
  .header-right .notice {
    padding-top: 4px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 580px) {
  .header-right {
    padding-top: 0px;
  }
  .notice-inner {
    max-width: 250px;
  }
  header .logo {
    padding-top: 6px;
  }
}

@media screen and (max-width: 460px) {
  .notice-inner {
    font-size: 12px;
    line-height: 1.2;
  }
  .overlay-mob {
  }
  .headertop-panel {
    height: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
  header .logo {
    float: left;
    max-width: 100px;
    padding: none;
    padding-block: 0.3em;
  }
  .header-right {
    padding-top: 0;
    float: right;
    width: 100%;
    /* max-width: 184px; */
  }
}
/* Message Sec */

.message-sec .item figure {
  margin-bottom: 15px;
}
.message-sec .item {
  float: left;
  box-sizing: border-box !important;
  text-align: center;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.message-sec .item img {
  border-radius: 100px !important;
  border: 5px solid #e4a800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto;
}
.message-sec {
  float: left;
  width: 100%;
  margin: 40px 0 40px;
  background: #f8f8f8;
  padding: 2em;
  border-radius: 10px;
  .member-list {
    &:hover {
      .item:not(:hover) {
        img {
          filter: grayscale(1);
        }
      }
    }
  }
}
.hm-box-panel.hom-panel {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
}
.message-sec .member-list h4 {
  color: #e4a800;
  font-size: 1.7rem;
  margin-bottom: 5px;
  line-height: 20px;
}
.message-sec .member-list p {
  font-size: 14px;
}
.hom-vdo {
  margin-bottom: 3em;
  iframe {
    min-height: 25em;
  }
}
footer {
  position: relative;
  overflow: hidden;
}
/* footer::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -79px;
  transform: rotate(-20deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(transparent)) !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.12156862745098039) 100%) !important;
  opacity: 0.1;
}

footer::after {
  content: "";
  position: absolute;
  width: 51%;
  height: 100%;
  top: 10%;
  left: 0;
  transform: rotate(-20deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(transparent)) !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.12156862745098039) 100%) !important;
  opacity: 0.1;
}
 */
@media screen and (max-width: 580px) {
  .col-xs-12 {
    width: 100% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 960px) {
  .hm-related-panel .item img {
    height: auto !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .hm-related-panel .item {
    width: 100% !important;
  }
  .hm-related-panel h4 span {
    padding: 0 15px;
  }
  .hom-panel .box01 {
    margin-bottom: 15px;
  }
}
.footer-logo {
  position: fixed;
  bottom: 15px;
  width: 200px;
  right: 15px;
  text-align: right;
  z-index: 99;
}
.footer-logo img {
  width: 48%;
  display: inline-block;
  margin-left: 1%;
}
.alb-s {
  position: relative;
}
.gl-thmb {
  height: 250px;
}
.alb-s h2.gl-ttl {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alb-s:hover h2.gl-ttl {
  bottom: 50%;
  transform: translateY(50%);
  padding: 0;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.alb-s a:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alb-s:hover a:after {
  content: "";
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bner-logo img {
  height: 115px;
}
.bner-logo {
  position: absolute;
  right: 30px;
  z-index: 99999;
  top: 30px;
}

table.wrk-table .bg-b {
  background: #666666;
  border-bottom: 1px solid #fff;
  color: #fff;
}
table.wrk-table tr p {
  padding-bottom: 0px !important;
}
table.wrk-table tr > td {
  border: 1px solid #e6e6e6;
  text-align: center;
}
table.wrk-table tr > td:nth-child(2),
table.wrk-table tr > td:nth-child(1) {
  width: 26%;
}
table.wrk-table tr > td,
table.wrk-table tr > th {
  padding: 8px;
}
table.wrk-table tr > th {
  border: 1px solid #5eb586;
}
table.wrk-table {
  margin-bottom: 30px;
}
.alb-s {
  margin-bottom: 30px;
}
input#ComplimentaryCode {
  padding: 5px 10px;
  width: 50%;
  margin: 7px 0 10px;
  border: 1px solid #dedede;
}
.dbx-atr h4.head04 {
  margin-bottom: 0;
}
.dbx-atr .img-slider {
  border-radius: 0;
}
.dbx-atr .img-slider img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
}
.compensate-for-scrollbar {
  margin-right: 0px !important;
}
.sec-r h3.ss-ttl {
  color: #e4a800;
  margin-bottom: 0.5em;
}
.sec-r {
  margin: 1em 0;
}
.sec-r img {
  margin-bottom: 30px;
}

@keyframes blinkAnimation {
  0%,
  50% {
    color: #f71218;
  }
  100% {
    color: #e4a800;
  }
}
.menu-panel {
  transition: position 0.5s ease-in-out, top 0.5s ease-in-out;
}

.fixed-top {
  position: fixed;
  top: 0;
}

@media (max-width: 100em) {
  /* 1400px / 16 = 87.4375em */
  /* Your styles here */
  .container {
    max-width: 1290px;
  }
}

/* Extra large devices (large desktops, less than 1400px) */
@media (max-width: 87.4375em) {
  /* 1400px / 16 = 87.4375em */
  /* Your styles here */
}

/* Large laptops/desktops (less than 1366px) */
@media (max-width: 85.375em) {
  /* 1366px / 16 = 85.375em */
  /* Your styles here */
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 74.9375em) {
  /* 1200px / 16 = 74.9375em */
  /* Your styles here */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 61.9375em) {
  /* 992px / 16 = 61.9375em */
  /* Your styles here */
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 47.9375em) {
  /* 768px / 16 = 47.9375em */
  /* Your styles here */
  .footer-middle .captcha-feild {
    padding: 8px 14px;
    color: #fff;
  }
  .form-button {
    margin-top: 1em;
    width: fit-content !important;
    padding-inline: 1em;
  }
  .logo-container::before,
  .logo-container::after {
    background: rgb(255 255 255 / 97%);
  }
  .hm-related-panel {
    .item-widjet {
      margin: 0;
      margin-top: 1em;
      margin-bottom: 1.5em;

      .item {
        padding: 1em 1.5em;
        flex-grow: 1;
        max-width: calc(50% - 0.5em);
        img {
          width: 7em;
          height: auto;
        }
      }
    }
  }
  figure.btn-gdfc h3.sb-ttl {
    font-size: 1.5rem;
    line-height: normal;
  }
  .overlay-mob {
    width: 90%;
  }
  .logo-container img {
    width: 5em;
    left: 0;
  }
  .home-banner {
    .hero-swiper {
      .swiper-slide {
        height: 45vh;
      }
    }
  }
  .footer-middle {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding-block: 2em;
  }
  footer {
    padding-top: 0;
  }
  .lft-widget {
    margin-bottom: 2em;
  }
  .main-panel .rgt-widget {
    padding-left: 15px;
  }
  .welcome-text p {
    padding-bottom: 0.3em;
  }
  h3.head03 {
    padding-bottom: 0.3em;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 35.9375em) {
  /* 576px / 16 = 35.9375em */
  /* Your styles here */
  .st-lms li span {
    font-size: 1.2rem;
  }
}

@media (min-width: 1300px) {
  .lft-widget .social-icons {
    ul {
      justify-content: space-between;
    }
  }
}
