html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  letter-spacing: .05rem; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
body {
  overflow-x: hidden; }

a {
  text-decoration: none; }

h1 {
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.25rem; } }

h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.25rem; } }

p {
  font-size: .9rem;
  line-height: 1.3rem;
  font-weight: 300;
  color: #fff; }
  @media (min-width: 768px) {
    p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.pink-accent {
  color: #fc4e55; }

section {
  position: relative; }

.dashed-circle {
  position: absolute;
  height: 200px;
  width: 100px;
  top: -100px;
  z-index: 100; }
  @media (min-width: 768px) {
    .dashed-circle {
      height: 250px;
      width: 125px;
      top: -125px; } }
  @media (min-width: 992px) {
    .dashed-circle {
      height: 300px;
      width: 150px;
      top: -150px; } }
  .dashed-circle--white {
    border: 1.5px dashed #fff; }
  .dashed-circle--success {
    border: 1.5px dashed #fc4e55; }
  .dashed-circle--right {
    right: -1px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px; }
  .dashed-circle--left {
    left: -1px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px; }

/* width */
::-webkit-scrollbar {
  width: 20px; }

/* Track */
::-webkit-scrollbar-track {
  background: #dddddd;
  box-shadow: inset 0 0 5px #2b2342;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fc4e55;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fc4e55; }

.navbar-brand {
  text-align: center; }
  .navbar-brand img {
    vertical-align: middle;
    transition: all .2s ease-in-out; }
  .navbar-brand img:hover {
    transform: scale(1.1); }

.navbar ul.navbar-nav li.nav-item a:hover,
.navbar ul.navbar-nav li.nav-item.active a {
  color: #fc4e55; }

.navbar-nav .btn {
  margin: 0 auto; }

.btn {
  transition: all .2s ease-in-out; }
  .btn-success:hover {
    color: white;
    transform: scale(1.07); }
  .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: scale(1.07); }
  .btn-portfolio {
    position: relative;
    padding: 12.5px 22.5px;
    /*&-active {
      background-color: $brandPink !important;
      color: #fff;  
    }

     &:not(.collapsed-accordion) {
      background-color: $brandPink !important;
      color: #fff; 
    }*/ }
    .btn-portfolio:hover {
      background-color: #fc4e55 !important;
      color: #fff; }
    .btn-portfolio:focus {
      background-color: #fc4e55 !important;
      color: #fff; }
    .btn-portfolio span {
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #2b2342; }
    .btn-portfolio:focus > span {
      border-top: 15px solid #fc4e55; }
    .btn-portfolio:hover > span {
      border-top: 15px solid #fc4e55; }
  .btn-rectangle {
    font-size: .9rem !important;
    color: #fff;
    font-weight: 500;
    white-space: nowrap; }
  .btn-socials {
    position: relative;
    width: 35px;
    height: 35px;
    font-size: 1.25rem !important;
    color: #fff;
    font-weight: 500;
    white-space: nowrap; }
    .btn-socials i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* Read more collapse */
#summary p.collapse:not(.show) {
  height: 53px !important;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
#summary p.collapsing {
  min-height: 42px !important; }
#summary a.collapsed:after {
  content: '+ Read More';
  font-size: 16px;
  color: #fc4e55;
  margin-top: 10px; }
#summary a:not(.collapsed):after {
  content: '- Read Less';
  font-size: 16px;
  color: #fc4e55;
  margin-top: 10px; }

.hero {
  display: flex;
  position: relative;
  min-height: 512px;
  width: 100%;
  background: #1d1830 url(/img/Images/Hero-background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  /* &__img {
    position: absolute;
    right: 6%;
    top: 20%;

    @include respond-to("md") {
      position: absolute;
      right: 7%;
      top: 20%;
    }
  }*/ }
  .hero h1 {
    font-size: 3.25rem;
    font-weight: 400;
    margin-bottom: 12.5px; }
  .hero h2 {
    font-size: 1.25rem;
    margin-bottom: 17.5px; }
  .hero h3 {
    font-size: 1rem; }
  .hero__text {
    height: 100%;
    order: 2;
    text-align: center; }
    @media (min-width: 768px) {
      .hero__text {
        height: 100%;
        order: 1;
        text-align: left; } }
    .hero__text--intro {
      padding-top: 40px; }
      @media (min-width: 768px) {
        .hero__text--intro {
          padding-top: 180px; } }
      .hero__text--intro button {
        margin-right: 10px; }
    .hero__text--socials {
      margin: 50px 0 45px 0; }
      @media (min-width: 768px) {
        .hero__text--socials {
          margin: 130px 0 45px 0; } }
      .hero__text--socials h3 {
        font-weight: 400; }
      .hero__text--socials button {
        margin: 10px 7px 0 0; }
  .hero__logo {
    padding-top: 100px;
    padding-left: 70px;
    order: 1;
    text-align: center; }
    @media (min-width: 768px) {
      .hero__logo {
        padding-top: 115px;
        padding-left: 0;
        order: 2;
        text-align: center; }
        .hero__logo img {
          width: 350px;
          height: 350px;
          float: right; } }

.highlights {
  padding: 70px 0 75px 0; }
  .highlights p {
    line-height: 1.5rem;
    font-weight: 500; }
  .highlights__card {
    position: relative;
    border: 2px solid #fc4e55 !important;
    border-radius: 10px !important;
    padding: 25px 15px 13px 15px; }
    .highlights__card--3 {
      margin-top: 40px; }
      @media (min-width: 992px) {
        .highlights__card--3 {
          margin-top: 0px; } }
    .highlights__card--4 {
      margin-top: 40px; }
      @media (min-width: 992px) {
        .highlights__card--4 {
          margin-top: 0px; } }
    .highlights__card--contentBottom {
      position: absolute;
      bottom: 27px;
      left: 30px; }
    .highlights__card--cert h1 {
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .highlights__card--cert h2 {
      font-size: 1rem;
      line-height: 1.3rem;
      color: #fc4e55; }
    .highlights__card--cert p {
      margin-top: 7px; }
    .highlights__card--review h2 {
      font-size: 1rem;
      line-height: 1.3rem;
      color: #fc4e55;
      margin-top: 10px; }
    .highlights__card--review h3 {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3rem;
      color: #fff;
      margin-top: 2px; }
    .highlights__card--review p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-top: 25px;
      font-weight: 400;
      font-style: italic; }
    .highlights__card--review span {
      font-size: 1.5rem;
      vertical-align: bottom;
      display: inline-block;
      line-height: 1.5rem;
      color: #fc4e55; }
    .highlights__card--review--2 {
      margin-top: 60px; }
      @media (min-width: 992px) {
        .highlights__card--review--2 {
          margin-top: 0px; } }
    .highlights__card--review--3 {
      margin-top: 60px; }
      @media (min-width: 992px) {
        .highlights__card--review--3 {
          margin-top: 0px; } }
    .highlights__card--icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      width: 50px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      top: -26px; }
      .highlights__card--icon img {
        transform: scale(1.2); }
      .highlights__card--icon--cursorPointer {
        cursor: pointer; }
        .highlights__card--icon--cursorPointer:hover {
          background-color: #f86469 !important;
          transform: scale(1.07); }
    .highlights__card--profile {
      height: 90px;
      width: 90px;
      border-radius: 100%;
      overflow: hidden;
      border: #fc4e55 solid 2px;
      position: absolute;
      top: -46px; }
      .highlights__card--profile img {
        width: 100%; }

.about .row {
  min-height: 720px; }
  @media (min-width: 768px) {
    .about .row {
      min-height: 580px; } }
  @media (min-width: 992px) {
    .about .row {
      min-height: 720px; } }
.about__content {
  height: 100%; }
  .about__content--text {
    margin: 40px 0 60px 0; }
    @media (min-width: 768px) {
      .about__content--text {
        margin: 60px 0; } }
    .about__content--text h1 {
      margin-bottom: 10px; }
    .about__content--text h3 {
      margin-bottom: 5px; }
    .about__content--text br {
      display: block;
      /* makes it have a width */
      content: "";
      /* clears default height */
      margin-top: 10px;
      /* change this to whatever height you want it */ }
.about__image {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .about__image {
      height: 100%;
      margin-top: 0px; } }
  .about__image--img {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    z-index: 10; }
    .about__image--img img {
      width: 430px;
      display: block; }
      @media (min-width: 576px) {
        .about__image--img img {
          width: 490px;
          display: block; } }
      @media (min-width: 768px) {
        .about__image--img img {
          width: 315px;
          display: block; } }
      @media (min-width: 992px) {
        .about__image--img img {
          width: 400px;
          display: block; } }
  .about__image--backing {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 430px;
    height: 300px;
    background-color: #fc4e55;
    z-index: 1;
    border-radius: 20px; }
    @media (min-width: 576px) {
      .about__image--backing {
        width: 490px;
        height: 340px; } }
    @media (min-width: 768px) {
      .about__image--backing {
        width: 315px;
        height: 440px; } }
    @media (min-width: 992px) {
      .about__image--backing {
        width: 400px;
        height: 570px; } }

/*
#module {
  font-size: 1rem;
  line-height: 1.5;
}

#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed:after {
  content: '+ Show More';
}

#module a:not(.collapsed):after {
  content: '- Show Less';
}
*/
.expertise {
  padding: 70px 0; }
  .expertise__card-body {
    padding: 0 !important;
    border-radius: 5px !important;
    overflow: hidden; }
  .expertise__card {
    position: relative;
    margin: 13px 0;
    background-color: transparent;
    border: transparent; }
    .expertise__card__image {
      padding: 65px 30px 25px 30px; }
      .expertise__card__image--icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75px;
        width: 75px;
        border-radius: 100%;
        border: 2px solid #fff;
        text-align: center; }
        .expertise__card__image--icon img {
          transform: scale(1.7); }
    .expertise__card__text {
      padding: 15px 30px !important; }
      .expertise__card__text p {
        font-weight: 400; }

.stats {
  padding: 70px 0; }
  .stats h3 {
    line-height: 1.75rem;
    font-weight: 400; }
  .stats p {
    color: #fc4e55;
    line-height: 2rem; }
  .stats__percentage {
    display: inline-block;
    float: right; }
  .stats__bar {
    width: 100%;
    height: 12px;
    margin-top: 5px;
    border-radius: 4px;
    overflow: hidden; }

.experience {
  padding: 70px 0; }
  .experience__cardHeading {
    text-align: center; }
    @media (min-width: 768px) {
      .experience__cardHeading {
        text-align: left; } }
  .experience__card {
    position: relative;
    margin: 13px 0;
    padding: 9px 15px; }
    .experience__card h1 {
      font-size: 1.2rem;
      line-height: 1.2rem;
      margin-bottom: 7px; }
    .experience__card h2 {
      font-size: 1.5rem;
      line-height: 2rem;
      color: #fc4e55;
      margin-bottom: 10px; }
    .experience__card h3 {
      font-size: 1rem;
      line-height: 1rem;
      margin-bottom: 6px;
      color: #fff; }
    .experience__card p {
      margin-bottom: 0px; }
    .experience__card--icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      width: 50px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      top: 25px;
      left: 25px; }
      .experience__card--icon img {
        transform: scale(1.5); }
    .experience__card--experience {
      padding-left: 73px !important; }
    .experience__card ul {
      list-style: none;
      color: #fff; }
      .experience__card ul li {
        font-size: 1.15rem;
        line-height: 2rem;
        float: left;
        width: 50%; }
        @media (min-width: 992px) {
          .experience__card ul li {
            float: left;
            width: 100%; } }
        .experience__card ul li::before {
          position: relative;
          top: 4px;
          content: "\2022";
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          font-size: 1.5rem;
          color: #fc4e55;
          /* Change the color */
          font-weight: 900;
          /* If you want it to be bold */
          display: inline-block;
          /* Needed to add space between the bullet and the text */
          width: 1.25rem;
          /* Also needed for space (tweak if needed) */
          margin-left: -5px; }

.processes {
  padding: 70px 0; }
  .processes a:hover, .processes a:focus {
    text-decoration: none;
    outline: none; }
  .processes #accordionProcesses:before {
    content: "";
    z-index: -2;
    width: 2px;
    height: 92.5%;
    background: #fc4e55;
    position: absolute;
    top: 25px;
    left: 24px;
    bottom: 20px; }
  .processes #accordionProcesses .panel {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 0 0 12px 50px;
    position: relative; }
  .processes #accordionProcesses .panel-heading {
    padding: 0;
    background: #2b2342;
    position: relative;
    border: 2px solid #fc4e55;
    border-radius: 8px; }
  .processes #accordionProcesses .panel-heading:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #2b2342;
    border: 2px solid #fc4e55;
    position: absolute;
    top: 50%;
    left: -48px;
    transform: translateY(-50%); }
  .processes #accordionProcesses .panel-title a {
    display: block;
    padding: 15px 55px 15px 20px;
    font-size: 1.15rem;
    font-weight: 500;
    color: #fff;
    border: none;
    margin: 0;
    position: relative; }
  .processes #accordionProcesses .panel-title a:before,
  .processes #accordionProcesses .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "fontawesome";
    font-weight: 400;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #fc4e55;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s; }
  .processes #accordionProcesses .panel-title a.collapsed:before {
    content: "\f067"; }
  .processes #accordionProcesses .panel-body {
    padding: 15px 20px 15px 35px;
    border: 2px solid #fc4e55;
    background-color: #1d1830;
    border-radius: 8px; }
    .processes #accordionProcesses .panel-body ol {
      color: white !important;
      list-style-position: outside;
      list-style-type: inherit; }
    .processes #accordionProcesses .panel-body li {
      margin-bottom: 3px; }
  .processes .lineCover:after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    background-color: #2b2342;
    width: 100%;
    height: 40px; }

.cta {
  padding: 50px 0; }
  .cta svg {
    cursor: pointer; }
  .cta .wave {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 50% 50%;
    /* Pivot around the bottom-left palm */
    display: inline-block; }
@keyframes wave-animation {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(14deg); }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg); }
  30% {
    transform: rotate(14deg); }
  40% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(10deg); }
  60% {
    transform: rotate(0deg); }
  /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg); } }
#gallery img {
  object-fit: cover; }

.carousel-item img {
  height: auto;
  object-fit: cover; }
  @media (min-width: 576px) {
    .carousel-item img {
      height: auto; } }

* {
  transition: 0.3s; }

#gallery {
  padding: 0 15px; }
  #gallery p {
    font-size: .85rem;
    line-height: 1.2rem;
    margin: 10px 0 25px 0; }
  #gallery span {
    color: #fc4e55; }
  #gallery img {
    display: block;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer; }
    #gallery img:hover {
      border-radius: 10px 90px 10px 10px; }

.modal-dialog {
  max-width: 90%; }
  @media (min-width: 768px) {
    .modal-dialog {
      max-width: 80%; } }
  @media (min-width: 992px) {
    .modal-dialog {
      max-width: 70%; } }
  @media (min-width: 1200px) {
    .modal-dialog {
      max-width: 40%; } }

.customModal .modal-content {
  background: none;
  border: none; }
.customModal .modal-header {
  border: none; }
  .customModal .modal-header button {
    background: none;
    border-radius: 100px 100px 0 0;
    padding: 5px 10px;
    opacity: 1;
    position: relative;
    top: 3px;
    border: solid 2px #fc4e55; }
    @media (min-width: 992px) {
      .customModal .modal-header button {
        top: 15px; } }
    .customModal .modal-header button:hover {
      top: 3px; }
  .customModal .modal-header span {
    color: white; }
.customModal .modal-body {
  padding: 0;
  border: none;
  position: relative; }
  .customModal .modal-body::before, .customModal .modal-body::after {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    background: #fc4e55;
    border-radius: 3px 10px; }
    @media (min-width: 768px) {
      .customModal .modal-body::before, .customModal .modal-body::after {
        border-radius: 3px 30px;
        height: 100px;
        width: 100px; } }
  .customModal .modal-body::before {
    top: -5px;
    left: -5px; }
    @media (min-width: 768px) {
      .customModal .modal-body::before {
        top: -15px;
        left: -15px; } }
  .customModal .modal-body::after {
    bottom: -5px;
    right: -5px;
    z-index: -1; }
    @media (min-width: 768px) {
      .customModal .modal-body::after {
        bottom: -15px;
        right: -15px; } }
.customModal .modal-footer {
  border: none;
  margin-top: 60px; }
  @media (min-width: 992px) {
    .customModal .modal-footer {
      margin-top: 40px; } }
  .customModal .modal-footer .btn {
    margin: auto;
    border: solid 2px #fc4e55;
    background: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0.2em 0.7em; }
    .customModal .modal-footer .btn:hover {
      background: white;
      color: #fc4e55;
      border: solid 2px #fff; }
.customModal .carousel-control-prev,
.customModal .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px; }
  @media (min-width: 768px) {
    .customModal .carousel-control-prev,
    .customModal .carousel-control-next {
      top: 0;
      opacity: 0.5;
      bottom: 0; } }
.customModal .carousel-control-next-icon,
.customModal .carousel-control-prev-icon {
  height: 30px;
  width: 30px; }
@media (min-width: 768px) {
  .customModal .carousel-control-prev {
    left: -90px; } }
@media (min-width: 768px) {
  .customModal .carousel-control-next {
    right: -90px; } }
.customModal .carousel-indicators {
  bottom: -60px; }
  @media (min-width: 992px) {
    .customModal .carousel-indicators {
      bottom: -30px; } }
  .customModal .carousel-indicators li {
    height: 30px;
    border-radius: 100px;
    background: none;
    border: solid 2px white; }
    @media (min-width: 992px) {
      .customModal .carousel-indicators li {
        height: 10px; } }
    .customModal .carousel-indicators li:hover {
      background: white; }
    .customModal .carousel-indicators li.active {
      background: white; }

.portfolio {
  padding: 70px 0 75px 0; }
  .portfolio h1 {
    margin-bottom: 10px; }
  .portfolio h3 {
    margin-bottom: 5px; }
  .portfolio span {
    display: inline-block;
    vertical-align: middle; }
    .portfolio span img {
      display: block;
      height: 15px;
      width: auto;
      border-radius: 0px !important;
      cursor: pointer;
      margin-bottom: 4px; }
  .portfolio .card {
    border-width: 0 !important;
    box-shadow: none !important; }
    .portfolio .card p {
      display: inline; }
    .portfolio .card__link-icon {
      display: inline-block;
      float: right;
      border-radius: 0px !important;
      cursor: pointer; }
      .portfolio .card__link-icon img {
        display: block;
        height: 27px;
        width: auto;
        border-radius: 0px !important;
        cursor: pointer; }
  .portfolio a :hover {
    color: #ff9599;
    transform: scale(1.05); }
  .portfolio__image {
    margin-top: 5px;
    margin-bottom: 10px; }
  .portfolio__link-btn {
    display: inline !important;
    padding: 1px 8px !important;
    vertical-align: middle;
    background-color: #2b2342;
    border-radius: 13px;
    border: #fff 1.5px solid;
    float: right;
    cursor: pointer;
    margin: 0 !important; }
    .portfolio__link-btn p {
      font-size: .7rem !important;
      margin: 0 !important;
      padding: 0 !important; }
    .portfolio__link-btn i {
      color: #fff;
      margin: 0 !important;
      padding: 0 !important; }
    .portfolio__link-btn:hover {
      border: #fc4e55 1.5px solid;
      color: #fc4e55; }
      .portfolio__link-btn:hover P {
        color: #fc4e55;
        padding: 0 !important;
        margin: 0 !important; }
      .portfolio__link-btn:hover i {
        color: #fc4e55;
        padding: 0 !important;
        margin: 0 !important; }
  .portfolio__header--buttons {
    position: relative;
    height: 75px;
    text-align: center; }
    @media (min-width: 992px) {
      .portfolio__header--buttons {
        height: auto; } }
    .portfolio__header--buttons--group {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 992px) {
        .portfolio__header--buttons--group {
          position: absolute;
          bottom: 0;
          left: auto;
          right: 0;
          margin-left: auto;
          margin-right: 0; } }

.contact {
  padding: 70px 0 75px 0; }
  .contact__header {
    padding-bottom: 40px; }
  .contact .form-control {
    background-color: #2b2342;
    color: #FFF;
    font-size: .9rem;
    border: 2px solid #fff;
    border-radius: 10px; }
  .contact ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #FFF;
    font-size: .9rem; }
  .contact :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    font-size: .9rem; }
  .contact ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF;
    font-size: .9rem; }
  .contact :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #FFF;
    font-size: .9rem; }
  .contact textarea:focus,
  .contact input[type="text"]:focus,
  .contact input[type="password"]:focus,
  .contact input[type="datetime"]:focus,
  .contact input[type="datetime-local"]:focus,
  .contact input[type="date"]:focus,
  .contact input[type="month"]:focus,
  .contact input[type="time"]:focus,
  .contact input[type="week"]:focus,
  .contact input[type="number"]:focus,
  .contact input[type="email"]:focus,
  .contact input[type="url"]:focus,
  .contact input[type="search"]:focus,
  .contact input[type="tel"]:focus,
  .contact input[type="color"]:focus,
  .contact .uneditable-input:focus {
    border-color: #fc4e55;
    box-shadow: 0 1px 1px rgba(252, 78, 85, 0.075) inset, 0 0 8px rgba(252, 78, 85, 0.6);
    outline: 0 none; }
  .contact__messageField {
    padding-top: 15px; }
  .contact__image {
    background-image: url(/img/Images/Phone-light-pink.jpg);
    background-position: center center;
    background-size: cover;
    height: 250px;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .contact__image {
        background-image: url(/img/Images/Phone-light-pink.jpg);
        height: 250px; } }
    @media (min-width: 992px) {
      .contact__image {
        background-image: url(/img/Images/Phone-light-pink.jpg);
        height: auto; } }

.footer {
  display: flex;
  position: relative;
  width: 100%;
  background: #1d1830 url(/img/Images/Footer-background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 70px 0 15px 0; }
  .footer__callOut {
    width: 320px;
    height: 320px;
    border: 2.5px dashed #fff;
    border-radius: 100%; }
    .footer__callOut a {
      text-decoration: none; }
    .footer__callOut h1 {
      margin-bottom: 10px; }
    .footer__callOut h3 {
      font-weight: 400; }
    .footer__callOut button {
      margin-right: 5px; }
  .footer__accent {
    position: absolute;
    bottom: 50px;
    left: 5%; }
    @media (min-width: 576px) {
      .footer__accent {
        bottom: 75px;
        left: 10%; } }
    @media (min-width: 768px) {
      .footer__accent {
        bottom: 75px;
        left: 15%; } }
    @media (min-width: 992px) {
      .footer__accent {
        bottom: 75px;
        left: 20%; } }
    .footer__accent img {
      width: 125px; }
      @media (min-width: 768px) {
        .footer__accent img {
          width: 150px; } }

.message-sent {
  width: 100%;
  height: 100vh; }
  .message-sent__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    font-weight: 500;
    color: #fc4e55;
    transform: scaleX(1.2);
    transform-origin: 100% 0;
    cursor: pointer; }
    .message-sent__close:hover {
      color: #f87a7e !important;
      font-size: 2.4rem; }
  .message-sent__large-hero {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #2b2342;
    background-image: url("/img/Images/celebration_banner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .message-sent__large-hero--banner-image {
      position: absolute;
      display: block;
      /* Position the image in the middle of its container. */
      top: -9999px;
      right: -9999px;
      bottom: -9999px;
      left: -9999px;
      margin: auto;
      /* The following values determine the exact image behaviour. */
      /* You can simulate background-size: cover/contain/etc.
          by changing between min/max/standard width/height values.
          These values simulate background-size: cover
      */
      min-width: 100%;
      min-height: 100%;
      z-index: 1; }
    .message-sent__large-hero--icon {
      z-index: 2;
      width: 100px !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      animation-name: spinAndGrow;
      animation-duration: 2s;
      animation-timing-function: ease-out; }
@keyframes spinAndGrow {
  0% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(360deg); }
  100% {
    transform: scale(1.25); } }
  .message-sent__text-content hr {
    width: 250px;
    height: 3px;
    color: #fff;
    margin: 0 auto; }
