/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
@charset "UTF-8";

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #011627;
  --secondary: #1fa12e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}





/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root {
  --primary-color: #ffc107;
  --secondary-color: #2b2d42;
  --font-color: #787e92;
  --bg-color: #fff;
  --heading-color: #0A0B0F;
  --border-radius: 6px;
  --border-color: #ddd;
  --border-light: #ddd;
  --nav-color: #fff;
  --logo-color: #fff;
  --nav-color1: #222;
  --footer-bg: #0A0B0F;
  --footer-light: #14151F;
  --dropdown-color: #fff;
  --bg-light: rgba(147, 107, 232, 0.05);
  --iframe-filter: grayscale(0%);
  --widget-bg: #231f20;
}

[data-theme="dark"] {
  --primary-color: #d90429;
  --secondary-color: #2b2d42;
  --font-color: #afafaf;
  --bg-color: #111;
  --heading-color: #ddd;
  --border-color: #333;
  --border-light: #444;
  --nav-color: #f1f1f1;
  --nav-color1: #fff;
  --search-color: rgb(90, 36, 36);
  --bg-light: #222;
  --footer-bg: #000;
  --footer-light: #111;
  --dropdown-color: #191c1d;
  --iframe-filter: grayscale(100%);
  --widget-bg: #131617;
}

/*--//search--*/
@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
  }

  .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    max-width: 109px;
  }

  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {

  a.nav-link:before,
  a.dropdown-item:before {
    display: none;
  }

  .nav-fixed button.navbar-toggler.collapsed .icon-expand {
    color: var(--nav-color1);
  }

  .navbar form.search-box {
    display: block;
  }

  .navbar .search-right .popup form button {
    width: 100%;
    height: 60px;
    margin: 10px auto;
  }

  a.dropdown-item {
    width: auto;
  }

  .mobile-position {
    position: absolute;
    right: 40px;
    top: 13px;
  }

  .navbar .navbar-brand img {
    max-width: 140px;
  }

  .navbar .search-right {
    margin: 10px auto 0;
  }

  .navbar-toggler {
    border: 0 none;
    font-size: 22px !important;
  }

  .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    background: #005157;
    padding: 20px;
    margin-top: 16px;
    border-radius: var(--border-radius);
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
  }

  .navbar-nav:last-child {
    border: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    padding-bottom: 10px;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-collapse {
    background: #005157;
    border-radius: 6px;
  }

  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
  }

  header {
    height: auto;
    padding: 15px 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
    border: 1px solid var(--border-color);
  }

  header.nav-fixed {
    height: auto;
    padding: 10px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    color: var(--nav-color1);
  }

  .navbar ul.navbar-nav.search-right {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  button.navbar-toggler {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
  }

  nav.navbar .navbar-toggler-icon.fa {
    line-height: 1.2em;
    color: #fff;
    line-height: 34px;
    background-color: #ffc107;
    border-radius: 5px;
  }

  .navbar-toggler {
    padding: 0rem 0rem !important;
  }

  .navbar li a.search-search {
    color: var(--heading-color);
    display: inline-block;
    border: none;
  }

  .nav-fixed button.navbar-toggler.collapsed .icon-expand {
    color: var(--nav-color);
  }
}

@media only screen and (max-width:800px) {

  #site-footer .copyright,
  #site-footer ul.footer-menu {
    text-align: center;
  }

  .mobile-position {
    position: absolute;
    right: 40px;
    top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px;
  }

  .navbar .navbar-brand {
    font-size: 30px !important;
  }

  .mobile-position {
    top: 10px;
  }
}

@media only screen and (max-width:384px) {
  .mobile-position {
    top: 6px;
  }
}

.w3l-main-slider li {
  list-style-type: none;
}

.w3l-main-slider .banner-info-bg h5 {

  line-height: 88px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.w3l-main-slider .banner-info-bg p {
  color: #fff;
}

.w3l-main-slider .banner-info-bg ul {
  margin: 24px 0;
}

.w3l-main-slider .banner-info-bg {
  max-width: 690px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.w3l-main-slider p.text-label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1;
}

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .banner-view {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  min-height: calc(100vh - 30px);
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
}

.w3l-main-slider .banner-top1 {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-top2 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-top3 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-view:before {
  content: "";
  background: rgb(0 0 0 / 55%);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-main-slider .banner-buttons {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  margin-top: 50px;
}

.w3l-main-slider .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}

.w3l-main-slider .play-view h6 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
  display: inline-block;
}

.w3l-main-slider .play-view span.video-play-icon {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding-left: 2px;
  width: 54px;
  height: 54px;
  line-height: 53px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  text-align: center;
  border: 1px solid #fff;
}

.w3l-main-slider .play-view span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  background-color: var(--primary-color);
  border: 1px solid rgba(255, 0, 0, 0.4588235294117647);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Styles for dialog window */
#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3 {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe,
div#small-dialog1 iframe,
div#small-dialog2 iframe,
div#small-dialog3 iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (max-width:1080px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 70px;
    line-height: 78px;
  }
}

@media (max-width: 992px) {
  .w3l-main-slider .banner-view {
    min-height: 600px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 66px;
    line-height: 72px;
  }

  .w3l-main-slider .owl-nav {
    display: none;
  }
}

@media (max-width:800px) {
  .w3l-main-slider .banner-view {
    min-height: 500px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 43px;
    line-height: 50px;
  }

  .w3l-main-slider .banner-buttons {
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
    margin-top: 50px;
  }
}

@media (max-width:600px) {
  .w3l-main-slider .banner-view {
    min-height: 480px;
  }

  .w3l-main-slider .banner-info-bg {
    margin-top: 50px;
  }

  .w3l-main-slider .banner-buttons {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 40px;
    line-height: 48px;
  }

  .w3l-main-slider .play-view h6 {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media (max-width: 415px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 36px;
    line-height: 46px;
  }

  .w3l-main-slider .play-view h6 {
    display: none;
  }
}

@media (max-width: 384px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 32px;
    line-height: 40px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width:600px) {

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }

  .owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    background: none;
    left: 0;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
  }
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: none;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  width: 50px;
  background: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  color: var(--primary-color);
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 2px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left: 10px;
}

button.owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

/*--/testimonials--*/

.owl-testimonial.owl-carousel.owl-theme .owl-dots.disabled,
.owl-testimonial.owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}

.owl-testimonial .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  width: 50px;
  background: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: none;
}


.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
  opacity: 1;
}

.owl-testimonial .owl-dots {
  margin-top: 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 30px;
  background: none;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 2px;
  background: #272121;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
  opacity: 0.4;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}

/*--//testimonials--*/
@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px;
  }

  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%;
  }
}

/*--/content-5--*/
.w3l-content-5 {}

.w3l-content-5 .content-5-grids {
  align-items: center;
}

.w3l-content-5 .icon-holder span.fa {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transition: all 0.3s ease;
  border-radius: 100%;
  color: var(--primary-color);
  font-size: 26px;
  background: #ffe5e5;
  text-align: center;
}

.w3l-content-5 h4 {
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .content-5-one:nth-child(2) {
    margin: 50px 0;
  }
}

/*--//content-5--*/
/*--/bottom-grids--*/
.w3l-bottom-grids {}

.w3l-bottom-grids .bottomhny-grids-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: center;
}

.w3l-bottom-grids .bottomhny-1 {
  background: var(--footer-light);
  padding: 40px;
  min-height: 350px;
  display: grid;
  align-items: center;
}

.w3l-bottom-grids .bottomhny-2 {
  background: var(--footer-bg);
  padding: 40px;
  min-height: 350px;
  display: grid;
  align-items: center;
}

.w3l-bottom-grids .bottomhny-gd-ingf h4 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}

.w3l-bottom-grids .bottomhny-1-img {
  background: url(../images/banner2.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  padding: 40px;
  min-height: 350px;
}

@media (max-width:992px) {
  .w3l-bottom-grids .bottomhny-grids-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
}

@media (max-width:767px) {
  .w3l-bottom-grids .bottomhny-grids-sec {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .w3l-bottom-grids .bottomhny-1,
  .w3l-bottom-grids .bottomhny-2 {
    min-height: 200px;
    padding: 20px;
  }

  .w3l-bottom-grids .bottomhny-1-img {
    padding: 20px;
    min-height: 300px;
  }
}

@media (max-width:600px) {
  .w3l-bottom-grids .bottomhny-grids-sec {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .w3l-bottom-grids .bottomhny-gd-ingf h4 {
    font-size: 20px
  }

  .w3l-bottom-grids .bottomhny-1-img {
    padding: 20px;
    min-height: 200px;
  }
}

/*--//bottom-grids--*/
/*--/middle--*/
.middle {
  background: url(../images/banner3.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.middle:before {
  content: "";
  background: rgba(21, 17, 17, 0.81);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.welcome-left {
  max-width: 600px;
  margin: auto;
}

.welcome-left p {
  color: #fff;
  opacity: .8;
}

.welcome-left p a {
  color: var(--primary-color);
  font-weight: 600;

}

@media (max-width:600px) {
  .welcome-left a {
    display: block;
  }
}

/*--//middle--*/
/*--/specification-6--*/
.w3l-specification-6 {
  /*--//responsive--*/
}

.w3l-specification-6 .specification-6-mian {
  background: #fff;
  background: url(../images/banner4.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.w3l-specification-6 .specification-6-mian::before {
  content: "";
  background: rgba(21, 17, 17, 0.81);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-specification-6 .story-6-grids {
  align-items: center;
}

.w3l-specification-6 .story-info h5 a {
  color: #ffff;
  line-height: 25px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 16px;
}

.w3l-specification-6 .story-info {
  margin-bottom: 16px;
}

.w3l-specification-6 .story-info h5 a:hover {
  color: #ff7315;
}

.w3l-specification-6 .skill_info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-specification-6 .stats_left p {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.w3l-specification-6 .stats_left h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 0px 0;
  display: inline-block;
  line-height: 2.5;
}

.w3l-specification-6 p.counter-para,
.counter-sub-para {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
}

@media (max-width:1080px) {
  .w3l-specification-6 .stats_left h4 {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .w3l-specification-6 .story-gd {
    margin-bottom: 2em;
  }

  .w3l-specification-6 .stats_left h4 {
    font-size: 16px;
  }

  .w3l-specification-6 .skill_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 30px;
  }
}

@media (max-width:667px) {
  .w3l-specification-6 .skill_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 30px;
  }

  .w3l-specification-6 .stats_left h4 {
    font-size: 16px;
  }
}

@media (max-width:380px) {
  .w3l-specification-6 .skill_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
  }

  .w3l-specification-6 .stats_left h4 {
    font-size: 13px;
  }

  .w3l-specification-6 .stats_left p {
    font-size: 40px;
    line-height: 19px;
  }
}

/*--//specification-6--*/

.features-4 {
  /*--//features4--*/
}

.features-4 .features4-block {
  background: var(--bg-light);
}

.features4-grid-inn {
  text-align: center;
}

.features-4 .features4-grid {
  margin-bottom: 30px;
}


.features-4 .features4-grid h5 a {
  font-size: 24px;
  line-height: 25px;
  color: #272121;
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
}

.features-4 .features4-grid p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #777;
}

.features-4 span.fa.icon-fea4 {
  font-size: 40px;
  margin-bottom: 16px;
  color: var(--primary-color);
}

.features-4 .features4-grid h5 a:hover,
.features-4 .features4-grid:hover span.fa.icon-fea4 {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.img-featured {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.ch-info-wrap,
.ch-info {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.ch-info-wrap {
  top: 20px;
  left: 20px;
  background: #f9f9f9 url(../images/bg.jpg);
  box-shadow:
    0 0 0 20px rgba(255, 255, 255, 0.2),
    inset 0 0 3px rgba(115, 114, 23, 0.8);

}

.ch-info>div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-position: center center;

  -webkit-backface-visibility: hidden;
  /*Just for webkit to have a smooth font*/
  display: grid;
  align-items: center;
}

.ch-info .ch-info-front {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
  opacity: 0;
  background: var(--secondary-color);
  pointer-events: none;

  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);

  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
  background-image: url(../images/img1.jpg);
}

.ch-img-2 {
  background-image: url(../images/img2.jpg);
}

.ch-img-3 {
  background-image: url(../images/img3.jpg);
}

.ch-img-4 {
  background-image: url(../images/img4.jpg);
}

.ch-info h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 0 15px;
  font-family: 'Poppins', sans-serif;
  text-shadow:
    0 0 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.3);
}

/*----*
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
}

.ch-info p a:hover {
  color: #fff;
}

.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  opacity: 0;
}
/*----*/
.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width:1080px) {
  .img-featured {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 10px;
  }

  .ch-info-wrap,
  .ch-info {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
  }

  .features-4 .features4-grid h5 a {
    font-size: 20px;
  }

}

@media all and (max-width: 767px) {
  .features-4 .features4-grid {
    margin-bottom: 20px;
  }

  .features-4 .features4-grid h5 a {
    font-size: 20px;
    line-height: 25px;
  }

  .ch-info h4 {
    font-size: 14px;
  }
}


/*--/content-6--*/
.w3l-content-6 .content-6-mian {
  background: var(--bg-color);
}

.w3l-content-6 .content-info-in {
  align-items: center;
}

.w3l-content-6 .content-6-mian h4 {
  font-size: 22px;
  line-height: 32px;
  color: #101923;
  opacity: 0.9;
}

.w3l-content-6 .content-info-in p {
  line-height: 25px;
  font-size: 15px;
}


@media (max-width: 1440px) {
  .w3l-content-6 .counter-6-inf-left h4 {
    line-height: 70px;
    font-size: 50px;
    width: 60%;
  }
}

@media (max-width:991px) {}

@media (max-width:767px) {}

@media (max-width: 668px) {
  .w3l-content-6 .content-info-in p {
    line-height: 25px;
    font-size: 15px;
  }
}

@media (max-width:600px) {
  .w3l-content-6 .content-6-mian h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*-- //Principles --*/
/*--services --*/
.w3-services-grids {
  align-items: center;
}

.w3-services-grids .causes-grid {
  margin-bottom: 30px;
}

.w3-services-grids .causes-grid-info {
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  border-radius: var(--border-radius);
}

.w3-services-grids h4.cause-title {
  font-size: 22px;
  margin: 16px 0 10px 0;
  line-height: 27px;
  font-weight: 700;
  color: #1C1717;
}

.w3-services-grids img {
  width: 100%;
	height:260px; 
		
}

.w3-services-grids h4.cause-title:hover {
  color: var(--primary-color);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.w3-services-grids p {}

/*-- /progress --*/
.w3-services-grids span.progressText {
  color: #443737;
  line-height: 40px;
}

.w3-services-grids .barWrapper {
  margin-top: 1em;
}

.w3-services-grids .progress {
  height: 6px;
  overflow: visible !important;
}

.w3-services-grids .progress-bar {
  background: rgb(43, 57, 69);
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  overflow: visible !important;
}

.w3-services-grids .progress-box .progress-bar {
  position: relative;
  background-color: #ff4d00;
  box-shadow: none;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
}

.w3-services-grids .value-holder {
  position: absolute;
  text-align: center;
  bottom: 15px;
  right: -29px;
  color: #ff4d00;
  line-height: 18px;
  font-weight: 700;
  border: 2px solid #ff4d00;
  border-radius: 0px;
  font-size: 12px;
  padding: 3px 4px 2px 4px;
}

.w3-services-grids .value-holder:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -3px;
  bottom: -5px;
  border-bottom: 2px solid #ff4d00;
  border-right: 2px solid #ff4d00;
  transform: rotate(45deg);
}

/*-- //progress --*/
@media (max-width:991px) {}

@media (max-width:600px) {
  .w3-services-grids .causes-grid-info .btn {
    width: 100%;
  }
}

@media (max-width: 415px) {}

/*-- //services--*/
.w3l-content-4 {
  background: var(--bg-light);
}

.w3l-content-4 .content-info-in h6 {
  margin: 0px 0 6px 0;
}

.w3l-content-4 .content-info-in {
  align-items: center;
}

.w3l-content-4 .content-info-in h6 a {
  text-align: left;
  margin-bottom: 0;
  color: #101923;
  font-weight: 700;
  font-size: 20px;
}

.w3l-content-4 .content-info-in h6 a:hover {
  color: var(--secondary-color);
}

.w3l-content-4 .content4-icon {
  color: var(--primary-color);
  font-size: 30px;
  text-align: center;
}

.w3l-content-4 .content-4-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px;
}

.w3l-content-4 .content4-right-info {
  padding-left: 0;
}

.w3l-content-4 .content4-icon span.fa {
  margin-top: 4px;
  vertical-align: super;
}

.w3l-content-4 .content4-icon:hover span.fa {
  color: #ff4d00;
  transition: 0.3s ease;
}

@media (max-width: 992px) {
  .w3l-content-4 .content-right {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .w3l-content-4 .content4-icon {
    margin-bottom: 14px;
  }

  .w3l-content-4 .content-info-in h6 a {
    font-size: 22px;
  }

  .w3l-content-4 .content4-right-info {
    padding-left: 15px;
  }

  .w3l-content-4 .content4-icon span.fa {
    margin-top: 0px;
    vertical-align: middle;
  }
}

@media (max-width:736px) {}

/*--//content-4--*/
/*--/pricing--*/

.w3l-pricing .price-main-info .card-body {
  padding: 3.5em 3em;
  position: relative;
  overflow: hidden;
}

.w3l-pricing ul.list-unstyled li span.fa {
  font-size: 14px;
  margin-right: 5px;
  color: var(--primary-color);
}

label.price-label {
  font-size: 14px;
  color: #fff;
  background: var(--primary-color);
  padding: 5px 38px;
  position: absolute;
  right: -50px;
  top: 28px;
  transform: rotate(45deg);
}

.w3l-pricing .price-inner.card.box-shadow {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--heading-color);
}

.w3l-pricing .pricing-card-title span {
  font-size: .5em;
  display: inline-block;
  color: #5E6271;
  font-weight: 300;
}

.w3l-pricing .price-main-info small.text-muted {
  font-size: 0.5em;
}

.w3l-pricing ul.list-unstyled li {
  font-size: 1em;
  color: var(--font-color);
  line-height: 30px;
  margin-bottom: 5px;
}

.w3l-pricing .price-main-info h5.card-title {
  font-size: 3em;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: .5em;
  text-align: center;
}

.w3l-pricing .card-deck .card {
  padding: 0px;
}

.w3l-pricing .price-inner.card h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
}

.w3l-pricing .price-main-info.card {
  border-radius: 0;
  border: none;
  background: none;
}

.w3l-pricing .price-inner.card.box-shadow:hover,
.w3l-pricing .price-inner.card.box-shadow.active {
  background: var(--bg-light);
  transition: all .3s;
  border-top: 3px solid var(--primary-color);
}

.w3l-pricing .price-inner.card.box-shadow:hover .pricing-card-title,
.w3l-pricing .price-inner.card.box-shadow.active .pricing-card-title {
  color: var(--primary-color);
}

@media (max-width: 1080px) {
  .w3l-pricing .price-main-info .card-body {
    padding: 3.5em 2em;
  }
}

@media (max-width: 480px) {
  .w3l-pricing .price-main-info h5.card-title {
    font-size: 2.5em;
  }

  .w3l-pricing .price-main-info .card-body {
    padding: 2.5em 3em;
  }
  .w3l-pricing ul.list-unstyled li {
      font-size: 0.9em;
  }
}

/*--//pricing--*/

.w3l-team-main {
  /*-- team --*/
}

/*-- team --*/
.w3l-team-main .team-grids {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.w3l-team-main .team-grids h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.w3l-team-main .team-grids h6 {
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
}

.w3l-team-main .social-icons-section a {
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 2px;
}

.w3l-team-main .social-icons-section a span.fa {
  line-height: 40px;
}

.w3l-team-main .team-grids img {
  border-radius: var(--border-radius);
  width: 100%;
}

.w3l-team-main .social-icons-section a:hover {
  color: #fff;
  background: var(--primary-color);
}

.w3l-team-main .team-info {
  position: absolute;
  bottom: -227px;
  margin: 0;
  background: rgb(7 8 12 / 68%);
  padding: 2em 0;
  transition: .5s;
  -moz-transition: .5s;
  width: 100%;
  text-align: center;
  border-radius: 0px;
}

.w3l-team-main .team-grids:hover div.team-info {
  bottom: 0;
}

.w3l-team-main .social-icons-section,
.w3l-team-main .team-grids h6 {
  margin-top: 0.5em;
}

.w3l-team-main .caption {
  padding: 0px;
}

.w3l-team-main .team-info .social-icons-section a {
  margin: 0em .5em;
}

.w3l-team-main .social-icons-section {
  padding: 10px;
  margin-top: 10px;
}

/* team responsive */
@media (max-width: 1080px) {
  .w3l-team-main .team-grids h4 {
    font-size: 1em;
  }

  .w3l-team-main .about_grids h3 {
    font-size: 22px;
  }

  .w3l-team-main .about-in .card {
    padding: 1.5em .5em;
  }
}

@media (max-width: 991px) {
  .w3l-team-main .team-grids img {
    width: 100%;
  }
}

@media (max-width: 384px) {
  .w3l-team-main .team .row {
    padding: 0 10px;
  }

  .w3l-team-main .team .col-6 {
    padding: 0 5px;
  }
}

/*--/testiomials--*/
.w3l-testimonials {}

.w3l-testimonials .slider-info {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0;
  padding: 0 4em 4em 4em;
}

.w3l-testimonials .img-circle {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  border-radius: 50%;
}

.w3l-testimonials .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-testimonials .message {
  font-size: 18px;
  line-height: 30px;
  color: #1C1717;
  font-weight: 600;
  margin-top: 20px;
}

.w3l-testimonials .name {
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
  font-style: italic;
}

@media (max-width: 1024px) {
  .w3l-testimonials .slider-info {
    padding: 3rem 2rem;
  }
}

@media (max-width: 767px) {
  .w3l-testimonials .slider-info {
    padding: 2rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .w3l-testimonials .slider-info {
    padding: 2rem 15px;
  }

  .w3l-testimonials .message {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
}

/*--//testiomials--*/
/*--/contact--*/
.w3l-contact-11 {
  /*--/responsive--*/
  /*--//responsive--*/
}

.w3l-contact-11 .cont-details p {
  color: var(--font-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.w3l-contact-11 .hours h6 {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 28px;
}

.w3l-contact-11 .hours p a {
  color: var(--font-color);
}

.w3l-contact-11 .hours p a:hover {
  color: var(--primary-color);
}

.w3l-contact-11 form.signin-form {
  text-align: left;
}

.w3l-contact-11 .form-inner-cont .form-input {
  margin-bottom: 15px;
}

.w3l-contact-11 .form-inner-cont input,
.w3l-contact-11 .form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 15px;
  margin-bottom: 25px;
  color: #777;
  height: 50px;
  text-align: left;
  -webkit-appearance: none;
  background: var(--bg-color);
  padding-left: 15px;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
}

.w3l-contact-11 .form-inner-cont input:focus,
.w3l-contact-11 .form-inner-cont textarea:focus {
  border: 1px solid var(--primary-color);
}

.w3l-contact-11 .form-inner-cont textarea {
  height: 125px;
  resize: none;
  padding: 15px 15px;
}

.w3l-contact-11 .btn-contact {
  min-width: 130px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  padding: 14px 18px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1px solid var(--primary-color);
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
}

.w3l-contact-11 .btn-contact:hover {
  background: var(--secondary-color);
  color: #fff;
}

.w3l-contact-11 .map iframe {
  width: 100%;
  min-height: 500px;
  border: none;
}

@media all and (max-width: 991px) {
  .w3l-contact-11 .map iframe {
    min-height: 350px;
  }

  .w3l-contact-11 .contact-left.pr-lg-4 {
    order: 2;
    margin-top: 50px;
  }

  .w3l-contact-11 .form-inner-cont .form-input {
    margin-bottom: 2px;
  }

  .w3l-contact-11 .align-form-map {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width:600px) {
  .w3l-contact-11 .map iframe {
    min-height: 200px;
  }

  .w3l-contact-11 .btn-style {
    display: block;
    width: 100%;
  }

  .w3l-contact-11 .align-form-map {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width:568px) {
  .w3l-contact-11 .map iframe {
    min-height: 140px;
  }

}

/*--//contact--*/
/*--/breadcrumb--*/
.w3l-about-breadcrumb {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
}

.w3l-about-breadcrumb h2.title {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  padding-top: 60px;
}

.w3l-about-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  opacity: .7;
}

.w3l-about-breadcrumb .breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

ul.breadcrumbs-custom-path li a {
  color: var(--primary-color);
}

.w3l-about-breadcrumb .breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
}

@media (max-width:991px) {

}

@media (max-width:640px) {
  .w3l-about-breadcrumb h2.title {
    font-size: 34px;
  }

}

@media (max-width:600px) {
  .w3l-about-breadcrumb h2.title {
    font-size: 30px;
  }
}

/*--//breadcrumb--*/

/*--/footer--*/
.w3l-footer-66 .footer-inner-main {
  background: var(--footer-bg);
}

.w3l-footer-66 .sub-one-left h2 {
  margin-bottom: 14px;
}

.w3l-footer-66 h2 a.navbar-brand {
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.w3l-footer-66 h2 a.navbar-brand span {
  color: var(--primary-color);
  font-weight: 400;
  font-family: 'Limelight', cursive;
}

.w3l-footer-66 h2 a.navbar-brand span.fa {
  display: inline-block;
  color: #fff;
  font-size: 28px;
}

.w3l-footer-66 h6 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 34px;
  font-weight: 600;
}

.w3l-footer-66 .sub-two-right ul li {
  list-style: none;
}

.w3l-footer-66 .sub-two-right ul li span {
  margin-right: 10px;
  color: #fff;
}

.w3l-footer-66 .sub-one-left p,
.w3l-footer-66 .sub-two-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #40434c;
}

.w3l-footer-66 .mid-footer-gd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.w3l-footer-66 ul.social li,
.w3l-footer-66 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.w3l-footer-66 ul.social li a {
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  background: var(--footer-light);
}

.w3l-footer-66 ul.social li a span.fa {
  line-height: 36px;

}

.w3l-footer-66 ul.social li a:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease;
}

.w3l-footer-66 .columns-2 {
  margin-top: 1.2em;
}

.w3l-footer-66 .columns p,
.w3l-footer-66 .columns p a {
  font-size: 15px;
  line-height: 26px;
  color: #6e6e71;
}

.w3l-footer-66 .sub-two-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #40434c;
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer-66 .columns p a {
  color: #fff;
}

.w3l-footer-66 .columns p a:hover {
  color: #fff;
  text-decoration: underline;
}

.w3l-footer-66 .copyright-footer ul li {
  display: inline-block;
}

.w3l-footer-66 .right-side h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.w3l-footer-66 .copyright-footer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-footer-66 .below-section {
  background: var(--footer-light);
  padding: 16px 0;
  justify-content: space-between;
}

.w3l-footer-66 .column2 a {
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

.w3l-footer-66 .sub-contact-info strong a {
  color: #fff;
}

.w3l-footer-66 p.para-sep {
  text-align: center;
  margin-top: 10px;
  color: #7b7b7b;
  font-size: 16px;
}

.w3l-footer-66 p.para-sep a {
  color: #eee;
}

.w3l-footer-66 .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.w3l-footer-66 .contact-para {
  color: #cecece;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
}

.w3l-footer-66 ul.columns li {
  color: #6e6e71;
}

.w3l-footer-66 ul.columns li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6e6e71;
  margin: 0 16px;
}

.w3l-footer-66 #movetop {
  display: none;
  position: fixed;
  bottom: 7px;
  right: 26px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: var(--footer-bg);
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 50%;
}

.w3l-footer-66 #movetop:hover {
  background: var(--primary-color);
  color: #fff;
  opacity: 0.9;
}

.w3l-footer-66 .columns p {
  margin: 0;
}

.w3l-footer-66 a:hover,
.w3l-footer-66 ul.columns li a:hover,
.w3l-footer-66 .sub-two-right ul li a:hover {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.w3l-footer-66 form.footer-newsletter {
  display: flex;
}

.w3l-footer-66 .newsletter-grids-footer {
  align-items: center;

}

.w3l-footer-66 .newsletter-grids-footer h4 {
  font-size: 16px;
  line-height: 25px;
  color: #40434c;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 10px;
  opacity: 0.8;
}

.w3l-footer-66 .right-side {
  border-top: 1px solid #1d1f23;
  margin-top: 40px;
  padding-top: 50px;
}

.w3l-footer-66 .footer-newsletter input {
  padding: 0px 15px;
  width: 70%;
  border: none;
  background: var(--bg-color);
  color: var(--font-color);
  font-size: 16px;
  border-radius: var(--border-radius);
  text-align: left;
  float: left;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.w3l-footer-66 .footer-newsletter button.btn {
  padding: 0px 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: var(--primary-color);
  border: 1px solid transparent;
  width: 30%;
  text-transform: capitalize;
  float: right;
  height: 50px;
  line-height: 50px;
  margin-left: 2%;
  border-radius: var(--border-radius);
}

.w3l-footer-66 .footer-newsletter button.btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

@media (max-width: 1280px) {
  .w3l-footer-66 h6 {
    font-size: 16px;
  }

  .w3l-footer-66 .mid-footer-gd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .w3l-footer-66 ul.columns li a {
    margin: 0 10px;
  }
}

@media (max-width: 1080px) {
  .w3l-footer-66 h6 {
    font-size: 14px;
  }

  .w3l-footer-66 ul.columns li a {
    margin: 0 6px;
  }
}

@media (max-width: 991px) {
  .w3l-footer-66 h6 {
    font-size: 18px;
  }

  .w3l-footer-66 .copyright-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
  }

  .w3l-footer-66 form.footer-newsletter {
    display: flex;
    margin-top: 26px;
  }

  .sub-one-left:nth-child(3) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sub-one-left:nth-child(3) {
    margin-top: 0px;
  }

  .w3l-footer-66 .sub-one-left {
    margin-bottom: 40px;
  }

  .w3l-footer-66 #movetop {
    display: none;
    position: fixed;
    bottom: 7px;
    right: 30px;
  }

  .w3l-footer-66 .footer-newsletter button.btn {
    padding: 0px 20px;
  }

  .w3l-footer-66 .newsletter-grids-footer h4 {
    font-size: 15px;
  }

  .w3l-footer-66 .right-side {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media (max-width:568px) {
  .w3l-footer-66 form.footer-newsletter {
    display: block;
  }

  .w3l-footer-66 .footer-newsletter input {
    padding: 0px 15px;
    width: 100%;
  }

  .w3l-footer-66 .footer-newsletter button.btn {
    padding: 0px 20px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

/*--//footer--*/
/*sourceMappingURL=style-freedom.css.map */