/* Colors */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Arsenal', sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  /*background: url("/Public/website/img/tropical-beach.jpg") no-repeat center center/cover fixed;*/
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.header {
  position: relative;
  z-index: 10;
}
.header .social-link {
  padding: 0 5px;
}
.header .social-link img {
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  .header .social-link {
    display: inline-block;
    margin: 15px 0 0 7px;
  }
  .header .social-link img {
    width: 30px;
    height: 30px;
  }
}

.top_navbar {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background: #4c5d95;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .top_navbar {
    min-height: 50px;
    height: auto;
  }
}
.top_navbar #navbarCollapse {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .top_navbar #navbarCollapse {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.top_navbar #navbarCollapse .nav-item {
  position: relative;
  display: inline-block;
}
.top_navbar #navbarCollapse .nav-item > a {
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
}
@media (min-width: 992px) {
  .top_navbar #navbarCollapse .nav-item:not(:first-child):before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    height: 18px;
    width: 1px;
    background: #fff;
  }
}
.top_navbar .dropdown-content {
  padding: 0;
  overflow: hidden;
  border: transparent;
  min-width: 160px;
  z-index: 1;
  box-shadow: unset;
}
.top_navbar .dropdown-content a {
  font-size: 16px;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  /*&:hover{
    color: $theme-color;
  }*/
}
@media (min-width: 992px) {
  .top_navbar .dropdown-content {
    display: none;
    position: absolute;
    top: 34px;
  }
}
.top_navbar .dropdown:hover .dropdown-content {
  display: block;
}
.top_navbar .navbar-toggler {
  border-color: #fff;
  height: 26px;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.top_navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 2px;
}
.top_navbar > .container {
  justify-content: end;
  position: relative;
}
.top_navbar .navbar-left {
  position: absolute;
  left: 15px;
  background-color: #fff;
  top: -9px;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
}
.top_navbar .navbar-left .logo {
  height: 56px;
  width: auto;
}
@media (max-width: 991px) {
  .top_navbar .navbar-left {
    left: 0;
    top: 0;
  }
  .top_navbar .navbar-left .logo {
    height: 50px;
    width: auto;
  }
}
.top_navbar .navbar-right {
  flex: 0 0 40px;
  width: 40px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .top_navbar .navbar-right {
    position: absolute;
    right: 45px;
    top: 8px;
  }
}
.top_navbar #lang_dropdown_menu {
  left: unset;
  right: 0;
  padding: 0;
  overflow: hidden;
  border: transparent;
}

.root_body {
  display: block;
  min-height: calc(100vh - 50px - 70px);
}

.top-shadow {
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.12);
  font-size: 3px;
}

.root-container {
  padding-top: 70px;
  padding-bottom: 20px;
}
.root-container h1 {
  font-size: 30px;
  font-weight: 600;
}
.root-container > .card {
  border: 0;
}


#partnership h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
#partnership h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.partners-list {
  background: transparent !important;
}
.partners-list .card-header {
  text-align: center;
  background: transparent !important;
  border-bottom: 0 !important;
}
.partners-list .card-body {
  border-radius: 10px;
  background: transparent !important;
}
.partners-list .list-names > * {
  margin: 10px;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  color: #1c1c1c;
  font-size: 18px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.partners-list .list-names > * img {
  width: auto;
  height: 60px;
  margin-bottom: 10px;
}
.partners-list .list-names > *:hover {
  background-color: #ffffff;
}
.partners-list .list-names > * .clear-partner {
  font-size: 35px;
  color: #eee;
  display: block;
  padding-top: 10px;
}

.shadow_special {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
}

.fw100 {
  font-weight: 100;
}

.top_block {
  background: url("/Public/website/img/top_bg.jpg") no-repeat center bottom/cover;
  padding: 50px 10px 170px 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.top_block > .container {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}
.top_block .sub_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.top_block h1 {
  color: #4c5d95;
}

.blocks-list {
  margin-top: -150px;
}
.blocks-list .card-fly:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.blocks-list .post-item {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  flex-direction: column;
}
.blocks-list .post-item .card-body {
  min-height: 130px;
  font-size: 16px;
}
.blocks-list .post-item h3 a {
  color: #4c5d95;
}
.blocks-list .card-img-top {
  height: auto !important;
}

/** CMS Page START **/
@media (min-width: 992px) {
  .content-page .content-html .page-image {
    max-width: 20%;
    height: auto;
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .content-page .content-html .page-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.content-page .content-html .blog-date {
  display: block;
  text-align: right;
  font-size: 14px;
}
.content-page .content-html .category-image {
  max-width: 13%;
  height: auto;
  float: right;
  margin: 0 0 10px 20px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-page .content-html .category-image {
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .content-page .content-html .category-image {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

.pages_list_holder .item .categories-tag {
  display: block;
}
.pages_list_holder .item .categories-tag i {
  font-size: 10px;
}
.pages_list_holder .item .categories-tag a {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.pages_list_holder .item .list-date i {
  font-size: 10px;
}
@media (max-width: 767px) {
  .pages_list_holder .product-img {
    padding-bottom: 20px;
  }
}

.category-tree .toggle_filters {
  display: none;
}
.category-tree .content_filters .categories_tree ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.category-tree .content_filters .categories_tree ul li {
  display: block;
  padding: 4px 0;
  font-size: 18px;
}
.category-tree .content_filters .categories_tree ul li a.active {
  font-weight: 700;
}
@media (max-width: 767px) {
  .category-tree {
    margin-bottom: 20px;
  }
  .category-tree .toggle_filters {
    display: block;
  }
  .category-tree .content_filters {
    display: none;
  }
}

/** CMS Page END **/
.footer {
  width: 100%;
  height: 70px;
  background-color: #304272;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 14px;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer-fix-icons {
  position: fixed;
  width: 50px;
  text-align: right;
  bottom: 20px;
  right: 20px;
  list-style-type: none;
  padding: 0;
}
.footer-fix-icons li {
  display: block;
  margin-bottom: 10px;
}
.footer-fix-icons li a {
  display: block;
  color: #fff;
  text-decoration: none !important;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .footer-fix-icons {
    width: 30px;
    bottom: 10px;
    margin-bottom: 0;
    right: 10px;
  }
  .footer-fix-icons li a {
    border-radius: 60px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=core.css.map */
