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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root {
  --primary-color: #ffbc0d;
  --secondary-color: #090909;
  --dark-color: #16191e;
  --title-color: #090909;
  --text-color: #5a5a5a;
  --light-bg-color: #f8f9fa;
  --card-curve: 6px;
  --card-box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

textarea {
  font-family: 'Open Sans', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.clear {
  clear: both;
}

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

.img-block {
  display: block;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
select {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button,
.btn,
select {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

iframe {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: speedee, sans-serif !important;"
}

p {
  margin: 0;
  padding: 0;
  color: var(--para-color);
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

a.brand-logo {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 42px;
}

.section-gap {
  padding: 4.5rem 0;
}

@media screen and (max-width: 767px) {
  .section-gap {
    padding: 3.5rem 0;
  }
}

@media screen and (max-width: 480px) {
  .section-gap {
    padding: 3rem 0;
  }
}

h3.global-title {
  font-size: 45px;
  color: var(--title-color);
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
  line-height: 1;
}

h3.global-white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  h3.global-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  h3.global-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  h3.global-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.theme-button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  line-height: 52px;
  font-weight: 700;
  font-size: 14px;
  margin: 0px;
  padding: 0px 30px;
  text-transform: uppercase;
  margin-top:14px;
  background-color:#fff;
}

@media screen and (max-width: 384px) {
  .theme-button {
    line-height: 44px;
    padding: 0px 20px;
  }
}

.theme-submit-button {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: var(--primary-color-two);
  background: #02a4c7;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: none;
  padding: 0 30px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
}

.theme-submit-button:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #b93d04;
  color: #fff;
}

.rounded-circle {
  border-radius: 50%;
}

.w3l-main-banner h3.banner-text {
  font-weight: 700;
  font-size: 65px;
  line-height: 80px;
  color: #000;
}

.w3l-main-banner .banner-info p {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  line-height: 1;
}

.w3l-main-banner .banner-slider {
  position: relative;
  z-index: 1;
}

.w3l-main-banner .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-main-banner .banner-view {
  background: url(../images/mainslide1.jpg) no-repeat right;
  background-size: cover;
  min-height: 700px;
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .w3l-main-banner h3.gallery4-head {
    font-size: 30px;
    line-height: 37px;
  }
  .w3l-main-banner h3.banner-text {
    font-size: 60px;
    line-height: 75px;
  }
  .w3l-main-banner .banner-top-inner-page {
    min-height: 180px;
  }
}

@media (max-width: 991px) {
  .w3l-main-banner .banner-view {
    background-position: -60px -20px;
  }
}

@media (max-width: 900px) {
  .w3l-main-banner .banner-view {
    background-position: -120px -20px;
  }
  .w3l-main-banner h3.banner-text {
    font-size: 55px;
    line-height: 70px;
  }
  .w3l-main-banner .banner-top-inner-page {
    min-height: 150px;
  }
}

@media (max-width: 800px) {
  .w3l-main-banner .banner-view {
    background-position: -250px -20px;
  }
}

@media (max-width: 600px) {
  .w3l-main-banner .banner-view {
    background-position: -180px -20px;
  }
  .w3l-main-banner h3.gallery4-head {
    margin-bottom: 20px;
  }
  .w3l-main-banner .banner-view {
    min-height: 550px;
  }
}

@media (max-width: 569px) {
  .w3l-main-banner .banner-view {
    background-position: -50px -20px;
  }
  .w3l-main-banner h3.gallery4-head {
    font-size: 26px;
    line-height: 34px;
  }
  .w3l-main-banner h3.banner-text {
    font-size: 45px;
    line-height: 55px;
  }
  .w3l-main-banner .banner-view {
    min-height: 420px;
  }
  .w3l-main-banner .banner-top-inner-page {
    min-height: 120px;
  }
}

@media (max-width: 500px) {
  .w3l-main-banner .banner-view {
    background-position: -90px -20px;
  }
}

@media (max-width: 440px) {
  .w3l-main-banner .banner-view {
    background-position: -313px 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 40px;
  }
  .w3l-main-banner h3.banner-text {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-info{
      background-color: rgba(255,255,255,0.8);
      height: 100%;
      padding-bottom: 20px;
  }
}

@media (max-width: 384px) {
  .w3l-main-banner .banner-view {
    background-position: -180px -20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 40px;
  }
}

.w3l-header .d-grid {
  display: -ms-grid;
  display: grid;
}

.w3l-header .grid-columns-top-3 {
  -ms-grid-columns: 1fr auto auto;
      grid-template-columns: 1fr auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

.w3l-header .grid-columns-auto {
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w3l-header .grid-columns-auto-end {
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 400px;
}

.w3l-header .grid-columns-3 {
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
}

.w3l-header .align-right,
.w3l-header .menu-overlay-left {
  text-align: right;
}

.w3l-header .top-header {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}

.w3l-header .main-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
}

.w3l-header .accounts ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  color: #000000;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
}

.w3l-header .accounts ul li a.active-button {
  background: var(--primary-color);
  color: #fff;
}

.w3l-header .accounts ul li a:hover {
  opacity: 0.8;
}

.w3l-header .accounts ul li {
  display: inline-block;
  margin-right: 10px;
}

.w3l-header .accounts ul li:last-child {
  margin-right: 0px;
}

.w3l-header a.login {
  font-size: 16px;
  color: var(--light-bg-color);
}

.w3l-header a.login:hover {
  text-decoration: underline;
}

.w3l-header a.actionbg {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  height: 50px;
  text-align: center;
  color: #000;
  border-radius: 0;
  font-weight: 600;
}

.w3l-header .search form {
  position: relative;
}

.w3l-header .search form button {
  outline: none;
  font-size: 15px;
  padding: 0px 15px;
  color: var(--title-color);
  height: 35px;
  text-align: left;
  -webkit-appearance: none;
  background: #ffffff;
  padding-left: 15px;
  border: none;
  border-radius: 4px;
  position: absolute;
  right: 2px;
  top: 2.5px;
}

.w3l-header .search form button span {
  font-size: 15px;
  color: var(--text-color);
}

.w3l-header .side-search form {
  position: relative;
}

.w3l-header .side-search form button span {
  font-size: 15px;
  color: var(--text-color);
}

.w3l-header .quick-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w3l-header .quick-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w3l-header .quick-links ul li,
.w3l-header .quick-links ul li a {
  font-size: 14px;
  color: #e2e2e2;
}

.w3l-header .quick-links ul li span {
  font-size: 18px;
  color: var(--primary-color);
  margin-right: 5px;
  opacity: 0.8;
}

.w3l-header .right-grid {
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
}

.w3l-header i.fa.fa-bars {
  font-size: 20px;
  color: #000000;
  background: #fff;
  text-align: center;
}

.w3l-header h3.side-title {
  font-size: 19px;
  color: var(--title-color);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  display: inline-block;
}

.w3l-header .gap-top {
  margin-top: 4rem;
}

.w3l-header .quick-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

.w3l-header .quick-contact ul li,
.w3l-header .quick-contact ul li a {
  font-size: 18px;
  color: #666;
}

.w3l-header .quick-contact ul li span {
  font-size: 24px;
  color: var(--primary-color);
  margin-right: 15px;
  width: 20px;
  text-align: center;
  opacity: 0.75;
}

.w3l-header .quick-links-side ul li {
  margin: 10px 0;
}

.w3l-header .quick-links-side ul li a {
  font-size: 16px;
  color: var(--title-color);
}

.w3l-header .follow-us ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #eee;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.w3l-header .follow-us ul li a {
  display: block;
}

.w3l-header .follow-us ul li a:hover {
  opacity: 0.8;
}

.w3l-header .follow-us ul li a span {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  display: block;
  border-radius: 50%;
}

.w3l-header .follow-us ul li a span.fa-facebook {
  background: #3b5998;
}

.w3l-header .follow-us ul li a span.fa-twitter {
  background: #1da1f2;
}

.w3l-header .follow-us ul li a span.fa-google-plus {
  background: #dd4b39;
}

.w3l-header .follow-us ul li a span.fa-instagram {
  background: #c13584;
}

.w3l-header .overlay-menuv {
  overflow-y: scroll;
}

.w3l-header .overlay-menuv::-webkit-scrollbar {
  width: 3px;
}

.w3l-header .overlay-menuv::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
          box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px;
}

.w3l-header .overlay-menuv::-webkit-scrollbar-thumb {
  background: #999;
}

.w3l-header .overlay-menuv-hny {
  position: relative;
}

.w3l-header .menuopen {
  cursor: pointer;
}

.w3l-header .side-menu-hny:hover {
  opacity: 0.9;
}

.w3l-header .side-menu-hny label.menuclose {
  text-transform: uppercase;
  text-align: center;
}

.w3l-header .side-menu-hny label.menuclose:hover {
  cursor: pointer;
}

.w3l-header .overlay-menuv {
  position: fixed;
  max-width: 350px;
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  background: white;
  z-index: 999;
}

.w3l-header .overlay-menuv label.menuclose {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 65px;
  z-index: 100;
  cursor: pointer;
  z-index: 999;
}

.w3l-header .side-menu-hny ~ .overlay-menuv-hugeinc {
  opacity: 0;
  visibility: hidden;
}

.w3l-header #op:checked ~ .overlay-menuv-hugeinc {
  opacity: 1;
  visibility: visible;
  padding: 0 2rem 1rem;
  -webkit-box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}

.w3l-header .overlay-menuv-hny span.fa-times {
  color: red;
  font-size: 15px;
}

.w3l-header .slider-text-w3ls h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.w3l-header .slider-text-w3ls span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: var(--primary-color-two);
  padding: 8px 10px;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.w3l-header .slider-text-w3ls p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #e8e8e8;
  max-width: 600px;
  margin-bottom: 25px;
}

.w3l-header a.action {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
}

.w3l-header a.action:hover {
  text-decoration: underline;
}

.w3l-header .slider-num h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
}

.w3l-header .slider-num h4 span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #e8e8e8;
}

.w3l-header .slider-num p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
}

@media (max-width: 1680px) {
  .w3l-header .banner-w3ls-1,
  .w3l-header .banner-w3ls-2,
  .w3l-header .banner-w3ls-3 {
    min-height: 570px;
  }
}

@media (max-width: 1080px) {
  .w3l-header .grid-columns-auto-end {
    min-height: 350px;
  }
  .w3l-header .banner-w3ls-1,
  .w3l-header .banner-w3ls-2,
  .w3l-header .banner-w3ls-3 {
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  .w3l-header .quick-links ul li {
    margin-right: 20px;
  }
}

@media (max-width: 736px) {
  .w3l-header .banner-w3ls-1,
  .w3l-header .banner-w3ls-2,
  .w3l-header .banner-w3ls-3 {
    min-height: 450px;
    padding: 30px 0;
  }
  .w3l-header .grid-columns-auto-end {
    min-height: 300px;
  }
}

@media (max-width: 668px) {
  .w3l-header .button.align-right {
    display: none;
  }
}

@media (max-width: 600px) {
  .w3l-header .search form form-control-2 {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .w3l-header .accounts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .w3l-header .menu-overlay-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .w3l-header .grid-columns-top-3 {
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    grid-gap: 10px;
  }
  .w3l-header .search form form-control-2 {
    width: 100%;
  }
  .w3l-header .search form {
    display: none;
  }
  .w3l-header li.mobile-none {
    display: none !important;
  }
}

.w3l-header .navbar-expand-xl .navbar-nav .dropdown-menu {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.w3l-header .navbar-expand-xl .navbar-nav .dropdown-menu:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px #d5d5d5ee solid;
  display: block;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
          transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -6px;
  left: 49%;
  z-index: 1001;
}

.w3l-header .dropdown-item {
  color: rgba(22, 25, 30, 0.8);
  font-size: 16px;
  font-weight: bold;
}

.w3l-header .dropdown-item:hover,
.w3l-header .dropdown-item:focus {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}

.w3l-header .navbar-light .navbar-brand {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 42px;
}

.w3l-header li.nav-item {
  margin: 0px 6px;
}

.w3l-header .navbar-light .navbar-nav .nav-link {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.w3l-header .navbar-light .navbar-nav .nav-link:hover,
.w3l-header .navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary-color);
}

.w3l-header .dropdown-toggle::after {
  margin-left: 0.1em;
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .w3l-header .navbar-light .navbar-toggler-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
  }
  .w3l-header .navbar-toggler {
    padding: 6px 10px;
    font-size: 16px;
    background-color: var(--secondary-color);
    border: none;
  }
}

@media (max-width: 992px) {
  .w3l-header .navbar-collapse {
    background: var(--light-bg-color);
    padding: 10px;
    border: 1px solid #eee;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  .w3l-header .navbar-expand-xl .navbar-nav .dropdown-menu {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .w3l-header .navbar-expand-xl .navbar-nav .dropdown-menu:before {
    left: 24px;
  }
}

.w3l-about1 {
  /*-- //about --*/
}

.w3l-about1 .aboutgrids p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin: 30px 0;
}

.w3l-about1 .aboutgrids h4 {
  font-size: 40px;
  color: var(--title-color);
  line-height: 52px;
}

.w3l-about1 .aboutslider {
  z-index: 9;
}

.w3l-about1 .bottomgrids p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.72);
}

.w3l-about1 .bottomgrids h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.w3l-about1 .aboutbottom {
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.58))), url(../images/mainslide3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.58)), url(../images/mainslide3.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.w3l-about1 li.list-group-item span {
  font-size: 8px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .w3l-about1 .aboutgrids h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 600px) {
  .w3l-about1 .aboutgrids h4 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 500px) {
  .w3l-about1 .aboutgrids h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

.w3l-index6 h3.my-title {
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}

.w3l-index6 .features-with-17_sur h6 {
  font-size: 26px;
}

.w3l-index6 .features-with-17_sur h6 a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
}

.w3l-index6 .features-with-17_sur h6 a:hover {
  color: var(--primary-color);
}

.w3l-index6 .features-with-17-right-tp_sur {
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: var(--card-box-shadow);
          box-shadow: var(--card-box-shadow);
  border-radius: var(--card-curve);
}

.w3l-index6 .features-with-17-left1 {
  display: block;
  margin-bottom: 35px;
  width: 100px;
  height: 100px;
  line-height: 105px;
  border-radius: 90px;
  text-align: center;
  background: rgba(231, 99, 151, 0.05);
}

.w3l-index6 .features-with-17-left1 span {
  font-size: 2.5rem;
  color: var(--primary-color);
  line-height: 105px;
}

.w3l-index6 .features-with-17_sur p {
  margin: 18px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

.w3l-index6 .features-with-17-top_sur {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .w3l-index6 .features-with-17-top_sur {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .w3l-index6 .features-with-17-left1 {
    margin-right: 20px;
  }
  .w3l-index6 .features-with-17_sur h6 {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .w3l-index6 .features-with-17_sur h2 {
    font-size: 48px;
    line-height: 53px;
  }
}

@media (max-width: 440px) {
  .w3l-index6 .features-with-17_sur h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 320px) {
  .w3l-index6 .features-with-17_sur h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .w3l-index6 .features-with-17_sur h5 {
    font-size: 23px;
    line-height: 28px;
  }
}

.w3l-services2 .features-with-17_sur h6 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}

.w3l-services2 .features-with-17-right-tp_sur {
  padding: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 4px;
}

.w3l-services2 .features-with-17-right-tp_sur:hover {
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left2 h6 a {
  color: var(--title-color);
}

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left2 p {
  color: var(--text-color);
}

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left1 span {
  color: var(--primary-color);
}

.w3l-services2 .features-with-17-left_sur {
  background: url(../images/proff.jpg) no-repeat center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 640px;
}

.w3l-services2 .features-with-17-left1 span {
  font-size: 28px;
  color: #fff;
}

.w3l-services2 .features-with-17-left2 h6 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.w3l-services2 .features-with-17-left2 h6 a:hover {
  opacity: 0.8;
}

.w3l-services2 .features-with-17_sur {
  background: var(--secondary-color);
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.58))), url(../images/mainslide3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.58)), url(../images/mainslide3.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.w3l-services2 .features-with-17-left2 p {
  color: #d0d0d0;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.w3l-services2 .features-with-17-right_sur {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media (max-width: 500px) {
  .w3l-services2 .features-with-17-right_sur {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 48px;
    line-height: 53px;
  }
}

@media (max-width: 440px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 320px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .w3l-services2 .features-with-17_sur h5 {
    font-size: 23px;
    line-height: 28px;
  }
}

.w3l-gallery2 img.insta-pic {
  border-radius: var(--card-curve);
}

.w3l-gallery2 a.follow-insta-button {
  margin: 0 auto;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #eee;
  -webkit-box-shadow: var(--card-box-shadow);
          box-shadow: var(--card-box-shadow);
  border-radius: var(--card-curve);
}

.w3l-gallery2 .js-img-viwer {
  position: relative;
  border: 8px solid #fff;
}

.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;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 4px;
}

.w3l-gallery2 .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  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: 24px;
  font-weight: 600;
}

.w3l-gallery2 .content-details p {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
}

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

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

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

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

@-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 {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

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

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

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transition: all 0.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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-user-drag: none;
}

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

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

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

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  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 {
  -webkit-transform: translateX(150%) !important;
          transform: translateX(150%) !important;
}

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
          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;
  -webkit-box-sizing: content-box;
          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%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

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

.smartphoto-caption {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  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;
  -webkit-transform: translate(50vw, 50vh);
          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;
  -webkit-transition: all .3s ease-out;
  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);
}

.w3l-index5 .new-block {
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.33))), url(../images/mainslide2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.33)), url(../images/mainslide2.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: calc(100vh - 0px);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

.w3l-index5 .middle-section {
  max-width: 850px;
  margin: 0 auto;
}

.w3l-index5 .middle-section h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

.w3l-index5 span.video-play-icon {
  background: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.w3l-index5 span.video-play-icon span {
  color: var(--primary-color);
}

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

.w3l-index5 span.fa.fa-play {
  line-height: 80px;
}

@media (max-width: 800px) {
  .w3l-index5 .middle-section a {
    margin-top: 40px;
  }
  .w3l-index5 .middle-section h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 667px) {
  .w3l-index5 .middle-section a {
    margin-top: 30px;
  }
  .w3l-index5 .middle-section h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .w3l-index5 .middle-section h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 440px) {
  .w3l-index5 .middle-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 384px) {
  .w3l-index5 .middle-section a {
    margin-top: 25px;
  }
}

/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  height: 40px;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            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: 400px;
  display: block;
}

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

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

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

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  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;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
          transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

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

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

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  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;
}

.w3l-index2 .grids-speci1 {
  padding: 50px 0;
  background: var(--light-bg-color);
  border-radius: var(--card-curve);
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-index2 .grids-speci1 span {
  right: -5px;
  color: var(--secondary-color);
  font-size: 52px;
  position: absolute;
  top: -5px;
  opacity: 0.05;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-index2 .grids-speci1:hover span.fa {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-index2 h3.title-spe {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 600;
}

.w3l-index2 .grids-speci1 p {
  font-size: 16px;
  color: var(--title-color);
}

@media (max-width: 1080px) {
  .w3l-index2 .grids-speci p {
    font-size: 19px;
  }
}

@media (max-width: 800px) {
  .w3l-index2 .grids-speci p {
    font-size: 18px;
  }
}

@media (max-width: 736px) {
  .w3l-index2 .grids-speci p {
    font-size: 16px;
  }
  .w3l-index2 h3.title-spe {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .w3l-index2 .grids-speci p {
    font-size: 15px;
  }
}

@media (max-width: 440px) {
  .w3l-index2 .grids-speci {
    padding: 30px 20px;
  }
  .w3l-index2 h3.title-top {
    font-size: 32px;
    line-height: 37px;
  }
}

@media (max-width: 384px) {
  .w3l-index2 .grids-speci {
    padding: 20px 20px;
  }
}

.w3l-testimonials .customers-6-content {
  background: url(../images/mainslide1.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;
  z-index: 0;
}

.w3l-testimonials .customers-6-content:before {
  content: "";
  background: rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-testimonials .customers-6-content img {
  width: 70px;
  border-radius: 50%;
  margin: 0 auto;
}

.w3l-testimonials .customers-6-content h3.card-title {
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
}

.w3l-testimonials .customers-6-content p.card-text {
  font-size: 18px;
  line-height: 32px;
  color: var(--title-color);
}

.w3l-testimonials .customers-6-content .card {
  padding: 20px 20px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  background: #fff;
}

.w3l-testimonials .customers-6-content .card:hover,
.w3l-testimonials .customers-6-content .card:hover img {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

.w3l-testimonials .card-body {
  position: relative;
}

.w3l-testimonials .card-body span {
  font-size: 50px;
  color: var(--secondary-color);
  opacity: 0.08;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}

.w3l-contact .map iframe {
  width: 100%;
  min-height: 330px;
}

.w3l-contact button.btn.contact-w3layouts {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #00efff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.w3l-contact .contact-form form-control-2 {
  height: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: normal;
  padding: 15px;
  background: #efefef;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  border: 1px solid #f6f6f6;
}

.w3l-contact .contact-form textarea {
  background: #efefef;
  outline: none;
  border: 1px solid #f6f6f6;
  padding: 15px;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  width: 100%;
}

.w3l-contact .contact-form form-control-2:focus, .w3l-contact .contact-form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--primary-color);
  background: #fff;
}

.w3l-contact .w3-contact-address p {
  font-size: 15px;
  color: var(--title-color);
}

.w3l-contact .w3-contact-address b {
  color: var(--title-color);
  font-size: 18px;
  margin-bottom: 4px;
  display: block;
}

.w3l-contact .w3-contact-address a {
  color: var(--secondary-color);
  font-weight: 600;
}

.w3l-contact .w3-contact-address a:hover {
  text-decoration: underline;
}

/*-- quote --*/
.w3l-grid-quote {
  text-align: center;
  background: var(--light-bg-color);
}

section.w3l-grid-quote h6 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 26px;
}

section.w3l-grid-quote h3 {
  color: var(--title-color);
  font-size: 2.5em;
  margin: 0.5em 0 1em;
  font-weight: 600;
}

@media (max-width: 737px) {
  section.w3l-grid-quote h3 {
    font-size: 2em;
  }
}

@media (max-width: 415px) {
  section.w3l-grid-quote h3 {
    font-size: 1.8em;
  }
}

.w3l-footer #footers14-block {
  background-color: var(--secondary-color);
}

.w3l-footer .copyright p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  padding: 10px 0;
}

.w3l-footer .copyright a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.w3l-footer .copyright a:hover {
  text-decoration: underline;
}

.social a{
    padding: 10px;
    color: var(--primary-color);
}

.w3l-footer .social a span {
  font-size: 16px;
  color: var(--text-color);
  padding: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-footer .social a span:hover {
  color: var(--primary-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.w3l-footer #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 35px;
  height: 35px;
  background: #333;
  padding: 0;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.w3l-footer #movetop:hover {
  background: var(--primary-color);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

@media all and (max-width: 736px) {
  .w3l-footer .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (max-width: 667px) {
  .w3l-footer ul.footer14-nav li {
    margin: 10px 20px 10px 0px;
  }
}

@media all and (max-width: 440px) {
  .w3l-footer ul.footer14-nav,
  .w3l-footer .footer14-app {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style-starter.css.map */

.btn-primary {
    color: #fff;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e51845;
    border-color: #da1741;
}

.btn-outline-primary {
    color: #ffbc0d;
    border-color: #ffbc0d;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
    box-shadow: 0 0 0 0 rgb(38 143 255 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
}


.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 50%);
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 50%);
}


.cursor{
    display: none !important;
}

.display-block{
    display: block !important;
}


.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745 !important;
    border: 1px solid #28a745 !important;
}
