@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  scroll-behavior: smooth;
}

body {
  background: #10101a;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-button {
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: #646464;
}

::-webkit-scrollbar-track-piece {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}

::-webkit-scrollbar-corner {
  background-color: #646464;
}

::-webkit-resizer {
  background-color: #666;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999999;
}

#preloader #status {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: url(/Portfolio/preloader.gif);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-brand a img {
  position: absolute;
  width: 220px;
  height: auto;
  top: -70px;
  left: -13px;
}

.header-left {
  width: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #0c0c14;
  border-right: 1px solid rgba(11, 11, 19, 0.1);
  z-index: 99999;
}

.header-left .top a {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  background: #ffc107;
  vertical-align: top;
  text-align: center;
}

.header-left .nav-menu {
  padding: 45px 0;
}

.header-left .nav-menu li {
  width: 100%;
}

.header-left .nav-menu li a {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
  text-align: center;
}

.header-left .nav-menu li a:hover {
  color: #ffc107;
  text-decoration: none;
}

.header-left .nav-menu li a i {
  font-size: 37px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  overflow-x: hidden;
}

.header-left .nav-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mob-header {
  display: none;
  position: fixed;
  background: #10101a;
  top: 0;
  padding: 15px;
  width: 100%;
  z-index: 11;
}

.mob-header .d-flex .toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-left: 15px;
  background: none;
  border: none;
  margin-left: auto;
}

.mob-header .d-flex .toggler-menu span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 25px;
  background: #fff;
  color: #fff;
  -webkit-box-shadow: 0 -8px 0 0 currentColor, 0 8px 0 0 currentColor;
          box-shadow: 0 -8px 0 0 currentColor, 0 8px 0 0 currentColor;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner::after {
  content: '';
  position: absolute;
  right: -20vh;
  bottom: -20vh;
  height: 120vh;
  width: 120vh;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.banner .top-fixed {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 30px 50px 0;
  z-index: 1;
}

.banner .top-fixed .info {
  margin-left: 195px;
}

.banner .top-fixed .info label {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.banner .top-fixed .info label + label {
  margin-left: 40px;
}

.banner .top-fixed .social {
  margin-left: auto;
  font-size: 20px;
}

.banner .top-fixed .social a {
  text-decoration: none;
}

.banner .top-fixed .social a i {
  margin-right: 10px;
  color: white;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  border: 2px solid white;
  text-align: center;
  padding: 10px;
  -webkit-transition: ease all .35s;
  transition: ease all .35s;
}

.banner .top-fixed .social a #fb:hover {
  background-color: #1877f2;
}

.banner .top-fixed .social a #insta:hover {
  background-color: #c32aa3;
}

.banner .top-fixed .social a #tweet:hover {
  background-color: #1da1f2;
}

.banner .top-fixed .social a #link:hover {
  background-color: #0a66c2;
}

.banner .top-fixed .social a #be:hover {
  background-color: #1769ff;
}

.banner .top-fixed .social a #dr:hover {
  background-color: #ea4c89;
}

.banner .container {
  min-width: 1320px;
}

.banner .container .full-screen {
  min-height: 100vh;
  color: #fff;
  margin-left: 75px;
}

.banner .container .full-screen .box {
  padding: 90px 0 50px;
  font-family: 'Poppins', sans-serif;
}

.banner .container .full-screen .box h6 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 400;
}

.banner .container .full-screen .box h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  overflow: visible;
}

.banner .container .full-screen .lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.banner .container .full-screen .desc {
  max-width: 450px;
}

.banner .container .full-screen .cv-btn {
  overflow: visible;
}

.banner .container .full-screen .cv-btn a {
  text-decoration: none;
  font-size: 25px;
  position: relative;
  padding-left: 0;
  color: #fff;
  -webkit-transition: all ease .40s;
  transition: all ease .40s;
}

.banner .container .full-screen .cv-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  widows: 0;
  height: 2px;
  background: currentColor;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.banner .container .full-screen .cv-btn a:hover {
  padding-left: 45px;
}

.banner .container .full-screen .cv-btn a:hover::after {
  width: 40px;
}

.banner .me {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: top left !important;
}

#about {
  font-family: 'Poppins', sans-serif;
}

.about-me img {
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
}

.about-me .social-icons {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  overflow: visible;
}

.about-me .social-icons a {
  height: 45px;
  width: 45px;
  line-height: 41px;
  color: #fff;
  background-color: #0b0b13;
  border: 2px solid #fff;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-me .social-icons a i {
  line-height: inherit;
}

.about-me .social-icons a:nth-child(1) {
  top: -25px;
}

.about-me .social-icons a:nth-child(2) {
  top: -8px;
}

.about-me .social-icons a:nth-child(4) {
  top: -8px;
}

.about-me .social-icons a:nth-child(5) {
  top: -25px;
}

.about-me .social-icons a:nth-child(1):hover {
  background-color: #1877f2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-me .social-icons a:nth-child(2):hover {
  background-color: #c32aa3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-me .social-icons a:nth-child(3):hover {
  background-color: #1da1f2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-me .social-icons a:nth-child(4):hover {
  background-color: #0a66c2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-me .social-icons a:nth-child(5):hover {
  background-color: #E60023;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info {
  text-align: center;
  width: 300px;
  color: #fff;
  margin-left: 7%;
  padding-top: 40px;
}

.info p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.info h3 {
  overflow-x: visible;
  font-weight: 400;
  font-size: 30px;
}

.title h3 {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
}

.title h3::after {
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #ffc107;
  top: -8px;
  left: -15px;
  z-index: -1;
}

.info-list {
  padding-top: 15px;
  color: #fff;
}

.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list ul li {
  padding: 4px 0;
  text-transform: capitalize;
}

.info-list ul li label {
  margin: 0;
  font-weight: 400;
  padding-right: 10px;
  overflow: visible;
}

.info-list ul li #insta {
  text-transform: none;
}

.seperated {
  background: url(/Portfolio/border.png);
  padding: 80px 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 6px;
}

.mh-work .section-title h3 {
  color: #fff;
  font-family: 'Poppins',sans-serif;
}

.mh-work .mh-project-gallery .grid-item figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mh-work .mh-project-gallery .grid-item figure img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mh-work .mh-project-gallery .grid-item figure figcaption {
  position: absolute;
  padding: 15px;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  color: #fff;
  bottom: 0;
  z-index: 10;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'Poppins',sans-serif;
}

.mh-work .mh-project-gallery .grid-item figure figcaption::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(0.95);
          transform: translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(0.95);
  z-index: -1;
}

.mh-work .mh-project-gallery .grid-item figure figcaption .fa {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 45%;
  margin-top: -22px;
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  opacity: 0;
  letter-spacing: 0px;
}

.mh-work .mh-project-gallery .grid-item figure figcaption .mh-title {
  margin-top: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition-timing-function: all .4s ease-out;
          transition-timing-function: all .4s ease-out;
  opacity: 0;
  letter-spacing: 0;
}

.mh-work .mh-project-gallery .grid-item figure figcaption .sub-title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: 30px;
  -webkit-transform: translateX(-30px) translateY(0) rotate(0deg) scale(1);
          transform: translateX(-30px) translateY(0) rotate(0deg) scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  letter-spacing: 0;
}

.mh-work .mh-project-gallery .grid-item figure:hover {
  -webkit-transform: all 0.4s ease-out;
          transform: all 0.4s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mh-work .mh-project-gallery .grid-item figure:hover img {
  opacity: 0.1;
}

.mh-work .mh-project-gallery .grid-item figure:hover figcaption {
  color: #fff;
  opacity: 1;
}

.mh-work .mh-project-gallery .grid-item figure:hover figcaption::after {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.mh-work .mh-project-gallery .grid-item figure:hover figcaption .fa {
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.mh-work .mh-project-gallery .grid-item figure:hover figcaption .mh-title {
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -10px;
  opacity: 1;
}

.mh-work .mh-project-gallery .grid-item figure:hover figcaption .sub-title {
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
          transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}

.col-lg-4 .box1 {
  background: #0b0b13;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: default;
}

.col-lg-4 .box1::before {
  content: '';
  background: #0b0b13;
  position: absolute;
  top: -220px;
  left: -220px;
  height: 200px;
  width: 200px;
  border-radius: 0;
  z-index: -1;
  -webkit-transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
  transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.col-lg-4 .box1::after {
  content: "";
  position: absolute;
  top: -72px;
  left: -40px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  z-index: -2;
  background: #f5d020;
  background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
  -webkit-transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.15s;
  transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.15s;
}

.col-lg-4 .box1 .icon {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}

.col-lg-4 .box1 .progress {
  position: absolute;
  padding: 5px;
  font-size: 18px;
  right: 20px;
  top: 20px;
  color: #fff;
  background: transparent;
  opacity: 0.7;
  display: none;
}

.col-lg-4 .box1 h5 {
  margin: 7px 0 30px;
  color: #fff;
  font-size: 25px;
}

.col-lg-4 .box1:hover::before {
  top: -72px;
  left: -40px;
  border-radius: 50%;
}

.col-lg-4 .box1:hover::after {
  content: '';
  height: 120%;
  width: 120%;
  left: -10%;
  top: -10%;
  border-radius: 0;
  -webkit-transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
  transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.col-lg-4 .box1:hover .progress {
  display: block;
}

.mh-skills .resume-box {
  font-family: 'Poppins', sans-serif;
}

.mh-skills .resume-box .col-lg-4 .education-box {
  margin: 0;
  padding: 35px;
  border-radius: 10px;
  background-color: #13131e;
  list-style: none;
  color: #fff;
  width: 450px;
  margin-top: 50px;
  margin-left: -20px;
}

.mh-skills .resume-box .col-lg-4 .education-box h6 {
  color: #fff;
  margin: 5px 0;
  font-size: 25px;
}

.mh-skills .resume-box .col-lg-4 .education-box .bachelor {
  margin-top: 7px;
  font-size: 18px;
}

.mh-skills .resume-box .col-lg-4 .education-box li + li {
  margin-top: 25px;
}

.mh-skills .mh-professional-skills {
  font-family: 'Poppins', sans-serif;
  padding-left: 20%;
  color: #fff;
}

.mh-skills .mh-professional-skills h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.mh-skills .mh-professional-skills .mh-professional-progress li {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  float: none;
  width: 48%;
  text-align: center;
}

.mh-skills .mh-professional-skills .mh-professional-progress li .mh-progress {
  margin: -30px 20px 30px 0;
  color: #fff;
}

.mh-skills .mh-professional-skills .mh-professional-progress li .mh-progress .progressbar-text {
  color: inherit !important;
  font-family: 'Poppins', sans-serif;
  margin-top: 18px !important;
}

.mh-skills .mh-professional-skills .mh-professional-progress li .mh-progress path:nth-child(1) {
  stroke: rgba(0, 0, 0, 0.7);
  stroke-width: 5px;
}

.mh-skills .mh-professional-skills .mh-professional-progress li .mh-progress path:nth-child(2) {
  stroke: #f5d020 !important;
  stroke-width: 5px;
}

.mh-skills .mh-professional-skills .mh-professional-progress li .mh-progress .title-skills {
  margin-bottom: 20px;
}

.contact .contact-info h4 {
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.contact .contact-info p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact .contact-info ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.contact .contact-info ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-info ul li i {
  width: 30px;
  font-size: 22px;
  color: #ff9301;
  text-align: center;
}

.contact .contact-info ul li span {
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}

.contact .contact-info ul li + li {
  padding-top: 20px;
}

.contact .contact-form {
  font-family: 'Poppins', sans-serif;
}

.contact .contact-form h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.contact .contact-form .form-group .form-control {
  color: #fff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: calc(2em + .75rem + 2px);
}

.contact .contact-form .form-group textarea.form-control {
  height: auto;
}

.contact .contact-form .btn-primary {
  background: transparent;
  padding: 6px 20px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.contact .contact-form .btn-primary:hover {
  background-color: #007bff;
}

.contact #status {
  color: #fff;
  font-size: 16px;
  margin-left: 173px;
  text-align: center;
  margin-top: -33px;
  margin-left: -100px;
  display: none;
}

.google-map {
  margin-top: 50px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.google-map::before {
  padding-top: 30%;
}

.footer {
  padding: 15px 0;
  background: #0b0b13;
  font-family: 'Poppins', sans-serif;
}

.footer p {
  color: #fff;
  font-stretch: 14px;
  margin: 0;
}

.footer:hover {
  background: #11111b;
  -webkit-box-shadow: 0px 0px 5px #aaa;
          box-shadow: 0px 0px 5px #aaa;
}

.copyright {
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .me {
    opacity: .3;
    width: 70vw !important;
  }
}

@media (max-width: 768px) {
  .mob-header {
    display: block;
  }
  .header-left {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    left: -200px;
    z-index: 222;
  }
  .header-left.menu-open {
    left: 0;
  }
  .banner .top-fixed {
    display: none !important;
  }
  .banner .container {
    max-width: 748px;
  }
  .banner .container .full-screen {
    margin-left: 0;
    margin-right: 100px;
  }
  .banner .container .full-screen .box h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner .container .full-screen .box h1 {
    font-size: 50px;
  }
  .banner .container .full-screen .box .lead {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .banner .me {
    opacity: .3;
    width: 80vw !important;
  }
}

@media (max-width: 450px) {
  .title h3 {
    margin-left: 10px;
  }
  .banner::after {
    background: none;
  }
  .banner .container .full-screen .box {
    max-width: 300px;
    margin-top: 118px;
    margin-left: 10px;
    line-height: 1.6;
  }
  .banner .container .full-screen .box h6 {
    font-size: 16px;
  }
  .banner .container .full-screen .box h1 {
    font-size: 35px;
  }
  .banner .container .full-screen .box p {
    margin-bottom: 25px;
  }
  .banner .me {
    position: absolute;
    top: 35px;
  }
  #about {
    margin-top: -50px;
  }
  #about .about-info {
    margin-top: 50px;
  }
  #I-do .box1 {
    margin-top: 20px;
  }
  .mh-skills .resume-box .education-box {
    max-width: 350px;
    margin-left: 0 !important;
  }
  .mh-skills .mh-professional-skills {
    padding: 0;
    margin-top: 40px;
  }
  .mh-skills .mh-professional-skills h3 {
    margin-bottom: 70px;
    margin-left: -15px;
  }
  .mh-skills .mh-professional-skills .mh-professional-progress {
    padding-left: 20px;
  }
  .contact .contact-form {
    margin-top: 50px;
  }
  .map {
    max-width: 350px;
    margin-top: -10px;
    margin-bottom: -100px;
    margin-left: -2px;
  }
}
/*# sourceMappingURL=style.css.map */