/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
:root {
  --main-bg-color: #f8f9fa;
  --main-heading-color: #212129d6;
  --heading-color: #2c3038;
  --para-color: #5d6b71;
  --theme-color: #009f4d;
  --theme-hover-color: #027d3e; }

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

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

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

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

li {
  list-style-type: none; }

a,
a:hover,
button {
  transition: .3s;
  font-family: inherit; }

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

.clear {
  clear: both; }

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-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

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

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

.mb-0 {
  margin-bottom: 0 !important; }

h5.heading {
  font-size: 30px;
  line-height: 35px;
  color: var(--theme-color);
  text-align: center;
  font-style: italic;
  font-family: initial; }

h3.heading {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative; }

@media all and (max-width: 768px) {
  h3.heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px; }
  h5.heading {
    font-size: 25px;
    line-height: 30px; } }

@media all and (max-width: 568px) {
  h3.heading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; }
  h5.heading {
    font-size: 20px;
    line-height: 25px; } }

@media all and (max-width: 384px) {
  h3.heading {
    font-size: 26px;
    line-height: 31px; } }

/* Shine */
.hover14 figure {
  position: relative;
  margin: 0px;
  overflow: hidden; }

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

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

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

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

/* Zoom In css starts here */
figure {
  overflow: hidden;
  margin: 0px; }

.column-img img {
  display: block;
  width: 100%; }

.column-img#zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out; }

.column-img#zoomIn:hover img {
  transform: scale(1.3); }

/* Zoom In css ends here */
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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; }

.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: #fff; }

.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 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }

.w3l-header-4 #headers4-block {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  margin: 0px auto;
  padding: 15px 0; }

.w3l-header-4 .header-align {
  grid-template-columns: 1fr auto;
  align-items: center; }

.w3l-header-4 a.brand-logo {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px; }

.w3l-header-4 input#nav {
  display: none; }

.w3l-header-4 label.nav {
  display: none; }

.w3l-header-4 ul.nav-links li {
  display: inline-block;
  font-weight: 400; }

.w3l-header-4 ul.nav-links li:last-child {
  margin-left: auto; }

.w3l-header-4 ul.nav-links li a {
  font-size: 15px;
  color: #3b5266;
  text-decoration: none;
  padding: 0px 17px;
  display: block; }

.w3l-header-4 ul.nav-links li a:hover {
  color: #000000; }

.w3l-header-4 a.actionbg {
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: var(--theme-color);
  width: 90px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s ease-out; }

.w3l-header-4 a.actionbg:hover {
  background: #6b7fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.5s ease-out; }

.w3l-header-4 .toggle-2,
.w3l-header-4 .toggle,
.w3l-header-4 [id^=drop] {
  display: none; }

.w3l-header-4 nav {
  margin: 0;
  padding: 0;
  margin-top: 5px; }

.w3l-header-4 #logo a {
  float: left; }

.w3l-header-4 #logo a img {
  height: 30px; }

.w3l-header-4 nav:after {
  content: "";
  display: table;
  clear: both; }

.w3l-header-4 nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.w3l-header-4 nav ul li {
  display: inline-block;
  margin: 0px 10px;
  position: relative; }

.w3l-header-4 nav a {
  font-weight: 400;
  display: inline-block;
  transition: none;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  text-transform: capitalize; }

.w3l-header-4 .angle-dropdown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  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: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  transform: rotate(-90deg); }

.w3l-header-4 nav a:hover {
  color: #000;
  opacity: .8; }

.w3l-header-4 nav ul ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 160px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }

.w3l-header-4 nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  width: 160px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-left: 0px solid var(--theme-color);
  border-radius: 3px; }

.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 a {
  display: block;
  padding: 5px 12px; }

.w3l-header-4 nav a {
  padding: 5px 0; }

.w3l-header-4 nav ul ul li a:hover {
  background: #faf9fe;
  transition: 0.3s ease; }

.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 .navigation {
    float: none; }
  .w3l-header-4 a.actionbg {
    display: none; }
  .w3l-header-4 .logo {
    float: left; }
  .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;
    min-height: 100vh; }
  .w3l-header-4 .toggle {
    display: block;
    text-decoration: none;
    border: none;
    float: right;
    margin-bottom: 0;
    cursor: pointer;
    color: var(--theme-color);
    background: #fff;
    padding: 6px 15px;
    border-radius: 0px;
    border: 2px solid var(--theme-color); }
  .w3l-header-4 .toggle:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-header-4 .menu .toggle {
    float: none;
    margin: auto;
    padding: 5px 0;
    font-weight: normal;
    font-size: 15px;
    background: transparent;
    color: #666 !important;
    border: none; }
  .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: #fff;
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    max-height: 400px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar,
  .w3l-header-4 ul.menu::-webkit-scrollbar {
    width: 4px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-track,
  .w3l-header-4 ul.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb,
  .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .w3l-header-4 nav ul {
    float: right; }
  .w3l-header-4 nav {
    margin: 0 0 0 0px;
    order: 3; }
  .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 {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */ }
  .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: 8px 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 {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--theme-color);
    text-transform: capitalize; }
  .w3l-header-4 nav ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none; }
  .w3l-header-4 nav ul ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none;
    position: static; }
  .w3l-header-4 nav ul ul li a {
    padding: 5px 0px; }
  .w3l-header-4 .angle-dropdown-sub {
    transform: rotate(0deg); } }

@media (max-width: 800px) {
  .w3l-header-4 .logo,
  .w3l-header-4 .button {
    z-index: 9; }
  .w3l-header-4 a.actionbg {
    width: 90px;
    height: 35px;
    line-height: 35px; } }

@media (max-width: 480px) {
  .w3l-header-4 a.brand-logo {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 440px) {
  .w3l-header-4 #headers4-block {
    padding: 12px 0; }
  .w3l-header-4 [id^=drop]:checked + ul {
    max-height: 300px; } }

.covers-4 {
  /*-- covers4 block --*/
  /* main slider */
  /*-- main-slider responsive --*/
  /*-- main-slider responsive --*/
  /*-- /main-slider --*/
  /* responsive */
  /* //responsive */ }

.w3l-covers-9-main {
  /* //Reset Code */
  /* covers */
  /* css clider */
  /* .csslider>ul>li {
    min-height: 100vh;
} */
  /* //covers */
  /* responsive */
  /* //responsive */ }

.w3l-covers-9-main .d-grid {
  display: grid; }

.w3l-covers-9-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-covers-9-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-covers-9-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-covers-9-main a.action {
  border: none;
  color: #304659;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block; }

.w3l-covers-9-main a.action img {
  margin-left: 4px; }

.w3l-covers-9-main a.actionbg {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  padding: 15px 30px;
  border-radius: 4px;
  margin-right: 5px; }

.w3l-covers-9-main a.actionbg-border {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  text-align: center;
  padding: 12px 30px;
  border-radius: 4px; }

.w3l-covers-9-main a.actionbg-border:hover {
  color: var(--theme-color);
  border: 2px solid #fff;
  background: #fff; }

.w3l-covers-9-main a.actionbg:hover {
  background: var(--theme-hover-color); }

.w3l-covers-9-main .align-center {
  text-align: center; }

.w3l-covers-9-main .csslider > ul > li:first-child {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-covers-9-main .csslider > ul > li:nth-child(2) {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-covers-9-main .csslider > ul > li:nth-child(3) {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-covers-9-main .csslider > ul > li:nth-child(4) {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }

.w3l-covers-9-main .csslider > ul > li:before {
  content: "";
 
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0; }

.w3l-covers-9-main .cover-top-center-9 {
   min-height: 30em;;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 99; }

.w3l-covers-9-main .w3ls_cover_txt-9 {
  max-width: 800px; }

.w3l-covers-9-main h6.tag-cover-9 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #e6e6e6; }

.w3l-covers-9-main h3.title-cover-9 {
  font-size: 70px;
  line-height: 75px;
  color: #fff;
  margin: 25px 0;
  display: inline-block; }

.w3l-covers-9-main p.para-cover-9 {
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #d8d7d7; }

.w3l-covers-9-main .button-cover-9 {
  margin-top: 40px;
  display: inline-block; }

@media (max-width: 991px) {
  .w3l-covers-9-main .cover-top-center-9 {
    min-height: 34em; }
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 45px;
    line-height: 50px; } }

@media (max-width: 800px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 40px;
    margin: 20px 0; } }

@media (max-width: 667px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 40px;
    line-height: 46px; }
  .w3l-covers-9-main .cover-top-center-9 {
    min-height: 35em; } }

@media (max-width: 600px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 37px;
    line-height: 44px; } }

@media (max-width: 640px) {
  .w3l-covers-9-main .w3ls_cover_txt-9 {
    margin: 0 2em; } }

@media (max-width: 480px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 32px;
    line-height: 35px;
    margin: 15px 0; }
  .w3l-covers-9-main .cover-top-center-9 {
    min-height: 30em; }
  .w3l-covers-9-main .w3ls_cover_txt-9 {
    margin: 0 1em; } }

@media (max-width: 440px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 30px;
    margin: 10px 0; }
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 28px; } }

@media (max-width: 414px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 28px;
    line-height: 32px; }
  .w3l-covers-9-main p.para-cover-9 {
    font-size: 15px;
    line-height: 22px; } }

@media (max-width: 384px) {
  .w3l-covers-9-main h6.tag-cover-9 {
    font-size: 12px; }
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 28px;
    line-height: 35px;
    margin: 18px 0; }
  .w3l-covers-9-main p.para-cover-9 {
    font-size: 16px; }
  .w3l-covers-9-main .button-cover-9 {
    margin-top: 30px; }
  .w3l-covers-9-main .cover-top-center-9 {
    min-height: 28em; }
  .w3l-covers-9-main .csslider > .navigation {
    bottom: 10% !important; }
  .w3l-covers-9-main .w3ls_cover_txt-9 {
    margin: 0 .5em; } }

@media (max-width: 320px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 22px;
    line-height: 26px; } }

.w3l-covers-9-main {
  /*#region MODULES */
  /* arrows left and right */ }

.w3l-covers-9-main .csslider {
  position: relative; }

.w3l-covers-9-main .csslider > input {
  display: none; }

.w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.w3l-covers-9-main .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-covers-9-main .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;
  z-index: 1; }

.w3l-covers-9-main .csslider > .navigation {
  position: absolute;
  bottom: 9%;
  left: 50%;
  z-index: 9;
  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-covers-9-main .csslider > .navigation > div {
  margin-left: -100%; }

.w3l-covers-9-main .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-covers-9-main .csslider > .navigation label:hover:after {
  opacity: 1; }

.w3l-covers-9-main .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-covers-9-main .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-covers-9-main .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
  opacity: 1; }

.w3l-covers-9-main .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg); }

.w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg); }

.w3l-covers-9-main .csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-covers-9-main .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-covers-9-main .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1; }

.w3l-covers-9-main .csslider > .arrows {
  position: absolute;
  top: 54%;
  width: 100%;
  height: 26px;
  z-index: 9;
  box-sizing: content-box; }

.w3l-covers-9-main .csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 9px;
  box-shadow: inset 2px -2px 0 1px #fff;
  cursor: pointer;
  transition: box-shadow 0.15s, margin 0.15s; }

.w3l-covers-9-main .csslider > .arrows label:hover {
  margin: 0;
  opacity: .8; }

.w3l-covers-9-main .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%; }

.w3l-covers-9-main .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 5%;
  right: auto;
  transform: rotate(45deg); }

.w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 5%;
  left: auto;
  transform: rotate(225deg); }

.w3l-covers-9-main #slider1 {
  width: 100%; }

@media screen and (max-width: 1080px) {
  .w3l-covers-9-main .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 4%; }
  .w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 4%; } }

@media screen and (max-width: 737px) {
  .w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 5%; } }

@media screen and (max-width: 568px) {
  .w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 5%; } }

@media screen and (max-width: 667px) {
  .w3l-covers-9-main .csslider > .arrows label {
    padding: 7px; } }

@media screen and (max-width: 480px) {
  .w3l-covers-9-main .csslider > .arrows label {
    padding: 6px; }
  .w3l-covers-9-main .csslider > .navigation {
    bottom: 14%; } }

@media screen and (max-width: 384px) {
  .w3l-covers-9-main .csslider > .arrows label {
    padding: 5px; } }

@media screen and (max-width: 375px) {
  .w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 6%; } }

@media screen and (max-width: 320px) {
  .w3l-covers-9-main .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-9-main .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-9-main .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-9-main .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-9-main .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-9-main .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-9-main .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-9-main .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-9-main .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-9-main .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-9-main .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-9-main .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 7%; } }

/* w3l-bottom-menu-7 */
.w3l-bottom-menu-7 span {
  display: block; }

.w3l-bottom-menu-7 .bottom-nav-menu {
  padding: 60px 0px; }

.w3l-bottom-menu-7 h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color); }

.w3l-bottom-menu-7 .hny-nav {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px; }

.w3l-bottom-menu-7 .right p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

.w3l-bottom-menu-7 .hny-nav a {
  font-size: 18px;
  line-height: 22px;
  color: var(--heading-color);
  display: inline-block;
  font-weight: 600; }

.w3l-bottom-menu-7 .hny-nav a:hover {
  color: #000; }

.w3l-bottom-menu-7 .hny-nav span.fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 159, 77, 0.2);
  color: var(--theme-color);
  margin: 0 auto;
  font-size: 23px;
  border-radius: 50%;
  margin-bottom: 20px; }

.w3l-bottom-menu-7 .menu-top_sur {
  margin-top: 10px;
  margin: 0 auto; }

.w3l-bottom-menu-7 .menu_sur.menu-top_sur {
  margin-top: 30px;
  text-align: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.w3l-bottom-menu-7 .hny-nav :hover {
  background: #fff; }

@media (max-width: 1280px) {
  .w3l-bottom-menu-7 .hny-nav a {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 1280px) {
  .w3l-bottom-menu-7 .hny-nav {
    grid-template-columns: 1fr; } }

@media (max-width: 991px) {
  .w3l-bottom-menu-7 .menu_sur.menu-top_sur {
    grid-gap: 10px; } }

@media (max-width: 736px) {
  .w3l-bottom-menu-7 ul.menu_sur.menu-top_sur li:nth-child(6) {
    margin-top: 1em; }
  .w3l-bottom-menu-7 .menu_sur.menu-top_sur {
    margin-top: 30px;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-bottom-menu-7 h3 {
    font-size: 30px;
    line-height: 35px; }
  .w3l-bottom-menu-7 .hny-nav {
    grid-gap: 20px; } }

@media (max-width: 600px) {
  .w3l-bottom-menu-7 .bottom-nav-menu {
    padding: 50px 0px 0px; } }

@media (max-width: 384px) {
  .w3l-bottom-menu-7 .menu_sur.menu-top_sur {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr; } }

/*--/content with photo5--*/
.w3l-content-photo-5 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-content-photo-5 .content {
    padding: 70px 0; }
  .w3l-content-photo-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px; }
  .w3l-content-photo-5 .content-left {
    align-self: center; }
  .w3l-content-photo-5 .content-left h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color); }
  .w3l-content-photo-5 .content-left h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: initial;
    font-style: italic;
    color: var(--para-color); }
  .w3l-content-photo-5 .content-left p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 25px; }
  .w3l-content-photo-5 .content-left a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    background: var(--theme-color);
    padding: 12px 30px;
    border-radius: 4px; }
  .w3l-content-photo-5 .content-left a:hover {
    background: var(--theme-hover-color); }
  .w3l-content-photo-5 .content-left a span {
    margin-left: 8px; }
  @media (max-width: 1280px) {
    .w3l-content-photo-5 .d-grid {
      grid-column-gap: 40px; } }
  @media (max-width: 1080px) {
    .w3l-content-photo-5 .content-left h3 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 991px) {
    .w3l-content-photo-5 .d-grid {
      grid-template-columns: 1fr;
      grid-gap: 3.5rem; } }
  @media (max-width: 480px) {
    .w3l-content-photo-5 .content-left {
      order: 2; }
    .w3l-content-photo-5 .content-photo {
      order: 1; }
    .w3l-content-photo-5 .content {
      padding: 3em 0; }
    .w3l-content-photo-5 .d-grid {
      grid-row-gap: 2.5rem; } }
  @media (max-width: 414px) {
    .w3l-content-photo-5 .content-left h3 {
      font-size: 25px;
      line-height: 30px; }
    .w3l-content-photo-5 .content-left h5 {
      font-size: 20px;
      margin-bottom: 10px; }
    .w3l-content-photo-5 .content-left p {
      margin-top: 15px; }
    .w3l-content-photo-5 .content-left a {
      margin-top: 25px; } }
  @media (max-width: 384px) {
    .w3l-content-photo-5 .content-left h3 {
      font-size: 23px;
      line-height: 28px; }
    .w3l-content-photo-5 .content-left h5 {
      font-size: 18px; } }

/*--//content with photo5--*/
.w3l-call-to-action_9 {
  /* flex properties */
  /* //flex properties */
  /* //Reset Code */
  /* call to action */
  /* //call to action */
  /* responsive */
  /* //responsive */ }
  .w3l-call-to-action_9 .d-flex {
    display: flex; }
  .w3l-call-to-action_9 .justify-content-between {
    justify-content: space-between; }
  .w3l-call-to-action_9 .align-items-center {
    align-items: center; }
  .w3l-call-to-action_9 .main-cont-wthree-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-call-to-action_9 .call-w3 {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-call-to-action_9 h4 a.title-head {
    color: #4e5054;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block; }
  .w3l-call-to-action_9 h3.ban-text-2 {
    color: var(--heading-color);
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px; }
  .w3l-call-to-action_9 p.text-para {
    color: var(--para-color);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px; }
  .w3l-call-to-action_9 .call-grids-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-call-to-action_9 .grids-1 p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px; }
  .w3l-call-to-action_9 .grids-1 {
    padding: 2em;
    border: 1px solid #eee;
    background: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 5px; }
  .w3l-call-to-action_9 .grids-1:hover {
    border: 1px solid var(--theme-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-call-to-action_9 .grids-1:hover a span.fa {
    opacity: 1;
    color: var(--theme-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-call-to-action_9 .grids-1 a span.fa {
    color: var(--para-color);
    font-size: 30px;
    margin-top: 20px;
    opacity: 0.2;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-call-to-action_9 .buttons-top {
    margin-top: 4em;
    border-top: 1px solid #ddd;
    padding-top: 2.5em; }
  .w3l-call-to-action_9 .right-call-wthree {
    align-self: center; }
  .w3l-call-to-action_9 .button-effe-2 {
    background: var(--theme-color);
    border: none;
    color: #fff;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px; }
  .w3l-call-to-action_9 .button-effe-2:hover {
    background: var(--theme-hover-color); }
  @media (max-width: 1440px) {
    .w3l-call-to-action_9 .left-contect-calls {
      padding: 1rem 0; } }
  @media (max-width: 1366px) {
    .w3l-call-to-action_9 .left-contect-calls {
      padding: 0; } }
  @media (max-width: 1280px) {
    .w3l-call-to-action_9 .buttons-top {
      margin-top: 3em;
      padding-top: 2em; } }
  @media (max-width: 1080px) {
    .w3l-call-to-action_9 .main-cont-wthree-2 {
      grid-template-columns: 1fr; }
    .w3l-call-to-action_9 .right-call-wthree {
      flex: 0 0 100%;
      max-width: 100%; }
    .w3l-call-to-action_9 h3.ban-text-2 {
      font-size: 34px; } }
  @media (max-width: 800px) {
    .w3l-call-to-action_9 .left-contect-calls {
      max-width: 650px; }
    .w3l-call-to-action_9 .grids-1 {
      padding: 1.5em; }
    .w3l-call-to-action_9 .call-w3 {
      padding: 60px 0; } }
  @media (max-width: 667px) {
    .w3l-call-to-action_9 .left-contect-calls {
      max-width: 100%; }
    .w3l-call-to-action_9 h3.ban-text-2 {
      font-size: 32px; }
    .w3l-call-to-action_9 p.text-para {
      margin: 14px 0 26px;
      font-size: 16px; }
    .w3l-call-to-action_9 h4 a.title-head {
      font-size: 21px; }
    .w3l-call-to-action_9 .call-grid-sub-2 {
      margin-top: 1.5em; }
    .w3l-call-to-action_9 .buttons-top {
      margin-top: 2em; } }
  @media (max-width: 568px) {
    .w3l-call-to-action_9 h3.ban-text-2 {
      font-size: 30px;
      margin-bottom: 20px; }
    .w3l-call-to-action_9 p.text-para {
      margin: 0px;
      margin-bottom: 10px; }
    .w3l-call-to-action_9 h4 a.title-head {
      margin-bottom: 7px; }
    .w3l-call-to-action_9 .grids-1 p {
      font-size: 15px; }
    .w3l-call-to-action_9 .call-grid-sub-2 {
      margin-top: 1em; }
    .w3l-call-to-action_9 .call-w3 {
      padding: 50px 0; }
    .w3l-call-to-action_9 .button-effe-2 {
      margin-top: 0px; } }
  @media (max-width: 440px) {
    .w3l-call-to-action_9 p.text-para {
      font-size: 15px; }
    .w3l-call-to-action_9 .call-grids-w3 {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media (max-width: 414px) {
    .w3l-call-to-action_9 h3.ban-text-2 {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 384px) {
    .w3l-call-to-action_9 h4 a.title-head {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .w3l-call-to-action_9 .grids-1 {
      padding: 1em;
      margin-right: 0;
      width: 87%; }
    .w3l-call-to-action_9 .call-grids-w3 {
      display: block; }
    .w3l-call-to-action_9 .grids-1.grids-effect-2 {
      margin-top: 1em; }
    .w3l-call-to-action_9 .call-grid-sub-2 {
      margin-top: 0; } }

.w3l-feature-with-photo-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }

.w3l-feature-with-photo-1 .feature-with-photo {
  padding: 70px 0;
  text-align: center; }

.w3l-feature-with-photo-1 .feature-with-photo h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color); }

.w3l-feature-with-photo-1 .feature-with-photo p {
  font-size: 16px;
  line-height: 25px;
  margin: 20px auto 40px;
  color: var(--para-color);
  max-width: 650px; }

.w3l-feature-with-photo-1 .feature-with-photo .grid p {
  margin: 0;
  margin-top: 5px;
  max-width: 250px; }

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

@media (max-width: 991px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 30px;
    line-height: 35px; }
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 60px 0; }
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px; } }

@media (max-width: 736px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-column-gap: 7px; }
  .w3l-feature-with-photo-1 .feature-with-photo h4 a {
    font-size: 18px; } }

@media (max-width: 768px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 28px;
    line-height: 34px; } }

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

@media (max-width: 480px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 28px;
    line-height: 30px; }
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 40px 0; }
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; }
  .w3l-feature-with-photo-1 .icon {
    width: 65px; } }

@media (max-width: 414px) {
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 40px 0; }
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 25px; } }

@media (max-width: 384px) {
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 50px 0 50px; }
  .w3l-feature-with-photo-1 .three-grids {
    margin-top: 30px; } }

/*--/form-26--*/
.w3l-form-26 {
  /*-- //forms-26 --*/
  /*-- /responsive-start --*/ }
  .w3l-form-26 .form-26-main {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-form-26 .forms-26-info h2 {
    font-size: 45px;
    line-height: 50px;
    color: var(--heading-color);
    font-weight: 600;
    text-transform: capitalize; }
  .w3l-form-26 .form-inner-cont p {
    color: var(--para-color);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px; }
  .w3l-form-26 .form-inner-cont a {
    color: var(--para-color);
    font-weight: 700;
    text-decoration: none; }
  .w3l-form-26 .forms-gds {
    display: grid;
    grid-template-columns: 3fr 1fr; }
  .w3l-form-26 .form-right-inf {
    margin: auto;
    max-width: 600px; }
  .w3l-form-26 .form-right-inf input[type="email"],
  .w3l-form-26 .form-right-inf input[type="password"] {
    background: #eee;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0px 25px;
    color: var(--para-color);
    height: 50px;
    text-align: left;
    -webkit-appearance: none;
    font-family: inherit;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .w3l-form-26 .form-right-inf input[type="email"]:focus {
    background: #ddd; }
  .w3l-form-26 button.btn {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 50px;
    -webkit-appearance: none;
    font-family: inherit;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .w3l-form-26 button.btn:hover {
    background: var(--theme-hover-color); }
  .w3l-form-26 .form-inner-cont {
    text-align: center;
    margin: 0 auto;
    max-width: 750px; }
  .w3l-form-26 p.action-link {
    text-align: left;
    padding: 0; }
  @media all and (max-width: 1280px) {
    .w3l-form-26 .forms-26-info h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 992px) {
    .w3l-form-26 .forms-26-info h2 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-form-26 .form-26-main {
      padding: 60px 0; } }
  @media all and (max-width: 900px) {
    .w3l-form-26 .form-26-main {
      padding: 50px 0; } }
  @media all and (max-width: 600px) {
    .w3l-form-26 .forms-gds {
      grid-template-columns: 1fr;
      grid-gap: 10px; }
    .w3l-form-26 .form-right-inf input[type="email"], .w3l-form-26 button.btn {
      border-radius: 5px; } }
  @media all and (max-width: 480px) {
    .w3l-form-26 .form-26-main {
      padding: 40px 0; } }
  @media all and (max-width: 440px) {
    .w3l-form-26 .form-inner-cont p {
      margin: 24px 0; }
    .w3l-form-26 .forms-26-info h2 {
      font-size: 30px;
      line-height: 35px; } }

/*-- //responsive-end --*/
.w3l-footer-28-main {
  /* //Reset Code */
  /* footer-28 */
  /* //footer-28 */
  /* responsive */
  /* //responsive */ }
  .w3l-footer-28-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-28-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-footer-28-main .grid-col-4 {
    grid-template-columns: 1fr .8fr .5fr .6fr; }
  .w3l-footer-28-main .align-items-center {
    align-items: center; }
  .w3l-footer-28-main .footer-28 {
    padding: 70px 0;
    background: #191919; }
  .w3l-footer-28-main .footer-top-28 {
    grid-gap: 30px; }
  .w3l-footer-28-main h6.footer-title-28 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500; }
  .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,
  .w3l-footer-28-main .footer-list-28 ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #888; }
  .w3l-footer-28-main .footer-list-28 ul li a:hover {
    color: #eee; }
  .w3l-footer-28-main .footer-list-28 ul.posts a p,
  .w3l-footer-28-main .footer-list-28 p {
    color: #888;
    font-size: 16px;
    line-height: 25px;
    transition: .3s; }
  .w3l-footer-28-main .footer-list-28 ul.posts a p:hover {
    color: #eee;
    transition: .3s; }
  .w3l-footer-28-main .footer-list-28 ul.posts a p span {
    display: block;
    color: #888;
    font-size: 15px; }
  .w3l-footer-28-main .w3l-footer-28-main ul.posts a:last-child {
    margin-bottom: 0px; }
  .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: 20px;
    color: #8298AB; }
  .w3l-footer-28-main ul.list-btm-28 {
    margin: 25px 0 15px; }
  .w3l-footer-28-main a.tag {
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #888;
    padding: 5px 10px;
    display: inline-block;
    color: #888;
    border-radius: 4px;
    margin-bottom: 4px; }
  .w3l-footer-28-main a.tag:hover {
    border: 1px solid #eee;
    color: #eee; }
  .w3l-footer-28-main .list-btm-28 li {
    list-style-type: none;
    display: inline-block; }
  .w3l-footer-28-main h6.footer-title-28.margin-top {
    margin-top: 30px; }
  .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
    margin: 0 25px; }
  .w3l-footer-28-main ul.posts a {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px;
    margin-bottom: 10px; }
  .w3l-footer-28-main ul.posts a img {
    border-radius: 4px;
    border-bottom: 2px solid #888;
    background: #333; }
  .w3l-footer-28-main .footer-list-28 p span.fa,
  .w3l-footer-28-main .footer-list-28 a span.fa,
  .w3l-footer-28-main .footer-list-28 ul li span.fa {
    width: 20px; }
  .w3l-footer-28-main .list-btm-28 li a,
  .w3l-footer-28-main .list-btm-28 li select {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8298AB; }
  .w3l-footer-28-main .list-btm-28 li select {
    border: none;
    cursor: pointer;
    background: transparent; }
  .w3l-footer-28-main .midd-footer-28 {
    margin-top: 8em; }
  .w3l-footer-28-main p.copy-footer-29 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #252525; }
  .w3l-footer-28-main .copyright p {
    color: #888;
    font-size: 16px;
    line-height: 25px; }
  .w3l-footer-28-main .copyright p a {
    color: #aaa; }
  .w3l-footer-28-main .copyright p a:hover {
    color: #eee; }
  @media (max-width: 1080px) {
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 6em; }
    .w3l-footer-28-main .footer-top-28 {
      grid-gap: 15px; }
    .w3l-footer-28-main .footer-28 {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    .w3l-footer-28-main .grid-col-4 {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; } }
  @media (max-width: 667px) {
    .w3l-footer-28-main .footer-28 {
      padding: 40px 0; }
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 5em; } }
  @media (max-width: 600px) {
    .w3l-footer-28-main .footer-top-28 {
      grid-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-footer-28-main .footer-top-28 {
      grid-gap: 20px;
      grid-template-columns: 1fr 1.5fr;
      grid-row-gap: 30px; }
    .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
      margin: 0 18px; }
    .w3l-footer-28-main .mobile-footer-full {
      grid-column: span 2; }
    .w3l-footer-28-main a.tag {
      font-size: 14px;
      line-height: 23px;
      padding: 2px 10px; }
    .w3l-footer-28-main h6.footer-title-28 {
      font-size: 20px;
      margin-bottom: 15px; }
    .w3l-footer-28-main h6.footer-title-28.margin-top {
      margin-top: 20px; }
    .w3l-footer-28-main .footer-list-28 ul li {
      margin-bottom: 10px; } }

/*-- move top --*/
#movetop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0; }

#movetop:hover {
  opacity: 0.9; }

button span.fa-angle-up {
  line-height: 36px !important; }

/*-- /move top --*/
.w3l-content-with-photo-15 {
  /* content-with-photo15 */
  /* responsive code */ }
  .w3l-content-with-photo-15 section.content-photo {
    padding: 70px 0; }
  .w3l-content-with-photo-15 .content-photo h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 50px; }
  .w3l-content-with-photo-15 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
  .w3l-content-with-photo-15 .iconic-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    margin-bottom: 30px; }
  .w3l-content-with-photo-15 .iconic-grid:last-child {
    margin-bottom: 0; }
  .w3l-content-with-photo-15 .iconic-grid span.fa {
    font-size: 30px;
    width: 30px;
    color: var(--theme-color);
    margin-top: 5px; }
  .w3l-content-with-photo-15 .content-left-sec img {
    max-width: 100%; }
  .w3l-content-with-photo-15 .content-photo-bot1 img {
    vertical-align: middle;
    padding-right: 22px; }
  .w3l-content-with-photo-15 .content-photo-left p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-content-with-photo-15 .content-photo-grid {
    margin-top: 45px; }
  .w3l-content-with-photo-15 .content-photo-bot1 h5 {
    font-size: 17px;
    line-height: 25px;
    color: #3B5266; }
  .w3l-content-with-photo-15 .content-photo-gap {
    margin: 25px 0; }
  .w3l-content-with-photo-15 .content-photo-left {
    align-self: center; }
  @media screen and (max-width: 1080px) {
    .w3l-content-with-photo-15 .iconic-grid {
      margin-bottom: 20px; } }
  @media screen and (max-width: 991px) {
    .w3l-content-with-photo-15 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-content-with-photo-15 .content-photo h3 {
      margin-bottom: 40px; } }
  @media screen and (max-width: 800px) {
    .w3l-content-with-photo-15 section.content-photo {
      padding: 60px 0; } }
  @media all and (max-width: 600px) {
    .w3l-content-with-photo-15 .content-photo-grid {
      margin-top: 30px; } }
  @media all and (max-width: 568px) {
    .w3l-content-with-photo-15 .content-photo-left p {
      width: 100%; }
    .w3l-content-with-photo-15 .content-photo-gap {
      margin: 20px 0; }
    .w3l-content-with-photo-15 .content-photo-grid {
      margin-top: 25px; }
    .w3l-content-with-photo-15 section.content-photo {
      padding: 40px 0; } }
  @media all and (max-width: 500px) {
    .w3l-content-with-photo-15 .content-photo h3 {
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 414px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-content-with-photo-15 .content-photo-bot1 img {
      padding-right: 10px; }
    .w3l-content-with-photo-15 .content-photo-bot1 h5 {
      font-size: 15px;
      line-height: 23px;
      color: #3B5266; }
    .w3l-content-with-photo-15 .content-photo h3 {
      margin-bottom: 25px;
      font-size: 25px;
      line-height: 30px; } }
  @media all and (max-width: 384px) {
    .w3l-content-with-photo-15 .iconic-grid {
      grid-gap: 20px; } }
  @media all and (max-width: 375px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 28px;
      line-height: 34px; }
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 24px;
      line-height: 30px; } }
  @media all and (max-width: 320px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 24px;
      line-height: 30px; } }

/* //responsive code */
/* //content-with-photo-15 */
/* features-7 */
.w3l-features-7 {
  /* responsive code */ }
  .w3l-features-7 .features_sur {
    background: #f8f9fa;
    padding: 70px 0; }
  .w3l-features-7 .features_sur h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 20px;
    display: inline-block; }
  .w3l-features-7 .features-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-7 .features_sur p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 30px; }
  .w3l-features-7 .rounded-image img {
    border-radius: 50%;
    background: #fff; }
  .w3l-features-7 a.btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--theme-color);
    text-align: center;
    padding: 14px 30px;
    border-radius: 4px; }
  .w3l-features-7 a.btn:hover {
    background: var(--theme-hover-color); }
  @media screen and (max-width: 991px) {
    .w3l-features-7 .features-top_sur {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 0px; }
    .w3l-features-7 .rounded-image {
      order: 1;
      grid-column: span 2;
      max-width: 350px;
      margin: auto; }
    .w3l-features-7 .features-top-right_sur {
      text-align: left; } }
  @media screen and (max-width: 900px) {
    .w3l-features-7 .features_sur {
      padding: 50px 0; } }
  @media screen and (max-width: 736px) {
    .w3l-features-7 .rounded-image {
      order: inherit;
      grid-column: span 1;
      max-width: 350px;
      margin: auto; }
    .w3l-features-7 .features-top_sur {
      grid-template-columns: 1fr;
      grid-row-gap: 30px; } }
  @media screen and (max-width: 667px) {
    .w3l-features-7 .features-top-left_sur {
      width: 100%; }
    .w3l-features-7 .features-top-right_sur {
      width: 100%; } }
  @media screen and (max-width: 415px) {
    .w3l-features-7 .features_sur {
      padding: 50px 0; }
    .w3l-features-7 .features_sur h4 a {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 320px) {
    .w3l-features-7 .features_sur p {
      font-size: 15px; }
    .w3l-features-7 .features_sur h4 {
      font-size: 18px;
      line-height: 23px; } }

/* //features-7 */
.w3l-content-23 {
  /*-- w3l-content-23-block --*/ }
  .w3l-content-23 #content23-block {
    padding: 70px 0; }
  .w3l-content-23 .text-center {
    text-align: center; }
  .w3l-content-23 .content23-head {
    max-width: 750px;
    margin: 0 auto 50px; }
  .w3l-content-23 .content23-head h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: var(--heading-color);
    max-width: 600px;
    margin: 0 auto; }
  .w3l-content-23 .content23-head p {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: var(--para-color); }
  .w3l-content-23 .d-grid {
    display: grid; }
  .w3l-content-23 .content23-col-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; }
  .w3l-content-23 .content23-grid {
    background: url("../images/about.jpg") no-repeat 0px 0px;
    background-size: cover;
    padding: 60px;
    min-height: 350px;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 5px; }
  .w3l-content-23 .content23-grid1 {
    background: url("../images/bg4.jpg") no-repeat 0px 0px;
    background-size: cover;
    padding: 60px;
    min-height: 350px;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 5px; }
  .w3l-content-23 .content23-grid:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1;
    border-radius: 5px; }
  .w3l-content-23 .content23-grid h4 a {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: inline-block; }
  .w3l-content-23 .content23-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 0 auto; }
  .w3l-content-23 .content23-grid a.read {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    background: var(--theme-color);
    padding: 10px 30px;
    border-radius: 4px; }
  .w3l-content-23 .content23-grid a.read:hover {
    background: var(--theme-hover-color); }
  @media all and (max-width: 1080px) {
    .w3l-content-23 .content23-grid {
      min-height: 300px;
      padding: 30px; } }
  @media all and (max-width: 768px) {
    .w3l-content-23 .content23-grid h4 a {
      margin-bottom: 10px; }
    .w3l-content-23 #content23-block {
      padding: 60px 0; }
    .w3l-content-23 .content23-head h3 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-content-23 .content23-grid h4 a {
      font-size: 25px;
      line-height: 30px; } }
  @media all and (max-width: 600px) {
    .w3l-content-23 #content23-block {
      padding: 50px 0; } }
  @media all and (max-width: 500px) {
    .w3l-content-23 .content23-col-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
    .w3l-content-23 #content23-block {
      padding: 50px 0; }
    .w3l-content-23 .content23-head p {
      margin-top: 20px; }
    .w3l-content-23 .content23-head {
      margin: 0 auto 30px; }
    .w3l-content-23 .content23-grid {
      min-height: 250px;
      padding: 30px; } }
  @media all and (max-width: 480px) {
    .w3l-content-23 .content23-head h3 {
      font-size: 25px;
      line-height: 30px; } }
  @media all and (max-width: 320px) {
    .w3l-content-23 .content23-head h3 {
      font-size: 30px;
      line-height: 35px; } }

.w3l-covers-14 {
  /*-- Covers 14 --*/ }
  .w3l-covers-14 #covers14-block {
    padding: 70px 0;
    background: #f2fbf2;
    text-align: center; }
  .w3l-covers-14 .covers14-text {
    max-width: 650px;
    margin: auto; }
  .w3l-covers-14 .covers14-text h4 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color); }
  .w3l-covers-14 a.actionbg {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    background: var(--theme-color);
    padding: 12px 30px;
    border-radius: 4px;
    margin-right: 5px; }
  .w3l-covers-14 a.actionbg:hover {
    background: var(--theme-hover-color); }
  .w3l-covers-14 a.actionbg1 {
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    background: #333;
    border: 2px solid #fff;
    color: #eee;
    padding: 12px 30px;
    border-radius: 4px; }
  .w3l-covers-14 a.actionbg1:hover {
    background: #222; }
  @media all and (max-width: 700px) {
    .w3l-covers-14 .covers14-text h4 {
      margin-bottom: 35px; } }
  @media all and (max-width: 991px) {
    .w3l-covers-14 .covers14-text h4 {
      margin-bottom: 15px; } }
  @media all and (max-width: 768px) {
    .w3l-covers-14 #covers14-block {
      padding: 60px 0; } }
  @media all and (max-width: 736px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 480px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 25px;
      line-height: 30px; }
    .w3l-covers-14 #covers14-block {
      padding: 50px 0; } }

.w3l-features-2 .grid {
  display: grid; }

.w3l-features-2 .grid-column-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px; }

.w3l-features-2 .feature-text {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  text-align: center; }

.w3l-features-2 .feature-main {
  margin: 70px 0px; }

.w3l-features-2 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  max-width: 650px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 60px; }

.w3l-features-2 .img1 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 12px; }

.w3l-features-2 .img1 span.fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 159, 77, 0.2);
  color: var(--theme-color);
  font-size: 23px;
  border-radius: 50%; }

.w3l-features-2 .para {
  margin: auto;
  max-width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: var(--para-color); }

@media (max-width: 1080px) {
  .w3l-features-2 .feature-main {
    margin: 60px 0px; }
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; } }

@media (max-width: 992px) {
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px; }
  .w3l-features-2 .feature p {
    width: 100%; } }

@media (max-width: 768px) {
  .w3l-features-2 .feature p {
    width: 100%; }
  .w3l-features-2 .feature-text h1 {
    font-size: 50px; } }

@media (max-width: 580px) {
  .w3l-features-2 .feature p {
    width: 100%; }
  .w3l-features-2 .feature-text h1 {
    font-size: 39px; }
  .w3l-features-2 .feature-text {
    font-size: 30px;
    line-height: 35px; }
  .w3l-features-2 .feature-main {
    margin: 50px 0px; }
  .w3l-features-2 p {
    margin-bottom: 30px; } }

@media (max-width: 484px) {
  .w3l-features-2 .feature-text h1 {
    font-size: 35px; }
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px; }
  .w3l-features-2 .feature-main {
    margin: 40px 0px; } }

@media (max-width: 415px) {
  .w3l-features-2 .img1 span.fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 19px; } }

.w3l-companies-20 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }

.w3l-companies-20 .d-grid {
  display: grid; }

.w3l-companies-20 .companies20 {
  padding: 70px 0;
  background: #f8f9fa; }

.w3l-companies-20 .owl-carousel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: auto; }

.w3l-companies-20 .item:hover span.pos-icon {
  background: #fff;
  border: 1px solid transparent;
  background: #a5b02a;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.w3l-companies-20 span.pos-icon {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  overflow: hidden;
  max-width: 140px;
  max-height: 140px;
  margin: auto;
  display: grid;
  align-items: end;
  margin-bottom: 10px; }

.w3l-companies-20 .item {
  text-align: center; }

.w3l-companies-20 .item:hover .pos-icon span.fa {
  opacity: .2;
  transition: .3s; }

.w3l-companies-20 .item a {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  display: inline-block; }

.w3l-companies-20 .item a:hover {
  color: #111; }

.w3l-companies-20 .item p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

@media (max-width: 1080px) {
  .w3l-companies-20 .companies20-content {
    max-width: 100%; }
  .w3l-companies-20 .owl-carousel {
    grid-gap: 10px; }
  .w3l-companies-20 .text {
    padding-top: 40px;
    margin-top: 40px; } }

@media (max-width: 991px) {
  .w3l-companies-20 .owl-carousel {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 30px; } }

@media (max-width: 800px) {
  .w3l-companies-20 .item a {
    font-size: 19px; } }

@media (max-width: 768px) {
  .w3l-companies-20 .companies20 {
    padding: 60px 0; } }

@media (max-width: 667px) {
  .w3l-companies-20 .text p {
    font-size: 23px;
    line-height: 34px; }
  .w3l-companies-20 .owl-carousel .owl-nav button.owl-prev {
    left: -10px; }
  .w3l-companies-20 .owl-carousel .owl-nav button.owl-next {
    right: -10px; } }

@media (max-width: 568px) {
  .w3l-companies-20 .text p {
    font-size: 22px;
    line-height: 30px; }
  .w3l-companies-20 .companies20 {
    padding: 40px 0; }
  .w3l-companies-20 .item a {
    font-size: 17px; } }

@media (max-width: 480px) {
  .w3l-companies-20 .text {
    padding-top: 20px;
    margin-top: 20px;
    text-align: left; }
  .w3l-companies-20 .text p {
    font-size: 20px;
    line-height: 28px; }
  .w3l-companies-20 a.action {
    margin-top: 20px; }
  .w3l-companies-20 .companies20 {
    padding: 40px 0; }
  .w3l-companies-20 .owl-carousel {
    grid-gap: 10px; } }

@media (max-width: 415px) {
  .w3l-companies-20 .item a {
    font-size: 17px; }
  .w3l-companies-20 .item .pos-icon span.fa {
    font-size: 50px; }
  .w3l-companies-20 .owl-carousel {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 370px) {
  .w3l-companies-20 .item a {
    font-size: 16px; } }

.w3l-features-12 {
  padding: 70px 0;
  background: #f8f9fa; }
  .w3l-features-12 .feature-heading {
    color: var(--heading-color);
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 15px; }
  .w3l-features-12 .feature-para {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px; }
  .w3l-features-12 .feature12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-features-12 a.read {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    text-align: center;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 600; }
  .w3l-features-12 a.read span.fa {
    font-size: 13px;
    vertical-align: middle;
    margin-left: 4px; }
  .w3l-features-12 .feature-img {
    margin-bottom: 20px; }
  .w3l-features-12 .column {
    background: #fff;
    border: 2px solid #eee;
    padding: 60px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 5px; }
  .w3l-features-12 .column:hover strong {
    background: #333;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-features-12 strong {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    color: var(--theme-color);
    background: #f2fbf2;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 28px; }
  .w3l-features-12 .text-center {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px; }
  @media screen and (max-width: 992px) {
    .w3l-features-12 .column {
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    .w3l-features-12 .feature12 {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 736px) {
    .w3l-features-12 .feature12 {
      grid-template-columns: 1fr; }
    .w3l-features-12 .column {
      padding-right: 60px; }
    .w3l-features-12 strong {
      right: -35px;
      top: -35px;
      line-height: 130px;
      font-size: 20px;
      padding-left: 23px; }
    .w3l-features-12 a.read {
      font-size: 15px;
      margin-top: 20px; } }
  @media screen and (max-width: 414px) {
    .w3l-features-12 .column {
      padding-right: 50px; } }
  @media screen and (max-width: 384px) {
    .w3l-features-12 .column {
      padding: 20px;
      padding-right: 30px; }
    .w3l-features-12 .column {
      padding-right: 40px; } }

@media screen and (max-width: 800px) {
  .w3l-features-12 {
    padding: 60px 0; } }

@media screen and (max-width: 480px) {
  .w3l-features-12 {
    padding: 50px 0; } }

.w3l-feature-with-photo-13 {
  /*-- Features with photo 4 --*/ }
  .w3l-feature-with-photo-13 #fwp4-block {
    padding: 70px 0; }
  .w3l-feature-with-photo-13 .fwp-13 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .w3l-feature-with-photo-13 .fwp4-left-text h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa; }
  .w3l-feature-with-photo-13 .fwp4-left-text h4 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color); }
  .w3l-feature-with-photo-13 a.read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 14px 30px;
    background: var(--theme-color); }
  .w3l-feature-with-photo-13 a.read:hover {
    background: var(--theme-hover-color); }
  .w3l-feature-with-photo-13 p.fw-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 40px; }
  @media all and (max-width: 1000px) {
    .w3l-feature-with-photo-13 .fwp4-left-text h4 {
      font-size: 42px;
      line-height: 45px; } }
  @media all and (max-width: 1080px) {
    .w3l-feature-with-photo-13 .fwp-13 {
      grid-gap: 30px; }
    .w3l-feature-with-photo-13 .fwp4-left-text h4 {
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 991px) {
    .w3l-feature-with-photo-13 .fwp-13 {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-feature-with-photo-13 .tablet-order-info {
      order: 4; }
    .w3l-feature-with-photo-13 .tablet-order-img {
      margin-top: 30px; } }
  @media all and (max-width: 820px) {
    .w3l-feature-with-photo-13 #fwp4-block {
      padding: 50px 0; } }
  @media all and (max-width: 736px) {
    .w3l-feature-with-photo-13 .fwp4-left-text h4 {
      font-size: 25px;
      line-height: 30px; }
    .w3l-feature-with-photo-13 p.fw-txt {
      margin-bottom: 30px; } }
  @media all and (max-width: 550px) {
    .w3l-feature-with-photo-13 p.fwp4-box-txt {
      margin-top: 0px; }
    .w3l-feature-with-photo-13 .fwp4-box {
      display: flex;
      align-items: center;
      margin: 20px 0 0 0; }
    .w3l-feature-with-photo-13 .fwp4-box img {
      margin-right: 15px; }
    .w3l-feature-with-photo-13 p.fw-txt {
      margin-bottom: 25px; }
    .w3l-feature-with-photo-13 #fwp4-block {
      padding: 40px 0; } }

.w3l-teams-28-main {
  /* //Reset Code */
  /* teams 28 */
  /* //teams 28 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-28-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-28-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-28-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-28-main .teams-28 {
    padding: 70px 0; }
  .w3l-teams-28-main h6 a.title-team-28 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 25px;
    display: block; }
  .w3l-teams-28-main p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 3px; }
  .w3l-teams-28-main p.sm-text-28 {
    font-size: 15px;
    color: #aaa; }
  .w3l-teams-28-main .column-19 a img {
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .w3l-teams-28-main a.view {
    display: inline-block;
    font-size: 15px;
    color: var(--theme-color);
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 600; }
  .w3l-teams-28-main a.view:hover {
    color: var(--theme-hover-color); }
  .w3l-teams-28-main a.view span.fa {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 4px; }
  .w3l-teams-28-main .midd-para-team {
    margin: 10px 0 20px; }
  .w3l-teams-28-main .buttons-teams a span.fa {
    color: #aaa;
    font-size: 16px;
    width: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-teams-28-main .buttons-teams a.facebook span.fa:hover {
    color: #3b5998;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-teams-28-main .buttons-teams a.twitter span.fa:hover {
    color: #1da1f2;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .w3l-teams-28-main .column-19 a {
    display: block; }
  .w3l-teams-28-main .team-main-19 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 30px;
    align-items: center;
    border: 2px solid #eee;
    background: #f8f9fa;
    border-radius: 5px; }
  .w3l-teams-28-main .sec-tit28 {
    margin-top: 30px; }
  .w3l-teams-28-main .main-contteam-28 {
    grid-gap: 40px; }
  .w3l-teams-28-main .title-teams-28 h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .w3l-teams-28-main .title-teams-28 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
  @media (max-width: 1280px) {
    .w3l-teams-28-main .sec-tit28 {
      margin-top: 40px; }
    .w3l-teams-28-main .teams-28 {
      padding: 60px 0; } }
  @media (max-width: 1080px) {
    .w3l-teams-28-main .team-main-19 {
      grid-template-columns: 1.3fr 1fr;
      grid-gap: 10px; } }
  @media (max-width: 1050px) {
    .w3l-teams-28-main .team-main-19 {
      grid-gap: 20px; } }
  @media (max-width: 991px) {
    .w3l-teams-28-main .main-contteam-28 {
      grid-gap: 20px; }
    .w3l-teams-28-main p.sub-paragraph.midd-para-team {
      font-size: 16px; }
    .w3l-teams-28-main .team-main-19 {
      grid-template-columns: 1fr; }
    .w3l-teams-28-main .right-team-9 {
      padding: 20px 20px; }
    .w3l-teams-28-main .team-main-19 {
      grid-gap: 00px; } }
  @media (max-width: 900px) {
    .w3l-teams-28-main .team-main-19 {
      grid-template-columns: 1fr; }
    .w3l-teams-28-main .title-teams-28 h4 {
      margin-bottom: 10px; }
    .w3l-teams-28-main .teams-28 {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .w3l-teams-28-main .title-teams-28 {
      margin-bottom: 35px; }
    .w3l-teams-28-main .title-teams-28 h4 {
      font-size: 32px; }
    .w3l-teams-28-main .main-contteam-28 {
      grid-gap: 10px; } }
  @media (max-width: 414px) {
    .w3l-teams-28-main .right-team-9 {
      padding: 20px 15px; }
    .w3l-teams-28-main h6 a.title-team-28 {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 414px) {
    .w3l-teams-28-main .grid-col-2 {
      grid-template-columns: 1fr; } }

.w3l-teams-17 {
  /*-- slider responsive --*/ }

.w3l-teams-17 #teams17-block {
  padding: 70px 0; }

.w3l-teams-17 h3.title-wthree-tem {
  color: var(--heading-color);
  font-size: 30px; }

.w3l-teams-17 p.sub-title-top-3 {
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 25px; }

.w3l-teams-17 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 16px; }

.w3l-teams-17 h6.team-txt {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  margin-right: 10px;
  font-weight: 400; }

.w3l-teams-17 .d-flex.team-socia {
  align-items: center; }

.w3l-teams-17 .footerv4-social ul li span {
  color: #fff;
  font-size: 15px;
  line-height: 35px; }

.w3l-teams-17 .footerv4-social ul li a {
  margin: 0 4px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block; }

.w3l-teams-17 .icon_facebook {
  background: #3b5998; }

.w3l-teams-17 .icon_twitter {
  background: #1da1f2; }

.w3l-teams-17 .icon_dribbble {
  background: #ea4c89; }

.w3l-teams-17 .icon_g_plus {
  background: #dd4b39; }

.w3l-teams-17 .list-unstyled li {
  display: inline-block; }

.w3l-teams-17 .left-single-team {
  margin-bottom: 16px; }

.w3l-teams-17 .list-unstyled {
  padding-left: 0;
  list-style: none; }

.w3l-teams-17 ul.left-single-team li {
  color: #3a3939;
  font-size: 16px;
  display: block;
  line-height: 25px;
  margin-bottom: 10px; }

.w3l-teams-17 ul.left-single-team li span.fa {
  width: 25px;
  color: var(--heading-color); }

.w3l-teams-17 ul.left-single-team li a {
  color: var(--para-color);
  font-size: 16px; }

.w3l-teams-17 ul.left-single-team li a:hover {
  color: #333; }

.w3l-teams-17 .left-single-team p {
  color: var(--para-color); }

.w3l-teams-17 h4.progress-tittle {
  color: #444;
  font-size: 15px;
  margin-bottom: 6px;
  text-transform: uppercase; }

.w3l-teams-17 .progress-effect {
  height: 10px;
  background-color: #ddd;
  border-radius: 0.25rem; }

.w3l-teams-17 .w-75 {
  width: 75% !important; }

.w3l-teams-17 .w-50 {
  width: 50% !important; }

.w3l-teams-17 .w-65 {
  width: 65% !important; }

.w3l-teams-17 .team {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 70px;
  margin-bottom: 60px; }

.w3l-teams-17 .team-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 70px; }

.w3l-teams-17 .progress-one {
  margin-top: 1.2rem; }

.w3l-teams-17 h3.title-w3-w3ls-w {
  color: var(--heading-color);
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 600; }

@media (max-width: 1080px) {
  .w3l-teams-17 .team {
    grid-column-gap: 30px;
    margin-bottom: 60px; } }

@media (max-width: 991px) {
  .w3l-teams-17 .team {
    grid-template-columns: .7fr 1fr;
    grid-column-gap: 30px; }
  .w3l-teams-17 .team-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px; } }

@media (max-width: 736px) {
  .w3l-teams-17 .team {
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .w3l-teams-17 .team-1 {
    grid-template-columns: 1fr; } }

@media (max-width: 600px) {
  .w3l-teams-17 #teams17-block {
    padding: 3.5rem 0; }
  .w3l-teams-17 h3.title-wthree-tem {
    font-size: 25px; }
  .w3l-teams-17 h3.title-w3-w3ls-w {
    margin-bottom: 20px; } }

@media (max-width: 440px) {
  .w3l-teams-17 #teams17-block {
    padding: 2.5rem 0; }
  .w3l-teams-17 h3.title-w3-w3ls-w {
    font-size: 22px;
    line-height: 27px; } }

@media (max-width: 375px) {
  .w3l-teams-17 .footerv4-social ul li a {
    width: 30px;
    height: 30px; }
  .w3l-teams-17 .footerv4-social ul li span {
    line-height: 30px; } }

.w3l-service-3 {
  /*--inputs--*/
  /*--responsive--*/
  /*--//responsive--*/ }

.w3l-service-3 .service {
  padding-top: 60px;
  padding-bottom: 60px; }

.w3l-service-3 .service-gridbygrid a {
  display: block;
  text-align: center;
  position: relative; }

.w3l-service-3 .service-grided {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-service-3 img.img-responsive.img-fluid {
  border-radius: 4px;
  display: block; }

@media (max-width: 768px) {
  .w3l-service-3 h3.title-main.title-2 {
    margin-bottom: 10px; } }

@media (max-width: 736px) {
  .w3l-service-3 .service-grided {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 667px) {
  .w3l-service-3 .service {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 568px) {
  .w3l-service-3 .service-grided {
    grid-gap: 10px; } }

.w3l-services-6 {
  /*--/grids--*/
  /*--//grids--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-services-6 .services-layout {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-services-6 .services-gd {
    background: #fff;
    border: 1px solid rgba(130, 152, 171, 0.2);
    padding: 1.5em;
    border-radius: 5px; }
  .w3l-services-6 .serve-info span {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color);
    margin-bottom: 30px;
    display: inline-block; }
  .w3l-services-6 .serve-info img {
    border-radius: 5px; }
  .w3l-services-6 ul.admin-list {
    margin-top: 20px; }
  .w3l-services-6 ul.page-numbers li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #aaa;
    font-size: 16px; }
  .w3l-services-6 ul.page-numbers li {
    display: inline-block;
    margin-right: 5px; }
  .w3l-services-6 ul.page-numbers li a.active, .w3l-services-6 ul.page-numbers li a:hover {
    color: var(--theme-color);
    border: 1px solid var(--theme-color); }
  .w3l-services-6 ul.page-numbers li a.next {
    width: inherit;
    padding: 0 30px;
    border-radius: 35px; }
  .w3l-services-6 .pagination {
    margin-top: 60px; }
  .w3l-services-6 .serve-info span.fa {
    width: 20px;
    color: var(--theme-color);
    margin: 0; }
  .w3l-services-6 .services-gd h3 a {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    display: inherit;
    color: var(--heading-color); }
  .w3l-services-6 .admin-list li a {
    display: block;
    font-size: 15px;
    color: var(--para-color);
    text-transform: capitalize; }
  .w3l-services-6 .admin-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    list-style-type: none; }
  .w3l-services-6 .admin-list li:last-child {
    margin: 0 0 0 0; }
  .w3l-services-6 h3.date {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color);
    margin-bottom: 30px;
    display: inline-block; }
  .w3l-services-6 p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 20px;
    margin-top: 15px; }
  .w3l-services-6 .button {
    margin: 1.5em auto 0;
    text-align: center; }
  .w3l-services-6 .btn.read {
    background: #304659;
    border: 2px solid #304659;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 600; }
  .w3l-services-6 .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-services-6 .read {
    text-align: right; }
  .w3l-services-6 a.admin {
    font-size: 16px;
    color: var(--para-color);
    line-height: 25px;
    font-weight: 500; }
  .w3l-services-6 a.read {
    font-size: 16px;
    color: var(--theme-color);
    line-height: 25px;
    font-weight: 500; }
  .w3l-services-6 .grid {
    display: grid; }
  .w3l-services-6 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-services-6 .grid-column-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-services-6 .grid-column-auto-3 {
    grid-template-columns: auto 1fr auto; }
  .w3l-services-6 .column {
    border: none; }
  @media (max-width: 1080px) {
    .w3l-services-6 .grid-column-2 {
      grid-gap: 10px; }
    .w3l-services-6 .admin-list li a {
      font-size: 14px; }
    .w3l-services-6 .services-gd {
      padding: 1em; }
    .w3l-services-6 .admin-list li {
      margin: 0 10px 0 0; } }
  @media (max-width: 992px) {
    .w3l-services-6 .grid-column-2 {
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 769px) {
    .w3l-services-6 .services-layout {
      padding: 40px 0; } }
  @media (max-width: 736px) {
    .w3l-services-6 .grid-column-2 {
      grid-gap: 15px;
      grid-template-columns: 1fr; }
    .w3l-services-6 .services-gd {
      padding: 1.5em; }
    .w3l-services-6 h3.date {
      margin-bottom: 20px; } }
  @media (max-width: 420px) {
    .w3l-services-6 .services-gd h3 a {
      font-size: 20px; } }

.w3l-text-9 {
  /* //Reset Code */
  /* text */
  /* left side content */
  /* //left side content */
  /* right side content */
  /* //right side content */
  /* //text */
  /* comment grids */
  /* //comment grids */
  /* responsive */
  /* //responsive */ }
  .w3l-text-9 .d-grid {
    display: grid; }
  .w3l-text-9 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-text-9 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-text-9 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-text-9 a.action img {
    margin-left: 4px; }
  .w3l-text-9 .align-center {
    text-align: center; }
  .w3l-text-9 .text-element-9 {
    padding: 70px 0; }
  .w3l-text-9 .grid-text-9 {
    grid-gap: 10px;
    grid-template-columns: 200px 100px 700px; }
  .w3l-text-9 .left-text-9 {
    grid-column: 1 / 2;
    padding-top: 10px; }
  .w3l-text-9 .right-text-9 {
    grid-column: 3; }
  .w3l-text-9 .buttons-singles {
    margin-top: 30px; }
  .w3l-text-9 .buttons-singles h4 {
    display: inline-block;
    margin-right: 25px;
    font-size: 20px;
    color: #444; }
  .w3l-text-9 .buttons-singles a {
    color: #b4b4b4;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block; }
  .w3l-text-9 .buttons-singles.tags a {
    color: #b4b4b4;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block; }
  .w3l-text-9 .buttons-singles a:hover {
    color: #333; }
  .w3l-text-9 .left-right {
    grid-template-columns: auto 1fr;
    grid-gap: 50px; }
  .w3l-text-9 .left-right-img {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-text-9 h6.text-left-inner-9 a {
    font-size: 16px;
    line-height: 20px;
    color: var(--heading-color);
    margin-top: 10px;
    display: inline-block; }
  .w3l-text-9 .left-text-9 img,
  .w3l-text-9 .right-text-9 img {
    border-radius: 5px; }
  .w3l-text-9 .comments-grids .media img {
    border-radius: 50%; }
  .w3l-text-9 span.sub-inner-text-9 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #aaa;
    margin-top: 6px;
    display: inline-block; }
  .w3l-text-9 hr {
    opacity: 0.25;
    border: 1px solid #aaa;
    margin: 20px 0; }
  .w3l-text-9 h4.text-head-text-9 a {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 30px;
    display: inline-block; }
  .w3l-text-9 h5.sub-head-text-9 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 40px;
    margin-top: 40px; }
  .w3l-text-9 iframe {
    width: 100%;
    height: 400px; }
  .w3l-text-9 p.text-tag {
    color: #aaa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px; }
  .w3l-text-9 p.sub-para {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px; }
  .w3l-text-9 p.sub-para strong {
    color: rgba(33, 33, 41, 0.8); }
  .w3l-text-9 h6.heading-small-text-9 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color); }
  .w3l-text-9 .p-sticky-blog {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; }
  .w3l-text-9 .comments-grids {
    margin: 70px 0; }
  .w3l-text-9 h6.heading-small-text-9 {
    font-size: 22px;
    line-height: 30px;
    color: var(--heading-color); }
  .w3l-text-9 .media {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    margin-top: 30px; }
  .w3l-text-9 .media-body.comments-grid-right {
    padding: 25px;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative; }
  .w3l-text-9 .media-body.comments-grid-right:after {
    position: absolute;
    top: 9px;
    left: -10px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 0px 0 0 0;
    transform: rotate(-45deg);
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd; }
  .w3l-text-9 .comments-grid-right h4 {
    font-size: 20px;
    color: var(--heading-color);
    line-height: 25px;
    margin-bottom: 5px; }
  .w3l-text-9 .comments-grid-right ul li {
    display: inline-block;
    color: var(--para-color);
    font-size: 15px;
    line-height: 20px; }
  .w3l-text-9 .comments-grid-right ul li a {
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-text-9 .comments-grid-right p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 10px; }
  .w3l-text-9 .leave-coment {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; }
  .w3l-text-9 .leave-coment-form input[type="text"],
  .w3l-text-9 .leave-coment-form input[type="email"],
  .w3l-text-9 .leave-coment-form textarea {
    outline: none;
    border: 1px solid #dedede;
    background: none;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 25px;
    color: #212121;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: inherit; }
  .w3l-text-9 .leave-coment-form textarea {
    min-height: 120px;
    font-family: inherit; }
  .w3l-text-9 .leave-coment-btm {
    margin: 20px 0; }
  .w3l-text-9 .mm_single_submit button.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background: var(--theme-color);
    border: none;
    text-align: center;
    padding: 12px 25px;
    border-radius: 4px; }
  .w3l-text-9 .mm_single_submit button.btn:hover {
    background: var(--theme-hover-color); }
  @media (max-width: 1080px) {
    .w3l-text-9 h5.sub-head-text-9 {
      font-size: 23px; }
    .w3l-text-9 .grid-text-9 {
      grid-template-columns: 190px 60px auto; } }
  @media (max-width: 991px) {
    .w3l-text-9 h4.text-head-text-9 a {
      font-size: 30px;
      line-height: 35px; }
    .w3l-text-9 .left-text-9 {
      padding-top: 0px; }
    .w3l-text-9 .grid-text-9 {
      grid-template-columns: 160px 20px auto; }
    .w3l-text-9 iframe {
      height: 300px; }
    .w3l-text-9 .left-right {
      grid-template-columns: 1fr;
      grid-gap: 0px; } }
  @media (max-width: 900px) {
    .w3l-text-9 h5.sub-head-text-9 {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .w3l-text-9 h4.text-head-text-9 a {
      font-size: 26px;
      line-height: 31px; }
    .w3l-text-9 h5.sub-head-text-9 {
      font-size: 19px;
      line-height: 28px; }
    .w3l-text-9 h6.heading-small-text-9 {
      font-size: 18px; }
    .w3l-text-9 p.sub-para {
      margin-top: 15px; }
    .w3l-text-9 .text-element-9 {
      padding: 60px 0; } }
  @media (max-width: 736px) {
    .w3l-text-9 .grid-text-9 {
      grid-template-columns: 160px 0px auto; }
    .w3l-text-9 iframe {
      height: 200px; } }
  @media (max-width: 667px) {
    .w3l-text-9 .grid-text-9 {
      grid-template-columns: 1fr;
      grid-gap: 0;
      grid-row-gap: 10px; }
    .w3l-text-9 .left-text-9 {
      grid-column: column;
      order: 2; }
    .w3l-text-9 .p-sticky-blog {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; }
    .w3l-text-9 hr {
      border: none;
      margin: 00px 0; }
    .w3l-text-9 iframe {
      height: 300px; }
    .w3l-text-9 .comments-grids {
      margin: 60px 0; }
    .w3l-text-9 .leave-coment-form {
      margin-bottom: 30px; }
    .w3l-text-9 .buttons-singles.tags {
      margin-top: 20px; } }
  @media (max-width: 600px) {
    .w3l-text-9 h4.text-head-text-9 a {
      margin: 0px 0 20px; }
    .w3l-text-9 p.sub-para {
      font-size: 16px; }
    .w3l-text-9 h5.sub-head-text-9 {
      font-size: 18px;
      margin-top: 25px;
      margin-bottom: 25px; }
    .w3l-text-9 .buttons-singles {
      margin-top: 0px; }
    .w3l-text-9 iframe {
      margin-bottom: 20px; }
    .w3l-text-9 .text-element-9 {
      padding: 50px 0; }
    .w3l-text-9 .left-right-img {
      grid-gap: 15px; } }
  @media (max-width: 568px) {
    .w3l-text-9 h6.text-left-inner-9 a {
      font-size: 14.5px; }
    .w3l-text-9 span.sub-inner-text-9 {
      font-size: 14px; }
    .w3l-text-9 h4.text-head-text-9 a {
      font-size: 25px;
      line-height: 30px; }
    .w3l-text-9 .comments-grids {
      margin: 50px 0; } }
  @media (max-width: 480px) {
    .w3l-text-9 .left-text-9 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; }
    .w3l-text-9 .text-element-9 {
      padding: 40px 0; }
    .w3l-text-9 iframe {
      height: 250px; } }
  @media (max-width: 414px) {
    .w3l-text-9 h4.text-head-text-9 a {
      font-size: 22px;
      line-height: 27px; }
    .w3l-text-9 .p-sticky-blog {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; }
    .w3l-text-9 .leave-coment {
      grid-gap: 10px;
      grid-template-columns: 1fr;
      margin-top: 20px; }
    .w3l-text-9 .leave-coment-btm {
      margin: 15px 0; }
    .w3l-text-9 .media {
      grid-template-columns: auto; }
    .w3l-text-9 .media-body.comments-grid-right:after {
      top: -10px;
      left: 40px;
      transform: rotate(45deg); } }
  @media (max-width: 384px) {
    .w3l-text-9 iframe {
      height: 200px; }
    .w3l-text-9 .buttons-singles a {
      font-size: 17px; }
    .w3l-text-9 .media-body.comments-grid-right {
      padding: 20px; }
    .w3l-text-9 .leave-coment-form input[type="text"], .w3l-text-9 .leave-coment-form input[type="email"], .w3l-text-9 .leave-coment-form textarea {
      padding: 10px 15px; }
    .w3l-text-9 h4.text-head-text-9 a {
      font-size: 20px;
      line-height: 25px; } }

.w3l-error-block {
  /*--------------------
Page
--------------------*/
  /*--------------------
Header
--------------------*/
  /*--------------------
Content
--------------------*/
  /*--------------------
Image
--------------------*/ }
  .w3l-error-block .page {
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  .w3l-error-block header {
    padding: 30px; }
  .w3l-error-block header .logo {
    margin: 0 auto;
    text-align: center;
    margin-bottom: -17px; }
  .w3l-error-block header .logo svg {
    width: 61px;
    height: 14px; }
  .w3l-error-block header nav {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    float: left; }
  .w3l-error-block header nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #565c73;
    border-radius: 2px;
    box-shadow: 0 5px 0 #565c73, 0 10px 0 #565c73; }
  .w3l-error-block header .search {
    float: right;
    cursor: pointer; }
  .w3l-error-block header .search svg {
    width: 16px;
    height: 16px; }
  .w3l-error-block .content {
    text-align: center;
    display: grid;
    min-height: 100vh;
    align-items: center;
    padding: 30px 0; }
  .w3l-error-block .content h1 {
    font-weight: 700;
    font-size: 165px;
    opacity: 0.5;
    color: #eee; }
  .w3l-error-block .content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #eee; }
  .w3l-error-block .content p {
    font-size: 16px;
    color: #eee;
    line-height: 25px;
    margin-top: 10px; }
  .w3l-error-block .content a {
    display: inline-block;
    font-size: 16px;
    border: 2px solid #eee;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    color: #eee;
    margin-top: 50px; }
  .w3l-error-block .content a:hover {
    background: rgba(152, 152, 152, 0.15); }
  .w3l-error-block a.brand-logo {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    border: none;
    background: none;
    padding: 0px;
    margin: 0 !important; }
  .w3l-error-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.1); }
  .w3l-error-block img:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0; }
  @media (max-width: 991px) {
    .w3l-error-block .content h1 {
      font-size: 120px; } }
  @media (max-width: 568px) {
    .w3l-error-block .content p {
      margin-bottom: 30px; } }
  @media (max-width: 440px) {
    .w3l-error-block .content {
      padding-bottom: 20px;
      padding-top: 20px; }
    .w3l-error-block a.brand-logo {
      font-size: 30px;
      line-height: 35px; }
    .w3l-error-block .content h1 {
      font-size: 100px; } }

.w3l-coming-soon-page .coming-page-info-6 {
  background: url(../images/banner44.html) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center; }

.w3l-coming-soon-page .coming-page-info-6:before {
  content: "";
  background: rgba(0, 0, 0, 0.86);
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-coming-soon-page .top-hny-logo {
  padding: 2em 0; }

.w3l-coming-soon-page a.brand-logo {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  position: relative; }

.w3l-coming-soon-page label.spl-ap {
  color: var(--theme-color);
  font-weight: 900; }

.w3l-coming-soon-page .logo-icon {
  position: absolute;
  color: #fff;
  right: -3px;
  top: -8px;
  font-size: 19px; }

.w3l-coming-soon-page .coming-block {
  margin: 0px auto;
  max-width: 850px;
  text-align: center;
  padding: 1em; }

.w3l-coming-soon-page h1 {
  margin: 0;
  font-size: 100px !important;
  font-weight: 900;
  color: #fff;
  line-height: 100px;
  text-transform: uppercase; }

.w3l-coming-soon-page span.eyes {
  color: #fff; }

.w3l-coming-soon-page .countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500; }

.w3l-coming-soon-page .countdown > div {
  float: left;
  min-width: 115px;
  margin: 40px 0;
  font-size: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: bold;
  color: #fff; }

.w3l-coming-soon-page .countdown > div:last-child {
  border-right: none; }

.w3l-coming-soon-page p {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 1px;
  text-transform: capitalize; }

.w3l-coming-soon-page .countdown span {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }

@media (max-width: 568px) {
  .page .content a {
    margin-top: 0px !important; }
  .w3l-coming-soon-page .coming-block {
    padding: 0em 1em; } }

@media (max-width: 991px) {
  .w3l-coming-soon-page .coming-block {
    margin: 30px auto; } }

@media (max-width: 800px) {
  .w3l-coming-soon-page p {
    margin-top: 10px; }
  .w3l-coming-soon-page h1 {
    font-size: 80px !important;
    line-height: 95px; } }

@media (max-width: 667px) {
  .w3l-coming-soon-page h1 {
    font-size: 70px !important;
    line-height: 78px; } }

@media (max-width: 600px) {
  .w3l-coming-soon-page .countdown > div {
    font-size: 34px; }
  .w3l-coming-soon-page a.brand-logo {
    font-size: 32px; } }

@media (max-width: 480px) {
  .w3l-coming-soon-page h1 {
    font-size: 45px !important;
    line-height: 50px; }
  .w3l-coming-soon-page .countdown > div {
    font-size: 28px;
    min-width: 80px; }
  .w3l-coming-soon-page p {
    letter-spacing: 0px; } }

@media (max-width: 384px) {
  .w3l-coming-soon-page h1 {
    font-size: 60px !important;
    line-height: 55px; }
  .w3l-coming-soon-page .countdown > div {
    font-size: 35px;
    min-width: 78px; }
  .w3l-coming-soon-page .countdown span {
    font-size: 10px;
    letter-spacing: 1px; } }

@media (max-width: 320px) {
  .w3l-coming-soon-page .countdown > div {
    font-size: 30px;
    min-width: 68px; } }

.w3l-timeline-1 {
  padding: 70px 0; }

.w3l-timeline-1 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 20px; }

/*==================================
      TIMELINE
  ==================================*/
/*-- GENERAL STYLES
      
  
      /*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative; }

.timeline-item:last-child {
  padding-bottom: 0; }

/*----- TIMELINE INFO -----*/
.timeline-title {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color); }

.timeline-info {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 .5em 0;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--theme-color); }

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px; }

.timeline-marker:before {
  background: transparent;
  border: 3px solid var(--theme-color);
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #eee;
  display: block;
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 9px; }

.timeline-item:last-child .timeline-marker:after {
  content: none; }

.timeline-item:not(.period):hover .timeline-marker:before {
  background: var(--theme-color);
  border: 3px solid transparent; }

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px; }

.timeline-content p:last-child {
  margin-bottom: 0; }

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0; }

.period .timeline-info {
  display: none; }

.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 20px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee; }

.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto; }

.period .timeline-content {
  padding: 40px 0 70px; }

.period .timeline-title {
  margin: 0; }

/*----------------------------------------------
          MOD: TIMELINE SPLIT
      ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline,
  .timeline-centered .timeline {
    display: table; }
  .timeline-split .timeline-item,
  .timeline-centered .timeline-item {
    display: table-row;
    padding: 0; }
  .timeline-split .timeline-info,
  .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top; }
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative; }
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px; }
  .timeline-split .timeline-info,
  .timeline-centered .timeline-info {
    padding-right: 30px; }
  .timeline-split .period .timeline-title,
  .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px; } }

/*----------------------------------------------
          MOD: TIMELINE CENTERED
      ----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0; }
  .timeline-centered .timeline-item {
    padding-bottom: 50px;
    overflow: hidden; }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px; }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 46%; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    margin-top: 10px; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding: 25px;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content:after {
    position: absolute;
    top: 9px;
    left: -10px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 0px 0 0 0;
    transform: rotate(-45deg);
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    margin-top: 10px; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding: 25px;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content:before {
    position: absolute;
    top: 9px;
    right: -10px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 0px 0 0 0;
    transform: rotate(45deg);
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd; }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    border: none; }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px; }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto; }
  .timeline-centered .period .timeline-title {
    left: auto; } }

@media (max-width: 991px) {
  .timeline-marker:before {
    top: 0px; }
  .timeline-marker:after {
    top: 25px;
    bottom: 5px; } }

@media (max-width: 768px) {
  .w3l-timeline-1 {
    padding: 50px 0; } }

@media (max-width: 568px) {
  .w3l-timeline-1 {
    padding: 40px 0; } }

@media (max-width: 415px) {
  .w3l-timeline-1 p {
    margin-top: 10px; } }

/*----------------------------------------------
          MOD: MARKER OUTLINE
      ----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: var(--theme-color); }

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: var(--theme-color); }

.w3l-faq-main {
  /* faq page */
  /* accordions */
  /* //accordions */
  /* form */
  /* //form */
  /* //faq page */
  padding: 70px 0; }

.w3l-faq-main .about-right-faq p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

.w3l-faq-main .faq-cont {
  max-width: 800px;
  margin: auto; }

.w3l-faq-main .accordion {
  border: 1px solid white;
  margin: 0 auto;
  list-style: none outside; }

.w3l-faq-main .accordion > * + * {
  border-top: 1px solid white; }

.w3l-faq-main .accordion-item-hd {
  display: block;
  cursor: pointer;
  background-color: #fff;
  color: #41544a;
  padding: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 4px;
  border-left: 2px solid #009f4d;
  background: #f2fbf2; }

.w3l-faq-main li.accordion-item {
  margin-bottom: 1em; }

.w3l-faq-main .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 1000px;
  padding: 1.5em;
  border-top: none; }

.w3l-faq-main .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0); }

.w3l-faq-main .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px);
  /*minus half font-size*/
  right: 10px;
  transition: transform .3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1; }

.w3l-faq-main .accordion-item-bd {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden; }

.w3l-faq-main .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -9999px; }

.w3l-faq-main .banner-form-w3 h5 {
  color: #333;
  font-size: 20px; }

.w3l-faq-main .banner-form-w3 form {
  padding: 2em;
  background: #fff;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.17);
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  /* z-index: 99; */
  border-top: 1px solid #ddd; }

.w3l-faq-main .form-style-w3ls .form-control {
  outline: none;
  font-size: 14px;
  border: none;
  color: #666;
  background: #f1f1f1;
  padding: 12px 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0; }

.w3l-faq-main .form-style-w3ls textarea {
  min-height: 120px; }

@media all and (max-width: 768px) {
  .w3l-faq-main {
    padding: 60px 0; } }

@media all and (max-width: 568px) {
  .w3l-faq-main {
    padding: 40px 0; } }

@media all and (max-width: 415px) {
  .w3l-faq-main .accordion-item-hd {
    padding: 15px 20px;
    padding-right: 30px;
    font-size: 18px; }
  .w3l-faq-main .accordion-item-input:checked ~ .accordion-item-bd {
    padding: 1em; } }

@media all and (max-width: 380px) {
  .w3l-faq-main .accordion-item-hd {
    font-size: 17px; } }

/*-- search results -- */
.search-results-top {
  background: #f2fbf2;
  padding: 50px 0; }

.search-results-bottom {
  padding: 60px 0; }

.search-results-form form {
  position: relative;
  max-width: 600px;
  margin: auto;
  display: flex; }

.search-results-form,
.search-grids {
  max-width: 800px;
  margin: auto; }

.search-results-form input[type="search"] {
  border: none;
  color: var(--para-color);
  padding: 15px 20px;
  border-radius: 0px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background: #f2fbf2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--theme-color);
  font-family: inherit; }

.search-results-form button.btn {
  background: var(--theme-color);
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 16px;
  border-radius: 0px;
  margin: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(130, 152, 171, 0.2); }

.search-results-form button.btn:hover {
  background: var(--theme-hover-color); }

.search-content-1 a {
  font-size: 19px;
  display: inline-block;
  font-weight: 600;
  color: var(--heading-color);
  letter-spacing: 0px; }

.search-content-1 a:hover {
  color: #00aeff; }

.search-content-1 h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px; }

.search-results-content select.form-control {
  padding: 0;
  margin-left: auto;
  height: 29px !important; }

.border-bottom p {
  float: left; }

.select-right {
  float: right;
  margin-left: 10px; }

.search-results-bottom h5 {
  color: var(--para-color);
  font-weight: 600;
  margin-top: 10px;
  font-size: 17px;
  line-height: 25px; }

span.horizontal-line {
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  margin: 5px 0; }

.search-grid-1 {
  margin-top: 40px; }

.search-grid-1 h4 {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px; }

.search-grid-1 a {
  color: var(--theme-hover-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
  display: inline-block; }

.search-grid-1 a:hover {
  text-decoration: underline; }

.search-grid-1 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

/*-- search results -- */
/*-- /responsive design --*/
@media all and (max-width: 600px) {
  .search-results-form button.btn {
    width: 25%; }
  .search-results-bottom {
    padding: 40px 0; } }

@media all and (max-width: 480px) {
  .search-grid-1 h4 {
    font-size: 20px;
    line-height: 26px; }
  .search-grid-1 a {
    font-size: 15px; }
  .search-results-form button.btn {
    width: 30%; }
  .search-results-form input[type="text"],
  .search-results-form button.btn {
    padding: 13px 20px;
    font-size: 16px; }
  .search-results-bottom {
    padding: 35px 0; } }

@media all and (max-width: 415px) {
  .w3l-search-results-1 .section-title h3 {
    margin-bottom: 25px;
    font-size: 30px; }
  .search-results-top {
    padding: 40px 0; }
  .search-results-form form {
    flex-direction: column; }
  .search-results-form button.btn {
    width: 100%;
    border-radius: 4px;
    margin-top: 10px; }
  .search-results-form input[type="search"] {
    border-radius: 4px; }
  .search-grid-1 {
    margin-top: 25px; } }

/*-- /responsive design --*/
.w3l-forms-main-61 {
  background: #eee;
  padding: 20px 0;
  min-height: 100vh;
  display: grid;
  align-items: center; }

.w3l-forms-main-61 p.copy-footer-29 a {
  color: #333; }

.w3l-forms-main-61 p.copy-footer-29 a:hover {
  color: var(--theme-color); }

.w3l-forms-main-61 .logo {
  text-align: center; }

.w3l-forms-main-61 a.brand-logo {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px; }

.w3l-forms-main-61 p {
  color: var(--para-color);
  font-size: 15px;
  line-height: 25px; }

.w3l-forms-main-61 a.btn {
  color: var(--heading-color);
  font-size: 16px;
  border: none;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline; }

.w3l-forms-main-61 a.btn:hover {
  color: var(--theme-color); }

.w3l-forms-main-61 a.btn:hover {
  background: var(--theme-green); }

.w3l-forms-main-61 .top-bottom-gap {
  padding: 2rem 0; }

.w3l-forms-main-61 .form-61 {
  margin: auto;
  max-width: 450px;
  background: url(../images/g1.jpg) no-repeat center;
  background-size: cover;
  padding: 3em;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px; }

.w3l-forms-main-61 .form-register {
  margin: auto;
  max-width: 450px;
  background: url(../images/g6.jpg) no-repeat center;
  background-size: cover;
  padding: 3em;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px; }

.w3l-forms-main-61 label.remember a {
  color: #eee;
  text-transform: capitalize;
  text-decoration: underline; }

.w3l-forms-main-61 label.remember a:hover {
  color: var(--theme-color); }

.w3l-forms-main-61 .copyright {
  margin-top: 40px; }

.w3l-forms-main-61 .form-61::before {
  content: "";
  background: rgba(7, 10, 12, 0.6);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); }

.w3l-forms-main-61 .signin {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 27px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 46px;
  height: 46px; }

.w3l-forms-main-61 .facebook {
  background: #3a5898; }

.w3l-forms-main-61 .google-plus {
  background: #dd4b39; }

.w3l-forms-main-61 .facebook:hover,
.w3l-forms-main-61 .google-plus:hover {
  opacity: 0.8; }

.w3l-forms-main-61 .signin span {
  font-size: 22px; }

.w3l-forms-main-61 .main-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 30%;
  margin: 0 auto;
  grid-gap: 10px; }

.w3l-forms-main-61 .form-head {
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase; }

.w3l-forms-main-61 .form-para {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
  color: var(--theme-white);
  font-size: 15px;
  line-height: 24px; }

.w3l-forms-main-61 .checkbox {
  width: 16px;
  height: 16px;
  color: #F5F9FC;
  background: #304659;
  float: left; }

.w3l-forms-main-61 .input {
  margin-bottom: 10px;
  margin-top: 5px;
  outline: none;
  width: 100%;
  height: 45px;
  background: rgba(242, 251, 242, 0.21);
  color: #fff;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px; }

.w3l-forms-main-61 .input:focus {
  outline: none;
  border: 2px solid #fff; }

.w3l-forms-main-61 .text-head {
  margin-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }

.w3l-forms-main-61 .signinbutton {
  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: 4px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.w3l-forms-main-61 .signinbutton:hover {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: var(--theme-hover-color); }

.w3l-forms-main-61 .signup {
  margin-top: 33px;
  color: #aaa;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px; }

.w3l-forms-main-61 p.text-head,
.w3l-forms-main-61 p.action {
  color: #ccc; }

.w3l-forms-main-61 .signuplink {
  color: #ddd;
  margin-left: 5px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  display: inline-block; }

.w3l-forms-main-61 .signuplink:hover {
  text-decoration: underline; }

.w3l-forms-main-61 .form-34or {
  top: 35%;
  margin-bottom: 27px; }

.w3l-forms-main-61 .remember {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #aaa; }

.w3l-forms-main-61 .remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.w3l-forms-main-61 .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #aaa;
  border-radius: 4px; }

.w3l-forms-main-61 .remember:hover input ~ .checkmark {
  background-color: transparent; }

.w3l-forms-main-61 .remember input:checked ~ .checkmark {
  background: var(--theme-color);
  border: 2px solid var(--theme-color); }

.w3l-forms-main-61 .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.w3l-forms-main-61 .remember input:checked ~ .checkmark:after {
  display: block; }

.w3l-forms-main-61 .remember .checkmark:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

@media (max-width: 992px) {
  .w3l-forms-main-61 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px; }
  .w3l-forms-main-61 .input,
  .w3l-forms-main-61 .signinbutton {
    width: 100%; } }

@media (max-width: 736px) {
  .w3l-forms-main-61 a.brand-logo {
    font-size: 35px; }
  .w3l-forms-main-61 .go-to-home,
  .w3l-forms-main-61 .logo {
    text-align: center !important; } }

@media (max-width: 600px) {
  .w3l-forms-main-61 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; }
  .w3l-forms-main-61 .column1 {
    align-self: center;
    order: 2; }
  .w3l-forms-main-61 .column2 {
    order: 1; }
  .w3l-forms-main-61 .input {
    margin-bottom: 6px;
    margin-top: 10px;
    height: 40px;
    font-size: 14px; } }

@media (max-width: 415px) {
  .w3l-forms-main-61 .form-61 {
    padding: 2em; }
  .w3l-forms-main-61 .copyright {
    margin-top: 30px; } }

@media (max-width: 384px) {
  .w3l-forms-main-61 a.brand-logo {
    font-size: 30px; }
  .w3l-forms-main-61 .form-head {
    font-size: 28px;
    margin-bottom: 30px; }
  .w3l-forms-main-61 .signup {
    margin-top: 22px; } }

.w3l-product-15 {
  padding: 70px 0;
  /* product-15-main */
  /* //Reset Code */
  /* css clider */
  /* //covers */
  /* responsive */ }
  .w3l-product-15 .top-products {
    padding: 70px;
    background: #f2fbf2; }
  .w3l-product-15 .d-grid {
    display: grid; }
  .w3l-product-15 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-product-15 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-product-15 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-product-15 a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-product-15 a.action img {
    margin-left: 4px; }
  .w3l-product-15 a.actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 37px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 40px;
    text-align: center; }
  .w3l-product-15 .align-center {
    text-align: center; }
  .w3l-product-15 .cover-top-products-15 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-product-15 h3.title-product-15-main {
    font-size: 40px;
    line-height: 45px;
    color: var(--heading-color);
    margin-top: 5px;
    margin-bottom: 20px; }
  .w3l-product-15 h4.title {
    color: var(--theme-color);
    font-size: 20px;
    line-height: 25px;
    font-family: initial; }
  .w3l-product-15 .w3ls_products_img-right h4 a {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--heading-color); }
  .w3l-product-15 .w3ls_products_img-right p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-product-15 .w3ls_products_img-right a.shop {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    text-align: center;
    padding: 10px 25px;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 30px; }
  .w3l-product-15 .w3ls_products_img-right a.shop:hover {
    color: #fff;
    background: var(--theme-color); }
  .w3l-product-15 .w3ls_products_img-right a.cart {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    background: rgba(0, 159, 77, 0.2);
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 5px; }
  .w3l-product-15 .w3ls_products_img-right a.cart:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-product-15 p.para-products-15 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: var(--para-color); }
  @media (max-width: 1280px) {
    .w3l-product-15 .cover-top-products-15 {
      grid-gap: 5rem; }
    .w3l-product-15 .top-products {
      padding: 50px; } }
  @media (max-width: 1080px) {
    .w3l-product-15 .cover-top-products-15 {
      grid-gap: 3rem; }
    .w3l-product-15 h3.title-product-15-main {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    .w3l-product-15 .cover-top-products-15 {
      grid-gap: 1rem; } }
  @media (max-width: 991px) {
    .w3l-product-15 h3.title-product-15-main {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 10px; }
    .w3l-product-15 .cover-top-products-15 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; } }
  @media (max-width: 800px) {
    .w3l-product-15 .w3ls_products_txt-15 {
      grid-column: span 2;
      text-align: center; }
    .w3l-product-15 p.para-products-15 {
      font-size: 18px;
      margin-bottom: 5px; } }
  @media (max-width: 736px) {
    .w3l-product-15 .cover-top-products-15 {
      grid-template-columns: 1fr;
      margin-bottom: 30px; }
    .w3l-product-15 .w3ls_products_txt-15 {
      grid-column: span 1;
      text-align: left; } }
  @media (max-width: 440px) {
    .w3l-product-15 .top-products {
      padding: 30px; }
    .w3l-product-15 .w3ls_products_img-right h4 a {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 10px; } }
  @media (max-width: 350px) {
    .w3l-product-15 h3.title-product-15-main {
      font-size: 35px;
      line-height: 42px; } }

@media (max-width: 736px) {
  .w3l-product-15 {
    padding: 30px 0; } }

@media (max-width: 568px) {
  .w3l-product-15 {
    padding: 0px 0;
    padding-bottom: 20px; } }

/* //responsive */
/* // product-15-main */
.csslider {
  position: relative; }

.csslider > input {
  display: none; }

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.csslider > ul {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 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; }

.csslider > .navigation {
  position: absolute;
  bottom: 12%;
  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; }

.csslider > .navigation > div {
  margin-left: -100%; }

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
  padding: 4px;
  border: 2px solid var(--theme-color);
  background: transparent; }

.csslider > .navigation label:hover:after {
  opacity: 1; }

.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: var(--theme-color);
  border-radius: 50%;
  padding: 6px;
  opacity: 0; }

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
  opacity: 1; }

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg); }

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg); }

/*#region MODULES */
/* arrows left and right */
.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1; }

@media (max-width: 1080px) {
  .csslider > .navigation {
    bottom: 20%; } }

@media (max-width: 991px) {
  .csslider > .navigation {
    bottom: 12%; } }

@media (max-width: 736px) {
  .csslider > .navigation {
    bottom: 9%; } }

@media (max-width: 568px) {
  .csslider > .navigation {
    bottom: 7%; } }

@media (max-width: 384px) {
  .csslider > .navigation {
    bottom: 9%; } }

.w3l-products-2 {
  padding-bottom: 70px; }
  .w3l-products-2 .grid {
    display: grid; }
  .w3l-products-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 70px; }
  .w3l-products-2 .product-para {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    margin-top: 20px;
    float: left;
    margin-right: 10px; }
  .w3l-products-2 .product-head {
    color: var(--heading-color);
    text-align: center;
    line-height: 40px;
    font-size: 35px; }
  .w3l-products-2 a img {
    background: #f8f9fa; }
  .w3l-products-2 p.heading {
    color: var(--heading-color);
    line-height: 22px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600; }
  .w3l-products-2 .price {
    text-decoration: line-through;
    margin-top: 20px;
    color: #999;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal; }
  .w3l-products-2 a.add-cart {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    background: rgba(0, 159, 77, 0.2);
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 5px; }
  .w3l-products-2 a.add-cart:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-products-2 a.buy {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    text-align: center;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 30px; }
  .w3l-products-2 a.buy:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-products-2 ul.page-numbers li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #aaa;
    font-size: 16px; }
  .w3l-products-2 ul.page-numbers li {
    display: inline-block;
    margin-right: 5px; }
  .w3l-products-2 ul.page-numbers li a.active,
  .w3l-products-2 ul.page-numbers li a:hover {
    color: var(--theme-color);
    border: 1px solid var(--theme-color); }
  .w3l-products-2 ul.page-numbers li a.next {
    width: inherit;
    padding: 0 30px;
    border-radius: 35px; }
  .w3l-products-2 .pagination {
    margin-top: 50px; }
  @media (max-width: 1200px) {
    .w3l-products-2 .grid-column-2 {
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 40px; } }
  @media (max-width: 992px) {
    .w3l-products-2 .grid-column-2 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 415px) {
    .w3l-products-2 ul.page-numbers li a {
      width: 40px;
      height: 40px;
      line-height: 38px; } }
  @media (max-width: 384px) {
    .w3l-products-2 p.heading {
      line-height: 20px;
      font-size: 16px;
      margin-top: 10px; }
    .w3l-products-2 a.buy {
      padding: 10px 20px;
      margin-right: 0px;
      margin-top: 20px; }
    .w3l-products-2 a.add-cart {
      margin-top: 20px;
      margin-right: 0px; }
    .w3l-products-2 .product-para, .w3l-products-2 .price {
      margin-top: 10px; } }

@media (max-width: 768px) {
  .w3l-products-2 {
    padding-bottom: 50px; } }

.ecommerce-page {
  padding: 70px 0px; }
  .ecommerce-page .ecommerce-cart-two {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr; }
  .ecommerce-page .cart-details h4 {
    font-size: 25px;
    color: var(--heading-color);
    line-height: 35px; }
  .ecommerce-page .cart-details ul li {
    display: inline-block;
    color: var(--para-color); }
  .ecommerce-page .cart-details ul li h6 {
    font-size: 16px;
    color: var(--theme-color);
    line-height: 30px; }
  .ecommerce-page .cart-details ul li del {
    margin: 0 10px; }
  .ecommerce-page .cart-image a {
    display: inline-block; }
  .ecommerce-page p.single {
    margin-top: 25px;
    margin-bottom: 15px; }
  .ecommerce-page .cart-details p, .ecommerce-page .description p, .ecommerce-page .product-cost p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .ecommerce-page .sec-grid-1 {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    align-items: center; }
  .ecommerce-page .occasion-cart a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--theme-color);
    text-align: center;
    padding: 14px 30px;
    border-radius: 4px;
    margin-top: 40px; }
  .ecommerce-page .occasion-cart a:hover {
    background: var(--theme-hover-color); }
  .ecommerce-page ul.star li a span {
    font-size: 13px;
    color: var(--theme-color);
    line-height: 25px; }
  .ecommerce-page .sec-grid-1 label {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: #2C3038;
    display: block; }
  .ecommerce-page .sec-grid-1 select, .ecommerce-page input {
    border: 2px solid rgba(51, 51, 51, 0.25);
    padding: 8px 10px;
    width: 80px;
    font-size: 16px;
    color: #555A64;
    background: transparent;
    border-radius: 4px; }
  .ecommerce-page .cart-image img {
    background: #f2fbf2; }
  @media (max-width: 991px) {
    .ecommerce-page .ecommerce-cart-two {
      grid-gap: 30px; }
    .ecommerce-page .occasion-cart a {
      margin-top: 20px; } }
  @media (max-width: 736px) {
    .ecommerce-page .ecommerce-cart-two {
      grid-template-columns: 1fr; } }
  @media (max-width: 415px) {
    .ecommerce-page .cart-details h4 {
      font-size: 20px;
      line-height: 30px; } }

@media (max-width: 736px) {
  .ecommerce-page {
    padding: 50px 0px; } }

@media (max-width: 568px) {
  .ecommerce-page {
    padding: 40px 0px; } }

.w3l-contect-12 {
  /*-- Products4-block --*/ }

.w3l-contect-12 .content-heading {
  color: #2C3038;
  line-height: 25px;
  font-size: 18px;
  font-weight: 600; }

.w3l-contect-12 .content-para {
  color: #555A64;
  line-height: 25px;
  font-size: 16px; }

.w3l-contect-12 .content12 {
  text-align: left; }

.w3l-contect-12 .content12-1 {
  text-align: left; }

.w3l-contect-12 .content12-1 p {
  margin-bottom: 1rem; }

.w3l-contect-12 .column {
  margin-bottom: 1.5rem; }

.w3l-contect-12 .main-top {
  padding: 10px 0 80px;
  text-align: center; }

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

.w3l-contect-12 label.tabtle {
  display: inline-block;
  padding: 10px 0px;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #555A64;
  margin: 0 15px;
  cursor: pointer; }

.w3l-contect-12 label.tabtle:hover {
  color: var(--heading-color); }

.w3l-contect-12 .padding-bord {
  padding: 3.5rem 4rem;
  border: 1px solid #efecec; }

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

.w3l-contect-12 input:checked + label.tabtle {
  border-bottom: 2px solid #2C3038;
  line-height: 25px;
  text-align: center;
  color: #2C3038; }

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

.w3l-contect-12 .media {
  display: flex;
  align-items: flex-start; }

.w3l-contect-12 .media img {
  border-radius: 50%; }

.w3l-contect-12 .media-body,
.w3l-contect-12 .add-review input[type="email"] {
  margin-left: 1rem;
  text-align: left; }

.w3l-contect-12 .media-body {
  padding: 25px;
  border-radius: 5px;
  border: 2px solid #ddd;
  position: relative; }

.w3l-contect-12 .media-body:after {
  position: absolute;
  top: 9px;
  left: -10px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0px 0 0 0;
  transform: rotate(-45deg);
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd; }

.w3l-contect-12 .media.mt-5 {
  margin-top: 1.5rem; }

.w3l-contect-12 a.btn.button,
.w3l-contect-12 .buttonbg {
  margin-top: .8rem; }

.w3l-contect-12 .content12-1 h6,
.w3l-contect-12 .buttonbg {
  margin-bottom: 1rem; }

.w3l-contect-12 .buttonbg {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  padding: 14px 30px;
  border-radius: 4px; }

.w3l-contect-12 .buttonbg:hover {
  background: var(--theme-hover-color); }

.w3l-contect-12 .add-review input[type="text"],
.w3l-contect-12 .add-review input[type="email"],
.w3l-contect-12 .add-review textarea {
  outline: none;
  padding: 10px 15px;
  border: 1px solid #D2D2D2;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #888;
  margin-bottom: 1rem;
  font-family: inherit;
  border-radius: 4px; }

.w3l-contect-12 .add-review textarea {
  min-height: 100px; }

.w3l-contect-12 .add-review {
  margin-top: 2rem; }

.w3l-contect-12 a.button {
  border: none;
  color: var(--theme-color);
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block; }

.w3l-contect-12 .media-body p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 10px; }

.w3l-contect-12 .content12-1 p:last-child,
.w3l-contect-12 .column:last-child {
  margin-bottom: 0; }

@media all and (max-width: 1024px) {
  .w3l-contect-12 label.tabtle {
    font-size: 19px; } }

@media screen and (max-width: 992px) {
  .w3l-contect-12 .main-top {
    margin-top: 20px; }
  .w3l-contect-12 .padding-bord {
    padding: 3rem 2em; }
  .w3l-contect-12 .main-top {
    padding: 0px 0 60px; } }

@media screen and (max-width: 800px) {
  .w3l-contect-12 label.tabtle:before {
    margin: 0;
    font-size: 18px; }
  .w3l-contect-12 .padding-bord {
    padding: 2rem; }
  .w3l-contect-12 label.tabtle {
    margin: 0 5px;
    font-size: 18px; } }

@media screen and (max-width: 600px) {
  .w3l-contect-12 .wrapper {
    width: 90%; }
  .w3l-contect-12 .grid-col-4 {
    grid-row-gap: 20px; }
  .w3l-contect-12 h3.heading-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px; }
  .w3l-contect-12 label.tabtle {
    font-size: 16px;
    margin: 0 0px;
    padding: 5px 0px; }
  .w3l-contect-12 section.tab-content {
    padding: 20px 0 0; }
  .w3l-contect-12 .main-top {
    margin-top: 0; } }

@media screen and (max-width: 440px) {
  .w3l-contect-12 .wrapper {
    width: 93%;
    margin: 0 15px;
    padding: 1.5rem 1rem; }
  .w3l-contect-12 .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
  .w3l-contect-12 h3.heading-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px; }
  .w3l-contect-12 section.tab-content {
    padding: 28px 0 0; }
  .w3l-contect-12 .media {
    flex-direction: column; }
  .w3l-contect-12 .media-body {
    margin-left: 0rem;
    margin-top: 2em; }
  .w3l-contect-12 .media-body:after {
    top: -10px;
    left: 35px;
    transform: rotate(45deg); }
  .w3l-contect-12 .add-review input[type="email"] {
    margin-left: 0rem; } }

@media screen and (max-width: 414px) {
  .w3l-contect-12 .main-top {
    padding: 0px 0 40px; }
  .w3l-contect-12 .wrapper {
    width: 92%; } }

.w3l-products-6-main {
  padding: 70px 0;
  /*-- //quantity-end --*/ }

.w3l-products-6-main .product-inner {
  background: #fff; }

.w3l-products-6-main .checkout-right h4 {
  font-size: 27px;
  margin-bottom: 30px; }

.w3l-products-6-main td.invert-image {
  width: 12%; }

.w3l-products-6-main table.timetable_sub tr,
.w3l-products-6-main table.timetable_sub td,
.w3l-products-6-main table.timetable_sub th {
  border: none;
  border: 2px solid #eee; }

.w3l-products-6-main table.timetable_sub {
  width: 100%;
  margin: 0 auto; }

.w3l-products-6-main table.timetable_sub {
  border-collapse: collapse;
  background: #f8f9fa; }

.w3l-products-6-main .checkout-right-basket {
  margin-top: 50px; }

.w3l-products-6-main .timetable_sub th {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 16px;
  padding: 20px 15px;
  letter-spacing: 0px;
  background: #eee; }

.w3l-products-6-main .timetable_sub td {
  padding: 10px;
  font-size: 14px;
  color: var(--heading-color); }

.w3l-products-6-main td.product-name {
  font-size: 16px;
  max-width: 350px;
  font-weight: 600;
  color: var(--heading-color);
  text-align: center; }

.w3l-products-6-main td.product-name a {
  color: var(--heading-color);
  font-size: 18px; }

.w3l-products-6-main td.product-name a:hover {
  color: var(--theme-color); }

.w3l-products-6-main td.product-name span {
  color: var(--theme-green);
  display: block;
  font-weight: normal;
  margin: 15px 0; }

.w3l-products-6-main td.product-name li {
  list-style-type: none;
  font-weight: normal;
  color: var(--theme-para); }

.w3l-products-6-main td.product-name li a {
  color: var(--theme-title);
  font-size: 20px;
  text-align: center; }

.w3l-products-6-main td.price {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px; }

.w3l-products-6-main .em {
  position: relative;
  text-align: center; }

.w3l-products-6-main .close1,
.w3l-products-6-main .close2,
.w3l-products-6-main .close3 {
  cursor: pointer;
  font-size: 16px;
  color: var(--theme-title);
  transition: color 0.2s ease-in-out;
  text-align: center; }

.w3l-products-6-main .checkout-left {
  margin-top: 50px; }

.w3l-products-6-main .address_form_agile h4 {
  color: var(--theme-green);
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0px; }

.w3l-products-6-main .information-wrapper input,
.w3l-products-6-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-products-6-main button.submit.check_out {
  padding: 12px 25px;
  letter-spacing: 0px;
  background: var(--theme-green);
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin-top: 20px; }

.w3l-products-6-main button.submit.check_out:hover {
  background: var(--theme-title);
  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-products-6-main a.shop {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  padding: 14px 25px;
  border-radius: 4px;
  margin-right: 5px; }

.w3l-products-6-main a.shop:hover {
  background: var(--theme-hover-color); }

.w3l-products-6-main h5.price {
  font-size: 15px;
  color: #6e7d7c;
  margin-bottom: 9px; }

.w3l-products-6-main a.proceed.read-more-1.btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #333;
  text-align: center;
  padding: 14px 25px;
  border-radius: 4px;
  margin-right: 5px; }

.w3l-products-6-main a.proceed.read-more-1.btn:hover {
  background: #222; }

.w3l-products-6-main h6.totla-pay {
  font-size: 17px;
  color: var(--heading-color);
  padding-top: 15px; }

.w3l-products-6-main .checkout-left {
  margin-top: 2em;
  text-align: right; }

.w3l-products-6-main .checkout-right-basket a span {
  margin-left: 7px;
  color: var(--theme-green);
  font-size: 20px; }

.w3l-products-6-main .quantity-select {
  justify-content: center; }

.w3l-products-6-main .quantity {
  margin: auto 0; }

.w3l-products-6-main .quantity-select input {
  -webkit-appearance: none;
  border: 2px solid #bbc5bc;
  padding: 5px 5px;
  width: 46px;
  color: var(--heading-color);
  border-radius: 4px;
  font-size: 16px; }

.w3l-products-6-main td.invert-image img,
.w3l-products-6-main td.invert-image a {
  display: block; }

.w3l-products-6-main h5.quantity {
  margin-top: 5px !important; }

@media (max-width: 1050px) {
  .w3l-products-6-main .timetable_sub th {
    padding: 13px 10px;
    font-size: 14px; } }

@media (max-width: 992px) {
  .w3l-products-6-main td.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px; }
  .w3l-products-6-main .quantity {
    width: 50%; } }

/*--/responsive-code--*/
@media (max-width: 800px) {
  td.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px; } }

@media (max-width: 668px) {
  .checkout-right tr {
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 40% auto; }
  .w3l-products-6-main .quantity {
    margin: auto; }
  .w3l-products-6-main .checkout-right-basket {
    margin-top: 0px; }
  .w3l-products-6-main .checkout-left {
    margin-top: 1em; }
  .w3l-products-6-main table.timetable_sub tr {
    text-align: left; }
  .w3l-products-6-main table.timetable_sub {
    background: #fff; }
  .w3l-products-6-main table.timetable_sub td {
    border: none;
    text-align: left; }
  tr.rem1, tr.rem2, tr.rem3 {
    background: #f8f9fa; }
  .w3l-products-6-main td.invert-image {
    width: 100%; }
  .w3l-products-6-main table.timetable_sub td.product-name {
    border: none;
    text-align: left; }
  .timetable_sub td {
    padding: 5px 15px;
    display: block; }
  .timetable_sub td.invert {
    display: inline-block;
    padding: 5px 25px;
    align-self: center; }
  .close1,
  .close2,
  .close3 {
    text-align: center; }
  td.product-name {
    max-width: 400px; }
  .checkout-left {
    margin-top: 0px; }
  .timetable_sub th {
    font-size: 16px; }
  td.product-name {
    max-width: 430px; }
  thead {
    display: none; }
  .checkout-right h4 {
    font-size: 23px; }
  .cart-page-1 {
    padding: 40px 0; }
  .w3l-products-6-main {
    padding: 40px 0; } }

@media (max-width: 480px) {
  .timetable_sub td.invert-image {
    padding: 5px 0px; }
  .timetable_sub td.invert {
    padding: 5px 5px; }
  .quantity-select .entry.value-minus::before,
  .quantity-select .entry.value-plus::before {
    left: 39%; } }

@media (max-width: 415px) {
  .cart-page-1 h5 {
    font-size: 15px; } }

@media (max-width: 384px) {
  .quantity-select .entry.value-minus::before,
  .quantity-select .entry.value-plus::before {
    left: 37%; } }

@media (max-width: 350px) {
  .w3l-products-6-main a.shop {
    margin-bottom: 5px;
    margin-right: 0; }
  .w3l-products-6-main a.shop, .w3l-products-6-main a.proceed.read-more-1.btn {
    font-size: 15px;
    padding: 14px 20px; }
  .checkout-right tr {
    grid-template-columns: 50% auto; } }

.w3l-scale td.t-img img {
  border-radius: 5px;
  width: 20px; }

.w3l-scale td.sub-img img {
  width: 50px !important;
  max-width: initial;
  margin-top: 5px; }

.w3l-scale table.top-icons.two img {
  border-radius: 5px; }

@media only screen and (max-width: 800px) {
  .w3l-scale {
    /*-- w3layouts --*/
    /*-- agileits --*/ }
    .w3l-scale .container {
      width: 650px; }
    .w3l-scale table.header-email {
      width: 100% !important; }
    .w3l-scale table.footer-left {
      width: 100% !important;
      margin-left: 0px !important; }
    .w3l-scale .footer-bottom {
      margin-top: 20px !important; }
    .w3l-scale .container-middle {
      width: 416px !important; }
    .w3l-scale table.ban {
      background: url(images/banner.html);
      background-size: cover;
      height: 341px !important; }
    .w3l-scale table.over-lay-email {
      background-size: cover;
      height: 341px !important; }
    .w3l-scale .gallery-img a img {
      height: 134px !important; }
    .w3l-scale .gallery-img1 a img {
      height: 60px !important; }
    .w3l-scale .gallery-img2 a img {
      height: 60px !important; }
    .w3l-scale a.log {
      font-size: 2.7em !important; }
    .w3l-scale a.nav {
      font-size: 0.9em !important; }
    .w3l-scale td.price {
      font-size: 1.8em !important; }
    .w3l-scale td.top-text {
      height: 0px; }
    .w3l-scale td.h-title {
      font-size: 1.8em !important; }
    .w3l-scale a.learn {
      padding: 9px 12px !important;
      width: 115px !important; }
    .w3l-scale td.line {
      font-size: 0.9em !important; }
    .w3l-scale td.price-para {
      font-size: 0.8em;
      line-height: 1.9em;
      padding: 0 0px 0 0px; }
    .w3l-scale td.price {
      line-height: 25px !important; }
    .w3l-scale td.l-bottom {
      height: 20px !important; }
    .w3l-scale table.ban2 {
      background: url(images/bottom.html);
      background-size: cover;
      height: 280px !important; }
    .w3l-scale td.sub-ht {
      font-size: 1.5em !important; }
    .w3l-scale td.Divider.Line {
      border-width: 1px !important; }
    .w3l-scale table.about-text {
      text-align: center !important;
      margin: 0 auto;
      width: 100%; }
    .w3l-scale td.sub-img {
      margin: 0 auto !important;
      text-align: center;
      display: inline-block; }
    .w3l-scale table.serve {
      text-align: center !important;
      width: 100%; }
    .w3l-scale table.serve-gride {
      text-align: center !important;
      width: 100% !important;
      padding: 0 1em !important; }
    .w3l-scale td.team-inner {
      text-align: center !important;
      padding: 0 3em !important; }
    .w3l-scale td.pro-inner {
      padding: 0 2em !important; }
    .w3l-scale td.sub-tittle {
      text-align: center !important; }
    .w3l-scale td.serve-text {
      text-align: center !important; }
    .w3l-scale table.icon {
      width: 100% !important; }
    .w3l-scale td.scale-center-both.first img {
      text-align: center !important;
      margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .w3l-scale td.team img {
    margin: 0 auto !important; }
  .w3l-scale .pr-d {
    margin-left: 0 !important; } }

@media only screen and (max-width: 600px) {
  .w3l-scale {
    /*------ top header ------ */
    /*------- header ----------*/
    /*----- --features ---------*/
    /*------ sections ---------*/
    /*------- prefooter ------*/
    /*------- footer ------*/
    /*-- w3layouts --*/
    /*-- agileits --*/ }
    .w3l-scale table.top-icons {
      width: inherit !important;
      text-align: center !important;
      margin: 0 12em !important; }
    .w3l-scale td.team {
      text-align: center !important; }
    .w3l-scale .header-bg {
      width: 280px !important;
      height: 10px !important; }
    .w3l-scale .top-header-left {
      width: 260px !important;
      text-align: center !important; }
    .w3l-scale .top-header-right {
      width: 260px !important; }
    .w3l-scale .logo {
      width: 260px !important; }
    .w3l-scale .nav {
      width: 260px !important; }
    .w3l-scale .feature {
      width: 260px !important; }
    .w3l-scale .feature-middle {
      width: 222px !important;
      text-align: center !important; }
    .w3l-scale .feature-img {
      width: 260px !important;
      height: auto !important; }
    .w3l-scale .container {
      width: 560px !important; }
    .w3l-scale .mainContent {
      padding: 0 1em; }
    .w3l-scale .main-image {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .banner {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .section-item {
      width: 222px !important; }
    .w3l-scale .section-img {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .prefooter-header {
      padding: 0 10px !important;
      line-height: 28px !important; }
    .w3l-scale .prefooter-subheader {
      padding: 0 10px !important;
      line-height: 28px !important; }
    .w3l-scale .top-bottom-bg {
      width: 260px !important;
      height: auto !important; }
    .w3l-scale table {
      width: 100% !important; }
    .w3l-scale .gallery-img a img {
      height: 134px !important; }
    .w3l-scale .gallery-img1 a img {
      height: 60px !important; }
    .w3l-scale .gallery-img2 a img {
      height: 60px !important; }
    .w3l-scale a.log {
      font-size: 2.7em !important; }
    .w3l-scale a.nav {
      font-size: 0.9em !important; }
    .w3l-scale td.price {
      font-size: 1.8em !important; }
    .w3l-scale td.h-title {
      font-size: 1.8em !important; }
    .w3l-scale a.learn {
      padding: 9px 12px !important;
      width: 115px !important; }
    .w3l-scale td.price-para {
      font-size: 0.8em;
      line-height: 1.9em;
      padding: 0 0px 0 0px; }
    .w3l-scale td.price {
      line-height: 25px !important; }
    .w3l-scale td.l-bottom {
      height: 20px !important; }
    .w3l-scale table.ban2 {
      background: url(images/bottom.html);
      background-size: cover;
      height: 280px !important; }
    .w3l-scale td.sub-ht {
      font-size: 1.5em !important; }
    .w3l-scale table.banner-bottom-left-sub {
      width: 61% !important;
      height: 25% !important; }
    .w3l-scale table.member-text {
      text-align: center !important; }
    .w3l-scale table.w3l-scale.mobile-padding {
      padding: 0px !important; } }

@media only screen and (max-width: 568px) {
  .w3l-scale .container {
    width: 540px !important; }
  .w3l-scale table.top-icons {
    margin: 0 13em !important; }
  .w3l-scale .mainContent {
    padding: 0 1em; }
  .w3l-scale td.Divider.Line {
    border-width: 1px !important; }
  .w3l-scale a.log img {
    width: 16% !important; }
  .w3l-scale a.nav {
    text-align: center;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding: 54px 1px !important; }
  .w3l-scale a.top-move img {
    width: 62% !important; }
  .w3l-scale td.harvest {
    height: 20px !important; }
  .w3l-scale table.banner-bottom-left-sub {
    width: 61% !important;
    height: 25% !important; }
  .w3l-scale td.team-inner {
    text-align: center !important;
    padding: 0 1em !important; }
  .w3l-scale .mainContent {
    width: 100% !important; }
  .w3l-scale table.banner-bottom-left-sub {
    width: 91% !important;
    height: 92% !important; }
  .w3l-scale .over-lay-email td.serve-text {
    padding: 0 1.5em !important; }
  .w3l-scale td.ser {
    height: 10px !important; } }

@media only screen and (max-width: 480px) {
  .w3l-scale .container {
    width: 160px !important; }
  .w3l-scale .logo h1 a {
    font-size: 30px !important;
    line-height: 35px !important; }
  .w3l-scale .icon {
    width: 70%; }
  .w3l-scale table.serve {
    text-align: center !important; }
  .w3l-scale td.serve-text {
    padding: 0 0em !important; } }

@media only screen and (max-width: 480px) {
  .w3l-scale {
    /*------ top header ------ */
    /*------- header ----------*/
    /*----- --features ---------*/
    /*------ sections ---------*/
    /*------- prefooter ------*/
    /*------- footer ------*/ }
    .w3l-scale .header-bg {
      width: 280px !important;
      height: 10px !important; }
    .w3l-scale td.scale-center-both.first {
      padding: 0 !important; }
    .w3l-scale .top-header-left {
      width: 260px !important;
      text-align: center !important; }
    .w3l-scale .top-header-right {
      width: 260px !important; }
    .w3l-scale .logo {
      width: 260px !important; }
    .w3l-scale .nav {
      width: 260px !important; }
    .w3l-scale .feature {
      width: 260px !important; }
    .w3l-scale .feature-middle {
      width: 222px !important;
      text-align: center !important; }
    .w3l-scale .feature-img {
      width: 260px !important;
      height: auto !important; }
    .w3l-scale .container {
      width: 290px !important; }
    .w3l-scale .container-middle {
      width: 340px !important; }
    .w3l-scale .main-image {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .banner {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .section-item {
      width: 222px !important; }
    .w3l-scale .section-img {
      width: 222px !important;
      height: auto !important; }
    .w3l-scale .prefooter-header {
      padding: 0 10px !important;
      line-height: 28px !important; }
    .w3l-scale .prefooter-subheader {
      padding: 0 10px !important;
      line-height: 28px !important; }
    .w3l-scale .top-bottom-bg {
      width: 260px !important;
      height: auto !important; }
    .w3l-scale table {
      width: 100% !important; }
    .w3l-scale .gallery-img a img {
      height: 134px !important; }
    .w3l-scale .gallery-img1 a img {
      height: 60px !important; }
    .w3l-scale .gallery-img2 a img {
      height: 60px !important; }
    .w3l-scale a.log {
      font-size: 2.2em !important; }
    .w3l-scale a.nav {
      font-size: 0.9em !important; }
    .w3l-scale table.ban {
      width: 100% !important;
      height: 300px !important; }
    .w3l-scale td.price {
      font-size: 1.8em !important; }
    .w3l-scale td.top-text {
      height: 22px; }
    .w3l-scale td.h-title {
      font-size: 1.8em !important; }
    .w3l-scale a.learn {
      padding: 9px 12px !important;
      width: 115px !important; }
    .w3l-scale td.price-para {
      font-size: 0.8em;
      line-height: 1.9em;
      padding: 0 0px 0 0px; }
    .w3l-scale td.price {
      line-height: 25px !important; }
    .w3l-scale td.l-bottom {
      height: 20px !important; }
    .w3l-scale td.sub-ht {
      font-size: 1.5em !important; }
    .w3l-scale td.sub-tittle.two {
      text-align: center !important; }
    .w3l-scale td.team-inner {
      text-align: center !important;
      padding: 0 0em !important; }
    .w3l-scale .container {
      width: 340px !important; }
    .w3l-scale table.top-icons.two {
      margin: 0 !important; } }

@media only screen and (max-width: 414px) {
  .w3l-scale a.log {
    font-size: 2.2em !important; }
  .w3l-scale a.nav {
    font-size: 0.8em !important; }
  .w3l-scale table.ban {
    width: 100% !important;
    height: 300px !important; }
  .w3l-scale td.price {
    font-size: 1.8em !important; }
  .w3l-scale td.top-text {
    height: 22px; }
  .w3l-scale td.h-title {
    font-size: 1.8em !important; }
  .w3l-scale a.learn {
    padding: 8px 10px !important;
    width: 70px !important; }
  .w3l-scale td.price-para {
    padding: 0 !important;
    font-size: 0.8em0 !important; }
  .w3l-scale td.l-bottom {
    height: 20px !important; }
  .w3l-scale table.ban2 {
    background: url(images/bottom.html);
    background-size: cover;
    height: 280px !important; }
  .w3l-scale td.sub-tittle {
    font-size: 1.3em !important; }
  .w3l-scale td.icon-social a img {
    Width: 32px !important;
    height: 32px !important;
    margin: 0 2em; }
  .w3l-scale a.log img {
    width: 16% !important; }
  .w3l-scale td.img-text {
    font-size: 1.5em !important;
    text-align: center !important; }
  .w3l-scale td.pro-inner {
    padding: 0 0em !important; }
  .w3l-scale table.serve-gride {
    text-align: center !important;
    width: 100% !important;
    padding: 0 0em !important; }
  .w3l-scale table.top-icons {
    margin: 0 8em !important; }
  .w3l-scale table.top-icons.two {
    margin: 0 !important; } }

@media only screen and (max-width: 384px) {
  .w3l-scale a.nav {
    font-size: 0.7em !important;
    margin: 0 !important;
    padding: 15px 0 !important; }
  .w3l-scale a.log {
    font-size: 2.2em !important; }
  .w3l-scale table.ban {
    width: 100% !important;
    height: 245px !important; }
  .w3l-scale td.price {
    font-size: 1.8em !important; }
  .w3l-scale td.top-text {
    height: 22px; }
  .w3l-scale .gallery-img a img {
    height: 134px !important; }
  .w3l-scale td.sub-img {
    margin: 0 auto !important;
    text-align: center;
    display: inline-block;
    margin: 0em 8em !important; }
  .w3l-scale table.banner-bottom-left-sub {
    width: 91% !important;
    height: 10% !important; }
  .w3l-scale td.gap {
    height: 0; }
  .w3l-scale td.gap1 {
    height: 13px; } }

@media only screen and (max-width: 320px) {
  .w3l-scale a.nav {
    font-size: 0.7em !important;
    margin: 0 !important;
    padding: 15px 0 !important; }
  .w3l-scale a.log {
    font-size: 2.2em !important; }
  .w3l-scale table.ban {
    width: 100% !important;
    height: 245px !important; }
  .w3l-scale td.price {
    font-size: 1.8em !important; }
  .w3l-scale td.top-text {
    height: 22px; }
  .w3l-scale td.line {
    font-size: 0.8em !important; }
  .w3l-scale td.h-t {
    font-size: 1.7em !important; }
  .w3l-scale .gallery-img a img {
    height: 134px !important; }
  .w3l-scale td.sub-img {
    margin: 0 auto !important;
    text-align: center;
    display: inline-block;
    margin: 0em 8em !important; }
  .w3l-scale table.banner-bottom-left-sub {
    width: 91% !important;
    height: 10% !important; }
  .w3l-scale table {
    width: 100% !important; } }

@media only screen and (max-width: 600px) {
  table.mobile-padding {
    padding: 0 !important; } }

.w3l-contacts-12 {
  padding: 70px 0; }
  .w3l-contacts-12 .main-images a span.fa {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px; }
  .w3l-contacts-12 .main-images a {
    display: inline-block; }
  .w3l-contacts-12 .main-images a.facebook span.fa {
    background: #3b5998;
    color: #fff; }
  .w3l-contacts-12 .main-images a.twitter span.fa {
    background: #1da1f2;
    color: #fff; }
  .w3l-contacts-12 .main-images a.linkedin span.fa {
    background: #0077b5;
    color: #fff; }
  .w3l-contacts-12 .main-images a.instagram span.fa {
    background: #c13584;
    color: #fff; }
  .w3l-contacts-12 .contact-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .w3l-contacts-12 .contact-head {
    color: var(--heading-color);
    font-size: 45px;
    line-height: 50px; }
  .w3l-contacts-12 .input-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .w3l-contacts-12 .contact {
    padding: 0 30px; }
  .w3l-contacts-12 .contact .grid {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px; }
  .w3l-contacts-12 .contact .grid span {
    font-size: 18px;
    line-height: 25px;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 600;
    display: block; }
  .w3l-contacts-12 .contact .grid span.fa {
    font-size: 16px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: rgba(0, 159, 77, 0.2);
    color: var(--theme-color);
    border-radius: 50%;
    margin: 0;
    padding: 0; }
  .w3l-contacts-12 .contact-input,
  .w3l-contacts-12 textarea {
    width: 100%;
    color: var(--para-color);
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 12px 0px;
    border-bottom: 2px solid #eee;
    outline: none; }
  .w3l-contacts-12 .contact-input:focus,
  .w3l-contacts-12 textarea:focus {
    border-bottom: 2px solid var(--theme-color); }
  .w3l-contacts-12 textarea {
    height: 140px;
    margin-top: 20px; }
  .w3l-contacts-12 .actionbg {
    display: inline-block;
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 14px 30px;
    background: var(--theme-color);
    margin-top: 30px; }
  .w3l-contacts-12 .actionbg:hover {
    background: var(--theme-hover-color); }
  .w3l-contacts-12 .line {
    box-sizing: border-box;
    border: 1px solid #8298AB;
    opacity: 0.35; }
  .w3l-contacts-12 .contact-mail {
    color: var(--para-color);
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .contact-phone {
    margin-top: 10px;
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .contact-para2 {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 2px; }
  .w3l-contacts-12 .contact-para3,
  .w3l-contacts-12 a {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: inherit;
    margin-bottom: 2px; }
  .w3l-contacts-12 a:hover {
    color: var(--heading-color); }
  .w3l-contacts-12 .map {
    margin-top: 60px; }
  .w3l-contacts-12 .map iframe {
    min-height: 350px;
    border: none;
    width: 100%; }
  .w3l-contacts-12 .main-images {
    margin-top: 30px; }
  .w3l-contacts-12 .img-contact {
    margin-right: 25px; }
  @media all and (max-width: 1400px) {
    .w3l-contacts-12 .contacts12-main {
      max-width: 100%; }
    .w3l-contacts-12 .contact-para {
      max-width: 50%; } }
  @media screen and (max-width: 1080px) {
    .w3l-contacts-12 .contact .grid {
      grid-gap: 15px; } }
  @media screen and (max-width: 992px) {
    .w3l-contacts-12 .contact-grids {
      grid-template-columns: 1fr;
      grid-gap: 60px; }
    .w3l-contacts-12 .contact {
      padding: 0 0px; }
    .w3l-contacts-12 .map {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .w3l-contacts-12 .contact-input1 {
      margin-right: 0px;
      margin-bottom: 30px;
      width: 100%; }
    .w3l-contacts-12 .contact-input2,
    .w3l-contacts-12 .contact-textarea {
      width: 100%; }
    .w3l-contacts-12 .contact-para {
      max-width: 100%; }
    .w3l-contacts-12 .map iframe {
      min-height: 300px; } }
  @media screen and (max-width: 484px) {
    .w3l-contacts-12 .map iframe {
      min-height: 250px; }
    .w3l-contacts-12 textarea {
      height: 100px; } }
  @media screen and (max-width: 415px) {
    .w3l-contacts-12 .input-grids {
      grid-template-columns: 1fr; }
    .w3l-contacts-12 .contact .grid span.fa {
      font-size: 13px;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .w3l-contacts-12 .contact .grid span {
      font-size: 17px;
      margin-bottom: 5px; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 {
    padding: 60px 0; } }

@media screen and (max-width: 568px) {
  .w3l-contacts-12 {
    padding: 40px 0; } }

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