@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.title-big {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  position: relative; }

.title-big span {
  color: var(--primary-color); }

.title-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--font-color);
  display: block; }

.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: 26px !important;
    line-height: 34px; } }

/*-- 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: #eee; }

.bov-fixed .gg-moon, .bov-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; }

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

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

/*-- //dark and light mode styling --*/
.bovbar .bovbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px; }

.bovbar .bovbar-brand span {
  display: inline-block;
  color: var(--primary-color);
  font-size: 36px; }

.bovbar .bovbar-brand:hover {
  opacity: 0.95; }

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

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

.bovbar-expand-lg .bovbar-bov .show > .bov-link,
.bovbar-expand-lg .bovbar-bov .active > .bov-link,
.bovbar-expand-lg .bovbar-bov .bov-link.show,
.bovbar-expand-lg .bovbar-bov .bov-link.active,
.bovbar-expand-lg .bovbar-bov .bov-link:hover {
  color: var(--primary-color); }

.bovbar-light .bovbar-bov .show > .bov-link,
.bovbar-light .bovbar-bov .active > .bov-link,
.bovbar-light .bovbar-bov .bov-link.show,
.bovbar-light .bovbar-bov .bov-link.active {
  color: rgba(255, 255, 255, 0.9); }

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

.bovbar-expand-lg .bovbar-bov .bov-link {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 10px 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .85px; }

.bovbar-expand-lg a.bov-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 {
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .85px;
  padding: 5px 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); }

.bovbar-expand-lg .bovbar-bov .dropdown-menu {
  transform: translateX(-50px);
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  border-radius: var(--border-radius-full);
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px; }

.bovbar-expand-lg .bovbar-bov .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: 90px;
  display: grid;
  align-items: center;
  z-index: 10 !important; }

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

.bovbar-bov .show >,
.bovbar-bov .bov-link.show {
  color: #7C6A6A; }

bov ul li {
  display: inline-block; }

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

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

.bovbar-bov .bov-link:focus {
  color: #eee; }

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

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

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

.bov-fixed .bovbar-brand {
  color: var(--heading-color); }

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

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

.bov-fixed .bovbar-expand-lg .bovbar-bov li.bov-item.active .bov-link {
  color: var(--primary-color); }

.bov-fixed .bovbar-expand-lg .bovbar-bov li.bov-item .bov-link:hover {
  color: var(--primary-color); }

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

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

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

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

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

.bovbar .search-right a:hover {
  color: var(--primary-color); }

.bovbar form.search-box {
  display: flex;
  border: 2px solid var(--border-color-light);
  border-radius: var(--border-radius); }

.bovbar .search-right .popup form input[type="search"] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-color);
  border: none;
  height: 55px;
  background: var(--bg-color);
  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); }

.bovbar .search-right .popup form button {
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: 0.5s ease-out;
  font-weight: 600;
  display: block;
  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); }

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

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

.bovbar .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.4);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  height: 100vh; }

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

.bovbar .search-right .popup {
  margin: 0rem auto;
  padding: 50px 50px;
  max-width: 600px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-color);
  border-radius: var(--border-radius-full); }

.bovbar .search-right .popup h4 {
  font-size: 26px;
  font-weight: 600; }

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1440px) {
  .bovbar-expand-lg .bovbar-bov .bov-item {
    padding: 0 10px; }
  .bovbar-expand-lg .bov_btn > li {
    padding: 0; } }

@media only screen and (max-width: 1199px) {
  .bovbar .bovbar-brand {
    font-size: 26px; }
  .bovbar .bovbar-brand img {
    max-width: 109px; }
  .bovbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px; }
  .bovbar-expand-lg .bovbar-bov.bov_btn > li {
    margin-left: 0px; }
  .bovbar-expand-lg .bovbar-bov.bov_btn a.btn {
    padding: 10px 20px; }
  .bovbar-expand-lg .bovbar-bov.bov_btn a {
    font-size: 14px;
    padding: 0px; } }

@media only screen and (max-width: 991px) {
  .bovbar .bovbar-brand img {
    max-width: 140px; }
  .bovbar-toggler {
    border: 0 none;
    font-size: 24px; }
  .bovbar .search-right {
    margin: 10px auto; }
  .bovbar-bov {
    -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); }
  .bovbar-bov:last-child {
    border: 1px solid var(--border-color); }
  .bovbar-expand-lg .bovbar-bov .bov-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0; }
  .bovbar-expand-lg .bovbar-bov.bov_btn > li {
    padding-bottom: 10px; }
  .bovbar-bov .dropdown-menu {
    text-align: center; }
  .bovbar-bov .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3); }
  .bovbar-expand-lg .bovbar-bov .bov-item .bov-link.active::before {
    bottom: 0; }
  .bovbar-expand-lg .bovbar-bov .bov-link {
    display: inline-block;
    padding: 6px 0;
    text-align: center; }
  header {
    height: auto;
    padding: 20px 0; }
  .bovbar {
    padding: 0; }
  .bovbar-expand-lg .bovbar-bov .dropdown-menu {
    transform: translateX(0px);
    border: 1px solid var(--border-color-light); }
  .bovbar-expand-lg .bovbar-bov .dropdown-menu:before {
    border: 1px solid var(--border-color-light);
    border-right: none;
    border-bottom: none; }
  header.bov-fixed {
    height: auto;
    padding: 16px 0; }
  .bovbar-expand-lg .bovbar-bov .bov-link {
    display: block;
    color: var(--heading-color); }
  .bovbar .search-right a {
    color: var(--heading-color); }
  .bovbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #272121;
    border-radius: 4px;
    text-align: center; }
  .bovbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    background: var(--primary-color);
    line-height: 34px; }
  .bovbar-toggler {
    padding: 0rem 0rem !important; } }

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

@media only screen and (max-width: 991px) {
  .w3l-top-header {
    position: relative;
    height: 73px; }
  .bovbar-expand-lg a.bov-link.donate.btn.btn-style {
    display: inline-block;
    padding: 0px 40px; }
  button.bovbar-toggler .icon-close {
    display: block; }
  button.bovbar-toggler .icon-expand {
    display: none; }
  button.bovbar-toggler.collapsed .icon-close {
    display: none; }
  button.bovbar-toggler.collapsed .icon-expand {
    display: block; }
  .mobile-position {
    position: absolute;
    right: 45px;
    top: 9px; } }

@media only screen and (max-width: 650px) {
  .bovbar .search-right .popup {
    margin: 0rem 1em; } }

@media only screen and (max-width: 480px) {
  .bovbar form.search-box {
    border: none;
    flex-direction: column; }
  .bovbar .search-right .popup form input[type="search"] {
    border-radius: var(--border-radius);
    border: 2px solid var(--border-color-light);
    margin-bottom: 10px; }
  .bovbar .search-right .popup form button {
    width: 100%;
    border-radius: var(--border-radius); }
  .bovbar .search-right .popup {
    padding: 40px 40px; } }

@media only screen and (max-width: 374px) {
  .bovbar .search-right .popup {
    padding: 30px 30px; } }

/*-- home block 3 --*/
.mobile-info-inn {
  align-items: center; }

.w3l-mobile-content-6 .mobile-right-icon {
  text-align: center; }

.w3l-mobile-content-6 .mobile-right-icon span.fa {
  font-size: 30px;
  color: var(--primary-color); }

.w3l-mobile-content-6 .mobile-right-info h6 a {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: inline-block; }

.w3l-mobile-content-6 .mobile-right-info h6 a:hover {
  color: var(--primary-color); }

@media only screen and (max-width: 992px) {
  .mobile-left {
    height: 400px;
    overflow: hidden;
    margin: 20px 0 40px; } }

@media only screen and (max-width: 480px) {
  .w3l-mobile-content-6 .mobile-right-info h6 a {
    font-size: 24px; }
  .w3l-mobile-content-6 .mobile-right-icon {
    padding-right: 0; } }

/*-- //home block 3 --*/
/* footer */
footer {
  background: #17181b; }
  footer h2 {
    display: inline-block; }

h2 a.logo {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px; }

.footer-text p,
.footer-text p a,
.contact-info p {
  color: #aaa;
  font-size: 18px; }

.info-form-right h4 {
  color: #eee;
  font-size: 22px;
  font-weight: 600; }

.footer-text p a:hover {
  color: #fff; }

.footer-title h3 {
  font-size: 24px;
  color: #f3f3f3;
  font-weight: 600; }

.payment-links li {
  display: inline-block; }

/* form */
.info-form-right input[type="text"],
.info-form-right input[type="email"],
.info-form-right textarea {
  color: #333;
  background: #fff;
  outline: none;
  font-size: 18px;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  border: none;
  -webkit-appearance: none;
  height: 50px;
  font-weight: 500; }

.info-form-right input[type="text"]:focus,
.info-form-right input[type="email"]:focus,
.info-form-right textarea:focus {
  box-shadow: none; }

.info-form-right textarea {
  resize: none;
  min-height: 6em; }

button.submit-contact {
  color: var(--primary-color);
  color: #fff;
  letter-spacing: 1px;
  padding: 8px 26px;
  font-size: 14px;
  display: inherit;
  margin-top: 1em;
  border-radius: 4px; }

button.submit-contact:hover {
  opacity: .8; }

.top-right-info li a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all; }

.top-right-info li.facebook-w3 a {
  background: #3b5998; }

.top-right-info li.twitter-w3 a {
  background: #1da1f2; }

.top-right-info li.google-w3 a {
  background: #F44336; }

.top-right-info li.dribble-w3 a {
  background: #ea4c89; }

.top-right-info li {
  display: inline-block; }

@media (max-width: 384px) {
  .info-form-right h4 {
    font-size: 20px; } }

/* //form */
/* copyright */
.cpy-right {
  background: #1c1d21;
  padding: 0 15px; }

.cpy-right p {
  color: #aaa; }

.cpy-right p a {
  color: #eee; }

.cpy-right p a:hover {
  color: var(--primary-color); }

/* //copyright */
/* footer */
/* bottom-to-top */
#movetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  background: none; }

#movetop span {
  color: var(--primary-color);
  font-size: 25px; }

/* //bottom-to-top */
.w3l-app-launch-4 .app4-left-text label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 10px;
  display: block; }

.w3l-app-launch-4 .app4-left-text form input {
  font-style: normal;
  font-weight: normal;
  height: 50px;
  padding-left: 15px;
  width: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  color: var(--font-color);
  font-size: 18px;
  line-height: 28px;
  padding: 12px 15px;
  width: 100%;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  font-family: inherit; }

.w3l-app-launch-4 .app4-left-text form button {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: none;
  font-weight: 600;
  width: 150px;
  background: var(--primary-color);
  cursor: pointer;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }

.w3l-app-launch-4 .app4-left-text form input:focus,
.w3l-app-launch-4 .app4-left-text form button:focus {
  outline: none;
  border: 1px solid #aaa;
  border-right: none; }

.download-btns {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  justify-content: flex-start; }

.download-btns img {
  width: 180px; }

.download-link {
  max-width: 450px; }

.download-link h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  position: relative; }

span.or {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  background: var(--bg-lightgrey);
  border: 1px solid var(--border-color);
  font-weight: 600;
  border-radius: 50px;
  color: var(--heading-color);
  margin: 20px 0; }

@media all and (max-width: 480px) {
  .download-btns img {
    width: 150px; } }

.w3l-reasons {
  background: var(--bg-grey); }

.w3l-reasons h4 a.title-head {
  color: var(--heading-color);
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 35px;
  display: inline-block; }

.w3l-reasons a.icon span.fa {
  font-size: 40px; }

@media (max-width: 736px) {
  .w3l-reasons a.icon span.fa {
    font-size: 30px; }
  .w3l-reasons h4 a.title-head {
    margin-top: 30px; } }

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

.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: 900px;
  margin: 0 auto; }

.welcome-left h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #fff; }

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

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

@media (max-width: 374px) {
  .welcome-left h3 {
    font-size: 26px;
    line-height: 36px; } }

/* //middle */
.w3l-gallery2 .js-img-viwer {
  position: relative;
  border: 8px solid var(--bg-color); }

.w3l-gallery2 .js-img-viwer:hover .content-overlay {
  opacity: 1; }

.w3l-gallery2 .js-img-viwer .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: var(--border-radius-full); }

.w3l-gallery2 .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s; }

.w3l-gallery2 .js-img-viwer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.w3l-gallery2 .content-details h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600; }

.w3l-gallery2 .content-details span.fa {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px; }

.w3l-gallery2 .fadeIn-bottom {
  top: 80%; }

.w3l-gallery2 .fadeIn-top {
  top: 20%; }

.w3l-gallery2 .fadeIn-left {
  left: 20%; }

.w3l-gallery2 .fadeIn-right {
  left: 80%; }

@media (max-width: 568px) {
  .w3l-gallery2 .js-img-viwer {
    border-right: none;
    border-left: none; } }

@-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;
  border-radius: var(--border-radius); }

.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-bov {
  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-bov[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none; }

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

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

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

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

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

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

/* 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, #small-dialog1 {
  max-width: 750px;
  margin: 40px auto;
  position: relative; }

div#small-dialog iframe, div#small-dialog1 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; }

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

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

@media (max-width: 736px) {
  h2.title {
    color: #fff;
    font-size: 45px; } }

@media (max-width: 480px) {
  h2.title {
    color: #fff;
    font-size: 40px; } }

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

.w3l-aboutblock1 span.video-play-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 20px;
  padding-left: 6px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--heading-color);
  border: 2px solid var(--heading-color); }

.w3l-aboutblock1 a.play-view {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600; }

/*-- testimonials --*/
.w3l-clients-1 .testimonial {
  display: block;
  margin: 0;
  position: relative;
  border: none;
  max-width: 860px;
  margin: auto;
  text-align: center; }

.w3l-clients-1 .testi-des {
  text-align: center;
  margin-top: 35px; }

.w3l-clients-1 blockquote q {
  font-size: 22px;
  line-height: 38px;
  color: var(--font-color); }

.w3l-clients-1 blockquote q::before {
  font-size: 80px;
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block; }

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

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

.w3l-clients-1 .testimonial .peopl {
  margin: 0; }

.w3l-clients-1 .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px; }

.w3l-clients-1 p.indentity {
  color: #777;
  font-size: 19px;
  font-style: normal;
  margin-bottom: 0;
  opacity: 0.8; }

.w3l-clients-1 .testi-stars span.fa {
  background: var(--primary-color);
  padding: 3px;
  color: #fff;
  margin: 0 1px; }

@media (max-width: 736px) {
  .w3l-clients-1 blockquote q {
    font-size: 20px;
    line-height: 36px; } }

@media (max-width: 415px) {
  .w3l-clients-1 blockquote q {
    font-size: 19px;
    line-height: 30px; }
  .w3l-clients-1 .testi-des {
    margin-top: 30px; } }

/*-- //testimonials --*/
.w3l-forms-9 {
  background-color: var(--primary-color); }

/*-- team --*/
.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: 600;
  display: block; }

.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: var(--primary-color);
  font-size: 16px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  transition: all .3s ease 0s;
  background: #fff; }

.w3l-team-main .team-details .socials span {
  color: var(--primary-color); }

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

@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: 22px; }
  .w3l-team-main .socials a span {
    width: 38px;
    height: 38px;
    line-height: 38px; }
  .w3l-team-main .socials a {
    margin-right: 2px; } }

/*-- //team --*/
/* stats */
section.w3_stats {
  background: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }

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

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

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

.counter {
  margin-top: 3em; }

.counter span.fa {
  color: #fff;
  font-size: 2.5em; }

.timer {
  font-size: 3.5em;
  font-weight: 300;
  color: #fff; }

p.count-text {
  text-transform: capitalize;
  color: #eee;
  font-weight: 600; }

@media (max-width: 768px) {
  .counter span.fa {
    font-size: 2.5em; } }

@media (max-width: 640px) {
  .timer {
    font-size: 3em; }
  .counter {
    text-align: center; } }

@media (max-width: 480px) {
  .timer {
    font-size: 2.8em; }
  .counter span.fa {
    font-size: 2em; } }

/* //stats */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled {
  display: block; }

.owl-carousel .owl-bov.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-bov .owl-next,
.owl-carousel .owl-bov .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-bov button.owl-next,
.owl-carousel .owl-bov button.owl-prev,
.owl-carousel button.owl-dot {
  border: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media (max-width: 992px) {
  .owl-theme .owl-bov {
    display: none !important; } }

@media (max-width: 568px) {
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-bov.disabled {
    display: none; } }

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-bov {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: block; }

.owl-theme .owl-bov {
  display: none; }

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px; }

.owl-theme .owl-bov [class*=owl-] {
  color: #fff;
  font-size: 32px;
  margin: 0px;
  width: 82px;
  background: rgba(255, 255, 255, 0.21);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 82px;
  line-height: 15px;
  border-radius: 8px; }

.owl-theme .owl-bov [class*=owl-]:hover {
  background: #fff;
  opacity: 1;
  color: #007bff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out; }

.owl-theme .owl-bov [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-bov .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-bov.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent; }

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  margin: 5px 0px;
  background: var(--primary-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 25px;
  position: relative;
  opacity: 0.35; }

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%; }

button.owl-prev {
  left: 10px; }

button.owl-next {
  right: 10px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary-color);
  width: 35px;
  height: 6px;
  opacity: 1; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  opacity: 1; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%; } }

.w3l-menublock section.tab-content {
  display: none;
  padding: 38px 0 0; }

.w3l-menublock input {
  display: none; }

.w3l-menublock label.tabtle {
  display: inline-block;
  text-align: center;
  color: var(--para-color);
  margin: 0 10px;
  font-size: 20px;
  line-height: 25px;
  border: 1px solid var(--border-color-light);
  padding: 6px 20px;
  font-weight: 600;
  border-radius: var(--border-radius); }

.w3l-menublock label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.w3l-menublock label.tabtle:hover {
  color: var(--heading-color);
  cursor: pointer; }

.w3l-menublock input:checked + label.tabtle {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color); }

.w3l-menublock #tab1:checked ~ #content1,
.w3l-menublock #tab2:checked ~ #content2,
.w3l-menublock #tab3:checked ~ #content3,
.w3l-menublock #tab4:checked ~ #content4 {
  display: block; }

h3.title-small span {
  font-weight: 400; }

.border-dot {
  padding-bottom: 10px;
  border-bottom: 2px dotted #bbb; }

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

.menu-item-name h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600; }

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

.menu-item-description p {
  margin-top: 10px; }

@media (max-width: 480px) {
  .w3l-menublock label.tabtle {
    margin: 0 5px;
    padding: 6px 15px; }
  .w3l-menublock input:checked + label.tabtle {
    padding: 6px 15px; }
  .menu-item {
    margin: 0 0 35px 0; }
  .menu-item-price h6 {
    font-size: 1.1em; } }

@media (max-width: 415px) {
  .w3l-menublock label.tabtle {
    margin: 5px 5px;
    font-size: 18px; }
  .menu-item-name h6 {
    font-size: 20px; } }

@media (max-width: 370px) {
  .w3l-menublock label.tabtle {
    margin: 5px 3px;
    padding: 6px 10px; } }

.cont-details span.fa {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: var(--font-color);
  opacity: .5; }

.cont-details span.fa:hover {
  color: var(--heading-color);
  opacity: 1; }

.cont-details h5 {
  font-size: 24px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 5px;
  font-weight: 600; }

.cont-details p,
.cont-details p a {
  color: var(--font-color); }

.cont-details p a:hover {
  text-decoration: underline;
  opacity: 0.8; }

.cont-details address {
  margin-bottom: 25px;
  padding: 30px; }

.cont-details address p {
  margin: 10px 0 0 0;
  font-size: 20px; }

.map iframe {
  width: 100%;
  height: 450px;
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter); }

.map-content-9 form input,
.map-content-9 form textarea {
  background: var(--bg-grey);
  border: none;
  color: var(--font-color);
  font-size: 18px;
  line-height: 28px;
  padding: 15px 20px;
  font-weight: 500;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid var(--bg-grey);
  outline: none; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.map-content-9 form textarea {
  resize: none;
  min-height: 140px;
  margin-top: 20px; }

.map-content-9 form input:focus,
.map-content-9 form textarea:focus {
  background: none;
  border: 1px solid var(--primary-color); }

.contacts-sub-9 address h4 {
  margin-bottom: 10px; }

.contacts-sub-9 address a {
  display: block; }

@media (max-width: 992px) {
  .cont-details address {
    margin-bottom: 0px;
    padding: 0px; }
  .top-map {
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .map {
    order: 2; }
  .map-content-9 {
    order: 1; }
  .map iframe {
    height: 350px; } }

@media (max-width: 800px) {
  h4.sub-feat-text {
    margin-bottom: 10px;
    font-size: 33px; }
  p.sub-para {
    font-size: 15px; } }

@media (max-width: 736px) {
  .top-map {
    grid-template-columns: 1fr;
    grid-gap: 25px; } }

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
    grid-gap: 15px; }
  .map-content-9 form input,
  .map-content-9 form textarea {
    padding: 12px 20px; } }

@media (max-width: 480px) {
  h4.sub-feat-text {
    margin-bottom: 8px;
    font-size: 30px; }
  p.sub-para {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 20px; }
  .twice-two {
    grid-template-columns: 1fr; } }

@media (max-width: 384px) {
  h4.sub-feat-text {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px; }
  .cont-details address p {
    font-size: 18px; } }

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