* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Roboto';
  background-color: white;
}

.git {
  background-image: url(31.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125px;
  position: relative;
}

.git:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #00c6ff, #0072ff);
  opacity: 0.3;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  color: #f1c40f;
  font-family: 'Roboto';
  padding-top: 50px;
}

.hero h1 {
  text-align: center;
  font-size: 35px;
  color: #f1c40f;
  font-family: 'Roboto';
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 0;
}

h2 {
  text-align: left;
}

.heading__highlight {
  font-size: 3.5rem;
  color: #4b6cb7;
  font-weight: 400;
}

h3 {
  font-size: 2rem;
  color: #4b6cb7;
  font-weight: 400;
  text-align: left;
  margin-top: 1.5rem;
}

.hr {
  text-align: center;
  margin: 0 auto;
}

.hr .fa-circle {
  color: #4b6cb7;
}

.hr .fa-circle:not(:first-child):not(:last-child) {
  color: #f1c40f;
}

.hr i {
  margin-left: 15px;
  margin-right: 15px;
}

.hr2 {
  text-align: center;
  margin: 0 auto;
}

.hr2 .fa-circle {
  color: white;
}

.hr2 .fa-circle:not(:first-child):not(:last-child) {
  color: #f1c40f;
}

.hr2 i {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 320px) and (max-width:480px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width:800px) {
  h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width:800px) and (max-width:950px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
  .heading__highlight {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 480px) and (max-width:800px) {
  .heading__highlight {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width:800px) and (max-width:950px) {
  .heading__highlight {
    font-size: 3rem;
  }
}

h4 {
  color: #4b6cb7;
  text-align: center;
  padding: 40px;
  font-weight: 400;
  font-size: 3.2rem;
  z-index: 2;
  position: relative;
}

h6 {
  color: white;
  text-align: center;
  padding: 20px;
  font-weight: 400;
  font-size: 3.2rem;
  z-index: 2;
  position: relative;
}

.footer {
  color: white;
  background-color: #34495e;
  font-weight: 500;
  font-size: 17px;
}

.footer--container {
  text-align: left;
  margin-left: 8%;
  margin-right: 8%;
  padding: 1.5rem 0 1.5rem 0;
}

.about__para {
  text-align: justify;
  font-size: 2.5rem;
  line-height: 4.5rem;
  color: #555555;
  font-weight: 300;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 320px) and (max-width:480px) {
  .about__para {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width:800px) {
  .about__para {
    font-size: 1.5rem;
    line-height: 3.0rem;
  }
}

@media only screen and (min-width:800px) and (max-width:950px) {
  .about__para {
    font-size: 2.0rem;
    line-height: 4.0rem;
  }
}

.about__button {
  margin-top: 4rem;
  padding-bottom: 3rem;
}

.btn {
  border: 3px solid #4b6cb7;
  border-radius: 5px;
  color: #4b6cb7;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: Transparent;
  letter-spacing: 5px;
}

.btn:hover {
  color: white;
  background-color: #4b6cb7;
}

.hero {
  background-image: url(31.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 54vh;
  max-height: 1200px;
  min-height: 200px;
}

.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #00c6ff, #0072ff);
  opacity: 0.3;
}

@media only screen and (min-width: 320px) {
  .hero {
    height: 100%;
  }
}

@media only screen and (min-width: 680px) {
  .hero {
    height: 100%;
  }
}

@media only screen and (min-width: 950px) {
  .hero {
    height: 100%;
  }
}

.hero2 {
  min-height: 100%;
  width: 100%;
  background: #fff;
  background-color: #f5f6fa;
}

@media only screen and (min-width: 320px) {
  .hero {
    height: 100%;
  }
}

@media only screen and (min-width: 680px) {
  .hero {
    height: 100%;
  }
}

@media only screen and (min-width: 950px) {
  .hero {
    height: 100%;
  }
}

.hero3 {
  height: 100%;
  width: 100%;
  background: #fff;
  background: #4b6cb7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #182848, #4b6cb7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hero4 {
  min-height: 100%;
  width: 100%;
  background: #fff;
  background-color: white;
}

.inner-text {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 70px;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .inner-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 400px) {
  .inner-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 680px) {
  .inner-text {
    font-size: 75px;
  }
}

@media only screen and (min-width: 950px) {
  .inner-text {
    font-size: 100px;
  }
}

.p1 {
  display: inline-block;
  font-size: 1em;
  font-weight: 100;
  line-height: 1;
  color: white;
}

.p2 {
  display: inline-block;
  font-weight: 900;
  color: white;
}

@media only screen and (max-width: 465px) {
  .p2 {
    position: relative;
  }
}

.overlay {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 99;
  background-color: #f1c40f;
  transition: height 1s ease-in-out;
}

.overlay.open {
  height: 100%;
}

.overlay.open .link-wrapper {
  opacity: 1;
}

.overlay .link-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 300ms ease 300ms;
}

.overlay .link-wrapper a {
  position: relative;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: white;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-bottom: 2px;
}

.overlay .link-wrapper a span {
  display: inline-block;
}

.overlay .link-wrapper a span:after {
  content: '';
  display: block;
  margin: auto;
  height: 5px;
  width: 0px;
  background: transparent;
  transition: width 300ms ease, background-color 300ms ease;
}

.overlay .link-wrapper a:hover {
  color: white;
}

.overlay .link-wrapper a:hover span:after {
  width: 100%;
  background-color: white;
}

.navigation {
  width: 100%;
  height: 40px;
  z-index: 400;
  position: fixed;
}

.burger_deluxe {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 34px;
  height: 40px;
  z-index: 3;
}

.burger_deluxe .burger_global {
  position: absolute;
  border-top: 5px solid #F1C40F;
  width: 100%;
  left: 1px;
}

.burger_deluxe .burger_global.top_bun {
  top: 0;
  transition: transform 500ms ease, border 500ms ease;
  transform-origin: left center;
  left: 1px;
}

.burger_deluxe .burger_global.patty {
  top: 12px;
  transition: opacity 500ms ease;
  left: 1px;
}

.burger_deluxe .burger_global.bottom_bun {
  top: 24px;
  transition: transform 500ms ease, border 500ms ease;
  transform-origin: left center;
  left: 1px;
}

.burger_deluxe.open span {
  border-color: white;
  left: 1px;
}

.burger_deluxe.open .top_bun {
  transform: rotate(45deg);
  left: 1px;
}

.burger_deluxe.open .patty {
  opacity: 0;
  left: 1px;
}

.burger_deluxe.open .bottom_bun {
  transform: rotate(-45deg);
  left: 1px;
}

.fb {
  width: 60px;
  height: 60px;
  background-color: #3b5998;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.icon {
  padding: 20px;
  align-items: flex-end;
  bottom: 10px;
  right: 10px;
  position: fixed;
  cursor: pointer;
}

.fa {
  color: white;
}

ul {
  list-style-type: none;
}

#skills {
  margin: 0 auto;
  width: 90%;
  text-align: left;
}

#skills li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 6px;
  font-size: 20px;
  color: #2c3e50;
}

.bar_container,
.bar {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 5px;
  content: "";
}

.bar_container {
  bottom: -8px;
  width: 100%;
  background-color: #333;
  text-align: right;
}

.bar {
  top: 0;
}

.pct {
  position: absolute;
  bottom: -25px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.pozition {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 320px) {
  .about {
    height: 100%;
  }
}

@media only screen and (min-width: 680px) {
  .about {
    height: 100%;
  }
}

@media only screen and (min-width: 950px) {
  .about {
    height: 100%;
  }
}

.omnie {
  text-align: center;
  font-size: 17px;
}

.title_bar_2 {
  text-align: center;
  margin: auto;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  margin-top: 20px;
  padding: 5px;
  width: 550px;
}

@media only screen and (max-width: 465px) {
  .flex-item {
    margin-bottom: 50px;
  }
}

.down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  animation: bounce 2s infinite;
  z-index: 1;
}

.fa-angle-double-down {
  color: #f1c40f;
}

#zz::selection {
  background: #f1c40f;
  color: #fff;
}

#aa::selection {
  background: #9b59b6;
  color: #fff;
}

/* HR */

.hr-colored-short {
  height: 4px;
  width: 80px;
  background: #f1c40f;
  /* fallback for old browsers */
  border-radius: 20px;
  margin: 10px auto 10px auto;
}

@media(max-width:768px) {
  .hr-colored-short {
    height: 4px;
    width: 80px;
    margin: 12px auto 20px auto;
  }
}

.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 8px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:before,
.snip1585:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1585 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1585 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.snip1585 h3 span {
  display: block;
  font-weight: 700;
}

.snip1585 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1585:hover>img,
.snip1585.hover>img {
  opacity: 0.7;
}

.snip1585:hover:before,
.snip1585.hover:before,
.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585:hover figcaption,
.snip1585.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.container {
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
}

#skill-set {
  padding-top: 1.5rem;
  cursor: pointer;
}

ul>li {
  float: left;
}

#skill-set ul {
  overflow: hidden;
}

#html {
  background-color: #F16529;
}

#css {
  background-color: #40B1E3;
}

#js {
  background-color: #e9d44b;
}

#bot {
  background-color: #59407F;
}

#wp {
  background-color: #21759B;
}

#rwd {
  background-color: #27dac2;
}

#php {
  background-color: #4F5B93;
}

#msql {
  background-color: #E48E00;
}

.skills {
  color: white;
}

.skills li {
  padding: 20px;
}

.top {
  margin-top: 30px;
  text-align: center;
}

.card {
  display: inline-block;
  height: 360px;
  margin: 0.5rem;
  position: relative;
  width: auto;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card img {
  max-width: 510px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  display: block;
}

.card h2 {
  margin-top: 35px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.card h2:hover {
  color: #4B6CB7;
}

.field {
  max-width: 510px;
  width: 100%;
  height: 150px;
  position: absolute;
  background-color: white;
}

.category {
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  padding: .5rem 1rem .4375rem;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  background: white;
  color: #4B6CB7;
  border: 2px solid #4B6CB7;
}

.card12 {
  font-family: 'Roboto';
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: auto;
  margin: 0.5rem;
  position: relative;
  width: 32.11%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media(max-width:1071px) {
  .card12 {
    width: 45%;
  }
}

@media(max-width:715px) {
  .card12 {
    width: 100%;
  }
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card12 h2 {
  color: #212121;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
  margin-top: 10px;
  text-align: left;
}

.card12 h2:hover {
  color: #3498db;
}

.card12 p {
  color: #212121;
  font-family: 'Roboto';
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}

.card12 .box {
  margin-left: 30px;
  margin-right: 30px;
  height: auto;
}

.card12 .title-amethyst a {
  color: #000000;
}

.card12 .title-amethyst a:hover {
  color: #3498db;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.card12 .hr-blue-short {
  height: 3px;
  width: 100px;
  background: #f1c40f;
  border-radius: 20px;
}

@media(max-width:768px) {
  .card12 .hr-blue-short {
    height: 3px;
  }
}

.card12 img {
  height: 330px;
  width: 100%;
}

.card12 .meta {
  margin-top: 25px;
  margin-bottom: 25px;
}

.card12 #skill-set {
  padding-top: 0rem;
}

.card12 .skills {
  color: white;
}

.card12 .skills li {
  padding: 18px;
}

.card12 ul>li {
  float: left;
}

.card12 ul {
  list-style-type: none;
}

.card12 #skill-set ul {
  margin: 0 auto;
  overflow: hidden;
}

.card12 .btn2 {
  border: 3px solid #4b6cb7;
  border-radius: 5px;
  color: #4b6cb7;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background-color: Transparent;
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-bottom: 25px;
}

.card12 .btn2:hover {
  color: white;
  background-color: #4b6cb7;
}

.form-contact {
  width: 50%;
  margin: 0 auto;
}

.form-contact .form-contact-row {
  margin-bottom: 1.5rem;
}

.form-contact label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #4B6CB7;
  padding-bottom: .6rem;
  font-weight: 600;
  text-align: left;
}

.form-contact input[type=email],
.form-contact input[type=text],
.add input,
select {
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  border: none;
  background-color: #F5F6FA;
  border-radius: 5px;
}

.form-contact textarea {
  width: 100%;
  height: 200px;
  max-width: 100%;
  resize: none;
  background-color: #F5F6FA;
  text-align: left;
  border-radius: 5px;
  font-size: 1rem;
  padding: 1rem;
  border: none;
}

.button {
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1em 4.5em;
  color: white;
  background-color: #4C6DB7;
  font-weight: 700;
  font-size: 1.0em;
  margin-top: 3em;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(76, 110, 183, 0.90);
}

.cos p {
  color: #34495e;
  text-align: center;
  font-size: 2rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.about {
  margin-top: 70px;
}

#social {
  margin: 20px 10px;
  text-align: center;
}

.smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* facebook button class*/

.facebookBtn {
  background: #4060A5;
  margin: 5px;
}

.facebookBtn:before {
  /* use :before to add the relevant icons */
  font-family: "FontAwesome";
  content: "\f09a";
  /* add facebook icon */
}

.facebookBtn:hover {
  color: #4060A5;
  background: #fff;
}

/* twitter button class*/

.twitterBtn {
  background: #6cc644;
  margin: 5px;
}

.twitterBtn:before {
  font-family: "FontAwesome";
  content: "\f09b";
  /* add twitter icon */
}

.twitterBtn:hover {
  color: #6cc644;
  background: #fff;
}

/* google plus button class*/

.googleplusBtn {
  background: #0EBEFF;
  margin: 5px;
}

.googleplusBtn:before {
  font-family: "FontAwesome";
  content: "\f1cb";
  /* add googleplus icon */
}

.googleplusBtn:hover {
  color: #0EBEFF;
  background: #fff;
}

/* Email button class*/

.mailBtn {
  background: #f39c12;
  margin: 5px;
}

.mailBtn:before {
  font-family: "FontAwesome";
  content: "\f003";
  /* add mail icon */
}

.mailBtn:hover {
  color: #f39c12;
  background: #fff;
}

.gito {
  background-color: #4C6DB7;
  width: auto;
  height: 300px;
}

.gito--con {
  text-align: center;
}

.gito--con p {
  text-align: center;
  color: white;
  font-size: 22px;
  margin-top: 20px;
}

.gito--con a {
  text-align: center;
  color: #f1c40f;
  font-size: 20px;
}

.gito--con a:hover {
  text-align: center;
  color: #dbb310;
  font-size: 20px;
}

.language {
  position: fixed;
  z-index: 9999;
  top: 5px;
  left: 10px;
  width: 50px;
  cursor: pointer;
}

.language select {
  position: relative;
  box-shadow: none;
  font-size: 28px;
  color: #4C6DB7;
  font-weight: 700;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100px;
  z-index: 2;
  position: absolute;
}

hr {
  display: block;
  border: 0;
  border-top: 3px solid #f1c40f;
  padding: 0;
}

.collapsible {
  color: white;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
}

.content {
  transition: all 1s;
  z-index: -1;
  overflow: hidden;
  background-color: white;
  color: #F16529;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 2px solid #F16529;
}

.content:not(.active){
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.content.active{
	width: 70px;
	padding-left: 18px;
	padding-right: 18px;
}