@charset "UTF-8";
/*!
 *  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-music:before {
  content: "\f001"; }

.fa-envelope-o:before {
  content: "\f0e0"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-map-marker:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o: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; }

/*
 * 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)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[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; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

img {
  vertical-align: middle;
  border-style: none; }

table {
  border-collapse: collapse;
width: 100%;  }

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,
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="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  overflow: auto;
  resize: vertical;
  height: 185px; }

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: 1.5em;
  color: #8b5d22;  }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem;
color: #8b5d22;  }
  @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; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.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: 712px; } }
  @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: 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-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
   }


/*-- /responsive design --*/
  .w3l-header-4 #headers4-block {
    background-color: #da2923;
    z-index: 9;
    padding: 0; }
  .w3l-header-4 .header-align {
    grid-template-columns: 1fr;
    text-align: center; }
  .w3l-header-4 input#nav {
    display: none; }
  .w3l-header-4 label.nav {
    display: none; }
  .w3l-header-4 ul.nav-links li {
    display: inline-block;
    font-weight: 400; }
  .w3l-header-4 ul.nav-links li:last-child {
    margin-left: auto; }
  .w3l-header-4 ul.nav-links li a {
    font-size: 15px;
    color: #3b5266;
    text-decoration: none;
    padding: 0px 17px;
    display: block; }
  .w3l-header-4 ul.nav-links li a:hover {
    color: #000000; }
  .w3l-header-4 .toggle-2,
  .w3l-header-4 .toggle,
  .w3l-header-4 [id^=drop] {
    display: none; }
  .w3l-header-4 nav {
    margin: 0;
    padding: 0;
  }
  .w3l-header-4 nav:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-header-4 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .w3l-header-4 nav ul li {
    display: inline-block;
    margin: 0px 0px;
    position: relative;	}
  .w3l-header-4 nav a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 14px; }
  .w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .16em;
    content: "";
    border-top: 0.3em solid rgba(255, 255, 255, 0.8);
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent; }
  .w3l-header-4 .angle-dropdown-sub {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .16em;
    content: "";
    border-top: 0.3em solid rgba(255, 255, 255, 0.8);
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg); }
  .w3l-header-4 nav a:hover {
    color: white;
    transition: 0.3s ease;
    background: #521e1e; }
  .w3l-header-4 nav a.active {
    color: white;
    transition: 0.3s ease;
    background: rgba(38, 41, 45, 0.92); }
  .w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 52px;
    background: #5d4a4a;
    z-index: 999;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0px;
    width: 29em; }
  .w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 217px;
    background: #5d4a4a;
    z-index: 999; }
  .w3l-header-4 nav ul li:hover > ul {
    display: inherit; }
  .w3l-header-4 nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    margin: 2px 0; }
  .w3l-header-4 nav ul ul li a {
    display: block;
    padding: 5px 12px;
    text-align: left; }
  .w3l-header-4 nav ul ul li a:hover {
    background: rgba(38, 41, 45, 0.92);
    transition: 0.3s ease; }
  .w3l-header-4 nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0px;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 li > a:only-child:after {
    content: ''; }
  @media all and (max-width: 992px) {
    .w3l-header-4 {
 }
      .w3l-header-4 nav a {
        padding: 5px 0;
        display: block; }
      .w3l-header-4 nav li {
        text-align: left; }
      .w3l-header-4 .navigation {
        float: none; }
      .w3l-header-4 .nav-mobile-block {
        display: block !important; }
      .w3l-header-4 nav a.border-left {
        border-left: none !important; }
      .w3l-header-4 .toggle + a,
      .w3l-header-4 .menu {
        display: none; }
      .w3l-header-4 .toggle {
        display: block;
        text-decoration: none;
        border: none;
        margin-bottom: 0;
        cursor: pointer;
        color: #fff;
        text-align: left;
        padding: 4%; }
      .w3l-header-4 .nav-height {
        line-height: 45px;
        height: 45px;
        padding-left: 15px; }
      .w3l-header-4 span.fa.fa-caret-down {
        float: right;
        background: rgba(38, 41, 45, 0.92);
        display: inline-block;
        line-height: 45px;
        padding: 0 15px; }
      .w3l-header-4 .menu .toggle {
        float: none;
        margin: auto;
        padding: 5px 0;
        font-weight: normal;
        font-size: 15px;
        background: transparent;
        color: #111; }
      .w3l-header-4 .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .w3l-header-4 [id^=drop]:checked + ul {
        display: block;
        padding: 10px 15px;
        background: rgba(38, 41, 45, 0.92);
        width: 100%;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
        overflow-y: scroll;
        max-height: 400px; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar, .w3l-header-4 ul.menu::-webkit-scrollbar {
        width: 3px; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar-track, .w3l-header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb, .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
        background: var(--theme-color); }
      .w3l-header-4 nav ul {
        float: right; }
      .w3l-header-4 nav {
        margin: 0 0 0 0px;
        order: 3; }
      .w3l-header-4 nav ul li {
        display: block;
        width: 100%;
        margin: 0; }
      .w3l-header-4 nav a:hover,
      .w3l-header-4 nav ul ul ul a {
        background-color: transparent; }
      .w3l-header-4 nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */ }
      .w3l-header-4 nav ul ul li:hover > ul,
      .w3l-header-4 nav ul li:hover > ul {
        display: none; }
      .w3l-header-4 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0; }
      .w3l-header-4 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ }
      .w3l-header-4 .navigation nav a {
        margin: 8px 0; }
      .w3l-header-4 label.toggle.toogle-2,
      .w3l-header-4 label.toggle.toogle-3,
      .w3l-header-4 label.toggle.toogle-4,
      .w3l-header-4 label.toggle.toogle-5,
      .w3l-header-4 label.toggle.toogle-6,
      .w3l-header-4 label.toggle.toogle-7,
      .w3l-header-4 label.toggle.toogle-8 {
        display: inline-block;
        transition: none;
        font-style: normal;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        font-size: 16px; }
      .w3l-header-4 nav ul ul {
        border-left: 2px solid var(--theme-color);
        border-top: none; }
      .w3l-header-4 nav ul ul ul {
        border-left: 2px solid var(--theme-color);
        border-top: none;
        position: static; }
      .w3l-header-4 nav ul ul li a {
        padding: 5px 0px; }
      .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg); } }
  @media (max-width: 800px) {
    .w3l-header-4 .logo,
    .w3l-header-4 .button {
      z-index: 9; } }
  @media (max-width: 440px) {
    .w3l-header-4 [id^=drop]:checked + ul {
      max-height: 300px; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

textarea.form-control {
  height: auto; }

.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; } }
  
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-light {
  color: #fff;
  background-color: #6a4c93;
  border-color: #6a4c93; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #a92289;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }


.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.mb-2
 {
  margin-bottom: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4
 {
  margin-top: 1.5rem !important; }

.mt-5
 {
  margin-top: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.py-3 {
  padding-bottom: 1rem !important; }

.pt-5
 {
  padding-top: 3rem !important; }

.mx-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important; } }

@media (min-width: 992px) {
  .mt-lg-0
   {
    margin-top: 0 !important; }
  .pr-lg-5
   {
    padding-right: 1rem !important; } }

@media (min-width: 1200px) {
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; } }

.text-justify {
  text-align: justify !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; }
  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-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; } }
	
	
	/*CSS*/

:root {
  --theme-color: #002147;
  --secondary-color: #fdc800;
  --opposite-color: #fdc800;
  --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: 'Poppins', 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: 'Poppins', sans-serif }

button,
.btn,
select {
  cursor: pointer;
  font-family: 'Poppins', 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: 'Poppins', sans-serif }

p {
  margin: 0;
  padding: 0; }

span.diff {
  color: var(--secondary-color); }

.btn-theme {
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease-in;
  border: 0; }

.btn-theme:hover {
  background: var(--theme-color);
  outline: none; }

.btn-theme2 {
    padding: 5px 12px;
    color: #fff;
    background: #0a0a0a;
    float: right; }

.btn-theme2:hover {
  background: #1e2337; }

.btn-theme3 {
    padding: 6px 16px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.3s ease-in; }

.btn-theme3:hover {
  background: #e0c8c8;
  color: #000; }

.btn-theme3:focus {
  border-color: none !important; }

a.read {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  display: inline-block; }

a.read:hover {
  color: var(--opposite-color); }

h4.sub-title {
  font-size: 18px;
  margin: 0;
  text-align: center; }

@media (max-width: 414px) {
  .heading h3 {
    font-size: 30px;
    line-height: 36px; } }

@media (max-width: 412px) {
  .btn-theme3 {
    padding: 1px 0px;
    margin-bottom: 6%; } }

.w3l-top-menu-1 {
  /*-- Bottom Menu Styling --*/
  /*-- //Bottom Menu Styling --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-top-menu-1 .top-hd {
    background: #fff;
    padding: 1.2%; }
  .w3l-top-menu-1 .top-menu-top {
    align-items: center; }
  .w3l-top-menu-1 .top-head li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 10px;
    display: inline-block; }
  .w3l-top-menu-1 .accounts li:nth-child(1) {
    margin-left: 0; }
  .w3l-top-menu-1 .top-head li span.fa {
    font-size: 16px;
    color: #ffffff; }
  .w3l-top-menu-1 ul li {
    display: inline-block; }
  .w3l-top-menu-1 .accounts li span.fa {
    padding-right: 5px;
    color: #dc4431; }
  .w3l-top-menu-1 .accounts li {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
	/*--float: right;--*/
    color: #ffffff; }
  .w3l-top-menu-1 .accounts li a {
    color: #3d3d3d; }
  .w3l-top-menu-1 .accounts li a:hover {
    color: #dd3923; }
  .w3l-top-menu-1 .accounts li:nth-child(3) {
    margin-right: 0; }
  @media (max-width: 1080px) {
    .w3l-top-menu-1 .accounts li {
      margin: 0 6px; } }
  @media (max-width: 767px) {
    .w3l-top-menu-1 li.top_li1 {
      display: none; } }
 

.w3l-contacts-12 .main-social-1 a {
  background: var(--theme-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-contacts-12 .main-social-1 a span.fa {
  color: #fff;
  line-height: 35px;
  font-size: 16px; }

.w3l-contacts-12 .add-3 {
  border-top: 1px solid #bdbdbd; }

.w3l-contacts-12 h3.title-main-cont {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

.w3l-contacts-12 p.sub-title-cont {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px; }

.w3l-contacts-12 .cont-add span.fa {
  color: var(--theme-color);
  font-size: 18px; }

.w3l-contacts-12 .top-inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 1.5rem; }

.w3l-contacts-12 form.main-input input,
.w3l-contacts-12 textarea,
.w3l-contacts-12 select {
  color: #222;
  font-size: 16px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 24px;
  border-radius: 4px;
  outline: none; }

.w3l-contacts-12 . {
  margin-top: 2.5em; }

.w3l-contacts-12 . a span {
  font-size: 23px;
  margin: 0 5px; }


.w3l-contacts-12 .map {
  padding-top: 20px; }

.w3l-contacts-12 .map iframe {
  width: 100%;
  height: 400px;
  display: block; }

@media screen and (max-width: 991px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 60px; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 .cont-main-top {
    grid-template-columns: 1fr; }
  .w3l-contacts-12 . {
    margin-top: 1.5em; } }

@media screen and (max-width: 600px) {
  .w3l-contacts-12 h3.title-main-cont {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 6px; }
  .w3l-contacts-12 p.sub-title-cont {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px; }
  .w3l-contacts-12 .map iframe {
    height: 350px; } }

@media screen and (max-width: 414px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 40px; }
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 1rem; }
  .w3l-contacts-12 textarea {
    margin: 1rem 0 1.5rem; } }

@media screen and (max-width: 384px) {
  .w3l-contacts-12 .line {
    margin: 3em 0; } }

.w3l-index1 {
  }

.w3l-index1 .calltoaction-20 h5 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #8b5d22;  }

.w3l-index1 .calltoaction-20-content p {
	font-size: 17px;
    line-height: 25px;
    color: #211e1e;
    opacity: 0.8;
    text-align: justify; }

@media (max-width: 1080px) {
  .w3l-index1 .calltoaction-20 h5 {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .w3l-index1 .column.ccont-left {
    padding: 0;
    margin-top: 20px; }
  .w3l-index1 .column.center-align-self {
    border-radius: 4px; }
  .w3l-index1 .column.ccont-left img {
    border-radius: 4px; } }

@media (max-width: 768px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr; }
  .w3l-index1 .calltoaction-20 {
    padding: 3rem 0; } }

@media (max-width: 568px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 20px; }
  .w3l-index1 .calltoaction-20-content {
    padding: 0 16px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .w3l-index1 .text-11-content p {
    margin-top: 15px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 25px; }
  .w3l-index1 .text-11 {
    padding: 40px 0px; }
  .w3l-index1 .calltoaction-20-content {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px; }
  .w3l-index1 .calltoaction-20 h5 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px; } }

.services-12 .form-12-content {
  background: url("../images/5.jpg") no-repeat center;
  background-size: cover;
  padding: 2em 0px;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }

.services-12 .form-12-content:before {
  content: "";
  background: rgba(0, 40, 30, 0.7);
  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; }

@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; } }

.w3l-customers-4 {
  /*-- customers4 block --*/ }
  .w3l-customers-4 #customers4-block {
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 0px 0 30px;
    position: relative;
	 }
  .w3l-customers-4 #customers4-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #de2628; }
  .w3l-customers-4 h3 {
    color: #fff; }
  .w3l-customers-4 .item .imgTitle {
    position: relative; }
  .w3l-customers-4 .item .imgTitle img {
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #fff; }

.w3l-index2 .main-w3 {
   }

.w3l-index2 h3.title-spe {
    font-size: 35px;
    font-weight: 600;}

.w3l-index2 .grids-speci1 p {
  font-size: 16px;
  color: var(--title-color); }

@media (max-width: 800px) {
  .w3l-index2 .grids-speci p {
    font-size: 18px; } }

@media (max-width: 736px) {
  .w3l-index2 .grids-speci p {
    font-size: 16px; }
  .w3l-index2 h3.title-spe {
    font-size: 40px; } }

@media (max-width: 480px) {
  .w3l-index2 .grids-speci p {
    font-size: 15px; } }

@media (max-width: 440px) {
  .w3l-index2 .grids-speci {
    padding: 30px 20px; }
  .w3l-index2 h3.title-top {
    font-size: 32px;
    line-height: 37px; } }

@media (max-width: 384px) {
  .w3l-index2 .grids-speci {
    padding: 20px 20px; } }
	
/*nEW CSS */

.w3l-index2 .feature-grid {
  margin-top: 15px; }

.w3l-index2 .feature-img {
  margin: 0 auto; }

.w3l-index2 .feature-body {
      transition: 0.3s ease-in;
    border: 1px solid var(--light-bg-color);
    padding: 1rem;
    background: #fff;
	 }

.w3l-index2 .feature-body:hover {
  box-shadow: var(--card-hover-box-shadow);
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right, left, right; }


body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.w3l-index2 .service1:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.44)), url(../images/g1.jpg); }

.w3l-index2 .service2:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.44)), url(../images/g2.jpg); }

.w3l-index2 .service3:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.44)), url(../images/g3.jpg); }

.w3l-index2 .service4:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.44)), url(../images/g4.jpg); }

.w3l-index2 .service5:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.44)), url(../images/g5.jpg); }

.w3l-index2 .service6:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g6.jpg); }
  
.w3l-index2 .service7:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g7.jpg); }
  
.w3l-index2 .service1:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g1.jpg); }
  
.w3l-index2 .service8:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g8.jpg); }
  
.w3l-index2 .service9:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g9.jpg); }
  
.w3l-index2 .service10:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g10.jpg); }
  
.w3l-index2 .service11:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g11.jpg); }

.w3l-index2 .service12:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g12.jpg); }
  
.w3l-index2 .service13:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g13.jpg); }
  
.w3l-index2 .service14:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g14.jpg); }
  
.w3l-index2 .service15:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g15.jpg); }

.w3l-index2 .service16:hover {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g16.jpg); }

.w3l-index2 .service17:hover {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g17.jpg); }

.w3l-index2 .service18:hover {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g18.jpg); }

.w3l-index2 .service19:hover {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.44)), url(../images/g19.jpg); }

.w3l-index2 .feature-img span {
  font-size: 35px;
  transform: scale(1);
  transition: 0.3s ease;
  color: #bd9706; }

.w3l-index2 .feature-body:hover h3.feature-titel {
  color: #fff;
  transition: 0.3s ease; }

.w3l-index2 .feature-body:hover p.feature-text {
  color: #fff;
  transition: 0.3s ease; }

.w3l-index2 .feature-body:hover div.feature-img span {
  transform: scale(1.1);
  transition: 0.3s ease;
  color: #fff; }

.w3l-index2 h3.feature-titel {
  font-size: 18px;
    color: var(--title-color);
 }

@media (max-width: 1280px) {
  .w3l-index2 .feature-info {
    padding: 0 10px; } }

@media (max-width: 1024px) {
  .w3l-index2 .feature-info {
    padding: 0 0px; } }
	
	/*end new css */
	
.w3l-footer-29-main #movetop {
  display: none;
  position: fixed;
  bottom: 75px;
  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: #fff; }

.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: #0a0a0a;
  padding: 25px 0; }

.w3l-footer-29-main .footer-top-29 {
  grid-gap: 25px;
  grid-template-columns: 2fr 2fr 1fr; }

.w3l-footer-29-main .footer-list-29 a p span {
  display: block;
  color: #fff;
  font-weight: bold; }

.w3l-footer-29-main .footer-list-29 a p {
  color: #fff;
  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: 15px;
  font-weight: 600; }

.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: 15px;
  line-height: 25px;
  color: #fff; }

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: #ab9595; }

.w3l-footer-29-main .main-social-footer-29 a {
	margin-right: 10px;
    color: #fff;
    background: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
	margin-bottom: 14%;
    transition: 0.3s; }

.w3l-footer-29-main .main-social-footer-29 a:hover {
  transition: 0.3s; }

.w3l-footer-29-main .main-social-footer-29 a.facebook:hover {
  background: #3b5998;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.twitter:hover {
  background: #1da1f2;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.instagram:hover {
  background: #c13584;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.linkedin:hover {
  background: #0077b5;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.whatsapp:hover {
  background: #dd4b39;
  color: #fff; }
  
.fa-whatsapp{
	font-size: 3em;
    color: #fff;
    background: #28a745;
    padding: 0.2em;
}

  .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.w3l-footer-29-main .main-social-footer-29 a:last-child {
  margin-right: 0; }

.w3l-footer-29-main .main-social-footer-29 {
  margin-top: 20px; }

@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: 991px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; } }

@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; } }

@media (max-width: 600px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 480px) {
  .w3l-footer-29-main  {
    grid-column: span 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-content-with-photo-4 {
  /*-- content-with-photo4 block --*/ }
  @media all and (max-width: 991px) {
    .w3l-content-with-photo-4 .cwp4-image img {
      width: 100%; } }
    .w3l-content-with-photo-4 #content-with-photo4-block {
      padding: 0 0 2.5rem 0; } }


/* pricing-7*/
.w3l-pricing-7 {
  /* //pricing-7*/ }
  .w3l-pricing-7 .w3l-pricing-7_sur {
    background: #fff; }
  .w3l-pricing-7 .w3l-pricing-7-bottom {
    text-align: center;
    padding: 20px 0; }
  .w3l-pricing-7 h3.title-sub {
    font-size: 1.5em;
    color: #f00;
    text-align: center;
    line-height: 1.5;
    }
  .w3l-pricing-7 .w3l-pricing-7.pric-7-1 {
    border: 1px solid #ddd;
    border-radius: 4px; }
  @media (max-width: 736px) {
    .w3l-pricing-7 .w3l-pricing-7-gd-top {
      max-width: 400px; } }

.w3l-content-with-photo-4 .cwp4-text p {
    font-size: 17px;
    color: var(--text-color);
    margin: 20px 0;
    text-align: justify;
}

.w3l-content-with-photo-4 .cwp4-text ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
    margin: 10px 0;
	list-style: none;
}
	  
 td, th {
  border: 1px solid #fbf5f5;
  padding: 8px;
  width: 55%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-color);
  margin: 20px 0;
  text-align: justify;
}

tr:nth-child(even) {
  background-color: #fbf5f5;
}

.w3l-contacts-12 .cont-subs {
  border: 1px solid #bdbdbd;
  border-radius: 4px; }


.w3l-contacts-12 .cont-add {
  padding: 20px; }

.w3l-contacts-12 .add-2 {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; }

.w3l-contacts-12 .cont-add {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px;
  align-items: center; }

.w3l-contacts-12 .cont-add span.fa {
  color: var(--theme-color);
  font-size: 18px; }

.w3l-contacts-12 .cont-add-lft {
  text-align: right; }

.w3l-contacts-12 .top-inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 1.5rem; }

.w3l-contacts-12 .cont-add h4 {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 10px; }

.w3l-contacts-12 .contact-text-sub {
  line-height: 25px;
  font-size: 15px;
  color: #000; }

.w3l-contacts-12 . {
  margin-top: 2.5em; }

.w3l-contacts-12 . a span {
  font-size: 23px;
  margin: 0 5px; }


@media screen and (max-width: 991px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 20px; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 .cont-main-top {
    grid-template-columns: 1fr; }
	
.col-md-5 {
    flex: 0 0 29%;
}
.col-md-2 {
    flex: 0 0 20%;
} }


@media screen and (max-width: 414px) {
  .w3l-contacts-12 .contact-top,
  .w3l-contacts-12 .map {
    padding-top: 40px; }
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 1rem; }}
	
@media screen and (max-width: 500px) {
.col-md-5 {
    flex: 0 0 28%;
}}