:root {
  --primary-color: #3b3663;
  --secondary-color: #0077c8;
  --font-color: #696687;
  --bg-color: #fff;
  --heading-color: #3B3663;
  --border-radius: 6px;
  --border-radius-full: 15px;
  --border-color: transparent;
  --border-color-light: #ebebeb;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f4f4f4;
  --bg-lightgrey: #f8f9fa;
  --btn-bg: #e2e8f0; }

[data-theme="dark"] {
  --primary-color: #3b3663;
  --secondary-color: #0077c8;
  --font-color: #b7b7b7;
  --bg-color: #001036;
  --heading-color: #eee;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.15);
  --iframe-filter: grayscale(100%);
  --bg-grey: #000e28;
  --bg-lightgrey: #000e28;
  --btn-bg: #2a2a2a; }

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

html {
  scroll-behavior: smooth; }

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

body a,
button,
.btn {
  cursor: pointer !important;
  font-family: 'Jost', sans-serif; }

.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: 'Jost', sans-serif; }

a,
a:hover {
  text-decoration: none;
  letter-spacing: .5px; }

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: 'Jost', sans-serif; }

p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 28px;
  color: var(--font-color);
  font-family: 'Open Sans', sans-serif; }

li {
  list-style-type: none; }

p.white {
  color: #eee; }

.conteudohome{
  position: absolute;
  z-index: 9;
  margin-left: 10%;
  width: 80%;
}
.banner1{
  background-image: url('../images/banner1.jpg');
  background-size: cover;
  background-position: center;
  min-height: 650px;
}
.banner2{
  background-image: url('../images/banner2.jpg');
  background-size: cover;
  background-position: center;
  min-height: 650px;
}
.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 --*/
.btn-style {
  padding: 13px 35px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }

.btn-small {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius); }

.transparent-btn {
  color: #fff;
  border: 1px solid #dadada;
  background: rgba(255, 255, 255, 0.15); }

.transparent-btn:hover {
  background: #ffffff;
color: #33719f;
border: 1px solid #ffffff;}

.nav-fixed .transparent-btn {
  color: var(--heading-color);
  border: 1px solid var(--heading-color); }

.nav-fixed .transparent-btn:hover {
  color: #ffffff;
border: 1px solid #45406b;
background-color: #3b3663; }

.btn-white {
  padding: 13px 35px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius);
  background-color: #fff;
  color: var(--primary-color); }

.title-big {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  position: relative; }

.title-big span {
  font-weight: 300; }

.title-small {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #aaa;
  display: block;
  text-transform: uppercase; }

.header-section {
  max-width: 750px; }

.section-title-left {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700; }

.category-title {
  font-size: 38px;
  line-height: 45px;
  font-weight: 600; }

@media (max-width: 1080px) {
  .title-big {
    font-size: 36px !important;
    line-height: 46px;
    margin: 0;
    max-width: 100%; } }

@media (max-width: 768px) {
  .category-title {
    font-size: 32px !important;
    line-height: 42px; }
  .title-big {
    font-size: 34px !important;
    line-height: 42px; } }

@media (max-width: 568px) {
  .title-big {
    font-size: 30px !important;
    line-height: 40px; } }

@media (max-width: 415px) {
  .title-big {
    font-size: 28px !important;
    line-height: 34px; }
  .category-title {
    font-size: 28px !important;
    line-height: 38px; }
  .section-title-left {
    font-size: 24px !important; } }

@media (max-width: 384px) {
  .btn-white,
  .btn-style {
    padding: 12px 26px; }
  .title-big {
    font-size: 28px !important;
    line-height: 32px;
    font-size: 16px; }
  .title-small {
    font-size: 15px !important; }
  p, a {
    letter-spacing: 0px;
    font-size: 16px; } }

/*-- 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 --*/
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  margin-left: 10px; }

.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;
  color: #fff; }

.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; }

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

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

/*-- //dark and light mode styling --*/
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
font-weight: 500;
text-transform: uppercase;
color: #ffdc33;
margin: 0; }

.navbar h1 {
  line-height: 0; }

.navbar .navbar-brand span {
  display: inline-block;
  color: var(--primary-color); }

.navbar .navbar-brand img {
  max-width: 140px;
  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: #fff;
  opacity: 1; }

.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: rgba(255, 255, 255, 0.9); }

.navbar-expand-lg .navbar-nav .nav-link.phone {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 14px 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 14px 0;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
  color: #fff;
  opacity: .8; }

.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: 700;
  transition: 0.3s ease-in;
  border-radius: 4px; }

a.dropdown-item {
  text-transform: capitalize;
  transition: all 0.5s ease;
  font-size: 1.2em;
  font-weight: 400;
  padding: 3px 24px;
  color: var(--heading-color); }

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

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

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

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

header {
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 135px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(223, 223, 223, 0.3);
  background-color: rgba(114, 158, 239, 0.8);
}

header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);
  height: 130px;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

.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 {
      font-weight: 700; }

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
      font-weight: 700; }

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

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

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

.navbar .search-right a {
  display: block;
  padding: 14px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  opacity: .8; }

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

.navbar .search-right a:hover {
  color: #fff;
  opacity: 1; }

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

.navbar .search-right .popup form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  border: none;
  height: 60px;
  background: #fff;
  padding: 0 20px;
  width: 100%;
  border-radius: 0;
  -webkit-border-top-left-radius: var(--border-radius);
  -webkit-border-bottom-left-radius: var(--border-radius);
  -moz-border-radius-topleft: var(--border-radius);
  -moz-border-radius-bottomleft: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius); }

.navbar .search-right .popup form button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: var(--primary-color);
  width: 60px;
  background: #fff;
  line-height: 35px;
  display: inline-block;
  transition: 0.5s ease-out;
  font-weight: 700;
  display: block;
  height: 60px;
  margin: 0 auto;
  border-radius: 0;
  -webkit-border-top-right-radius: var(--border-radius);
  -webkit-border-bottom-right-radius: var(--border-radius);
  -moz-border-radius-topright: var(--border-radius);
  -moz-border-radius-bottomright: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.navbar .search-right .popup form button:hover {
  background: var(--primary-color);
  color: #fff;
  outline: none;
  border: none; }

.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;
  padding: 40px 50px;
  max-width: 700px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.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; }

.w3l-top-header .top-headers li a,
.w3l-top-header .top-headers li {
  color: #fff;
  font-size: 17px;
  opacity: .9; }

.w3l-top-header .top-headers li a:hover,
.w3l-top-header .top-headers li:hover {
  opacity: 1; }

.w3l-top-header .top-headers li span {
  margin-right: 5px;
  font-size: 15px; }

.w3l-top-header .top-headers li {
  margin-right: 1em;
  display: inline-block;
  border-right: 1px solid rgba(223, 223, 223, 0.3);
  padding: 10px 0px;
  padding-right: 1em; }

.nav-fixed .w3l-top-header .top-headers li a,
.nav-fixed .w3l-top-header .top-headers li {
  color: var(--heading-color); }

.w3l-top-header {
  border-bottom: 1px solid rgba(223, 223, 223, 0.3); }

.main-top {
  grid-auto-flow: column;
  justify-content: space-between; }

@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 {
    font-size: 26px; }
  .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: 0px auto; }
  .navbar-collapse {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    margin-top: 16px;
    border-radius: var(--border-radius);
    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: 7px 0;
    text-align: center; }
  header {
    height: auto; }
  .navbar {
    padding: 15px 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; }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    color: var(--heading-color); }
  .navbar .search-right a {
    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(--primary-color);
    line-height: 34px; }
  .navbar-toggler {
    padding: 0rem 0rem !important; }
  .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(--heading-color);
    opacity: 1; }
  .top-quote .transparent-btn {
    color: var(--heading-color); } }

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

@media only screen and (max-width: 991px) {
  .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; }
  .mobile-position {
    position: absolute;
    right: 50px;
    top: 23px; } }

@media only screen and (max-width: 736px) {
  .w3l-top-header .top-headers li {
    margin-right: .7em;
    padding-right: .7em; } }

@media only screen and (max-width: 415px) {
  .w3l-top-header .top-headers li {
    margin-right: .5em;
    padding-right: .5em; } }

/*-- banner --*/
.w3l-banner {
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center; }

.w3l-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-banner h3 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
  text-transform: uppercase; }

.banner-info-grid {
  max-width: 650px;
  background-color: rgb(104 140 206 / 90%);
  padding: 1em;
  border-radius: 10px;
}

.w3l-banner p {
  color: #fff; }

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

@media (max-width: 991px) {
  .banner-form-w3 {
    margin-left: 0px; }
  .w3l-banner { } }

@media (max-width: 736px) {
  .w3l-banner { } }

@media (max-width: 568px) {
  .w3l-banner { } }

@media (max-width: 415px) {
  .w3l-banner h3 {
    font-size: 32px;
    line-height: 38px; } }

.w3l-homeblock1 {
  background: var(--bg-color); }

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

.w3l-homeblock1 span.video-play-icon {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite; }

/*--  home page services --*/
.w3l-bottom-grids-6 {
  background: var(--bg-grey);
  position: relative;
  z-index: 1; }

.w3l-bottom-grids-6 .area-box {
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
  text-align: center;
    height: 380px;}
    
    
.bignumb {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 20px;
}

.bignumb b{
    font-size: 30px;
}

.w3l-bottom-grids-6 .area-box-feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 25px; }

.w3l-bottom-grids-6 .area-box:hover {
  transition: .3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1); }

.w3l-bottom-grids-6 .grids-feature span.fa {
  color: var(--primary-color);
  font-size: 30px; }

.w3l-bottom-grids-6 h4 a.title-head {
  margin-top: 25px;
  display: block;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 26px;
  letter-spacing: 0; }

.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color); }

.w3l-bottom-grids-6 p {
  display: inline-block; }

.w3l-bottom-grids-6 a.more {
  font-weight: 500;
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  color: var(--heading-color); }

.w3l-bottom-grids-6 a.more:hover {
  color: var(--primary-color); }

.w3l-bottom-grids-6 a.more span.fa {
  font-size: 16px;
  margin-left: 5px; }

@media (max-width: 1080px) {
  .w3l-bottom-grids-6 h4 a.title-head {
    font-size: 24px; } }

@media (max-width: 991px) {
  .w3l-bottom-grids-6 {
    position: relative;
    z-index: 1;
    margin-top: 0px; } }

@media (max-width: 480px) {
  .w3l-bottom-grids-6 h4 a.title-head {
    margin-top: 20px; } }

@media (max-width: 415px) {
  .w3l-bottom-grids-6 .area-box {
    padding: 40px 30px; }
  .w3l-bottom-grids-6 a.more {
    margin-top: 20px; }
  .w3l-bottom-grids-6 .area-box-feature {
    grid-template-columns: 35px 1fr;
    grid-gap: 15px; }
  .w3l-bottom-grids-6 .grids-feature span.fa {
    font-size: 25px; } }

.w3l-content-4 {
  background: var(--bg-color); }

.w3l-content-4 .content-info-in h6 {
  margin: 0px 0 12px 0; }

.w3l-content-4 .content-info-in h6 a {
  text-align: left;
  margin-bottom: 0;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0; }

.w3l-content-4 .content-info-in h6 a:hover {
  color: var(--primary-color); }

.w3l-content-4 .content4-icon {
  color: var(--primary-color);
  font-size: 35px;
  text-align: center; }

.w3l-content-4 .content4-right-info {
  padding-left: 0; }

.w3l-content-4 .content4-icon span.fa {
  margin-top: 4px;
  vertical-align: super; }

.w3l-content-4 .content4-icon:hover span.fa {
  color: var(--primary-color);
  transition: 0.3s ease; }

@media (max-width: 767px) {
  .w3l-content-4 .content4-icon {
    font-size: 30px; }
  .w3l-content-4 .content4-right-info {
    padding-left: 15px; }
  .w3l-content-4 .content4-icon span.fa {
    margin-top: 0px;
    vertical-align: middle; } }

@media (max-width: 480px) {
  .w3l-content-4 .content-info-in h6 a {
    font-size: 22px; } }

.w3l-stats {
  background: url(../images/bg.jpg) no-repeat 0px 0px;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
  background-attachment: fixed; }
  .w3l-stats:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .w3l-stats .stats_info span.fa {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 10px; }
  .w3l-stats h3.counter {
    font-size: 40px;
    margin: 25px 0 20px;
    color: #fff;
    font-weight: 500; }
  .w3l-stats h4 {
    color: #fff; }
  .w3l-stats p {
    color: #eee; }
  @media screen and (max-width: 480px) {
    .w3l-stats h3.counter {
      font-size: 30px; }
    .w3l-stats .stats_info img {
      width: 45px; } }

.w3l-progressblock {
  background: var(--bg-color); }

.w3l-progressblock .progress-info {
  margin-bottom: 25px;
  text-align: left; }

.w3l-progressblock .info1 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 80%; }

.w3l-progressblock .info2 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 95%; }

.w3l-progressblock .info3 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 75%; }

.w3l-progressblock .info4 h6.progress-tittle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 70%; }

.w3l-progressblock .progress {
  display: flex;
  height: 0.5em;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: var(--bg-grey);
  border-radius: 0.25rem; }

.w3l-progressblock .progress-bar {
  background-color: var(--primary-color);
  transition: width 0.6s ease; }

.w3l-progressblock .progress-bar-striped {
  background-image: none;
  background-size: 1rem 1rem; }

.w3l-progressblock h6.progress-tittle {
  font-size: 18px;
  color: var(--heading-color);
  margin-bottom: 6px;
  font-weight: 500; }

.w3l-footer-29-main {
  background: #000e28; }

.w3l-footer-29-main a.navbar-brand {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 0; }

.w3l-footer-29-main a.navbar-brand span.fa {
  color: var(--primary-color); }

.w3l-footer-29-main h6.footer-title-29 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
  color: #fff;
  opacity: .9; }

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
  list-style: none;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29 ul li:last-child {
  margin-bottom: 0px; }

.w3l-footer-29-main p {
  font-size: 18px;
  line-height: 28px;
  color: #7f8a94;
  font-family: 'Jost', sans-serif; }

.w3l-footer-29-main .footer-list-29 ul li a,
.w3l-footer-29-main .footer-list-29 ul li p,
.w3l-copyright .footer-list-29 ul li a,
.w3l-footer-29-main a {
  font-size: 18px;
  line-height: 28px;
  color: #7f8a94; }

.w3l-footer-29-main .footer-list-29 ul li a:hover,
.w3l-copyright .footer-list-29 ul li a:hover,
.w3l-footer-29-main a:hover {
  color: #fff; }

.main-social-footer-29 a {
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  border: 1px solid #7f8a94;
  color: #7f8a94;
  opacity: .6; }

.main-social-footer-29 a:hover {
  background: var(--primary-color);
  transition: 0.3s;
  color: #fff;
  opacity: 1; }

.footer-list-29 ul li span.fa {
  width: 25px; }

.w3l-copyright .copy-footer-29 a {
  color: var(--primary-color); }

.w3l-copyright .copy-footer-29 a:hover {
  color: #fff; }

.w3l-copyright {
  padding: 1.5em 0;
  border-top: 1px solid #122b46; }

.w3l-footer-29-main .footer-29 form {
  margin-top: 25px;
  position: relative; }

.w3l-footer-29-main .footer-post a {
  font-weight: 500;
  color: #ccc;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 4px;
  display: inline-block; }

.w3l-copyright #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 35px;
  transition: 0.3s ease-out; }

.w3l-footer-29-main .footer-post a:hover {
  color: #eee; }

.w3l-footer-29-main .map-iframe-ft iframe {
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
  height: 200px;
  border-radius: var(--border-radius); }

.w3l-copyright p.copy-footer-29 {
  align-self: center;
  color: #7f8a94;
  font-size: 17px;
  letter-spacing: .5px; }

@media (max-width: 992px) {
  .w3l-copyright .copy-footer-29 {
    text-align: center; }
  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px; }
  .w3l-footer-29-main h6.footer-title-29 {
    margin-bottom: 20px;
    font-size: 20px; }
  .w3l-copyright .main-social-footer-29 {
    text-align: center;
    margin-top: 20px; } }

@media (max-width: 415px) {
  .w3l-footer-29-main .footer-list-29 ul li,
  .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    margin-bottom: 8px; }
  .w3l-footer-29-main a.navbar-brand {
    font-size: 26px; } }

/* middle */
.middle {
  background: url(../images/banner1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed; }

.middle:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.welcome-left {
  max-width: 1000px;
  margin: 0 auto; }

.welcome-left h3 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
  max-width: 800px;
  margin: auto; }

.welcome-left .title-small {
  color: #ddd; }

.welcome-left p {
  color: #eee;
  max-width: 800px;
  margin: auto;
  margin-top: 15px; }

@media (max-width: 1080px) {
  .welcome-left h3 {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%; } }

@media (max-width: 736px) {
  .welcome-left h3 {
    font-size: 35px;
    line-height: 40px; } }

@media (max-width: 415px) {
  .welcome-left h3 {
    font-size: 26px;
    line-height: 34px; }
  .welcome-left p {
    font-size: 18px;
    line-height: 28px; } }

/* //middle */
/* 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;
  font-family: Arial, Baskerville, monospace;
  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-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .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-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .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; }

h2.title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  margin-top: 50px; }

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  opacity: .9;
  letter-spacing: .5px; }

.breadcrumbs-custom-path li a {
  color: #fff;
  opacity: .85; }

.breadcrumbs-custom-path li a:hover {
  color: var(--primary-color);
  opacity: 1; }

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
  color: #eee; }

.breadcrumb-bg-about {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/banner1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.breadcrumb-bg-services {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/banner.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.breadcrumb-bg-pricing {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/breadcrumbpricing.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.breadcrumb-bg-blog {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/bg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.breadcrumb-bg-blogsingle {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/banner1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.breadcrumb-bg-contact {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 119, 200, 0.8), rgba(0, 119, 200, 0.8)), url(../images/contactbreadcrumb.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

@media screen and (max-width: 991px) {
  h2.title {
    font-size: 40px;
    margin-top: 60px; } }

@media screen and (max-width: 736px) {
  h2.title {
    font-size: 35px; } }

@media screen and (max-width: 480px) {
  .breadcrumbs-custom-path li {
    font-size: 15px; } }

@media screen and (max-width: 415px) {
  h2.title {
    font-size: 30px; } }

.w3l-aboutblock1 {
  background: var(--bg-color); }

.w3l-grids-3 ul.cont-4 li span.fa {
  color: var(--secondary-color);
  margin-right: 12px;
  background: var(--bg-grey);
  font-size: 10px;
  padding: 8px;
  border-radius: 50%;
  display: inline-table; }

.w3l-grids-3 ul.cont-4 li {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 500;
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr; }

  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: var(--font-color);
    margin-bottom: 5px;
    font-weight: 500;
    opacity: .6;
    text-transform: uppercase; }

  .w3l-grids-block-5 .grids5-info h4 {
    margin: 0px; }

  .w3l-grids-block-5 .grids5-info h4 a {
    font-size: 24px;
    line-height: 28px;
    color: var(--heading-color);
    margin-top: 10px;
    display: block;
    letter-spacing: 0;
    font-weight: 500; }

  .w3l-grids-block-5 .grids5-info h4 a:hover {
    color: var(--primary-color); }

  .grids5-info img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

  .w3l-grids-block-5 .blog-info a {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--font-color);
    opacity: .7;
    margin-top: 10px;
    text-transform: capitalize; }

  .blog-info a span.fa {
    color: var(--primary-color);
    opacity: 1; }

  .w3l-grids-block-5 .blog-info a:hover {
    opacity: 1; }

  .blog-info-grid {
    background: var(--bg-color);
    padding: 30px 20px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03); }

  .blog-info {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    grid-gap: 20px; }

  .w3l-grids-block-5 .blog-info a span.fa {
    font-size: 15px;
    vertical-align: 0px; }
/*-- team --*/
.grid-alignment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: end; }

.w3l-team-main {
  background: var(--bg-color); }

.w3l-team-main .team {
  position: relative; }

.w3l-team-main .our-team .team-row {
  margin-left: -40px;
  margin-right: -40px; }

.w3l-team-main .our-team .team-wrap {
  padding: 0 40px; }

.w3l-team-main .our-team .container-fluid, .w3l-team-main .our-team .container-sm, .w3l-team-main .our-team .container-md, .w3l-team-main .our-team .container-lg, .w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
  padding: 0 50px; }

.w3l-team-main .team-img img {
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%; }

.w3l-team-main .team-member,
.w3l-team-main .team-img {
  position: relative;
  overflow: hidden; }

.w3l-team-main .team-title {
  margin: 25px 0 0px;
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 500;
  display: block;
  letter-spacing: 0; }

.w3l-team-main .team-member p {
  text-transform: capitalize; }

.w3l-team-main .team-details {
  opacity: 0;
  position: absolute;
  bottom: 12%;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all .4s ease-in-out; }

.w3l-team-main .team-img:hover .team-details {
  opacity: 1; }

.w3l-team-main .team-img:hover .overlay-team {
  opacity: 1; }

.w3l-team-main .team-member:hover a {
  color: var(--primary-color); }

.w3l-team-main .socials a {
  display: inline-block;
  margin-right: 5px; }

.w3l-team-main .socials a span {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  transition: all .3s ease 0s;
  background: var(--secondary-color); }

.w3l-team-main .team-details .socials span {
  color: #fff; }

.w3l-team-main .socials a:hover span {
  background: #fff;
  color: var(--primary-color); }

@media all and (max-width: 991px) {
  .w3l-team-main .team-title {
    margin: 18px 0 0px; } }

@media all and (max-width: 568px) {
  .team-row {
    padding: 0 10px; }
  .team-row .col-6 {
    padding: 0 10px; } }

@media all and (max-width: 415px) {
  .team-row {
    padding: 0 5px; } }

@media all and (max-width: 384px) {
  .w3l-team-main .team-title {
    font-size: 18px; }
  .w3l-team-main .socials a span {
    width: 38px;
    height: 38px;
    line-height: 38px; }
  .w3l-team-main .socials a {
    margin-right: 2px; } }

/*-- //team --*/
.w3l-servicesblock1 {
  background: var(--bg-color); }

.w3l-servicesblock1 h4 a.title-head {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  color: var(--heading-color); }

.w3l-servicesblock1 h4 a.title-head:hover {
  color: var(--primary-color); }

.w3l-servicesblock1 .grids-feature span.fa {
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 25px; }

.w3l-servicesblock1 .area-box a.more {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color); }

.w3l-servicesblock1 .area-box a.more:hover {
  color: var(--primary-color); }

@media screen and (max-width: 736px) {
  .w3l-servicesblock1 .grids-feature span.fa {
    margin-bottom: 18px; } }

.w3l-servicesblock3 {
  background: url(../images/services.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center; }
  .w3l-servicesblock3:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .w3l-servicesblock3 h4 a.title-head {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    display: block; }
  .w3l-servicesblock3 h4 a.title-head:hover {
    color: var(--primary-color); }

.contact-grids {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.contact-right {
/*padding-left: 28px;*/ }

.contact-left {
  padding-right: 28px; }

.contact-left h4 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 24px;
  font-weight: 500;
  text-transform: capitalize; }

.contact-left h6 {
  font-size: 18px;
  line-height: 28px; }

.contact-grids input,
.contact-grids textarea,
.contact-grids select {
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  padding: 15px 25px;
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 16px;
  border-radius: var(--border-radius); }

.cont-left.text-center span.fa {
  color: var(--secondary-color);
  font-size: 20px;
  margin-top: 3px; }

.contact-grids textarea {
  height: 120px;
  margin: 0 0 20px 0; }

.contact-grids input:focus,
.contact-grids textarea:focus {
  border: 1px solid var(--primary-color); }

.cont-top {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 20px; }

.cont-details p,
.cont-details p a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-top: 3px;
  color: var(--font-color);
  font-family: 'Jost', sans-serif; }

.cont-details p a:hover {
  color: var(--primary-color); }

.margin-up {
  margin-top: 2rem; }

.cont-details h6 {
  font-size: 20px;
  font-weight: 500; }

.map-iframe iframe {
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter); }

@media (max-width: 992px) {
  .contact-right {
    /*padding-left: 0px;*/
    margin-top: 1em; }
  .contact-grids {
    grid-template-columns: 1fr; } }

    @media (max-width: 767px) {
      .w3l-bottom-grids-6 .area-box {
        height: auto;
    }
    .navbar .navbar-brand {
    font-size: 0.7em;
}
.w3l-top-header .top-headers li {
    margin-right: .1em;
    padding-right: .1em;
}
.w3l-top-header .top-headers li a, .w3l-top-header .top-headers li {
    color: #fff;
    font-size: 0.84em;
    opacity: 1;
    font-weight: 500;
}
  }

@media (max-width: 768px){
  .conteudohome{
    margin-top: 5em;
  }
  .banner1,.banner2{
    min-height: 790px;
  }
}

@media (max-width: 415px) {
  .cont-top {
    grid-column-gap: 10px; } }

/*# sourceMappingURL=style-starter.css.map */
