html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

* {
  box-sizing: border-box !important;
}

.my-slider-caption * {
  position: relative !important;
  z-index: 1000;
}

.bg-white-hover {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.bg-white-hover:hover {
  background-color: #fff !important;
}

#btn-scroll-top {
  text-decoration: none;
  padding: 10px;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 100000;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(40px) rotate(-090deg);
  opacity: 0;
  background-color: #fff;
  border: 2px solid #e83d41;
  color: #e83d41;
  font-weight: bolder;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  cursor: pointer;
}

.m-btn-link {
  padding: 2px 15px;
  text-align: center;
  background-color: #e83d41;
  color: #fff;
  border-radius: 20px;
  border: 2px solid #e83d41;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  cursor: pointer;
  text-decoration: none;
}

.m-btn-link:hover {
  background-color: #fff;
  color: #e83d41;
  text-decoration: none;
}

#btn-scroll-top:hover {
  text-decoration: none;
  background-color: #e83d41;
  color: #fff;
}

#btn-scroll-top.active {
  opacity: 1;
  transform: translateY(0px) rotate(-090deg);
}

#main-nav * {
  font-family: "Roboto" !important;
}
/* Start Slider */

.my-slider-caption {
  padding: 20px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.my-slider-caption .my-slider-main-title {
  font-weight: bolder;
  color: #fff;
}

.my-slider-caption .my-slider-sub-title {
  color: #fff;
  width: 75vw;
}

.my-slider-item {
  max-height: 80vh;
}
/* End Slider */

.line-bar {
  border-color: #e7c0c0;
}

.link-all {
  box-sizing: border-box;
  position: relative;
  border: 0.2em solid #ffd91b;
  border-radius: 4px;
  padding: 1px 20px;
  color: #222;
  text-decoration: none;
  overflow: hidden;
}

.link-all:hover {
  text-decoration: none;
}

.link-all .animate-bg {
  z-index: 0;
  position: absolute;
  width: 0%;
  height: 150%;
  left: -10px;
  top: -10px;
  background-color: #ffd91b;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.link-all .link-all-title {
  position: relative;
  z-index: 2;
}

.link-all:hover .animate-bg {
  width: 120%;
}

.date-panel-info {
  min-width: 48px;
  height: 48px;
  background-color: #970048;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.new-heading {
  font-family: "Roboto";
  cursor: pointer;
  /* overflow: hidden; */
  z-index: 1;
  /* opacity: 0; */
  position: relative;
  display: block;
  color: #fff;
  width: max-content;
  background-color: #e83d41;
  padding: 10px;
  font-weight: bolder;
  transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* transform: translateX(30px); */
  /* font-size: 2px; */
  /* margin-left: 20px; */
  /* border-radius: 0px 20px; */
  /* min-width: 300px; */
}

.animate-line {
  opacity: 0;
  position: absolute;
  height: 2px;
  background-color: #e83d41;
  width: 1200px;
  left: 0%;
  top: 2px;
  transform-origin: left top;
  transform: rotate(227deg) translateX(300px);
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* transition: opacity none; */
}

.animate-line.active {
  position: absolute;
  opacity: 1;
  transform: rotate(227deg) translateX(0px);
}

.br-word {
  word-wrap: break-word;
}

.m-container *:not(i) {
  font-family: "Roboto";
}

.link-bootom-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.m-card-info {
  cursor: pointer;
  border-left: 2px solid rgb(194, 0, 0);
  padding: 1px 15px;
  margin: 10px 0;
}

.m-card-info:hover .m-card-info-title {
  opacity: 1;
  transform: translateX(20px);
}
.m-card-info:hover .m-card-details {
  opacity: 1;
  padding-left: 15px;
}

.m-card-info:hover .m-card-info-title i {
  /* opacity: 1;
        transform: translateX(20px); */
}

.m-card-info .m-card-info-title i {
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 0.3s;
  opacity: 0;
}

.m-card-info .m-card-info-title {
  font-size: 2rem;
  font-weight: bolder;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-card-info * {
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-card-info a {
  color: #000;
}

.m-card-info:hover .m-card-info-title a {
  color: rgb(194, 0, 0);
  text-decoration: none;
}

.m-card-info-title:hover a {
  color: rgb(177, 36, 1) !important;
  transform: scale(1.01);
}

.m-card-info .m-card-info-title span {
  color: rgb(194, 0, 0);
  font-weight: bolder;
}

.m-card-info .m-card-details {
}

.m-box-info {
  border-left: 3px solid #877b80;
  padding: 5px 20px;
}

.m-box-info .s-name {
  margin-top: 45px;
  font-weight: bolder;
}

.m-box-info .s-faculty {
  margin-left: 7px;
  margin-top: -7px;
}

.m-box-info .s-qoute {
  font-size: 2rem;
  font-weight: 300;
  color: #3d3d3b;
  line-height: 40px;
}

.m-card-image {
  max-width: 400px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.m-row-flex {
  padding-top: 30px;
  display: flex;
  background-color: #f1f1f1;
  justify-content: center;
  overflow: hidden;
}

.m-col-50 {
  flex: 1;
  max-width: 500px;
  margin-top: 40px;
}

.m-col-50.flex-bottom {
  flex: 1 bottom;
}

.m-card-image img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-row-bg {
  position: relative;
}

.m-row-bg * {
  position: relative;
  z-index: 10;
}

.m-row-bg .background {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  background-color: #fff;
  z-index: 1;
  width: 50%;
  clip-path: polygon(0 0, 40% 0, 85% 100%, 0% 100%);
  left: 0;
}

.m-row-bg:hover .m-card-image img {
  /* transform: translateX(-50%) scale(1.1); */
}

@media (max-width: 1200px) {
  /* .m-container {
                                                                                max-height: 1000px;
                                                                            } */
  .m-post-n-detail .m-box-post {
    height: 205px !important;
  }
}

@media (max-width: 900px) {
  .new-heading {
    margin-left: 40px;
  }
  .dropdown-menu {
    transform: translate(0) !important;
  }
  .dropdown-menu div {
    display: block !important;
    transform: translateX(0);
  }
  #main-nav li {
    padding-left: 20px;
  }
  .m-post-n-detail .m-box-post:nth-child(1):after {
    top: unset !important;
    bottom: -15.5px;
    right: 50% !important;
  }
  .m-post-n {
    margin: 0 !important;
  }
  .m-post-n-detail {
    display: block !important;
    margin: 0 5px !important;
  }
  .m-post-n .m-post-header-text {
    padding-top: 8px;
  }
  .m-post-n-caption {
    transform: translateY(-24px) !important;
  }
  .m-post-header-detail,
  .m-post-header-link {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .m-post-n-detail .m-box-post:first-child {
    border-radius: 15px 15px 0 0;
  }
  .m-box-post h2 {
    padding-top: 10px;
  }
  .m-col-50 {
    width: 100%;
  }
  .m-row-flex {
    display: block;
  }
  .m-row-bg .background {
    width: 100%;
    top: 50%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 37%, 100% 100%, 0% 100%);
  }
  .news-content {
    display: none;
  }

  .dropdown-menu * {
    color: #222;
  }
  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.link-all {
  box-sizing: border-box;
  position: relative;
  border: 0.2em solid #ffd91b;
  border-radius: 4px;
  padding: 1px 20px;
  color: #222;
  text-decoration: none;
  overflow: hidden;
}

.link-all:hover {
  text-decoration: none;
}

.link-all .animate-bg {
  z-index: 0;
  position: absolute;
  width: 0%;
  height: 150%;
  left: -10px;
  top: -10px;
  background-color: #ffd91b;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.link-all .link-all-title {
  position: relative;
  z-index: 2;
}

.link-all:hover .animate-bg {
  width: 120%;
}

.date-panel-info {
  min-width: 48px;
  height: 48px;
  background-color: #970048;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.new-heading {
  font-family: "Roboto";
  cursor: pointer;
  /* overflow: hidden; */
  z-index: 1;
  /* opacity: 0; */
  position: relative;
  display: block;
  color: #fff;
  width: max-content;
  background-color: #e83d41;
  padding: 10px;
  font-weight: bolder;
  transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* transform: translateX(30px); */
  /* font-size: 2px; */
  /* margin-left: 20px; */
  /* border-radius: 0px 20px; */
  /* min-width: 300px; */
}

.animate-line {
  opacity: 0;
  position: absolute;
  height: 2px;
  background-color: #e83d41;
  width: 1200px;
  left: 0%;
  top: 2px;
  transform-origin: left top;
  transform: rotate(227deg) translateX(300px);
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* transition: opacity none; */
}

.animate-line.active {
  opacity: 1;
  transform: rotate(227deg) translateX(0px);
}

.br-word {
  word-wrap: break-word;
}

.m-container *:not(i) {
  font-family: "Roboto";
}

.link-bootom-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.m-card-info {
  border-left: 2px solid rgb(194, 0, 0);
  padding: 1px 15px;
  margin: 10px 0;
}
/* .m-card-info .m-card-info-title::after{
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: blue;
    visibility: visible;
    content: "";
} */

.m-card-info .m-card-info-title {
  font-size: 2rem;
  font-weight: bolder;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-card-info * {
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-card-info .m-card-info-title a {
  color: #000;
}

.m-card-info:hover .m-card-info-title a {
  color: rgb(194, 0, 0);
  text-decoration: none;
}

.m-card-info .m-card-info-title span {
  color: rgb(194, 0, 0);
  font-weight: bolder;
}

.m-card-info .m-card-details {
}

.m-box-info {
  border-left: 3px solid #877b80;
  padding: 5px 20px;
}

.m-box-info .s-name {
  margin-top: 45px;
  font-weight: bolder;
}

.m-box-info .s-faculty {
  margin-left: 7px;
  margin-top: -7px;
}

.m-box-info .s-qoute {
  font-size: 2rem;
  font-weight: 300;
  color: #3d3d3b;
  line-height: 40px;
}

.m-card-image {
  max-width: 400px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.m-row-flex {
  padding-top: 30px;
  display: flex;
  background-color: #f1f1f1;
  justify-content: center;
  overflow: hidden;
}

.m-col-50 {
  flex: 1;
  max-width: 500px;
  margin-top: 40px;
}

.m-col-50.flex-bottom {
  flex: 1 bottom;
}

.m-card-image img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-row-bg {
  position: relative;
}

.m-row-bg * {
  position: relative;
  z-index: 10;
}

.m-row-bg .background {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  background-color: #fff;
  z-index: 1;
  width: 50%;
  clip-path: polygon(0 0, 40% 0, 85% 100%, 0% 100%);
  left: 0;
}

.m-row-bg:hover .m-card-image img {
  /* transform: translateX(-50%) scale(1.1); */
}

@media (min-width: 1250px) {
  .m-container .container {
    min-width: 1200px !important;
  }
  .m-container {
    max-height: min-content;
  }
}

@media (max-width: 1200px) {
  .m-post-n-detail .m-box-post {
    min-height: 205px !important;
  }
}

@media (max-width: 900px) {
  .new-heading {
    margin-left: 40px;
  }
  .m-post-n {
    margin: 0 !important;
  }
  .m-post-n-detail {
    display: block !important;
    margin: 0 5px !important;
  }
  .m-post-n .m-post-header-text {
    padding-top: 8px;
  }
  .m-post-n-caption {
    transform: translateY(-24px) !important;
  }
  .m-post-header-detail,
  .m-post-header-link {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .m-post-n-detail .m-box-post:first-child {
    border-radius: 15px 15px 0 0;
  }
  .m-post-n-detail .m-box-post:last-child {
  }
  .m-col-50 {
    width: 100%;
  }
  .m-row-flex {
    display: block;
  }
  .m-row-bg .background {
    width: 100%;
    top: 50%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 37%, 100% 100%, 0% 100%);
  }
  .news-content {
    display: none;
  }
}

.m-post-n {
  margin-top: -70px;
}

.m-post-header-imag-cover {
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.m-post-header-imag-cover img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-post-n-detail {
  display: flex;
  overflow: hidden;
  /* border: 3px solid #fff; */
  margin: 20px 61px;
  /* border-radius: 15px; */
}

.m-post-n-detail .m-box-post {
  position: relative;
  flex: 1;
  /* width: 300px; */
  min-height: 205px;
  background-color: #fff;
}
/* .m-post-n-detail .m-box-post:first-child {
                                                                            background-color: #e94c52;
                                                                        } */

.m-post-n-detail .m-box-post:nth-child(1):after {
  width: 15px;
  height: 15px;
  background: linear-gradient(35deg, #e94c52, #e83d41);
  position: absolute;
  visibility: visible;
  content: "";
  right: -7.5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2000;
}

.m-post-n-detail .m-box-post:nth-child(1) h2 {
  text-align: center !important;
}

.m-post-n-detail .m-box-post {
  position: relative;
}

.m-post-n-detail .m-box-post:nth-child(1) {
  background-color: #e94c52;
}

.m-post-n-caption {
  position: relative;
  z-index: 200;
  transform: translateY(-80px);
}

.m-post-header-text {
  padding-top: 139px;
  /* padding-top: 8px; */
  position: relative;
  z-index: 100;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-post-header-title {
  color: #fff;
  font-weight: bolder;
  text-align: center;
}

.m-post-header-imag-cover::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  visibility: visible;
  left: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.22) 17%,
    rgba(0, 0, 0, 0.75) 57%,
    rgba(0, 0, 0, 0.75) 88%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.m-post-header-detail {
  color: #fff;
  margin: auto;
  margin-top: 0px;
  text-align: center;
  max-width: 70%;
  line-height: 16px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translateY(20px);
}

.m-post-header-link {
  display: block;
  margin: auto;
  color: #e83d41;
  font-weight: bold;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translateY(20px);
}

.m-post-n:hover .m-post-header-text {
  padding-top: 8px;
  text-align: center;
}

.m-post-n:hover .m-post-header-detail,
.m-post-n:hover .m-post-header-link {
  opacity: 1;
  transform: translateY(0);
}

.m-dep-content {
  padding: 10px;
}

.m-dep-content h3,
.m-dep-content h3 a {
  color: #e94c52;
  text-align: center;
}

.m-dep-content p {
  color: #3d3d3b;
  line-height: 17px;
}
/* Start Research */

.re-rana .m-card-info {
  border-left: none;
  border-bottom: 2px solid rgb(194, 0, 0);
}

.re-rana .m-card-info .m-card-info-title {
  text-align: center !important;
}

.img-cover-single {
  padding: 20px;
  display: flex;
  margin: 10px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-cover-single img {
  width: 100%;
  /* position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) */
}
/* End Research */

.m-container,
.container {
  /* transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important; */
}

.box-text-center {
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}

.box-text-center:hover {
  border-color: rgb(194, 0, 0);
}

.box-text-center:hover .box-text-center-title,
.box-text-center:hover .box-text-center-detail {
  padding-left: 30px;
  font-weight: bolder;
}

.box-text-center-title,
.box-text-center-detail {
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.read-more-link {
  padding: 4px 10px;
  display: block;
  border: 2px solid #e83d41;
  background-color: #e83d41;
  color: #fff;
  border-radius: 15px;
  margin: auto;
  max-width: 110px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.read-more-link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #e83d41;
}

.event-boxes .background {
  width: 100%;
  height: 40%;
  clip-path: none;
  /* clip-path: polygon(0 13%, 50% 13%, 85% 100%, 0% 100%) !important; */
}

.social-links-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links {
  margin: 10px;
}

.social-links img {
  width: 30px;
}

.social-links .detail {
  display: inline-block;
  width: 0;
  overflow: hidden;
}

.social-links:hover .detail {
  width: max-content;
}

.language {
  background-color: #c11417;
}

.language a {
  padding: 5px 30px;
  text-decoration: none;
  font: 22px;
  font-weight: bolder;
  color: #fff;
}

.language a:hover {
  background-color: #b10407;
}

/* New Nav */
.nmain-header {
  background-color: #fff;
  padding: 10px;
}
.mn-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-nav-container {
  display: flex;
  gap: 15px;
}
.m2-nav {
  /* padding: 10px; */
  position: relative;
}
.m-nav-container li {
  list-style: none;
}
.m-nav-link:hover {
  text-decoration: none;
}
.m-nav-link {
  padding: 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #e83d41, #e83d41 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.m-nav-link.expand-menu-1 .mnav-icon {
  transform: rotate(90deg);
}
.m-nav-link:before {
  content: "";
  background: linear-gradient(to right, #fff, #e83d41);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.m-nav-link:hover {
  background-position: 0;
}

.m-nav-link:hover::before {
  width: 100%;
}
.m-sub-nav {
  top: 25px;
  padding: 10px;
  /* right: 10px; */
  left: 50%;
  position: absolute;
  background-color: #fff;

  transform: translateX(-50%) translateY(100px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: 0 0 15px 15px;
}
.m-sub-nasasdv::after {
  visibility: visible;
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: red;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.m-nav-sub-container {
  padding: 5px 10px;
  display: flex;
  gap: 10px;
}
.m2-nav:hover .m-sub-nav {
  z-index: 100000;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(35px);
}

/* .m2-nav-ac:hover .m-sub-nav {
  visibility: visible;
  opacity: 1;
  transform: translateX(-40%) translateY(35px);
} */

.new-menu-title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  font-variant: small-caps;
}
.m-nav-col {
  flex: 1;
}
.sub-nav-sub {
  padding: 10px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  min-width: 240px;
}
.new-menu-sub-link {
  color: #222;
}
.navbar-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  color: #222;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
}
.m-nav-part {
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  margin-top: 20px;
}

.m-icon-bar {
  right: 5px;
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #535353;
  top: 5px;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.m-icon-bar:nth-child(1) {
  top: 10px;
}
.navbar-btn.expand-menu .m-icon-bar:nth-child(1) {
  transform: rotate(-45deg);
  top: 15px;
}
.navbar-btn.expand-menu .m-icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-btn.expand-menu .m-icon-bar:nth-child(3) {
  transform: rotate(45deg);
  top: 15px;
}
.m-icon-bar:nth-child(2) {
  top: 20px;
}
.m-icon-bar:nth-child(3) {
  top: 30px;
}
.m-icon-menu {
  font-weight: bolder;
}
.mnav-icon {
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
  width: 24px;
  height: 24px;

  right: 10px;
}
.mnav-icon::after,
.mnav-icon::before {
  content: "";
  position: absolute;
  visibility: visible;
  background-color: rgb(80, 80, 80);
  width: 8px;
  height: 2px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  transform-origin: right;
  right: 2px;
}
.mnav-icon::before {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.sub-nav-row {
  display: flex;
}

.sub-nav-row .sub-nav-sub {
  flex: 1;
}
/* New Code */
@keyframes clipPath {
  0% {
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) scale(1);
    top: 4.5em;
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .navbar-btn {
    display: block;
  }
  .new-heading {
    margin-left: 40px;
  }
  .dropdown-menu {
    transform: translate(0) !important;
  }
  .dropdown-menu div {
    display: block !important;
    transform: translateX(0);
  }
  #main-nav li {
    padding-left: 20px;
  }
  .m-post-n-detail .m-box-post:nth-child(1):after {
    top: unset !important;
    bottom: -15.5px;
    right: 50% !important;
  }
  .m-post-n {
    margin: 0 !important;
  }
  .m-post-n-detail {
    display: block !important;
    margin: 0 5px !important;
  }
  .m-post-n .m-post-header-text {
    padding-top: 8px;
  }
  .m-post-n-caption {
    transform: translateY(-24px) !important;
  }
  .m-post-header-detail,
  .m-post-header-link {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .m-post-n-detail .m-box-post:first-child {
    border-radius: 15px 15px 0 0;
  }
  .m-box-post h2 {
    padding-top: 10px;
  }
  .m-col-50 {
    width: 100%;
  }
  .m-row-flex {
    display: block;
  }
  .m-row-bg .background {
    width: 100%;
    top: 50%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 37%, 100% 100%, 0% 100%);
  }
  .news-content {
    display: none;
  }
  .m-nav-container {
    display: block;
    padding: 5px;
  }
  .m-nav-part {
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    top: 80px;
    background-color: #fff;
    width: 100vw;
    left: 0;
    bottom: 0;
    position: fixed;
  }
  .m-nav-part.expand {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .m-nav-sub-container {
    flex-flow: column;
  }
  .m2-nav {
    min-width: fit-content;
  }
  .m2-nav-ac {
    min-width: fit-content;
  }
  .m2-nav {
    margin-top: 5px;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .mnav-icon {
    display: block;
  }
  .m-nav-link {
    display: flex;
    justify-content: space-between;
  }

  .m-sub-nav {
    visibility: visible;
    display: none;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    transform: translateY(0) translateX(0) scaleY(0);
    transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: display 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .m-sub-nav.expand {
    display: block;
    transform: scaleY(1);
  }
  .m2-nav:hover .m-sub-nav {
    transform: translate(0, 0);
  }
  .sub-nav-row {
    display: block;
  }
}
@media (max-width: 600px) {
  .navbar-btn {
    display: block;
  }
  .m-post-header-imag-cover {
    height: 170px;
  }
  .my-slider-caption {
    background: none;
  }
  .my-slider-main-title,
  .my-slider-sub-title {
    color: #000 !important;
  }
  .my-slider-item {
    min-height: 80vw !important;
  }
}
