/* Open Sans Font (Regular, Medium , Bold) */
@font-face {
  font-family: "Roc Grotesk";
  src: url("../fonts/roc-grotesk-compressed-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Fresh Marker";
  src: url("../fonts/freshmarker.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Roc Grotesk" !important; */
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  display: inline-block;
}
body {
  overflow-x: hidden;
}
:root {
  --red: #e42518;
  --black: #000000;
  --footer-bg: #1f1f1f;
  --navy-blue: #003160;
  --purple: #750dbe;
  --seablue: #17a2bc;
  --dark-gray: #00000047;
  --shadow: #00000029;
  --border: #00000014;
  --submenu: #747474;
  --gray-text: #8b8b8b;
  --gray-200: #9a9a9a;
  --gray: #f3f3f3;
  --white: #ffffff;
}

::selection {
  background-color: #2a7d2e;
  color: var(--white);
}

body {
  line-height: 1.4;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Header */
/* Header */

.custom-font h2 {
  font-family: "Roc Grotesk" !important;
}
.fresh-font {
  font-family: "Fresh Marker" !important;
}

.navbar {
  width: 100%;
  background: #fff;
  transition: 0.4s all ease-in-out;
  z-index: 999;
  position: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background: #f0e6da;
  padding: 15px 0px;
  font-family: "Inter" !important;
}

div.elementor {
  padding-top: 118px;
}

.top-nav {
  background: #f3f9f4;
}

.top-nav .inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
}

.top-nav .inner .header-widgets {
  width: 100%;
  justify-content: space-between;
}

.top-nav .wp-block-social-links {
  margin: 4px 0;
}

.top-nav .inner .menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-nav .inner .menu .menu-item {
  position: relative;
  line-height: 1;
}

.top-nav .inner .menu .menu-item:last-child {
  margin-right: 0;
}
.top-nav .inner .menu .menu-item a {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white);
}

.top-nav .inner .menu .menu-item {
  margin-right: 35px;
}

.top-nav .inner .menu .menu-item:not(:last-child) a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -20px;
  height: 15px;
  width: 0;
  border: 1px solid var(--white);
}

.top-nav .inner .header-widgets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-nav .inner .header-widgets a {
  color: #2a7d2e;
  font-size: 12px;
}
.top-nav .inner .header-widgets a img {
  margin-right: 10px;
}

.navbar.sticky {
  position: fixed;
  box-shadow: 0 0 10px var(--shadow);
  backdrop-filter: blur(10px) brightness(0.4);
  background: #fff;
  animation-name: header;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  top: 0px;
}
@keyframes header {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}

.navbar .hamburger {
  position: absolute;
  transition: 0.35s;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 5px;
  height: 40px;
  width: 40px;
  background: url(../images/toggler-icon.svg) no-repeat center;
  padding: 5px;
  z-index: 1000;
  display: none;
  cursor: pointer;
  filter: invert(1);
}

.navbar .hamburger .bars {
  display: none;
}

.navbar .hamburger .bars:nth-child(2) {
  margin: 5px 0;
}

.navbar .hamburger.active .bars {
  background: var(--navy-blue);
}

.navbar .hamburger.active .bars:nth-child(1) {
  transform: translateY(8px) translateX(0) rotate(45deg);
}

.navbar .hamburger.active .bars:nth-child(2) {
  opacity: 0;
}

.navbar .hamburger.active .bars:nth-child(3) {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}

.navbar .wp-block-social-links .wp-social-link a svg {
  font-size: 0;
}

.navbar .wp-block-social-links .wp-social-link {
  background-size: 29px;
  background-repeat: no-repeat;
}

.navbar .navbar-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 15px;
  align-items: center;
}

.navbar .navbar-wrapper .navigation {
  display: flex;
  align-items: center;
  position: relative;
}

.navbar .navbar-wrapper .navigation .menu-primary-menu-container {
  height: 100%;
}

.navbar .navbar-wrapper .logo {
  max-width: 311px;
  width: 100%;
}

.navbar .navbar-wrapper .logo img {
  width: 100%;
  /* 	filter: brightness(0); */
}

.navbar .navbar-wrapper .logo a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  color: var(--navy-blue);
}

.navbar .navbar-wrapper .logo .custom-logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar .navbar-wrapper .logo .custom-logo-link img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.navbar .navbar-wrapper .menu {
  display: flex;
  transition: 0.3s all ease-in-out;
  padding-left: 20px;
}

.navbar .navbar-wrapper .menu .menu-item {
  position: relative;
  display: flex;
}

.navbar .navbar-wrapper .menu .menu-item a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  color: var(--black);
  display: flex;
  text-transform: capitalize;
  align-items: center;
  font-weight: 500;
  padding-top: 5px;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-duration: 0.3s;
}

.navbar .navbar-wrapper .menu .menu-item a::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 4px;
  width: 100%;
  border: 2px solid #2a7d2e;
  border-radius: 5px 5px 0px 0px;
  transform: scaleX(0);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.3s;
}
.navbar .navbar-wrapper .menu .menu-item a[aria-current="page"] {
  color: #1c987b !important;
}

/* .navbar .navbar-wrapper .menu .menu-item:not(:last-child) {
    margin-right: 80px;
} */

.navbar .navbar-wrapper .menu .current-menu-ancestor {
  position: relative;
}

.navbar .navbar-wrapper .menu .menu-item.current-menu-item a {
  transition: 0.3s all ease-in-out;
}

.navbar .navbar-wrapper .menu li.mega-menu.menu-item-has-children,
.navbar .navbar-wrapper .menu li.single-column-menu.menu-item-has-children {
  position: relative;
}

.navbar .navbar-wrapper .menu li.mega-menu.menu-item-has-children::after,
.navbar
  .navbar-wrapper
  .menu
  li.single-column-menu.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border: 0;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  cursor: pointer;
}

.navbar .navbar-wrapper .menu .mega-menu-item {
  flex-direction: column;
  align-items: start;
}

.navbar .navbar-wrapper .menu .mega-menu-item > a {
  font-size: 20px;
  font-weight: 500;
  color: var(--navy-blue);
  margin-bottom: 5px;
  white-space: nowrap;
}
.navbar div.hamburger.active {
  background-image: url(../images/close.png);
  filter: invert(38%) sepia(7%) saturate(3866%) hue-rotate(73deg)
    brightness(104%) contrast(103%);
}

/* Country Tabbing */
.country-tabbing .elementor-tab-title:not(.elementor-active) {
  border: 1px solid #e6e6e6 !important;
  border-radius: 8px;
  font-size: 14px;
  color: #7d9194;
  font-weight: 500;
}

.country-tabbing .elementor-tab-title.elementor-active {
  background: #2a7d2e;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: white !important;
}

.country-tabbing .elementor-tabs-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.country-tabbing .elementor-tabs-wrapper .elementor-tab-title {
  white-space: nowrap;
  margin-right: 20px;
}

.country-tabbing .elementor-tabs-content-wrapper .country-content {
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 2.6666665077209473px 21.333332061767578px 0px
    rgba(0, 0, 0, 0.16);
}
.elementor-widget-tabs .elementor-tab-content {
  padding: 0px !important;
}

@media (min-width: 1600px) {
  .country-tabbing {
    max-width: 500px !important;
  }

  .country-tabbing .elementor-tabs-wrapper {
    justify-content: space-around;
  }

  .country-tabbing .elementor-tab-title {
    font-size: 20px !important;
  }

  .country-tabbing .elementor-tab-content {
    font-size: 20px;
  }

  .country-tabbing .elementor-tabs-wrapper {
    margin-bottom: 40px;
  }
}

/* Footer */
.footer-container {
  max-width: 1157px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer#footer {
  background: #f0e6da;
  padding: 90px 0;
}

section.panel.widget_1 {
  display: flex;
  align-items: center;
}

section.panel.widget_2 .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}

section.panel.widget_2 .wp-block-group__inner-container a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
}

section.panel.widget_2 .wp-block-group__inner-container a img {
  margin-right: 10px;
}

.footer_inner .footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

section.panel.widget_2 figure.wp-block-image.size-full:nth-child(1) {
  margin-right: 20px;
}

a.footer-links img {
  width: 35px;
}

section.panel.widget_1
  .widget-container.widget_block.widget_media_image:not(:last-child) {
  margin-right: 12px;
}

footer figure {
  margin: 0;
}

.copyright-statement {
  border-top: 1px solid white;
  padding-top: 20px;
}

.footer_inner {
  padding-bottom: 0px;
}

.copyright-statement p {
  font-size: 14px;
  color: white;
}
/*  */

.with-underline {
  position: relative;
}
.with-underline::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 100%;
  background-image: url(../images/underline.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left center;
  bottom: -25px;
  left: 0;
}

.with-dot .elementor-image-box-content h3.elementor-image-box-title:before {
  content: "\B7";
  font-weight: 900;
  margin-right: 5px;
}

/* Contact form */

.contact-form h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-form .form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-form .form-row .input-duo {
  width: 49%;
}

.contact-form label {
  margin-bottom: 5px;
  display: inline-block;
}
.contact-form input:not(input[type="submit"]),
.contact-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -8px;
}
.contact-form .submit-btn {
  max-width: 120px;
  width: 100%;
  height: 40px;
  background: #2a7d2e;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid green;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}

section.panel.widget_2 figure.wp-block-image.size-full {
  padding: 0 10px;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.icon-list .elementor-icon-list-item {
  position: relative;
  padding-left: 30px !important;
}

.icon-list .elementor-icon-list-item::before,
.icon-list .elementor-icon-list-item::after {
  content: "";
  position: absolute;
}

.icon-list .elementor-icon-list-item::before {
  top: 4px;
  left: 8px;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.icon-list .elementor-icon-list-item::after {
  top: 7px;
  height: 1px;
  width: 15px !important;
  background: #000;
}
.elementor-widget-tabs div.elementor-tabs-wrapper {
  overflow: visible;
}
.error404 article.main-content {
  min-height: calc(100vh - 263px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.error404 article.main-content ul {
  display: flex;
  font-size: 5vw;
  font-weight: 500;
}

.error404 article.main-content .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.error404 nav.navbar {
  background: #2a7d2e;
  position: static;
}

.error404 nav.navbar .navbar-wrapper {
  padding: 20px;
}

.country-content {
  min-height: 160px;
}

.have-border .elementor-widget-container {
  position: relative;
}

.have-border .elementor-widget-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border: 2px solid #ffffff;
}

.contains-leave .elementor-widget-container {
  padding-bottom: 20%;
  background-position: 0 150% !important;
}

.icons img {
  width: 80px;
}
/* .navbar .navbar-wrapper .menu .menu-item:last-child a {
  background: #348239;
  padding: 12px 16px;
  color: white !important;
  border-radius: 7px;
  margin-left: 70px !important;
  margin-right: 0px !important;
} */
.news-outer-box {
  display: flex;
  justify-content: space-evenly;
  /*     align-items: center; */
  padding: 20px 10px;
  flex-wrap: wrap;
}

.news-outer-box .news-box {
  margin-bottom: 26px;
}

.news-outer-box .news-box .news-date {
  font-size: 15px;
  margin-bottom: 10px;
  color: #717171;
}
.news-text-detail .news-title {
  margin-top: 3px;
  font-size: 22px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}
.container.post-container article.post.single {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
}
.container.post-container article.post.single .post-thumbnail {
  text-align: center;
  margin-bottom: 15px;
}

.container.post-container article.post.single h2 {
  margin-bottom: 10px;
}

.container.post-container article.post.single .post-date {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.container.post-container article.post.single p {
  margin-bottom: 8px;
}
.news-img {
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: 0.35s;
}
.news-img:hover img {
  transform: rotate(10deg) scale(1.3);
  transition-duration: 0.8s;
}
.news-outer-box .news-box .news-container {
  display: flex;
}
.news-outer-box .news-box .news-container .news-img {
  margin-right: 20px;
  min-width: 350px;
  max-width: 350px;
  width: 100%;
}
.news-short-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #9c9c9c;
}
a.news-link {
  color: #585858;
  margin-top: 14px;
}
a.news-link:after {
  content: "\2192";
  display: inline-block;
  font-size: 28px;
}
a.news-link:hover {
  text-decoration: underline;
}
.news-outer-box.related-posts .news-container {
  display: block;
}
.news-outer-box.related-posts .news-title,
.news-outer-box.related-posts .news-container .news-img,
.news-outer-box.related-posts .news-container .news-date {
  margin: 0;
}
.heading-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}
.news-outer-box.related-posts {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-inline: 20px;
}
.container.post-container article.post.single .post-thumbnail img {
  width: 100%;
}
.container.post-container article.post.single .post-thumbnail img {
  width: 100%;
  height: auto;
}

.news-outer-box.related-posts .news-box {
  width: 32%;
}

.news-outer-box.related-posts .news-box .news-img {
  max-width: 350px;
  min-width: auto;
  height: 200px;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 5px;
}
.news-outer-box.related-posts .news-box .news-img img {
  width: 100%;
  height: auto;
}
.country-content ul {
  list-style: disc;
  padding-left: 16px;
}
.news-outer-box .news-box .news-container .news-img a {
  display: block;
  height: 100%;
}
.news-outer-box .news-box .news-container .news-img a img {
  height: 100%;
  object-fit: cover;
}
div#columnImages img.attachment-medium {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.d-none {
  display: none;
}
#navigation ul {
  display: flex;
  gap: 3vw;
}
.icon-list {
  display: flex;
  gap: 10px;
}
#navigation ul li a:hover {
  color: #1c987b;
}
#navigation ul li a {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}
.main-container img {
  max-width: 331px;
  width: 100%;
  margin-bottom: 10px;
}
.main-container p,
.policy-menu li a,
.social-menu li a {
  max-width: 543px;
  width: 100%;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #000;
}
.aside-container {
  display: flex;
  /* justify-content: space-between; */
  max-width: 440px;
  width: 100%;
  align-items: center;
}
.icon-list li img {
  width: 30px;
}
.policy-menu,
.social-menu {
  max-width: 220px;
  width: 100%;
  display: flex;
  gap: 22px;
  flex-direction: column;
}
