/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

:root {
  --theme-opposite:#B32925;
  --theme-color:#e1c4ad;
  --theme-multi:#B32925;
  --theme-white: #fff;
  --theme-para: #555;
  --theme-title: #181a1b; }

h3.hny-title,
h3.hny-title.two {
  font-size: 45px;
  line-height: 50px;
  color: var(--theme-title);
  margin-bottom: 50px; }

h3.hny-title.two {
  color: var(--theme-white); }

h2.hny-title {
  margin-bottom: 20px;
  color: var(--theme-white);
  font-size: 45px;
  line-height: 50px; }

span.sub-dot {
  color: var(--theme-color);
  font-size: 36px; }

.hny-sub-head {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: var(--theme-opposite);
  padding: 4px 10px;
  margin-bottom: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px; }

h2.inner-page {
  font-size: 45px;
  line-height: 50px;
  color: var(--theme-white); }

.img-responsive {
  max-width: 100%; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

button,
input,
select {
  -webkit-appearance: none;
  outline: none; }

button,
.btn,
select {
  cursor: pointer; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

p {
  color: var(--theme-para); }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

.btn,
button,
.actionbg,
input,
textarea {
  border-radius: 0px; }

.btn:hover,
button:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* BUTTON 8 */
.button-6 {
  width: 140px;
  height: 48px;
  border: 2px solid var(--theme-opposite);
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px; }

.button-6 a {
  font-size: 16px;
  color: var(--theme-opposite);
  text-decoration: none;
  line-height: 42px;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-6 {
  width: 140px;
  height: 50px;
  right: -140px;
  bottom: -50px;
  background: var(--theme-opposite);
  position: absolute;
  transition: all .5s ease;
  z-index: 1; }

.button-6:hover .eff-6 {
  right: 0;
  bottom: 0; }

.button-6:hover a {
  color: #fff; }

/* BUTTON 4 */
.button-4 {
  width: 140px;
  height: 48px;
  border: 2px solid var(--theme-color);
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px; }

.button-4 a {
  font-size: 16px;
  color: var(--theme-color);
  text-decoration: none;
  line-height: 42px;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-4 {
  width: 140px;
  height: 50px;
  right: -140px;
  bottom: -50px;
  background: var(--theme-color);
  position: absolute;
  transition: all .5s ease;
  z-index: 1; }

.button-4:hover .eff-4 {
  right: 0;
  bottom: 0; }

.button-4:hover a {
  color: #fff; }

/* BUTTON 61 */
.button-61 {
  width: 140px;
  height: 48px;
  border: 2px solid var(--theme-white);
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px; }

.button-61 a {
  font-size: 16px;
  color: var(--theme-white);
  text-decoration: none;
  line-height: 42px;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-61 {
  width: 140px;
  height: 50px;
  right: -140px;
  bottom: -50px;
  background: var(--theme-white);
  position: absolute;
  transition: all .5s ease;
  z-index: 1; }

.button-61:hover .eff-61 {
  right: 0;
  bottom: 0; }

.button-61:hover a {
  color: var(--theme-opposite); }

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px; } }

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px; } }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.section-gap {
  padding: 100px 0; }

@media all and (max-width: 1440px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px; } }

@media all and (max-width: 1440px) {
  .section-gap {
    padding: 80px 0; } }

@media all and (max-width: 1366px) {
  .section-gap {
    padding: 80px 0; } }

@media all and (max-width: 1280px) {
  .section-gap {
    padding: 10px 0; } }

@media all and (max-width: 668px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px; }
  span.sub-title {
    font-size: 15px; }
  .section-gap {
    padding: 50px 0; } }

@media all and (max-width: 641px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 45px; } }

@media all and (max-width: 580px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 34px; }
  span.sub-title {
    font-size: 14px; }
  h2.hny-title {
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 40px; }
  .section-gap {
    padding: 45px 0; } }

@media all and (max-width: 384px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 30px;
    line-height: 40px; }
  h2.hny-title {
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 38px; } }

@media all and (max-width: 375px) {
  h3.hny-title.two {
    font-size: 28px;
    line-height: 32px; }
  h2.hny-title {
    font-size: 28px;
    line-height: 32px; } }

@media all and (max-width: 360px) {
  h3.hny-title.two {
    font-size: 26px;
    line-height: 30px; }
  h2.hny-title {
    font-size: 26px;
    line-height: 30px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.containerr{
  margin-bottom:40px;
  img{
    margin: 0 auto;
    width:70%;
  }
  .organize-img{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

.w3l-header-4 {
  background-color: var(--theme-color);
  z-index: 99;
  /*--
    padding: 0;
    position: sticky;
    top: 0;
    /*--*/ }

@media all and (max-width: 992px) {
  .logo {
    float: left; }
  .mobile-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

.w3l-header-4 {
  /*-- Headers-4 block --*/
  /*-- /Headers-4 block --*/
  /* navbar-start */
  /* navigation */
  /* CSS Document */
  /* Giving a background-color to the nav container. */
  /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
  /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
  /* Positioning the navigation items inline */
  /* Styling the links */
  /* Styling the links */
  /* Background color change on Hover */
  /* Hide Dropdowns by Default
 * and giving it a position of absolute */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
  /* Change ' +' in order to change the Dropdown symbol */
  /* Media Queries
--------------------------------------------- */
  /* //navigation */
  /* navbar-end */
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .w3l-header-4 #headers4-block {
    z-index: 9;
    padding: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .w3l-header-4 .header-align {
    grid-template-columns: 1fr auto;
    align-items: center; }
  .w3l-header-4 a.brand-logo {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme-white);
    font-size: 26px;
    text-shadow: 0 1px 2px rgba(14, 14, 14, 0.231373);
    line-height: 30px; }
  .w3l-header-4 label.log-w {
    color: var(--theme-opposite);
    font-size: 36px; }
  .w3l-header-4 input#nav {
    display: none; }
  .w3l-header-4 label.nav {
    display: none; }
  .w3l-header-4 .toggle-2,
  .w3l-header-4 .toggle,
  .w3l-header-4 [id^=drop] {
    display: none; }
  .w3l-header-4 nav {
    margin: 0;
    padding: 0; }
  .w3l-header-4 nav:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-header-4 nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none; }
  .w3l-header-4 nav ul li {
    margin: 0px;
    display: inline-block;
    margin: 0 15px; }
  .w3l-header-4 nav ul li:last-child {
    margin-right: 0; }
  .w3l-header-4 nav a {
    transition: none;
    font-style: normal;
    line-height: 25px;
    padding: 20px 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-transform: capitalize; }
  .w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .18em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent; }
  .w3l-header-4 .angle-dropdown-sub {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .18em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg); }
  .w3l-header-4 nav a:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    color: #1d5630; }
  .w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    background: #fff;
    padding: 40px 30px;
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    width: 98%;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #e0e4e0;
    -moz-column-rule-color: #e0e4e0;
         column-rule-color: #e0e4e0;
    -moz-column-rule-width: 1px;
         column-rule-width: 1px;
    -moz-column-rule-style: solid;
         column-rule-style: solid; }
  .w3l-header-4 li.subhny-li {
    position: relative; }
  .w3l-header-4 li.nav-rightv-images img {
    background: #eeeeee;
    padding: 5px; }
  .w3l-header-4 nav ul ul.sub-hvy-ul {
    display: none;
    position: absolute;
    top: 65px;
    background: #fff;
    padding: 20px 15px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -moz-column-rule-color: #ddd;
    column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #ddd;
    margin-left: 0;
    width: 140px; }
  .w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 140px;
    background: #ffffff;
    z-index: 999; }
  .w3l-header-4 nav ul li:hover > ul {
    display: inherit; }
  .w3l-header-4 nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    margin: 2px 0; }
  .w3l-header-4 nav ul ul li:nth-child(last) {
    border-bottom: none; }
  .w3l-header-4 nav ul ul li a {
    display: block;
    padding: 4px 12px;
    text-align: left;
    color: #181a1b;
    font-size: 14px;
    font-weight: 400; }
  .w3l-header-4 nav ul ul li a:hover {
    background: transparent;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    color: #4dc47d; }
  .w3l-header-4 nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0px;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 li > a:only-child:after {
    content: ''; }
  @media all and (max-width: 992px) {
    .w3l-header-4 {
      /* Hide the navigation menu by default */
      /* Also hide the  */
      /* Stylinf the toggle lable */
      /* Display Dropdown when clicked on Parent Lable */
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */
      /* Change menu item's width to 100% */
      /* Hide Dropdowns by Default */
      /* Hide menus on hover */
      /* Fisrt Tier Dropdown */ }
      .w3l-header-4 .logo {
        float: left; }
      .w3l-header-4 a.brand-logo {
        font-size: 26px;
        line-height: 26px; }
      .w3l-header-4 .mobile-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
      .w3l-header-4 #headers4-block {
        padding: 10px 0; }
      .w3l-header-4 nav a {
        padding: 5px 0;
        display: block;
        color: #fff;
        font-weight: 600; }
      .w3l-header-4 nav li {
        text-align: left; }
      .w3l-header-4 .navigation {
        float: none; }
      .w3l-header-4 .nav-mobile-block {
        display: block !important; }
      .w3l-header-4 nav a.border-left {
        border-left: none !important; }
      .w3l-header-4 .toggle + a,
      .w3l-header-4 .menu {
        display: none; }
      .w3l-header-4 .toggle {
        display: inline-block;
        text-decoration: none;
        border: none;
        margin-bottom: 0;
        cursor: pointer;
        color: var(--theme-color-two);
        padding-left: 15px;
        background: #fff;
        padding: 8px 10px;
        border-radius: 0;
        margin-top: 0px;
        float: right; }
      .w3l-header-4 span.fa.fa-bars {
        background: var(--blue-color);
        display: inline-block;
        line-height: 40px;
        padding: 0 15px;
        margin-top: 4px; }
      .w3l-header-4 .menu .toggle {
        float: none;
        margin: auto;
        padding: 5px 0;
        font-weight: normal;
        font-size: 15px;
        background: transparent;
        color: #111; }
      .w3l-header-4 .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .w3l-header-4 [id^=drop]:checked + ul {
        display: block;
        /*--*
            padding: 10px 15px;
            background: rgba(21, 90, 49, 0.7098039215686275);
            width: 100%;
            box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
            -webkit-columns: 1;
            -moz-columns: 1;
            columns: 1;
             /*--*/ }
      .w3l-header-4 ul.menu {
        overflow-y: scroll;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 53px;
        z-index: 9999;
        padding: 10px 15px;
        background: rgba(21, 90, 49, 0.709804);
        width: 100%;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }
      .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #fff; }
      .w3l-header-4 ul.menu::-webkit-scrollbar {
        width: 3px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
        background: #b4a996; }
      .w3l-header-4 nav ul {
        float: right; }
      .w3l-header-4 nav ul li {
        display: block;
        width: 100%;
        margin: 0; }
      .w3l-header-4 nav a:hover,
      .w3l-header-4 nav ul ul ul a {
        background-color: transparent; }
      .w3l-header-4 nav ul ul,
      .w3l-header-4 nav ul ul.sub-hvy-ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
        background: rgba(11, 53, 28, 0.709804);
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        width: 100%;
        padding: 15px 15px; }
      .w3l-header-4 nav ul ul li:hover > ul,
      .w3l-header-4 nav ul li:hover > ul {
        display: none; }
      .w3l-header-4 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0; }
      .w3l-header-4 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ }
      .w3l-header-4 .navigation nav a {
        margin: 6px 0; }
      .w3l-header-4 label.toggle.toogle-2,
      .w3l-header-4 label.toggle.toogle-3,
      .w3l-header-4 label.toggle.toogle-4,
      .w3l-header-4 label.toggle.toogle-5,
      .w3l-header-4 label.toggle.toogle-6,
      .w3l-header-4 label.toggle.toogle-7,
      .w3l-header-4 label.toggle.toogle-8,
      .w3l-header-4 label.toggle.toogle-9 {
        display: block;
        transition: none;
        font-style: normal;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: left; }
      .w3l-header-4 nav ul ul {
        border-left: transparent;
        border-top: none; }
      .w3l-header-4 nav ul ul ul {
        border-left: transparent;
        border-top: none;
        position: static;
        background: rgba(11, 53, 28, 0.709804); }
      .w3l-header-4 nav ul ul li a {
        padding: 4px 0px;
        color: #fff;
        font-weight: 600; }
      .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg); }
      .w3l-header-4 nav ul ul li a:hover {
        color: var(--theme-opposite); } }
  @media (max-width: 800px) {
    .w3l-header-4 .logo,
    .w3l-header-4 .button {
      z-index: 9; } }

.w3l-hero-headers-11 {
  /* menu */
  /* right-slide-content-styling */
  /* right-slide-content-styling */
  /* width */
  /* Track */
  /* Handle */
  /* menu-hny-toggle */
  /* //menu-hny-toggle */
  /*-- banner style --*/
  /*-- //banner style --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-hero-headers-11 .d-grid {
    display: grid; }
  .w3l-hero-headers-11 .grid-columns-top-3 {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    grid-gap: 30px; }
  .w3l-hero-headers-11 .grid-columns-auto {
    grid-auto-flow: column;
    align-items: center; }
  .w3l-hero-headers-11 .grid-columns-3 {
    grid-template-columns: 1fr auto 1fr; }
  .w3l-hero-headers-11 .align-right,
  .w3l-hero-headers-11 .menu-overlay-left {
    text-align: right; }
  .w3l-hero-headers-11 .top-header {
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7; }
  .w3l-hero-headers-11 .main-header {
    box-sizing: border-box; }
  .w3l-hero-headers-11 .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;
    transition: 0.3s ease;
    display: block; }
  .w3l-hero-headers-11 .accounts ul li a.active-button {
    background: var(--theme-color);
    color: #fff; }
  .w3l-hero-headers-11 .accounts ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .accounts ul li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-hero-headers-11 .accounts ul li:last-child {
    margin-right: 0px; }
  .w3l-hero-headers-11 a.actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    color: #F5F9FC;
    background: var(--theme-color-two);
    padding: 0 20px;
    height: 55px;
    text-align: center; }
  .w3l-hero-headers-11 .search form {
    position: relative; }
  .w3l-hero-headers-11 .search form input {
    width: 300px;
    outline: none;
    font-size: 15px;
    color: var(--theme-title);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px; }
  .w3l-hero-headers-11 .search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--theme-title);
    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-hero-headers-11 .search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .side-search form {
    position: relative; }
  .w3l-hero-headers-11 .side-search form input {
    outline: none;
    font-size: 15px;
    color: var(--theme-title);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px;
    width: 100%; }
  .w3l-hero-headers-11 .side-search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--theme-title);
    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-hero-headers-11 .side-search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .quick-links ul {
    display: flex;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li {
    display: flex;
    margin-right: 50px;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li,
  .w3l-hero-headers-11 .quick-links ul li a {
    font-size: 15px;
    color: #666; }
  .w3l-hero-headers-11 .quick-links ul li span {
    font-size: 20px;
    color: var(--theme-color);
    margin-right: 5px; }
  .w3l-hero-headers-11 .right-grid {
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr auto; }
  .w3l-hero-headers-11 i.fa.fa-bars {
    font-size: 20px;
    color: #000000;
    background: #fff;
    text-align: center; }
  .w3l-hero-headers-11 h3.side-title {
    font-size: 19px;
    color: var(--theme-title);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    display: inline-block; }
  .w3l-hero-headers-11 .gap-top {
    margin-top: 4rem; }
  .w3l-hero-headers-11 .quick-contact ul li {
    display: flex;
    align-items: center;
    margin: 1rem 0; }
  .w3l-hero-headers-11 .quick-contact ul li,
  .w3l-hero-headers-11 .quick-contact ul li a {
    font-size: 18px;
    color: #666; }
  .w3l-hero-headers-11 .quick-contact ul li span {
    font-size: 24px;
    color: var(--theme-color);
    margin-right: 15px;
    width: 20px;
    text-align: center;
    opacity: 0.75; }
  .w3l-hero-headers-11 .quick-links-side ul li {
    margin: 10px 0; }
  .w3l-hero-headers-11 .quick-links-side ul li a {
    font-size: 16px;
    color: var(--theme-title); }
  .w3l-hero-headers-11 .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-hero-headers-11 .follow-us ul li a {
    display: block; }
  .w3l-hero-headers-11 .follow-us ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .follow-us ul li a span {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: block;
    border-radius: 50%; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-facebook {
    background: #3b5998; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-twitter {
    background: #1da1f2; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-google-plus {
    background: #dd4b39; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-instagram {
    background: #c13584; }
  .w3l-hero-headers-11 .overlay-menuv {
    overflow-y: scroll; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar {
    width: 3px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-thumb {
    background: #999; }
  .w3l-hero-headers-11 .overlay-menuv-hny {
    position: relative; }
  .w3l-hero-headers-11 .menuopen {
    cursor: pointer; }
  .w3l-hero-headers-11 .side-menu-hny:hover {
    opacity: 0.9; }
  .w3l-hero-headers-11 .overlay-menuv-hny input[type="checkbox"] {
    display: none; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .w3l-hero-headers-11 .overlay-menuv {
    position: fixed;
    max-width: 350px;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 999; }
  .w3l-hero-headers-11 .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .w3l-hero-headers-11 .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .w3l-hero-headers-11 #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem 1rem;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1); }
  .w3l-hero-headers-11 .overlay-menuv-hny span.fa-times {
    color: red;
    font-size: 15px; }
  .w3l-hero-headers-11 .slider-text-w3ls {
    max-width: 550px; }
  .w3l-hero-headers-11 .slider-text-w3ls h4 {
    font-size: 55px;
    line-height: 65px;
    color: var(--theme-title);
    margin-bottom: 24px; }
  .w3l-hero-headers-11 .slider-text-w3ls .hny-sub {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: var(--theme-opposite);
    padding: 4px 10px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px; }
  .w3l-hero-headers-11 .slider-text-w3ls p {
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: var(--theme-para);
    /* max-width: 600px; */
    margin-bottom: 16px; }
  .w3l-hero-headers-11 .slider-num p {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase; }
  .w3l-hero-headers-11 a.action:hover {
    text-decoration: underline; }
  .w3l-hero-headers-11 .slider-num h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 .slider-num h4 span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #e8e8e8; }
  .w3l-hero-headers-11 .slider-num p {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #ffffff; }
  .w3l-hero-headers-11 .hero-header-11 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
  .w3l-hero-headers-11 .banner-left-content {
    padding: 60px 60px; }
  @media (max-width: 1680px) {
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3, .w3l-hero-headers-11 .banner-w3ls-4 {
      min-height: 700px; } }
  @media (max-width: 1369px) {
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3, .w3l-hero-headers-11 .banner-w3ls-4 {
      min-height: 640px; } }
  @media (max-width: 1080px) {
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 350px; }
    .w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 450px; } }
  @media (max-width: 992px) {
    .w3l-hero-headers-11 .quick-links ul li {
      margin-right: 20px; }
    .w3l-hero-headers-11 .hero-header-11 {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      order: 2; }
    .w3l-hero-headers-11 .banner-left-content {
      padding: 50px 50px;
      order: 1; }
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 16px; }
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3, .w3l-hero-headers-11 .banner-w3ls-4 {
      min-height: 400px;
      padding: 30px 0; } }
  @media (max-width: 736px) {
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3, .w3l-hero-headers-11 .banner-w3ls-4 {
      min-height: 350px;
      padding: 30px 0; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 300px; } }
  @media (max-width: 668px) {
    .w3l-hero-headers-11 .main-header {
      display: none; }
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 16px; }
    .w3l-hero-headers-11 .banner-left-content {
      padding: 45px 40px; }
    .w3l-hero-headers-11 .slider-text-w3ls p {
      /* max-width: 600px; */
      margin-bottom: 6px; } }
  @media (max-width: 600px) {
    .w3l-hero-headers-11 .slider-num p {
      font-size: 15px; }
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 22px;
      line-height: 31px;
      margin-bottom: 10px; }
    .w3l-hero-headers-11 .banner-left-content {
      padding: 45px 30px; } }
  @media (max-width: 500px) {
    .w3l-hero-headers-11 .menu-overlay-left {
      order: 2; } }

@media (max-width: 992px) {
  .p-sticky-md {
    background-color: var(--white-color);
    z-index: 9;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

/* banner */
/* banner slider */
.radio {
  display: none; }

.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.image-slide {
  width: 20%;
  float: left; }

.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out; }

.fake-radio {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto; }

/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0; }

#slide2:checked ~ .images .images-inner {
  margin-left: -100%; }

#slide3:checked ~ .images .images-inner {
  margin-left: -200%; }

#slide4:checked ~ .images .images-inner {
  margin-left: -300%; }

/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3),
#slide4:checked ~ div .fake-radio .radio-btn:nth-child(4) {
  background: var(--theme-color); }

.radio-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: inline-block !important;
  margin: 0px 4px;
  cursor: pointer; }

/* Color of bullets - END */
/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3),
#slide4:checked ~ .labels .label:nth-child(4) {
  opacity: 1; }

.label {
  opacity: 0;
  position: absolute; }

/* Text of slides - END */
/* Calculate AUTOPLAY for BULLETS */
@-webkit-keyframes bullet {
  0%,
  33.32333333333334% {
    background: var(--theme-color); }
  33.333333333333336%,
  100% {
    background: white; } }
@keyframes bullet {
  0%,
  33.32333333333334% {
    background: var(--theme-color); }
  33.333333333333336%,
  100% {
    background: white; } }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  -webkit-animation: bullet 12300ms infinite -1000ms;
          animation: bullet 12300ms infinite -1000ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  -webkit-animation: bullet 12300ms infinite 3100ms;
          animation: bullet 12300ms infinite 3100ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  -webkit-animation: bullet 12300ms infinite 7200ms;
          animation: bullet 12300ms infinite 7200ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(4) {
  -webkit-animation: bullet 12300ms infinite 14300ms;
          animation: bullet 12300ms infinite 14300ms; }

/* Calculate AUTOPLAY for BULLETS - END */
/* Calculate AUTOPLAY for SLIDES */
@-webkit-keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }
@keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }

.st-slider > #play1:checked ~ .images .images-inner {
  -webkit-animation: slide 12300ms infinite;
          animation: slide 12300ms infinite; }

/* Calculate AUTOPLAY for SLIDES - END */
/* //banner slider */
/* background images for banner */
.banner-w3ls-1 {
  background-image: linear-gradient(to right, rgba(11, 39, 22, 0.26), rgba(11, 39, 22, 0.26)), url(../images/slide1.jpg);
  background-position: top center; }

.banner-w3ls-2 {
  background-image: linear-gradient(to right, rgba(11, 39, 22, 0.26), rgba(11, 39, 22, 0.26)), url(../images/slide2.jpg);
  background-position: top center; }

.banner-w3ls-3 {
  background-image: linear-gradient(to right, rgba(11, 39, 22, 0.26), rgba(11, 39, 22, 0.26)), url(../images/slide3.jpg);
  background-position: top center; }

.banner-w3ls-4 {
  background-image: linear-gradient(to right, rgba(11, 39, 22, 0.26), rgba(11, 39, 22, 0.26)), url(../images/slide4.jpg);
  background-position: top center; }

.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 800px;
  padding: 40px 0;
  position: relative; }

/* //background images for banner */
.st-slider {
  position: relative; }

/* //banner */
.w3l-content-with-photo-6 {
  /* BUTTON 3 */ }
  .w3l-content-with-photo-6 .contente-photo-hny-info {
    background: #f4f4fb; }
  .w3l-content-with-photo-6 .contente-photo-hny-info.explore-gd {
    background: #fff; }
  .w3l-content-with-photo-6 .content-photo-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center; }
  .w3l-content-with-photo-6 .hny-sub {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: var(--theme-opposite);
    padding: 4px 10px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px; }
  .w3l-content-with-photo-6 .content-photo-right h4 {
    font-size: 42px;
    line-height: 56px;
    color: var(--theme-title);
    margin-bottom: 24px; }
  .w3l-content-with-photo-6 .content-photo-right p {
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: var(--theme-para);
    /* max-width: 600px; */
    margin-bottom: 16px; }
  .w3l-content-with-photo-6 .button {
    display: inline-block;
    padding: 12px 30px;
    margin: 20px 0;
    position: relative;
    color: #ecf0f1; }
  .w3l-content-with-photo-6 #button-3 {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .w3l-content-with-photo-6 #button-3:before,
  .w3l-content-with-photo-6 #button-3:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: -50%;
    background-color: var(--theme-color);
    transition: all 0.3s ease-in-out; }
  .w3l-content-with-photo-6 #button-3:after {
    left: 100%; }
  .w3l-content-with-photo-6 #button-3:hover {
    color: #ecf0f1; }
  .w3l-content-with-photo-6 #button-3:hover:before {
    left: 0; }
  .w3l-content-with-photo-6 #button-3:hover:after {
    left: 50%; }
  @media (max-width: 992px) {
    .w3l-content-with-photo-6 .content-photo-grids {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px;
      align-items: center; }
    .w3l-content-with-photo-6 .content-photo-right h4 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 16px; } }
  @media (max-width: 667px) {
    .w3l-content-with-photo-6 .content-photo-right h4 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 16px; } }
  @media (max-width: 480px) {
    .w3l-content-with-photo-6 .content-photo-right h4 {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 10px; } }

.w3l-feature-with-photo-1 .feature-with-photo-hny {
  text-align: center; }

.w3l-feature-with-photo-1 .feature-with-photo-content img {
  width: 100%; }

.w3l-feature-with-photo-1 .feature-with-photo-hny p {
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-para);
  max-width: 556px;
  margin: 0px auto 40px; }

.w3l-feature-with-photo-1 .feature-with-photo-hny h4 a {
  color: var(--theme-title);
  font-size: 20px;
  line-height: 25px; }

.w3l-feature-with-photo-1 .feature-with-photo-hny h3.hny-title {
  margin-bottom: 20px; }

.w3l-feature-with-photo-1 .icon span {
  font-size: 34px;
  color: var(--theme-multi);
  margin-top: 4px; }

.w3l-feature-with-photo-1 .feature-with-photo-hny h4 a:hover {
  color: var(--theme-color); }

.w3l-feature-with-photo-1 .feature-with-photo-hny .grid p {
  margin: 0;
  margin-top: 5px; }

.w3l-feature-with-photo-1 .grid {
  text-align: left;
  grid-template-columns: auto 1fr;
  display: grid;
  grid-gap: 20px; }

.w3l-feature-with-photo-1 .three-grids {
  margin-top: 42px; }

.w3l-feature-with-photo-1 .d-grid {
  display: grid; }

.w3l-feature-with-photo-1 .grid-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px; }

@media (max-width: 1280px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-column-gap: 30px; } }

@media (max-width: 1080px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-column-gap: 15px; }
  .w3l-feature-with-photo-1 .grid {
    grid-gap: 15px; } }

@media (max-width: 992px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 40px;
    line-height: 40px; }
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; } }

@media (max-width: 800px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr; }
  .w3l-feature-with-photo-1 .grid {
    grid-template-columns: 50px 1fr; }
  .w3l-feature-with-photo-1 .icon {
    text-align: center; } }

@media (max-width: 768px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 34px;
    line-height: 35px; } }

@media (max-width: 668px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 32px; }
  .w3l-feature-with-photo-1 .feature-with-photo .grid p {
    max-width: 100%; } }

@media (max-width: 568px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 30px;
    line-height: 35px; }
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-row-gap: 20px;
    grid-column-gap: 15px; }
  .w3l-feature-with-photo-1 .feature-with-photo-hny h3.hny-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px; } }

@media (max-width: 480px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 28px; }
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 40px 0; } }

@media (max-width: 415px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr; } }

@media (max-width: 384px) {
  .w3l-feature-with-photo-1 .feature-with-photo-hny h4 a {
    font-size: 18px;
    line-height: 25px; }
  .w3l-feature-with-photo-1 .feature-with-photo .grid p {
    line-height: 23px; }
  .w3l-feature-with-photo-1 .feature-with-photo h4 {
    font-size: 18px; }
  .w3l-feature-with-photo-1 .three-grids {
    margin-top: 30px; } }

.w3l-content-with-photo-11 .contentwithphoto-11 {
  background: #f4f4fb; }

.w3l-content-with-photo-11 .contentwithphoto-11 h3 {
  margin-bottom: 30px; }

.w3l-content-with-photo-11 .wrapper-left {
  max-width: 87%;
  margin-left: auto; }

.w3l-content-with-photo-11 .contentwithphoto-11-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 70px;
  align-items: center; }

.w3l-content-with-photo-11 .contentwithphoto-img img {
  width: 100%;
  display: block; }

.w3l-content-with-photo-11 .contentwithphoto-text-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 20px; }

.w3l-content-with-photo-11 .icon span {
  font-size: 34px;
  color: var(--theme-multi);
  margin: 6px 0; }

.w3l-content-with-photo-11 .contentwithphoto-text-info h4 a {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: var(--theme-title);
  margin-top: 4px; }

.w3l-content-with-photo-11 .contentwithphoto-text-info h4 a:hover {
  color: var(--theme-color); }

.w3l-content-with-photo-11 .contentwithphoto-11 p {
  color: var(--theme-para);
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px; }

@media (max-width: 1280px) {
  .w3l-content-with-photo-11 .wrapper-left {
    max-width: 90.5%; } }

@media (max-width: 1080px) {
  .w3l-content-with-photo-11 .wrapper-left {
    max-width: 92.5%; }
  .w3l-content-with-photo-11 .contentwithphoto-text h3 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 40px; }
  .w3l-content-with-photo-11 .contentwithphoto-11-content {
    grid-column-gap: 40px; } }

@media (max-width: 992px) {
  .w3l-content-with-photo-11 .wrapper-left {
    max-width: 100%; }
  .w3l-content-with-photo-11 .contentwithphoto-11-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center; }
  .w3l-content-with-photo-11 .contentwithphoto-text {
    padding-right: 10%;
    padding-top: 45px; }
  .w3l-content-with-photo-11 .contentwithphoto-text-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 0px 0 40px 0; }
  .w3l-content-with-photo-11 .contentwithphoto-text {
    padding-right: 6%;
    padding-left: 6%; } }

@media (max-width: 800px) {
  .w3l-content-with-photo-11 .contentwithphoto-text-info h4 a {
    display: inline-block;
    font-size: 18px;
    line-height: 23px; }
  .w3l-content-with-photo-11 .contentwithphoto-text-info {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-content-with-photo-11 .contentwithphoto-text {
    padding-right: 6%; }
  .w3l-content-with-photo-11 .wrapper-left {
    max-width: 100%; }
  .w3l-content-with-photo-11 .contentwithphoto-text {
    order: 2; }
  .w3l-content-with-photo-11 .contentwithphoto-img {
    order: 1; }
  .w3l-content-with-photo-11 .contentwithphoto-text h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px; } }

@media (max-width: 415px) {
  .w3l-content-with-photo-11 .contentwithphoto-text-info p {
    max-width: 360px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

.owl-dots {
  margin-top: 26px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #181a1b;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4dc47d;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #181a1b;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4dc47d; }

.w3l-grid-slider-vv {
  /*-- gallery --*/
  /*-- /grids --*
        .grid-col-4 {
            display:grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap:20px;
        }
    /*-- //grids --*/
  /*-- //gallery --*/ }
  .w3l-grid-slider-vv .gallery_grid {
    position: relative; }
    
  .w3l-grid-slider-vv .content {
    position: relative;
    margin: auto;
    overflow: hidden;
    text-align: center; }
  .w3l-grid-slider-vv .content .content-overlay {
    background: rgba(5, 10, 7, 0.56);
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    /* margin: 10%;  */
  }
  .w3l-grid-slider-vv .content:hover .content-overlay {
    opacity: 1; }
  .w3l-grid-slider-vv .content-image {
    width: 100%; }
  .w3l-grid-slider-vv .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s; }
  .w3l-grid-slider-vv .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1; }
  .w3l-grid-slider-vv .content-title {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .w3l-grid-slider-vv .content-details p {
    color: #fff;
    font-size: 0.8em; }
  .w3l-grid-slider-vv .fadeIn-bottom {
    top: 80%; }
  .w3l-grid-slider-vv .fadeIn-top {
    top: 20%; }
  .w3l-grid-slider-vv .fadeIn-left {
    left: 20%; }
  .w3l-grid-slider-vv .fadeIn-right {
    left: 80%; }
  @media (max-width: 668px) {
    .w3l-grid-slider-vv .gal-grids-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px; } }

.w3l-covers-vv-main .d-grid {
  display: grid; }

.w3l-covers-vv-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-covers-vv-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-covers-vv-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-covers-vv-main .covers-19 {
  background: url(../images/2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 0; }

.w3l-covers-vv-main .covers-19.ecomm-mid {
  background: url(../images/6.jpg) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 0; }

.w3l-covers-vv-main .covers-19:before, .w3l-covers-vv-main .covers-19.ecomm-mid:before {
  content: "";
  background: rgba(21, 30, 37, 0.44);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-covers-vv-main .covers-19.ecomm-mid:before {
  background: rgba(1, 14, 23, 0.56); }

.w3l-covers-vv-main .midd-cover-19 {
  max-width: 450px;
  background: #fff;
  padding: 35px 40px 40px; }

.w3l-covers-vv-main .ecomm-mid .midd-cover-19 {
  max-width: 550px;
  background: #fff;
  padding: 35px 40px 40px; }

.w3l-covers-vv-main h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: var(--theme-opposite);
  padding: 4px 10px;
  margin-bottom: 16px;
  display: inline-block;
  border-radius: 4px; }

.w3l-covers-vv-main h3.hny-title {
  margin: 0; }

.w3l-covers-vv-main h3.hny-title a {
  color: var(--theme-title);
  margin: 0;
  display: inline-block;
  font-size: 35px;
  line-height: 40px; }

.w3l-covers-vv-main .end-covers-19 {
  display: grid;
  align-items: end; }

@media (max-width: 992px) {
  .w3l-covers-vv-main .covers-19 {
    padding: 60px 0; }
  .w3l-covers-vv-main h3.hny-title a {
    font-size: 28px;
    line-height: 36px; } }

@media (max-width: 568px) {
  .w3l-covers-vv-main .midd-cover-19 {
    max-width: 100%; }
  .w3l-covers-vv-main .midd-cover-19 {
    padding: 50px 40px; } }

@media (max-width: 414px) {
  .w3l-covers-vv-main .midd-cover-19 {
    padding: 50px 20px; }
  .w3l-covers-vv-main .covers-19 {
    padding: 40px 0; } }

@media (max-width: 375px) {
  .w3l-covers-vv-main h3.cover-title-19 a {
    font-size: 24px; }
  .w3l-covers-vv-main .midd-cover-19 {
    padding: 40px 20px; } }

.w3l-companies-hny-6 .companies-layout {
  background: #f4f4fb; }

.w3l-companies-hny-6 .companies-layout h4 {
  font-size: 45px;
  line-height: 50px;
  color: var(--heading-color);
  margin-bottom: 20px; }

.w3l-companies-hny-6 .company-gd:hover img {
  opacity: 0.8; }

.w3l-companies-hny-6 .column.product-list .product-gd {
  width: 50%; }

.w3l-companies-hny-6 .grid {
  display: grid; }

.w3l-companies-hny-6 .grid-column-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px; }

.w3l-companies-hny-6 .column {
  border: none; }

.w3l-companies-hny-6 .column:nth-child(1),
.w3l-companies-hny-6 .column:nth-child(6) {
  border: none; }

@media (max-width: 1080px) {
  .w3l-companies-hny-6 .companies-layout h4 {
    font-size: 40px;
    line-height: 45px; } }

@media (max-width: 992px) {
  .w3l-companies-hny-6 .grid-column-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; } }

@media (max-width: 667px) {
  .w3l-companies-hny-6 .grid-column-5 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 480px) {
  .w3l-companies-hny-6 .companies-layout h4 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px; }
  .w3l-companies-hny-6 .companies-layout {
    padding: 50px 0; }
  .w3l-companies-hny-6 .grid-column-5 {
    grid-template-columns: 1fr 1fr; } }

.w3l-newsletter {
  /*--/form-25--*/ }
  .w3l-newsletter .subscription-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
  .w3l-newsletter .form-inner-cont {
    margin: 0 auto;
    /* padding: 60px 80px; */
    max-width: 600px; }
  .w3l-newsletter .forms-25-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: var(--theme-opposite);
    padding: 4px 10px;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 4px; }
  .w3l-newsletter .forms-25-info h3 {
    font-size: 38px;
    line-height: 50px;
    color: var(--theme-title);
    margin-bottom: 25px;
    font-weight: 600; }
  .w3l-newsletter .form-inner-cont p {
    margin: 10px 0 0;
    /* padding: 0 3em; */
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: var(--theme-para);
    text-align: left; }
  .w3l-newsletter .forms-gds {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 10px;
    margin-top: 30px; }
  .w3l-newsletter .form-right-inf input[type="email"],
  .w3l-newsletter .form-right-inf input[type="text"] {
    background: #ffffff;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 14px;
    color: var(--title-color);
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    border: none;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #555; }
  .w3l-newsletter button.btn {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #181a1b;
    height: 45px;
    transition: 0.3s ease;
    border: 2px solid #181a1b;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .w3l-newsletter button.btn:hover {
    background: var(--theme-color);
    color: #fff;
    border: 2px solid var(--theme-color); }
  .w3l-newsletter p.action-link {
    padding: 0;
    color: #a0a0a0; }
  .w3l-newsletter .subscription-img img {
    display: block; }
  @media all and (max-width: 1440px) {
    .w3l-newsletter .form-inner-cont {
      width: 65%; } }
  @media all and (max-width: 1366px) {
    .w3l-newsletter .form-inner-cont {
      width: 73%; } }
  @media all and (max-width: 1280px) {
    .w3l-newsletter .form-inner-cont {
      width: 75%; } }
  @media all and (max-width: 1080px) {
    .w3l-newsletter .form-inner-cont {
      width: 90%; } }
  @media all and (max-width: 992px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 43px; }
    .w3l-newsletter .subscription-grids {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center; }
    .w3l-newsletter .form-inner-cont {
      width: 100%;
      padding: 45px 0; }
    .w3l-newsletter .subscription-img img {
      display: block;
      width: 100%; } }
  @media all and (max-width: 800px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 769px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 38px;
      line-height: 45px; } }
  @media all and (max-width: 737px) {
    .w3l-newsletter .form-inner-cont {
      width: 95%; } }
  @media all and (max-width: 690px) {
    .w3l-newsletter .form-inner-cont {
      width: 100%; }
    .w3l-newsletter button.btn {
      margin-top: 10px;
      display: block;
      width: 100%; } }
  @media all and (max-width: 668px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 36px;
      line-height: 45px; } }
  @media all and (max-width: 650px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 34px;
      line-height: 45px; }
    .w3l-newsletter .form-inner-cont p {
      padding: 0 0em; }
    .w3l-newsletter .forms-25-info h5 {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .w3l-newsletter .forms-gds {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      margin-top: 25px; }
    .w3l-newsletter .forms-25-info h3 {
      font-size: 30px;
      line-height: 40px; }
    .w3l-newsletter .form-right-inf input[type="email"],
    .w3l-newsletter .form-right-inf input[type="text"] {
      margin-bottom: 10px; }
    .w3l-newsletter button.btn {
      margin-top: 10px; }
    .w3l-newsletter p.action-link {
      margin-bottom: 10px; } }
  @media all and (max-width: 490px) {
    .w3l-newsletter .forms-25-info h3 {
      font-size: 28px;
      line-height: 38px; } }

.w3l-footer-28-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-footer-28-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-footer-28-main .align-items-center {
  align-items: center; }

.w3l-footer-28-main a.action {
  border: none;
  color: #304659;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block; }

.w3l-footer-28-main a.action img {
  margin-left: 4px; }

.w3l-footer-28-main .actionbg {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  line-height: 45px;
  color: #F5F9FC;
  background: #304659;
  width: 103px;
  height: 45px;
  text-align: center;
  cursor: pointer; }

.w3l-footer-28-main .align-center {
  text-align: center; }

.w3l-footer-28-main p.text-tag {
  color: #8298AB;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.w3l-footer-28-main p.sub-paragraph {
  color: #3B5266;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal; }

.w3l-footer-28-main .footer-28 {
  background: #080808; }

.w3l-footer-28-main .footer-top-28 {
  grid-gap: 40px; }

.w3l-footer-28-main h6.footer-title-28 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px; }

.w3l-footer-28-main .footer-list-28 ul li,
.w3l-footer-28-main .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
  list-style: none;
  margin-bottom: 15px; }

.w3l-footer-28-main .footer-list-28 ul li:last-child {
  margin-bottom: 0px; }

.w3l-footer-28-main .footer-list-28 ul li a {
  font-weight: normal;
  font-size: 15px;
  color: #c1c1c1; }

.w3l-footer-28-main .footer-list-28 ul li a:hover {
  color: #f7f7f7; }

.w3l-footer-28-main .main-social-footer-28 a {
  margin-right: 25px; }

.w3l-footer-28-main .main-social-footer-28 a:last-child {
  margin-right: 0; }

.w3l-footer-28-main .copy-footer-28 {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #848f94; }

.w3l-footer-28-main .copy-footer-28 a {
  color: #fff; }

.w3l-footer-28-main ul.list-btm-28 {
  margin: 25px 0 15px; }

.w3l-footer-28-main .list-btm-28 li {
  list-style-type: none;
  display: inline-block; }

.w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
  margin: 0 25px; }

.w3l-footer-28-main .copy-right {
  text-align: left; }

.w3l-footer-28-main .midd-footer-28 {
  text-align: right; }

.w3l-footer-28-main .main-social-footer-28 a {
  background: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #090909;
  transition: 0.3s ease;
  font-size: 20px; }

.w3l-footer-28-main .main-social-footer-28 a span {
  display: block;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center; }

.w3l-footer-28-main .main-social-footer-28 a.facebook:hover {
  background: #3b5998;
  color: #fff;
  transition: 0.3s ease; }

.w3l-footer-28-main .main-social-footer-28 a.twitter:hover {
  background: #1da1f2;
  color: #fff;
  transition: 0.3s ease; }

.w3l-footer-28-main .main-social-footer-28 a.instagram:hover {
  background: #c13584;
  color: #fff;
  transition: 0.3s ease; }

.w3l-footer-28-main .main-social-footer-28 a.google:hover {
  background: #dd4b39;
  color: #fff;
  transition: 0.3s ease; }

.w3l-footer-28-main .main-social-footer-28 a.pinterest:hover {
  background: #bd081c;
  color: #fff;
  transition: 0.3s ease; }

.w3l-footer-28-main .main-social-footer-28 {
  margin-bottom: 2rem; }

.w3l-footer-28-main .grid-col-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-top: 60px;
  border-top: 1px solid #25292b;
  padding-top: 30px; }

.w3l-footer-28-main #movetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--theme-color);
  width: 45px;
  height: 45px;
  background: #eee;
  padding: 0;
  line-height: 45px;
  transition: 0.5s ease-out; }

.w3l-footer-28-main #movetop:hover {
  background: var(--theme-color);
  color: var(--white-color); }

@media (max-width: 992px) {
  .w3l-footer-28-main .grid-col-2 {
    grid-template-columns: 1fr;
    text-align: center;
    margin: 0 auto; }
  .w3l-footer-28-main .copy-right {
    text-align: center;
    margin-bottom: 20px; } }

@media (max-width: 769px) {
  .w3l-footer-28-main .footer-top-28 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 667px) {
  .w3l-footer-28-main .midd-footer-28 {
    margin-top: 5em; } }

@media (max-width: 480px) {
  .w3l-footer-28-main .midd-footer-28 {
    margin-top: 4em; }
  .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
    margin: 0 18px; } }

.w3l-inner-page-main {
  /*-- Responsive design --*/ }
  .w3l-inner-page-main .inner-hyv-page {
    background: url(../images/5.jpg) no-repeat bottom;
    background-position-y: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 0; }
  .w3l-inner-page-main .inner-hyv-page:before {
    content: "";
    background: rgba(23, 1, 1, 0.61);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  @media screen and (max-width: 1080px) {
    .w3l-inner-page-main .inner-hyv-page {
      padding: 60px 0; } }
  @media screen and (max-width: 991px) {
    .w3l-inner-page-main .inner-hyv-page {
      padding: 50px 0; } }
  @media screen and (max-width: 667px) {
    .w3l-inner-page-main .inner-hyv-page {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .w3l-inner-page-main .inner-hyv-page {
      padding: 33px 0; } }
  @media screen and (max-width: 384px) {
    .w3l-inner-page-main .inner-hyv-page {
      padding: 30px 0; } }

.w3l-services-section .services-hny-gd h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--theme-title);
  margin-top: 20px;
  margin-bottom: 10px; }

.w3l-services-section .services-hny-gd a {
  color: var(--theme-title);
  text-decoration: none; }

.w3l-services-section .services-hny-gd:hover a {
  color: #fff;
  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-services-section .service-grids {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-services-section .services-hny-gd {
  background: #fff;
  padding: 35px 35px;
  border: 2px solid #ecf1f1;
  position: relative; }

.w3l-services-section .services-hny-gd:hover {
  border: 2px solid #ddd;
  background: url(../images/s1.jpg) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  padding: 35px 35px; }

.w3l-services-section .services-hny-gd span {
  font-size: 36px;
  background: none;
  text-align: center;
  color: var(--theme-color);
  transition: .3s; }

.w3l-services-section .services-hny-gd p {
  font-size: 15px;
  line-height: 28px;
  color: var(--theme-para); }

.w3l-services-section .services-hny-gd:hover span,
.w3l-services-section .services-hny-gd:hover p {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  color: var(--theme-white); }

.w3l-services-section .services-hny-gd:hover p {
  color: #fff; }

.w3l-services-section img {
  display: block; }

@media screen and (max-width: 992px) {
  .w3l-services-section .service-grids {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
  .w3l-services-section .services-hny-gd h4 {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (max-width: 600px) {
  .w3l-services-section .service-grids {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media screen and (max-width: 440px) {
  .w3l-services-section .services-grids {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 320px) {
  .w3l-services-section .services-hny-gd h4 {
    font-size: 18px;
    line-height: 23px; } }

.w3l-extra-singlev-main {
  /* //page-sing-61*/ }
  .w3l-extra-singlev-main .discover {
    margin-top: 30px; }
  .w3l-extra-singlev-main .grid {
    display: grid; }
  .w3l-extra-singlev-main .process-info-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-extra-singlev-main .page-sing-expe-grids {
    display: grid;
    grid-template-columns: 0.5fr 5fr;
    grid-gap: 20px;
    margin-top: 20px; }
  .w3l-extra-singlev-main h3.hny-title.single-page {
    margin-bottom: 20px; }
  .w3l-extra-singlev-main .single-sub-para {
    margin-top: 30px; }
  .w3l-extra-singlev-main .page-content-single p,
  .w3l-extra-singlev-main .details-gd a {
    line-height: 28px;
    font-size: 15px;
    color: var(--theme-para); }
  .w3l-extra-singlev-main h4.count-title {
    font-size: 17px;
    line-height: 30px;
    color: var(--theme-title);
    margin-bottom: 10px; }
  .w3l-extra-singlev-main h4.hny-title {
    font-size: 30px;
    line-height: 30px;
    color: var(theme-title);
    margin: 60px 0 40px 0; }
  .w3l-extra-singlev-main .page-content-single {
    width: 70%;
    margin: 0 auto; }
  .w3l-extra-singlev-main .page-sing-expe-grids h5 {
    color: var(--theme-title);
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize; }
  .w3l-extra-singlev-main .page-sing-expe-year h6 {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 50px;
    line-height: 35px; }
  .w3l-extra-singlev-main .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px; }
  @media (max-width: 1280px) {
    .w3l-extra-singlev-main .page-content-single {
      width: 90%; } }
  @media (max-width: 992px) {
    .w3l-extra-singlev-main .page-content-single {
      width: 100%; }
    .w3l-extra-singlev-main .process-info-single {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-extra-singlev-main .contact-single-page-sing {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-extra-singlev-main .page-sing-expe-grids {
      display: grid;
      grid-template-columns: 0.5fr 3fr;
      grid-gap: 20px;
      margin-top: 20px; }
    .w3l-extra-singlev-main .two-columns {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px;
      margin-top: 30px; } }
  @media (max-width: 667px) {
    .w3l-extra-singlev-main h4.hny-title {
      font-size: 27px; } }

.w3l-feature-with-photo-11 .feature-with-photo-hny {
  text-align: center; }

.w3l-feature-with-photo-11 .feature-with-photo-content img {
  width: 100%; }

.w3l-feature-with-photo-11 .feature-with-photo-hny p {
  font-size: 15px;
  line-height: 29px;
  color: var(--theme-para);
  margin: 20px auto 30px;
  max-width: 900px; }

.w3l-feature-with-photo-11 .feature-with-photo-hny p.about-para {
  margin: 0px auto 30px;
  max-width: 880px; }

.w3l-feature-with-photo-11 .feature-with-photo-hny h4 a {
  color: var(--theme-title);
  font-size: 20px;
  line-height: 25px; }

.w3l-feature-with-photo-11 .feature-with-photo-hny h3.hny-title {
  margin-bottom: 40px; }

.w3l-feature-with-photo-11 .feature-with-photo-hny h3.hny-title.about-head {
  margin-bottom: 20px; }

.w3l-feature-with-photo-11 .feature-with-photo-hny h4 a:hover {
  color: var(--theme-color); }

.w3l-feature-with-photo-11 .feature-with-photo-hny .grid p {
  margin: 0;
  margin-top: 5px; }

.w3l-feature-with-photo-11 .button-6 {
  float: none;
  margin: 0 auto; }

.w3l-feature-with-photo-11 .grid {
  text-align: left;
  grid-template-columns: auto 1fr;
  display: grid;
  grid-gap: 20px; }

.w3l-feature-with-photo-11 .d-grid {
  display: grid; }

@media (max-width: 1280px) {
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-column-gap: 30px; } }

@media (max-width: 1080px) {
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-column-gap: 15px; }
  .w3l-feature-with-photo-11 .grid {
    grid-gap: 15px; }
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-feature-with-photo-11 .contentwithphoto-text-info h4 a {
    display: inline-block;
    font-size: 20px; } }

@media (max-width: 992px) {
  .w3l-feature-with-photo-11 .feature-with-photo h3 {
    font-size: 40px;
    line-height: 40px; }
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-template-columns: 1fr;
    grid-gap: 30px; } }

@media (max-width: 800px) {
  .w3l-feature-with-photo-11 .grid {
    grid-template-columns: 50px 1fr; }
  .w3l-feature-with-photo-11 .icon {
    text-align: center; } }

@media (max-width: 768px) {
  .w3l-feature-with-photo-11 .feature-with-photo h3 {
    font-size: 34px;
    line-height: 35px; } }

@media (max-width: 668px) {
  .w3l-feature-with-photo-11 .feature-with-photo h3 {
    font-size: 32px; }
  .w3l-feature-with-photo-11 .feature-with-photo .grid p {
    max-width: 100%; } }

@media (max-width: 568px) {
  .w3l-feature-with-photo-11 .feature-with-photo h3 {
    font-size: 30px;
    line-height: 35px; }
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-row-gap: 20px;
    grid-column-gap: 15px; } }

@media (max-width: 480px) {
  .w3l-feature-with-photo-11 .feature-with-photo h3 {
    font-size: 28px; }
  .w3l-feature-with-photo-11 .feature-with-photo {
    padding: 40px 0; } }

@media (max-width: 415px) {
  .w3l-feature-with-photo-11 .grid-columns-3 {
    grid-template-columns: 1fr; } }

@media (max-width: 384px) {
  .w3l-feature-with-photo-11 .feature-with-photo .grid p {
    line-height: 23px; }
  .w3l-feature-with-photo-11 .feature-with-photo h4 {
    font-size: 18px; }
  .w3l-feature-with-photo-11 .feature-with-photo {
    padding: 50px 0 50px; }
  .w3l-feature-with-photo-11 .three-grids {
    margin-top: 30px; } }

.w3l-request-main-6 .w3l-form-12-content {
  background: url("../images/6.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }

.w3l-request-main-6 .w3l-form-12-content::before {
  content: "";
  background: rgba(1, 18, 31, 0.54);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-request-main-6 .section-gap {
  padding: 80px 0; }

.w3l-request-main-6 .grid {
  display: grid; }

.w3l-request-main-6 .grid-column-2 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px; }

.w3l-request-main-6 .tagline {
  color: var(--theme-color);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold; }

.w3l-request-main-6 .column1 {
  align-self: center;
  background: var(--theme-white);
  padding: 4em 3em; }

.w3l-request-main-6 .form-para {
  margin: 10px 0;
  color: var(--title-color);
  line-height: 35px;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize; }

.w3l-request-main-6 label.log-w {
  color: var(--theme-title);
  font-size: 36px; }

.w3l-request-main-6 .form-input {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #000000;
  background-color: transparent;
  border: 2px solid #727b80;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0; }

.w3l-request-main-6 .form-input:focus {
  border: 2px solid var(--theme-color);
  background: #f3f9f5;
  outline: none; }

.w3l-request-main-6 button.btn {
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 15px 25px;
  border: none;
  display: block;
  width: 100%;
  border-radius: 0px; }

.w3l-request-main-6 button.btn:hover {
  background: var(--theme-title);
  transition: 0.3s ease-in; }

@media (max-width: 1080px) {
  .w3l-request-main-6 .column1 {
    padding: 3em 3em; } }

@media (max-width: 992px) {
  .w3l-request-main-6 .column1 {
    padding: 3em 2em; }
  .w3l-request-main-6 .grid-column-2 {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 40px; } }

@media (max-width: 800px) {
  .w3l-request-main-6 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media (max-width: 667px) {
  .w3l-request-main-6 .form-para {
    line-height: 25px;
    font-size: 20px; }
  .w3l-request-main-6 .column1 {
    padding: 2em 1.5em; } }

.w3l-teams-33-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-teams-33-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-teams-33-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-teams-33-main .align-items-center {
  align-items: center; }

.w3l-teams-33-main .align-center {
  text-align: center; }

.w3l-teams-33-main h5 a.title-team-33 {
  color: var(--theme-title);
  font-size: 20px;
  line-height: 25px;
  font-weight: 600; }

.w3l-teams-33-main .column-19 a img {
  border-radius: 50%;
  background: transparent;
  padding: 4px; }

.w3l-teams-33-main .column-19 a img:hover {
  background: var(--theme-color);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease; }

.w3l-teams-33-main p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--theme-para);
  margin-top: 5px; }

.w3l-teams-33-main .midd-para-team {
  color: #999;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 20px; }

.w3l-teams-33-main a.profile {
  color: var(--theme-color);
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid var(--theme-color);
  padding: 10px 20px;
  border-radius: 4px;
  transition: .3s; }

.w3l-teams-33-main a.profile:hover {
  color: #fff;
  background: var(--theme-color);
  transition: .3s; }

.w3l-teams-33-main .right-team-9 {
  margin-top: 20px; }

.w3l-teams-33-main .team-main-19 {
  border: 2px solid rgba(130, 152, 171, 0.3);
  padding: 2em;
  background: transparent; }

.w3l-teams-33-main .sub-grid-33 {
  padding: 0 2em; }

.w3l-teams-33-main .buttons-teams {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
  margin-top: 20px;
  margin: 20px auto 0;
  width: 75%;
  text-align: center; }

.w3l-teams-33-main .buttons-teams a {
  display: inline-block;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #555;
  color: #555;
  margin: 0 auto;
  text-align: center; }

.w3l-teams-33-main .buttons-teams a:hover {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  transition: .3s; }

.w3l-teams-33-main .buttons-teams a span {
  font-size: 18px;
  line-height: 39px; }

.w3l-teams-33-main .main-contteam-33 {
  grid-gap: 20px; }

@media (max-width: 1440px) {
  .w3l-teams-33-main .sub-grid-33 {
    padding: 0 2em; } }

@media (max-width: 1366px) {
  .w3l-teams-33-main .sub-grid-33 {
    padding: 0 1em; } }

@media (max-width: 1280px) {
  .w3l-teams-33-main .midd-para-team {
    margin: 15px 0 40px; }
  .w3l-teams-33-main .team-main-19 {
    padding-top: 2em; } }

@media (max-width: 1080px) {
  .w3l-teams-33-main .main-contteam-33 {
    grid-gap: 20px; }
  .w3l-teams-33-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 992px) {
  .w3l-teams-33-main a.title-team-33 {
    font-size: 18px; } }

@media (max-width: 900px) {
  .w3l-teams-33-main .main-contteam-33 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 768px) {
  .w3l-teams-33-main .main-contteam-33 {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) {
  .w3l-teams-33-main a.title-team-33 {
    font-size: 18px; } }

@media (max-width: 480px) {
  .w3l-teams-33-main .main-contteam-33 {
    grid-template-columns: 1fr; } }

.w3l-teams-singlev-main {
  /* //team-61*/ }
  .w3l-teams-singlev-main .grid.grid-column-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 60px; }
  .w3l-teams-singlev-main .grid.grid-column-2.two {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 40px; }
  .w3l-teams-singlev-main .team-right-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-teams-singlev-main .team-right-content.two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-teams-singlev-main .img {
    width: 100%; }
  .w3l-teams-singlev-main .heading-title {
    margin-bottom: 100px; }
  .w3l-teams-singlev-main .team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%; }
  .w3l-teams-singlev-main .team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase; }
  .w3l-teams-singlev-main .team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px; }
  .w3l-teams-singlev-main .discover {
    margin-top: 30px; }
  .w3l-teams-singlev-main .grid {
    display: grid; }
  .w3l-teams-singlev-main .team-sigle-grids {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px; }
  .w3l-teams-singlev-main h3.hny-title.single-page {
    margin-bottom: 20px; }
  .w3l-teams-singlev-main .team-content-single p,
  .w3l-teams-singlev-main .details-gd a {
    line-height: 28px;
    font-size: 15px;
    color: var(--theme-para); }
  .w3l-teams-singlev-main h4.count-title {
    font-size: 17px;
    line-height: 30px;
    color: var(--theme-title);
    margin-bottom: 10px; }
  .w3l-teams-singlev-main .team-content-single {
    width: 70%;
    margin: 0 auto; }
  .w3l-teams-singlev-main .team-expe-grids {
    display: grid;
    grid-template-columns: 0.5fr 5fr;
    grid-gap: 20px;
    margin-top: 20px; }
  .w3l-teams-singlev-main .team-expe-grids h5 {
    color: var(--theme-title);
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize; }
  .w3l-teams-singlev-main .team-expe-year h6 {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 50px;
    line-height: 35px; }
  .w3l-teams-singlev-main .sub-info {
    margin-bottom: 50px; }
  .w3l-teams-singlev-main h4.hny-title {
    font-size: 30px;
    line-height: 30px;
    color: var(theme-title);
    margin: 60px 0 40px 0; }
  .w3l-teams-singlev-main .team-single-bottom {
    margin-top: 50px; }
  .w3l-teams-singlev-main .single-team-projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-teams-singlev-main .process-info-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-teams-singlev-main .social-media-contact-61 a {
    background: transparent;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    color: var(--theme-title); }
  .w3l-teams-singlev-main .social-media-contact-61 a:hover {
    opacity: 0.9;
    color: var(--theme-color); }
  .w3l-teams-singlev-main .contact-single-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  @media (max-width: 1280px) {
    .w3l-teams-singlev-main .team-61_sur {
      padding: 80px 0; }
    .w3l-teams-singlev-main .team-content-single {
      width: 90%; } }
  @media (max-width: 992px) {
    .w3l-teams-singlev-main .team-61_sur {
      padding: 70px 0; }
    .w3l-teams-singlev-main .grid.grid-column-2 {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px; }
    .w3l-teams-singlev-main .team-61_sur p {
      font-size: 16px; }
    .w3l-teams-singlev-main .team-content-single {
      width: 100%; }
    .w3l-teams-singlev-main .team-sigle-grids {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-teams-singlev-main .process-info-single {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-teams-singlev-main .contact-single-team {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-teams-singlev-main .team-expe-grids {
      display: grid;
      grid-template-columns: 0.5fr 3fr;
      grid-gap: 20px;
      margin-top: 20px; }
    .w3l-teams-singlev-main .single-team-projects {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-teams-singlev-main .grid.grid-column-2.two {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px; }
    .w3l-teams-singlev-main h4.hny-title {
      margin: 40px 0 30px 0; }
    .w3l-teams-singlev-main .team-expe-grids h5 {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px; } }
  @media (max-width: 667px) {
    .w3l-teams-singlev-main h4.hny-title {
      font-size: 27px; } }
  @media (max-width: 600px) {
    .w3l-teams-singlev-main .team-right-content.two {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; } }

.w3l-blog-page-content .w3ls-blog-leftr a img {
  display: block;
  width: 100%; }

.w3l-blog-page-content .align-news-grid {
  grid-template-columns: 68% 29%;
  grid-gap: 3%; }

.w3l-blog-page-content .page-blog {
  margin: 60px 0 0 145px; }

.w3l-blog-page-content .w3ls-blog-leftr p {
  margin: 1em 0 1em 0;
  font-size: 15px;
  line-height: 28px;
  color: var(--theme-para); }

.w3l-blog-page-content .w3ls-blog-leftr ul {
  margin: 7px 0 40px; }

.w3l-blog-page-content .w3ls-blog-leftr ul li {
  display: inline-block;
  margin: 0 2rem 0 0; }

.w3l-blog-page-content .w3ls-blog-leftr ul li:last-child {
  margin: 0; }

.w3l-blog-page-content .w3ls-blog-leftr ul li a {
  font-size: 14px;
  color: var(--theme-para);
  text-decoration: none; }

.w3l-blog-page-content .w3ls-blog-leftr ul li a span {
  margin-right: 3px;
  vertical-align: baseline; }

.w3l-blog-page-content .w3ls-blog-leftr ul li a:hover {
  color: var(--theme-color);
  text-decoration: none; }

.w3l-blog-page-content .w3-agile-blog-right h3,
.w3l-blog-page-content .response h4,
.w3l-blog-page-content .coment-form h4 {
  margin: 0 0 1rem;
  font-size: 20px;
  color: var(--theme-title); }

.w3l-blog-page-content .w3-agile-blog-right ul {
  padding: 0 0 0 2em;
  margin: 0; }

.w3l-blog-page-content .w3-agile-blog-right ul li {
  margin: 5px 0;
  list-style-type: square; }

.w3l-blog-page-content .w3-agile-blog-right ul li a {
  color: var(--theme-para);
  line-height: 28px;
  text-decoration: none;
  padding: 8px 0px;
  border-radius: 4px; }

.w3l-blog-page-content .w3-agile-blog-right ul li a:hover {
  opacity: 0.8; }

.w3l-blog-page-content ul.w3-tag2 li a {
  color: var(--theme-white);
  line-height: 28px;
  text-decoration: none;
  background: #181a1b;
  padding: 8px 10px;
  border-radius: 0;
  text-transform: capitalize; }

.w3l-blog-page-content .w3-blog-left-grid {
  background: transparent;
  padding: 2em;
  border: 2px solid #e1e8e4;
  margin-bottom: 3rem; }

.w3l-blog-page-content .agile-info-recent {
  border-bottom: 1px solid #eee;
  padding: 2rem 0; }

.w3l-blog-page-content a.w3l-blog-title {
  color: var(--theme-title); }

.w3l-blog-page-content a.w3l-blog-title:hover {
  opacity: 0.9; }

.w3l-blog-page-content .button-6 {
  float: none; }

.w3l-blog-page-content p.w3layouts-post-date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: var(--theme-opposite);
  padding: 1px 10px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  border-radius: 4px; }

.w3l-blog-page-content h3.wthree-post-title {
  font-weight: 600;
  font-size: 35px;
  margin: 5px 0px;
  line-height: 40px; }

.w3l-blog-page-content .wom {
  margin-top: 2px; }

.w3l-blog-page-content .wom img {
  width: 100%; }

.w3l-blog-page-content .w3l-recent-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px; }

.w3l-blog-page-content .wom-right h4 a {
  color: var(--theme-color);
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize; }

.w3l-blog-page-content .wom-right h4 a:hover {
  text-decoration: none; }

.w3l-blog-page-content .wom-right h4 {
  margin: 0 0 3px; }

.w3l-blog-page-content .wom-right p {
  font-size: 14px;
  line-height: 22.4px;
  color: var(--theme-para); }

.w3l-blog-page-content .w3l-recent-grid:nth-child(2) {
  margin: 2em 0; }

.w3l-blog-page-content .align-insta-pics {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-blog-page-content .align-insta-pics img {
  display: block; }

.w3l-blog-page-content .footer-top-grid1 ul.w3-tag2 {
  padding: 0;
  margin: 0 0 8px; }

.w3l-blog-page-content .footer-top-grid1 ul.w3-tag2 li {
  display: inline-block; }

.w3l-blog-page-content .footer-top-grid1 ul.w3-tag2 {
  display: block; }

.w3l-blog-page-content a.older {
  text-decoration: none;
  color: var(--theme-title);
  font-size: 16px;
  float: left;
  text-transform: capitalize; }

.w3l-blog-page-content a.older:hover {
  text-decoration: none;
  color: var(--theme-color); }

.w3l-blog-page-content a.older span {
  font-size: 15px;
  vertical-align: baseline; }

.w3l-blog-page-content a.top-old {
  float: right; }

.w3l-blog-page-content iframe.w3-blog-video {
  width: 100%;
  height: 390px;
  text-align: left;
  margin: 0; }

.w3l-blog-page-content aside {
  background: transparent;
  padding: 2em;
  border: 2px solid #e1e8e4; }

.w3l-blog-page-content .w3l-blog-subscribe form {
  display: flex; }

.w3l-blog-page-content .w3l-blog-subscribe input {
  padding: .8em 1em;
  outline: none;
  font-size: 16px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  width: 82%; }

.w3l-blog-page-content .w3l-blog-subscribe input:focus {
  box-shadow: none;
  border: 1px solid var(--theme-color); }

.w3l-blog-page-content .w3l-blog-subscribe form button[type="submit"] {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 15px;
  border-radius: 0;
  border: none;
  width: 18%; }

.w3l-blog-page-content .w3l-blog-subscribe p {
  margin-top: 8px;
  font-size: 14px; }

.w3l-blog-page-content .blog-single-grid {
  margin: 0 auto;
  width: 70%; }

.w3l-blog-page-content .comments-grid-right h4 {
  font-size: 18px;
  color: #333333; }

.w3l-blog-page-content p.date {
  font-size: 15px;
  color: #949494;
  margin: 0.5rem 0 1rem 0; }

.w3l-blog-page-content a.reply {
  font-size: 15px;
  color: var(--theme-color);
  margin-top: 2rem;
  display: inline-block; }

.w3l-blog-page-content a.reply:hover {
  opacity: 0.8; }

.w3l-blog-page-content p.comment-w3 {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 22px; }

.w3l-blog-page-content ul.share {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  margin: 2em 0; }

.w3l-blog-page-content ul.share li {
  display: inline-block;
  margin: 0 15px 0px 0;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }

.w3l-blog-page-content ul.share li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center; }

.w3l-blog-page-content ul.share li a.facebook {
  background: #3b5998; }

.w3l-blog-page-content ul.share li a.twitter {
  background: #1da1f2; }

.w3l-blog-page-content ul.share li a.googleplus {
  background: #dd4b39; }

.w3l-blog-page-content .align-post-comments {
  grid-template-columns: 1fr 4fr;
  grid-gap: 30px;
  margin-top: 1.5rem; }

.w3l-blog-page-content h3.aside-title {
  font-size: 32px;
  color: var(--theme-title); }

.w3l-blog-page-content h3.reply-title {
  font-size: 30px;
  color: var(--theme-title);
  margin-top: 5rem; }

.w3l-blog-page-content .comment-top input[type="text"],
.w3l-blog-page-content .comment-top input[type="email"],
.w3l-blog-page-content .comment-top textarea {
  width: 100%;
  outline: none;
  border: 1px solid #e2e2e2;
  padding: 0.7em 1em;
  font-size: 16px;
  color: #777;
  margin: 0 0 0.7em; }

.w3l-blog-page-content .comment-top textarea {
  min-height: 150px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.w3l-blog-page-content button.submit {
  background: var(--theme-color);
  padding: 12px 20px;
  color: var(--theme-white);
  border-radius: 0;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  opacity: 0.8;
  border: none; }

.w3l-blog-page-content button.submit:hover {
  opacity: 1;
  transition: 0.3s ease; }

.w3l-blog-page-content .form-control:focus {
  box-shadow: none;
  border: 1px solid #e2e2e2;
  background: #fff; }

.w3l-blog-page-content p.msg-w3 {
  font-size: 14px;
  color: #868686;
  margin-bottom: 15px; }

@media (max-width: 1080px) {
  .w3l-blog-page-content aside {
    padding: 2rem 1rem; }
  .w3l-blog-page-content iframe.w3-blog-video {
    width: 100%;
    height: 300px; }
  .w3l-blog-page-content h3.wthree-post-title {
    font-size: 28px;
    margin: 5px 0px;
    line-height: 34px; } }

@media (max-width: 1024px) {
  .w3l-blog-page-content .align-news-grid {
    grid-template-columns: 100%;
    grid-gap: 50px; }
  .w3l-blog-page-content .blog-single-grid {
    margin: 0 auto;
    width: 100%; } }

@media (max-width: 992px) {
  .w3l-blog-page-content .w3-blog-left-grid {
    background: transparent;
    padding: 2em;
    border: 2px solid #e1e8e4;
    margin-bottom: 2rem; }
  .w3l-blog-page-content iframe.w3-blog-video {
    width: 100%;
    height: 267px; } }

@media (max-width: 500px) {
  .w3l-blog-page-content .w3-blog-left-grid {
    padding: 1rem 1rem 2rem; }
  .w3l-blog-page-content h3.aside-title {
    font-size: 30px; } }

@media (max-width: 480px) {
  .w3l-blog-page-content .relief-blog {
    padding: 2.5rem 0; }
  .w3l-blog-page-content h3.wthree-post-title {
    font-size: 30px; } }

@media (max-width: 384px) {
  .w3l-blog-page-content h3.wthree-post-title {
    font-size: 26px; }
  .w3l-blog-page-content .w3ls-blog-leftr ul li {
    margin: 0 0.5rem 0 0; } }

@media (max-width: 375px) {
  .w3l-blog-page-content h3.wthree-post-title {
    font-size: 24px;
    line-height: 30px; } }

.w3l-gallery-pagev {
  /*-- gallery --*/ }
  .w3l-gallery-pagev .grid {
    display: grid;
    align-items: start;
    justify-items: center; }
  .w3l-gallery-pagev .col-gd-1 {
    margin: 20px 0; }
  .w3l-gallery-pagev .col-gd-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-gallery-pagev .second-half {
    margin: 20px 0; }
  .w3l-gallery-pagev .grid img {
    max-width: 100%; }
  .w3l-gallery-pagev .grid img:nth-child(6) {
    grid-column: span 5; }
  .w3l-gallery-pagev .grid img:hover {
    opacity: 0.9; }
  .w3l-gallery-pagev .gallery_grid1 {
    position: relative; }
  .w3l-gallery-pagev .proj_gallery_grid1_pos h3 {
    font-size: 1em;
    font-weight: 600;
    position: relative;
    color: var(--theme-white);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); }
  .w3l-gallery-pagev .proj_gallery_grid1_pos p {
    color: #fff;
    font-size: 14px; }
  .w3l-gallery-pagev .proj_gallery_grid1_pos {
    opacity: 0; }
  .w3l-gallery-pagev .gallery_grid1 .proj_gallery_grid1_pos {
    background: rgba(24, 26, 27, 0.78);
    bottom: 23px;
    left: 30px;
    padding: 1em;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: all 0.8s ease;
    z-index: 99;
    opacity: 0; }
  .w3l-gallery-pagev .gallery_grid1:hover .proj_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1); }
  .w3l-gallery-pagev p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .w3l-gallery-pagev .proj_gallery_grid1_pos.mid-gal-con {
    width: 30%;
    margin: 0 auto; }
  .w3l-gallery-pagev .proj_gallery_grid img {
    width: 100%; }
  @media (max-width: 992px) {
    .w3l-gallery-pagev .col-gd-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px; } }

.w3l-forml-main {
  /*--copy-right-starts-here--*
    .footer p {
        margin: 0 auto;
        text-align: center;
        margin: 8em 0 31.5em;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: none;
    }
    .footer a {
        color: #67c0ff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }
    .footer a:hover{
        color: #fff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }
    /*--copy-right-ends-here--*/ }
  .w3l-forml-main .form-hnyv-sec {
    background: url(../images/login.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0; }
  .w3l-forml-main .form-hnyv-sec:before {
    content: "";
    background: rgba(1, 101, 41, 0.709804);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .w3l-forml-main .overlay-coming {
    background: url(../images/login-overlay.png) repeat;
    padding: .1em 0;
    display: grid;
    align-items: center;
    height: 100vh; }
  .w3l-forml-main .form-wrapv {
    width: 30%;
    margin: 0 auto; }
  .w3l-forml-main .form-wrapv h1 {
    margin-bottom: 2em; }
  .w3l-forml-main a.brand-logo {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme-white);
    font-size: 26px;
    text-shadow: 0 1px 2px rgba(14, 14, 14, 0.231373); }
  .w3l-forml-main .form-wrapv h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 2px; }
  .w3l-forml-main .icon-w3 span.fa {
    color: var(--theme-title);
    font-size: 16px; }
  .w3l-forml-main .icon-w3 {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 15px; }
  .w3l-forml-main form {
    margin: 0 auto;
    width: 100%; }
  .w3l-forml-main .submit-button {
    text-align: center;
    margin-top: 2em; }
  .w3l-forml-main .form-sub-w3 {
    position: relative;
    margin-bottom: 20px; }
  .w3l-forml-main .form-sub-content {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-forml-main .form-sub-w3 input {
    width: 100%;
    padding: 15px 45px 15px 15px;
    text-align: left;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #181a1b;
    outline: 0;
    box-shadow: 0 6px 12px 0 #284233;
    border: 2px solid #ffffff; }
  .w3l-forml-main .form-sub-w3 input:focus {
    border: 2px solid var(--theme-color);
    background: #f3f9f5;
    outline: none; }
  .w3l-forml-main .submit-button .btn {
    text-align: center;
    border: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 40px;
    background-color: #ffa500;
    box-shadow: 0 12px 32px 0 #284233;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px; }
  .w3l-forml-main .submit-button .btn:hover {
    background-color: #e09203;
    color: #ffffff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all; }
  .w3l-forml-main .forgot-w3ls {
    font-size: 15px;
    color: #fff;
    margin-top: 0em;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px; }
  .w3l-forml-main .forgot-w3ls1 {
    font-size: 15px;
    color: #fff;
    margin-top: 0em;
    text-align: center;
    text-transform: none;
    letter-spacing: 1px; }
  .w3l-forml-main .forgot-w3ls a,
  .w3l-forml-main .forgot-w3ls1 a {
    color: #fff;
    outline: none;
    text-decoration: none;
    font-weight: 600; }
  .w3l-forml-main .signup-para {
    margin: 20px 0 30px 0; }
  .w3l-forml-main span.sub-dot {
    color: #ffa500;
    font-size: 36px; }
  @media screen and (max-width: 1080px) {
    .w3l-forml-main .form-wrapv {
      width: 40%;
      margin: 0 auto; } }
  @media screen and (max-width: 991px) {
    .w3l-forml-main .form-wrapv {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .w3l-forml-main .form-wrapv {
      width: 60%;
      margin: 0 auto; }
    .w3l-forml-main .form-sub-content {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px; } }
  @media screen and (max-width: 736px) {
    .w3l-forml-main .form-wrapv {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 384px) {
    .w3l-forml-main .form-wrapv {
      width: 90%;
      margin: 0 auto; } }

.w3l-error-page-main .error-inner {
  background: url(../images/6.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  height: 100vh;
  position: relative; }

.w3l-error-page-main .overlay-coming {
  background: rgba(0, 4, 6, 0.63);
  display: grid;
  align-items: center;
  min-height: 100%; }

.w3l-error-page-main a.brand-logo {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-white);
  font-size: 26px;
  text-shadow: 0 1px 2px #181a1b; }

.w3l-error-page-main .error-page-content {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.w3l-error-page-main .error-page-content h2 {
  font-size: 160px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold; }

.w3l-error-page-main .error-page-content h3 {
  font-size: 35px;
  color: #fff;
  line-height: 25px;
  font-weight: lighter; }

.w3l-error-page-main .error-page-content p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  margin: 25px auto;
  width: 57%;
  font-weight: normal; }

.w3l-error-page-main .button-4 {
  margin: 0 auto;
  text-align: center;
  float: none; }

@media (max-width: 1280px) {
  .w3l-error-page-main .error-page-content h2 {
    font-size: 140px; }
  .w3l-error-page-main .error-page-content p {
    font-size: 17px; } }

@media (max-width: 990px) {
  .w3l-error-page-main .error-page-content p {
    font-size: 16px; }
  .w3l-error-page-main .single-vv-list-dotted {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    font-size: 16px; } }

@media (max-width: 800px) {
  .w3l-error-page-main .error-page-content p {
    font-size: 16px; }
  .w3l-error-page-main .single-box-comment img {
    width: 100%; } }

@media (max-width: 667px) {
  .w3l-error-page-main .error-page-content p {
    width: 65%; }
  .w3l-error-page-main .error-page-content h3 {
    font-size: 31px; } }

@media (max-width: 600px) {
  .w3l-error-page-main .error-page-content p {
    width: 70%; }
  .w3l-error-page-main .bottom-grid h3 {
    font-size: 25px;
    line-height: 35px; }
  .w3l-error-page-main .error-page-content h2 {
    font-size: 120px; }
  .w3l-error-page-main #gallery15-block {
    padding: 40px 0px; }
  .w3l-error-page-main .bottom-grid p {
    width: 100%; } }

@media (max-width: 440px) {
  .w3l-error-page-main .error-page-content p {
    width: 75%; } }

@media (max-width: 420px) {
  .w3l-error-page-main .error-page-content p {
    width: 84%; } }

@media (max-width: 384px) {
  .w3l-error-page-main .error-page-content h2 {
    font-size: 100px; }
  .w3l-error-page-main .error-page-content p {
    width: 92%; } }

.w3l-coming-soong-main .comingv-inner {
  background: url(../images/7.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  height: 100vh;
  position: relative; }

.w3l-coming-soong-main .overlay-coming {
  background: rgba(9, 11, 12, 0.67);
  display: grid;
  align-items: center;
  min-height: 100%; }

.w3l-coming-soong-main a.brand-logo {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-white);
  font-size: 26px;
  text-shadow: 0 1px 2px #181a1b; }

.w3l-coming-soong-main small {
  font-size: 50%;
  font-weight: 100;
  text-transform: capitalize; }

.w3l-coming-soong-main .hny-coming h2 {
  font-size: 15px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 5px;
  color: var(--theme-white); }

.w3l-coming-soong-main .hny-coming h1 {
  font-size: 35px;
  padding-bottom: 1em;
  text-transform: uppercase;
  color: var(--theme-white); }

.w3l-coming-soong-main .hny-coming p#demo {
  font-size: 30px;
  padding-top: 1em;
  word-spacing: 1em;
  font-weight: bold;
  color: var(--theme-white); }

.w3l-coming-soong-main .forms-gds {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.w3l-coming-soong-main p.sub-text {
  font-size: 14px;
  color: var(--theme-white);
  max-width: 363px;
  margin: 30px auto 30px;
  line-height: 25px; }

.w3l-coming-soong-main .buttons {
  display: flex;
  max-width: 300px;
  margin: 0 auto; }

.w3l-coming-soong-main .button-4 {
  margin: 0 auto;
  text-align: center;
  float: none; }

.w3l-coming-soong-main a.actionbg {
  font-size: 16px;
  color: var(--theme-white);
  text-decoration: none;
  line-height: 42px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
  border: 2px solid var(--theme-color);
  background: var(--theme-color);
  width: 140px;
  margin-right: 10px; }

.w3l-coming-soong-main .notify-pop-overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 8, 4, 0.38);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99; }

.w3l-coming-soong-main .notify-pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.w3l-coming-soong-main .notify-popup {
  background: #fff;
  border-radius: 0;
  width: 35%;
  position: relative;
  margin: 8em auto;
  padding: 70px 70px;
  text-align: center; }

.w3l-coming-soong-main .notify-popup h5 {
  font-size: 20px;
  color: var(--theme-title);
  font-weight: 600;
  line-height: 33px; }

.w3l-coming-soong-main .notify-popup p {
  font-size: 15px;
  color: var(--theme-para);
  line-height: 30px;
  margin: 15px auto 0; }

.w3l-coming-soong-main .notify-popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #2f3542; }

.w3l-coming-soong-main .notify-popup .close:hover {
  color: #111; }

.w3l-coming-soong-main .coming-soon input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--theme-title);
  background-color: transparent;
  border: 2px solid #727b80;
  margin: 10px 0; }

.w3l-coming-soong-main .coming-soon input:focus {
  border: 2px solid var(--theme-opposite);
  background: #f3f9f5;
  outline: none; }

.w3l-coming-soong-main button.btn {
  padding: 0px 30px;
  text-decoration: none;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--theme-opposite);
  display: inline-block;
  font-weight: bold; }

@media (max-width: 1280px) {
  .w3l-coming-soong-main .notify-popup {
    width: 45%; } }

@media (max-width: 990px) {
  .w3l-coming-soong-main .hny-coming p#demo {
    font-size: 30px;
    padding-top: 0em;
    word-spacing: 0.5em; }
  .w3l-coming-soong-main .notify-popup {
    width: 60%;
    padding: 40px; }
  .w3l-coming-soong-main .notify-popup h5 {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 384px) {
  .w3l-coming-soong-main .notify-popup {
    width: 95%;
    padding: 40px; } }

@media (max-width: 384px) {
  .w3l-coming-soong-main p.sub-text {
    max-width: 295px; }
  .w3l-coming-soong-main .hny-coming h1 {
    font-size: 30px; } }

.w3l-faq-page-content .faq-pagev .transition,
.w3l-faq-page-content .faq-pagev p,
.w3l-faq-page-content .faq-pagev ul li i:before,
.w3l-faq-page-content .faq-pagev ul li i:after {
  transition: all 0.25s ease-in-out; }

.w3l-faq-page-content .faq-pagev .flipIn,
.w3l-faq-page-content .faq-pagev h1,
.w3l-faq-page-content .faq-pagev ul li {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both; }

.w3l-faq-page-content .faq-pagev .no-select,
.w3l-faq-page-content .faq-pagev h4 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-faq-page-content .faq-pagev h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
  color: var(--theme-title); }

.w3l-faq-page-content .faq-pagev p {
  color: var(--theme-para);
  font-size: 15px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }

.w3l-faq-page-content .faq-pagev ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 70%; }

.w3l-faq-page-content .faq-pagev ul li {
  position: relative;
  padding: 10px 40px 10px 15px;
  border: 1px solid #e0e0e0;
  margin: 0 0 20px 0; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(5) {
  -webkit-animation-delay: 1.50s;
  animation-delay: 1.50s; }

.w3l-faq-page-content .faq-pagev ul li:nth-of-type(6) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.w3l-faq-page-content .faq-pagev ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 15px; }

.w3l-faq-page-content .faq-pagev ul li i:before,
.w3l-faq-page-content .faq-pagev ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 3px;
  height: 9px; }

.w3l-faq-page-content .faq-pagev ul li i:before {
  transform: translate(-2px, 0) rotate(45deg); }

.w3l-faq-page-content .faq-pagev ul li i:after {
  transform: translate(2px, 0) rotate(-45deg); }

.w3l-faq-page-content .faq-pagev ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

.w3l-faq-page-content .faq-pagev ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }

.w3l-faq-page-content .faq-pagev ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }

.w3l-faq-page-content .faq-pagev ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

@media (max-width: 1366px) {
  .w3l-faq-page-content .faq-pagev ul {
    width: 80%; } }

@media (max-width: 1080px) {
  .w3l-faq-page-content .faq-pagev ul {
    width: 90%; } }

@media (max-width: 736px) {
  .w3l-faq-page-content .faq-pagev .faq-page {
    padding: 3rem 0; }
  .w3l-faq-page-content .faq-pagev h4 {
    font-size: 18px;
    line-height: 30px; }
  .w3l-faq-page-content .faq-pagev ul {
    width: 100%; } }

@media (max-width: 480px) {
  .w3l-faq-page-content .faq-pagev .faq-page {
    padding: 2.5rem 0; }
  .w3l-faq-page-content .faq-pagev h4 {
    font-size: 16px;
    line-height: 25px; } }

.w3l-search-main-info .search-top {
  margin: 0 auto;
  width: 85%; }

.w3l-search-main-info .search-left-img img {
  display: grid; }

.w3l-search-main-info .search-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-search-main-info h3 {
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-title); }

.w3l-search-main-info .search-form {
  border: 2px solid #a8b0b5;
  padding: 5px;
  margin: 20px 0; }

.w3l-search-main-info .search-form input {
  color: #555;
  font-size: 16px;
  border: none;
  outline: none;
  display: block;
  padding: 0.4em 1em;
  background: transparent;
  width: 80%; }

.w3l-search-main-info .search-form button {
  color: var(--theme-white);
  background: var(--theme-title);
  border: none;
  padding: 10px 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  width: 20%;
  display: block; }

.w3l-search-main-info .search-form button:hover {
  background: var(--theme-title); }

.w3l-search-main-info .search-text-info {
  margin-top: 60px; }

.w3l-search-main-info .search-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 40px;
  margin-top: 30px;
  border: 1px solid #c7cfd4;
  padding: 1em; }

.w3l-search-main-info .search-grid p {
  line-height: 28px;
  font-size: 15px; }

.w3l-search-main-info hgroup h5 {
  color: var(--theme-title);
  margin-top: 0;
  line-height: 1.15;
  font-size: 1.2em;
  font-weight: 600; }

.w3l-search-main-info h6.lead {
  font-size: 1em;
  color: var(--theme-title);
  font-weight: normal; }

.w3l-search-main-info .search-content h4 > a,
.w3l-search-main-info .search-content span {
  color: var(--theme-title);
  font-weight: 500;
  font-size: 20px;
  line-height: 40px; }

@media (max-width: 1280px) {
  .w3l-search-main-info .search-top {
    margin: 0 auto;
    width: 100%; } }

@media (max-width: 990px) {
  .w3l-search-main-info .search-grids {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .w3l-search-main-info .search-text-info {
    margin-top: 40px; } }

@media (max-width: 667px) {
  .w3l-search-main-info .search-results {
    padding: 60px 0; }
  .w3l-search-main-info .search-content h4 > a,
  .w3l-search-main-info .search-content span {
    font-size: 18px;
    line-height: 25px; }
  .w3l-search-main-info .search-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-top: 20px; } }

@media (max-width: 600px) {
  .w3l-search-main-info h3 {
    font-size: 34px;
    line-height: 39px; }
  .w3l-search-main-info .search-text-info {
    margin-top: 30px; } }

.w3l-timeline-page-content {
  /* -------------------------------- 
      
      Main components 
      
      -------------------------------- */ }
  .w3l-timeline-page-content .cd-container {
    width: 70%;
    margin: 0 auto;
    background: transparent;
    padding: 0 10%;
    border: radius 0; }
  .w3l-timeline-page-content .cd-container::after {
    content: '';
    display: table;
    clear: both; }
  .w3l-timeline-page-content #cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em; }
  .w3l-timeline-page-content #cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: var(--theme-title); }
  @media only screen and (min-width: 1170px) {
    .w3l-timeline-page-content #cd-timeline::before {
      left: 50%;
      margin-left: -2px; } }
  .w3l-timeline-page-content .cd-timeline-block {
    position: relative;
    margin: 2em 0; }
  .w3l-timeline-page-content .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-timeline-page-content .cd-timeline-block:first-child {
    margin-top: 0; }
  .w3l-timeline-page-content .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1170px) {
    .w3l-timeline-page-content .cd-timeline-block {
      margin: 4em 0; }
    .w3l-timeline-page-content .cd-timeline-block:first-child {
      margin-top: 0; }
    .w3l-timeline-page-content .cd-timeline-block:last-child {
      margin-bottom: 0; } }
  .w3l-timeline-page-content .cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #3ca266, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .w3l-timeline-page-content .cd-timeline-img {
    background: var(--theme-color); }
  @media only screen and (min-width: 1170px) {
    .w3l-timeline-page-content .cd-timeline-img {
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      margin-top: 15px;
      /* Force Hardware Acceleration in WebKit */
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; } }
  .w3l-timeline-page-content .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: var(--theme-title);
    border-radius: 0px;
    padding: 1em; }
  .w3l-timeline-page-content .cd-timeline-content .timeline-content-info {
    background: var(--theme-color);
    padding: 5px 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    /* box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08); */
    border-radius: 0; }
  .w3l-timeline-page-content .timeline-content-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 5px; }
  .w3l-timeline-page-content .cd-timeline-content .timeline-content-info i {
    margin-right: 3px; }
  .w3l-timeline-page-content .cd-timeline-content .timeline-content-info .timeline-content-info-title,
  .w3l-timeline-page-content .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: inline-block; }
  @media (max-width: 500px) {
    .w3l-timeline-page-content .cd-timeline-content .timeline-content-info .timeline-content-info-title,
    .w3l-timeline-page-content .cd-timeline-content .timeline-content-info .timeline-content-info-date {
      display: block;
      width: 100%; } }
  .w3l-timeline-page-content .cd-timeline-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .w3l-timeline-page-content .cd-timeline-content .content-skills li {
    background: #323638;
    border-radius: 0;
    display: inline-block;
    padding: 2px 10px;
    color: rgba(255, 255, 255, 0.7);
    margin: 3px 2px;
    text-align: center;
    flex-grow: 1; }
  .w3l-timeline-page-content .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-timeline-page-content .cd-timeline-content h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px; }
  .w3l-timeline-page-content .cd-timeline-content p,
  .w3l-timeline-page-content .cd-timeline-content .cd-date {
    color: #a6b1b7;
    font-size: 13px;
    font-size: 0.8125rem; }
  .w3l-timeline-page-content .cd-timeline-content .cd-date {
    display: inline-block;
    color: #555; }
  .w3l-timeline-page-content .cd-timeline-content p {
    margin: 0.5em 0 1em 0;
    line-height: 1.6; }
  .w3l-timeline-page-content .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333C42; }
  @media only screen and (min-width: 1366px) {
    .w3l-timeline-page-content .cd-container {
      width: 80%; } }
  @media only screen and (min-width: 1280px) {
    .w3l-timeline-page-content .cd-container {
      width: 90%; } }
  @media only screen and (min-width: 1080px) {
    .w3l-timeline-page-content .cd-timeline-content h4 {
      font-size: 20px;
      /* font-size: 1.25rem; */
      text-transform: capitalize; }
    .w3l-timeline-page-content .cd-timeline-content p {
      font-size: 15px; }
    .w3l-timeline-page-content .cd-timeline-content .cd-read-more,
    .w3l-timeline-page-content .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 1050px) {
    .w3l-timeline-page-content .cd-container {
      width: 100%; }
    .w3l-timeline-page-content .cd-timeline-content {
      margin-left: 0;
      padding: 1.4em;
      width: 42%;
      margin: 0% 0%; }
    .w3l-timeline-page-content .cd-timeline-content::before {
      top: 30px;
      left: 100%;
      border-color: transparent;
      border-left-color: #333C42; }
    .w3l-timeline-page-content .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 130%;
      top: 30px;
      font-size: 16px;
      font-size: 1rem; }
    .w3l-timeline-page-content .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right; }
    .w3l-timeline-page-content .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 30px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #333C42; }
    .w3l-timeline-page-content .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right; }
    .w3l-timeline-page-content .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 130%;
      text-align: right; } }
  @media only screen and (max-width: 1000px) {
    .w3l-timeline-page-content .cd-container {
      width: 100%; }
    .w3l-timeline-page-content #cd-timeline {
      position: relative;
      padding: 1em 0;
      margin-top: 1em;
      margin-bottom: 1em; } }

.w3l-ecommerce-page-main {
  /*--/grids--*/
  /*--//grids--*/
  /********************* Shopping Demo-6 **********************/
  /*--/cart--*/
  /*-- quantity-starts --*/
  /*--//cart--*/ }
  .w3l-ecommerce-page-main .fea-gd-vv {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px; }
  .w3l-ecommerce-page-main .fea-gd-vv .icon {
    text-align: center; }
  .w3l-ecommerce-page-main .fea-gd-vv .feature-gd {
    grid-template-columns: 1fr 4fr;
    display: grid;
    grid-gap: 10px;
    padding: 20px;
    background: transparent;
    border: 1px dashed var(--theme-color); }
  .w3l-ecommerce-page-main .fea-gd-vv .feature-gd h3 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--theme-title); }
  .w3l-ecommerce-page-main .fea-gd-vv .feature-gd span {
    color: var(--theme-title);
    font-size: 28px;
    margin-top: 4px; }
  .w3l-ecommerce-page-main .feature-gd p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 6px; }
  .w3l-ecommerce-page-main .fea-gd-vv .feature-gd:hover h3 a,
  .w3l-ecommerce-page-main .feature-gd:hover span {
    color: var(--theme-color);
    transition: 0.3s ease; }
  .w3l-ecommerce-page-main .section-gap.ecom {
    padding: 60px 0;
    background: #edf5f0; }
  .w3l-ecommerce-page-main .products-gridsv {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    display: grid; }
  .w3l-ecommerce-page-main .product-grid6,
  .w3l-ecommerce-page-main .product-grid6 .product-image6 {
    overflow: hidden; }
  .w3l-ecommerce-page-main .product-grid6 {
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    border: 2px solid #e0e6e3;
    background: #e0e6e3; }
  .w3l-ecommerce-page-main .product-grid6:hover {
    box-shadow: none;
    border: 2px solid var(--theme-color);
    background: transparent; }
  .w3l-ecommerce-page-main .product-grid6 .product-image6 a {
    display: block; }
  .w3l-ecommerce-page-main .product-grid6 .product-image6 img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s; }
  .w3l-ecommerce-page-main .product-grid6:hover .product-image6 img {
    transform: scale(1.1); }
  .w3l-ecommerce-page-main .product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all .5s ease 0s; }
  .w3l-ecommerce-page-main .product-grid6:hover .product-content {
    opacity: 0; }
  .w3l-ecommerce-page-main .product-grid6 .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s; }
  .w3l-ecommerce-page-main .product-grid6 .title a {
    color: var(--theme-title); }
  .w3l-ecommerce-page-main .product-grid6 .title a:hover {
    color: var(--theme-color); }
  .w3l-ecommerce-page-main .product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color); }
  .w3l-ecommerce-page-main .product-grid6 .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block; }
  .w3l-ecommerce-page-main .product-grid6 .social {
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all .5s ease 0s; }
  .w3l-ecommerce-page-main .product-grid6:hover .social {
    opacity: 1;
    bottom: 20px; }
  .w3l-ecommerce-page-main .product-grid6 .social li {
    display: inline-block; }
  .w3l-ecommerce-page-main .product-grid6 .social li a {
    color: var(--theme-title);
    font-size: 15px;
    text-align: center;
    height: 38px;
    width: 38px;
    margin: 0 7px;
    border: 2px solid var(--theme-title);
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out; }
  .w3l-ecommerce-page-main .product-grid6 .social li a span {
    line-height: 38px; }
  .w3l-ecommerce-page-main .product-grid6 .social li a:hover {
    color: #fff;
    background-color: var(--theme-color);
    width: 80px;
    border: 2px solid var(--theme-color); }
  .w3l-ecommerce-page-main .product-grid6 .social li a:after,
  .w3l-ecommerce-page-main .product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: var(--theme-color);
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px; }
  .w3l-ecommerce-page-main .product-grid6 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1; }
  .w3l-ecommerce-page-main .product-grid6 .social li a:hover:after,
  .w3l-ecommerce-page-main .product-grid6 .social li a:hover:before {
    opacity: 1; }
  .w3l-ecommerce-page-main .product-inner {
    background: #fff; }
  .w3l-ecommerce-page-main .checkout-right h4 {
    font-size: 27px;
    margin-bottom: 30px; }
  .w3l-ecommerce-page-main td.invert-image {
    width: 12%; }
  .w3l-ecommerce-page-main table.timetable_sub tr,
  .w3l-ecommerce-page-main table.timetable_sub td,
  .w3l-ecommerce-page-main table.timetable_sub th {
    border: none; }
  .w3l-ecommerce-page-main table.timetable_sub {
    width: 100%;
    margin: 0 auto; }
  .w3l-ecommerce-page-main table.timetable_sub {
    border-collapse: collapse;
    border: none; }
  .w3l-ecommerce-page-main table.timetable_sub tr:nth-child(even) {
    background: none; }
  .w3l-ecommerce-page-main .timetable_sub th {
    color: var(--theme-title);
    font-weight: bold;
    font-size: 16px;
    padding: 13px;
    letter-spacing: 0px;
    background: #ecf1f1; }
  .w3l-ecommerce-page-main .timetable_sub td {
    padding: 10px;
    font-size: 14px;
    color: var(--theme-title); }
  .w3l-ecommerce-page-main td.product-name {
    font-size: 16px;
    max-width: 350px;
    font-weight: 600;
    color: var(--theme-title);
    text-align: center; }
  .w3l-ecommerce-page-main td.product-name a {
    color: var(--theme-title);
    font-size: 16px; }
  .w3l-ecommerce-page-main td.product-name a:hover {
    color: var(--theme-green); }
  .w3l-ecommerce-page-main td.product-name span {
    color: var(--theme-green);
    display: block;
    font-weight: normal;
    margin: 15px 0; }
  .w3l-ecommerce-page-main td.product-name li {
    list-style-type: none;
    font-weight: normal;
    color: var(--theme-para); }
  .w3l-ecommerce-page-main td.product-name li a {
    color: var(--theme-title);
    font-size: 20px;
    text-align: center; }
  .w3l-ecommerce-page-main td.price {
    color: var(--theme-color);
    font-size: 16px;
    text-align: center;
    font-weight: bold; }
  .w3l-ecommerce-page-main .em {
    position: relative;
    text-align: center; }
  .w3l-ecommerce-page-main .close1,
  .w3l-ecommerce-page-main .close2,
  .w3l-ecommerce-page-main .close3 {
    cursor: pointer;
    font-size: 16px;
    color: var(--theme-title);
    transition: color 0.2s ease-in-out;
    text-align: center; }
  .w3l-ecommerce-page-main .checkout-left {
    margin-top: 100px; }
  .w3l-ecommerce-page-main .address_form_agile h4 {
    color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0px; }
  .w3l-ecommerce-page-main .information-wrapper input,
  .w3l-ecommerce-page-main .information-wrapper select {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0px;
    padding: 13px 10px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--theme-green);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31); }
  .w3l-ecommerce-page-main a.shop {
    padding: 8px 40px;
    color: var(--theme-white);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: var(--theme-title);
    border: 2px solid transparent;
    line-height: 26px;
    height: 48px; }
  .w3l-ecommerce-page-main a.shop:hover {
    color: var(--theme-color);
    background: transparent;
    border: 2px solid var(--theme-color); }
  .w3l-ecommerce-page-main h5.price {
    font-size: 15px;
    color: var(--theme-para);
    margin-bottom: 9px; }
  .w3l-ecommerce-page-main h6.totla-pay {
    font-size: 17px;
    color: var(--theme-title);
    padding-top: 9px;
    border-top: 1px solid #989a98; }
  .w3l-ecommerce-page-main .address_form_hny {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-ecommerce-page-main .button-6.cart {
    float: none;
    margin: 0; }
  .w3l-ecommerce-page-main .checkout-left {
    text-align: right; }
  .w3l-ecommerce-page-main .checkout-right-basket a span {
    margin-left: 7px;
    color: var(--theme-green);
    font-size: 20px; }
  .w3l-ecommerce-page-main .quantity-select {
    justify-content: center; }
  .w3l-ecommerce-page-main .quantity {
    margin: auto 0; }
  .w3l-ecommerce-page-main .quantity-select input {
    -webkit-appearance: none;
    border: 2px solid #aeb9b2;
    padding: 5px 5px;
    width: 60px;
    color: var(--theme-title);
    border-radius: 4px; }
  .w3l-ecommerce-page-main h5.quantity {
    margin-top: 5px !important; }
  .w3l-ecommerce-page-main tr.rem1, .w3l-ecommerce-page-main tr.rem2, .w3l-ecommerce-page-main tr.rem1, .w3l-ecommerce-page-main tr.rem3 {
    border-bottom: 1px solid #d0d6d2 !important;
    margin-top: 60px;
    padding-top: 30px; }
  .w3l-ecommerce-page-main .total-price {
    padding-top: 30px !important; }
  @media (max-width: 1050px) {
    .w3l-ecommerce-page-main .timetable_sub th {
      padding: 13px 10px;
      font-size: 14px; } }
  @media (max-width: 992px) {
    .w3l-ecommerce-page-main td.product-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 160px; }
    .w3l-ecommerce-page-main .quantity {
      width: 50%; }
    .w3l-ecommerce-page-main .products-gridsv {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      display: grid; }
    .w3l-ecommerce-page-main .product-grid6 {
      margin-bottom: 10px; }
    .w3l-ecommerce-page-main .fea-gd-vv {
      grid-template-columns: 1fr;
      display: grid;
      grid-gap: 20px; }
    .w3l-ecommerce-page-main .section-gap.ecom {
      padding: 50px 0; } }
  @media (max-width: 736px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 -80px; }
    .w3l-ecommerce-page-main .ecommerce-add-products {
      padding: 3.5em 0; } }
  @media (max-width: 700px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 -70px; }
    .w3l-ecommerce-page-main td.product-name a {
      font-size: 16px; }
    .w3l-ecommerce-page-main h5.price {
      font-size: 13px;
      margin-bottom: 5px; }
    .w3l-ecommerce-page-main h6.totla-pay {
      font-size: 14px; } }
  @media (max-width: 667px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 -60px; }
    .w3l-ecommerce-page-main .table-responsive {
      overflow: hidden;
      overflow-x: auto; } }
  @media (max-width: 640px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 -40px; }
    .w3l-ecommerce-page-main .quantity {
      width: 75%; }
    .w3l-ecommerce-page-main .address_form_hny {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-ecommerce-page-main .button-6.cart {
      float: none;
      margin: 0;
      width: 100%; } }
  @media (max-width: 600px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 -20px; }
    .w3l-ecommerce-page-main td.price {
      font-size: 15px; }
    .w3l-ecommerce-page-main .timetable_sub th {
      padding: 10px 6px;
      font-size: 13px; }
    .w3l-ecommerce-page-main .checkout-right-basket .btn {
      display: block;
      width: 100%;
      text-align: center; } }
  @media (max-width: 599px) {
    .w3l-ecommerce-page-main .checkout-right {
      margin: 0 0px; }
    .w3l-ecommerce-page-main .section-gap.ecom {
      padding: 45px 0; } }
  @media (max-width: 480px) {
    .w3l-ecommerce-page-main .timetable_sub td.invert-image {
      padding: 5px 0px; }
    .w3l-ecommerce-page-main .timetable_sub td.invert {
      padding: 5px 5px; }
    .w3l-ecommerce-page-main .ecommerce-add-products {
      padding: 40px 0px 40px; } }
  @media (max-width: 385px) {
    .w3l-ecommerce-page-main .timetable_sub td.invert {
      padding: 4px 3px; } }
  @media (max-width: 320px) {
    .w3l-ecommerce-page-main td.total-price {
      width: 100%; } }
  @media only screen and (max-width: 990px) {
    .w3l-ecommerce-page-main .products-gridsv {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      display: grid; }
    .w3l-ecommerce-page-main .product-grid6 {
      margin-bottom: 10px; }
    .w3l-ecommerce-page-main .product-grid6 .title {
      font-size: 16px; } }

.w3l-ecommerce-slider-main .ecommerce-banv .d-grid {
  display: grid; }

.w3l-ecommerce-slider-main .ecommerce-banv .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-ecommerce-slider-main .ecommerce-banv .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-ecommerce-slider-main .ecommerce-banv .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-ecommerce-slider-main .ecommerce-banv a.action img {
  margin-left: 4px; }

.w3l-ecommerce-slider-main .ecommerce-banv a.actionbg {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: #2C3038;
  background: #fff;
  text-align: center;
  padding: 12px 18px; }

.w3l-ecommerce-slider-main .ecommerce-banv .align-center {
  text-align: center; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul > li:first-child {
  background: url(../images/2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul > li:nth-child(2) {
  background: url(../images/5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul > li:nth-child(3) {
  background: url(../images/7.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul > li:before {
  content: "";
  background: #04040470;
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0; }

.w3l-ecommerce-slider-main .ecommerce-banv .cover-top-center-9 {
  min-height: 32em;
  display: grid;
  align-items: center;
  position: relative; }

.w3l-ecommerce-slider-main .ecommerce-banv .w3ls_cover_txt-9 {
  max-width: 560px; }

.w3l-ecommerce-slider-main .ecommerce-banv h6.tag-cover-9 {
  line-height: 15px;
  text-transform: uppercase;
  color: #e6e6e6;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: var(--theme-color);
  padding: 4px 15px;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px; }

.w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  margin: 25px 0;
  display: inline-block; }

.w3l-ecommerce-slider-main .ecommerce-banv p.para-cover-9 {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px; }

.w3l-ecommerce-slider-main .ecommerce-banv .button-cover-9 {
  margin-top: 40px;
  display: inline-block; }

@media (max-width: 800px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 40px;
    margin: 20px 0; } }

@media (max-width: 667px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 40px;
    line-height: 46px; } }

@media (max-width: 600px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 34px;
    line-height: 44px; } }

@media (max-width: 640px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .w3ls_cover_txt-9 {
    margin: 0 2em; } }

@media (max-width: 480px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 32px;
    line-height: 35px;
    margin: 15px 0; }
  .w3l-ecommerce-slider-main .ecommerce-banv .w3ls_cover_txt-9 {
    margin: 0 1em; } }

@media (max-width: 384px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h6.tag-cover-9 {
    font-size: 12px; }
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 32px;
    line-height: 38px;
    margin: 18px 0; }
  .w3l-ecommerce-slider-main .ecommerce-banv p.para-cover-9 {
    font-size: 16px; }
  .w3l-ecommerce-slider-main .ecommerce-banv .cover-top-center-9 {
    margin: 0 .5em; } }

@media (max-width: 440px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 30px;
    margin: 10px 0; }
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 28px; } }

@media (max-width: 414px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 28px;
    line-height: 32px; }
  .w3l-ecommerce-slider-main .ecommerce-banv p.para-cover-9 {
    font-size: 15px;
    line-height: 22px; } }

@media (max-width: 320px) {
  .w3l-ecommerce-slider-main .ecommerce-banv h3.title-cover-9 {
    font-size: 30px;
    line-height: 34px; } }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider {
  position: relative; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input {
  display: none; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation {
  position: absolute;
  bottom: 9%;
  left: 50%;
  z-index: 99;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation > div {
  margin-left: -100%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  border: 2px solid #fff;
  background: transparent; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation label:hover:after {
  opacity: 1; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  opacity: 0; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
  opacity: 1; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg); }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg); }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 26px;
  z-index: 99;
  box-sizing: content-box; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 6px;
  box-shadow: inset 2px -2px 0 1px #fff;
  cursor: pointer;
  transition: box-shadow 0.15s, margin 0.15s; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label:hover {
  margin: 0;
  opacity: .8; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%; }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 5%;
  right: auto;
  transform: rotate(45deg); }

.w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 5%;
  left: auto;
  transform: rotate(225deg); }

.w3l-ecommerce-slider-main .ecommerce-banv #slider1 {
  width: 100%; }

@media screen and (max-width: 1080px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 4%; }
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 4%; } }

@media screen and (max-width: 568px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 5%; } }

@media screen and (max-width: 667px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label {
    padding: 7px; } }

@media screen and (max-width: 480px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label {
    padding: 6px; }
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > .navigation {
    bottom: 6%; } }

@media screen and (max-width: 384px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > .arrows label {
    padding: 5px; } }

@media screen and (max-width: 375px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 6%; } }

@media screen and (max-width: 320px) {
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-ecommerce-slider-main .ecommerce-banv .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 7%; } }

.w3l-ecommerce-page-main .livin-single-page {
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.w3l-ecommerce-page-main .livin-single-page .galleryContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  position: relative; }

.w3l-ecommerce-page-main .livin-single-page .gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #ddd; }

.w3l-ecommerce-page-main .livin-single-page .gallery input {
  display: none; }

.w3l-ecommerce-page-main .livin-single-page .galleryImage {
  transition: opacity 0.25s ease-out;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.w3l-ecommerce-page-main .livin-single-page .gallery > img:first-of-type {
  position: relative !important;
  display: flex !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9; }

.w3l-ecommerce-page-main .livin-single-page .arrowsContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  z-index: 9;
  overflow: hidden; }

.w3l-ecommerce-page-main .livin-single-page .arrowsContainer img {
  width: 100px;
  background: white;
  opacity: 0.4;
  padding-bottom: 20px;
  transition: 0.1s ease; }

.w3l-ecommerce-page-main .livin-single-page .leftArrow {
  border-top-right-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: -30px;
  padding-left: 40px;
  padding-right: 15px; }

.w3l-ecommerce-page-main .livin-single-page .rightArrow {
  border-top-left-radius: 10px;
  position: absolute;
  bottom: -20px;
  right: -30px;
  padding-right: 40px;
  padding-left: 15px; }

.w3l-ecommerce-page-main .livin-single-page .leftArrow:active,
.w3l-ecommerce-page-main .livin-single-page .rightArrow:active {
  transform: scale(0.95, 0.95); }

.w3l-ecommerce-page-main .livin-single-page .thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 5%;
  z-index: 9;
  margin-top: 10px;
  /*border-left: 6px solid black;*/
  scroll-snap-type: mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }

.w3l-ecommerce-page-main .livin-single-page .thumbnailImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.w3l-ecommerce-page-main .livin-single-page .thumbnailImage {
  margin: 0 1px;
  -moz-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start; }

.w3l-ecommerce-page-main .livin-single-page .thumbnailImage:first-child {
  margin-left: 0px; }

.w3l-ecommerce-page-main .livin-single-page .thumbnailImage:last-child {
  margin-right: 0px; }

.w3l-ecommerce-page-main .livin-single-page #c1:checked + #i1 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c2:checked + #i2 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c3:checked + #i3 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c4:checked + #i4 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c5:checked + #i5 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c6:checked + #i6 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c7:checked + #i7 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c8:checked + #i8 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c9:checked + #i9 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c10:checked + #i10 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c11:checked + #i11 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c12:checked + #i12 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c13:checked + #i13 {
  opacity: 1; }

.w3l-ecommerce-page-main .livin-single-page #c1:checked + #i1 + #arrows1 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page #c2:checked + #i2 + #arrows2 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page #c3:checked + #i3 + #arrows3 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page #c4:checked + #i4 + #arrows4 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page #c5:checked + #i5 + #arrows5 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page #c6:checked + #i6 + #arrows6 {
  display: flex; }

.w3l-ecommerce-page-main .livin-single-page .thumbnails label,
.w3l-ecommerce-page-main .livin-single-page .arrowsContainer label {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ddd; }

.w3l-ecommerce-page-main .livin-single-page .thumbnails label img {
  transition: 0.3s ease; }

.w3l-ecommerce-page-main .livin-single-page .thumbnails label img:hover {
  transform: scale(1.2, 1.2); }

.w3l-ecommerce-page-main .livin-single-page label:focus {
  box-shadow: 0px 0px 7px 1px white; }

.w3l-ecommerce-page-main .livin-single-page .single-right-left h3 {
  text-transform: capitalize;
  font-size: 26px;
  color: var(--theme-title);
  margin: 0;
  font-weight: 600;
  line-height: 40px; }

.w3l-ecommerce-page-main .livin-single-page .rating-single {
  float: left;
  margin: 10px 0; }

.w3l-ecommerce-page-main .livin-single-page ul.rating-single li {
  display: inline-block; }

.w3l-ecommerce-page-main .livin-single-page span.fa.fa-star.yellow-star {
  color: var(--theme-color); }

.w3l-ecommerce-page-main .livin-single-page .simpleCart_shelfItem .caption h6 {
  color: var(--theme-title);
  font-size: 1.6em; }

.w3l-ecommerce-page-main .livin-single-page .desc_single {
  margin: 2em 0; }

.w3l-ecommerce-page-main .livin-single-page .desc_single h5 {
  color: var(--theme-title);
  font-size: 1.2em; }

.w3l-ecommerce-page-main .livin-single-page .single-right-left p {
  text-transform: capitalize;
  margin: .5em 0 0;
  color: var(--theme-para);
  font-size: 15px;
  line-height: 28px; }

.w3l-ecommerce-page-main .livin-single-page .justify-content-between {
  justify-content: space-between !important; }

.w3l-ecommerce-page-main .livin-single-page .sp_title {
  color: var(--theme-title);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem; }

.w3l-ecommerce-page-main ul.single_specific, .w3l-ecommerce-page-main .color-quality {
  list-style: inside; }

.w3l-ecommerce-page-main .livin-single-page ul.single_specific li, .w3l-ecommerce-page-main .color-quality li {
  color: var(--theme-para);
  font-size: 15px;
  text-transform: capitalize;
  line-height: 28px; }

.w3l-ecommerce-page-main .color-quality {
  margin-top: 24px; }

.w3l-ecommerce-page-main .livin-single-page ul.single_specific li span {
  color: var(--theme-para);
  padding-left: 2px; }

.w3l-ecommerce-page-main .livin-single-page ul.single_serv a {
  color: var(--theme-para);
  font-size: 15px; }

.w3l-ecommerce-page-main .livin-single-page li.gap {
  margin-top: 1em; }

.w3l-ecommerce-page-main .livin-single-page .description {
  margin: 1.5em 0; }

.w3l-ecommerce-page-main .livin-single-page .description h5 {
  color: var(--theme-title);
  font-size: 0.9em;
  margin-bottom: 12px;
  letter-spacing: 1px; }

.w3l-ecommerce-page-main .livin-single-page .description input {
  padding: 12px 15px;
  color: var(--theme-para);
  font-size: 15px;
  width: 60%;
  outline: none;
  border: 2px solid #ffffff;
  border: 2px solid #bdc5c0;
  margin-right: 1%; }

.w3l-ecommerce-page-main .livin-single-page .description .submit {
  color: #fff;
  font-size: 15px;
  background: var(--theme-title);
  border: none;
  outline: none;
  text-transform: capitalize;
  transition: .5s all;
  padding: 0 20px;
  cursor: pointer;
  width: 40%; }

.w3l-ecommerce-page-main .livin-single-page .description .submit:hover {
  background: var(--theme-color); }

.w3l-ecommerce-page-main .livin-single-page a.action {
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: var(--theme-color);
  width: 120px;
  height: 40px;
  line-height: 49px;
  display: inline-block;
  transition: 0.5s ease-out;
  width: 140px;
  height: 50px;
  margin-left: 10px; }

.w3l-ecommerce-page-main .livin-single-page .featured-products {
  margin-top: 80px; }

.w3l-ecommerce-page-main .livin-single-page .featured-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-ecommerce-page-main .button-4 {
  float: none;
  margin: 0; }

.w3l-ecommerce-page-main ul.emi-views {
  margin: 18px 0 20px 0; }

.w3l-ecommerce-page-main ul.emi-views li {
  display: block;
  line-height: 30px;
  font-size: 15px;
  color: var(--theme-title); }

.w3l-ecommerce-page-main ul.emi-views li span {
  font-weight: bold; }

.w3l-ecommerce-page-main .eco-buttons {
  display: flex; }

.w3l-ecommerce-page-main .two-products-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-ecommerce-page-main .pro-grid-one, .w3l-ecommerce-page-main .pro-grid-two {
  background: url(../images/1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 40px; }

.w3l-ecommerce-page-main .pro-grid-two {
  background: url(../images/slide3.jpg) no-repeat center; }

.w3l-ecommerce-page-main .product-des-hny {
  background: rgba(0, 0, 0, 0.588);
  padding: 50px; }

.w3l-ecommerce-page-main .product-des-hny h4.text-wthree {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 28px; }

.w3l-ecommerce-page-main .button-6 {
  margin: 0; }

@media (max-width: 992px) {
  .w3l-ecommerce-page-main .livin-single-page .featured-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-ecommerce-page-main .livin-single-page .justify-content-between {
    justify-content: space-between !important;
    display: block; }
  .w3l-ecommerce-page-main .livin-single-page .color-quality {
    margin-top: 20px; }
  .w3l-ecommerce-page-main .livin-single-page .single-right-left h3 {
    font-size: 22px;
    line-height: 32px; }
  .w3l-ecommerce-page-main .livin-single-page {
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .w3l-ecommerce-page-main .two-products-single {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media (max-width: 800px) {
  .w3l-ecommerce-page-main .livin-single-page .align-items {
    grid-template-columns: 1fr;
    grid-gap: 35px; }
  .w3l-ecommerce-page-main .livin-single-page .single-right-left h3 {
    font-size: 18px;
    line-height: 28px; }
  .w3l-ecommerce-page-main .product-des-hny {
    padding: 20px; }
  .w3l-ecommerce-page-main .product-des-hny h4.text-wthree {
    font-size: 22px;
    margin-bottom: 22px;
    line-height: 26px; } }

@media (max-width: 600px) {
  .w3l-ecommerce-page-main .product-grid6 .title {
    font-size: 14px; }
  .w3l-ecommerce-page-main .product-grid6 .social li a:after, .w3l-ecommerce-page-main .product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: var(--theme-color);
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 4px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px; }
  .w3l-ecommerce-page-main .pro-grid-one, .w3l-ecommerce-page-main .pro-grid-two {
    padding: 30px; } }

.bg_white {
  background: #ffffff; }

.bg_light {
  background: #f4f4fb; }

.email-hny-section {
  padding: 3.5em 2.5em; }

.bg_black {
  background: #323b43; }

.bg_dark {
  background: #080808; }

.email-hny-section.copy-right-hny {
  padding: 1em 2em; }

.copy-right-hny-email-61 {
  padding: 0.7em 2.5em;
  background: #282e3a; }

/*BUTTON*/
.btn.eamil {
  padding: 5px 15px;
  display: inline-block; }

table h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323538;
  margin: 0; }

table p {
  font-size: 14px;
  color: #676c75;
  line-height: 1.8em; }

.center-main-bg {
  background: #f1f1f1; }

img {
  max-width: 100%; }

/*--vjm--*/
.vjm {
  position: relative;
  z-index: 0; }

.overlay-banner {
  background: rgba(0, 12, 16, 0.631373);
  z-index: 9;
  padding: 1em 0; }

.overlay-lavi {
  background: rgba(1, 9, 16, 0.81);
  z-index: 9;
  padding: 3em 3em; }

.vjm .text h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0; }

.banner-bottom-gds {
  padding: 0 2em; }

.ban-hny-left {
  padding: 4em 2em; }

.banner-grids-top {
  padding: 0 2em 2.5em 2em; }

.email-sub-text {
  color: #ffffff;
  font-size: 24px; }

td.sub-gd.img-ab {
  padding-right: 2%; }

.quick-links-email li {
  list-style: none; }

/*--/headings--*/
h3.banner-title-email {
  font-size: 26px;
  line-height: 35px; }

.heading-section h4 {
  color: #151e25;
  font-size: 25px;
  margin-top: 0;
  line-height: 1.4; }

.heading-section h3 {
  color: #151e25;
  font-size: 32px;
  margin-top: 0;
  line-height: 1.4; }

.heading-section-white {
  color: rgba(255, 255, 255, 0.8); }

.heading-section-white h2 {
  line-height: 1;
  padding-bottom: 0; }

.heading-section-white h2 {
  color: #ffffff; }

.quick-links-email {
  text-align: right; }

/*--//headings--*/
/*--services--*/
.services {
  color: #151e25; }

.text-services .meta {
  text-transform: uppercase;
  font-size: 14px; }

td.sub-gd.ab-gd {
  padding: 0;
  padding-right: 20px; }

/*--services--*/
/*--team--*/
.sub-head-email .name-email {
  margin: 0;
  font-size: 1em; }

.sub-head-email .name-email a {
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px; }

.sub-head-email .position {
  color: #fff; }

td.team-email-info-hny img {
  border-radius: 50%;
  border: 4px solid var(--theme-color); }

/*--//team--*/
/*--footer--*/
.footer-emai-61 {
  color: rgba(255, 255, 255, 0.5); }

td.footer-gd {
  padding-left: 5%; }

a.email-logo {
  color: #151e25;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em; }

.footer-emai-61 .heading {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0.8em; }

.footer-emai-61 ul {
  margin: 0;
  padding: 0; }

.footer-emai-61 ul li {
  list-style: none;
  margin-bottom: 6px; }

.footer-emai-61 li a {
  color: #828288; }

@media screen and (max-width: 640px) {
  .vjm .text h2 {
    font-size: 2em !important;
    margin-bottom: 0; }
  .heading-section h3 {
    font-size: 25px; }
  .heading-section h4 {
    font-size: 18px; }
  .footer .heading {
    font-size: 18px; }
  .email-hny-section {
    padding: 3em 2em; }
  td.sub-gd {
    width: 100% !important;
    display: block; }
  .sub-head-email .name-email {
    margin: 0;
    font-size: 0.9em; }
  .email-hny-section.copy-right-hny {
    padding: 0.7em 1em; }
  .email-wrap-top, .email-wrap-bottom {
    margin: 0 !important; } }

@media screen and (max-width: 600px) {
  td.logo {
    width: 100%;
    float: left;
    text-align: center !important; }
  td.logo.nav-top {
    width: 100%;
    float: left; }
  .icon {
    text-align: left; } }

@media screen and (max-width: 580px) {
  table {
    width: 100% !important; }
  h2.w3l-text-inf {
    font-size: 28px !important;
    line-height: 40px !important; } }

/* contacts */
.w3l-contact-section-main .contacts-5-grid {
  background: #faf9fe; }

.w3l-contact-section-main .contacts-5-grid {
  position: relative;
  margin-bottom: 170px; }

.w3l-contact-section-main .contacts-5-grid .map-content-5 {
  background: #fff;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -170px;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }

.w3l-contact-section-main .contacts-5-grid .contacts-sub-5 iframe {
  width: 100%;
  min-height: 540px; }

.w3l-contact-section-main .contacts-5-grid .d-grid {
  display: grid; }

.w3l-contact-section-main .contacts-5-grid .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  padding: 0 90px; }

.w3l-contact-section-main .contacts-5-grid .service-col-4 h6 {
  font-size: 17px;
  line-height: 25px;
  color: var(--theme-title);
  text-align: left;
  margin-bottom: 10px; }

.w3l-contact-section-main .contacts-5-grid a.link1 {
  color: var(--theme-para);
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-top: 2px;
  text-align: left; }

.w3l-contact-section-main .contacts-5-grid .service-col-4 h4 a:hover {
  opacity: 0.85; }

.w3l-contact-section-main .contacts-5-grid .service-col-4 p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--theme-para);
  margin-top: 10px;
  text-align: left; }

.w3l-contact-section-main .contacts-5-grid section.tab-content {
  display: none;
  padding: 45px 0 65px 0; }

.w3l-contact-section-main .contacts-5-grid input {
  display: none; }

.w3l-contact-section-main .contacts-5-grid label.tabtle {
  display: inline-block;
  padding: 14px 20px;
  border: 0;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: var(--theme-para);
  margin: 0 10px; }

.w3l-contact-section-main .contacts-5-grid label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.w3l-contact-section-main .contacts-5-grid label.tabtle:hover {
  color: var(--theme-title);
  cursor: pointer; }

.w3l-contact-section-main .contacts-5-grid input:checked + label.tabtle {
  border: transparent;
  line-height: 25px;
  text-align: center;
  color: var(--theme-white);
  background: var(--theme-color); }

.w3l-contact-section-main .contacts-5-grid #tab1:checked ~ #content1,
.w3l-contact-section-main .contacts-5-grid #tab2:checked ~ #content2,
.w3l-contact-section-main .contacts-5-grid #tab3:checked ~ #content3,
.w3l-contact-section-main .contacts-5-grid #tab4:checked ~ #content4 {
  display: block;
  border-top: 2px solid var(--theme-color);
  box-sizing: border-box; }

.w3l-contact-section-main .contacts-5-grid .button-style {
  text-align: center;
  display: block;
  transition: 0.5s ease-out;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  padding: 12px 30px;
  color: #fff;
  background: var(--theme-color);
  display: inline-block;
  border-radius: 5px; }

.w3l-contact-section-main .contacts-5-grid .button-style:hover {
  background: var(--theme-hover-color); }

.w3l-contact-section-main .service-col-4 {
  background: #f4f4fb;
  padding: 2em; }

.w3l-contact-section-main .icon-contact {
  width: 42px;
  height: 42px;
  background: var(--theme-title);
  border-radius: 50%;
  margin-bottom: 10px;
  color: var(--theme-white); }

.w3l-contact-section-main .icon-contact span {
  font-size: 18px;
  background: none;
  text-align: center;
  line-height: 42px; }

.w3l-contact-section-main .icon-contact span.fa.fa-phone {
  line-height: 44px; }

.w3l-contact-section-main .icon-contact:hover {
  background: var(--theme-color);
  transition: .3s; }

@media (max-width: 1366px) {
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    max-width: 85%; }
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    bottom: -168px; }
  .w3l-contact-section-main .contacts-5-grid .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    padding: 0 40px; } }

@media (max-width: 1280px) {
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    max-width: 90%; } }

@media (max-width: 1080px) {
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    bottom: -192px; } }

@media (max-width: 992px) {
  .w3l-contact-section-main .contacts-5-grid .grid-col-4 {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    padding: 0 60px; } }

@media (max-width: 800px) {
  .w3l-contact-section-main .contacts-5-grid .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; }
  .w3l-contact-section-main .contacts-5-grid .contacts-sub-5 iframe {
    min-height: 500px; } }

@media (max-width: 667px) {
  .w3l-contact-section-main .contacts-5-grid .grid-col-4 {
    padding: 0 45px; } }

@media (max-width: 600px) {
  .w3l-contact-section-main .contacts-5-grid.grid-col-4 {
    padding: 0 25px; } }

@media (max-width: 568px) {
  .w3l-contact-section-main .contacts-5-grid .grid-col-4 {
    grid-template-columns: 1fr; }
  .w3l-contact-section-main .contacts-5-grid .contacts-5-grid {
    margin-bottom: 250px; }
  .w3l-contact-section-main .contacts-5-grid .contacts-5-grid-main {
    padding-bottom: 220px; }
  .w3l-contact-section-main .contacts-5-grid .contacts-sub-5 iframe {
    min-height: 400px; }
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    bottom: 0;
    position: static; }
  .w3l-contact-section-main .contacts-5-grid {
    position: relative;
    margin-bottom: 0px; }
  .w3l-contact-section-main .contacts-sub-5 {
    padding-bottom: 45px; }
  .w3l-contact-section-main .contacts-5-grid label.tabtle {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    margin: 0 4px; } }

@media (max-width: 480px) {
  .w3l-contact-section-main .contacts-5-grid label.tabtle {
    margin: 0 8px; }
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    max-width: 95%; }
  .w3l-contact-section-main .contacts-5-grid .contacts-5-grid-main {
    padding-bottom: 206px; }
  .w3l-contact-section-main .contacts-5-grid .contacts-5-grid {
    margin-bottom: 206px; } }

@media (max-width: 414px) {
  .w3l-contact-section-main .contacts-5-grid .map-content-5 {
    max-width: 93%; }
  .w3l-contact-section-main .contacts-5-gridsection.tab-content {
    display: none;
    padding: 40px 0 40px 0; } }

@media (max-width: 384px) {
  .w3l-contact-section-main .contacts-sub-5 iframe {
    min-height: 300px; } }

@media (max-width: 320px) {
  .w3l-contact-section-main .contacts-5-grid label.tabtle {
    margin: 0 1px; }
  .w3l-contact-section-main .contacts-5-grid label.tabtle {
    font-size: 14px; }
  .w3l-contact-section-main .contacts-5-grid .service-col-4 h6 {
    font-size: 15px; }
  .w3l-contact-section-main .contacts-5-grid .service-col-4 p {
    font-size: 14px; }
  .w3l-contact-section-main .contacts-5-grida .link1 {
    font-size: 14px; }
  .w3l-contact-section-main .contacts-5-grid .button-style {
    font-size: 15px; } }

/*--//w3l-contacts-5-grid--*/
/* contacts */
.w3l-contact-section-form .contact-sec-inner {
  background: #fff; }

.w3l-contact-section-form h3.hny-title {
  margin-bottom: 20px; }

.w3l-contact-section-form form {
  width: 45%;
  text-align: left;
  margin: 60px auto 0; }

.w3l-contact-section-form .form-group {
  margin-bottom: 20px; }

.w3l-contact-section-form .form-group label {
  font-size: 15px;
  color: var(--theme-title);
  font-weight: 600; }

.w3l-contact-section-form .contact-form-mainv input, .w3l-contact-section-form .contact-form-mainv textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--theme-title);
  background-color: transparent;
  border: 2px solid #727b80;
  margin-top: 10px; }

.w3l-contact-section-form .contact-form-mainv input:focus, .w3l-contact-section-form .contact-form-mainv textarea:focus {
  border: 2px solid var(--theme-color);
  background: #f3f9f5;
  outline: none; }

.w3l-contact-section-form .contact-form-mainv textarea {
  min-height: 140px; }

.w3l-contact-section-form button.btn {
  padding: 0px 30px;
  text-decoration: none;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--theme-color);
  display: inline-block;
  font-weight: bold; }

.w3l-contact-section-form button.btn:hover {
  background: var(--theme-title); }

@media (max-width: 1366px) {
  .w3l-contact-section-form form {
    widows: 50px; } }

@media (max-width: 1280px) {
  .w3l-contact-section-form form {
    width: 60%; } }

@media (max-width: 1080px) {
  .w3l-contact-section-form form {
    width: 80%; } }

@media (max-width: 992px) {
  .w3l-contact-section-form form {
    width: 100%;
    margin: 40px auto 0; } }

/*--//w3l-contacts-5-grid--*/

/*# sourceMappingURL=style-freedom.css.map */
.product-list{
  margin:0 100px 50px 100px;
  display: grid;
  grid-template-columns: 25% 25% 50%;
  gap:5px;
}
.pricelist{
  h2{
    color: var(--theme-opposite);
    margin:10px 0;
  }
  table,tr,td{
    border: 2px solid rgb(235, 173, 173);
  }
  tr,td{
    padding:10px;
  }
}
@media(width<=900px){
  .product-list{
    margin:0 20px 20px 20px;
    grid-template-columns: 28% 28% 30%;
  }
}
@media(width<=750px){
  .product-list{
    margin:0 20px 20px 20px;
    grid-template-columns: 100%;
  }
}
.privacy{
  margin: 50px;
  .privacy_heading{
    font-size: 22px;
    font-weight: 800;
    color:var(--theme-opposite)
  }
  .para{
    margin:10px;
  }
  ul{
    margin-left: 20px;
  }
}