body {
  color: rgb(255, 255, 255);
  background-color: #000000;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

.p1-gradient-bg,
.thumb .overlay-bg {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
}

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  -webkit-text-fill-color: transparent;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  color: #c2c2c2;
  font-weight: 200;
}

h2 {
  font-size: 25px;
}

a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #ffffff;

}

a:hover,
a:focus,
a:active {
  color: rgb(255, 247, 0);
  text-decoration: none;
}

.parent-nav-link-padding,
.site-navbar .navbar-nav>li>a {
  padding: 15px 20px !important;
}

.drawer {
  position: relative;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #f0f0f0;
  transition: right 0.3s ease;
  z-index: 9999;
}

.drawer-content {
  padding: 20px;
  color: red
}

.drawer.open {
  right: 0;
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cf:before,
.cf:after {
  content: " ";
  display: table;

}

.cf:after {
  clear: both;
}

.nav-container-wrapper {
  position: fixed;
  right: 35%;
  z-index: 9999;
  opacity: 0;
  display: flex;
  transform: translateX(-50%); /* Centering adjustment */
  animation: fadeInRight 1s ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  animation: bobbing 8s infinite ease-in-out;
  animation-delay: 1s !important;
  transition: all 0.5s ease;
  width:auto;
}

.nav-container.column {
  flex-direction: column;
  gap: 75px;
  position: fixed;
  right: 60vw;
  top: -45vh;
  transform: translateY(-50%);
  opacity: 0;
  animation: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.nav-container.column.show {
  opacity: 1;
  transform: translateY(0);
}

.btn.nav-btn {
  width: 110px;
  height: 55px;
  background-color: #242363a5;
  color: #fff;
  font-size: 12px;
  font-family: Landing;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 4px 40px rgba(255, 255, 255, 0.511);
  animation: bobbing 5s infinite ease-in-out;
  animation-delay: 1s !important;
}

.btn.nav-btn:hover {
  background-color: #685a8490;
  transform: scale(1.2) !important;
  box-shadow: 0 10px 35px rgba(255, 255, 255, 0.4);
}

@keyframes bobbing {

  0%,
  100% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1980px) {
  .nav-container-wrapper .nav-container {
    position: fixed;
    right:-4vw;
    top: 11vh;
    z-index: 9999;
    opacity: 0;
    display: flex;
    transform: translateX(-50%); /* Centering adjustment */
    animation: fadeInRight 1s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }

  .nav-container.column {
    flex-direction: column;
    gap: 65px;
    position: fixed;
    right: 54vw;
    top: -33vh;
    transform: translateY(-50%);
    opacity: 0;
    animation: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  
  .nav-container.column.show {
    opacity: 1;
    transform: translateY(0);
  }

  .btn.nav-btn {
    bottom: 30vh;
    width: 120px !important;
    height: 57px !important;
    font-size: 11.5px !important;
    box-shadow: 0 4px 25px rgba(255, 255, 255, 0.511);
    border-radius: 10px;
  }
}

@media (min-width: 2558px) {
  .nav-container-wrapper .nav-container {
    position: fixed;
    right:-2vw;
    top: 11vh;
    z-index: 9999;
    opacity: 0;
    display: flex;
    transform: translateX(-50%); /* Centering adjustment */
    animation: fadeInRight 1s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }

  .nav-container.column {
    flex-direction: column;
    gap: 85px;
    position: fixed;
    right: 54vw;
    top: -23vh;
    transform: translateY(-50%);
    opacity: 0;
    animation: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  
  .nav-container.column.show {
    opacity: 1;
    transform: translateY(0);
  }

  .btn.nav-btn {
    bottom: 30vh;
    width: 140px !important;
    height: 67px !important;
    font-size: 15.5px !important;
    box-shadow: 0 4px 25px rgba(255, 255, 255, 0.511);
    border-radius: 10px;
  }
}

.site-hero {
  background-image: url(images/landing_background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.site-hero,
.site-hero .row {
  height: 100vh;
  min-height: 800px;
  text-align: center;
}

.site-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/landing_background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  backdrop-filter: blur(38px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}

.site-hero .container {
  position: relative;
  z-index: 2;
  font-family: Landing;
}

.site-hero h1 {
  position: absolute;
  bottom: 80%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-family: "Landing", sans-serif;
  text-align: center;
}

@media (max-width: 1980px) {
  .site-hero h1 {
    top: -240%;
    font-size: 66px !important;
  }
}

@media (min-width: 2556px) {
  .site-hero h1 {
    width: 90%;
    font-size: 85px !important;
    top: -350% !important;
    left: 53% !important;
    transform: translate(-50%, -50%);
  }
}

.letter-spacing {
  letter-spacing: 0.2rem;
  color: rgba(0, 200, 255, 0.668) !important;
  position: absolute;
  top: 15%;
  left: 48%;
  animation-delay: 1.2s;
  font-family: "Landing", sans-serif;
  font-size: calc(0.5rem + 0.5vw);
  text-align: center;
  max-width: 90%;
  transform: translate(-5%, -20%);
}

@media (max-width: 1980px) {
  .letter-spacing {
    font-size: 1.1rem;
    top: -85%;
    left: 48%;
    transform: translate(-10%, -15%);
    font-family: Landing;
  }
}

@media (min-width: 2556px) {
  .letter-spacing {
    font-size: 1.30rem;
    top: -200%;
    left: 47%;
    transform: translate(-5%, -10%);
    font-family: Landing;
  }
}

@font-face {
  font-family: 'Landing';
  src: url('/fonts/landing.otf') format('opentype');
}

.scroll-down-wrapper {
  position: fixed; /* Fixed position to stick to the viewport */
  bottom: 20px; /* Distance from the bottom of the screen */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Centering adjustment */
  display: flex; /* Flexbox for alignment */
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: auto; /* Let it adjust dynamically */
}

.scroll-down-wrapper p {
  font-family: Landing;
  font-size: 20px;
  color: #ffffff58;
  margin-bottom: 10px; /* Space between the text and the arrow */
}

.scroll-down-arrow {
  width: 200px; /* Set a relative size for responsiveness */
  height: auto;
  animation: bounce 1.5s infinite;
}

/* Optional: Add a media query for further responsiveness */
@media (max-width: 768px) {
  .scroll-down-arrow {
    width: 40px; /* Smaller arrow for smaller screens */
  }

  .scroll-down-wrapper p {
    font-size: 16px; /* Adjust text size for smaller screens */
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

#section-home {
  position: relative;
}

.map-container {
  position: absolute;
  top: 95%;
  left: 23.5%;
  width: 22%;
  height: 180px;
  z-index: 10;
}

@media (max-width: 1980px) {
  .map-container {
    position: absolute;
    top: 87%;
    left: 25%;
    width: 22%;
    height: 180px;
    z-index: 10;
  }
}

@media (min-width: 2556px) {
  .map-container {
    position: absolute;
    top: 92%;
    left: 26%;
    width: 22%;
    height: 180px;
    z-index: 10;
  }
}

.responsive-map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 7px 13px #6a699297;
  filter: invert(90%) hue-rotate(180deg);
  border: none;
}

.blinking-circle {
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #00ff00;
  border-radius: 50%;
  animation: blink 1.5s infinite;
  box-shadow: 0 0 10px 5px rgba(0, 255, 0, 0.5);
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.site-heading {
  color: #c2c2c2;
}

.site-hero h1 strong {
  font-weight: bolder;
  color: rgba(85, 64, 64, 0.863) !important;
}

@media (min-width: 768px) {
  .site-hero h1 {
    font-size: 4.2em;
  }
}

.landing-subtitle {
  color: #c2c2c2 !important;
  position: absolute;
  font-family: Landing;
  font-size: calc(0.8rem + 0.5vw);
  margin: 0;
  animation-delay: 0.8s;
  text-align: center;
  max-width: 90%;
}

@media (max-width: 1980px) {
  .landing-subtitle {
    font-size: 1.4rem !important;
    top: -165% !important;
    left: 41.5% !important;
    font-family: Landing;
  }
}

@media (min-width: 2556px) {
  .landing-subtitle {
    font-size: 1.55rem !important;
    top: -295% !important;
    left: 40% !important;
  }
}

.site-hero h1,
.site-hero .lead {
  font-weight: 100;
  color: #c2c2c2;
}

.site-hero .lead {
  line-height: 2;
}

.site-hero .site-subheading {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(119, 0, 255, 0.5);
}

.socials-container-wrapper {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  animation: fadeInLeft 1s ease-in-out;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
}

.socials-container {
  position: fixed;
  top: -30vh;
  left: 67vw;
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: left;
  align-items: start;
  animation: bobbing 8s infinite ease-in-out;
  animation-delay: 2s;
}

@media (max-width: 1980px) {
  .socials-container {
    font-size: 1rem !important;
    font-family: Landing;
  }
}

@media (min-width: 2558px) {
  .socials-container {
    position: fixed;
    top: -30vh;
    right: 20vw;
    font-size: 15rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 100px !important;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn {
  width: 60px;
  height: 60px;
  background-color: #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3em;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 10px;
}

@media (max-width: 2000px) {
  .btn {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

@media (min-width: 2556px) {
  .btn {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }
}

i.fa {
  display: flex;
}

@media (max-width: 1990px) {
  .fa-github {
    font-size: 40px !important;
  }
}

@media (max-width: 1990px) {
  .fa-linkedin {
    font-size: 40px !important;
  }
}

@media (max-width: 1990px) {
  .fa-instagram {
    font-size: 40px !important;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 1990px) {
  .fa-facebook {
    font-size: 40px !important;
  }
}

@media (min-width: 2556px) {
  .fa-github {
    font-size: 55px !important;
  }
}

@media (min-width: 2556px) {
  .fa-linkedin {
    font-size: 55px !important;
  }
}

@media (min-width: 2556px) {
  .fa-instagram {
    font-size: 55px !important;
  }
}

@media (min-width: 2556px) {
  .fa-facebook {
    font-size: 55px !important;
  }
}

#fb {
  color: #0e67ff;
  text-shadow: 0 30px 30px #006fff;
}

#ig {
  color: #c302dd;
  text-shadow: 0 30px 30px #c302dd;
}

#gh {
  color: #800000;
  text-shadow: 0 30px 30px #970000;
}

#li {
  color: #5b95ce;
  text-shadow: 0 30px 30px #71b6fb82;
}

.btn.fb-btn {
  box-shadow: 10px 20px 30px -20px rgb(0, 110, 255);
}

.btn.fb-btn:hover {
  transform: scale(1.25);
  box-shadow: 0 10px 10px 10px rgba(0, 110, 255, 0.272);
}

.btn.ig-btn {
  box-shadow: 0 20px 20px -20px #f4046076;
}

.btn.ig-btn:hover {
  transform: scale(1.25);
  box-shadow: 0 10px 10px 10px #ad004276;
}

.btn.gh-btn {
  box-shadow: 0 20px 20px -20px rgba(151, 0, 0, 0.329);
}

.btn.gh-btn:hover {
  transform: scale(1.25);
  box-shadow: 0 10px 10px 10px rgba(107, 0, 0, 0.6);
}

.btn.li-btn {
  box-shadow: 0 30px 30px -20px #71b6fb82;
}

.btn.li-btn:hover {
  transform: scale(1.25);
  box-shadow: 0 10px 10px 10px #71b6fb82;
}

.site-section {
  padding: 5em 0;
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.section-heading h2 {
  position: relative;
  font-weight: 200;
  padding-top: 20px;
  font-size: 30px;
  margin-top: -6%;
  font-family: Landing;
}

.section-heading h2 strong {
  font-weight: 500;
}

.section-heading.text-center h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lead {
  font-weight: 200;
  line-height: 1.5;
  font-size: 16px;
}

.site-service-item {
  background: #333;
  padding: 30px;
}

.site-service-item .icon {
  display: block;
  margin-bottom: 50px;
  background: #dbdee0;
  background: #bac964;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}

.site-service-item .icon span {
  font-size: 40px;
  color: #080b0e;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.site-service-item h3 {
  font-size: 20px;
  font-weight: 200;
}

.site-link {
  position: relative;
}

.site-link i {
  position: relative;
  top: 2px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-link:hover i {
  position: relative;
  margin-left: 20px;
}

.site-list {
  padding: 0;
  margin: 0;
}

.site-list li {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.site-list li:before {
  font-family: 'icomoon';
  position: absolute;
  top: .1em;
  left: 0;
}

.site-list li.site-check {
  padding-left: 30px;
}

.site-list li.site-check:before {
  color: #bac964;
  font-size: 16px;
  content: "\ebd3";
}

.btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
}

.email-link {
  color: #ffffff;
  font-size: 18px;
  font-family: Landing;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #ffea00;
}

.resume-button {
  display: flex;
  padding: 5px 10px;
  font-family: Landing;
  font-size: 17px;
  width: 50%;
  border: 5px solid rgb(73, 0, 176);
  border-radius: 10px;
  transition: all 0.2s;
  position: relative;
  top: -10px;
  left: 5vw;
  box-shadow: 0px 7px 15px #000000;
}

.resume-button:hover {
  border: 3px solid rgb(100, 0, 161);
  transform: scale(1.1);
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 12px;
  border: 1px solid #c2c2c2;
}

.btn.btn-secondary {
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 12px;
  border: 1px solid #c2c2c2;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: crimson;
}

.progress {
  overflow: visible;
  margin-bottom: 26px;
  height: 4px;
}

.progress .progress-bar {
  background-color: #c96464;
  position: relative;
  border-radius: 4px;
}

.progress .progress-bar span {
  background-color: #c96464;
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
}

.progress .progress-bar span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #bac964;
  border-width: 5px;
  margin-left: -5px;
}

.skill h3 {
  font-size: 18px;
}

.filters {
  text-align: center;
}

.filters ul {
  padding: 0;
  margin-top: -70px !important;

}

.filters ul li {
  display: inline-block;
  cursor: pointer;
  padding: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.filters ul li:hover {
  color: #6486c9;
}

.filters ul li.active {
  color: #bac964;
}

.single-portfolio {
  margin-bottom: 0px;
  display: block;
}

.single-portfolio .relative {
  margin-bottom: 20px;
  width: 100%;
  height: 145%;
}

@media (max-width: 1980px) {
  .single-portfolio {
    text-align: center;
    font-size: 16px !important;
    width: 30%;
  }
}

@media (min-width: 2554px) {
  .single-portfolio .p-inner {
    text-align: center;
    font-size: 19px;
  }
}

@media (max-width: 1980px) {
  .proj-title {
    text-align: center;
    font-size: 18px !important;
    font-family: Landing;
    font-weight: bold;
    margin-top: -5px;
  }
}

@media (min-width: 2554px) {
  .single-portfolio .p-inner {
    text-align: center;
    font-size: 19px;
  }
}

/*--------- Start Portfolio Area -------------*/

.portfolio-area .primary-btn {
  color: #fff;
  background-color: crimson;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-area .filters {
  text-align: center;
  margin-bottom: 45px;
}

.portfolio-area .filters ul {
  padding: 0;
  margin-bottom: 45px;
}

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 736px) {
  .portfolio-area .filters ul li {
    padding: 6px 6px;
  }
}

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li.active {
  color: #bac964;
}

.portfolio-area .filters-content {
  margin-top: 50px;
}

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.portfolio-area .filters-content .item img {
  border-radius: 10px;
  width: 150%;
}

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center;
}

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 1px;
}

*/
/* .portfolio-area .filters-content .item img {
  width: 100%;
} */

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.single-portfolio:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 2px;
  padding: 16px 32px;
}

.single-portfolio {
  border-radius: 5px;
}


@media (max-width: 1980px) {
  .single-portfolio .image img-fluid .filters-content {
    position: relative;
    top: 0vh;
    max-width: 550px;
  }
}

@media (min-width: 2556px) {
  .single-portfolio .image .desc .cat .p-inner .filters-content {
    position: relative;
    top: -2vh
  }
}

@media (max-width: 1980px) {
  .section-heading h2 {
    position: relative;
    top: -2vh;
    font-size: 25px !important;
  }
}

@media (min-width: 2556px) {
  .section-heading h2 {
    position: relative;
    top: 2vh
  }
}

@media (max-width: 1980px) {
  .desc .cat .p-inner .filters-content {
    position: relative !important;
    top: 0vh !important;
    font-size: 500px !important;
    text-align: center !important;
  }
}

@media (min-width: 2556px) {
  .desc .cat .p-inner .filters-content {
    position: relative !important;
    top: 10vh !important;
    font-size: 500px !important;
    text-align: center !important;
  }
}

.single-portfolio:hover .thumb .overlay-bg {
  opacity: .85;
}

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resume-item {
  height: 200px;
  padding: 10px;
  background: #333;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 4px solid transparent;
  border-radius: 7px;
  margin-top: -15px;
}

.resume-item p {
  font-size: 14px !important;
  margin-top: -5px;
}

.resume-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #c2c2c2;
}

.resume-item .school {
  display: block;
  font-size: 15px;
  color: #c2c2c2;
}

.resume-item h3 {
  color: #bac964;
  font-size: 16px;
}

.resume-item *:last-child {
  margin-bottom: 0;
}


@media (max-width: 1980px) {
  .about-image {
    max-width: 70%;
    border-radius: 25px;
    margin-left: 17%;
    margin-top: 5%
  }
}

@media (min-width: 2554px) {
  .about-image {
    max-width: 95%;
    border-radius: 100px;
    margin-left: -5%;
    margin-top: 25%
  }
}

@media (max-width: 1980px) {
  .about-text {
    max-width: 110%;
    margin-left: 0%;
    margin-top: 5%
  }
}

@media (min-width: 2554px) {
  .about-text {
    max-width: 100%;
    margin-left: 5%;
    margin-top: 20%;
    font-size: 20px;
  }
}

.blog-entry {
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #333;
  border-radius: 10px;
}

.blog-entry:hover,
.blog-entry:active,
.blog-entry:focus {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.blog-entry .blog-entry-text {
  border-top: none;
  padding: 30px;
}

.blog-entry .blog-entry-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.blog-entry .blog-entry-text h3 a {
  color: #fff;
}

.blog-entry .meta {
  font-size: 14px;
}

.blog-entry .meta a {
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.4);
}


.form-control {
  border: none !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

.form-control:active,
.form-control:focus {
  background: #404040;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-form .form-control {
  border: 1px solid #b3bdc6;
}

.site-contact-details,
.site-contact-details li {
  padding: 0;
  margin: 0;
}

.site-contact-details li {
  list-style: none;
  margin-bottom: 20px;
}

.site-contact-details li>span {
  color: #2c3e50;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.site-footer {
  padding: 3em 0;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer .social-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #333;
  position: relative;
  border-radius: 50%;
  font-size: 22px;
  margin: 0 10px;
}

.site-footer .social-item>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-47 .block-47-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: block;
}

.block-47 .block-47-image img {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #333;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}

.block-47 .block-47-quote:before {
  content: "";
  border: 1px solid red;
  z-index: 2;
  position: absolute;
  left: -15px;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}

.block-47 .block-47-quote .block-47-quote-author {
  font-size: 14px;
  color: #666666;
}