/*
Author: W3layouts
Author URL: http://w3layouts.com */
:root {
  --light-bg-color: #f8f9fa;
  --theme-color: #b93d04;
  --theme-color-orange: #fe5000;
  --theme-color-two: #00bce4;
  --title-color: #051b35;
  --para-color: #333333;
  --white-color: #ffffff;
  --light-text-color: #999999; }

html {
  scroll-behavior: smooth; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

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

textarea {
  font-family: 'Open Sans', sans-serif; }

* {
  box-sizing: border-box; }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wrapper, .banner-info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .wrapper, .banner-info {
    max-width: 540px; } }

@media (min-width: 768px) {
  .wrapper, .banner-info {
    max-width: 720px; } }

@media (min-width: 992px) {
  .wrapper, .banner-info {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .wrapper, .banner-info {
    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: 'Open Sans', sans-serif; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Proza Libre', sans-serif;
  color: var(--title-color); }

p {
  margin: 0;
  padding: 0;
  color: var(--para-color); }

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

a.brand-logo {
  color: var(--white-color);
  font-weight: bold;
  font-size: 42px; }

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

h3.global-title {
  font-size: 45px;
  line-height: 50px;
  color: var(--title-color);
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize; }

@media screen and (max-width: 767px) {
  h3.global-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px; } }

@media screen and (max-width: 600px) {
  h3.global-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px; } }

@media screen and (max-width: 500px) {
  h3.global-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px; } }

.theme-button {
  font-size: 16px;
  text-align: center;
  background: var(--theme-color-two);
  background: #02a4c7;
  transition: 0.3s ease-out;
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  color: #fff; }

.theme-button:hover {
  transition: 0.3s ease-out;
  background: #b93d04;
  color: #fff; }

.theme-submit-button {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: var(--theme-color-two);
  background: #02a4c7;
  border-radius: 4px;
  transition: 0.3s ease-out;
  border: none;
  padding: 0 30px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block; }

.theme-submit-button:hover {
  transition: 0.3s ease-out;
  background: #b93d04;
  color: #fff; }

.rounded-circle {
  border-radius: 50%; }

.w3l-header-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 47px;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.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 {
    background-color: #b93d04;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    margin: 0px auto; }
  .w3l-header-4 .header-align {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center; }
  .w3l-header-4 a.brand-logo {
    color: #fff;
    font-weight: bold;
    font-size: 30px; }
  .w3l-header-4 input#nav {
    display: none; }
  .w3l-header-4 label.nav {
    display: none; }
  .w3l-header-4 ul.nav-links li {
    display: inline-block;
    font-weight: 400; }
  .w3l-header-4 ul.nav-links li:last-child {
    margin-left: auto; }
  .w3l-header-4 .pos-relative {
    position: relative; }
  .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 #logo a {
    float: left; }
  .w3l-header-4 #logo a img {
    height: 30px; }
  .w3l-header-4 nav:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-header-4 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .w3l-header-4 nav ul li {
    display: inline-block;
    margin: 0 8px; }
  .w3l-header-4 nav ul li:last-child {
    margin-right: 30px; }
  .w3l-header-4 nav a {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 15px; }
  .w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .16em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent; }
  .w3l-header-4 .angle-dropdown-sub {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .16em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg); }
  .w3l-header-4 a.curve-border, .w3l-header-4 a.curve-border-right {
    position: relative; }
  .w3l-header-4 a.curve-border:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: -10px;
    visibility: hidden; }
  .w3l-header-4 nav li.curve:hover a.curve-border:before {
    visibility: visible; }
  .w3l-header-4 a.curve-border:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: -10px;
    visibility: hidden; }
  .w3l-header-4 a.curve-border-right:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: -10px;
    visibility: hidden; }
  .w3l-header-4 nav li.curve:hover a.curve-border:after {
    visibility: visible; }
  .w3l-header-4 nav li.curve:hover a.curve-border-right:after {
    visibility: visible; }
  .w3l-header-4 nav li.curve:hover a.curve-border {
    background: #fff;
    color: #000; }
  .w3l-header-4 nav li.curve:hover a.curve-border-right {
    background: #fff;
    color: #000; }
  .w3l-header-4 nav li.curve:hover span.angle-dropdown {
    border-top: 0.3em solid #000; }
  .w3l-header-4 span.curve-circle-left {
    width: 16px;
    height: 16px;
    background: #b93d04;
    display: inline-block;
    position: absolute;
    left: -16px;
    border-radius: 50%;
    bottom: 4px; }
  .w3l-header-4 span.curve-circle-right {
    width: 16px;
    height: 16px;
    background: #b93d04;
    display: inline-block;
    position: absolute;
    right: -16px;
    border-radius: 50%;
    bottom: 4px;
    z-index: 1; }
  .w3l-header-4 nav ul ul li a {
    color: #000; }
  .w3l-header-4 nav a:hover {
    color: #000;
    background: #fff; }
  .w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15);
    width: 185px;
    z-index: -1;
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-top: -5px;
    padding: 15px 0; }
  .w3l-header-4 nav ul ul.split-col {
    display: none;
    position: absolute;
    top: 58px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15);
    padding: 15px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    -webkit-column-rule-color: #e0e4e0;
       -moz-column-rule-color: #e0e4e0;
            column-rule-color: #e0e4e0;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    border-radius: 5px;
    z-index: -1;
    margin-top: -5px; }
  .w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 173px;
    width: 140px;
    background: #fff;
    z-index: 999;
    border: 1px solid #e4e4e4; }
  .w3l-header-4 nav ul li:hover > ul {
    display: inherit; }
  .w3l-header-4 nav ul ul li {
    float: none;
    display: list-item;
    position: relative; }
  .w3l-header-4 nav ul ul li a {
    display: block;
    padding: 5px 2px;
    margin: 0; }
  .w3l-header-4 nav a {
    padding: 12px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 5px;
    margin: 8px 0; }
  .w3l-header-4 nav ul ul li a:hover {
    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: ''; }
  .w3l-header-4 a.actionbg {
    background: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    transition: 0.3s ease-out;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    padding: 0 25px;
    height: 45px;
    line-height: 45px; }
  .w3l-header-4 a.actionbg:hover {
    opacity: 0.9;
    transition: 0.3s ease-out;
    background: #fff;
    color: #000; }
  @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 nav a {
        margin: 0; }
      .w3l-header-4 nav ul ul li a {
        padding: 5px 12px; }
      .w3l-header-4 nav a {
        color: #000; }
      .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #000; }
      .w3l-header-4 .angle-dropdown-sub {
        border-top: 0.3em solid #000; }
      .w3l-header-4 nav ul ul.split-col {
        display: none;
        position: static;
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; }
      .w3l-header-4 .navigation {
        float: none; }
      .w3l-header-4 a.actionbg {
        display: none; }
      .w3l-header-4 .logo {
        float: left; }
      .w3l-header-4 .nav-mobile-block {
        display: block !important; }
      .w3l-header-4 nav a.border-left {
        border-left: none !important; }
      .w3l-header-4 .toggle + a,
      .w3l-header-4 .menu {
        display: none; }
      .w3l-header-4 .toggle {
        display: block;
        text-decoration: none;
        border: none;
        float: right;
        margin-bottom: 0;
        cursor: pointer;
        color: var(--theme-color);
        background: #fff;
        padding: 7px 10px;
        border-radius: 3px;
        margin-top: 5px; }
      .w3l-header-4 nav a {
        padding: 5px 0px; }
      .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: #fff;
        width: 100%;
        overflow-y: scroll;
        max-height: 600px;
        margin-top: -2px;
        border-radius: 4px;
        border-top-right-radius: 0; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar, .w3l-header-4 ul.menu::-webkit-scrollbar {
        width: 4px; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar-track, .w3l-header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px; }
      .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb, .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
        background: rgba(82, 82, 82, 0.4); }
      .w3l-header-4 nav ul {
        float: right; }
      .w3l-header-4 nav {
        margin: 0 0 0 0px;
        order: 3; }
      .w3l-header-4 nav ul li {
        display: block;
        width: 100%;
        margin: 0; }
      .w3l-header-4 nav a:hover,
      .w3l-header-4 nav ul ul ul a {
        background-color: transparent; }
      .w3l-header-4 nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */ }
      .w3l-header-4 nav ul ul li:hover > ul,
      .w3l-header-4 nav ul li:hover > ul {
        display: none; }
      .w3l-header-4 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0; }
      .w3l-header-4 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ }
      .w3l-header-4 .navigation nav a {
        margin: 8px 0; }
      .w3l-header-4 label.toggle.toogle-2,
      .w3l-header-4 label.toggle.toogle-3,
      .w3l-header-4 label.toggle.toogle-4,
      .w3l-header-4 label.toggle.toogle-5,
      .w3l-header-4 label.toggle.toogle-6 {
        display: inline-block;
        transition: none;
        font-style: normal;
        font-size: 15px;
        line-height: 25px;
        color: #000;
        text-transform: uppercase; }
      .w3l-header-4 nav ul ul {
        border-left: 2px solid var(--theme-color);
        border-top: none; }
      .w3l-header-4 nav ul ul ul {
        border-left: 2px solid var(--theme-color);
        border-top: none;
        position: static; }
      .w3l-header-4 nav ul ul li a {
        padding: 5px 0px; }
      .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg); }
      .w3l-header-4 #headers4-block {
        padding: 10px 0; } }
  @media (max-width: 800px) {
    .w3l-header-4 .logo,
    .w3l-header-4 .button {
      z-index: 9; }
    .w3l-header-4 a.actionbg {
      width: 90px;
      height: 35px;
      line-height: 35px; } }

.w3l-main-slider h3.banner-text {
  font-size: 85px;
  line-height: 95px;
  color: #fff; }

.w3l-main-slider p.banner-para {
  color: #eaeaea;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  max-width: 750px; }

.w3l-main-slider p.text-label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1; }

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in; }

.w3l-main-slider .banner-view {
  background: url(../images/mainslide1.jpg) no-repeat center;
  background-size: cover;
  min-height: 650px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center; }

.w3l-main-slider .banner-top1 {
  background: url(../images/mainslide2.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-top2 {
  background: url(../images/mainslide3.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-top3 {
  background: url(../images/mainslide4.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-view:before {
  content: "";
  background: rgba(7, 10, 12, 0.45);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-main-slider .csslider > input {
  display: none; }

.w3l-main-slider .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%; }

.w3l-main-slider .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%; }

.w3l-main-slider .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%; }

.w3l-main-slider .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%; }

.w3l-main-slider .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%; }

.w3l-main-slider .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%; }

.w3l-main-slider .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.w3l-main-slider .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.w3l-main-slider .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.w3l-main-slider .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.w3l-main-slider .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;
  scroll-behavior: smooth; }

.w3l-main-slider .csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  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-main-slider .csslider > ul > li.scrollable {
  overflow-y: scroll;
  scroll-behavior: smooth; }

.w3l-main-slider .csslider > .navigation {
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0; }

.w3l-main-slider .page-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  cursor: pointer; }

.w3l-main-slider .csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 30px 20px;
  /* height: 11px; */
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.w3l-main-slider .csslider > .navigation label:hover:after {
  opacity: 1; }

.w3l-main-slider .csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0px;
  /* margin-left: -6px; */
  /* margin-top: -6px; */
  opacity: 0;
  width: 100%;
  /* height: 13px; */
  border-top: 2px var(--theme-white) solid;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  height: 100%;
  opacity: 0.4; }

.w3l-main-slider .csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-main-slider .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-main-slider .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1; }

.w3l-main-slider .csslider > .arrows {
  position: absolute;
  bottom: 48%;
  width: 100%;
  height: 26px;
  z-index: 1;
  box-sizing: content-box; }

.w3l-main-slider .csslider > .arrows label {
  display: none;
  position: absolute;
  padding: 8px;
  box-shadow: inset 2px -2px 0 1px #fff;
  cursor: pointer;
  transition: box-shadow 0.15s, margin 0.15s; }

.w3l-main-slider .csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #fff;
  margin: 0 0px; }

.w3l-main-slider .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%; }

.w3l-main-slider .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 40px;
  top: 4px;
  transform: rotate(45deg); }

.w3l-main-slider .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 40px;
  top: 4px;
  left: auto;
  transform: rotate(225deg); }

.w3l-main-slider #slider1 > input:nth-of-type(1):checked ~ ul #bg,
.w3l-main-slider #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
.w3l-main-slider #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
.w3l-main-slider #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
  width: 100%;
  transition: 0.5s 0.5s;
  text-align: center;
  padding: 0;
  height: 100%; }

.w3l-main-slider #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
.w3l-main-slider #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
.w3l-main-slider #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
.w3l-main-slider #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
  transform: translate(0);
  transition: 0.5s 0.9s; }

.w3l-main-slider .banner-top-inner-page {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 250px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center; }

.w3l-main-slider .banner-top-inner-page:before {
  content: "";
  background: rgba(7, 10, 12, 0.66);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

@media (max-width: 1366px) {
  .w3l-main-slider h3.banner-text {
    font-size: 80px;
    line-height: 95px; }
  .w3l-main-slider .banner-top-inner-page {
    min-height: 200px; } }

@media (max-width: 1080px) {
  .w3l-main-slider h3.banner-text {
    font-size: 70px;
    line-height: 85px; } }

@media (max-width: 992px) {
  .w3l-main-slider h3.gallery4-head {
    font-size: 30px;
    line-height: 37px; }
  .w3l-main-slider h3.banner-text {
    font-size: 70px;
    line-height: 80px; }
  .w3l-main-slider .banner-top-inner-page {
    min-height: 180px; } }

@media (max-width: 900px) {
  .w3l-main-slider h3.banner-text {
    font-size: 65px;
    line-height: 75px; }
  .w3l-main-slider .banner-top-inner-page {
    min-height: 150px; } }

@media (max-width: 667px) {
  .w3l-main-slider p.text-label {
    font-size: 18px; }
  .w3l-main-slider .csslider > .navigation label {
    padding: 20px 15px;
    font-size: 14px; } }

@media (max-width: 600px) {
  .w3l-main-slider h3.gallery4-head {
    margin-bottom: 20px; }
  .w3l-main-slider .banner-view {
    min-height: 550px; } }

@media (max-width: 569px) {
  .w3l-main-slider h3.gallery4-head {
    font-size: 26px;
    line-height: 34px; }
  .w3l-main-slider h3.banner-text {
    font-size: 53px;
    line-height: 60px; }
  .w3l-main-slider .banner-view {
    min-height: 420px; }
  .w3l-main-slider .csslider > .navigation label {
    padding: 20px 2px;
    font-size: 12px; }
  .w3l-main-slider .banner-top-inner-page {
    min-height: 120px; }
  .w3l-main-slider .csslider > .arrows {
    bottom: 15%; } }

@media (max-width: 440px) {
  .w3l-main-slider h3.banner-text {
    font-size: 40px;
    line-height: 51px; } }

@media (max-width: 375px) {
  .w3l-main-slider h3.banner-text {
    font-size: 40px;
    line-height: 50px; } }

@media (max-width: 360px) {
  .w3l-main-slider h3.banner-text {
    font-size: 35px;
    line-height: 45px; } }

.w3l-index1 .d-grid {
  display: grid; }

.w3l-index1 .calltoaction-20 h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  font-weight: 900; }

.w3l-index1 .calltoaction-20 h5 {
  font-size: 13px;
  line-height: 20px;
  color: var(--light-text-color);
  text-transform: uppercase;
  margin-bottom: 10px; }

.w3l-index1 .calltoaction-20-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px; }

.w3l-index1 p.more-gap {
  margin-bottom: 40px; }

.w3l-index1 .calltoaction-20-content {
  grid-template-columns: 0.8fr 1fr;
  grid-column-gap: 50px; }

.w3l-index1 .center-align-self {
  align-self: center;
  padding-left: 40px; }

@media (max-width: 1280px) {
  .w3l-index1 .calltoaction-20 h3 {
    font-size: 38px;
    line-height: 45px; } }

@media (max-width: 1080px) {
  .w3l-index1 .center-align-self {
    padding-left: 0px; }
  .w3l-index1 .calltoaction-20 h3 {
    font-size: 32px;
    line-height: 40px; }
  .w3l-index1 .calltoaction-20 h5 {
    margin-bottom: 10px; }
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 40px; } }

@media (max-width: 1024px) {
  .w3l-index1 .center-align-self {
    padding-left: 0px; }
  .w3l-index1 .calltoaction-20 h3 {
    font-size: 31px;
    line-height: 38px; } }

@media (max-width: 768px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr; }
  .w3l-index1 .calltoaction-20 h3 {
    font-size: 28px;
    line-height: 33px; }
  .w3l-index1 .calltoaction-20 {
    padding: 3rem 0; } }

@media (max-width: 568px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 20px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .w3l-index1 .text-11-content p {
    margin-top: 15px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 25px; }
  .w3l-index1 .text-11 {
    padding: 40px 0px; }
  .w3l-index1 .calltoaction-20-content {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px; } }

.w3l-index2 .d-flex {
  display: flex; }

.w3l-index2 .justify-content-between {
  justify-content: space-between; }

.w3l-index2 .align-items-center {
  align-items: center; }

.w3l-index2 .main-w3 {
  background: var(--theme-color-two); }

.w3l-index2 .speci-inner {
  grid-gap: 20px;
  display: grid; }

.w3l-index2 .grids-speci {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 1em; }

.w3l-index2 .grids-speci.midd-eff-spe {
  border-left: 1px solid rgba(207, 214, 226, 0.54);
  border-right: 1px solid rgba(207, 214, 226, 0.54); }

.w3l-index2 h3.title-spe {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block; }

.w3l-index2 .midd-eff-spe {
  padding: 1em 3em; }

.w3l-index2 .midd-eff-las {
  padding-left: 3em; }

.w3l-index2 .grids-speci h4 {
  font-size: 20px;
  line-height: 25px;
  color: #dbf9ff;
  font-weight: 400; }

.w3l-index2 .sp-rgt b {
  color: #fff; }

@media (max-width: 1280px) {
  .w3l-index2 h3.title-spe {
    font-size: 56px; } }

@media (max-width: 1080px) {
  .w3l-index2 h3.title-spe {
    font-size: 46px; }
  .w3l-index2 .grids-speci h4 {
    font-size: 18px;
    line-height: 24px; }
  .w3l-index2 .grids-speci p {
    font-size: 19px; } }

@media (max-width: 991px) {
  .w3l-index2 .midd-eff-las {
    padding-left: 1em; }
  .w3l-index2 .midd-eff-spe {
    padding: 1em 1em; } }

@media (max-width: 800px) {
  .w3l-index2 h3.title-spe {
    font-size: 46px;
    margin-bottom: 10px; }
  .w3l-index2 .grids-speci p {
    font-size: 18px; } }

@media (max-width: 736px) {
  .w3l-index2 .d-flex {
    display: block; }
  .w3l-index2 .grids-speci {
    max-width: 100%; }
  .w3l-index2 h3.title-spe {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 8px; }
  .w3l-index2 .grids-speci.midd-eff-spe {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(207, 214, 226, 0.54);
    border-bottom: 1px solid rgba(207, 214, 226, 0.54);
    margin: 20px 0;
    padding: 20px 1em; }
  .w3l-index2 .grids-speci p {
    font-size: 16px; } }

@media (max-width: 600px) {
  .w3l-index2 h3.title-spe {
    font-size: 40px; } }

@media (max-width: 480px) {
  .w3l-index2 h3.title-spe {
    font-size: 35px; }
  .w3l-index2 .grids-speci p {
    font-size: 15px; } }

@media (max-width: 440px) {
  .w3l-index2 h3.title-spe {
    font-size: 32px; } }

@media (max-width: 384px) {
  .w3l-index2 .grids-speci {
    padding: .5em; }
  .w3l-index2 h3.title-spe {
    font-size: 30px;
    line-height: 30px; }
  .w3l-index2 .grids-speci.midd-eff-spe {
    padding: 20px .5em; } }

@media (max-width: 375px) {
  .w3l-index2 .grids-speci {
    flex: 0 0 100%;
    max-width: 100%; }
  .w3l-index2 .main-cont-wthree-fea {
    display: block; } }

.w3l-index3 .form-botm-cont {
  padding: 4em;
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px; }

.w3l-index3 h4.left-text-inti {
  font-size: 28px;
  line-height: 35px; }

.w3l-index3 .top-content-7 {
  grid-auto-flow: column;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center; }

.w3l-index3 .top-content-7 a {
  color: #fff;
  background: var(--theme-color-orange);
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 25px; }

.w3l-index3 .align-form-fields {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-index3 .form-input label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--para-color);
  font-weight: bold; }

.w3l-index3 .form-inner-cont input,
.w3l-index3 select.option-ticket {
  background: var(--light-bg-color);
  border: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  padding: 12px 14px;
  border: 1px solid #dedede; }

.w3l-index3 select.option-ticket {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: 93% 52%; }

.w3l-index3 p.sub-paragraph {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  margin: 10px 0 20px;
  color: var(--light-text-color); }

@media (max-width: 1080px) {
  .w3l-index3 .form-botm-cont {
    padding: 3em 2em; } }

@media (max-width: 1050px) {
  .w3l-index3 .form-inner-cont input,
  .w3l-index3 select.option-ticket {
    font-size: 14px; } }

@media (max-width: 767px) {
  .w3l-index3 .align-form-fields {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; } }

@media (max-width: 667px) {
  .w3l-index3 h4.left-text-inti {
    font-size: 25px; }
  .w3l-index3 .form-botm-cont {
    padding: 2.5rem 0em; } }

@media (max-width: 600px) {
  .w3l-index3 .top-content-7 {
    grid-auto-flow: row;
    margin-bottom: 30px;
    grid-row-gap: 15px; }
  .w3l-index3 .align-form-fields {
    grid-template-columns: 1fr; } }

.w3l-index4 {
  /* testimonials */
  /* //testimonials */
  /*-- responsive code --*/ }
  .w3l-index4 * {
    transition: none; }
  .w3l-index4 .head-bg {
    width: 70%;
    margin: 0 auto; }
  .w3l-index4 .clients {
    background: #fff; }
  .w3l-index4 .content-slider {
    width: 100%; }
  .w3l-index4 .clients-slider {
    max-width: 680px;
    margin: 40px auto 0;
    overflow: visible;
    position: relative; }
  .w3l-index4 .mask {
    overflow: hidden;
    height: 320px; }
  .w3l-index4 .clients-slider ul {
    margin: 0;
    padding: 0;
    position: relative; }
  .w3l-index4 .clients-slider li {
    width: 100%;
    height: 320px;
    position: absolute;
    top: -325px;
    list-style: none; }
  .w3l-index4 .clients-slider .quote {
    font-size: 20px;
    line-height: 38px;
    color: #000;
    font-weight: 300; }
  .w3l-index4 .clients-slider .source {
    font-size: 35px;
    text-align: center;
    margin-top: 1rem;
    color: var(--theme-color);
    font-style: italic; }
  .w3l-index4 .clients-slider li.anim1 {
    -webkit-animation: cycle 15s linear infinite;
            animation: cycle 15s linear infinite; }
  .w3l-index4 .clients-slider li.anim2 {
    -webkit-animation: cycle2 15s linear infinite;
            animation: cycle2 15s linear infinite; }
  .w3l-index4 .clients-slider li.anim3 {
    -webkit-animation: cycle3 15s linear infinite;
            animation: cycle3 15s linear infinite; }
  .w3l-index4 .clients-slider li.anim4 {
    -webkit-animation: cycle4 15s linear infinite;
            animation: cycle4 15s linear infinite; }
  .w3l-index4 .clients-slider li.anim5 {
    -webkit-animation: cycle5 15s linear infinite;
            animation: cycle5 15s linear infinite; }
  .w3l-index4 .clients-slider:hover li {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }

@-webkit-keyframes cycle {
  0% {
    top: 0px; }
  4% {
    top: 0px; }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0; }
  96% {
    top: -325px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }

@keyframes cycle {
  0% {
    top: 0px; }
  4% {
    top: 0px; }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0; }
  96% {
    top: -325px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }

@-webkit-keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0; }
  16% {
    top: -325px;
    opacity: 0; }
  20% {
    top: 0px;
    opacity: 1; }
  24% {
    top: 0px;
    opacity: 1; }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0; }
  16% {
    top: -325px;
    opacity: 0; }
  20% {
    top: 0px;
    opacity: 1; }
  24% {
    top: 0px;
    opacity: 1; }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@-webkit-keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0; }
  36% {
    top: -325px;
    opacity: 0; }
  40% {
    top: 0px;
    opacity: 1; }
  44% {
    top: 0px;
    opacity: 1; }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0; }
  36% {
    top: -325px;
    opacity: 0; }
  40% {
    top: 0px;
    opacity: 1; }
  44% {
    top: 0px;
    opacity: 1; }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@-webkit-keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0; }
  56% {
    top: -325px;
    opacity: 0; }
  60% {
    top: 0px;
    opacity: 1; }
  64% {
    top: 0px;
    opacity: 1; }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0; }
  56% {
    top: -325px;
    opacity: 0; }
  60% {
    top: 0px;
    opacity: 1; }
  64% {
    top: 0px;
    opacity: 1; }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0; }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1; }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1; } }

@-webkit-keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0; }
  76% {
    top: -325px;
    opacity: 0; }
  80% {
    top: 0px;
    opacity: 1; }
  84% {
    top: 0px;
    opacity: 1; }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0; } }

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0; }
  76% {
    top: -325px;
    opacity: 0; }
  80% {
    top: 0px;
    opacity: 1; }
  84% {
    top: 0px;
    opacity: 1; }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0; }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0; } }
  @media screen and (max-width: 1080px) {
    .w3l-index4 .clients-slider .quote {
      font-size: 18px;
      line-height: 30px; }
    .w3l-index4 .clients-slider .source {
      font-size: 30px; }
    .w3l-index4 .mask {
      height: 280px; } }
  @media screen and (max-width: 500px) {
    .w3l-index4 .clients-slider .source {
      font-size: 26px; } }
  @media screen and (max-width: 480px) {
    .w3l-index4 .clients-slider .quote {
      font-size: 16px;
      line-height: 25px; } }
  @media screen and (max-width: 436px) {
    .w3l-index4 .mask {
      height: 300px; } }

.w3l-index5 #content23-block {
  background-color: var(--theme-color-two); }

.w3l-index5 .text-center {
  text-align: center; }

.w3l-index5 .content23-head {
  max-width: 750px;
  margin: 0 auto 50px; }

.w3l-index5 .content23-head h3 {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: var(--white-color);
  max-width: 600px;
  margin: 0 auto; }

.w3l-index5 .content23-head p {
  margin-top: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #e2e2e2; }

.w3l-index5 .d-grid {
  display: grid; }

.w3l-index5 .content23-col-2 {
  grid-template-columns: 1fr; }

.w3l-index5 .content23-grid {
  background: url(../images/new.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 8rem 3rem;
  background-attachment: fixed; }

.w3l-index5 .content23-grid h4 a {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block; }

.w3l-index5 .content23-grid h4 a:hover {
  opacity: 0.8; }

.w3l-index5 .content23-grid p {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #e2e2e2;
  max-width: 450px;
  margin-left: auto;
  margin-bottom: 30px; }

@media all and (max-width: 1080px) {
  .w3l-index5 .content23-grid {
    padding: 6rem 2rem; } }

@media all and (max-width: 1050px) {
  .w3l-index5 .content23-grid h4 a {
    font-size: 2.5rem; }
  .w3l-index5 .content23-grid p {
    font-size: 25px;
    line-height: 35px; } }

@media all and (max-width: 900px) {
  .w3l-index5 .content23-grid {
    padding: 4rem 1.5rem; } }

@media all and (max-width: 768px) {
  .w3l-index5 .content23-grid {
    padding: 4rem 1rem; }
  .w3l-index5 .content23-grid h4 a {
    margin-bottom: 10px; } }

@media all and (max-width: 736px) {
  .w3l-index5 .content23-grid h4 a {
    font-size: 2rem; }
  .w3l-index5 .content23-grid p {
    font-size: 22px;
    line-height: 30px; } }

@media all and (max-width: 500px) {
  .w3l-index5 .content23-col-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 5px; }
  .w3l-index5 .content23-head p {
    margin-top: 20px; }
  .w3l-index5 .content23-head {
    margin: 0 auto 30px; }
  .w3l-index5 .content23-head h3 {
    font-size: 30px;
    line-height: 35px; } }

.w3l-index6 .main-w3 {
  background: url(../images/slide4.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 0; }

.w3l-index6 .main-w3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(8, 8, 8, 0.46);
  z-index: -1; }

.w3l-index6 .grids-forms {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 20px;
  align-items: center; }

.w3l-index6 .grids-forms span {
  color: #fff;
  font-size: 40px; }

.w3l-index6 h4.title-head {
  font-size: 26px;
  line-height: 38px;
  color: #fff; }

.w3l-index6 .main-midd {
  max-width: 540px; }

.w3l-index6 form.rightside-form input {
  background: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  flex-basis: 70%; }

.w3l-index6 ::-webkit-datetime-edit {
  padding: 1em; }

.w3l-index6 ::-webkit-datetime-edit-fields-wrapper {
  background: silver; }

.w3l-index6 ::-webkit-datetime-edit-text {
  color: red;
  padding: 0 0.3em; }

.w3l-index6 ::-webkit-datetime-edit-month-field {
  color: blue; }

.w3l-index6 ::-webkit-datetime-edit-day-field {
  color: green; }

.w3l-index6 ::-webkit-datetime-edit-year-field {
  color: purple; }

.w3l-index6 ::-webkit-inner-spin-button {
  display: none; }

.w3l-index6 ::-webkit-calendar-picker-indicator {
  background: orange; }

.w3l-index6 button.btn {
  flex-basis: 28%;
  height: auto; }

.w3l-index6 .rightside-form button {
  margin-left: -3em; }

.w3l-index6 .rightside-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 1080px) {
  .w3l-index6 .grids-forms {
    grid-template-columns: auto 1fr 1fr; } }

@media (max-width: 900px) {
  .w3l-index6 .grids-forms {
    grid-template-columns: auto auto auto; }
  .w3l-index6 .main-w3 {
    padding: 3rem 0; } }

@media (max-width: 768px) {
  .w3l-index6 .main-midd-2 {
    grid-column: 1 / span 2;
    margin-top: 1em; }
  .w3l-index6 .grids-forms {
    grid-template-columns: auto 1fr; }
  .w3l-index6 .main-midd {
    max-width: 100%; }
  .w3l-index6 .rightside-form button {
    width: 30%; } }

@media (max-width: 480px) {
  .w3l-index6 form.rightside-form input {
    flex-basis: 100%; }
  .w3l-index6 button.btn.brk-btn.brk-btn-3 {
    flex-basis: 100%;
    margin-top: 10px; } }

@media (max-width: 375px) {
  .w3l-index6 .rightside-form {
    flex-wrap: wrap; }
  .w3l-index6 form.rightside-form input {
    padding: 14px; }
  .w3l-index6 .rightside-form button {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 10px; } }

.w3l-index7 .services1-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px; }

.w3l-index7 .column {
  position: relative; }

.w3l-index7 .service-info {
  box-sizing: border-box;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease; }

.w3l-index7 .column:hover .service-info {
  height: 100%;
  z-index: 0; }

.w3l-index7 .service-info h4 {
  background: rgba(185, 64, 38, 0.6);
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%);
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  transition: .3s;
  padding: 14px; }

.w3l-index7 .column a img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.3s ease;
  z-index: 999999; }

.w3l-index7 .service-info h4:hover .column img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.3s ease;
  z-index: 999; }

.w3l-index7 .service-info:hover .column a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.3s ease;
  z-index: 999; }

.w3l-index7 .column:hover .service-info h4 {
  transition: .3s; }

@media (max-width: 1080px) {
  .w3l-index7 .services1-content {
    grid-gap: 20px; } }

@media (max-width: 1020px) {
  .w3l-index7 .services1-content {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; } }

@media (max-width: 600px) {
  .w3l-index7 .services1-content {
    grid-template-columns: 1fr; } }

@media (max-width: 480px) {
  .w3l-index7 .services1-content {
    grid-template-columns: 1fr; } }

@media (max-width: 384px) {
  .w3l-index7 .service-info h3 {
    font-size: 27px;
    line-height: 28px;
    margin-top: 25px; } }

.w3l-index8 .story-inner-6 {
  background-color: #fff; }

.w3l-index8 .story-6-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.w3l-index8 .story-6-grids {
  font-size: 15px;
  line-height: 29px; }

.w3l-index8 img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px; }

.w3l-index8 .story-info {
  margin-bottom: 10px; }

.w3l-index8 h3.title {
  margin-bottom: 30px;
  text-align: left; }

.w3l-index8 .story-info h5 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: var(--para-color);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease; }

.w3l-index8 .story-info h5 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease; }

.w3l-index8 .story-info span {
  margin-right: 6px;
  font-size: 14px;
  color: var(--theme-color); }

@media (max-width: 1080px) {
  .w3l-index8 .story-info h5 a {
    font-size: 15px; } }

@media (max-width: 992px) {
  .w3l-index8 .story-6-grids {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .w3l-index8 .story-info h5 a {
    font-size: 16px;
    line-height: 27px; }
  .w3l-index8 img {
    margin-top: 20px; } }

.w3l-index9 .d-grid {
  display: grid; }

.w3l-index9 .text {
  margin-top: 40px;
  text-align: center; }

.w3l-index9 .text p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: var(--para-color); }

.w3l-index9 .companies20-content {
  max-width: 85%;
  margin: auto; }

@media (max-width: 1080px) {
  .w3l-index9 .companies20-content {
    max-width: 100%; } }

@media (max-width: 768px) {
  .w3l-index9 .companies20-content {
    max-width: 95%; } }

@media (max-width: 667px) {
  .w3l-index9 .owl-carousel .owl-nav button.owl-prev {
    left: -10px; }
  .w3l-index9 .owl-carousel .owl-nav button.owl-next {
    right: -10px; } }

@media (max-width: 568px) {
  .w3l-index9 .text p {
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 480px) {
  .w3l-index9 .text {
    text-align: left;
    margin-top: 20px; }
  .w3l-index9 .item {
    padding: 0 10px; } }

@media (max-width: 415px) {
  .w3l-index9 .item {
    padding: 0 15px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots {
  margin-top: 50px;
  display: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  padding: 0 14px;
  background: rgba(255, 239, 236, 0.33);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--title-color);
  opacity: .8;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out; }

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 5px;
  background: #fff;
  display: block;
  border: 1px solid #304659;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%; }

button.owl-prev {
  left: 0px; }

button.owl-next {
  right: 0px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #304659; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 0%; } }

/* /pricing-7*/
.w3l-index10 .w3l-pricing-7_sur {
  background: var(--light-bg-color); }

.w3l-index10 .w3l-pricing-7-gd-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-index10 h5 {
  font-size: 15px;
  line-height: 20px;
  color: #28a745;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.w3l-index10 h6 {
  font-size: 18px;
  line-height: 25px;
  color: var(--heading-color);
  text-align: center;
  letter-spacing: 1px; }

.w3l-index10 h3 label {
  font-size: 25px;
  vertical-align: text-top; }

.w3l-index10 .w3l-pricing-7-top h3 {
  font-size: 40px;
  line-height: 46px;
  color: var(--theme-color-orange);
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold; }

.w3l-index10 p.tick-info {
  text-align: center;
  color: var(--para-color);
  font-size: 18px;
  line-height: 30px; }

.w3l-index10 p.pric-foot {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  margin-top: 40px; }

.w3l-index10 p.pric-foot a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: var(--theme-color-orange);
  text-decoration: none; }

.w3l-index10 .pric-foot a:hover {
  text-decoration: underline; }

.w3l-index10 p.pric-foot img {
  vertical-align: middle; }

.w3l-index10 ul.links li {
  list-style: none;
  margin-bottom: 14px;
  color: #304659;
  text-align: center; }

.w3l-index10 p.tick-ssl {
  color: #28a745; }

.w3l-index10 .w3l-pricing-7-gd-left {
  padding: 30px 15px;
  border: 1px solid #d4dadf;
  transition: 0.3s;
  background: #fff; }

.w3l-index10 .pric-7-1 {
  padding: 50px 15px;
  border: 1px solid #d4dadf; }

.w3l-index10 .pric-7-2 {
  padding: 50px 15px;
  border: 1px solid var(--theme-color-orange);
  transform: scale(1.05);
  background: #fff;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.w3l-index10 .w3l-pricing-7-gd-left:hover {
  transition: 0.3s;
  border: 1px solid var(--theme-color);
  transform: scale(1.05);
  background: #fff; }

.w3l-index10 .buy-button {
  margin-top: 30px; }

.w3l-index10 a.btn.active {
  background: var(--theme-color-orange); }

.w3l-index10 a.btn:hover {
  background: var(--theme-color-orange); }

@media (max-width: 1080px) {
  .w3l-index10 .w3l-pricing-7-gd-top {
    width: 100%; } }

@media (max-width: 992px) {
  .w3l-index10 .w3l-pricing-7-gd-top {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; } }

@media (max-width: 768px) {
  .w3l-index10 .pric-7-1 {
    border-right: 1px solid #8298AB; }
  .w3l-index10 .pric-7-2 {
    border-left: 1px solid #8298AB; } }

@media (max-width: 600px) {
  .w3l-index10 p.pric-foot {
    margin-top: 25px;
    font-size: 15px; } }

@media (max-width: 500px) {
  .w3l-index10 .w3l-pricing-7-gd-top {
    grid-template-columns: 1fr; } }

/* //pricing-7*/
.w3l-zoo-footer .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

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

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

.w3l-zoo-footer .align-items-center {
  align-items: center; }

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

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

.w3l-zoo-footer .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-zoo-footer .align-center {
  text-align: center; }

.w3l-zoo-footer p.text-tag {
  color: var(--para-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.w3l-zoo-footer p.sub-paragraph {
  color: var(--para-color);
  font-size: 17px;
  line-height: 25px;
  font-weight: normal; }

.w3l-zoo-footer .footer-28 {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid #CCC;
  background-position: center;
  position: relative;
  min-height: 500px; }

.w3l-zoo-footer .footer-bg-layer {
  background: #fff;
  opacity: 0.88;
  padding: 4.5rem 0; }

.w3l-zoo-footer .footer-top-28 {
  grid-gap: 40px; }

.w3l-zoo-footer h6.footer-title-28 {
  color: var(--theme-color);
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px; }

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

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

.w3l-zoo-footer .footer-list-28 ul li a, .w3l-zoo-footer .footer-list-28 ul li p {
  font-weight: normal;
  font-size: 15px;
  color: var(--title-color); }

.w3l-zoo-footer .main-social-footer-28 a {
  margin-right: 25px; }

.w3l-zoo-footer .main-social-footer-28 a:last-child {
  margin-right: 0; }

.w3l-zoo-footer .copy-footer-28 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--para-color);
  margin-top: 30px; }

.w3l-zoo-footer .copy-footer-28 a {
  color: var(--theme-color);
  opacity: 0.8;
  font-weight: bold; }

.w3l-zoo-footer .copy-footer-28 a:hover {
  text-decoration: underline;
  opacity: 1; }

.w3l-zoo-footer ul.list-btm-28 {
  margin: 25px 0 15px; }

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

.w3l-zoo-footer ul.list-btm-28 li:nth-child(2) {
  margin: 0 25px; }

.w3l-zoo-footer .list-btm-28 li a {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--para-color); }

.w3l-zoo-footer .midd-footer-28 {
  margin-top: 5rem; }

.w3l-zoo-footer ul.social-icons {
  margin-top: 3px;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.w3l-zoo-footer ul.social-icons li a {
  display: block;
  text-decoration: none; }

.w3l-zoo-footer ul.social-icons li {
  display: inline-block;
  margin: 0 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: var(--theme-color-two);
  border-radius: 50%; }

.w3l-zoo-footer ul.social-icons li a span {
  font-size: 20px;
  color: #fff;
  line-height: 45px; }

.w3l-zoo-footer ul.social-icons li.facebook:hover {
  background: #3a5998;
  transition: 0.3s ease-in; }

.w3l-zoo-footer ul.social-icons li.twitter:hover {
  background: #55acee;
  transition: 0.3s ease-in; }

.w3l-zoo-footer ul.social-icons li.dribbble:hover {
  background: #ea4c89;
  transition: 0.3s ease-in; }

.w3l-zoo-footer ul.social-icons li.google:hover {
  background: #dc4e41;
  transition: 0.3s ease-in; }

.w3l-zoo-footer #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: var(--theme-color-two);
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.5s ease-out; }

.w3l-zoo-footer #movetop:hover {
  background: var(--theme-color);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.5s ease-out; }

@media (max-width: 1080px) {
  .w3l-zoo-footer .midd-footer-28 {
    margin-top: 6em; } }

@media (max-width: 736px) {
  .w3l-zoo-footer .grid-col-4 {
    grid-template-columns: 1fr 1fr; }
  .w3l-zoo-footer .footer-bg-layer {
    padding: 3.5rem 0; } }

@media (max-width: 667px) {
  .w3l-zoo-footer .midd-footer-28 {
    margin-top: 5em; } }

@media (max-width: 600px) {
  .w3l-zoo-footer .footer-top-28 {
    grid-gap: 20px; } }

@media (max-width: 550px) {
  .w3l-zoo-footer ul.social-icons li {
    margin: 0 5px; } }

@media (max-width: 480px) {
  .w3l-zoo-footer .footer-top-28 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; }
  .w3l-zoo-footer .footer-bg-layer {
    padding: 3rem 0; }
  .w3l-zoo-footer .midd-footer-28 {
    margin-top: 4em; }
  .w3l-zoo-footer ul.list-btm-28 li:nth-child(2) {
    margin: 0 18px; }
  .w3l-zoo-footer ul.social-icons {
    margin-top: 0;
    margin-bottom: 10px; } }

.w3l-about1 .d-grid {
  display: grid; }

.w3l-about1 .d-grid {
  display: grid; }

.w3l-about1 .cwp23-content {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem; }

.w3l-about1 .column span {
  color: var(--theme-color-orange);
  font-size: 35px;
  display: block;
  margin-bottom: 20px; }

.w3l-about1 .cwp23-title h3 {
  max-width: 555px;
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 40px; }

.w3l-about1 .cwp23-text-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-about1 .cwp23-text-cols a {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  color: var(--title-color);
  display: inline-block;
  font-weight: bold; }

.w3l-about1 .cwp23-text-cols a:hover {
  color: var(--theme-color); }

.w3l-about1 .cwp23-text-cols p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

@media all and (max-width: 1024px) {
  .w3l-about1 .cwp23-content {
    grid-column-gap: 4rem; } }

@media all and (max-width: 992px) {
  .w3l-about1 .cwp23-content {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media all and (max-width: 900px) {
  .w3l-about1 .wrapper-right {
    max-width: 95%; }
  .w3l-about1 .cwp23-text-cols {
    grid-gap: 30px; } }

@media all and (max-width: 768px) {
  .w3l-about1 .cwp23-title h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px; }
  .w3l-about1 .wrapper-right {
    max-width: 100%;
    padding: 0 15px 0 0; }
  .w3l-about1 .cwp23-title p {
    margin-top: 15px;
    margin-bottom: 35px; } }

@media all and (max-width: 440px) {
  .w3l-about1 .cwp23-content {
    grid-row-gap: 2rem; }
  .w3l-about1 .cwp23-title h3 {
    margin-bottom: 30px; }
  .w3l-about1 .cwp23-text-cols {
    grid-gap: 25px; } }

@media all and (max-width: 384px) {
  .w3l-about1 .cwp23-title h3 {
    font-size: 28px;
    line-height: 33px; } }

@media all and (max-width: 320px) {
  .w3l-about1 .cwp23-text-cols {
    grid-template-columns: 1fr; } }

/*-- about2 --*/
.w3l-about2 .content {
  position: relative; }

.w3l-about2 .d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px;
  align-items: center; }

.w3l-about2 .content-photo img {
  display: block; }

.w3l-about2 .content-left h3 {
  text-align: left; }

.w3l-about2 .content-left p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin-bottom: 25px; }

@media (max-width: 1280px) {
  .w3l-about2 .d-grid {
    grid-column-gap: 40px; } }

@media (max-width: 992px) {
  .w3l-about2 .content-photo {
    width: 100%;
    position: static; }
  .w3l-about2 .content-photo img {
    display: block; }
  .w3l-about2 .content {
    padding: 3rem 0 0 0; } }

@media (max-width: 800px) {
  .w3l-about2 .d-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 3.5rem; } }

@media (max-width: 480px) {
  .w3l-about2 .d-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5rem; } }

/*-- /about2 --*/
.w3l-about3 .ab-grids-6 {
  background: var(--light-bg-color); }

.w3l-about3 .text-center {
  text-align: center; }

.w3l-about3 .content23-grid:hover,
.w3l-about3 .content23-grid1:hover {
  background: var(--theme-color-two);
  color: var(--theme-title);
  transition: 0.3s ease; }

.w3l-about3 .content23-head {
  max-width: 750px;
  margin: 0 auto 50px; }

.w3l-about3 .content23-head h3 {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-title);
  max-width: 600px;
  margin: 0 auto;
  text-transform: capitalize; }

.w3l-about3 .content23-head p {
  margin-top: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--theme-para); }

.w3l-about3 .d-grid {
  display: grid; }

.w3l-about3 .content23-col-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-about3 .content23-grid {
  padding: 50px 30px; }

.w3l-about3 .content23-grid {
  background-size: cover;
  min-height: 300px;
  display: grid;
  align-content: center;
  position: relative;
  z-index: 1; }

.w3l-about3 .content23-grid1 {
  background: url("../images/mainslide1.jpg") no-repeat center;
  background-size: cover; }

.w3l-about3 .content23-grid2 {
  background: url("../images/mainslide2.jpg") no-repeat 0px 0px;
  background-size: cover; }

.w3l-about3 .content23-grid3 {
  background: url("../images/mainslide3.jpg") no-repeat 0px 0px;
  background-size: cover; }

.w3l-about3 .content23-grid4 {
  background: url("../images/mainslide4.jpg") no-repeat 0px 0px;
  background-size: cover; }

.w3l-about3 .content23-grid:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1; }

.w3l-about3 .content23-grid h4 a {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600; }

.w3l-about3 .content23-grid h4 a:hover {
  opacity: 0.8; }

.w3l-about3 .content23-grid p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #eee;
  max-width: 327px;
  margin: 0 auto; }

@media all and (max-width: 800px) {
  .w3l-about3 .content23-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

@media all and (max-width: 768px) {
  .w3l-about3 .content23-grid {
    padding: 60px 20px; }
  .w3l-about3 .content23-grid h4 a {
    font-size: 24px; } }

@media all and (max-width: 667px) {
  .w3l-about3 .content23-head h3 {
    font-size: 30px;
    line-height: 35px; } }

@media all and (max-width: 568px) {
  .w3l-about3 .content23-grid {
    min-height: 250px; } }

@media all and (max-width: 500px) {
  .w3l-about3 .content23-head p {
    margin-top: 20px; }
  .w3l-about3 .content23-head {
    margin: 0 auto 30px; }
  .w3l-about3 .content23-head h3 {
    font-size: 25px;
    line-height: 30px; }
  .w3l-about3 .content23-grid h4 a {
    font-size: 22px; } }

@media all and (max-width: 320px) {
  .w3l-about3 .content23-head h3 {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 415px) {
  .w3l-about3 .grids-content {
    grid-template-columns: 1fr; }
  .w3l-about3 .grids h4 a {
    margin-top: 15px; }
  .w3l-about3 .grids p {
    margin-top: 10px; } }

@media (max-width: 384px) {
  .w3l-about3 .feature h3 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 25px; }
  .w3l-about3 .feature p {
    font-size: 16px;
    margin: 15px auto 0; } }

.w3l-about4 .d-grid {
  display: grid; }

.w3l-about4 .text-element-9 {
  background: var(--light-bg-color); }

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

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

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

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

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

.w3l-about4 .align-center {
  text-align: center; }

.w3l-about4 .grid-text-9 {
  grid-gap: 60px;
  grid-template-columns: 0.3fr 1fr; }

.w3l-about4 .right-text-9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-about4 h3.news-title {
  text-align: left; }

.w3l-about4 h6.text-left-inner-9 a {
  font-size: 15px;
  line-height: 20px;
  color: var(--title-color); }

.w3l-about4 h6.text-left-inner-9 a:hover,
.w3l-about4 h4.text-head-text-9 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease; }

.w3l-about4 span.sub-inner-text-9 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #8298AB;
  margin-top: 6px;
  display: inline-block; }

.w3l-about4 hr {
  opacity: 0.25;
  border: 1px solid #8298AB;
  margin: 20px 0 14px; }

.w3l-about4 h4.text-head-text-9 a {
  font-size: 30px;
  line-height: 35px;
  color: var(--title-color);
  margin: 10px 0 5px;
  display: inline-block; }

.w3l-about4 label.date {
  font-size: 14px;
  color: #7b7b7b;
  margin-bottom: 15px;
  display: inline-block; }

.w3l-about4 p.sub-head-text-9 {
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px; }

.w3l-about4 p.sub-head-text-9 a {
  font-size: 17px;
  color: var(--theme-color-two);
  margin-left: 5px; }

.w3l-about4 p.sub-head-text-9 a:hover {
  text-decoration: underline;
  color: var(--theme-color); }

@media (max-width: 1080px) {
  .w3l-about4 h5.sub-head-text-9 {
    font-size: 23px; } }

@media (max-width: 991px) {
  .w3l-about4 .right-text-9 {
    grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .w3l-about4 h5.sub-head-text-9 {
    font-size: 21px; } }

@media (max-width: 768px) {
  .w3l-about4 h5.sub-head-text-9 {
    font-size: 19px;
    line-height: 28px; }
  .w3l-about4 h6.heading-small-text-9 {
    font-size: 18px; }
  .w3l-about4 p.sub-para {
    margin-top: 15px; } }

@media (max-width: 736px) {
  .w3l-about4 .grid-text-9 {
    grid-template-columns: 1fr; }
  .w3l-about4 p.sub-head-text-9 {
    margin-bottom: 20px; } }

@media (max-width: 600px) {
  .w3l-about4 p.sub-para {
    font-size: 16px; }
  .w3l-about4 h5.sub-head-text-9 {
    font-size: 18px;
    margin-bottom: 30px; }
  .w3l-about4 .right-text-9 {
    grid-template-columns: 1fr; } }

@media (max-width: 568px) {
  .w3l-about4 h6.text-left-inner-9 a {
    font-size: 14.5px; }
  .w3l-about4 span.sub-inner-text-9 {
    font-size: 14px; } }

@media (max-width: 480px) {
  .w3l-about4 .left-text-9 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .w3l-about4 h3.news-title {
    margin-bottom: 1rem; } }

.w3l-services1 .features-17_sur {
  background: var(--light-bg-color); }

.w3l-services1 .features-17_sur h2 {
  font-size: 55px;
  line-height: 60px;
  color: var(--title-color);
  margin-top: 20px; }

.w3l-services1 .features-17-left_sur a {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  font-weight: 600;
  margin-top: 2em;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

.w3l-services1 .features-17-right_sur p:hover {
  color: var(--theme-color);
  transition: 0.3s ease-in-out; }

.w3l-services1 .features-17-right_su a {
  color: var(--para-color);
  text-decoration: none; }

.w3l-services1 .features-17-right_sur a:hover {
  color: #000; }

.w3l-services1 .features-17_sur img {
  vertical-align: middle;
  padding-left: 5px; }

.w3l-services1 .features-17_sur p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px; }

.w3l-services1 .features-17-left_sur h3 {
  font-size: 30px;
  line-height: 35px;
  color: var(--title-color);
  margin-bottom: 25px; }

.w3l-services1 .features-17-top_sur {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.w3l-services1 .features-17-right_sur a {
  font-size: 18px;
  color: var(--title-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center; }

.w3l-services1 .features-17-right_sur_inner p {
  margin-top: 0 !important; }

.w3l-services1 .features-17-right_sur a span.fa {
  color: var(--theme-color);
  width: 25px; }

@media (max-width: 1200px) {
  .w3l-services1 .features-17-top_sur {
    grid-template-columns: 1fr;
    grid-gap: 30px; } }

@media (max-width: 992px) {
  .w3l-services1 .features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr; } }

@media (max-width: 768px) {
  .w3l-services1 .features-17-left_sur h3 {
    font-size: 27px;
    line-height: 32px; } }

@media (max-width: 480px) {
  .w3l-services1 .features-17_sur h2 {
    font-size: 48px;
    line-height: 53px; } }

@media (max-width: 440px) {
  .w3l-services1 .features-17-right_sur {
    grid-template-columns: 1fr; }
  .w3l-services1 .features-17_sur h2 {
    font-size: 40px;
    line-height: 46px; } }

@media (max-width: 415px) {
  .w3l-services1 .features-17-left_sur h3 {
    font-size: 22px;
    line-height: 27px; }
  .w3l-services1 .features-17-right_sur a {
    font-size: 17px; } }

@media (max-width: 320px) {
  .w3l-services1 .features-17_sur h2 {
    font-size: 32px;
    line-height: 38px; }
  .w3l-services1 .features-17-right_sur h5 {
    font-size: 23px;
    line-height: 28px; } }

.w3l-services2 .grid-columns {
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  border: 2px solid #eaf0f5; }

.w3l-services2 .box13 h3 a {
  font-size: 35px;
  color: var(--title-color);
  margin: 0 0 15px 0;
  display: block; }

.w3l-services2 .box13 h3 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease; }

.w3l-services2 .box13 p {
  margin: 18px 0px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px; }

.w3l-services2 .side-img {
  width: 100%;
  display: block; }

.w3l-services2 .column.two {
  padding: 0 2rem; }

@media (max-width: 1024px) {
  .w3l-services2 .box13 h3 a {
    font-size: 23px; } }

@media (max-width: 992px) {
  .w3l-services2 .order-1 {
    order: 1; }
  .w3l-services2 .order-2 {
    order: 2; }
  .w3l-services2 .column.two {
    padding: 2em; }
  .w3l-services2 .grid-columns {
    grid-template-columns: 1fr;
    margin-bottom: 20px; } }

@media (max-width: 900px) {
  .w3l-services2 .box13 p {
    margin: 10px 0 20px 0; } }

@media (max-width: 801px) {
  .w3l-services2 .column.two {
    padding: 3em 3em; } }

@media (max-width: 600px) {
  .w3l-services2 .box13 h3 a {
    font-size: 22px; } }

@media (max-width: 440px) {
  .w3l-services2 .column.two {
    padding: 2em 2em; } }

@media (max-width: 420px) {
  .w3l-services2 .column.two {
    padding: 1.5em 1.5em; } }

.w3l-blog .d-grid {
  display: grid; }

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

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

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

.w3l-blog .blog-page-right-text-9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }

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

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

.w3l-blog .align-center {
  text-align: center; }

.w3l-blog h6.heading-small-text-9:after {
  display: inline-block;
  content: '';
  width: 43px;
  height: 2px;
  background: var(--theme-color-two);
  margin-top: 18px;
  position: absolute;
  left: 0;
  top: 10px; }

.w3l-blog .left-top-9 {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 30px;
  border: 1px solid #EBEBEF;
  background: rgba(0, 188, 228, 0.04); }

.w3l-blog .grid-text-9 {
  grid-gap: 50px;
  grid-template-columns: 3.5fr 1.5fr; }

.w3l-blog .blog-top img {
  display: block; }

.w3l-blog .blog-btm, .w3l-blog .audio {
  padding: 20px; }

.w3l-blog audio {
  width: 100%; }

.w3l-blog .audio {
  padding: 20px; }

.w3l-blog .tags ul li a {
  padding: 10px 18px;
  background: #F5F9FF;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  text-decoration: none;
  border: 1px solid #F5F9FF; }

.w3l-blog .tags ul li a:hover {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color); }

.w3l-blog ul.blog-po span.fa {
  color: var(--para-color); }

.w3l-blog h6.text-left-inner-9 a {
  font-size: 15px;
  line-height: 20px;
  color: var(--para-color);
  transition: 0.3s ease-in-out; }

.w3l-blog h6.text-left-inner-9 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease-in-out; }

.w3l-blog span.sub-inner-text-9 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--light-text-color);
  margin-top: 6px;
  display: inline-block; }

.w3l-blog hr {
  opacity: 0.25;
  border: 1px solid #777777;
  margin: 20px 0 14px; }

.w3l-blog ul.blog-po li {
  display: inline-block; }

.w3l-blog ul.blog-po li span.fa {
  padding-right: 6px; }

.w3l-blog .blog-top {
  margin-bottom: 40px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.12); }

.w3l-blog ul.pagination.float-left li {
  display: inline-block;
  margin-right: 2px; }

.w3l-blog li.page-item a {
  font-size: 16px;
  line-height: 24px;
  color: var(--light-text-color);
  font-weight: 700;
  width: 40px;
  line-height: 40px;
  border: 1px solid #CCCBCB;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: 0.3s ease-in-out; }

.w3l-blog li.page-item a:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: 0.3s ease-in-out; }

.w3l-blog a.page-link.active {
  color: var(--theme-color);
  border: 1px solid var(--theme-color); }

.w3l-blog p.sub-para1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 10px; }

.w3l-blog .to-hd {
  margin-top: 10px; }

.w3l-blog .tags ul li {
  display: inline-block;
  margin: 10px 5px 0 0; }

.w3l-blog .tags {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 30px;
  border: 1px solid #EBEBEF;
  background: rgba(0, 188, 228, 0.04); }

.w3l-blog .tags ul,
.w3l-blog .categories ul,
.w3l-blog aside.asid {
  margin-top: 20px; }

.w3l-blog .categories {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 30px;
  border: 1px solid #EBEBEF;
  background: rgba(0, 188, 228, 0.04); }

.w3l-blog .categories ul li {
  display: block; }

.w3l-blog .categories ul li a {
  color: var(--para-color);
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 10px; }

.w3l-blog .categories ul li a:hover {
  color: var(--theme-color); }

.w3l-blog .comments-grid-right h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px; }

.w3l-blog .comments-grid-right ul li {
  display: inline-block;
  color: var(--light-text-color);
  font-size: 13px; }

.w3l-blog .comments-grid-right ul li a {
  color: var(--theme-color);
  font-weight: 700; }

.w3l-blog .comments-grid-right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 10px; }

.w3l-blog .media {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  margin-top: 30px; }

.w3l-blog .media-top img {
  display: block; }

.w3l-blog .comments-grids {
  margin: 30px 0; }

.w3l-blog .leave-coment {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px; }

.w3l-blog .leave-coment-form input[type="text"],
.w3l-blog .leave-coment-form input[type="email"],
.w3l-blog .leave-coment-form textarea {
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  outline: none;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  padding: 12px 14px;
  border: 1px solid #dedede; }

.w3l-blog .media-body.comments-grid-right {
  background: var(--light-bg-color);
  padding: 25px; }

.w3l-blog .leave-coment-form textarea {
  min-height: 150px; }

.w3l-blog .leave-coment-btm {
  margin: 20px 0; }

.w3l-blog h4.text-head-text-9 {
  font-size: 25px;
  line-height: 32px;
  display: inline-block; }

.w3l-blog h4.text-head-text-9 a {
  color: var(--title-color);
  transition: 0.3s ease-in-out; }

.w3l-blog h4.text-head-text-9 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease-in-out; }

.w3l-blog h5.sub-head-text-9 {
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px; }

.w3l-blog .blog-top iframe {
  width: 100%;
  height: 235px; }

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

.w3l-blog p.sub-para {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin: 16px 0; }

.w3l-blog h6.heading-small-text-9 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase; }

.w3l-blog .d-flex {
  display: flex;
  display: -webkit-flex;
  border: 1px solid #ececf0; }

.w3l-blog .blog-search form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: none;
  height: 50px;
  background: #fff;
  padding-left: 15px;
  width: 100%; }

.w3l-blog .blog-search form button {
  border: none;
  min-width: 60px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  border-radius: 0px 3px 3px 0px;
  transition: 0.5s ease-out;
  background: var(--theme-color-two); }

.w3l-blog .blog-top h5 {
  margin-top: 15px; }

.w3l-blog ul.blog-po li a {
  line-height: 24px;
  font-size: 14px;
  color: var(--para-color);
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s ease-in-out; }

.w3l-blog ul.blog-po li a:hover {
  color: var(--title-color);
  transition: 0.3s ease-in-out; }

.w3l-blog ul.blog-po {
  margin-top: 15px; }

.w3l-blog bold {
  font-weight: 700; }

@media (max-width: 1080px) {
  .w3l-blog h5.sub-head-text-9 {
    font-size: 23px; }
  .w3l-blog .grid-text-9 {
    grid-gap: 30px;
    grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .w3l-blog h5.sub-head-text-9 {
    font-size: 21px; }
  .w3l-blog .blog-btm, .w3l-blog .audio {
    padding: 20px; }
  .w3l-blog .blog-page-right-text-9 {
    grid-template-columns: 1fr;
    grid-gap: 0px; } }

@media (max-width: 768px) {
  .w3l-blog h4.text-head-text-9 a {
    font-size: 28px;
    line-height: 33px;
    margin: 20px 0 30px; }
  .w3l-blog h5.sub-head-text-9 {
    font-size: 19px;
    line-height: 28px; }
  .w3l-blog h6.heading-small-text-9 {
    font-size: 18px; }
  .w3l-blog p.sub-para {
    margin-top: 15px; } }

@media (max-width: 600px) {
  .w3l-blog h4.text-head-text-9 a {
    margin: 10px 0 20px; }
  .w3l-blog p.sub-para {
    font-size: 16px; }
  .w3l-blog h5.sub-head-text-9 {
    font-size: 18px;
    margin-bottom: 30px; }
  .w3l-blog .blog-top iframe {
    height: 200px; }
  .w3l-blog .blog-btm, .w3l-blog .audio {
    padding: 15px; } }

@media (max-width: 568px) {
  .w3l-blog span.sub-inner-text-9 {
    font-size: 14px; } }

@media (max-width: 480px) {
  .w3l-blog h4.text-head-text-9 {
    font-size: 26px;
    line-height: 32px; } }

@media (max-width: 320px) {
  .w3l-blog audio {
    width: 100% !important; } }

.w3l-breadcrumns {
  background: #fff;
  padding: 12px 0; }

.w3l-breadcrumns li {
  display: inline-block;
  font-size: 14px;
  color: var(--light-text-color); }

.w3l-breadcrumns li span.fa {
  margin: 0px 5px; }

.w3l-breadcrumns li a {
  color: var(--theme-color); }

.w3l-breadcrumns li a:hover {
  text-decoration: underline; }

.w3l-contact1 .contact1-bg {
  background: var(--light-bg-color); }

.w3l-contact1 a {
  display: inline-block; }

.w3l-contact1 .grid {
  display: grid; }

.w3l-contact1 .grid-column-2 {
  grid-gap: 40px; }

.w3l-contact1 .header {
  color: var(--title-color);
  line-height: 30px;
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600; }

.w3l-contact1 .head-main {
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal; }

.w3l-contact1 .contact-main {
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.w3l-contact1 .column2 a {
  text-decoration: none;
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold; }

.w3l-contact1 .contact-main p {
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px; }

.w3l-contact1 .contact-para {
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold; }

.w3l-contact1 .contact-main p {
  margin-bottom: 10px; }

.w3l-contact1 p span.fa {
  width: 25px;
  color: var(--theme-color);
  font-size: 25px;
  text-align: center;
  margin-right: 10px; }

.w3l-contact1 .map iframe {
  width: 100%;
  height: 100%; }

.w3l-contact1 .column3 img {
  margin-right: 20px; }

.w3l-contact1 .column3 a {
  color: #fff;
  background: var(--theme-color-two);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-contact1 .column3 a.facebook:hover {
  background: #3b5998; }

.w3l-contact1 .column3 a.twitter:hover {
  background: #1da1f2; }

.w3l-contact1 .column3 a.linkedin:hover {
  background: #0077b5; }

.w3l-contact1 .column3 a.instagram:hover {
  background: #c13584; }

@media (max-width: 1024px) {
  .w3l-contact1 .grid-column-2 {
    grid-gap: 20px; } }

@media (max-width: 992px) {
  .w3l-contact1 .grid-column-2 {
    grid-template-columns: 1fr; }
  .w3l-contact1 .head-main {
    max-width: 100%; }
  .w3l-contact1 .contact-main {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 480px) {
  .w3l-contact1 .column {
    padding: 0; } }

.w3l-contact2 .main-images a {
  display: inline-block; }

.w3l-contact2 .contacts12-main {
  text-align: center; }

.w3l-contact2 .contact-input, .w3l-contact2 .contact-textarea {
  margin-bottom: 20px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  padding: 15px 14px;
  border: 1px solid #dedede; }

.w3l-contact2 .contact-textarea {
  min-height: 170px; }

.w3l-contact2 .main-input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px; }

.w3l-contact2 .line {
  box-sizing: border-box;
  border: 1px solid #8298AB;
  opacity: 0.35; }

.w3l-contact2 button.btn {
  padding: 0px 40px; }

@media all and (max-width: 1400px) {
  .w3l-contact2 .contacts12-main {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .w3l-contact2 .contact-input1 {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%; }
  .w3l-contact2 .contact-input2,
  .w3l-contact2 .contact-textarea {
    width: 100%; }
  .w3l-contact2 .contact-para {
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .w3l-contact2 .main-input {
    grid-template-columns: 1fr;
    grid-gap: 0px; }
  .w3l-contact2 .contacts-12 .contact-input {
    margin-top: 15px; } }

.w3l-animals1 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 500;
  padding: 12px 0; }

.w3l-animals1 .load-more {
  margin-top: 60px; }

.w3l-animals1 .space-around {
  padding: 20px; }

.w3l-animals1 .galler-body {
  display: grid; }

.w3l-animals1 .d-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 40px; }

.w3l-animals1 img.gallery-image {
  width: 100%; }

.w3l-animals1 p.gallery-text {
  width: 50%;
  margin: -10px auto 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 0; }

.w3l-animals1 .column {
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.12); }

.w3l-animals1 .column a img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  transition: 0.3s ease; }

.w3l-animals1 a.image-link {
  display: inline-block;
  color: var(--theme-color);
  font-size: 26px;
  line-height: 25px;
  font-weight: 500; }

.w3l-animals1 .column:hover a.image-link {
  color: var(--theme-color-two); }

@media (max-width: 1440px) {
  .w3l-animals1 p.gallery-text {
    width: 70%; } }

@media (max-width: 1280px) {
  .w3l-animals1 p.gallery-text {
    width: 80%; }
  .w3l-animals1 .d-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 1024px) {
  .w3l-animals1 p.gallery-text {
    width: 91%; } }

@media (max-width: 992px) {
  .w3l-animals1 .d-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .w3l-animals1 p.gallery-text {
    width: 100%; }
  .w3l-animals1 a.image-link {
    font-size: 22px; } }

@media (max-width: 568px) {
  .w3l-animals1 .d-grid {
    display: grid;
    grid-template-columns: 1fr; } }

.w3l-team-block .d-grid {
  display: grid; }

.w3l-team-block .align-team-items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 15px; }

.w3l-team-block .item {
  background: var(--light-bg-color);
  padding-bottom: 15px; }

.w3l-team-block .team-member {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  margin: -35px 15px 0;
  background: #fff;
  padding: 20px 10px 0; }

.w3l-team-block .team-info {
  grid-template-columns: 1fr;
  grid-column-gap: 25px; }

.w3l-team-block p.team-text {
  color: var(--text-color);
  margin-bottom: 40px;
  max-width: 700px;
  margin: -20px auto 45px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 0; }

.w3l-team-block .team-info p {
  font-size: 17px;
  line-height: 25px;
  color: var(--theme-color); }

.w3l-team-block .social a {
  display: inline-block; }

.w3l-team-block h3.name-pos a {
  font-size: 35px;
  color: var(--title-color);
  width: 100%;
  transition: 0.3s ease-in-out; }

.w3l-team-block h3.name-pos a:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out; }

.w3l-team-block .social {
  margin: 10px 0; }

.w3l-team-block .column a img {
  display: block; }

.w3l-team-block .social a span {
  font-size: 17px;
  color: var(--light-text-color);
  padding: 10px;
  transition: 0.3s ease; }

.w3l-team-block .social a.facebook span:hover {
  color: #3b5998;
  transition: 0.3s ease; }

.w3l-team-block .social a.twitter span:hover {
  color: #1da1f2;
  transition: 0.3s ease; }

.w3l-team-block .social a.instagram span:hover {
  color: #e1306c;
  transition: 0.3s ease; }

@media (max-width: 992px) {
  .w3l-team-block .align-team-items {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 767px) {
  .w3l-team-block .align-team-items {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 480px) {
  .w3l-team-block .team-info {
    grid-column-gap: 15px; } }

@media (max-width: 415px) {
  .w3l-team-block .align-team-items {
    grid-template-columns: 1fr; }
  .w3l-team-block p.team-text {
    margin-bottom: 30px; }
  .w3l-team-block h3.name-pos a {
    font-size: 25px;
    line-height: 30px; } }

.w3l-gallery2 .portfolio1-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-gallery2 .portfolio1-content1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 18px; }

.w3l-gallery2 .column1 img {
  width: 100%; }

.w3l-gallery2 #portfolio {
  position: relative; }

.w3l-gallery2 .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-gallery2 .pop-overlay::-webkit-scrollbar {
  width: 4px; }

.w3l-gallery2 .pop-overlay::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 5px; }

.w3l-gallery2 .pop-overlay::-webkit-scrollbar-thumb {
  background: rgba(82, 82, 82, 0.4); }

.w3l-gallery2 .align-popup-content {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-gallery2 .pop-overlay:target {
  visibility: visible;
  opacity: 1;
  display: grid;
  align-items: center; }

.w3l-gallery2 .popup {
  background: #fff;
  border-radius: 3px;
  max-width: 850px;
  position: relative;
  margin: 0 auto;
  padding: 2rem 1rem 1.5rem; }

.w3l-gallery2 .popup h4 {
  font-size: 25px;
  line-height: 32px;
  color: var(--title-color);
  margin-bottom: 15px; }

.w3l-gallery2 .popup p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px; }

.w3l-gallery2 .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-gallery2 .popup .close:hover {
  opacity: 1; }

.w3l-gallery2 .column1 a img:hover,
.w3l-gallery2 .column3 a img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  transition: 0.3s ease; }

@media (max-width: 800px) {
  .w3l-gallery2 .portfolio1-content {
    grid-template-columns: 1fr;
    grid-gap: 10px; }
  .w3l-gallery2 .portfolio1-content1 {
    grid-column-gap: 15px;
    grid-row-gap: 10px; }
  .w3l-gallery2 .align-popup-content {
    grid-template-columns: 1fr; }
  .w3l-gallery2 .popup .close {
    top: -5px; } }

/*!
 *  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-liberty.css.map */
