.contactInfo ul {
    list-style:none;
    padding-left:0;
}

.contactInfo ul li a {
    color:#fff;
}


.pink {
  color: #e60f86; }

body {
  font-size: 1rem;
  color: #292b2c; }

a {
  color: #292b2c; }

a:hover, a:focus {
  text-decoration: none;
  color: #e60f86; }


header {
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.25); }

.navbar {
  width: 100%; }

.navbar-brand {
  width: 200px; }

.navbar-toggleable-md .navbar-collapse {
  display: block !important; }

li.nav-item {
  line-height: 57px;
  display: flex;
  margin: 0 5px; }

.navbar-nav {
  float: right; }

.navbar-toggleable-md .navbar-nav .nav-link.btn {
  line-height: 40px;
  font-size: .9rem;
  background: #e60f86;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  height: 40px;
  padding: 0 15px;
  border-radius: 50px;
  margin-top: 16px;
  box-shadow: none; }

li.nav-item:last-child a:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e60f86;
  line-height: 1;
  padding: 0; }

li.nav-item:last-child a:last-child {
  font-size: .9rem;
  line-height: 1;
  padding: 0;
  margin-top: 3px; }

li.nav-item:last-child {
  display: block;
  margin-left: 30px;
  margin-top: 15px; }

li.nav-item:last-child a {
  display: table;
  width: 100%; }

li.nav-item a {
  font-size: .9rem; }

.banner {
  background: url("../img/bg1.jpg");
  background-size: cover;
  color: #fff; }
  .banner h1 {
    line-height: 1.2; }
  .banner p:nth-child(2) {
    color: #292b2c;
    background: #fff;
    display: inline-block;
    padding: 10px; }
  .banner i {
    color: #e60f86;
    position: relative;
    top: 3px; }
.banner a h1 {
  color: #fff;
}
.fi {
  font-size: inherit;
}
.d-table {
  height: 75vh; }

.d-table-cell {
  height: 100%;
  vertical-align: middle; }

.btn {
  line-height: 45px;
  font-size: .9rem;
  background: #e60f86;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  height: 45px;
  padding: 0 25px;
  border-radius: 50px;
  margin-top: 15px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
  transition: .3s;
  cursor: pointer; }

.btn-w {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #fff;
  color: #fff; }

.btn:focus, .btn:hover {
  color: #fff;
  transition: .3s;
  box-shadow: inset 0 5px 45px -7px #000; }

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1400px; } }
.content .h1 {
  margin: 50px 0; }
.content .h3 {
  line-height: 1.4; }
.content .h4 {
  line-height: 1.4; }

.services {
  margin: 100px 0 50px;
  width: 100%;
  display: inline-flex;
  text-align: center; }
  .services > div {
    width: 26%; }
  .services .service-2 {
    margin: 0 11%;
    position: relative; }
    .services .service-2 .arrow-left {
      width: 80px;
      height: 100px;
      position: absolute;
      left: -30%;
      top: 30px;
      opacity: .1; }
    .services .service-2 .arrow-right {
      width: 80px;
      height: 100px;
      position: absolute;
      right: -30%;
      top: 30px;
      opacity: .1; }
  .services .nr {
    position: relative;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: inline-block; }
    .services .nr:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: -8px;
      background: #e60f86;
      border-radius: 50%;
      z-index: -1; }
  .services .content-2 {
    position: relative;
    z-index: 0; }
    .services .content-2 .img {
      margin: 0 auto 30px;
      position: relative;
      width: 80px; }

.clients {
  margin-top: 50px; }
  .clients .h2 {
    display: inline-block;
    border-left: 15px solid #e60f86;
    margin-bottom: 30px;
    padding-left: 10px; }
  .clients .clients-list .client {
    width: calc(100% / 6);
    float: left;
    padding: 0 30px;
    margin: 15px 0; }

.hr {
  width: 60%;
  display: inline-block;
  margin: 7% auto;
  opacity: .1;
  border-bottom: 4px double #292b2c; }

.offer {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative; }
  .offer .btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 350px;
    margin: 0 auto; }
  .offer .h2 {
    display: inline-block;
    border-left: 15px solid #e60f86;
    margin-bottom: 30px;
    padding-left: 10px; }
  .offer img {
    margin-top: -50px; }
  .offer ul {
    list-style: none;
    padding-left: 25px; }
    .offer ul li {
      line-height: 1.2;
      margin-bottom: 10px;
      display: flex; }
      .offer ul li i {
        float: left;
        color: #e60f86;
        margin-right: 5px; }

footer {
  background: #292b2c;
  padding: 50px 0;
  margin-top: 50px;
  color: #fff;
  letter-spacing: .5px;
  font-weight: 100; }
  footer .h2 {
    color: #fff;
    border-left: 15px solid #e60f86;
    margin-bottom: 50px;
    padding-left: 10px;
    width: 100%; }
  footer .img {
    width: 250px;
    margin-bottom: 30px;
    margin-top: -20px; }
    footer .img img {
      width: 100%; }
  footer p {
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 1.2; }
  footer i {
    width: 20px;
    text-align: center;
    color: #e60f86; }
  footer .col-lg-6 p {
    margin-bottom: 5px; }
    footer .col-lg-6 p:last-child {
      color: #e60f86;
      background: #fff;
      border-radius: 20px;
      display: inline-block;
      padding: 10px 15px 10px 10px;
      font-weight: bold; }

#contact-form {
  width: 100%;
  display: inline-block; }
  #contact-form input {
    height: 50px; }
  #contact-form .form-group {
    margin-bottom: 10px; }
  #contact-form .btn {
    margin-top: 0;
    border-radius: 4px;
    width: 160px; }

input, input:focus, input:hover,
textarea, textarea:focus, textarea:hover {
  outline: 0 !important;
  box-shadow: none;
  border: none !important; }

.copyright {
  background: #000;
  color: #484848;
  width: 100%;
  display: inline-block;
  padding: 10px; }
  .copyright a {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 30%;
    display: block;
    float: right;
    color: #484848; }
  .copyright p {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    display: block;
    float: left; }

.table th {
  font-size: .7rem;
  color: #292b2c;
  font-weight: lighter; }
  .table th span {
    font-size: 1rem;
    color: #292b2c;
    font-weight: bold; }
.table tbody tr:nth-child(odd) {
  background: #f7f7f7; }
.table tbody td {
  line-height: 51px;
  padding: 0 10px;
  text-align: center; }
.table.tabb {
  width: calc(100% - 300px);
  float: left; }

.price {
  width: 250px;
  float: right;
  margin-left: 50px; }
  .price tbody tr:nth-child(even) {
    background: #b50b6b; }
  .price tbody tr:nth-child(odd) {
    background: #e60f86; }
  .price .table {
    box-shadow: 0 10px 40px -20px #000; }
  .price th {
    font-size: 1rem;
    line-height: 51px;
    padding: 0 10px;
    color: #fff;
    border: none;
    letter-spacing: .5px; }
  .price td {
    line-height: 71px !important;
    padding: 0 10px;
    text-align: center;
    color: #fff !important;
    letter-spacing: .5px; }
  .price span {
    padding-left: 10px;
    color: #fff !important; }

.table td, .table th {
  padding: 5px 10px; }

table {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.tabb tbody tr td:hover {
  background: #e60f86;
  color: #fff;
  cursor: pointer; }

.pr-e {
  line-height: 1.2; }

#contact-form2 {
  width: 100%; }
  #contact-form2 .form-control {
    border: 1px solid #464a4c !important; }

.com {
  width: 100%; }

.pr-toa {
  background: #e60f86;
  border-radius: 50px;
  color: #fff;
  display: inline-table;
  padding: 20px 3% 30px; }
  .pr-toa .h3 b {
    font-weight: bolder;
    text-decoration: underline; }
  .pr-toa .h1 {
    margin: 20px 0; }
  .pr-toa .btn {
    background: #fff;
    font-weight: bolder;
    color: #e60f86;
    box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5); }
    .pr-toa .btn:hover {
      color: #e60f86; }
  .pr-toa a, .pr-toa a:hover {
    color: #fff; }

.simulator {
  margin: 50px 0 20px;
  border: 1px solid;
  padding: 30px 50px; }
  .simulator hr {
    margin-top: 0;
    border-top: 1px solid; }
  .simulator .off input, .simulator .off input:focus, .simulator .off input:hover, .simulator .off textarea, .simulator .off textarea:focus, .simulator .off textarea:hover {
    border: 1px solid !important;
    line-height: 42px;
    padding: 0 10px 0 20px;
    width: 100%;
    border-radius: 40px; }
  .simulator .off label {
    width: 100%;
    margin-bottom: 0; }
  .simulator .off .btn {
    margin-top: 0;
    margin-bottom: 25px; }
  .simulator select#judet,
  .simulator select#format-pliant,
  .simulator select#cd {
    line-height: 42px;
    height: 42px;
    border-radius: 21px !important;
    border: 1px solid;
    box-shadow: none;
    background: #fff;
    width: 100%;
    padding: 0 10px; }
  .simulator .judet {
    width: 100%; }
  .simulator input[type="number"] {
    border: 1px solid !important;
    line-height: 42px;
    padding: 0 10px 0 20px;
    width: 100%;
    border-radius: 40px; }
  .simulator input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: -2px; }

.view {
  height: 200px;
  padding: 10px;
  border: 1px solid;
  overflow-x: scroll; }

:hover, :focus {
  outline: 0 !important; }

.pr-toa {
  margin-top: 0; }

.price-header {
  font-size: 60px;
  font-weight: bold;
  line-height: 1; }

.price-header span {
  font-size: 20px; }

.price-header span.bar {
  padding: 0 5px 0 12px; }

.price-header span.bar span {
  width: 2px;
  height: 50px;
  background: #292b2c;
  display: inline-block;
  transform: rotate(15deg);
  position: relative;
  top: 5px; }

.yy {
  color: #e60f86; }

.yy .price-header span.bar span {
  background: #e60f86; }

.price-header span.litt {
  font-size: 13px;
  letter-spacing: .5px;
  font-weight: lighter;
  width: 100%;
  display: block;
  color: #292b2c;
  padding-left: 5px; }

.cost {
  background: #eee;
  padding: 30px;
  margin-top: 50px; }
  .cost .h1 {
    margin: 0 0 30px; }
  .cost .col-lg-4 {
    float: left; }

input[type="number"] {
  border: 1px solid !important;
  line-height: 36px;
  padding: 0 10px;
  width: 100%;
  border-radius: .25rem; }

label[for="tiraj"], label[for="tip"] {
  width: 100%; }

select#tip {
  line-height: 38px;
  height: 38px;
  border-radius: .25rem !important;
  border: 1px solid;
  box-shadow: none;
  background: #fff;
  width: 100%;
  padding: 0 10px; }

@media all and (max-width: 991px) {
  body, .wrapper {
    overflow-x: hidden; }

  .services > div {
    width: 100%; }

  .services {
    display: block; }

  .services .service-2 .arrow-left, .services .service-2 .arrow-right {
    display: none; }

  .navbar-brand {
    margin: 0 0 0 15px; }

  .h1, h1 {
    font-size: 1.8rem; }

  .h2, h2 {
    font-size: 1.4rem; }

  .h3, h3 {
    font-size: 1.1rem; }

  .banner p:nth-child(2) {
    font-size: 1.5rem; }

  .container.content {
    width: 90%;
    margin: 0 auto; }

  .content .h1 {
    margin: 15px 0; }

  .services {
    margin: 0 0 50px; }

  .services .content-2 .img {
    margin: 0 auto 10px; }

  .services > div {
    margin: 25px 0 0 0 !important; }

  .offer {
    margin-top: 0;
    margin-bottom: 0; }
    .offer img {
      margin-top: 0; }

  .clients .clients-list .client {
    width: 31%;
    float: left;
    padding: 0 !important;
    margin: 2% 1%; }

  footer {
    padding: 50px 5%; }

  footer .col-lg-6.offset-1 {
    margin: 0;
    padding: 0; }

  footer .img {
    margin-top: 50px; }

  .clients {
    margin-top: 20px; }

  .copyright p, .copyright a {
    width: 100%; }

  .navbar-nav {
    float: none;
    padding-left: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px; }
    .navbar-nav .nav-link {
      padding: 0; }
    .navbar-nav li.nav-item a.btn {
      padding: 0 20px;
      margin-left: -10px;
      margin-top: 20px; }
    .navbar-nav .nav-item {
      height: 37px; }

  li.nav-item:last-child {
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 10px; }

  .table th {
    width: 320px !important;
    display: block; }

  .table tbody td {
    line-height: 51px;
    padding: 0 10px;
    text-align: center;
    float: left;
    display: table;
    width: 50%; }

  .price {
    margin-left: 0; }

  .pr-toa {
    margin-top: 50px;
    border-radius: 25px; }

  .cost .col-lg-4 {
    padding-left: 0; }
    .cost .col-lg-4:nth-child(3) {
      border-top: 1px solid #444;
      border-bottom: 1px solid #444;
      margin: 20px 0;
      padding: 20px 0; }

  .cost {
    background: #eee;
    padding: 0 30px 20px;
    margin-top: 0;
    margin-bottom: 30px; }

  .sim > div {
    padding: 0 !important;
    margin: 0 0 20px 0; } }
@media all and (min-width: 992px) and (max-width: 1200px) {
  li.nav-item:last-child {
    display: none; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important; } }
button.navbar-toggler {
  position: relative; }
  button.navbar-toggler .navbar-toggler-icon {
    background: #e60f86;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0; }
    button.navbar-toggler .navbar-toggler-icon:nth-child(2) {
      top: 7px; }
    button.navbar-toggler .navbar-toggler-icon:nth-child(3) {
      top: 14px; }

.vss {
  display: none !important; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

/*# sourceMappingURL=style.css.map */
