.BodyNew {
  display: flex;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, #282d32, #151515);
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  scroll-behavior: smooth!important;
}

@media (max-width: 576px) {
  .mobileNavbar {
    padding: 25px;
    width: 100%;
  }
}

.mobileNavbar {
  width: 100%;
}

.navbar-brand {
  display: none!important;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .navbar-brand {
    display: block!important;
    width: 40%!important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

a:hover {
  /*transition: ease 0.2s;*/
  color: #955eff!important;
  text-decoration: none!important;
}

a {
  /*transition: 0.2s;*/
  /*color: #ffffff!important;*/
  text-decoration: none!important;
}

.Divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
}

.box.quote {
  transition: ease 0.3s;
  border-radius: 3px;
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
  top: 0px;
}

.navbar-toggler {
  width: 100%;
  height: 80px;
  color: rgba(255,255,255,0.5)!important;
  border: 0px solid white;
  border-radius: 0px;
  /*border-bottom: 1px solid rgba(255,255,255,0.1)!important;*/
}

@media (max-width: 576px) {
  .navbar-toggler {
    width: 49%;
    height: 80px;
    color: rgba(255,255,255,0.5)!important;
  }
}

.nav-item {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemQuote:hover .quote {
  transition: ease 0.3s;
  top: -20px;
}

@media (max-width: 576px) {
  .col-md-6.col-lg-4.item.itemQuote {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
}

.col-md-6.col-lg-4.item.itemQuote {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sNav {
  width: 100%;
  display: flex;
  background: #232323;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
  padding: 0px;
}

.nav.navbar-nav {
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-evenly;
}

.nav-link {
  transition: 0.2s;
  transition-timing-function: ease;
  font-weight: 500;
  font-size: 20px;
  transition: 0.2s;
  color: rgb(225,225,225)!important;
  border-bottom: 2px solid transparent!important;
  border-color: rgba(255,0,230,0);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (MAX-width: 576px) {
  .nav-link {
    transition: 0.2s;
    transition-timing-function: ease;
    font-weight: 500;
    font-size: 20px;
    transition: 0.2s;
    color: rgb(225,225,225)!important;
    border-bottom: 2px solid transparent!important;
    border-color: rgba(255,0,230,0);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.nav-link:hover {
  transition: 0.2s;
  transition-timing-function: ease;
  color: #955eff!important;
  border-bottom: 2px solid!important;
  border-color: #955eff;
}

.nav-link.active {
  color: #955eff!important;
}

.simple-slider {
  width: 100%;
  margin-top: 80px;
}

.swiper-pagination-bullet {
  background-color: white;
  width: 10px;
  height: 10px;
}

@media (max-width: 576px) {
  .logoSlider {
    width: 250px!important;
  }
}

.logoSlider {
  width: 400px;
  animation-name: logoHover;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.DarkFilterDiv {
  background-color: rgba(0,0,0,0.85);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sectionContent {
  padding: 100px 0 100px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.SliderContent {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  align-items: center;
}

.servicesCardCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 25px;
}

.servicesCard:hover .servicesCardIcon {
  transition: ease 0.3s;
  position: relative;
  top: -20px;
  color: #955eff;
}

.servicesCard {
  transition: ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  flex-grow: 1;
  /*background-color: white;*/
  /*color: #232323;*/
  text-align: center;
  padding: 25px;
  border-radius: 3px;
  /*box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);*/
}

.servicesCardIcon {
  transition: ease 0.3s;
  position: relative;
  top: 0px;
  font-size: 100px;
}

.servicesCardTitle {
  margin: 0px;
  padding: 0px;
  word-break: break-word;
}

.servicesCardDetails {
  margin: 0 0 0 0;
  word-wrap: break-word;
  text-align: justify;
}

.servicesCardInnerDivs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33.33%;
  margin-bottom: 10px;
}

.portfolioCard {
  transition: ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  flex-grow: 1;
  /*background-color: white;*/
  background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.1));
  /*color: #232323;*/
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
  overflow: hidden;
}

.portfolioCard:hover {
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  flex-grow: 1;
  /*background-color: white;*/
  background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.1));
  /*color: #232323;*/
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
  overflow: hidden;
  transform: scale(1.05);
}

.portfolioCardInnerDivs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0px 0;
  align-items: stretch;
}

.portfolioPicCov {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.portfolioFeaturedImage {
  width: 100%;
  min-width: 200px;
}

.portfolioCardTextContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 20px 20px 20px;
  /*background-color: rgba(0,0,0,0.02);*/
}

.PortfolioCardTitle {
  margin-top: -10px;
}

.portfolioCardDetails {
  margin: 0px;
}

.portfolioCardDivButton {
  width: 100%;
}

.btn.btn-primary.btnPortfolio {
  transition: ease 0.3s;
  width: 100%;
  color: black;
  background-color: transparent;
  font-weight: 500;
  padding: 10px;
  border: 0px solid white;
  border-top: 1px solid rgb(0,0,0,0.1);
  border-radius: 0px;
  color: rgba(255,255,255,0.25);
}

.btn.btn-primary.btnPortfolio:active {
  transition: 0.3s;
  box-shadow: 0 0 0 0!important;
  filter: contrast(0.75);
}

.btn.btn-primary.btnPortfolio:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 0!important;
}

.btn.btn-primary.btnPortfolio:hover {
  transition: ease 0.3s;
  width: 100%;
  color: white!important;
  background-color: #955eff;
  font-weight: 500;
  border: transparent;
  padding: 10px;
  border: 0px solid white;
  border-top: 1px solid rgb(0,0,0,0.0);
  border-radius: 0px;
}

.box-team {
  transition: ease 0.3s;
  background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.1));
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
}

.box-team:hover {
  transition: ease 0.3s;
  transform: scale(1.05);
}

.teamPic {
  position: relative;
  transition: ease 0.3s;
  top: 0px;
}

.box-team:hover .teamPic {
  position: relative;
  transition: ease 0.3s;
  top: -20px;
  border: solid 3px #955eff;
}

.teamLinkSocial {
  padding: 10px;
  width: 100%;
}

.cardsplitter {
  width: 100%;
  flex-grow: 1;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
}

.colContact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}

.rowConSocial {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 25px;
}

.colConSocial {
  display: flex;
}

.divInConSocial {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conSocialLink:hover {
  /*transition: ease 0.3s;*/
  background-color: rgba(255,255,255,0.05);
  box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.16);
}

.conSocialLink {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  /*transition: 0.2s;*/
  padding: 25px;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.conSocialIcon {
  /*transition: ease 0.3s;*/
  /*transform: scale(1);*/
  font-size: 50px;
  transform: translateZ(50px);
}

@keyframes logoHover {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(20px);
  }
}

.rounded-circle {
    border-radius:8px!important;
}

