@charset "UTF-8";

@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; }
  
.fa-wrench:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

/*!
 * 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: #23282d;
  --secondary: #ea3a60;
  --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: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, 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; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #23282d;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #020202;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #23282d;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
 }

@media (min-width: 768px) {
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
 }

@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
 }

.text-center {
  text-align: center !important; }

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


@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  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; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

:root {
  --theme-color: #23282d;
  --secondary-color: #ea3a60;
  --opposite-color: #ea3a60;
  --text-color: #585858;
  --title-color: #1A1D2D;
  --white-color: #ffffff;
  --light-bg-color: #f6f6f6; }

html {
  scroll-behavior: smooth; }

.noscroll {
  overflow: hidden;
  height: 100vh; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif; }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

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

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

button,
input,
select {
  outline: none;
  font-family: 'Work Sans', sans-serif; }

button,
.btn,
select {
  cursor: pointer;
  font-family: 'Work Sans', sans-serif; }

a,
a:hover {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif; }

p {
  margin: 0;
  padding: 0; }

.heading {
  max-width: 750px; }

.heading h3 {
  font-size: 36px;
  line-height: 42px;
  color: var(--title-color);
  font-weight: 500; }

.heading p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px; }


.w3l-feature-3 {
  /*-- //Reset-Code --*/
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-feature-3 span.number img {
    vertical-align: -webkit-baseline-middle; }
  .w3l-feature-3 .top-bottom {
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 100px 0 120px;
    position: relative;
    z-index: 0; }
  .w3l-feature-3 .top-bottom:before {
    content: "";
    background: rgba(7, 10, 12, 0.45);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .w3l-feature-3 .middle-section {
    display: grid; }
  .w3l-feature-3 .three-grids-columns {
    padding: 30px 30px;
    transition: 0.3s ease-out;
    border-radius: 4px;
    border: 1px solid #828282; }
  .w3l-feature-3 .three-grids-columns:hover {
    background: #000;
    transition: 0.3s ease-out;
    border: 1px solid #000;
    opacity: 0.8; }
  .w3l-feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-feature-3 .three-grids-columns h4 {
    font-size: 20px;
    color: var(--white-color);
    line-height: 30px;
    padding-top: 25px;
    font-weight: 600; }
  .w3l-feature-3 .three-grids-columns p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color); }
  .w3l-feature-3 .three-grids-columns span.fa {
    font-size: 36px;
    color: var(--white-color); }
  .w3l-feature-3 a.actionbg {
    font-size: 16px;
    color: var(--opposite-color);
    margin-top: 25px;
    display: inline-block;
    font-weight: 600; }
  .w3l-feature-3 a.actionbg:hover {
    color: var(--white-color); }
  .w3l-feature-3 img.arrow-png {
    padding-left: 5px; }
  @media (max-width: 1280px) {
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 20px; }
    .w3l-feature-3 .top-bottom {
      padding: 40px 0px; } }
  @media (max-width: 900px) {
    .w3l-feature-3 a.actionbg {
      margin-top: 20px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 13px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .grid-column {
      grid-template-columns: 1fr;
      grid-gap: 35px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 7px; }
    .w3l-feature-3 a.actionbg {
      margin-top: 12px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .three-grids-columns h4 {
      font-size: 22px; } }
  @media (max-width: 320px) {
    .w3l-feature-3 .three-grids-columns h4 {
      font-size: 20px;
      line-height: 25px; } }


/*-- partners --*/
ul.partners-icon li span.fa {
  font-size: 4em;
  color: #a3a3a3;
  opacity: 0.8; }

ul.partners-icon li span.fa:hover {
  opacity: 1; }

@media (max-width: 991px) {
  ul.partners-icon li span.fa {
    font-size: 3em; } }

/*-- //partners --*/
.w3l-footer-29-main #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  outline: none;
  background: var(--opposite-color);
  padding: 0px;
  border-radius: 4px;
  transition: all 0.5s ease-out 0s; }

.w3l-footer-29-main option {
  background: #ffffff;
  color: var(--text-color); }

.w3l-footer-29-main .footer-3 p {
  color: #aaa; }

.w3l-footer-29-main .footer-title-29 span.fa {
  color: var(--opposite-color); }

.w3l-footer-29-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-footer-29-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-footer-29-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-footer-29-main .align-items-center {
  align-items: center; }

.w3l-footer-29-main a.action img {
  margin-left: 4px; }

.w3l-footer-29-main .align-center {
  text-align: center; }

.w3l-footer-29-main .footer-29 {
  background: #141414;
  padding: 60px 0; }

.w3l-footer-29-main .footer-top-29 {
  grid-gap: 40px;
  grid-template-columns: 2fr 1fr 2fr 1fr; }

.w3l-footer-29-main .footer-list-29 .properties a {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 20px;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29 .properties a p:hover {
  color: #fff; }

.w3l-footer-29-main .footer-list-29 a p span {
  display: block;
  color: #fff;
  font-weight: bold; }

.w3l-footer-29-main .footer-top-29 p {
  color: #aaa;
  font-size: 16px;
  line-height: 24px; }

.w3l-footer-29-main .footer-list-29.footer-3 p {
  font-size: 16px;
  color: #aaa;
  line-height: 24px;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29.footer-3 p a {
  color: #fff; }

.w3l-footer-29-main .footer-list-29.footer-3 p a:hover {
  color: var(--opposite-color); }

.w3l-footer-29-main h6.footer-title-29 a {
  color: #fff;
  font-size: 36px;
  display: block;
  line-height: 40px;
  font-weight: 500; }

.w3l-footer-29-main .footer-list-29 a p {
  color: #aaa;
  font-size: 16px;
  line-height: 25px; }

.w3l-footer-29-main h6.footer-title-29 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 500; }

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
  list-style: none;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29 ul li:last-child {
  margin-bottom: 0px; }

.w3l-footer-29-main .footer-list-29 ul li a, .w3l-footer-29-main .footer-list-29 ul li p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: var(--opposite-color); }

.w3l-footer-29-main .copy-footer-29, .w3l-footer-29-main p.sub-paragraph {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .copy-footer-29 a {
  color: #ccc; }

.w3l-footer-29-main .copy-footer-29 a:hover {
  color: var(--opposite-color); }

.w3l-footer-29-main ul.list-btm-29,
.w3l-footer-29-main p.right-side-con {
  text-align: right; }

.w3l-footer-29-main .list-btm-29 li {
  list-style-type: none;
  display: inline-block; }

.w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
  margin: 0 15px; }

.w3l-footer-29-main .list-btm-29 li a,
.w3l-footer-29-main .list-btm-29 li select {
  font-weight: normal;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .list-btm-29 li a:hover,
.w3l-footer-29-main .list-btm-29 li select:hover {
  color: var(--opposite-color); }

.w3l-footer-29-main .list-btm-29 li select {
  border: none;
  cursor: pointer;
  background: transparent; }

.w3l-footer-29-main .bottom-source {
  grid-template-columns: .33fr 1fr 1fr .5fr;
  grid-gap: 100px;
  margin-top: 60px; }

.w3l-footer-29-main .main-social-footer-29 {
  text-align: right; }

.w3l-footer-29-main .bottom-copies {
  border-top: 1px solid #454545;
  align-items: center;
  padding-top: 2em;
  margin-top: 2em; }

.w3l-footer-29-main .footer-29 form {
  display: flex;
  margin-bottom: 25px; }

.w3l-footer-29-main a.footer-small-text {
  line-height: 23px;
  display: block;
  font-size: 16px; }

.w3l-footer-29-main .main-social-footer-29 a {
  margin-right: 10px;
  color: #fff;
  background: rgba(139, 127, 127, 0.19);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-footer-29-main .main-social-footer-29 a span.fa {
  line-height: 35px; }

.w3l-footer-29-main .main-social-footer-29 a:hover {
  background: var(--opposite-color);
  transition: 0.3s; }

@media (max-width: 1366px) {
  .w3l-footer-29-main .bottom-source {
    grid-template-columns: .4fr 1.5fr 1.5fr .5fr; } }

@media (max-width: 1080px) {
  .w3l-footer-29-main .footer-29 {
    padding: 50px 0 70px; }
  .w3l-footer-29-main .footer-top-29 {
    grid-gap: 10px; } }

@media (max-width: 1080px) {
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 6em; }
  .w3l-footer-29-main .bottom-source {
    grid-template-columns: .6fr 1.5fr 2fr .5fr;
    grid-gap: 60px; } }

@media (max-width: 1024px) {
  .w3l-footer-29-main .grid-col-2 {
    grid-template-columns: 1fr; }
  .w3l-footer-29-main .copy-footer-29 {
    text-align: center; }
  .w3l-footer-29-main .main-social-footer-29 {
    text-align: center;
    margin-top: 16px; }
  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 991px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
  .w3l-footer-29-main .main-social-footer-29 a {
    margin-right: 6px; } }

@media (max-width: 667px) {
  .w3l-footer-29-main .footer-29 {
    padding: 40px 0 50px; }
  .w3l-footer-29-main .main-social-footer-29 a {
    margin-right: 5px; }
  .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 18px; }
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
  .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 12px; } }

@media (max-width: 700px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-29-main .midd-footer-29,
  .w3l-footer-29-main ul.list-btm-29 {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-footer-29-main .grid-1-footer:nth-child(1) {
    grid-column-start: span 2; }
  .w3l-footer-29-main .footer-1 {
    grid-column: span 2; }
  .w3l-footer-29-main .footer-3 {
    grid-column: span 2;
    order: 2; } }

@media (max-width: 440px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 384px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 4em; }
  .w3l-footer-29-main .bottom-source {
    margin-top: 40px; } }

.w3l-about1 {
  background: #fff; }

.w3l-about1 {
  /*-- //about --*/ }
  .w3l-about1 .aboutgrid2 img {
    border-radius: 4px; }
  .w3l-about1 .aboutgrids p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-about1 .aboutgrids h4 {
    font-size: 32px;
    color: var(--title-color);
    line-height: 44px;
    font-weight: 500;
    text-transform: capitalize; }
  .w3l-about1 .aboutslider {
    z-index: 9; }
  .w3l-about1 .story-info {
    margin-top: 10px; }
  .w3l-about1 .story-info span {
    margin-right: 6px;
    font-size: 14px;
    color: var(--primary-color); }
  .w3l-about1 .story-info h5 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: var(--title-color);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
  .w3l-about1 .story-info h5 a:hover {
    color: var(--primary-color);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
  .w3l-about1 .bottomgrids p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.72); }
  .w3l-about1 .bottomgrids h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 700; }
  .w3l-about1 .aboutbottom {
    background-size: cover;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(12, 41, 84, 0.85)), url(../images/mainslide3.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed; }
  .w3l-about1 li.list-group-item span {
    font-size: 8px;
    vertical-align: middle; }
  @media (max-width: 768px) {
    .w3l-about1 .aboutgrids h4 {
      font-size: 40px;
      line-height: 50px; } }
  @media (max-width: 600px) {
    .w3l-about1 .aboutgrids h4 {
      font-size: 35px;
      line-height: 45px; } }
  @media (max-width: 500px) {
    .w3l-about1 .aboutgrids h4 {
      font-size: 26px;
      line-height: 31px; } }

.w3l-about .skills-bars {
  background: #eceff2; }

.w3l-about .progress {
  background: #fff;
  height: .3rem; }

.w3l-about .skills-bar-grids h4 {
  font-size: 14px;
  color: var(--title-color);
  margin-bottom: 10px; }

.w3l-about h3 {
  font-size: 32px;
  line-height: 40px;
  color: var(--title-color);
  font-weight: 500; }

.w3l-about .bg-color {
  background: var(--opposite-color); }

@media (max-width: 900px) {
  .w3l-about .skills-bars {
    padding: 60px 0px; } }

@media (max-width: 440px) {
  .w3l-about .skills-bars {
    padding: 40px 0px; } }

.w3l-teams-27 .d-grid {
  display: grid; }

.w3l-teams-27 .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-teams-27 .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-teams-27 .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-teams-27 .align-items-center {
  align-items: center; }

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

.w3l-teams-27 .column-19 img {
  display: block; }

.w3l-teams-27 .column-19 img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  transition: 0.3s ease; }

.w3l-teams-27 a.action img {
  margin-left: 4px; }

.w3l-teams-27 .actionbg {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  line-height: 45px;
  color: #F5F9FC;
  background: #304659;
  width: 103px;
  height: 45px;
  text-align: center;
  cursor: pointer; }

.w3l-teams-27 p.text-tag {
  color: #8288AB;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.w3l-teams-27 p.sub-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color); }

.w3l-teams-27 .teams27 {
  background: #f7f7f7; }

.w3l-teams-27 h6 a.title-team-28 {
  color: var(--title-color);
  font-size: 22px;
  line-height: 27px;
  font-weight: 600; }

.w3l-teams-27 h6 a.title-team-28:hover {
  color: var(--opposite-color); }

.w3l-teams-27 p.sm-text-28 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #868686;
  margin-top: 5px; }

.w3l-teams-27 .midd-para-team {
  margin: 10px 0 16px; }

.w3l-teams-27 .team-main-19 {
  grid-template-columns: .7fr 1fr;
  display: grid;
  align-items: center;
  border-radius: 4px;
  background: #fff; }

.w3l-teams-27 .team-main-19 img {
  border-radius: 4px 0 0 4px; }

.w3l-teams-27 .right-team-9 {
  align-items: center; }

.w3l-teams-27 .teams-info {
  padding: 10px 20px; }

.w3l-teams-27 .buttons-teams a {
  margin-right: 5px; }

.w3l-teams-27 .buttons-teams a:last-child {
  margin-right: 0px; }

.w3l-teams-27 .sec-tit28 {
  margin-top: 30px; }

.w3l-teams-27 .buttons-teams a {
  color: var(--opposite-color);
  background: #ffe9ed;
  width: 35px;
  border-radius: 50px;
  height: 35px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-teams-27 .buttons-teams a:hover {
  opacity: 0.8; }

.w3l-teams-27 .btn-team {
  padding: 2px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in;
  border: 2px solid var(--opposite-color);
  background: var(--opposite-color); }

.w3l-teams-27 .btn-team:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff; }

.w3l-teams-27 .buttons-teams1 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-teams-27 .seperator {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block; }

.w3l-teams-27 .seperator {
  margin: 15px 0 15px; }

@media (max-width: 1280px) {
  .w3l-teams-27 .sec-tit28 {
    margin-top: 40px; } }

@media (max-width: 1199px) {
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .75fr 1fr; } }

@media (max-width: 1080px) {
  .w3l-teams-27 .midd-para-team {
    margin: 10px 0 20px; }
  .w3l-teams-27 .main-contteam-28 {
    grid-gap: 20px; } }

@media (max-width: 1024px) {
  .w3l-teams-27 .team-links {
    display: grid;
    justify-content: center;
    margin-top: 30px; } }

@media (max-width: 991px) {
  .w3l-teams-27 .main-contteam-28 {
    grid-gap: 20px; }
  .w3l-teams-27 p.sub-paragraph.midd-para-team {
    font-size: 16px; } }

@media (max-width: 900px) {
  .w3l-teams-27 .main-contteam-28 {
    grid-gap: 40px; }
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .5fr 1fr;
    grid-gap: 20px; }
  .w3l-teams-27 .title-teams27 h4 {
    margin-bottom: 10px; } }

@media (max-width: 736px) {
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .5fr 1fr;
    grid-gap: 6px; }
  .w3l-teams-27 .main-contteam-28 {
    grid-template-columns: 1fr; } }

@media (max-width: 500px) {
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .75fr 1fr; } }

@media (max-width: 480px) {
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .8fr 1fr; }
  .w3l-teams-27 p.sub-paragraph.midd-para-team {
    font-size: 14px;
    line-height: 20px; }
  .w3l-teams-27 p.sm-text-28 {
    font-size: 14px; }
  .w3l-teams-27 a.link {
    font-size: 16px;
    line-height: 25;
    color: #304659; }
  .w3l-teams-27 .team-links {
    display: grid;
    justify-content: center;
    margin-top: 20px; }
  .w3l-teams-27 h6 a.title-team-28 {
    font-size: 18px;
    line-height: 20px; }
  .w3l-teams-27 .teams-info {
    padding: 10px 12px; }
  .w3l-teams-27 p.sm-text-28 {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 400px) {
  .w3l-teams-27 p.sub-paragraph.midd-para-team {
    font-size: 14px;
    line-height: 22px;
    height: 41px;
    overflow: hidden; } }

@media (max-width: 384px) {
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .95fr 1fr; } }

@media (max-width: 320px) {
  .w3l-teams-27 p.sub-paragraph.midd-para-team {
    line-height: 22px;
    height: 24px;
    margin: 10px 0 10px; } }

.w3l-features-8 {
  /*--//content--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-features-8 .features {
    background: #f6f6f6; }
  .w3l-features-8 .feature-gd h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 15px; }
  .w3l-features-8 .features h3 a {
    color: var(--title-color); }
  .w3l-features-8 .features h3 a:hover {
    color: var(--opposite-color); }
  .w3l-features-8 a.red {
    font-size: 16px;
    line-height: 24px;
    color: var(--opposite-color);
    display: inline-block;
    font-weight: 700; }
  .w3l-features-8 a.red:hover {
    color: var(--theme-color); }
  .w3l-features-8 .float-lt.feature-gd {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    text-align: left; }
  .w3l-features-8 span.fa {
    color: var(--opposite-color); }
  .w3l-features-8 .feature-gd p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-features-8 .feature-gd li {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color);
    display: block; }
  .w3l-features-8 .float-top img {
    border-radius: 4px 4px 0 0; }
  @media (max-width: 700px) {
    .w3l-features-8 .feature-gd h3 {
      font-size: 24px; } }

.services-12 .form-12-content {
  background: url("../images/4.jpg") no-repeat center;
  background-size: cover;
  padding: 5rem 0px;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }

.services-12 .form-12-content:before {
  content: "";
  background: rgba(16, 16, 16, 0.57);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.services-12 .grid {
  display: grid; }

.services-12 .grid-column-2 {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 30px; }

.services-12 .tagline {
  color: var(--title-color);
  text-transform: capitalize;
  line-height: 37px;
  font-size: 30px;
  font-weight: 500; }

.services-12 li {
  font-size: 16px;
  line-height: 32px;
  list-style-type: none;
  color: var(--text-color); }

.services-12 li span.fa {
  color: var(--opposite-color); }

.services-12 .column1 {
  align-self: center;
  background: rgba(255, 255, 255, 0.97);
  padding: 3rem;
  border-radius: 4px; }

.services-12 .column1 p {
  line-height: 24px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: normal;
  font-style: normal; }

@media (max-width: 1080px) {
  .services-12 .column1 {
    align-self: center;
    background: rgba(255, 255, 255, 0.97);
    padding: 2rem; } }

@media (max-width: 992px) {
  .services-12 .grid-column-2 {
    grid-template-columns: 0.5fr 1fr; } }

@media (max-width: 768px) {
  .services-12 .form-12 {
    padding: 30px 0px; } }

@media (max-width: 736px) {
  .services-12 .grid-column-2 {
    grid-template-columns: 1fr; } }

@media (max-width: 480px) {
  .services-12 .form-12-content {
    padding: 3em 0px; } }

@media (max-width: 414px) {
  .services-12 .tagline {
    line-height: 24px;
    font-size: 18px; } }

@media (max-width: 374px) {
  .services-12 .column1 {
    padding: 1.5rem; } }

.w3l-feature-2 {
  /*-- //Reset-Code --*/
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-feature-2 span.number img {
    vertical-align: -webkit-baseline-middle; }
  .w3l-feature-2 .top-bottom {
    padding: 80px 0; }
  .w3l-feature-2 span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    background-color: var(--opposite-color); }
  .w3l-feature-2 .three-grids-columns h4 {
    font-size: 22px;
    color: var(--title-color);
    line-height: 27px;
    font-weight: 600;
    margin-top: 20px; }
  .w3l-feature-2 .three-grids-columns img {
    border-radius: 5px; }
  .w3l-feature-2 .three-grids-columns p {
    margin: 16px 0 0px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-feature-2 .icon span.fa {
    font-size: 36px;
    color: var(--opposite-color); }
  .w3l-feature-2 img.arrow-png {
    padding-left: 5px; }
  .w3l-feature-2 a.actionbg:hover {
    opacity: .8; }

.w3l-about-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(26, 35, 129, 0.9), rgba(26, 35, 129, 0.9)), url(../images/3.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-about-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 500; }


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