
.download-btn-first {
  background: #f7f7f7;
}

.download-btn-first:hover {
  background: #234197;
  color: #fff !important;
}

.features-btn-first {
  font-weight: 700;
}

.features-btn-first:hover {
  background: #f7f7f7 !important;
  color: #234197 !important;
}

.grecaptcha-badge {

  bottom: 65px !important;
  z-index: 9;
}

a {
  color: #757677;
}

.timeline-year,
.timeline-year li {
  list-style: none;
  padding: 0;
  margin: 0
}

.timeline-year {
  position: relative
}

.timeline-year:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eee;
  left: 35px;
  margin-left: -1.5px
}

.timeline-year li {
  margin-bottom: 30px
}

.timeline-year .num {
  position: absolute;
  background: #e1e1e1;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 23px;
  font-weight: 700;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px
}

.timeline-year .post {
  padding-left: 90px;
  margin-bottom: 20px
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  overflow: hidden;
}

.timeline-wrapper {
  padding: 30px;
  border: solid 1px rgba(255, 255, 255, .2)
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px
}

.timeline.custom-tl:before {
  left: 130px
}

.timeline>li {
  margin-bottom: 20px;
  position: relative
}

.timeline.custom-tl>li {
  border-bottom: dashed 1px rgba(255, 255, 255, .1);
  padding-bottom: 20px
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.timeline>li>.timeline-panel {
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.timeline.custom-tl>li>.timeline-panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  color: #fff
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "
}

.timeline.custom-tl>li>.timeline-panel:after,
.timeline.custom-tl>li>.timeline-panel:before {
  display: none
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%
}

.timeline.custom-tl>li>.timeline-badge {
  background: #d03232
}

.timeline.custom-tl>li>.timeline-badge {
  left: 130px
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right
}

.timeline.custom-tl>li.timeline-inverted>.timeline-panel {
  float: none;
  left: 170px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline-badge.primary {
  background-color: #2e6da4!important
}

.timeline-badge.success {
  display: block;
  background-color: #3f903f!important
}

.timeline-badge.warning {
  background-color: #f0ad4e!important
}

.timeline-badge.danger {
  background-color: #d9534f!important
}

.timeline-badge.info {
  background-color: #5bc0de!important
}

.timeline-title {
  margin-top: 0;
  color: inherit
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0
}

.timeline-body>p+p {
  margin-top: 5px
}

.timeline-body>.location {
  display: block;
  text-transform: uppercase;
  color: #555
}

.timeline-body>.location a {
  margin-left: 10px;
  text-transform: none
}

.timeline-body>.location a:hover {
  color: #fff;
  text-decoration: none
}

.timeline-date {
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 700;
  color: #fff
}

.timeline-date>span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #555
}

ul.progress li.active {
  background-color: #d03232
}

ul.progress li {
  background-color: #555;
  text-transform: uppercase;
  font-size: 11px
}

ul.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #555
}

ul.progress li {
  float: left;
  line-height: 17px;
  height: 17px;
  min-width: 24%;
  position: relative
}

ul.progress li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 4px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #555
}

ul.progress li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1a1e20
}

ul.progress li.beforeactive:before {
  background-color: #d03232
}

ul.progress li.active:before {
  background-color: #555
}

ul.progress li.active:after {
  border-color: transparent transparent transparent #d03232
}

ul.progress li:last-child:after,
ul.progress li:last-child:before {
  border: 0
}

ul.progress li a {
  padding: 0 0 0 6px;
  color: #fff;
  text-decoration: none
}

.divider {
  clear: both;
  height: 20px
}

.divider-single {
  clear: both;
  height: 30px
}

.divider-double {
  clear: both;
  height: 60px
}

.divider-line {
  display: block;
  clear: both;
  border-bottom: solid 1px #ddd;
  padding-top: 60px;
  margin-bottom: 60px
}

footer .divider-line {
  padding-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.divider-deco {
  background: #e1e1e1;
  height: 1px;
  margin: 20px 0 20px 0
}

.divider-deco span {
  background: #333;
  height: 1px;
  width: 30px;
  height: 1px;
  display: block
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div {
  background: url("../images/curved-bgg.png") no-repeat;
  background-position: 0px -160px;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.curved-bg-bottom {
  background: url("../images/curved-bottom.png") no-repeat;
  background-position: 0px 20px;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.fh5co-features-outer {
  width: 100%;
  height: auto;
  margin-top: -180px;
  margin-bottom: 100px;
}
.fh5co-features-outer .col-sm-6 {
  margin-top: 80px;
}
.fh5co-features-outer .col-sm-6 img {
  height: 100%;
  width: 100%
}
.fh5co-features-outer .sm-6-content {
  margin-top: 50px;
  position: relative;
}
.fh5co-features-outer .sm-6-content h2 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fh5co-features-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8em;
  width: 450px;
}
.fh5co-features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 450px;
}
.fh5co-features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #fcec64;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 140px;
}
.fh5co-features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.fh5co-features-outer .col-sm-6 .circle {
  color: #c3cfe5;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.fh5co-features-outer .col-sm-6 .circle-first {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 0px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-middle {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 50px;
  font-weight: 600;
}
.fh5co-features-outer .col-sm-6 .circle-last {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 100px;
  font-weight: 600;
}

.google-play-btn {
  margin-left: 10px;
}

/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */

@media screen and (max-width: 993px) {
  .fh5co-features-outer {
    margin-top: -100px;
  }

  .fh5co-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  .fh5co-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .fh5co-features-outer .col-sm-6 .span-percent, .fh5co-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .fh5co-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .fh5co-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .fh5co-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .fh5co-features-grid-columns .in-order-4 {
    order: 1;
  }
  .fh5co-features-grid-columns .in-order-3 {
    order: 2;
  }
}

.col-form{
	position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-left: 15%;
	margin-top: 10px;
}

@media screen and (max-width: 520px) {
	.col-form{
		width: 100%;
		margin-left: 0;
	}
}

.theme_black {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.red{
  color: red !important;
}

.footer-widget p {
    margin-bottom: 27px;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color:#757677;
    line-height: 28px;
}

  .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #D03232; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }
  
  .section-heading .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #151414;
  border-right: 10px solid #151414;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#D03232; }

.dk-footer-box-info {
  position: absolute;
  background: #202020;
  padding: 40px;
  z-index: 2;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #D03232;
    background: #D03232;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #D03232; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }

@media screen and (max-width: 980px) {
	.dk-footer-box-info{
		position: relative;
		top: -53px;
	}
	
  .dk-footer .contact-us {
    padding-left: 0px; }
	
  .dk-footer .contact-us.contact-us-last {
    margin-left: 0px;
	align-items: justify;
	}
  
  .footer-left-widget {
	padding-left: 0px;
	align-items: justify;
	}
	
	.copyright-menu ul {
		text-align: center;
	}
	
	.copyright-menu li {
		padding-left: 5px;
	}
	
	.copyright {
		text-align: center;
	}
	
	.contact-block {
		margin-top: 50px;
	}
}

#map {
	width: 100%;
	height: 464px;
}

.gm-style-iw-d p {
	font-size: 12px;
	line-height: 16px;
	color: #757677;
}

.error {
 width:280px;
 display:none;
 color:#c03;
 font-size:12px;
 margin-bottom:10px
}

.success {
 display:none;
 padding:2px 10px 2px 10px;
 background:#e5ead4;
 color:#555;
 width:280px;
 font-size:12px
}

.font-size-medium {
	font-size: 20px;
}

.font-size-big {
	font-size: 30px;
}

	.cta-form input[type=text], .cta-form input[type=submit] {
    color: #fff;
    border: none;
    font-size: 20px;
    height: auto;
    padding: 15px;
    float: left;
    font-family: "Montserrat";
	}

	.cta-form input[type=text] {
		border-radius: 10px 0 0 10px;
		background: #21282b;
		width: 75%;
	}

	.cta-form input[type=submit] {
		border-radius: 0 10px 10px 0;
		background: #D03232;
		width: 25%;
		cursor: pointer;
	}
	
	.cta-form input[type=submit]:hover{
	background:#eee;
	color:#333;
	}
	
	.cta-form input[type=submit],
	.cta-form input[type=submit]:hover
	{
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	}
	
	.cta-form input[type=text] {
		width: 60%;
	}

	.cta-form input[type=submit] {
		border-radius: 0 10px 10px 0;
		background: #D03232;
		width: 40%;
	}	
	
	#section-tracking-result{
	display:none;
	}

        .table-bordered,
        .table-bordered > thead > tr > th, 
        .table-bordered > tbody > tr > th, 
        .table-bordered > tfoot > tr > th, 
        .table-bordered > thead > tr > td, 
        .table-bordered > tbody > tr > td, 
        .table-bordered > tfoot > tr > td {
            padding: 3px;
            font-size: 13px;
            /*border: solid 1px rgba(255,255,255,.1);*/
        }
	
	#section-tracking {
	background: #1a1e20;
	}
	
@font-face {
  font-family: 'qlwf';
  src:
    url('icons/qlwf.ttf?9jnas') format('truetype'),
    url('icons/qlwf.woff?9jnas') format('woff'),
    url('icons/qlwf.svg?9jnas#qlwf') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="qlwf-"], [class*=" qlwf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qlwf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qlwf-send:before {
  content: "\e928";
}
.qlwf-emoji:before {
  content: "\e925";
}
.qlwf-gif:before {
  content: "\e926";
}
.qlwf-upload:before {
  content: "\e927";
}
.qlwf-chat:before {
  content: "\e900";
}
.qlwf-chat1:before {
  content: "\e901";
}
.qlwf-chat2:before {
  content: "\e902";
}
.qlwf-comments:before {
  content: "\e903";
}
.qlwf-chat3:before {
  content: "\e904";
}
.qlwf-bubble1:before {
  content: "\e905";
}
.qlwf-chat-alt-fill:before {
  content: "\e906";
}
.qlwf-chat-alt-stroke:before {
  content: "\e907";
}
.qlwf-comment-alt2-fill:before {
  content: "\e908";
}
.qlwf-comment-alt2-stroke:before {
  content: "\e909";
}
.qlwf-comment-fill:before {
  content: "\e90a";
}
.qlwf-comment-stroke:before {
  content: "\e90b";
}
.qlwf-comment:before {
  content: "\e90c";
}
.qlwf-comment-alt1-stroke:before {
  content: "\e90d";
}
.qlwf-chat4:before {
  content: "\e90e";
}
.qlwf-comments1:before {
  content: "\e90f";
}
.qlwf-chat5:before {
  content: "\e910";
}
.qlwf-comment1:before {
  content: "\e911";
}
.qlwf-bubble:before {
  content: "\e96b";
}
.qlwf-bubbles:before {
  content: "\e96c";
}
.qlwf-bubbles2:before {
  content: "\e96d";
}
.qlwf-bubble2:before {
  content: "\e96e";
}
.qlwf-bubbles3:before {
  content: "\e96f";
}
.qlwf-bubbles4:before {
  content: "\e970";
}
.qlwf-whatsapp:before {
  content: "\ea93";
}
.qlwf-chat6:before {
  content: "\e912";
}
.qlwf-arrow_left:before {
  content: "\e929";
}
.qlwf-mode_comment:before {
  content: "\e913";
}
.qlwf-insert_comment:before {
  content: "\e914";
}
.qlwf-chat_bubble_outline:before {
  content: "\e915";
}
.qlwf-chat_bubble:before {
  content: "\e916";
}
.qlwf-bubble_chart:before {
  content: "\e917";
}
.qlwf-comment2:before {
  content: "\e918";
}
.qlwf-chat7:before {
  content: "\e919";
}
.qlwf-commenting-o:before {
  content: "\e91a";
}
.qlwf-commenting:before {
  content: "\e91b";
}
.qlwf-comments-o:before {
  content: "\e91c";
}
.qlwf-comment-o:before {
  content: "\e91d";
}
.qlwf-wechat:before {
  content: "\e91e";
}
.qlwf-comments2:before {
  content: "\e91f";
}
.qlwf-comment3:before {
  content: "\e920";
}
.qlwf-chat8:before {
  content: "\e921";
}
.qlwf-chat-bubble-dots:before {
  content: "\e922";
}
.qlwf-bubbles1:before {
  content: "\e923";
}
.qlwf-bubble3:before {
  content: "\e924";
}