@charset "UTF-8";
.top-nav {
  background-color: rgba(68, 140, 116, 0.5);
}
.top-nav .user-login {
  text-align: right;
}
.top-nav .user-login button {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.top-nav .user-login .last {
  border-top: 1px solid #e4e4e4;
}
.top-nav .user-login .dropdown-item:active {
  background-color: rgba(68, 140, 116, 0.5);
}

.navbar-brand {
  color: #448c74 !important;
  line-height: 1;
  font-weight: 800;
}
.navbar-brand span:last-child {
  font-weight: initial;
  font-size: 16px;
  color: initial;
}

nav li {
  list-style: none;
}
nav .nav-items {
  margin-left: 15px;
}
nav .nav-items a {
  color: #448c74;
  padding: 15px 20px;
  text-decoration: none;
}
nav .nav-items .here {
  font-weight: 800;
}

.blog-footer {
  position: relative;
  background-color: #e4e4e4;
  border-top: 1px solid #e4e4e4;
  z-index: 1;
}
.blog-footer .social a {
  height: 35px;
  width: 35px;
  color: #fff;
  background-color: #576071;
  transition: 0.3s;
}
.blog-footer .social a:hover {
  background-color: #448c74;
  transition: 0.3s;
}

.blog-homepage .blog-post .bg-image, .blog-view-all .blog-post .bg-image, .blog-single .blog-post .bg-image {
  background-repeat: no-repeat;
  background-size: cover !important;
  border-radius: 35px;
  min-height: 14rem;
  box-shadow: 0 3px 6px #00000029;
}
.blog-homepage .blog-post h3 a, .blog-homepage .blog-post .badge, .blog-view-all .blog-post h3 a, .blog-view-all .blog-post .badge, .blog-single .blog-post h3 a, .blog-single .blog-post .badge {
  text-decoration: none;
}
.blog-homepage .blog-post h3 a, .blog-view-all .blog-post h3 a, .blog-single .blog-post h3 a {
  color: #448c74;
}
.blog-homepage .blog-post .badge, .blog-view-all .blog-post .badge, .blog-single .blog-post .badge {
  background-color: #448c74;
  border-radius: 1rem;
  transition: 0.3s;
  border: none;
}
.blog-homepage .blog-post .badge:hover, .blog-view-all .blog-post .badge:hover, .blog-single .blog-post .badge:hover {
  background-color: #448c741a;
  color: #448c74;
  transition: 0.3s;
}
.blog-homepage .search input, .blog-view-all .search input, .blog-single .search input {
  border-radius: 1rem;
}

.paginate-pages {
  font-size: 1.2rem;
}
.paginate-pages a {
  background-color: #448c74;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 10px;
  transition: 0.3s;
}
.paginate-pages a:hover {
  background-color: rgba(68, 140, 116, 0.5);
  color: #fff;
  transition: 0.3s;
}
.paginate-pages a, .paginate-pages strong {
  margin-right: 3px;
}

.blog-single .edit-post a {
  background-color: #448c74;
  color: #fff !important;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.blog-single .edit-post a:hover {
  background-color: rgba(68, 140, 116, 0.5);
  transition: 0.3s;
}
.blog-single .social-share .fa {
  color: #448c74;
  font-size: 20px;
}
.blog-single .feat-img-single img {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 1rem;
}

.invoice-va .list-group a .fa, .searched .list-group a .fa {
  margin-right: 10px;
}
.invoice-va .list-group a:hover, .searched .list-group a:hover {
  color: #448c74;
  transition: 0.3s;
}

.invoice .card-body {
  display: initial !important;
}
.invoice .top-total td {
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
}
.invoice .main-table td, .invoice .total-bottom {
  border-right: 1px solid #e4e4e4;
  padding: 5px 10px;
}

.invoice .btn-info,
.invoice-va .btn-info {
  background-color: #448c74;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.invoice .btn-info:hover, .invoice .btn-info:focus,
.invoice-va .btn-info:hover,
.invoice-va .btn-info:focus {
  background-color: rgba(68, 140, 116, 0.5);
  transition: 0.3s;
}

.res-layout,
.edu-skills {
  min-height: 1800px;
}
.res-layout ul,
.edu-skills ul {
  padding-left: 3px;
}
.res-layout li,
.edu-skills li {
  list-style: none;
}
.res-layout .job-timeline, .res-layout sp, .res-layout li,
.edu-skills .job-timeline,
.edu-skills sp,
.edu-skills li {
  line-height: 1.8;
  font-size: 18px;
}

.res-layout .site-entry {
  background-color: #f8f8f8;
}
.res-layout .col-md-4,
.res-layout .col-md-8 {
  padding-right: 0;
}
.res-layout .intro-info {
  background-color: #448c74;
  color: #fff;
}
.res-layout .edu-skills {
  background-color: #f8f8f8;
}
.res-layout .res-bg {
  background-color: #fff;
}
.res-layout .res-content ul {
  padding-left: 30px;
  margin-top: 15px;
}
.res-layout .res-content ul li {
  list-style: square;
}

.main, footer {
  font-family: "Poppins";
}

.main {
  min-height: calc(130vh - 135px);
  background-color: #F7F7F7;
  position: relative;
  z-index: 2;
  /* Scroll to top */
}
.main p {
  line-height: 2;
  font-size: 18px;
}
.main .about-title span {
  color: #448c74;
}
.main .home-section h2, .main .home-section a, .main .blog-sidebar a, .main p a, .main .first-name {
  color: #448c74;
}
.main .first-name {
  font-size: 3rem;
  font-weight: 500;
}
.main .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main .auth-mark {
  color: #0B486B;
}
.main .shape, .main .shape-two {
  opacity: 0.1;
  position: absolute;
  z-index: -1;
}
.main .shape {
  left: -20%;
  width: 50%;
  top: 20%;
}
.main .shape-two {
  right: 0;
  width: 30%;
  top: 0;
}
.main .profile-contain {
  position: relative;
}
.main .profile-intro {
  width: 65%;
  position: absolute;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
.main .in-left {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.main .in-left-late {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.55s;
}
.main .about-custom h2 span {
  color: #448c74;
}
.main .scrollToTop {
  width: 50px;
  height: 50px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  background: #448c74;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  box-shadow: 0 3px 12px 0 rgba(112, 112, 112, 0.25);
  transition: 0.3s;
}
.main .scrollToTop .fa {
  position: relative;
  left: 0;
  right: 0;
  top: -15px;
  font-size: 35px;
}
.main .scrollToTop:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.breadcrumb li {
  padding-right: 10px;
}
.breadcrumb li:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
.breadcrumb li a, .breadcrumb li:after {
  color: #6c757d;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb .last {
  font-weight: 700;
  color: #448c74;
}
.breadcrumb .last:after {
  content: "";
}

.card {
  min-height: 325px;
  box-shadow: 0 3px 6px #00000029;
}
.card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .cb-image {
  background-size: cover !important;
  background-position: center center;
}
.card .cb-image, .card .cb-info, .card:hover .cb-image, .card:hover .cb-info {
  transition: 0.25s ease-in-out;
}
.card .cb-info {
  color: #fff;
  background: rgba(68, 140, 116, 0);
}
.card:hover .cb-image, .card:hover .cb-info {
  transform: scale(1.2);
}
.card:hover .cb-info {
  background: rgba(68, 140, 116, 0.9);
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .top-nav .dropdown {
    margin-top: 0;
  }

  nav .nav-items {
    margin-left: 0;
  }
  nav .navbar-nav {
    margin-top: 10px;
  }
  nav li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
  }
  nav ul li a {
    padding: 0 !important;
  }

  .user-login {
    position: initial;
    left: 0;
    margin-top: 15px;
  }

  .res-layout,
.edu-skills {
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media print {
  .top-nav,
.nav-container,
.shape,
.shape-two,
footer {
    display: none;
  }

  .main {
    background-color: #fff;
  }

  .main-container .container {
    margin: 0;
    max-width: 100%;
    padding: 0 35px !important;
  }

  .res-layout .col-md-4 {
    padding-left: 0;
  }

  .res-layout .row {
    border: 1px solid #e4e4e4;
  }

  .res-layout,
.edu-skills {
    min-height: 2600px;
  }
}

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