body {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Inter", sans-serif;
  background: white-color;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  color: #000;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.938rem;
  text-align: justify;
}
@media (max-width: 480px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #000 !important;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #FE0000;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #141124;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 80px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 60px;
  }
}
@media (width <= 768px) {
  section {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 15px;
  }
}

.scrolltop {
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .scrolltop {
    font-size: 0.875rem;
  }
}

.form-group,
.form-floating,
.form-control {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select,
.form-control input,
.form-control .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus,
.form-control input:focus,
.form-control textarea:focus,
.form-control .form-select:focus,
.form-control select:focus {
  color: #5a5a59;
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #FE0000;
  transition: all 0.6s ease-in-out;
}
.form-group textarea,
.form-floating textarea,
.form-control textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder, .form-control ::-moz-placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder,
.form-control ::placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder,
.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder,
.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.header {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 95%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
@media (width <= 992px) {
  .header {
    top: 50px;
  }
}
@media (width <= 480px) {
  .header {
    top: 40px;
  }
}
.header .logo {
  padding: 0rem 1.5rem;
}
.header .logo img {
  width: 300px;
}
@media (width <= 768px) {
  .header .logo {
    padding: 0 1.2rem;
  }
  .header .logo img {
    width: 200px;
  }
}
@media (width <= 480px) {
  .header .logo {
    padding: 0.2rem 0 0.2rem 1rem;
  }
  .header .logo img {
    width: 180px;
  }
}
.header .menu_search {
  display: flex;
  align-items: center;
}
.header .menu_search .search_btn {
  padding: 0 1.5rem;
  cursor: pointer;
}
@media (width <= 480px) {
  .header .menu_search .search_btn {
    padding: 0.8rem 0.5rem;
  }
}
.header .menu_search .search_btn i {
  font-size: 1.2rem;
}
@media (width <= 480px) {
  .header .menu_search .search_btn i {
    font-size: 1rem;
  }
}
.header .menu_search .menu {
  transition: all 0.4s ease-in-out;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  background: #FE0000;
  height: 100%;
  cursor: pointer;
  padding: 0.6rem 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (width <= 768px) {
  .header .menu_search .menu {
    font-size: 0.875rem;
    padding: 0.6rem 1.3rem;
  }
}
@media (width <= 480px) {
  .header .menu_search .menu {
    padding: 0.6rem 0.8rem;
    gap: 0.5rem;
  }
}
.header .menu_search .menu .menu_icon {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #FE0000;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (width <= 768px) {
  .header .menu_search .menu .menu_icon {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.header .menu_search .menu .menu_icon i {
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.header .menu_search .menu:hover .menu_icon {
  background: #fff;
  transform: scale(1.2);
}
.header .menu_search .menu:hover .menu_icon i {
  color: #141124;
}

.header.shrink {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate(0);
}
.header.shrink .menu_search .menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* Hamburger Icon */
.hamburger {
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 999;
  position: relative;
}

/* Overlay Menu */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  background-color: #000;
  overflow: hidden;
  transition: 0.5s;
}
.overlay .logo-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  opacity: 0.2;
}
@media (width <= 768px) {
  .overlay .logo-icon {
    width: 280px;
  }
}

/* Show overlay when open */
.overlay.open {
  height: 100%;
}

/* Overlay Links */
.overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-content .menu_box {
  padding-right: 5rem;
}
@media (width <= 768px) {
  .overlay-content .menu_box {
    padding: 0 3rem;
  }
}
@media (width <= 480px) {
  .overlay-content .menu_box {
    padding: 0 2rem;
  }
}
.overlay-content .menu_box ul li {
  transition: all 0.4s ease-in-out;
  display: block;
  color: #fff !important;
  font-size: 2rem;
  padding: 1.5rem 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-top: 1px solid #fff;
}
@media (width <= 992px) {
  .overlay-content .menu_box ul li {
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
}
@media (width <= 768px) {
  .overlay-content .menu_box ul li {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}
@media (width <= 480px) {
  .overlay-content .menu_box ul li {
    font-size: 1.3rem;
    padding: 0.8rem 0;
  }
}
.overlay-content .menu_box ul li ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-cyveritas.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.overlay-content .menu_box ul li:last-child {
  border-bottom: 1px solid #fff;
}
.overlay-content .menu_box ul li a {
  color: #fff !important;
}
.overlay-content .menu_box ul li a:hover {
  letter-spacing: 0.1rem;
  color: #FE0000 !important;
  padding: 1.5rem 0 1.5rem 2rem;
}
.overlay-content .menu_box ul li a:hover::before {
  transform: translateY(-50%) scale(1);
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  color: #fff !important;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
.closebtn i {
  font-size: 2.5rem;
  display: inline-block;
  transition: transform 0.5s ease;
}
.closebtn:hover {
  color: #f0a500;
}
.closebtn:hover i {
  transform: rotate(180deg);
}

.search__popup {
  background: rgba(0, 0, 0, 0.7607843137);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.search__popup .btn-close {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 10px;
  width: 30px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 1;
}
.search__popup .btn-close i {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 1rem;
}
.search__popup .offcanvas-body .subscribe_form {
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 60%;
  border: 1px solid rgba(255, 255, 255, 0.5294117647);
  height: 55px;
  margin-top: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .search__popup .offcanvas-body .subscribe_form {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .subscribe_form {
    width: 90%;
  }
}
.search__popup .offcanvas-body .subscribe_form .input-group > .form-control {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #fff;
  font-size: 0.875rem;
  box-shadow: none;
  background: none;
  border: none;
  padding: 10px 20px;
  height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .search__popup .offcanvas-body .subscribe_form .input-group > .form-control {
    padding: 10px 15px;
  }
}
.search__popup .offcanvas-body .subscribe_form .input-group .btn {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.4s ease-in-out;
  padding: 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 55px;
  color: #fff;
  background: #FE0000;
}
.search__popup .offcanvas-body .subscribe_form .input-group .btn:hover {
  background: #fff;
  color: #000;
}
.search__popup .offcanvas-body .subscribe_form .form-control::-moz-placeholder {
  color: #949393;
}
.search__popup .offcanvas-body .subscribe_form .form-control::placeholder {
  color: #949393;
}

/* Overlay Menu close */
.video_img_banner {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .video_img_banner {
    height: 100%;
    background: #1e1e1e;
  }
}
.video_img_banner .item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video_img_banner .item {
    height: 60vh;
  }
}
.video_img_banner .item .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader-img.jpg) center center no-repeat;
  background-size: cover;
  z-index: 2;
  transition: opacity 0.3s;
}
.video_img_banner .item .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.video_img_banner .item .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.video_img_banner .item .video-container video::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
}
.video_img_banner .item .blur-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.111);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_img_banner .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .video_img_banner .item img {
    height: 60vh;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  transition: all 0.4s ease-in-out;
  background: #141124;
  color: #fff;
  width: 45px;
  height: 35px;
  border: none;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 25px;
  }
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  background: #FE0000;
}

.owl-prev {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  right: 70px;
  left: auto;
  bottom: 50px;
}

.owl-next {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 50px;
}

.about_container {
  background: #141124;
  padding: 120px 80px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about_container {
    padding: 100px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about_container {
    padding: 90px 80px;
  }
}
@media (max-width: 768px) {
  .about_container {
    padding: 70px 30px;
  }
}
@media (width <= 480px) {
  .about_container {
    padding: 60px 15px;
  }
}
.about_container .icon_cyveritas {
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 450px;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about_container .icon_cyveritas {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about_container .icon_cyveritas {
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about_container .icon_cyveritas {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .about_container .icon_cyveritas {
    width: 260px;
  }
}
@media (width <= 575.98px) {
  .about_container .icon_cyveritas {
    width: 180px;
    bottom: -18%;
  }
}
.about_container .about_content h5 {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .about_container .about_content h5 {
    font-size: 0.875rem;
  }
}
.about_container .about_content h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about_container .about_content h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about_container .about_content h1 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .about_container .about_content h1 {
    font-size: 1.5rem;
  }
}
.about_container .about_content h1 span {
  display: block;
  opacity: 0.5;
}
.about_container .about_content .btn_1 {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  margin-top: 1.5rem;
}
.about_container .about_content .btn_1:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #fff;
}

.service_container {
  width: 100%;
  background: #fff;
}
.service_container h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .service_container h5 {
    font-size: 0.875rem;
  }
}
.service_container h2 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_container h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container h2 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .service_container h2 {
    font-size: 1.5rem;
  }
}
.service_container .tab-contents .content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container .tab-contents .content {
    padding-left: 0;
  }
}
.service_container .tab-contents .content .img_box {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.service_container .tab-contents .content .img_box img {
  width: 100%;
}
.service_container .tab-contents .content .img_box::before {
  border-radius: 0 0 0.6rem 0.6rem;
  -webkit-border-radius: 0 0 0.6rem 0.6rem;
  -moz-border-radius: 0 0 0.6rem 0.6rem;
  -ms-border-radius: 0 0 0.6rem 0.6rem;
  -o-border-radius: 0 0 0.6rem 0.6rem;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}
@media (width <= 768px) {
  .service_container .tab-contents .content .img_box::before {
    display: none;
  }
}
.service_container .tab-contents .content .img_box .content_box {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container .tab-contents .content .img_box .content_box {
    left: 20px;
  }
}
@media (width <= 768px) {
  .service_container .tab-contents .content .img_box .content_box {
    position: relative;
    padding: 1rem 0rem;
    left: 0;
    top: 0;
    transform: translate(0);
  }
}
.service_container .tab-contents .content .img_box .content_box p {
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container .tab-contents .content .img_box .content_box p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .service_container .tab-contents .content .img_box .content_box p {
    font-size: 0.813rem;
    color: #000;
  }
}
.service_container .tab-contents .content .img_box .content_box ul {
  list-style-type: decimal;
  padding-left: 20px;
}
.service_container .tab-contents .content .img_box .content_box ul li {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_container .tab-contents .content .img_box .content_box ul li {
    padding: 0.3rem 0 0.3rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container .tab-contents .content .img_box .content_box ul li {
    padding: 0.1rem 0 0.1rem 0;
  }
}
@media (max-width: 768px) {
  .service_container .tab-contents .content .img_box .content_box ul li {
    color: #000;
    padding: 0.3rem 0 0.3rem 0;
  }
}
@media (max-width: 480px) {
  .service_container .tab-contents .content .img_box .content_box ul li {
    font-size: 0.875rem;
  }
}
.service_container .tab-contents .content.active {
  display: block;
  opacity: 1;
}
.service_container ul#tabMenu {
  list-style: none;
  padding: 0;
  padding-right: 2.5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_container ul#tabMenu {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .service_container ul#tabMenu {
    padding-right: 0;
  }
}
.service_container ul#tabMenu li {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding: 20px 0;
  transition: background 0.3s;
  font-size: 1.7rem;
  background: none;
  border-bottom: 1px solid #FE0000;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_container ul#tabMenu li {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_container ul#tabMenu li {
    font-size: 1.1rem;
    padding: 1.5prem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_container ul#tabMenu li {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
@media (width <= 768px) {
  .service_container ul#tabMenu li {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}
@media (width <= 575.98px) {
  .service_container ul#tabMenu li {
    font-size: 0.983rem;
    padding: 5px 0;
  }
}
.service_container ul#tabMenu li i {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.service_container ul#tabMenu li.active {
  color: #FE0000;
}
.service_container ul#tabMenu li.active i {
  opacity: 1;
}
.service_container ul#tabMenu li.active a {
  color: #FE0000 !important;
}
.service_container ul#tabMenu li.active a i {
  opacity: 1;
}

.podcast_container {
  width: 100%;
  background: #f0f0f0;
  padding: 80px 0;
}
@media (width <= 768px) {
  .podcast_container {
    padding: 60px 0;
  }
}
.podcast_container h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .podcast_container h5 {
    font-size: 0.875rem;
  }
}
.podcast_container .btn_1 {
  border: 1px solid #141124;
}
.podcast_container .btn_1:hover {
  border: 1px solid #141124;
  color: #fff !important;
  background: #000;
}
.podcast_container h3 {
  font-size: 2rem;
  color: #141124;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .podcast_container h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .podcast_container h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .podcast_container h3 {
    font-size: 1.5rem;
  }
}
.podcast_container .podcasts {
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .podcast_container .podcasts {
    margin-top: 3rem;
  }
}
@media (width <= 768px) {
  .podcast_container .podcasts {
    margin-top: 2rem;
  }
}
.podcast_container .podcasts .item {
  margin-bottom: 1rem;
}
.podcast_container .podcasts .item .podcast_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.podcast_container .podcasts .item .podcast_box .podcats_img {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.podcast_container .podcasts .item .podcast_box .podcats_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.podcast_container .podcasts .item .podcast_box .podcats_img .zoom {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: #FE0000;
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 9;
}
.podcast_container .podcasts .item .podcast_box .podcats_img .zoom i {
  font-size: 2rem;
  color: #fff;
}
.podcast_container .podcasts .item .podcast_box .podcats_img .zoom:hover {
  background: #141124;
  color: #fff;
}
.podcast_container .podcasts .item .podcast_box .podcast_content {
  transition: all 0.4s ease-in-out;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  padding: 1.5rem;
  background: #fff;
}
@media (width <= 768px) {
  .podcast_container .podcasts .item .podcast_box .podcast_content {
    padding: 1rem;
  }
}
.podcast_container .podcasts .item .podcast_box .podcast_content h6 {
  color: #FE0000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.podcast_container .podcasts .item .podcast_box .podcast_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
@media (max-width: 480px) {
  .podcast_container .podcasts .item .podcast_box .podcast_content p {
    height: 48px;
    min-height: 40px;
  }
}
.podcast_container .podcasts .item .podcast_box .podcast_content .publish {
  margin-top: 2rem;
  color: #344051;
  font-size: 0.75rem;
  font-weight: 400;
}
.podcast_container .podcasts .item .podcast_box:hover img {
  opacity: 0.3;
  transform: scale(1.2);
}
.podcast_container .podcasts .item .podcast_box:hover .podcats_img .zoom {
  opacity: 1;
}

.insights_container {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  padding: 80px 0;
}
@media (width <= 768px) {
  .insights_container {
    padding: 60px 0;
  }
}
.insights_container h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .insights_container h5 {
    font-size: 0.875rem;
  }
}
.insights_container h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .insights_container h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .insights_container h3 {
    font-size: 1.5rem;
  }
}
.insights_container .btn_1 {
  background: none;
  color: #141124 !important;
  border: 1px solid #141124;
}
.insights_container .insight_img {
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 4/3;
}
.insights_container .insight_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.insights_container .insight_img .resource {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FE0000;
  padding: 0.2rem 1.5rem;
  color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container .insight_img .resource {
    font-size: 0.75rem;
    padding: 0rem 0.5rem;
  }
}
@media (width <= 480px) {
  .insights_container .insight_img .resource {
    font-size: 0.75rem;
    padding: 0rem 0.5rem;
  }
}
.insights_container .insight_img .content_box {
  position: absolute;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container .insight_img .content_box {
    padding: 2rem 1rem 1rem 1rem;
  }
}
@media (width <= 768px) {
  .insights_container .insight_img .content_box {
    padding: 2rem 1rem 1rem 1rem;
  }
}
.insights_container .insight_img .content_box .content {
  width: 70%;
}
@media (width <= 992px) {
  .insights_container .insight_img .content_box .content {
    width: 90%;
  }
}
@media (width <= 768px) {
  .insights_container .insight_img .content_box .content {
    width: 70%;
  }
}
@media (width <= 480px) {
  .insights_container .insight_img .content_box .content {
    width: 100%;
  }
}
.insights_container .insight_img .content_box .content .date {
  color: #000;
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .insights_container .insight_img .content_box .content .date {
    margin: 0.3rem 0;
  }
}
@media (width <= 480px) {
  .insights_container .insight_img .content_box .content .date {
    margin: 0.3rem 0;
  }
}
.insights_container .insight_img .content_box h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .insights_container .insight_img .content_box h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container .insight_img .content_box h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
@media (width <= 768px) {
  .insights_container .insight_img .content_box h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
@media (width <= 480px) {
  .insights_container .insight_img .content_box h4 {
    font-size: 1rem;
    height: 40px;
  }
}
.insights_container .insightimg {
  width: 100%;
  height: auto;
}
.insights_container .insight_right_box {
  width: 100%;
}
.insights_container .insight_right_box .resource {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  background: #FE0000;
  padding: 0.2rem 1.5rem;
  color: #fff;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .insights_container .insight_right_box .resource {
    padding: 0rem 1rem;
    font-size: 0.813rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container .insight_right_box .resource {
    font-size: 0.75rem;
    padding: 0rem 0.5rem;
  }
}
@media (width <= 480px) {
  .insights_container .insight_right_box .resource {
    font-size: 0.75rem;
    padding: 0rem 0.5rem;
  }
}
.insights_container .insight_right_box .date {
  margin: 0.5rem 0;
  color: #808080;
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .insights_container .insight_right_box .date {
    margin: 0.3rem 0;
  }
}
@media (width <= 480px) {
  .insights_container .insight_right_box .date {
    margin: 0.3rem 0;
  }
}
.insights_container .insight_right_box h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .insights_container .insight_right_box h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .insights_container .insight_right_box h4 {
    font-size: 1rem;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insights_container .insight_right_box h4 {
    font-size: 0.875rem;
    height: 36px;
  }
}
@media (width <= 768px) {
  .insights_container .insight_right_box h4 {
    font-size: 1.15rem;
    height: 48px;
  }
}
@media (width <= 480px) {
  .insights_container .insight_right_box h4 {
    font-size: 1rem;
    height: 40px;
  }
}

.event_container {
  background: #f0f0f0;
  padding-left: 0;
  padding-right: 0;
}
.event_container h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (width <= 768px) {
  .event_container h5 {
    font-size: 0.875rem;
  }
}
.event_container h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .event_container h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event_container h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .event_container h3 {
    font-size: 1.5rem;
  }
}
.event_container .events {
  margin-top: 1.5rem;
  width: 100%;
}
.event_container .events .event_img {
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  height: 100%;
}
@media (width <= 768px) {
  .event_container .events .event_img {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.event_container .events .event_img img {
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 768px) {
  .event_container .events .event_img img {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.event_container .events .event_content {
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  padding: 2rem 4rem;
  background: #141124;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .event_container .events .event_content {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event_container .events .event_content {
    padding: 2rem;
  }
}
@media (width <= 768px) {
  .event_container .events .event_content {
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    padding: 2rem;
  }
}
.event_container .events .event_content .resource {
  position: relative;
  color: #FE0000;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.event_container .events .event_content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  -webkit-line-clamp: 3;
}
@media (max-width: 480px) {
  .event_container .events .event_content h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .event_container .events .event_content h4 {
    font-size: 1.15rem;
    height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event_container .events .event_content h4 {
    font-size: 1rem;
    height: 60px;
  }
}
@media (width <= 768px) {
  .event_container .events .event_content h4 {
    font-size: 1rem;
    height: 60px;
  }
}
.event_container .events .event_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c0c0c0;
  font-size: 0.875rem;
  -webkit-line-clamp: 4;
  height: 95px;
}
@media (max-width: 480px) {
  .event_container .events .event_content p {
    height: 48px;
    min-height: 40px;
  }
}
.event_container .events .event_content .date_time {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 0.875rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .event_container .events .event_content .date_time {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .event_container .events .event_content .date_time {
    font-size: 0.75rem;
    gap: 0.2rem 1rem;
  }
}
.event_container .events .event_content .date_time .date i,
.event_container .events .event_content .date_time .time i {
  color: #fff;
  font-size: 0.875rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .event_container .events .event_content .date_time .date i,
  .event_container .events .event_content .date_time .time i {
    font-size: 0.75rem;
  }
}
@media (width <= 768px) {
  .event_container .events .event_content .date_time .date i,
  .event_container .events .event_content .date_time .time i {
    font-size: 0.813rem;
  }
}
@media (width <= 575.98px) {
  .event_container .events .event_content .date_time .date i,
  .event_container .events .event_content .date_time .time i {
    padding-right: 0.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .event_container .events .event_content .date_time {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .event_container .events .event_content .date_time {
    font-size: 0.75rem;
  }
}
.event_container .events .event_content .btn_2 {
  color: #fff !important;
}
.event_container button {
  margin-right: 0 !important;
}
.event_container .slider-counter1 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 15px !important;
  color: #141124;
}
.event_container .slider-counter1 #currentSlide1 {
  color: #FE0000;
}

.p120 {
  padding: 0 120px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .p120 {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .p120 {
    padding: 0 80px;
  }
}
@media (width <= 768px) {
  .p120 {
    padding: 0px 30px;
  }
}
@media (width <= 480px) {
  .p120 {
    padding: 0px 15px;
  }
}

.arrow-style {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.arrow-style button {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #141124;
  color: #000;
  width: 60px;
  height: 35px;
  border: 1px solid #a9b1bc;
}
@media (width <= 768px) {
  .arrow-style button {
    margin-right: 0.3rem;
  }
}
.arrow-style button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
  color: #fff;
}
@media (width <= 768px) {
  .arrow-style button i {
    font-size: 0.75rem;
  }
}
.arrow-style button:hover {
  background: #FE0000;
  color: #fff;
}
.arrow-style .slider-counter {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 25px;
  color: #000;
}
.arrow-style .slider-counter #currentSlide {
  color: #FE0000;
  /* blue color */
}

.footer {
  padding-left: 0;
  padding-right: 0;
  background: #141124;
}
.footer .contact-enquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .footer .contact-enquiry {
    flex-wrap: wrap;
  }
}
.footer .contact-enquiry .text {
  padding-right: 2rem;
}
@media (width <= 768px) {
  .footer .contact-enquiry .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.footer .contact-enquiry .text h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .footer .contact-enquiry .text h5 {
    font-size: 0.875rem;
  }
}
.footer .contact-enquiry .text h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .contact-enquiry .text h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .contact-enquiry .text h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .footer .contact-enquiry .text h3 {
    font-size: 1.5rem;
  }
}
.footer h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer h4 {
    font-size: 1.15rem;
  }
}
.footer .btn_1 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 50px;
}
.footer .links ul {
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .links ul {
    margin-top: 1rem;
  }
}
@media (width <= 768px) {
  .footer .links ul {
    margin-top: 0.5rem;
  }
}
.footer .links ul li {
  transition: all 0.4s ease-in-out;
  padding: 5px 0px;
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .links ul li {
    font-size: 0 0.813rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .links ul li {
    padding: 2px 0px;
  }
}
@media (width <= 567px) {
  .footer .links ul li {
    padding: 2px 0px;
  }
}
.footer .links ul li a {
  color: #fff !important;
}
.footer .links ul li a:hover {
  color: #FE0000 !important;
}
.footer .social_icons {
  width: 100%;
}
.footer .social_icons ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .social_icons ul li {
  padding: 20px 10px;
  list-style: none;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .footer .social_icons ul li {
    padding: 10px 5px;
  }
}
.footer .social_icons ul li a {
  color: #fff !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .social_icons ul li a:hover {
  color: #FE0000 !important;
}
.footer .social_icons ul li:first-child {
  padding-left: 0px;
}
@media (width <= 768px) {
  .footer .footer-logo {
    margin: 1.5rem 0;
  }
}
.footer .footer-logo img {
  width: 300px;
}
@media (max-width: 480px) {
  .footer .footer-logo img {
    width: 200px;
  }
}
.footer .powered {
  width: 100%;
  margin-top: 6rem;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .footer .powered {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .powered {
    margin-top: 3rem;
  }
}
@media (width <= 768px) {
  .footer .powered {
    margin-top: 2rem;
  }
}
.footer .powered p {
  margin-bottom: 0;
  color: #fff;
}
.footer .powered p a {
  color: #fff !important;
}

.arrow-style_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.arrow-style_2 button {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: none;
  border: 1px solid #000;
  color: #000;
  width: 60px;
  height: 35px;
}
@media (width <= 768px) {
  .arrow-style_2 button {
    width: 35px;
    height: 35px;
    margin-right: 0.3rem;
  }
}
.arrow-style_2 button i {
  transition: all 0.4s ease-in-out;
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
  color: #000;
}
@media (width <= 768px) {
  .arrow-style_2 button i {
    font-size: 0.75rem;
  }
}
.arrow-style_2 button:hover {
  background: #141124;
  color: #fff !important;
}
.arrow-style_2 button:hover i {
  color: #fff;
}
.arrow-style_2 button {
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: none;
  border: 1px solid #000;
  color: #000;
  width: 60px;
  height: 35px;
}
@media (width <= 768px) {
  .arrow-style_2 button {
    width: 35px;
    height: 35px;
    margin-right: 0.3rem;
  }
}
.arrow-style_2 .slider-counter1 {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 25px;
  color: #141124;
}
.arrow-style_2 .slider-counter1 #currentSlide1 {
  color: #FE0000;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-color: #ffe6e6;
}
.inner-banner::before {
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  background: #0a0a0a;
  background: linear-gradient(0deg, rgb(10, 10, 10) 26%, rgba(255, 255, 255, 0) 100%);
}
@media (width <= 768px) {
  .inner-banner::before {
    height: 75%;
  }
}
.inner-banner .inner-banner-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.inner-banner .inner-banner-content h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 6px #000000;
}
@media (width <= 768px) {
  .inner-banner .inner-banner-content h1 {
    font-size: 2rem;
  }
}
.inner-banner .inner-banner-content .list {
  margin-top: 1rem;
  display: flex;
  gap: 20px;
}
@media (width <= 575.98px) {
  .inner-banner .inner-banner-content .list {
    gap: 5px 15px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}
.inner-banner .inner-banner-content .list .time,
.inner-banner .inner-banner-content .list .department {
  font-size: 0.1 0.25rem;
  font-weight: 400;
  color: #fff;
}
@media (width <= 992px) {
  .inner-banner .inner-banner-content .list .time,
  .inner-banner .inner-banner-content .list .department {
    font-size: 0.938rem;
  }
}
@media (width <= 768px) {
  .inner-banner .inner-banner-content .list .time,
  .inner-banner .inner-banner-content .list .department {
    font-size: 0.875rem;
  }
}
.inner-banner .inner-insight {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.inner-banner .inner-insight h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (width <= 768px) {
  .inner-banner .inner-insight h1 {
    font-size: 2rem;
  }
}
.inner-banner .inner-insight h5 {
  font-size: 1rem;
  color: #fe0000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .inner-banner .inner-insight h5 {
    font-size: 0.875rem;
  }
}
.inner-banner .inner-insight p {
  text-align: center;
  color: #344051;
}
.inner-banner .sub_content {
  position: absolute;
  bottom: 20px;
  left: 80px;
  width: 88%;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  padding-top: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner .sub_content {
    left: 80px;
    width: 86%;
  }
}
@media (width <= 992px) {
  .inner-banner .sub_content {
    left: 60px;
    width: 84%;
  }
}
@media (width <= 768px) {
  .inner-banner .sub_content {
    left: 30px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .inner-banner .sub_content {
    left: 15px;
    width: 90%;
    padding-top: 0.5rem;
  }
}
.inner-banner .sub_content .text {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner .sub_content .text {
    width: 80%;
  }
}
@media (width <= 768px) {
  .inner-banner .sub_content .text {
    width: 100%;
  }
}
.inner-banner .sub_content .text p {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 480px) {
  .inner-banner .sub_content .text p {
    font-size: 0.813rem;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .inner-banner .sub_content {
    font-size: 1rem;
  }
}

.insight-banner {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
@media (width <= 768px) {
  .insight-banner {
    height: auto;
  }
}
.insight-banner .inner-insight {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (width <= 768px) {
  .insight-banner .inner-insight {
    padding-top: 40px;
  }
}
.insight-banner .inner-insight h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (width <= 768px) {
  .insight-banner .inner-insight h1 {
    font-size: 2rem;
  }
}
.insight-banner .inner-insight h5 {
  font-size: 1rem;
  color: #fe0000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .insight-banner .inner-insight h5 {
    font-size: 0.875rem;
  }
}
.insight-banner .inner-insight p {
  text-align: center;
  color: #344051;
  margin-bottom: 0;
}
.insight-banner .insight-detail {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (width <= 768px) {
  .insight-banner .insight-detail {
    padding-top: 40px;
  }
}
.insight-banner .insight-detail h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  -webkit-line-clamp: 1;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .insight-banner .insight-detail h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insight-banner .insight-detail h1 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .insight-banner .insight-detail h1 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .insight-banner .insight-detail h1 {
    font-size: 1.6rem;
  }
}
.insight-banner .insight-detail p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  height: 20px;
  text-align: center;
  color: #344051;
  -webkit-line-clamp: 1;
}
@media (max-width: 480px) {
  .insight-banner .insight-detail p {
    height: 48px;
    min-height: 40px;
  }
}
.insight-banner .insight-detail .admin_name_img {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.insight-banner .insight-detail .admin_name_img .pic {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (width <= 768px) {
  .insight-banner .insight-detail .admin_name_img .pic {
    width: 35px;
    height: 35px;
  }
}
.insight-banner .insight-detail .admin_name_img .pic img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (width <= 768px) {
  .insight-banner .insight-detail .admin_name_img .pic img {
    width: 35px;
    height: 35px;
  }
}
.insight-banner .insight-detail .admin_name_img .name_date {
  width: 100%;
  padding-left: 10px;
}
.insight-banner .insight-detail .admin_name_img .name_date h5 {
  color: #344051;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: left;
}
.insight-banner .insight-detail .admin_name_img .name_date .date {
  color: #232324;
  font-size: 0.968rem;
  font-weight: 500;
}

.podcast-banner {
  position: relative;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background: #ffe6e6;
}
@media (width <= 768px) {
  .podcast-banner {
    height: 400px;
  }
}
@media (width <= 575.98px) {
  .podcast-banner {
    height: 300px;
  }
}
.podcast-banner .podcats-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (width <= 575.98px) {
  .podcast-banner .podcats-img {
    display: none;
  }
}
.podcast-banner .podcats-img img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 768px) {
  .podcast-banner .podcats-img img {
    height: 450px;
  }
}
.podcast-banner .inner-banner-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.podcast-banner .inner-banner-content h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .podcast-banner .inner-banner-content h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .podcast-banner .inner-banner-content h1 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .podcast-banner .inner-banner-content h1 {
    font-size: 1.8rem;
    height: 36px;
  }
}
@media (width <= 480px) {
  .podcast-banner .inner-banner-content h1 {
    font-size: 1.6rem;
    height: 28px;
  }
}
.podcast-banner .inner-banner-content .list {
  margin-top: 1rem;
  display: flex;
  gap: 20px;
}
.podcast-banner .inner-banner-content .list .time,
.podcast-banner .inner-banner-content .list .department {
  font-size: 0.1 0.25rem;
  font-weight: 400;
  color: #fff;
}
.podcast-banner .sub_content {
  position: absolute;
  bottom: 20px;
  left: 80px;
  width: 42%;
  border-top: 1px solid #000;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  padding-top: 1rem;
}
@media (width <= 992px) {
  .podcast-banner .sub_content {
    left: 60px;
  }
}
@media (width <= 768px) {
  .podcast-banner .sub_content {
    left: 30px;
  }
}
@media (width <= 575.98px) {
  .podcast-banner .sub_content {
    width: 92%;
    left: 15px;
  }
}
.podcast-banner .sub_content .text {
  width: 100%;
}
.podcast-banner .sub_content .text p {
  margin-bottom: 0;
  color: #000;
}
@media (width <= 768px) {
  .podcast-banner .sub_content .text p {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .podcast-banner .sub_content {
    font-size: 1rem;
  }
}

.inner-container h5 {
  font-size: 1rem;
  color: #FE0000;
  font-weight: 500;
  margin-top: 0.5rem;
  text-align: center;
}
.inner-container h6 {
  font-weight: 500;
}
.inner-container h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (width <= 992px) {
  .inner-container h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .inner-container h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 480px) {
  .inner-container h3 {
    font-size: 1.3rem;
  }
}

.job_list {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job_list {
    padding: 1.5rem;
  }
}
@media (width <= 992px) {
  .job_list {
    padding: 1.2rem;
  }
}
@media (width <= 575.98px) {
  .job_list {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.job_list .job_title {
  width: 100%;
}
@media (width <= 575.98px) {
  .job_list .job_title {
    margin-bottom: 1rem;
  }
}
.job_list .job_title h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job_list .job_title h4 {
    font-size: 1.3rem;
  }
}
@media (width <= 992px) {
  .job_list .job_title h4 {
    font-size: 1.2rem;
  }
}
@media (width <= 768px) {
  .job_list .job_title h4 {
    font-size: 1rem;
  }
}
.job_list .job_title .list {
  margin-top: 1rem;
  display: flex;
  gap: 20px;
}
@media (width <= 575.98px) {
  .job_list .job_title .list {
    gap: 5px 15px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}
.job_list .job_title .list .time,
.job_list .job_title .list .department {
  font-size: 0.1 0.25rem;
  font-weight: 400;
  color: #404040;
}
@media (width <= 992px) {
  .job_list .job_title .list .time,
  .job_list .job_title .list .department {
    font-size: 0.938rem;
  }
}
@media (width <= 768px) {
  .job_list .job_title .list .time,
  .job_list .job_title .list .department {
    font-size: 0.875rem;
  }
}

.story_content {
  padding-right: 2rem;
}
@media (width <= 992px) {
  .story_content {
    padding-right: 0rem;
  }
}
.story_content .main {
  font-size: 1.25rem;
  line-height: 30px;
}
@media (width <= 1200px) {
  .story_content .main {
    font-size: 1rem;
  }
}
@media (width <= 480px) {
  .story_content .main {
    font-size: 0.875rem;
  }
}
.story_content .main span {
  color: #FE0000;
}

.story_content_2 {
  padding-left: 2rem;
}
@media (width <= 992px) {
  .story_content_2 {
    padding-left: 0rem;
  }
}

.img_box {
  transform: translateY(-50px);
}
@media (width <= 1200px) {
  .img_box {
    transform: translateY(0);
  }
}

.job-description {
  width: 100%;
  padding-right: 2rem;
}
@media (width <= 992px) {
  .job-description {
    padding-right: 0;
  }
}
.job-description h3 {
  font-size: 1.8rem;
  color: #141124;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .job-description h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-description h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-description h3 {
    font-size: 1.3rem;
  }
}
@media (width <= 768px) {
  .job-description h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 575.98px) {
  .job-description h3 {
    font-size: 1.3rem;
  }
}
.job-description ul {
  margin-bottom: 1rem;
}
.job-description ul li {
  font-size: 1rem;
  color: #000;
  position: relative;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.2rem;
}
.job-description ul li::before {
  position: absolute;
  left: 0;
  content: "\f309";
  font-family: bootstrap-icons !important;
}

.job-summary {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #ffe6e6;
  padding: 2rem;
  position: sticky;
  top: 100px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-summary {
    padding: 1.3rem;
  }
}
@media (width <= 992px) {
  .job-summary {
    padding: 1.5rem;
  }
}
.job-summary h3 {
  font-size: 1.8rem;
  color: #141124;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .job-summary h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-summary h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-summary h3 {
    font-size: 1.3rem;
  }
}
@media (width <= 768px) {
  .job-summary h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 575.98px) {
  .job-summary h3 {
    font-size: 1.3rem;
  }
}
.job-summary ul {
  margin-bottom: 1rem;
}
.job-summary ul li {
  font-size: 0.938rem;
  color: #000;
  position: relative;
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-summary ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-summary ul li {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .job-summary ul li {
    font-size: 0.813rem;
  }
}
.job-summary ul li::before {
  position: absolute;
  left: -5px;
  content: "\f309";
  font-family: bootstrap-icons !important;
}
.job-summary .submit_resume {
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #FE0000;
}
.job-summary .submit_resume h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #141124;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .job-summary .submit_resume h6 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .job-summary .submit_resume h6 {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .job-summary .submit_resume h6 {
    font-size: 0.875rem;
  }
}

.podcast_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.podcast_box .podcats_img {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background: #141124;
}
.podcast_box .podcats_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.podcast_box .podcats_img .zoom {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: #FE0000;
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 9;
}
.podcast_box .podcats_img .zoom i {
  font-size: 2rem;
  color: #fff;
}
.podcast_box .podcats_img .zoom:hover {
  background: #141124;
  color: #fff;
}
.podcast_box .podcast_content {
  transition: all 0.4s ease-in-out;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  padding: 1.5rem;
  background: #fff;
}
.podcast_box .podcast_content h6 {
  color: #FE0000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.podcast_box .podcast_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  height: 69px;
  -webkit-line-clamp: 3;
}
@media (max-width: 480px) {
  .podcast_box .podcast_content p {
    height: 48px;
    min-height: 40px;
  }
}
@media (max-width: 480px) {
  .podcast_box .podcast_content p {
    height: 69px;
    -webkit-line-clamp: 3;
  }
}
.podcast_box .podcast_content .publish {
  margin-top: 2rem;
  color: #344051;
  font-size: 0.75rem;
  font-weight: 400;
}
.podcast_box:hover img {
  opacity: 0.3;
  transform: scale(1.2);
}
.podcast_box:hover .podcats_img .zoom {
  opacity: 1;
}

.pagination {
  background: none;
}
.pagination li {
  margin: 0 0.5rem;
}
@media (max-width: 575.98px) {
  .pagination li {
    margin: 0 0.2rem;
  }
}
.pagination .page-link {
  border: none !important;
  box-shadow: none !important;
  color: #141124;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.pagination .page-item.disabled .page-link {
  background-color: #fff;
  color: #141124;
  border: none;
  cursor: not-allowed;
}
.pagination .page-item.active .page-link {
  background-color: #FE0000;
  color: #fff !important;
  border: none !important;
  border-radius: 0.375rem;
}

.contact_container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  padding: 4rem 4rem 0 4rem;
  background: #fff;
  transform: translateY(-150px);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contact_container {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
@media (width <= 768px) {
  .contact_container {
    transform: translateY(-100px);
    padding: 2rem 2rem 0 2rem;
  }
}
@media (width <= 575.98px) {
  .contact_container {
    padding: 1.5rem 1.5rem 0 1.5rem;
    transform: translateY(-80px);
  }
}
.contact_container .contact-content {
  padding-right: 1rem;
}
@media (width <= 768px) {
  .contact_container .contact-content {
    padding-right: 0;
  }
}
.contact_container .contact-content p {
  text-align: left;
}
.contact_container .contact-content h3 {
  font-size: 1.5rem;
  color: #FE0000;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_container .contact-content h3 {
    font-size: 1.3rem;
  }
}
@media (width <= 575.98px) {
  .contact_container .contact-content h3 {
    font-size: 1.3rem;
  }
}
.contact_container .contact-content .address_box {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  width: 85%;
  margin-top: 2rem;
  padding: 2rem;
  background: #FE0000;
}
@media (width <= 991px) {
  .contact_container .contact-content .address_box {
    width: 100%;
    padding: 1.5rem;
  }
}
.contact_container .contact-content .address_box ul li {
  list-style: none;
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #fff;
  font-size: 1rem;
}
.contact_container .contact-content .address_box ul li a {
  color: #fff !important;
}
.contact_container .contact-content .address_box ul li i {
  position: absolute;
  left: 0;
}
.contact_container .contact_form_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f0f0f0;
  padding: 2rem;
}
@media (width <= 991px) {
  .contact_container .contact_form_box {
    padding: 1.5rem;
  }
}
.contact_container .contact_form_box label {
  color: #141124;
  font-weight: 400;
  font-size: 0.875rem;
}
.contact_container .contact_form_box label span {
  color: #000;
  font-weight: 500;
}
.contact_container .contact_form_box .form-check-input {
  width: 1em;
  height: 1em;
  margin-left: -1.8em;
  border-radius: 50%;
  /* Make it round */
  border: 2px solid red;
  /* Red border */
}
.contact_container .contact_form_box .form-check-input:checked {
  background-color: red;
  /* Red fill when checked */
  border-color: red;
}
.contact_container .contact_form_box .btn_1 {
  background: none;
  border: 1px solid #141124;
  color: #141124 !important;
}

.service_content {
  padding-right: 6rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_content {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_content {
    padding-right: 0;
  }
}
@media (width <= 768px) {
  .service_content {
    padding-right: 0;
  }
}
.service_content h2, .service_content h3 {
  font-size: 2rem;
  color: #FE0000 !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: left !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content h2, .service_content h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_content h2, .service_content h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_content h2, .service_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (width <= 768px) {
  .service_content h2, .service_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (width <= 575.98px) {
  .service_content h2, .service_content h3 {
    font-size: 1.3rem;
  }
}
.service_content .service_img {
  margin-top: 1rem;
  position: relative;
}
.service_content .service_img .sub_copy_two {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: absolute;
  max-width: 230px;
  right: -70px;
  bottom: -50px;
  padding: 1.5rem;
  color: #fff;
  background: #FE0000;
  font-weight: 300;
  font-size: 0.813rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content .service_img .sub_copy_two {
    right: -20px;
  }
}
@media (width <= 1200px) {
  .service_content .service_img .sub_copy_two {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.service_content .service_img .sub_copy_two span {
  font-weight: 600;
}

.service_content_2 {
  padding-left: 6rem;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content_2 {
    padding-left: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_content_2 {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_content_2 {
    padding-left: 0;
  }
}
@media (width <= 768px) {
  .service_content_2 {
    padding-left: 0;
  }
}
.service_content_2 h2, .service_content_2 h3 {
  font-size: 2rem;
  color: #FE0000 !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: left !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content_2 h2, .service_content_2 h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service_content_2 h2, .service_content_2 h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_content_2 h2, .service_content_2 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (width <= 768px) {
  .service_content_2 h2, .service_content_2 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (width <= 575.98px) {
  .service_content_2 h2, .service_content_2 h3 {
    font-size: 1.3rem;
  }
}
.service_content_2 .service_img {
  margin-top: 1rem;
  position: relative;
}
.service_content_2 .service_img .sub_copy {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: absolute;
  max-width: 230px;
  left: -70px;
  bottom: -50px;
  padding: 1.5rem;
  color: #fff;
  background: #FE0000;
  font-weight: 300;
  font-size: 0.813rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service_content_2 .service_img .sub_copy {
    left: -20px;
  }
}
@media (width <= 1200px) {
  .service_content_2 .service_img .sub_copy {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.service_content_2 .service_img .sub_copy span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.service_list {
  width: 100%;
}
.service_list .accordion-item {
  border-bottom: 1px solid #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .service_list .accordion-item .col-sm-2.col-md-3.col-xl-2 img {
    width: 100%;
    height: auto;
  }
}
.service_list .accordion-button {
  color: #000;
  font-weight: 300;
  padding: 1rem 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service_list .accordion-button {
    font-size: 1.115rem;
    padding: 0.8rem 0;
  }
}
@media (width <= 768px) {
  .service_list .accordion-button {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.service_list .accordion-button:not(.collapsed) {
  background: none;
  color: #FE0000;
  font-weight: 300;
  box-shadow: none;
}
.service_list .accordion-body {
  padding: 0 0 1rem 0;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  gap: 15px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .nav-tabs {
    margin-top: 1rem;
    gap: 10px;
  }
}
.nav-tabs li .nav-link {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 0.875rem;
  color: #000 !important;
  border: 1px solid #FE0000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-tabs li .nav-link {
    padding: 0.3rem 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-tabs li .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .nav-tabs li .nav-link {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }
}
.nav-tabs li .nav-link:hover {
  border: 1px solid #FE0000 !important;
  background: #FE0000 !important;
  color: #fff !important;
}
.nav-tabs li .active {
  background: #FE0000 !important;
  color: #fff !important;
}

.insight_box {
  width: 100%;
}
.insight_box .img_box {
  width: 100%;
  transform: translateY(0);
  aspect-ratio: 4/3;
  cursor: pointer;
}
.insight_box .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.insight_box .content {
  width: 100%;
  padding: 1rem;
}
@media (width <= 768px) {
  .insight_box .content {
    padding: 1rem 0;
  }
}
.insight_box .content .admin_name_img {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.insight_box .content .admin_name_img .pic {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (width <= 768px) {
  .insight_box .content .admin_name_img .pic {
    width: 35px;
    height: 35px;
  }
}
.insight_box .content .admin_name_img .pic img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (width <= 768px) {
  .insight_box .content .admin_name_img .pic img {
    width: 35px;
    height: 35px;
  }
}
.insight_box .content .admin_name_img .name_date {
  width: 100%;
  padding-left: 10px;
}
.insight_box .content .admin_name_img .name_date h5 {
  color: #344051;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: left;
}
.insight_box .content .admin_name_img .name_date .date {
  color: #637083;
  font-size: 0.75rem;
  font-weight: 300;
}
.insight_box .content h3 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  height: 58px;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .insight_box .content h3 {
    height: 48px;
    min-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .insight_box .content h3 {
    font-size: 1rem;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .insight_box .content h3 {
    font-size: 0.875rem;
    height: 36px;
  }
}
@media (width <= 768px) {
  .insight_box .content h3 {
    font-size: 1rem;
    height: 42px;
  }
}
@media (width <= 480px) {
  .insight_box .content h3 {
    font-size: 1rem;
    height: 40px;
  }
}
.insight_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .insight_box .content p {
    height: 48px;
    min-height: 40px;
  }
}

.detail_img {
  width: 100%;
  aspect-ratio: 4/3;
}
.detail_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.detail_content {
  padding: 2rem 4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .detail_content {
    padding: 2rem 3rem;
  }
}
@media (width <= 992px) {
  .detail_content {
    padding: 2rem 0rem;
  }
}
.detail_content .main_para {
  color: #808080;
  font-weight: 300;
  font-size: 1.25rem;
}
@media (width <= 992px) {
  .detail_content .main_para {
    font-size: 1.15rem;
  }
}
@media (width <= 480px) {
  .detail_content .main_para {
    font-size: 1rem;
  }
}
.detail_content ul {
  width: 100%;
  margin-bottom: 0.5rem;
}
.detail_content ul li {
  list-style: none;
  position: relative;
  color: #000;
  padding: 0.2rem 0 0.2rem 1.5rem;
}
.detail_content ul li::before {
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 0.875rem;
  left: 0;
  top: 4px;
  content: " \f134";
}
.detail_content h3 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (width <= 480px) {
  .detail_content h3 {
    font-size: 1.15rem;
  }
}
.detail_content h4 {
  font-size: 1.05rem;
  color: #000;
  font-weight: 600;
  text-align: left;
}
@media (width <= 480px) {
  .detail_content h4 {
    font-size: 1rem;
  }
}

@media (width <= 575.98px) {
  .custom-padding {
    padding-top: 0;
  }
}

.pt200 {
  padding-top: 200px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pt200 {
    padding-top: 180px;
  }
}
@media (width <= 768px) {
  .pt200 {
    padding-top: 100px;
  }
}
@media (width <= 575.98px) {
  .pt200 {
    padding: 60px 0;
  }
}

.mt-service {
  margin-top: 8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mt-service {
    margin-top: 3rem;
  }
}
@media (width <= 768px) {
  .mt-service {
    margin-top: 2rem;
  }
}

.industry_bg {
  margin-top: 5rem;
  background: #f0f0f0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .industry_bg {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .industry_bg {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .industry_bg {
    margin-top: 2rem;
  }
}
@media (width <= 768px) {
  .industry_bg {
    margin-top: 2rem;
  }
}
.industry_bg h3 {
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.industry_bg .accordion-item {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.industry_bg .accordion-button {
  color: #000;
  font-weight: 500;
  padding: 1rem;
  font-size: 1.15rem;
  display: flex;
  gap: 15px;
  align-items: center;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 240, 240) 100%);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .industry_bg .accordion-button {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (width <= 768px) {
  .industry_bg .accordion-button {
    font-size: 0.938rem;
    padding: 0.5rem 1rem;
  }
}
.industry_bg .accordion-button img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #FAE7E7;
  padding: 0.5rem;
  border: 1px solid #637083;
}
.industry_bg .accordion-button:not(.collapsed) {
  background: none;
  font-weight: 500;
  box-shadow: none;
}
.industry_bg .accordion-body {
  padding: 1rem;
}
.industry_bg .accordion-body .lists ul li {
  list-style: none;
  padding: 0.1rem 0 0.1rem 1rem;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  position: relative;
}
.industry_bg .accordion-body .lists ul li::before {
  left: 0;
  content: "\f309";
  position: absolute;
  font-family: bootstrap-icons !important;
}

.getstart {
  width: 100%;
  background: #FE0000;
}
.getstart .get_start {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.getstart .get_start h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media (width <= 992px) {
  .getstart .get_start h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .getstart .get_start h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 480px) {
  .getstart .get_start h3 {
    font-size: 1.3rem;
  }
}
.getstart .get_start h5 {
  font-size: 1.15rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media (width <= 992px) {
  .getstart .get_start h5 {
    font-size: 1.05rem;
  }
}
@media (width <= 768px) {
  .getstart .get_start h5 {
    font-size: 1rem;
  }
}
@media (width <= 480px) {
  .getstart .get_start h5 {
    font-size: 0.875rem;
  }
}
.getstart .get_start .btn_1 {
  background: none;
}
.getstart .get_start .btn_1:hover {
  border: 1px solid #fff;
  color: #fff !important;
}

.apply-form .modal-header {
  border-bottom: none;
  padding: 2rem 2rem 0 2rem;
}
.apply-form .modal-header .btn-close {
  background-image: none;
  width: auto;
}
.apply-form .modal-header .btn-close i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 0.5rem;
  background: #fff;
  width: 60px;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.apply-form .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.apply-form .modal-body {
  padding: 2rem;
}
.apply-form .modal-body label {
  color: #000;
  font-weight: 300;
}
.apply-form .modal-body .upload-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #FE0000;
  color: #FE0000;
  cursor: pointer;
  font-size: 0.875rem;
}
.apply-form .modal-body .upload-btn:hover {
  background-color: #FE0000;
  color: #fff;
}
.apply-form .modal-body .btn_1 {
  background: #fff;
  border: 1px solid #141124;
  color: #141124 !important;
}
.apply-form .modal-body h5 {
  color: #FE0000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .apply-form .modal-body h5 {
    font-size: 1.15rem;
  }
}
@media (width <= 768px) {
  .apply-form .modal-body h5 {
    font-size: 1rem;
  }
}
.apply-form .modal-body h6 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #000;
  height: 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .apply-form .modal-body h6 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .apply-form .modal-body h6 {
    font-size: 0.75rem;
  }
}

.desktop_view {
  display: block !important;
}
@media (max-width: 768px) {
  .desktop_view {
    display: none !important;
  }
}

.mobile_view {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_view {
    display: block !important;
  }
}

.members {
  background: #ffe6e6;
}
.members h3 {
  color: #FE0000;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .members h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members h3 {
    font-size: 2rem;
  }
}
@media (width <= 992px) {
  .members h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .members h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 480px) {
  .members h3 {
    font-size: 1.5rem;
  }
}
.members .qualify {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2rem 3rem;
  background: #F7CECE;
}
@media (width <= 1200px) {
  .members .qualify {
    padding: 2rem;
  }
}
.members .qualify p {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 30px;
}
@media (width <= 1200px) {
  .members .qualify p {
    font-size: 0.938rem;
  }
}
.members .team_img {
  aspect-ratio: 1/1.2;
  width: 100%;
}
.members .team_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.members .name {
  padding: 1rem 0.5rem;
}
@media (width <= 768px) {
  .members .name {
    padding: 1rem 0;
  }
}
.members .name h5 {
  color: #FE0000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .members .name h5 {
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .members .name h5 {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .members .name h5 {
    font-size: 1rem;
  }
}
.members .name h6 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #000;
  height: 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .members .name h6 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .members .name h6 {
    font-size: 0.75rem;
  }
}
.members .name p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  -webkit-line-clamp: 3;
}
@media (max-width: 480px) {
  .members .name p {
    height: 48px;
    min-height: 40px;
  }
}
.members .name .btn_2 {
  padding: 1rem 0;
  font-size: 1rem;
}

#scrollProgressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #FE0000;
  /* Blue color */
  width: 0%;
  z-index: 9999;
  transition: width 0.25s ease;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white !important;
  position: fixed;
  left: 20px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  z-index: 99;
  width: 35px;
  height: 35px;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .btn-whatsapp-pulse {
    width: 30px;
    height: 30px;
    bottom: 20px;
    font-size: 25px;
    padding: 25px;
  }
}

.btn-whatsapp-pulse a {
  color: #fff !important;
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
#internal, #riskmgt, #cybersecurity, #project_feasibility {
  scroll-margin-top: 80px;
  /* height of your fixed header */
}

.btn_1 {
  cursor: pointer;
  border: none;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  background: #141124;
  color: #fff !important;
}
@media (width <= 575.98px) {
  .btn_1 {
    padding: 8px 20px;
    font-size: 0.875rem;
  }
}
.btn_1 i {
  transition: all 0.4s ease-in-out;
  padding-left: 0.5rem;
}
.btn_1:hover {
  color: #FE0000 !important;
  border: 1px solid #FE0000;
}
.btn_1:hover i {
  padding-left: 1rem;
}

.btn_2 {
  transition: all 0.4s ease-in-out;
  padding: 0.5px 0;
  display: flex;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: none;
  color: #141124 !important;
}
.btn_2 i {
  transition: all 0.4s ease-in-out;
  padding-left: 0.5rem;
  font-size: 0.813rem;
}
@media (768px <= width <= 992px) {
  .btn_2 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_2 {
    font-size: 0.813rem;
  }
}
.btn_2:hover i {
  padding-left: 1rem;
}

.btn_3 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  padding: 10px 15px;
  display: flex;
  background: #FE0000;
  font-size: 0.875rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  color: #fff !important;
}
.btn_3 i {
  transition: all 0.4s ease-in-out;
  padding-left: 0.5rem;
  font-size: 0.813rem;
}
@media (768px <= width <= 992px) {
  .btn_3 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .btn_3 {
    font-size: 0.75rem;
  }
}
.btn_3:hover i {
  padding-left: 1rem;
}/*# sourceMappingURL=main.css.map */