/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'galanogrotesque-ruploadedfile';
  src: url('../fonts/galano_grotesque-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'galanogrotesque-buploadedfile';
  src: url('../fonts/galano_grotesque_black-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'galanogrotesque-buploadedfile';
  src: url('../fonts/galano_grotesque_bold-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'galanogrotesque-euploadedfile';
  src: url('../fonts/galano_grotesque_extra_bold-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_extra_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'galanogrotesque-muploadedfile';
  src: url('../fonts/galano_grotesque_medium-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'galanogrotesque-suploadedfile';
  src: url('../fonts/galano_grotesque_semi_bold-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_semi_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 100px;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0; max-width: 100%;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: #fff;
  transition: all 0.5s;
}

#header.header-fixed .nav-menu a{color: #00183E;}

.home header .logo-home
{ width: 174px; display: block;}

.page-template-landing-page-2025 header .logo-inner{
  display: none !important;
}
.home header .logo-inner

{ display: none;}
.page-template-landing-page-2025 header.header-fixed .logo-inner{
  display: block !important;
}
.page-template-landing-page-2025 header.header-fixed .logo-home{
  display: none !important;
}
.home header.header-fixed .logo-home{ display: none;}
.home header.header-fixed .logo-inner,
.page-template-landing-page-2025 header.header-fixed .logo-inner
{ display: block; width: 174px;}
.page-template-landing-page-2025 header.header-fixed .nav-menu a,
.home header.header-fixed .nav-menu a
{color: #00183E; }

.home #header{ box-shadow: none;}
.home #header.header-fixed{ box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}

.home #header .search-logo-black{ display: none;}
.home #header.header-fixed .search-logo{ display: none;}
.page-template-landing-page-2025 #header .search-logo{ display: block !important;}
.page-template-landing-page-2025 #header .search-logo-black{ display: none !important;}
.inner-page #header{
  background: #fff;
}
.inner-page #header .search-logo{
  display: none;
} 

.home #header.header-fixed .search-logo-black{ display: block;}
.page-template-landing-page-2025 #header.header-fixed .search-logo-black{ display: block !important; }
.page-template-landing-page-2025 #header.header-fixed .search-logo{ display: none !important; }

.inner-page #logo a{width: 174px; display: block;}

.page-template-landing-page-2025 #hero{
  padding-top: 100px;
} 
.page-template-landing-page-2025 .tp-code, .page-template-landing-page-2025 .tp-arrow{
color: #fff;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: url("../images/tappin-images/top-bg.png") center top no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* #intro::before{
  position: absolute;
  content: '';
  background: url("../images/tappin-images/section-home-banner-bg.png") center top no-repeat;


} */

#intro .bg-img{
  position: absolute;
  content: '';
  background: url("../images/tappin-images/section-home-banner-bg.png") right top no-repeat;
width: 100%;
height: 100%; display: none;

}
@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}



#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family: 'galanogrotesque-suploadedfile';
}

@media (max-width: 768px) {
  #intro h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }
  .nv-single-page-wrap {
    margin-top: 100px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 36px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 7px 0 0 0;
}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  outline: none;
  text-transform: uppercase;
}
.tp-language-dropdown.open .tp-dropdown-menu .tp-lang-item{
  padding: 10px;
  color: #14142B;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 100%;

}
.tp-language-dropdown.open .tp-dropdown-menu .tp-lang-item:focus{
  outline: none;
}
.nav-menu a:hover {
  color: #FF8000 !important;
  /* font-weight: 700; */
}
.nav-menu .current_page_item a {
  font-weight: 700;
  color: #FF8000 !important;
}
.nav-menu>li {
  margin-left: 40px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 16px 24px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #14142B;
  transition: 0.3s;
  display: block;
  font-size: 18px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;

}

.nav-menu ul.sub-menu li a,
#mobile-nav ul.sub-menu li a
 {
  text-transform:none;

}

.nav-menu ul li:hover>a {
  color: #FF8000;

}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #mobile-nav ul.sub-menu {
    display: block !important;
  }
  li.menu-item.language-switcher {
    padding: 10px 22px 10px 15px;
}

.menu-item.menu-item-search img{ width: 20px; height: 20px;}

#mobile-nav ul li li:last-child{ border-bottom: 0;}

}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 204, 194, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  border-bottom: 1px solid #27aeb2;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  text-transform: uppercase;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features h2 {
  color: #00CCC2;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

#features p {
  color: #EFF1ED;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
.where-we-going {
  max-width: 1050px;
  margin: 0 auto;
}

#call-to-action {
  overflow: hidden;
  background: url(../images/tappin-images/where-going-bg.png) center bottom no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 450px;
  text-align: center;
  color: #fff;
}

#call-to-action h2 {
  color: #00CCC2;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

#call-to-action p.txt1 {
  color: #FFF;
  text-align: center;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 5px;
}

#call-to-action p.txt2 {
  color: #FFF;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46.8px;
  /* text-decoration: underline;
  text-decoration-color: #00CCC2; */
}

#call-to-action p.txt3 {
  color: #FFF;
  text-align: center;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#call-to-action p.txt3 span {
  color: #00CCC2;
  font-family: 'galanogrotesque-suploadedfile';
  font-weight: 700;
}


#call-to-action p.txt4 {
  color: #FFF;
  text-align: center;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

#call-to-action p.txt4 span {
  color: #FFF;
  font-family: 'galanogrotesque-suploadedfile';
  font-weight: 700;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 40px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 10px 0 80px;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 90px 0;
  overflow: hidden;
  background: #00183E;
}

#team .member {
  text-align: center;
  border-radius: 5px;
  padding-bottom: 0;
  text-align: left;
  background: #FCFCFC;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  width: 25%;
  margin: 0 12px;
}

#team .member .pic {
  margin-bottom: 0;
  overflow: hidden;
  height: 215px;
  border-radius: 5px 5px 0 0;
}

#team .member .pic img {
  max-width: 100%;
  height: auto;
  min-height: 217px;
  object-fit: cover;
}

#team .member h4 {
  color: #00CCC2;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 2px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 30px;
}

#team .member h4 span {
  color: #14142B;
  font-weight: 400;
  font-size: 14px !important;
  margin-left: 5px;
}

#team .member p {
  padding: 0 30px;
  text-align: left;
  color: #14142B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  min-height: 81px;
}

.mh-auto {
  min-height: auto !important;
}

#team .member span {
  color: #14142B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.blog-all {
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
}

.blog-all a {
  color: #fff;
  font-family: 'galanogrotesque-muploadedfile';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0 50px;
  overflow: hidden;
  background: #14171C;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p.address {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.social-contact {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
}

.social-contact .phone {
  color: #00CCC2;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.social-contact .phone p {
  margin-bottom: 0;
}

#contact .social-links {
  padding-bottom: 0px;
}

#contact h4 {
  color: #00CCC2;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

#contact a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.mt-90 {
  margin-top: 90px;
}

#contact a:hover {
  color: #00CCC2;
}

#contact .social-links {
  display: flex;
  flex-direction: column;
}


.social-links-cnt {
  display: flex;
}

#contact .social-links a {
  font-size: 28px;
  display: inline-block;
  background: #00CCC2;
  color: #000;
  line-height: 1;
  padding: 7px 0;
  margin-right: 10px;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
  border-radius: 5px;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .social-links a svg {
  margin-top: -5px;
  transition: 0.3s;
}

#contact .social-links a:hover svg {
  fill: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333841;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 0;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}



#about h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #00183E;
}

#about .content h3 {
  color: #14142B;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  margin-bottom: 48px;
  font-family: 'galanogrotesque-ruploadedfile';
}

#about .content ul {
  margin-bottom: 48px;
}

#about .content ul li {
  color: #14142B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  position: relative;
  padding-left: 20px;
  font-family: 'galanogrotesque-ruploadedfile';
}

#about .content ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 20px;
  background: #FA26A0;
  content: '';
}



#about .content p {
  color: #14142B;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  font-family: 'galanogrotesque-ruploadedfile';
}

#about .content p span {
  color: #00CCC2;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  /* font-family: "Open Sans", sans-serif; */
}

#features {
  background: #00183E;
}

.offer-box-cnt {
  position: relative;
  min-height: 710px;
}

.offerbox {
  position: absolute;
  width: 425px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.offerbox.box1 {
  position: absolute;
  left: 30px;
  top: 80px;
}

.offerbox.box2 {
  position: absolute;
  left: auto;
  right: 30px;
  top: 0;
  align-items: flex-start;
}

.offerbox.box3 {
  position: absolute;
  left: 30px;
  top: 400px;
}

.offerbox.box4 {
  position: absolute;
  left: auto;
  right: 30px;
  top: 320px;
  align-items: flex-start;
}

.offerbox.box1 .offer-content {
  margin-top: -155px;
  margin-left: 0;
  margin-right: 100px;
}

.offerbox.box2 .offer-content {
  margin-top: -175px;
  margin-left: 150px;
}

.offerbox.box3 .offer-content {
  margin-top: -170px;
  margin-left: 0;
  margin-right: 180px;
}

.offerbox.box4 .offer-content {
  margin-top: -70px;
  margin-left: 100px;
}

.offer-img {
  width: 241px;
}

.offer-content {
  color: #14142B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  min-height: 120px;
  width: 320px;
}

.offer-content p {
  margin-bottom: 0;
  color: #14142B !important;
  font-family: 'galanogrotesque-suploadedfile';
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 26px !important;
  position: relative;
  padding-top: 15px;
}

.offer-content p:before {
  width: 32px;
  height: 4px;
  background: #FA26A0;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}


#everything-event {
  background: url(../images/tappin-images/everything-bg.png) center center no-repeat;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

#everything-event h2 {
  text-align: center;
  color: #00183E;
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.8px;
  margin-bottom: 0;
}

#everything-event h2 span {
  color: #00CCC2;
}

#what-we-believe {
  padding: 100px 0;
}

#what-we-believe h2 {
  color: #00183E;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

#what-we-believe p {
  color: #14142B;
  text-align: center;
  font-family: 'galanogrotesque-suploadedfile';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.4px;
  margin-bottom: 40px;
}

#what-we-believe .believe {
  border-radius: 64px;
  background: #00183E;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  max-width: 594px;
  margin: 0 auto 30px;
}

#what-we-believe .believe a {
  color: #00CCC2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  padding: 16px 24px;
  cursor: default;

}

#what-we-believe .believe a:hover,
#what-we-believe .believe a.active {
  border-radius: 96px;
  background: #C1FFFB;
  color: #00CCC2;
}

.tools-txt {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  line-height: 36.4px !important;
  margin-bottom: 0 !important;
}

#more-features h2 {
  color: #00183E;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.testimonial-slider-cnt {}

.testimonial-slider {}

.testimonial-slider .testimonial-items {
  display: flex !important;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
}

.testimonial-slider .testimonial-items .testimonial-left {
  display: flex;
  background: #f7faff;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  align-self: stretch;
  width: 65%;
}

.testimonial-slider .testimonial-items .testimonial-left img {}

.testimonial-slider .testimonial-items .testimonial-left .desc {
  color: #14142B;
font-family: 'galanogrotesque-ruploadedfile';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
  margin-left: 0 !important;
}

.testimonial-slider .testimonial-items .testimonial-left .name h5 {
  color: #00183E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  margin-bottom: 0;
}

.testimonial-slider .testimonial-items .testimonial-left .name p {
  color: #14142B;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-left: 0 !important
}

.testimonial-slider .testimonial-items .testimonial-right {
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: center;
}

.testimonial-slider .testimonial-items .testimonial-right img {
  max-width: 100%;
}


.logo-slider-cnt {
  margin: 0;
}

.logo-slider-cnt .logo-slider {
  display: flex;
  gap: 32px;
}

.logo-slider-cnt .logo-slider .logo-items {
  display: flex;
  flex-direction: column;
  grid-area: 16px;
}

.logo-slider-cnt .logo-slider .logo-items p {
  margin: 0;
}

.logo-slider-cnt .logo-slider .logo-items a {
  border-radius: 24px;
  border: 1px solid #FF8000;
  background: #FFF;
  color: #FF8000;
  text-align: center;
  font-family: 'galanogrotesque-muploadedfile';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  padding: 4px 24px;
  max-width: 100px;
  margin: 0 auto;
}

.blog-slider {
  display: flex;
}


#work-together {
  padding: 80px 0;
}

.work-together-box {
  display: flex;
  background: #00183E;
  border-radius: 32px;
  max-width: 1110px;
  margin: 0 auto;
}

.work-together-box .left-desc {
  width: 65%;
  display: flex;
  padding: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
}

.work-together-box .right-img {
  width: 35%;
  overflow: hidden;
  border-radius: 0 32px 32px 0;
  display: flex;
}

.work-together-box .left-desc h2 {
  color: #00CCC2;
  font-family: "Open Sans", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.work-together-box .left-desc p {
  color: #FFF;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.work-together-box .left-desc a {
  border: 1px solid #FF8000;
  padding: 10px 24px;
  color: #FF8000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-radius: 96px;
  border: 1px solid #FF8000;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  background: #FF8000;
  color: #fff;
  z-index: 1;
}

.testimonial-slider .slick-prev.slick-disabled:before,
.testimonial-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.testimonial-slider .slick-prev {
  left: -10px;
}

.testimonial-slider .slick-next {
  right: -10px;
}

#intro video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .25s opacity ease-in-out;
  max-width: none;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
  background: #FF8000;
  color: #fff;
  z-index: 1;
}

.blog-slider .slick-prev.slick-disabled:before,
.blog-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.blog-slider .slick-prev {
  left: 0;
  bottom: -40px;
  right: auto;
  top: auto;
}

.blog-slider .slick-next {
  right: auto;
  bottom: -40px;
  top: auto;
  left: 25px;
}

.slick-prev:before {
  background: url(../images/tappin-images/previous.png) center center no-repeat;
  width: 27px;
  height: 27px;
  color: transparent;
}

.slick-next:before {
  background: url(../images/tappin-images/next.png) center center no-repeat;
  width: 27px;
  height: 27px;
  color: transparent;
}


.inner-page .nav-menu a{color: #00183E;}

/* .inner-page .logo-home{ display: none;} */

.home.inner-page  .nav-menu a,
.page-template-landing-page-2025.inner-page  .nav-menu a
{color: #fff;}

.home.inner-page  .nav-menu .sub-menu a,
.page-template-landing-page-2025.inner-page  .nav-menu .sub-menu a
{color: #000;}
/* .home.inner-page .nav-menu a{color: #000;} */

.home:has(header.header-fixed) > #mobile-nav-toggle i,
.page-template-landing-page-2025:has(header.header-fixed) > #mobile-nav-toggle i 

{
    color: #000;
}

.inner-page #mobile-nav-toggle i {
    color: #000;
}


.search-overlay .search-form input[type="search"]{
  border-radius: 0;
  padding: 10px;
    font-size: 1.5rem;

}
.search-overlay .search-form button:focus{
  outline: 0;
}
.search-form .search-submit::before{
  content: none;
}

.nv-single-page-wrap {
  margin-top: 92px;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 7.5px;
}

.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
  margin-bottom: 30px;
}


  .nv-post-cover {
  height:450px;
  padding: 60px 40px;
  justify-content: flex start;
  display: flex;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

@media (max-width:1680px) {
  #header {
    padding: 30px;
  }



  .container {
    max-width: 1380px;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: -10px;
  }

  #team .member p {
    font-size: 17px;
  }
}

@media (max-width:1440px) {
  #intro h1 {
    font-size: 56px;
  }

  .container {
    max-width: 1300px;
  }

  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 44px;
    line-height: 54px;
  }

  #about .content p {
    font-size: 26px;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: -64px;
  }

  #features p {
    font-size: 18px;
  }

  #everything-event h2 {
    font-size: 58px;
    line-height: 70.8px;
  }

  #what-we-believe p {
    font-size: 25px;
  }

  #everything-event {
    min-height: 600px;
  }

  #everything-event h2 {
    font-size: 52px;
    line-height: 64.8px;
  }

  .testimonial-slider .testimonial-items .testimonial-left .name h5 {
    font-size: 26px;
  }

  #team .member p {
    font-size: 15px;
    line-height: 24px;
  }

  #team .member .pic {
    height: 180px;
  }

  .work-together-box .left-desc p {
    font-size: 16px;
  }


}

@media (max-width:1366px) {
  .nav-menu>li {
    margin-left: 25px;
  }

  .nav-menu ul li a {
    font-size: 16px;
  }

  .container {
    max-width: 1160px;
  }
  #features .container {
    max-width: 1160px;
  }

  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 40px;
  }

  #about .content h3 {
    font-size: 26px;
  }

  #about .content p {
    font-size: 22px;
  }

  #about .content p span {
    font-size: 24px;
  }

  .offer-content {
    width: 270px;
  }

  .offer-content p {
    font-size: 17px !important;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: -110px;
  }

  .offerbox.box2,
  .offerbox.box4 {
    right: -15px;
  }

  #features p {
    font-size: 16px;
  }

  #everything-event h2 {
    font-size: 44px;
  }

  #what-we-believe p {
    font-size: 22px;
  }

  #call-to-action p.txt2 {
    font-size: 34px;
  }

  .testimonial-slider .testimonial-items .testimonial-left .name h5 {
    font-size: 24px;
  }

  #team .member h4 {
    padding: 20px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  #team .member p {
    padding: 0 20px;
  }

  #team .member .pic {
    height: 150px;
  }

  #team .member p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #team .member h4 span {
    font-size: 14px !important;
    margin-left: 0;
  }

  .logo-slider-cnt .logo-slider .logo-items a {
    font-size: 16px;
  }

  .work-together-box .left-desc {
    gap: 20px;
  }

}


@media (max-width:1199px) {
  .nav-menu a {
    font-size: 15px;
  }

  .nav-menu>li {
    margin-left: 10px;
  }

  #intro h1 {
    font-size: 48px;
  }

  .container {
    max-width: 1160px;
  }
  #features .container {
    max-width: 940px;
  }



  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 36px;
  }

  #about .content h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  #about .content p {
    font-size: 20px;
  }

  #about .content p span {
    font-size: 22px;
  }

  #about .content ul {
    margin-bottom: 30px;
  }

  #about .content ul li {
    font-size: 18px;
    line-height: 30.4px;
  }

  .feature-left {
    text-align: center;
    justify-content: center;
  }

  .offerbox.box2,
  .offerbox.box4 {
    right: 15px;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: 20px;
  }

  #everything-event {
    min-height: 500px;
  }

  #everything-event h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .work-together-box .left-desc {
    padding: 40px;
  }

  .work-together-box .left-desc {
    width: 60%;
  }

  .work-together-box .right-img {
    width: 40%;
  }

  .social-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  #contact .social-links {
    margin-top: 20px;
  }

  #contact h4 {
    font-size: 18px;
  }

  #contact a {
    font-size: 14px;
  }
  .has-nv-site-bg-color.class-bg-custom{
    font-size: 60px !important;
  }
}

@media (max-width:991px) {
  #mobile-nav-toggle {
    margin: 30px 30px 0 0;
  }

  #intro h1 {
    font-size: 44px;
  }

  .container {
    max-width: 940px;
  }
  #features .container {
    max-width: 720px;
  }

  #features p br {
    display: none;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: 0;
  }

  .offerbox.box2,
  .offerbox.box4 {
    right: -25px;
  }

  .offerbox {
    width: 350px;
  }

  .offerbox.box3 .offer-content {
    margin-right: 100px;
  }

  .offerbox.box2 .offer-content {
    margin-left: 80px;
  }

  .offerbox.box4 .offer-content {
    margin-left: 80px;
  }

  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 34px;
  }

  #call-to-action p.txt1 {
    font-size: 25px;
  }

  #call-to-action p.txt2 {
    font-size: 30px;
  }

  .work-together-box .left-desc p {
    font-size: 15px;
  }

  .mt-90 {
    margin-top: 15px;
  }

  #call-to-action p.txt3,
  #call-to-action p.txt4 {
    font-size: 18px;
  }
  #intro .bg-img{
    background-size: 600px;
  }
  .has-nv-site-bg-color.class-bg-custom{
    font-size: 50px !important;
  }

  #team .member p{
    min-height: 48px;
  }
}

@media (max-width:767px) {
  #mobile-nav-toggle {
    margin: 30px 50px 0 0;
  }

  #intro h1 {
    font-size: 40px;
  }

  .container {
    max-width: 720px;
  }
  #features .container {
    max-width: 540px;
  }

  .offer-box-cnt {
    position: relative;
    min-height: 1360px;
  }

  .offerbox.box1,
  .offerbox.box3 {
    position: relative;
  }

  .offerbox.box2,
  .offerbox.box4 {
    right: auto;
    position: relative;
  }

  .offerbox.box1 {
    top: 40px;
    left: 65px;
  }

  .offerbox.box2 {
    top: 100px;
    left: 65px;
  }

  .offerbox.box3 {
    top: 180px;
    left: 65px;
  }

  .offerbox.box4 {
    top: 260px;
    left: 65px;
  }

  #everything-event {
    min-height: 400px;
  }

  #everything-event h2 {
    font-size: 35px;
    line-height: 48px;
  }

  #what-we-believe {
    padding: 80px 0;
  }

  #what-we-believe p {
    font-size: 18px;
    line-height: 25px;
  }

  #what-we-believe .believe a {
    font-size: 15px;
    line-height: 15px;
  }

  #more-features h4,
  #more-features p {
    text-align: left;
  }

  .testimonial-slider .testimonial-items {
    flex-direction: column;
  }

  .testimonial-slider .testimonial-items .testimonial-left {
    width: 100%;
  }

  .testimonial-slider .testimonial-items .testimonial-right {
    width: 100%;
  }

  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 32px;
  }

  .testimonial-slider .testimonial-items .testimonial-left .name h5 {
    font-size: 22px;
  }

  .testimonial-slider .testimonial-items .testimonial-right img {
    max-width: 70%;
    margin: 0 auto;
  }

  #team .member {
    margin: 0 5px;
  }

  .work-together-box {
    flex-direction: column;
  }

  .work-together-box .left-desc {
    width: 100%;
  }

  .work-together-box .right-img {
    width: 100%;
    justify-content: center;
  }

  .work-together-box .left-desc h2 {
    line-height: 38px;
  }

  #contact .social-links {
    margin-bottom: 30px;
  }

  #header {
    height: 72px;
    padding: 20px;
  }

  #mobile-nav-toggle {
    margin: 17px 50px 0 0;
  }

  #about .content h3 {
    font-size: 22px;
  }

  .blog-all {
    padding: 0 15px;
  }

  .blog-slider .slick-prev {
    left: 6px;
  }

  .blog-slider .slick-next {
    left: 32px;
  }
  #intro .bg-img {
    background-size: 450px;
}
.nv-single-page-wrap {
  margin-top: 100px;
} 
.has-nv-site-bg-color.class-bg-custom{
  font-size: 40px !important;
}

#team .member p{
  min-height: 72px;
}
}


@media (max-width:575px) {

  .offerbox.box1 {
    left: 0px;
  }

  .offerbox.box2 {
    left: 0px;
  }

  .offerbox.box3 {
    left: 0px;
  }

  .offerbox.box4 {
    left: 0px;
  }

  #what-we-believe .believe {
    border-radius: 32px;
    flex-direction: column;
  }

  #everything-event h2 {
    font-size: 30px;
  }

  #what-we-believe .believe a {
    font-size: 18px;
  }

  #what-we-believe {
    padding: 60px 0;
  }

  #call-to-action p.txt1 {
    font-size: 22px;
  }

  #call-to-action p.txt2 {
    font-size: 27px;
  }

  #call-to-action p.txt3,
  #call-to-action p.txt4 {
    font-size: 17px;
  }

  #about h2,
  #features h2,
  #what-we-believe h2,
  #call-to-action h2,
  .work-together-box .left-desc h2,
  #more-features h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-slider .testimonial-items .testimonial-left {
    padding: 20px;
  }

  .testimonial-slider .testimonial-items .testimonial-left .name h5 {
    font-size: 20px;
  }

  #mobile-nav-toggle {
    margin: 17px 25px 0 0;
  }

  #header #logo {
    position: relative;
    left: -15px;
  }

  #header.header-fixed {
    padding: 20px 20px;
  }

  #intro h1 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
  }

  .container {
    max-width: 540px;
  }

  #features .container {
    max-width: 360px;
  }

  .offerbox.box1,
  .offerbox.box3 {
    left: -15px;
  }

  .offerbox.box1 .offer-content,
  .offerbox.box3 .offer-content {
    margin-right: 70px;
  }

  .offerbox.box2 .offer-content,
  .offerbox.box4 .offer-content {
    margin-left: 65px;
  }

  #team {
    padding: 50px 0;
  }

  #work-together {
    padding: 50px 0;
  }

  .work-together-box .left-desc {
    padding: 30px;
  }

  .work-together-box .right-img {
    border-radius: 0 0 32px 32px;
  }

  .work-together-box .right-img img {
    max-width: 100%;
  }
  #intro .bg-img {
    background-size: 375px;
}
.has-nv-site-bg-color.class-bg-custom{
  font-size: 30px !important;
}
}


/* pradip's global search css  */

/* Overlay base */
.search-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);   /* dark fade background */
  display: none;                 /* hidden by default */
  justify-content: center;       /* center horizontally */
  align-items: center;           /* center vertically */
  z-index: 9999;
}

/* Search form wrapper */
.search-overlay .search-overlay-content {
  width: 90%;
  max-width: 600px;
  text-align: center;
}

/* Make the input large and stylish */
.search-overlay .search-form input[type="search"] {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

/* Close button */
.search-overlay .search-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* Optional fade animation */
.search-overlay.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* .trp-shortcode-switcher{
  background: transparent !important;
} */


.footer-top-inner .row {
  grid-template-columns: 1fr 1fr 1fr !important;
  --valign: flex-start !important;
} 

#custom-language-dropdown {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}

#custom-language-dropdown option {
  padding: 5px;
  display: flex;
  align-items: center;
}

/* Style the default TranslatePress dropdown */
.trp-language-switcher select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
}




 /* SEARCH FIELD */
 form.search-form {
    display: flex
;
}
button.search-submit.nv-submit {
    padding: 0 20px;
    border: 0;
    border-radius: 0 4px 4px 0; background: #00CCC2;
}

button.search-submit.nv-submit svg{ width: 30px; height: 30px;}
.modal-backdrop.show {
    opacity: .8;
}
#video-testimonial .modal-header{ text-align: right; justify-content: flex-end;}
#video-testimonial .modal-header .btn-close{
font-size: 20px;
    background: no-repeat;
    border: 0;
    font-weight: bold;
}

.txt2 a{ color: #fff; text-decoration: underline; text-decoration-color: #00CCC2;}

.home #gd-register.register {
  display: block;
}
#gd-register.register {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99;
  background: #00ccc2;
  padding: 10px;
  display: none;

}
#gd-register.register a {
  color: #fff;
}

.tp-dropdown-toggle:hover{
  background: none;
  color: #000;
  
}

.custom-btn-orange {
  background-color: #FF8000;
  border-color: #ff6f00;
  padding: 12px 48px;
  font-size: 24px;
  /* font-weight: 600; */
  border-radius: 10px;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.custom-btn-orange:hover, .custom-btn-orange:active, .custom-btn-orange:focus {
  background-color: #e66300;
  border-color: #e66300;
  color: #fff;
}