:root {
  --primaryColor: rgb(0, 0, 0);
  --secondaryColor: #f0b608;
  --purpleColor: #5e72e4;
  --whiteColor: white;
  --lightGreyColor: #d9d9d9;
  --darkBtnGreyColor: #747474;
  --darkGreyColor: #171516;
}

.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pb-3 {
  padding-bottom: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.pb-5 {
  padding-bottom: 2.5rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.pl-2 {
  padding-left: 1rem !important;
}
.pl-3 {
  padding-left: 1.5rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}
.pl-5 {
  padding-left: 2.5rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.pr-3 {
  padding-right: 1.5rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}
.pr-5 {
  padding-right: 2.5rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.ml-3 {
  margin-left: 1.5rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}
.ml-5 {
  margin-left: 2.5rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.mr-3 {
  margin-right: 1.5rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}
.mr-5 {
  margin-right: 2.5rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.lh-0 {
  line-height: 0rem !important;
}

.lh-1 {
  line-height: 0.5rem !important;
}
.lh-2 {
  line-height: 1rem !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.w-100 {
  font-weight: 100 !important;
}
.w-200 {
  font-weight: 200 !important;
}
.w-300 {
  font-weight: 300 !important;
}
.w-400 {
  font-weight: 400 !important;
}
.w-500 {
  font-weight: 500 !important;
}
.w-600 {
  font-weight: 600 !important;
}
.w-700 {
  font-weight: 700 !important;
}
.w-800 {
  font-weight: 800 !important;
}
.w-900 {
  font-weight: 900 !important;
}
.height-auto {
  height: auto !important;
}

.justify-content-center {
  display: flex !important;
  justify-content: center !important;
}
.clear-left {
  clear: left !important;
}

.body {
  background-color: var(--primaryColor) !important;
}
.nav a {
  cursor: pointer;
}
.nav-logo {
  width: 200px;
  height: auto;
}
.self-banner-image {
  max-width: 52rem;
  width: 90%;
  height: auto;
}
.section-header .textArea {
  margin-top: 25rem;
  padding-left: 13rem;
}

.section-header .imageArea {
  margin-top: 15rem;
  padding-left: 5rem;
  padding-top: 5rem;
}

.h3-banner {
  font-size: 1.8em;
  padding: 0rem 0.3rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.h1-banner {
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 7rem;
}

.btn-banner {
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
  margin-top: 2rem;
  padding: 0.8rem 3rem;
  transition: 0.8s;
}

.btn-banner:hover {
  background-color: var(--secondaryColor);
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.sectionImage {
  width: 78%;
  height: auto;
}
.progress-title {
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 0.3rem;
}
.progress-container {
  height: 8px;
  width: 466px;
  background-color: var(--lightGreyColor);
  border-radius: 10px;
}

.progress-level {
  position: relative;
  background-color: var(--secondaryColor);
  height: 8px;
  border-radius: 10px;
}

.bgImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  display: block;
  opacity: 0.08;
}

.bgImage-half {
  opacity: 0.08;
}

.text-yellow {
  color: var(--secondaryColor) !important;
}

.qualification {
  padding-right: 4rem;
  padding-left: 3rem;
  padding-bottom: 0.5rem;
  width: 32rem;
}

.section-about .col1 {
  margin: 4rem 0rem;
  padding-left: 6rem;
}

.section-about .col2 {
  margin: 4rem 0rem;
  padding-left: 5rem;
  padding-top: 3rem;
}

.small-year {
  float: left;
}
.small-title {
  font-weight: 500;
}
.small-sub-title {
  font-size: 14px;
  font-weight: 100;
}

.mini-image {
  float: left;
  background-size: 100px;
  width: 100px;
  height: 100px;
  border: 2px solid;
  border-radius: 50px;
  object-fit: scale-down;
  margin: 1.5rem 1rem 1rem 0rem;
}
.mini-image-text {
  margin: 3.2rem 0rem;
}
.mini-image-text .img-title {
  color: var(--secondaryColor);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0rem;
}

.section-about .bgImage-half {
  background-size: 60%;
  background-repeat: no-repeat;
  right: 0px;
  left: 50vw;
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: absolute;
  display: block;
}
.section-services {
  background-color: var(--darkGreyColor);
}
.section-services .content-center {
  padding-left: 2.5rem;
}
.service-card {
  border: 1px solid var(--whiteColor);
  border-radius: 8px;
  width: 31%;
  height: 100%;
  padding: 3rem 1rem;
  margin: auto 1rem 1rem auto;
  float: left;
}

.service-card .card-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-container {
  display: flex;
  justify-content: center;
}
.social-title {
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin-top: 0.55rem;
}
.btn-social {
  cursor: pointer;
  text-align: center;
  color: white;
  float: left;
  width: 38px;
  height: 38px;

  border: 1px solid white;
  border-radius: 20px;
  margin-right: 0.8rem;

  transition: 0.8s;
}
.btn-social:hover {
  background-color: var(--secondaryColor);
}

.btn-contact,
.btn-submit {
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 12px;
  padding: 0.8rem 3rem;
  transition: 0.9s;
}

.btn-submit:hover {
  border-color: var(--whiteColor);
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 0.8rem 3.5rem;
}

.btn-contact .fas {
  padding-right: 1rem;
}
.contact-form-container {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inputText {
  color: var(--whiteColor);
  border: 1px solid white;
  background-color: transparent;
  border-radius: 6px;
  height: 3rem;
  width: 70%;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
}
.inputText:focus {
  color: var(--darkGreyColor);
  border: 2px solid var(--secondaryColor);
}
.textarea-contact {
  max-height: 10rem !important;
  width: 70% !important;
  max-width: 70% !important;
}
.section-contact .container {
  position: relative;
  z-index: 3;
}

/* projects page */
.projects-container {
  overflow-y: scroll;
  height: 60vh;
}
.projects {
  margin: 0rem auto 3rem auto;
  float: none;
  border: 1px var(--secondaryColor) solid;
  border-radius: 10px;
  padding: 2rem 3rem;
  font-size: 14px;
}
.projects .project-bgImage {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  border-radius: 10px;
}

.projects .project-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.projects .project-image {
  background-size: cover;
  height: 100%;
  width: 80%;
  border: 1px var(--whiteColor) solid;
  border-radius: 10px;
  margin: auto;
}
.projects .project-des {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.projects .project-techTitle {
  margin-bottom: 0.2rem;
}
.projects .project-techText {
  font-size: 13px;
  font-weight: 500;
}
.projects a {
  opacity: 1;
}
.projects .project-btn {
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  display: inline-block;
  margin: 0.8rem 0rem;
  padding: 0.8rem 4.5rem;
  border: 1px var(--whiteColor) solid;
  border-radius: 6px;
  transition: 0.8s;
}

.project-btn:hover {
  padding: 0.8rem 4.8rem;
}

/* Scrollbar Styling */
.projects-container::-webkit-scrollbar {
  margin-left: 1rem;
  width: 10px;
}

.projects-container::-webkit-scrollbar-track {
  background-color: #222222;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.projects-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #9e9e9e;
}

/* error Page  */
.error-page {
  min-height: 100vh;
}
.error-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-title {
  font-size: 12rem;
  color: var(--whiteColor) !important;
  font-weight: 600;
}
.error-text1 {
  font-size: 4.5rem;
}
.error-text {
  font-size: 1.8rem;
  margin: auto 20rem;
  color: var(--whiteColor) !important;
}
.error-btn {
  display: inline-block;
  margin: 2rem auto;
  color: var(--whiteColor) !important;
  border: 1px solid var(--secondaryColor);
  border-radius: 8px;
  padding: 1rem 3rem;
  transition: 0.8s;
}
.error-btn:hover {
  background-color: var(--secondaryColor);
  border-color: var(--whiteColor);
  padding: 1rem 4rem;
  text-decoration: none;
}

.btn-disable {
  background-color: var(--darkBtnGreyColor) !important;
  pointer-events: none !important;
}

/* loader */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .section-about .bgImage-half {
    display: none;
  }
}

@media (max-width: 930px) {
  .section .container {
    padding-bottom: 2.5rem;
  }
  .sectionImage {
    width: 70%;
  }
  .section-header .textArea {
    margin-top: 10rem;
    padding-left: 15px;
    text-align: center;
  }

  .section-header .imageArea {
    margin-top: 0rem;
    padding-left: 0rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
  }
  .self-banner-image {
    width: 55vh;
    height: auto;
    opacity: 0.3;
  }
  .progress-container {
    width: 246px;
    height: 8px;
    margin: auto;
  }
  .progress-level {
    height: 8px;
  }
  .section {
    text-align: center;
    justify-content: center;
  }
  .qualification {
    text-align: center;
    padding-right: 0rem;
    padding-left: 0rem;
    width: auto;
  }
  .small-year {
    float: none;
    display: none;
  }
  .mini-image {
    float: none;
    margin: 2.8rem auto 0rem auto;
  }
  .mini-image-text {
    margin: 1rem 0rem;
  }

  .section-about .col1 {
    margin: 6rem 0rem 1rem 0rem;
    padding: 0rem 13vw;
  }

  .section-about .col2 {
    margin: 3rem 0rem 0rem 0rem;
    padding: 0rem 13vw;
  }
  .section-about .bgImage {
    top: 10vw;
    left: 20vw;
    background-size: 180%;
  }

  .service-card {
    float: none;
    width: 75%;
    height: 100%;
    padding: 3rem 1rem;
    margin: 1.5rem auto;
  }
  .contact-form-container {
    width: 100%;
  }
  .btn-social {
    float: left;
  }
  .section-services .content-center {
    padding-left: 0rem;
  }

  .section-about .bgImage-half {
    background-size: 135%;
    right: 0px;
    left: 9vw;
    top: 10vw;
  }
  .projects .project-image {
    display: none;
  }
  .project-image-contain {
    display: none;
  }
  .projects-container {
    height: auto;
    overflow-y: unset;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .project-data {
    padding-right: 5px;
    padding-left: 5px;
  }
  .projects-container::-webkit-scrollbar-track {
    background-color: #222222;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* for ipad pro */
@media (min-width: 930px) and (max-width: 1024px) {
  .sectionImage {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .qualification {
    padding-right: 0rem;
  }
  .section-about .bgImage-half {
    top: 5vw;
    left: 40vw;
    background-size: 80%;
  }
  .section-about .col2 {
    padding-left: 2rem;
  }
  .progress-container {
    width: 29vw;
  }
}

@media (min-width: 1921px) {
  .self-banner-image {
    padding-left: 3rem;
    max-width: 48rem;
  }
  .section-header .textArea {
    padding-left: 49rem;
    padding-top: 2rem;
  }
  .section-header .imageArea {
    margin-top: 4rem;
  }
}
