@import url(https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

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

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a,
button {
  transition: all 0.3s ease-out 0s;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #001F3F;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

::-moz-selection {
  background-color: #F50203;
  color: #ffffff;
}

::selection {
  background-color: #F50203;
  color: #ffffff;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 180%;
}

.bg-control {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-box {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-out 0s;
  background: #F50203;
  color: #ffffff;
}

.theme_btn {
  padding: 18px 45px;
  border-radius: 500px;
  color: #001F3F;
  background: #F50203;
  font-weight: 600;
}
.theme_btn:hover {
  background: #E2001A;
  color: #ffffff;
}

.section_title .sub_title {
  color: #F50203;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.section_title .title {
  text-transform: uppercase;
  font-style: italic;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.line-limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.line-limit-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
}

.line-limit-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical;
}

.line-limit-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical;
}

.line-limit-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical;
}

.line-limit-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical;
}

/*=============================
	12. Header CSS Start
===============================*/
.ep-header-section {
  width: 100%;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
}
.ep-header-section .top-header {
  background-color: #001F3F;
  padding: 0px;
}
.ep-header-section .top-header .contact-info {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.ep-header-section .top-header .contact-info .icon i {
  color: #F50203;
}
.ep-header-section .top-header .contact-info a {
  color: #ffffff;
}
.ep-header-section .top-header .social-icon li {
  margin-bottom: 0;
}
.ep-header-section .top-header .social-icon li a {
  background: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  color: #ffffff;
  border-radius: 50%;
}
.ep-header-section .top-header .social-icon li a:hover {
  background: #F50203;
  color: #ffffff;
}
.ep-header-section .navbar {
  padding: 14px 0;
}
.ep-header-section .navbar .navbar-brand {
  bottom: 0;
  padding: 0;
}
@media (max-width: 1799.98px) {
  .ep-header-section .navbar .navbar-brand {
    bottom: -10px;
  }
}
.ep-header-section .navbar .navbar-brand .shape {
  color: #F50203;
}
@media (max-width: 1799.98px) {
  .ep-header-section .navbar .navbar-brand .shape {
    width: 315px;
  }
}
.ep-header-section .navbar .navbar-brand .logo {
  top: 60px;
  left: 47px;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}
@media (max-width: 1799.98px) {
  .ep-header-section .navbar .navbar-brand .logo {
    left: 30px;
    top: 54px;
  }
}
.ep-header-section .navbar .mobile-menu-active {
  padding-left: 20px;
}
.ep-header-section .navbar .mobile-menu-active ul {
  list-style: none;
}
.ep-header-section .navbar .mobile-menu-active ul li {
  margin: 0 12px;
  position: relative;
  display: inline-block;
}
.ep-header-section .navbar .mobile-menu-active ul li a {
  color: #001F3F;
  font-size: 15px;
  font-weight: 500;
  line-height: 88px;
  text-transform: uppercase;
}
.ep-header-section .navbar .mobile-menu-active ul li .active {
  color: #F50203;
}
.ep-header-section .navbar .mobile-menu-active ul li .sub-menu {
  width: 226px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
}
.ep-header-section .navbar .mobile-menu-active ul li .sub-menu li {
  display: block;
  margin: 0;
}
.ep-header-section .navbar .mobile-menu-active ul li .sub-menu li a {
  color: #001F3F;
  display: block;
  background-color: transparent;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 16px;
  line-height: 26px;
}
.ep-header-section .navbar .mobile-menu-active ul li .sub-menu li a:hover {
  background-color: #F50203;
  color: #ffffff;
}
.ep-header-section .navbar .mobile-menu-active ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  margin-left: 0px;
  position: relative;
  top: 0px;
}
.ep-header-section .navbar .mobile-menu-active ul li.has-dropdown .has-dropdown > a::after {
  float: right;
}
.ep-header-section .navbar .mobile-menu-active ul li.has-dropdown .has-dropdown .sub-menu {
  left: 100%;
  top: 0;
}
.ep-header-section .navbar .mobile-menu-active ul li:hover > a {
  color: #F50203;
}
.ep-header-section .navbar .mobile-menu-active ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.ep-header-section .navbar .header-action ul {
  padding-right: 40px;
}
@media (max-width: 1399.98px) {
  .ep-header-section .navbar .header-action ul {
    padding-right: 20px;
  }
}
.ep-header-section .navbar .header-action ul li button {
  width: 56px;
  height: 56px;
  background: #F7F7F7;
}
.ep-header-section .navbar .header-action ul li button .badge {
  width: 16px;
  height: 16px;
  background: #F50203;
  font-size: 10px;
  top: 12px;
  right: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.ep-header-section .navbar .header-action ul li button:hover {
  color: #ffffff;
  background: #F50203;
}
.ep-header-section .navbar .header-action ul li button:hover .badge {
  background: #001F3F;
}

/* Header search css start */
.header-search {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.header-search .close-header-search {
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  color: #ffffff;
  background: #001F3F;
}
.header-search .close-header-search:hover {
  background: #ffffff;
  color: #001F3F;
}
.header-search .search-main {
  max-width: 800px;
  width: 100%;
}
.header-search .search-main .form-control {
  color: #001F3F;
  padding: 0 80px 0 20px;
  opacity: 1;
  height: 64px;
  background: #ffffff;
}
.header-search .search-main .form-control:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.header-search .search-main .form-control::-moz-placeholder {
  opacity: 1;
  color: #001F3F;
}
.header-search .search-main .form-control::placeholder {
  opacity: 1;
  color: #001F3F;
}
.header-search .search-main .search-btn {
  right: 10px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  position: relative;
  z-index: 9;
}
.header-search .search-main .search-btn::before {
  background: #001F3F;
}
.header-search.active {
  visibility: visible;
  opacity: 1;
}

#header-fixed-height.active-height {
  display: block;
  height: 141px;
}
@media (max-width: 1199.98px) {
  #header-fixed-height.active-height {
    height: 88px;
  }
}

.sticky-menu {
  background-color: #ffffff;
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
.sticky-menu .top-header {
  display: none !important;
}
.sticky-menu .navbar .navbar-brand .logo {
  top: 90px;
  width: 180px;
}
@media (max-width: 1799.98px) {
  .sticky-menu .navbar .navbar-brand .logo {
    top: 80px;
  }
}

.ep-header-section.style2.sticky-menu {
  background-color: #001F3F;
  padding: 0;
}

/* Mobile menu area start */
.mobile-menu-area {
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  margin-top: 0;
}
.mobile-menu-area .mobile-topbar {
  width: 100%;
  background-color: #ffffff;
  padding: 5px 0;
}
.mobile-menu-area .mobile-topbar .shape {
  color: #F50203;
  position: absolute;
  top: -26px;
  left: -29px;
  z-index: -1;
  width: 260px;
  height: 120px;
}
@media (max-width: 991.98px) {
  .mobile-menu-area .mobile-topbar .shape {
    left: -36px;
  }
}
.mobile-menu-area .mobile-topbar .bars {
  height: 40px;
  width: 40px;
  color: #001F3F;
  font-size: 18px;
  border-radius: 5px !important;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #001F3F;
}
.mobile-menu-area .mobile-topbar .bars:hover {
  background-color: #F50203;
  border-color: #F50203;
  color: #ffffff;
}
.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-area .mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-area .mobile-menu-main {
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 999;
  overflow-y: scroll;
  transition-duration: 0.3s;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}
.mobile-menu-area .mobile-menu-main .logo {
  position: relative;
  z-index: 9;
  padding: 20px;
}
.mobile-menu-area .mobile-menu-main .shape {
  color: #F50203;
  position: absolute;
  top: -30px;
  left: -29px;
  z-index: -1;
  width: 260px;
  height: 120px;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 9;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #001F3F;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i:hover {
  color: #F50203;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li {
  position: relative;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  color: #001F3F;
  font-size: 16px;
  font-weight: 500;
  line-height: 78px;
  border-top: 1px solid #DADADA;
  width: 100%;
  padding: 0px 20px;
  line-height: 44px;
  padding-right: 10px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: #F50203;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li .mobile-menu-dropdown {
  position: absolute;
  right: 10px;
  top: 7.5px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  color: #001F3F;
  border: 1px solid #001F3F;
  background: transparent;
  border-radius: 3px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li .mobile-menu-dropdown i {
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li.has-dropdown.active > .mobile-menu-dropdown {
  background: #F50203;
  color: #ffffff;
  border-color: #F50203;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li.has-dropdown.active > .mobile-menu-dropdown i {
  transform: rotate(90deg);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li.has-dropdown.active > a {
  color: #F50203;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding: 0px 20px;
  padding-left: 40px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
  border-bottom: 0;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li ul a {
  padding-left: 60px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 1px solid #DADADA;
}
.mobile-menu-area .mobile-menu-main .contact-info ul li .icon-box {
  color: #ffffff;
}
.mobile-menu-area .mobile-menu-main .contact-info ul li .info .info-text {
  color: #001F3F;
}
.mobile-menu-area .mobile-menu-main .contact-info ul li .info .info-text:hover {
  color: #F50203;
}
.mobile-menu-area .mobile-menu-main.active {
  left: 0 !important;
}
.mobile-menu-area .mobile-menu-action-btn {
  padding: 20px;
}
.mobile-menu-area .mobile-menu-action-btn a {
  color: #ffffff;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.mobile-menu-area .mobile-menu-action-btn a i {
  font-size: 14px;
  margin-left: 8px;
}
.mobile-menu-area .mobile-menu-action-btn a:hover {
  background-color: #001F3F;
}

/*=============================
	13. Offcanvas CSS Start
===============================*/
.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  cursor: crosshair;
}
.offcanvas-overlay.active {
  visibility: visible;
  opacity: 1;
}

.offcanvas-menu {
  max-width: 400px;
  z-index: 9999;
  padding: 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 20px;
  right: -450px;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
}
.offcanvas-menu .des {
  padding: 30px 0;
}
.offcanvas-menu .des p {
  font-weight: 20px;
  font-weight: 400;
  color: #001F3F;
}
.offcanvas-menu .offcasvas-close {
  font-size: 24px;
}
.offcanvas-menu.active {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.contact-info .contact-title {
  margin-bottom: 20px;
}
.contact-info ul li {
  margin-bottom: 20px;
}
.contact-info ul li:last-child {
  margin-bottom: 0;
}
.contact-info ul li .info .info-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.contact-info ul li .info .info-text {
  font-size: 18px;
  font-weight: 600;
  color: #001F3F;
}
.contact-info ul li:hover .icon-box {
  background: #001F3F;
  color: #ffffff;
}
.contact-info ul li:hover .info .info-text {
  color: #F50203;
}
.contact-info.separator {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.social-icon .social-title {
  margin-bottom: 20px;
}
.social-icon ul li a {
  background: #001F3F;
  width: 36px;
  height: 36px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50%;
}
.social-icon ul li a:hover {
  background: #F50203;
  color: #ffffff;
}

/*=============================
	05. Theme btn CSS Start
===============================*/
.theme-btn {
  color: #ffffff;
  background-color: #F50203;
  padding: 11px 21px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.theme-btn i {
  margin-left: 7px;
  font-size: 14px;
}
.theme-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 330%;
  content: "";
  top: 188%;
  left: 50%;
  background: #001F3F;
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn:hover {
  color: #ffffff;
}
.theme-btn:hover::before {
  top: -118%;
}
.theme-btn.style2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 32px;
}
.theme-btn.btn-dark {
  background: #001F3F;
}
.theme-btn.btn-dark::before {
  background: #F50203;
}
.theme-btn.btn-border-primary {
  border: 1px solid #F50203;
  color: #F50203;
  background: transparent;
}
.theme-btn.btn-border-primary:hover {
  border-color: #001F3F;
  color: #ffffff;
}

/* Hover effect btn */
.theme-btn-icon {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.su-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}

.theme-btn-icon path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.theme-btn-icon path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.theme-btn-icon path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.hover-effect-btn:hover .theme-btn-icon path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.hover-effect-btn:hover .theme-btn-icon path:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.hover-effect-btn-2 {
  overflow: hidden;
  position: relative;
}
.hover-effect-btn-2 i {
  position: absolute;
  transition: var(--bs-transition);
}
.hover-effect-btn-2 i:first-child {
  transform: translateX(-30px);
  opacity: 0;
}
.hover-effect-btn-2:hover i:first-child {
  transform: translateX(0);
  opacity: 1;
}
.hover-effect-btn-2:hover i:last-child {
  transform: translateX(30px);
  opacity: 0;
}
.hover-effect-btn-2.left i:first-child {
  transform: translateX(30px);
  opacity: 0;
}
.hover-effect-btn-2.left:hover i:first-child {
  transform: translateX(0);
  opacity: 1;
}
.hover-effect-btn-2.left:hover i:last-child {
  transform: translateX(-30px);
  opacity: 0;
}

/* Play btn */
.play-btn {
  transition: all 0.4s ease-out 0s;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 5px solid #bcc0c6;
  color: #ffffff;
  outline: rgba(255, 255, 255, 0.27) solid 5px;
  position: relative;
  background-color: #F50203;
  z-index: 9;
}

/*=============================
	08. Spacing CSS Start
===============================*/
.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.py-80 {
  padding: 80px 0;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .mt-120 {
    margin-top: 100px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.py-100 {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .py-100 {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .py-100 {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.py-120 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .py-120 {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .py-120 {
    padding: 80px 0;
  }
}

/*=============================
	04. Heading CSS Start
===============================*/
.heading-one {
  font-size: 74px;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .heading-one {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 1199.98px) {
  .heading-one {
    font-size: 55px;
    line-height: 62px;
  }
}
@media (max-width: 575.98px) {
  .heading-one {
    font-size: 38px;
    line-height: 48px;
  }
}

.heading-two {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .heading-two {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .heading-two {
    font-size: 26px;
    line-height: 36px;
  }
}

.heading-three {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 1399.98px) {
  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }
}
.heading-three.style2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
@media (max-width: 1399.98px) {
  .heading-three.style2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.heading-four {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
@media (max-width: 1399.98px) {
  .heading-four {
    font-size: 20px;
    line-height: 30px;
  }
}

.heading-five {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-six {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner_section {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
}
@media (max-width: 1399.98px) {
  .banner_section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }
}
@media (max-width: 1199.98px) {
  .banner_section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  }
}
@media (max-width: 575.98px) {
  .banner_section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
}
.banner_section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 300px 0;
}
@media (max-width: 1399.98px) {
  .banner_section .overlay {
    padding: 250px 0;
  }
}
@media (max-width: 1199.98px) {
  .banner_section .overlay {
    padding: 200px 0;
  }
}
@media (max-width: 767.98px) {
  .banner_section .overlay {
    padding: 180px 0;
  }
}
@media (max-width: 575.98px) {
  .banner_section .overlay {
    padding: 100px 0;
  }
}
.banner_section .overlay .banner_text .title {
  font-style: italic;
}

.about_section {
  background-color: #ffffff;
}
.about_section .about_img {
  position: relative;
  display: block;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .about_section .about_img {
    margin-right: 0;
  }
}
.about_section .about_img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-left: 160px;
}
@media (max-width: 575.98px) {
  .about_section .about_img .inner {
    margin-left: 0;
  }
}
.about_section .about_img .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001F3F;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.about_section .about_img .inner:hover::before {
  opacity: 0.5;
}
.about_section .about_img .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 1.5s ease;
}
.about_section .about_img .inner:hover img {
  transform: scale(1.05) rotate(0deg);
}
.about_section .total_learners {
  position: absolute;
  left: 40px;
  bottom: 85px;
  width: 190px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 23px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .about_section .total_learners {
    bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .about_section .total_learners {
    bottom: 10px;
    left: 10px;
  }
}
.about_section .total_learners .img_link li {
  float: left;
}
.about_section .total_learners .img_link li + li {
  margin-left: -10px;
}
.about_section .total_learners .img_link li .img-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.about_section .total_learners .img_link li .img-box img {
  width: 100%;
}
.about_section .total_learners .img_link li .btn-box {
  line-height: 0;
}
.about_section .total_learners .img_link li .btn-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #F50203;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s ease;
}
.about_section .total_learners .img_link li .btn-box i:hover {
  background-color: #001F3F;
  color: #ffffff;
}
.about_section .total_learners .title {
  padding-top: 12px;
}
.about_section .total_learners .title h5 {
  color: #001F3F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 50px;
}
.about_section .experience {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-radius: 4px;
  padding: 40px 22px 22px;
  padding-right: 19px;
  background: linear-gradient(rgb(238, 246, 242) 0%, rgb(255, 255, 255) 100%);
}
.about_section .experience .title h1 {
  font-size: 72px;
  line-height: 1.1em;
}
.about_section .experience .text h5 {
  color: #001F3F;
  font-size: 18px;
  line-height: 28px;
}
.about_section .content .section_title {
  padding-right: 120px;
}
@media (max-width: 991.98px) {
  .about_section .content .section_title {
    padding-right: 0;
  }
}
.about_section .content .text_block p {
  margin: 0;
}
.about_section .content .achievements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-radius: 4px;
  gap: 14px;
  background: linear-gradient(90deg, rgb(238, 246, 242) 51%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about_section .content .achievements {
    flex-direction: column;
    text-align: center;
  }
}
.about_section .content .achievements::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 155px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}
.about_section .content .achievements .logo img {
  width: auto;
}
.about_section .content .achievements .achievements_title h5 {
  color: #97a69e;
  font-size: 14px;
  line-height: 24px;
}
.about_section .content .achievements .achievements_title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.about_section .content .achievements .trophy img {
  width: auto;
}
.about_section .content .authorized {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.about_section .content .authorized .signature img {
  width: auto;
}
.about_section .content .authorized .authorized_title {
  padding-left: 30px;
}
.about_section .content .authorized .authorized_title span {
  color: #F50203;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.feature_section .feature__item {
  background: #0c2b4b;
  text-align: center;
  padding: 40px 10px 35px;
}
.feature_section .feature__item h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 25px;
}

.about_video .about__video__bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_video .about__video__text {
  border: 1px solid #DADADA;
  padding: 70px 50px 70px 50px;
  background: #ffffff;
}
@media (max-width: 1199.98px) {
  .about_video .about__video__text {
    padding: 30px;
  }
}
.about_video .about__video__bg {
  position: relative;
}
@media (max-width: 991.98px) {
  .about_video .about__video__bg {
    min-height: 400px;
  }
}
@media (max-width: 575.98px) {
  .about_video .about__video__bg {
    min-height: 300px;
  }
}
.about_video .about__video__bg span {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
}
.about_video .about__video__bg a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: relative;
  background-color: #F50203;
  line-height: 60px;
}
.about_video .about__video__bg a:hover {
  background: #001F3F;
}
.about_video .about__video__bg a i {
  position: relative;
}
.about_video .about__video__bg .ripple::after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 3s infinite;
}
.about_video .about__video__bg .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 60px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

.application_section {
  background-color: #001F3F;
}
.application_section .shape-two {
  z-index: -1;
}
.application_section .theme-btn {
  max-width: 500px;
  width: 100%;
}

/*=============================
	11. Form fields CSS Start
===============================*/
/* Form input css */
.input-group .icon {
  position: relative;
  z-index: 9;
}
.input-group small {
  font-size: 13px;
  height: 18px;
  margin-top: 3px;
}
.input-group .form-control,
.input-group .form-select {
  height: 56px;
  width: 100%;
  padding: 0 23px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.input-group .form-control::-moz-placeholder, .input-group .form-select::-moz-placeholder {
  color: #ffffff;
}
.input-group .form-control::placeholder,
.input-group .form-select::placeholder {
  color: #ffffff;
}
.input-group .form-control:focus,
.input-group .form-select:focus {
  border-color: #ffffff;
}
.input-group .form-control {
  padding-right: 50px;
}
.input-group .icon {
  right: 23px;
}
.input-group .icon i {
  color: #ffffff;
  font-size: 15px;
}
.input-group .form-select {
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 12px;
}
.input-group .form-select option {
  color: #001F3F;
}
.input-group .form-select.white::after {
  border-color: #ffffff;
}
.input-group .form-select.primary::after {
  border-color: #F50203;
}
.input-group .form-select:focus {
  border-color: #ffffff;
}
.input-group .textarea-control {
  height: 130px;
  padding: 20px;
  border-radius: 30px !important;
  resize: none;
}
.input-group .textarea-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.input-group .textarea-control::placeholder {
  color: #000000;
  opacity: 1;
}
.input-group.black .form-control,
.input-group.black .form-select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  color: #001F3F;
}
.input-group.black .form-control::-moz-placeholder, .input-group.black .form-select::-moz-placeholder {
  color: #000000;
}
.input-group.black .form-control::placeholder,
.input-group.black .form-select::placeholder {
  color: #000000;
}
.input-group.black .form-control:focus,
.input-group.black .form-select:focus {
  border-color: #001F3F;
}
.input-group.black .icon i {
  color: #001F3F;
}

/* Nice select css */
.nice-select {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #001F3F;
}
.nice-select span {
  line-height: 58px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #F7F7F7;
}

.nice-select.open .list {
  width: 100%;
}
.nice-select.open .list li {
  font-size: 15px;
  font-weight: 500;
  color: #001F3F;
}

.nice-select:after {
  border-bottom: 2px solid #001F3F;
  border-right: 2px solid #001F3F;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.pricing__item {
  background: #001F3F;
  text-align: center;
  padding: 40px 35px 35px;
  transition: all 0.3s ease-out 0s;
}
.pricing__item .pricing__item__title {
  border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  padding-bottom: 45px;
  margin-bottom: 25px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 575.98px) {
  .pricing__item .pricing__item__title {
    padding-bottom: 30px;
  }
}
.pricing__item .pricing__item__title span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.pricing__item .pricing__item__title h2 {
  font-size: 50px;
  color: #F50203;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .pricing__item .pricing__item__title h2 {
    font-size: 40px;
  }
}
.pricing__item .pricing__item__title h5 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.pricing__item ul {
  margin-bottom: 35px;
}
.pricing__item ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease-out 0s;
}
.pricing__item .primary-btn {
  display: block;
  transition: all 0.3s ease-out 0s;
}

.team__item {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1399.98px) {
  .team__item {
    padding: 20px;
  }
}

.team__item__img {
  width: 190px;
  height: 152px;
  background: #F7F7F7;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199.98px) {
  .team__item__img {
    width: 170px;
    height: 132px;
  }
}
@media (max-width: 575.98px) {
  .team__item__img {
    width: 190px;
    height: 152px;
  }
}

.team__item__text span {
  font-size: 14px;
  color: #F50203;
  display: block;
  margin-bottom: 12px;
}

.team__item__text p {
  font-size: 14px;
  color: #111111;
  line-height: 20px;
  margin-bottom: 20px;
}

.team__item__text .team__item__social a {
  font-size: 16px;
  color: #111111;
  margin-right: 20px;
}
.team__item__text .team__item__social a:hover {
  color: #F50203;
}

.team__item__text .team__item__social a:last-child {
  margin-right: 0;
}

.counter_area .container-fluid {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .counter_area .container-fluid {
    padding: 0 33px;
  }
}
@media (max-width: 575.98px) {
  .counter_area .container-fluid {
    padding: 0 12px;
  }
}
.counter_area .counter_main {
  border-radius: 20px;
  background: #F3F3F3;
  padding: 50px;
}
.counter_area .counter_main .odometer.odometer-auto-theme {
  position: relative;
  top: -2px;
}
@media (max-width: 1799.98px) {
  .counter_area .counter_main {
    padding: 30px;
    gap: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .counter_area .counter_main {
    gap: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .counter_area .counter_main {
    gap: 30px !important;
  }
}
@media (max-width: 1799.98px) {
  .counter_area .counter_main .counter_item {
    gap: 10px !important;
  }
  .counter_area .counter_main .counter_item .icon img {
    width: 50px;
  }
}
@media (max-width: 1399.98px) {
  .counter_area .counter_main .counter_item .icon img {
    width: 45px;
  }
}
.counter_area .counter_main .text .title {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 1799.98px) {
  .counter_area .counter_main .text .title {
    font-size: 32px;
  }
}
@media (max-width: 1399.98px) {
  .counter_area .counter_main .text .title {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .counter_area .counter_main .text .title {
    font-size: 34px;
  }
}
.counter_area .counter_main .text .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #8F8F8F;
  margin-top: 5px;
}
@media (max-width: 1799.98px) {
  .counter_area .counter_main .text .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .counter_area .counter_main .text .subtitle {
    font-size: 16px;
  }
}

.epz_area {
  background: #F5F5F5;
}
.epz_area .epz_info {
  padding: 80px 0;
}
.epz_area .epz_slider .slider_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.epz_area .epz_slider .slider_item .epz_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding: 140px 30px 30px;
}
.epz_area .epz_slider .slider_item .epz_text .name {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .epz_area .epz_slider .slider_item .epz_text .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.epz_area .epz_slider .slider_item .epz_text ul li {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 6px;
}
.epz_area .epz_slider .slider_item .epz_text ul li:last-child {
  margin-bottom: 0;
}
.epz_area .epz_slider .slider_item .epz_text ul li span {
  font-weight: 700;
  padding-right: 5px;
}
@media (max-width: 575.98px) {
  .epz_area .epz_slider .slider_item .epz_text ul li {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .epz_area .epz_slider .slider_item .epz_text {
    padding: 60px 20px 20px;
  }
}
.epz_area .epz_slider .arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}
.epz_area .epz_slider .arrow_left {
  left: -40px;
}
@media (max-width: 767.98px) {
  .epz_area .epz_slider .arrow_left {
    left: -30px;
  }
}
.epz_area .epz_slider .arrow_right {
  right: -40px;
}
@media (max-width: 767.98px) {
  .epz_area .epz_slider .arrow_right {
    right: -30px;
  }
}
.epz_area .epz_marker_r,
.epz_area .epz_marker_rj,
.epz_area .epz_marker_dh1,
.epz_area .epz_marker_dh2,
.epz_area .epz_marker_kh1,
.epz_area .epz_marker_kh2,
.epz_area .epz_marker_br,
.epz_area .epz_marker_ct1,
.epz_area .epz_marker_ct2,
.epz_area .epz_marker_ct3,
.epz_area .epz_marker_ct4 {
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.epz_box {
  position: absolute;
  top: 40px;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  min-width: 300px;
  display: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .epz_box {
    top: 120px;
    right: 100px;
  }
}
@media (max-width: 767.98px) {
  .epz_box {
    top: 40px;
    right: 0px;
  }
}
@media (max-width: 575.98px) {
  .epz_box {
    top: 0;
    min-width: unset;
    width: 230px;
  }
}
.epz_box .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #E2001A;
}
.epz_box ul li {
  margin-bottom: 3px;
  font-size: 14px;
}
.epz_box ul li:last-child {
  margin-bottom: 0;
}
.epz_box ul li strong {
  font-weight: 700;
  padding-right: 8px;
}
.epz_box.show_epz_box {
  display: block;
}
.epz_box.epz_box_kh1, .epz_box.epz_box_kh2, .epz_box.epz_box_br {
  top: 300px;
}
@media (max-width: 575.98px) {
  .epz_box.epz_box_br {
    top: 100px;
  }
}
.epz_box.epz_box_ct1, .epz_box.epz_box_ct2 {
  top: 240px;
}
@media (max-width: 1399.98px) {
  .epz_box.epz_box_ct1, .epz_box.epz_box_ct2 {
    top: 180px;
  }
}
@media (max-width: 575.98px) {
  .epz_box.epz_box_ct1, .epz_box.epz_box_ct2 {
    top: 100px;
  }
}
.epz_box.epz_box_ct3, .epz_box.epz_box_ct4 {
  top: 340px;
}
@media (max-width: 1399.98px) {
  .epz_box.epz_box_ct3, .epz_box.epz_box_ct4 {
    top: 300px;
  }
}
@media (max-width: 575.98px) {
  .epz_box.epz_box_ct3, .epz_box.epz_box_ct4 {
    top: 100px;
  }
}

.hover:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}

.investor_area .section_title span {
  font-size: 110px;
  font-weight: 700;
  color: #FFAA1D;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .investor_area .section_title span {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .investor_area .section_title span {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .investor_area .section_title span {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .investor_area .section_title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .investor_area .slider_item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
}
.investor_area .investor_text {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 50px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.investor_area .investor_text .name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .investor_area .investor_text .name {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .investor_area .investor_text .name {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .investor_area .investor_text .name {
    font-size: 22px;
  }
}
.investor_area .investor_text .title_one {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.investor_area .investor_text .title_one::before {
  position: absolute;
  width: 90px;
  height: 3px;
  background: #F50203;
  bottom: 0;
  left: 0;
  content: "";
}
@media (max-width: 767.98px) {
  .investor_area .investor_text .title_one {
    font-size: 20px;
  }
}
.investor_area .investor_text .title_two {
  color: #F50203;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .investor_area .investor_text .title_two {
    font-size: 20px;
  }
}
.investor_area .investor_text ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.investor_area .investor_text ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #F29400;
  width: 5px;
  height: 20px;
  content: "";
}
.investor_area .investor_text ul li:last-child {
  margin-bottom: 0;
}
.investor_area .investor_text ul li span {
  font-weight: 700;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .investor_area .investor_text ul li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .investor_area .investor_text {
    padding: 60px 20px;
    position: static;
    height: 387px;
  }
}
.investor_area .arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}
.investor_area .arrow:hover {
  background: #F50203;
}
@media (max-width: 991.98px) {
  .investor_area .arrow {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .investor_area .arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.investor_area .arrow_left,
.investor_area .arrow_right {
  right: 15px;
}
.investor_area .arrow_left {
  margin-top: -35px;
}
@media (max-width: 991.98px) {
  .investor_area .arrow_left {
    margin-top: -30px;
  }
}
@media (max-width: 575.98px) {
  .investor_area .arrow_left {
    margin-top: -24px;
    right: 8px;
  }
}
.investor_area .arrow_right {
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .investor_area .arrow_right {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .investor_area .arrow_right {
    margin-top: 24px;
    right: 8px;
  }
}

.support_services_area .service_item {
  text-align: center;
}
.support_services_area .service_item .img {
  border-radius: 50%;
  width: 144px;
  height: 144px;
  background: #ffffff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.support_services_area .service_item .text .title {
  font-size: 22px;
  font-weight: 700;
  color: #001F3F;
  transition: all 0.3s ease-out 0s;
}
.support_services_area .service_item .text .title:hover {
  color: #F29400;
}
@media (max-width: 1399.98px) {
  .support_services_area .service_item .text .title {
    font-size: 18px;
  }
}

.products_area .container-fluid {
  padding: 0 55px;
}
@media (max-width: 1399.98px) {
  .products_area .container-fluid {
    padding: 0 26px;
  }
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image {
  transition: all 0.3s ease-out 0s;
  border-radius: 20px;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay {
  background-color: rgba(0, 31, 63, 0.5);
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  border-radius: 20px;
}
@media (max-width: 1399.98px) {
  .products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay {
    padding: 12px;
  }
}
@media (max-width: 1199.98px) {
  .products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay {
    padding: 20px;
  }
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay .text-wrapper {
  padding-right: 30px;
  width: 100%;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay .text-wrapper .text-object {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-top-right-radius: 40px;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .overlay .text-wrapper .text-object .title {
  color: #001F3F;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .icon {
  width: 50px;
  height: 50px;
  background-color: #F50203;
  border-radius: 50%;
  top: 7px;
  color: #001F3F;
  right: 19px;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide .image .icon:hover {
  background: #E2001A;
}
.products_area .portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-active .overlay {
  opacity: 1;
}

.csr_area .slider_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 12px;
}
.csr_area .slider_item img {
  transition: all 0.3s ease-out 0s;
}
.csr_area .slider_item .epz_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 140px 30px 15px;
  transition: all 0.3s ease-out 0s;
}
.csr_area .slider_item .epz_text .theme_btn {
  padding: 12px 22px;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.csr_area .slider_item .epz_text .name {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .csr_area .slider_item .epz_text .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.csr_area .slider_item .epz_text ul li {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 6px;
}
.csr_area .slider_item .epz_text ul li:last-child {
  margin-bottom: 0;
}
.csr_area .slider_item .epz_text ul li span {
  font-weight: 700;
  padding-right: 5px;
}
@media (max-width: 575.98px) {
  .csr_area .slider_item .epz_text ul li {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .csr_area .slider_item .epz_text {
    padding: 60px 20px 20px;
  }
}
.csr_area .slider_item:hover .epz_text {
  margin-bottom: 0;
}
.csr_area .slider_item:hover .epz_text .theme_btn {
  visibility: visible;
  opacity: 1;
}
.csr_area .slider_item:hover img {
  transform: scale(1.05);
}
.csr_area .arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  background: #001F3F;
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
}
.csr_area .arrow:hover {
  background: #F50203;
}
.csr_area .arrow_left {
  left: -30px;
}
@media (max-width: 991.98px) {
  .csr_area .arrow_left {
    left: -20px;
  }
}
@media (max-width: 767.98px) {
  .csr_area .arrow_left {
    left: 10px;
  }
}
.csr_area .arrow_right {
  right: -30px;
}
@media (max-width: 991.98px) {
  .csr_area .arrow_right {
    right: -20px;
  }
}
@media (max-width: 767.98px) {
  .csr_area .arrow_right {
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  .spotlight_area .container {
    max-width: 375px;
    margin: 0 auto;
  }
}
.spotlight_area .spotlight_item {
  margin: 0 15px;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  height: 328px;
}
@media (max-width: 1399.98px) {
  .spotlight_area .spotlight_item {
    height: 277px;
  }
}
@media (max-width: 1199.98px) {
  .spotlight_area .spotlight_item {
    height: 378px;
  }
}
@media (max-width: 991.98px) {
  .spotlight_area .spotlight_item {
    height: 294px;
  }
}
@media (max-width: 767.98px) {
  .spotlight_area .spotlight_item {
    height: 713px;
  }
}
@media (max-width: 575.98px) {
  .spotlight_area .spotlight_item {
    height: 482px;
  }
}
.spotlight_area .spotlight_item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199.98px) {
  .spotlight_area .spotlight_item {
    margin: 0 25px;
  }
}
@media (max-width: 991.98px) {
  .spotlight_area .spotlight_item {
    margin: 0 15px;
  }
}
.spotlight_area .spotlight_item .title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%, rgba(20, 20, 20, 0.92) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 80px;
  line-height: 24px;
  transition: all 0.3s ease-out 0s;
}
.spotlight_area .spotlight_item img {
  transition: all 0.3s ease-out 0s;
}
.spotlight_area .spotlight_item:hover img {
  transform: scale(1.05);
}
.spotlight_area .arrow {
  position: absolute;
  bottom: -80px;
  z-index: 9;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  transition: all 0.3s ease-out 0s;
}
.spotlight_area .arrow:hover {
  color: #F50203;
}
.spotlight_area .slick-list {
  padding: 40px 0 !important;
}
@media (max-width: 767.98px) {
  .spotlight_area .slick-list {
    padding: 0 !important;
  }
}
.spotlight_area .slick-center .spotlight_item {
  transform: scale(1.2);
}
.spotlight_area .slick-center .spotlight_item .title {
  font-size: 16px;
  color: #F50203;
  line-height: 18px;
}
@media (max-width: 1399.98px) {
  .spotlight_area .slick-center .spotlight_item .title {
    font-size: 14px;
  }
}
.spotlight_area .arrow_left {
  margin-left: -40px;
}
.spotlight_area .arrow_right {
  margin-left: 40px;
}

.testimonial_area {
  background: #222222;
  margin-top: 170px;
  border-bottom: 12px solid #F29400;
}
@media (max-width: 1399.98px) {
  .testimonial_area {
    margin-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .testimonial_area {
    margin-top: 150px;
  }
}
.testimonial_area .testimonial_main {
  padding-right: 110px;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item {
  background: #393939;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 30px;
  height: 367px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item {
    height: 405px;
  }
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .top {
  margin-bottom: 20px;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .top .rating li {
  width: 30px;
  height: 30px;
  background: #3F433D;
  border-radius: 4px;
  color: #F50203;
  text-align: center;
  line-height: 30px;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .top .quote {
  color: #6E9419;
  font-size: 40px;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .details {
  min-height: 86px;
}
@media (max-width: 767.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .details {
    min-height: 115px;
  }
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .details p {
  color: #ffffff;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client {
  margin-top: 30px;
  height: 95px;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .img {
    width: 80px;
    height: 80px;
  }
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text {
  color: #ffffff;
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .name {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .name {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .name {
    font-size: 20px;
  }
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .desg {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .desg {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .desg {
    font-size: 14px;
  }
}
.testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .cmp {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .cmp {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item .client .text .cmp {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .testimonial_area .testimonial_main .testimonial_big_slider .slider_item {
    padding: 30px 24px;
  }
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
  background: #393939;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 25px;
  margin-bottom: 18px;
  cursor: pointer;
  height: 110px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
    height: 131px;
  }
}
@media (max-width: 991.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
    height: 138px;
  }
}
@media (max-width: 575.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
    padding: 16px 15px !important;
  }
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  flex: 0 0 auto;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .text {
  color: #ffffff;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .text .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .text .name {
    font-size: 20px;
  }
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .text .desg {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item .client .text .cmp {
  font-size: 13px;
  font-weight: 600;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .slider_item.slick-center {
  background: #F29400;
}
@media (max-width: 1399.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
    padding: 21px 20px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial_area .testimonial_main .testimonial_sm_slider .slider_item {
    margin: 0 6px;
  }
}
.testimonial_area .testimonial_main .testimonial_sm_slider .arrow {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background: #393939;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  z-index: 9;
  right: -102px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .arrow:hover {
  background: #F50203;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .arrow_left {
  margin-top: -30px;
}
.testimonial_area .testimonial_main .testimonial_sm_slider .arrow_right {
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .testimonial_area .testimonial_main {
    padding-right: 0;
  }
}

.ep-footer-section {
  background-color: var(--bs-black-color2);
  padding-top: 80px;
}
.ep-footer-section .footer-main .footer-widget p {
  color: #ffffff;
}
.ep-footer-section .footer-main .footer-widget .important-link li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ep-footer-section .footer-main .footer-widget .important-link li a {
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
.ep-footer-section .footer-main .footer-widget .important-link li a::before {
  position: relative;
  content: "\f192";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  color: #F50203;
  margin-right: 8px;
}
.ep-footer-section .footer-main .footer-widget .important-link li a:hover {
  margin-left: 6px;
  opacity: 1;
  color: #ffffff;
}
.ep-footer-section .footer-main .footer-widget .important-link li + li {
  margin-top: 15px;
}
.ep-footer-section .footer-main .footer-widget .contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ep-footer-section .footer-main .footer-widget .contact-info li .icon i {
  font-size: 16px;
  color: #F50203;
}
.ep-footer-section .footer-main .footer-widget .contact-info li a {
  color: #ffffff;
  font-weight: 500;
}
.ep-footer-section .footer-main .footer-widget .contact-info li a:hover {
  opacity: 1;
  color: #ffffff;
}
.ep-footer-section .footer-main .footer-widget .contact-info li + li {
  margin-top: 20px;
}
.ep-footer-section .footer-bottom {
  background-color: #001F3F;
  margin-top: 0px;
  padding: 30px 0;
}
.ep-footer-section .footer-bottom .footer-copyright p {
  color: #ffffff !important;
}
.ep-footer-section .footer-bottom .footer-copyright p span {
  color: #F50203;
}
.ep-footer-section .footer-bottom .footer-menu ul li a {
  color: #ffffff;
  letter-spacing: -0.36px;
}
.ep-footer-section .footer-bottom .footer-menu ul li a:hover {
  color: #F50203;
}
.ep-footer-section .footer-bottom .footer-menu ul li + li {
  margin-left: 29px;
}
.ep-footer-section.style2 .overlay {
  background: rgba(0, 31, 63, 0.95);
}
.ep-footer-section.style2 .overlay .footer-top-info .info-item {
  gap: 20px;
}
.ep-footer-section.style2 .overlay .footer-top-info .info-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  font-size: 30px;
  position: relative;
  color: #F50203;
  z-index: 1;
}
.ep-footer-section.style2 .overlay .footer-top-info .info-item .icon::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  background: linear-gradient(136deg, rgba(255, 255, 255, 0.3) 3.71%, rgba(67, 67, 67, 0) 101.87%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ep-footer-section.style2 .overlay .footer-top-info .info-item .text a {
  color: var(--bs-paragraph-color);
}
.ep-footer-section.style2 .overlay .footer-top-info .info-item .text a:hover {
  color: #ffffff;
}
.ep-footer-section.style2 .overlay .footer-main {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0;
  padding-bottom: 40px;
}
.ep-footer-section.style2 .overlay .footer-main .footer-widget .footer-widget-title {
  position: relative;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 24px;
  display: inline-block;
}
.ep-footer-section.style2 .overlay .footer-bottom {
  background: #F50203;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 12px 0;
  margin-top: 20px;
}
.ep-footer-section.style2 .overlay .footer-bottom .footer-copyright p a {
  color: #001F3F;
}
.ep-footer-section.style2 .overlay .footer-bottom .footer-social li a {
  width: 36px;
  background: rgba(255, 255, 255, 0.2);
  height: 36px;
  color: #ffffff;
}
.ep-footer-section.style2 .overlay .footer-bottom .footer-social li a:hover {
  background: #001F3F;
}

/* back to top button */
.scroll-to-top {
  background: #F50203;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 100px;
  border: 0;
  bottom: -45px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  z-index: 99;
  cursor: pointer;
  transition: var(--bs-transition);
}
.scroll-to-top:hover {
  background-color: #001F3F;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.page_header_area {
  background: #F7F7F7;
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .page_header_area {
    padding: 40px 0;
  }
}
.page_header_area .text .page_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  padding-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .page_header_area .text .page_title {
    font-size: 34px;
    line-height: 37px;
  }
}
@media (max-width: 1199.98px) {
  .page_header_area .text .page_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .page_header_area .text .page_title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
.page_header_area .text .bread_crumb {
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 10px;
  padding-left: 22px;
}
.page_header_area .text .bread_crumb li {
  color: #001F3F;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
}
.page_header_area .text .bread_crumb li a {
  color: #E2001A;
}
.page_header_area .text .bread_crumb li::before {
  position: absolute;
  top: 1px;
  left: -22px;
  font-size: 13px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: #E2001A;
}
.page_header_area .text .bread_crumb li:first-child::before {
  left: -20px;
  top: 0;
  content: "\f015";
}

.contact_page .heading-three {
  font-style: italic;
}
@media (max-width: 767.98px) {
  .contact_page .heading-three {
    margin-bottom: 20px;
  }
}
.contact_page .contact__address ul li {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #DADADA;
}
.contact_page .contact__address ul li .icon-box i {
  font-size: 22px;
}
.contact_page .contact__address ul li + li {
  margin-top: 20px;
}
.contact_page .contact_form_box .contact__form {
  border: 1px solid #DADADA;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  .contact_page .contact_form_box .contact__form {
    padding: 20px;
  }
}

.about_us_page .float-image {
  float: right;
  width: min(420px, 42%);
  max-width: 420px;
  margin-bottom: 20px;
  height: auto;
  border-radius: 8px;
  margin: 0 0 20px 30px;
}
.about_us_page .float-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .about_us_page .float-image {
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .about_us_page .float-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .about_us_page .float-image img {
    width: 100%;
  }
}
.about_us_page .title {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .about_us_page .title {
    font-size: 28px;
  }
}
.about_us_page .about_content h1,
.about_us_page .about_content h2,
.about_us_page .about_content h3,
.about_us_page .about_content h4,
.about_us_page .about_content h5,
.about_us_page .about_content h6 {
  font-weight: 700;
  margin-bottom: 30px;
}
.about_us_page .about_content p {
  margin-bottom: 25px;
}
.about_us_page .about_content ul {
  list-style-type: none;
  padding-left: 20px;
}
.about_us_page .about_content ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
}
.about_us_page .about_content ul li::before {
  position: relative;
  content: "\f192";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  color: #F50203;
  margin-right: 8px;
}
.about_us_page .about_content ol {
  padding-left: 40px;
}
.about_us_page .about_content ol li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
}
.about_us_page .clr {
  clear: both;
}

.website_table .table thead {
  background: #001F3F;
  color: #ffffff;
}
.website_table .table tbody td {
  font-size: 15px;
}
.website_table .table tbody .table_action {
  background: #E2001A;
  border-radius: 3px;
  color: #ffffff;
  padding: 4px 15px;
  font-weight: 700;
  font-size: 14px;
}
.website_table .table tbody .table_action:hover {
  background: #001F3F;
}

.search_table_common {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 22px;
  background-color: rgba(226, 0, 26, 0.1);
}
.search_table_common label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.search_table_common .input_groups select,
.search_table_common .input_groups input {
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #DADADA;
  transition: all 0.3s ease-out 0s;
}
.search_table_common .input_groups select:focus,
.search_table_common .input_groups input:focus {
  border-color: #001F3F;
}
.search_table_common .btn_submit {
  height: 45px;
  padding: 0 15px;
  border-radius: 5px;
  border: 0;
  background: #E2001A;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.search_table_common .btn_submit:hover {
  background: #001F3F;
}

.course_item {
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  overflow: hidden;
  padding: 20px;
  background: #F0F7F3;
  height: 100%;
}
.course_item .course_img {
  border-radius: 10px;
  overflow: hidden;
}
.course_item .course_img img {
  transition: all 0.3s ease-out 0s;
}
.course_item .course_img.image-missing {
  overflow: visible;
}
.course_item .course_img.image-missing .title,
.course_item .course_img.image-missing .package_title_box {
  position: static !important;
  width: auto !important;
}
.course_item .course_img.image-missing .text-white {
  color: #001F3F !important;
}
.course_item .course_img:hover img {
  transform: scale(1.1);
}
.course_item .course_img .title a {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.course_item .course_content {
  margin-top: 15px;
}
.course_item .course_content .course_price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 5px 20px 5px;
  border-radius: 8px;
  padding-right: 5px;
}
.course_item .course_content .course_price h4 {
  font-size: 22px;
  color: #001F3F;
  font-weight: 600;
}
.course_item .course_content .course_price h4 span {
  font-size: 16px;
  color: #000000;
}
.course_item .course_content ul {
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.course_item .course_content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  border-bottom: 1px solid #DADADA;
  padding: 14px 20px;
}
.course_item .course_content ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.course_item .course_content ul li .icon {
  color: #ff6f61;
  font-size: 18px;
}
.course_item .course_content ul li span {
  font-size: 16px;
  color: #555;
}

.course_details_page .course_price {
  font-weight: 700;
  color: #F50203;
  font-size: 28px;
}

.course_details_sidebar p {
  margin-bottom: 0 !important;
}
.course_details_sidebar .sidebar_info {
  border: 1px solid #DADADA;
}
.course_details_sidebar .sidebar_info .course_details_location {
  padding: 20px;
}
.course_details_sidebar .sidebar_info .course_details_location p + p {
  margin-top: 10px;
}
.course_details_sidebar .sidebar_info .course_details_location p span {
  font-weight: 700;
}
.course_details_sidebar .sidebar_info .heading {
  background: #001F3F;
}
.course_details_sidebar .sidebar_info .heading .heading-five {
  color: #ffffff;
  padding: 12px 20px;
  margin-bottom: 0;
}
.course_details_sidebar .sidebar_info .register_form {
  padding: 24px;
}
.course_details_sidebar .sidebar_info + .sidebar_info {
  margin-top: 30px;
}

.news_area .news_item .news_img {
  overflow: hidden;
}
.news_area .news_item .news_img img {
  transition: all 0.3s ease-out 0s;
}
.news_area .news_item .news_text span {
  font-style: italic;
}
.news_area .news_item .news_text .heading-five {
  font-size: 20px;
  margin-bottom: 10px;
}
.news_area .news_item .news_text .heading-five a {
  color: #001F3F;
  transition: all 0.3s ease-out 0s;
}
.news_area .news_item .news_text .heading-five a:hover {
  color: #F50203;
}
.news_area .news_item:hover img {
  transform: scale(1.05);
}

.blog_area_page {
  margin-top: 0;
}
.blog_area_page .blog_slider_item {
  margin: 0;
}

.custom_pagination {
  margin-top: 50px;
  justify-content: center;
}
.custom_pagination li {
  margin: 0 5px;
}
.custom_pagination li a {
  box-shadow: none !important;
  width: 45px;
  height: 45px;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #001F3F;
  border-radius: 5px;
}
.custom_pagination li a:hover {
  background-color: #F50203;
  color: #ffffff;
  border-color: #F50203;
}

.blog-meta {
  margin-bottom: 20px;
}

.blog-meta ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.blog-meta ul li i {
  font-size: 14px;
  margin-right: 5px;
}

.blog-meta ul li + li {
  margin-left: 24px;
}

.blog-meta ul li a {
  color: #000000;
}

.blog-meta ul li a:hover {
  color: #F50203;
}

.blog-details {
  margin: 100px 0;
}

.blog-details .blog-details-main .feature-image {
  border-radius: 10px;
}

.blog-details .blog-details-main .feature-image img {
  border-radius: 10px;
}

.blog-details .blog-details-main .text .blog-meta {
  margin-top: 24px;
}

.blog-details .blog-details-main .text .blog-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details .blog-details-main .text p {
  margin-bottom: 20px;
}

.blog-details .blog-details-main .text blockquote {
  background-color: #f8f8f8;
  padding: 35px;
  margin: 40px 0;
  padding-right: 80px;
  position: relative;
}

.blog-details .blog-details-main .text blockquote h4 {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.blog-details .blog-details-main .text .blog-inner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details .blog-details-main .text .inner-content-image {
  margin: 40px 0;
}

.blog-details .blog-details-main .text .inner-content-image .image {
  border-radius: 10px;
  overflow: hidden;
}

.blog_details_text ul li {
  margin-bottom: 12px;
  color: #000000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.blog_details_text ul li i {
  margin-right: 14px;
  color: #F50203;
  position: relative;
  top: 4px;
}

.blog-right-sidebar {
  padding-left: 0;
  position: sticky;
}

.blog-right-sidebar .blog-widget {
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-right-sidebar .blog-widget:last-child {
  margin-bottom: 0;
}

.blog-right-sidebar .blog-widget .title-block {
  font-size: 24px;
}

.blog-right-sidebar .blog-widget .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.blog-right-sidebar .blog-widget {
  background-color: #F4F6F8;
  padding: 24px;
}

.blog-right-sidebar .blog-widget .input-group input {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  padding-right: 85px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px !important;
  transition: all 0.3s ease-out 0s;
}

.blog-right-sidebar .blog-widget .input-group input:focus {
  border-color: #F50203;
}

.blog-right-sidebar .blog-widget .input-group button {
  width: 50px;
  height: 50px;
  background-color: #F50203;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px !important;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.blog-right-sidebar .blog-widget .input-group button:hover {
  background-color: #001F3F;
}

.blog-right-sidebar .blog-widget .popular-post-item {
  margin-bottom: 20px;
}

.blog-right-sidebar .blog-widget .popular-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-right-sidebar .blog-widget .popular-post-item .image {
  width: 90px;
  margin-right: 15px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 5px;
}

.blog-right-sidebar .blog-widget .popular-post-item .image img {
  border-radius: 5px;
}

.blog-right-sidebar .blog-widget .popular-post-item .text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.blog-right-sidebar .blog-widget .popular-post-item .text p i {
  color: #F50203;
  font-size: 14px;
  margin-right: 9px;
}

.blog-right-sidebar .blog-widget .popular-post-item .text .blog-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 22px;
  color: #001F3F;
}

.blog-right-sidebar .blog-widget .popular-post-item .text .blog-title a {
  color: #001F3F;
}

.blog-right-sidebar .blog-widget .popular-post-item .text .blog-title a:hover {
  color: #F50203 !important;
}

.blog-right-sidebar .blog-widget .list-body li + li {
  margin-top: 8px;
}

.blog-right-sidebar .blog-widget .list-body a {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  color: #001F3F;
  border-radius: 4px;
}

.blog-right-sidebar .blog-widget .list-body a i {
  font-size: 14px;
}

.blog-right-sidebar .blog-widget .list-body a:hover {
  background-color: #F50203;
  color: #ffffff;
  border-color: #F50203;
}

.blog-right-sidebar .blog-widget .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.blog-right-sidebar .blog-widget .tags ul li a {
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #001F3F;
}

.blog-right-sidebar .blog-widget .tags ul li a:hover {
  background-color: #001F3F;
  color: #ffffff;
}

.executive_board_area .title {
  font-size: 30px;
  font-weight: 700;
  color: #E2001A;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .executive_board_area .title {
    font-size: 24px;
  }
}
.executive_board_area .executive_board_item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #F7F8FA;
  padding: 20px;
  height: 100%;
}
.executive_board_area .executive_board_item .biography {
  position: absolute;
  top: 0;
  left: 106%;
  max-width: 500px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-left: 3px solid #E2001A;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}
.executive_board_area .executive_board_item .biography::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 78px;
  top: 20px;
  left: -30px;
  background: url(../images/arrow-left.png);
}
.executive_board_area .executive_board_item .biography .name {
  line-height: 1.5rem;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .executive_board_area .executive_board_item .biography .name {
    font-size: 14px;
    line-height: 1.3rem;
  }
}
.executive_board_area .executive_board_item .biography.left_item {
  border-left: 0;
  border-right: 3px solid #E2001A;
}
.executive_board_area .executive_board_item .biography.left_item::before {
  left: 100%;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .executive_board_area .executive_board_item .biography {
    left: 0 !important;
    min-height: 100%;
  }
  .executive_board_area .executive_board_item .biography::before {
    display: none;
  }
}
.executive_board_area .executive_board_item:hover .biography {
  visibility: visible;
  opacity: 1;
}
.executive_board_area .executive_board_item .img {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.executive_board_area .executive_board_item .img img {
  transition: all 0.3s ease-out 0s;
}
.executive_board_area .executive_board_item .text {
  margin-top: 20px;
  text-align: center;
}
.executive_board_area .executive_board_item .text .name {
  font-size: 18px;
  font-weight: 700;
  color: #001F3F;
  line-height: 26px;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .executive_board_area .executive_board_item .text .name {
    font-size: 16px;
  }
}
.executive_board_area .executive_board_item .text span {
  font-size: 15px;
  font-weight: 700;
  color: #979797;
}
@media (max-width: 767.98px) {
  .executive_board_area .executive_board_item .text span {
    font-size: 13px;
  }
}
.executive_board_area .executive_board_item:hover .img img {
  transform: scale(1.05);
}

.board_of_gov_item .b_text {
  background: #ffffff;
  bottom: 10px;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.board_of_gov_item .b_text .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.board_of_gov_item .b_text .desg {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.board_of_gov_item .b_text .gb {
  font-size: 14px;
  font-weight: 600;
}

.executive_office_item {
  height: 100%;
}
.executive_office_item::before {
  position: absolute;
  background: #f5f5f5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  z-index: -1;
}
.executive_office_item .img {
  max-width: 90%;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #F50203;
  position: relative;
  margin-bottom: -90px;
  overflow: hidden;
}
.executive_office_item .img img {
  transition: all 0.3s ease-out 0s;
}
.executive_office_item:hover .img img {
  transform: scale(1.05);
}
.executive_office_item .text {
  background: #f5f5f5;
  padding: 120px 20px 30px;
  text-align: center;
}
.executive_office_item .text .name {
  font-size: 18px;
  font-weight: 700;
  color: #001F3F;
  line-height: 26px;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .executive_office_item .text .name {
    font-size: 16px;
  }
}
.executive_office_item .text span {
  font-size: 15px;
  font-weight: 700;
  color: #979797;
}
@media (max-width: 767.98px) {
  .executive_office_item .text span {
    font-size: 13px;
  }
}
.executive_office_item .text .info {
  color: #001F3F;
}

.oss_area .title {
  color: #E2001A;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .oss_area .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .oss_area .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.oss_area p {
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .oss_area p {
    font-size: 16px;
  }
}
.oss_area .title_two {
  color: #001F3F;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .oss_area .title_two {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .oss_area .title_two {
    font-size: 20px;
  }
}
.oss_area .month {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.oss_area .month::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  background: #001F3F;
  height: 3px;
  content: "";
}
.oss_area .month .form-select {
  width: 100px;
  border: 1px solid #001F3F;
  color: #001F3F;
  margin-top: 10px;
}
.oss_area .year {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.oss_area .year::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  background: #001F3F;
  height: 3px;
  content: "";
}
.oss_area .year .title_three {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .oss_area .year .title_three {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .oss_area .oss_statistics .main_tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
  }
}
.oss_area .oss_statistics .main_tabs .nav-item {
  margin-bottom: 20px;
}
.oss_area .oss_statistics .main_tabs .nav-item:last-child {
  margin-bottom: 0;
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link {
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #001F3F;
  padding: 65px 80px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link {
    padding: 44px 37px;
  }
}
@media (max-width: 575.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link {
    padding: 24px 24px;
    font-size: 20px;
  }
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -10px;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "";
}
@media (max-width: 991.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link::before {
    top: unset;
    bottom: -10px;
    right: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link img {
  opacity: 0.2;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .oss_area .oss_statistics .main_tabs .nav-item .nav-link img {
    width: 30px;
  }
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link span {
  opacity: 0.3;
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link.active {
  background: #FFD476;
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link.active::before {
  background: #FFD476;
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link.active img {
  opacity: 1;
}
.oss_area .oss_statistics .main_tabs .nav-item .nav-link.active span {
  opacity: 1;
}
.oss_area .oss_statistics .report_box .month_name {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .report_box .month_name {
    gap: 5px !important;
  }
}
.oss_area .oss_statistics .report_box .month_name button {
  background: #E4E4E4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: 3px 18px;
  border-radius: 2px;
  color: #001F3F;
}
.oss_area .oss_statistics .report_box .month_name button:hover {
  background: #DD8742;
  color: #ffffff;
}
.oss_area .oss_statistics .report_box .month_name button.active {
  background: #DD8742;
  color: #ffffff;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .report_box .month_name button {
    padding: 3px 12px;
  }
}
.oss_area .oss_statistics .info_box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.oss_area .oss_statistics .info_box .info_item {
  background: rgba(255, 212, 118, 0.11);
  padding: 30px 60px;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .info_box .info_item {
    padding: 30px 40px;
  }
}
.oss_area .oss_statistics .info_box .info_item .info_title {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 33px 0;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .info_box .info_item .info_title {
    font-size: 24px;
  }
}
.oss_area .oss_statistics .info_box .info_item .number {
  background: #39C83D;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 40px;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .info_box .info_item .number {
    font-size: 24px;
  }
}
.oss_area .oss_statistics .info_box .info_item .number.not {
  background: #FF2727;
}
.oss_area .oss_statistics .charts .chart_item .odometer {
  font-size: 50px;
  font-weight: 700;
  color: #001F3F;
  margin-top: 10px;
}
@media (max-width: 1399.98px) {
  .oss_area .oss_statistics .charts .chart_item .odometer {
    font-size: 42px;
    margin-top: 25px;
  }
}
@media (max-width: 1199.98px) {
  .oss_area .oss_statistics .charts .chart_item .odometer {
    font-size: 32px;
    margin-top: 25px;
  }
}
.oss_area .portal_main {
  background: #F5F5F5;
}
.oss_area .portal_main .text {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .oss_area .portal_main .text {
    padding: 24px;
  }
}
.oss_area .portal_main .text .portal_title {
  font-size: 40px;
  font-weight: 700;
  color: #001F3F;
}
@media (max-width: 1399.98px) {
  .oss_area .portal_main .text .portal_title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .oss_area .portal_main .text .portal_title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .oss_area .portal_main .text .portal_title {
    font-size: 22px;
    line-height: 30px;
  }
}

.faq-body .accordion-button {
  padding: 15px 30px;
  padding-right: 75px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0 !important;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .faq-body .accordion-button {
    padding-left: 20px;
  }
}
.faq-body .accordion-button:focus {
  box-shadow: none;
}
.faq-body .accordion-button::after {
  display: none;
}
.faq-body .accordion-button .arrow-icon {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2001A;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .faq-body .accordion-button .arrow-icon {
    width: 48px;
    height: 48px;
  }
}
.faq-body .accordion-button .arrow-icon svg {
  width: 25px;
  height: 25px;
  stroke: #ffffff;
}
.faq-body .accordion-button .arrow-icon .minus {
  display: none;
}
.faq-body .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.faq-body .accordion-button:not(.collapsed) .arrow-icon {
  background: transparent;
}
.faq-body .accordion-button:not(.collapsed) .arrow-icon svg {
  stroke: #E2001A;
}
.faq-body .accordion-button:not(.collapsed) .arrow-icon .minus {
  display: block;
}
.faq-body .accordion-button:not(.collapsed) .arrow-icon .plus {
  display: none;
}
.faq-body .accordion-item {
  border: 0;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 5px;
}
.faq-body .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-body .accordion-body {
  padding: 20px 30px 30px 32px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 575.98px) {
  .faq-body .accordion-body {
    padding-left: 20px;
  }
}

.gallery_item {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.gallery_item .overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.gallery_item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.gallery_item .image {
  overflow: hidden;
  border-radius: 10px;
}
.gallery_item .image img {
  transition: all 0.3s ease-out 0s;
}
.gallery_item:hover .image img {
  transform: scale(1.1);
}
.gallery_item .text {
  padding: 22px 20px;
}
.gallery_item .text .date {
  font-size: 15px;
  font-weight: 600;
  color: #001F3F;
  margin-bottom: 10px;
}
.gallery_item .text .date i {
  color: #E2001A;
}
.gallery_item .text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #001F3F;
  transition: all 0.3s ease-out 0s;
  line-height: 140%;
}
.gallery_item .text h4:hover {
  color: #E2001A;
}

.pagination ul li {
  margin: 0 1px;
}
.pagination ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #001F3F;
}
.pagination ul li a:hover {
  background: #001F3F;
  color: #ffffff;
}
.pagination ul li a.active {
  background: #001F3F;
  color: #ffffff;
}
.pagination ul li.arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #001F3F;
  transition: all 0.3s ease-out 0s;
}
.pagination ul li.arrow:hover {
  background: #001F3F;
  color: #ffffff;
}

.gallery_single .gallery_item .image {
  height: 322px;
  display: flex;
  align-items: center;
  background: #8f8f8f;
}
@media (max-width: 1399.98px) {
  .gallery_single .gallery_item .image {
    height: 275px;
  }
}
@media (max-width: 992.98px) {
  .gallery_single .gallery_item .image {
    height: 229px;
  }
}
@media (max-width: 768.98px) {
  .gallery_single .gallery_item .image {
    height: 260px;
  }
}
@media (max-width: 768.98px) {
  .gallery_single .gallery_item .image {
    height: unset;
  }
}
.gallery_single .gallery_item .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery_single .gallery_item .image .zoom {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #001F3F;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
}

.video_gallery .gallery_item .overlay .video {
  color: #ffffff;
  width: 100px;
  height: 63px;
  border-radius: 18px;
  background: #F00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.search_result_area .news_item {
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.search_result_area .news_item .title {
  font-size: 20px;
  font-weight: 700;
  color: #001F3F;
}
.search_result_area .news_item:hover {
  border-color: #001F3F;
}

.blog_item {
  padding: 10px;
  padding-bottom: 0;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  background: #f5f5f5;
}
.blog_item .blog-img img {
  transition: all 0.3s ease-out 0s;
}
.blog_item .blog-img .date {
  bottom: 20px;
  right: 30px;
}
.blog_item .blog-img .date .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: #001F3F;
  font-size: 14px;
}
.blog_item .blog-img .date .text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 30px;
}
.blog_item .blog-text {
  padding: 20px 20px 30px;
}
@media (max-width: 1399.98px) {
  .blog_item .blog-text {
    padding: 20px 15px 30px;
  }
}
.blog_item .blog-text .blog_title a {
  color: #001F3F;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1399.98px) {
  .blog_item .blog-text .blog_title a {
    font-size: 20px;
  }
}
.blog_item .blog-text .blog_title a:hover {
  color: #F50203;
}
@media (max-width: 575.98px) {
  .blog_item .blog-meta {
    margin-bottom: 10px;
  }
}
.blog_item .blog-meta ul {
  gap: 30px;
}
.blog_item .blog-meta ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog_item .blog-meta ul li a span {
  font-weight: 600;
}
.blog_item .blog-meta ul li a i {
  margin-right: 5px;
  color: #E2001A;
  transition: all 0.3s ease-out 0s;
}
.blog_item .blog-meta ul li a:hover {
  color: #F50203;
}
.blog_item .blog-meta ul li a:hover i {
  color: #F50203;
}
.blog_item:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.blog_item:hover .blog-img img {
  transform: scale(1.05) rotate(2deg);
}

.single_content_page .section_title .title {
  color: #E2001A;
}
.single_content_page .about_us_page .about_content .blog_item ul {
  padding-left: 0;
}
.single_content_page .about_us_page .about_content .blog_item ul li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 3px;
}
.single_content_page .about_us_page .about_content .blog_item ul li::before {
  display: none;
}
.single_content_page .search_result_area .news_item p {
  margin-bottom: 0;
}

.common_tab_area .nav {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
  gap: 4px;
}
.common_tab_area .nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #001F3F;
  padding: 10px 30px;
  background: #f5f5f5;
  text-wrap: nowrap;
}
.common_tab_area .nav .nav-link.active {
  color: #001F3F;
  background: #F50203;
}
.common_tab_area .search_result_area .news_item p {
  margin-bottom: 0;
}

.new_publication_area .pub_item {
  border: 1px solid #414141;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.new_publication_area .pub_item .img img {
  transition: all 0.3s ease-out 0s;
}
.new_publication_area .pub_item .text {
  padding: 12px;
  margin-top: auto;
}
.new_publication_area .pub_item .text .title {
  font-size: 18px;
  font-weight: 700;
  color: #001F3F;
  transition: all 0.3s ease-out 0s;
}
.new_publication_area .pub_item .text .title:hover {
  color: #E2001A;
}
.new_publication_area .pub_item .text .theme_btn {
  transition: all 0.3s ease-out 0s;
  padding: 12px 22px;
  margin-top: 12px;
}
.new_publication_area .pub_item:hover .img img {
  transform: scale(1.1);
}

/*# sourceMappingURL=style.css.map*/
