/* Add here all your CSS customizations */
div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid;
  padding: 5px;
  margin-top: 6px;
}

.dataTables_wrapper {
  width: 100% !important;
}
.dropdown input[type="submit"] {
  border: 0px;
  background: none;
  color: white;
  cursor: pointer;
}

.card-img-top {
  max-height: 220px !important;
}

.btn.btn-warning {
  background-color: #A94674 !important;
  color: white !important;
}

/*@media screen and (max-width: 991px)*/
/*{*/
/*    .main{*/
/*        margin-top: 120px !important;*/
/*    }*/
/*}*/

.services-section .container,
.services-details .container {
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.services-section {
  color: #fbf8f8;
  padding-top: 50px;
  background: #27262f;
}

.services-section h3 {
  margin-bottom: 30px;
  margin-top: 15px;
  color: #fff;

  font-size: 24px;
}

.services-section .inner-block {
  background: rgba(32, 31, 34, 0.55);
  padding: 80px 15px;
  margin-top: 20px;
}

.services-section .inner-block h1,
.services-details h1 {
  color: #A94674;
  font-size: 50px;
  font-weight: 600px;
}

.services-section .inner-block p,
.services-details p {
  font-style: italic;
  font-size: 20px;
  font-weight: 600px;
  color: #fbf8f8;

  margin-top: 50px;
}

.services-details {
  padding: 50px 0px;
  background: #27262f;
}

.services-detail .main-timeline {
  position: relative;
}
.services-detail .main-timeline:before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.services-detail .main-timeline .timeline {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.services-detail .main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.services-detail .main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
.services-detail .main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}
.services-detail .main-timeline .timeline-icon:before,
.services-detail .main-timeline .timeline-icon:after {
  content: "";
  width: 130px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
}
.services-detail .main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: transparent;
  top: 89px;
  right: -30px;
}
.services-detail .main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px 0;
  margin: 52px 0 0 0;
  float: right;
  position: relative;
}
.services-detail .main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}
.services-detail .main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 13px;
  left: 0;
}
.services-detail .main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.services-detail .main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon {
  left: auto;
  right: 30%;
}
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
  right: auto;
  left: -131px;
}
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon:after {
  right: auto;
  left: -30px;
}
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-content {
  float: left;
}
.services-detail
  .main-timeline
  .timeline:nth-child(even)
  .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}
.services-detail
  .main-timeline
  .timeline:nth-child(2n)
  .timeline-content:after {
  left: auto;
  right: 0;
}
.services-detail .main-timeline .timeline:nth-child(2n):before,
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon i,
.services-detail
  .main-timeline
  .timeline:nth-child(2n)
  .timeline-content:after {
  background:#A94674;
}
.services-detail .main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #A94674;
}
.services-detail .main-timeline .timeline:nth-child(2n) .title {
  color: #A94674;
}
.services-detail
  .main-timeline
  .timeline:nth-child(2n)
  .timeline-content:before {
  border-left-color: #A94674;
  border-bottom-color: #A94674;
}
.services-detail .main-timeline .timeline:nth-child(3n):before,
.services-detail .main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.services-detail .main-timeline .timeline:nth-child(3n) .timeline-icon i,
.services-detail
  .main-timeline
  .timeline:nth-child(3n)
  .timeline-content:after {
  background: #8fb800;
}
.services-detail .main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800;
}
.services-detail .main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800;
}
.services-detail
  .main-timeline
  .timeline:nth-child(3n)
  .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800;
}
.services-detail .main-timeline .timeline:nth-child(4n):before,
.services-detail .main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.services-detail .main-timeline .timeline:nth-child(4n) .timeline-icon i,
.services-detail
  .main-timeline
  .timeline:nth-child(4n)
  .timeline-content:after {
  background: #2fcea5;
}
.services-detail .main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5;
}
.services-detail .main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5;
}
.services-detail
  .main-timeline
  .timeline:nth-child(4n)
  .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5;
}

.services-detail .timeline-icon > div {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 10px;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
}

.services-detail .timeline-icon .timeline-border-pink {
  border-color: #ec496e;
}

.services-detail .timeline-icon .timeline-border-orange {
  border-color: #A94674;
}

.services-detail .timeline-icon .timeline-border-green {
  border-color: #8fb800;
}

.services-detail .timeline-icon .timeline-border-sky {
  border-color: #2fcea5;
}

.services-detail .timeline-icon img {
  width: 55px;
  margin-top: 8px;
}
.titelx {
  color: #fff !important;
  border-color: #fff !important;
}
html body .btn-outline.btn-primary.titelx:hover {
  color: #333 !important;
  background: #fff !important;
}
.bg-alfa {
  background-size: cover !important;
}
.light {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .services-detail .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .services-detail .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
.sharethis-inline-share-buttons ~ h2 {
  display: none;
}
.resource-heading {
  font-size: 30px;
  margin: 30px 0;
}
aside.sidebar ~ div > .row {
  margin: 0px !important;
}
@media only screen and (max-width: 990px) {
  .shouldShow ~ ul {
    display: block !important;
    padding-left: 23px !important;
    background: #393939 !important;
  }
  .services-detail .main-timeline .timeline {
    margin: 0 0 10px 0;
  }
  .services-detail .main-timeline .timeline-icon {
    left: 25%;
  }
  .services-detail .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .services-detail .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 150px 30px 100px 30px !important;
  }
  .download-icon {
    max-width: 127px !important;
  }
  .hiden-sm {
    display: none;
  }
  .services-detail i.fas.fa-angle-down {
    display: none;
  }
  .services-detail .slide-overlay .tp-parallax-wrap:nth-last-child(2) {
    transform: translateY(33px);
  }
  .services-detail .main-timeline {
    padding-top: 50px;
  }
  .services-detail .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .services-detail .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .services-detail .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .services-detail .main-timeline .timeline-icon {
    width: 75px;
    height: 75px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }

  .services-detail .services-section img {
    width: 120px;
  }

  .services-detail .services-section h3 {
    margin-bottom: 50px;
    font-size: 20px;
  }

  .services-detail .services-section .inner-block h1,
  .services-detail .services-details h1 {
    color: #A94674;
    font-size: 38px;
  }

  .services-detail .services-section .inner-block {
    margin-bottom: 60px;
  }

  .services-detail .timeline-icon > div {
    width: 60px;
    height: 60px;
    border-width: 4px;
    border-width: 4px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
  }

  .services-detail .timeline-icon img {
    width: 30px;
    margin-top: -8px;
  }

  .services-detail .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .services-detail .main-timeline .timeline-icon:before,
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .services-detail .main-timeline .timeline-icon:after,
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  .services-detail .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  .services-detail .main-timeline .timeline-content,
  .services-detail .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .services-detail .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  .services-detail .main-timeline .timeline-content:before,
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-content:before {
    right: auto;
    transform: rotateY(0deg);
  }
  .main-timeline .timeline-content:after,
  .services-detail
    .main-timeline
    .timeline:nth-child(even)
    .timeline-content:after {
    left: 85px;
  }
}
.services-detail .timeline::after {
  display: none !important;
}
@media only screen and (max-width: 479px) {
  .services-detail .main-timeline .timeline-content,
  .services-detail .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .services-detail .main-timeline .timeline-content:before,
  .services-detail
    .main-timeline
    .timeline:nth-child(2n)
    .timeline-content:before {
    left: 99px;
  }
  .services-detail .main-timeline .timeline-content:after,
  .services-detail
    .main-timeline
    .timeline:nth-child(2n)
    .timeline-content:after {
    left: 65px;
  }
}
.services-detail .main-timeline .timeline:nth-child(2n) {
  text-align: right;
}

.tp-mask-wrap {
  overflow: unset !important;
}
.mt-8 {
  margin-top: 78px;
}

.carosel-c {
  height: 100vh;
}
.carosel-c {
  background-size: cover !important;
}
#carouselExampleControls {
  margin-top: 78px;
}
#carouselExampleControls * {
  color: #fff !important;
}
.content {
  padding: 260px 100px;
}
.download-icon {
  max-width: 200px;
}
.phone-area {
  padding-top: 150px;
  text-align: center;
}
.phone-area img {
  max-width: 100%;
}

.bg-alfa .tp-caption {
  padding: 8px 30px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 13px;
}
