
:root {
  --theme-color: #e40000;
  --primary-color: #fbb034;
  --secondary-color: #222222;
  --font-color: #707070;
  --bg-color: #fff;
  --heading-color: #060606;
  --footer-color: #f7f7f7;
  --footer-cpy-color: #040a17;
  --border-radius: 30px;
  --border-radius-full: 15px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f9f9f9;
  --bg-light: #fbfbfb;
  --bg-dark-color: #fff;
  --footer-sub-color: #333;
  --banner-image: url(../images/banner.png) no-repeat bottom;
  --inner-banner: url(../images/banner.png) no-repeat;
  --disable-color: #d8d6d6;
  --box-shadow-color: rgb(0 0 0 / 5%);
  --box-shadow-map: rgb(0 0 0 / 6%);
  --heading-color-2: #fff;
}

[data-theme="dark"] {
  --theme-color: #e40000;
  --primary-color: #fbb034;
  --secondary-color: #fff;
  --font-color: #b7b7b7;
  --bg-color: #171717;
  --heading-color: #fdfffc;
  --footer-color: #0e0e0e;
  --footer-cpy-color: #060606;
  --border-color-light: rgba(255, 255, 255, 0.2);
  --iframe-filter: grayscale(100%);
  --bg-grey: #0b0d0e;
  --bg-light: #0c0b0b;
  --bg-dark-color: #27282b;
  --footer-sub-color: #b7b7b7;
  --banner-image: url(../images/banner-dark.png) no-repeat bottom;
  --inner-banner: url(../images/banner-dark.png) no-repeat;
  --disable-color: #5d5d5d;
  --box-shadow-color: rgb(23 18 18);
  --box-shadow-map: rgb(14 8 8);
  --heading-color-2: #060606;
}

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

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

.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 8px;
}

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

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

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

li {
  list-style-type: none;
}

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

.whats{
width: 10px;
position: fixed;
bottom: 50px;
left: 1%;
z-index: 999999;
}

.logo {
  max-width: 100px;
  height: auto;
  padding-right: 10px;
}

.descserv{
    padding-top: 0.5em;
    margin-bottom: 1em;
    height: 180px;
}
.contatoD{
  color: #131313;
  padding-bottom: 3em;
}
.contatoD a{
  color: #484848;
  text-decoration: none;
  font-size: 1.3em;
}
/*-- 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: #fff;
}

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

.mode-container i {
  font-size: 15px;
}

.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: 60px;
  right: 15px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}

/* //movetop styling */

/* header */
/* navigation styling */
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: var(--logo-color);
  font-weight: 600;
}

.navbar .navbar-brand i {
  color: var(--primary-color);
}

.w3l-footer-22 a.footer-logo span {
  border: 2px solid #333;
}

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

.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-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);

}*/

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

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 0;
  font-size: 16px;
  color: var(--heading-color);
  font-weight: 600;
  text-transform: uppercase;
}

.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);
  padding: 5px 24px;
  font-weight: 600;
  text-transform: uppercase;
}

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);
  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: 90px;
  display: grid;
  align-items: center;
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); */
}

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

header.nav-fixed nav.navbar.navbar-expand-lg.stroke {
  box-shadow: none;
  border-radius: 0px;
  padding: .5rem 1rem;
}

.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: var(--secondary-color);
}

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

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

.nav-fixed .navbar-brand span {
  border: 2px solid #333;
}

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

.nav-fixed .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.nav-fixed .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

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

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

.navbar form.search-box input {
  font-size: 15px;
  color: var(--heading-color);
  border: none;
  background: var(--bg-color);
  padding: 12px 35px 12px 14px;
  width: 100%;
  border-radius: 30px;
}

.nav-fixed .navbar form.search-box input {
  border: 2px solid #eee;
  color: var(--heading-color);
}

button.search-btn {
  position: absolute;
  color: var(--primary-color);
  right: 0;
  padding: 8px 12px 8px 2px;
}

button.search-btn:hover {
  color: var(--secondary-color);
}

@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .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;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 8px;
  }
}

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

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar form.search-box input {
    color: #111;
  }

  .navbar form.search-box input {
    border: 1px solid #eee;
  }

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

  .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: 8px 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: 2px 10px;
    text-align: center;
    font-size: 15px;
  }

  .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(--primary-color);
    line-height: 34px;
  }

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

  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
  }
}

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

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

  .navbar {
    padding: 0;
  }

  .w3l-top-header {
    display: none;
  }

  .fixed-top {
    position: fixed;
  }

  header {
    background: var(--bg-color);
    height: auto;
    padding: 17px 0;
  }

  header.nav-fixed nav.navbar.navbar-expand-lg.stroke {
    padding: 0;
  }

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

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

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

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

@media only screen and (max-width: 380px) {
  a.navbar-brand i {
    font-size: 24px;
  }

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

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

/* button style */

.btn-style2 {
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  background: #000;
  border: none;
  transition: all .25s ease-in-out;
}
.btn-style2:hover {
  color:#fff;
}

.btn-style {
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  background: var(--primary-color);
  border: none;
  transition: all .25s ease-in-out;
}

.btn-style:hover,
.btn-style-secondary {
  background: var(--secondary-color);
  color: var(--heading-color-2);
  transition: 0.3s ease-out;
}

.btn-style-secondary:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease-out;
}

.btn-style-primary {
  color: var(--secondary-color);
  padding: 0;
  background: transparent;
  font-size: 14px;
}

.btn-style-primary:hover {
  color: var(--primary-color);
  background: transparent;
}

/* //button style */

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

h3.title-main,
h3.title-main-2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}

h3.title-main span {
  color: var(--secondary-color);
}

h3.title-main:before,
h3.title-main:after {
  content: "";
  background: var(--font-color);
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

h3.title-main:before {
  left: -20px;
  bottom: -8px;
}

h3.title-main:after {
  left: 20px;
  bottom: -15px;
}

@media (max-width: 480px) {

  h3.title-main,
  h3.title-main-2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 410px) {

  h3.title-main,
  h3.title-main-2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* //title style */

/* banner */
.w3l-banner {
  background: var(--banner-image);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.banner-right img {
  border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
  -webkit-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
  -o-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
  -moz-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
  -ms-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
  box-shadow: 0 15px 38px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 15px 38px 0 rgb(0 0 0 / 20%);
  -ms-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
}

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

.w3l-banner h3 span {
  font-weight: bold;
}

@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 */

/* banner bottom section */
h3.title-style {
  color: var(--heading-color);
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}

.about-info-m h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 600;
}

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

@media (max-width: 768px) {
  h3.title-style {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 390px) {
  .about-info-m {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-info-m:nth-child(2) {
    margin: 2em 0;
  }
}

/* //banner bottom section */

/* grids section */
.back-image-sec {
  background: url(../images/grid1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
}

.grid-content-sec {
  background: var(--bg-color);
  margin: 10em 1em;
  border-radius: 8px;
}

a.title-style-anchor {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

a.title-style-anchor:hover {
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  .grid-content-sec {
    margin: 7em 1em;
  }
}

@media (max-width: 768px) {
  .grid-content-sec {
    margin: 5em 1em;
  }
}

@media (max-width: 768px) {
  .d-grid-res {
    display: grid;
  }

  .respon-order-1 {
    order: 1;
  }

  .respon-order-2 {
    order: 2;
  }
}

/* //grids section */

/* product section */
.content-section {
  background: url(../images/bg1.png) no-repeat center var(--bg-light);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  border-radius: 8px;
}

ul.list-coast li {
  color: var(--heading-color);
  font-weight: bold;
  display: inline-block;
  font-size: 28px;
}

ul.list-coast li.light-color {
  color: #a2a2a2;
  font-weight: 400;
}

/* //product section */

/* gallery */
.column .gallery_effect {
  position: relative;
}

.column .gallery_effect img {
  width: 100%;
}

.gallery-img-grid.hover14,
.agile-gallery_grid_main {
  padding: 10px;
}

a.sb {
  display: block;
}

.row.grid-2-gallery {
  margin: 0;
}

.hover14 figure {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -o-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .95s;
  -moz-animation: shine .95s;
  animation: shine .95s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* work gallery */
@-webkit-keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: rotate(180deg);
  }

  100% {
    opacity: .4;
    transform: rotate(360deg);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: rotate(180deg);
  }

  100% {
    opacity: .4;
    transform: rotate(360deg);
  }
}

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity .3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
  animation-name: smartphoto;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity .3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
  animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
  display: none;
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5;
}

.smartphoto-nav a:focus {
  opacity: .8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  font-weight: 600;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
  animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 380px) {
  .gallery-img-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* gallery */

/* form section */
.w3l-forms-9 {
  background: var(--primary-color);
  border-radius: 30px;
}

.w3l-forms-9 h4.title-head {
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.w3l-forms-9 .main-midd p {
  color: #fff;
}

.w3l-forms-9 form.rightside-form input {
  background: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #777777;
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  height: 55px;
}

.w3l-forms-9 .rightside-form button {
  background: #060606;
  border: none;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
  width: 40%;
}

.w3l-forms-9 .rightside-form button:hover {
  opacity: .9;
}

.w3l-forms-9 .rightside-form {
  display: flex;
}

@media (max-width: 768px) {
  .w3l-forms-9 .rightside-form button {
    width: 45%;
  }
}

@media (max-width: 515px) {
  .w3l-forms-9 .rightside-form {
    flex-wrap: wrap;
  }

  .w3l-forms-9 .rightside-form button {
    width: 100%;
    margin-top: 1em;
  }

  .w3l-forms-9 .rightside-form button {
    padding: 15px 30px;
    border-radius: 4px;
  }

  .w3l-forms-9 form.rightside-form input {
    border-radius: 4px;
  }

  .w3l-forms-9 .main-midd,
  .w3l-forms-9 .main-midd-2 {
    padding: 0;
  }
}

@media (max-width: 320px) {
  .w3l-forms-9 h4.title-head {
    font-size: 26px;
    line-height: 31px;
  }
}

/* //form section */

/* footer */
.w3l-footer-29-main {
  background: var(--bg-light);
}

.w3l-footer-29-main h6.footer-title-29 {
  font-size: 19px;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
}

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

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

.w3l-footer-29-main .footer-list-29 ul li a {
  font-size: 16px;
  color: var(--footer-sub-color);
}

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: var(--primary-color);
}

.footer-contact-list ul li,
.footer-contact-list ul li a {
  font-size: 15px;
  color: var(--footer-sub-color);
}

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

.footer-contact-list ul li i {
  font-size: 18px;
}

/* copyright */
.w3l-copyright {
  padding: 1em 0;
  background: var(--footer-color);
}

.w3l-copyright p.copy-footer-29 {
  align-self: center;
  font-size: 15px;
  font-weight: 500;
}

.w3l-copyright .copy-footer-29 a {
  color: var(--heading-color);
  font-weight: 600;
}

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

/* social icons */
.main-social-footer-29 a {
  margin-right: 8px;
  color: var(--font-color);
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  display: inline-block;
  border-radius: 30px;
  text-align: center;
}

.main-social-footer-29 a:last-child {
  margin-right: 0;
}

.main-social-footer-29 a span {
  font-size: 14px;
  line-height: 30px;
}

.main-social-footer-29 a:hover {
  background: var(--primary-color);
}

@media (max-width: 992px) {
  .w3l-copyright .copy-footer-29 {
    text-align: center;
    order: 2;
    line-height: 25px;
  }

  .w3l-footer-29-main h6.footer-title-29 {
    margin-bottom: 15px;
  }

  .w3l-copyright .main-social-footer-29 {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-list-29 {
    order: 1;
  }
}

@media (max-width: 375px) {
  .footer-list-29 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-list-29:nth-child(2) {
    margin-top: 1.5rem !important;
  }
}

/* //footer */

/* inner-banner */
.inner-banner {
  background: var(--inner-banner);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

.w3l-breadcrumb {
  display: block;
  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: 15px;
  text-transform: capitalize;
  color: var(--font-color);
}

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

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active {
  color: var(--heading-color);
  font-weight: bold;
}

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

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

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

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

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

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

/* //inner-banner */

/* stats */
.timer {
  font-size: 46px;
  font-weight: 600;
  color: var(--heading-color);
}

p.count-text {
  text-transform: uppercase;
  color: var(--heading-color);
}

.counter {
  border-right: 1px solid var(--border-color-light);
}

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

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

  .counter {
    border-right: none;
  }
}

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

/* //stats */

/* quote section */
.w3l-quotes blockquote.blockquote {
  background: var(--primary-color);
  padding: 2em;
  border-radius: 8px;
}

.w3l-quotes .blockquote {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: var(--heading-color);
}

.w3l-quotes .quote q::before {
  font-size: 80px;
  color: #ffffff;
  font-family: initial;
  line-height: .8;
  padding-top: 8px;
  display: inline-block;
}

.w3l-quotes .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #252424;
}

/* //quote section */

/* team */
.w3l-team .box16 {
  text-align: center;
}

.w3l-team .box16 a {
  display: block;
}

.w3l-team .box16 img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.w3l-team .box16 .box-content {
  padding: 20px;
  border: 1px solid var(--border-color-light);
  border-radius: 0 0 8px 8px;
}

.w3l-team .box16 .title a {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--heading-color);
}

.w3l-team .box16 .post {
  display: block;
  font-size: 15px;
  margin: 2px 0;
}

.w3l-team .box16 .social li a span {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.w3l-team .box16 .social {
  list-style: none;
  margin: 16px 0 0;
  position: relative;
}

.w3l-team .box16 .social li {
  display: inline-block;
}

.w3l-team .box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  transition: all .3s ease 0s;
  border-radius: 50%;
}

.w3l-team .box16 .social li a.facebook {
  background: #3b5998;
}

.w3l-team .box16 .social li a.twitter {
  background: #1da1f2;
}

.w3l-team .box17 .icon li,
.w3l-team .box17 .icon li a {
  display: inline-block;
}

.w3l-team .box16 .social li:last-child a {
  margin-right: 0;
}

@media (max-width:667px) {
  .w3l-team .box16 .title a {
    font-size: 20px;
  }

  .w3l-team .box16 .post {
    font-size: 13px;
  }
}

/* //team */

/* pricing */
.w3l-pricing .price-main-info .card-body {
  padding: 3.5em 3em;
  position: relative;
  overflow: hidden;
}

.w3l-pricing ul.list-unstyled li span.fa {
  font-size: 14px;
  margin-right: 5px;
  color: var(--primary-color);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(251 176 52 / 5%);
  line-height: 24px;
  text-align: center;
}

.w3l-pricing ul.list-unstyled li.disable span.fa {
  color: var(--disable-color);
  background: rgb(216 214 214 / 9%);
}

label.price-label {
  font-size: 14px;
  color: #fff;
  background: var(--primary-color);
  padding: 5px 38px;
  position: absolute;
  right: -50px;
  top: 28px;
  transform: rotate(45deg);
}

.w3l-pricing .price-inner.card.box-shadow {
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  border-radius: 8px;
}

.w3l-pricing .pricing-card-title span {
  font-size: .5em;
  display: inline-block;
  color: #5E6271;
}

.w3l-pricing .price-main-info small.text-muted {
  font-size: 0.5em;
}

.w3l-pricing ul.list-unstyled li {
  font-size: 1em;
  color: var(--font-color);
  line-height: 30px;
  margin-bottom: 5px;
}

.w3l-pricing ul.list-unstyled li.disable {
  color: var(--disable-color);
}

.w3l-pricing .price-main-info h5.card-title {
  font-size: 3em;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: .8em;
  text-align: center;
  margin-top: .6em;
}

.w3l-pricing .card-deck .card {
  padding: 0px;
}

.w3l-pricing .price-inner.card h4 {
  color: var(--heading-color);
  font-size: 18px;
}

.w3l-pricing .price-main-info.card {
  border-radius: 0;
  border: none;
  background: none;
}

.w3l-pricing .price-inner.card.box-shadow:hover,
.w3l-pricing .price-inner.card.box-shadow.active {
  background: var(--bg-light);
  transition: all .3s;
}

@media (max-width: 1080px) {
  .w3l-pricing .price-main-info .card-body {
    padding: 3.5em 2em;
  }
}

@media (max-width: 480px) {
  .w3l-pricing .price-main-info h5.card-title {
    font-size: 2.5em;
  }

  .w3l-pricing .price-main-info .card-body {
    padding: 2.5em 3em;
  }

  .w3l-pricing ul.list-unstyled li {
    font-size: 0.9em;
  }
}

/* //pricing */

/* testimonials */
.testimonial-row {
  background: var(--bg-light);
}

.w3l-clients .testimonial {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.w3l-clients .testimonial {
  display: block;
  margin: 0;
  padding: 40px 30px;
  position: relative;
  background: var(--bg-color);
  border-radius: 8px;
  border: none;
  border: 1px solid var(--border-color-light);
}

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
}

.w3l-clients blockquote q {
  font-size: 18px;
  line-height: 28px;
  color: var(--para-color);
}

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  font-family: "Merriweather", serif;
}

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%;
}

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients .testimonial blockquote {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-bottom: 1.5em;
}

.w3l-clients .testimonial .peopl {
  margin: 0;
  margin-left: 20px;
  text-align: left;
}

.w3l-clients .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.w3l-clients p.indentity {
  font-size: 15px;
}


/* specialties section */
.w3l-grids-6 .gd-innf h3 a {
  font-size: 24px;
  color: var(--heading-color);
  margin-top: 20px;
  display: inline-block;
}

.w3l-grids-6 .gd-innf h3 a:hover {
  color: var(--primary-color);
}

@media (max-width: 1080px) {
  .w3l-grids-6 .gd-innf h3 a {
    font-size: 22px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 600px) {
  .w3l-grids-6 .gd-innf h3 a {
    font-size: 23px;
  }
}

/* //specialties section */

/* services */
.w3l-bg-section {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 70vh;
}

/* banner bottom section */
.w3l-services {
  position: relative;
  margin-top: -10em;
}

.about-2-secs-left h6 {
  font-size: 24px;
}

.w3l-services .area-box {
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: var(--bg-color);
  box-shadow: 0 1rem 2rem var(--box-shadow-color);
}

.w3l-services .area-box i {
  font-size: 45px;
  color: var(--primary-color);
}

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

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

@media (max-width: 415px) {
  .w3l-services .area-box {
    padding: 40px 30px;
  }

  .w3l-services h4 a.title-head {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

/* //banner bottom section */

/* contact page */
.contact-block input,
.contact-block textarea {
  width: 100%;
  color: var(--heading-color);
  background: var(--bg-grey);
  font-size: 15px;
  padding: 14px;
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 16px;
  border-radius: 8px;
}

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

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

.contact-block input:focus,
.contact-block textarea:focus {
  color: #111;
  background: #fff;
  border: 1px solid var(--primary-color);
}

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

.cont-details h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}

.map-iframe iframe {
  border: 10px solid var(--bg-color);
  box-shadow: 0px 5px 10px 0px var(--box-shadow-map);
  min-height: 800px;
}

.contact-left img {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .map-iframe iframe {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .cont-details h6 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {

  .logo {
      max-width: 70px;
      padding-right: 5px;
  }
  .navbar .navbar-brand {
    font-size: 15px;
}
header {
    padding: 10px 0;
}
.contatoD a {
    font-size: 0.88em;
}


}

/* //contact page */
