@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;900&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #414D6C;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

label {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  color: #1c2b2b;
  font-weight: 500;
  letter-spacing: -1px;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 700;
  text-wrap: balance;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #414D6C;
}

a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #23c0cf;
  text-decoration: none;
}

a:hover h3 {
  text-decoration: none;
  color: #23c0cf !important;
}

a:hover p {
  color: #414D6C;
}

a {
  color: #414D6C;
  text-decoration: none;
}
a:hover {
  color: #23c0cf;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #23c0cf !important;
}

.text-accent {
  color: #4d9d24 !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #23c0cf !important;
}

.bg-accent {
  background: #4d9d24 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-auto {
  margin-top: auto;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

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

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #4d9d24;
}

.text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-line--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-line--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-black {
  color: #000;
}

.grid.gap-y-80 {
  column-gap: 5rem;
}

.grid {
  --grid-gap: 24px;
  display: grid;
  grid-gap: var(--grid-gap);
  justify-content: center;
  --item-min-width: 221px;
}
.grid-col-4, .grid-col-3, .grid-col-2 {
  grid-template-columns: repeat(auto-fit, minmax(var(--item-min-width, 221px), 1fr));
}
@media (min-width: 768px) {
  .grid-col-3 {
    --item-min-width: 331px;
  }
  .grid-col-2 {
    --item-min-width: 661px;
  }
}
@media (min-width: 576px) {
  .grid {
    --grid-gap: 48px;
  }
}

/*Header*/
.home .header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
}

.header__middle {
  transition: all 0.3s ease;
}
.header__top {
  font-size: 15px;
  height: 40px;
  background: #23c0cf;
  color: #fff;
  line-height: 40px;
}
.header__top a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__top {
    height: auto;
  }
}

.social-media {
  display: flex;
  align-items: center;
}
.social-media a {
  height: 26px;
  width: 26px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  color: #23c0cf;
  background: #fff;
}
.social-media .fb:hover {
  background: #1839f2;
  color: #fff;
}
.social-media .tw:hover {
  background: #1d9ceb;
  color: #fff;
}
.social-media .linnked:hover {
  background: #0274b3;
  color: #fff;
}
.social-media .ytd:hover {
  background: #e94545;
  color: #fff;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141116;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 60px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .header__middle {
    padding: 0.75rem 0;
  }
}
.logo {
  display: block;
}

.stick {
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 100;
}

.shrink {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.shrink.header__middle {
  padding: 8px 0;
  box-shadow: 0px 1px 1px rgba(102, 107, 105, 0.02), 0px 4px 4px rgba(102, 107, 105, 0.02), 0px 9px 9px rgba(102, 107, 105, 0.01), 0px 15px 15px rgba(102, 107, 105, 0.01), 0px 24px 24px rgba(102, 107, 105, 0);
}
.shrink .logo {
  transition: all 0.2s ease;
}

.sticky,
.mobile-menu {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
}

.phone {
  margin-right: 1rem;
}

.header__top-right i {
  margin-right: 4px;
}

.search-icon {
  height: 2rem;
  width: 2rem;
  border: 1px solid #d8d1dd;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.search-form input[type=text] {
  border: 1px solid #23c0cf;
  padding-left: 0.625rem;
  height: 40px;
  border-right: 0;
}
.search-form .btn-success {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search-form {
    display: none;
  }
}

/* search*/    
.search-inner {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1em;
  cursor: pointer;
  height: 100%;
}
.search-inner i {
  color: #444761;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  width: 40%;
}

.search-form input[type=text] {
  border: none;
  background: #fff;
  height: 60px;
  padding-left: 0.5rem;
  flex: 1;
}

.search-form input[type=submit] {
  border: none;
  height: 60px;
  background: #23c0cf;
  color: #fff;
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.Search-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 3s ease;
  opacity: 0;
}

.close-btn {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 50px;
  font-size: 30px;
  cursor: pointer;
}

.Search-wrap.show {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: crosshair;
  z-index: 10000;
}

.social-chat {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
}
.social-chat img {
  width: 50px;
}
.social-chat .social-icon + .social-icon {
  margin-top: 1rem;
}

.search input[type=text] {
  height: 30px;
  padding-left: 10px;
  border: none;
}
.search button {
  background: url("../images/search-icon.png") no-repeat center center;
  height: 30px;
  width: 40px;
  text-align: center;
  line-height: 32px;
  text-indent: -9999px;
  border: none;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: inherit;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1.25rem 1rem;
  line-height: 50px;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.25rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.25rem 1rem;
  }
}

.navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  padding: 0 1rem;
  font-weight: 600;
}

.navbar-dark .navbar-nav .sub-menu .nav-link::before {
  display: none;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: inherit;
  background: none;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #4d9d24;
}

.navbar-dark .navbar-nav .active .nav-link {
  position: relative;
  margin-top: 0;
}

.navbar-dark .navbar-nav .active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #4d9d24;
  opacity: 1;
  transform: scale(1);
}

.navbar-dark .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background: #4d9d24;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
  transform: scale(1);
}

@media (max-width: 992px) {
  .nav-item .fa {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: absolute;
    left: -130%;
    width: 70%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #ccc;
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (min-width: 993px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: transparent;
    color: #4d9d24 !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu {
    position: absolute;
    z-index: 1000;
    top: 160%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }
  .sub-menu .sub-menu {
    top: 140%;
    left: 100%;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu li {
    line-height: 1.6;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .nav-list a {
    font-size: 14px;
    padding: 0 0.6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
    line-height: 50px;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
    line-height: 50px;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
    line-height: 50px;
    font-weight: 600;
  }
  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
}
.hiden {
  overflow: hidden;
}

.nav-link i {
  margin-left: 4px;
}

@media screen and (max-width: 992px) {
  .nav-link {
    position: relative;
  }
  .nav-link i {
    position: absolute;
    right: 20px;
    top: 14px;
  }
}
.menu-item-has-children > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .current-menu-item > a {
    color: #4d9d24 !important;
  }
  .nav-list .current-menu-item > a {
    color: #4d9d24 !important;
  }
}
.slider__owl-carousel,
.slider__owl-carousel .item {
  position: relative;
}

.slider__owl-carousel .owl-item img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.item.item--text-white,
.item.item--text-white h2,
.item.item--text-white .slider-text {
  color: #fff;
}

.slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: bold;
}

.slider-text {
  font-size: 18px;
  color: #343434;
}

.partners .owl-carousel .owl-item img {
  width: auto;
}

.slider__owl-carousel .owl-prev {
  left: 40px;
}

.slider__owl-carousel .owl-next {
  right: 40px;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #012337 !important;
}

.owl-prev span,
.owl-next span {
  font-size: 36px;
}

.owl-next {
  margin-left: 20px !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel.owl-drag .owl-item + .owl-item {
  margin-right: 20px;
}

.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 100% !important;
  height: 40px;
  width: 40px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  background: #012337 !important;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] span {
  opacity: 1 !important;
  height: 40px;
  margin-top: -6px;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
}

.services__owl-carousel .owl-prev,
.services__owl-carousel .owl-next {
  position: inherit;
}

.services__owl-carousel .owl-nav [class*=owl-] {
  display: inline-block;
}

.services__owl-carousel .owl-nav {
  margin-top: 30px !important;
}

.services__owl-carousel .owl-next {
  margin-left: 10px !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #000 !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .slider-content .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slider__owl-carousel .owl-item img {
    height: 350px;
    object-fit: cover;
  }
  .slider-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .slider-text {
    font-size: 8px;
  }
  .slider-content .btn {
    font-size: 8px;
  }
  .slider.p-t-20 {
    padding-top: 0;
  }
  .owl-theme .owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
  }
  .owl-next {
    right: 10px;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-prev span, .owl-next span {
    font-size: 23px;
    top: 2px;
    position: relative;
  }
  .m-b-60 {
    margin-bottom: 1.875rem;
  }
}
.slider__owl-carousel .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.slider__owl-carousel .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.Message-section {
  background: #eeeeee;
}

.about-img img {
  object-fit: cover;
  width: 100%;
}

.message-img {
  border: 8px solid #ffffff;
  position: relative;
}
.message-img::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/tape.png") no-repeat left top;
  height: 60px;
  width: 140px;
}
.message-img img {
  width: 100%;
}

.btnLink--message {
  color: #4d9d24;
  text-decoration: underline;
}
.btnLink--message:hover {
  text-decoration: none;
}

.message-row + .message-row {
  margin-block-start: 60px;
}

.message-row .Message {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .message-row .Message {
    margin-left: 2rem;
    margin-top: 0;
  }
}
.media-thumb {
  flex: 0 0 23%;
  max-width: 23%;
  height: 130px;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.media-thumb img {
  width: 100%;
  height: 100%;
}

.media-thumb--date {
  background: #4d9d24;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.media-thumb--date span {
  display: block;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
}

a:hover .date {
  color: #414D6C;
}

.media-title {
  font-size: 22px;
}

.news-link {
  display: block;
}

.news-link + .news-link {
  margin-top: 30px;
}

.about {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
@media (min-width: 768px) {
  .about {
    font-size: 22px;
  }
}
.about::after {
  content: "About Us";
  left: 20px;
  top: -20px;
  position: absolute;
  font-weight: bold;
  opacity: 0.4;
  font-size: 120px;
  color: #e6e6e6;
  text-transform: uppercase;
  z-index: -1;
}

.module {
  padding: 2rem;
  border: 1px solid #f0f0f0;
  background: #f7f7f7;
}
.module strong {
  font-size: 20px;
}
.module + .module {
  margin-top: 20px;
}

.news .news-link {
  transition: none;
}
.news .news-link:hover .media-content-title {
  color: #616c88;
}

.media-content-title {
  font-size: 15px;
  color: #616c88;
}
.media-content-title svg {
  color: #81889c;
}
.media-content-title + .media-content-title {
  margin-top: 8px;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex.media {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .about-newsletter .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about::after {
    left: 0;
    font-size: 70px;
  }
  .media-thumb {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.inside-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgb(5, 118, 182) 0%, rgb(56, 44, 96) 100%);
  width: 100%;
  padding: 2rem 0;
  background-size: cover;
}
.inside-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-banner h1 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #fff;
}

.duration {
  color: #fff;
  font-size: 20px;
}
.duration strong {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before,
.inside-banner .breadcrumb-item a {
  color: #fff;
}

.inside-banner .breadcrumb-item.active {
  color: #fff;
}

/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 1rem;
  position: relative;
  padding: 2rem 0 0;
  background: #2a2f30;
  color: #fff;
}
.footer h2 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.footer .menu {
  background: none !important;
}
@media (max-width: 767px) {
  .footer .menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
  }
}
.footer p {
  color: #a1a1a1;
}
.footer .social-media {
  margin-top: 24px;
}
.footer .footer-contact-info a,
.footer .footer-contact-info span {
  color: #a1a1a1;
}

.footer-contact-info p {
  display: flex;
  gap: 10px;
}
.footer-contact-info p svg {
  flex: 0 0 24px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p .fa {
  margin-right: 10px;
}

.footer__box li {
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.footer__box li::after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 9px;
  color: #a1a1a1;
}
.footer__box li a {
  display: block;
  color: #a1a1a1;
}
.footer__box li a:hover {
  text-decoration: underline;
}

.footer__box li {
  margin-bottom: 8px;
}

.footer__box li a:hover {
  padding-left: 5px;
}

.last_footer {
  padding: 1rem 0;
  font-size: 14px;
  margin-top: 30px;
  background: #1e2122;
  position: relative;
  color: #a1a1a1;
}
.last_footer p {
  color: #a1a1a1;
}

.copyright {
  clear: both;
  font-size: 14px;
  float: left;
}

.design a {
  color: #f09b24;
  text-decoration: none;
}
.design a:hover {
  text-decoration: underline;
}

.footer__box-pl {
  padding-left: 40px;
}

.contact-info p svg {
  vertical-align: top;
}

.contact-info p {
  position: relative;
}

.contact-info a, .contact-info span {
  padding-left: 1rem;
  display: inline-block;
  color: inherit;
}

.footer__social-media {
  font-size: 1rem;
}
.footer__social-media a {
  color: #333;
  margin-right: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #4d9d24;
}

.partner-outer {
  margin-top: 40px;
}

.footer-menu {
  column-count: 2;
  gap: 10px;
}

.email a:hover {
  text-decoration: underline;
}

.footer__box .social-media a {
  background: #4d9d24;
  color: #fff;
}

.sponsors {
  text-align: center;
  border-top: 1px solid #f1f1f1;
  justify-content: center;
}
.sponsors h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .sponsors > div + div {
    margin-top: 32px;
  }
}

/* Callout section Styles================================================== */
.callout-section {
  background: url(https://nvrs2025.nvrs.org.np/wp-content/uploads/2024/07/hero123-image.jpg);
}
.callout-section .callout {
  padding-block: 60px;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.callout-section .conference-title {
  max-width: 32ch;
  font-weight: 700;
}
.callout-section .conference-detail {
  line-height: 130%;
}
.callout-section .btn--primary {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .callout-section .callout {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

/* #btn================================================== */
.btn {
  padding: 0.25rem 1.25rem;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn {
    padding: 0.5rem 2rem;
  }
}

.btn--primary {
  background: #23c0cf;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .btn--primary {
    font-size: 18px;
  }
}
.btn--primary:hover, .btn--primary:focus-visible {
  color: #fff;
  background: #30cddc;
}
.btn--primary.link {
  background: #4d9d24;
}
.btn--primary.link:hover {
  background: #43881f;
}

.btn--accent {
  background: #4d9d24;
}
.btn--accent:hover {
  color: #fff;
  background: #57b229;
}

.btn--primary-outline {
  border: 2px solid #23c0cf;
  color: #23c0cf;
}
.btn--primary-outline:hover {
  border: 2px solid #23c0cf;
  color: #fff;
  background: #23c0cf;
}

.btn--accent-outline {
  border: 2px solid #4d9d24;
  color: #4d9d24;
}
.btn--accent-outline:hover {
  border: 2px solid #4d9d24;
  color: #fff;
  background: #4d9d24;
}

.btn--dark-outline {
  border: 2px solid #2C2234;
  color: #2C2234;
}
.btn--dark-outline:hover {
  border: 1px solid #2C2234;
  color: #fff;
  background: #2C2234;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #4d9d24;
}
.btn-link:hover {
  color: #4d9d24;
  text-decoration: none;
}

.btnLink {
  color: #39741a;
  text-decoration: underline;
  font-weight: 500;
}
.btnLink:hover {
  color: #244a11;
}

.btn i {
  margin-left: 4px;
}

.continue_btn {
  height: 40px;
  line-height: 40px;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  font-weight: 600;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  position: relative;
  letter-spacing: -2px;
}

.title {
  background: #4d9d24;
  padding: 0.5rem 1rem;
  position: relative;
}
.title h2 {
  color: #fff;
  margin-bottom: 0;
}

.bread {
  height: 100px;
  background: #ececec url("../images/breadcrum-bg.jpg") repeat left top;
  display: flex;
  align-items: center;
}

.breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: #23c0cf;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  margin: 4px;
}

.breadcrumb-item {
  color: #414D6C;
}
.breadcrumb-item a {
  color: #23c0cf;
}

.div-bread-left h2 {
  margin-bottom: 0;
  font-size: 26px;
}

.page-banner {
  --bg-position-x: 50%;
  --bg-position-y: 70%;
  background: url(https://nvrs2025.nvrs.org.np/wp-content/uploads/2024/07/hero123-image.jpg);
  background-position: var(--bg-position-x) var(--bg-position-y);
  min-height: 250px;
  background-size: cover;
  position: relative;
  display: flex;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 32px;
}
.page-banner .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(35, 192, 207, 0.5), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
}
.page-banner .container {
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: flex-start;
}
.page-banner .conference-title {
  font-size: 16px;
  font-weight: 700;
  color: #1c2b2b;
  line-height: 130%;
  max-width: 33ch;
  text-align: right;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #4d9d24;
}
.page-banner .conference-detail {
  margin-right: 20px;
}
.page-banner .conference-date,
.page-banner .conference-location {
  font-size: 16px;
  color: rgba(44, 34, 52, 0.8);
  line-height: 125%;
  text-align: left;
}

.card {
  position: relative;
  overflow: hidden;
}
.card img {
  height: 220px;
  object-fit: cover;
}
.card a {
  position: relative;
  display: block;
}
.card h2 {
  font-size: 2rem;
}
.card--border-none {
  border: none;
}
.card .card-body {
  padding: 20px;
  font-size: 0.9375rem;
}
.card .card-body--position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(25, 89, 149) 50%, rgb(56, 44, 96) 100%);
}
.card .card-body--position h2, .card .card-body--position h2 p {
  color: #fff;
}

.card--no-padding {
  padding: 0;
}

.card__date {
  color: #7e7f8b;
}

.news__owl-carousel .owl-item img {
  width: 130px;
}

.c-card__body {
  background: #fff;
  padding: 15px 20px;
}

.notices__media h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.notices__media img {
  width: 90px;
  height: 70px;
  object-fit: cover;
}

.media-date {
  color: #7e7f8b;
}

.card-price {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(253, 21, 40, 0.5);
  padding: 1.25rem;
  color: #fff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.card-price span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 26px;
  font-weight: normal;
}

.cards .card {
  margin-bottom: 30px;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.card img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}

.card-flex i {
  color: #4d9d24;
}

.price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 1;
  opacity: 0.8;
}
.price span {
  font-size: 12px;
  font-style: italic;
}
.price strong {
  font-size: 24px;
  color: #4d9d24;
}

.card-title {
  text-transform: inherit;
}

.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #4d9d24;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #4d9d24;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #4d9d24;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

.inner ul.pagination li {
  padding-left: 0;
}

.inner ul.pagination li::before {
  display: none;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe,
.sucharu-map iframe {
  width: 100%;
}

.t-map iframe {
  display: block;
}

.card--tab .card-title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
}

.card--tab .card-body {
  padding: 0 20px 20px;
}

.destination .card a {
  color: #fff;
}

.destination .card img {
  height: 300px;
  object-fit: cover;
}

.destination__owl-carousel.owl-carousel .owl-dots.disabled,
.destination__owl-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.destination__owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel .owl-prev, .destination__owl-carousel .owl-next {
  position: absolute;
  top: -50px;
}

.destination__owl-carousel .owl-prev {
  right: 50px !important;
  left: inherit;
  position: absolute;
}

.destination__owl-carousel .owl-next {
  right: 0 !important;
}

body:has(#wpadminbar) .header {
  top: 32px;
}

.home {
  --countdown-height: 156px;
}
@media (min-width: 768px) {
  .home {
    --countdown-height: 182px;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-block-size: calc(100vh + 100px);
  padding-block-start: 100px;
  display: grid;
  place-content: center;
}
.hero-section.overlay {
  border-image: linear-gradient(#d6eff4, transparent) fill 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.hero-content {
  padding-bottom: var(--countdown-height);
  text-align: center;
}
.hero-content h1 {
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
  font-weight: 800;
  color: #1c2b2b;
  line-height: 115%;
}
.hero-content h1 sup {
  top: -0.675em;
  font-size: 0.5em;
}

.countdown-timer {
  margin-top: calc(var(--countdown-height) * -1);
  background: linear-gradient(to top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 9.5%, hsla(0, 0%, 100%, 0.952) 17.9%, hsla(0, 0%, 100%, 0.897) 25.2%, hsla(0, 0%, 100%, 0.826) 31.7%, hsla(0, 0%, 100%, 0.743) 37.5%, hsla(0, 0%, 100%, 0.651) 42.8%, hsla(0, 0%, 100%, 0.553) 47.9%, hsla(0, 0%, 100%, 0.454) 52.9%, hsla(0, 0%, 100%, 0.356) 57.9%, hsla(0, 0%, 100%, 0.264) 63.2%, hsla(0, 0%, 100%, 0.18) 68.9%, hsla(0, 0%, 100%, 0.108) 75.3%, hsla(0, 0%, 100%, 0.052) 82.5%, hsla(0, 0%, 100%, 0.014) 90.6%, hsla(0, 0%, 100%, 0) 100%);
}
.countdown-timer > .container {
  border-radius: 4px;
  padding: 1.5rem 3rem 2rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 8px rgba(4, 94, 146, 0.15);
  text-align: center;
  gap: 2rem;
  backdrop-filter: blur(20px);
  margin-bottom: 20px;
  transform: translateY(15px);
  max-width: 100%;
}
@media (min-width: 576px) {
  .countdown-timer > .container {
    width: min(640px, 85%);
  }
}
.countdown-timer .headline {
  font-size: 24px;
}
.countdown-timer .countdown ul {
  display: flex;
  justify-content: center;
}
.countdown-timer .countdown ul li {
  display: grid;
  justify-items: center;
  padding: 0.5rem 1rem;
  line-height: 105%;
}
@media (min-width: 768px) {
  .countdown-timer .countdown ul li {
    padding: 0.5rem 2.25rem;
  }
}
.countdown-timer .countdown ul li + li {
  border-inline-start: 1px solid rgba(44, 34, 52, 0.15);
}
.countdown-timer .countdown ul li span {
  font-size: 32px;
  font-weight: 500;
  color: #4d9d24;
  min-height: 24px;
  line-height: 105%;
}
@media (min-width: 768px) {
  .countdown-timer .countdown ul li span {
    font-size: 48px;
    min-height: 50px;
  }
}

.home .Message-section .row {
  --bs-gutter-x: 6rem;
}
.home .Message-section img {
  height: 200px;
}
.home .Message-section .section-title {
  margin-top: 1rem;
}

.venue-section .image {
  position: relative;
  color: #fff;
}
.venue-section .image .content {
  padding: 4rem 2rem;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: start;
  text-align: center;
  border-image: linear-gradient(rgba(4, 94, 146, 0.6), rgba(35, 192, 207, 0.1)) fill 1;
}
.venue-section .image .content h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.venue-section .d-flex > * {
  width: 50%;
}
@media (max-width: 767px) {
  .venue-section .d-flex > * {
    width: 100%;
  }
}
.venue-section .d-flex .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-section .d-flex .map iframe {
  display: block;
}
@media (max-width: 767px) {
  .venue-section .d-flex .map iframe {
    height: 300px;
  }
}
.venue-section .venue-name {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(18, 19, 15, 0.2);
  line-height: 120%;
}

.speaker {
  position: relative;
  aspect-ratio: 1;
}
.speaker .speaker-img {
  position: absolute;
  inset: 0;
}
.speaker .speaker-img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.speaker:hover .speaker-info::before {
  background-color: rgba(67, 136, 31, 0.7);
}
.speaker .speaker-info {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* isolation: isolate */
}
.speaker .speaker-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
.speaker .speaker-info h3 {
  color: #fff;
  font-size: 30px !important;
  text-transform: uppercase;
  text-align: left;
  font-weight: 800;
  z-index: 1;
}
.speaker .speaker-info p {
  text-align: left;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}
.speaker .speaker-info p span {
  color: #fff;
}

.speaker-grid {
  --min-grid-width: 260px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-grid-width), 1fr));
}

@media (min-width: 992px) {
  .speaker-grid {
    --min-grid-width: 25%;
  }
  .home .speaker-grid {
    --min-grid-width: 33%;
  }
}
.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 14px;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 110px;
}
.contact-form .btn {
  text-transform: uppercase;
}

.email--contact a {
  color: #4d9d24;
  text-decoration: underline;
}
.email--contact a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
}
.form-group {
  margin-bottom: 1rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .contact-icons.grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .contact-icons.grid--4 {
    grid-template-columns: 1fr;
  }
}
.map-wrap iframe {
  width: 100%;
}

.custom-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus-visible {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
}

.categories-pages .c-card__body h3 {
  margin-bottom: 0;
}

.categories-pages .c-card {
  margin-bottom: 80px;
  position: relative;
}

.c-card__body--position {
  position: absolute;
  bottom: -20px;
  width: 77%;
  left: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.p-title {
  font-size: 20px;
}

.p-sub-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.gallery-item-caption {
  padding: 1rem 0;
  font-size: 18px;
}

.gallery-item img {
  height: 170px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.gallery-list .col-md-2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .gallery-item img {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-item img {
    height: auto;
  }
  .gallery-item + .gallery-item {
    margin-top: 1rem;
  }
}
.membership-form {
  border: 1px solid #ddd;
  padding: 2.5rem;
}
.membership-form input, .membership-form select, .membership-form textarea {
  background: #fafafa;
}

.member {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
.member p {
  margin-bottom: 0;
}
.member img {
  margin-bottom: 10px;
  width: 180px;
}
.member small {
  font-size: 14px;
}

.executive-page .row + .row {
  margin-top: 30px;
}

.member-table {
  width: 100%;
}
.member-table p {
  margin-bottom: 4px !important;
}

.member-table td {
  text-align: center !important;
  border: none;
  height: 110px;
}

.member-img {
  overflow: hidden;
  margin-bottom: 1rem;
  height: 240px;
}
.member-img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.member-list {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .member-img {
    overflow: hidden;
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .table-responsive .member-table {
    width: 1000px !important;
  }
}
.contact-box {
  padding: 30px;
  background: #F3F5FD;
}

.contact-icon p {
  font-size: 14px;
}

.committee-list .member-img img {
  object-fit: cover;
}

.date-venue-section {
  display: flex;
}
.date-venue-section > * {
  width: 50%;
}
.date-venue-section .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date-venue-section .map iframe {
  display: block;
}

.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i.fa-arrow-right {
  position: absolute;
  right: 30px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #4d9d24;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i.fa-arrow-right {
  opacity: 1;
  transform: translateX(10px);
}

.notices {
  padding-left: 2rem;
  border-left: 1px solid #d8d1dd;
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .btnLink {
  font-size: 0.875rem;
}

.blogs--card .grid-item {
  border: none;
}

.card-img-link figure {
  position: relative;
}

.card__date {
  padding: 0.25rem 0.5rem;
  background: #0d6efd;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
}
.card__date i {
  margin-right: 8px;
}

@media screen and (max-width: 992px) {
  .notices {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
  .card img {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .card img {
    height: auto;
  }
}
.not-found {
  text-align: center;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
}

.not-found__content {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}
.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}

.blog-single__media img {
  width: 260px;
  height: 200px;
  object-fit: cover;
}

.blog-single__media + .blog-single__media {
  margin-top: 40px;
}

.notices h2 {
  font-size: 24px;
}

.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul:not(.unstyled-list) li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul:not(.unstyled-list) li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol,
.inner ol li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner p,
.inner a,
.inner li {
  font-size: 18px;
  line-height: 1.6;
}

.inner .notices li::before {
  display: none !important;
}

.inner {
  --table-border-color: #dfdfdf;
  --table-header-bg: #eaeef2;
}
.inner th {
  background: var(--table-header-bg);
}
.inner table {
  border: 1px solid var(--table-border-color);
}
.inner tbody, .inner td, .inner tfoot, .inner th, .inner thead, .inner tr {
  border-color: var(--table-border-color);
}
.inner .stripped-horizontal table tr:nth-child(odd) {
  background: #f8f9fa;
}
.inner .stripped-horizontal table td,
.inner .stripped-vertical table td {
  border-inline: 0;
}
.inner .stripped-horizontal table td[rowspan] {
  border-inline: 1px solid var(--table-border-color);
}
.inner .stripped-vertical table td:nth-child(odd) {
  background: #f8f9fa;
}
.inner tbody > tr:first-child th {
  box-shadow: inset 0 -2px 5px -5px hsl(0, 0%, 60%);
  border: 0;
}

.inner .form-group p {
  margin-bottom: 0;
}

.about.conference::after {
  content: "About";
  top: 50px;
}

.our-speakers .row,
.sponsors .row {
  --bs-gutter-x: 2rem;
  row-gap: 1.25rem;
}
.our-speakers .row .speaker img,
.sponsors .row .speaker img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 58/40;
}
.our-speakers .row .speaker-info,
.sponsors .row .speaker-info {
  padding: 1rem;
}
.our-speakers .row .speaker-info h3,
.sponsors .row .speaker-info h3 {
  margin: 0;
  color: #045E92;
}

.date-location .date {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}
.date-location .location {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .message-img,
  .news {
    margin-top: 20px;
  }
  .header .social-media {
    display: none;
  }
  .logo {
    max-width: 260px;
    flex: 0 0 260px;
  }
  .header__middle {
    padding: 1rem 0;
  }
  .messages .col-span-1 {
    order: 1;
  }
  .messages .col-span-2 {
    order: 2;
  }
  .messages img {
    width: 100%;
  }
  .messages .col-span-2 {
    grid-column: inherit;
  }
  .video {
    height: 300px;
  }
  .video img {
    height: 100%;
    object-fit: cover;
  }
  .video-content img {
    width: 50px;
  }
  .video-content p {
    font-size: 13px;
  }
  .news h2::after {
    display: none;
  }
}

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