* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #e6e3e3;
  line-height: 1.4 !important;
}
html {
  scroll-behavior: smooth;
}
/* Navigation start from here */
.navbar-toggler {
  border: none !important;
  background-color: #fff;
}
.navbar-nav {
  border-radius: 5px;
}

.bg-transparent ul li {
  display: inline-block;
  padding: 5px;
  transition: 0.9s;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 600;
}
.bg-transparent ul li a {
  text-decoration: none;
  color: #0062d3 !important;
  text-transform: uppercase;
}

.bg-transparent {
  background-color: white !important;
}
.navbar-light .navbar-brand {
  color: #0062d3 !important;
}
/* ends here */
/* Body start */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* here image and intro start from here */

.hero-img {
  position: relative;
}

.cover-img {
  margin-top: 40px;
}

.intro {
  position: absolute;
  top: 37%;
}

.intro-title {
  color: #ffffff;
  font-size: 70px;
}

.intro-subtitle {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
}
/*  end here */

/* About start from here */
.row-about {
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  content: "";
  display: table;
  clear: both;
  position: relative;
}
.col-about {
  float: left;
  margin-top: 40px;
  width: 50% !important;
  margin-bottom: 40px;
}

.title-col {
  float: left;
  width: 50%;
}
.downlaodcv {
  width: 60%;
  cursor: pointer;
  color: white;
  background-color: DodgerBlue;
  margin-left: 15px;
  border: none;
  height: 50px;
}
.profile {
  width: 200px;
  margin-left: 50px;
  height: 160px;
}
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}
.title-box {
  margin-bottom: 3rem;
}
.title-left {
  font-size: 2rem;
  position: relative;
}
.title-left::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}
.discrip {
  font-size: 1.25rem;
  font-weight: 300;
}

/* Skill test */
.u-center {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 50px;
}

.skills {
  flex-direction: column;
  align-self: center;
}

.skill {
  margin: 1em 0;
  position: relative;
  width: 28.5em;
}

.skill__type {
  color: black !important;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  width: 5em;
}

.skill__outer-bar,
.skill__inner-bar {
  height: 0.75em;
}

.skill__outer-bar {
  margin-top: 1em;
  background: rgb(255, 230, 230);
}

.skill__inner-bar {
  animation: fillBar 1s forwards;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.skill__inner-bar--100 {
  width: 95%;
  background: #f8a518;
}
.skill__inner-bar--90 {
  width: 90%;
  background: #18a6f8;
}
.skill__inner-bar--80 {
  width: 80%;
  background: #f8dd18;
}
.skill__inner-bar--70 {
  width: 90%;
  background: #8718f8;
}
.skill__inner-bar--60 {
  width: 70%;
  background: #49444e;
}
.skill__inner-bar--50 {
  width: 95%;
  background: #f818b5;
}

@keyframes fillBar {
  to {
    transform: scaleX(1);
  }
}
/* ends her */

/* Service start from here */
.service-title {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
.service-bio {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.service-bio::before {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #0078ff;
  margin-left: 100px;
  width: 60px;
  bottom: -12px;
}
.service-row {
  margin-top: 60px;
  content: "";
  display: table;
  clear: both;
  position: relative;
}
.service-col {
  float: left;
  width: 31%;
  background-color: #ffffff;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 20px;
}
.s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
.ico-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}
.ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}
.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}
.service-content {
  margin-top: 30px;
}
.s-title {
  text-align: center;
  margin-top: 15px;
}
.service-discrip {
  width: 90%;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.material-icons {
  margin-top: 25px;
}

/* ends here */
/* portfolio start from here */
.portfolio-row {
  margin-top: 60px;
  content: "";
  display: table;
  clear: both;
  position: relative;
}

.portfolio-col {
  float: left;
  width: 31%;
  background-color: #ffffff;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 20px;
}
.cover {
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.5);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.cover:hover .overlay {
  width: 100%;
}
.portfolio-bio {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-bio::before {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #0078ff;
  margin-left: 140px;
  width: 60px;
  bottom: -12px;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.trek-webP {
  width: 100%;
}

.website-name {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.web-link {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-top: 50%;
  text-transform: uppercase;
  cursor: pointer;
}
/* ends here */
/* contact start from here*/
.contact-row {
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding-bottom: 60px;
  content: "";
  display: table;
  clear: both;
  position: relative;
  top: 60px;
}

.contact-col {
  float: left;
  margin-top: 40px;
  margin-left: 30px;
  width: 47% !important;
}
.contact-heading {
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 20px;
}
.contact-heading::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -3px;
}
.bg-color {
  background-color: rgb(73, 68, 78, 0.7);
  height: 700px;
  position: relative;
}

.contact-bg-img {
  width: 100% !important;
  height: auto;
  position: relative;
}
#fname,
#email,
#subject,
#number {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 20px 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
#message {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
.error {
  font-size: 15px;
  margin-top: -16px;
  margin-left: 10px;
  color: red;
  display: none;
}
#submit {
  background: #0078ff;
  border: 0;
  margin-left: 28%;
  padding: 10px 24px;
  color: #fff;
  margin-top: 15px;
  transition: 0.4s;
}
#submit:hover {
  box-shadow: 0 0 0 4px #cde1f8;
  background: #0078ff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#reset {
  background: #0078ff;
  border: 0;
  margin-left: 3%;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#reset:hover {
  box-shadow: 0 0 0 4px #cde1f8;
  background: #0078ff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact-details {
  margin-bottom: 10px;
  list-style-type: none;
  cursor: pointer;
}
.contact-details a {
  text-decoration: none;
  color: #1e1e1e;
}
.social-media-row {
  width: 55%;
  content: "";
  display: table;
  clear: both;
  margin-top: 20px;
}
.social-media-col {
  width: 20% !important;
  float: left;
}

.logo-social {
  width: 80%;
}

.social-icon {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.social-icon:hover {
  background-color: rgb(0, 120, 255, 0.3) !important;
  color: white !important;
  box-shadow: 0 0 0 3px #cde1f8 !important;
  transition: all 500ms ease !important;
}
.verify-col {
  width: 50%;
  float: left;
}
/* ends here */
/* Footer */
footer {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #0062d3;
}
