:root {
  --theme-color: #099;
  --theme-color-two: #C90;
  --title-color: #C60;
  --text-color: #333333;
  --white-color: #ffffff; }

html {
  scroll-behavior: smooth; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px; } }

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px; } }

.clear {
  clear: both; }

.img-responsive,
img {
  max-width: 100%; }

.img-block {
  display: block; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

button,
select {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }

button,
.btn,
select {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.column a {
  display: block; }

.column a img {
  display: block; }

a.brand-logo {
  color: var(--white-color);
  font-weight: bold;
  font-size: 60px; }

.section-gap {
  padding: 4.5rem 0; }

@media screen and (max-width: 767px) {
  .section-gap {
    padding: 3.5rem 0; } }

@media screen and (max-width: 480px) {
  .section-gap {
    padding: 3rem 0; } }

.section-title h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: 20px; }

.section-title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px; }

p.sub-paragraph {
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color); }

.section-title-white h4 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px; }

.section-title-white {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px; }

p.sub-paragraph-white {
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: #ececec; }

.theme-button {
  min-width: 130px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000000;
  background: #f5f5f5;
  padding: 14px 18px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1px solid var(--theme-color); }

.theme-button:hover {
  background: var(--theme-color);
  color: #fff; }

.w3l-header-4 {
  background-color: var(--theme-color);
  z-index: 6;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.w3l-header-4 {
  /*-- Headers-4 block --*/
  /*-- /Headers-4 block --*/
  /* navbar-start */
  /* navigation */
  /* CSS Document */
  /* Giving a background-color to the nav container. */
  /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
  /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
  /* Positioning the navigation items inline */
  /* Styling the links */
  /* Background color change on Hover */
  /* Hide Dropdowns by Default
 * and giving it a position of absolute */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
  /* Change ' +' in order to change the Dropdown symbol */
  /* Media Queries
--------------------------------------------- */
  /* //navigation */
  /* navbar-end */
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .w3l-header-4 #headers4-block {
    z-index: 9;
    padding: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .w3l-header-4 .header-align {
    grid-template-columns: 1fr auto;
    align-items: center; }
  .w3l-header-4 input#nav {
    display: none; }
  .w3l-header-4 label.nav {
    display: none; }
  .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;
    position: relative;
    margin: 0 15px; }
  .w3l-header-4 nav ul li:last-child {
    margin-right: 0; }
  .w3l-header-4 nav a {
    transition: none;
    font-style: normal;
    line-height: 25px;
    padding: 20px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-transform: capitalize; }
  .w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .18em;
    content: "";
    border-top: 0.3em solid #C60;
    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: .18em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg); }
  .w3l-header-4 nav a:hover {
    transition: 0.3s ease; }
  .w3l-header-4 nav a.active {
    transition: 0.3s ease; }
  .w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 65px;
    background: var(--theme-color);
    z-index: 999;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0px;
    width: 150px; }
  .w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 140px;
    background: #ffffff;
    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:nth-child(last) {
    border-bottom: none; }
  .w3l-header-4 nav ul ul li a {
    display: block;
    padding: 6px 12px;
    text-align: left; }
  .w3l-header-4 nav ul ul li a:hover {
    background: transparent;
    transition: 0.3s ease; }
  .w3l-header-4 nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0px;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 li > a:only-child:after {
    content: ''; }
  @media all and (max-width: 992px) {
    .w3l-header-4 {
      /* Hide the navigation menu by default */
      /* Also hide the  */
      /* Stylinf the toggle lable */
      /* Display Dropdown when clicked on Parent Lable */
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */
      /* Change menu item's width to 100% */
      /* Hide Dropdowns by Default */
      /* Hide menus on hover */
      /* Fisrt Tier Dropdown */ }
      .w3l-header-4 .logo {
        float: left; }
      .w3l-header-4 #headers4-block {
        padding: 10px 0; }
      .w3l-header-4 nav a {
        padding: 5px 0;
        display: block;
        color: #fff; }
      .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: inline-block;
        text-decoration: none;
        border: none;
        margin-bottom: 0;
        cursor: pointer;
        color: var(--theme-color-two);
        text-align: right;
        padding-left: 15px;
        background: #fff;
        padding: 8px 10px;
        border-radius: 4px;
        float: right;
        margin-top: 7px; }
      .w3l-header-4 span.fa.fa-bars {
        float: right;
        background: var(--blue-color);
        display: inline-block;
        line-height: 40px;
        padding: 0 15px;
        margin-top: 4px; }
      .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(0, 0, 179, 0.8);
        width: 100%;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }
      .w3l-header-4 ul.menu {
        overflow-y: scroll;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 184px;
        z-index: 9999; }
      .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #fff; }
      .w3l-header-4 ul.menu::-webkit-scrollbar {
        width: 3px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
        background: #b4a996; }
      .w3l-header-4 nav ul {
        float: right; }
      .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,
      .w3l-header-4 label.toggle.toogle-9 {
        display: block;
        transition: none;
        font-style: normal;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: left; }
      .w3l-header-4 nav ul ul {
        border-left: 2px solid var(--blue-color);
        border-top: none; }
      .w3l-header-4 nav ul ul ul {
        border-left: 2px solid var(--blue-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: 668px) {
    .w3l-header-4 ul.menu {
      top: 120px; } }

@media (max-width: 992px) {
  .w3l-header-4 {
    top: 116px; } }

@media (max-width: 668px) {
  .w3l-header-4 {
    top: 60px; } }

@media (max-width: 500px) {
  .w3l-header-4 {
    top: 55px; } }

.w3l-hero-headers-11 {
  /* menu */
  /* right-slide-content-styling */
  /* right-slide-content-styling */
  /* width */
  /* Track */
  /* Handle */
  /* menu-hny-toggle */
  /* //menu-hny-toggle */
  /*-- banner style --*/
  /*-- //banner style --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-hero-headers-11 .d-grid {
    display: grid; }
  .w3l-hero-headers-11 .grid-columns-top-3 {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    grid-gap: 30px; }
  .w3l-hero-headers-11 .grid-columns-auto {
    grid-auto-flow: column;
    align-items: center; }
  .w3l-hero-headers-11 .grid-columns-auto-end {
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: end;
    min-height: 400px; }
  .w3l-hero-headers-11 .grid-columns-3 {
    grid-template-columns: 1fr auto 1fr; }
  .w3l-hero-headers-11 .align-right,
  .w3l-hero-headers-11 .menu-overlay-left {
    text-align: right; }
  .w3l-hero-headers-11 .top-header {
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7; }
  .w3l-hero-headers-11 .main-header {
    box-sizing: border-box; }
  .w3l-hero-headers-11 .accounts ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    display: block; }
  .w3l-hero-headers-11 .accounts ul li a.active-button {
    background: var(--theme-color);
    color: #fff; }
  .w3l-hero-headers-11 .accounts ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .accounts ul li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-hero-headers-11 .accounts ul li:last-child {
    margin-right: 0px; }
  .w3l-hero-headers-11 a.actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    color: #F5F9FC;
    background: var(--theme-color-two);
    padding: 0 20px;
    height: 55px;
    text-align: center; }
  .w3l-hero-headers-11 .search form {
    position: relative; }
  .w3l-hero-headers-11 .search form input {
    width: 300px;
    outline: none;
    font-size: 15px;
    color: var(--title-color);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px; }
  .w3l-hero-headers-11 .search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--title-color);
    height: 35px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 2.5px; }
  .w3l-hero-headers-11 .search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .side-search form {
    position: relative; }
  .w3l-hero-headers-11 .side-search form input {
    outline: none;
    font-size: 15px;
    color: var(--title-color);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px;
    width: 100%; }
  .w3l-hero-headers-11 .side-search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--title-color);
    height: 35px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 2.5px; }
  .w3l-hero-headers-11 .side-search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .quick-links ul {
    display: flex;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li {
    display: flex;
    margin-right: 50px;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li,
  .w3l-hero-headers-11 .quick-links ul li a {
    font-size: 15px;
    color: #666; }
  .w3l-hero-headers-11 .quick-links ul li span {
    font-size: 20px;
    color: var(--theme-color);
    margin-right: 5px; }
  .w3l-hero-headers-11 .right-grid {
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr auto; }
  .w3l-hero-headers-11 i.fa.fa-bars {
    font-size: 20px;
    color: #000000;
    background: #fff;
    text-align: center; }
  .w3l-hero-headers-11 h3.side-title {
    font-size: 19px;
    color: var(--title-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    display: inline-block; }
  .w3l-hero-headers-11 .gap-top {
    margin-top: 4rem; }
  .w3l-hero-headers-11 .quick-contact ul li {
    display: flex;
    align-items: center;
    margin: 1rem 0; }
  .w3l-hero-headers-11 .quick-contact ul li,
  .w3l-hero-headers-11 .quick-contact ul li a {
    font-size: 18px;
    color: #666; }
  .w3l-hero-headers-11 .quick-contact ul li span {
    font-size: 24px;
    color: var(--theme-color);
    margin-right: 15px;
    width: 20px;
    text-align: center;
    opacity: 0.75; }
  .w3l-hero-headers-11 .quick-links-side ul li {
    margin: 10px 0; }
  .w3l-hero-headers-11 .quick-links-side ul li a {
    font-size: 16px;
    color: var(--title-color); }
  .w3l-hero-headers-11 .follow-us ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #eee;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 15px; }
  .w3l-hero-headers-11 .follow-us ul li a {
    display: block; }
  .w3l-hero-headers-11 .follow-us ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .follow-us ul li a span {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: block;
    border-radius: 50%; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-facebook {
    background: #3b5998; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-twitter {
    background: #1da1f2; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-google-plus {
    background: #dd4b39; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-instagram {
    background: #c13584; }
  .w3l-hero-headers-11 .overlay-menuv {
    overflow-y: scroll; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar {
    width: 3px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-thumb {
    background: #999; }
  .w3l-hero-headers-11 .overlay-menuv-hny {
    position: relative; }
  .w3l-hero-headers-11 .menuopen {
    cursor: pointer; }
  .w3l-hero-headers-11 .side-menu-hny:hover {
    opacity: 0.9; }
  .w3l-hero-headers-11 .overlay-menuv-hny input[type="checkbox"] {
    display: none; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .w3l-hero-headers-11 .overlay-menuv {
    position: fixed;
    max-width: 350px;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 999; }
  .w3l-hero-headers-11 .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .w3l-hero-headers-11 .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .w3l-hero-headers-11 #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem 1rem;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1); }
  .w3l-hero-headers-11 .overlay-menuv-hny span.fa-times {
    color: red;
    font-size: 15px; }
  .w3l-hero-headers-11 .slider-text-w3ls h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px; }
  .w3l-hero-headers-11 .slider-text-w3ls span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: var(--theme-color-two);
    padding: 8px 10px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase; }
  .w3l-hero-headers-11 .slider-text-w3ls p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #e8e8e8;
    max-width: 600px;
    margin-bottom: 25px; }
  .w3l-hero-headers-11 a.action {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 a.action:hover {
    text-decoration: underline; }
  .w3l-hero-headers-11 .slider-num h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 .slider-num h4 span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #e8e8e8; }
  .w3l-hero-headers-11 .slider-num p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #ffffff; }
  @media (max-width: 1680px) {
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 570px; } }
  @media (max-width: 1080px) {
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 350px; }
    .w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 500px; } }
  @media (max-width: 900px) {
    .w3l-hero-headers-11 .quick-links ul li {
      margin-right: 20px; } }
  @media (max-width: 736px) {
    .w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 450px;
      padding: 30px 0; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 300px; } }
  @media (max-width: 668px) {
    .w3l-hero-headers-11 .main-header {
      display: none; } }
  @media (max-width: 600px) {
    .w3l-hero-headers-11 .search form input {
      width: 200px; } }
  @media (max-width: 500px) {
    .w3l-hero-headers-11 .accounts {
      order: 1; }
    .w3l-hero-headers-11 .search {
      order: 3;
      display: none; }
    .w3l-hero-headers-11 .menu-overlay-left {
      order: 2; }
    .w3l-hero-headers-11 .grid-columns-top-3 {
      grid-template-columns: auto 1fr;
      grid-gap: 10px; }
    .w3l-hero-headers-11 .search form input {
      width: 100%; }
    .w3l-hero-headers-11 .search form {
      display: none; } }

@media (max-width: 992px) {
  .p-sticky-md {
    background-color: var(--white-color);
    z-index: 9;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

/* banner */
/* banner slider */
.radio {
  display: none; }

.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.image-slide {
  width: 20%;
  float: left; }

.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out; }

.fake-radio {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1; }

/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0; }

#slide2:checked ~ .images .images-inner {
  margin-left: -100%; }

#slide3:checked ~ .images .images-inner {
  margin-left: -200%; }

/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: /* var(--theme-color-two);*/ }

.radio-btn {
  width: 42px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  display: inline-block !important;
  margin: 0px;
  cursor: pointer; }

/* Color of bullets - END */
/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1; }

.label {
  opacity: 0;
  position: absolute; }

/* Text of slides - END */
/* Calculate AUTOPLAY for BULLETS */
@-webkit-keyframes bullet {
  0%,
  33.32333333333334% {
    background: var(--theme-color-two); }
  33.333333333333336%,
  100% {
    background: white; } }
@keyframes bullet {
  0%,
  33.32333333333334% {
    background: var(--theme-color-two); }
  33.333333333333336%,
  100% {
    background: white; } }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  -webkit-animation: bullet 12300ms infinite -1000ms;
          animation: bullet 12300ms infinite -1000ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  -webkit-animation: bullet 12300ms infinite 3100ms;
          animation: bullet 12300ms infinite 3100ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  -webkit-animation: bullet 12300ms infinite 7200ms;
          animation: bullet 12300ms infinite 7200ms; }

/* Calculate AUTOPLAY for BULLETS - END */
/* Calculate AUTOPLAY for SLIDES */
@-webkit-keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }
@keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }

.st-slider > #play1:checked ~ .images .images-inner {
  -webkit-animation: slide 12300ms infinite;
          animation: slide 12300ms infinite; }

/* Calculate AUTOPLAY for SLIDES - END */
/* //banner slider */
/* background images for banner */
.banner-w3ls-1 {
  background-image:  url(../images/slide1.jpg);
  background-position: top center; }

.banner-w3ls-2 {
  background-image: url(../images/slide2.jpg);
  background-position: top center; }

.banner-w3ls-3 {
  background-image: url(../images/slide3.jpg);
  background-position: top center; }

.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3 {
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 770px;
  padding: 40px 0;
  position: relative; }

/* //background images for banner */
.st-slider {
  position: relative; }

/* //banner */
/* call-to-action-17 */
.w3l-call-to-action-17_sur .call-action_17 h3 {
  font-size: 45px;
  line-height: 50px;
  color: var(--title-color);
  font-weight: normal; }

.w3l-call-to-action-17_sur .call-action_17 p {
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 30px; }

.w3l-call-to-action-17_sur .action-top_sur {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px; }

.w3l-call-to-action-17_sur .call-action_17-details a:hover {
  opacity: 0.8; }

.w3l-call-to-action-17_sur span.price {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #3B5266; }

.w3l-call-to-action-17_sur section.tab-content {
  display: none;
  padding: 24px 0 0; }

.w3l-call-to-action-17_sur input {
  display: none; }

.w3l-call-to-action-17_sur label.tabtle {
  display: inline-block;
  font-weight: bold;
  border: 1px solid transparent;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #8298AB;
  margin-right: 15px;
  font-weight: normal; }

.w3l-call-to-action-17_sur label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.w3l-call-to-action-17_sur label.tabtle:hover {
  color: #304659;
  cursor: pointer; }

.w3l-call-to-action-17_sur input:checked + label.tabtle {
  line-height: 25px;
  text-align: center;
  color: var(--theme-color-two); }

.w3l-call-to-action-17_sur #tab1:checked ~ #content1,
.w3l-call-to-action-17_sur #tab2:checked ~ #content2,
.w3l-call-to-action-17_sur #tab3:checked ~ #content3,
.w3l-call-to-action-17_sur #tab4:checked ~ #content4 {
  display: block; }

.w3l-call-to-action-17_sur a.diff-btn {
  min-width: 130px;
  cursor: pointer;
  line-height: 30px;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000000;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1px solid var(--theme-color); }

.w3l-call-to-action-17_sur a.diff-btn:hover {
  background: var(--theme-color);
  color: #fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out; }

@media all and (max-width: 1080px) {
  .w3l-call-to-action-17_sur .action-top_sur {
    grid-gap: 30px; }
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 40px;
    line-height: 45px; } }

@media all and (max-width: 1024px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-column-gap: 20px; } }

@media screen and (max-width: 992px) {
  .w3l-call-to-action-17_sur .action-top_sur {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

@media screen and (max-width: 800px) {
  .w3l-call-to-action-17_sur label.tabtle:before {
    margin: 0;
    font-size: 18px; } }

@media screen and (max-width: 600px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-row-gap: 20px; } }

@media screen and (max-width: 440px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
  .w3l-call-to-action-17_sur section.tab-content {
    padding: 28px 0 0; } }

@media screen and (max-width: 387px) {
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 36px;
    line-height: 42px; } }

@media screen and (max-width: 320px) {
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 30px;
    line-height: 37px; } }

/* //call-to-action-17 */
/* /features-17*/
.w3l-features-17 {
  /* pop up */
  /*--/responsive-code--*/ }
  .w3l-features-17 .features-17_sur h2 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    margin-top: 20px; }
  .w3l-features-17 .features-17-right_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px; }
  .w3l-features-17 .features-17-left_sur a {
    font-size: 20px;
    line-height: 25px;
    color: #cae0ff;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none; }
  .w3l-features-17 .features-17-left_sur a:hover {
    color: #ffffff; }
  .w3l-features-17 .section-title h4 {
    color: #ffffff; }
  .w3l-features-17 .features-17-right_sur h5 a {
    color: #ffffff;
    text-decoration: none; }
  .w3l-features-17 .features-17-right_sur h5 a:hover {
    opacity: 0.85; }
  .w3l-features-17 .features-17_sur img {
    vertical-align: middle;
    padding-left: 5px; }
  .w3l-features-17 .features-17_sur {
    background: #c90; }
  .w3l-features-17 .features-17_sur p {
    font-size: 17px;
    line-height: 25px;
    font-style: normal;
    font-weight: 300;
    color: #ececec;
    margin-top: 15px; }
  .w3l-features-17 .features-17-left_sur {
    padding-right: 5em; }
  .w3l-features-17 .features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-features-17 .features-17-right_sur {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-17 .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 100vh;
    height: 100vh; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar {
    width: 4px; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .w3l-features-17 .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .w3l-features-17 .popup {
    background: #fff;
    border-radius: 3px;
    max-width: 650px;
    position: relative;
    margin: 5rem auto 0;
    padding: 2rem 0em 0rem; }
  .w3l-features-17 .popup iframe {
    width: 100%;
    height: 400px; }
  .w3l-features-17 .popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 0.6;
    margin-top: 0; }
  .w3l-features-17 .popup .close:hover {
    opacity: 1; }
  @media (max-width: 1366px) {
    .w3l-features-17 .features-17-left_sur {
      padding-right: 1em; } }
  @media (max-width: 992px) {
    .w3l-features-17 .features-17-top_sur {
      display: grid;
      grid-template-columns: 1fr; }
    .w3l-features-17 .features-17-left_sur {
      padding-right: 0em;
      margin-bottom: 4em; } }
  @media (max-width: 480px) {
    .w3l-features-17 .features-17_sur h2 {
      font-size: 48px;
      line-height: 53px; }
    .w3l-features-17 .features-17-left_sur {
      margin-bottom: 3em; } }
  @media (max-width: 440px) {
    .w3l-features-17 .features-17-right_sur {
      grid-template-columns: 1fr; }
    .w3l-features-17 .features-17_sur h2 {
      font-size: 40px;
      line-height: 46px; } }
  @media (max-width: 320px) {
    .w3l-features-17 .features-17_sur h2 {
      font-size: 32px;
      line-height: 38px; }
    .w3l-features-17 .features-17-right_sur h5 {
      font-size: 23px;
      line-height: 28px; } }

/*--//responsive-code--*/
/* //features-17*/
.w3l-features-4 {
  /*-- features4 --*/ }
  .w3l-features-4 .features4-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-4 .features4-grid {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3rem 1rem;
    border-top: 2px solid #1f5eb4; }
  .w3l-features-4 .feature-icon {
    background: rgba(249, 126, 213, 0.1);
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 80px; }
  .w3l-features-4 .feature-icon span {
    color: var(--theme-color-two);
    font-size: 40px;
    line-height: 85px; }
  .w3l-features-4 .features4-grid h5 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    margin-top: 25px;
    display: block; }
  .w3l-features-4 .features4-grid h5 a:hover {
    color: var(--theme-color); }
  .w3l-features-4 .features4-grid:hover a.gomore {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  .w3l-features-4 .features4-grid:hover h5 a:hover {
    color: var(--theme-color); }
  .w3l-features-4 .features4-grid p {
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-features-4 a.gomore {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-features-4 a.gomore:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-row-gap: 60px; }
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; } }

.w3l-teams-27 {
  /* //Reset Code */
  /* teams 28 */
  /* //teams 28 */
  /* responsive */
  /* //responsive */ }
  .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: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-teams-27 .teams27 {
    background: #f7f7f7; }
  .w3l-teams-27 h6 a.title-team-28 {
    color: var(--title-color);
    font-size: 20px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-teams-27 h6 a.title-team-28:hover {
    color: var(--theme-color); }
  .w3l-teams-27 p.sm-text-28 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-top: 5px; }
  .w3l-teams-27 .midd-para-team {
    margin: 10px 0 30px; }
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .5fr 1fr;
    display: grid;
    align-items: center;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff; }
  .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 .main-contteam-28 {
    grid-gap: 40px; }
  .w3l-teams-27 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-teams-27 .buttons-teams a span.fa-facebook {
    color: #3b5998; }
  .w3l-teams-27 .buttons-teams a span.fa-instagram {
    color: #c13584; }
  .w3l-teams-27 .buttons-teams a span.fa-twitter {
    color: #1da1f2; }
  @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 .grid-col-2 {
      grid-template-columns: 1fr; }
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .5fr 1fr; }
    .w3l-teams-27 .title-teams27 h4 {
      margin-bottom: 10px; } }
  @media (max-width: 736px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .5fr 1fr; }
    .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: 24px; }
    .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: 70px;
      overflow: hidden; } }
  @media (max-width: 384px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .95fr 1fr; } }

.w3l-customers-4 {
  /*-- customers4 block --*/ }
  .w3l-customers-4 #mixedSlider {
    position: relative; }
  .w3l-customers-4 #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%; }
  .w3l-customers-4 #mixedSlider .MS-content .item {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 50px;
    text-align: center; }
  .w3l-customers-4 #mixedSlider .MS-content .item:nth-child(odd) {
    border-right: 1px solid rgba(130, 152, 171, 0.35); }
  .w3l-customers-4 #mixedSlider .MS-content .item .imgTitle {
    position: relative; }
  .w3l-customers-4 .imgTitle img {
    border-radius: 50%;
    width: 30%;
    margin: 0 auto; }
  .w3l-customers-4 #mixedSlider .MS-content .item p {
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-customers-4 #mixedSlider .MS-content .item h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color); }
  .w3l-customers-4 #mixedSlider .MS-content .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-top: 5px;
    display: inline-block; }
  .w3l-customers-4 #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 32px;
    top: 48%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
    cursor: pointer; }
  .w3l-customers-4 #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8); }
  .w3l-customers-4 #basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle; }
  .w3l-customers-4 #basicSlider .MS-controls button {
    position: absolute; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
    left: 0px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
    right: 0px; }
  .w3l-customers-4 #basicSlider {
    position: relative; }
  .w3l-customers-4 #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px; }
  .w3l-customers-4 #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle; }
  @media (max-width: 800px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      width: 100%; }
    .w3l-customers-4 #mixedSlider .MS-content .item:nth-child(odd) {
      border: none; } }
  @media (max-width: 767px) {
    .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
      left: -10px; }
    .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
      right: -10px; } }
  @media (max-width: 600px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 30px; } }
  @media (max-width: 500px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 15px; }
    .w3l-customers-4 #mixedSlider .MS-content .item p {
      margin-top: 15px;
      margin-bottom: 30px; } }

/*-- grids block 5 --*/
.w3l-grids-block-5 {
  /*--/*-- responsive design --*/
  /*-- grids block 5 --*/ }
  .w3l-grids-block-5 #grids5-block {
    background: #f7f7f7; }
  .w3l-grids-block-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px; }
  .w3l-grids-block-5 ul.info {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .w3l-grids-block-5 ul.info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    color: #828282;
    font-weight: normal; }
  .w3l-grids-block-5 ul.info li span {
    font-size: 14px;
    margin-right: 5px;
    color: var(--theme-color);
    vertical-align: initial; }
  .w3l-grids-block-5 .grids5-info h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color);
    margin-top: 25px;
    display: block; }
  .w3l-grids-block-5 .grids5-info h4 a:hover {
    color: var(--theme-color); }
  .w3l-grids-block-5 .grids5-info p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color-two);
    margin-top: 10px; }
  .w3l-grids-block-5 .grids5-info img {
    width: 100%;
    display: block; }
  .w3l-grids-block-5 .grids5-info img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-grids-block-5 a.gomore {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-grids-block-5 a.gomore:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; } }
  @media all and (max-width: 568px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-grids-block-5 .grids5-info h4 a {
      margin-top: 13px; }
    .w3l-grids-block-5 .grids5-info p {
      margin-top: 12px; } }
  @media all and (max-width: 414px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 23px; } }
  @media all and (max-width: 384px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 22px; } }

/*--//*-- responsive design --*/
/*--/form-25--*/
.w3l-form-25 {
  /*-- //forms-25 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }
  .w3l-form-25 .forms-25-info h5 {
    font-size: 13px;
    line-height: 20px;
    color: var(--theme-color-two);
    text-transform: uppercase;
    margin-bottom: 20px; }
  .w3l-form-25 .forms-25-info h3 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color);
    margin-bottom: 25px;
    font-weight: normal; }
  .w3l-form-25 .form-inner-cont p {
    margin: 10px 0 0;
    padding: 0 3em;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-form-25 .forms-gds {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 10px;
    margin-top: 30px; }
  .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"] {
    background: #ffffff;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 14px;
    color: var(--title-color);
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    border: none;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-color);
    border-radius: 4px; }
  .w3l-form-25 button.btn {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    height: 45px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-form-25 button.btn:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-form-25 .form-inner-cont {
    text-align: center;
    margin: 0 auto;
    width: 60%; }
  .w3l-form-25 p.action-link {
    padding: 0;
    color: #a0a0a0; }
  @media all and (max-width: 1440px) {
    .w3l-form-25 .form-inner-cont {
      width: 65%; } }
  @media all and (max-width: 1366px) {
    .w3l-form-25 .form-inner-cont {
      width: 73%; } }
  @media all and (max-width: 1280px) {
    .w3l-form-25 .form-inner-cont {
      width: 75%; } }
  @media all and (max-width: 1080px) {
    .w3l-form-25 .form-inner-cont {
      width: 90%; } }
  @media all and (max-width: 992px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 43px; } }
  @media all and (max-width: 800px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 769px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 38px;
      line-height: 45px; } }
  @media all and (max-width: 737px) {
    .w3l-form-25 .form-inner-cont {
      width: 95%; } }
  @media all and (max-width: 690px) {
    .w3l-form-25 .form-inner-cont {
      width: 100%; } }
  @media all and (max-width: 668px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 36px;
      line-height: 45px; } }
  @media all and (max-width: 650px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 34px;
      line-height: 45px; }
    .w3l-form-25 .form-inner-cont p {
      padding: 0 0em; }
    .w3l-form-25 .forms-25-info h5 {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .w3l-form-25 .forms-gds {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      margin-top: 25px; }
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 40px; }
    .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"] {
      margin-bottom: 10px; }
    .w3l-form-25 button.btn {
      margin-top: 10px; }
    .w3l-form-25 p.action-link {
      margin-bottom: 10px; } }
  @media all and (max-width: 420px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px; } }

.w3l-footer-28-main {
  /* //Reset Code */
  /* footer-28 */
  /* //footer-28 */
  /* responsive */
  /* //responsive */ }
  .w3l-footer-28-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-28-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-footer-28-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-footer-28-main .align-items-center {
    align-items: center; }
  .w3l-footer-28-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-footer-28-main a.action img {
    margin-left: 4px; }
  .w3l-footer-28-main .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-footer-28-main .align-center {
    text-align: center; }
  .w3l-footer-28-main p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-footer-28-main p.sub-paragraph {
    color: #3B5266;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-footer-28-main .footer-28 {
    background: #099; }
  .w3l-footer-28-main .footer-top-28 {
    grid-gap: 40px; }
  .w3l-footer-28-main h6.footer-title-28 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .w3l-footer-28-main .footer-list-28 ul li,
  .w3l-footer-28-main .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
    list-style: none;
    margin-bottom: 15px; }
  .w3l-footer-28-main .footer-list-28 ul li:last-child {
    margin-bottom: 0px; }
  .w3l-footer-28-main .footer-list-28 ul li a {
    font-weight: normal;
    font-size: 15px;
    color: #c1c1c1; }
  .w3l-footer-28-main .footer-list-28 ul li a:hover {
    color: #f7f7f7; }
  .w3l-footer-28-main .main-social-footer-28 a {
    margin-right: 25px; }
  .w3l-footer-28-main .main-social-footer-28 a:last-child {
    margin-right: 0; }
  .w3l-footer-28-main .copy-footer-28 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8298AB; }
  .w3l-footer-28-main .copy-footer-28 a {
    color: #fff; }
  .w3l-footer-28-main ul.list-btm-28 {
    margin: 25px 0 15px; }
  .w3l-footer-28-main .list-btm-28 li {
    list-style-type: none;
    display: inline-block; }
  .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
    margin: 0 25px; }
  .w3l-footer-28-main .midd-footer-28 {
    margin-top: 6em; }
  .w3l-footer-28-main .main-social-footer-28 a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    color: #090909;
    transition: 0.3s ease;
    font-size: 20px; }
  .w3l-footer-28-main .main-social-footer-28 a span {
    display: block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px; }
  .w3l-footer-28-main .main-social-footer-28 a.facebook:hover {
    background: #3b5998;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.twitter:hover {
    background: #1da1f2;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.instagram:hover {
    background: #c13584;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.google:hover {
    background: #dd4b39;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.pinterest:hover {
    background: #bd081c;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 {
    margin-bottom: 2rem; }
  .w3l-footer-28-main #movetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--theme-color);
    width: 45px;
    height: 45px;
    background: #eee;
    padding: 0;
    line-height: 45px;
    transition: 0.5s ease-out; }
  .w3l-footer-28-main #movetop:hover {
    background: var(--theme-color);
    color: var(--white-color); }
  @media (max-width: 767px) {
    .w3l-footer-28-main .footer-top-28 {
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 667px) {
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 5em; } }
  @media (max-width: 480px) {
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 4em; }
    .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
      margin: 0 18px; } }

.w3l-call-to-action-19 {
  /* //Reset Code */
  /* call to action 19 */
  /* //call to action 19 */
  /* responsive */ }
  .w3l-call-to-action-19 .d-grid {
    display: grid; }
  .w3l-call-to-action-19 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-call-to-action-19 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-call-to-action-19 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-call-to-action-19 .align-center {
    text-align: center; }
  .w3l-call-to-action-19 .column1-action-19 {
    max-width: 470px; }
  .w3l-call-to-action-19 .column2-action-19 img {
    width: 100%; }
  .w3l-call-to-action-19 .grid-action-19 {
    grid-gap: 126px;
    align-items: center; }
  .w3l-call-to-action-19 .call-head-action-19 a {
    color: var(--title-color);
    line-height: 60px;
    font-size: 55px; }
  .w3l-call-to-action-19 .call-para-action-19 {
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-call-to-action-19 .main-action-19 {
    margin-top: 40px; }
  .w3l-call-to-action-19 .main-action-19 a:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  .w3l-call-to-action-19 .action-btn-19 {
    margin-right: 25px; }
  @media (max-width: 1200px) {
    .w3l-call-to-action-19 .grid-action-19 {
      grid-gap: 50px; } }
  @media (max-width: 1080px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      line-height: 52px;
      font-size: 48px; }
    .w3l-call-to-action-19 .column1-action-19 {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      font-size: 42px;
      line-height: 43px; }
    .w3l-call-to-action-19 .grid-action-19 {
      grid-gap: 20px; } }
  @media (max-width: 667px) {
    .w3l-call-to-action-19 .grid-action-19 {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      font-size: 40px; } }

/*-- features15 block --*/
.w3l-features-15 #features15-block {
  background: #399; }

.w3l-features-15 .d-grid {
  display: grid; }

.w3l-features-15 .features15-col-3 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px; }

.w3l-features-15 .features15-col-text {
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px; }

.w3l-features-15 .features15-info {
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%; }

.w3l-features-15 .features15-info span {
  font-size: 25px;
  line-height: 60px;
  color: var(--theme-color-two); }

.w3l-features-15 .features15-para h4 a {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff; }

.w3l-features-15 .features15-para p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: #ececec; }

.w3l-features-15 .features15-para h4 a:hover {
  opacity: 0.85; }

@media all and (max-width: 600px) {
  .w3l-features-15 .features15-col-3 {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }

@media all and (max-width: 414px) {
  .w3l-features-15 .features15-col-3 {
    grid-row-gap: 30px; }
  .w3l-features-15 .features15-col-text {
    grid-column-gap: 13px; } }

/*-- features15 block --*/
.w3l-specifications-6 {
  /*--/grids--*/
  /*--//grids--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-specifications-6 .specification-inn {
    width: 77%; }
  .w3l-specifications-6 .specification-layout h2 {
    font-size: 70px;
    line-height: 75px;
    color: var(--title-color);
    margin-bottom: 30px; }
  .w3l-specifications-6 .specification-layout h3 {
    color: var(--theme-color-two);
    font-size: 45px;
    line-height: 50px; }
  .w3l-specifications-6 .specification-layout h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color-two);
    font-weight: normal;
    margin-bottom: 18px; }
  .w3l-specifications-6 .specification-layout h6 {
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color);
    font-weight: normal;
    margin-bottom: 12px; }
  .w3l-specifications-6 .specify-gd:hover img {
    opacity: 0.8; }
  .w3l-specifications-6 .specification-layout p {
    margin-bottom: 30px;
    padding-right: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-top: 15px; }
  .w3l-specifications-6 .specify-gd p {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    margin-bottom: 0; }
  .w3l-specifications-6 .grid {
    display: grid; }
  .w3l-specifications-6 .grid-column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-specifications-6 .column {
    border: none;
    padding: 10px;
    margin: 10px; }
  .w3l-specifications-6 .column:nth-child(1) {
    border: none;
    padding: 10px 0;
    margin: 10px 0; }
  @media (max-width: 1366px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 60px; }
    .w3l-specifications-6 .specification-inn {
      width: 100%; } }
  @media (max-width: 1080px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 54px;
      line-height: 60px; }
    .w3l-specifications-6 .specification-layout h6 {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 12px; } }
  @media (max-width: 992px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 52px;
      line-height: 60px; } }
  @media (max-width: 901px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 46px;
      line-height: 60px; } }
  @media (max-width: 768px) {
    .w3l-specifications-6 .grid-column-4 {
      grid-template-columns: 2fr 2fr; }
    .w3l-specifications-6 .specification-layout p {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 20px;
      padding-right: 0px; }
    .w3l-specifications-6 .specify-gd p {
      margin-bottom: 0;
      font-size: 14px; }
    .w3l-specifications-6 .column:nth-child(1), .w3l-specifications-6 .column:nth-child(3) {
      border: none;
      padding: 10px 0px;
      margin: 10px 0px; } }
  @media (max-width: 660px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 42px;
      line-height: 50px; } }
  @media (max-width: 480px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 45px;
      line-height: 40px;
      margin-bottom: 20px; }
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 38px;
      line-height: 40px;
      margin-bottom: 20px; }
    .w3l-specifications-6 .specify-gd p {
      font-size: 13px; } }
  @media (max-width: 384px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; } }

.w3l-feature-16 {
  /*--/feature-16--*/
  /*--//feature-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-feature-16 .feature-16-main h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 60px; }
  .w3l-feature-16 .feature-16-gd h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color); }
  .w3l-feature-16 .feature-16-gd h4 a:hover {
    color: var(--theme-color); }
  .w3l-feature-16 .icon span {
    font-size: 45px;
    color: var(--theme-color-two); }
  .w3l-feature-16 .feature-16-main h6 {
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: var(--theme-color-two);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder; }
  .w3l-feature-16 .feature-16-main p {
    margin: 10px 0px 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-feature-16 .feature-16-gd-info ul li {
    margin: 10px 0 0px;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-feature-16 .feature-16-gd-info ul li span {
    color: var(--theme-color);
    font-size: 12px;
    margin-right: 4px; }
  .w3l-feature-16 .grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 40px;
    margin-top: 20px; }
  .w3l-feature-16 .feature-16-gd {
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 10px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    padding: 2rem; }
  .w3l-feature-16 .feature-16-gd:hover {
    transition: 0.3s ease;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1290px) {
    .w3l-feature-16 .feature-16-inf {
      padding: 3em 3em; } }
  @media screen and (max-width: 1080px) {
    .w3l-feature-16 .feature-16-inf {
      padding: 3em 2em; }
    .w3l-feature-16 .feature-16-main p {
      margin: 20px 0 30px;
      padding-right: 0px; } }
  @media screen and (max-width: 801px) {
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px;
      margin-top: 20px; }
    .w3l-feature-16 .feature-16-main p {
      margin: 10px 0 30px;
      padding-right: 0px; } }
  @media screen and (max-width: 640px) {
    .w3l-feature-16 .feature-16-main h3 a {
      font-size: 20px; }
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 32px; } }
  @media screen and (max-width: 420px) {
    .w3l-feature-16 .feature-16-gd h4 a {
      font-size: 22px; }
    .w3l-feature-16 .feature-16-main h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 384px) {
    .w3l-feature-16 .feature-16-gd h4 a {
      font-size: 20px; } }
  @media screen and (max-width: 321px) {
    .w3l-feature-16 .feature-16-main h3 {
      font-size: 28px; } }

.w3l-text-22 {
  /* //Reset Code */
  /*--text--*/
  /*-- //text --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-text-22 .text {
    background: #f7f7f7; }
  .w3l-text-22 .text-txt h3 {
    color: var(--title-color);
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px; }
  .w3l-text-22 .text-txt p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 30px; }
  .w3l-text-22 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px; }
  .w3l-text-22 .right-column p:nth-child(2) {
    margin-top: 15px; }
  @media (max-width: 1080px) {
    .w3l-text-22 .two-columns {
      grid-gap: 20px;
      margin-top: 40px; } }
  @media (max-width: 640px) {
    .w3l-text-22 .two-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-text-22 .text-txt h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .w3l-text-22 .two-columns {
      margin-top: 30px; } }

.w3l-text-28-main {
  /* /text-styles-31*/
  /*--/faq--*/
  /*--//faq--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-28-main .text-28 {
    background: #fff; }
  .w3l-text-28-main .text-styles-top-28 h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 30px; }
  .w3l-text-28-main .faq-drawer input[type="checkbox"] {
    display: none; }
  .w3l-text-28-main .faq-drawer__title {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer; }
  .w3l-text-28-main .faq-drawer__title:hover {
    color: #747474; }
  .w3l-text-28-main .faq-drawer__title::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    right: 25px;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease-out;
    /* background-image: url(images/Border.png); */ }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-180deg); }
  .w3l-text-28-main .faq-drawer__content-wrapper {
    overflow: hidden;
    max-height: 0px;
    font-size: 15px;
    line-height: 23px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
    padding: 10px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .w3l-text-28-main .text-title {
    margin-bottom: 35px; }
  .w3l-text-28-main .faq-drawer {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 10px; }
  .w3l-text-28-main h6.title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: var(--text-color);
    padding-right: 50px; }
  .w3l-text-28-main p.text-text {
    padding-right: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    background: #fff;
    padding: 20px; }
  @media (max-width: 600px) {
    .w3l-text-28-main p.text-text {
      width: 90%; }
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .w3l-text-28-main h6.title {
      font-size: 15px;
      line-height: 25px; } }
  @media (max-width: 320px) {
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 28px;
      margin-bottom: 15px; } }

.w3l-contact-8 {
  /*--responsive--*/ }
  .w3l-contact-8 .contact-info h4 {
    font-size: 20px;
    color: var(--text-color);
    margin: 10px 0 5px 0; }
  .w3l-contact-8 .contact-info-left {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px; }
  .w3l-contact-8 .contact-info {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2rem; }
  .w3l-contact-8 .contact p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px; }
  .w3l-contact-8 .contact a {
    display: block;
    color: var(--text-color); }
  .w3l-contact-8 .contact {
    grid-template-columns: 1fr; }
  .w3l-contact-8 .contact a:hover {
    display: block;
    color: var(--title-color); }
  .w3l-contact-8 .contact span.fa {
    font-size: 40px;
    color: var(--theme-color);
    margin-bottom: 10px; }
  .w3l-contact-8 iframe {
    width: 100%;
    height: 450px; }
  @media (max-width: 1024px) {
    .w3l-contact-8 .contact-info-left {
      grid-gap: 40px; } }
  @media (max-width: 991px) {
    .w3l-contact-8 .contact-info-left {
      grid-template-columns: 1fr; } }
  @media (max-width: 900px) {
    .w3l-contact-8 .contact p {
      font-size: 17px; } }
  @media (max-width: 800px) {
    .w3l-contact-8 .contact a {
      font-size: 16px; }
    .w3l-contact-8 .contact {
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .w3l-contact-8 .map {
      float: none;
      width: 100%;
      text-align: left; }
    .w3l-contact-8 iframe {
      height: 280px; } }
  @media (max-width: 375px) {
    .w3l-contact-8 .contact p {
      font-size: 15px; } }

/*--//responsive--*/
.w3l-form-41 {
  /*--/form-41--*/
  /*--/form-41--*
    .form-inner-cont input::-webkit-input-placeholder,.form-inner-cont textarea::-webkit-input-placeholder {
        color: #ddd;
    }
    /*--/form-41--*/
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*-- //forms-41 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }
  .w3l-form-41 .form-41-mian {
    background: #f7f7f7; }
  .w3l-form-41 .align-form-map {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px; }
  .w3l-form-41 h3.cont-head {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 35px; }
  .w3l-form-41 form.signin-form {
    text-align: left; }
  .w3l-form-41 .form-input {
    margin-bottom: 15px; }
  .w3l-form-41 .form-inner-cont label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--text-color);
    display: block; }
  .w3l-form-41 .form-inner-cont input,
  .w3l-form-41 .form-inner-cont textarea {
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 25px;
    color: #304659;
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px; }
  .w3l-form-41 .form-inner-cont textarea {
    height: 125px;
    resize: none;
    padding: 15px 15px; }
  .w3l-form-41 iframe {
    width: 100%;
    height: 100%; }
  .w3l-form-41 button.btn {
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase; }
  .w3l-form-41 label.container p {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: var(--text-color); }
  .w3l-form-41 label.container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-form-41 label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .w3l-form-41 .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #E1E9F0; }
  .w3l-form-41 label.container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .w3l-form-41 label.container input:checked ~ .checkmark {
    background-color: var(--theme-color); }
  .w3l-form-41 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .w3l-form-41 label.container input:checked ~ .checkmark:after {
    display: block; }
  .w3l-form-41 label.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  @media all and (max-width: 1280px) {
    .w3l-form-41 .form-41-mian {
      padding: 4em 0; } }
  @media all and (max-width: 1024px) {
    .w3l-form-41 .align-form-map {
      grid-gap: 60px; } }
  @media all and (max-width: 991px) {
    .w3l-form-41 .align-form-map {
      grid-gap: 60px;
      grid-template-columns: 1fr; }
    .w3l-form-41 iframe {
      height: 350px; } }
  @media all and (max-width: 590px) {
    .w3l-form-41 h3.cont-head {
      font-size: 30px;
      margin-bottom: 30px; }
    .w3l-form-41 iframe {
      height: 300px; } }

.w3l-grid-8 {
  /*--resposive--*/ }
  .w3l-grid-8 .d-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 30px; }
  .w3l-grid-8 img.card-img-top {
    width: 100%; }
  .w3l-grid-8 img.card-img-top:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-grid-8 h4.card-title {
    font-size: 25px;
    line-height: 35px;
    color: var(--title-color);
    display: inline-block; }
  .w3l-grid-8 p.image-caption {
    font-size: 15px;
    line-height: 35px;
    color: var(--theme-color-two);
    display: inline;
    padding-right: 5px;
    font-weight: 500; }
  .w3l-grid-8 .grid-column1, .w3l-grid-8 .grid-column2 {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .w3l-grid-8 p.card-text {
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-bottom: 30px; }
  .w3l-grid-8 .card-grid {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    padding: 2rem 1.5rem; }
  .w3l-grid-8 .card-grid-column2 {
    text-align: right;
    padding-right: 6px; }
  .w3l-grid-8 h4.card-title:hover {
    color: var(--theme-color); }
  .w3l-grid-8 .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 4rem;
    justify-content: center; }
  .w3l-grid-8 .page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    color: var(--theme-color);
    background-color: #fff;
    border: 1px solid #EAEDF2; }
  .w3l-grid-8 .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color); }
  .w3l-grid-8 .page-link:hover {
    z-index: 2;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #EAEDF2;
    border-color: #EAEDF2; }
  .w3l-grid-8 ul.info {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .w3l-grid-8 ul.info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    color: #828282;
    font-weight: normal; }
  .w3l-grid-8 ul.info li span {
    font-size: 14px;
    margin-right: 5px;
    color: var(--theme-color);
    vertical-align: initial; }
  @media (max-width: 1280px) {
    .w3l-grid-8 .d-grid {
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } }
  @media (max-width: 1024px) {
    .w3l-grid-8 .card-grid {
      padding: 1rem; } }
  @media (max-width: 900px) {
    .w3l-grid-8 .d-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
    .w3l-grid-8 p.image-caption {
      margin-top: 12px; }
    .w3l-grid-8 .card-grid {
      display: grid;
      grid-auto-flow: row;
      grid-gap: 10px; }
    .w3l-grid-8 .grid-column1, .w3l-grid-8 .grid-column2 {
      position: relative; }
    .w3l-grid-8 .card-grid-column2 {
      position: absolute;
      right: 0; } }
  @media (max-width: 768px) {
    .w3l-grid-8 p.image-caption {
      font-size: 14px; }
    .w3l-grid-8 p.card-text {
      margin-top: 5px; }
    .w3l-grid-8 .card-grid {
      grid-gap: 2px; } }
  @media (max-width: 600px) {
    .w3l-grid-8 img.card-img-top {
      margin-top: 0; } }

/* text-style-17 */
.w3l-text-style-17 {
  /* responsive code */ }
  .w3l-text-style-17 .text-style-17-top_sur {
    display: grid;
    grid-template-columns: 2.5fr 1fr; }
  .w3l-text-style-17 .text-style-17_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color); }
  .w3l-text-style-17 .text-style-17_sur p {
    margin: 20px 0;
    max-width: 570px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  .w3l-text-style-17 .text-style-17_sur span {
    font-size: 15px;
    line-height: 22px;
    color: var(--text-color);
    font-weight: 700;
    margin: 20px 0;
    display: block;
    max-width: 170px; }
  .w3l-text-style-17 .text-style-17-tp {
    max-width: 870px;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .w3l-text-style-17 .text-style-17-top_sur {
      grid-gap: 30px; } }
  @media screen and (max-width: 992px) {
    .w3l-text-style-17 .text-style-17-top_sur {
      grid-template-columns: 1fr;
      grid-gap: 0px; }
    .w3l-text-style-17 .text-style-17_sur span {
      margin: 0;
      max-width: 570px; } }

/* //text-style-17 */
/*--/content-5--*/
.w3l-content-5 {
  /*--//content-5--*/
  /*-- responsive design --*/
  /*--//content-5--*/ }
  .w3l-content-5 .content-5-align {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    max-width: 870px;
    margin: 0 auto; }
  .w3l-content-5 .content-left h3 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color);
    margin-bottom: 35px; }
  .w3l-content-5 .content-left img {
    width: 100%; }
  .w3l-content-5 .content-right p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  .w3l-content-5 p.para-content {
    margin: 30px 0; }
  @media (max-width: 800px) {
    .w3l-content-5 .content-5-align {
      grid-template-columns: 1fr;
      grid-row-gap: 2.5rem; } }
  @media (max-width: 414px) {
    .w3l-content-5 .content-left h3 {
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 384px) {
    .w3l-content-5 {
      /*-- //responsive design --*/ }
      .w3l-content-5 .content-left h3 {
        font-size: 38px;
        line-height: 46px; }
      .w3l-content-5 .content-5-align {
        grid-template-columns: 1fr;
        grid-row-gap: 2.3rem; } }
  @media (max-width: 384px) and (max-width: 375px) {
    .w3l-content-5 .content-left h3 {
      font-size: 35px; } }
  @media (max-width: 384px) and (max-width: 320px) {
    .w3l-content-5 .content-left h3 {
      font-size: 31px;
      line-height: 40px; } }

.w3l-content-3 {
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-content-3 .middle-section {
    max-width: 870px;
    margin: 0 auto; }
  .w3l-content-3 .middle-section h2 {
    font-size: 45px;
    color: var(--title-color);
    line-height: 50px; }
  .w3l-content-3 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-content-3 .three-grids-columns p {
    padding-top: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  @media (max-width: 1280px) {
    .w3l-content-3 .middle-section h2 {
      font-size: 42px; }
    .w3l-content-3 .three-grids-columns p {
      padding-top: 30px; } }
  @media (max-width: 900px) {
    .w3l-content-3 .middle-section h2 {
      font-size: 38px; }
    .w3l-content-3 .three-grids-columns p {
      padding-top: 21px; } }
  @media (max-width: 768px) {
    .w3l-content-3 .three-grids-columns p {
      padding-top: 16px; } }
  @media (max-width: 480px) {
    .w3l-content-3 .middle-section h2 {
      font-size: 35px;
      line-height: 34px; }
    .w3l-content-3 .two-columns {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-content-3 p.spacing-none {
      padding: 0px; } }
  @media (max-width: 414px) {
    .w3l-content-3 .middle-section h2 {
      font-size: 33px; } }

.w3l-text-18 .text-18-content {
  max-width: 870px;
  margin: 0 auto; }

.w3l-text-18 ul.text-links li a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin-left: 10px; }

.w3l-text-18 ul.text-links {
  margin-top: 20px; }

.w3l-text-18 ul.text-links li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin: 5px 0; }

.w3l-text-18 h4.text-title {
  font-size: 20px;
  line-height: 25px;
  color: var(--title-color); }

.w3l-text-18 ul.share-post {
  margin: 30px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.w3l-text-18 ul.share-post li.share-text {
  margin-left: 0;
  color: #000000;
  font-size: 16px;
  font-weight: bold; }

.w3l-text-18 ul.share-post li {
  display: inline-block;
  margin: 0px 10px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%; }

.w3l-text-18 ul.share-post li.facebook {
  background: #3a5998;
  width: 25px;
  height: 25px;
  color: #fff; }

.w3l-text-18 ul.share-post li.twitter {
  background: #55acee;
  width: 25px;
  height: 25px;
  color: #fff; }

.w3l-text-18 ul.share-post li.google {
  background: #dc4e41;
  width: 25px;
  height: 25px;
  color: #fff; }

.w3l-text-18 ul.share-post li a span.fa {
  color: #fff;
  font-size: 13px; }

/* /text-styles-31*/
.w3l-text-styles-31 {
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-styles-31 .text-styles-top-31 {
    max-width: 870px;
    margin: 0 auto; }
  .w3l-text-styles-31 .text-styles-31_sur h3 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color); }
  .w3l-text-styles-31 .text-styles-31_sur h5 {
    font-size: 25px;
    line-height: 30px; }
  .w3l-text-styles-31 .text-styles-31_sur h5 a {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 20px; }
  .w3l-text-styles-31 .text-styles-31_sur h5 a:hover {
    opacity: 0.8; }
  .w3l-text-styles-31 .text-styles-31_sur p {
    margin: 5px 0 16px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-text-styles-31 .text-styles-31_sur span {
    font-size: 14px;
    line-height: 20px;
    color: #a9a9a9;
    display: block;
    transition: 0.3s ease; }
  .w3l-text-styles-31 a.reply {
    font-size: 13px;
    padding: 6px 15px;
    border: 1px solid #d2d2d2;
    color: var(--theme-color-two);
    display: inline-block;
    margin-top: 20px;
    border-radius: 4px; }
  .w3l-text-styles-31 a.reply:hover span.fa {
    transform: rotate(-90deg);
    transition: 0.3s ease; }
  .w3l-text-styles-31 .text-styles-31_sur span.fa {
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-right: 5px;
    display: inline-block; }
  .w3l-text-styles-31 .text-styles-31-top_sur {
    display: grid;
    grid-template-columns: 1fr 4.5fr;
    grid-gap: 35px;
    border-top: 1px solid lightgray;
    padding-top: 1.5em;
    margin-top: 1.5em; }
  @media (max-width: 900px) {
    .w3l-text-styles-31 .text-styles-31_sur h5 {
      font-size: 20px;
      line-height: 25px; }
    .w3l-text-styles-31 .text-styles-31_sur h3 {
      font-size: 36px;
      line-height: 41px; } }
  @media (max-width: 480px) {
    .w3l-text-styles-31 .text-styles-31-top_sur {
      grid-gap: 20px; } }
  @media (max-width: 440px) {
    .w3l-text-styles-31 .text-styles-31_sur h3 {
      font-size: 32px;
      line-height: 37px; } }
  @media (max-width: 415px) {
    .w3l-text-styles-31 .text-styles-31-left_sur img {
      width: 100%; } }
  @media (max-width: 320px) {
    .w3l-text-styles-31 .text-styles-31_sur h3 {
      font-size: 28px;
      line-height: 33px; } }

/* //text-styles-31*/
.w3l-forms-29 {
  /* //Reset Code */
  /* form 29 */
  /* //form 29 */
  /* responsive */
  /* //responsive */ }
  .w3l-forms-29 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-forms-29 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-forms-29 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-forms-29 .align-items-center {
    align-items: center; }
  .w3l-forms-29 .content-29-form {
    max-width: 870px;
    margin: 0 auto; }
  .w3l-forms-29 h3.title-cont-foem29 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color);
    margin-bottom: 20px; }
  .w3l-forms-29 form.forms-29-form {
    max-width: 550px; }
  .w3l-forms-29 form.forms-29-form input, .w3l-forms-29 form.forms-29-form textarea {
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 25px;
    color: var(--title-color);
    height: 45px;
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px; }
  .w3l-forms-29 form.forms-29-form textarea {
    padding: 15px 15px;
    height: 150px; }
  .w3l-forms-29 button.actionbg {
    width: 100%;
    margin-top: 20px; }
  @media (max-width: 991px) {
    .w3l-forms-29 h3.title-cont-foem29 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 480px) {
    .w3l-forms-29 h3.title-cont-foem29 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-forms-29 .form-29 {
      padding: 40px 0 50px; } }

.w3l-content-19-main {
  /* //Reset Code */
  /* content-19 */
  /* //content-19 */
  /* responsive */
  /* //responsive */ }
  .w3l-content-19-main .d-grid {
    display: grid; }
  .w3l-content-19-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-content-19-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-content-19-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-content-19-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-content-19-main a.action img {
    margin-left: 4px; }
  .w3l-content-19-main a.actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 37px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 40px; }
  .w3l-content-19-main .midd-content-19 {
    max-width: 700px;
    margin: 0 auto; }
  .w3l-content-19-main h5.tag-content-19 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--theme-color-two); }
  .w3l-content-19-main h3.content-title-19 a {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin: 20px 0 25px;
    display: inline-block; }
  .w3l-content-19-main p.para-text-cont-19 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  @media (max-width: 414px) {
    .w3l-content-19-main h3.content-title-19 a {
      font-size: 32px;
      line-height: 38px;
      margin: 15px 0 20px; } }
  @media (max-width: 375px) {
    .w3l-content-19-main h3.content-title-19 a {
      font-size: 30px;
      line-height: 35px; } }

.w3l-text-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-text-11 .text11-content {
    max-width: 700px;
    margin: auto; }
  .w3l-text-11 .text11-content p {
    margin-top: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .w3l-text-11 .text11-content p {
      margin-top: 15px; } }

.w3l-text-24 {
  /*-- text24-block --*/ }
  .w3l-text-24 .d-grid {
    display: grid; }
  .w3l-text-24 .text24-max-align {
    max-width: 700px;
    margin: 0 auto; }
  .w3l-text-24 h5.text24-heading {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 20px; }
  .w3l-text-24 .text24-max-align p {
    margin-bottom: 20px;
    max-width: 580px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  .w3l-text-24 .text24-list li {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 10px 0;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    font-weight: bold; }
  .w3l-text-24 .text24-list {
    margin-top: 20px; }
  @media all and (max-width: 667px) {
    .w3l-text-24 .text24-left p {
      font-size: 17px;
      line-height: 25px;
      color: #3B5266;
      width: 82%; } }
  @media all and (max-width: 640px) {
    .w3l-text-24 .text24-left p {
      font-size: 17px;
      line-height: 25px;
      color: #3B5266;
      width: 100%; } }
  @media all and (max-width: 384px) {
    .w3l-text-24 h5.text24-heading {
      margin-bottom: 15px; } }

.w3l-gallery-15 {
  /*-- Gallery-15 block --*/ }
  .w3l-gallery-15 .gallery15-images {
    max-width: 700px;
    margin: 0 auto; }
  .w3l-gallery-15 .bottom-grid h3 {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color); }
  .w3l-gallery-15 .bottom-grid {
    margin-top: 50px; }
  .w3l-gallery-15 .bottom-grid p {
    margin: 20px 0 40px;
    max-width: 580px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color); }
  .w3l-gallery-15 a.action-btn {
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #304659; }
  .w3l-gallery-15 a.action-btn:hover {
    opacity: 0.7; }
  .w3l-gallery-15 .video iframe {
    width: 100%;
    height: 350px; }
  @media all and (max-width: 480px) {
    .w3l-gallery-15 .bottom-grid {
      margin-top: 35px; }
    .w3l-gallery-15 a.action-btn {
      margin-top: 25px; } }
  @media all and (max-width: 384px) {
    .w3l-gallery-15 .bottom-grid h3 {
      font-size: 23px;
      line-height: 29px; }
    .w3l-gallery-15 .bottom-grid p {
      font-size: 16px; } }

/*-- Gallery-15 block --*/
.w3l-team-13 {
  /* //Reset Code */
  /*--/title--*/
  /*-- //title --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-team-13 .text-txt {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 60px; }
  .w3l-team-13 .left-side {
    padding-top: 5em; }
  .w3l-team-13 .left-side h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color); }
  .w3l-team-13 .left-side p {
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-team-13 .right-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-team-13 .column-two {
    padding-top: 10em; }
  .w3l-team-13 h6 a.title-team-28 {
    color: var(--title-color);
    font-size: 25px;
    margin-top: 10px;
    font-weight: normal;
    display: inline-block; }
  .w3l-team-13 h6 a.title-team-28:hover {
    color: var(--theme-color); }
  .w3l-team-13 .image-one p {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-top: 5px;
    margin-bottom: 15px; }
  .w3l-team-13 .image-one img {
    width: 100%;
    display: block; }
  .w3l-team-13 .image-one img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-team-13 .buttons-teams {
    margin-bottom: 35px; }
  .w3l-team-13 .buttons-teams a {
    margin-right: 5px; }
  .w3l-team-13 .buttons-teams a span.fa-facebook {
    color: #3b5998; }
  .w3l-team-13 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-team-13 .buttons-teams a span.fa-twitter {
    color: #1da1f2; }
  .w3l-team-13 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  @media (max-width: 1440px) {
    .w3l-team-13 .column-two {
      padding-top: 8em; } }
  @media (max-width: 1280px) {
    .w3l-team-13 .text-txt {
      grid-gap: 40px; }
    .w3l-team-13 .left-side {
      padding-top: 4em; } }
  @media (max-width: 1080px) {
    .w3l-team-13 .column-two {
      padding-top: 4em; } }
  @media (max-width: 992px) {
    .w3l-team-13 .left-side h3 {
      font-size: 32px;
      line-height: 36px; }
    .w3l-team-13 .left-side {
      padding-top: 2.5em; } }
  @media (max-width: 800px) {
    .w3l-team-13 .left-side h3 {
      font-size: 30px; }
    .w3l-team-13 .text-txt {
      grid-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-team-13 .left-side {
      padding-top: 0em; }
    .w3l-team-13 .column-two {
      padding-top: 0em; }
    .w3l-team-13 .left-side p {
      margin-top: 5px;
      margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .w3l-team-13 h6 a.title-team-28 {
      font-size: 20px;
      margin-top: 8px; }
    .w3l-team-13 .right-side {
      grid-gap: 20px; }
    .w3l-team-13 .image-one p {
      margin-top: 2px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .w3l-team-13 .right-side {
      grid-gap: 10px; } }

.w3l-text-14 {
  /*-- Text14-block --*/ }
  .w3l-text-14 .d-grid {
    display: grid; }
  .w3l-text-14 .text14-max-align {
    max-width: 751px;
    margin: 0 auto; }
  .w3l-text-14 .text14-right {
    float: right;
    max-width: 170px;
    margin: 0px 0 25px 40px; }
  .w3l-text-14 h5.text14-heading {
    font-size: 30px;
    line-height: 25px;
    color: var(--title-color);
    margin-bottom: 30px; }
  .w3l-text-14 .text14-left p {
    margin-bottom: 20px;
    max-width: 556px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px; }
  .w3l-text-14 .text14-left p:last-child {
    margin-bottom: 0; }
  .w3l-text-14 a.specialist {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: var(--theme-color-two);
    display: block;
    margin-top: 10px; }
  .w3l-text-14 .buttons-teams a span.fa-facebook {
    color: #3b5998; }
  .w3l-text-14 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-text-14 .buttons-teams a {
    margin-right: 10px; }
  .w3l-text-14 .buttons-teams {
    margin-top: 15px; }
  .w3l-text-14 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-text-14 .buttons-teams a span.fa-twitter {
    color: #1da1f2; }
  .w3l-text-14 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-text-14 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  @media all and (max-width: 440px) {
    .w3l-text-14 .text14-right {
      margin: 0px -15px 20px 25px; } }

.w3l-portfolios-4 {
  /*-- Portfolios4-block --*/
  /*-- responsive --*/
  /*-- responsive --*/ }
  .w3l-portfolios-4 .d-grid {
    display: grid; }
  .w3l-portfolios-4 .align-portfolio-items-two {
    grid-template-columns: 1fr 1fr; }
  .w3l-portfolios-4 .align-portfolio-items-three {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-portfolios-4 .align-portfolio-items-four {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-portfolios-4 .image-gap {
    grid-gap: 20px; }
  .w3l-portfolios-4 .portfolio-gap {
    margin-top: 20px; }
  .w3l-portfolios-4 .image-column img {
    display: block; }
  .w3l-portfolios-4 .box14 {
    position: relative; }
  .w3l-portfolios-4 .box15,
  .w3l-portfolios-4 .box17,
  .w3l-portfolios-4 .box18 {
    box-shadow: 0 0 5px #7e7d7d;
    text-align: center; }
  .w3l-portfolios-4 .box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s; }
  .w3l-portfolios-4 .box14:hover:before {
    opacity: 1; }
  .w3l-portfolios-4 .box14 img {
    width: 100%;
    height: auto; }
  .w3l-portfolios-4 .box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%; }
  .w3l-portfolios-4 .box14 .box-content:after,
  .w3l-portfolios-4 .box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s; }
  .w3l-portfolios-4 .box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0; }
  .w3l-portfolios-4 .box14 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0; }
  .w3l-portfolios-4 .box14:hover .box-content:after,
  .w3l-portfolios-4 .box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s; }
  .w3l-portfolios-4 .box14 .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s; }
  .w3l-portfolios-4 .box14:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .w3l-portfolios-4 .box14 .post {
    font-size: 13px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    background: var(--theme-color-two);
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: all .7s ease 0s; }
  .w3l-portfolios-4 .box14 .icon,
  .w3l-portfolios-4 .box15 .icon {
    padding: 0;
    list-style: none; }
  .w3l-portfolios-4 .box14:hover .post {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s; }
  .w3l-portfolios-4 .box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s; }
  .w3l-portfolios-4 .box14:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: .15s; }
  .w3l-portfolios-4 .box14 .icon li {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    transition: all .4s ease 0s;
    margin: 0 auto; }
  .w3l-portfolios-4 .box14 .icon li:hover {
    background: var(--theme-color);
    border-color: var(--theme-color); }
  @media only screen and (max-width: 1159px) {
    .w3l-portfolios-4 .align-portfolio-items-four {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 991px) {
    .w3l-portfolios-4 .align-portfolio-items-four {
      grid-template-columns: 1fr; }
    .w3l-portfolios-4 .align-portfolio-items-two {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 667px) {
    .w3l-portfolios-4 .align-portfolio-items-three {
      grid-template-columns: 1fr; } }
  @media all and (max-width: 767px) {
    .w3l-portfolios-4 .image-gap {
      grid-gap: 10px; }
    .w3l-portfolios-4 .portfolio-gap {
      margin-top: 10px; } }
  @media all and (max-width: 480px) {
    .w3l-portfolios-4 .image-gap {
      grid-gap: 5px; }
    .w3l-portfolios-4 .portfolio-gap {
      margin-top: 5px; } }

.w3l-call-to-action-25 {
  /*--/titles--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-call-to-action-25 .call-to-action-25-mian h3 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color); }
  .w3l-call-to-action-25 .call-to-action-25-mian p {
    text-align: center;
    margin: 20px auto 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-call-to-action-25 .cta-mw {
    max-width: 750px;
    margin: 0 auto; }
  .w3l-call-to-action-25 .buttons {
    margin: 50px 0 60px 0; }
  @media screen and (max-width: 900px) {
    .w3l-call-to-action-25 .call-to-action-25-mian {
      padding: 50px 0; } }
  @media screen and (max-width: 640px) {
    .w3l-call-to-action-25 .actionbg, .w3l-call-to-action-25 .action {
      width: 100%;
      margin-bottom: 20px; }
    .w3l-call-to-action-25 .action {
      margin: 0; }
    .w3l-call-to-action-25 .buttons {
      margin: 30px 0 40px 0; } }
  @media screen and (max-width: 387px) {
    .w3l-call-to-action-25 .call-to-action-25-mian h3 {
      font-size: 28px;
      line-height: 35px; } }
  @media screen and (max-width: 320px) {
    .w3l-call-to-action-25 .call-to-action-25-mian h3 {
      font-size: 26px;
      line-height: 35px; } }

.w3l-text-16 {
  /*--/titles--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-16 .text-16-mian {
    background: #6042c2; }
  .w3l-text-16 .text-16-top-info {
    max-width: 750px;
    margin: 0 auto; }
  .w3l-text-16 .text-in-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    text-align: left; }
  .w3l-text-16 .text-16-mian h5 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    text-align: left; }
  .w3l-text-16 .text-16-mian p {
    font-size: 17px;
    line-height: 28px;
    margin: 16px 0 0;
    font-style: normal;
    font-weight: 300;
    color: #ececec; }
  @media screen and (max-width: 667px) {
    .w3l-text-16 .text-in-info {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media screen and (max-width: 640px) {
    .w3l-text-16 .text-in-info {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media screen and (max-width: 420px) {
    .w3l-text-16 .text-in-info {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px; }
    .w3l-text-16 .text-16-mian h5 {
      font-size: 24px; } }
  @media screen and (max-width: 320px) {
    .w3l-text-16 .text-16-mian h5 {
      font-size: 23px; } }

.w3l-text-15 {
  /*-- text15-block --*/ }
  .w3l-text-15 .text15-max-align {
    max-width: 750px;
    margin: 0 auto; }
  .w3l-text-15 h5.text15-heading {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    margin-bottom: 20px; }
  .w3l-text-15 p.text15-para {
    max-width: 556px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-text-15 .text15-left p {
    max-width: 556px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-text-15 .text15-list li {
    list-style-type: square;
    max-width: 556px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin: 5px 0; }
  .w3l-text-15 .text15-list {
    margin-top: 20px; }
  @media all and (max-width: 667px) {
    .w3l-text-15 .text15-left p {
      font-size: 17px;
      line-height: 25px;
      color: #3B5266;
      width: 82%; } }
  @media all and (max-width: 640px) {
    .w3l-text-15 .text15-left p {
      font-size: 17px;
      line-height: 25px;
      color: #3B5266;
      width: 100%; } }
  @media all and (max-width: 384px) {
    .w3l-text-15 h5.text15-heading {
      margin-bottom: 15px; } }

.w3l-error-block {
  /*-- main --*/
  /* placeholder */
  /* //placeholder */
  /* pop up */
  /* Icons */
  /* //pop up */
  /*-- //main --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-error-block h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-top: 30px; }
  .w3l-error-block .mainw3.form {
    background: url(../images/error-bg.jpg) repeat center 0px;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh; }
  .w3l-error-block .subscribe-w3lsbottom h2 {
    text-align: center;
    font-size: 140px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 16px 0 31px;
    position: relative; }
  .w3l-error-block p.page-mk {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    opacity: 0.4;
    z-index: 0; }
  .w3l-error-block .subscribe {
    background: rgba(0, 0, 0, 0.76);
    min-height: inherit; }
  .w3l-error-block .subscribe-w3lsbottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .w3l-error-block .subscribe h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    font-weight: normal; }
  .w3l-error-block .w3l-page {
    color: #ffffff;
    font-size: 70px;
    font-style: italic;
    font-weight: bold;
    opacity: 0.6;
    text-align: center; }
  .w3l-error-block a.play-icon.popup-with-zoom-anim {
    color: #fff;
    background: var(--theme-color-two);
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color-two);
    margin-right: 15px; }
  .w3l-error-block ::-webkit-input-placeholder {
    color: #999 !important; }
  .w3l-error-block :-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important; }
  .w3l-error-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important; }
  .w3l-error-block :-ms-input-placeholder {
    color: #999 !important; }
  .w3l-error-block .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 100vh;
    height: 100vh; }
  .w3l-error-block .pop-overlay::-webkit-scrollbar {
    width: 4px; }
  .w3l-error-block .pop-overlay::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-error-block .pop-overlay::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .w3l-error-block .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .w3l-error-block .popup {
    background: #fff;
    border-radius: 3px;
    max-width: 550px;
    position: relative;
    margin: 5rem auto 0;
    padding: 2rem 1rem 1.5rem; }
  .w3l-error-block .popup h4 {
    font-size: 25px;
    line-height: 32px;
    color: #051B35;
    margin-bottom: 15px; }
  .w3l-error-block .popup p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #34334e;
    margin-bottom: 25px; }
  .w3l-error-block .popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 0.6; }
  .w3l-error-block .popup .close:hover {
    opacity: 1; }
  .w3l-error-block .info {
    margin-bottom: 40px; }
  .w3l-error-block .main.vlcone h3 {
    color: #000;
    font-size: 30px; }
  .w3l-error-block .main.vlcone p {
    color: #000;
    font-size: 15px;
    margin-top: 12px; }
  .w3l-error-block .share-icons a {
    color: #fff;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    transition: all .5s;
    -webkit-font-smoothing: antialiased; }
  .w3l-error-block .share-icons a.facebook {
    background: #3b5998; }
  .w3l-error-block .share-icons a.pinterest {
    background: #bd081c; }
  .w3l-error-block .share-icons a.google {
    background: #dc4e41; }
  .w3l-error-block .share-icons a.vk {
    background: #45668e; }
  .w3l-error-block .share-icons a.twitter {
    background: #55acee; }
  .w3l-error-block .share-icons a:hover {
    background: #000;
    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-error-block .w3ls-form {
    text-align: center;
    margin: 3em 0 2.5em; }
  .w3l-error-block .w3ls-form form {
    justify-content: center; }
  .w3l-error-block .w3ls-form input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #b5b5b5;
    outline: none;
    padding: 1em;
    font-size: 15px;
    color: #999999;
    border-right: none; }
  .w3l-error-block .w3ls-form button {
    color: #ffffff;
    font-size: 15px;
    padding: 1em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: var(--theme-color-two);
    border: none;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in; }
  @media (max-width: 1440px) {
    .w3l-error-block h1 {
      margin-top: 20px; } }
  @media (max-width: 900px) {
    .w3l-error-block h1 {
      margin-top: 16px;
      font-size: 46px; }
    .w3l-error-block .subscribe-w3lsbottom h2 {
      font-size: 130px; }
    .w3l-error-block a.play-icon.popup-with-zoom-anim {
      padding: 11px 30px;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .w3l-error-block h1 {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .w3l-error-block h1 {
      margin-top: 16px; } }
  @media (max-width: 667px) {
    .w3l-error-block h1 {
      margin-top: 10px;
      font-size: 42px; } }
  @media (max-width: 568px) {
    .w3l-error-block h1 {
      font-size: 37px; } }
  @media (max-width: 480px) {
    .w3l-error-block .subscribe-w3lsbottom h2 {
      font-size: 110px; }
    .w3l-error-block a.play-icon.popup-with-zoom-anim {
      padding: 10px 26px;
      font-size: 13px; } }
  @media (max-width: 440px) {
    .w3l-error-block h1 {
      font-size: 33px; }
    .w3l-error-block .subscribe-w3lsbottom h2 {
      margin: 5px 0 18px; } }
  @media (max-width: 320px) {
    .w3l-error-block h1 {
      font-size: 27px; }
    .w3l-error-block .subscribe-w3lsbottom h2 {
      font-size: 90px; }
    .w3l-error-block a.play-icon.popup-with-zoom-anim {
      padding: 9px 19px;
      font-size: 12px; }
    .w3l-error-block .subscribe-w3lsbottom h2 {
      margin: 0px 0 6px; } }

.w3l-timeline-block h2 {
  color: var(--title-color);
  font-size: 35px;
  margin-top: 20px; }

.w3l-timeline-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 20px; }

.w3l-timeline-block h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400; }

.w3l-timeline-block .timeline {
  position: relative; }
  .w3l-timeline-block .timeline::before {
    content: '';
    background: #f7f7f7;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.w3l-timeline-block .timeline-item {
  width: 100%;
  margin-bottom: 70px; }
  .w3l-timeline-block .timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 60px 30px 10px 30px; }
    .w3l-timeline-block .timeline-item:nth-child(even) .timeline-content .date {
      right: auto;
      left: 0; }
    .w3l-timeline-block .timeline-item:nth-child(even) .timeline-content::after {
      content: '';
      position: absolute;
      border-style: solid;
      width: 0;
      height: 0;
      top: 30px;
      left: -15px;
      border-width: 10px 15px 10px 0;
      border-color: transparent  #6042c2 transparent transparent; }
  .w3l-timeline-block .timeline-item::after {
    content: '';
    display: block;
    clear: both; }

.w3l-timeline-block .timeline-content {
  position: relative;
  width: 45%;
  border-radius: 4px;
  /* background: #f5f5f5; */
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  grid-gap: 10px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem; }
  .w3l-timeline-block .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #6042c2; }

.w3l-timeline-block .timeline-img {
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px; }

.w3l-timeline-block a {
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block; }
  .w3l-timeline-block a:hover, .w3l-timeline-block a:active, .w3l-timeline-block a:focus {
    text-decoration: none;
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }

.w3l-timeline-block .timeline-card {
  padding: 0 !important; }
  .w3l-timeline-block .timeline-card p {
    padding: 0 20px; }
  .w3l-timeline-block .timeline-card a {
    margin-left: 20px; }

.w3l-timeline-block .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../images/slide1.jpg") center center no-repeat;
  background-size: cover; }

.w3l-timeline-block .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px; }
  .w3l-timeline-block .timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px; }

.w3l-timeline-block blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 30px; }

.w3l-timeline-block .date {
  background: #6042c2;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0; }

@media screen and (max-width: 768px) {
  .w3l-timeline-block .timeline::before {
    left: 50px; }
  .w3l-timeline-block .timeline .timeline-img {
    left: 50px; }
  .w3l-timeline-block .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px; }
  .w3l-timeline-block .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none; }
  .w3l-timeline-block .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #6042c2 transparent transparent; } }

@media (max-width: 768px) {
  .w3l-timeline-block .date {
    left: 0;
    right: inherit; }
  .w3l-timeline-block h2 {
    margin-top: 55px; }
  .w3l-timeline-block blockquote {
    padding: 0 0px;
    margin-right: 0; } }

.w3l-form-36 {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-form-36 .form-36-mian {
    background-size: cover;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.33)), url(../images/g1.jpg);
    background-attachment: fixed;
    background-position: top right; }
  .w3l-form-36 .form-inner-cont {
    max-width: 370px;
    margin-right: auto;
    background: #fff;
    padding: 2rem;
    border-radius: 4px; }
  .w3l-form-36 .form-inner-cont h3 {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color); }
  .w3l-form-36 .form-input span.fa {
    color: var(--text-color);
    font-size: 14px;
    border-right: 1px solid #eee;
    margin-right: 5px; }
  .w3l-form-36 .form-input input[type="text"],
  .w3l-form-36 .form-input input[type="email"],
  .w3l-form-36 .form-input input[type="password"] {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 12px 0px 0px;
    color: var(--title-color);
    height: 40px;
    -webkit-appearance: none; }
  .w3l-form-36 .form-input {
    margin-top: 20px;
    background: #ffffff;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22); }
  .w3l-form-36 .login-remember {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem; }
  .w3l-form-36 .checkbox {
    width: 16px;
    height: 16px;
    color: #F5F9FC;
    background: #304659;
    float: left; }
  .w3l-form-36 p.remember {
    font-size: 13px;
    line-height: 18px;
    color: var(--text-color); }
  .w3l-form-36 .new-signup a {
    font-size: 14px;
    margin-top: 25px;
    display: block;
    color: #ff7070;
    text-decoration: underline; }
  .w3l-form-36 .social-icons {
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px 20px;
    margin-top: 40px;
    position: relative; }
  .w3l-form-36 .continue {
    text-align: center;
    display: inline-block;
    width: 14%;
    position: absolute;
    top: -20px;
    left: 43%; }
  .w3l-form-36 .continue span {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #f7f7f7;
    color: var(--title-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px; }
  .w3l-form-36 button.btn {
    line-height: 40px;
    padding: 0;
    min-width: 100px; }
  .w3l-form-36 .facebook,
  .w3l-form-36 .google {
    font-weight: bold;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%; }
  .w3l-form-36 .facebook span,
  .w3l-form-36 .google span {
    display: block;
    line-height: 35px;
    color: #fff;
    font-size: 14px; }
  .w3l-form-36 .facebook {
    background: #3b5998; }
  .w3l-form-36 .google {
    background: #dd4b39; }
  .w3l-form-36 .facebook:hover, .w3l-form-36 .google:hover {
    opacity: 0.9; }
  .w3l-form-36 p.signup {
    color: var(--text-color);
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin-top: 20px; }
  .w3l-form-36 p.signup a {
    font-weight: bold;
    color: var(--theme-color-two); }
  .w3l-form-36 p.signup a:hover {
    text-decoration: underline; }
  .w3l-form-36 .social-login {
    display: flex;
    justify-content: center; }
  .w3l-form-36 .check-remaind {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-form-36 .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .w3l-form-36 .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #E1E9F0; }
  .w3l-form-36 .ccheck-remaind:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .w3l-form-36 .check-remaind input:checked ~ .checkmark {
    background-color: var(--theme-color); }
  .w3l-form-36 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .w3l-form-36 .check-remaind input:checked ~ .checkmark:after {
    display: block; }
  .w3l-form-36 .check-remaind .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  @media (max-width: 414px) {
    .w3l-form-36 .social-icons {
      margin-top: 30px; } }

.w3l-galleries-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-galleries-11 .action1 p {
    color: #8298AB;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 600;
    display: inline-block; }
  .w3l-galleries-11 .grid {
    display: grid; }
  .w3l-galleries-11 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-galleries-11 ul.banner_slide_bg li img {
    margin-bottom: 40px; }
  .w3l-galleries-11 ul.banner_slide_bg li img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-galleries-11 .banner_txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 30px; }
  .w3l-galleries-11 .banner_txt p span {
    font-weight: 700;
    color: var(--theme-color-two); }
  .w3l-galleries-11 a.action {
    display: block;
    text-decoration: none;
    color: var(--theme-color);
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  .w3l-galleries-11 .caption {
    text-align: right; }
  .w3l-galleries-11 .inner-wrapper {
    max-width: 80%;
    margin: auto; }
  @media (max-width: 1440px) {
    .w3l-galleries-11 .inner-wrapper {
      max-width: 85%; } }
  @media (max-width: 1367px) {
    .w3l-galleries-11 .inner-wrapper {
      max-width: 90%; } }
  @media (max-width: 1280px) {
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 32%; } }
  @media (max-width: 991px) {
    .w3l-galleries-11 .inner-wrapper {
      max-width: 100%; }
    .w3l-galleries-11 .grid-column-2 {
      grid-template-columns: 2fr 1fr; } }
  @media (max-width: 768px) {
    .w3l-galleries-11 .grid-column-2 {
      grid-template-columns: 1fr; }
    .w3l-galleries-11 .banner_txt p {
      margin-bottom: 0px; }
    .w3l-galleries-11 .caption {
      text-align: left;
      margin-top: 20px; }
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 40%; }
    .w3l-galleries-11 ul.banner_slide_bg li img {
      margin-bottom: 25px; } }
  @media (max-width: 668px) {
    .w3l-galleries-11 .csslider > .navigation label {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
    .w3l-galleries-11 .csslider > .navigation label:after {
      height: 7px;
      width: 7px; }
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 43%; } }
  @media (max-width: 568px) {
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 47%; }
    .w3l-galleries-11 .banner_txt p {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 54%; }
    .w3l-galleries-11 .inner-wrapper {
      max-width: 100%; } }
  @media (max-width: 415px) {
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 58%; }
    .w3l-galleries-11 .caption {
      margin-top: 10px; } }
  @media (max-width: 384px) {
    .w3l-galleries-11 .csslider > .navigation {
      bottom: 62%; } }

.w3l-galleries-11 {
  /* .gallery-csslider>input:nth-of-type(10):checked~ul li:first-of-type {
        margin-left: -900%;
    }
    
    .gallery-csslider>input:nth-of-type(9):checked~ul li:first-of-type {
        margin-left: -800%;
    }
    
    .gallery-csslider>input:nth-of-type(8):checked~ul li:first-of-type {
        margin-left: -700%;
    }
    
    .gallery-csslider>input:nth-of-type(7):checked~ul li:first-of-type {
        margin-left: -600%;
    }
    
    .gallery-csslider>input:nth-of-type(6):checked~ul li:first-of-type {
        margin-left: -500%;
    }
    
    .gallery-csslider>input:nth-of-type(5):checked~ul li:first-of-type {
        margin-left: -400%;
    }
    
    .gallery-csslider>input:nth-of-type(4):checked~ul li:first-of-type {
        margin-left: -300%;
    } */
  /* navigation bullets */
  /* //navigation bullets */
  /* navigation arrows */
  /* //navigation arrows */
  /* responsive */
  /* //responsive */ }
  .w3l-galleries-11 .gallery-csslider {
    text-align: left;
    position: relative;
    margin-bottom: 0px; }
  .w3l-galleries-11 .gallery-csslider > input {
    display: none; }
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%; }
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%; }
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%; }
  .w3l-galleries-11 .gallery-csslider > ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box; }
  .w3l-galleries-11 .gallery-csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal; }
  .w3l-galleries-11 .gallery-csslider > ul > li.scrollable {
    overflow-y: scroll; }
  .w3l-galleries-11 .gallery-csslider > .navigation {
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0%;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-galleries-11 .gallery-csslider > .navigation label {
    position: relative;
    cursor: pointer;
    width: 12px;
    border-radius: 50px;
    height: 12px;
    display: inline-block;
    margin: 0 8px;
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: 2px solid var(--theme-color); }
  .w3l-galleries-11 .gallery-csslider > .navigation label:hover:after {
    opacity: 1; }
  .w3l-galleries-11 .gallery-csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: 2px solid var(--theme-color-two);
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: var(--theme-color-two); }
  .w3l-galleries-11 .gallery-csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-galleries-11 .gallery-csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px; }
  .w3l-galleries-11 .gallery-csslider.inside .navigation label {
    border: 1px solid #7e7e7e; }
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
    opacity: 1; }
  .w3l-galleries-11 .gallery-csslider > .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    box-sizing: content-box; }
  .w3l-galleries-11 .gallery-csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 8px;
    box-shadow: inset 2px -2px 0 1px #ffffff;
    cursor: pointer;
    transition: box-shadow 0.15s, margin 0.15s; }
  .w3l-galleries-11 .gallery-csslider > .arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #ff3c41;
    margin: 0 0px; }
  .w3l-galleries-11 .gallery-csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%; }
  .w3l-galleries-11 .gallery-csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
    display: block;
    left: 5%;
    right: auto;
    transform: rotate(45deg); }
  .w3l-galleries-11 .gallery-csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
    display: block;
    right: 5%;
    left: auto;
    transform: rotate(225deg); }
  @media screen and (max-width: 1280px) {
    .w3l-galleries-11 .gallery-csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 3%; }
    .w3l-galleries-11 .gallery-csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 3%; } }
  @media screen and (max-width: 800px) {
    .w3l-galleries-11 .gallery-csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 5%; }
    .w3l-galleries-11 .gallery-csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-galleries-11 .gallery-csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 5%; } }

.w3l-text-faq-9 {
  /* /text-styles-31*/ }
  .w3l-text-faq-9 #wrapper {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 900px;
    padding: 0 30px; }
  @media (max-width: 550px) {
    .w3l-text-faq-9 #wrapper {
      box-sizing: border-box;
      transform: translate(0, 0);
      max-width: 100%;
      min-height: 100%;
      margin: 0;
      left: 0;
      padding: 0; } }
  .w3l-text-faq-9 h2 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--text-color); }
  .w3l-text-faq-9 p {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    transition: all 500ms ease;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    border-left: 2px solid rgba(0, 0, 179, 0.54);
    padding-left: 15px; }
  .w3l-text-faq-9 p,
  .w3l-text-faq-9 ul li i:before,
  .w3l-text-faq-9 ul li i:after {
    transition: all 0.25s ease-in-out; }
  .w3l-text-faq-9 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .w3l-text-faq-9 ul li {
    position: relative;
    margin: 0;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .w3l-text-faq-9 ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    right: 20px;
    top: 18px; }
  .w3l-text-faq-9 ul li i:before,
  .w3l-text-faq-9 ul li i:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 3px;
    height: 16px; }
  .w3l-text-faq-9 ul li i:before {
    transform: translate(2px, 0) rotate(45deg); }
  .w3l-text-faq-9 ul li i:after {
    transform: translate(2px, 0) rotate(-45deg); }
  .w3l-text-faq-9 ul li input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0; }
  .w3l-text-faq-9 ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%); }
  .w3l-text-faq-9 ul li input[type=checkbox]:checked ~ i:before {
    margin-top: 9px;
    height: 9px;
    transform: translate(2px, 0) rotate(45deg); }
  .w3l-text-faq-9 ul li input[type=checkbox]:checked ~ i:after {
    margin-top: 9px;
    height: 9px;
    transform: translate(-2px, 0) rotate(-45deg); }
  .w3l-text-faq-9 ul li:nth-of-type(1) {
    border-top: none;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .w3l-text-faq-9 ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .w3l-text-faq-9 ul li:nth-of-type(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

#w3l-appointment {
  /*--/responsive-code--*/ }
  #w3l-appointment .doctor-appointment {
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 50px; }
  #w3l-appointment .styled-input {
    margin-bottom: 2rem; }
  #w3l-appointment .appointment-form-field {
    outline: none;
    width: 100%;
    font-size: 18px;
    color: var(--title-color);
    height: 45px;
    -webkit-appearance: none;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center; }
  #w3l-appointment .appointment-form-field span {
    color: var(--theme-color);
    padding: 0 15px;
    border: 1px solid rgba(31, 94, 180, 0.32);
    border-right: none;
    height: inherit;
    line-height: 45px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  #w3l-appointment .appointment-form-field input {
    height: inherit;
    width: inherit;
    outline: none;
    border: 1px solid rgba(31, 94, 180, 0.32);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-appearance: none;
    background: rgba(31, 94, 180, 0.058); }
  #w3l-appointment .appointment-form-field select {
    height: inherit;
    width: inherit;
    outline: none;
    border: 1px solid rgba(31, 94, 180, 0.32);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    background: rgba(31, 94, 180, 0.058); }
  #w3l-appointment .styled-input label {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 10px;
    display: inline-block; }
  @media (max-width: 767px) {
    #w3l-appointment .doctor-appointment {
      grid-template-columns: 1fr;
      grid-gap: 50px; }
    #w3l-appointment .registerimg {
      position: absolute;
      z-index: -1;
      opacity: 0.1; } }

.w3l-forms-6 {
  /*--/form--*/
  /*--//forms--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-forms-6 .forms-main {
    padding: 50px 0; }
  .w3l-forms-6 .forms-main h1 {
    font-size: 35px;
    line-height: 40px;
    color: var(--theme-color-two);
    margin-top: 10px; }
  .w3l-forms-6 p {
    font-size: 20px;
    line-height: 20px;
    color: #3B5266; }
  .w3l-forms-6 .form-6-gd {
    display: flex;
    justify-content: flex-end; }
  .w3l-forms-6 .form-6-gd input[type="text"] {
    width: 330px;
    outline: none;
    font-size: 15px;
    padding: 15px 15px;
    color: var(--title-color);
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(31, 94, 180, 0.22);
    margin-right: 10px;
    border-radius: 4px; }
  .w3l-forms-6 .grid {
    display: grid; }
  .w3l-forms-6 .grid-column-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-forms-6 .grid-column-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-forms-6 .grid-column-auto-3 {
    grid-template-columns: auto 1fr auto; }
  .w3l-forms-6 .column {
    border: none;
    padding: 0px;
    margin: 10px; }
  .w3l-forms-6 .column:nth-child(2) {
    border: 1px solid none;
    text-align: right;
    padding: 1em 0; }
  @media (max-width: 1080px) {
    .w3l-forms-6 .forms-main h1 {
      font-size: 30px; }
    .w3l-forms-6 p {
      font-size: 19px; } }
  @media (max-width: 992px) {
    .w3l-forms-6 .forms-main h1 {
      font-size: 30px; }
    .w3l-forms-6 p {
      font-size: 17px; }
    .w3l-forms-6 .grid-column-2 {
      grid-template-columns: 1fr; }
    .w3l-forms-6 .form-6-gd {
      justify-content: flex-start; } }
  @media (max-width: 800px) {
    .w3l-forms-6 .forms-main {
      padding: 40px 0; }
    .w3l-forms-6 .forms-main h1 {
      font-size: 29px; } }
  @media (max-width: 600px) {
    .w3l-forms-6 .column:nth-child(2) {
      text-align: left;
      padding: 0em 0; }
    .w3l-forms-6 .form-6-gd {
      display: block;
      justify-content: flex-start;
      margin-top: 15px; }
    .w3l-forms-6 .form-6-gd input[type="text"] {
      width: 100%; }
    .w3l-forms-6 .form-6-gd button {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    .w3l-forms-6 p {
      font-size: 18px; } }
  @media (max-width: 420px) {
    .w3l-forms-6 .forms-main h1 {
      font-size: 28px; } }
  @media (max-width: 414px) {
    .w3l-forms-6 .forms-main h1 {
      font-size: 25px; } }

.content-11 .content-11-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; }

h3.sr-title {
  font-size: 22px;
  color: var(--theme-color);
  margin-bottom: 10px;
  font-weight: normal; }

.content-11 {
  background: #fbfbfb; }

.content-11 h4.search-title {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: 40px; }

.content-11 .content-text-left p,
.content-11 .content-text-right p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color); }

.content-11 span.number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: var(--theme-color-two);
  margin-top: 5px;
  background: rgba(249, 126, 213, 0.1);
  margin: 0 auto;
  border-radius: 50%; }

.content-11 .columns {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem; }

.content-11 .content-text-left,
.content-11 .content-text-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px; }

/*-- responsive design --*/
@media (max-width: 800px) {
  .content-11 .content-11-content {
    grid-column-gap: 40px;
    grid-template-columns: 1fr; }
  .content-11 h4.search-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; } }

@media (max-width: 668px) {
  .content-11 .content-11-content {
    grid-column-gap: 40px; } }

@media (max-width: 640px) {
  .content-11 .content-11-content {
    grid-row-gap: 50px; } }

@media (max-width: 480px) {
  h4.search-title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px; }
  .content-11 .content-text-left,
  .content-11 .content-text-right {
    grid-gap: 20px; } }

@media (max-width: 415px) {
  .content-11 span.number {
    width: 28px;
    height: 28px;
    line-height: 24px; }
  .content-11 .columns {
    grid-column-gap: 10px; } }

/*-- //responsive design --*/
.w3l-products-8 {
  /*--resposive--*/ }
  .w3l-products-8 .d-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center; }
  .w3l-products-8 .prod-column1 {
    background-image: url(../images/watch.jpg);
    background-size: cover;
    min-height: 500px;
    text-align: center; }
  .w3l-products-8 .prod-column2 {
    background-image: url(../images/shoe.jpg);
    background-size: cover;
    min-height: 500px;
    text-align: center; }
  .w3l-products-8 .prod-column3 {
    background-image: url(../images/accessories.jpg);
    background-size: cover;
    min-height: 500px;
    text-align: center; }
  .w3l-products-8 .layer {
    min-height: inherit;
    background: rgba(0, 0, 0, 0.2); }
  .w3l-products-8 .prod-body {
    background: rgba(0, 0, 0, 0.45);
    padding: 15px 0; }
  .w3l-products-8 h1.prod-title {
    font-size: 22px;
    color: #f9fcff;
    font-weight: normal;
    text-transform: uppercase; }
  .w3l-products-8 img.arrow {
    margin-left: 15px; }
  @media (max-width: 1024px) {
    .w3l-products-8 .prod-column1,
    .w3l-products-8 .prod-column2, .w3l-products-8 .prod-column3 {
      min-height: 420px; } }
  @media (max-width: 991px) {
    .w3l-products-8 h1.prod-title {
      font-size: 20px; } }
  @media (max-width: 900px) {
    .w3l-products-8 .prod-column1,
    .w3l-products-8 .prod-column2, .w3l-products-8 .prod-column3 {
      min-height: 380px; } }
  @media (max-width: 800px) {
    .w3l-products-8 .prod-column1,
    .w3l-products-8 .prod-column2, .w3l-products-8 .prod-column3 {
      min-height: 350px; } }
  @media (max-width: 767px) {
    .w3l-products-8 .d-grid {
      display: grid;
      grid-template-columns: 1fr; } }

.w3l-products-14 {
  /*-- Products14-block --*/ }
  .w3l-products-14 .product14-head {
    background: url(../images/fashion.jpg) no-repeat 0px 0px;
    background-position: center; }
  .w3l-products-14 .layer {
    padding: 10rem 5rem;
    background: rgba(0, 0, 0, 0.15); }
  .w3l-products-14 .product14-content h3 {
    font-size: 60px;
    color: #fff;
    opacity: 0.8; }
  .w3l-products-14 .product14-content p {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 30px;
    color: var(--theme-color-two); }
  .w3l-products-14 .product14-content a:hover {
    opacity: 0.85; }
  .w3l-products-14 .align-sale-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding-top: 30px; }
  @media all and (max-width: 900px) {
    .w3l-products-14 .layer {
      padding: 8rem 4rem; } }
  @media all and (max-width: 767px) {
    .w3l-products-14 .align-sale-items {
      grid-template-columns: 1fr; }
    .w3l-products-14 .layer {
      background: rgba(0, 0, 0, 0.35); } }
  @media all and (max-width: 768px) {
    .w3l-products-14 .layer {
      padding: 6rem 3rem; } }
  @media all and (max-width: 600px) {
    .w3l-products-14 .layer {
      padding: 5rem 2rem; }
    .w3l-products-14 .product14-content h3 {
      font-size: 50px; } }
  @media all and (max-width: 384px) {
    .w3l-products-14 .layer {
      padding: 4rem 1.2rem;
      margin: 0 -15px; }
    .w3l-products-14 .product14-content h3 {
      font-size: 40px; } }

.w3l-ecommerce-products {
  /*----*/
  /*--responsive--*/ }
  .w3l-ecommerce-products .mid-1 h6 {
    font-size: 1.2em; }
  .w3l-ecommerce-products .mid-1 h6 a {
    color: var(--title-color);
    text-decoration: none; }
  .w3l-ecommerce-products .mid-1 h6 a:hover {
    color: var(--theme-color); }
  .w3l-ecommerce-products .mid-1 span {
    font-size: 14px;
    color: var(--theme-color);
    line-height: 25px; }
  .w3l-ecommerce-products span.fa.fa-heart-o {
    color: var(--theme-color-two);
    font-size: 15px; }
  .w3l-ecommerce-products span.fa.fa-heart-o:hover {
    color: red; }
  .w3l-ecommerce-products .mid-2 p {
    float: left;
    font-size: 0.9em;
    color: #B4B4B4; }
  .w3l-ecommerce-products .mid-2 p em {
    font-style: normal; }
  .w3l-ecommerce-products .mid-2 p label {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 6px; }
  .w3l-ecommerce-products .mid-2 {
    padding-top: 1em; }
  .w3l-ecommerce-products .mid-1 {
    padding-top: 1em; }
  .w3l-ecommerce-products .mid-pop {
    position: relative;
    border: 1px solid #EFECEC;
    padding: 10px; }
  .w3l-ecommerce-products b.item_price {
    color: var(--theme-color-two); }
  .w3l-ecommerce-products h3.trend-title {
    font-size: 35px;
    line-height: 40px;
    color: var(--theme-color);
    text-align: center; }
  .w3l-ecommerce-products .women-top {
    float: left; }
  .w3l-ecommerce-products .img.item_add {
    float: right; }
  .w3l-ecommerce-products .zoom-icon {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out; }
  .w3l-ecommerce-products .zoom-icon .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: var(--theme-color);
    color: #fff;
    font-size: 1.3em;
    margin: 0 0.3em;
    line-height: 2.5em; }
  .w3l-ecommerce-products .zoom-icon .fa-cart-plus {
    background: #fff;
    color: var(--theme-color); }
  .w3l-ecommerce-products .mid-pop .zoom-icon {
    top: 0px;
    width: 100%; }
  .w3l-ecommerce-products .mid-pop .pro-img:hover .zoom-icon {
    top: 33%;
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; }
  .w3l-ecommerce-products .mid-popular {
    padding-top: 2em; }
  .w3l-ecommerce-products .brand {
    padding: 5em 0; }
  .w3l-ecommerce-products .banner-top {
    text-align: center;
    width: 100%;
    height: 250px;
    display: block;
    background: url(../images/back.jpg) no-repeat;
    padding: 5em 0; }
  .w3l-ecommerce-products .banner-top h1 {
    font-size: 3em;
    color: #fff; }
  .w3l-ecommerce-products .banner-top h2 {
    font-size: 0.9em;
    color: #fff;
    margin-top: 1em; }
  .w3l-ecommerce-products .banner-top h2 a {
    color: #f67777; }
  .w3l-ecommerce-products .banner-top h2 label {
    margin: 0 0.4em; }
  .w3l-ecommerce-products .align-products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  @media (max-width: 991px) {
    .w3l-ecommerce-products .align-products-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
    .w3l-ecommerce-products .mid-pop {
      padding: 5px; }
    .w3l-ecommerce-products .align-products-grid {
      grid-gap: 15px; } }

.w3l-ecommerce-single {
  /*--single--*/
  /*----*/
  /* start tabs */
  /*-- single-page --*/ }
  .w3l-ecommerce-single .span_2_of_a1 h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 700; }
  .w3l-ecommerce-single p.in-para {
    color: #999;
    font-size: 1em;
    line-height: 2em;
    margin: 1em 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 3px double #f0f0f0;
    padding: 1em 0; }
  .w3l-ecommerce-single .price_single {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em; }
  .w3l-ecommerce-single span.reducedfrom {
    color: #01CFCF;
    font-size: 1.5em;
    float: left; }
  .w3l-ecommerce-single .price_single a {
    float: right;
    margin-top: 0.5em; }
  .w3l-ecommerce-single .sap_tabs {
    padding: 1em 0; }
  .w3l-ecommerce-single .resp-tabs-list {
    width: 100%;
    list-style: none;
    padding: 0;
    background: #ECECEC; }
  .w3l-ecommerce-single .resp-tab-item:first-child {
    border-left: none; }
  .w3l-ecommerce-single .resp-tab-item {
    cursor: pointer;
    padding: 12px 18px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    float: left;
    outline: none;
    transition: all 0.3s ease-out;
    background: #ECECEC; }
  .w3l-ecommerce-single .resp-tab-active {
    background: #FF7000;
    color: #fff; }
  .w3l-ecommerce-single .resp-tab-item span {
    font-size: 1em; }
  .w3l-ecommerce-single .resp-tabs-container {
    padding: 0px;
    clear: left; }
  .w3l-ecommerce-single h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none; }
  .w3l-ecommerce-single .resp-tab-content {
    display: none; }
  .w3l-ecommerce-single .resp-content-active,
  .w3l-ecommerce-single .resp-accordion-active {
    display: block; }
  .w3l-ecommerce-single h2.resp-accordion {
    font-size: 1em;
    margin: 0px;
    padding: 10px 15px;
    background: #f77462;
    margin: 10px 0;
    color: #fff; }
  .w3l-ecommerce-single h2.resp-accordion:hover {
    background: #6CC5D9;
    text-shadow: none;
    color: #FFF; }
  .w3l-ecommerce-single .facts {
    padding: 1em 0; }
  .w3l-ecommerce-single .facts p {
    color: #999;
    font-size: 1em;
    line-height: 1.7em;
    padding: 0 0 1em; }
  .w3l-ecommerce-single .facts ul li {
    list-style: none;
    color: #999;
    font-size: 1em;
    padding: 0.3em 0; }
  .w3l-ecommerce-single .color {
    background: #eee;
    margin: 1em 0;
    padding: 1em; }
  .w3l-ecommerce-single .color p,
  .w3l-ecommerce-single .color span {
    color: #000;
    font-size: 1em;
    float: left;
    font-weight: 300; }
  .w3l-ecommerce-single .color p {
    width: 40%; }
  .w3l-ecommerce-single .ecommerce-single-section {
    padding: 4.5rem 0; }
  .w3l-ecommerce-single .align-items {
    grid-template-columns: 0.4fr 1fr;
    grid-gap: 70px; }
  .w3l-ecommerce-single .galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    position: relative; }
  .w3l-ecommerce-single .gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 0; }
  .w3l-ecommerce-single .gallery input {
    display: none; }
  .w3l-ecommerce-single .galleryImage {
    transition: opacity 0.25s ease-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .w3l-ecommerce-single .gallery > img:first-of-type {
    position: relative !important;
    display: flex !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10; }
  .w3l-ecommerce-single .arrowsContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    z-index: 20;
    overflow: hidden; }
  .w3l-ecommerce-single .arrowsContainer img {
    width: 100px;
    background: white;
    opacity: 0.4;
    padding-bottom: 20px;
    transition: 0.1s ease; }
  .w3l-ecommerce-single .leftArrow {
    border-top-right-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    padding-left: 40px;
    padding-right: 15px; }
  .w3l-ecommerce-single .rightArrow {
    border-top-left-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    padding-right: 40px;
    padding-left: 15px; }
  .w3l-ecommerce-single .leftArrow:active,
  .w3l-ecommerce-single .rightArrow:active {
    transform: scale(0.95, 0.95); }
  .w3l-ecommerce-single .thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 5%;
    z-index: 30;
    margin-top: 10px;
    /*border-left: 6px solid black;*/
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    z-index: 0; }
  .w3l-ecommerce-single .thumbnailImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .w3l-ecommerce-single .thumbnailImage {
    margin: 0 5px;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start; }
  .w3l-ecommerce-single .thumbnailImage:first-child {
    margin-left: 0px; }
  .w3l-ecommerce-single .thumbnailImage:last-child {
    margin-right: 0px; }
  .w3l-ecommerce-single #c1:checked + #i1 {
    opacity: 1; }
  .w3l-ecommerce-single #c2:checked + #i2 {
    opacity: 1; }
  .w3l-ecommerce-single #c3:checked + #i3 {
    opacity: 1; }
  .w3l-ecommerce-single #c4:checked + #i4 {
    opacity: 1; }
  .w3l-ecommerce-single #c5:checked + #i5 {
    opacity: 1; }
  .w3l-ecommerce-single #c6:checked + #i6 {
    opacity: 1; }
  .w3l-ecommerce-single #c7:checked + #i7 {
    opacity: 1; }
  .w3l-ecommerce-single #c8:checked + #i8 {
    opacity: 1; }
  .w3l-ecommerce-single #c9:checked + #i9 {
    opacity: 1; }
  .w3l-ecommerce-single #c10:checked + #i10 {
    opacity: 1; }
  .w3l-ecommerce-single #c11:checked + #i11 {
    opacity: 1; }
  .w3l-ecommerce-single #c12:checked + #i12 {
    opacity: 1; }
  .w3l-ecommerce-single #c13:checked + #i13 {
    opacity: 1; }
  .w3l-ecommerce-single #c1:checked + #i1 + #arrows1 {
    display: flex; }
  .w3l-ecommerce-single #c2:checked + #i2 + #arrows2 {
    display: flex; }
  .w3l-ecommerce-single #c3:checked + #i3 + #arrows3 {
    display: flex; }
  .w3l-ecommerce-single #c4:checked + #i4 + #arrows4 {
    display: flex; }
  .w3l-ecommerce-single #c5:checked + #i5 + #arrows5 {
    display: flex; }
  .w3l-ecommerce-single #c6:checked + #i6 + #arrows6 {
    display: flex; }
  .w3l-ecommerce-single .thumbnails label,
  .w3l-ecommerce-single .arrowsContainer label {
    cursor: pointer;
    overflow: hidden; }
  .w3l-ecommerce-single .thumbnails label img {
    transition: 0.3s ease; }
  .w3l-ecommerce-single .thumbnails label img:hover {
    transform: scale(1.2, 1.2); }
  .w3l-ecommerce-single label:focus {
    box-shadow: 0px 0px 7px 1px white; }
  .w3l-ecommerce-single .single-right-left h3 {
    text-transform: capitalize;
    font-size: 24px;
    color: var(--blue-color);
    margin: 0;
    font-weight: 600; }
  .w3l-ecommerce-single .rating-single {
    float: left;
    margin: 10px 0; }
  .w3l-ecommerce-single ul.rating-single li {
    display: inline-block; }
  .w3l-ecommerce-single span.fa.yellow-star {
    color: #d4d401; }
  .w3l-ecommerce-single .simpleCart_shelfItem .caption h6 {
    color: var(--theme-color);
    font-size: 1.8em; }
  .w3l-ecommerce-single .desc_single {
    margin: 2em 0; }
  .w3l-ecommerce-single .desc_single h5 {
    color: #000;
    font-size: 1.2em; }
  .w3l-ecommerce-single .single-right-left p {
    text-transform: capitalize;
    margin: .5em 0 0;
    color: #777;
    font-size: 1em;
    line-height: 1.6; }
  .w3l-ecommerce-single .justify-content-between {
    justify-content: space-between !important; }
  .w3l-ecommerce-single .sp_title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem; }
  .w3l-ecommerce-single ul {
    list-style-type: none; }
  .w3l-ecommerce-single ul.single_specific li {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    word-spacing: 4px;
    line-height: 1.8; }
  .w3l-ecommerce-single ul.single_specific li span {
    color: #777;
    padding-left: 2px; }
  .w3l-ecommerce-single ul.single_serv a {
    color: #000; }
  .w3l-ecommerce-single li.gap {
    margin-top: 1em; }
  .w3l-ecommerce-single .description {
    margin: 1.5em 0; }
  .w3l-ecommerce-single .description h5 {
    color: #545454;
    font-size: 0.9em;
    margin-bottom: 12px; }
  .w3l-ecommerce-single .description input[type="text"] {
    padding: 8px 8px;
    color: #000;
    font-size: 13px;
    width: 45%;
    outline: none; }
  .w3l-ecommerce-single .description input[type="submit"] {
    color: #fff;
    font-size: 15px;
    background: var(--theme-color);
    border: none;
    outline: none;
    text-transform: capitalize;
    transition: .5s all;
    padding: 0 20px;
    cursor: pointer; }
  .w3l-ecommerce-single .description input[type="submit"]:hover {
    background: var(--title-color); }
  .w3l-ecommerce-single a.action {
    font-size: 16px;
    text-align: center;
    color: #F5F9FC;
    background: var(--theme-color-two);
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    transition: 0.5s ease-out; }
  .w3l-ecommerce-single .col-md-si {
    padding-top: 2rem; }
  .w3l-ecommerce-single h3.related {
    margin-top: 3rem;
    font-size: 30px;
    color: var(--title-color); }
  .w3l-ecommerce-single ul.emi-views {
    margin: 1rem 0; }
  .w3l-ecommerce-single ul.emi-views li {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: var(--title-color); }
  .w3l-ecommerce-single ul.emi-views li span {
    font-weight: bold; }
  .w3l-ecommerce-single a.action.cart {
    background: #eee;
    color: var(--title-color); }
  .w3l-ecommerce-single a.action.cart:hover {
    background: var(--theme-color);
    color: var(--white-color); }
  @media (max-width: 736px) {
    .w3l-ecommerce-single .align-items {
      grid-template-columns: 1fr;
      grid-gap: 35px; } }

.w3l-ecom-cart {
  /*
I wanted to go with a mobile first approach, but it actually lead to more verbose CSS in this case, so I've gone web first. Can't always force things...

Side note: I know that this style of nesting in SASS doesn't result in the most performance efficient CSS code... but on the OCD/organizational side, I like it. So for CodePen purposes, CSS selector performance be damned.
*/
  /* Global settings */
  /* Global "table" column settings */
  /* This is used as the traditional .clearfix class */
  /* Apply clearfix in a few places */
  /* Apply dollar signs */
  /* Body/Header stuff */
  /* Column headers */
  /* Product entries */
  /* Totals section */
  /* Make adjustments for tablet */
  /* Make more adjustments for phone */ }
  .w3l-ecom-cart .covers-main {
    padding: 70px 0; }
  .w3l-ecom-cart .product-image {
    float: left;
    width: 20%; }
  .w3l-ecom-cart .product-details {
    float: left;
    width: 37%; }
  .w3l-ecom-cart .product-price {
    float: left;
    width: 12%;
    color: var(--heading-color);
    font-weight: bold; }
  .w3l-ecom-cart .product-quantity {
    float: left;
    width: 10%; }
  .w3l-ecom-cart .product-removal {
    float: left;
    width: 9%; }
  .w3l-ecom-cart .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
    color: var(--theme-color);
    font-weight: bold; }
  .w3l-ecom-cart .group:before,
  .w3l-ecom-cart .shopping-cart:before,
  .w3l-ecom-cart .column-labels:before,
  .w3l-ecom-cart .product:before,
  .w3l-ecom-cart .totals-item:before,
  .w3l-ecom-cart .group:after,
  .w3l-ecom-cart .shopping-cart:after,
  .w3l-ecom-cart .column-labels:after,
  .w3l-ecom-cart .product:after,
  .w3l-ecom-cart .totals-item:after {
    content: '';
    display: table; }
  .w3l-ecom-cart .group:after,
  .w3l-ecom-cart .shopping-cart:after,
  .w3l-ecom-cart .column-labels:after,
  .w3l-ecom-cart .product:after,
  .w3l-ecom-cart .totals-item:after {
    clear: both; }
  .w3l-ecom-cart .group,
  .w3l-ecom-cart .shopping-cart,
  .w3l-ecom-cart .column-labels,
  .w3l-ecom-cart .product,
  .w3l-ecom-cart .totals-item {
    zoom: 1; }
  .w3l-ecom-cart .product .product-price:before,
  .w3l-ecom-cart .product .product-line-price:before,
  .w3l-ecom-cart .totals-value:before {
    content: '$'; }
  .w3l-ecom-cart label {
    color: #888; }
  .w3l-ecom-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600; }
  .w3l-ecom-cart .covers-main h1 {
    margin-bottom: 2.5rem;
    color: var(--heading-color);
    font-size: 25px; }
  .w3l-ecom-cart .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center; }
  .w3l-ecom-cart .product .product-details .product-title a {
    margin-right: 20px;
    font-weight: 600;
    color: var(--heading-color);
    font-size: 18px; }
  .w3l-ecom-cart .img-responsive {
    width: 25%; }
  .w3l-ecom-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
    color: #777; }
  .w3l-ecom-cart .product .product-quantity input {
    width: 46px;
    border: 1px solid rgba(51, 51, 51, 0.41);
    padding: 3px 6px; }
  .w3l-ecom-cart .product .remove-product {
    border: 0;
    padding: 8px 14px;
    background-color: #eee;
    color: #333;
    font-size: 12px;
    border-radius: 3px; }
  .w3l-ecom-cart .product .remove-product:hover {
    background-color: #333;
    color: #eee; }
  .w3l-ecom-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px; }
  .w3l-ecom-cart .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right; }
  .w3l-ecom-cart .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right; }
  .w3l-ecom-cart .checkout {
    float: right;
    margin-top: 20px; }
  .w3l-ecom-cart .checkout:hover {
    background-color: var(--theme-color);
    color: #fff; }
  @media screen and (max-width: 991px) {
    .w3l-ecom-cart .covers-main {
      padding: 60px 0; }
    .w3l-ecom-cart .product-quantity {
      width: 11%; }
    .w3l-ecom-cart .product-price {
      width: 11%; } }
  @media screen and (max-width: 414px) {
    .w3l-ecom-cart .covers-main {
      padding: 40px 0; } }
  @media screen and (max-width: 900px) {
    .w3l-ecom-cart .product {
      display: block;
      padding-bottom: 20px; }
    .w3l-ecom-cart .img-responsive {
      width: 100%; }
    .w3l-ecom-cart .shopping-cart {
      margin: 0;
      padding-top: 20px;
      border-top: 1px solid #eee; }
    .w3l-ecom-cart .column-labels {
      display: none; }
    .w3l-ecom-cart .product-image {
      float: right; }
    .w3l-ecom-cart .product-image img {
      margin-bottom: 10px; }
    .w3l-ecom-cart .product-details {
      float: none;
      margin-bottom: 10px;
      width: auto; }
    .w3l-ecom-cart .product-price {
      clear: both;
      width: 70px; }
    .w3l-ecom-cart .product-quantity {
      width: 100px; }
    .w3l-ecom-cart .product-quantity input {
      margin-left: 20px; }
    .w3l-ecom-cart .product-quantity:before {
      content: 'x'; }
    .w3l-ecom-cart .product-removal {
      width: auto; }
    .w3l-ecom-cart .product-line-price {
      float: right;
      width: 70px; } }
  @media screen and (max-width: 384px) {
    .w3l-ecom-cart .product-removal {
      float: right; }
    .w3l-ecom-cart .product-line-price {
      float: right;
      clear: left;
      width: auto;
      margin-top: 20px; }
    .w3l-ecom-cart .product .product-line-price:before {
      content: 'Item Total: $'; }
    .w3l-ecom-cart .totals .totals-item label {
      width: 60%; }
    .w3l-ecom-cart .totals .totals-item .totals-value {
      width: 40%; }
    .w3l-ecom-cart .covers-main h1 {
      margin-bottom: 2rem; } }

.w3l-coming-soon {
  /*--/responsive-code--*/ }
  .w3l-coming-soon .bgimg {
    background-image: url("../images/comingsoon.jpg");
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white; }
  .w3l-coming-soon .layer {
    background: rgba(0, 0, 0, 0.76);
    min-height: inherit; }
  .w3l-coming-soon .topleft {
    padding-top: 2rem; }
  .w3l-coming-soon .middle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .w3l-coming-soon small {
    font-size: 50%; }
  .w3l-coming-soon .middle h2 {
    font-size: 15px;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 5px; }
  .w3l-coming-soon .middle h1 {
    font-size: 35px;
    padding-bottom: 2rem;
    opacity: 0.5;
    text-transform: uppercase; }
  .w3l-coming-soon .middle p#demo {
    font-size: 30px;
    padding-top: 1rem;
    word-spacing: 1rem;
    font-weight: bold; }
  .w3l-coming-soon .forms-gds {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .w3l-coming-soon p.subscribe-txt {
    margin: 50px 0 20px;
    font-size: 13px; }
  .w3l-coming-soon input[type="email"] {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--title-color);
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    margin-right: 5px; }
  .w3l-coming-soon button.btn {
    color: #fff;
    background: var(--theme-color-two);
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color-two);
    height: 45px; }
  @media (max-width: 480px) {
    .w3l-coming-soon .middle {
      padding: 0 16px; }
    .w3l-coming-soon input[type="email"] {
      margin-right: 0;
      width: 100%;
      padding: 15px 15px; }
    .w3l-coming-soon button.btn {
      width: 100%;
      margin-top: 15px; }
    .w3l-coming-soon p.subscribe-txt {
      line-height: 20px; } }

/* Reset */
table {
  border-collapse: collapse !important;
  padding: 0px !important;
  border: none !important;
  border-bottom-width: 0px !important;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt; }

table td {
  border-collapse: collapse; }

.ExternalClass * {
  line-height: 100%; }

/* Responsive */
@media only screen and (max-width: 620px) {
  /* Tables -->
    parameters: width, alignment, padding */
  table[class=scale] {
    width: 100% !important; }
  /* Td -->
    parameters: width, alignment, padding */
  td[class=scale-center-both] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  td[class=scale-center-both-bottom] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important; }
  td[class=scale-center-all] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 24px !important;
    padding-top: 24px !important; }
  td[class=scale-center-both-top] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important; }
  td[class=scale-center-both-top68] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 68px !important; }
  td[class=noshow] {
    display: none !important; }
  /* Img */
  img[class=reset] {
    display: block !important; }
  img[class=softreset] {
    display: inline !important;
    width: auto !important; }
  img[class=reset100] {
    display: inline !important;
    width: 100% !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 */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*# sourceMappingURL=style-freedom.css.map */
