@charset "UTF-8";

: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: #d63447;
  --secondary: #f57b51;
  --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;
}

html {
  font-family: 'Spartan', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure,
footer,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #216583;
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {

  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;

  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-6,
.col-sm-4,
.col-sm-6,
.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-10,
.col-lg-4,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 992px) {

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.btn-primary:focus {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.btn-primary:disabled {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d63447;
  border-color: #d63447;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 52, 71, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f57b51;
  border-color: #f57b51;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 123, 81, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #eb9ea7;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #f4c9ce;
  border-color: #f4c9ce;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.align-items-center {
  align-items: center !important;
}

.position-relative {
  position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.py-3 {
  padding-top: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {

  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }
}

/*!
 *  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 */

/* Deprecated as of 4.4.0 */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-envelope-o:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Spartan', sans-serif;
}

.align-self {
  align-self: center;
}

button,
input {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Spartan', sans-serif;
}

body a,
button,
.btn {
  cursor: pointer !important;
  font-family: 'Spartan', sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.align-center {
  align-self: center;
}

/*-- container --*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

/*-- //container --*/
:root {
  --theme-color: #293462;
  --theme-hover: #f7be16;
  --theme-dark: #0F1324;
  --theme-lite: #F8F9FC;
  --theme-title: #171C36;
  --theme-para: #777;
  --theme-white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
}

img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
}

body p {
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-para);
  font-family: 'Spartan', sans-serif;
}

.btn-style,
.btn-style-1 {
  padding: 0px 36px;
  color: var(--theme-color);
  height: 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in;
  border-radius: 6px;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}

.btn-style-1 {
  background-color: transparent;
  border: 2px solid var(--theme-white);
  color: #fff;
}

.btn-style-1:hover {
  background-color: var(--theme-white);
  border: 2px solid var(--theme-white);
  color: var(--theme-color);

}

.btn-style:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;

}

/*--/titles--*/
h3.hny-title,
h3.hny-title.two {
  font-size: 32px;
  line-height: 42px;
  color: var(--theme-title);
  text-transform: capitalize;
  font-weight: 400;
}

h3.hny-title span {
  font-weight: 600;
}

h3.hny-title.two {
  color: #fff;
}

.sub-title,
.sub-title-1 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #00818a;
  margin-bottom: 10px;
}

.sub-title-1 {
  color: #fff;
  opacity: 0.9;
}

@media (max-width: 992px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width:600px) {

  .btn-style,
  .btn-style-1 {
    padding: 0px 20px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }

  body p {
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
  }

  .p-ab {
    display: none;
  }

  .sub-title,
  .sub-title-1 {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  h3.hny-title,
  h3.hny-title.two {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 384px) {

  .sub-title,
  .sub-title-1 {
    font-size: 14px;
  }
}

@media (max-width: 375px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 24px;
    line-height: 34px;
  }
}

/*--/titles--*/
/*-- main --*/

/*-- //main --*/
/*-- /index2--*/

/*-- /index2--*/
/*-- //main --*/
/* width */

::-webkit-scrollbar {
  width: 0px;
}

::-o-scrollbar {
  width: 0px;
}

::-moz-scrollbar {
  width: 0px;
}

::-ms-scrollbar {
  width: 0px;
}

/* Track *

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px;
}

::-o-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px;
}

::-ms-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px;
}

::-moz-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: none;
  opacity: 0.8;
}

::-moz-scrollbar-thumb {
  background: none;
  opacity: 0.8;
}

::-o-scrollbar-thumb {
  background: none;
  opacity: 0.8;
}

::-ms-scrollbar-thumb {
  background: none;
  opacity: 0.8;
}

/* Handle on hover */
/* navigation */
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
}

button#showLeftPush {
  outline: none;
  background: none;
  border: none;
  font-size: 28px;
}

.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.2em;
  padding: 0 20px;
  margin: 0;
  font-weight: 600;
  background: var(--theme-color);
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
}

.cbp-spmenu a {
  display: block;
  color: var(--theme-title);
  font-size: 14px;
  font-weight: 600;
}

.cbp-spmenu a:hover {
  background: var(--theme-hover);
}

.cbp-spmenu a:active {
  background: var(--theme-hover);
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 3px 9px rgba(35, 55, 77, 0.24);
}

.cbp-spmenu-vertical a {
  padding: 10px 20px 8px 20px;
  line-height: 18px;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -240px;
}

/* Horizontal menu that slides from the top or bottom */

/* Push classes applied to the body */

/* Transitions */

.cbp-spmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-height: 26.375em) {

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }

  .cbp-spmenu-left {
    left: -190px;
  }
}

/*-- copyright --*/

/*-- //copyright --*/
/*--/header--*/
.tophny-header {
  background: var(--theme-hover);
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 70px;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}

/* Heading */
.hny-topgds {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 4fr 1fr;
  grid-gap: 20px;
}

.logo .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--theme-title);
}

@media (max-width:480px) {
  .hny-topgds {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4fr 1fr;
    grid-gap: 10px;
  }

  .logo .navbar-brand {
    font-size: 24px;
  }
}

/* Switch buttons */
/*--/search--*/

.search-right {
  display: flex;
  align-items: center;
}

.search-right .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.83);
  height: 100vh;
}

.search-right .pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

@media (max-width:600px) {

  .logo .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }
}

/*--//search--*/
/*-- /banner--*/
/*--main-slider--*/
.w3l-main-slider li {
  list-style: none;
}

.w3l-main-slider .banner-info-bg {
  max-width: 750px;
  margin-top: 100px;
  margin: 0 auto;
}

.w3l-main-slider .banner-info-bg h5 {
  font-size: 54px;
  line-height: 64px;
  color: #fff;
  margin: 12px 0 0px 0;
}

.w3l-main-slider .banner-info-bg h4.sub-font {
  font-size: 16px;
  line-height: 26px;
  color: #ffac41;
  text-transform: capitalize;
}

.w3l-main-slider .banner-view {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  min-height: 500px;
}

.w3l-main-slider .banner-top3 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-info {
  content: "";
  background: rgba(0, 3, 6, 0.6);
  position: absolute;
  top: 0;
  min-height: 500px;
  left: 0;
  right: 0;
  z-index: -1;
  display: grid;
  align-items: center;
}

@media (max-width: 992px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 36px;
    line-height: 46px;
  }

  .w3l-main-slider .banner-info-bg h4.sub-font {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width:600px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 32px;
    line-height: 42px;
  }

  .w3l-main-slider .banner-view,
  .w3l-main-slider .banner-info {
    min-height: 400px;
  }

}

@media (max-width: 415px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 28px;
    line-height: 38px;
  }

  .w3l-main-slider .banner-view,
  .w3l-main-slider .banner-info {
    min-height: 350px;
  }

  .w3l-main-slider .banner-info-bg h4.sub-font {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 384px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

/**
 * 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 {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/**
  * 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:focus {
  outline: none;
  box-shadow: none;
}

/*--/testimonials--*/

/*--//testimonials--*/

/*--// banner --*/
@media all and (max-width:991px) {
  .welcome-grids.align-items-center {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

@media all and (max-width:600px) {
  .welcome-grids.align-items-center {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media all and (max-width:320px) {
  .welcome-grids.align-items-center {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

/*--//w3l-features-4--*/
/*--/content-4--*/
.w3l-content-4 .content-4-main {
  background: var(--theme-lite);
}

.w3l-content-4 .content-info-in {
  align-items: center;
}

.w3l-content-4 .content-info-in h6 {
  margin: 0px 0 6px 0;
}

.w3l-content-4 .content-info-in h6 a {
  text-align: left;
  margin-bottom: 0;
  color: var(--theme-title);
  font-weight: 600;
  font-size: 22px;
}

.w3l-content-4 .content-info-in h6 a:hover {
  color: var(--theme-color);
}

.w3l-content-4 .content4-icon {
  color: var(--theme-color);
  font-size: 30px;
  text-align: center;
}

.w3l-content-4 .content4-icon:hover {
  color: var(--theme-hover);
  transition: 0.3s ease;
}

@media (max-width: 992px) {
  .content-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .w3l-content-4 .content4-icon {
    margin-bottom: 14px;
    text-align: left;
  }

  .w3l-content-4 .content-info-in h6 a {
    font-size: 20px;
  }

}

@media (max-width:600px) {
  .w3l-content-4 .content-info-in h6 a {
    font-size: 16px;
  }

  .w3l-content-4 .content4-icon {
    margin-bottom: 8px;
    text-align: left;
  }
}

/*--//content-4--*/
/*--/porifolio--*/
/* Preload images */
body:after {
  display: none;
}

.protfolio-item a {
  display: block;
}

.protfolio-item a img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
}

.hover14 figure {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@media (max-width:991px) {
  .protfolio-item {
    padding: 0 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 15px;
  }

  .galler-top {
    padding: 0 10px;
  }
}

/*--//latest-posts--*/
.w3l-newsletter {
  /*--/form-25--*/
}

.w3l-newsletter .form-25-mian {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.w3l-newsletter .form-25-mian:before {
  content: "";
  background: rgba(0, 3, 6, 0.6);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-newsletter .forms-25-info {
  max-width: 600px;
  text-align: left;
  margin-left: auto;
}

.w3l-newsletter h3.hny-title.two {
  margin-bottom: 10px;
}

.w3l-newsletter p {
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.w3l-newsletter .forms-gds {
  display: flex;
}

.w3l-newsletter .forms-25-info input {
  background: #fff;
  width: 80%;
  font-size: 16px;
  padding: 0px 15px;
  color: #fff;
  height: 60px;
  text-align: left;
  -webkit-appearance: none;
  outline: none;
  float: left;
  border: none;
  border-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.w3l-newsletter button.btn {
  width: 20%;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  border: none;
  outline: none;
  color: var(--theme-title);
  background: var(--theme-hover);
  height: 60px;
  float: right;
  border-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.w3l-newsletter button.btn:hover {
  opacity: 0.9;
  transition: 0.3s ease;
}

.w3l-newsletter p.action-link {
  padding: 0;
  opacity: 0.8;
  margin-top: 15px;
}

@media all and (max-width: 992px) {
  .w3l-newsletter .forms-25-info {
    max-width: 600px;
    text-align: left;
  }
}

@media all and (max-width: 690px) {
  .w3l-newsletter .forms-25-info {
    max-width: 600px;
    text-align: left;
  }
}

@media all and (max-width: 650px) {
  .w3l-newsletter .forms-25-info {
    max-width: 550px;
    text-align: left;
  }
}

/*--//w3l-newsletter--*/
/*--//w3l-postnhy-grids--*/
.w3l-postnhy-grids {}

.w3l-postnhy-grids .posthny-grid-inn {
  padding: 30px 30px;
  border-radius: 12px;
  transition: all ease 0.3s;
  border: 1px solid #DFDEED;
}

.w3l-postnhy-grids .posthny-grid a img {
  margin: 0px 0 30px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
}

.w3l-postnhy-grids .posthny-grid h5 a {
  font-size: 22px;
  line-height: 25px;
  color: var(--theme-title);
  display: block;
  text-transform: capitalize;
  margin: 0px 0 10px 0;
  font-weight: 600;
}

.w3l-postnhy-grids .posthny-grid h5 a:hover {
  color: var(--theme-color);
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

@media only screen and (max-width:767px) {
  .w3l-postnhy-grids .posthny-grid h5 a {
    font-size: 20px;
  }

  .w3l-postnhy-grids .posthny-grid-inn {
    padding: 20px 20px;
  }
}

@media only screen and (max-width:600px) {
  .w3l-postnhy-grids .posthny-grid h5 a {
    font-size: 18px;
  }

  .w3l-postnhy-grids .posthny-grid a img {
    margin: 0px 0 16px 0;
  }

  .w3l-postnhy-grids .posthny-grid-inn {
    padding: 15px;
  }
}

@media only screen and (max-width:568px) {
  .w3l-postnhy-grids .posthny-grid h5 a {
    font-size: 16px;
  }

  .w3l-postnhy-grids .posthny-grid-inn {
    padding: 15px;
  }

}

@media only screen and (max-width:568px) {
  .w3l-postnhy-grids .posthny-grid h5 a {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 3px 0;
  }

  .w3l-postnhy-grids .posthny-grid-inn {
    padding: 15px;
  }
}

@media only screen and (max-width:490px) {
  .w3l-postnhy-grids .posthny-grid-inn {
    padding: 10px;
  }
}

/*--//latest-posts--*/

/* middle */
.w3l-middle,
.w3l-middle2 {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.w3l-middle2 {
  background: url(../images/banner4.jpg) no-repeat center;
}

.w3l-middle:before,
.w3l-middle2:before {
  content: "";
  background: rgba(0, 3, 6, 0.56);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-middle p {
  color: #fff;
  font-weight: 400;
}

/* //middle */
/*--/w3l-stats--*/

/*--//w3l-stats--*/
/*--/testiomials--*/

/*--//testiomials--*/

/*--/w3l-about3--*/
.w3l-about3 .story-info {
  margin-bottom: 10px;
}

.w3l-about3 .story-info h5 a {
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-title);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.w3l-about3 .story-info span {
  margin-right: 6px;
  font-size: 14px;
  color: var(--theme-color);
  opacity: .4;
}

@media (max-width:568px) {
  .w3l-about3 .story-info h5 a {
    font-size: 13px;
  }
}

/*--//w3l-about3--*/
.w3l-services-2 {
  background-color: #f8f9fa;
}

.w3l-services-2 .column1 h4 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}

.w3l-services-2 .serhny-item {
  background: #fff;
  text-align: center;
  padding: 46px 10px;
  border-radius: 12px;
  transition: all ease 0.3s;
  box-shadow: 0px 5px 45px 0px rgba(110, 123, 131, 0.1);
  border: 1px solid #DFDEED;
}

.w3l-services-2 .serhny-item:hover {
  transform: translateY(-10px);
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid var(--theme-color);
}

.w3l-services-2 .serhny-item p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

.w3l-services-2 .serhny-item span.fa {
  font-size: 30px;
}

@media (max-width: 1080px) {
  .w3l-services-2 .column1 h4 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .w3l-services-2 .column2 .col-6 {
    padding: 0 8px;
  }

  .w3l-services-2 .column2 {
    padding: 0 20px;
  }

  .w3l-services-2 .serhny-item p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 20px;
  }

  .w3l-services-2 .serhny-item {
    padding: 30px 6px;
  }
}

@media (max-width: 480px) {

  .w3l-services-2 .column1 h4 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .w3l-services-2 .column1 {
    padding: 1rem;
  }

  .w3l-services-2 .column1 h4 {
    font-size: 20px;
  }
}

/*--/team--*/
.w3l-team-sec .hover14 figure {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.w3l-team-sec .hover14 figure::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.w3l-team-sec .hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.w3l-team-sec .team-title {
  margin: 30px 0 10px 0;
}

.w3l-team-sec h4.team-title {
  font-size: 18px;
}

.w3l-team-sec ul.team-social-icons li {
  display: inline-block;
  margin-bottom: 0;
}

.w3l-team-sec ul.team-social-icons li a span {
  font-size: 18px;
  color: var(--theme-dark);
  margin-right: 15px;
}

.w3l-team-sec ul.team-social-icons li a span:hover {
  color: var(--theme-color);
  transition: 0.3s ease-in;
}

.w3l-team-sec p.desp {
  line-height: 14px;
  margin-bottom: 18px;
}

@media (max-width:600px) {
  .w3l-team-sec .team-title {
    margin: 20px 0 10px 0;
  }

  .w3l-team-sec h4.team-title {
    font-size: 16px;
  }
}

@media (max-width:490px) {
  .w3l-team-sec .team-title {
    margin: 20px 0 10px 0;
  }

  .w3l-team-sec h4.team-title {
    font-size: 15px;
  }

  .w3l-team-sec p.desp {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

/*--//team--*/
/*--/contact--*/

/*--//responsive--*/

/*--//contact--*/
/*--//footer--*/
.w3l-footer footer.footer-28 {
  background: var(--theme-dark);
}

.w3l-footer h6.footer-title-28 {
  color: var(--theme-white);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.w3l-footer .footer-list-28 ul li {
  list-style: none;
  margin-bottom: 5px;
}

.w3l-footer .footer-list-28 ul li:last-child {
  margin-bottom: 0px;
}

.w3l-footer .footer-list-28 ul li a,
.w3l-footer .footer-list-28 ul li p {
  font-weight: normal;
  font-size: 14px;
  color: var(--theme-para);
  line-height: 28px;
}

.w3l-footer .footer-list-28 ul li a:hover {
  text-decoration: underline;
  color: var(--theme-white);
}

.w3l-footer .main-social-footer-28 a {
  margin-right: 25px;
}

.w3l-footer .main-social-footer-28 a:last-child {
  margin-right: 0;
}

.w3l-footer .copy-footer-28 {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: var(--theme-para);
  margin-bottom: 0;
}

.w3l-footer .copy-footer-28 a {
  color: var(--secondary-color);
  opacity: 0.8;
}

.w3l-footer .copy-footer-28 a:hover {
  text-decoration: underline;
  opacity: 1;
  color: var(--theme-white);
}

.w3l-footer ul.social-icons {
  margin-top: 3px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.w3l-footer ul.social-icons li a {
  display: block;
  text-decoration: none;
}

.w3l-footer ul.social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.w3l-footer ul.social-icons li a span {
  font-size: 16px;
  color: var(--theme-para);
}

.w3l-footer ul.social-icons li.facebook span:hover {
  color: #3a5998;
  transition: 0.3s ease-in;
}

.w3l-footer ul.social-icons li.twitter span:hover {
  color: #55acee;
  transition: 0.3s ease-in;
}

.w3l-footer ul.social-icons li.dribbble span:hover {
  color: #ea4c89;
  transition: 0.3s ease-in;
}

.w3l-footer ul.social-icons li.google span:hover {
  color: #dc4e41;
  transition: 0.3s ease-in;
}

.w3l-footer #movetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 48px;
  height: 48px;
  background: var(--theme-hover);
  padding: 0;
  line-height: 36px;
  border-radius: 50px;
  transition: 0.3s ease-out;
}

.w3l-footer #movetop:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
  opacity: 0.9;
}

.w3l-footer .midd-footer-28 {
  background: var(--theme-dark);
  border-top: 1px solid rgba(238, 238, 238, 0.12);
}

@media (max-width: 600px) {
  .w3l-footer .footer-top-28 {
    grid-gap: 20px;
  }
}

@media (max-width: 550px) {
  .w3l-footer ul.social-icons li {
    margin: 0 5px;
  }
}

@media (max-width: 480px) {
  .w3l-footer .footer-top-28 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .w3l-footer ul.social-icons {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/*--//footer--*/
/*sourceMappingURL=style-freedom.css.map */