.all-resources-wrap .input-wrap {
  margin-bottom: 20px;
}

.single-filter {
  display: inline-block;
}

.icon.search-btn::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-text-stroke: 1px white;
  font-size: 1.2em;
  position: absolute;
  background: white;
}

.all-resources-content span i:before,
.knowledge-hubs-icon i:before,
.knowledge-hubs-area i:before,
.most-viewed-content i:before {
  width: 26px;
  height: 26px;
  content: "";
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active,
a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #333333;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

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

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #333333;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #00b5d3;
  background: #00b5d3;
}
.btn-theme:hover {
  background: #00b5d3;
  color: #fff;
  border-color: #00b5d3;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #00b5d3;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f8f8f8;
}

.bg-off-white-2 {
  background-color: #f6f6f6;
}

.bg-off-white-3 {
  background-color: #fdfdfd !important;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #00b5d3;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[data-overlay] {
  position: relative;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

[data-overlay="light"]::before {
  background-color: #fff;
}

[data-overlay="dark"]::before {
  background-color: #000a2d;
}

[data-overlay="theme"]::before {
  background-color: #00b5d3;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}

.row {
  --bs-gutter-x: 30px;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 20px;
}
.open-mobile-menu a:hover {
  color: #00b5d3;
}
.open-mobile-menu a.active {
  color: #00b5d3;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #00b5d3;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #00b5d3;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #00b5d3;
  border-color: #00b5d3;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #00b5d3;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #00b5d3;
  border-color: #00b5d3;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}

.all-resources-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.header-area {
  background: #f3f3f3;
  position: relative;
  padding: 0 85px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-area {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .header-area {
    padding: 10px 0;
  }

  .page-template-knowledge-hub .knowledge-hubs-area {
    margin-bottom: 60px !important;
  }
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li:hover > a {
  background: #fff;
  color: #00b5d3;
}
.main-menu ul li:hover > a:before {
  left: 20px;
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}
.main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  right: 50%;
  height: 2px;
  background: #00b5d3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul .has-mega-dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu ul .has-mega-dropdown .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  padding: 10px 85px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul .has-mega-dropdown .mega-menu {
    padding: 10px 0;
  }
}
.main-menu ul .has-mega-dropdown .mega-menu .container-fluid {
  padding: 0 15px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li {
  margin-right: 30px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li:hover a {
  background: transparent;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li a {
  padding: 10px 0;
  font-size: 16px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li a:before {
  display: none;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li {
  margin-right: 20px;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li:hover a {
  background: transparent;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a:before {
  display: none;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a:hover {
  background: #333;
}
.main-menu ul .has-mega-dropdown .mega-menu .search {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .search a {
  padding: 10px 0;
  font-size: 16px;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn a {
  padding: 10px 15px;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 5px;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn a:hover {
  background: #333;
}

.attr-menu {
  display: inline-block;
}
.attr-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attr-menu ul li {
  display: inline-block;
  margin-right: 25px;
}
.attr-menu ul li a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-transform: capitalize;
  font-size: 16px;
}

.language {
  display: inline-block;
  position: relative;
}
.language span {
  color: #333;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  cursor: pointer;
}
.language span img {
  margin-right: 5px;
  border-radius: 50%;
}
.language:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 120%;
  z-index: 99;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.language ul li {
  display: block;
}
.language ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  text-align: left;
  color: #333;
}
.language ul li a:hover {
  background: rgba(0, 181, 211, 0.2);
}

.hero-area {
  padding: 0 85px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding: 0;
  }

  .knowledge-hubs-area .col-xl-9.col-12 .knowledge-hubs-img {
    width: 100%;
  }
  .knowledge-hubs-area .knowledge-posts-wrap span.play {
    width: 45px;
    height: 45px;
  }

  .knowledge-hubs-items span.play {
    display: none !important;
  }
}
.hero-area .hero-content {
  padding-top: 200px;
  margin-bottom: 100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-content {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content {
    padding-top: 40px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.hero-area .hero-content .title {
  font-size: 60px;
  color: #333;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-content .title {
    font-size: 30px;
    line-height: 50px;
  }
}
.hero-area .hero-content .title span {
  color: #00b5d3;
}
.hero-area .hero-content .btn-wrap .btn-a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #00b5d3;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
.hero-area .hero-content .btn-wrap .btn-a:hover {
  background: #333;
  border-color: #333;
}
.hero-area .hero-content .btn-wrap .btn-b {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .hero-area .hero-content .btn-wrap .btn-b {
    padding: 10px 20px;
    margin-right: 5px;
  }
}
.hero-area .hero-content .btn-wrap .btn-b:hover {
  background: #00b5d3;
  color: #fff;
}
.hero-area .scroll-btn {
  margin-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .scroll-btn {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .scroll-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area .scroll-btn {
    display: none;
  }
}
.hero-area .scroll-btn a {
  display: inline-block;
  color: #333;
  text-align: center;
}
.hero-area .scroll-btn a img {
  display: block;
}
.hero-area .hero-thumb {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-thumb {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-thumb {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-thumb {
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-thumb {
    position: static;
  }
}

.section-title .title {
  font-size: 45px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
  .all-resources-area .section-title .title {
    line-height: normal !important;
  }
  .all-resources-title {
    margin-bottom: 16px !important;
  }
}

.read-more-btn {
  font-size: 18px;
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}

.read-more-btn:hover {
  background: #00b5d3;
  color: #fff;
}

.clint-slider {
  position: relative;
}
.clint-slider .single-clint {
  text-align: center;
}
.clint-slider .single-clint img {
  display: inline-block;
}
.clint-slider .slick-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 35px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .clint-slider .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
.clint-slider .slick-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 35px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .clint-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}

.feature-wrap .thumb {
  margin-bottom: 20px;
}
.feature-wrap .content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
.feature-wrap .content p {
  font-size: 18px;
}
.feature-wrap .content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.feature-wrap .content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.feature-content h3 {
  font-size: 50px;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .feature-content h3 {
    font-size: 28px;
  }
}
.feature-content p {
  font-size: 18px;
}
.feature-content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.feature-content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.feature-thumb {
  position: relative;
}
.feature-thumb img {
  width: 100%;
}
.feature-thumb .video-btn a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 85px;
  width: 85px;
  line-height: 85px;
  z-index: 2;
}

.feature-info-thumb img {
  margin-right: 30px;
}

.guide-content h3 {
  font-size: 30px;
  color: #00b5d3;
}
.guide-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.guide-content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.guide-content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.small-title {
  font-size: 18px;
}

.guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-list li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.guide-list li img {
  margin-right: 5px;
}

.guide-info {
  background: #00b5d3;
  padding: 30px;
  border-radius: 5px;
}
.guide-info h3 {
  color: #333;
  margin-bottom: 0;
}
.guide-info p {
  color: #333;
}
.guide-info .persent {
  font-size: 40px;
  color: #fff;
}
.guide-info .persent i {
  color: #333;
}

.guide-area-2 {
  background: #f2fbfd;
}

.view-more {
  color: #333;
}

.guide-nav .nav-tabs {
  border-bottom: 0px;
}
.guide-nav .nav-tabs .nav-link {
  border: 0;
  padding: 15px 10px;
  font-weight: 500;
  color: #333;
}
.guide-nav .nav-tabs .nav-link img {
  display: block;
  border-radius: 50%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 90px;
  }
}
.guide-nav .nav-tabs .nav-link.active {
  background: #f2fbfd;
}

.guide-info-2 {
  padding: 30px 30px 30px 100px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-info-2 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .guide-info-2 {
    padding: 30px;
  }
}
.guide-info-2 .persent {
  font-weight: 400;
  font-size: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-info-2 .persent {
    font-size: 50px;
  }
}
.guide-info-2 .persent sup {
  font-size: 20px;
  top: -40px;
}

.news-events-area {
  background: #f2fbfd;
}

.our-quality-area {
  background: #f8f8f8;
}

.our-quality-slider {
  position: relative;
}
.our-quality-slider .slick-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 60px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .our-quality-slider .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
.our-quality-slider .slick-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 60px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .our-quality-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
.our-quality-slider .single-quality {
  text-align: center;
}
.our-quality-slider .single-quality .thumb {
  margin-bottom: 20px;
}
.our-quality-slider .single-quality .thumb img {
  display: inline-block;
}
.our-quality-slider .single-quality .content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.our-quality-slider .single-quality .content span {
  font-size: 16px;
}

hr {
  color: #00b5d3;
}

.bg-newsletter {
  background: #093444;
}

.knowledge-nav .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #00b5d3;
}

.knowledge-nav .nav-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.knowledge-nav .nav-item .nav-link {
  border-radius: 10px;
  background: #e3e7ea;
  color: #426276;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .knowledge-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
  }
}

.trails-wrap img {
  border-radius: 5px;
  width: 100%;
}

.new-product-items .product-img img {
  border-radius: 5px;
  width: 100%;
}
.new-product-items .product-content .product-heading img {
  width: 25px;
  height: 25px;
}
.new-product-items .product-content .product-heading span {
  font-size: 14px;
  font-weight: 700;
  color: #00b5d3;
}
.new-product-items .product-content .product-descritpion p {
  font-size: 34px;
  color: #4c6b7c;
  font-weight: 400;
}
@media (max-width: 767px) {
  .new-product-items .product-content .product-descritpion p {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-product-items .product-content .product-descritpion p {
    font-size: 26px;
  }
}
.new-product-items .product-content .product-descritpion h5 {
  color: #395d70;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .new-product-items .product-content .product-descritpion h5 {
    font-size: 16px;
  }
}

.events-items .events-heading .icon {
  font-size: 20px;
  margin-right: 10px;
}
.events-items .events-heading span {
  font-size: 16px;
  font-weight: 700;
  color: #00b5d3;
}
.events-items .events-description {
  border-bottom: 1px solid #ddd;
}
.events-items .events-description p {
  font-weight: 600;
}

.white-title .title {
  color: #fff;
}
.white-title p {
  color: #fff;
}
.white-title span {
  color: #fff;
  font-size: 16px;
}

.section-title p {
  color: #395d70;
  font-size: 18px;
  font-weight: 600;
}

.newsletter-wrap form .email-wrap {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap {
    display: block;
  }
}
.newsletter-wrap form .email-wrap .input-wrap {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap .input-wrap {
    display: block;
  }
}
.newsletter-wrap form .email-wrap .input-wrap input {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  padding: 0px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap form .email-wrap .input-wrap input {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap .input-wrap input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.newsletter-wrap form .email-wrap .input-wrap input::placeholder {
  color: #e4e2dc;
}
.newsletter-wrap form .newsletter-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper {
    display: block;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-wrap {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap {
    display: block;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-wrap select {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  appearance: none;
  padding: 0px 20px;
  color: #e4e2dc;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap select {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-select {
  position: relative;
}
.newsletter-wrap form .newsletter-wrapper .input-select::after {
  position: absolute;
  content: "ïƒ";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-select::after {
    top: 33%;
  }
}
.newsletter-wrap form button {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 200px;
}
.newsletter-wrap form button:hover {
  background: #e3e7ea;
  color: #000;
}

.video-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  min-height: 530px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper {
    min-height: 525px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    min-height: 450px;
  }
}
.video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.3;
}
.video-wrapper .video-wrap a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #00b5d3;
  text-align: center;
  height: 110px;
  width: 110px;
  line-height: 110px;
}
@media (max-width: 767px) {
  .video-wrapper .video-wrap a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.video-wrapper .video-wrap a:hover {
  background: #fff;
}
.video-wrapper .video-wrap a:hover i {
  color: #00b5d3;
}
.video-wrapper .video-wrap a i {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-wrapper .video-wrap a i {
    font-size: 12px;
  }
}
.video-wrapper .video-content {
  position: absolute;
  top: 20px;
  left: 10px;
}
.video-wrapper .video-content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 767px) {
  .video-wrapper .video-content h4 {
    font-size: 22px;
  }
}
.video-wrapper .video-content .hub-btn {
  background: #e3e7ea;
  border-radius: 5px;
  padding: 10px 10px;
  margin-right: 20px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .video-wrapper .video-content .hub-btn {
    font-size: 14px;
  }
}
.video-wrapper .video-content .hub-btn:hover {
  background: #00b5d3;
  color: #fff;
}

.video-items .video-wrapper {
  min-height: 180px;
}
.video-items .video-wrapper .video-wrap a {
  height: 50px;
  width: 50px;
}
.video-items .video-wrapper .video-wrap a i {
  font-size: 14px;
}
.video-items .video-description .video-heading {
  color: #00b5d3;
  font-size: 18px;
}
.video-items .video-description .video-heading .icon {
  margin-right: 5px;
}
.video-items .video-description p {
  font-size: 20px;
}

.views-wrap .section-title .title {
  font-size: 24px;
}

.events-items-flex {
  display: flex;
  flex-wrap: wrap;
}

.view-numb {
  flex-wrap: wrap;
  border-radius: 50%;
  background: #002b46;
  color: #fff;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
}

.view-description {
  flex: 1 0 0%;
}
.view-description img {
  width: 25px;
  height: 25px;
}
.view-description span {
  font-size: 18px;
  color: #00b5d3;
  font-weight: 600;
}
.view-description .icon {
  margin-right: 5px;
}
.view-description p {
  font-weight: 600;
  font-size: 16px;
}

.thumb-wrap .thumb-content p {
  color: #395d70;
  font-size: 18px;
}
.thumb-wrap .thumb-content h5 {
  color: #002b46;
}
.thumb-wrap .thumb-content span {
  color: #00b5d3;
  font-size: 18px;
  font-weight: 600;
}

.social-links-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links-wrap {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .social-links-wrap {
    justify-content: start;
  }
}
.social-links-wrap span {
  color: #4c6b7c;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-links-wrap span {
    margin-bottom: 20px;
  }
}
.social-links-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}
.social-links-wrap ul li:last-child {
  margin-right: 0;
}
.social-links-wrap ul li a i {
  background: #00b5d3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.our-community-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.our-community-wrap .our-community-img {
  position: relative;
  margin-bottom: 15px;
}
.our-community-wrap .our-community-img img {
  border-radius: 5px;
  width: 100%;
}
.our-community-wrap .our-community-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.our-community-wrap .our-community-img .video-btn a {
  color: #fff;
}
.actionButton {
  margin-top: 30px;
  margin-bottom: -50px;
}
.actionButton a {
  padding: 12px 24px;
  color: #fff;
  background-color: #00b5d3;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
}

.actionButton button {
  background-color: #00b5d3;
  border-color: transparent;
  border-radius: 5px;
  padding: 10px 21px;
}

@media (min-width: 768px) {
  .actionButton button {
    height: 50px;
  }
}

.actionButton button span {
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.actionButton a:hover, .actionButton button:hover {
  background-color: #13536f;
  transition: 0.2s;
}
.our-community-wrap .our-community-content p {
  color: #4c6b7c;
  font-size: 18px;
  font-weight: 600;
}
.our-community-wrap .our-community-content span {
  color: #333;
}
.our-community-wrap .our-community-content span i {
  background: #00b5d3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 15px;
}

.our-quality-count h2 {
  font-size: 120px;
  color: #00b5d3;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-count h2 {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-count h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .our-quality-count h2 {
    font-size: 60px;
  }
}
.our-quality-count .our-quality-wrap img {
  width: 25px;
  height: 25px;
}
.our-quality-count .our-quality-wrap span {
  color: #002b46;
  font-size: 18px;
  font-weight: 700;
}

.feel-free {
  font-size: 18px;
  font-weight: 500;
  color: #4c6b7c;
}

.testimonials-wrap .thumb-img img {
  width: 100%;
}
.testimonials-wrap .thumb-content {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-wrap .thumb-content {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-wrap .thumb-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-wrap .thumb-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.crops-area {
  background: #f8f8f8;
}

.link-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-page ul li {
  display: inline-block;
}
.link-page ul li a {
  color: #57cadd;
  font-size: 16px;
  font-weight: 600;
}
.link-page ul li a:hover {
  color: #325369;
}
.link-page ul li a i {
  color: #325369;
  margin: 0 5px;
}

.crops-items-wrap .crops-img {
  margin-bottom: 10px;
}
.crops-items-wrap .crops-img img {
  width: 100%;
}
.crops-items-wrap .crops-content span {
  font-size: 18px;
  font-weight: 600;
}

.section-title h1 {
  margin-top: 0;
  font-size: 55px;
  color: #002b46 !important;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.btn-wrap .knowledges-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #00b5d3;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .btn-wrap .knowledges-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.btn-wrap .knowledges-btn:hover {
  background: #333;
  border-color: #333;
}

.search-wrap .input-wrap {
  position: relative;
}
.search-wrap .input-wrap .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}
.search-wrap .input-wrap input {
  width: 100%;
  padding: 15px;
  padding-left: 40px;
  border: 1px solid #dbdbdb;
  outline: none;
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-wrap .input-wrap input {
    font-size: 16px;
  }
}
.search-wrap .input-wrap input::placeholder {
  color: #a8a8a8;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-wrap .input-wrap input::placeholder {
    font-size: 16px;
  }
}

.knowledge-hubs-area {
  background: #fdfdfd;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .knowledge-hubs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}

.knowledge-hubs-img {
  position: relative;
  padding-bottom: 14px !important;
  padding-left: 25px !important;
}

.knowledge-hubs-img img {
  width: 100%;
}

a.link-post {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(43, 43, 43, 0) 50%,
    rgba(0, 0, 0, 0.4)
  );
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s;
}

.knowledge-hubs-info {
  z-index: 1;
}

.knowledge-hubs-description {
  margin-top: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
}

.knowledge-hubs-description a {
  display: block;
  max-height: 90px;
  transition: all 0.2s;
}
.knowledge-hubs-description a:hover {
  /*color: #f8f8f8;*/
  /*opacity: 0.5;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .knowledge-hubs-content {
    min-height: 85px;
  }
}
.knowledge-hubs-content span {
  color: #5bcfe2;
  font-size: 18px;
  font-weight: 600;
}
.knowledge-hubs-content span i {
  margin-right: 2px;
  color: #5bcfe2;
}
.knowledge-hubs-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.most-viewed {
  background: #fdfdfd;
}

@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .most-viewed-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}




.most-viewed-img {
  margin-bottom: 10px;
}




@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .most-viewed-img {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-img img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .most-viewed-img img {
    height: 130px;
  }
}

.most-viewed-content {
  border-bottom: 1px solid #ebebeb;
  min-height: 115px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .most-viewed-content {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-content {
    flex: 1 0 0%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .most-viewed-content {
    flex: 1 0 0%;
    padding-right: 0;
  }
}
.most-viewed-content i {
  margin-right: 5px;
  color: #5bcfe2;
}
.most-viewed-content i.icon-tag,
.most-viewed-content i.icon-podcast {
  transform: translateY(-3px);
}
.side-posts.mostviewed .term-type i.icon-trial,
.most-viewed-content i.icon-testimonial,
.most-viewed-content i.icon-ebook {
  transform: translateY(-2px);
}
.most-viewed-content span {
  color: #5bcfe2;
  font-size: 18px;
  font-weight: 600;
}
.most-viewed-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.all-resources-area {
  background: #f8f8f8;
  padding-top: 55px;
}

.all-resources-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .all-resources-wrapper {
    display: block;
  }
}
.all-resources-wrapper .input-wrap {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-wrap {
    display: block;
  }
}
.all-resources-wrapper .input-wrap select {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  appearance: none;
  padding: 0px 20px;
  color: #36586d;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-resources-wrapper .input-wrap select {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-wrap select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.all-resources-wrapper .input-select {
  position: relative;
}
.all-resources-wrapper .input-select::after {
  position: absolute;
  content: "ïƒ";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-select::after {
    top: 33%;
  }
}

.all-resources-items {
  min-height: 300px;
  border-bottom: 2px solid rgba(199, 207, 213, 0.5) !important;
  margin-bottom: 40px;
}

@media (min-width: 768px){
  .all-resources-items {
    max-height: 300px;
  }
  .all-resources-content {
    display: flex;
    flex-direction: column;
    max-height: 120px;
    height: 120px;
    overflow: hidden;
  }
  .all-resources-items .post-desc {
    min-height: unset !important;
    height: auto;
  }
}

@media (max-width: 767px) {
  .all-resources-items {
    margin-bottom: 20px;
  }
  .most-viewed-content .post-desc,
  .all-resources-items .post-desc {
    font-size: 16px !important;
  }
}
.all-resources-items .all-resources-img {
  position: relative;
  margin-bottom: 15px;
}
.all-resources-items .all-resources-img img {
  border-radius: 5px;
  width: 100%;
}


.all-resources-items .all-resources-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.all-resources-items .all-resources-img .video-btn a {
  color: #fff;
}

.all-resources-content span {
  color: #5bcfe2;
  font-size: 18px;
  font-weight: 600;
}
.all-resources-content span i {
  /*margin-right: 5px;*/
  color: #5bcfe2;
}
.all-resources-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-directly span {
  font-weight: 600;
}
.contact-directly .contact-personally span {
  font-weight: 400;
}
.contact-directly .contact-personally .mail-to a i {
  color: #00b5d3;
  font-size: 20px;
}
.contact-directly .contact-personally .tel-number a {
  color: #6f8796;
  font-size: 18px;
}
.contact-directly .contact-personally .tel-number a i {
  color: #00b5d3;
}

.new-product-items .product-content .product-heading-big span {
  font-size: 18px;
  font-weight: 500;
}

.events-items .events-heading-big .icon i {
  font-weight: 500;
}
.events-items .events-heading-big span {
  font-weight: 500;
  font-size: 16px;
}
.events-items .event-descritpion-big p {
  font-size: 18px;
  font-weight: 500;
}

.guide-img img {
  width: 100%;
  margin-bottom: 15px;
}
.guide-img p {
  font-size: 18px;
  font-weight: 500;
}

.footer-area {
  background: #002b46;
}

.footer-separator {
  border-bottom: 1px solid #fff;
}

.footer-social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}

.footer-language span {
  color: #fff;
}
.footer-language ul {
  left: 0;
  right: auto;
}

.feature-area {
  background: #f2fbfd;
}

.widget-wrap .widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.widget-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-wrap ul li {
  display: block;
  margin-bottom: 5px;
}
.widget-wrap ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/

/*# sourceMappingURL=main.css.map */
.section-title {
  font-family: "Demo";
}

.tax-product_type .all-resources-items {
  min-height: unset;
}

/* ANIMATION COUNTER */
.trials .counter-item {
  flex-basis: 31%;
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
}

.trials .counter-item h6 {
  margin-bottom: 0;
  font-size: 2vw;
  font-family: "Demo";
  color: var(--dark-blue);
  font-weight: bold;
}

.trials h3.count {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Demo";
  font-size: 5vw;
  font-weight: 200;
  position: relative;
}

.trials .count:after {
  padding-top: 15px;
  content: "%";
  color: #fff;
  font-size: 23px;
}

.trials h3.count:before {
  margin-bottom: 10%;
  content: "";
  font-family: "Demo";
  width: 30px;
  height: 30px;
  background: url("../images/icons/arrow-up.svg") no-repeat;
  display: flex;
  opacity: 0.4;
  align-self: flex-end;
}

.trials .counter-item span {
  display: block;
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
}

.trials span.after-count {
  margin-left: 30px;
  font-size: 16px;
}

.trials .trial {
  display: block;
}

.trials .trial .banner {
  height: 80px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.col-12.swiper-slide.swiper-slide-custom.mb-4 {
  display: none;
}

.row.trials .trial {
  margin: 10px;
}

/*breadcrumb-nuv*/

.page-template-knowledge-hub .section-breadcrumb-nav.w-100.bg-container-white {
  background: #fdfdfd;
}

/* knowledge-hubs-area*/

.knowledge-hubs-area {
  padding-bottom: 120px;
}

.knowledge-hubs-area .title-page {
  font-weight: bold;
  font-family: "Inter";
  font-size: 54px;
  line-height: 65px;
  color: #002b46;
}

@media (min-width: 768px) {
  .kh-form-btn {
    padding-right: 20px;
  }
}

.search-wrap .input-wrap .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  border: 0;
  color: #a8a8a8;
}

.section-title .title {
  font-family: "Demo";
  line-height: 62px;
  font-size: 48px;
  font-weight: normal;
  color: #002b46 !important;
}

.most-viewed.area .section-title .title {
  margin-bottom: 42px;
  font-family: Demo;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #002b46 !important;
}

.page-template-knowledge-hub .search-wrap.search-box .input-wrap input {
  padding-left: 48px !important;
}

.knowledge-hubs-items .knowledge-hubs-img {
  min-width: 240px;
  margin-bottom: 18px !important;
}

.knowledge-hubs-content span {
  font-weight: normal;
  line-height: 21px;
}

.knowledge-hubs-area .container .row.mb-30 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.knowledge-hubs-area .knowledge-hubs-content p {
  margin-bottom: -1px;

  transform: translate(-2px, -5px);
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45; /* padding-top: 2px; */
}

.most-viewed.area {
  padding-bottom: 64px;
}
@media (max-width: 767px){
  .most-viewed.area {
    padding-bottom: 60px;
  }
  .most-viewed.area .section-title .title {
    margin-bottom: 11.5px !important;
    font-size:28px !important;
  }
}

.most-viewed-img {
  margin-bottom: 18px !important;
  position: relative;
  transition: all 0.5s linear;
}

.most-viewed-img:hover {
  transform: scale(1.1);
}

.most-viewed-img .link-post {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.67),
    rgba(128, 128, 128, 0)
  );
  z-index: 1;
}

.most-viewed-img span {
  position: relative;
  z-index: 2;
}

.most-viewed-content .post-desc,
.all-resources-items .post-desc {
  max-height: 85px;
  overflow: hidden;
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 84.2px;
}

@media (max-width: 768px){
  .most-viewed-content .post-desc,
  .all-resources-items .post-desc {
    min-height: unset;
  }
  .knowledge-hubs-area {
    padding-bottom: 12px;
  }
}

.knowledge-hubs-content .term-type,
.most-viewed-content .term-type {
  margin-bottom: 9px;
  display: inline-block;
  align-items: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  user-select: none;
}

.all-resources-area {
  padding-top: 64px;
}

.all-resources-wrap {
  margin-bottom: 40px;
}
.all-resources-wrap .input-wrap {
  margin-bottom: 0 !important;
}

.all-resources-area span.select2.select2-container.select2-container--default {
  min-width: 284px;
}

.all-resources-area .section-title .title {
  margin-bottom: 0;
}










.all-resources-img {
  position: relative;
  overflow: hidden;
  transition: 0.25s all;

}

.all-resources-img img {
  /*min-width: 282px;*/
  object-fit: cover;
  transition: 0.25s all;
}


img.animat-icon:hover~img.animat-img{
  transition: 0.25s all !important;
  transform: scale(1.1)!important;
 }

img.animat-icon:hover img.animat-img{
  transition: 0.25s all !important;
  transform: scale(1.1)!important;
 }




.all-resources-items .all-resources-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 5px;
}

.knowledge-posts-wrap {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.knowledge-posts-wrap span.play {
  width: 60px;
  height: 60px;
  font-size: 18px;
}

.wrap-video {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

span.play {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #00b5d3;
  z-index: 3;
  opacity: 0.9;
  margin-left: 96px;
  margin-top: -8px;
}

span.play svg {
  margin-left: 2px;
}

.section-title .description p {
  margin-top: 20px;
  color: #002b46;
  font-size: 28px;
  font-family: Inter;
  font-weight: 300;
}

.select2-selection {
  margin-bottom: 20px;
}

.select2-selection:hover {
  cursor: pointer;
}

.section-title h1 {
  font-weight: 400;
}

* {
  color: #052b46;
}

.all-resources-bottom span b {
  font-size: 18px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.06;
  color: #002c45;
}

.knowledge-hubs-description a {
  color: #fff !important;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}

.mobile-video-text {
  color: #fff !important;
}

.knowledge-hubs-description a:visited {
  /* color: #052b46; */
}

/* ------------------ MOBILE-fadi ------------------- */

/* @charset "UTF-8"; */
/* Default Css */
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*/
/* html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #00b5d3;
} */

body {
  color: #333333;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active,
a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #333333;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

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

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00b5d3;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #333333;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #00b5d3;
  background: #00b5d3;
}
.btn-theme:hover {
  background: #00b5d3;
  color: #fff;
  border-color: #00b5d3;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #00b5d3;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f8f8f8;
}

.bg-off-white-2 {
  background-color: #f6f6f6;
}

.bg-off-white-3 {
  background-color: #fdfdfd !important;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #00b5d3;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[data-overlay] {
  position: relative;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

[data-overlay="light"]::before {
  background-color: #fff;
}

[data-overlay="dark"]::before {
  background-color: #000a2d;
}

[data-overlay="theme"]::before {
  background-color: #00b5d3;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}

.row {
  --bs-gutter-x: 30px;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 20px;
}
.open-mobile-menu a:hover {
  color: #00b5d3;
}
.open-mobile-menu a.active {
  color: #00b5d3;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #00b5d3;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #00b5d3;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #00b5d3;
  border-color: #00b5d3;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #00b5d3;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #00b5d3;
  border-color: #00b5d3;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.header-area {
  background: #f3f3f3;
  position: relative;
  padding: 0 85px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-area {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header-area {
    padding: 10px 0;
  }
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li:hover > a {
  background: #fff;
  color: #00b5d3;
}
.main-menu ul li:hover > a:before {
  left: 20px;
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}
.main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  right: 50%;
  height: 2px;
  background: #00b5d3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul .has-mega-dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu ul .has-mega-dropdown .mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  padding: 10px 85px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul .has-mega-dropdown .mega-menu {
    padding: 10px 0;
  }
}
.main-menu ul .has-mega-dropdown .mega-menu .container-fluid {
  padding: 0 15px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li {
  margin-right: 30px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li:hover a {
  background: transparent;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li a {
  padding: 10px 0;
  font-size: 16px;
}
.main-menu ul .has-mega-dropdown .mega-menu .mega-sub-menu li a:before {
  display: none;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li {
  margin-right: 20px;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li:hover a {
  background: transparent;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a:before {
  display: none;
}
.main-menu ul .has-mega-dropdown .mega-menu .social-link li a:hover {
  background: #333;
}
.main-menu ul .has-mega-dropdown .mega-menu .search {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .search a {
  padding: 10px 0;
  font-size: 16px;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn {
  display: inline-block;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn a {
  padding: 10px 15px;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 5px;
}
.main-menu ul .has-mega-dropdown .mega-menu .menu-btn a:hover {
  background: #333;
}

.attr-menu {
  display: inline-block;
}
.attr-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attr-menu ul li {
  display: inline-block;
  margin-right: 25px;
}
.attr-menu ul li a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-transform: capitalize;
  font-size: 16px;
}

.language {
  display: inline-block;
  position: relative;
}
.language span {
  color: #333;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  cursor: pointer;
}
.language span img {
  margin-right: 5px;
  border-radius: 50%;
}
.language:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 120%;
  z-index: 99;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.language ul li {
  display: block;
}
.language ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  text-align: left;
  color: #333;
}
.language ul li a:hover {
  background: rgba(0, 181, 211, 0.2);
}

.hero-area {
  padding: 0 85px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding: 0;
  }
}
.hero-area .hero-content {
  padding-top: 200px;
  margin-bottom: 100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-content {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content {
    padding-top: 40px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.hero-area .hero-content .title {
  font-size: 60px;
  color: #333;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-content .title {
    font-size: 30px;
    line-height: 50px;
  }
}
.hero-area .hero-content .title span {
  color: #00b5d3;
}
.hero-area .hero-content .btn-wrap .btn-a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #00b5d3;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
.hero-area .hero-content .btn-wrap .btn-a:hover {
  background: #333;
  border-color: #333;
}
.hero-area .hero-content .btn-wrap .btn-b {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .hero-area .hero-content .btn-wrap .btn-b {
    padding: 10px 20px;
    margin-right: 5px;
  }
}
.hero-area .hero-content .btn-wrap .btn-b:hover {
  background: #00b5d3;
  color: #fff;
}
.hero-area .scroll-btn {
  margin-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .scroll-btn {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .scroll-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area .scroll-btn {
    display: none;
  }
}
.hero-area .scroll-btn a {
  display: inline-block;
  color: #333;
  text-align: center;
}
.hero-area .scroll-btn a img {
  display: block;
}
.hero-area .hero-thumb {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-thumb {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-thumb {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-thumb {
    position: static;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-thumb {
    position: static;
  }
}

.section-title .title {
  font-size: 45px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

.read-more-btn {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.read-more-btn:hover {
  background: #00b5d3;
  color: #fff;
}

.clint-slider {
  position: relative;
}
.clint-slider .single-clint {
  text-align: center;
}
.clint-slider .single-clint img {
  display: inline-block;
}
.clint-slider .slick-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 35px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .clint-slider .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clint-slider .slick-prev {
    display: none !important;
  }
}
.clint-slider .slick-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 35px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .clint-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clint-slider .slick-next {
    display: none !important;
  }
}

.feature-wrap .thumb {
  margin-bottom: 20px;
}
.feature-wrap .content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
.feature-wrap .content p {
  font-size: 18px;
}
.feature-wrap .content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.feature-wrap .content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.feature-content h3 {
  font-size: 50px;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .feature-content h3 {
    font-size: 28px;
  }
}
.feature-content p {
  font-size: 18px;
}
.feature-content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.feature-content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.feature-thumb {
  position: relative;
}
.feature-thumb img {
  width: 100%;
}
.feature-thumb .video-btn a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 85px;
  width: 85px;
  line-height: 85px;
  z-index: 2;
}

.feature-info-thumb img {
  margin-right: 30px;
}

.guide-content h3 {
  font-size: 30px;
  color: #00b5d3;
}
.guide-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.guide-content .read-more {
  display: inline-block;
  padding: 10px 40px;
  color: #00b5d3;
  background: transparent;
  border: 1px solid #00b5d3;
  border-radius: 5px;
}
.guide-content .read-more:hover {
  background: #00b5d3;
  color: #fff;
}

.small-title {
  font-size: 18px;
}

.guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-list li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.guide-list li img {
  margin-right: 5px;
}

.guide-info {
  background: #00b5d3;
  padding: 30px;
  border-radius: 5px;
}
.guide-info h3 {
  color: #333;
  margin-bottom: 0;
}
.guide-info p {
  color: #333;
}
.guide-info .persent {
  font-size: 40px;
  color: #fff;
}
.guide-info .persent i {
  color: #333;
}

.guide-area-2 {
  background: #f2fbfd;
}

.view-more {
  color: #333;
}

.guide-nav .nav-tabs {
  border-bottom: 0px;
}
.guide-nav .nav-tabs .nav-link {
  border: 0;
  padding: 15px 10px;
  font-weight: 500;
  color: #333;
}
.guide-nav .nav-tabs .nav-link img {
  display: block;
  border-radius: 50%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .guide-nav .nav-tabs .nav-link img {
    width: 90px;
  }
}
.guide-nav .nav-tabs .nav-link.active {
  background: #f2fbfd;
}

.guide-info-2 {
  padding: 30px 30px 30px 100px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-info-2 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .guide-info-2 {
    padding: 30px;
  }
}
.guide-info-2 .persent {
  font-weight: 400;
  font-size: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide-info-2 .persent {
    font-size: 50px;
  }
}
.guide-info-2 .persent sup {
  font-size: 20px;
  top: -40px;
}

.news-events-area {
  background: #f2fbfd;
}

.our-quality-area {
  background: #f8f8f8;
}

.our-quality-slider {
  position: relative;
}
.our-quality-slider .slick-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 60px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .our-quality-slider .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .our-quality-slider .slick-prev {
    display: none !important;
  }
}
.our-quality-slider .slick-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: 0;
  font-size: 60px;
  color: #00b5d3;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .our-quality-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .our-quality-slider .slick-next {
    display: none !important;
  }
}
.our-quality-slider .single-quality {
  text-align: center;
}
.our-quality-slider .single-quality .thumb {
  margin-bottom: 20px;
}
.our-quality-slider .single-quality .thumb img {
  display: inline-block;
}
.our-quality-slider .single-quality .content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.our-quality-slider .single-quality .content span {
  font-size: 16px;
}

hr {
  color: #00b5d3;
}

.bg-newsletter {
  background: #093444;
}

.knowledge-nav .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #00b5d3;
}

.knowledge-nav .nav-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.knowledge-nav .nav-item .nav-link {
  border-radius: 10px;
  background: #e3e7ea;
  color: #426276;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .knowledge-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
  }
}

.trails-wrap img {
  border-radius: 5px;
  width: 100%;
}

.new-product-items .product-img img {
  border-radius: 5px;
  width: 100%;
}
.new-product-items .product-content .product-heading img {
  width: 25px;
  height: 25px;
}
.new-product-items .product-content .product-heading span {
  font-size: 14px;
  font-weight: 700;
  color: #00b5d3;
}
.new-product-items .product-content .product-descritpion p {
  font-size: 34px;
  color: #4c6b7c;
  font-weight: 400;
}
@media (max-width: 767px) {
  .new-product-items .product-content .product-descritpion p {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-product-items .product-content .product-descritpion p {
    font-size: 26px;
  }
}
.new-product-items .product-content .product-descritpion h5 {
  color: #395d70;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .new-product-items .product-content .product-descritpion h5 {
    font-size: 16px;
  }
}

.events-items .events-heading .icon {
  font-size: 20px;
  margin-right: 10px;
}
.events-items .events-heading span {
  font-size: 16px;
  font-weight: 700;
  color: #00b5d3;
}
.events-items .events-description {
  border-bottom: 1px solid #ddd;
}
.events-items .events-description p {
  font-weight: 600;
}

.white-title .title {
  color: #fff;
}
.white-title p {
  color: #fff;
}
.white-title span {
  color: #fff;
  font-size: 16px;
}

.section-title p {
  color: #395d70;
  font-size: 18px;
  font-weight: 600;
}

.newsletter-wrap form .email-wrap {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap {
    display: block;
  }
}
.newsletter-wrap form .email-wrap .input-wrap {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap .input-wrap {
    display: block;
  }
}
.newsletter-wrap form .email-wrap .input-wrap input {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  padding: 0px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap form .email-wrap .input-wrap input {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrap form .email-wrap .input-wrap input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.newsletter-wrap form .email-wrap .input-wrap input::placeholder {
  color: #e4e2dc;
}
.newsletter-wrap form .newsletter-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper {
    display: block;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-wrap {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap {
    display: block;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-wrap select {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  appearance: none;
  padding: 0px 20px;
  color: #e4e2dc;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap select {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-wrap select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.newsletter-wrap form .newsletter-wrapper .input-select {
  position: relative;
}
.newsletter-wrap form .newsletter-wrapper .input-select::after {
  position: absolute;
  content: "ïƒ";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  .newsletter-wrap form .newsletter-wrapper .input-select::after {
    top: 33%;
  }
}
.newsletter-wrap form button {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 200px;
}
.newsletter-wrap form button:hover {
  background: #e3e7ea;
  color: #000;
}

.video-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  min-height: 530px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper {
    min-height: 525px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    min-height: 450px;
  }
}
.video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.3;
}
.video-wrapper .video-wrap a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #00b5d3;
  text-align: center;
  height: 110px;
  width: 110px;
  line-height: 110px;
}
@media (max-width: 767px) {
  .video-wrapper .video-wrap a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.video-wrapper .video-wrap a:hover {
  background: #fff;
}
.video-wrapper .video-wrap a:hover i {
  color: #00b5d3;
}
.video-wrapper .video-wrap a i {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-wrapper .video-wrap a i {
    font-size: 12px;
  }
}
.video-wrapper .video-content {
  position: absolute;
  top: 20px;
  left: 10px;
}
.video-wrapper .video-content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 767px) {
  .video-wrapper .video-content h4 {
    font-size: 22px;
  }
}
.video-wrapper .video-content .hub-btn {
  background: #e3e7ea;
  border-radius: 5px;
  padding: 10px 10px;
  margin-right: 20px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .video-wrapper .video-content .hub-btn {
    font-size: 14px;
  }
}
.video-wrapper .video-content .hub-btn:hover {
  background: #00b5d3;
  color: #fff;
}

.video-items .video-wrapper {
  min-height: 180px;
}
.video-items .video-wrapper .video-wrap a {
  height: 50px;
  width: 50px;
}
.video-items .video-wrapper .video-wrap a i {
  font-size: 14px;
}
.video-items .video-description .video-heading {
  color: #00b5d3;
  font-size: 18px;
}
.video-items .video-description .video-heading .icon {
  margin-right: 5px;
}
.video-items .video-description p {
  font-size: 20px;
}

.views-wrap .section-title .title {
  font-size: 24px;
}

.events-items-flex {
  display: flex;
  flex-wrap: wrap;
}

.view-numb {
  flex-wrap: wrap;
  border-radius: 50%;
  background: #002b46;
  color: #fff;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
}

.view-description {
  flex: 1 0 0%;
}
.view-description img {
  width: 25px;
  height: 25px;
}
.view-description span {
  font-size: 18px;
  color: #00b5d3;
  font-weight: 600;
}
.view-description .icon {
  margin-right: 5px;
}
.view-description p {
  font-weight: 600;
  font-size: 16px;
}
.all-resources-wrapper .input-select::after {
  content: " " !important;
  background-image: url(../../../../assets/icons/miniarrow.png);
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-top: 6px;
}

.thumb-wrap .thumb-content p {
  color: #395d70;
  font-size: 18px;
}
.thumb-wrap .thumb-content h5 {
  color: #002b46;
}
.thumb-wrap .thumb-content span {
  color: #00b5d3;
  font-size: 18px;
  font-weight: 600;
}

.social-links-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links-wrap {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .social-links-wrap {
    justify-content: start;
  }
}
.social-links-wrap span {
  color: #4c6b7c;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-links-wrap span {
    margin-bottom: 20px;
  }
}
.social-links-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}
.social-links-wrap ul li:last-child {
  margin-right: 0;
}
.social-links-wrap ul li a i {
  background: #00b5d3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.our-community-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.our-community-wrap .our-community-img {
  position: relative;
  margin-bottom: 15px;
}
.our-community-wrap .our-community-img img {
  border-radius: 5px;
  width: 100%;
}
.our-community-wrap .our-community-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.our-community-wrap .our-community-img .video-btn a {
  color: #fff;
}
.our-community-wrap .our-community-content p {
  color: #4c6b7c;
  font-size: 18px;
  font-weight: 600;
}
.our-community-wrap .our-community-content span {
  color: #333;
}
.our-community-wrap .our-community-content span i {
  background: #00b5d3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 15px;
}

.our-quality-count h2 {
  font-size: 120px;
  color: #00b5d3;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-quality-count h2 {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-quality-count h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .our-quality-count h2 {
    font-size: 60px;
  }
}
.our-quality-count .our-quality-wrap img {
  width: 25px;
  height: 25px;
}
.our-quality-count .our-quality-wrap span {
  color: #002b46;
  font-size: 18px;
  font-weight: 700;
}

.feel-free {
  font-size: 18px;
  font-weight: 500;
  color: #4c6b7c;
}

.testimonials-wrap .thumb-img img {
  width: 100%;
}
.testimonials-wrap .thumb-content {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-wrap .thumb-content {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-wrap .thumb-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-wrap .thumb-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.crops-area {
  background: #f8f8f8;
}

.link-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-page ul li {
  display: inline-block;
}
.link-page ul li a {
  color: #57cadd;
  font-size: 16px;
  font-weight: 600;
}
.link-page ul li a:hover {
  color: #325369;
}
.link-page ul li a i {
  color: #325369;
  margin: 0 5px;
}

.crops-items-wrap .crops-img {
  margin-bottom: 10px;
}
.crops-items-wrap .crops-img img {
  width: 100%;
}
.crops-items-wrap .crops-content span {
  font-size: 18px;
  font-weight: 600;
}

.section-title h1 {
  margin-top: 20px;
  font-size: 55px;
  color: #333333;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    margin-top: 0;
    font-size: 30px;
  }
}

.btn-wrap .knowledges-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #00b5d3;
  border: 1px solid #00b5d3;
  margin-right: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .btn-wrap .knowledges-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.btn-wrap .knowledges-btn:hover {
  background: #333;
  border-color: #333;
}

.search-wrap .input-wrap {
  position: relative;
}
.search-wrap .input-wrap .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}
.search-wrap .input-wrap input {
  width: 100%;
  padding: 15px;
  padding-left: 40px;
  border: 1px solid #dbdbdb;
  outline: none;
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-wrap .input-wrap input {
    font-size: 16px;
  }
}
.search-wrap .input-wrap input::placeholder {
  color: #a8a8a8;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-wrap .input-wrap input::placeholder {
    font-size: 16px;
  }
}

.knowledge-hubs-area {
  background: #fdfdfd;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .knowledge-hubs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}

.knowledge-hubs-img img {
  width: 100%;
}

.knowledge-hubs-content {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #cbd3d9;
}

@media (min-width: 768px) and (max-width: 991px) {
  .knowledge-hubs-content {
    min-height: 85px;
  }
}
.knowledge-hubs-content span {
  color: #00b5d3;
  font-size: 18px;
  font-weight: 600;
}

.knowledge-hubs-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.most-viewed {
  background: #fdfdfd;
}

@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .most-viewed-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}

.most-viewed-img {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .most-viewed-img {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-img img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .most-viewed-img img {
    height: 130px;
  }
}

.most-viewed-content {
  border-bottom: 1px solid #ebebeb;
  min-height: 115px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .most-viewed-content {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-viewed-content {
    flex: 1 0 0%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .most-viewed-content {
    flex: 1 0 0%;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
    min-height: unset;
  }
}
.most-viewed-content i {
  margin-right: 4px;
  color: #5bcfe2;
}
.most-viewed-content span {
  color: #5bcfe2;
  font-size: 18px;
  font-weight: 600;
}
.most-viewed-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.all-resources-area {
  background: #f8f8f8;
}

.all-resources-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .all-resources-wrapper {
    display: block;
  }
}
.all-resources-wrapper .input-wrap {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-wrap {
    display: block;
  }
}
.all-resources-wrapper .input-wrap select {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  appearance: none;
  padding: 0px 20px;
  color: #36586d;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-resources-wrapper .input-wrap select {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-wrap select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.all-resources-wrapper .input-select {
  position: relative;
}
.all-resources-wrapper .input-select::after {
  position: absolute;
  content: "ïƒ";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  .all-resources-wrapper .input-select::after {
    top: 33%;
  }
}

.all-resources-items {
  min-height: 300px;
  /* border-bottom: 2px solid #c7cfd5; */
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .all-resources-items {
    margin-bottom: 20px;
  }
}
.all-resources-items .all-resources-img {
  position: relative;
  margin-bottom: 15px;
}
.all-resources-items .all-resources-img img {
  border-radius: 5px;
  width: 100%;
}
.all-resources-items .all-resources-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  outline: none;
  background: #10c9c3;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.all-resources-items .all-resources-img .video-btn a {
  color: #fff;
}

.all-resources-content span {
  display: inline-block;
  align-items: center;
  color: #00b5d3;

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}
.all-resources-content span i {
  /*margin-right: 2px;*/
  padding-bottom: 5px;
  color: #5bcfe2;
}
.all-resources-content span i.icon-guide,
.all-resources-content span i.icon-crop {
  margin-right: 5px;
}

.all-resources-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-directly span {
  font-weight: 600;
}
.contact-directly .contact-personally span {
  font-weight: 400;
}
.contact-directly .contact-personally .mail-to a i {
  color: #00b5d3;
  font-size: 20px;
}
.contact-directly .contact-personally .tel-number a {
  color: #6f8796;
  font-size: 18px;
}
.contact-directly .contact-personally .tel-number a i {
  color: #00b5d3;
}

.new-product-items .product-content .product-heading-big span {
  font-size: 18px;
  font-weight: 500;
}

.events-items .events-heading-big .icon i {
  font-weight: 500;
}
.events-items .events-heading-big span {
  font-weight: 500;
  font-size: 16px;
}
.events-items .event-descritpion-big p {
  font-size: 18px;
  font-weight: 500;
}

.guide-img img {
  width: 100%;
  margin-bottom: 15px;
}
.guide-img p {
  font-size: 18px;
  font-weight: 500;
}

.footer-area {
  background: #002b46;
}

.footer-separator {
  border-bottom: 1px solid #fff;
}

.footer-social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  background: #00b5d3;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}

.footer-language span {
  color: #fff;
}
.footer-language ul {
  left: 0;
  right: auto;
}

.feature-area {
  background: #f2fbfd;
}

.widget-wrap .widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.widget-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-wrap ul li {
  display: block;
  margin-bottom: 5px;
}
.widget-wrap ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/

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

@media (max-width: 1200px) and (min-width: 800px) {
  .knowledge-hubs-area .side-posts {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }

  .knowledge-hubs-content {
    padding: 0 10px;
  }

  .side-posts .row .side-posts-item {
    margin-left: 0px;
    text-align: center;
  }

  .most-viewed.area {
    margin-top: 300px;
  }
}

@media (max-width: 1026px) and (min-width: 800px) {
  .knowledge-hubs-area {
    padding-bottom: 0;
  }

  .most-viewed.area {
    margin-top: 30px;
  }
}
.knowledge-hubs-description p {
  margin-bottom: 10px;
  font-size: 18px;
  /* margin-left: 13px; */
}

.playit {
  position: absolute;
  transform: translate(88px, -158px);
}

.side-posts-item .playit {
  transform: translate(88px, -144px);

}

.playit img {
  width: 70px !important;
  height: 70px;
  object-fit: contain;
}

@media (max-width: 800px) {
  .all-resources-wrapper {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .side-posts-item {
    margin-top: 10px;
    text-align: center;
  }
  .playit img {
    width: 60px !important;
    height: 60px;
    object-fit: contain;
  }
  .side-posts.mostviewed .row .side-posts-item:last-child {
    justify-content: flex-start;
  }

  .actionButton {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .knowledge-hubs-content {
    text-align: left;
  }

  .actionButton a, .actionButton button {
    width: 100%;
    display: block;
    text-align: center;
  }

  .knowledge-hubs-icon span {
    font-size: 18px !important;
    color: #5bcfe2;
    margin-top: 5px;
  }
}

.mobile-knowledge-hubs-description {
  color: #052b46;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-knowledge-hubs-description a,
.mobile-knowledge-hubs-description a:active,
.mobile-knowledge-hubs-description a:hover,
.mobile-knowledge-hubs-description a:visited {
  color: #052b46 !important;
  opacity: 1;
}

span.select2-selection.select2-selection--multiple {
  max-height: 50px;
  height: 100%;
}

.search-bar-wrapper {
  min-height: 50px;
}

.search-bar-wrapper {
  /* display: none;  */
  z-index: 5;
  position: relative;
}

.filter-wrapper {
  /* display: none; */
}

.all-resources-area .section-title p {
  display: none;
}

@media (max-width: 1200px) {
  .search-bar-wrapper {
    /* display: none; */
  }
  .knowledge-hubs-area .actionButton {
    margin-right: unset;
  }
}

.most-viewed-content .post-desc,
.all-resources-items .post-desc {
  user-select: none;
}

.search-box .search-results .single-result {
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .side-posts.mostviewed {
    width: 279px;
    padding-left: 10px;
  }
  .side-posts .row .side-posts-item {
    width: 279px;
  }
}

@media (max-width: 560px) {
  .side-posts-item {
    margin: 0 !important;
    padding-top: 2px;
  }
  .knowledge-hubs-content {
    margin-bottom: 0 !important;
    width: 100%;
  }
  .knowledge-hubs-area .knowledge-hubs-content p {
    margin-top: 0;
  }
  .knowledge-hubs-info.mobile {
    margin-bottom: 0 !important;
     padding-right: 4%;
  }
  .knowledge-hubs-content p,
  .knowledge-hubs-content i {
    margin-top: 0 !important;
  }
  .knowledge-hubs-description {
    width: 90%;
    font-size: 16px;
    color: #002b46;
    max-width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
    /* border-bottom: 1px solid #cbd3d9 !important; */
  }
}

/* -------------------------- Guides and articles section -------------------------- */
.knowledge-posts-wrap {
  align-items: start;
  justify-content: start;
}

.knowledge-hubs-img {
  position: relative;
  padding-bottom: 14px !important;
  padding-left: 25px !important;
}

.knowledge-hubs-img {
  border-radius: 5px;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: inherit !important;
  padding-bottom: 3%;
  padding-left: 3%;
  position: relative;
  padding-bottom: 14px !important;
  padding-left: 25px !important;
  border-radius: 5px;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: inherit !important;
  padding-bottom: 3%;
  padding-left: 3%;
}

.knowledge-hubs-area .knowledge-hubs-description {
  /*margin:3% 5% !important;*/
  margin:2% !important;
  max-width: 70%;
  padding: 8px;
  border-radius: 5px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

@media (min-width: 768px) {
  .knowledge-hubs-area .knowledge-hubs-description {
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    max-width: 100%;
  }

  .knowledge-hubs-area .col-xl-9 {
    padding-right: 0 !important;
  }

  .knowledge-hubs-area .knowledge-hubs-description .mobile-video-text {
    padding: 32px;
  }
}

.knowledge-hubs-area .col-xl-9 {
  height: 100%;
}

a.link-post,
div.link-post {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(43, 43, 43, 0) 50%,
    rgba(0, 0, 0, 0.4)
  );
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s;
}

.knowledge-hubs-info {
  z-index: 1;
}

.video__blk {
  position: absolute;
  left: 0;
  top: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.video__blk a {
  background: #00b5d3;
  width: 118px;
  min-height: 118px;
  display: inline-block;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 37px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 562px) {
  .knowledge-hubs-description div {
    color: white;
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  .video__blk a {
    max-width: 45px !important;
    max-height: 45px !important;
    min-height: 45px;
    bottom: 56px !important;
  }
}

@media (max-width: 768px) {
  .video__blk a {
    width: 100px;
    height: 100px;
    line-height: 104px;
    font-size: 42px;
    position: absolute;
    bottom: 30px;
  }
}

.knowledge-hubs-info:not(.mobile) {
  display: block !important;
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  .search-action-container{
    position: relative;
    z-index: 1;
  }

  .mobile-video-text {
    display: none;
  }

  .knowledge-hubs-info .knowledge-hubs-description.desktop {
    border-bottom: none;
    display: none;
  }

  .knowledge-hubs-info .knowledge-hubs-description {
    min-width: 100%;
    border-bottom: 1px solid #cbd3d9;
    border-radius: 0;
    margin-top: 0 !important;
    padding-top: 0;
    margin-left: 0 !important;
  }
}

.mobile-knowledge-post-text .knowledge-hubs-description .post-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #5bcfe2;
  position: absolute;
  margin-left: 3px;
  margin-top: 15px;
}

/* ------------- SEARCH BAR -------------  */
.single-result:not(.header):hover {
  background: #e3faff !important;
}

.search-box .search-results .single-result {
  border-radius: 0;
}

.search-box .search-results {
  overflow: hidden;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  padding: 0 0;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
  max-height: 222px;
  overflow-y: auto;
}

.knowledge-hubs-area .container .row.mb-30 {
  margin-bottom: 40px;
}

.single-result.header {
  display: none;
}

.single-result.no-results {
  color: rgba(0, 43, 70, 0.5);
}

.single-result.no-results:hover {
  pointer-events: none;
}

@media (max-width: 1200px) {
  .search-bar-wrapper {
    display: unset !important;
  }
}

@media (max-width: 678px) {
  .mobile-knowledge-post-text .guides-items.icon-video:before {
    margin-left: 2px;
    margin-top: 1px;
    opacity: 0.51;
    width: 20px;
    margin-right: 6px;
    background-position: center;
  }
}

.all-resources-bottom span {
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

@media (max-width: 768px) {
  .all-resources-bottom span,
  .all-resources-bottom span b {
    font-size: 16px;
    line-height: 1.19;
  }
  .read-more-btn {
    font-size: 16px;
  }

  .knowledge-hubs-description p,
  .knowledge-hubs-area .knowledge-hubs-content p {
    opacity: 1;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .mobile-knowledge-post-text .knowledge-hubs-description .post-title,
  .knowledge-hubs-content .term-type,
  .most-viewed-content .term-type {
    opacity: 0.65;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #00b5d3;
  }

  .mobile-knowledge-post-text .knowledge-hubs-description .post-title {
    margin-left: 5px;
  }

  .knowledge-hubs-content .term-type {
    margin-bottom: 8px;
  }

  .knowledge-hubs-area .knowledge-hubs-content p {
    margin-bottom: 8px;
    transform: translate(0px, -5px);
  }
}

.section-breadcrumb-nav {
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 1) 80%
  );
}

.knowledge-hubs-content .term-type {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 7px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid 1px #c9c9c9;
}

.select2-container--default .select2-selection--multiple {
  border: solid 1px #c9c9c9;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-left: 12px;
}

.all-resources-wrap {
  height: 50px;
}

.all-resources-area span.select2.select2-container.select2-container--default {
  width: 100% !important;
  min-width: initial !important;
  background: white;
}

.filters-row {
  /* row-gap: 0px; */
}

.all-resources-wrap {
  height: unset;
}

.select2-results__option {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.select2-results__options[aria-multiselectable="true"] li {
  margin-bottom: 10px;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  min-width: 20px;
  border: 2px solid #00b5d3;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 19px;
}

.filter-item::after {
  content: " " !important;
  background-image: url(../icons/filter-arrow.svg);
  height: 10px;
  width: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  margin-top: 6px;
  z-index: 999999999;
  position: relative;
  display: block;
  bottom: 50%;
  left: 91%;
  pointer-events: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #002b46 !important;
  font-size: 18px;
}

li.select2-results__option {
  display: flex;
  align-items: center;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none !important;
}

.select2-results__option:before {
  content: " " !important;
  display: inline-block;
  position: relative;
  height: 18px;
  min-width: 18px;
  border: 2px solid #00b5d3;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 19px;
  transform: translateY(-1px);
  opacity: 1;
}

.select2-results__option.select2-results__option--selected:before {
  font-family: fontAwesome !important;
  background-image: url(../icons/check-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
  background-color: #00b5d3;
  border: 0;
  display: inline-block;
  padding-left: 3px;
  -webkit-text-stroke: 2px #00b5d3;
}

.select2-results *::-webkit-scrollbar,
.modal *::-webkit-scrollbar {
  all: initial !important;
  width: 8px !important;
  background: #ebebeb !important;
}

.select2-results *::-webkit-scrollbar-thumb,
.modal *::-webkit-scrollbar-thumb {
  all: initial !important;
  background: #c9c9c9 !important;
  /* border-radius: 5px !important; */
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-radius: 2px;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .knowledge-hubs-area .side-posts.mostviewed .side-posts-item {
    max-width: unset;
    width: 50%;
    flex: unset;
  }

  .knowledge-hubs-area
    .side-posts.mostviewed
    .side-posts-item
    .knowledge-hubs-items {
    width: 100%;
  }

  .knowledge-hubs-area
    .side-posts.mostviewed
    .side-posts-item
    .knowledge-hubs-items
    .knowledge-hubs-img {
    width: 100%;
    height: 200px;
  }

  .knowledge-hubs-area .knowledge-hubs-content p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .knowledge-hubs-items .knowledge-hubs-img {
    display: none;
  }

  .knowledge-hubs-info.mobile {
    display: block;
    margin: 10px 0;
    margin-top: 0;
  }

  .knowledge-hubs-content .term-type,
  .mobile-knowledge-post-text .knowledge-hubs-description .post-title {
    opacity: 1 !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.56 !important;
    letter-spacing: normal !important;
    text-align: left !important;
  }
}

.all-resources-items .icon-crop.guide {
  margin-right: 4px !important;
  transform: translateY(2px) !important;
}

.side-posts.mostviewed .term-type i {
  transform: translate(-2px, -3px);
}

.most-viewed-content i.icon-crop.guide {
  margin-right: 7px;
}
.knowledge-hubs-content i.icon-crop {
  margin-right: 5px;
}

.knowledge-hubs-content span i {
  margin-right: 2px;
}

.most-viewed.area .most-viewed-content .term-type {
  opacity: 1;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #00b5d3;
  margin-bottom: 9px;
}

.most-viewed.area .most-viewed-content .term-type .icon-trial,
.most-viewed.area .most-viewed-content .term-type .icon-article {
  transform: translateY(-1px);
}

.most-viewed.area .most-viewed-content .term-type .icon-trial:before {
  width: 18px;
  height: 24px;
  content: "";
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*opacity: 0.5;*/
  transform: translate(1px, -1px);
}

.all-resources-content .icon-trial:before {
  width: 18px;
  height: 24px;
  content: "";
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  /*opacity: 0.5;*/
  /*margin-right: 3px;*/
}

/*@media (max-width: 768px) {*/
/*  .most-viewed.area .most-viewed-content .term-type .icon-trial:before {*/
/*    transform: translate(-3px, 3px);*/
/*    margin-right: 0px;*/
/*  }*/
/*}*/

.knowledge-hubs-info.mobile-knowledge-post-text .knowledge-hubs-description p {
  transform: translateY(-3px);
  margin-bottom: 1px;
}

/*.knowledge-hubs-area .new-gna:hover .knowledge-hubs-img{*/
/*  background-size: 110% !important;*/
/*  transition: 0.35s !important;*/
/*}*/

@media (max-width: 768px) {
  .side-posts-item .knowledge-hubs-content .term-type {
    margin-top: 13px;
    margin-bottom: 9px;
  }

  .most-viewed-content .post-desc {
    height: auto;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  /*.all-resources-area .all-resources-items .icon-testimonial::before,*/
  /*.all-resources-area .all-resources-items .icon-event::before,*/
  .all-resources-area .all-resources-items .icon-article::before {
    /*transform: translateY(1px);*/
  }

  .all-resources-wrap {
    margin-bottom: 15px;
  }
}
.all-resources-bottom.mb-20.mt-4{
  margin-top: 9px !important;
}
.all-resources-bottom {
  margin-bottom: 16px !important;
}

.search-results::-webkit-scrollbar {
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

@media (max-width: 1025px) {
  .mostviewed .side-posts-item .knowledge-hubs-items {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .most-viewed.area .most-viewed-content .term-type {
    font-size: 16px;
  }

  .all-resources-area {
    padding-top: 0;
    background-color: #fff;
  }

  .all-resources-bottom .read-more-btn {
    width: 100%;
  }

  .knowledge-hubs-info .knowledge-hubs-description.desktop {
    display: block;
  }

  .knowledge-hubs-info
    .knowledge-hubs-description.desktop.desktop-main-article-title {
    display: none;
  }
}

.search-results a {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.search-results .single-result.no-results {
  font-family: Inter;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 43, 70, 0.5);
}

@media (max-width: 768px) {
  .search-results a {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .search-box .search-results {
    max-height: 232px;
  }

  .search-results .single-result.no-results {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 43, 70, 0.5);
  }
}

.all-resources-content span i.icon-news:before {
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  /*margin-right: 3px;*/
}

.all-resources-content span i.icon-video:before,
.all-resources-content span i.icon-podcast:before,
.most-viewed-content span i.icon-video:before {
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  margin-bottom: 0px;
  margin-right: 3px;
}
.all-resources-content span i.icon-podcast:before{
  width: 24px;
  height: 24px;
  /*margin-right: 2px;*/
}
.knowledge-hubs-area i.icon-ebook:before,
.most-viewed-content i.icon-ebook:before,
.all-resources-content span i.icon-ebook:before{
  width: 25px;
  margin-right: 3px;
}
.most-viewed-content i.icon-news:before {
  margin-right: 3px;
  transform: translateY(-2px);
}
.side-posts.mostviewed .term-type i.icon-news{
  margin-right: 6px;
  transform: translateY(-1px);
}
.side-posts.mostviewed .term-type i.icon-event {
  margin-right: 6px;
  transform: translateY(-3px);
}

.all-resources-playit {

  position: absolute;
  transition: 0.25s all !important;
  width: 60px !important;
  height: 70px !important;

}

.all-resources-playit img {
  width: 60px !important;
  height: 70px !important;
  min-width: unset;
}

@media (max-width: 1200px) {
  .playit {
    transform: translate(190px, -195px);
  }
}

@media (max-width: 992px) {
  .playit {
    transform: translate(125px, -185px);
  }
}

@media (max-width: 992px) {
  .playit {
    display: none;
  }
}


@media (min-width: 768px) {
.wrap-video {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
  height: 140px;
  min-width: 249px;
}
}

.wrap-video>div {
  transition: 0.25s all !important;
  display: block;
  border-radius: 5px;
  padding: 0 !important;
  height: 140px;
  min-width: 240px;
}

.knowledge-posts-wrap {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px!important;
  /*padding:  0 !important;*/
}

.knowledge-hubs-img{
  transition: 0.25s all !important;
  display: block;
  border-radius: 5px!important;
  padding: 0 !important;
}



.knowledge-posts-wrap{
  position: relative;
}

.animated-icon:hover + .animated-img {
  transition: 0.25s all!important;
  transform: scale(1.1)!important;
}

.all-resources-items .all-resources-img img:hover~.all-resources-items .all-resources-img img {
  transition: 0.25s all!important;
  transform: scale(1.1)!important;}

.all-resources-img{
  position: relative;
}

.venobox{
  position: relative;
}

.all-resources-items {
  position: relative;
}


.animated-icon {
  z-index: 9999
}



.icon-news:before {
  background-image: url("../icons/news.svg") !important;
  /*opacity: 0.5;*/
  transform: translateY(-1px);
}

.icon-podcast:before {
  background-image: url("../icons/podcast.svg") !important;
  /*opacity: 0.5;*/
}

.icon-ebook:before {
  background-image: url("../icons/ebook.svg") !important;
  /*opacity: 0.5;*/
}

.icon-event:before{
  background-size: 18px !important;
  background-position: center !important;
}

.icon-tag:before{
  background-image: url(../icons/tag.svg);
  /*opacity: 0.6 !important;*/
  width: 23px !important;
  height: 31px !important;
}

@media (max-width: 768px) {
  .icon-event:before {
    transform: translate(0px, 0px);
  }
}

.knowledge-hubs-content .icon-event:before{
  transform: translate(0px, -1px);
  width: 18px;
  height: 20px;
}

.most-viewed-content .icon-event:before{
  transform: translate(0px, -3px);
  height: 20px;
  width: 18px;
  margin-right: 3px;
}
.most-viewed-content .icon-crop:before,
.most-viewed-content .icon-crop_category:before
{
  transform: translate(-2px, -2px);
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: transparent !important;
  color: #002b46;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: transparent !important;
}

.select2-results__options{
  /*padding-top: 8px;*/
}

@media (max-width: 768px){

  .most-viewed-wrapper {
    row-gap: 25px;
    padding-top: 10px;
  }

  .mostViewedCols{
    display: flex;
  }

  .knowledge-hubs-area .col-xl-9 {
    height: 100% !important;
  }
}



@media (max-width: 560px){
  .knowledge-hubs-area .col-xl-9.col-12 .knowledge-hubs-img{
    /*right: 20px;*/
    /*width: 90%;*/
  }
}
@media (min-width: 560px){
  .most-viewed-img span{
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .knowledge-posts-wrap.new-gna{
    height: 500px;
  }

}
@media (min-width: 768px) and (max-width: 1200px) {
 .knowledge-hubs-items .wrap-video{
   width: 100%;
 }

  .knowledge-hubs-area .side-posts.mostviewed .side-posts-item{
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .knowledge-hubs-items .playit{
    transform: translate(168px, -143px);
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .knowledge-posts-wrap.new-gna {
    height: 500px !important;
  }
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: transparent;
  color: #002b46;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff !important;
  color: #002b46 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #eaeaeb;
  color: #272727;
}

/*dropdown-select in form*/
@media (max-width: 769px) {
  ul[id^="select2-input_"] li:before{
    display: none !important;
  }
  ul[id^="select2-input_"] li.select2-results__option {
    line-height: 24px;
    font-size: 16px;
    padding: 6px;
  }
  .select2-container--open .select2-dropdown--below:has(ul[id^="select2-input_"]){
    margin-top:0;
  }
}


.footer-url-item a,
.footer-url-item span{
  color: #fff;
}

.all-resources-content .icon-article:before{
  /*background-size: 23px !important;*/
  margin-bottom: 2px;
}
.all-resources-content .icon-event:before{
  /*background-size: 16px !important;*/
  transform: translateY(-2px);
  width: 18px;
  height: 20px;
  /*margin-right: 4px;*/
}
.knowledge-hubs-area i.icon-tag:before,
.most-viewed-content i.icon-tag:before,
.all-resources-content span i.icon-tag:before{
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple{
  background-color: transparent !important;
}

.loading-knowledge-resources, .loading-knowledge-resources:hover {
  pointer-events: none;
  cursor: progress;
}

.mobile-video-text {
  cursor: pointer;
  user-select: none;
}
@media (max-width: 992px) {
  .search-action-container{
    position: relative;
    z-index: 1;
  }
}

.select2-search select2-search--dropdown{
  margin-bottom: 5px;
}

.select2-search__field{
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.select2-dropdown .select2-search--dropdown{
  padding: 7px;
  margin-bottom: 0;
}

.select2-search--dropdown .select2-search__field{
  border: solid 1px #909090;
}


.select2-container--default .select2-search--dropdown .select2-search__field{
  padding: 7px;
}

.select2-dropdown .select2-search--dropdown:after{
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 718' d='M15.5 14h-.79l-.28-.27a6.51 6.51 0 1 0-.7.7l.27.28v.79l5 4.99L20.49 19zm-6 0A4.5 4.5 0 1 1 14 9.5 4.494 4.494 0 0 1 9.5 14z' transform='translate(-3 -3)' style='fill:%23132b44'%3E%3C/path%3E%3C/svg%3E");  background-repeat: no-repeat;
  top: 18px;
  right: 17px;
  width: 17.5px;
  height: 17.5px;
}

.select2-results__option[aria-live="assertive"]{
  padding-left: 15px !important;
}

.select2-results__option[aria-live="assertive"]:before{
  display: none;
}

@media (max-width: 768px){
  .knowledge-hubs-description .term-type{
      display: none;
  }

  .knowledge-hubs-info.mobile-knowledge-post-text .knowledge-hubs-description p{
    padding-top: 20px;
  }

  .knowledge-hubs-info.mobile-knowledge-post-text .knowledge-hubs-description p span {
    user-select: none;
  }


  .header-mobile{
    position: relative;
    z-index: 9;
  }

  .page-template-knowledge-hub .knowledge-hubs-area{
    position: relative;
    z-index: 0;
  }
}


.no-results-text div {
  opacity: 0.7;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding: 40px 12px;
}

@media (max-width: 768px) {
  .no-results-text div {
    font-size: 18px;
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .knowledge-posts-wrap{
    max-width: 806px;
  }
}

@media (min-width: 1400px) {
  .knowledge-posts-wrap{
    max-width: 894px;
  }
}

@media (max-width: 768px){
  .knowledge-hubs-area .col-xl-9.col-12 .knowledge-hubs-img{
    aspect-ratio: 335 / 189;
    height: auto !important;
    max-height: unset !important;
  }
  .knowledge-hubs-img a,
  .knowledge-hubs-img {
    position: relative !important;
  }
  .knowledge-hubs-description.desktop{
    display: none !important;
  }
}

/*icons*/
.all-resources-content i,
.all-resources-content i:before,
.most-viewed-content i,
.most-viewed-content i:before,
.knowledge-hubs-content .term-type i,
.knowledge-hubs-content .term-type i:before{
  margin-right: 0 !important;
}