.color--xloop-green {
  color: #19ad89;
}

.color--light-green {
  color: #0db7a4;
}

.color--connect-green {
  color: #42ad86;
}

.color--text-blue {
  color: #34506e;
}

.color--connect-dark-green {
  color: #153e46;
}

.color--connect-dark-blue {
  color: #161f2a;
}

.color--metropolis-green {
  color: #105e64;
}

.color--metropolis-light-blue {
  color: #328eef;
}

.color--white {
  color: white;
}
/*
body {
  font-family: 'Saravek';
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saravek';
}
*/

.main-header {
  padding-top: 5px;
  padding-bottom: 5px;
  /*
    .dropdown-main-area{
        width: 100%;
        background-color: $xloop-green;
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: relative;
        top: -.6rem;
        @media (max-width: 767px){
            display: none !important;
        }
        z-index: 999;
    }

    .nav-item.dropdown> .dropdown-menu{
        @media (min-width: 768px){
            display: none !important;
        }
    }
    */
}

.main-header .main-logo {
  width: 4rem;
  height: auto;
}

@media (min-width: 768px) {
  .main-header ul.navbar-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-header ul.navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    padding-left: .7rem;
    padding-right: .7rem;
  }
  .main-header ul.navbar-nav .nav-link.active {
    color: #19ad89;
  }
  .main-header ul.navbar-nav .nav-link:hover {
    color: #19ad89;
  }
  .main-header ul.navbar-nav .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .main-header ul.navbar-nav .dropdown:hover > .dropdown-toggle::after {
    display: block;
    position: absolute;
    border-top: 1.7em solid #fff;
    border-right: .9em solid transparent;
    border-bottom: 0;
    border-left: .9em solid transparent;
    top: 95%;
    z-index: 9999999;
    left: auto;
    margin-left: 18px;
  }
  .main-header ul.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  .main-header ul.navbar-nav .nav-item-right {
    right: 0;
    position: absolute;
    top: 15px;
  }
}

@media (min-width: 768px) {
  .main-header .dropdown-menu {
    border: none;
    margin-top: -30px;
    background-color: transparent;
  }
  .main-header .dropdown-menu .dropdown-menu-inner {
    margin-top: 30px;
    width: 100%;
    background-color: #19ad89;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    top: -.6rem;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
  }
  .main-header .dropdown-menu .dropdown-menu-inner * {
    color: #fff;
  }
  .main-header .dropdown-menu .dropdown-menu-inner .dropdown-item {
    width: auto;
  }
  .main-header .dropdown-menu .dropdown-menu-inner .dropdown-item:hover {
    background-color: unset;
  }
}

@media (max-width: 767px) {
  .dropdown-item > img {
    display: none;
  }
  .section-image {
    height: 20vh;
  }
  .dropdown-toggle::after {
    margin-left: unset;
    vertical-align: unset;
    border: none;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), #777;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #777;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
    background: linear-gradient(#777, #777), linear-gradient(#777, #777);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 3px;
    color: #777;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    background-size: 50% 0px, 2px 50%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

@media (min-width: 768px) {
  .dropdown-menu {
    display: block;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: .7s ease;
    transition: .7s ease;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
  }
  .dropdown-item {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
  .dropdown-item .dropdown-logo {
    height: 9rem;
    width: auto;
  }
  .dropdown-item .dropdown-text {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
}

.main-navbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .main-navbar {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.signin-link {
  color: #19ad89 !important;
  font-weight: 700;
  font-size: 1.1rem;
}

@media (min-width: 576px) {
  .login-area .modal-dialog {
    max-width: 400px;
  }
  .login-area .modal-dialog .modal-content {
    padding: 1rem;
  }
}

.login-area .modal-header .close {
  margin-top: -1.5rem;
}

.login-area .form-title {
  margin: -2rem 0rem 2rem;
}

.login-area .btn-round {
  border-radius: 3rem;
}

.login-area .delimiter {
  padding: 1rem;
}

.login-area .social-buttons .btn {
  margin: 0 0.5rem 1rem;
}

.login-area .signup-section {
  padding: 0.3rem 0rem;
}

.slider-section > img {
  width: 100%;
  height: auto;
}

.mobile-slider-section {
  overflow: hidden;
}

.mobile-slider-section > img {
  width: auto;
  height: 60vh;
}

.section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 767px) {
  .section-image {
    height: 30vh;
    position: relative;
  }
}

.section-inner {
  width: 100%;
  height: auto;
  font-size: 3rem;
  padding: 7rem 20rem;
  text-align: center;
}

@media (max-width: 767px) {
  .section-inner {
    padding: 10px;
    font-size: 2rem;
  }
}

.mid-1 {
  background-color: #a4a4a4;
  color: #454545;
}

.mid-2 {
  background-color: #bebebe;
  color: #494949;
}

.section-image-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
  width: 100%;
  bottom: 0;
  font-size: 2rem;
  color: #fff;
  padding: 1.5rem 1rem;
}

.section-image-overlay span.strong {
  color: #19ad89;
}

.section-image-overlay.overlay-type-1 {
  text-align: right;
}

.section-image-overlay.overlay-type-2 {
  text-align: left;
}

@media (max-width: 767px) {
  .section-image-overlay {
    font-size: 1rem;
    padding: 1rem .8rem;
  }
}

.footer-area {
  background-color: #153e46;
}

.dropdown-item:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.dropdown-item:hover:before {
  width: 100%;
}

.dropdown-item {
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.dropdown-item:hover {
  border: 2px solid #fff;
}

.simple-section > .container-fluid > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .simple-section > .container-fluid > .row .image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .simple-section > .container-fluid > .row .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.custom-navbar-toggler {
  border: none;
}

.custom-navbar-toggler span {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 4px;
  background-color: #555;
  border-radius: 7px;
  margin-bottom: 4px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.custom-navbar-toggler span:last-of-type {
  margin-bottom: 0;
}

.custom-navbar-toggler:focus {
  outline: none !important;
}

.custom-navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  display: none;
}

.custom-navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.custom-navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Metropolis Connect */
nav.metropolis-connect-navbar #navbarNavDropdown .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav.metropolis-connect-navbar #navbarNavDropdown .navbar-nav .nav-item-right {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  nav.metropolis-connect-navbar .main-logo {
    width: 15vw;
  }
}

@media (max-width: 767px) {
  nav.metropolis-connect-navbar .custom-navbar-toggler {
    float: left;
    display: block;
    width: 10vw;
    padding: 0;
  }
  nav.metropolis-connect-navbar .custom-navbar-toggler > span {
    width: 100%;
    height: 4px;
  }
}

.metropolis-connect-logo {
  position: relative;
  height: 90%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.metropolis-connect-logo .metropolis-connect-logo-image {
  height: 80%;
  width: auto;
}

@media (min-width: 768px){
  .metropolis-connect-logo .metropolis-connect-logo-image{
    margin-top: 2%;
  }
}

@media (max-width: 767px) {
  .metropolis-connect-logo .metropolis-connect-logo-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .metropolis-connect-logo {
    margin: 0 auto !important;
    width: 60vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .metropolis-connect-logo > a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#navbarNavDropdownMetropolisConnect {
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}

#navbarNavDropdownMetropolisConnect .nav-item.nav-item-right {
  position: relative;
  right: unset;
}

.metropolis-connect-navbar {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.metropolis-connect-navbar .metropolis-connect-logo {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.connect-slider-section {
  width: 100%;
}

.connect-slider-section .slider-section-topbar {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #1d2b39;
  padding: 7px 20px;
  text-align: center;
  color: #fff;
}

.connect-slider-section .slider-section-topbar strong {
  color: #0db7a4;
}

.connect-slider-section .slider-section-topbar:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 0px 8px 4px #000000;
          box-shadow: 0px 0px 8px 4px #000000;
}

.connect-slider-section #sliderLayerslider {
  width: 100%;
  height: 40vh;
  background-color: #161f2a;
}

.connect-slider-section #sliderLayerslider .slider-layer {
  position: absolute;
}

.connect-slider-section #sliderLayerslider .layer-human {
  height: 40vh;
  width: auto;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

.connect-slider-section #sliderLayerslider .layer-lock-logo {
  height: 10vh;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 8.5vh;
}

.connect-slider-section #sliderLayerslider .layer-left,
.connect-slider-section #sliderLayerslider .layer-right {
  height: 34vh;
  width: auto;
  margin-top: 3vh;
}

.connect-slider-section #sliderLayerslider .layer-left {
  left: 10px;
}

.connect-slider-section #sliderLayerslider .layer-right {
  right: 10px;
}

.connect-inner-section {
  width: 100%;
  height: auto;
  padding: 2.5rem 30px;
}

.connect-link {
  color: #0db7a4;
  text-decoration: none;
}

.connect-link:hover {
  color: #42ad86;
  text-decoration: none;
}

.connect-full-link {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff !important;
  font-weight: 300 !important;
}

.connect-full-link:hover {
  color: #efefef;
}

.connect-full-link strong {
  font-weight: bold;
}

.connect-full-link.w-auto {
  width: auto;
  margin: 0 auto;
  display: block;
}

.circle, #connectSection2 #connectInnerLayerSlider .main-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#connectSection1 .connect-kurum, #metropolisSlider .connect-kurum {
  width: 100%;
  text-align: center;
  font-weight: lighter;
  color: #0db7a4;
  margin-bottom: 40px;
}

#connectSection1 .connect-section-1-logo, #metropolisSlider .connect-section-1-logo {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#connectSection1 .connect-section-1-text, #metropolisSlider .connect-section-1-text {
  margin-top: 10px;
  font-size: 2rem;
  color: #34506e;
  font-weight: bold;
  text-align: center;
  line-height: 2.2rem;
}

#connectSection1 .connect-section-1-text-2, #metropolisSlider .connect-section-1-text-2 {
  margin-top: 3rem;
  font-size: 1.7rem;
  color: #444;
  text-align: center;
}

#connectSection1 .connect-section-1-text-2 strong, #metropolisSlider .connect-section-1-text-2 strong {
  color: #34506e;
}

#connectSection1 .connect-section-1-text-3, #metropolisSlider .connect-section-1-text-3 {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #444;
  text-align: center;
}

#connectSection1 .connect-section-1-video, #metropolisSlider .connect-section-1-video {
  margin-top: 10px;
}

#connectSection2 .connect-section-2-title-img {
  width: 100%;
  height: auto;
}

#connectSection2 .connect-section-2-title-text {
  width: 100%;
  height: auto;
  text-align: center;
  color: #153e46;
  font-size: 3rem;
  font-weight: lighter;
}

#connectSection2 #connectInnerLayerSlider {
  height: 80vh;
}

#connectSection2 #connectInnerLayerSlider .main-circle {
  width: 200px;
  background-color: #153e46;
}

.connect-inner-section .connect-ul {
  text-align: left;
  float: left;
}

.connect-inner-section .connect-ul > li {
  font-weight: lighter;
}

.connect-inner-section .connect-ul > li:before {
  width: 3rem;
  height: 3rem;
  top: .8rem;
}

.connect-ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: block;
}

.connect-ul > li {
  padding-left: 1.3rem;
}

.connect-ul > li:before {
  content: '';
  display: inline-block;
  margin-left: -1rem;
  background-image: url("../images/green-check.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: relative;
}

#connectSection3 .connect-ul {
  text-align: center;
  margin: 0 auto;
}

#connectSection3 .connect-ul > li {
  font-weight: lighter;
  font-size: 2rem;
  color: #153e46;
}

#connectSection3 .connect-ul > li:before {
  width: 3rem;
  height: 3rem;
}

#connectSection3 #connectSection3FormLink {
  margin-top: 20px;
  padding: 15px 25px;
}

#connectSection4 .connect-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#connectSection4 .connect-ul li img {
  height: 7rem;
  width: auto;
}

#connectSection4 .connect-ul li {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

#connectSection4 .connect-ul li:before {
  width: 3rem;
  height: 3rem;
}

#connectSection4 .connect-ul li .connect-section-4-list-inner {
  display: inline-table;
}

#connectSection4 .connect-ul li .connect-section-4-list-inner .text {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #153e46;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #connectSection4 .connect-ul li {
    margin-top: 20px;
  }
  #connectSection4 .connect-ul li:first-of-type {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #connectSection4 .connect-ul {
    display: block;
  }
}

#connectSection5 .custom-text, #mainPageMapSection .custom-text {
  width: 100%;
  text-align: center;
  color: #153e46;
  font-size: 3rem;
  font-weight: lighter;
}


#connectSection5 .custom-text strong,  #mainPageMapSection .custom-text strong {
  color: #42ad86;
}


#connectSection5 .custom-text strong.b,  #mainPageMapSection .custom-text strong.b{
  color: #19635a !important;
}


.light-text, #connectSection6 .connect-section-6-left, #metropolisSection4 .connect-section-6-left, #connectSection6 .last-text, #metropolisSection4 .last-text {
  color: #153e46;
  font-weight: lighter;
}

@media (max-width: 767px) {
  .mt-20-to-md {
    margin-top: 20px;
  }
}

.connect-text-1 {
  font-size: 2.5rem !important;
  color: #153e46 !important;
}

#connectSection6 .connect-section-6-left, #metropolisSection4 .connect-section-6-left {
  width: 100%;
  font-size: 2rem;
}

#connectSection6 #connectSection6FormLink, #metropolisSection4 #connectSection6FormLink {
  width: auto !important;
  margin-top: 2rem;
}

#connectSection6 .connect-spesifications, #metropolisSection4 .connect-spesifications {
  width: 100%;
  height: auto;
}

#connectSection6 .connect-spesifications tr > td, #metropolisSection4 .connect-spesifications tr > td {
  padding: 10px 15px;
}


#metropolisSection4 .connect-spesifications #aso_connect_contact {
    background-color: #eee !important;
    color: #153E46 !important;
}

#connectSection6 .connect-spesifications tr > td:first-child, #metropolisSection4 .connect-spesifications tr > td:first-child {
  background-color: #328EEF;
  color: #fff;
  border-bottom: 1px dashed #fff;
  /* font-weight: lighter; */
  font-weight: bold;
  font-size: 1.2rem;
}

#connectSection6 .connect-spesifications tr > td:last-child, #metropolisSection4 .connect-spesifications tr > td:last-child {
  border-bottom: 1px dashed #555;
}

#connectSection6 .connect-spesifications .check, #metropolisSection4 .connect-spesifications .check {
  height: 2rem;
  width: auto;
  margin: 0 auto;
  display: block;
}

#connectSection6 .last-text, #metropolisSection4 .last-text {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 2.5rem;
}

.connect-link {
  color: #153e46;
}

.connect-link:hover {
  color: #161f2a;
}

.inline-list {
  list-style-type: none;
}

.inline-list > li {
  display: inline-block;
}

#connectSection7 {
  width: 100%;
  background-color: #161f2a;
}

#connectSection7 .connect-section-7-text {
  color: #fff;
  font-weight: lighter;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

#connectSection7 .connect-section-7-logo {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#connectSection7 .connect-section-7-text-2 {
  color: #fff;
  font-weight: lighter;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

#connectSection7 .connect-section-7-left-col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#bottomMenu {
    padding: 12px;
}

#bottomMenu .bottom-menu-xloop-logo {
  width: 100%;
  height: 60px;
}

#bottomMenu .inline-list li a {
  font-size: 1.5rem;
  font-weight: lighter;
}

#bottomMenu .inline-list li {
  padding-left: 1rem;
  padding-right: 1rem;
}

#xloopInfoSection {
  padding: 1rem 1.5rem;
  background-color: #161f2a;
  color: #fff;
  font-weight: lighter;
  font-size: 1.1rem;
  text-align: center;
}

#xloopInfoSection strong {
  color: #19ad89;
}

/* /Metropolis Connect */
/* Metropolis */
.fs--1rem {
  font-size: 1rem;
}

.fs--1p1rem {
  font-size: 1.1rem;
}

.fs--1p2rem {
  font-size: 1.2rem;
}

.fs--1p3rem {
  font-size: 1.3rem;
}

.fs--1p4rem {
  font-size: 1.4rem;
}

.fs--1p5rem {
  font-size: 1.5rem;
}

.fs--1p6rem {
  font-size: 1.6rem;
}

.fs--1p7rem {
  font-size: 1.7rem;
}

.fs--1p8rem {
  font-size: 1.8rem;
}

.fs--1p9rem {
  font-size: 1.9rem;
}

.fs--2rem {
  font-size: 2rem;
}

.fs--2p2rem {
  font-size: 2.2rem;
}

.fs--2p4rem {
  font-size: 2.4rem;
}

.fs--2p6rem {
  font-size: 2.6rem;
}

.fs--2p8rem {
  font-size: 2.8rem;
}

.fs--3rem {
  font-size: 3rem;
}

.fs--4rem {
  font-size: 4rem;
}

.fs--5rem {
  font-size: 5rem;
}

.t--center {
  text-align: center;
}

.t--left {
  text-align: left;
}

.t--right {
  text-align: right;
}

.t--justify {
  text-align: justify;
}

.t--italic {
  font-style: italic;
}

.fw--lighter {
  font-weight: lighter;
}

.fw--normal {
  font-weight: normal;
}

.fw--bold {
  font-weight: bold;
}

.w-8rem {
  width: 8rem;
  height: auto;
}

.m-0-auto {
  display: block;
  margin: 0 auto;
}

.m--0 {
  margin: 0;
}

#metropolisSlider {
  width: 100%;
  min-height: 40vh;
  background-color: #161f2a;
  color: #fff;
}

.list-title {
  font-size: 4rem;
}

#metropolisSection4 .connect-spesifications tr > td:not(:first-of-type) {
  border: 1px dashed #555;
  border-left: none;
}

#metropolisSection4 .connect-spesifications .title-tr {
  color: #153e46;
  border: 1px dashed #555;
}

#metropolisSection4 .connect-spesifications .title-tr td,
#metropolisSection4 .connect-spesifications .title-tr td span {
  color: #153e46;
  background-color: #fff;
  border: none !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#metropolisSection4 .connect-spesifications .title-tr td:first-of-type {
  background-color: #fff;
}

#metropolisSection4 .connect-spesifications .title-tr .title-tr-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#metropolisSection4 .connect-spesifications tr > td {
  padding: 10px 5px;
}

#metropolisSection4 .connect-spesifications tr > td i.fas.fa-minus {
  color: #0db7a4;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

#metropolisSection6,
#metropolisSection7 {
  background-color: #161f2a;
}

#metropolisSection7 {
  background-color: #161f2a;
}

#metropolisSection7 .metropolis-cancel-message {
  background-color: #45AB93;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  font-size: 1.4rem;
}

.badge-free {
  background-color: #19ad89 !important;
  color: #fff !important;
  padding: .4rem .5rem;
}

.badge-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
  padding: .4rem .5rem;
}

@media (max-width: 767px) {
  #bottomMenu .inline-list li {
    display: block;
  }
  #sliderLayerslider {
    height: 20vh !important;
  }
  .metropolis-connect-logo {
    height: auto;
  }
  .fs--3rem {
    font-size: 2.5rem;
  }
  .fs--4rem {
    font-size: 2.9rem;
  }
  .connect-inner-section {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  #bottomMenu .inline-list {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  #bottomMenu .inline-list .connect-link {
    font-size: 1.4rem;
  }
}

#connectInnerLayerSlider {
  height: auto !important;
}

/* /Metropolis */
/* Pricing */
#pricingSection {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#pricingSection .main-head {
  background: #0D1440;
  -webkit-box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-bottom: 0;
  margin-top: 5rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 16px;
}

#pricingSection .pricing-table {
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

#pricingSection .pricing-table:hover {
  -webkit-box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.15);
}

#pricingSection .pricing-table .pricing-label {
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

#pricingSection .pricing-table h2 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
}

#pricingSection .pricing-table h5 {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 400;
}

#pricingSection .pricing-table .pricing-features {
  margin-top: 2rem;
}

#pricingSection .pricing-table .pricing-features .feature {
  font-size: 14px;
  margin: .5rem 0;
  color: #B3B3B3;
}

#pricingSection .pricing-table .pricing-features .feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500;
}

#pricingSection .pricing-table .price-tag {
  margin-top: 2rem;
  text-align: center;
  font-weight: 500;
}

#pricingSection .pricing-table .price-tag .symbol {
  font-size: 24px;
}

#pricingSection .pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 64px;
}

#pricingSection .pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

#pricingSection .pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: .75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

#pricingSection .pricing-table .price-button:hover {
  text-decoration: none;
}

#pricingSection .purple .pricing-label {
  background: #cad2ff;
  color: #627afe;
}

#pricingSection .purple .price-tag {
  color: #627afe;
}

#pricingSection .purple .price-button {
  background: #627afe;
}

#pricingSection .purple .price-button:hover {
  background: #546dfe;
}

#pricingSection .turquoise .pricing-label {
  background: #b9edee;
  color: #44cdd2;
}

#pricingSection .turquoise .price-tag {
  color: #44cdd2;
}

#pricingSection .turquoise .price-button {
  background: #44cdd2;
}

#pricingSection .turquoise .price-button:hover {
  background: #2dbcc4;
}

#pricingSection .red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e;
}

#pricingSection .red .price-tag {
  color: #ff5e5e;
}

#pricingSection .red .price-button {
  background: #ff5e5e;
}

#pricingSection .red .price-button:hover {
  background: #f23c3c;
}

#pricingSection .connect-ul {
  font-size: 1.1rem;
  color: #153e46;
}

#pricingSection .connect-ul li {
  font-size: 1.1rem;
}

#pricingSection .connect-ul li:before {
  width: 2rem;
  height: 2rem;
}

#pricingSection .pricing-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #pricingSection .pricing-table {
    height: 100%;
    min-height: 680px;
  }
  #pricingSection .pricing-table .price-tag {
    margin-top: 0;
  }
  #pricingSection .pricing-table .to-bottom {
    position: absolute;
    width: 75%;
    bottom: 0;
  }
}

/* /Pricing */
/*# sourceMappingURL=custom.css.map */