body {
  font-family: "Lato";
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Not implemented yet */
  -o-user-select: none;
  user-select: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

* {
  outline: none;
}

/*p {
  text-align: justify;
  text-justify: inter-word;
}*/

h1 {
  font-family: "Cookie", cursive;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat";
}

.hr-light {
  border: none;
  height: 5px !important;
  /* Set the hr color */
  color: white;
  /* old IE */
  /*background-color: #2C3E50;*/
  /* Modern Browsers */
  background-color: white;
  width: 80%;
}

.hr-dark {
  border: none;
  height: 5px !important;
  /* Set the hr color */
  color: white;
  /* old IE */
  /*background-color: #2C3E50;*/
  /* Modern Browsers */
  background-color: #2c3e50;
  width: 80%;
}

hr.white-hr {
  background-color: white !important;
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -0.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: "\f005";
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18bc9c;
}

hr.star-dark {
  border-color: #2c3e50;
}

hr.star-dark:after {
  color: #2c3e50;
  /*background-color: white;*/
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top,
.resume-floating-btn {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a,
.resume-floating-btn a {
  width: 4.5rem;
  height: 2.5rem;
  background-color: rgba(33, 37, 41, 0.7);
  line-height: 2.2rem;
  text-decoration: none;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: "Montserrat";
  outline: none;
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #18bc9c;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #18bc9c;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }

  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }

  #mainNav .navbar-nav {
    margin-top: 0;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
    color: #fff;
    /*background: #18BC9C;*/
    border: 2px solid #18bc9c;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
    color: #fff;
    /*background: #18BC9C;*/
    border: 2px solid #18bc9c;
  }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #2c3e50 !important;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.floating-label-form-group {
  position: relative;
  /*border-bottom: 1px solid #e9ecef;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 10px;
  resize: none;
  border: none;
  border-radius: 5px;
  border: 2px solid #2c3e50;
  background: none;
  box-shadow: none !important;
}

.form-control:focus {
  background: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer-links {
  padding-left: 0 !important;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c3e50;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #18bc9c;
}

a:focus,
a:hover,
a:active {
  color: #128f76;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  /*background-color: #18BC9C !important;*/
  background-color: #18bc9c !important;
}

.bg-secondary {
  background-color: #2c3e50 !important;
}

.text-primary {
  color: #18bc9c !important;
}

.text-secondary {
  color: #2c3e50 !important;
}

.btn-primary {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #128f76;
  border-color: #128f76;
}

.btn-secondary {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}

/****************************************************************************/

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 15px !important;
  margin-top: 20px !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoTwitter:hover,
.video-share a.icoTwitter:hover {
  background-color: #33ccff;
  border: 1px solid #33ccff;
  transition: all 0.5s ease;
}

.social-network a.icoGoogle:hover {
  background-color: #bd3518;
  border: 1px solid #bd3518;
  transition: all 0.5s ease;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
  border: 1px solid #007bb7;
  transition: all 0.5s ease;
}

.social-network a.icoGithub:hover {
  background-color: #24292e;
  border: 1px solid #24292e;
  transition: all 0.5s ease;
}

.social-network a.icoCodecanyon:hover {
  background-color: #82b440;
  border: 1px solid #82b440;
  transition: all 0.5s ease;
}

/*a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}*/

.social-circle li a {
  color: #ffffff;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ffffff;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

canvas {
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  background-color: #00365b !important;
  background-attachment: fixed;
}

/*--------------social icons ends--------------*/

/*Typing effect*/

.typewriter h3 {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  /*font-size: 24px;*/
  padding-bottom: 4px;
  overflow: hidden;
  margin: 0 auto;
  color: white;
  font-size: 1.1rem !important;
  /*line-height: 2vh;*/
}

@media (min-width: 992px) {
  .bg-secondary {
    background-color: transparent !important;
    /*background: rgba(0, 0, 0, 0.5) !important;*/
  }

  .typewriter h3 {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
  }

  .text h1 {
    font-size: 3rem !important;
    line-height: 3rem;
    font-family: "Cookie", cursive;
  }
}

/*.bg-primary {
  background: #212121 !important;
}*/

#particles-js {
  position: relative;
  height: 100vh;
  /*width: 100%;
  height: 100%;*/
  /*background: #212121;*/
}

.text {
  position: absolute;
  top: 55% !important;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  width: 80vw;
  max-width: 90%;
  padding: 2em 3em;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 2px #131415;
  /*font-family: 'Open Sans', sans-serif;*/
}

/*--------------Particle JS--------------*/

#particles-js {
  position: relative;
  height: 100vh;
  /*width: 100%;
  height: 100%;*/
  background: #212121;
}

/* ======= RESUME BUTTON ======= */

button {
  display: block;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer;
}

button {
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-weight: 400;
  padding: 0.5em 1em;
  text-transform: upercase;
}

button.resume-btn {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  color: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}

button.resume-btn:hover {
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.typewriter a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .bg-secondary {
    background-color: #2c3e50 !important;
  }

  .resume-link {
    display: none;
    visibility: hidden;
  }

  .overlay {
    background-color: #2c3e50 !important;
  }

  #mainNav {
    padding-bottom: 0 !important;
  }

  /*.footer-links{
    display: none;
  }*/
  /*a button {
    position: relative;
    top: 50%;
    right: 50%;
    margin-top: 30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }*/
}

/**************************************ABOUT**************************************/

section#about {
  background: rgba(44, 62, 80, 0.5);
  /*color: #2C3E50 !important;*/
  color: white !important;
  /*background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  */
}

section#about h2 {
  /*color: #2C3E50 !important;*/
  color: white !important;
}

.dark-intro {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
}

/**************************************PORTFOLIO**************************************/

/*section#portfolio {
  background: #18BC9C !important;
  color: #2C3E50 !important;
}*/

section#portfolio h2 {
  color: #2c3e50 !important;
  /*color: white !important;*/
}

/**************************************EXPERTISE**************************************/

section#expertise {
  background: #eeeeee !important;
  color: #2c3e50 !important;
}

section#expertise h2 {
  color: #2c3e50 !important;
}

/**************************************EXPERTISE**************************************/
section#contact {
  background: #eeeeee !important;
  /*color: #2C3E50 !important;*/
}

/**************************************PRE-LOADER**************************************/

html.noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
}

.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*#preloader {
  display: none;
  visibility: hidden;
}*/

/*.stop-scrolling {
  height: 100%;
  overflow: hidden;
}*/

/* center the loader */

.overlay {
  /*position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #2C3E50;
  overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #2C3E50;*/
  background-color: #00365b;
  z-index: 99999;
  height: 100%;
}

.loader {
  color: #fff;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 15vh;
  opacity: 0.8;
  position: absolute;
}

.loader span {
  display: inline-block;
  -webkit-animation: pulse 0.4s alternate infinite ease-in-out;
  animation: pulse 0.4s alternate infinite ease-in-out;
}

.loader span:nth-child(odd) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

@keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

.logo .animate {
  -webkit-animation: logo 1s;
  -moz-animation: logo 1s;
  animation: logo 1s;
}

.logo .icon {
  display: inline-block;
}

.logo .icon span {
  display: inline-block;
  vertical-align: middle;
}

.logo .icon span:first-of-type {
  margin-right: -15px;
  margin-top: 0px;
}

.logo .pipe {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

.logo .pipe.animate {
  -webkit-animation: openPipe 1s;
  -moz-animation: openPipe 1s;
  animation: openPipe 1s;
}

.logo .name {
  display: inline-block;
  vertical-align: middle;
}

.logo .name.animate {
  -webkit-animation: slideName 2s;
  -moz-animation: slideName 2s;
  animation: slideName 2s;
}

@keyframes logo {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes openPipe {

  0%,
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideUp {

  0%,
  50% {
    margin-bottom: -100%;
  }

  100% {
    margin-bottom: 0;
  }
}

@keyframes slideName {

  0%,
  40% {
    transform: scale(0);
    opacity: 0;
    margin-left: -100%;
  }

  55% {
    opacity: 0;
  }

  100% {
    margin-left: 0%;
    transform: scale(1);
    opacity: 1;
  }
}

.overlay p {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  /*position: absolute;*/
  /*top: 18%;*/
  /*left: 50%;*/
  /*width: 40em;*/
  /*margin: 0 0 0 -20em;*/
}

.overlay p span.preloader-title {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  /* background: url(http://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y; */
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.overlay p span.preloader-subtitle {
  color: white;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/*.hide-it{
  display: none;
}*/

/**************************************PORTFOLIO CARDs**************************************/

.card-container {
  display: block;
  /*width: 20em;
  height: 25em;
  margin-right: 2em;
  margin-bottom: 2em;*/
  border-radius: 0.5em;
  background-color: #fff;
  /*box-shadow: 6px 6px 6px rgba(0,0,0,0.3);*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  margin-bottom: 2em;
}

.project-date {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 4px 0;
}

.card-top {
  width: 100%;
  height: 8em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  /* background-image: url("https://image.ibb.co/dHwQvv/creating.jpg"); */
  background-size: cover;
  position: relative;
}
.project-nine{
  background-image: url("../thumbnails/QuickLauncher.png");
}

.project-zero {
  background-image: url("../thumbnails/DavAnalyzer.webp");
}

.project-one {
  background-image: url("../thumbnails/spit_railway_thumbnail.webp");
}

.project-two {
  background-image: url("../thumbnails/AntiTheftAlarm.webp");
}

.project-three {
  background-image: url("../thumbnails/GeoDataBlocker.webp");
}

.project-four {
  background-image: url("../thumbnails/mis_kem.webp");
}

.project-five {
  background-image: url("../thumbnails/ComputerDeptWebsite.webp");
}

.project-six {
  background-image: url("../thumbnails/MailingSystem.webp");
}

.project-seven {
  background-image: url("../thumbnails/VirtualWallet.webp");
}

.project-eight {
  background-image: url("../thumbnails/MaharashtraRTO.webp");
}

/*.card-top.learn {
  background-image: url("https://image.ibb.co/dVsLTF/personalized_learning_2.webp");
}*/

/*.card-top.ideas {
  background-image: url("https://image.ibb.co/mz8uoF/Learning_talking_in_a_group_with_other_people.jpg");
}*/

.blur {
  background-image: linear-gradient(to bottom,
      rgba(69, 77, 91, 0.5) 0%,
      rgba(43, 40, 50, 0.5) 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.card-top span.project-type {
  width: 8.07em;
  height: 2.53em;
  position: absolute;
  z-index: 1;
  top: 3.19em;
  right: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2ca58d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.card-top span.project-type.learn {
  background-color: #2ca58d;
}

.card-top span.project-type.create {
  background-color: #00a8e8;
}

.card-top span.project-type.ideas {
  background-color: #eeff22;
  color: #000;
}

.title {
  color: #00a8e8;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
  /*margin-bottom: 0.5em;*/
  font-size: 1.12em;
}

.summary {
  color: #95989a;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1em;
  font-size: 0.89em;
  height: 3.19em;
  overflow: hidden;
}

.article-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-links li {
  display: inline-block;
  margin: 1px 1px 10px 2px;
}

.article-links a {
  color: white;
  background: #2c3e50;
  border-radius: 2px;
  border: 2px solid #2c3e50;
  font-size: 0.6875rem;
  padding: 5px 12px;
  transition: background 0.3s ease;
}

.article-links a:hover {
  /*background: #4785C7;*/
  -moz-box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: box-shadow 0.4s ease;
}