:root {
  --theme-color: #0000b3;
  --theme-color-two: #ff70d4;
  --title-color: #051b35;
  --text-color: #333333;
  --white-color: #ffffff; }

html {
  scroll-behavior: smooth; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px; } }

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px; } }

.clear {
  clear: both; }

.img-responsive,
img {
  max-width: 100%; }

.img-block {
  display: block; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

button,
select {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }

button,
.btn,
select {
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.column a {
  display: block; }

.column a img {
  display: block; }

a.brand-logo {
  color: var(--white-color);
  font-weight: bold;
  font-size: 42px;
    display: flex;
    align-items: center; }
a.brand-logo img {margin-right: 0px;
margin-top: 10px; }
.section-gap {
  padding: 3.5rem 0; }

@media screen and (max-width: 991px) {
	a.brand-logo img {
    width: 220px;
}
}

@media screen and (max-width: 767px) {
  .section-gap {
    padding: 3.5rem 0; }
	a.brand-logo img {
    width: 200px;
}  }

@media screen and (max-width: 480px) {
  .section-gap {
    padding: 3rem 0; }
	a.brand-logo img {
    width: 140px;
} }

.section-title h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: 20px; }

.section-title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px; }

p.sub-paragraph {
  font-style: normal;
  /*font-weight: 300;*/
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color); }

.section-title-white h4 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px; }

.section-title-white {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px; }

p.sub-paragraph-white {
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: #ececec; }

.theme-button {
  min-width: 130px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center !important;
  color: #fff !important;
  background: #00500f !important;
  padding: 14px 18px !important;
  border-radius: 4px !important;
  transition: 0.3s ease;
  border: 1px solid #00500f !important; }

.theme-button:hover {
  /*background: var(--theme-color);*/
  background: #fe1616 !important;
  color: #fff !important; }

.w3l-header-4 {
  /*background-color: var(--theme-color);*/
  background-color: #fff;
  z-index: 6;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 2px solid #00500f; }

.w3l-header-4 {
  /*-- Headers-4 block --*/
  /*-- /Headers-4 block --*/
  /* navbar-start */
  /* navigation */
  /* CSS Document */
  /* Giving a background-color to the nav container. */
  /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
  /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
  /* Positioning the navigation items inline */
  /* Styling the links */
  /* Background color change on Hover */
  /* Hide Dropdowns by Default
 * and giving it a position of absolute */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
  /* Change ' +' in order to change the Dropdown symbol */
  /* Media Queries
--------------------------------------------- */
  /* //navigation */
  /* navbar-end */
  /*-- responsive design --*/
  /*-- /responsive design --*/ }
  .w3l-header-4 #headers4-block {
    z-index: 9;
    padding: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .w3l-header-4 .header-align {
    grid-template-columns: 1fr auto;
    align-items: center; }
  .w3l-header-4 input#nav {
    display: none; }
  .w3l-header-4 label.nav {
    display: none; }
  .w3l-header-4 .toggle-2,
  .w3l-header-4 .toggle,
  .w3l-header-4 [id^=drop] {
    display: none; }
  .w3l-header-4 nav {
    margin: 0;
    padding: 0; }
  .w3l-header-4 nav:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-header-4 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .w3l-header-4 nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px; }
  .w3l-header-4 nav ul li:last-child {
    margin-right: 0; }
  .w3l-header-4 nav a {
    transition: none;
    font-style: normal;
    line-height: 25px;
    padding: 20px 10px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-transform: capitalize; }
  .w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .18em;
    content: "";
    border-top: 0.3em solid #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: .18em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg); }
  .w3l-header-4 nav a:hover {
    transition: 0.3s ease; 
	color: #fe1616;}
  .w3l-header-4 nav a.active {
    transition: 0.3s ease; color: #fe1616; }
  .w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 65px;
    background: var(--theme-color);
    z-index: 999;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0px;
    width: 150px; }
  .w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 140px;
    background: #ffffff;
    z-index: 999; }
  .w3l-header-4 nav ul li:hover > ul {
    display: inherit; }
  .w3l-header-4 nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    margin: 2px 0; }
  .w3l-header-4 nav ul ul li:nth-child(last) {
    border-bottom: none; }
  .w3l-header-4 nav ul ul li a {
    display: block;
    padding: 6px 12px;
    text-align: left; }
  .w3l-header-4 nav ul ul li a:hover {
    background: transparent;
    transition: 0.3s ease; }
  .w3l-header-4 nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0px;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 li > a:only-child:after {
    content: ''; }
	
.dropbtn {
  background: none;
  color: #000;
  /*padding: 16px;*/
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  /*background-color: #fe1616;*/
  color:#fe1616;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00500f;
  min-width: 275px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 10px;
}

.w3l-header-4 nav .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #fff; color:#fe1616 !important;}

.show {display: block;}
@media all and (max-width: 992px) {.dropbtn {
  background: none;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.dropdown-content { position: relative; }  }

  @media all and (max-width: 992px) {
    .w3l-header-4 {
      /* Hide the navigation menu by default */
      /* Also hide the  */
      /* Stylinf the toggle lable */
      /* Display Dropdown when clicked on Parent Lable */
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */
      /* Change menu item's width to 100% */
      /* Hide Dropdowns by Default */
      /* Hide menus on hover */
      /* Fisrt Tier Dropdown */ }
      .w3l-header-4 .logo {
        float: left; }
      .w3l-header-4 #headers4-block {
        padding: 10px 0; }
      .w3l-header-4 nav a {
        padding: 5px 0;
        display: block;
        color: #fff; }
      .w3l-header-4 nav li {
        text-align: left; }
      .w3l-header-4 .navigation {
        float: none; }
      .w3l-header-4 .nav-mobile-block {
        display: block !important; }
      .w3l-header-4 nav a.border-left {
        border-left: none !important; }
      .w3l-header-4 .toggle + a,
      .w3l-header-4 .menu {
        display: none; }
      .w3l-header-4 .toggle {
        display: inline-block;
        text-decoration: none;
        border: none;
        margin-bottom: 0;
        cursor: pointer;
        /*color: var(--theme-color-two);*/
		color: #fff;
        text-align: right;
        /*padding-left: 15px;*/
        background: #00500f;
        /*padding: 8px 10px;*/
        border-radius: 4px;
        float: right;
        margin-top: 10px; }
      .w3l-header-4 span.fa.fa-bars {
        float: right;
        background: var(--blue-color);
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        margin-top: 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: rgba(13, 91, 31, 0.8);
        width: 100%;
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }
      .w3l-header-4 ul.menu {
        overflow-y: scroll;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 184px;
        z-index: 9999; }
      .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #fff; }
      .w3l-header-4 ul.menu::-webkit-scrollbar {
        width: 3px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px; }
      .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
        background: #b4a996; }
      .w3l-header-4 nav ul {
        float: right; }
      .w3l-header-4 nav ul li {
        display: block;
        width: 100%;
        margin: 0; }
      .w3l-header-4 nav a:hover,
      .w3l-header-4 nav ul ul ul a {
        background-color: transparent; }
      .w3l-header-4 nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */ }
      .w3l-header-4 nav ul ul li:hover > ul,
      .w3l-header-4 nav ul li:hover > ul {
        display: none; }
      .w3l-header-4 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0; }
      .w3l-header-4 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ }
      .w3l-header-4 .navigation nav a {
        margin: 8px 0; }
      .w3l-header-4 label.toggle.toogle-2,
      .w3l-header-4 label.toggle.toogle-3,
      .w3l-header-4 label.toggle.toogle-4,
      .w3l-header-4 label.toggle.toogle-5,
      .w3l-header-4 label.toggle.toogle-6,
      .w3l-header-4 label.toggle.toogle-7,
      .w3l-header-4 label.toggle.toogle-8,
      .w3l-header-4 label.toggle.toogle-9 {
        display: block;
        transition: none;
        font-style: normal;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: left; }
      .w3l-header-4 nav ul ul {
        border-left: 2px solid var(--blue-color);
        border-top: none; }
      .w3l-header-4 nav ul ul ul {
        border-left: 2px solid var(--blue-color);
        border-top: none;
        position: static; }
      .w3l-header-4 nav ul ul li a {
        padding: 5px 0px; }
      .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg); }}
  @media (max-width: 800px) {
    .w3l-header-4 .logo,
    .w3l-header-4 .button {
      z-index: 9; } }
  @media (max-width: 668px) {
    .w3l-header-4 ul.menu {
      top: 175px; } }

@media (max-width: 992px) {
  .w3l-header-4 {
    top: 70px; } }

@media (max-width: 668px) {
  .w3l-header-4 {
    top: 60px; } }

@media (max-width: 500px) {
  .w3l-header-4 {
    top: 55px; } }

.w3l-hero-headers-11 {
  /* menu */
  /* right-slide-content-styling */
  /* right-slide-content-styling */
  /* width */
  /* Track */
  /* Handle */
  /* menu-hny-toggle */
  /* //menu-hny-toggle */
  /*-- banner style --*/
  /*-- //banner style --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/
  background:#00500f; }
  .w3l-hero-headers-11 .d-grid {
    display: grid; }
  .w3l-hero-headers-11 .grid-columns-top-3 {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    grid-gap: 30px; }
  .w3l-hero-headers-11 .grid-columns-auto {
    grid-auto-flow: column;
    align-items: center; }
  .w3l-hero-headers-11 .grid-columns-auto-end {
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: end;
    min-height: 400px; }
  .w3l-hero-headers-11 .grid-columns-3 {
    grid-template-columns: 1fr auto 1fr; }
  .w3l-hero-headers-11 .align-right,
  .w3l-hero-headers-11 .menu-overlay-left {
    text-align: right; }
  .w3l-hero-headers-11 .top-header {
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7; }
  .w3l-hero-headers-11 .main-header {
    box-sizing: border-box; }
  .w3l-hero-headers-11 .accounts ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    display: block; }
  .w3l-hero-headers-11 .accounts ul li a.active-button {
    background: #fe1616;
    color: #fff; }
  .w3l-hero-headers-11 .accounts ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .accounts ul li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-hero-headers-11 .accounts ul li:last-child {
    margin-right: 0px; }
  .w3l-hero-headers-11 a.actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    color: #F5F9FC;
    background: #fe1616;
    padding: 0 20px;
    height: 55px;
    text-align: center; }
  .w3l-hero-headers-11 .search form {
    position: relative; }
  .w3l-hero-headers-11 .search form input {
    width: 300px;
    outline: none;
    font-size: 15px;
    color: var(--title-color);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px; }
  .w3l-hero-headers-11 .search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--title-color);
    height: 35px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 2.5px; }
  .w3l-hero-headers-11 .search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .side-search form {
    position: relative; }
  .w3l-hero-headers-11 .side-search form input {
    outline: none;
    font-size: 15px;
    color: var(--title-color);
    height: 40px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid rgba(31, 94, 180, 0.22);
    border-radius: 4px;
    padding-right: 45px;
    width: 100%; }
  .w3l-hero-headers-11 .side-search form button {
    outline: none;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--title-color);
    height: 35px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    padding-left: 15px;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 2.5px; }
  .w3l-hero-headers-11 .side-search form button span {
    font-size: 15px;
    color: var(--text-color); }
  .w3l-hero-headers-11 .quick-links ul {
    display: flex;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li {
    display: flex;
    margin-right: 50px;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li,
  .w3l-hero-headers-11 .quick-links ul li a {
    font-size: 15px;
    color: #fff; }
  .w3l-hero-headers-11 .quick-links ul li span {
    font-size: 20px;
    color: #fe1616;
    margin-right: 5px; }
  .w3l-hero-headers-11 .right-grid {
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr auto; }
  .w3l-hero-headers-11 i.fa.fa-bars {
    font-size: 20px;
    color: #000000;
    background: #fff;
    text-align: center; }
  .w3l-hero-headers-11 h3.side-title {
    font-size: 19px;
    color: var(--title-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    display: inline-block; }
  .w3l-hero-headers-11 .gap-top {
    margin-top: 4rem; }
  .w3l-hero-headers-11 .quick-contact ul li {
    display: flex;
    align-items: center;
    margin: 1rem 0; }
  .w3l-hero-headers-11 .quick-contact ul li,
  .w3l-hero-headers-11 .quick-contact ul li a {
    font-size: 18px;
    color: #666; }
  .w3l-hero-headers-11 .quick-contact ul li span {
    font-size: 24px;
    /*color: var(--theme-color);*/
	color: red;
    margin-right: 15px;
    width: 20px;
    text-align: center;
    opacity: 0.75; }
  .w3l-hero-headers-11 .quick-links-side ul li {
    margin: 10px 0; }
  .w3l-hero-headers-11 .quick-links-side ul li a {
    font-size: 16px;
    color: var(--title-color); }
  .w3l-hero-headers-11 .follow-us ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #eee;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 15px; }
  .w3l-hero-headers-11 .follow-us ul li a {
    display: block; }
  .w3l-hero-headers-11 .follow-us ul li a:hover {
    opacity: 0.8; }
  .w3l-hero-headers-11 .follow-us ul li a span {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: block;
    border-radius: 50%; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-facebook {
    background: #3b5998; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-twitter {
    background: #1da1f2; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-google-plus {
    background: #dd4b39; }
  .w3l-hero-headers-11 .follow-us ul li a span.fa-instagram {
    background: #c13584; }
  .w3l-hero-headers-11 .overlay-menuv {
    overflow-y: scroll; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar {
    width: 3px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-hero-headers-11 .overlay-menuv::-webkit-scrollbar-thumb {
    background: #999; }
  .w3l-hero-headers-11 .overlay-menuv-hny {
    position: relative; }
  .w3l-hero-headers-11 .menuopen {
    cursor: pointer; }
  .w3l-hero-headers-11 .side-menu-hny:hover {
    opacity: 0.9; }
  .w3l-hero-headers-11 .overlay-menuv-hny input[type="checkbox"] {
    display: none; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .w3l-hero-headers-11 .overlay-menuv {
    position: fixed;
    max-width: 350px;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    z-index: 999; }
  .w3l-hero-headers-11 .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .w3l-hero-headers-11 .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .w3l-hero-headers-11 #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem 1rem;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1); }
  .w3l-hero-headers-11 .overlay-menuv-hny span.fa-times {
    color: red;
    font-size: 15px; }
  .w3l-hero-headers-11 .slider-text-w3ls h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px; }
  .w3l-hero-headers-11 .slider-text-w3ls span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #fe1616;
    padding: 8px 10px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase; }
  .w3l-hero-headers-11 .slider-text-w3ls p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #e8e8e8;
    max-width: 600px;
    margin-bottom: 25px; }
  .w3l-hero-headers-11 a.action {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 a.action:hover {
    text-decoration: underline; }
  .w3l-hero-headers-11 .slider-num h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 .slider-num h4 span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #e8e8e8; }
  .w3l-hero-headers-11 .slider-num p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #ffffff; }
  @media (max-width: 1680px) {
    .w3l-hero-headers-11 .banner-w3ls-1, .w3l-hero-headers-11 .banner-w3ls-2, .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 570px; } }
  @media (max-width: 1080px) {
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 350px; }
    .w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 500px; } }
  @media (max-width: 991px) {.w3l-hero-headers-11 .menu-overlay-left {
    order: 2;
}.w3l-hero-headers-11 .grid-columns-top-3 .quick-links {
    display: none;
}
  }
  @media (max-width: 900px) {
    .w3l-hero-headers-11 .quick-links ul li {
      margin-right: 20px; } }
  @media (max-width: 736px) {
    .w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3 {
      min-height: 450px;
      padding: 30px 0; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 300px; } }
  @media (max-width: 668px) {
    .w3l-hero-headers-11 .main-header {
      display: none; } }
  @media (max-width: 600px) {
    .w3l-hero-headers-11 .search form input {
      width: 200px; } }
  @media (max-width: 500px) {
    .w3l-hero-headers-11 .accounts {
      order: 1; }
    .w3l-hero-headers-11 .search {
      order: 3;
      display: none; }
    .w3l-hero-headers-11 .menu-overlay-left {
      order: 2; }
    .w3l-hero-headers-11 .grid-columns-top-3 {
      grid-template-columns: auto 1fr;
      grid-gap: 10px; }
    .w3l-hero-headers-11 .search form input {
      width: 100%; }
    .w3l-hero-headers-11 .search form {
      display: none; } 
	  .w3l-hero-headers-11 .grid-columns-top-3 .quick-links { display: none;
	  }
	  }

@media (max-width: 992px) {
  .p-sticky-md {
   /* background-color: var(--white-color);*/
    z-index: 9;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

/* banner */
/* banner slider */
.radio {
  display: none; }

.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.image-slide {
  width: 20%;
  float: left; }

.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out; }

.fake-radio {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1; }

/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0; }

#slide2:checked ~ .images .images-inner {
  margin-left: -100%; }

#slide3:checked ~ .images .images-inner {
  margin-left: -200%; }

/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: var(--theme-color-two); }

.radio-btn {
  width: 42px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  display: inline-block !important;
  margin: 0px;
  cursor: pointer; }

/* Color of bullets - END */
/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1; }

.label {
  opacity: 0;
  position: absolute; }

/* Text of slides - END */
/* Calculate AUTOPLAY for BULLETS */
@-webkit-keyframes bullet {
  0%,
  33.32333333333334% {
    background: var(--theme-color-two); }
  33.333333333333336%,
  100% {
    background: white; } }
@keyframes bullet {
  0%,
  33.32333333333334% {
    background: #fe1616; }
  33.333333333333336%,
  100% {
    background: white; } }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  -webkit-animation: bullet 12300ms infinite -1000ms;
          animation: bullet 12300ms infinite -1000ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  -webkit-animation: bullet 12300ms infinite 3100ms;
          animation: bullet 12300ms infinite 3100ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  -webkit-animation: bullet 12300ms infinite 7200ms;
          animation: bullet 12300ms infinite 7200ms; }

/* Calculate AUTOPLAY for BULLETS - END */
/* Calculate AUTOPLAY for SLIDES */
@-webkit-keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }
@keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }

.st-slider > #play1:checked ~ .images .images-inner {
  -webkit-animation: slide 12300ms infinite;
          animation: slide 12300ms infinite; }

/* Calculate AUTOPLAY for SLIDES - END */
/* //banner slider */
/* background images for banner */
/*.banner-w3ls-1 {
  background-image: linear-gradient(to right, rgba(49, 86, 163, 0.5), rgba(49, 86, 163, 0.5)), url(../images/bg1.jpg);
  background-position: top center; }
*/
.banner-w3ls-1 {
  background-image: url(../images/bg6.jpg);
  background-position: top center; }

.banner-w3ls-2 {
  background-image: url(../images/bg2.jpg);
  background-position: top left; }

.banner-w3ls-3 {
  background-image: url(../images/bg3.jpg);
  background-position: top left; }

.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3 {
  /*background-attachment: fixed;*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 770px;
  padding: 40px 0;
  position: relative; }

/* //background images for banner */
.st-slider {
  position: relative; }

/* //banner */
/* call-to-action-17 */
.w3l-call-to-action-17_sur .call-action_17 h3 {
  font-size: 45px;
  line-height: 50px;
  color: var(--title-color);
  font-weight: normal; }

.w3l-call-to-action-17_sur .call-action_17 p {
  font-style: normal;
  /*font-weight: 300;*/
  font-size: 15.5px;
  line-height: 26px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 30px; }

.w3l-call-to-action-17_sur .call-action_17 p b { color:#000; font-weight: 600;
}
.w3l-call-to-action-17_sur .action-top_sur {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px; }

.w3l-call-to-action-17_sur .call-action_17-details a:hover {
  opacity: 0.8; }

.w3l-call-to-action-17_sur span.price {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #3B5266; }

.w3l-call-to-action-17_sur section.tab-content {
  display: none;
  padding: 24px 0 0; }

.w3l-call-to-action-17_sur input {
  display: none; }

.w3l-call-to-action-17_sur label.tabtle {
  display: inline-block;
  font-weight: bold;
  border: 1px solid transparent;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #8298AB;
  margin-right: 15px;
  font-weight: normal; }

.w3l-call-to-action-17_sur label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.w3l-call-to-action-17_sur label.tabtle:hover {
  color: #304659;
  cursor: pointer; }

.w3l-call-to-action-17_sur input:checked + label.tabtle {
  line-height: 25px;
  text-align: center;
  color: #fe1616; }

.w3l-call-to-action-17_sur #tab1:checked ~ #content1,
.w3l-call-to-action-17_sur #tab2:checked ~ #content2,
.w3l-call-to-action-17_sur #tab3:checked ~ #content3,
.w3l-call-to-action-17_sur #tab4:checked ~ #content4 {
  display: block; }

.w3l-call-to-action-17_sur a.diff-btn {
  min-width: 130px;
  cursor: pointer;
  line-height: 30px;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #00500f;
  padding: 8px 15px;
  border-radius: 4px;
  transition: 0.3s ease;
  border: 1px solid #00500f; }

.w3l-call-to-action-17_sur a.diff-btn:hover {
  background: #fe1616;
  color: #fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out; }

@media all and (max-width: 1080px) {
  .w3l-call-to-action-17_sur .action-top_sur {
    grid-gap: 30px; }
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 40px;
    line-height: 45px; } }

@media all and (max-width: 1024px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-column-gap: 20px; } }

@media screen and (max-width: 992px) {
  .w3l-call-to-action-17_sur .action-top_sur {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

@media screen and (max-width: 800px) {
  .w3l-call-to-action-17_sur label.tabtle:before {
    margin: 0;
    font-size: 18px; } }

@media screen and (max-width: 600px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-row-gap: 20px; } }

@media screen and (max-width: 440px) {
  .w3l-call-to-action-17_sur .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
  .w3l-call-to-action-17_sur section.tab-content {
    padding: 28px 0 0; } }

@media screen and (max-width: 387px) {
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 36px;
    line-height: 42px; } }

@media screen and (max-width: 320px) {
  .w3l-call-to-action-17_sur .call-action_17 h3 {
    font-size: 30px;
    line-height: 37px; } }

/* //call-to-action-17 */
/* /features-17*/
.w3l-features-17 {
  /* pop up */
  /*--/responsive-code--*/ }
  .w3l-features-17 .features-17_sur h2 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    margin-top: 20px; }
  .w3l-features-17 .features-17-right_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px; }
  .w3l-features-17 .features-17-right_sur span i {
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 3px #0000002b;
  }
  .w3l-features-17 .features-17-left_sur a {
    font-size: 20px;
    line-height: 25px;
    color: #cae0ff;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none; }
  .w3l-features-17 .features-17-left_sur a:hover {
    color: #ffffff; }
  .w3l-features-17 .section-title h4 {
    color: #ffffff; }
	
  .w3l-features-17 .features-17-right_sur h5 a {
    color: #ffffff;
    text-decoration: none; }
  .w3l-features-17 .features-17-right_sur h5 a:hover {
    opacity: 0.85; }
  .w3l-features-17 .features-17_sur img {
    vertical-align: middle;
    padding-left: 5px; }
  .w3l-features-17 .features-17_sur {
    background: #fe1616; }
  .w3l-features-17 .features-17_sur p {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
   /* font-weight: 300;*/
    color: #ececec;
    margin-top: 15px; }
  .w3l-features-17 .features-17-left_sur {
    padding-right: 5em; }
  .w3l-features-17 .features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-features-17 .features-17-right_sur {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-17 .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 100vh;
    height: 100vh; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar {
    width: 4px; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-features-17 .pop-overlay::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .w3l-features-17 .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .w3l-features-17 .popup {
    background: #fff;
    border-radius: 3px;
    max-width: 650px;
    position: relative;
    margin: 5rem auto 0;
    padding: 2rem 0em 0rem; }
  .w3l-features-17 .popup iframe {
    width: 100%;
    height: 400px; }
  .w3l-features-17 .popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 0.6;
    margin-top: 0; }
  .w3l-features-17 .popup .close:hover {
    opacity: 1; }
  @media (max-width: 1366px) {
    .w3l-features-17 .features-17-left_sur {
      padding-right: 1em; } }
  @media (max-width: 992px) {
    .w3l-features-17 .features-17-top_sur {
      display: grid;
      grid-template-columns: 1fr; }
    .w3l-features-17 .features-17-left_sur {
      padding-right: 0em;
      margin-bottom: 4em; } }
  @media (max-width: 480px) {
    .w3l-features-17 .features-17_sur h2 {
      font-size: 48px;
      line-height: 53px; }
    .w3l-features-17 .features-17-left_sur {
      margin-bottom: 3em; } }
  @media (max-width: 440px) {
    .w3l-features-17 .features-17-right_sur {
      grid-template-columns: 1fr; }
    .w3l-features-17 .features-17_sur h2 {
      font-size: 40px;
      line-height: 46px; } }
  @media (max-width: 320px) {
    .w3l-features-17 .features-17_sur h2 {
      font-size: 32px;
      line-height: 38px; }
    .w3l-features-17 .features-17-right_sur h5 {
      font-size: 23px;
      line-height: 28px; } }

/*--//responsive-code--*/
/* //features-17*/
.w3l-features-4 {
  /*-- features4 --*/ }
  .w3l-features-4 .features4-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
	.w3l-features-4 .features6-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-4 .features4-grid {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 1rem;
    border-top: 2px solid #fe1616; }
  .w3l-features-4 .feature-icon {
    background: rgba(0, 70, 3, 0.1);
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 80px; }
  .w3l-features-4 .feature-icon span {
    /*color: var(--theme-color-two);*/
	color: #004603;
    font-size: 40px;
    line-height: 85px; }
  .w3l-features-4 .features4-grid h5  {
    font-size: 20px;
    line-height: 25px;
    /*color: var(--title-color);*/
	color: #fe1616;
    margin-top: 25px;
    display: block;
	margin-bottom:25px; }
  .w3l-features-4 .features4-grid h5 a:hover {
    color: var(--theme-color); }
  .w3l-features-4 .features4-grid:hover a.gomore {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  .w3l-features-4 .features4-grid:hover h5 a:hover {
   /* color: var(--theme-color);*/ color: #fe1616; }
  .w3l-features-4 .features4-grid p {
    font-style: normal;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 30px; }
  .w3l-features-4 a.gomore {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-features-4 a.gomore:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-row-gap: 60px; }
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; } }

.w3l-teams-27 {
  /* //Reset Code */
  /* teams 28 */
  /* //teams 28 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-27 .d-grid {
    display: grid; }
  .w3l-teams-27 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-27 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-27 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-27 .align-items-center {
    align-items: center; }
  .w3l-teams-27 a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
	.w3l-teams-27 .section-title h4 {
    color: #ffffff; }
  .w3l-teams-27 .column-19 img {
    display: block; }
  .w3l-teams-27 .column-19 img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-teams-27 a.action img {
    margin-left: 4px; }
  .w3l-teams-27 .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-teams-27 p.text-tag {
    color: #8288AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-teams-27 p.sub-paragraph {
    font-style: normal;
    /*font-weight: 300;*/
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-teams-27 .teams27 {
    background: #0d5b1f; }
  .w3l-teams-27 h6 a.title-team-28 {
    color:#fe1616 /*var(--title-color)*/;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-teams-27 h6 a.title-team-28:hover {
    color: var(--theme-color); }
  .w3l-teams-27 p.sm-text-28 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-top: 5px; }
  .w3l-teams-27 .midd-para-team {
    margin: 10px 0 30px; }
  .w3l-teams-27 .team-main-19 {
    grid-template-columns: .5fr 1fr;
    display: grid;
    align-items: center;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff; }
  .w3l-teams-27 .right-team-9 {
    align-items: center; }
  .w3l-teams-27 .teams-info {
    padding: 10px 20px; }
  .w3l-teams-27 .buttons-teams a {
    margin-right: 5px; }
  .w3l-teams-27 .buttons-teams a:last-child {
    margin-right: 0px; }
  .w3l-teams-27 .sec-tit28 {
    margin-top: 30px; }
  .w3l-teams-27 .main-contteam-28 {
    grid-gap: 40px; }
  .w3l-teams-27 .buttons-teams a span {
    color: #3b5998;
    font-size: 18px; }
  .w3l-teams-27 .buttons-teams a span.fa-facebook {
    color: #3b5998; }
  .w3l-teams-27 .buttons-teams a span.fa-instagram {
    color: #c13584; }
  .w3l-teams-27 .buttons-teams a span.fa-twitter {
    color: #1da1f2; }
	.w3l-teams-27 a.gomore {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #00500f;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid #00500f; }
  .w3l-teams-27 a.gomore:hover {
    background: #fe1616;
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  @media (max-width: 1280px) {
    .w3l-teams-27 .sec-tit28 {
      margin-top: 40px; } }
  @media (max-width: 1199px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .75fr 1fr; } }
  @media (max-width: 1080px) {
    .w3l-teams-27 .midd-para-team {
      margin: 10px 0 20px; }
    .w3l-teams-27 .main-contteam-28 {
      grid-gap: 20px; } }
  @media (max-width: 1024px) {
    .w3l-teams-27 .team-links {
      display: grid;
      justify-content: center;
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .w3l-teams-27 .main-contteam-28 {
      grid-gap: 20px; }
    .w3l-teams-27 p.sub-paragraph.midd-para-team {
      font-size: 16px; } }
  @media (max-width: 900px) {
    .w3l-teams-27 .main-contteam-28 {
      grid-gap: 40px; }
    .w3l-teams-27 .grid-col-2 {
      grid-template-columns: 1fr; }
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .5fr 1fr; }
    .w3l-teams-27 .title-teams27 h4 {
      margin-bottom: 10px; } }
  @media (max-width: 736px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .5fr 1fr; }
    .w3l-teams-27 .main-contteam-28 {
      grid-template-columns: 1fr; } }
  @media (max-width: 500px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .75fr 1fr; } }
  @media (max-width: 480px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .8fr 1fr; }
    .w3l-teams-27 p.sub-paragraph.midd-para-team {
      font-size: 14px;
      line-height: 24px; }
    .w3l-teams-27 p.sm-text-28 {
      font-size: 14px; }
    .w3l-teams-27 a.link {
      font-size: 16px;
      line-height: 25;
      color: #304659; }
    .w3l-teams-27 .team-links {
      display: grid;
      justify-content: center;
      margin-top: 20px; }
    .w3l-teams-27 h6 a.title-team-28 {
      font-size: 18px;
      line-height: 20px; }
    .w3l-teams-27 .teams-info {
      padding: 10px 12px; }
    .w3l-teams-27 p.sm-text-28 {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 400px) {
    .w3l-teams-27 p.sub-paragraph.midd-para-team {
      font-size: 14px;
      line-height: 22px;
      height: 70px;
      overflow: hidden; } }
  @media (max-width: 384px) {
    .w3l-teams-27 .team-main-19 {
      grid-template-columns: .95fr 1fr; } }

.w3l-customers-4 {
  /*-- customers4 block --*/ }
  .w3l-customers-4 #mixedSlider {
    position: relative; }
  .w3l-customers-4 #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%; }
  .w3l-customers-4 #mixedSlider .MS-content .item {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 50px;
    text-align: center; }
  .w3l-customers-4 #mixedSlider .MS-content .item:nth-child(odd) {
    border-right: 1px solid rgba(130, 152, 171, 0.35); }
  .w3l-customers-4 #mixedSlider .MS-content .item .imgTitle {
    position: relative; }
  .w3l-customers-4 .imgTitle img {
    border-radius: 50%;
    width: 30%;
    margin: 0 auto; }
  .w3l-customers-4 #mixedSlider .MS-content .item p {
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 40px;
    font-style: normal;
    /*font-weight: 300;*/
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-customers-4 #mixedSlider .MS-content .item h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color); }
  .w3l-customers-4 #mixedSlider .MS-content .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--theme-color-two);
    margin-top: 5px;
    display: inline-block; }
  .w3l-customers-4 #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 32px;
    top: 48%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
    cursor: pointer; }
  .w3l-customers-4 #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8); }
  .w3l-customers-4 #basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle; }
  .w3l-customers-4 #basicSlider .MS-controls button {
    position: absolute; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
    left: 0px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
    right: 0px; }
  .w3l-customers-4 #basicSlider {
    position: relative; }
  .w3l-customers-4 #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px; }
  .w3l-customers-4 #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle; }
  @media (max-width: 800px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      width: 100%; }
    .w3l-customers-4 #mixedSlider .MS-content .item:nth-child(odd) {
      border: none; } }
  @media (max-width: 767px) {
    .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
      left: -10px; }
    .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
      right: -10px; } }
  @media (max-width: 600px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 30px; } }
  @media (max-width: 500px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 15px; }
    .w3l-customers-4 #mixedSlider .MS-content .item p {
      margin-top: 15px;
      margin-bottom: 30px; } }

/*-- grids block 5 --*/
.w3l-grids-block-5 {
  /*--/*-- responsive design --*/
  /*-- grids block 5 --*/ }
  .w3l-grids-block-5 #grids5-block {
    background: #f7f7f7; }
  .w3l-grids-block-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px; }
  .w3l-grids-block-5 ul.info {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .w3l-grids-block-5 ul.info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    color: #828282;
    font-weight: normal; }
  .w3l-grids-block-5 ul.info li span {
    font-size: 14px;
    margin-right: 5px;
    color: var(--theme-color);
    vertical-align: initial; }
  .w3l-grids-block-5 .grids5-info h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color);
    margin-top: 25px;
    display: block; }
  .w3l-grids-block-5 .grids5-info h4 a:hover {
    color: var(--theme-color); }
  .w3l-grids-block-5 .grids5-info p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color-two);
    margin-top: 10px; }
  .w3l-grids-block-5 .grids5-info img {
    width: 100%;
    display: block; }
  .w3l-grids-block-5 .grids5-info img:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: 0.3s ease; }
  .w3l-grids-block-5 a.gomore {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-grids-block-5 a.gomore:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; } }
  @media all and (max-width: 568px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-grids-block-5 .grids5-info h4 a {
      margin-top: 13px; }
    .w3l-grids-block-5 .grids5-info p {
      margin-top: 12px; } }
  @media all and (max-width: 414px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 23px; } }
  @media all and (max-width: 384px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 22px; } }

/*--//*-- responsive design --*/
/*--/form-25--*/
.w3l-form-25 {
  /*-- //forms-25 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }
  .w3l-form-25 .forms-25-info h5 {
    font-size: 13px;
    line-height: 20px;
    color: var(--theme-color-two);
    text-transform: uppercase;
    margin-bottom: 20px; }
  .w3l-form-25 .forms-25-info h3 {
    font-size: 45px;
    line-height: 50px;
    color: var(--title-color);
    margin-bottom: 25px;
    font-weight: normal; }
  .w3l-form-25 .form-inner-cont p {
    margin: 10px 0 0;
    padding: 0 3em;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-form-25 .forms-gds {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 10px;
    margin-top: 30px; }
  .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"] {
    background: #ffffff;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 14px;
    color: var(--title-color);
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    border: none;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-color);
    border-radius: 4px; }
  .w3l-form-25 button.btn {
    min-width: 130px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #000000;
    background: #f5f5f5;
    height: 45px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-color); }
  .w3l-form-25 button.btn:hover {
    background: var(--theme-color);
    color: #fff; }
  .w3l-form-25 .form-inner-cont {
    text-align: center;
    margin: 0 auto;
    width: 60%; }
  .w3l-form-25 p.action-link {
    padding: 0;
    color: #a0a0a0; }
  @media all and (max-width: 1440px) {
    .w3l-form-25 .form-inner-cont {
      width: 65%; } }
  @media all and (max-width: 1366px) {
    .w3l-form-25 .form-inner-cont {
      width: 73%; } }
  @media all and (max-width: 1280px) {
    .w3l-form-25 .form-inner-cont {
      width: 75%; } }
  @media all and (max-width: 1080px) {
    .w3l-form-25 .form-inner-cont {
      width: 90%; } }
  @media all and (max-width: 992px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 43px; } }
  @media all and (max-width: 800px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 769px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 38px;
      line-height: 45px; } }
  @media all and (max-width: 737px) {
    .w3l-form-25 .form-inner-cont {
      width: 95%; } }
  @media all and (max-width: 690px) {
    .w3l-form-25 .form-inner-cont {
      width: 100%; } }
  @media all and (max-width: 668px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 36px;
      line-height: 45px; } }
  @media all and (max-width: 650px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 34px;
      line-height: 45px; }
    .w3l-form-25 .form-inner-cont p {
      padding: 0 0em; }
    .w3l-form-25 .forms-25-info h5 {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .w3l-form-25 .forms-gds {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      margin-top: 25px; }
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 40px; }
    .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"] {
      margin-bottom: 10px; }
    .w3l-form-25 button.btn {
      margin-top: 10px; }
    .w3l-form-25 p.action-link {
      margin-bottom: 10px; } }
  @media all and (max-width: 420px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px; } }

.w3l-footer-28-main {
  /* //Reset Code */
  /* footer-28 */
  /* //footer-28 */
  /* responsive */
  /* //responsive */ }
  .w3l-footer-28-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-28-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-footer-28-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-footer-28-main .align-items-center {
    align-items: center; }
  .w3l-footer-28-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-footer-28-main a.action img {
    margin-left: 4px; }
  .w3l-footer-28-main .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-footer-28-main .align-center {
    text-align: center; }
  .w3l-footer-28-main p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-footer-28-main p.sub-paragraph {
    color: #3B5266;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-footer-28-main .footer-28 {
    background: #0d5b1f; }
  .w3l-footer-28-main .footer-top-28 {
    grid-gap: 40px; }
  .w3l-footer-28-main h6.footer-title-28 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px; }
	.w3l-footer-28-main .footer-list-28 i {color:#dd4b39;}
  .w3l-footer-28-main .footer-list-28 ul li,
  .w3l-footer-28-main .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
    list-style: none;
    margin-bottom: 15px; }
  .w3l-footer-28-main .footer-list-28 ul li:last-child {
    margin-bottom: 0px; }
  .w3l-footer-28-main .footer-list-28 ul li a {
    font-weight: normal;
    font-size: 15px;
    color: #c1c1c1; }
  .w3l-footer-28-main .footer-list-28 ul li a:hover {
    color: #f7f7f7; }
  .w3l-footer-28-main .main-social-footer-28 a {
    margin-right: 25px; }
  .w3l-footer-28-main .main-social-footer-28 a:last-child {
    margin-right: 0; }
  .w3l-footer-28-main .copy-footer-28 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #ccc; }
  .w3l-footer-28-main .copy-footer-28 a {
    color: #fff; }
  .w3l-footer-28-main ul.list-btm-28 {
    margin: 25px 0 15px; }
  .w3l-footer-28-main .list-btm-28 li {
    list-style-type: none;
    display: inline-block; }
  .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
    margin: 0 25px; }
  .w3l-footer-28-main .midd-footer-28 {
    margin-top: 6em; }
  .w3l-footer-28-main .main-social-footer-28 a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    color: #090909;
    transition: 0.3s ease;
    font-size: 20px; }
  .w3l-footer-28-main .main-social-footer-28 a span {
    display: block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px; }
  .w3l-footer-28-main .main-social-footer-28 a.facebook:hover {
    background: #dd4b39;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.twitter:hover {
    background: #dd4b39;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.instagram:hover {
    background: #dd4b39;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.google:hover {
    background: #dd4b39;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 a.pinterest:hover {
    background: #bd081c;
    color: #fff;
    transition: 0.3s ease; }
  .w3l-footer-28-main .main-social-footer-28 {
    margin-bottom: 2rem; }
  .w3l-footer-28-main #movetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--theme-color);
    width: 45px;
    height: 45px;
    background: #eee;
    padding: 0;
    line-height: 45px;
    transition: 0.5s ease-out; }
  .w3l-footer-28-main #movetop:hover {
    background: var(--theme-color);
    color: var(--white-color); }
  @media (max-width: 767px) {
    .w3l-footer-28-main .footer-top-28 {
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 667px) {
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 5em; } }
  @media (max-width: 480px) {
    .w3l-footer-28-main .midd-footer-28 {
      margin-top: 4em; }
    .w3l-footer-28-main ul.list-btm-28 li:nth-child(2) {
      margin: 0 18px; } }

.w3l-call-to-action-19 {
  /* //Reset Code */
  /* call to action 19 */
  /* //call to action 19 */
  /* responsive */ }
  .w3l-call-to-action-19 .d-grid {
    display: grid; }
  .w3l-call-to-action-19 .grid-col-2 {
    grid-template-columns: 2fr 1fr; }
  .w3l-call-to-action-19 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-call-to-action-19 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-call-to-action-19 .align-center {
    text-align: center; }
  .w3l-call-to-action-19 .column1-action-19 {
    max-width: 470px; }
  .w3l-call-to-action-19 .column2-action-19 img {
    /*width: 100%;*/ }
  .w3l-call-to-action-19 .grid-action-19 {
    grid-gap: 70px;
    align-items: center; }
  .w3l-call-to-action-19 .call-head-action-19 a {
    color: var(--title-color);
    line-height: 60px;
    font-size: 50px; }
  .w3l-call-to-action-19 .call-para-action-19 {
    font-style: normal;
    /*font-weight: 300;*/
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 20px; }
  .w3l-call-to-action-19 h4 { margin-bottom: 15px; color: #fe1616; }	
  .w3l-call-to-action-19 li { 
  	font-size: 15.5px;
	line-height: 26px;
	font-style: normal;
	color: var(--text-color);
	text-align: justify; }
  .w3l-call-to-action-19 i {color:#fe1616; padding-right: 4px;}
  .w3l-call-to-action-19 .main-action-19 {
    margin-top: 40px; }
   .w3l-call-to-action-19 .call-head-action-19 { color: var(--title-color);
line-height: 60px;
font-size: 45px;
margin-bottom: 22px;}	
  .w3l-call-to-action-19 .main-action-19 a:hover {
    /*background: var(--theme-color);*/
	background: #fe1616;
	border: 1px solid #fe1616;
    color: #fff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out; }
  .w3l-call-to-action-19 .action-btn-19 {
    margin-right: 25px; }
  @media (max-width: 1200px) {
    .w3l-call-to-action-19 .grid-action-19 {
      grid-gap: 50px; } }
  @media (max-width: 1080px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      line-height: 52px;
      font-size: 48px; }
    .w3l-call-to-action-19 .column1-action-19 {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      font-size: 42px;
      line-height: 43px; }
    .w3l-call-to-action-19 .grid-action-19 {
      grid-gap: 20px; } }
  @media (max-width: 667px) {
    .w3l-call-to-action-19 .grid-action-19 {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .w3l-call-to-action-19 .call-head-action-19 a {
      font-size: 40px; } }

/*-- features15 block --*/
.w3l-features-15 #features15-block {
  background: #6042c2; }

.w3l-features-15 .d-grid {
  display: grid; }

.w3l-features-15 .features15-col-3 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px; }

.w3l-features-15 .features15-col-text {
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px; }

.w3l-features-15 .features15-info {
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%; }

.w3l-features-15 .features15-info span {
  font-size: 25px;
  line-height: 60px;
  color: var(--theme-color-two); }

.w3l-features-15 .features15-para h4 a {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff; }

.w3l-features-15 .features15-para p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 26px;
  color: #ececec; }

.w3l-features-15 .features15-para h4 a:hover {
  opacity: 0.85; }

@media all and (max-width: 600px) {
  .w3l-features-15 .features15-col-3 {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }

@media all and (max-width: 414px) {
  .w3l-features-15 .features15-col-3 {
    grid-row-gap: 30px; }
  .w3l-features-15 .features15-col-text {
    grid-column-gap: 13px; } }

/*-- features15 block --*/
.w3l-specifications-6 {
  /*--/grids--*/
  /*--//grids--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-specifications-6 .specification-inn {
    width: 77%; }
  .w3l-specifications-6 .specification-layout h2 {
    font-size: 70px;
    line-height: 75px;
    color: var(--title-color);
    margin-bottom: 30px; }
  .w3l-specifications-6 .specification-layout h3 {
    color: var(--theme-color-two);
    font-size: 45px;
    line-height: 50px; }
  .w3l-specifications-6 .specification-layout h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color-two);
    font-weight: normal;
    margin-bottom: 18px; }
  .w3l-specifications-6 .specification-layout h6 {
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color);
    font-weight: normal;
    margin-bottom: 12px; }
  .w3l-specifications-6 .specify-gd:hover img {
    opacity: 0.8; }
  .w3l-specifications-6 .specification-layout p {
    margin-bottom: 30px;
    padding-right: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-top: 15px; }
  .w3l-specifications-6 .specify-gd p {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    margin-bottom: 0; }
  .w3l-specifications-6 .grid {
    display: grid; }
  .w3l-specifications-6 .grid-column-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-specifications-6 .column {
    border: none;
    padding: 10px;
    margin: 10px; }
  .w3l-specifications-6 .column:nth-child(1) {
    border: none;
    padding: 10px 0;
    margin: 10px 0; }
  @media (max-width: 1366px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 60px; }
    .w3l-specifications-6 .specification-inn {
      width: 100%; } }
  @media (max-width: 1080px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 54px;
      line-height: 60px; }
    .w3l-specifications-6 .specification-layout h6 {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 12px; } }
  @media (max-width: 992px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 52px;
      line-height: 60px; } }
  @media (max-width: 901px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 46px;
      line-height: 60px; } }
  @media (max-width: 768px) {
    .w3l-specifications-6 .grid-column-4 {
      grid-template-columns: 2fr 2fr; }
    .w3l-specifications-6 .specification-layout p {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 20px;
      padding-right: 0px; }
    .w3l-specifications-6 .specify-gd p {
      margin-bottom: 0;
      font-size: 14px; }
    .w3l-specifications-6 .column:nth-child(1), .w3l-specifications-6 .column:nth-child(3) {
      border: none;
      padding: 10px 0px;
      margin: 10px 0px; } }
  @media (max-width: 660px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 42px;
      line-height: 50px; } }
  @media (max-width: 480px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 45px;
      line-height: 40px;
      margin-bottom: 20px; }
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 38px;
      line-height: 40px;
      margin-bottom: 20px; }
    .w3l-specifications-6 .specify-gd p {
      font-size: 13px; } }
  @media (max-width: 384px) {
    .w3l-specifications-6 .specification-layout h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; } }

.w3l-feature-16 {
  /*--/feature-16--*/
  /*--//feature-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-feature-16 .feature-16-main h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 60px; }
  .w3l-feature-16 .feature-16-gd h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--title-color); }
  .w3l-feature-16 .feature-16-gd h4 a:hover {
    color: var(--theme-color); }
  .w3l-feature-16 .icon span {
    font-size: 45px;
    color: var(--theme-color-two); }
  .w3l-feature-16 .feature-16-main h6 {
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: var(--theme-color-two);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder; }
  .w3l-feature-16 .feature-16-main p {
    margin: 10px 0px 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 15.5px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-feature-16 .feature-16-gd-info ul li {
    margin: 10px 0 0px;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color); }
  .w3l-feature-16 .feature-16-gd-info ul li span {
    color: var(--theme-color);
    font-size: 12px;
    margin-right: 4px; }
  .w3l-feature-16 .grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 40px;
    margin-top: 20px; }
  .w3l-feature-16 .feature-16-gd {
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 10px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    padding: 2rem; }
  .w3l-feature-16 .feature-16-gd:hover {
    transition: 0.3s ease;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1290px) {
    .w3l-feature-16 .feature-16-inf {
      padding: 3em 3em; } }
  @media screen and (max-width: 1080px) {
    .w3l-feature-16 .feature-16-inf {
      padding: 3em 2em; }
    .w3l-feature-16 .feature-16-main p {
      margin: 20px 0 30px;
      padding-right: 0px; } }
  @media screen and (max-width: 801px) {
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px;
      margin-top: 20px; }
    .w3l-feature-16 .feature-16-main p {
      margin: 10px 0 30px;
      padding-right: 0px; } }
  @media screen and (max-width: 640px) {
    .w3l-feature-16 .feature-16-main h3 a {
      font-size: 20px; }
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 32px; } }
  @media screen and (max-width: 420px) {
    .w3l-feature-16 .feature-16-gd h4 a {
      font-size: 22px; }
    .w3l-feature-16 .feature-16-main h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 384px) {
    .w3l-feature-16 .feature-16-gd h4 a {
      font-size: 20px; } }
  @media screen and (max-width: 321px) {
    .w3l-feature-16 .feature-16-main h3 {
      font-size: 28px; } }

.w3l-text-22 {
  /* //Reset Code */
  /*--text--*/
  /*-- //text --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-text-22 .text {
    background: #f7f7f7; }
  .w3l-text-22 .text-txt h3 {
    color: var(--title-color);
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px; }
  .w3l-text-22 .text-txt p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 30px; }
  .w3l-text-22 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px; }
  .w3l-text-22 .right-column p:nth-child(2) {
    margin-top: 15px; }
  @media (max-width: 1080px) {
    .w3l-text-22 .two-columns {
      grid-gap: 20px;
      margin-top: 40px; } }
  @media (max-width: 640px) {
    .w3l-text-22 .two-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-text-22 .text-txt h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .w3l-text-22 .two-columns {
      margin-top: 30px; } }

.w3l-text-28-main {
  /* /text-styles-31*/
  /*--/faq--*/
  /*--//faq--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-28-main .text-28 {
    background: #fff; }
  .w3l-text-28-main .text-styles-top-28 h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 30px; }
  .w3l-text-28-main .faq-drawer input[type="checkbox"] {
    display: none; }
  .w3l-text-28-main .faq-drawer__title {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer; }
  .w3l-text-28-main .faq-drawer__title:hover {
    color: #747474; }
  .w3l-text-28-main .faq-drawer__title::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    right: 25px;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease-out;
    /* background-image: url(images/Border.png); */ }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-180deg); }
  .w3l-text-28-main .faq-drawer__content-wrapper {
    overflow: hidden;
    max-height: 0px;
    font-size: 15px;
    line-height: 23px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
    padding: 10px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .w3l-text-28-main .text-title {
    margin-bottom: 35px; }
  .w3l-text-28-main .faq-drawer {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 10px; }
  .w3l-text-28-main h6.title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: var(--text-color);
    padding-right: 50px; }
  .w3l-text-28-main p.text-text {
    padding-right: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    background: #fff;
    padding: 20px; }
  @media (max-width: 600px) {
    .w3l-text-28-main p.text-text {
      width: 90%; }
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .w3l-text-28-main h6.title {
      font-size: 15px;
      line-height: 25px; } }
  @media (max-width: 320px) {
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 28px;
      margin-bottom: 15px; } }

.w3l-contact-8 {
  /*--responsive--*/ }
  .w3l-contact-8 .contact-info h4 {
    font-size: 20px;
    color: var(--text-color);
    margin: 10px 0 5px 0; }
  .w3l-contact-8 .contact-info-left {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px; }
  .w3l-contact-8 .contact-info {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2rem; }
  .w3l-contact-8 .contact p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 24px; }
  .w3l-contact-8 .contact a {
    display: block;
    color: var(--text-color); }
  .w3l-contact-8 .contact {
    grid-template-columns: 1fr; }
  .w3l-contact-8 .contact a:hover {
    display: block;
    color: var(--title-color); }
  .w3l-contact-8 .contact span.fa {
    font-size: 40px;
    /*color: var(--theme-color);*/
	color: #fe1616;
    margin-bottom: 10px; }
  .w3l-contact-8 iframe {
    width: 100%;
    height: 450px; }
  @media (max-width: 1024px) {
    .w3l-contact-8 .contact-info-left {
      grid-gap: 40px; } }
  @media (max-width: 991px) {
    .w3l-contact-8 .contact-info-left {
      grid-template-columns: 1fr; } }
  @media (max-width: 900px) {
    .w3l-contact-8 .contact p {
      font-size: 17px; } }
  @media (max-width: 800px) {
    .w3l-contact-8 .contact a {
      font-size: 16px; }
    .w3l-contact-8 .contact {
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .w3l-contact-8 .map {
      float: none;
      width: 100%;
      text-align: left; }
    .w3l-contact-8 iframe {
      height: 280px; } }
  @media (max-width: 375px) {
    .w3l-contact-8 .contact p {
      font-size: 15px; } }

/*--//responsive--*/
.w3l-form-41 {
  /*--/form-41--*/
  /*--/form-41--*
    .form-inner-cont input::-webkit-input-placeholder,.form-inner-cont textarea::-webkit-input-placeholder {
        color: #ddd;
    }
    /*--/form-41--*/
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*-- //forms-41 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }
  .w3l-form-41 .form-41-mian {
    background: #f7f7f7; }
  .w3l-form-41 .align-form-map {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px; }
  .w3l-form-41 h3.cont-head {
    font-size: 35px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 35px; }
  .w3l-form-41 form.signin-form {
    text-align: left; }
  .w3l-form-41 .form-input {
    margin-bottom: 15px; }
  .w3l-form-41 .form-inner-cont label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--text-color);
    display: block; }
  .w3l-form-41 .form-inner-cont input,
  .w3l-form-41 .form-inner-cont textarea {
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 25px;
    color: #304659;
    height: 45px;
    text-align: left;
    -webkit-appearance: none;
    background: #ffffff;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #00500f;
    border-radius: 4px; }
  .w3l-form-41 .form-inner-cont textarea {
    height: 125px;
    resize: none;
    padding: 15px 15px; }
  .w3l-form-41 iframe {
    width: 100%;
    height: 100%; }
  .w3l-form-41 button.btn {
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase; }
  .w3l-form-41 label.container p {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: var(--text-color); }
  .w3l-form-41 label.container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-form-41 label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .w3l-form-41 .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #E1E9F0; }
  .w3l-form-41 label.container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .w3l-form-41 label.container input:checked ~ .checkmark {
    background-color: var(--theme-color); }
  .w3l-form-41 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .w3l-form-41 label.container input:checked ~ .checkmark:after {
    display: block; }
  .w3l-form-41 label.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  @media all and (max-width: 1280px) {
    .w3l-form-41 .form-41-mian {
      padding: 4em 0; } }
  @media all and (max-width: 1024px) {
    .w3l-form-41 .align-form-map {
      grid-gap: 60px; } }
  @media all and (max-width: 991px) {
    .w3l-form-41 .align-form-map {
      grid-gap: 60px;
      grid-template-columns: 1fr; }
    .w3l-form-41 iframe {
      height: 350px; } }
  @media all and (max-width: 590px) {
    .w3l-form-41 h3.cont-head {
      font-size: 30px;
      margin-bottom: 30px; }
    .w3l-form-41 iframe {
      height: 300px; } }

/*!
 *  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-starter.css.map */
label {
    display: inline-block;
    margin-bottom: 0px !important;
}