* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif !important;
}
/* Container */
.contain {
  padding: 0 60px;
}
@media screen and (min-width: 1920px) {
  .contain {
    max-width: 1790px;
    margin: 0 auto;
    padding: 0;
  }
}
/* Footer */
footer {
  padding: 15px 0;
}
.copyright p {
  color: rgba(36, 48, 48, 0.4);
  letter-spacing: -0.15px;
  text-transform: lowercase;
  font-size: 15px;
  margin: 0;
  text-align: center;
}
footer .info p {
  color: rgba(36, 48, 48, 0.9);
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
footer .info p a {
  color: #007878;
  text-transform: lowercase;
  margin-right: 2.5em;
  text-decoration: none;
}
.footer .time p {
  color: #243030;
  font-size: 12px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.footer .time p span {
  letter-spacing: 0.14px;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
}
.footer .time p:not(:last-child) {
  border-right: 1px solid #414141;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding-right: 18px;
  display: inline-grid;
  margin-right: 18px;
}
footer.footer .row {
  align-items: center;
}
.footer .col-md-4.info.time {
  max-width: 38%;
  flex: 0 0 38%;
}
.footer .col-md-4.copyright {
  max-width: 24%;
  flex: 0 0 24%;
}
.footer .col-sm-4.info {
  max-width: 38%;
  flex: 0 0 38%;
}
footer {
  min-height: 65px;
}

/* Sign In */
.wrapper:has(.sign_in) {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  background-image: url(../images/sign_bg.png);
}
.wrapper {
  background-image: url(../images/background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 0 0px 90px 90px;
  min-height: calc(100vh - 65px);
}
.sign_in {
  padding: 2em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .sign_in::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_overlay.png);
    z-index: -1;
    mix-blend-mode: multiply;
    border-radius: 0 0px 90px 90px;
} */
main.sign_in {
  min-height: calc(100vh - 271px);
}
.sign_box {
  background: rgba(2, 214, 214, 0.15);
  width: 100%;
  box-shadow: 1px 4px 2px 0px rgba(0, 0, 0, 0.14) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.17), 0px 5px 0px 0px rgba(255, 255, 255, 0.54) inset;
  max-width: 400px;
  border-radius: 30px;
  border: 1.4px solid rgba(0, 0, 0, 0.10);
}
.sign_box .logo_area {
  background: #029494;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  border: 1px solid transparent;
  text-align: center;
  padding: 1.663em 1.2em;
}
.sign_box form {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5em 40px;
  border-radius: 30px;
}
h3.sign_logo {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.26px;
  font-size: 26px;
  padding-top: 6px;
}
/* .sign_box .input_wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(36, 48, 48, 0.9);
  border-radius: 300px;
} */
.sign_box input {
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  font-style: italic;
  text-align: center;
  text-transform: lowercase;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: #243030;
  font-size: 18px;
  background: #F1F8F8;
  padding: 10px 15px 10px 20px;
  border-radius: 7px;
  box-shadow: 0px 2px 0px 0px rgba(2, 96, 96, 0.60) inset, 0px 1px 0px 0px rgba(0, 128, 128, 0.60);
}
.sign_box .input_wrap img {
  margin-right: 20px;
  cursor: pointer;
}

.sign_box input::placeholder {
  color: #243030;
}
.sign_box .input_wrap:first-child {
  margin-bottom: 25px;
}
.request p {
  text-align: center;
  margin: 0;
  color: rgba(36, 48, 48, 0.7);
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 25px 0;
}
.request p a {
  color: #007878;
  font-weight: 500;
  text-decoration: underline;
}
.sign_box form button {
  background: #008585;
  border-radius: 7px;
  outline: none;
  border: 1.2px solid rgba(0, 0, 0, 0.20);
  width: 100%;
  color: #fff;
  box-shadow: 0px 4px 1px 0px rgba(2, 214, 214, 0.68) inset, 0px -5px 4px 0px rgba(0, 0, 0, 0.18) inset;
  height: 60px;
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic;
  margin-top: 30px;
}
.new p {
  margin: 0;
  text-align: center;
  margin-top: 25px;
  font-weight: 300;
  color: #243030;
  font-size: 18px;
  line-height: normal;
  padding: 0 28px;
}
.new p a {
  color: #029494;
  font-weight: 500;
  text-decoration: none;
}
footer:not(.footer) {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
footer:not(.footer) .contain {
  width: 100%;
}
/* Home Page */
.home span.swiper-pagination-bullet-active {
  background: #f5f5f5 !important;
}
.home span.swiper-pagination-bullet {
  background: rgba(240, 239, 239, 0.4);
  opacity: 1;
  margin: 0 2px !important;
}
.home div.swiper-pagination {
  top: 12px;
  left: auto;
  right: 42px;
  text-align: right;
  bottom: auto;
  width: auto;
}
header .stream_btn {
  text-decoration: none !important;
  background: linear-gradient(180deg, #d2961e 0%, #e4c02c 50%, #bc8820 100%);
  filter: drop-shadow(1px 0px 0px #b17702);
  box-shadow: 0px 1.4px 0px 0px #b17702 inset,
    0px -1px 1px 0px rgba(188, 136, 32, 0.25) inset;
  border: none;
  outline: none;
  border-radius: 200px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-size: 18px;
  color: #243030 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 20px;
}
header .stream_btn .play_vector {
  padding-left: 5px;
}
header .stream_btn .play_vector img{
  width: auto !important;
  height: auto;
}
header {
  padding: 15px 0;
}
.home .content_wrap {
  max-width: 868px;
  margin: 0 auto;
  background: rgba(0, 128, 128, 0.96);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  padding: 30px 60px;
  position: relative;
  width: 100%;
}
.home a.live {
  display: block;
  border-radius: 50%;
}
.home a.live img {
  border-radius: 50%;
}
.home .swiper-button-next::after {
  content: "";
  background: url(../images/right.svg);
  height: 45px;
  width: 45px;
  background-size: 100% 100%;
}
.home .swiper-button-prev::after {
  content: "";
  background: url(../images/left.svg);
  height: 45px;
  width: 45px;
  background-size: 100% 100%;
}
.home .swiper.mySwiper {
  height: 100%;
  position: unset;
}
.home .swiper-button-next {
  right: -15px;
}
.home .swiper-button-prev {
  left: -15px;
}
.home .inline_list ul {
  text-transform: capitalize;
}
.home .slide_1 .inline_list ul {
  font-size: 24px;
  color: #faffff;
}
.home .slide_1 .inline_list ul li:before {
  top: 50%;
  transform: translateY(-50%);
}
.home .inline_list ul li {
  display: inline-block;
  position: relative;
}
.home .inline_list ul li:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #f5e024;
  border-radius: 50%;
  top: 9px;
}
.home .inline_list ul li:not(:first-child) {
  padding-left: 28px;
}
.home .inline_list ul li span {
  padding-left: 12px;
}
.home .inline_list {
  padding-top: 12px;
}
.home .archive {
  max-width: 146px;
}
.home .stream,
.home .archive {
  min-width: 168px;
  margin-left: 1em;
  text-decoration: none !important;
  background: #f5e024;
  border: none;
  outline: none;
  box-shadow: 0px 3px 0px 0px #008080;
  border-radius: 200px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-size: 16px;
  color: #243030 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 15px 25px;
  line-height: normal;
}
.home .stream i,
.home .archive i {
  font-size: 10px;
  padding-right: 8px;
}
main.home {
  height: calc(100vh - 177px);
  position: relative;
}
.home .content_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7em;
}
h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.home .slide .inline_list ul li span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: #fbffff;
}
.home .slide .inline_list ul li span p {
  padding-left: 12px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  color: #fbffff;
}
.home .slide_3 p {
  color: #fbffff;
  font-size: 20px;
  margin: 0;
  padding-top: 12px;
  letter-spacing: 0.4px;
  text-transform: lowercase;
}
/* Live Stream */
.wrapper:has(.live_stream) {
  background-image: url(https://cogat107html.wp.urdemo.website/assets/images/video_bg.png);
  border-radius: 0;
  min-height: 100vh;
}
.live_stream h2 img {
  height: 60px;
  padding-right: 0 !important;
}
.live_stream h2 a {
  margin-right: 25px;
}
.live_stream h2 {
  margin: 0;
  padding: 1.2em 0.5em;
}
.live_stream .live_btn {
  position: absolute;
  top: 46px;
  left: 36px;
  z-index: 12;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(97deg, #d41414 10.63%, #db3737 91.08%);
  border-radius: 200px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 17.07px;
}
.live_stream .video_wrapper {
  margin: 0 auto;
  position: relative;
}
.live_stream video {
  width: 100%;
  border-radius: 50px;
  border: 5px solid rgba(255, 255, 255, 0.7);
  height: 100%;
}
.live_stream .play_btn_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.live_stream img.play_video {
  width: 95px;
  cursor: pointer;
}
main.live_stream {
  padding-bottom: 2em;
}
main.live_stream.video_container {
  max-width: 1310px;
  margin: 0 auto;
  min-height: 100vh;
}
/* Archive */
.inner_wrapper {
  background: #000;
}
.inner_wrapper .header_wrap {
  background-image: url(https://cogat107html.wp.urdemo.website/assets/images/header_bg.png);
}
.inner_wrapper .header_wrap {
  background-image: url(https://cogat107html.wp.urdemo.website/assets/images/header_bg.png);
  border-radius: 0 0 90px 90px;
  height: 180px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.archive h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.56px;
  text-transform: capitalize;
}
.archive h3 span {
  font-size: 32px;
  font-weight: 700;
}
.archive .view .current {
  display: none;
}
.archive .view.active .current {
  display: block;
}
.archive .view.active .not_active {
  display: none;
}
.archive a.view:first-child {
  margin-right: 20px;
}
.home .inline_list ul {
  margin-bottom: 0;
}
.top_section {
  padding: 3.2em 0 2em;
  align-items: center;
}
.archive_content {
  padding-top: 2em;
}
main.archive .col-md-8 {
  align-items: center;
  display: flex;
  justify-content: center;
}
main.archive .col-md-8 button {
  min-width: 100px;
  background: rgba(251, 255, 255, 0.08);
  border: 1.5px solid #414141;
  padding: 11.6px 13px;
  border-radius: 200px;
  font-size: 22px;
  color: #fdffff;
  text-decoration: none !important;
  letter-spacing: 0.44px;
  font-weight: 700;
  text-align: center;
  margin: 0 5px;
  height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.archive .month.row {
  background: rgba(65, 65, 65, 0.6);
  border-radius: 12px;
  padding: 23px 10px;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.archive .month span {
  width: 8%;
  text-align: center;
}
.archive .month.row span.active {
  color: #E4C02C;
}
.archive .view img{
  cursor: pointer;
}
.archive .month span:not(:last-child) {
  border-right: 1.5px solid rgba(95, 105, 105, 0.5);
}
.archive .month span {
  color: rgba(253, 255, 255, 0.8);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: normal;
  padding: 0 10px;
}
main.archive .col-md-8 button.active {
  background: linear-gradient(180deg, #d2961e 0%, #e4c02c 50%, #bc8820 100%);
  box-shadow: 0px 1.4px 0px 0px #b17702 inset,
    0px -1px 1px 0px rgba(188, 136, 32, 0.25) inset;
  filter: drop-shadow(1px 0px 0px #b17702);
  color: #243030;
}
.archive .image_video {
  width: 100%;
}
.archive .box_img_wrap {
  position: relative;
}
.archive img.play_button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.archive .calender span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  padding-left: 10px;
}
.archive .meta_data .calender span {
  border-right: 2px solid #5f6969;
  padding-right: 15px;
  margin-right: 15px;
}
.author span {
  color: rgba(245, 224, 36, 0.8);
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.archive img.like_button {
  position: absolute;
  top: 30px;
  left: 30px;
}
.archive .list-view .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 5em;
  padding: 0;
}
.archive .list-view .box_img_wrap {
  height: 426px;
  width: 426px;
}
.archive .list-view .image_video {
  width: 100%;
  height: 100%;
  object-fit: initial;
  border-radius: 20px;
}
.archive .list-view .box {
  display: flex;
  align-items: center;
}
.archive .list-view .info_det {
  padding-left: 5em;
}
.archive .list-view .list_cal {
  padding-bottom: 12px;
}
.archive .list-view .meta_data .calender {
  display: none !important;
}
.archive .list-view .author {
  padding-top: 2em;
}
.archive .grid-view .calender.list_cal {
  display: none !important;
}
.archive .grid-view .box h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.archive .grid-view .col-md-6 {
  margin-bottom: 4em;
}
.archive .load_more {
  max-width: max-content;
  margin: 0 auto;
  padding-bottom: 4em;
}
.archive .load_more button {
  background: none;
  border-radius: 210px;
  border: 1.5px solid rgba(240, 239, 239, 0.5);
  outline: none;
  color: #fffffe;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 18px 41px;
  font-size: 20px;
}
.archive .load_more button img {
  padding-right: 6px;
}
.switcher-wrapper,
.demo_changer,
.demo-icon {
  height: 100%;
  border-radius: 20px;
}
.archive .search_keyword {
  background: #313131;
  box-shadow: 0px 3px 0px 0px #504e4e,
    0px 2px 0px 0px rgba(199, 199, 199, 0.4) inset;
  border-radius: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 20px;
}
.archive .search_keyword img {
  cursor: pointer;
  margin-right: 12px;
}
.archive .search_keyword input {
  flex: 1;
  background: none;
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  text-transform: lowercase;
  padding: 25px 33px;
}
.archive .month.row {
  margin-left: 0px;
  margin-right: 0px;
}
.archive .row.grid-container.list-view {
  margin: 0;
}
header .stream_btn span {
  background: #008080;
  filter: drop-shadow(2px 0px 0px #026060);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-right: 12px;
}
/* Media Queries */
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  footer .info p a {
    margin-right: 2em;
  }
  .home .content_wrap {
    bottom: 4em;
  }
  .live_stream h2 {
    font-size: 25px;
  }
  .archive h3 span {
    font-size: 30px;
  }
  .archive h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  main.live_stream.video_container.contain {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  main.live_stream.video_container {
    max-width: none;
  }
  .live_stream h2 {
    text-align: left !important;
  }
  .archive .col-md-2:has(.view_btns) {
    display: none;
  }
  .archive h3 {
    font-size: 20px;
  }
  .archive h3 span {
    font-size: 28px;
  }
  main.archive .col-md-8 button {
    font-size: 18px;
    height: 50px;
    min-width: 85px;
  }
  .archive .box h2 {
    font-size: 28px;
  }
  .archive .load_more button {
    font-size: 17px;
    padding: 12px 27px;
  }
  .archive .search_keyword input {
    padding: 20px 33px;
  }
  .archive .search_keyword {
    margin-top: -35px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1700px) {
  main.archive.contain {
    max-width: 1125px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 1550px) {
  .sign_box .logo_area {
    padding: 1.2em 1.2em;
  }
  h3.sign_logo {
    font-size: 24px;
  }
  /* .sign_box input {
    height: 55px;
    font-size: 17px;
  } */
  .request p {
    padding: 20px 0;
  }
  /* .sign_box form button {
    height: 55px;
  } */
  .sign_box form {
    padding: 5em 40px;
  }
  .new p {
    margin-top: 20px;
    font-size: 17px;
  }
  .sign_box .logo_area img {
    max-width: 42px;
  }
}
@media screen and (max-width: 1700px) {
  .live_stream .video_wrapper {
    max-width: 72%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1200px) {
  main.archive.contain {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1700px) {
  .live_stream .video_wrapper {
    max-width: 82%;
    margin: 0 auto;
  }
}
@media screen and (max-width:576px){
  .home .inline_list ul li:nth-child(2) {
    margin: 10px 0 0 0;
    display: block;
    padding-left: 0 !important;
}

}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body h2 {
    font-size: 25px;
  }
  .home .slide_3 p {
    font-size: 18px;
  }
  .home .slide .inline_list ul li span p {
    font-size: 17px;
  }
  .home .slide_1 .inline_list ul {
    font-size: 21px;
  }
  .archive .box h2 {
    font-size: 24px;
    margin-top: 20px !important;
  }
  .archive .meta_data {
    display: block !important;
  }
  .archive .meta_data .calender span {
    border-right: 0 !important;
  }

  .archive .grid-view .author {
    margin-top: 10px;
  }
  .home .content_wrap {
    padding: 30px 40px;
}
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  header img {
    height: 65px;
    width: auto;
  }
  header .stream_btn {
    font-size: 15px;
    height: 50px;
    padding: 15px 25px;
  }
  main.archive .col-md-8 button {
    font-size: 15px;
    min-width: 74px;
    margin: 0 3px;
    height: 45px;
  }
}
@media screen and (max-width: 1115px) and (min-width: 992px) {
  .copyright p {
    font-size: 14px;
  }
  footer .info p {
    font-size: 12px;
  }
  .footer .time p:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .footer .time p {
    font-size: 11px;
  }
  .footer .time p span {
    font-size: 13px;
  }
  .live_stream h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1115px) and (min-width: 768px) {
  .sign_box {
    max-width: 380px;
  }
  .sign_box input {
    height: 46px;
    font-size: 15px;
  }
  .request p {
    padding: 18px 0;
    font-size: 13px;
  }
  .sign_box form button {
    height: 45px;
    font-size: 16px;
  }
  .new p {
    margin-top: 17px;
    font-size: 15px;
  }
  .contain {
    padding: 0 50px;
  }
  footer .col-sm-4.info {
    align-items: end;
    display: flex;
  }
  header .stream_btn {
    font-size: 16px;
    height: 54px;
  }
  header img {
    height: 75px;
    width: auto;
  }
  .live_stream div.video_wrapper {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  footer .row .col-md-4,
  footer .row .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  footer .info .d-flex {
    justify-content: center !important;
    margin-bottom: 5px;
  }
  footer:not(.footer) .col-sm-4.info {
    order: -1;
  }
  footer {
    min-height: 55px;
  }
  .wrapper:has(.sign_in) {
    min-height: calc(100vh - 55px);
  }
  .home .content_wrap {
    max-width: 90%;
  }
  footer.footer .col-md-4.info.time,
  footer.footer .col-sm-4.info:not(.time),
  footer.footer .col-sm-4.copyright {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer.footer .copyright p {
    text-align: center;
  }
  .footer .info:not(.time) .d-flex {
    margin: 10px 0 !important;
  }
  .home .swiper-slide .d-flex {
    flex-direction: column;
    align-items: start !important;
    height: 100%;
  }
  .home .stream,
  .home .archive {
    margin: 15px 0px 0 0;
    height: 50px;
    font-size: 14px;
  }
  .home .swiper-slide {
    height: auto;
  }
  .live_stream video {
    border-radius: 35px;
  }
  main.archive .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .archive .top_section .col-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .archive h3,
  .archive h3 span {
    font-size: 25px;
  }
  .archive .search_keyword input {
    padding: 16px 25px;
    font-size: 18px;
  }
  .archive .search_keyword img {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .sign_box {
    max-width: 380px;
  }
  .sign_box input {
    height: 46px;
    font-size: 15px;
  }
  .request p {
    padding: 18px 0;
    font-size: 13px;
  }
  .sign_box form button {
    height: 45px;
    font-size: 16px;
  }
  .new p {
    margin-top: 17px;
    font-size: 15px;
  }
  .contain {
    padding: 0 35px;
  }
  .home .content_wrap {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 6em;
    bottom: 0 !important;
    padding: 2.5em;
  }
  main.home {
    height: auto !important;
    padding-bottom: 4em;
  }
  body h2 {
    font-size: 22px;
  }
  .home .slide_3 p {
    font-size: 18px;
    padding-top: 10px;
  }
  main.home .stream,
  main.home .archive {
    margin: 15px 0px 0 0;
    height: 50px;
    min-width: auto;
    font-size: 13px;
  }
  .home .slide_1 .inline_list ul li {
    display: block;
    font-size: 20px;
  }
  .home .slide_1 .inline_list ul li {
    padding-left: 0 !important;
    margin-bottom: 3px !important;
  }
  .home .slide .inline_list ul li:last-child {
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
  }
  .footer .info.time .d-flex {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }
  .footer .time p:last-child {
    grid-column: 1 / span 3;
    margin-top: 11px;
  }
  .footer .time p:nth-child(3) {
    border-right: 0;
    box-shadow: none;
  }
  .footer .time p:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
  }
  .live_stream div.video_wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 11px;
  }
  .live_stream h2 img {
    height: 45px;
  }
  .live_stream h2 a {
    margin-right: 15px;
  }
  .live_stream .live_btn {
    top: 15px;
    left: 30px;
  }
  .live_stream img.play_video {
    width: 50px;
  }
  .inner_wrapper .header_wrap {
    height: 155px;
}
}
@media screen and (max-width: 480px) {
  .sign_box {
    max-width: 85%;
  }
  main.sign_in {
    padding: 2em 0;
    width: 100%;
  }
  .wrapper {
    border-radius: 0 0px 60px 60px;
  }
  .contain {
    padding: 0 20px;
  }
  footer .info p {
    font-size: 13px;
  }
  .copyright p {
    font-size: 14px;
  }
  header img {
    height: 65px;
    width: auto;
  }
  header .stream_btn {
    font-size: 13px;
    height: 40px;
    padding: 15px 20px;
  }
  body h2 {
    font-size: 19px;
  }
  .home .content_wrap {
    padding: 2.5em 2em;
    margin-top: 3em;
  }
  .home .slide_1 .inline_list ul li {
    font-size: 18px;
  }
  .home .slide .inline_list ul li:nth-child(2) {
    padding-left: 22px;
    margin-top: 10px;
  }
  .home .slide .inline_list ul li span {
    font-size: 13px;
  }
  .home .slide .inline_list ul li span p {
    font-size: 15px;
  }
  main.home .stream,
  main.home .archive {
    height: 42px;
    font-size: 12px;
  }
  .wrapper:not(:has(.sign_in)) {
    min-height: auto !important;
  }
  .footer .time p {
    font-size: 10px;
  }
  .footer .time p span {
    font-size: 12px;
  }
  .archive .meta_data {
    display: block !important;
  }
  .archive .meta_data .calender span {
    border-right: 0 !important;
  }

  .archive .grid-view .author {
    margin-top: 10px;
  }
  .archive .grid-view .box h2 {
    margin-top: 20px;
    font-size: 25px !important;
    margin-bottom: 15px;
  }
  .archive .load_more button {
    font-size: 15px;
    padding: 12px 24px;
  }
  .archive .load_more button img {
    width: 30px;
  }
  .filter_wrap {
    text-align: center;
  }
  main.archive .col-md-8 button {
    font-size: 15px;
    height: 42px;
    margin: 0 2px;
    margin-top: 10px;
  }
  
}
@media screen and (max-width: 1500px) {
  .footer .col-md-4.info.time {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .footer .col-md-4.copyright {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .footer .copyright p {
    text-align: right;
  }
  .footer .col-sm-4.info:not(.time) {
    max-width: 40%;
    flex: 0 0 40%;
    order: 0;
    justify-content: end;
  }
  .wrapper:not(:has(.sign_in)) {
    min-height: calc(100vh - 87px);
  }
  main.home {
    height: calc(100vh - 199px);
  }
  .home .content_wrap {
    bottom: 4em;
  }
  .live_stream .video_wrapper {
    max-width: 72%;
    margin: 0 auto;
  }
}
