body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: saira;
}

@font-face {
  font-family: "saira";
  src: url(../fonts/Saira/Saira-Regular.ttf);
}
.bg-navbar {
  background-color: #1ea1a1 !important;
  border-color: #1ea1a1 !important;
  color: #fff;
}

.navbar {
  padding: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
}

.logo-width {
  width: 180px;
}

.header {
  background: url(../images/main-banner.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  height: 600px;
  margin: 0;
}
.header .hdr-title {
  position: relative;
  top: 30%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 90px;
  font-family: fangsong;
  font-weight: 600;
  text-shadow: 2px 4px 5px #ccc;
}
.header .animate-typing {
  font-size: 30px;
  font-family: saira;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 35%;
  color: #fff;
}
.header #profession {
  font-size: 30px;
  font-family: saira;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 35%;
  color: #fff;
}

@media only screen and (min-width: 400px) {
  .header {
    width: 100%;
    display: block;
    position: relative;
  }
}
#about-section .about {
  padding: 40px;
  background-color: #ffffff;
  position: relative;
  top: 50px;
  border-radius: 12px;
  margin: 10px 0 40px 0;
  box-shadow: 0px 4px 14px 2px #bcbcbc;
}
#about-section .about .abt {
  text-align: center;
  display: block;
  color: #1ea1a1;
  font-weight: 600;
  font-family: saira;
  text-transform: uppercase;
}
#about-section .about .abt:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ff8100;
  bottom: 0;
  left: calc(50% - 30px);
  top: 80px;
}
#about-section .about .abt-title {
  text-align: center;
  color: #8d8e8f;
  position: relative;
  top: 20px;
  font-size: 15px;
}
#about-section .about .prf-img {
  position: relative;
  top: 30px;
  border-radius: 8px;
  display: block;
  margin-bottom: 50px;
}
#about-section .about #about-me {
  position: relative;
  top: 30px;
  display: block;
  height: auto;
}
#about-section .about #about-me .job-title {
  font-weight: 700;
  font-size: 25px;
  font-family: saira;
  color: #ff8100;
}
#about-section .about #about-me .job-psg {
  color: #8d8e8f;
  font-size: 15px;
  text-align: justify;
}
#about-section .about #about-me .brif-info {
  font-family: saira;
  font-size: 20px;
  color: #000;
}
#about-section .about #about-me .iconclr {
  color: blue;
}
#about-section .about label {
  font-size: 12px;
}
#about-section .about .progress {
  margin-bottom: 20px;
}
#about-section .about .skills-grow {
  width: 100%;
  display: block;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgb(255, 0, 0);
}

.apexcharts-legend {
  margin-top: 70px !important;
}

.fa-smile-o {
  color: #ff0000;
}

.fa-television {
  color: #ff8500;
  font-size: 20px !important;
}

#demo {
  border: 1px solid #ea9500;
  padding: 10px;
  background-color: #ff8500;
  border-radius: 8px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 270px;
  border: 1px solid #f8e300;
  perspective: 1000px;
  box-shadow: 0px 5px 14px 1px rgba(255, 208, 0, 0.3294117647);
}

@media (max-width: 800px) {
  [class*=flip-box] {
    margin-bottom: 40px;
  }
  [class*=flip-box-front] {
    background-color: #f8f9f9 !important;
    color: black;
  }
  [class*=portfolio-cont] {
    margin-top: -15px;
  }
}
@media (max-width: 800px) {
  .navbar-toggler span {
    font-size: 18px !important;
    position: absolute;
    line-height: 13px !important;
    margin-left: -20px;
    text-align: justify;
    margin-top: -12px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .skills-grow {
    display: none !important;
  }
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: rgb(255, 255, 255);
  color: black;
}

.flip-box-back {
  background-color: #f44336;
  color: white;
  transform: rotateY(180deg);
  padding: 10px;
}
.flip-box-back .portfolio-tagline {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.flip-box-back .portfolio-cont {
  font-size: 14px;
  position: relative;
}
.flip-box-back .portfolio-cont span {
  font-size: 12px;
  position: absolute;
  line-height: 20px;
  margin-left: 5px;
  text-align: justify;
}

.cv {
  background-color: blue;
  color: #ffffff !important;
  padding: 10px;
  border-radius: 8px;
  transition: 1s;
  margin-bottom: 15px;
}
.cv h4 {
  color: #fff;
}
.cv:hover {
  transform: scale(0.9);
}

.namaste {
  height: 45px;
}

.evMtho {
  display: none !important;
}

footer {
  width: 100%;
  padding: 5px;
  background-color: #000000;
}
footer.ftr-mrgn {
  margin-top: 80px;
}

.btm-line {
  text-align: center;
  display: block;
  color: #ff8100;
  font-weight: 600;
  font-family: saira;
  text-transform: uppercase;
}
.btm-line:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #3d7ee4;
  bottom: 0;
  left: calc(50% - 30px);
  top: 80px !important;
}

.bg-orange {
  background-color: #ed8413;
}

@media (max-width: 767px) {
  .navbar-dark .navbar-toggler {
    border: none !important;
    border-color: none !important;
  }
}
@media (max-width: 390px) {
  .btm-line::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #3d7ee4;
    bottom: 0;
    left: calc(50% - 30px);
    top: 100px !important;
  }
}/*# sourceMappingURL=style.css.map */