body {
  color: rgb(22, 21, 21);
  font-size: 16px;
  font-family: Verdana, Tahoma, sans-serif;
}

p {
  line-height: 1.6em;
  margin-bottom: 0.6em;
}

h1 {
  font-family: Verdana, Tahoma, sans-serif;
  color: #1f4779;
  font-size: 2.5rem;
}

h2 {
  color: #1f4779;
  font-size: 2rem;
}

h3 {
  color: #1f4779;
  font-size: 1.5rem;
}

h5 {
  color: #1f4779;
  font-size: 1.2rem;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.25s ease;
  color: #29aae2;
}
a:hover {
  color: #1f4779;
  text-decoration: none;
}

ul {
  list-style: none;
}
.pos-fixed {
  position: fixed;
}

.featured-image {
  margin-bottom: 30px;
}
.featured-image img {
  margin: 0;
}

.post-category {
  margin-bottom: 10px;
}

.post-date {
  margin-bottom: 10px;
}

.page-single,
.post-single {
  padding-top: 60px;
}
.page-single img,
.post-single img {
  margin: 20px 0;
}
.page-single .featured-image,
.post-single .featured-image {
  margin-bottom: 30px;
}
.page-single .featured-image img,
.post-single .featured-image img {
  margin: 0;
}
.page-single .page-title-container,
.post-single .page-title-container {
  margin-bottom: 55px;
  position: relative;
}
.page-single p.lead,
.post-single p.lead {
  text-align: center;
  color: #1f4779;
  padding: 0;
  margin: 0;
}
.page-single h2,
.post-single h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 35px;
  padding-top: 20px;
}
.page-single h2.main-page-title,
.post-single h2.main-page-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.page-single h3,
.post-single h3 {
  font-size: 24px;
  font-weight: 500;
}
.page-single h3::before,
.post-single h3::before {
  content: "";
  height: 1px;
  width: 1px;
}
.page-single h3::after,
.post-single h3::after {
  content: "";
  height: 1px;
  width: 1px;
}
.page-single .map-location,
.post-single .map-location {
  margin: 40px 0;
}

header {
  background: #fff;
}
header .header-logo {
  padding-left: 15px;
  max-width: 190px;
}

.main-menu {
  padding: 20px 0;
  position: relative;
}
.main-menu .menu-right {
  display: none;
  align-items: center;
  justify-content: right;
}
@media (min-width: 992px) {
  .main-menu .menu-right {
    display: flex;
  }
}
.main-menu ul {
  display: flex;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.main-menu ul li {
  margin-left: 10px;
  text-decoration: none;
  transition: 0.25s ease;
  color: #29aae2;
  cursor: pointer;
}
.main-menu ul li a {
  padding: 5px 15px;
  position: relative;
}
.main-menu ul li a:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 40%;
  background-color: #1f4779;
  height: 3px;
}
.main-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0%;
  background-color: #1f4779;
  height: 3px;
  transition: width 0.25s ease;
}
.main-menu ul li.no-link a {
  cursor: pointer !important;
}
.main-menu ul ul.sub-menu {
  position: absolute;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 100;
  padding: 15px 0;
  line-height: 43px;
  border-radius: 15px;
  margin-left: -55px;
  top: 90px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.main-menu ul ul.sub-menu li {
  margin: 0;
  padding: 0;
  min-width: 200px;
  text-align: left;
  line-height: 1.5em;
}
.main-menu ul ul.sub-menu li a {
  margin: 0;
  border: 1px solid #fff;
  border-top-color: rgb(248, 145, 28);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 7px 25px;
  display: block;
  background: #fff;
}
.main-menu ul ul.sub-menu li a:hover {
  background: #fff;
  color: #1f4779;
}
.main-menu .mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  width: 0;
  background-color: #fafafa;
  z-index: 100000;
  top: 0;
  left: -100%;
  transition: all 0.4s ease;
  opacity: 0.1;
}
.main-menu .mobile-menu ul {
  display: flex;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  flex-direction: column;
  position: absolute;
  top: 100px;
  line-height: 2em;
}
.main-menu .mobile-menu ul li {
  margin-left: 10px;
  text-decoration: none;
  transition: 0.25s ease;
  color: #29aae2;
  cursor: pointer;
}
.main-menu .mobile-menu ul li a {
  padding: 5px 15px;
  position: relative;
}
.main-menu .mobile-menu ul li a:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 40%;
  background-color: #1f4779;
  height: 3px;
}
.main-menu .mobile-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0%;
  background-color: #1f4779;
  height: 3px;
  transition: width 0.25s ease;
}
.main-menu .mobile-menu ul li.no-link a {
  cursor: pointer !important;
}
.main-menu .mobile-menu ul ul.sub-menu {
  position: absolute;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 100;
  padding: 15px 0;
  line-height: 43px;
  border-radius: 15px;
  margin-left: -55px;
  top: 90px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.main-menu .mobile-menu ul ul.sub-menu li {
  margin: 0;
  padding: 0;
  min-width: 200px;
  text-align: left;
  line-height: 1.5em;
}
.main-menu .mobile-menu ul ul.sub-menu li a {
  margin: 0;
  border: 1px solid #fff;
  border-top-color: rgb(248, 145, 28);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 7px 25px;
  display: block;
  background: #fff;
}
.main-menu .mobile-menu ul ul.sub-menu li a:hover {
  background: #fff;
  color: #1f4779;
}
.main-menu .mobile-menu .menu-icon-close {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 65px;
  right: 50px;
  cursor: pointer;
}
.main-menu .mobile-menu.slide-menu {
  left: 0;
  opacity: 1;
  width: 100%;
  position: fixed;
}
.main-menu .menu-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  content: "";
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-menu .menu-icon {
    display: none;
  }
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.carousel-item {
  height: 40vh;
  min-height: 350px;
  background: no-repeat center right scroll;
  background-size: cover;
}
@media (min-width: 768px) {
  .carousel-item {
    height: 62vh;
    background: no-repeat center center scroll;
    background-size: cover;
  }
}

.carousel-caption {
  position: absolute;
  top: 15%;
  bottom: auto;
  right: 9%;
  left: auto;
  left: auto;
  z-index: 10;
  padding: 20px;
  color: #fff;
  text-align: left;
  max-width: 380px;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-caption h3 {
  font-weight: normal;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: Verdana, Tahoma, sans-serif;
  transform: scale(0.85, 1);
  margin-left: -7.5%;
}
@media (min-width: 576px) {
  .carousel-caption h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.carousel-caption p.lead {
  color: inherit;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #1f4779;
  padding-bottom: 10px;
}
.carousel-caption p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: inherit;
}
@media (min-width: 576px) {
  .carousel-caption p {
    font-size: 1.313rem;
    line-height: 2.25rem;
  }
}
.carousel-caption .btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 0;
  font-family: Verdana, Tahoma, sans-serif;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1875rem;
  padding: 0.5rem 2.5rem;
}
.carousel-caption .btn:hover {
  background: #fff;
  color: #000;
}

.carousel-caption.left {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 768px) {
  .carousel-caption.left {
    left: 9%;
    right: auto;
    transform: translateX(0);
  }
}

.carousel-indicators li {
  background-color: #cccccc;
  width: 12px;
  transition: width 0.3s ease;
  height: 3px;
}

.carousel-indicators li.active {
  background-color: #1f4779;
  width: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.product-cards .card {
  margin-bottom: 25px;
  box-shadow: 0px 5px 22px -9px rgba(68, 137, 190, 0.8);
  border: 1px solid #fff;
  min-height: 600px;
  transition: all 0.4s ease;
  padding: 15px;
  height: 95%;
  transition: all 0.4s ease;
}
.product-cards .card .card-body {
  padding-bottom: 60px;
}
.product-cards .card .card-body p.card-text {
  padding: 8px;
  margin: 0 !important;
  line-height: 1.3;
}
.product-cards .card .card-body a.read-more {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  padding: 4px 20px 6px;
  background: #29aae2;
  color: white;
}
.product-cards .card .card-image {
  padding-top: 10px;
  text-align: center;
  max-height: 200px;
  overflow: hidden;
}
.product-cards .card .card-image img {
  max-height: 250px;
  width: auto;
  max-width: 90%;
  margin: 0;
}
.product-cards .card:hover {
  transition: all 0.4s ease;
  box-shadow: 0px 5px 22px -9px rgba(95, 146, 186, 0.81);
  border: 1px solid #29aae2;
}
.product-cards .card.horizontal {
  min-height: 50px;
}
.product-cards .card.horizontal .card-body a.read-more {
  position: absolute;
  bottom: 15px;
  left: auto;
  right: 30px;
  transform: none;
  padding: 4px 20px 6px;
  background: #29aae2;
  color: white;
}

.product-cards.partners .card {
  min-height: 300px;
}
.product-cards.partners .card .card-body {
  padding-bottom: 30px;
}

.product-cards.news .card {
  min-height: 500px;
  margin-bottom: 30px;
}
.product-cards.news .card .card-body {
  padding-bottom: 60px;
}

.product-cards.front .card {
  margin: 0 10px;
  min-height: 270px;
  display: flex;
  border: 1px solid #eeeeee;
  flex-direction: column;
  box-shadow: 0px 5px 22px -9px rgba(68, 137, 190, 0.6);
}
.product-cards.front .card .card-image {
  flex: 1 1 40%;
}
.product-cards.front .card .card-body {
  padding-bottom: 60px;
  flex: 1 1 100%;
}
.product-cards.front .card .card-body h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-cards.front .card {
    flex-direction: row;
  }
}
.product-cards.front .card:hover {
  transition: all 0.4s ease;
  box-shadow: 0px 5px 22px -9px rgba(95, 146, 186, 0.81);
  border: 1px solid #29aae2;
}

.about-cards .card {
  margin-bottom: 25px;
  box-shadow: 0px 5px 22px -9px rgba(95, 146, 186, 0.21);
  border: 0;
  min-height: 300px;
  transition: all 0.4s ease;
  padding: 20px;
}
.about-cards .card .card-body {
  padding-bottom: 60px;
}
.about-cards .card .card-body p.card-text {
  padding: 8px;
  margin: 0 !important;
  line-height: 1.3;
}
.about-cards .card .card-body a.read-more {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  padding: 4px 20px 6px;
  background: #29aae2;
  color: white;
}
.about-cards .card .card-image {
  padding-top: 20px;
  text-align: center;
}
.about-cards .card .card-image img {
  max-height: 250px;
  width: auto;
  margin: 0;
}
.about-cards .card:hover {
  box-shadow: 0px 5px 22px -9px rgba(95, 146, 186, 0.81);
}

a.download {
  padding: 4px 20px 6px;
  background: #29aae2;
  color: white;
}
a.download:hover {
  background: #1f4779;
}
a.download i {
  margin-right: 5px;
}

.owl-item {
  height: 100%;
}

.brands-logo {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 60px;
}
.brands-logo h2 {
  text-align: center;
  margin-bottom: 40px;
}
.brands-logo .logo-container {
  display: flex;
  justify-content: center;
}
.brands-logo .logo-container .logo {
  height: 100%;
}
.brands-logo .logo-container .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands-logo .logo-container .logo a img {
  width: auto;
  height: 100%;
  max-width: 150px;
}

footer {
  position: relative;
  width: 100%;
  background: #eaeef0;
  min-height: 80px;
  margin-top: 50px;
  padding-top: 40px;
}
footer .footer-top .footer-logo {
  margin: 0;
  display: flex;
  justify-content: center;
}
footer .footer-top .footer-logo img {
  max-width: 200px;
}
footer .footer-top p.about-us-short {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  height: 100%;
  margin-bottom: 50px;
}
footer .footer-top ul {
  padding-top: 5px;
}
footer .footer-top ul li {
  line-height: 1.9;
}
footer .footer-top .social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
  height: 100%;
}
footer .footer-top .social-icons a {
  font-size: 25px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  footer .footer-top .footer-logo {
    justify-content: flex-start;
  }
  footer .footer-top p.about-us-short {
    justify-content: flex-start;
  }
  footer .footer-top .social-icons {
    justify-content: flex-end;
  }
}
footer .copyright {
  background: #eaeff5;
  margin-top: 30px;
}
footer .copyright .copyright-copy {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}
footer .copyright .copyright-copy .copy {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
footer .copyright .copyright-copy .copy p {
  text-align: center;
}
footer .copyright .copyright-copy .links {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
footer .copyright .copyright-copy .links ul {
  margin: 0;
  display: flex;
  margin-left: 0;
  padding-left: 0;
}
footer .copyright .copyright-copy .links ul li {
  margin-left: 20px;
}
footer .copyright .copyright-copy.left {
  text-align: center;
}
@media (min-width: 576px) {
  footer .copyright .copyright-copy {
    text-align: left;
  }
  footer .copyright .copyright-copy .copy {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  footer .copyright .copyright-copy .copy p {
    text-align: left;
  }
  footer .copyright .copyright-copy .links {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  footer .copyright .copyright-copy .links ul {
    display: flex;
    margin-left: auto;
  }
  footer .copyright .copyright-copy .links ul li {
    margin-left: 20px;
  }
  footer .copyright .copyright-copy.left {
    text-align: left;
  }
}
footer .copyright .copyright-menu {
  padding-top: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
}
footer .copyright .copyright-menu ul {
  display: flex;
  font-size: 12px;
  padding: 0;
}
footer .copyright .copyright-menu ul li {
  margin-right: 20px;
}

.licences img {
  margin: 0 !important;
}

/* Overall Form CF7 Styles */
.wpcf7 {
  background-color: transparent;
  width: 100% !important;
}

.wpcf7-form input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100% !important;
}

/* Turn an input box into an input line */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 15px;
  padding-bottom: 10px;
  color: rgb(22, 21, 21);
}

/* Label Text Contact Form 7 CSS Styles */
.wpcf7 label {
  padding: 0;
  font-size: 20px;
  width: 100%;
}

/* Change input field styles when click into (on focus) */
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  background-color: transparent;
  color: #1f4779;
  border-bottom: 1px solid #1f4779;
}

.wpcf7 input[type=text]:active,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=tel]:active {
  background-color: transparent;
}

/* Textarea Field CF7 CSS Styles */
.wpcf7 textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #999;
  background: transparent;
  color: rgb(22, 21, 21);
  font-size: 15px;
}

/* Dropdown */
.wpcf7 .wpcf7-select {
  font-size: 15px;
  padding-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  /* you can use pixels, em, rem, % to determine the width */
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #999;
  background: transparent;
  color: #4c4f57;
  background: url(/wp-content/themes/keursaloum/assets/images/contact-drop-arrow-dark.png) no-repeat 100% 40%;
}

.wpcf7-select option {
  background: #fff;
}

/* Submit Button CF7 CSS Styles */
.wpcf7 input[type=submit] {
  width: 170px;
  padding: 9px 10px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 1em;
  transform: scale(1);
  background: #29aae2;
  color: white;
}

.wpcf7 input[type=reset] {
  background: transparent;
  border: 0;
  padding: 0;
  color: rgb(22, 21, 21);
  font-size: 15px;
  border-bottom: 1px solid #929293;
  margin-top: 20px;
}
.wpcf7 input[type=reset]:hover {
  color: #c2c2c2;
}

/* reset button*/
.reset-button {
  margin-bottom: 25px;
}

/* validation */
span.wpcf7-not-valid-tip {
  font-size: 13px;
}

/* Thank you message CSS styles */
.wpcf7-response-output {
  border: 1px solid gray;
  background-color: #ececec;
  font-size: 20px;
  color: black;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px !important;
}

/* Upload button new */
input[type=file] {
  -webkit-appearance: initial;
  background-color: initial;
  padding: initial;
  border: initial;
  margin-top: -32px;
  width: 0px;
}

.custom-file-upload {
  color: #999;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: 1px dashed #999;
  font-size: 15px !important;
  padding: 10px !important;
  margin: 10px 0 20px 0;
}

.career-form .wpcf7 input[type=submit] {
  background: #323233;
  color: #fff;
  font-size: 17px;
}
.career-form .wpcf7 input[type=submit]:hover {
  background: #6d6d6e;
}
.career-form .wpcf7 input[type=text],
.career-form .wpcf7 input[type=email],
.career-form .wpcf7 input[type=tel] {
  border-bottom: 1px solid #999;
  color: #000;
}
.career-form .wpcf7 input[type=text]:focus,
.career-form .wpcf7 input[type=email]:focus,
.career-form .wpcf7 input[type=tel]:focus,
.career-form .wpcf7 textarea:focus {
  color: #00b5ed;
  border-bottom: 1px solid #00b5ed;
}
.career-form .wpcf7 .wpcf7-select {
  font-size: 15px;
  border-bottom: 1px solid #999;
  background: transparent;
  color: #4f4f50;
  background: url(/wp-content/themes/gulfresearcher/assets/img/contact-drop-arrow-dark.png) no-repeat 100% 40%;
}
.career-form .wpcf7-select option {
  background: #fff;
  color: #4f4f50;
  padding-left: 0;
  padding-bottom: 5px;
}
.career-form .linkedin-button {
  padding: 15px 15px;
  background: #00b7ee;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  border: 0 none;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
}
.career-form .wpcf7 textarea {
  border-bottom: 1px solid #999;
  color: #323233;
}

/* First page contact */
button.talk-about {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px 0 10px 25px;
  font-size: 19px !important;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: white;
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
}
button.talk-about:hover {
  background: rgb(209, 209, 209);
}

button.talk-about.apply {
  margin-top: 240px;
  margin-bottom: 35px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  padding: 10px 25px;
  font-size: 19px !important;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: white;
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
}
button.talk-about.apply:hover {
  background: rgb(209, 209, 209);
}

/* Dropdown Button */
.dropbtn {
  position: relative;
  margin-top: 20px;
  background: transparent;
  color: #fff;
  padding: 16px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #999;
}
.dropbtn::after {
  display: block;
  top: 15px;
  right: 0;
  position: absolute;
  content: url(/wp-content/themes/gulfresearcher/assets/img/contact-drop-arrow.png);
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  z-index: 1000;
}
.dropbtn::before {
  content: "";
  width: 0;
  height: 0;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d4d4d4;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  display: block;
  width: 104%;
  left: -2%;
  background-color: #00aaab;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.owl-nav .owl-prev .nav-btn.prev-slide {
  background-color: #fff;
  background-position: center center;
  background-image: url(../../assets/images/caret-thin.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
}
.owl-nav .owl-prev .nav-btn.prev-slide:hover {
  background-image: url(../../assets/images/caret-thin-grey.svg);
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.owl-nav .owl-next .nav-btn.next-slide {
  background-color: #fff;
  background-position: center center;
  background-image: url(../../assets/images/caret-thin.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.owl-nav .owl-next .nav-btn.next-slide:hover {
  background-image: url(../../assets/images/caret-thin-grey.svg);
}
.owl-nav .disabled {
  opacity: 0.2 !important;
}
.owl-nav .disabled .nav-btn.next-slide:hover,
.owl-nav .disabled .nav-btn.prev-slide:hover {
  background-image: url(../../assets/images/caret-thin.svg);
}

.owl-dots {
  margin-top: 30px;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #007BFF;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1000;
}

#scrollToTopBtn.show {
  opacity: 1;
  transform: translateY(0);
}

#scrollToTopBtn:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}

#scrollToTopBtn span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}