/*-------------------------------------
    Template Name: AndBank Html Template
    Description: AndBank Html Template
    Version: 1.0
    Tags: 
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common SCSS
    02. Content Box
    03. Icon Box
    04. Order, Unorder List
    05. Round One side 
    06. Video side 
    07. Overlap Image Box
    08. Image Box

    01. Header style
    02. Banner style
    03. Feature style
    04. About Section
    05. Work Section
    06. Traders Section
    07. Service Section
    08. Banking Section
    09. Payment Section
    10. Testimonial section
    11. Cta Box section
    12. Counter section
    13. Apps Section
    14. Blog Section
    15. Footer Section
    

/**
 * Fonts 
 * Roboto
 * Denver-Serial
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @font-face {
  font-family: "Denver-Serial-Bold";
  src: url("../font/Denver-Serial-Bold.woff") format("woff"), url("../font/Denver-Serial-Bold.woff2") format("woff2"), url("../font/Denver-Serial-Bold.svg#Denver-Serial-Bold") format("svg"), url("../font/Denver-Serial-Bold.eot"), url("../font/Denver-Serial-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Denver-Serial-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');

/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: transparent;
  font-family: "Open+Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

a {
  text-decoration: none !important;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 74px;
  line-height: 88px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

h2 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h5 {
  font-family: "Open+Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

figure {
  margin: 0;
}

.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background: #f9fafb !important;
}

.bg-footer {
  background: #1f1f1f !important;
}

p {
  font-family: "Open+sans", sans-serif;
  color: #576566;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

button:hover, button:focus {
  outline: 0px;
}

@media screen and (max-width: 991px) {
  .column-revers {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.section-title {
  margin-bottom: 60px;
}

.section-title h6 {
  font-family: "Open+Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
  color: #7f8b81;
  position: relative;
  margin-bottom: 12px;
}

ul,
li {
  list-style: inherit;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  section {
    padding: 80px 0px;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}

@media (min-width: 479px) and (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: ##7f8b81;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #000000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  height: 52px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  pointer-events: auto;
  z-index: 1;
}

.btn i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffe1e1;
  border-radius: 8px;
  border-color: #ffe1e1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-primary {
  border: 1px solid #7f8b81;
  background: #7f8b81;
  border-radius: 8px;
  color: #fff;
}

.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #7f8b81;
  border-color: #7f8b81;
}

.btn-primary:hover {
  background: #7f8b81;
  border-color: #7f8b81;
  color: #000000;
}

.btn-filled {
  border: 1px solid #7f8b81;
  background: transparent !important;
  border-radius: 8px;
  color: #7f8b81;
}

.btn-filled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-filled::before {
  background: #7f8b81;
}

.btn-filled:hover {
  color: #fff;
}

.solid-btn a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.solid-btn a i {
  margin-left: 5px;
}

.solid-btn a:hover {
  color: #7f8b81;
}

.header-section {
  position: relative;
  z-index: 12;
}

.header-logo a img {
  width: auto;
  height: auto;
  display: block;
}

.header-section .nav {
  background-color: #fff;
  padding: 5.5px 0px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .header-section .nav {
    padding: 14px 0px;
  }
}

.header-section .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .header-wrap .header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 479px) {
  .header-section .header-wrap .header-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-section .header-wrap .header-meta .btn {
  padding: 12px 20px;
  height: 44px;
}

@media screen and (max-width: 479px) {
  .header-section .header-wrap .header-meta .btn {
    display: none;
  }
}

.header-section .header-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-section .header-menu .main-menu li {
  position: relative;
  list-style: none;
}

.header-section .header-menu .main-menu li.has-dropdown a {
  position: relative;
}

.header-section .header-menu .main-menu li.has-dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #18191f;
  margin-left: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: none;
}

.header-section .header-menu .main-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #18191f;
  display: inline-block;
  margin-right: 32px;
  line-height: 60px;
  padding: 0;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.header-section .header-menu .main-menu li a:hover, .header-section .header-menu .main-menu li a.active {
  color: #7f8b81;
}

.header-section .header-menu .main-menu li a:hover::after, .header-section .header-menu .main-menu li a.active::after {
  color: #7f8b81;
}

.header-section .header-menu .main-menu li:last-child a {
  margin-right: 0;
}

.header-section .header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 220px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top: 3px solid #7f8b81;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.header-section .header-menu .main-menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #7f8b81;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a::after {
  display: none;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover, .header-section .header-menu .main-menu li .sub-menu li a.active {
  color: #7f8b81;
  padding-left: 35px;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover::before, .header-section .header-menu .main-menu li .sub-menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-section .header-menu .main-menu li .sub-menu li:last-child a {
  border: none;
}

.header-section .header-menu .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.language-select {
  padding-right: 7px;
}

@media screen and (max-width: 479px) {
  .language-select {
    padding-right: 0;
  }
}

.language-select .nice-select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  height: auto;
  line-height: inherit;
  padding: 10px 20px 10px 0px;
  border: none;
  outline: none;
  min-width: 78px;
}

.language-select .nice-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.language-select .nice-select .list {
  width: 100%;
}

.language-select .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #000000;
}

.language-select .nice-select .option {
  padding: 0px 10px;
  line-height: 30px;
}

.language-select .nice-select .option.selected {
  color: #000000;
}

.header-toggle {
  margin-left: 15px;
}

@media screen and (max-width: 479px) {
  .header-toggle {
    margin-left: 0;
  }
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #000000;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #fff;
}

.header-toggle button i {
  pointer-events: none;
}

.overlay-slide {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: -350px;
  width: 320px;
  z-index: 9999;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  -webkit-box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 375px) {
  .overlay-slide {
    width: 300px;
  }
}

.overlay-slide.open {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 9999;
}

.overlay-slide nav {
  position: relative;
  height: 100%;
  padding: 25px;
  text-align: left;
}

.overlay-slide nav .main-nav {
  list-style: none;
  padding: 30px 0px 0px;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 1;
}

.overlay-slide nav .main-nav li {
  display: block;
  position: relative;
}

.overlay-slide nav .main-nav li.sub-menu a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #576566;
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.overlay-slide nav .main-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
  padding: 15px 0px;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  border-top: 1px dashed #e7e7e7;
}

.overlay-slide nav .main-nav li a.active, .overlay-slide nav .main-nav li a:hover {
  color: #7f8b81;
}

.overlay-slide nav .main-nav li .fa {
  width: 16px;
  text-align: center;
  margin-right: 20px;
  float: right;
}

.overlay-slide nav .main-nav .sub-item {
  margin-left: 30px;
}

.overlay-slide nav .main-nav .sub-item a::after {
  display: none;
}

.overlay-slide .logo {
  position: relative;
}

.overlay-slide .logo img {
  width: auto;
  height: auto;
  display: block;
}

.overlay-slide .logo .close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 35px;
  width: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.overlay-slide .logo .close-btn a {
  font-size: 16px;
  color: #000000;
}

.bg-shade {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}

body.body-overlay .bg-shade {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #000;
  transition: 0.3s linear;
  opacity: 0.9;
}

.nav-scroll {
  background-color: #7f8b81;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed !important;
  top: -80px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 999;
}

.nav-scroll .header-logo {
  display: block !important;
}

.banner-section {
  background: url("../images/banner/banner-bg.jpg");
  padding: 302px 0px 281px;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 150px 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding: 100px 0px;
  }
}

.hero-text {
  position: relative;
}

.hero-text h1 {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .hero-text h1 {
    margin-bottom: 20px;
  }
}

.hero-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 767px) {
  .hero-text p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero-text p {
    font-size: 16px;
    line-height: 25px;
  }
}

.hero-text .btn-primary {
  border-radius: 9px;
  border: none;
}

.hero-text .btn-primary::before {
  background: #000000;
  border-color: #000000;
}

.hero-text .btn-primary:hover {
  border-color: #000000;
  color: #fff;
}

.icon-box-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 30px;
  min-height: 266px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .icon-box-item {
    padding: 20px;
    text-align: center;
  }
}

.icon-box-item .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-box-item .icon img {
  width: inherit;
  height: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .icon-box-item .icon {
    margin: 0 auto 17px;
  }
}

.icon-box-item .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.icon-box-item .main-content h5 {
  margin-bottom: 8px;
}

.icon-box-item .main-content h5 a {
  color: #000000;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-box-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.icon-box-item:hover h5 a {
  color: #7f8b81;
}

.block-side-wrapper {
  margin-bottom: 0;
  max-width: 600px;
}

.block-side-wrapper p {
  margin-bottom: 18px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .block-side-wrapper p {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .block-side-wrapper {
    max-width: 100%;
  }
}

.block-side-wrapper-v2 {
  margin-left: auto;
}

.block-side-wrapper-v2 p {
  color: rgba(0, 0, 0, 0.6);
}

.block-image {
  position: relative;
  max-width: 630px;
}

.block-image::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 590px;
  height: 100%;
  width: calc(100% - 40px);
  border: 2px solid #7f8b81;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .block-image::before {
    width: calc(100% - 20px);
    bottom: -20px;
  }
}

@media screen and (max-width: 991px) {
  .block-image {
    margin: 30px auto 0px;
  }
}

.block-image .main-image {
  width: calc(100% - 40px);
  height: auto;
  display: block;
  position: relative;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .block-image .main-image {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 991px) {
  .block-image-v2 {
    margin: 0px auto 50px;
  }
}

.block-image-v2::before {
  left: 0;
  bottom: -20px;
  width: 50%;
  border-width: 1px;
  height: calc(100% + 40px);
}

.block-image-v2 .main-image {
  width: calc(100% - 20px);
  margin-left: auto;
}

.gallery-section {
  padding-bottom: 120px;
}

.slide-content {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 20px;
  min-height: 63px;
  text-align: center;
  border-radius: 16px;
  width: calc(100% - 83px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 1199px) {
  .slide-content {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .slide-content {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .slide-content {
    width: calc(100% - 20px);
    bottom: 10px;
    padding: 10px;
  }
}

.slide-content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .slide-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

.slide-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .slide-content p {
    font-size: 10px;
    line-height: 18px;
  }
}

.gallery-slider-carousel .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-slider-carousel .owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #7f8b81;
  border-radius: 50%;
  display: block;
  border: none;
  outline: none;
  margin: 30px 8px 0px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  transition: 0.3s linear;
}

.gallery-slider-carousel .owl-carousel .owl-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #7f8b81;
  opacity: 0.3;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-slider-carousel .owl-carousel .owl-dots button.active::before {
  background: #7f8b81;
  opacity: 1;
}

@media (max-width: 375px) {
  .gallery-slider-carousel .owl-carousel .owl-dots button {
    margin: 30px 5px 30px 5px;
  }
}

.gallery-slider-carousel .owl-carousel .owl-nav {
  position: absolute;
  bottom: -55px;
  width: 100%;
  display: none;
  font-size: 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
}

.gallery-slider-carousel .owl-carousel .owl-nav button {
  border-radius: 50px;
  border: none;
  font-size: 25px;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-slider-carousel .owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}

.gallery-slider-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  color: #7f8b81;
}

.gallery-slider-carousel .owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
}

.gallery-slider-carousel .owl-carousel .owl-nav button.owl-next:hover {
  color: #7f8b81;
}

.gallery-slider-carousel .owl-carousel .owl-nav {
  display: block;
}

.gallery-slider-carousel .owl-carousel .owl-item {
  margin: 100px 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .gallery-slider-carousel .owl-carousel .owl-item {
    margin: 70px 0px;
  }
}

@media screen and (max-width: 375px) {
  .gallery-slider-carousel .owl-carousel .owl-item {
    margin: 0px 0px;
  }
}

.gallery-slider-carousel .owl-carousel .owl-item.active.center {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 9999;
}

.gallery-slider-carousel .owl-carousel .owl-item.active.center img {
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important;
  -webkit-filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 16px 40px rgba(0, 0, 0, 0.2));
}

.gallery-slider-carousel .owl-carousel .owl-item.active.center .slide-content {
  opacity: 1;
}

@media screen and (max-width: 375px) {
  .gallery-slider-carousel .owl-carousel .owl-item.active img {
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important;
  }
  .gallery-slider-carousel .owl-carousel .owl-item.active .slide-content {
    opacity: 1;
  }
}

.gallery-slider-carousel .owl-carousel .owl-item img {
  border-radius: 16px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.catalogue-section {
  padding: 100px 0px;
}

.catalouge-content {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.counter-box {
  /* font-family: "Denver-Serial-Bold"; */
  background: #7f8b81;
  padding: 30px;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
  border-radius: 0px 16px 16px 0px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .counter-box {
    font-size: 36px;
    padding: 20px;
  }
}

.counter-box .counter {
  margin-bottom: 7px;
}

.counter-box h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.tab-wrapper .tab-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-wrapper .tab-wrapper-top .data-info-title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 479px) {
  .tab-wrapper .tab-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.tab-wrapper .nav .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  margin-right: 8px;
  height: 32px;
  padding: 4px 14px;
}

.tab-wrapper .nav .nav-item .nav-link.active, .tab-wrapper .nav .nav-item .nav-link:hover {
  background: #7f8b81;
  border-color: #7f8b81;
  color: #fff;
}

.tab-wrapper .tab-content-wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .layout-cart-form {
    overflow-x: scroll;
  }
}

.layout-cart-form table {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .layout-cart-form table {
    width: 1050px;
    overflow: hidden;
  }
}

.layout-cart-form table thead tr {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px 16px 0px 0px;
  height: 90px;
}

.layout-cart-form table thead tr th {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #585858;
  text-align: center;
  padding: 18px 20px;
}

@media screen and (max-width: 1440px) {
  .layout-cart-form table thead tr th {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-cart-form table thead tr th {
    font-size: 14px;
    padding: 0px 5px;
  }
}

@media screen and (max-width: 991px) {
  .layout-cart-form table thead tr th {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 575px) {
  .layout-cart-form table thead tr th {
    font-size: 15px;
    padding: 0px 18px;
  }
}

.layout-cart-form table thead tr:nth-child(1) {
  text-align: left;
}

.layout-cart-form table thead tr:nth-child(2) {
  text-align: left;
}

.layout-cart-form table thead tr:nth-child(3) {
  text-align: left;
}

.layout-cart-form table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.layout-cart-form table tbody tr td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 18px 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1440px) {
  .layout-cart-form table tbody tr td {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-cart-form table tbody tr td {
    padding: 18px 7px;
  }
}

@media screen and (max-width: 991px) {
  .layout-cart-form table tbody tr td {
    font-size: 13px;
    line-height: 20px;
    padding: 14px 10px;
  }
}

.layout-cart-form table tbody tr td:nth-child(1) {
  text-align: left;
}

.layout-cart-form table tbody tr td:nth-child(2) {
  text-align: left;
}

.layout-cart-form table tbody tr td:last-child {
  text-align: right;
  padding: 18px 10px;
  font-size: 14px;
}

.layout-cart-form table tbody tr td img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.layout-cart-form table tbody tr td .sold {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #b72136;
  background: rgba(255, 72, 66, 0.16);
  border-radius: 8px;
  height: 22px;
  display: inline-block;
  padding: 1px 8px;
}

.layout-cart-form table tbody tr td .available {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #229a16;
  background: #d5eacf;
  border-radius: 8px;
  height: 22px;
  display: inline-block;
  padding: 1px 10.5px;
}

.location-section {
  overflow: hidden;
}

.location-section #map {
  width: 100%;
  height: 600px;
}

.contact-form .form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #576566;
  height: 50px;
  padding: 13px 17px;
  border: 1px solid #d1d5db;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 24px;
}

@media screen and (max-width: 479px) {
  .contact-form .form-control {
    font-size: 16px;
  }
}

.contact-form .form-control:focus {
  border-color: #7f8b81;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-area {
  min-height: 122px;
}

.check-list-item li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.check-list-item li span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}

.check-list-item li:last-of-type {
  margin-bottom: 0;
}

.check-list-item li .checkbox {
  position: absolute;
  opacity: 0;
}

.check-list-item li .checkbox + label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  cursor: pointer;
  padding: 0;
}

.check-list-item li .checkbox + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.check-list-item li .checkbox:checked + label:before {
  background: #7f8b81;
  border-color: #7f8b81;
}

.check-list-item li .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-inform {
  max-width: 616px;
  background: #f9fafb;
  border-radius: 16px;
  padding: 131px 102px;
}

@media screen and (max-width: 1199px) {
  .contact-inform {
    padding: 130px 50px;
  }
}

@media screen and (max-width: 991px) {
  .contact-inform {
    margin: 0 auto 30px;
    padding: 80px 50px;
  }
}

@media screen and (max-width: 479px) {
  .contact-inform {
    padding: 50px 30px;
  }
}

.contact-inform h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 22px;
}

@media screen and (max-width: 575px) {
  .contact-inform h3 {
    font-size: 26px;
  }
}

.contact-inform p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #576566;
}

@media screen and (max-width: 479px) {
  .contact-inform p {
    font-size: 16px;
  }
}

address {
  margin-top: 32px;
}

address ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

address ul li img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 15px;
  margin-bottom: 12px;
}

address ul li a,
address ul li p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #576566;
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 479px) {
  address ul li a,
  address ul li p {
    font-size: 16px;
  }
}

address ul li a {
  margin-bottom: 12px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

address ul li a:hover {
  color: #7f8b81;
}

@media screen and (max-width: 575px) {
  address ul li a {
    word-break: break-all;
  }
}

address ul li:last-child img,
address ul li:last-child a {
  margin-bottom: 0;
}

.footer-section {
  padding-top: 80px;
}

.footer-widget {
  padding-bottom: 80px;
  max-width: 300px;
}

@media screen and (max-width: 479px) {
  .footer-widget {
    padding-bottom: 30px;
  }
}

.footer-widget .title {
  margin-bottom: 18px;
}

.footer-widget .title h5 {
  font-weight: 600;
  color: #fff;
}

.footer-widget p {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.footer-widget .social-icon {
  margin-top: 23px;
}

.footer-widget .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.footer-widget .social-icon ul li {
  margin-bottom: 0;
}

.footer-widget .social-icon ul li a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(102, 102, 102, 0.3);
  height: 28px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 9px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer-widget .social-icon ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #7f8b81;
}

.footer-widget .social-icon ul li:last-child a {
  margin-right: 0;
}

.footer-widget ul {
  list-style: none;
}

.footer-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-bottom: 7px;
}

.footer-widget ul li a {
  color: #fff;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer-widget ul li a:hover {
  color: #7f8b81;
}

.footer-widget ul li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 12px;
}

.footer-bottom .footer-content {
  border-top: 0.5px solid #c8c8c8;
  padding: 15px 0px;
}

@media screen and (max-width: 991px) {
  .footer-bottom .footer-content {
    display: block;
  }
}

.footer-bottom .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.footer-bottom .content p a {
  color: #7f8b81;
}

/**
 *
 * Common CSS
 *
 */
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .slide-content {
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 13px;
  }
}

