body {
  background: linear-gradient(
    195.3deg,
    rgba(225, 0, 120, 0.9) 0%,
    rgba(19, 234, 244, 0.992) 91.71%,
    rgb(0, 255, 255) 100%
  );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: Abel, poppins, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: normal;
}

h1,
h2 {
  font-family: Abel, poppins, Helvetica, sans-serif;
}

.row p {
  font-size: 1.1em;
}

.info-list ul {
  text-align: left;
  top: 0;
}

.xd-pink {
  color: #dc0075;
}

.xd-cyan {
  color: #0ff;
}

.social-links ul li a {
  color: white;
}

.social-links ul li a:hover {
  color: #0ff;
}

.header-titles > h2 {
  font-family: Abel, poppins, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #0ff;
}

@media only screen and (min-width: 1025px) {
  ul.main-menu a.active,
  ul.main-menu a:focus,
  ul.main-menu a:hover {
    color: #dc0075;
  }
}
ul.main-menu > .link-text {
  color: #dc0075;
}

section.start-page {
  background-image: url('../img/sec01-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.btn-primary,
.btn-secondary {
  border: 2px solid #f5f5f5;
}

.header-buttons .btn-primary:hover,
.header-buttons .btn-primary:focus {
  color: #f5f5f5 !important;
  background-color: #dc0075;
  border: 2px solid #dc0075;
}

@media only screen and (max-height: 775px) {
  .header .copyrights {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 30px;
    line-height: normal;
  }
}

@media only screen and (min-width: 1025px) {
  .header {
    padding: 50px 30px;
  }
}

.header-buttons {
  margin-top: 20px;
  text-align: center;
}

.header-buttons .indeed-link {
  display: inline-block;
}

.header-buttons .indeed-link img {
  width: 60px;
  height: auto;
  transition: all 0.2s;
}

.animated-section {
  border-radius: 50px;
  padding: 50px;
  /*background: linear-gradient(13deg, #3b474b 0%, #3b474b 27%, #493d4d 100%) 0%
    0% no-repeat padding-box;*/
  box-shadow: 5px 20px 80px rgba(0, 0, 0, 0.66);
  box-shadow: inset 10px -10px 10px 0 rgba(0, 0, 0, 0.1);
}

.content-area {
  top: 0;
}

.emoji {
  font-size: 1.2em !important;
}

.ff-comment-sec {
  font-weight: 300;
  color: #6f6f6f;
  font-style: italic;
}

.block-title h3 {
  font-weight: 400;
}

.start-page .title-block h2 {
  text-shadow: -5px 10px 30px rgba(0, 0, 0, 0.8);
}

.col-xs-12.col-sm-6 {
  display: table-cell;
  vertical-align: top;
}

.col-sm-6 .info-list {
  text-align: left;
}

.info-list .value a {
  border-bottom: 1px solid rgb(225, 0, 120, 1);
}

.info-list .value a:hover {
  color: rgb(225, 0, 120, 0.6);
  border-bottom: 1px solid rgb(225, 0, 120, 0.6);
  transition: all 0.25s;
}

.copyrights a {
  line-height: 2em;
}

.copyrights a:hover {
  color: rgb(225, 0, 120, 0.6);
  transition: all 0.25s;
}

.page-content {
  border-radius: 50px;
  background: linear-gradient(13deg, #3b474b 0%, #3b474b 27%, #493d4d 100%) 0%
    0% no-repeat padding-box;
  box-shadow: -10px 20px 80px rgba(0, 0, 0, 0.66);
}

.portfolio-page-carousel .owl-dots .owl-dot span {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media only screen and (min-width: 1025px) {
  ul.main-menu {
    height: auto;
    z-index: 97;
    background: #3b474b 0% 0% no-repeat;
    box-shadow: -10px 20px 60px rgba(49, 9, 22, 0.66) !important;
    border: 2px solid #e10078;
    border-radius: 50px;
    animation: ani-xd-bd 10s infinite;
  }

  @keyframes ani-xd-bd {
    0% {
      border-color: #e10078;
      box-shadow: rgba(112, 20, 49, 0.74) -10px;
    }
    50% {
      border-color: #790040;
      box-shadow: rgba(49, 9, 22, 0.74) -10px;
    }
    100% {
      border-color: #e10078;
      box-shadow: rgba(112, 20, 49, 0.74) -10px;
    }
  }
}

.lmpixels-arrows-nav {
  position: absolute;
  width: 70px;
  height: auto;
  right: -90px;
  vertical-align: middle;
  bottom: 0px;
  padding: 15px 0;
  background: #3b474b 0% 0% no-repeat;
  box-shadow: -10px 20px 60px rgba(49, 9, 22, 0.66);
  border: 2px solid #00ffff;
  border-radius: 50px;
  animation: ani-xd-bd-alt 10s infinite;
  z-index: 98;
}

@keyframes ani-xd-bd-alt {
  0% {
    border-color: #00ffff;
    box-shadow: rgba(4, 89, 95, 0.74) -10px 20px 60px;
  }
  50% {
    border-color: #005757;
    box-shadow: rgba(9, 51, 54, 0.74) -10px 20px 60px;
  }
  100% {
    border-color: #00ffff;
    box-shadow: rgba(4, 89, 95, 0.74) -10px 20px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-toggle {
    right: 18px;
    background: #3b474b 0% 0% no-repeat;
    border: 2px solid #e10078;
  }

  .animated-section {
    border-radius: 0;
  }

  .page-content {
    border-radius: 0;
  }

  .lmpixels-arrows-nav {
    background-color: rgba(0, 0, 0, 0.6);
    width: 48px !important;
    min-height: auto !important;
    right: 18px !important;
    bottom: 10px !important;
    padding: 10px 0 !important;
    position: absolute !important;
    box-shadow: none !important;
    background: #3b474b 0% 0% no-repeat;
  }
}

.lm-info-block {
  border-radius: 5px;
}

ul.main-menu .link-text {
  font-weight: bold;
}

ul.main-menu a:hover .link-text {
  color: #0ff;
}

.lm-info-block .lnr-envelope:before {
  display: block;
}

alert alert-success button.close {
  background: #dc0075;
}

.lm-info-block .encode {
  font-family: poppins;
  display: block;
}

.contact-form .messages div {
  display: flex;
  margin-bottom: 20px;
}

.contact-form .messages div button.close {
  font-size: 1.6em;
  height: 100%;
  padding: 2px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 10px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}

.contact-form .messages div button.close .controls.two-columns {
  margin-top: 20px;
}

.copyrights {
  line-height: normal;
}

.validator-help-block-recaptcha {
  right: 0;
  bottom: 0;
}

.portfolio-filter-container {
  display: block;
}

.portfolio-filter-h,
.portfolio-filter-ico {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}

.portfolio-filter-h {
  color: #e10078;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 5px;
}

.portfolio-filter-ico {
  color: #e10078;
  font-size: 2.2em;
}

.portfolio-filters li a.btn-primary {
  color: white;
  border-color: white;
  font-size: 13px;
}

.portfolio-filters li a.btn-primary:hover,
.portfolio-filters li a.btn-primary:focus {
  color: white;
  border-color: #e10078;
  background-color: #e10078;
}

.portfolio-filters .active .btn-primary {
  color: #e10078;
  border-color: #e10078;
}

.portfolio-grid h4.name {
  padding-top: 10px;
  padding-bottom: 0;
}

.portfolio-grid .item .portfolio-item-dash-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background: #303030;
  margin-top: 8px;
}

.portfolio-grid .item img {
  border-radius: 5px;
}

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

.btn-bottom-nav {
  vertical-align: middle;
  font-weight: 300;
  font-size: 0.92em;
  color: #b5b6b7;
  background: transparent;
  border-color: #005757;
  border: 2px solid #005757;
  box-shadow: none;
  padding: 0.8em 1.61em;
}
.btn-bottom-nav i {
  vertical-align: middle;
  font-family: linearicons-free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-bottom-nav:hover,
.btn-bottom-nav:focus {
  font-weight: 300;
  color: #0ff;
  border-color: #0ff;
  background: transparent;
  border: 2px solid #0ff;
}

.osano-cm-window__widget {
  display: none !important;
}

.osano-cm-button {
  border-color: #e10078;
  border-width: 2px;
  border-radius: 999px;
}

.osano-cm-button:focus,
.osano-cm-button:hover {
  border-color: #cc0063;
}
