@import url(animate.css);
body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06px;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  background: url("../images/bg-pattern.jpg?v=2022-06-22-1") repeat-y #ffffff;
  background-size: 135%;
  background-position: top center; }
  @media (min-width: 1440px) {
    body {
      font-size: 16px; } }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

.full-width {
  width: 100%; }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 94%; } }

@media (min-width: 1560px) {
  .container {
    max-width: 1506px; } }

.med-text-center {
  text-align: center; }

p {
  margin-bottom: 0.5rem; }

.txt-gray {
  color: #707070; }

.txt-blue {
  color: #1877f2; }

.txt-pink {
  color: #42c2ff; }

.txt-orange {
  color: #01c3ff; }

.txt-green {
  color: #00B14F; }

.txt-white {
  color: #fff; }

.txt-black {
  color: #000000 !important; }

.txt-large {
  font-size: 24px;
  line-height: 29px; }

.txt-underline {
  text-decoration: underline; }

.bg-blue {
  background-color: #42c2ff;
  color: #FFFFFF; }

.bg-gray {
  background-color: #F6F7F8; }

.bg-light-blue {
  background-color: #F3F8FB; }

.txt-uppercase {
  text-transform: uppercase; }

.text-initial {
  text-transform: initial !important; }

.old-price {
  color: #707070;
  text-decoration: line-through; }

a {
  transition: all 200ms;
  color: #42c2ff; }
  a:disabled, a.disabled {
    color: #e1e5f2;
    cursor: default;
    text-decoration: none !important; }

body *:focus {
  outline: none !important; }

h1 {
  font-weight: 600;
  font-size: 2.5em; }

h2 {
  font-weight: 600;
  font-size: 1.8em; }

h3 {
  font-weight: 600;
  font-size: 1.5em; }

h4 {
  font-size: 1.2em;
  line-height: 24px; }

h5 {
  font-size: 17px;
  line-height: 23px; }

@media (max-width: 767px) {
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.35em; }
  h4 {
    font-size: 1.25em; }
  h5 {
    font-size: 1.15em; } }

input:focus, select:focus, textarea:focus {
  box-shadow: none !important; }

.font-13 {
  font-size: 13px; }

.font-medium {
  font-weight: 500; }

.col-20-per {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .col-20-per {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 767px) {
    .col-20-per {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

.btn {
  background-color: #42c2ff;
  color: #FFFFFF;
  border-color: #42c2ff;
  font-size: 1rem;
  font-weight: 600;
  padding: 7px 2em 8px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: all 200ms;
  text-transform: uppercase; }
  @media (max-width: 374px) {
    .btn {
      padding: .5em 1.25em 0.45em; } }
  .btn:hover, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000; }
  .btn:disabled, .btn.disabled {
    background-color: #8B8B8B;
    color: #FFFFFF;
    border-color: #8B8B8B; }
    .btn:disabled:hover, .btn:disabled:focus, .btn.disabled:hover, .btn.disabled:focus {
      background-color: #8B8B8B;
      color: #FFFFFF;
      border-color: #8B8B8B;
      cursor: default; }

.btn-primary {
  background-color: #01c3ff;
  color: #FFFFFF !important;
  border-color: #01c3ff; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #42c2ff;
    color: #FFFFFF;
    border-color: #42c2ff; }

.btn-secondary {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #e1e5f2; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #e1e5f2;
    color: #000000;
    border-color: #e1e5f2; }

.btn-white {
  background-color: #FFFFFF;
  color: #42c2ff;
  border-color: #FFFFFF; }
  .btn-white:hover, .btn-white:focus {
    background-color: #01c3ff;
    color: #ffffff;
    border-color: #01c3ff; }

.btn-cancel {
  background-color: #FFFFFF;
  color: #FF0000 !important;
  border-color: #FF0000; }
  .btn-cancel:hover, .btn-cancel:focus {
    background-color: #FF0000;
    color: #ffffff !important;
    border-color: #FF0000; }

.btn-grey {
  background-color: #F2F2F2;
  color: #1E1E1E;
  border-color: #F2F2F2; }
  .btn-grey:hover, .btn-grey:focus, .btn-grey.active {
    background-color: #42c2ff;
    color: #ffffff;
    border-color: #42c2ff; }

.btn-border {
  background-color: #FFFFFF;
  color: #42c2ff !important;
  border-color: #42c2ff; }
  .btn-border:hover, .btn-border:focus {
    background-color: #FFFFFF;
    color: #01c3ff !important;
    border-color: #01c3ff; }

.btn-border-orange {
  background-color: #FFFFFF;
  color: #01c3ff !important;
  border-color: #01c3ff; }
  .btn-border-orange:hover, .btn-border-orange:focus {
    background-color: #01c3ff;
    color: #FFFFFF !important;
    border-color: #01c3ff; }

.btn-pink {
  background-color: #EA0054;
  color: #FFFFFF !important;
  border-color: #EA0054; }
  .btn-pink:hover, .btn-pink:focus {
    background-color: #FFFFFF;
    color: #42c2ff !important;
    border-color: #42c2ff; }

.btn-small {
  font-size: 13px;
  padding: 0.5em 1em; }

.btn-square {
  border-radius: 4px; }

.blue-link {
  font-weight: 500;
  color: #42c2ff;
  text-decoration: none; }
  .blue-link:hover, .blue-link:focus {
    color: #1E1E1E;
    text-decoration: none; }

.secondary-link {
  font-weight: 500;
  color: #01c3ff;
  text-decoration: none; }
  .secondary-link:hover, .secondary-link:focus {
    color: #1E1E1E;
    text-decoration: none; }

.min-w200 {
  min-width: 200px; }

.breadcrumb {
  background-color: transparent;
  padding: 1.5rem 0;
  margin-bottom: 0; }
  .breadcrumb .breadcrumb-item {
    /*
    max-width: 150px;
    */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #707070; }

@media (min-width: 992px) {
  .hidden-desktop {
    display: none; } }

@media (max-width: 1360px) {
  .hidden-tablet {
    display: none; } }

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 98.5% center;
  outline: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
  background-position: calc(100% - 12px) 1em, calc(100% - 6px) 1em, 100% 0;
  background-size: 7px 6px, 7px 6px, 43px 43px;
  background-repeat: no-repeat;
  padding-right: 43px;
  padding-left: 10px;
  line-height: 1em;
  height: 40px;
  background-color: #ffffff; }
  select.smaller,
  select.form-control.smaller {
    background-position: calc(100% - 14px) calc(1em - 3px), calc(100% - 8px) calc(1em - 3px), 100% 0;
    background-size: 7px 6px, 7px 6px, 30px 30px;
    height: 32px !important;
    padding-right: 25px;
    font-size: 13px; }

.input-small {
  height: 32px !important; }

.has-float-label {
  position: relative; }

.form-group.has-float-label {
  position: relative;
  padding-top: 10px; }
  .form-group.has-float-label .input-label, .form-group.has-float-label label {
    display: inline-block;
    font-size: 1em;
    line-height: 15px;
    background-color: #ffffff;
    padding: 0 10px;
    position: absolute;
    left: 5px;
    top: 24px;
    transition: all 200ms;
    z-index: 0; }
  .form-group.has-float-label input, .form-group.has-float-label textarea {
    z-index: 1;
    position: relative;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border-color: #C9C9C9 !important; }
  .form-group.has-float-label input:focus ~ .input-label, .form-group.has-float-label input:focus ~ label, .form-group.has-float-label input:valid ~ .input-label, .form-group.has-float-label input:valid ~ label {
    top: 1px;
    transition: all 200ms;
    z-index: 2; }
  .form-group.has-float-label textarea:focus + grammarly-extension + .input-label, .form-group.has-float-label textarea:valid + grammarly-extension + .input-label {
    top: 1px;
    transition: all 200ms;
    z-index: 2; }
  @supports (-webkit-appearance: none) {
    .form-group.has-float-label textarea:focus ~ .input-label, .form-group.has-float-label textarea:focus ~ label, .form-group.has-float-label textarea:valid ~ .input-label, .form-group.has-float-label textarea:valid ~ label {
      top: 1px;
      transition: all 200ms;
      z-index: 2; } }
  .form-group.has-float-label.form-file {
    padding-bottom: 20px; }
    .form-group.has-float-label.form-file .input-label {
      border: 1px dashed #707070;
      width: 100%;
      text-align: center;
      padding: 1.4rem 1rem;
      position: static;
      color: #1C68D6;
      font-size: 15px;
      line-height: 18px; }
      .form-group.has-float-label.form-file .input-label img {
        display: inline-block;
        margin-right: 10px; }
    .form-group.has-float-label.form-file input[type="file"] {
      opacity: 0;
      position: absolute;
      bottom: 0;
      height: 70px;
      width: 100%;
      z-index: 2; }
    .form-group.has-float-label.form-file .img-selected {
      margin-bottom: 0; }
      .form-group.has-float-label.form-file .img-selected > span {
        background: #F1F1F1;
        width: 55px;
        height: 55px;
        border: 1px solid #707070;
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 1rem;
        position: relative;
        text-align: center;
        overflow: hidden; }
        .form-group.has-float-label.form-file .img-selected > span .remove-img {
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url("../images/close.png");
          background-size: cover;
          position: absolute;
          top: -1px;
          right: -1px; }

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }
  .custom-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2; }
  .custom-checkbox input:checked + label:before {
    background-color: #01c3ff;
    border: 2px solid #01c3ff; }

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px; }
  .custom-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.5rem;
    border-radius: 2px;
    border: 2px solid #707070;
    position: absolute;
    top: 0;
    left: 0; }

/*-------------- MOBILE -------------*/
@media only screen and (min-width: 768px) {
  .med-line-height {
    line-height: 50px; }
  .header-mob {
    display: none; }
  .mt-30-desktop {
    margin-top: 30px; }
  .desktop-height {
    min-height: calc(100vh - 205px); }
  .full-height {
    min-height: calc(100vh - 79px); } }

@media only screen and (max-width: 767px) {
  body {
    min-height: 100vh; }
  .pt-mob-5 {
    padding-top: 70px !important; }
  .pt-mob-1 {
    padding-top: 0.5rem !important; }
  .pb-mob-1 {
    padding-bottom: 0.5rem !important; }
  .p-mob-3 {
    padding: 1rem; }
  .btn-block-mob {
    display: block; }
  .mob-height {
    min-height: calc(100vh - 68px); }
  .med-pull-right {
    display: flex;
    justify-content: center; }
  .center-sm {
    text-align: center; }
  .border-right-mob-0 {
    border-right: 0 !important; } }

@media only screen and (max-width: 479px) {
  .no-padding-xs {
    padding-left: 0;
    padding-right: 0; }
  .no-margin-xs {
    margin-left: 0;
    margin-right: 0; }
  .pl-xs-only-3 {
    padding-left: 1rem; }
  #main-menu {
    padding-right: 0; } }

/*---------- BAck to top ------------*/
#back_to_top {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #95C0FF;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px rgba(45, 142, 255, 0.25);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height: 55px; }
  @media (max-width: 1024px) {
    #back_to_top {
      display: none !important; } }

#back_to_top::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #3d6ae7;
  border-left: 4px solid #3d6ae7;
  transform: rotate(45deg);
  line-height: 1; }

#back_to_top:hover {
  cursor: pointer;
  background-color: #FFFFFF; }

#back_to_top:active {
  background-color: #FFFFFF; }

#back_to_top.show {
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .visible-tablet {
    display: none; } }

@media (min-width: 768px) {
  .visible-mob {
    display: none; } }

.form-control {
  outline: none !important;
  box-shadow: none;
  font-size: 14px; }

.box-shadow {
  box-shadow: 0px 3px 6px rgba(46, 56, 71, 0.14); }

.tab-content {
  padding: 0.5rem 0 2rem; }

.nav-tabs {
  padding-left: 15px;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .nav-tabs .nav-item + .nav-item {
      margin-left: 10px; } }
  .nav-tabs .nav-item {
    position: relative; }
    .nav-tabs .nav-item .nav-link {
      border-radius: 0;
      background-color: transparent !important;
      color: #000000;
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 0.05px;
      text-transform: uppercase;
      border: 0;
      padding: 12px 1em 7px;
      border-bottom: 4px solid transparent; }
      .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link.show, .nav-tabs .nav-item .nav-link:hover {
        border-bottom-color: #42c2ff;
        text-decoration: none; }
      .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link.show {
        cursor: default; }

.pagination {
  justify-content: center;
  margin-top: 2rem;
  align-items: center; }
  .pagination .page-item + .page-item {
    margin-left: 1rem; }
  .pagination .page-item .page-link {
    border: 0;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    padding: 0 3px;
    min-width: 24px;
    text-align: center;
    border-radius: 4px; }
    .pagination .page-item .page-link i {
      font-size: 17px; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    width: 48px;
    line-height: 30px;
    color: #42c2ff;
    border: 1px solid; }
  .pagination .page-item.active .page-link {
    color: #FFFFFF;
    background-color: #42c2ff; }
  .pagination .page-item.disabled .page-link {
    color: #e1e5f2; }

@media (min-width: 768px) {
  .header-style.header-fixed {
    display: none; } }

.breadcrumb-wrap {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .breadcrumb-wrap .btn-back {
    margin-right: 10px; }
  .breadcrumb-wrap > a {
    display: inline-block;
    vertical-align: text-bottom; }

.form-control {
  border: 1px solid #e1e5f2;
  border-radius: 2px;
  color: #000000;
  font-size: 1em; }
  .form-control:focus, .form-control:hover {
    border-color: #e1e5f2; }

.input-note {
  border-bottom: 2px solid #EFEFEF; }
  .input-note label {
    width: 55px;
    font-size: 15px;
    line-height: 18px; }
  .input-note input {
    width: calc(100% - 60px);
    display: inline-block;
    padding: 0;
    border: 0;
    height: 30px;
    margin: 0; }

.form-check-custom {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  .form-check-custom .form-check-input {
    margin-top: 3px; }
  .form-check-custom label {
    display: block;
    padding-left: 0.5rem; }
  .form-check-custom + .form-check-custom {
    border-top: 1px solid #e1e5f2; }

/*======= 404 page ============*/
.page-404-content {
  padding-top: 25%; }

main > div.main {
  min-height: calc(100vh - 177px); }

/*======== Owl-carousel ============*/
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  background-color: #FFFFFF !important;
  opacity: 1;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09);
  color: #01c3ff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 30px; }
  .owl-carousel.owl-theme .owl-nav [class*=owl-] > i {
    font-weight: 600; }
  .owl-carousel.owl-theme .owl-nav [class*=owl-].disabled {
    opacity: 0.4;
    background-color: #e1e5f2 !important;
    color: #000000;
    cursor: default; }

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -16px; }

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -16px; }

.logo-text {
  color: #2e3192;
  font-size: 2em;
  line-height: 1;
  font-weight: bold; }

/*--- Desktop --*/
.site-navbar {
  padding: 1.25rem 0;
  background-color: #ffffff;
  box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.1); }
  .site-navbar #logo {
    max-width: 160px;
    display: inline-block;
    text-decoration: none; }
    .site-navbar #logo img {
      max-width: 100%; }
  .site-navbar #menu-desktop .site-navigation {
    padding: 0; }
  .site-navbar #menu-desktop .site-menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin-left: auto; }
    .site-navbar #menu-desktop .site-menu li {
      display: inline-block; }
      .site-navbar #menu-desktop .site-menu li a {
        padding: 15px 1.75rem;
        color: #000000;
        font-weight: 400;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 1.15em;
        text-transform: capitalize; }
        @media (max-width: 1199px) {
          .site-navbar #menu-desktop .site-menu li a {
            padding-left: 15px;
            padding-right: 15px; } }
        .site-navbar #menu-desktop .site-menu li a.search-icon {
          background-color: #42c2ff;
          color: #FFFFFF;
          width: 40px;
          height: 40px;
          line-height: 38px;
          border-radius: 10px;
          text-align: center;
          display: inline-block;
          padding: 0; }
      .site-navbar #menu-desktop .site-menu li:hover a, .site-navbar #menu-desktop .site-menu li:focus a, .site-navbar #menu-desktop .site-menu li.active a {
        color: #42c2ff; }
      .site-navbar #menu-desktop .site-menu li .search-form {
        display: none; }
  .site-navbar #menu-desktop .navbar-toggler {
    margin-left: auto;
    padding-right: 0; }
    .site-navbar #menu-desktop .navbar-toggler .navbar-toggler-icon {
      line-height: 1.5; }

/*=========== Mobile ============*/
.icon-back {
  font-size: 24px;
  color: #8B8B8B;
  opacity: 0.8; }

@media (max-width: 767px) {
  header {
    height: 50px !important; }
  .header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2000;
    height: 50px; }
    .header-fixed.overlay > div {
      box-shadow: 0 12px 10px -2px rgba(0, 0, 0, 0.09); }
  .site-navbar {
    padding: 5px 0 !important; }
    .site-navbar #menu-desktop .site-menu {
      background: #fff;
      height: 100vh;
      padding-top: 30px; }
      .site-navbar #menu-desktop .site-menu li {
        display: block; }
        .site-navbar #menu-desktop .site-menu li a {
          display: inline-block;
          padding: 0.5rem 1rem; }
        .site-navbar #menu-desktop .site-menu li .search-icon {
          display: none !important; }
        .site-navbar #menu-desktop .site-menu li .search-form {
          margin: 1rem;
          display: block; }
    .site-navbar .navbar-collapse {
      position: fixed;
      right: -290px;
      top: 0;
      width: 288px;
      height: auto;
      z-index: 2;
      min-height: 100vh;
      transition: all 200ms; }
      .site-navbar .navbar-collapse.show {
        display: block !important;
        transition: all 200ms;
        right: 0; }
        .site-navbar .navbar-collapse.show .menu-overlay {
          content: "";
          position: fixed;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.8);
          z-index: -1; } }

/*================= Footer =================*/
footer {
  background-color: #eef3f7;
  margin-top: 3rem; }
  footer .footer-content {
    padding-top: 60px; }
  footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
  footer h4 {
    font-weight: 600;
    color: #1E1E1E;
    font-size: 1.25em;
    letter-spacing: 0.06px;
    margin-bottom: 1em;
    text-transform: capitalize; }
  footer a {
    color: #000000;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      color: #000000;
      text-decoration: none; }
  footer .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  footer .nav-footer-item {
    margin-bottom: 2rem; }
    footer .nav-footer-item li {
      margin-bottom: 1em;
      color: #000000;
      width: 100%; }
      footer .nav-footer-item li .btn-icon + span {
        display: inline-block;
        width: calc(100% - 50px);
        vertical-align: middle; }
    footer .nav-footer-item .copy-right {
      width: 100%;
      padding-bottom: 20px;
      padding-top: 20px;
      color: #707070; }
  footer .contact-social {
    margin-top: 1.5rem; }
    footer .contact-social li a {
      display: inline-block;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      background-color: #707070;
      color: #FFFFFF;
      font-size: 19px;
      line-height: 35px;
      margin-right: 0.75rem;
      text-decoration: none; }
      footer .contact-social li a:last-child {
        margin-right: 0; }
      footer .contact-social li a:hover {
        background-color: #1877f2; }

.search-form {
  background-color: #eef3f7;
  border-radius: 10px;
  position: relative;
  padding-left: 15px;
  padding-right: 40px; }
  .search-form .btn-search {
    display: inline-block;
    border: 0;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 2; }
  .search-form input[type="text"] {
    width: 100%;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0 10px;
    outline: none !important;
    box-shadow: none !important; }
  .search-form.in-inner-page {
    background-color: #F3F3F3;
    border-radius: 4px; }

/*------- Banner ------*/
.hero-slider .carousel-item, .hero-slider img {
  height: 360px;
  width: auto !important;
  min-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

.hero-slider .carousel-caption {
  color: #FFFFFF;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left; }
  .hero-slider .carousel-caption h3, .hero-slider .carousel-caption .sub-heading {
    color: #FFFFFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    font-family: Inter;
    font-size: 2em;
    font-weight: bold;
    max-width: 380px; }
  .hero-slider .carousel-caption h1, .hero-slider .carousel-caption .heading {
    color: #FFFFFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    font-family: Inter;
    font-size: 2em;
    font-weight: bold;
    max-width: 380px; }
  .hero-slider .carousel-caption .btn {
    text-transform: none;
    margin-top: 20px;
    font-weight: 500; }
  @media (max-width: 767px) {
    .hero-slider .carousel-caption h1, .hero-slider .carousel-caption .heading, .hero-slider .carousel-caption h3, .hero-slider .carousel-caption .sub-heading {
      font-size: 1.5em;
      max-width: 260px; }
    .hero-slider .carousel-caption p {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }

.carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.4);
  background-color: rgba(112, 112, 112, 0.4); }
  .carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #42c2ff;
    border: 1px solid #42c2ff; }

.carousel-control-next, .carousel-control-prev {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.4);
  opacity: 1;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.09); }
  .carousel-control-next i, .carousel-control-prev i {
    color: #42c2ff;
    font-size: 22px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .carousel-control-next, .carousel-control-prev {
      display: none; } }

.carousel-control-next {
  right: 3%; }

.carousel-control-prev {
  left: 3%; }

/*-------- Main content -----------*/
.block-title {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.posts-item {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 2rem;
  cursor: pointer; }
  .posts-item > img {
    width: 100%; }
  .posts-item .title-post {
    font-weight: bold;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .posts-item .posts-caption {
    padding: 1em; }
  .posts-item .time-post {
    color: #707070; }
  .posts-item .description {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.limit-wrapper {
  width: 60%;
  min-width: 700px; }
  @media (max-width: 767px) {
    .limit-wrapper {
      width: 100%;
      min-width: 0; } }

.popular-posts {
  margin-top: 60px; }
  .popular-posts .popular-posts-item {
    margin-bottom: 60px; }
    .popular-posts .popular-posts-item h2 {
      margin: 60px 0 30px 20%; }
    .popular-posts .popular-posts-item .box-thumb {
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      max-width: 100%;
      margin-bottom: 2rem; }
      .popular-posts .popular-posts-item .box-thumb.large {
        width: 450px;
        height: 450px;
        margin-left: auto; }
        @media (min-width: 1440px) {
          .popular-posts .popular-posts-item .box-thumb.large {
            width: 630px;
            height: 630px; } }
        @media (max-width: 767px) {
          .popular-posts .popular-posts-item .box-thumb.large {
            height: 285px; } }
      .popular-posts .popular-posts-item .box-thumb.small {
        width: 280px;
        height: 280px; }
        @media (min-width: 1440px) {
          .popular-posts .popular-posts-item .box-thumb.small {
            width: 450px;
            height: 450px; } }
        @media (max-width: 767px) {
          .popular-posts .popular-posts-item .box-thumb.small {
            height: 195px; } }

.page-title {
  margin-top: 2em; }

.members-list-item {
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e1e5f2;
  background-color: #fff;
  margin: 0.5rem 0 1.5rem; }
  @media (min-width: 1440px) {
    .members-list-item {
      padding: 20px; } }
  .members-list-item .detail-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    opacity: 0; }
  .members-list-item:hover .detail-link {
    opacity: 1; }

.member-img {
  flex: 0 0 25%;
  max-width: 260px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden; }
  .member-img img {
    border-radius: 10px;
    overflow: hidden; }

.member-caption {
  word-break: break-word; }

.member-caption-title {
  border-left: 5px solid #42c2ff;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem; }

.member-details .member-img {
  max-width: 300px;
  margin-right: 2rem; }

.research-list-item {
  border-radius: 10px;
  border: solid 1px #e1e5f2;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer; }
  .research-list-item .research-list-item-img {
    flex: 0 0 120px;
    height: 120px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    overflow: hidden; }
  .research-list-item .research-list-item-text {
    padding: 1rem; }
    .research-list-item .research-list-item-text .blog-title {
      min-height: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .research-list-item .research-list-item-text > div {
      min-height: 50px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }

@media (max-width: 560px) {
  .member-details {
    display: block !important; }
    .member-details .member-img {
      flex: 0 0 100%;
      margin: 0 auto 2rem; }
    .member-details .member-content {
      flex: 0 0 100%; } }

.posts-slider {
  padding-bottom: 30px; }
  .posts-slider .carousel-indicators {
    bottom: -20px; }

.border-radius {
  border-radius: 10px;
  overflow: hidden; }

.recent-posts-list-item {
  font-size: 0.9em;
  margin-top: 1rem; }
  .recent-posts-list-item .recent-posts-list-item-img {
    flex: 0 0 40%;
    margin-right: 10px;
    height: 95px;
    overflow: hidden;
    border-radius: 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-self: center;
    max-width: 200px; }
    .recent-posts-list-item .recent-posts-list-item-img img {
      height: 95px;
      width: auto;
      max-width: none; }
  .recent-posts-list-item .title-post {
    color: #333;
    display: block;
    min-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px; }
  .recent-posts-list-item .description {
    min-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px; }

.no-breadcrumbs {
  margin-top: 50px; }

.post-details-content p {
  margin-bottom: 1.5rem; }

.post-details-content img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 1.75rem; }

.news-list-item + .news-list-item {
  margin-top: 2rem; }

@media (max-width: 767px) {
  .news-list-item {
    margin-bottom: 2rem; }
    .news-list-item + .news-list-item {
      margin-top: 0; } }
