
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}


/**
 *
 *  Theme CSS3 Reset
 *
 *  @package aero_modules
 *
 **/


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* start comment backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**
 *
 *	Responsive GRID System
 *	Info: 100% Responsive on any device or container dimensions
 *	Number of columns: 12
 *	Copyright 2015 Gleesik™
 *	Package Name: Gleesik™ Responsive Grid System
 *
 *	@package aero_modules
 *
**/
/* Row */
.row {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0px
}

/* Group */
.group {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

/* 12 Colums System */
.col-xm-1 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 6.86%;
}
.col-xm-1:first-child {
  margin-left: 0;
}

.col-xm-2 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 15.33%;
}
.col-xm-2:first-child {
  margin-left: 0;
}

.col-xm-3 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 23.8%;
}
.col-xm-3:first-child {
  margin-left: 0;
}

.col-xm-4 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 32.26%;
}
.col-xm-4:first-child {
  margin-left: 0;
}

.col-xm-5 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 40.73%;
}
.col-xm-5:first-child {
  margin-left: 0;
}

.col-xm-6 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 49.2%;
}
.col-xm-6:first-child {
  margin-left: 0;
}

.col-xm-7 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 57.66%;
}
.col-xm-7:first-child {
  margin-left: 0;
}

.col-xm-8 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 66.13%;
}
.col-xm-8:first-child {
  margin-left: 0;
}

.col-xm-9 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 74.6%;
}
.col-xm-9:first-child {
  margin-left: 0;
}

.col-xm-10 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 83.06%;
}
.col-xm-10:first-child {
  margin-left: 0;
}

.col-xm-11 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 91.53%;
}
.col-xm-11:first-child {
  margin-left: 0;
}

.col-xm-12 {
  display: block;
  position: relative;
  float: left;
  margin: 0.8% 0 0.8% 1.6%;
  width: 100%;
}
.col-xm-12:first-child {
  margin-left: 0;
}

/* 12 Columns Grid System | No Margin */
.col-1 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 8.33333%;
}

.col-2 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 16.66667%;
}

.col-3 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 25.0%;
}

.col-4 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 33.33333%;
}

.col-5 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 41.66667%;
}

.col-6 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 50.0%;
}

.col-7 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 58.33333%;
}

.col-8 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 66.66667%;
}

.col-9 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 75.0%;
}

.col-10 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 83.33333%;
}

.col-11 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 91.66667%;
}

.col-12 {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 100.0%;
}

.media {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  width: 100.0%;
}


@media screen and (max-width: 720px) {
  .group .col-xm-1, .group .col-xm-2, .group .col-xm-3, .group .col-xm-4, .group .col-xm-5, .group .col-xm-6, .group .col-xm-7, .group .col-xm-8, .group .col-xm-9, .group .col-xm-10, .group .col-xm-11, .group .col-xm-12 {
    width: 100%;
    margin: 1.6% 0;
  }
  .group .col-1, .group .col-2, .group .col-3, .group .col-4, .group .col-5, .group .col-6, .group .col-7, .group .col-8, .group .col-9, .group .col-10, .group .col-11, .group .col-12 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
    width: 100%;
    margin: 1.6% 0;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }
}
/**
 *
 *  Site Global Style
 *
 *  @package aero_layout
 *
 **/


.media a {
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 1px 14px;
background-color: black;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.3em;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.media a:hover {
  color: white;
  border: 1px solid rgba(255, 255, 255, 1.3);
  background-color: #FF2820;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 1.8em;
  color: white;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.70em;
}

h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  padding: 5px 10px;
}

hr {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 70%;
  margin: 1em auto;
}
hr.short {
  width: 50%;
}

code {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  border-radius: 3px;
}

img {
  display: block;
  position: relative;
  max-width: 100%;
}

div {
  display: block;
  position: relative;
}

body {
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  color: white;
}

.effect {
  font-size: 0.8em;
}
.effect .fa {
  font-size: 2em;
  padding: 3px;
  margin: 4px;
}

.page-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: #090a0e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.page-loader .load-icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
}
.page-loader .load-icon:before, .page-loader .load-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page-loader .load-icon:before {
  -webkit-animation: loader-in .85s linear 0s alternate infinite;
          animation: loader-in .85s linear 0s alternate infinite;
}
.page-loader .load-icon:after {
  -webkit-animation: loader-out .85s linear 0s alternate infinite;
          animation: loader-out .85s linear 0s alternate infinite;
}
.page-loader.load-complete {
  height: 0;
  opacity: 0;
}

@-webkit-keyframes loader-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loader-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loader-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loader-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.go-to-top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  z-index: 9999999;
  -webkit-transform: translate3d(0, calc(130% + 50px), 0);
          transform: translate3d(0, calc(130% + 50px), 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.go-to-top-button .fa {
  font-size: 1.5em;
}
.go-to-top-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.go-to-top-button.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.pop-up-alert {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999999999999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.92);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pop-up-alert .icon {
  width: 100%;
}
.pop-up-alert .fa {
  color: #c0392b;
}
.pop-up-alert small {
  margin-top: 25px;
  font-size: 0.7em;
}
.pop-up-alert strong {
  font-weight: bold;
}
.pop-up-alert .close-btn {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pop-up-alert .close-btn span:before,
.pop-up-alert .close-btn span:after {
  display: block;
  position: absolute;
  content: '';
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.pop-up-alert .close-btn span:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.pop-up-alert .close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.pop-up-alert.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

/* Custom Scrollbar */
* ::-webkit-scrollbar {
  width: 5px;
}

* ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.02);
}

* ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
}

* ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/**
 *
 *  Site Slide Navigation Menu
 *
 *  @package aero_layout
 *
 **/
section.slide-menu {
  display: block;
  position: fixed;
  width: 240px;
  height: 100vh;
  font-size: 0.90em;
  background: rgba(0, 0, 0, 0.92);
  z-index: 99999999;
  -webkit-transform: translate3d(-240px, 0, 0);
          transform: translate3d(-240px, 0, 0);
  -webkit-transition: -webkit-transform 300ms  ease-in-out;
  transition: -webkit-transform 300ms  ease-in-out;
  transition: transform 300ms  ease-in-out;
  transition: transform 300ms  ease-in-out, -webkit-transform 300ms  ease-in-out;
}
section.slide-menu.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
section.slide-menu * {
  display: block;
  position: relative;
}
section.slide-menu .menu-title {
  top: 0;
  width: 100%;
  height: 2.4em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 2.2em;
}
section.slide-menu .menu-title .separator {
  width: 60%;
  margin: 0 auto;
  height: 1px;
  background: white;
}
section.slide-menu ul {
  position: relative;
  width: 240px;
  height: calc(100vh - 6.2em);
  overflow-y: scroll;
}
section.slide-menu ul li {
  position: relative;
}
section.slide-menu ul li a {
  position: relative;
  padding: 30px 20px;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section.slide-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
section.slide-menu ul li a.new .fa {
  color: orange;
}
section.slide-menu ul li a .fa {
  font-size: 0.8em;
  line-height: 1em;
  margin-right: 4px;
  display: inline;
}

body:before {
  content: '';
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9999;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
body.active:before {
  opacity: 1;
  z-index: 9999;
}

/**
 *  Toggle Menu Button
 **/
.toggle-menu-btn {
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  z-index: 9999999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.toggle-menu-btn span,
.toggle-menu-btn span:before,
.toggle-menu-btn span:after {
  display: block;
  position: absolute;
  content: '';
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.toggle-menu-btn span:before {
  top: 12px;
}
.toggle-menu-btn span:after {
  top: -10px;
}
.toggle-menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.toggle-menu-btn.active {
  left: 260px;
  background: rgba(255, 255, 255, 0.05);
}
.toggle-menu-btn.active span {
  background: transparent;
}
.toggle-menu-btn.active span:before,
.toggle-menu-btn.active span:after {
  top: 0;
  background: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.toggle-menu-btn.active span:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}





.pagination {
  padding: 50px 0;
  margin-bottom: 50px;
}
.pagination .page-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-items a {
  display: block;
  position: relative;
  width: 80px;
  padding: 20px 10px;
  margin-right: 10px;
  text-align: center;
  font-style: 1.4em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.03);
}
.pagination .page-items a:last-child {
  margin-right: 0;
}
.pagination .page-items a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.pagination .page-items a.current {
  color: #43b1ff;
  background-color: rgba(255, 255, 255, 0.05);
}

.browsers-compatibility {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 0 100px 0;
}
.browsers-compatibility .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 45px;
}
.browsers-compatibility .row .icon-web {
  display: block;
  position: relative;
  float: left;
  margin: 5px;
  padding: 3%;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browsers-compatibility .row .icon-web .fa {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browsers-compatibility .row .icon-web span {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: auto;
  height: auto;
  padding: 4px 8px;
  border-radius: 3px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%) translateY(80%);
          transform: translateX(-50%) translateY(80%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browsers-compatibility .row .icon-web span:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
.browsers-compatibility .row .icon-web:hover {
  opacity: 1;
}
.browsers-compatibility .row .icon-web:hover span {
  line-height: 1.2em;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(120%);
          transform: translateX(-50%) translateY(120%);
}
.browsers-compatibility .row .icon-web:hover .fa {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}


/**
 *
 *  Site Responsive Style
 *
 *  @package aero_layout
 *
 **/

 
@media screen and (min-width: 1201px) {

  .effect {
    font-size: 1em;
  }
}
 
@media screen and (min-width: 721px) and (max-width: 1200px) {

  .effect {
    font-size: 0.8em;
  }
}
 
 
 
 
 
@media screen and (min-width: 481px) and (max-width: 720px) {
  header.site-header {
    height: 820px;
  }
  header.site-header .header-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row .col-xm-3 {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .row .col-xm-3:nth-child(2) {
    margin-right: 10px;
    clear: right;
  }
  .row .col-xm-3:nth-child(3) {
    margin-left: 10px;
    clear: left;
  }

  .effect {
    font-size: 1em;
  }


  .browsers-compatibility .row {
    display: block;
  }
  .browsers-compatibility .row .icon-web {
    width: calc(33.33% - 10px);
    margin-bottom: 45px;
    float: left;
  }
  .browsers-compatibility .row .icon-web:last-child {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 480px) {
  header.site-header .header-info {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .section-wrap-intro .intro-logo {
    width: 130px;
    height: 130px;
    padding: 20px;
  }

  .row .col-xm-3 {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  .effect {
    font-size: 1.2em;
  }

  .browsers-compatibility .section-header h2 {
    font-size: 1.5em;
  }
  .browsers-compatibility .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .browsers-compatibility .row .icon-web {
    width: calc(100% - 10px);
    padding-bottom: 20px;
  }
}
