@charset "utf-8";
@charset "utf-8";
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  height: 100%;
  top: 0 !important;
}
body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  -webkit-appearance: inherit;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
textarea,
input,
select,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
button,
textarea,
input,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input.middle:focus {
  outline-width: 0;
}
textarea.middle:focus {
  outline-width: 0;
  outline: none;
}
input:focus,
input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control {
  outline: none;
  border: solid 1px #d9d9d9;
  border-radius: 0;
  height: 45px;
}
.form-control:focus {
  outline: none;
}
.form-select {
  outline: none;
  border: solid 1px #d9d9d9;
  border-radius: 0;
  height: 45px;
}
.form-select:focus {
  outline: none;
  border: solid 1px #d9d9d9;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
.loading-body {
  overflow: hidden;
}
.loading {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000000;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 1s linear infinite;
}
.lazy {
  display: block;
  background-color: #efefef;
  background-image: url('../img/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 275px;
}
.lazyBanner {
  background-color: #efefef !important;
  position: relative !important;
  background-color: #efefef !important;
  background: url('../img/loading.gif') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: inherit !important;
}
/* Scroll Down Animation < */
.scroll-down {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.scroll-to {
  cursor: pointer;
}
.mouse-scroll {
  display: block;
  margin: 0 auto;
  width: 20px;
}
.mouse {
  height: 30px;
  width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #ffffff;
}
.wheel {
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
  height: 4px;
  width: 4px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 1.5s linear infinite;
  -moz-animation: mouse-wheel 1.5s linear infinite;
  animation: mouse-wheel 1.5s linear infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Scroll Down Animation > */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1450px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1550px !important;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px !important;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px !important;
  }
}
h6 {
  font-size: 18px;
}
h5 {
  font-size: 20px;
}
h4 {
  font-size: 24px;
}
h2 {
  font-size: 48px;
}
@media only screen and (max-width: 1400px) {
  h6 {
    font-size: 16px;
  }
  h5 {
    font-size: 18px;
  }
  h4 {
    font-size: 20px;
  }
  h2 {
    font-size: 36px;
  }
}
/* Custom Modal < */
.btn-modal-close {
  border: none;
  box-shadow: none;
  background-color: inherit;
  font-size: 30px;
  color: #000000;
}
.btn-modal-close:hover {
  color: #fe583d;
}
.custom-modal .modal-header {
  border-bottom: none;
}
.custom-modal .modal-footer {
  border-top: none;
}
.dictionary-modal .modal-header {
  border-bottom: none;
  background-color: #fe583d;
  color: #ffffff;
}
.dictionary-modal .btn-modal-close {
  border: none;
  box-shadow: none;
  background-color: inherit;
  font-size: 30px;
  color: #ffffff;
}
.dictionary-modal .btn-modal-close:hover {
  color: #3134c2;
}
.dictionary-modal .modal-content {
  border: solid 2px #fe583d;
}
/* Custom Modal > */
/* Custom Form Elements < */
.custom-label {
  color: #9f9f9f;
}
.custom-input {
  background: none;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-input:hover {
  background: none;
  border-radius: 0;
  border: solid 1px #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-input:focus {
  background: none;
  border-radius: 0;
  border: solid 1px #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-select {
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  transition: all 0.4s ease;
}
.custom-select:focus {
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-select:hover {
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-textarea {
  background: none;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-textarea:hover {
  background: none;
  border-radius: 0;
  border: solid 1px #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.custom-textarea:focus {
  background: none;
  border-radius: 0;
  border: solid 1px #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
/* Custom Form Elements > */
.my-error-class {
  color: red;
  font-weight: 400 !important;
}
.my-valid-class {
  color: green;
  font-weight: 400 !important;
}
.btn-submit {
  background-color: #fe583d;
  color: #ffffff;
  padding: 13px 25px;
  font-weight: 700;
  border: none;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.btn-submit:hover {
  background-color: #3134c2;
  border: none;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-decline {
  background-color: #dc3545;
  color: #ffffff;
  padding: 13px 25px;
  font-weight: 700;
  border: none;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.btn-decline:hover {
  background-color: #af212e;
  border: none;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-accept {
  background-color: #198754;
  color: #ffffff;
  padding: 13px 25px;
  font-weight: 700;
  border: none;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.btn-accept:hover {
  background-color: #12653f;
  border: none;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-default {
  background-color: #ff0400;
  color: #ffffff;
  padding: 13px 25px;
  font-weight: 700;
  border: solid 2px #ff0400;
  border-radius: 30px;
  transition: all 0.4s ease;
}
.btn-default:hover {
  background-color: #3134c2;
  border: solid 2px #3134c2;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-default2 {
  background-color: none;
  color: #ffffff;
  padding: 13px 25px;
  font-weight: 700;
  border: solid 2px #fe583d;
  border-radius: 0px !important;
  transition: all 0.4s ease;
}
.btn-default2:hover {
  background-color: #fe583d;
  border: solid 2px #fe583d;
  color: #ffffff;
  transition: all 0.4s ease;
}
.rounded-n {
  border-radius: 0 !important;
}
.text-link-default {
  color: #fe583d;
  font-size: 18px;
  transition: all 0.4s ease;
}
.text-link-default:hover {
  color: #000000;
  transition: all 0.4s ease;
}
.text-link-table {
  color: #000000;
  font-size: 16px;
  transition: all 0.4s ease;
}
.text-link-table:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.text-link {
  color: #000000;
  font-size: 18px;
  transition: all 0.4s ease;
}
.text-link:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.color-main {
  color: #3134c2;
}
.color-sub {
  color: #fe583d;
}
.bg-color-main {
  background-color: #3134c2;
}
.bg-color-sub {
  background-color: #fe583d;
}
.color-o {
  background-color: #e66245;
  border: solid 1px #e66245;
}
.color-o:hover {
  color: #e66245;
  background-color: inherit;
  border: solid 1px #e66245;
}
.color-g {
  background-color: #29b004;
  border: solid 1px #29b004;
}
.color-g:hover {
  color: #29b004;
  background-color: inherit;
  border: solid 1px #29b004;
}
.color-p {
  background-color: #8f1eeb;
  border: solid 1px #8f1eeb;
}
.color-p:hover {
  color: #8f1eeb;
  background-color: inherit;
  border: solid 1px #8f1eeb;
}
.color-b {
  background-color: #035dab;
  border: solid 1px #035dab;
}
.color-b:hover {
  color: #035dab;
  background-color: inherit;
  border: solid 1px #035dab;
}
.btn-color {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px;
  padding: 25px 25px;
  min-width: 140px;
  text-align: start;
  transition: all 0.4s ease;
}
.btn-color > div:first-of-type {
  min-width: 100px;
  max-width: 100px;
}
.r-grid-p {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.r-grid-m {
  margin-bottom: 0;
}
.filter-b {
  filter: brightness(0) saturate(100%) invert(14%) sepia(56%) saturate(3000%) hue-rotate(211deg) brightness(98%) contrast(106%);
}
.filter-w {
  filter: brightness(0) saturate(100%) invert(96%) sepia(2%) saturate(89%) hue-rotate(261deg) brightness(121%) contrast(100%);
}
.bg-grey {
  background-color: #f8f8f8;
}
.bg-blue {
  background-color: #3134c2;
}
.bg-blue-img {
  background-color: #3134c2;
  background-image: url('../img/arrows.svg');
  background-repeat: no-repeat;
  background-position: 99% 50px;
}
.bg-blue-img.form-title-container {
  background-color: #3134c2;
  background-image: url('../img/arrows.svg');
  background-repeat: no-repeat;
  background-position: 99% 50px;
  background-size: 200px;
}
@media only screen and (max-width: 991px) {
  .bg-blue-img {
    background-size: 140px;
  }
}
.text-sub {
  color: #fe583d;
}
.text-default {
  color: #3134c2;
}
.text-grey {
  color: #9f9f9f;
}
.btn-load-more {
  background-color: #fafafa;
  color: #9f9f9f;
  padding: 13px 25px;
  font-weight: 700;
  font-size: 18px;
  border: solid 1px #e8e8e8;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.btn-load-more:hover {
  background-color: #e8e8e8;
  border: solid 1px #e8e8e8;
  transition: all 0.4s ease;
}
.sticky-top {
  top: 125px;
}
@media only screen and (max-width: 2000px) {
  .btn-color {
    font-size: 18px;
    padding: 15px 15px;
    min-width: 100%;
  }
  .btn-color > div:first-of-type {
    min-width: 80px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 1500px) {
  .btn-color {
    font-size: 16px;
    padding: 10px 10px;
    min-width: 100%;
  }
  .btn-color > div:first-of-type {
    min-width: 80px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 1400px) {
  .btn-default {
    font-size: 14px;
  }
  .text-link-default {
    font-size: 14px;
  }
  .text-link {
    font-size: 16px;
  }
  .text-link-default {
    font-size: 16px;
  }
  .btn-load-more {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-color {
    min-height: 90px;
  }
  .btn-color > div:first-of-type {
    min-width: auto;
    max-width: 100%;
  }
  .text-link {
    font-size: 14px;
  }
  .text-link-default {
    font-size: 14px;
  }
  .btn-load-more {
    font-size: 14px;
  }
  .r-grid-p {
    padding-right: 0;
  }
  .r-grid-m {
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  }
  .sticky-top {
    position: relative;
    top: 0;
  }
}
.slider-navigation-transpranet {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  cursor: pointer;
  border-radius: 0px;
  line-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s ease;
}
.slider-navigation-transpranet:hover {
  background-color: #3134c2;
  border: solid 1px #3134c2;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-transpranet {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s ease;
}
.btn-transpranet:hover {
  color: #ffffff;
  background-color: #3134c2;
  border: solid 1px #3134c2;
  transition: all 0.4s ease;
}
.slider-navigation-int {
  background-color: #ff0400;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0px;
  line-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease;
}
.slider-navigation-int:hover {
  background-color: #3134c2;
  color: #ffffff;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1200px) {
  .slider-navigation-int {
    background-color: #ff0400;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
    line-height: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.4s ease;
  }
}
.slider-navigation-circle {
  background-color: #fafafa;
  color: #9f9f9f;
  cursor: pointer;
  border-radius: 50%;
  line-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease;
}
.slider-navigation-circle:hover {
  background-color: #3134c2;
  color: #ffffff;
  transition: all 0.4s ease;
}
/* Custom checkbox < */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #e4e4e4;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #e4e4e4;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #fe583d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Custom checkbox > */
/* Custom optionbox < */
.custom-option {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.optionbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
}
.custom-option:hover input ~ .optionbox {
  background-color: #ccc;
}
.custom-option input:checked ~ .optionbox {
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.optionbox:after {
  content: '';
  position: absolute;
  display: none;
}
.custom-option input:checked ~ .optionbox:after {
  display: block;
}
.custom-option .optionbox:after {
  top: 6px;
  left: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fe583d;
  border: none;
}
/* Custom optionbox > */
/* Loading Div < */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loadingDiv {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 140px;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 151, 151, 0.3);
  border-radius: 15px;
  z-index: 11;
}
/* Loading Div > */
/* Header < */
.header {
  background-color: #3134c2;
  padding: 0px 0;
  transition: all 0.4s ease;
}
.header-scroll {
  padding: 5px 0px;
  transition: all 0.4s ease;
}
.header-not-scroll {
  padding: 25px 0;
  transition: all 0.4s ease;
}
.header-not-scroll .logo {
  max-height: 80px;
  transition: all 0.4s ease;
}
.header-scroll .logo {
  max-height: 50px;
  transition: all 0.4s ease;
}
.header-not-scroll {
  animation: shadowUp 0.6s forwards;
}
.header-scroll {
  animation: shadowDown 0.6s forwards;
}
@-webkit-keyframes shadowUp {
  0% {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@-webkit-keyframes shadowDown {
  0% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
  }
}
.nav-link {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.nav-link:hover {
  color: #ffffff;
  transition: all 0.4s ease;
}
.nav-link:active {
  color: #ffffff;
  transition: all 0.4s ease;
}
.nav-link:focus {
  color: #ffffff;
  transition: all 0.4s ease;
}
.nav-link.active {
  cursor: default;
  color: #ffffff !important;
  transition: all 0.4s ease;
}
.nav-link::after {
  transition: all 0.4s ease;
}
.nav-link.active::after,
.nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  color: #ffffff !important;
  width: 50%;
  margin: 0 auto;
  height: 4px;
  background-color: #fe583d;
  transition: all 0.4s ease;
}
.navbar-menu {
  filter: invert(50%) sepia(40%) saturate(6791%) hue-rotate(339deg) brightness(111%) contrast(102%);
}
.main-nav {
  height: 100%;
  width: 33.3%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -50%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: -29px 0px 31px 50px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -29px 0px 50px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -29px 0px 50px 6px rgba(0, 0, 0, 0.2);
}
.main-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.main-menu li a {
  position: relative;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  transition: all 0.4s ease;
}
.main-menu li a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.main-menu a::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  margin-right: 15px;
  cursor: default;
}
.main-menu li a:hover::before {
  background: #fe583d;
}
.toggle-menu {
  color: #ffffff;
  border: none;
  transition: all 0.4s ease;
}
.toggle-menu:focus {
  color: #ffffff;
  border: none;
  transition: all 0.4s ease;
}
.toggle-menu:active {
  color: #ffffff;
  border: none;
  transition: all 0.4s ease;
}
.toggle-menu:hover {
  border: none;
  transition: all 0.4s ease;
}
.toggle-menu i {
  font-size: 30px;
}
.toggle-menu:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(101%) contrast(102%);
  transition: all 0.4s ease;
}
.toggle-menu:hover span {
  color: #fe583d;
  transition: all 0.4s ease;
}
.toggle-menu.toggle-menu-close {
  color: #ffffff;
}
.nav-link.toggle-menu:hover::after {
  display: none;
}
.header-sub-menu a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.header-sub-menu a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.header-social-media a {
  color: #ffffff;
  font-size: 24px;
  transition: all 0.4s ease;
}
.header-social-media a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.main-nav-logo {
  height: 35px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(53%) saturate(5208%) hue-rotate(217deg) brightness(93%) contrast(94%);
}
@media only screen and (max-width: 1500px) {
  .header-scroll {
    padding: 5px 0px;
    transition: all 0.4s ease;
  }
  .header-not-scroll {
    padding: 10px 0;
    transition: all 0.4s ease;
  }
  .header-not-scroll .logo {
    max-height: 60px;
    transition: all 0.4s ease;
  }
  .header-scroll .logo {
    max-height: 45px;
    transition: all 0.4s ease;
  }
  .nav-link {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-scroll {
    padding: 0px 0px;
    transition: all 0.4s ease;
  }
  .header-not-scroll {
    padding: 7px 0;
    transition: all 0.4s ease;
  }
  .header-not-scroll .logo {
    max-height: 35px;
    transition: all 0.4s ease;
  }
  .header-scroll .logo {
    max-height: 35px;
    transition: all 0.4s ease;
  }
  .reset-padding-start {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .reset-padding-end {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .navbar {
    padding: 0;
  }
  .main-menu li a {
    font-size: 16px;
  }
  .main-menu a::before {
    width: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav {
    width: 100%;
    right: -100%;
    transition: 0.3s;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .header-social-media a {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.4s ease;
  }
}
/* Header > */
/* Banner < */
.home-banner {
  position: relative;
  background-color: #04296f;
  margin-top: 80px;
}
.home-banner .carousel-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: transparent linear-gradient(0deg, #f1f1f100 0%, #0000009e 50%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.1;
  z-index: 2;
}
.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
  z-index: 99;
}
.home-banner .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0 0 0 0 !important;
}
.home-banner .carousel-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  right: inherit;
  bottom: inherit;
  left: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  color: #ffffff;
  text-align: left;
  z-index: 1;
}
.home-banner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
.home-banner .carousel-caption p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.banner-slogan {
  width: 50%;
}
.banner-slogan img {
  max-width: 100%;
}
.text-underline-banner {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #fe583d;
  white-space: nowrap;
}
.btn-banner-start-container {
}
.btn-banner-start {
  background: #fe583d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  transition: all 0.4s ease;
}
.btn-banner-start:hover {
  background: #ffffff;
  color: #fe583d;
  transition: all 0.4s ease;
}
.btn-banner-start-container:before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -20px;
  right: 0;
  background: #fe583d;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -2;
  transition: all 0.4s ease;
}
.btn-banner-start-container:hover:before {
  background: #ffffff;
}
.btn-banner-start-container:after {
  content: '';
  position: absolute;
  top: -40px;
  bottom: 0;
  left: -40px;
  right: 0;
  background: #fe583d;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
  transition: all 0.4s ease;
}
.btn-banner-start-container:hover:after {
  background: #ffffff;
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
  .hero {
    margin-top: 100px !important;
  }
  .home-banner {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-banner .carousel-caption h1 {
    font-size: 36px;
  }
  .home-banner .carousel-caption p {
    font-size: 16px;
  }
}
.homesection_about {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .home-banner {
    margin-top: 60px;
  }

  .homesection_about {
    font-size: 18px;
  }
  .home-banner .carousel-item {
    height: 650px;
    min-height: 650px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 0 0 0 !important;
  }
  /* .home-banner .carousel-caption-width {
    width: 100%;
  }
  .home-banner .carousel-caption {
    position: absolute;
    top: 30px;
    width: 100%;
    transform: translateY(0%);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
  } */
  .home-banner .carousel-caption h1 {
    font-size: 26px;
  }
  .home-banner .carousel-caption p {
    font-size: 14px;
  }
  .banner-slogan {
    width: 100%;
  }
  .banner-slogan img {
    max-width: 250px;
  }
  .btn-banner-start-container {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin-left: -50px;
  }
  .btn-banner-start {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .btn-banner-start-container:before {
    top: -15px;
    left: -15px;
    width: 110px;
    height: 110px;
  }
  .btn-banner-start-container:after {
    top: -30px;
    left: -30px;
    width: 140px;
    height: 140px;
  }
}
/* Banner > */
/* Announcements < */
.home-announcements {
  position: absolute;
  background-color: #e66244;
  bottom: 0px;
  left: 0;
  z-index: 99;
}
.announcements-container {
  height: 80px;
}
.announcement-title {
  background-color: #3134c2;
}
.announcement-title a {
  color: #ffffff;
  transition: all 0.4s ease;
}
.announcement-title a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.home-announcement-date::after {
  content: '';
  width: 25px;
  height: 1px;
  background: #ffffff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.home-announcement p {
  color: #ffffff;
  transition: all 0.4s ease;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-announcement:hover p {
  color: #fe583d;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1200px) {
  .home-announcements {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .home-announcement-date {
    font-weight: 700;
  }
  .announcements-container {
    height: auto;
  }
  .home-announcement p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
  }
}
/* Announcements > */
/* Home Info < */
/* .home-info-container {
  position: relative;
}
.home-info-container::before {
  content: '';
  height: 75%;
  background-image: url('../img/home-left.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: 0;
}
.home-info-container::after {
  content: '';
  height: 75%;
  background-image: url('../img/home-right.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: 0;
}
@media only screen and (max-width: 2000px) {
  .home-info-container::before {
    height: 33%;
    top: 0;
    transform: none;
    opacity: 0.5;
  }
  .home-info-container::after {
    height: 33%;
    top: 0;
    transform: none;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1200px) {
  .home-info-container::before {
    height: 20%;
    top: 3%;
    opacity: 0.4;
  }
  .home-info-container::after {
    height: 20%;
    top: 3%;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 991px) {
  .home-info-container::before {
    display: none;
  }
  .home-info-container::after {
    display: none;
  }
} */
.home-info-content {
  position: relative;
  z-index: 1;
}
.number-menu {
  margin: 0;
  list-style: none;
  font-size: 20px;
  padding: 0;
}
.number-menu.reset-side-menu {
  font-size: 16px;
}
.number-menu.contact-menu {
  font-size: 16px;
}
.number-menu li a {
  color: #c4c4c4;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e4e4e4;
  transition: all 0.4s ease;
}
.number-menu li:last-child a {
  border-bottom: none;
  transition: all 0.4s ease;
}
.number-menu li a:hover {
  color: #000000;
  transition: all 0.4s ease;
}
.number-menu li .order-number {
  color: #d6d6d6;
  font-size: 36px;
  font-weight: 700;
  min-width: 50px;
  transition: all 0.4s ease;
}
.number-menu li .active {
  border-bottom: solid 1px #b8b8b8;
  transition: all 0.4s ease;
}
.number-menu li .active .order-number {
  color: #3134c2;
  transition: all 0.4s ease;
}
.number-menu li a i {
  color: #c4c4c4;
  transition: all 0.4s ease;
}
.number-menu li a:hover i {
  color: #3134c2;
  transition: all 0.4s ease;
}
.number-menu li .active {
  color: #000000;
  cursor: default;
  transition: all 0.4s ease;
}
.number-menu li .active i {
  color: #000000;
  cursor: default;
  transition: all 0.4s ease;
}
.home-info p {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .number-menu {
    font-size: 16px;
  }
  .home-info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .number-menu i {
    transform: rotate(90deg);
  }
  .number-menu.contact-menu i {
    transform: rotate(90deg);
  }
  .number-menu.reset-side-menu i {
    transform: rotate(0deg);
  }
}
/* Home Info > */
/* Footer < */
.footer {
  background-color: #3134c2;
  color: #ffffff;
}
.menu-footer {
  margin: 0;
  list-style: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.menu-footer li a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.4s ease;
}
.menu-footer li a:hover {
  color: #dd2f2f;
  transition: all 0.4s ease;
}
.footer-border {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer h5 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer-sub-menu a {
  color: #ffffff;
  transition: all 0.4s ease;
}
.footer-sub-menu a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.footer-social-media a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.4s ease;
}
.footer-social-media a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.footer .text-link {
  color: #ffffff;
  transition: all 0.4s ease;
}
.footer .text-link:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.footer-sub-menu a {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.footer-logo {
  max-width: 200px;
}
.footer-logo-sub {
  max-height: 60px;
}
.footer-padding {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 2200px) {
  .footer-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 2000px) {
  .footer-logo {
    max-width: 175px;
  }
  .menu-footer li a {
    font-size: 16px;
  }
  .footer h4 {
    font-size: 16px;
  }
  .footer-padding {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-logo {
    max-width: 150px;
  }
  .menu-footer li a {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 16px;
  }
  .footer-padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .footer-logo-sub {
    max-height: 50px;
  }
}
/* Footer > */
/* Footer Top < */
.footer-card {
  width: 100%;
}
.footer-card .card {
  padding: 40px;
}
.footer-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .footer-card .card {
    padding: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-card {
    position: relative;
    top: 0;
  }
  .footer-top {
    background-size: 30%;
    background-position: 99% 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-card {
    position: relative;
    top: 0;
  }
}
.footer-input .form-control {
  border: solid 1px #d8d8d8;
  border-radius: 40px;
  height: 70px;
  padding-left: 50px;
}
.footer-input .input-placeholder-icon {
  position: absolute;
  top: 23px;
  left: 25px;
  font-size: 18px;
  border: none;
  color: #e4e4e4;
}
.footer-input button {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  border: none;
  transition: all 0.4s ease;
}
.footer-input button:hover {
  background: #3134c2;
  border: none;
  transition: all 0.4s ease;
}
.f-w-start {
  width: 70%;
}
.f-w-end {
  width: 30%;
}
.reset-t-padding {
  padding-top: 50px;
}
@media only screen and (max-width: 2000px) {
  .f-w-start {
    width: 60%;
  }
  .f-w-end {
    width: 40%;
  }
}
@media only screen and (max-width: 1400px) {
  .reset-t-padding {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .f-w-start {
    width: 50%;
  }
  .f-w-end {
    width: 50%;
  }
  .newsletter-img {
    height: 90px;
    transition: all 0.4s ease;
  }
  .reset-t-padding {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .f-w-start {
    width: 100%;
  }
  .f-w-end {
    width: 100%;
  }
  .newsletter-img {
    height: 70px;
    transition: all 0.4s ease;
  }
  .footer-input button {
    font-size: 14px;
    border: none;
    transition: all 0.4s ease;
  }
}
/* Footer Top > */
/* Home News < */
.home-news {
  background-color: #ffffff;
}
.home-news-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
.home-news-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.news-link {
  color: #000000;
  transition: all 0.4s ease;
}
.news-link:hover {
  color: #ffd342;
  transition: all 0.4s ease;
}
.home-news h2 {
  text-transform: inherit;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news p {
  text-transform: inherit;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news h5 {
  text-transform: inherit;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news-navigation {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -75px;
  z-index: 999;
}
@media only screen and (max-width: 1400px) {
  .news-link h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news h2 {
    font-size: 24px;
  }
  .home-news-image img {
    max-height: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-news-navigation {
    margin-top: -130px;
  }
  .home-news h2 {
    font-size: 18px;
    text-transform: inherit;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news p {
    text-transform: inherit;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news-image img {
    max-height: 300px;
  }
  .news-link h5 {
    text-transform: inherit;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .home-news-navigation {
    margin-top: -100px;
  }
  .home-news-image img {
    max-height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .home-news-navigation {
    margin-top: -70px;
  }
}
.circle-indicators {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.circle-indicators [data-bs-target] {
  background: #3134c2;
  border-radius: 75%;
  width: 10px;
  height: 10px;
  border-top: none;
  border-bottom: none;
  opacity: 0.3;
}
.circle-indicators [data-bs-target].active {
  background: #3134c2;
  opacity: 1;
}
/* Home News > */
/* Events < */
.events-type-container {
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  border-radius: 0px;
  padding: 10px;
}
.btn-events-type {
  font-size: 18px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 700;
  border-radius: 0px;
  padding: 15px 25px;
  transition: all 0.4s ease;
}
.btn-events-type.active {
  background: #fe583d;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 25px;
  transition: all 0.4s ease;
}
.btn-events-type:hover {
  background: #fe583d;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 25px;
  transition: all 0.4s ease;
}
.btn-events-type:focus {
  color: #ffffff;
}
.btn-events-type:active {
  color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  .btn-events-type {
    font-size: 16px;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-events-type {
    font-size: 14px;
    transition: all 0.4s ease;
  }
}
.thumb-container {
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  border-radius: 0px;
  padding: 15px;
}
.thumb-slick {
  margin-right: 15px;
  margin-left: 15px;
}
.thumb-container.reset-int {
  margin-right: inherit !important;
  margin-left: inherit !important;
}
.thumb-image-container {
  position: relative;
}
.thumb-container .thumb-image {
  overflow: hidden;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  margin: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.thumb-container .thumb-image img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.thumb-container:hover .thumb-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.8;
}
.thumb-content {
  position: relative;
  color: #000000;
}
.thumb-container .thumb-content h4 {
  color: #fe583d;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container .thumb-content h5 {
  color: #000000;
  font-size: 18px;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container.news-thumb .thumb-content h5 {
  min-height: 54px;
}
.thumb-container .thumb-content h6 {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container .thumb-event-locaiton {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container.interview .thumb-content h5 {
  color: #000000;
  font-size: 18px;
  min-height: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container.interview .thumb-content h4 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container.interview .thumb-content p {
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-container.interview .interview-title {
  color: #9f9f9f;
}
.thumb-container.interview .podcast-title {
  color: #4aaf50;
}
.thumb-container.interview .video-title {
  color: #d13332;
}
.thumb-container .date span {
  color: #9f9f9f;
}
.thumb-container .date i {
  color: #e4e4e4;
}
.badge-event-type {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ff424d;
  color: #ffffff;
  padding: 5px 25px;
  font-weight: 700;
  border-radius: 30px;
}
.event-date {
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  background-color: #fe583d;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0px;
}
.thumb-container.interview .default-title {
  color: #9f9f9f;
}
@media only screen and (max-width: 1500px) {
  .thumb-container .thumb-content h4 {
    font-size: 16px;
  }
  .thumb-container .thumb-content h5 {
    font-size: 16px;
    min-height: 45px;
  }
  .thumb-container .thumb-content h6 {
    font-size: 14px;
  }
  .event-date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .event-date {
    font-size: 18px;
    padding: 5px 20px;
  }
}
.events-calendar-container {
  background-color: #2c2dbc !important;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 5px 5px;
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .events-calendar-container {
    font-size: 14px;
  }
  .thumb-container.news-thumb .thumb-content h5 {
    min-height: 50px;
  }
}
/* Events > */
/* Event Detail  < */
.event-info-container {
  background-color: #f8f8f8;
  border-radius: 0 5px 5px 0;
}
.event-info-date {
  border-radius: 5px 0 0 5px;
}
.event-info-container p {
  margin-bottom: 0;
  font-size: 16px;
}
.event-info-container .text-link-default {
  font-size: 16px;
}
.event-info-container h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.event-info h6 {
  color: #fe583d;
}
.event-info i {
  color: #fe583d;
}
.event-info-time p {
  font-size: 50px;
  font-weight: 700;
}
.event-map-link {
  color: #9f9f9f;
}
.event-info-date h6 {
  color: #ffffff !important;
}
.event-info-date i {
  color: #ffffff !important;
}
.event-info-date .event-day {
  font-size: 50px;
  font-weight: 700;
}
.event-info-time {
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #efefef;
}
.event-info-location {
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #efefef;
}
@media only screen and (max-width: 1400px) {
  .event-info-container p {
    font-size: 14px;
  }
  .event-info-container h6 {
    font-size: 14px;
  }
  .event-info-time p {
    font-size: 50px;
  }
  .event-info-date .event-day {
    font-size: 50px;
  }
  .event-info-container .text-link-default {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .event-info-date {
    width: 50%;
    border-radius: 5px 0 0 0;
  }
  .event-info-time {
    width: 50%;
  }
  .event-info-time p {
    font-size: 36px;
  }
  .event-info-time {
    border-right: none;
    margin-right: 0;
    padding-right: 15px;
    border-bottom: solid 1px #efefef;
  }
  .event-info-location {
    border-right: none;
    margin-right: 0;
    border-bottom: solid 1px #efefef;
  }
}
/* Events Detail > */
/* Interviews < */
.video-icon::before {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.3);
  transition: all 0.1s ease;
  z-index: 1;
}
.video-icon::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0px;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #d13332;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.podcast-icon::before {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.3);
  transition: all 0.1s ease;
  z-index: 1;
}
.podcast-icon::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0px;
  display: block;
  margin: -18px 0 0 -22px;
  width: 50px;
  height: 50px;
  background-image: url('../img/podcast.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
/* Interviews > */
/* Start Now < */
.title-opacity {
  font-size: 4vw;
  color: #ffffff;
  font-weight: 700;
  opacity: 0.14;
}
.thumb-color {
  background-color: #3134c2;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  padding: 25px;
  height: 450px;
  position: relative;
  transition: all 0.4s ease;
}
.modal-content .thumb-color {
  height: 100%;
}
.thumb-color:hover {
  padding: 50px 25px 25px 25px;
  transition: all 0.4s ease;
}
.thumb-color .thumb-color-content {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  transition: all 0.4s ease;
}
.thumb-color:hover .thumb-color-content {
  justify-content: space-between;
  transition: all 0.4s ease;
}
.thumb-color h6 {
  color: #ffffff;
  transition: all 0.4s ease;
}
.thumb-color:hover h6 {
  font-size: 36px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.thumb-color h6 span {
  display: none;
}
.thumb-color:hover h6 span {
  display: block;
}
.thumb-color h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-color:hover h3 {
  display: none;
  transition: all 0.4s ease;
}
.thumb-color.content-o h3 {
  color: #fecea3;
  transition: all 0.4s ease;
}
.thumb-color.content-g h3 {
  color: #a6d8d5;
  transition: all 0.4s ease;
}
.thumb-color.content-b h3 {
  color: #8ea6f8;
  transition: all 0.4s ease;
}
.thumb-color.content-p h3 {
  color: #ce97fa;
  transition: all 0.4s ease;
}
.thumb-color .thumb-color-detail {
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  transition: all 0.4s ease;
}
.thumb-color .thumb-color-detail span {
  font-size: 0px;
  transition: all 0.4s ease;
}
.thumb-color:hover .thumb-color-detail span {
  font-size: 20px;
  transition: all 0.4s ease;
}
.thumb-color p {
  display: none;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.4s ease;
}
.thumb-color:hover p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.thumb-color.content-o:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url('../../contents/startNow/girisimci.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.4s ease;
}
.thumb-color.content-g:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url('../../contents/startNow/yatirimci.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.4s ease;
}
.thumb-color.content-b:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url('../../contents/startNow/kurumsal-aktor.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.4s ease;
}
.thumb-color.content-p:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url('../../contents/startNow/mentor.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.4s ease;
}
.thumb-color.content-o:hover:before {
  display: none;
  transition: all 0.4s ease;
}
.thumb-color.content-g:hover:before {
  display: none;
  transition: all 0.4s ease;
}
.thumb-color.content-b:hover:before {
  display: none;
  transition: all 0.4s ease;
}
.thumb-color.content-p:hover:before {
  display: none;
  transition: all 0.4s ease;
}
.thumb-color.content-o:hover {
  background-color: #fecea3;
  border: solid 1px #fecea3;
  transition: all 0.4s ease;
}
.thumb-color.content-g:hover {
  background-color: #a6d8d5;
  border: solid 1px #a6d8d5;
  transition: all 0.4s ease;
}
.thumb-color.content-b:hover {
  background-color: #8ea6f8;
  border: solid 1px #8ea6f8;
  transition: all 0.4s ease;
}
.thumb-color.content-p:hover {
  background-color: #ce97fa;
  border: solid 1px #ce97fa;
  transition: all 0.4s ease;
}
.img-plane {
  position: absolute;
  top: -115px;
  left: -115px;
  z-index: 1;
}
.start-now-info {
  position: relative;
  z-index: 2;
}
.modal-content .start-now-info {
  font-size: 20px;
}
.modal-content .reset-m-p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 2000px) {
  .modal-content .img-plane {
    top: -65px;
    left: -30px;
    height: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .thumb-color {
    height: 350px;
  }
  .thumb-color:hover {
    padding: 25px 25px 25px 25px;
  }
  .thumb-color:hover h6 {
    font-size: 24px;
  }
  .thumb-color h3 {
    font-size: 18px;
  }
  .thumb-color:hover p {
    font-size: 14px;
  }
  .thumb-color .thumb-color-detail {
    font-size: 14px;
  }
  .thumb-color .thumb-color-detail {
    font-size: 14px;
    height: 30px;
  }
  .thumb-color .thumb-color-detail span {
    font-size: 0px;
  }
  .thumb-color:hover .thumb-color-detail span {
    font-size: 14px;
  }
  .img-plane {
    top: -80px;
    left: -60px;
    height: 180px;
  }
  .modal-content .img-plane {
    top: -100px;
    left: -45px;
    height: 180px;
  }
  .modal-content .start-now-info {
    font-size: 16px;
  }
  .modal-content .reset-m-p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .modal-content .img-plane {
    top: -100px;
    left: -15px;
    height: 180px;
  }
  .modal-content .thumb-color {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .thumb-color {
    height: 250px;
  }
  .modal-content .thumb-color {
    height: 250px;
  }
  .thumb-color h3 {
    font-size: 20px;
  }
  .img-plane {
    top: -50px;
    left: -20px;
    height: 180px;
  }
  .title-opacity {
    font-size: 8vw;
  }
  .modal-content .start-now-info {
    font-size: 14px;
  }
  .modal-content .img-plane {
    display: none;
  }
}
/* Start Now > */
/* Page Title < */
.page-title {
  margin-top: 162px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f5db4;
  color: #ffffff;
}
.page-title h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.breadcrumb {
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.8;
}
.breadcrumb-item a:hover {
  color: #fe583d;
}
@media only screen and (max-width: 1400px) {
  .page-title {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-title {
    margin-top: 72px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-title h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
/* Page Title > */
/* Page Content < */
.page-content {
  border: solid 1px #efefef;
  border-radius: 0px;
}
.page-main-image {
  overflow: hidden;
  border-radius: 0px;
  margin: 0;
}
.page-main-image img {
  border-radius: 0px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.content-date {
  color: #a5a5a5;
}
.gallery-thumb {
  overflow: hidden;
  border-radius: 0px;
  margin: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.gallery-thumb img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.gallery-thumb:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0.8;
}
.page-content h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.page-content-sub-title h3 {
  font-size: 18px;
  font-weight: 700;
}
.page-content-sub-title .video-title {
  color: #d13332;
}
.page-content-sub-title .default-title {
  color: #9f9f9f;
}
.page-content-sub-title .podcast-title {
  color: #4aaf50;
}
.page-content-sub-title .interview-title {
  color: #9f9f9f;
}
.page-content .page-video-frame iframe {
  width: 100%;
  height: 600px;
}
.page-content .page-podcast-frame iframe {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 2000px) {
  .page-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-main-image img {
    height: 500px;
  }
  .page-content h2 {
    font-size: 24px;
  }
  .page-content .page-video-frame iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-main-image img {
    height: 400px;
  }
  .page-content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .page-main-image img {
    height: auto;
  }
  .page-content .page-video-frame iframe {
    height: 300px;
  }
}
.page-side-container {
  border-radius: 0px;
  border: solid 1px #efefef;
  height: auto;
  width: 100%;
}
.page-side-title {
  border-bottom: solid 1px #efefef;
  padding: 25px 25px;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
}
.page-side-title h6 {
  margin-bottom: 0;
  font-weight: 700;
  color: #fe583d;
}
.page-side-collapse {
  border: none;
  text-align: center;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  background: none;
  padding: 0;
}
.page-side-collapse i {
  color: #a5a5a5;
}
.page-side-content {
  border-radius: 0 0 0 0;
  position: relative;
}
.page-side-content.collapse {
  display: block;
}
.page-side-content.form-content.collapse {
  display: inherit;
}
.page-side-content.form-content.collapse:not(.show) {
  display: none;
}
.page-side-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-side-menu a {
  padding: 15px 0;
  display: block;
  color: #000000;
  border-bottom: solid 1px #efefef;
  transition: all 0.4s ease;
}
.page-side-menu a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.page-side-menu a i {
  color: #d6d6d6;
  transition: all 0.4s ease;
}
.page-side-menu li:last-of-type a {
  border-bottom: none;
}
.page-side-menu a.active {
  color: #fe583d;
  font-weight: 700;
  transition: all 0.4s ease;
}
.page-side-menu a.active:hover {
  color: #fe583d;
  cursor: default;
  transition: all 0.4s ease;
}
.page-side-menu a.active i {
  color: #fe583d;
  transition: all 0.4s ease;
}
.side-menu-contents {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu-contents li {
  border-bottom: solid 1px #f5f5f5;
  position: relative;
  padding: 15px 0;
}
.side-menu-contents li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.side-menu-content h6 {
  color: #000000;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.side-menu-content h5 {
  color: #fe583d;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.side-menu-content p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.side-menu-content a:hover h6 {
  color: #fe583d;
  transition: all 0.4s ease;
}
.side-menu-contents-image {
  border-radius: 0px;
}
.side-menu-contents-image img {
  border-radius: 0px;
  transition: all 0.4s ease;
}
.side-menu-contents-image:hover img {
  opacity: 0.8;
  transition: all 0.4s ease;
}
.side-menu-contents li:hover img {
  opacity: 0.8;
  transition: all 0.4s ease;
}
.content-date {
  color: #a5a5a5;
}
.side-menu-contents .event-date {
  position: inherit;
  transform: inherit;
  right: inherit;
  font-size: 16px;
}
.side-menu-content h3 {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.side-menu-content .video-title {
  color: #d13332;
}
.side-menu-content .podcast-title {
  color: #4aaf50;
}
.side-menu-content .interview-title {
  color: #9f9f9f;
}
.side-menu-content .default-title {
  color: #9f9f9f;
}
.filter-area {
  min-height: 100px;
  max-height: 250px;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.filter-area::-webkit-scrollbar {
  width: 5px;
  border-radius: 8px;
}
.filter-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
.filter-area::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
.filter-area::-webkit-scrollbar-thumb:hover {
  background: #fe583d;
}
.side-search-input {
  border: solid 1px #efefef;
  border-radius: 0px;
  line-height: 30px;
  padding: 20px 15px;
  color: #656565;
  padding-left: 35px;
}
.side-search-input:placeholder {
  color: #656565;
}
.side-search-input-icon {
  left: 0;
  top: 0;
  margin-left: 11px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  color: #b8b8b8;
  font-size: 16px;
}
.page-side-collapse i {
  transition: all 0.4s ease;
}
.page-side-collapse.collapsed i {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1400px) {
  .side-menu-contents-title {
    line-height: 22px;
    font-size: 14px;
  }
  .side-menu-contents-image {
    border-radius: 10px;
  }
  .side-menu-contents-image img {
    border-radius: 10px;
  }
  .side-menu-content h6 {
    font-size: 14px;
  }
  .side-menu-content p {
    font-size: 14px;
  }
  .side-menu-content h3 {
    font-size: 14px;
  }
  .filter-area {
    max-height: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-side-title {
    padding: 20px 25px;
  }
  .page-side-content.collapse {
    display: none !important;
  }
  .page-side-content.show {
    display: block !important;
    border-top: none;
  }
  .page-side-content.collapsing {
    border-top: none;
  }
  .collapse-button-rotate i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/* Page Content > */
/* User Type Page < */
.page-alert-container {
  border-radius: 0px;
  height: 160px;
}
.page-alert-container.alert-o {
  background-color: #e66244;
}
.page-alert-container.alert-g {
  background-color: #26af00;
}
.page-alert-container.alert-b {
  background-color: #005eab;
}
.page-alert-container.alert-p {
  background-color: #8d1eeb;
}
.page-alert-container .alert-image {
  position: absolute;
  bottom: 20px;
  left: 25px;
  max-width: 120px;
}
.page-alert-container .alert-content {
  padding-left: 125px;
}
.page-alert-container p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  margin-bottom: 0;
}
.page-alert-container .text-link {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.page-alert-container .text-link:hover {
  color: #000000;
  transition: all 0.4s ease;
}
.page-alert-container .close-btn {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
  cursor: pointer;
  border-radius: 50%;
  line-height: 40px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding: 0;
  transition: all 0.4s ease;
}
.page-alert-container .close-btn:hover {
  background-color: #ffffff;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1400px) {
  .page-alert-container p {
    font-size: 18px;
  }
  .page-alert-container .text-link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .page-alert-container p {
    font-size: 14px;
  }
  .page-alert-container .text-link {
    font-size: 18px;
  }
  .page-alert-container .alert-image {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 15px;
    max-width: 75px;
  }
  .page-alert-container .alert-content {
    padding-left: 90px;
  }
}
.page-search-input {
  border: solid 1px #d8d8d8;
  border-radius: 30px;
  line-height: 50px;
  height: 50px;
  padding: 20px 25px 20px 50px;
  color: #656565;
  padding-left: 35px;
}
.page-search-input:placeholder {
  color: #888888;
}
.page-search-input-icon {
  left: 0;
  top: 0;
  margin-left: 15px;
  margin-top: 17px;
  position: absolute;
  z-index: 2;
  color: #e4e4e4;
  font-size: 16px;
}
.page-list-title h6 {
  font-size: 20px;
}
.page-list-title p {
  color: #9f9f9f;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .reset-m-width {
    width: 100%;
  }
}
.company-side-container {
  border-radius: 0px;
  border: solid 1px #efefef;
  height: auto;
  width: 100%;
}
.company-logo {
  border: solid 1px #efefef;
  background-color: #fff;
  border-radius: 0px;
  height: auto;
  text-align: center;
}
.company-logo img {
  height: 100px;
}
.company-title h4 {
  font-weight: 700;
}
.company-title p {
  font-size: 18px;
  padding-bottom: 0;
}
.company-title span {
  color: #9f9f9f;
}
.company-info {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.company-info li {
  padding: 15px 15px;
  border-top: solid 1px #efefef;
  text-align: left;
}
.company-info li h6 {
  color: #fe583d;
}
.company-info li p {
  color: #000000;
  margin-bottom: 0;
}
.company-info li a span {
  color: #000000;
  transition: all 0.4s ease;
}
.company-info li a i {
  color: #fe583d;
}
.company-info li a:hover span {
  color: #fe583d;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1400px) {
  .company-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .company-title p {
    font-size: 14px;
  }
}
.page-tab-container {
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  border-radius: 0px;
  padding: 10px;
}
.btn-tab {
  font-size: 18px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 700;
  border-radius: 0px;
  padding: 13px 25px;
  transition: all 0.4s ease;
}
.btn-tab.active {
  background: #fe583d;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.4s ease;
}
.btn-tab:hover {
  background: #fe583d;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.4s ease;
}
.btn-tab:focus {
  color: #ffffff;
}
.btn-tab:active {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .btn-tab {
    font-size: 16px;
  }
}
/* User Type Page > */
/* Wrap < */
.wrap {
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.wrap > .nav-pills {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
.wrap > .nav-pills > li {
  background: #fff;
  display: inline-block;
  position: relative;
  white-space: normal;
  float: none;
}
.wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 3px;
}
.wrap::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 3px;
  height: 3px;
}
.wrap::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 3px;
  height: 3px;
}
.wrap::-webkit-scrollbar-thumb:hover {
  background: #797979;
}
/* Wrap > */
/* File Type < */
.file-type {
  position: relative;
  width: 42px;
}
.file-type img {
  width: 42px;
  height: 51px;
  max-width: 51px !important;
}
.file-type span {
  position: absolute;
  top: 18px;
  left: 0;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.reset-min-height {
  min-height: inherit !important;
}
.file-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.file-list li {
  border-bottom: solid 1px #efefef;
  padding: 15px 0;
}
.file-list li:first-child {
  border-top: solid 1px #efefef;
}
/* File Type > */
/* Investors < */
.person-image-container {
  position: relative;
  background-color: #ffffff;
}
.person-container .person-image {
  overflow: hidden;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  margin: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.person-container .person-image.corporate {
  padding: 5px;
}
.person-container .person-image.corporate img {
  padding: 5px;
}
.person-container .person-image img {
  padding: 0px;
  border-radius: 50%;
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.person-container:hover .person-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.8;
}
.person-content {
  position: relative;
  color: #000000;
}
.person-content i {
  color: #fe583d;
  font-size: 20px;
  transition: all 0.4s ease;
}
.person-container .person-content-title {
  transition: all 0.4s ease;
}
.person-container:hover .person-content-title {
  color: #fe583d;
  transition: all 0.4s ease;
}
.person-container:hover i {
  color: #000000;
  transition: all 0.4s ease;
}
.person-container h5 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.side-person .company-logo {
  border: solid 1px #efefef;
  background-color: #fff;
  border-radius: 0px;
  height: auto;
  text-align: center;
}
.side-person .company-logo {
  border: solid 1px #efefef;
  border-radius: 0px;
  height: auto;
  text-align: center;
}
.side-person .company-logo img {
  height: auto;
}
.side-person .company-title h4 {
  font-weight: 700;
}
.side-person .company-title p {
  color: #fe583d;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .person-content i {
    font-size: 18px;
  }
  .person-container h5 {
    font-size: 16px;
    min-height: 45px;
  }
  .page-slogan h1 {
    font-size: 30px;
  }
  .side-person .company-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .side-person .company-title p {
    font-size: 14px;
  }
  .person-container h5 {
    min-height: auto;
  }
}
/* Investors > */
/* Mentors < */
.person-circle-container {
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  border-radius: 0px;
  padding: 15px;
}
.person-circle-image-container {
  position: relative;
  border-radius: 50%;
  padding: 25px 25px 15px 25px;
}
.person-circle-container .person-circle-image {
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  margin: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.person-circle-container .person-circle-image img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.person-circle-container:hover .person-circle-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.8;
}
.person-circle-container h5 {
  font-size: 20px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.person-circle-container h6 {
  font-size: 16px;
  font-weight: 700;
  color: #9f9f9f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.person-circle-container p {
  color: #9f9f9f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .person-circle-container h5 {
    font-size: 18px;
  }
  .person-circle-container h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .person-circle-container h5 {
    font-size: 16px;
  }
  .person-circle-container h6 {
    font-size: 14px;
  }
}
.side-social-media a {
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  color: #9f9f9f;
  cursor: pointer;
  border-radius: 50%;
  line-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease;
}
.side-social-media i {
  font-size: 18px;
  color: #9f9f9f !important;
}
.side-social-media a:hover {
  background-color: #ffffff;
  border: solid 1px #fe583d;
  transition: all 0.4s ease;
}
.side-social-media a:hover i {
  color: #fe583d !important;
}
.company-side-container .person-circle-image-container {
  border: none;
}
.company-side-container .person-circle-image {
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  margin: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.company-side-container .person-circle-image img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
/* Mentors > */
/* Contact < */
.border-contact {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-bottom: none;
}
.contact-tab-content h6 {
  font-size: 16px;
}
.contact-tab-content p {
  font-size: 16px;
}
.page-contact-info-box {
  background-color: #ffffff;
  border: solid 1px #efefef;
  border-radius: 0px;
  padding: 20px 15px;
  text-align: left;
  height: 100%;
  transition: all 0.4s ease;
}
.page-contact-info-box:hover {
  background-color: #efefef;
  border: solid 1px #dedede;
  transition: all 0.4s ease;
  color: #ffffff;
}
.page-contact-info-box i {
  font-size: 36px;
  min-width: 36px;
  color: #c4c4c4;
}
.page-contact-info-box span {
  color: #000000;
  font-weight: 700;
}
.page-contact-info-box p {
  margin-bottom: 0;
  color: #000000;
}
.thumb-container.contact-map iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 1700px) {
  .page-contact-info-box {
    padding: 15px 15px;
  }
  .page-contact-info-box i {
    font-size: 18px;
    min-width: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .border-contact {
    border-right: none;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .contact-tab-content h6 {
    font-size: 16px;
  }
  .contact-tab-content p {
    font-size: 16px;
  }
  .thumb-container.contact-map iframe {
    height: 300px;
  }
  .page-contact-info-box i {
    font-size: 16px;
    min-width: 16px;
    margin-right: 5px;
  }
  .page-contact-info-box span {
    font-weight: 700;
  }
  .page-contact-info-box p {
    margin-bottom: 0;
  }
  .page-contact-info-box {
    background-color: #ffffff;
    border: solid 1px #efefef;
    padding: 15px 15px;
    height: inherit;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
  }
}
/* Contact > */
/* Apply Form < */
.form-title-container {
  border-radius: 15px 15px 0 0;
}
.btn-color-form {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px;
  padding: 15px 25px;
  min-width: 250px;
  text-align: center;
  transition: all 0.4s ease;
}
.color-form-o {
  color: #fecea3;
  background-color: inherit;
  border: solid 1px #fecea3;
}
.color-form-o:hover {
  background-color: #fecea3;
  border: solid 1px #fecea3;
  color: #ffffff;
}
.color-form-o.active {
  background-color: #fecea3;
  border: solid 1px #fecea3;
  color: #ffffff;
}
.color-form-g {
  color: #a6d8d5;
  background-color: inherit;
  border: solid 1px #a6d8d5;
}
.color-form-g:hover {
  background-color: #a6d8d5;
  border: solid 1px #a6d8d5;
  color: #ffffff;
}
.color-form-g.active {
  background-color: #a6d8d5;
  border: solid 1px #a6d8d5;
  color: #ffffff;
}
.color-form-b {
  color: #8ea6f8;
  background-color: inherit;
  border: solid 1px #8ea6f8;
}
.color-form-b:hover {
  background-color: #8ea6f8;
  border: solid 1px #8ea6f8;
  color: #ffffff;
}
.color-form-b.active {
  background-color: #8ea6f8;
  border: solid 1px #8ea6f8;
  color: #ffffff;
}
.color-form-p {
  color: #ce97fa;
  background-color: inherit;
  border: solid 1px #ce97fa;
}
.color-form-p:hover {
  background-color: #ce97fa;
  border: solid 1px #ce97fa;
  color: #ffffff;
}
.color-form-p.active {
  background-color: #ce97fa;
  border: solid 1px #ce97fa;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .btn-color-form {
    font-size: 16px;
    min-width: 200px;
  }
}
.user-logo-photo {
  width: 250px;
  height: 250px;
  padding: 10px;
  margin: 0 auto;
  border: solid 1px #efefef;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0px;
}
.upload-file-btn {
  width: 250px;
  background: #fe583d;
  border: none;
  border-radius: 0px;
  padding: 15px 25px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.4s ease;
}
.upload-file-btn:hover {
  color: #fff;
  background-color: #3134c2;
  transition: all 0.4s ease;
}
.logo-upload-btn {
  width: 250px;
  margin: 0 auto;
}
/* Apply Form > */
/* Choosen < */
.chosen-container {
  font-size: 16px;
  height: auto;
  width: 100% !important;
}
.chosen-container-multi .chosen-choices {
  width: 100%;
  height: auto;
  line-height: 45px;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  background-color: #ffffff;
  background-image: none;
  background-image: none;
  cursor: text;
}
.chosen-container-active .chosen-choices {
  border: solid 1px #d6d6d6;
  border-bottom-color: #d6d6d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease;
}
.chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #d6d6d6;
}
.chosen-container .chosen-results {
  color: #000000;
}
.chosen-container .chosen-results li {
  padding: 9px 10px;
  line-height: 15px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #efefef;
  background-image: none;
  color: #000000;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #eee;
  background-image: none;
  background-image: none;
  background-size: inherit;
  background-repeat: inherit;
  background-clip: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 4px 5px 4px 0;
  padding: 10px 25px 10px 10px;
  background-color: #efefef;
  border: 1px solid #d6d6d6;
  max-width: 100%;
  border-radius: 0px;
  color: #000000;
  line-height: 13px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 11px;
  right: 6px;
}
.chosen-container-single .chosen-single {
  width: 100%;
  height: auto;
  line-height: 45px;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0);
  border-bottom-color: #d6d6d6;
  background-color: #ffffff;
  background-image: none;
  background: none;
  background-clip: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ffffff;
  background-image: none;
  background: none;
  background-clip: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #d6d6d6;
}
.chosen-container-single .chosen-single div {
  display: none;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
  border: solid 1px #d6d6d6;
}
.chosen-container-single .chosen-search input[type='text'] {
  padding: 10px 20px 10px 15px;
  border: 1px solid #d6d6d6;
  background-image: none !important;
  background: none;
  background-clip: inherit;
  font-size: 16px;
}
/* Choosen > */
/* Datatable < */
.table-image {
  max-width: 80px;
  border: solid 1px #eeefee;
  background-color: #ffffff;
  padding: 5px;
}
.table-custom > tbody > tr > td {
  vertical-align: middle;
}
.table-custom thead th,
table.table-custom thead td {
  padding: 10px;
  border-bottom: none;
  font-weight: normal !important;
  color: #525252;
}
table.table-custom thead th,
table.table-custom thead td {
  border-bottom: solid 1px #ccc;
}
table.table-custom.no-footer {
  border-bottom: none;
}
table.table-custom thead > tr > th.sorting_asc:before {
  color: #fe583d !important;
  opacity: 1;
  top: 40%;
}
table.table-custom thead > tr > th.sorting_asc::after {
  display: none;
}
table.table-custom thead > tr > th.sorting:after {
  display: none;
}
.table-custom > thead {
  vertical-align: middle;
  background-color: #f7f7f7;
  padding-top: 15px;
}
.table-custom thead > tr > th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.table-custom tbody {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
table.dataTable tbody tr.odd {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
table.dataTable tbody tr.even {
  background-color: #ffffff !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.dataTables_filter {
  display: none;
}
.dataTables_length {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_length select {
  border: none !important;
  border-radius: 0px;
  padding: 5px;
  background-color: #f6f8fa !important;
  padding: 4px;
}
.dataTables_paginate {
  margin-left: auto !important;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #3134c2 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover {
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #fe583d !important;
  color: #ffffff !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 24px;
  padding: 1px 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 24px;
  padding: 1px 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #7f8398 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #ffffff !important;
}
.table-responsive {
  overflow-x: hidden;
}
.table-custom tr {
  background-color: #ffffff !important;
  border-bottom: solid 1px #efefef !important;
  border-collapse: collapse !important;
}
table.dataTable {
  border-collapse: collapse !important;
}
.dataTables_wrapper .bottom {
  display: block;
  margin-bottom: 30px;
  justify-content: flex-start !important;
}
@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
  }
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
  }
}
.table-responsive {
  overflow-x: auto;
}

/* Datatable > */
/* Dictionary < */
.dictionary-page {
  position: relative;
  margin-top: 162px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3134c2;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(../img/bg-dictionary.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dictionary-page-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .dictionary-page {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .dictionary-page {
    margin-top: 72px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.dictionary-input .form-control {
  border: solid 1px #d8d8d8;
  border-radius: 40px;
  height: 70px;
  padding-left: 50px;
}
.dictionary-input .input-placeholder-icon {
  position: absolute;
  top: 23px;
  left: 25px;
  font-size: 18px;
  border: none;
  color: #e4e4e4;
}
.dictionary-popular-menu {
  padding-left: 0;
  margin: 0;
  padding-right: 50px;
  list-style: none;
  overflow-x: none;
  scroll-behavior: smooth;
  white-space: nowrap;
}
.dictionary-popular-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
}
.dictionary-popular-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 0;
}
.dictionary-popular-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 0;
}
.dictionary-popular-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.1);
}
.dictionary-popular-menu a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 0px;
  color: #ffffff;
  margin: 0 5px;
  transition: all 0.4s ease;
}
.dictionary-popular-menu a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
  transition: all 0.4s ease;
}
.letter-container {
  background-color: #2f5db4;
  color: #ffffff;
  border-radius: 0 0 0px 0px;
}
.btn-letter {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  background-color: inherit;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  transition: all 0.4s ease;
  margin-left: 1px;
  margin-right: 1px;
  border: none;
}
.btn-letter:hover {
  color: #ffffff;
  background-color: #fe583d;
  transition: all 0.4s ease;
}
.btn-letter.active {
  color: #ffffff;
  background-color: #fe583d;
  transition: all 0.4s ease;
  cursor: default;
}
.dictionary-content {
  margin: 0;
  list-style: none;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.dictionary-content li a {
  color: #000000;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.4s ease;
  border-bottom: solid 1px #efefef;
  padding-bottom: 10px;
}
.dictionary-content li a:hover {
  color: #dd2f2f;
  transition: all 0.4s ease;
}
.dictionary-p {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media only screen and (max-width: 2000px) {
  .btn-letter {
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .dictionary-input .form-control {
    border: solid 1px #d8d8d8;
    border-radius: 40px;
    height: 60px;
    padding-left: 50px;
  }
  .dictionary-input .input-placeholder-icon {
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 18px;
    border: none;
    color: #e4e4e4;
  }
  .btn-letter {
    min-width: 30px;
    min-height: 30px;
    font-size: 18px;
  }
  .dictionary-p {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .btn-letter {
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
  }
}
.modal-image {
  min-width: 300px;
  max-width: 300px;
}
.modal-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .dictionary-content {
    margin: 0;
    list-style: none;
    padding: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .dictionary-content li a {
    font-size: 16px;
  }
  .modal-image {
    min-width: 100%;
    max-width: 100%;
  }
}
.dictionary-padding {
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 1400px) {
  .dictionary-padding {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .dictionary-padding {
    padding-left: 1%;
    padding-right: 1%;
  }
}
/* Dictionary > */
/* Dictionary V2 < */
.btnLetterDetail {
  cursor: pointer;
}
.dictionary-content-col .card {
  border-radius: 0;
  background-color: #efefef;
  border: none;
  padding: 15px;
  margin-bottom: 5px;
  min-height: 400px;
}
.dictionary-content-col .card h5 {
  font-size: 30px;
  font-weight: 600;
  color: #fe583d;
}
.dictionary-content-col .card .card-content {
  font-size: 16px;
}
.dictionary-content-col .card .card-content div {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dictionary-content-col .card .card-logo {
  font-size: 16px;
  color: #3134c2;
  font-weight: 700;
}
.dictionary-content-col .card .card-logo:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 30px;
  top: 10px;
  background-color: #3134c2;
}
@media only screen and (max-width: 1400px) {
  .dictionary-content-col .card h5 {
    font-size: 24px;
  }
  .dictionary-content-col .card .card-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .dictionary-content-col .card h5 {
    font-size: 18px;
  }
  .dictionary-content-col .card .card-content {
    font-size: 14px;
  }
  .dictionary-content-col .card {
    padding: 10px;
  }
  .dictionary-content-col .card .card-logo {
    font-size: 14px;
  }
  .dictionary-content-col .card {
    min-height: inherit;
  }
}
/* Dictionary V2 > */
/* Wrap  Dictionary< */
.wrap {
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.wrap > div {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
.wrap > div > a {
  display: inline-block;
  position: relative;
  white-space: normal;
}
.wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 3px;
}
.wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  height: 3px;
}
.wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding-bottom: 10px;
  }
}
/* Wrap Dictionary > */
/* Banner Image < */
.banner-image {
  position: absolute;
  bottom: 120px;
  right: 120px;
  max-width: 50%;
}
.circle-image {
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
}
.circle-image img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner {
  position: relative;
  height: 800px;
  text-align: center;
}
.layer-1 {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 120px;
}
.layer-1 img {
  width: 700px;
}
.layer-2 {
  position: absolute;
  z-index: 1;
  right: -90px;
  bottom: 20px;
}
.layer-2 img {
  width: 600px;
}
.layer-3 {
  position: absolute;
  z-index: 1;
  right: -100px;
  bottom: 25px;
}
.layer-3 img {
  width: 400px;
}
.layer-4 {
  position: absolute;
  z-index: 4;
  right: 390px;
  bottom: 600px;
}
.layer-4 .circle-image {
  width: 140px;
  height: 140px;
}
.layer-5 {
  position: absolute;
  z-index: 5;
  right: 550px;
  bottom: 315px;
}
.layer-5 .circle-image {
  width: 130px;
  height: 130px;
}
.layer-6 {
  position: absolute;
  z-index: 6;
  right: 294px;
  bottom: 390px;
}
.layer-6 .circle-image {
  width: 115px;
  height: 115px;
}
.layer-7 {
  position: absolute;
  z-index: 7;
  right: 165px;
  bottom: 480px;
}
.layer-7 .circle-image {
  width: 100px;
  height: 100px;
}
.layer-8 {
  position: absolute;
  z-index: 8;
  right: 262px;
  bottom: 207px;
}
.layer-8 .circle-image {
  width: 90px;
  height: 90px;
}
.layer-9 {
  position: absolute;
  z-index: 9;
  right: 91px;
  bottom: 310px;
}
.layer-9 .circle-image {
  width: 90px;
  height: 90px;
}
.layer-10 {
  position: absolute;
  z-index: 10;
  right: 750px;
  bottom: 700px;
}
.layer-11 {
  position: absolute;
  z-index: 11;
  right: 650px;
  bottom: 555px;
}
.layer-12 {
  position: absolute;
  z-index: 12;
  right: 580px;
  bottom: 580px;
}
.layer-13 {
  position: absolute;
  z-index: 13;
  right: 517px;
  bottom: 229px;
}
.layer-14 {
  position: absolute;
  z-index: 14;
  right: 382px;
  bottom: 307px;
}
.layer-15 {
  position: absolute;
  z-index: 15;
  right: 69px;
  bottom: 718px;
}
.layer-16 {
  position: absolute;
  z-index: 16;
  right: -16px;
  bottom: 110px;
}
.banner {
  transform: scale(1.2);
}
.m-start {
  display: none;
}
@media (max-width: 2000px) {
  .banner {
    height: 500px;
    transform: scale(1);
  }
  .banner-image {
    position: absolute;
    bottom: 10px;
    right: 100px;
    max-width: 50%;
  }
  .layer-16 {
    right: -16px;
    bottom: 150px;
  }
  .btn-banner-start {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
  }
  .btn-banner-start-container:before {
    top: -15px;
    left: -15px;
    width: 120px;
    height: 120px;
  }
  .btn-banner-start-container:after {
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1600px) {
  .banner {
    height: 400px;
    transform: scale(0.8);
  }
}
@media (max-width: 1400px) {
  .banner {
    height: 300px;
    transform: scale(0.55);
  }
  .layer-16 {
    right: -40px;
    bottom: 115px;
  }
}
@media (max-width: 1200px) {
  .banner-image {
    display: none;
  }
  .banner {
    height: 300px;
    transform: scale(0.5);
  }
  .m-start {
    display: block;
  }
  .btn-banner-start-container {
    position: absolute;
    bottom: 50px;
    right: inherit;
    margin-left: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Banner Image > */
.page-search-input-flex {
  border: solid 1px #d8d8d8;
  min-width: 250px;
  border-radius: 30px;
  line-height: 45px;
  height: 45px;
  padding: 20px 25px 20px 50px;
  color: #656565;
  padding-left: 35px;
}
.page-search-input-flex:placeholder {
  color: #888888;
}
.page-search-input-flex-icon {
  left: 0;
  top: 0;
  margin-left: 15px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  color: #e4e4e4;
  font-size: 16px;
}
@media (max-width: 991px) {
  .page-search-input-flex {
    min-width: 100%;
  }
}
.tag-badge {
  border: solid 1px #efefef;
  border-radius: 0px;
  text-decoration: none;
  color: #686868;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
.tag-badge:hover {
  background-color: #efefef;
  border: solid 1px #efefef;
  border-radius: 0px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
.company-info-content {
  border-bottom: solid 1px #efefef;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: left;
  height: 100%;
}
.company-info-content h6 {
  color: #fe583d;
}
.company-info-content p {
  color: #000000;
  margin-bottom: 0;
}
.company-info-content a span {
  color: #000000;
  transition: all 0.4s ease;
}
.company-info-content a i {
  color: #fe583d;
}
.company-info-content a:hover span {
  color: #fe583d;
  transition: all 0.4s ease;
}
/* Banner V2 < */
.banner-icon {
  width: 35px;
  height: 35px;
  border: solid 10px #4372c3;
}
.banner-slogan-v2 img {
  min-width: 400px;
  height: auto;
}
.banner-slogan-text {
  line-height: 30px;
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .banner-slogan-v2 img {
    min-width: 300px;
    height: auto;
  }
  .banner-slogan-text {
    line-height: 26px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-slogan-v2 img {
    max-height: 200px;
  }
  .banner-slogan-text {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
  .banner-icon {
    display: none;
  }
  .reset-v2 {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .banner-slogan-v2 img {
    max-height: 175px;
  }
}
@media only screen and (max-width: 400px) {
  .banner-slogan-v2 img {
    max-height: 150px;
  }
}
/* Banner V2 < */
/* Search Bar < */
.search-container {
  position: relative;
  margin-top: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3134c2;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.search-content {
  position: relative;
  z-index: 1;
}
.header-search {
  cursor: pointer;
}
.search-padding {
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 1400px) {
  .search-padding {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .search-padding {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.search-bar .form-control {
  height: 60px;
  border: none;
  border-radius: 60px !important;
  padding: 0 60px;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.search-bar .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #919192;
}
.search-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 24px;
  color: #979797;
  z-index: 4;
}
.search-bar .search-input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-bar .search-input:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-bar .search-input:focus {
  border: solid 1px #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-bar .btn-search-submit {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
  right: 5px;
  width: 100px;
  margin-left: -100px;
  background-color: #fe583d;
  height: 50px !important;
  border: none;
  border-radius: 30px;
  color: #fff;
  z-index: 2;
}
.search-bar .btn-search-submit:hover {
  background-color: #3134c2;
  color: #ffffff;
}
.search-bar .search-input {
  z-index: 2 !important;
}
.search-popular-menu {
  padding-left: 0;
  margin: 0;
  padding-right: 50px;
  list-style: none;
  overflow-x: none;
  scroll-behavior: smooth;
  white-space: nowrap;
}
.search-popular-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
}
.search-popular-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 0;
}
.search-popular-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 0;
}
.search-popular-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.1);
}
.search-popular-menu a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 0px;
  color: #ffffff;
  margin: 0 5px;
  transition: all 0.4s ease;
}
.search-popular-menu a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
  transition: all 0.4s ease;
}
.badge {
  padding: 2px 10px;
  font-size: 100%;
  font-weight: 400;
  margin-left: 5px;
  border-radius: 4px;
  line-height: inherit;
  font-weight: 500;
  min-width: 140px;
}
.bg-color-1 {
  background-color: #fecea3;
  color: #ffff;
}
.bg-color-2 {
  background-color: #a6d8d5;
  color: #ffff;
}
.bg-color-3 {
  background-color: #8ea6f8;
  color: #ffff;
}
.bg-color-4 {
  background-color: #ce97fa;
  color: #ffff;
}
.ui-menu {
  list-style: none;
  margin: 0;
  float: left;
  max-height: 300px;
  height: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  padding: 15px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .ui-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
.ui-menu::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
.ui-menu::-webkit-scrollbar-track {
  background: #ced4da;
  border-radius: 18px;
}
.ui-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}
.ui-menu::-webkit-scrollbar-thumb:hover {
  background: #00468d;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-menu .ui-menu {
  margin-top: -3px !important;
}
.ui-menu .ui-menu-item {
  border-bottom: solid 1px #f5f5f5;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
}
.ui-menu li {
  cursor: pointer !important;
}
.ui-menu li:hover {
  cursor: pointer !important;
  background-color: #ededed;
}
.ui-menu li:hover {
  cursor: pointer !important;
  color: #000;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-front {
  z-index: 1500 !important;
}
/* Search Bar > */
.search-result a {
  color: #000000;
  transition: all 0.4s ease;
}
.search-result a:hover {
  color: #fe583d;
  transition: all 0.4s ease;
}
.search-result {
  border-bottom: solid 1px #f5f5f5;
  padding: 10px 0;
}
.search-result:last-child {
  border-bottom: none;
}
.content-author {
  color: #a5a5a5;
}
.content-author .seperator::before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.row-content {
  border-bottom: solid 1px #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.row-content h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.row-content p {
  margin-bottom: 0;
}
.badge-grey {
  min-width: 100px;
  background-color: #f7f7f7;
  color: #000;
}
.row-content-s {
  width: 25%;
  text-align: start;
}
.row-content-e {
  width: 50%;
  text-align: start;
}
.row-content-sub-title {
  color: #fe583d;
}
.row-content-title {
  background-color: #f7f7f7;
  border-bottom: solid 1px #efefef;
  color: #525252;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .row-content {
    border: solid 1px #efefef;
    padding: 15px;
    margin-bottom: 20px;
  }
  .row-content-s {
    width: 100%;
  }
  .row-content-e {
    width: 100%;
  }
  .row-content h6 {
    font-size: 14px;
  }
}

/* Hero Announcements Box Styles */
.hero-announcements-box {
  background: rgba(43, 43, 189, 0.1) !important;
  overflow: hidden;
  max-height: 700px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #2a5de6;
  margin-left: 0 !important;
}
@media only screen and (max-width: 576px) {
  .hero-announcements-box {
    padding: 15px 25px 15px 25px;
  }
}

.hero-announcements-header {
  padding: 0px 0px 15px 0px;
}

.hero-announcements-header h5 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.hero-announcements-content {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
}

.hero-announcement-item {
  padding: 15px 0;
  border-bottom: 1px solid #2a5de6;
  display: flex;
  align-items: flex-start;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.hero-announcement-item:hover {
  text-decoration: none;
  color: inherit;
}

.hero-announcement-item:last-child {
  border-bottom: none;
}

.hero-announcement-image {
  width: 120px;
  height: 80px;
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px;
}

.hero-announcement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-announcement-content {
  flex: 1;
  min-width: 0;
}

.hero-announcement-title {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-announcement-item:hover .hero-announcement-title {
  color: rgba(255, 255, 255, 0.6);
}

.btn-hero-announcements {
  border: none;
  color: #3134c2;
  font-size: 24px;
  font-weight: 600;
  text-align: end;
}
.btn-hero-announcements:hover {
  color: #3134c2;
}

.hero-announcement-type {
  font-size: 16px;
  color: #fe583d;
}

.btn-hero-announcements i {
  margin-left: -10px;
  transition: all 0.3s ease;
}

.btn-hero-announcements:hover i {
  transition: all 0.3s ease;
  transform: translateX(5px);
}

/* Hero Carousel Styles */
.hero-carousel-container {
  width: 100% !important;
  max-height: 220px !important;
  height: auto !important;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .hero-carousel-container {
    max-height: 180px !important;
  }
}
@media only screen and (max-width: 425px) {
  .hero-carousel-container {
    margin-bottom: 0px;
  }
}
.hero-carousel-container .carousel-item {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hero-carousel-container .carousel-item::after {
  display: none !important;
}

.hero-carousel-container .carousel-item a {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
}

.hero-carousel-container .carousel-item img {
  width: 100% !important;
  height: auto !important;
  max-height: 280px !important;
  object-fit: cover !important;
}

.hero-carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 15px 0;
  padding: auto;
  color: transparent;
}
@media only screen and (min-width: 1600px) {
  .col-hero-carousel {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hero-carousel-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-hero-carousel-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.hero-carousel-indicator {
  width: 30px;
  height: 6px;
  background-color: #cbcbcb;
  border: none;
}
.hero-carousel-indicator.active {
  background-color: #e66245;
}
.hero-carousel-indicator:hover {
  background-color: #e66245;
}

/* Event List Styles */
.events-list-container {
  max-height: 500px;
  overflow-y: auto;
}

.event-list-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.event-date-box {
  width: 80px;
  padding: 15px 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event-date-day {
  font-size: 24px;
  font-weight: 700;
  color: #e66245;
  line-height: 1;
}

.event-date-month {
  font-size: 16px;
  font-weight: 600;
  color: #e66245;
  text-transform: uppercase;
  margin-top: 2px;
}

.event-date-year {
  font-size: 16px;
  font-weight: 600;
  color: #e66245;
  margin-top: 2px;
}

.event-content {
  display: flex;
  align-items: center !important;
  border-left: 1px solid #2c2dbc;
  padding-left: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.event-title a {
  color: #2c2dbc;
  text-decoration: none;
  font-weight: 500;
}

.event-title a:hover {
  color: #e66245;
  text-decoration: none;
}

.event-description {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-details {
  font-size: 13px;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .event-date-box {
    min-width: 70px;
    padding: 12px 8px;
  }

  .event-date-day {
    font-size: 20px;
  }

  .event-description {
    font-size: 13px;
  }
}
.text-2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
}

.hero {
  display: flex;
  flex-direction: row;
}

.events-title {
  font-size: 48px !important;
  color: #fe583d !important;
}

@media only screen and (max-width: 576px) {
  .hero {
    flex-direction: column;
  }
  .home-banner .carousel-item {
    height: 1200px;
  }
  .events-title {
    font-size: 24px !important;
  }
  .home-banner {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .col-xxxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

/* Tıklanabilir kutucuk için yeni class */
.clickable-box {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  text-decoration: none;
}

.clickable-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.clickable-box:active {
  transform: translateY(0);
}

.clickable-box a {
  pointer-events: none;
}
