body.overflow {
  overflow-y: hidden;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f7f5f5;
  font-family: "Lato", sans-serif;
  border-top: 4px solid #ed7263;
  border-bottom: 4px solid #ed7263;
  /* End Portfolio */
  /* Start Footer */
  /*==============================================
  === Contact Form                               =
  ==============================================*/
  /* Start Form */
  /*====================================
  ======== Contact Form ================
  ====================================*/
  /*-- /end footer --*/
  /*--Start Scroll To Top--*/
  /*--End Scroll To Top--*/
  /*-- Start Loading Page --*/
  /*-- End Loading Page --*/
}
body header .header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}
body header .header .progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}
body header .header .progress-container .progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}
body header .demo .content .large-header {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
body header .demo .content .large-header .logo {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 100px;
  height: 100px;
}
body header .demo .content .large-header .logo img {
  width: 100%;
  height: 100%;
}
body header .demo .content .large-header .main-title,
body header .demo .content .large-header #text-header {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #F9F1E9;
  text-align: center;
  top: 20%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
body header .demo .content .large-header #text-header {
  top: 35%;
}
body header .demo .content .large-header .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}
body header .demo .content .large-header .main-title .thin {
  font-weight: 200;
}
body header .demo .content .large-header {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 400px !important;
}
body header .demo .content .v-card {
  background: #3281a5;
  display: flex;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 10;
  height: 400px;
}
body header .demo .content .v-card .card-img {
  width: 40%;
  height: 100%;
}
body header .demo .content .v-card .card-img img {
  width: 100%;
  height: 100%;
}
body header .demo .content .v-card .card-body {
  width: 60%;
  padding: 3rem;
  border-top: 4px solid #ed7263;
}
body header .demo .content .v-card .card-body .card-header .title,
body header .demo .content .v-card .card-body .card-header .desc {
  display: block;
  width: 100%;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
  font-size: 30px;
}
body header .demo .content .v-card .card-body .card-header .desc {
  font-size: 16px;
}
body header .demo .content .v-card .card-body .card-content .desc {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1.6;
  margin: auto;
  text-align: justify;
}
body header .demo .content .v-card .card-body .card-content .social {
  margin-top: 3rem;
}
body header .demo .content .v-card .card-body .card-content .social li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
body header .demo .content .v-card .card-body .card-content .social li i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 1rem;
}
body header .demo .content .v-card .card-body .card-content .social li i.fa-mobile,
body header .demo .content .v-card .card-body .card-content .social li i.fa-map-marker {
  font-size: 25px;
}
body header .demo .content .v-card .card-body .card-content .social li p {
  margin: 0;
}
body header .demo .content .v-card .card-body .card-content .social li p img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -4px;
}
body header .demo .content .v-card .card-body .card-content .cv h2 {
  font-family: "Lato", sans-serif;
  line-height: 2em;
  color: #ed7263;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 3px 3px 0 rgba(52, 54, 56, 0.2);
  -moz-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -webkit-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -o-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -ms-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  font-size: 20px;
}
body header .demo .content .v-card .card-body .card-content .cv a {
  background-color: #ed7263;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  text-shadow: none;
  color: #fff;
  padding: 5px 61px;
  text-decoration: none;
}
@media (max-width: 375px) and (min-width: 321px) {
  body header .demo .content .v-card .card-body .card-content .cv h2 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  body header .demo .content .v-card .card-body .card-content .cv h2 {
    font-size: 13px;
  }
}
body .empty {
  height: 235px;
}
body .about-me .aboutMe-box {
  display: flex;
  justify-content: center;
}
body .about-me .aboutMe-box .aboutMe-img {
  position: relative;
  width: 50%;
  height: 365px;
}
body .about-me .aboutMe-box .aboutMe-img img {
  width: 100%;
  height: 100%;
}
body .about-me .aboutMe-box .desc {
  width: 50%;
  height: 365px;
  color: #615f5f;
  font-size: 16px;
  line-height: 1.6;
  margin: auto;
  text-align: justify;
  padding: 4rem;
  background-color: #fff;
}
body .about-me .aboutMe-box .desc a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body .about-me .aboutMe-box .desc a i {
  margin: 0 5px;
}
body .about-me .aboutMe-box .desc .p2 {
  display: none;
}
body .about-me .aboutMe-box .desc .back {
  display: none;
}
body .portfolio {
  position: relative;
  background-image: url("../img/port-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body .portfolio .lay {
  z-index: 9999;
}
body .portfolio .lay h4.title {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 15%;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
body .portfolio .img {
  margin-bottom: 30px;
  border: 0px solid #fff;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 150px;
}
body .portfolio .img img {
  max-width: 100%;
}
body .portfolio .img a {
  text-decoration: none;
}
body .portfolio .img .fa-eye, body .portfolio .img .fa-link {
  font-size: 20px;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
}
body .portfolio .img .fa-eye:hover, body .portfolio .img .fa-link:hover {
  background-color: #fff;
  color: #0077B5;
  transition: all 0.2s ease-in-out;
}
body .portfolio .img:hover .overlay {
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .visitors {
  padding: 35px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #343a40;
  color: #fff;
  font-family: -webkit-pictograph;
  font-size: 30px;
  font-weight: bold;
  flex-flow: column;
}
body .visitors span.title {
  display: flex;
  flex-flow: column;
  align-items: center;
}
body .visitors span.title i {
  font-size: 55px;
}
body .overlay {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: -200px;
  left: 0;
  background-color: rgba(37, 96, 113, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
body .overlay p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
body .overlay-fixed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(102, 175, 233, 0.31);
}
@media (max-width: 1024px) and (min-width: 426px) {
  body .portfolio .overlay {
    top: -490px;
  }
  body .portfolio .img .fa-eye {
    top: 42%;
    left: 47%;
  }
}
body .footer {
  background-color: #343a40;
  padding: 15px;
  color: #ddd;
  padding-top: 26px;
}
body label[for=upload_cv] {
  border: 2px dashed #ddd;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #f7f7f7;
}
body label[for=upload_cv] i {
  font-size: 35px;
}
body label[for=upload_cv]:hover {
  cursor: pointer;
}
body #upload_cv {
  display: none;
}
body .add_skills,
body .add_works,
body .add_social,
body .upload_cv {
  background-color: #343a40;
}
body .add_skills .list,
body .add_works .list,
body .add_social .list,
body .upload_cv .list {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
body .add_skills .list .name,
body .add_works .list .name,
body .add_social .list .name,
body .upload_cv .list .name {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
body .add_skills .list .name .options,
body .add_works .list .name .options,
body .add_social .list .name .options,
body .upload_cv .list .name .options {
  display: none;
}
body .add_skills .list .name .options a,
body .add_works .list .name .options a,
body .add_social .list .name .options a,
body .upload_cv .list .name .options a {
  font-size: 15px;
  margin-right: 5px;
}
body .add_skills .list .name:hover .options,
body .add_works .list .name:hover .options,
body .add_social .list .name:hover .options,
body .upload_cv .list .name:hover .options {
  display: flex;
}
body .add_skills .list ul.props,
body .add_works .list ul.props,
body .add_social .list ul.props,
body .upload_cv .list ul.props {
  list-style: none;
}
body .add_skills .list ul.props li,
body .add_works .list ul.props li,
body .add_social .list ul.props li,
body .upload_cv .list ul.props li {
  padding: 10px;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
body .add_skills .list ul.props li::after,
body .add_works .list ul.props li::after,
body .add_social .list ul.props li::after,
body .upload_cv .list ul.props li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #328dfe;
  position: absolute;
  left: 0;
  top: calc((100% - 15px) / 2);
  transform: rotate(135deg);
}
body .add_skills .list ul.props li i,
body .add_works .list ul.props li i,
body .add_social .list ul.props li i,
body .upload_cv .list ul.props li i {
  color: #fff;
  margin-right: 10px;
  padding: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
body .card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
body .card .card-title {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .card .card-title .options span:first-of-type {
  border-right: 2px solid #ddd;
  padding-right: 5px;
}
body .card .card-title .options span:hover {
  cursor: pointer;
}
body .card .card-title .options span i {
  color: #ddd;
}
body .card .card-title .options span.active i {
  color: #ed7263;
}
body .card .card-body {
  padding: 40px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body .card .card-body.grid .list {
  width: 48%;
  height: 300px;
  float: left;
  margin-right: 10px;
  border: 0;
  background-color: #f1f1f1;
  box-shadow: 2px 2px 5px #ddd;
  border-radius: 10px;
}
body .card .card-body.list .list {
  height: 260px;
}
body .card .card-body .list {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .card .card-body .list .list_overlay {
  background-color: rgba(247, 247, 247, 0.9294117647);
  width: 100%;
  height: 100%;
}
body .social_list .card-body .list {
  height: 100px !important;
}
body .footer .info {
  margin-bottom: 0px;
}
body .footer .logo img {
  max-width: 30%;
  margin-bottom: 50px;
}
body .footer .describe {
  margin-top: 30px;
  position: relative;
}
body .footer .describe p {
  text-align: justify;
  line-height: 1.6;
  font-size: 15px;
  border-left: 3px solid #ed7263;
  border-right: 3px solid #ed7263;
  padding: 40px;
}
body .footer .describe p:before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #ed7263;
  position: absolute;
  bottom: 0px;
  right: 0;
}
body .footer .describe p:after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #ed7263;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .signature {
  color: #1b1b1b;
  padding: 10px;
  float: right;
}
@media (max-width: 1024px) {
  body .signature {
    float: none;
    margin-left: 10px;
  }
}
body .signature h5 {
  text-transform: uppercase;
  font-weight: bold;
}
body .signature span {
  font-style: italic;
  font-size: 12px;
  color: #b3b3b3;
}
body .contact {
  padding-top: 10px;
  float: right;
  margin-bottom: 30px;
}
body .contact-head {
  position: relative;
  margin-bottom: 40px;
  margin-top: 80px;
}
body .contact-head h2 {
  font-family: "Lato", sans-serif;
  line-height: 2em;
  color: #ed7263;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 3px 3px 0 rgba(52, 54, 56, 0.2);
  -moz-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -webkit-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -o-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -ms-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  font-size: 20px;
}
body .contact-head h2::before {
  content: "";
  width: 80px;
  height: 3px;
  border-bottom: 4px double #ed7263;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  body .contact {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  body .contact {
    float: left;
  }
}
@media (max-width: 425px) and (min-width: 321px) {
  body .contact .contact-us {
    margin-left: -12px;
  }
}
@media (max-width: 320px) {
  body .contact .contact-us {
    margin-left: -14px;
    font-size: 12px;
  }
}
body .input-items {
  position: relative;
}
body .input-items i {
  position: absolute;
  color: #999;
  font-size: 15px;
  top: 13px;
  left: 13px;
}
body .input-items .fa-mobile {
  font-size: 18px;
  left: 14px;
}
body .form-contact {
  position: relative;
}
body .form-group {
  position: relative;
  margin-bottom: 0;
}
body .form-contact .asterisx {
  height: 0;
  font-size: 22px;
  color: #ff7171;
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
}
body .form-contact .asterisx:before {
  content: "*";
  height: 0;
  font-size: 22px;
  color: #ff7171;
  position: absolute;
  top: 10px;
  right: 2px;
}
body .form-contact .fa-check {
  height: 0;
  font-size: 16px;
  color: #47c347;
  position: absolute;
  top: 15px;
  right: 7px;
  display: none;
}
body .alert-success {
  position: relative;
  text-align: center;
  background: transparent;
  border: none;
  color: #088608;
}
body .custom-alert {
  display: none;
  border-radius: 0;
}
body .fa-check-circle {
  height: 0;
  font-size: 25px;
  color: #21d821;
  position: absolute;
  top: 0px;
  right: 110px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  body .fa-check-circle {
    right: 48%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  body .fa-check-circle {
    right: 48%;
  }
}
@media (max-width: 425px) and (min-width: 376px) {
  body .fa-check-circle {
    right: 170px;
  }
}
@media (max-width: 375px) and (min-width: 321px) {
  body .fa-check-circle {
    right: 150px;
  }
}
@media (max-width: 320px) {
  body .fa-check-circle {
    top: -23px;
    right: 120px;
  }
}
body .alert {
  margin-bottom: 10px;
  padding: 5px 30px;
}
body .form-contact .form-group input,
body .form-contact .form-group textarea,
body .form-contact .form-group select {
  border-radius: 0;
  background: transparent;
  color: #fff;
  border: 1px solid #4c4c4c;
  padding: 22px 22px 22px 30px;
  font-size: 13px;
}
body .form-contact .form-group textarea {
  padding: 10px 23px 10px 10px;
}
body .form-contact textarea {
  padding-right: 30px;
}
body .form-contact .form-group select {
  color: #333;
}
body input[type=submit].btn-block {
  border-radius: 0px;
  background-color: #3281a5;
  border-top: none;
  border-bottom: none;
  border-color: #3281a5;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body input[type=submit].btn-block:hover {
  background-color: transparent;
}
body input[type=submit].btn-block:focus {
  background-color: #7598a2;
  border-color: #7598a2;
}
body .form-contact .form-group input,
body .form-contact textarea,
body .form-contact select {
  margin-bottom: 10px;
}
body .form-contact .form-group i {
  height: 0;
  float: left;
  position: relative;
  top: -44px;
  left: 8px;
  color: #999999;
  font-size: 17px;
}
body .btn-submit {
  position: relative;
}
body .btn-submit span {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #3281a5;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
}
body .btn-submit span.before {
  top: 0px;
  left: 0;
}
body .btn-submit span.after {
  bottom: 0px;
  right: 0;
}
body .btn-submit:hover span {
  width: 100%;
}
body .copyright {
  background: #212529;
  color: #ddd;
  padding: 20px;
  border-bottom: 4px solid #ed7263;
}
body .copyright p {
  margin-top: 32px;
  color: #676767;
}
body .copyright p i {
  color: #d62929;
  -webkit-transition: all 0.2s ease-in-out;
  animation-name: scale;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes scale {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
@media (max-width: 425px) {
  body .copyright p {
    text-align: center;
  }
}
body .copyright p a {
  color: #676767;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .copyright p a:hover {
  text-decoration: none;
  color: #ddd;
}
@media (max-width: 320px) {
  body .copyright p a {
    display: block;
  }
}
body .copyright .social {
  float: right;
}
@media (max-width: 425px) {
  body .copyright .social {
    float: none;
    margin-left: 55px;
  }
}
@media (max-width: 375px) and (min-width: 321px) {
  body .copyright .social {
    margin-left: 50px !important;
  }
}
@media (max-width: 320px) {
  body .copyright .social {
    margin-left: 0px !important;
  }
}
body .copyright .social-icon {
  margin-top: 32px;
}
body .copyright .social-icon li {
  float: left;
  margin-right: 10px;
  border: 1px solid #676767;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
body .copyright .social-icon li a {
  color: #676767;
}
body .copyright .social-icon li a i {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .copyright .social-icon li a .fa-facebook:last-child {
  background-color: #3b5999;
  color: #ddd;
}
body .copyright .social-icon li a .fa-twitter:last-child {
  background-color: #55acee;
  color: #ddd;
}
body .copyright .social-icon li a .fa-google-plus-square:last-child {
  background-color: #dd4b39;
  color: #ddd;
}
body .copyright .social-icon li a .fa-linkedin:last-child {
  background-color: #0077B5;
  color: #ddd;
}
body .copyright .social-icon li a .fa-codepen:last-child {
  background-color: black;
  color: #ddd;
}
body .copyright .social-icon li a i:last-child {
  top: -50px;
}
body .copyright .social-icon li:hover a i:first-child {
  top: 50px;
}
body .copyright .social-icon li:hover a i:last-child {
  top: 0;
}
body #scroll-top {
  width: 40px;
  height: 40px;
  color: #484545;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  position: fixed;
  right: 56px;
  bottom: -55px;
  z-index: 99999999;
  box-shadow: 0px 0px 14px 0px #676767;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .fade-scrolltop {
  bottom: 100px !important;
}
body #scroll-top i {
  position: absolute;
  bottom: 5px;
  right: 11px;
  font-size: 29px;
  color: #111;
}
body #scroll-top:hover {
  background-color: #3281a5;
}
body #scroll-top i:hover {
  color: #FFF;
}
@media (max-width: 425px) {
  body #scroll-top {
    width: 40px;
    height: 40px;
    color: #484545;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: -65px;
    border-radius: 50px;
  }
  body #scroll-top i {
    position: absolute;
    color: #aaa;
    bottom: 9px;
    right: 13px;
    font-size: 22px;
  }
  body .fade-scrolltop {
    bottom: 10px !important;
  }
  body .copyright .social-icon li {
    margin-bottom: 10px;
  }
  body .portfolio .lay h4.title {
    width: 50%;
  }
}
body .loading-page {
  width: 100%;
  height: 100%;
  background-color: #ed7263;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
body .sk-circle {
  margin: 150px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
body .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100px;
}
body .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
body .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
body .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
body .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
body .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
body .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
body .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
body .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
body .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
body .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
body .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
body .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
body .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
body .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
body .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
body .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
body .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
body .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
body .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
body .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
body .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body .text-holder {
  margin-top: 20px;
  color: #ddd;
}
body .box {
  background-color: #fff;
  padding: 3rem;
  border-bottom: 4px solid;
  margin-bottom: 5rem;
}
body .box .box-img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  top: -50px;
  background-color: #fff;
}
body .box .box-img::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #fff;
}
body .box .box-img::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #fff;
}
body .box .box-img img {
  width: 100%;
  height: 100%;
}
body .box .box-header h4.title {
  margin: 0;
  margin-bottom: 2rem;
  height: 30px !important;
}
body .box .progress-box {
  display: flex;
  flex-flow: column;
  position: relative;
}
body .box .progress-box h5 {
  font-weight: bold;
  margin-top: 0;
}
body .box .progress-box .progress {
  height: 2px;
}
body .box .box-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
body .box p.exp {
  position: relative;
  text-align: left;
  padding-left: 16px;
}
body .box p.exp::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc((100% - 8px) / 2);
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #0077B5;
  transform: rotate(135deg);
}
body .box.html {
  border-bottom: 4px solid #d1382b;
}
body .box.css {
  border-bottom: 4px solid #0170ba;
}
body .box.bootstrap {
  border-bottom: 4px solid #40177b;
}
body .box.materialize {
  border-bottom: 4px solid #ed6f75;
}
body .box.sass {
  border-bottom: 4px solid #d0649b;
}
body .box.javascript {
  border-bottom: 4px solid #f0db4f;
}
body .box.jquery {
  border-bottom: 4px solid #0868ac;
}
body .box.gulp {
  border-bottom: 4px solid #f29a9b;
}
body .box.react {
  border-bottom: 4px solid #6ed0f2;
}
body .box.vue {
  border-bottom: 4px solid #41b883;
}
body .box.angular {
  border-bottom: 4px solid #c60c2e;
}
body .box.ajax {
  border-bottom: 4px solid #075b8a;
}
body .box.es6 {
  border-bottom: 4px solid #ffcc33;
}
body .box.php {
  border-bottom: 4px solid #6070a4;
}
body .box.cplus {
  border-bottom: 4px solid #004283;
}
body .box.csharp {
  border-bottom: 4px solid #280064;
}
body .box.python {
  border-bottom: 4px solid #ffd535;
}
body .box.django {
  border-bottom: 4px solid #098756;
}
body .box.testing {
  border-bottom: 4px solid #ce1856;
}
body .box.aws {
  border-bottom: 4px solid #202b3c;
}
body .box.oop {
  border-bottom: 4px solid #d75353;
}
body .box.laravel {
  border-bottom: 4px solid #fb503b;
}
body .box.mysql {
  border-bottom: 4px solid #1c4150;
}
body .box.postger {
  border-bottom: 4px solid #316192;
}
body .box.git {
  border-bottom: 4px solid #f05033;
}
body .box.photoshop {
  border-bottom: 4px solid #2f6caa;
}
body .box.html {
  border-bottom: 4px solid #d1382b;
}
body .box.moodle {
  border-bottom: 4px solid #f98113;
}
body .box.wordpress {
  border-bottom: 4px solid #47a5c7;
}
body section {
  border-top: 1px solid #aaa;
  position: relative;
  padding: 4rem 0;
}
body section::before {
  content: "";
  background-color: #f7f5f5;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: -26px;
  left: 48%;
}
body section.contact-me::before {
  background-color: #343a40;
}
body section.contact-me .header {
  margin-bottom: 0 !important;
}
body .header {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
body .header .title {
  display: inline-block;
  position: relative;
  line-height: 2em;
  color: #ed7263;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 3px 3px 0 rgba(52, 54, 56, 0.2);
  -moz-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -webkit-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -o-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  -ms-text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, 4px 4px 0 rgba(52, 54, 56, 0.2);
  font-size: 30px;
}
body .header .title::before {
  content: "";
  width: 75%;
  height: 2px;
  border-bottom: 3px double #ed7263;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#image {
  display: none;
}

.label-img {
  width: 100%;
  height: 150px;
  background-color: rgba(238, 238, 238, 0.568627451);
  border: 3px solid #ddd;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.label-img .before {
  width: 100%;
  height: 100px;
  background-color: rgba(47, 47, 47, 0.4588235294);
  color: #eee;
  padding-top: 20px;
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.label-img .before i {
  top: -25px !important;
  color: #ddd !important;
  font-size: 35px !important;
}

.label-img img {
  width: 100%;
  height: 100%;
}

.label-img:hover .before {
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/*========================= Login ==============================*/
.login {
  background-color: #ed7263;
  width: 100%;
  height: 100vh;
}
.login form {
  overflow: hidden;
}
.login form .form {
  width: 400px;
  margin: 10% auto;
  background-color: #f1f1f1;
  padding: 20px;
  box-shadow: 0px 0px 18px rgba(124, 124, 124, 0.6588235294);
}
.login form .form input {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
}
.login form .form input.btn-login {
  background-color: #3281a5;
  color: #fff;
  font-weight: bold;
}

.sending {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1254901961);
  display: none;
}

.spinner {
  position: absolute;
  margin: 100px auto;
  width: 150px;
  height: 150px;
  z-index: 9999;
  background: #fff;
  display: flex;
  border-radius: 10px;
}
.spinner span {
  color: #1c4150;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: calc((100% - 58px) / 2);
}

.double-bounce1, .double-bounce2 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: calc((100% - 45px) / 2);
  left: calc((100% - 45px) / 2);
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  .demo .main-title {
    font-size: 3em;
  }
}
/*=========================Media Query ==============================*/
@media (max-width: 1024px) and (min-width: 769px) {
  .aboutMe-box {
    height: 450px !important;
  }
  .aboutMe-box .aboutMe-img {
    width: 100% !important;
    height: 100% !important;
  }
  .aboutMe-box .desc {
    width: 100% !important;
    height: 450px !important;
  }
  .lay h4.title {
    width: 25% !important;
  }
}
@media (max-width: 768px) and (min-width: 426.99px) {
  .v-card .card-body .card-content p.desc {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .aboutMe-box {
    flex-flow: column !important;
  }
  .aboutMe-box .aboutMe-img {
    width: 100% !important;
  }
  .aboutMe-box .desc {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 425px) {
  .logo {
    display: none !important;
  }
  .v-card {
    display: block !important;
    width: 70%;
    left: 7%;
    text-align: center;
    height: 300px !important;
    top: 40% !important;
  }
  .v-card .card-img {
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    top: -60px;
    left: 35% !important;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ed7263;
    padding: 4px;
    box-shadow: 0px 0px 10px rgba(97, 25, 25, 0.9294117647);
  }
  .v-card .card-img img {
    border-radius: 50%;
  }
  .v-card .card-body {
    width: 100% !important;
    height: 100% !important;
  }
  .v-card .card-body .card-content p.desc {
    display: none;
  }
  .v-card .card-body .card-content .social li {
    margin-bottom: 10px;
  }
  .v-card .card-body .card-content .social li p {
    font-size: 14px !important;
  }
  section::before {
    left: 45% !important;
  }
  .card-body.grid .list {
    width: 100% !important;
    height: 350px !important;
  }
  .card-body.list .list {
    width: 100% !important;
    height: 350px !important;
  }
}
@media (max-width: 320px) {
  .large-header .main-title {
    font-size: 3.2em !important;
  }
  .v-card .card-body .card-content .social li p {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=app.css.map */
