/* Theme style */

:root {
  --color1: #0fcc7c;
  --color2: #00384F;
  --cnvs-themecolor:	var(--color1);
  --cnvs-themecolor-rgb: 15, 204, 124;
  --cnvs-section-margin: 0rem;
  --cnvs-section-padding: 4rem;
  --cnvs-section-bg: #F5F7F8;
  --cnvs-heading-color: var(--color2);
}

.dark {
  --cnvs-footer-bg: var(--color2);
}

div#top-bar {
  border: none;
  position: relative;
  width: 100%;
  background-color: var(--color2);
  z-index: 9;
}
.top-bar--left a {
  color: #fff;
}
#logo_link{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
span.logo_text {
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.sticky-header span.logo_text {
  color: var(--color1);
}
.sticky-header-shrink.sticky-header span.logo_text {
  font-size: 1.5rem;
}

.top-links.top-social a.social-icon {
  padding: 0;
}
.top-links.top-social a.social-icon {
  padding: 0;
  font-size: 0.8rem !important;
}
span.top-bar-divider {
  display: inline-flex;
  margin: 0 5px;
}
div#header-wrap {
  /* top: var(--topbar-height); */
}
.banner--title {
  font-size: 3rem;
}
.promo--top-row {
  display: flex;
  justify-content: center;
  margin-top: -120px;
  gap: 2rem;
  flex-wrap: nowrap;
}
.promo--top-1 {
  background-color: var(--color1);
  position: relative;
  z-index: 99;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.promo--top-1 h2 {
  margin: 0;
}
.promo--logo img {
  display: flex;
  margin: auto;
  width: 80px;
  max-width: 100%;
}
.promo--top-2 {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.hades.tparrows .tp-arr-allwrapper {
  display: none !important;
}
.block--title .heading-block {
  width: fit-content;
}
.block--title .heading-block h4 {
  padding-bottom: 5px;
}
.section-image img {
  border-radius: 15px;
}
.wwd-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.wwd-item {
  display: flex;
  padding: 32px;
  border: solid 1px rgb(220, 220, 222);
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.wwd-item:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.wwd-item-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.wwd-item-icon {
  display: flex;
  justify-content: center;
}
.iconlist-content > h5 {
  margin-bottom: 5px;
}
.icon--boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.feature-box.fb-v2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-box {
  --cnvs-featured-box-icon: 3.8rem;
}
ul.columns-2 {
  column-count: 2;
}
.form--box {
  display: flex;
  flex-direction: column;
}
.form--box-title {
  padding: 20px 20px;
  text-align: center;
  background-color: var(--color2);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form--box-title > * {
  margin: 0;
  color: #fff;
}
.form-widget {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.feature-box.fbx-contact {
  margin-left: auto;
  margin-right: auto;
}
.feature-box.fbx-contact .fbox-icon {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-box.fbx-contact .fbox-icon  i {
  font-size: 1.5rem;
  display: flex;
  padding: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.feature-box.fbx-contact .fbox-content p {
  margin: 0;
}
a.rev-btn.button.button-slider-2 {
  background-color: var(--color2) !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
a.rev-btn.button.button-slider-2:hover {
  background-color: var(--color1) !important;
  color: #fff !important;
}
.cta--wrap {
  display: flex;
  justify-content: center;
}
.cta--content {
  padding: 1rem;
  background-color: red;
}
.cta--content {
  padding: 1rem;
  background-color: rgba(0,56,79,0.7);
  border-radius: 15px;
}
div#wrapper {
  overflow: hidden;
}






/* global ends 
--------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

  .wwd-block {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .promo--top-row {
    display: flex;
    justify-content: center;
    margin-top: -120px;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .icon--boxes {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  ul.columns-2 {
    column-count: 1;
  }
  #header-wrap div#logo img {
    height: 50px;
}
.banner--title {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  left: 0;
  position: relative;
}
.promo.promo-full {
  padding-left: 30px !important;
  padding-right: 30px !important;
}




} /* /max-width:767px
--------------------------------------------------------------------------------------------------------------- */