:root {
  --theme-color: #e40000;
  --primary-color: #b03650;
  --primary-light: #fcf1e7;
  --primary-dark: #ffc945;
  --secondary-color: #24185b;
  --font-color: #6b6768;
  --bg-color: #fff;
  --heading-color: #060606;
  --footer-color: #161623;
  --border-radius: 30px;
  --border-radius-full: 15px;
  --border-color: transparent;
  --border-color-light: #ddd;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f4f4f4;
  --bg-light: #dbedf1;
  --btn-bg: #e2e8f0;
  --header-bg-color: rgb(243 243 243 / 72%);
  --header-border-color: rgb(255 255 255 / 39%);
}

[data-theme="dark"] {
  --theme-color: #e40000;
  --primary-color: #f9bd29;
  --primary-light: #ffc945;
  --secondary-color: #0abf53;
  --primary-dark: #00070c;
  --font-color: #b7b7b7;
  --bg-color: #131617;
  --heading-color: #fdfffc;
  --footer-color: #161623;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.2);
  --iframe-filter: grayscale(100%);
  --bg-grey: #0b0d0e;
  --bg-light: #111;
  --btn-bg: #2a2a2a;
  --header-bg-color: transparent;
  --header-border-color: transparent;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  background: var(--bg-color);
  color: var(--font-color);
  font-family: 'Open Sans', sans-serif;
}

body a,
button,
.btn {
  cursor: pointer !important;
}

.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.d-grid {
  display: grid;
}

.align-self {
  align-self: center;
}

.align-end {
  align-self: end;
}

button,
input,
select,
label,
li,
span {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

iframe {
  border: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-family: 'Open Sans', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--font-color);
  font-weight: 400;
  letter-spacing: .5px;
}

li {
  list-style-type: none;
}


/*custom*/
.carousel-caption {
    bottom: 200px;
    background-color: rgb(255 255 255 / 88%);
}
.carousel-caption h5 {
    color: #24185b;
    font-size: 1.8em;
}
.w3l-footer-16 .subscribe button {
  font-size: 2em !important;
  padding: 5px !important;
  }
.blog-ling{
  color: var(--primary-color);
}

.treinamento-page img{
    border-radius: 30px;
    margin: 2em;
}



p.white {
  color: #eee;
}

.align-center {
  align-self: center;
}

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}

.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}

/*-- container --*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

/*-- //container --*/

/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0;
}

.theme-switch input {
  display: none;
}

/*-- //toggle switch --*/
/* //bootstrap */
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  margin-left: 10px;
  color: var(--heading-color);
}

.mode-container:hover {
  color: var(--secondary-color);
}

.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}

.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  /* color: #fff; */
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
  color: var(--heading-color);
}

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
}

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}

.gg-sun:before {
  transform: rotate(-45deg);
}

.gg-sun:after {
  transform: rotate(45deg);
}

.mode-container i.gg-sun {
  display: none;
}

.mode-container i.gg-moon {
  display: block;
  cursor: pointer;
}

input:checked+.mode-container i.gg-sun {
  display: block;
  cursor: pointer;
}

input:checked+.mode-container i.gg-moon {
  display: none;
}

/* .cont-ser-position {
  color: #fff;
} */

/*-- //dark and light mode styling --*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-cont-ser .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-cont-ser img.mfp-img {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-cont-ser .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-cont-ser .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-cont-ser .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-cont-ser .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Styles for dialog window */
#small-dialog {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* //Magnific Popup CSS */

/* movetop styling */
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}

/* //movetop styling */

/* header */
/* navigation styling */
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: var(--heading-color);
}

.navbar .navbar-brand span {
  font-weight: 100;
}

a.navbar-brand i {
  font-size: 32px;
  color: var(--secondary-color);
}

a.navbar-brand:hover {
  color: var(--secondary-color);
}

.navbar .navbar-brand img {
  max-width: 190px;
  transition: all 0.5s ease;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
  transition: all 0.5s ease;
  position: relative;
}

.navbar-expand-lg .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 0;
  font-size: 16px;
  color: var(--heading-color);
  letter-spacing: .5px;
}

.navbar-expand-lg a.nav-link.donate.btn.btn-style {
  display: block;
  padding: 0px 30px;
  color: #fff;
  height: 46px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: 4px;
}

a.dropdown-item {
  font-size: 16px;
  color: var(--heading-color);
  letter-spacing: .5px;
  padding: 5px 24px;
}

a.dropdown-item:hover {
  color: var(--secondary-color);
  background: none;
}

a.dropdown-item.active {
  background: transparent;
  color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  box-shadow: rgb(12 12 12 / 6%) 0px 1px 20px 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
}

header {
  background-color: transparent;
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 110px;
  display: grid;
  align-items: center;
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); */
}

header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);
  height: 110px;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  z-index: 99 !important;
  /* for z-index:10 to display gallery popup */
}

.navbar-nav .show>,
.navbar-nav .nav-link.show {
  color: #7C6A6A;
}

nav ul li {
  display: inline-block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

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

.navbar-nav .nav-link:focus {
  color: #eee;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: 12rem;
  padding: 1rem 0;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
  opacity: 0.95;
}

.nav-fixed .navbar-brand {
  color: var(--heading-color);
}

.nav-fixed .phone a {
  color: #fff;
}

.nav-fixed .phone a span {
  opacity: 1;
  color: #fff;
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
  color: var(--secondary-color);
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
  color: var(--secondary-color);
}

.nav-fixed .navbar-expand-lg .navbar-brand span.fa {
  color: var(--theme-color);
}

.nav-fixed .navbar-expand-lg .navbar-brand span.sub-logo {
  color: #272121;
}

.navbar .search-right {
  margin: 0 20px;
}

.navbar .search-right a {
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  color: var(--heading-color);
}

.nav-fixed .search-right a {
  color: var(--font-color);
}

.navbar .search-right a:hover {
  color: var(--secondary-color);
}

.navbar form.search-box {
  display: flex;
}

.navbar .search-right .popup form .input-search {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  border: none;
  background: #fff;
  padding: 18px 20px;
  width: 100%;
  display: flex;
  border-radius: 30px 0px 0px 30px;
}

.navbar .search-right .popup form .input-search span.fa.fa-search.mr-2 {
  margin-top: 4px;
}

.navbar .search-right .popup form .input-search input {
  width: 100%;
  border: none;
}

.navbar .search-right .popup form button {
  border-radius: 0px 30px 30px 0px;

}

.navbar .search-right .popup form button:hover {
  color: #fff;
  opacity: .8;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}

.navbar .search-right .popup form input:focus {
  outline: none;
  border: none;
}

.navbar .search-right .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(25, 23, 23, 0.81);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
  height: 100vh;
}

.navbar .search-right .pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

.navbar .search-right .popup {
  margin: 0rem auto;
  max-width: 800px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 2em;
}

.navbar .search-right .search-top {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 30px;
  margin-top: 24px;
}

.navbar .search-right .search-top h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.navbar .search-right .popup h3 {
  font-size: 6px;
  color: #fff;
  margin-bottom: 16px;
}

.navbar .search-right .search-top span.fa {
  padding-right: 10px;
}

.navbar .search-right .search-top li {
  display: block;
}

.navbar .search-right .search-top li a {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.navbar .search-right .search-top li a:hover {
  color: #fff;
}

.navbar .search-right .close {
  position: absolute;
  top: 60px;
  right: 40px;
  transition: all 200ms;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background: none;
  font-weight: 200;
}

.navbar .search-right .close:hover {
  opacity: 0.8;
  background: none;
}

@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
  }

  .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    max-width: 109px;
  }

  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    max-width: 140px;
  }

  .navbar-toggler {
    border: 0 none;
    font-size: 24px;
  }

  .navbar .search-right {
    /* margin: 10px auto; */
    position: absolute;
    right: 80px;
    top: 7px;
  }

  .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
  }

  .navbar-nav:last-child {
    border: 1px solid var(--border-color);
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    padding-bottom: 10px;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 8px 0;
    text-align: center;
  }

  header {
    height: auto;
    padding: 17px 0;
  }

  .navbar {
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
    border: 1px solid var(--border-color-light);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    border: 1px solid var(--border-color-light);
    border-right: none;
    border-bottom: none;
  }

  header.nav-fixed {
    height: auto;
    padding: 14px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    color: var(--heading-color);
  }

  .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #272121;
    border-radius: 4px;
    text-align: center;
  }

  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    background: var(--secondary-color);
    line-height: 34px;
  }

  .navbar-toggler {
    padding: 0rem 0rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .w3l-top-header {
    position: relative;
    height: 73px;
  }

  .navbar-expand-lg a.nav-link.donate.btn.btn-style {
    display: inline-block;
    padding: 0px 40px;
  }

  button.navbar-toggler .icon-close {
    display: block;
  }

  button.navbar-toggler .icon-expand {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-close {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-expand {
    display: block;
  }

  .cont-ser-position {
    position: absolute;
    right: 50px;
    top: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-brand {
    font-size: 32px;
  }

  a.navbar-brand i {
    font-size: 28px;
  }

  .navbar .search-right {
    margin: 0 6px;
  }

  .cont-ser-position {
    right: 44px;
  }

  .navbar form.search-box {
    display: block;
  }

  .navbar .search-right .popup form button {
    padding: 15px 40px;
    margin-left: 0;
    width: 100%;
    margin-top: 1em;
  }

  .navbar .search-right .popup form .input-search {
    padding: 16px 20px;
  }

  .navbar .search-right .popup {
    padding: 1em;
  }
}

@media only screen and (max-width: 360px) {
  .navbar .navbar-brand {
    font-size: 28px;
  }

  a.navbar-brand i {
    font-size: 24px;
  }

  .navbar .search-right {
    margin: 0 0px;
  }
}

/* //navigation styling */
/*-- //header  --*/

/*-- button style --*/
.button-style {
  padding: 12px 38px;
  font-size: 16px;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 30px;
  font-weight: 600;
}

.button-style:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  color: #fff;
  opacity: .8;
}

/*-- //button style --*/
/*-- title style --*/
.title-heading-w3 {
  max-width: 700px;
}

h3.title-main {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

/*-- //title style --*/
/*-- banner --*/
.w3l-banner {
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  /* min-height: 800px; */
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.w3l-banner h3 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .w3l-banner h3 {
    font-size: 50px;
    line-height: 64px;
  }
}

@media (max-width:900px) {
  .w3l-banner h3 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 480px) {
  .w3l-banner h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*-- //banner --*/
/*-- about section --*/
.w3l-content-photo-5 .content-left {
  align-self: center;
}

.w3l-content-photo-5 .content-left h3 {
  font-size: 35px;
  line-height: 45px;
}

.w3l-content-photo-5 .content-left h3 span {
  font-weight: bold;
}

.w3l-content-photo-5 .content-left p {
  margin-top: 25px;
}

.w3l-content-photo-5 .content-left a {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .content-photo {
    order: 2;
  }

  .content-left {
    order: 1;
  }
}

/* //about section */
/* team with grids section */
.content-sec-11 {
  max-width: 1000px;
  margin: 0 auto;
}

a.read-button {
    font-weight: 600;
    color: var(--heading-color);
    margin-top: 0.5em;
    display: block;
    text-transform: none;
    font-size: 15px;
}

a.read-button:hover {
  color: var(--secondary-color);
}

.w3l-content-11-main .columns {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 20px;
}

.w3l-content-11-main .columns .icon-eff {
  line-height: 65px;
  background: rgb(213 224 239);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  transition: .3s ease-in;
}

.w3l-content-11-main .columns span {
  font-size: 22px;
  color: var(--secondary-color);
  line-height: 65px;
  transition: .3s ease-in;
}

.w3l-content-11-main .columns:hover .icon-eff {
  background: var(--secondary-color);
  transition: .3s ease-in;
}

.w3l-content-11-main .columns:hover span {
  color: #fff;
  transition: .3s ease-in;
}

h3.title-main-2 {
  line-height: 55px;
  font-size: 40px;
  font-weight: 100;
}

.text-position {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  background: #04040491;
  padding: 25px;
}

.text-position h4 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.text-position h4 a:hover {
  color: var(--primary-color);
}

.text-position p {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 4px;
}

.w3l-content-11-main img {
  width: 100%;
}

@media (max-width: 1200px) {
  h3.title-main-2 {
    line-height: 50px;
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  h3.title-main-2 {
    line-height: 42px;
    font-size: 30px;
  }
}

/* //team with grids section */
/* video section */
.midd-w3 {
  background: var(--bg-light);
}

h3.title-big2 {
  font-size: 1.5em;
  font-weight: 600;
}
h3.title-big {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}

.video-section ul.w3l-right-book li span {
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.4;
}

.video-section .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}

.video-section span.video-play-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  padding-left: 10px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff;
  border: 4px solid #fff;
  background: rgb(10 191 83 / 54%);
}

.video-section span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.video-section img {
  width: 100%;
}

@media (max-width: 1200px) {
  h3.title-big {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  h3.title-big {
      font-size: 1em;
      line-height: inherit;
      margin-bottom: 2em;
  }
}

/* //video section */
/* blog section */
.w3l-blog-sec .services-gd {
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  padding: 1em;
  border-radius: 15px;
}

.w3l-blog-sec .serve-info span {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  color: var(--para-color);
  margin-bottom: 30px;
  display: inline-block;
}

.w3l-blog-sec .serve-info img {
  border-radius: 15px;
}

.w3l-blog-sec ul.admin-list {
  margin-top: 20px;
}

.w3l-blog-sec .serve-info span.fa {
  width: 20px;
  color: var(--secondary-color);
  margin: 0;
}

.w3l-blog-sec .services-gd h3 a {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  display: inherit;
  font-weight: 600;
  color: var(--title-color);
}

.w3l-blog-sec .services-gd h3 a:hover {
  color: var(--secondary-color);
}

.w3l-blog-sec .admin-list li a {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}

.w3l-blog-sec .admin-list li a:hover {
  color: var(--secondary-color)
}

.w3l-blog-sec .admin-list li {
  display: inline-block;
  margin: 0 20px 0 0;
  list-style-type: none;
}

.w3l-blog-sec .admin-list li:last-child {
  margin: 0 0 0 0;
}

.w3l-blog-sec h3.date,
.single-bottom-blog h3.date {
  text-transform: capitalize;
  font-size: 13px;
  line-height: 20px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  display: inline-block;
  background: rgb(10 191 83 / 8%);
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 20px;
}

.w3l-blog-sec .column-img img {
  width: 100%;
}

.w3l-blog-sec .pagination {
  margin-top: 4em;
  text-align: center;
  display: block;
}

.w3l-blog-sec .pagination ul li {
  display: inline-block;
}

.w3l-blog-sec .pagination ul li span.fa {
  color: var(--heading-color);
}

.w3l-blog-sec .pagination a {
  display: inline-block;
  color: var(--heading-color);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 600;
}

.w3l-blog-sec .pagination a span {
  margin: 0;
}

.w3l-blog-sec .pagination a.active,
.w3l-blog-sec .pagination a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.w3l-blog-sec .pagination ul li a.not-allowed span.fa {
  cursor: not-allowed;
  color: #c3c2c2;
}

.w3l-blog-sec .pagination .not-allowed:hover {
  opacity: 1;
  background: transparent;
  color: #c3c2c2;
}

@media (max-width: 1080px) {
  .w3l-blog-sec .admin-list li a {
    font-size: 14px;
  }

  .w3l-blog-sec .admin-list li {
    margin: 0 10px 0 0;
  }
}

/* //blog section */
/* call section */
.w3l-call-to-action-6 .call-vv-action {
  background: var(--bg-light);
}

.w3l-call-to-action-6 p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 6px;
}

.w3l-call-to-action-6 .float-rt {
  align-self: center;
}

.w3l-call-to-action-6 .buttons li {
  list-style: none;
  display: inline-block;
}

.w3l-call-to-action-6 .buttons li.green {
  margin: 0 20px;
}

.w3l-call-to-action-6 .buttons li.phone,
.w3l-call-to-action-6 .buttons li.phone a.call-style-w3 {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-call-to-action-6 .buttons li.phone a.call-style-w3:hover {
  color: var(--secondary-color);
}

.w3l-call-to-action-6 .grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
  .w3l-call-to-action-6 p {
    font-size: 16px;
  }

  .w3l-call-to-action-6 .grid {
    grid-template-columns: 1fr;
  }

  .w3l-call-to-action-6 .buttons {
    text-align: left;
  }
}

@media (max-width: 500px) {
  .w3l-call-to-action-6 .buttons li {
    display: block;
    margin: 10px 0;
  }
}

/* //call section */
/* 3 grids */
.w3l-features-4 .features4-grid {
  box-shadow: -1px 7px 13px 0px rgba(10, 10, 10, 0.08);
  background: var(--bg-color);
  padding: 30px;
}

.w3l-features-4 .feature-images span {
  color: var(--primary-color);
  font-size: 35px;
}

.w3l-features-4 .features4-grid h5 a {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  color: var(--heading-color);
  margin: 30px 0 15px;
  display: inline-block;
}

.w3l-features-4 .features4-grid h5 a:hover {
  color: var(--primary-color);
}

/* //3 grids */
/* promocode section */
.w3l-promocode .promo-block {
  background: url(../images/promo.png) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.w3l-promocode .app4-left-text h6 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.w3l-promocode .app4-left-text h4 {
  font-size: 35px;
  line-height: 40px;
  margin-top: 6px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.w3l-promocode .aap-4-section {
  align-items: center;
}

.w3l-promocode .app4-left-text label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
  color: var(--heading-color);
}

.w3l-promocode .app4-left-text form input {
  background: #fff;
  border: 1px solid var(--border-color-light);
  border-right: none;
  font-size: 16px;
  padding: 12px 15px;
  width: 70%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.w3l-promocode .app4-left-text form button {
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  width: 160px;
  background: var(--secondary-color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: 600;
  padding: 12px;
}

.w3l-promocode .app4-left-text form button:hover {
  opacity: .8;
}

.w3l-promocode .app-4-icon ul {
  margin-top: 1em;
}

.w3l-promocode .app-4-icon ul li {
  list-style: none;
  display: inline-block;
}

.w3l-promocode .app-4-icon ul li a.app-icon {
  background: #191919;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 2px;
  display: inline-block;
}

.w3l-promocode .app-4-icon ul li a.app-icon:hover {
  background: var(--secondary-color);
}

.w3l-promocode a.app-icon span {
  color: #fff;
  line-height: 37px;
}

@media all and (max-width: 1000px) {
  .w3l-promocode .app4-left-text h4 {
    font-size: 32px;
  }
}

@media all and (max-width: 992px) {
  .w3l-promocode .app4-right-image {
    order: 2;
  }

  .app4-left-text {
    order: 1;
  }

  .app4-right-image img {
    max-width: 200px;
    margin: auto;
  }
}

@media all and (max-width: 440px) {
  form.d-flex.wrap-align {
    flex-wrap: wrap;
  }

  .w3l-promocode .app4-left-text form button {
    width: 100%;
    margin-top: 15px;
    border-radius: 30px;
  }

  .w3l-promocode .app-4-icon ul {
    margin-top: 25px;
  }

  .w3l-promocode .app4-left-text form input {
    border-radius: 30px;
    width: 100%;
  }
}

/* //promocode section */
/* footer */
.w3l-footer-16 .w3l-footer-16-main {
  background: #f9f9f9;
  padding: 5em 0 4em;
}

.w3l-footer-16 .w3l-footer-16-main h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: 600;
}

.w3l-footer-16 a.logo {
  font-size: 36px;
  color: var(--heading-color);
  display: block;
}

.w3l-footer-16 a.logo i {
  font-size: 32px;
  color: var(--secondary-color);
}

.w3l-footer-16 a.logo:hover {
  color: var(--secondary-color);
}

.w3l-footer-16 .footer-gd-16 li {
  display: block;
  list-style: none;
  margin: 10px 0;
}

.w3l-footer-16 .footer-gd-16 li a {
  font-size: 15px;
  line-height: 25px;
}

.w3l-footer-16 .end-column {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 2em;
  box-shadow: -1px 7px 13px 0px rgba(10, 10, 10, 0.08);
  background: var(--bg-color);
}

.w3l-footer-16 .below-section,
.w3l-footer-16 .para-content-footer {
  border-top: 1px solid rgba(238, 238, 238, 0.16);
}

.w3l-footer-16 .w3l-footer-16-main h3 a:hover,
.w3l-footer-16 .footer-gd-16 li a:hover,
.w3l-footer-16 .footer-p p a:hover {
  opacity: 0.8;
}

.w3l-footer-16 .footer-p p {
  font-size: 14px;
  line-height: 24px;
}

.w3l-footer-16 p.copy-text {
  font-size: 15px;
}

.w3l-footer-16 p.copy-text a {
  color: var(--secondary-color);
}

.w3l-footer-16 p.copy-text a:hover {
  color: var(--primary-color);
}

.w3l-footer-16 .footer-gd-16 li a i {
  color: var(--secondary-color);
  margin-right: 7px;
}

.w3l-footer-16 .footer-gd-16 li a:hover {
  color: var(--secondary-color);
}

.w3l-footer-16 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  grid-gap: 20px;
}

.w3l-footer-16 form {
  display: flex;
  margin-bottom: 15px;
}

.w3l-footer-16 .subscribe input[type="text"] {
  background: #fff;
  border: none;
  padding: 12px 12px;
  font-size: 15px;
  outline: none;
  width: 80%;
  color: #333;
  border: 1px solid var(--border-color-light);
  border-radius: 30px 0px 0px 30px;
}

.w3l-footer-16 .subscribe button {
  background: var(--secondary-color);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 12px;
  cursor: pointer;
  width: 20%;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
}

.w3l-footer-16 .subscribe button:hover {
  opacity: .8;
}

.w3l-footer-16 .below-section {
  justify-content: space-between;
}

.w3l-footer-16 ul.social li,
.w3l-footer-16 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.w3l-footer-16 ul.social li a {
  color: var(--secondary-color);
  width: 35px;
  height: 35px;
  background: rgb(213 224 239);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.w3l-footer-16 ul.social li a:hover {
  color: var(--primary-color);
  background: rgb(239 222 226);
  box-shadow: 0px 4px 7px 0px rgb(10 10 10 / 24%);
}

.w3l-footer-16 ul.social li a span {
  font-size: 15px;
  line-height: 35px;
}

@media screen and (max-width: 1190px) {
  .w3l-footer-16 .w3l-footer-16-main h3 {
    font-size: 16px;
  }

  .w3l-footer-16 .subscribe button {
    width: 30%;
  }
}

@media screen and (max-width: 736px) {
  .w3l-footer-16 .below-section {
    display: block !important;
    text-align: center;
  }
}

@media screen and (max-width: 801px) {
  .w3l-footer-16 .w3l-footer-16-main h3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .w3l-footer-16 .w3l-footer-16-main {
    padding: 3em 0;
  }

  .w3l-footer-16 .subscribe button {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 420px) {
  .w3l-footer-16 .w3l-footer-16-main {
    padding: 2em 0;
  }

  .w3l-footer-16 .grid {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }

  .w3l-footer-16 .subscribe button {
    width: 20%;
  }
}

@media screen and (max-width: 375px) {
  .w3l-footer-16 .grid {
    grid-gap: 20px;
  }
}

/* //footer */

/* about page */
/*-- inner-banner --*/
.inner-banner {
  background: url(../images/innerbanner.png) no-repeat center;
  background-size: cover;
  padding-bottom: 2em;
}

.w3l-breadcrumb {
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  padding-top: 150px;
  z-index: 99;
}

.breadcrumbs-custom-path {
  text-align: center;
  display: inline-block;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: var(--secondary-color);
}

@media (max-width: 568px) {
  .inner-banner {
    min-height: 150px;
  }

  .breadcrumbs-custom-path li {
    font-size: 16px;
  }

  .w3l-breadcrumb {
    padding-top: 80px;
  }
}

/*-- //inner-banner --*/
/* contact */
.w3l-contact-info-main p.sub-wthree {
  max-width: 700px;
  margin: 0 auto 3em;
  text-align: center;
}

.w3l-contact-info-main .contact-w3pvt-form {
  max-width: 900px;
  margin: 0 auto;
}

.w3l-contact-info-main .form-group {
  margin-bottom: 12px;
}

.w3l-contact-info-main .form-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.w3l-contact-info-main .form-group input,
.w3l-contact-info-main .form-group textarea {
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  border: 1px solid var(--border-color-light);
  background: var(--bg-light);
  border-radius: 30px;
  height: auto;
}

.w3l-contact-info-main .form-group textarea {
  min-height: 190px;
  /*resize: none;*/
}

.w3l-contact-info-main button.btn.button-eff {
  margin-top: 1em;
}

.w3l-contact-info-main iframe.map-w3layouts {
  min-height: 20em;
  border: none;
  background: var(--border-color-light);
  padding: 0.4em;
  width: 100%;
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .w3l-contact-info-main iframe.map-w3layouts {
    margin-top: 2em;
  }
}

@media screen and (max-width: 568px) {
  .w3l-contact-info-main p.sub-wthree {
    margin: 0 auto 2em;
  }
}

/* //contact */
/* menu */
.another-sec {
  border-top: 1px solid var(--border-color-light);
  padding-top: 40px;
  margin-top: 70px;
}

.menu-item {
  margin: 40px 0;
  font-size: 18px;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-section-title h5 {
  font-size: 50px;
  display: block;
  font-weight: normal;
  margin: 20px 0;
  text-align: Center;
}

.menu-item img {
  border-radius: 15px;
  width: 100%;
}

.menu-item-name h6 {
  font-size: 20px;
  font-weight: 600;
}

.menu-item-price h6 {
  font-weight: bold;
  font-size: 1.3em;
  color: var(--primary-color);
}

.menu-item-description p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.button-style-2 {
  padding: 6px 20px;
  font-size: 16px;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
  /* display: block; */
  margin: 0 auto;
  max-width: 100px;
}

@media (max-width: 1200px) {
  .menu-item-name h6 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .menu-item-name h6 {
    font-size: 20px;
  }

  .another-sec {
    padding-top: 30px;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .w3l-breadcrumb {
    text-align: left;
  }
  .inner-banner {
    background-position: right;
}

.treinamento-page img{
    border-radius: 30px;
    margin: 0;
}

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left !important;
}
a.dropdown-item {
    padding: 5px 10px;
    text-align: left;
}
  .menu-item-name h6 {
    font-size: 18px;
  }
  .carousel-caption {
    bottom: 20px;
    padding: 10px;
  }
  .carousel-caption h5 {
    color: #24185b;
    font-size: 1.2em;
}
.carousel-caption p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: normal;
}
.fixed-top {
    position: relative;
  }
}

@media (max-width: 480px) {
  .menu-item-name h6 {
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
  }

  .menu-item-price h6 {
    font-size: 1.1em;
  }
}

@media (max-width: 415px) {
  .menu-item-name h6 {
    font-size: 14px;
    line-height: inherit;
  }

  .menu-item-description p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 2px;
  }

  .button-style-2 {
    padding: 4px 18px;
    font-size: 14px;
    bottom: 4px;
    max-width: 78px;
  }

  .menu-item {
    margin: 30px 0;
  }
}

@media (max-width: 375px) {
  .button-style-2 {
    padding: 2px 15px;
    font-size: 13px;
    bottom: 32px;
    max-width: 70px;
  }

  .menu-item {
    margin: 22px 0;
  }
}

/* //menu */
/* section divide border style */
.border-sec {
  background: var(--primary-color);
  min-height: 10px;
  border-radius: 30px 0 0 30px;
  max-width: 1450px;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .border-sec {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* //section divide border style */
/* about page */
/* about2 section */
.w3l-about2 .about-2-secs {
  align-self: center;
}

.w3l-about2 .about-2-secs p {
  margin: 10px 0 30px;
}

.w3l-about2 .about-2-secs ul li {
  margin: 15px 0;
}

.w3l-about2 .about-2-secs li span {
  color: var(--secondary-color);
  margin-right: 10px;
}
.w3l-about2 .about-2-secs span {
    color: var(--secondary-color);
    margin-right: 10px;
}

@media all and (max-width: 991px) {
  /*.w3l-about2 .about-2-secs-right {
    order: 2;
  }

  .w3l-about2 .about-2-secs {
    order: 1;
  }*/
}

@media all and (max-width: 500px) {
  .w3l-about2 .about-2-secs ul li {
    margin: 10px 0;
  }
}

/* //about2 section */
/* stats */
section.w3_stats {
  background: var(--bg-light);
}

.w3_stats h3.title-big {
  color: #fff;
}

.w3_stats h6.sub-title {
  color: #eee;
}

.w3-stats p {
  font-size: 1.1em;
}

.timer {
  font-size: 3em;
  font-weight: 600;
  color: var(--secondary-color);
}

p.count-text {
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 600;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .timer {
    font-size: 2.5em;
  }

  p.count-text {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  p.count-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  p.count-text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
}

/* //stats */
/* //about page */
/* blog single page */
.w3l-blog-single .single-bottom-blog {
  max-width: 950px;
  margin: 0 auto;
}

.w3l-blog-single .blog-img-single img {
  width: 100%;
  border-radius: 15px;
}

.w3l-blog-single .bottom-grid h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.w3l-blog-single .bottom-grid p,
p.para-single {
  margin: 15px 0 30px;
}

/* tags */
.blog-tags li {
  display: inline;
}

.blog-tags li.text-tag {
  color: var(--heading-color);
  font-size: 22px;
  margin-right: 10px;
}

.blog-tags li a {
  color: var(--secondary-color);
  border: 1px solid var(--border-color-light);
  padding: 8px 26px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  margin-right: 6px;

}

/* social icons blog */
.social-singles a {
  color: var(--secondary-color);
  border: 1px solid var(--border-color-light);
  width: 35px;
  height: 35px;
  line-height: 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  margin-right: 6px;
  text-align: center;

}

/* comments section blog single */
.comment-grid {
  box-shadow: -1px 7px 13px 0px rgba(10, 10, 10, 0.08);
  padding: 30px;
}

.comment-grid i.fa-quote-left {
  color: rgb(10 191 83 / 25%);
  font-size: 40px;
  margin-right: 6px;
}

.w3l-comments-9-main .right-coment h4 {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 600;
}

.w3l-comments-9-main .right-coment span {
  font-size: 14px;
  text-transform: capitalize;
}

.w3l-comments-9-main .right-coment {
  margin-left: 1em;
}

a.reply-blog {
  text-align: right;
  display: block;
  font-size: 17px;
  font-weight: 600;
}

a.reply-blog i {
  color: var(--secondary-color);
  margin-right: 5px;
}

a.reply-blog:hover {
  color: var(--secondary-color);
}

/* comments form section */
h3.title-main2-blog-single {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}

.w3l-form-comments-sec .form-commets input,
.w3l-form-comments-sec .form-commets textarea {
  outline: none;
  color: var(--font-color);
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  border: 1px solid var(--border-color-light);
  background: var(--bg-light);
  border-radius: 30px;
}

.w3l-form-comments-sec .form-commets textarea {
  min-height: 200px;
  margin-bottom: 2em;
  resize: none;
}

/* single pagination */
.single-pagination {
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  margin-top: 40px;
}

.single-pagination a {
  display: grid;
  margin: 20px 0;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  color: var(--heading-color);
  font-weight: 600;
  align-items: center;
}

.single-pagination a:hover {
  color: var(--theme-color);
}

.single-pagination a span.fa {
  font-size: 13px;
}

@media all and (max-width:991px) {
  .blog-tags li a {
    padding: 7px 20px;
    font-size: 15px;
  }

  h3.title-main2-blog-single {
    font-size: 28px;
    margin-bottom: 34px
  }

  .w3l-blog-single .bottom-grid h3 {
    font-size: 32px;
    line-height: 35px;
  }

  .w3l-blog-single .bottom-grid p,
  p.para-single {
    margin: 15px 0 25px;
  }
}

@media all and (max-width:768px) {
  .blog-single-tags {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 480px) {
  .blog-tags li a {
    padding: 6px 14px;
    font-size: 15px;
  }

  .w3l-blog-single .bottom-grid h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 414px) {
  h3.title-main2-blog-single {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .blog-tags li a {
    margin-right: 4px;
    margin-top: 10px;
  }
}

/* //blog single */
/* error page */
.w3l-error-main .error {
  background: url(../images/error.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.w3l-error-main .sub-wthreess {
  padding: 4em 0;
}

.w3l-error-main h3.text-err-wthree {
  color: #fff;
  font-weight: bold;
  font-size: 6em;
  line-height: 1.5;
}

.w3l-error-main .error h4 {
  margin: 6px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.error-buttton {
  background-color: var(--primary-color);
}

@media all and (max-width: 600px) {
  .w3l-error-main h3.text-err-wthree {
    font-size: 5em;
  }
}

@media all and (max-width: 375px) {
  .w3l-error-main h3.text-err-wthree {
    font-size: 4em;
  }

  .w3l-error-main .error h4 {
    font-size: 22px;
  }
}

/* //error page */
