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

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}
.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
  padding: 15px;
}
a {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.position-relative {
  position: relative;
}

.justify-between {
  justify-content: space-between;
}
.padding-left{
  padding-left:247px;
}
.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}
.padding-90{
  padding-top:90px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.padding-top {
  padding-top: 25px;
}


/* aside  */

aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  background-color: black;
  padding: 20px;
  width: 250px;
}
aside .profile-pic img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 8px solid #343a40;
  margin-top: 24px;
}
aside .profile-pic h2 {
  color: white;
  font-size: 19px;
  padding-top: 14px;
  font-weight: 6 0;
}
aside nav ul {
  list-style: none;
}
aside nav ul li a {
  color: rgba(250, 250, 250, 0.9019607843);
  padding-bottom: 20px;
  font-size: 17px;
}
aside nav ul li a:hover {
  color: #20c997;
}
aside .header-icon a {
  color: rgba(250, 250, 250, 0.9019607843);
  padding-right: 12px;
  transition: all 0.3s;
}
aside .header-icon a:hover{
  color:#20c997 ;
}

/* header  */


header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color:#111418;
  display: none;
  
}
header .logo img {
  width: 48px;
  /* height: 65px; */
  margin-top: 12px;
  color: white;
}
header nav ul li {
  padding-left: 45px;
}
header nav ul a {
  color: #fff;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
header .header-icon{
  margin-left: 380px;
}
header .header-icon a{
  color: #aab1b8;
  padding-left:15px;
}
header nav ul a:hover {
  color:#20c997;
  transition: all 0.5s;
}
header .menu {
  color:#aab1b8;
  font-size: 25px;
}

/* BANNER */
.banner {
  /* background: url(../img/bg-img.jpg) rgba(0, 0, 0, 0.75); */
  background-color: rgba(0, 0, 0, 0.957);
  background-position: 70% 31%;
  background-blend-mode: hue;
  background-attachment: fixed;
  height: 713px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding-top: 190px;
}
.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 0;
}
.banner .banner-content p {
  font-size: 26px;
}
.banner .banner-content a {
  color: #ffffff;
  border: 2px solid #20c997;
  padding: 13px 42px;
  border-radius: 800px;
  margin-top: 30px;
  transition: all 0.5s;
}
.banner .banner-content a:hover {
  background-color: #20c997;
}
.banner .banner-content h1 {
  font-size: 64px;
}

/* HEADLINE JS */
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 9px auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 16px auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 25px auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.about {
  padding: 70px 0;
  color: white;
  background-color: #212529;
}
.about .about-heading h2 {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 130px;
  opacity: 0.1;
}
.about .about-heading p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .about-heading p > span {
  height: 2px;
  width: 80px;
  background-color: #20c997;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-content {
  padding-top: 40px;
}
.about .about-content h2 {
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
}
.about .about-content h2 span {
  color: #20c997;
}
.about .about-content p {
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 16px;
  line-height: 1.8;
}
.about .about-content .p-left {
  padding-left: 30px;
}
.about .about-content .p-left ul li {
  padding: 12px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.about .about-content .p-left ul li:last-child {
  border: none;
}
.about .about-content .p-left ul li:nth-child(2) p {
  color: #20c997;
}
.about .about-content .p-left ul li:nth-child(2) span {
  color: #ffffff;
}
.about .about-content .p-left ul li span {
  font-weight: 600;
}
.about .about-content .p-left ul a {
  color: #ffffff;
  border: 2px solid #20c997;
  background-color: #20c997;
  padding: 13px 42px;
  border-radius: 50px;
  margin-top: 15px;
}

/* QUALIFICATION */
.qualification {
  padding: 70px 0;
  color: white;
  background-color: #343a40;
}
.qualification .qualification-heading h2 {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 130px;
  opacity: 0.1;
}
.qualification .qualification-heading p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qualification .qualification-heading p > span {
  height: 2px;
  width: 80px;
  background-color: #20c997;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.qualification .qualification-item {
  padding: 24px;
  background-color: #111418;
  margin-top: 33px;
  border-radius: 6px;
}
.qualification .qualification-item p {
  color: #ffffff;
}
.qualification .qualification-item p:first-child {
  background-color: #20c997;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 6px;
}
.qualification .qualification-item p:nth-child(2) {
  margin-bottom: 10px;
}
.qualification .qualification-item p:last-child {
  padding-top: 20px;
  line-height: 1.8;
}
.qualification .qualification-item h3 {
  padding: 10px 0;
  font-size: 21px;
  font-weight: 500;
}
.qualification .qualification-item .text-green {
  color: #20c997;
}
.qualification .qualification-item .g-1 {
  color: hsla(0, 0%, 100%, 0.5);
}

.skill {
  padding: 70px 0;
  color: white;
  background-color: #212529;
}
.skill .qualification-heading h2 {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 130px;
  opacity: 0.1;
}
.skill .qualification-heading p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}
.skill .qualification-heading p > span {
  height: 2px;
  width: 46px;
  background-color: #20c997;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.skill .row .progress-wrapper {
  position: relative;
  margin-bottom: 27px;
}
.skill .row .progress-wrapper h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 14px;
}
.skill .row .progress-wrapper p {
  position: absolute;
  right: 0;
  top: 2px;
  color: #ffffff;
  font-size: 16px;
}
.skill .row .progress-wrapper .progress {
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.skill .row .progress-wrapper .progress-bar {
  width: 90%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-1 {
  width: 97%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-2 {
  width: 90%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-3 {
  width: 70%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-4 {
  width: 85%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-5 {
  width: 70%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-6 {
  width: 70%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-7 {
  width: 80%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .row .progress-wrapper .progress-bar-8 {
  width: 80%;
  background-color: #20c997;
  height: 0.5rem;
}
.skill .btn {
  text-align: center;
}
.skill .btn a {
  color: #6c757d;
  border: 2px solid #6c757d;
  padding: 14px 44px;
  border-radius: 50px;
  margin-top: 55px;
  font-size: 17px;
  transition: all 0.5s;
}
.skill .btn a:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

.portfolio {
  padding: 70px 0;
  color: white;
  background-color: #343a40;
}
.portfolio .qualification-heading h2 {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 130px;
  opacity: 0.1;
}
.portfolio .qualification-heading p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}
.portfolio .qualification-heading p > span {
  height: 2px;
  width: 80px;
  background-color: #20c997;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.portfolio .p-1 {
  border-radius: 9px;
}
.portfolio .portfolio-section {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-section .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  transition: all 0.5s;
  background-color: #20c997;
  opacity: 0.8;
  border-radius: 14px 14px 0px 0px;
}
.portfolio .portfolio-section:hover .box::before {
  height: 49.8%;
}
.portfolio .portfolio-section .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0%;
  bottom: 3px;
  transition: all 0.5s;
  background-color: #20c997;
  opacity: 0.8;
  border-radius: 0px 0px 14px 14px;
}
.portfolio .portfolio-section:hover .box::after {
  height: 49%;
}
.portfolio .portfolio-section .box:hover h2,
.portfolio .portfolio-section .box:hover h3 {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.portfolio .portfolio-section h2 {
  position: absolute;
  top: 40%;
  left: 25%;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  font-weight: 600;
}
.portfolio .portfolio-section h3 {
  position: absolute;
  top: 59%;
  left: 34%;
  font-size: 30px;
  color: #ffffff;
  visibility: hidden;
  font-weight: 600;
}
.box img{
  border-radius: 14px;
}
.contact {
  padding: 70px 0;
  color: white;
  background-color: #212529;
}
.contact .qualification-heading h2 {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 130px;
  opacity: 0.1;
}
.contact .qualification-heading p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}
.contact .qualification-heading p > span {
  height: 2px;
  width: 80px;
  background-color: #20c997;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact .text-1 h2 {
  font-size: 27px;
  color: #20c997;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 3px;
}
.contact .text-1 .text-3 {
  color: #ffffff;
  line-height: 27px;
  letter-spacing: 0.7px;
  font-size: 18px;
}
.contact .text-1 .me-1 {
  margin-bottom: 28px;
}
.contact .text-1 .text-4 {
  margin-bottom: 17px;
  letter-spacing: 0.6px;
}
.contact .text-1 .me-2 i {
  color: #20c997;
  padding-right: 11px;
}
.contact .text-1 .mb-3 {
  color:#20c997;
  font-size: 23px;
  margin-top: 35px;
  font-weight: 500;
}
.contact .text-1 .header-icon {
  margin-left: -11px;
}
.contact .text-1 .header-icon i {
  color: #aab1b8;
  padding-left: 15px;
  font-size: 18px;
  margin-top: 10px;
}
.contact .text-5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact form {
  margin-top: 20px;
  margin-left: -13px;
}
.contact form input {
  width: 100%;
  padding: 15px 40px;
  border-radius: 0.375rem;
  background-color: #343a40;
  border: 1px solid #343a40;
}
.contact form input::-moz-placeholder {
  font-size: 16px;
}
.contact form input::placeholder {
  font-size: 16px;
}
.contact form textarea {
  width: 96%;
  border-radius: 0.375rem;
  margin-top: 27px;
  color: #ffffff;
  background-color: #343a40;
  margin-left: 15px;
  border: 1px solid #343a40;
  padding: 15px;
}
.contact form textarea::-moz-placeholder {
  font-size: 16px;
}
.contact form textarea::placeholder {
  font-size: 16px;
}
.contact form .btn {
  text-align: center;
}
.contact form .btn a {
  color: #ffffff;
  border: 2px solid #20c997;
  padding: 15px 44px;
  border-radius: 50px;
  margin-top: 28px;
  font-size: 17px;
  transition: all 0.5s;
  background-color: #20c997;
}
.contact form .btn a:hover {
  background-color: transparent;
  border-color: #6c757d;
  color: #ffffff;
}

.f-1 {
  padding: 70px 0;
  color: white;
  background-color: #343a40;
  
}
.f-1 p {
  font-size: 22px;
}
.f-2 p{
  text-align: center;
}
.f-1 p span {
  color: #20c997;
  font-size:22px;
}
.f-1 .f-2 {
  margin-left: 270px;
  font-size: 17px;
}
.f-1 .f-2 .f-3 {
  color: #ffffff;
  padding-left: 18px;
  font-size: 17px;
  
}
 /* back to top css   */

.backtotop {
    width: 45px;
    height: 45px;
    border: 2px solid #20c997;
    text-align: center;
    border-radius: 100%;
    z-index: 99;
    bottom: 25px;
    right: 25px;
   
}
.bfixed{
  position: fixed;
}
.backtotop i {
    line-height: 43px;
    color:#20c997;
}




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