body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
}

h1, h2, h3, h4, h5 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(108, 117, 125, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(108, 117, 125, 0.9);
  color: #ffffff;
}

.pera-title {
  font-size: 15px;
}

.red {
  color: red;
}

a {
  text-decoration: none !important;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: none;
  color: #161c2d;
  background-color: #ced4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

.back-to-top:hover {
  background-color: #007bff;
  color: #ffffff;
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  stroke-width: 2;
  height: 14px;
  width: 14px;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn-soft-primary {
  background-color: rgba(0, 123, 255, 0.3) !important;
  border: 1px solid rgba(0, 123, 255, 0.3) !important;
}

.container-title .titles .title {
  color: #161c2d;
  font-weight: 600;
  font-size: 30px;
}

.para-desc-600 {
  max-width: 600px;
}

.text-primary {
  color: #007bff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-light-muted {
  color: #8492a6 !important;
}

.text-black {
  color: #161c2d !important;
}

.bg-black {
  background-color: #161c2d !important;
}

.text-white {
  color: #007bff !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.bg-light {
  background: #f6f7fa;
  opacity: 1;
}

.rounded {
  border-radius: 10px !important;
}

.fea.icon-md {
  height: 26px;
  width: 26px;
}

.row > * {
  position: relative;
}

.btn {
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn.btn-primary {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: #ffffff;
  -webkit-box-shadow: 0 16px 16px -8px rgba(22, 28, 45, 0.16);
          box-shadow: 0 16px 16px -8px rgba(22, 28, 45, 0.16);
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #0074f0;
  border: 1px solid #0074f0;
  color: #ffffff !important;
}

.btn.btn-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background-color: #007bff;
  border: 1px solid #007bff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 3px 10px rgba(0, 123, 255, 0.5);
  color: #ffffff;
}

.btn.btn-danger {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
  -webkit-box-shadow: 0 16px 16px -8px rgba(22, 28, 45, 0.16);
          box-shadow: 0 16px 16px -8px rgba(22, 28, 45, 0.16);
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
  background-color: #da2839;
  border: 1px solid #da2839;
  color: #ffffff !important;
}

.btn.btn-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: #ffffff !important;
}

.navbar-custom {
  z-index: 999;
  padding: 20px 0px;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navbar-custom .logo {
  float: left;
  color: #343a40;
  font-weight: 700;
  font-size: 22px;
  padding: 0px 0;
  letter-spacing: 1px;
}

.navbar-custom .navigation .nav-item .nav-link {
  color: #343a40;
  font-size: 13px;
  background-color: transparent !important;
  margin: 0 8px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
}

.navbar-custom .navigation .nav-item .nav-link:hover, .navbar-custom .navigation .nav-item .nav-link:focus {
  color: #007bff;
}

.navbar-custom .navbar-toggler {
  color: #343a40;
  font-size: 30px;
  padding: 0px;
  border: none;
}

.navbar-custom .nav-social {
  margin-left: 25px;
}

.navbar-custom .nav-social li a {
  color: #007bff !important;
  font-size: 18px;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

button:not(:disabled) {
  outline: none;
  border: 0;
}

@media (max-width: 768px) {
  .navbar-custom .container {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    background-color: #ffffff !important;
  }
  .navbar-custom .logo {
    color: #343a40 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #343a40 !important;
  }
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

.bg-half-120 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 57px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.py--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
  background: #ffffff;
}

.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.hero-area {
  background-size: cover;
  position: relative;
  background-position: center center;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.feature-widget {
  padding: 30px 45px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
          box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.feature-widget .fea.icon-md {
  height: 38px;
  width: 38px;
}

.services-texts .title {
  font-size: 20px;
}

.feature-widget:hover {
  -webkit-box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
}

.feature-widget:hover .services-texts .title {
  color: #161c2d;
}

.feature-widget:hover .services-icon {
  color: #007bff;
}

.main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 80%;
  float: left;
}

.main-timeline .timeline-content {
  color: #161c2d;
  background: #ffffff;
  padding: 15px 20px 15px 150px;
  margin: 0 0 60px;
  border-radius: 100px 0px 20px 0px;
  display: block;
  position: relative;
  border: 1px dashed #ddd;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  background: #f0f0fe;
  line-height: 100px;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 64px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: -42px;
  left: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px #f0f0fe;
          box-shadow: 0px 0px 0px 1px #f0f0fe;
}

.main-timeline .title {
  font-size: 20px;
  /* text-transform: capitalize; */
  margin: 0 0 5px;
}

.main-timeline .description {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  margin: -60px 0 60px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 170px 20px 20px;
  margin: 60px 0 0;
  border-radius: 20px 0 100px 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 20px;
  bottom: auto;
  top: -42px;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 60px 15px 15px 15px;
    margin: 40px 0 0;
    border-radius: 0 0 50px 0;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 30px;
    line-height: 60px;
    height: 80px;
    width: 80px;
    right: 15px;
    left: auto;
    top: -40px;
  }
  .skill-badge {
    top: 30%;
  }
}

@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

.skill-badge {
  cursor: pointer;
  width: 36px;
  background-color: rgba(0, 123, 254, 0.08);
  height: 18px;
  position: absolute;
  right: 15%;
  top: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007bff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(243, 246, 247, 0.05);
          box-shadow: 0 0 20px 0 rgba(243, 246, 247, 0.05);
}

.now {
  background-color: rgba(0, 254, 34, 0.364);
  color: #ff8800 !important;
  font-size: 18px;
}

@media (max-width: 320px) and (min-width: 767px) {
  .skill-badge {
    position: absolute;
    right: 10px;
    top: 13px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .skill-badge {
    position: absolute;
    right: 87px;
    top: 13px;
  }
}

.education-badge {
  width: 100px !important;
  height: 25px;
}

.margin-50 {
  margin-right: 50px;
}

.contact-detail .content .title {
  font-weight: 600;
}

.footer {
  padding: 30px 0;
  position: relative;
  background: #e3eef8;
  color: #adb5bd;
}

.footer .footer-logo {
  font-size: 30px;
  font-weight: 600;
}

.para-desc {
  max-width: 700px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.social-icon li a {
  color: #161c2d;
  border: 1px solid #161c2d;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-icon li a:hover {
  background-color: #007bff;
  border-color: #007bff !important;
  color: #ffffff !important;
}

.footer.footer-bar {
  padding: 25px 0;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
