/*
  Additional files including
*/
/* Mixin */
/*
Fonts import
*/
body,
html {
  margin: 0; }

button,
input,
optgroup,
select,
textarea,
fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: none; }

label {
  cursor: pointer;
  font-size: 17px;
  font-weight: normal; }

legend {
  text-align: left;
  font-size: 17px;
  font-weight: normal; }

iframe {
  border: none;
  margin: 0; }

.browserupgrade {
  position: fixed;
  margin: 0.2em 0;
  padding: 0.2em 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.9); }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
    a:hover svg {
      fill: #bfbfbf; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

video {
  width: 100%;
  height: auto; }

address {
  font-style: normal; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th, .table td {
    padding: 8px;
    border-color: #F9F9F9; }
  .table tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .table tr:nth-child(even) {
    background-color: #fff; }
    .table tr:nth-child(even):hover {
      background-color: #f9f9f9; }
  .table.custom_table th, .table.custom_table td {
    width: 33%; }

/*
Helper classes
*/
::-webkit-input-placeholder {
  font-size: 17px;
  color: #797979; }

:-moz-placeholder {
  font-size: 17px;
  color: #797979; }

::-moz-placeholder {
  font-size: 17px;
  color: #797979; }

:-ms-input-placeholder {
  font-size: 17px;
  color: #797979; }

/*
Main Styles
*/
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

svg {
  fill: #fff; }

html {
  font-size: 100%; }

body {
  position: relative;
  min-width: 1024px;
  margin: 0 auto;
  font: 16px/1.7 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  font-weight: 300;
  background-size: cover; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 300;
  margin: 0; }

.wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

.header {
  position: relative;
  height: 90vh;
  min-height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .header > * {
    position: relative;
    z-index: 50; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); }
  .header h1 {
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 400; }

.hero_promo_txt {
  max-width: 850px;
  line-height: 1.7;
  font-weight: 100;
  margin-bottom: 30px; }

.xx {
  font-weight: 200;
  color: red; }

.btn {
  display: inline-block; }

.install_btn {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 50px;
  background-color: #ff6b0d;
  animation: pulse 1.5s infinite; }

.main_content {
  position: relative;
  padding-top: 300px; }
  .main_content:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 450px;
    height: 750px;
    background: url("../img/left_bg_triangle.png") no-repeat left center;
    background-size: contain; }
  .main_content:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 450px;
    height: 750px;
    background: url("../img/right_bg_triangle.png") no-repeat right center;
    background-size: contain; }

.slide_wrap {
  position: relative;
  max-width: 1160px;
  margin: 40px auto 25px;
  background-color: transparent;
  /*border-radius: 12px 12px 0 0;*/
  /*overflow: hidden;*/
  box-shadow: -15px 15px 10px -10px rgba(0, 0, 0, 0.35); }

.slider_promo_heading {
  position: relative;
  height: 90px;
      border-radius: 12px 12px 0 0;
  background-color: #d4d4d4; }
  .slider_promo_heading .icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    border-radius: 50%;
    width: 20px;
    height: 20px; }
    .slider_promo_heading .icon.close {
      background: #f55353; }
    .slider_promo_heading .icon.minimize {
      left: 55px;
      background: #fedb41; }
    .slider_promo_heading .icon.maximize {
      left: 85px;
      background: #10bb67; }
  .slider_promo_heading .promo_heading_omnibox {
    position: absolute;
    top: 50%;
    left: 150px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: calc(100% - 260px);
    height: 35px;
    background: #fff; }
  .slider_promo_heading .promo_heading_burger {
    position: absolute;
    top: 50%;
    right: 25px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 28px;
    height: 4px;
    background: #737373; }
    .slider_promo_heading .promo_heading_burger:before, .slider_promo_heading .promo_heading_burger:after {
      content: '';
      position: absolute;
      left: 0;
      width: 28px;
      height: 4px;
      background: #737373; }
    .slider_promo_heading .promo_heading_burger:before {
      top: -11px; }
    .slider_promo_heading .promo_heading_burger:after {
      bottom: -11px; }

.container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 10; }

.left_col,
.right_col {
  position: relative;
  width: 49%;
  max-width: 620px;
  border: 1px solid #343a40;
  background: #fff;
  border-radius: .25rem .25rem 0 0; }

.right_col .install_btn {
  position: absolute;
  bottom: -110px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-radius: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.col_heading {
  width: 100%;
  padding: 10px;
  background: #343a40;
  color: #fff; }
  .col_heading span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .col_heading span .fa {
      font-size: 1.5em;
      margin-right: 10px; }

.girl_icon {
  max-width: 26px; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin: 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  background-color: rgba(0, 0, 0, 0.03); }
  .list-group-item h5 {
    font-size: 20px;
    margin-bottom: 15px; }
    .list-group-item h5 span {
      font-weight: 400;
      display: inline-block;
      margin: 0 6px 0 10px; }

.card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  margin: 1.25rem; }

.card-header {
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: .5rem .75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header .fa {
    margin-right: 15px; }
  .card-header p {
    font-weight: 400; }

.card-body {
  padding: .5rem .75rem; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.footer {
  padding: 20px;
  margin-top: 75px;
  color: #fff;
  background: #343a40;
  text-align: center; }
  .footer span .fa {
    color: red; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@media all and (max-width: 860px) {
  .container {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 50px; }
  .left_col,
  .right_col {
    width: 100%;
    margin-bottom: 20px; } 
  
  .header {
    padding: 20px 10px 0 10px;
  }

  .header h1 {
    font-size: 64px;
  }

  }
