body {
  color: #121212;
  background-color: #ffffff;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

button, .btn {
  background-color: #f1f1f1;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 7px;
  padding: 0.75rem 1.25rem;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:before, .btn:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  pointer-events: none;
  background-color: #848484;
  transform: rotateX(180);
  opacity: 0.2;
  z-index: 2;
}
button:hover .mask, .btn:hover .mask {
  width: 100%;
}
button:hover, .btn:hover {
  color: #ffffff;
  background-color: #000000;
}
button .mask, .btn .mask {
  color: #ffffff;
  border: 0;
  outline: 0;
  background: #000000;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
button .btn-label, .btn .btn-label {
  position: relative;
  z-index: 2;
  display: inline-block;
}
button:focus, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn-lg {
  font-size: 14px;
  padding: 1rem 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #121212;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

a {
  color: #3d3d3d;
  outline: 0;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #121212;
}
a:focus {
  outline: 0;
}

.std-section {
  padding: 70px 0;
}

.footer-section {
  padding: 10px 0 70px 0;
}

.profile-section {
  padding: 20px 0;
}

.text-ind-3 {
  text-indent: 30px;
}

.text-ind-4 {
  text-indent: 40px;
}

.text-ind-5 {
  text-indent: 50px;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #848484;
}

.top-min-13 {
  top: -130px;
}

.w-60 {
  width: 60% !important;
}

.rl-card {
  margin-bottom: 30px;
}
.rl-card .card-icon {
  margin-right: 20px;
}
.rl-card .card-icon i {
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rl-card .card-body h5 {
  margin: 5px 0;
}

.carousel .carousel-inner .carousel-item img {
  height: 500px;
  object-fit: cover;
}
.carousel button:hover {
  background-color: #ffffff;
  opacity: 0.5;
}
.carousel button:hover > .carousel-control-prev-icon {
  color: #121212;
}

.hd-preloader {
  display: none !important;
  opacity: 0 !important;
  transition: display 0s, opacity 0.5s linear;
}

#rl-preloader {
  display: block;
  opacity: 1;
  background: #FFF;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1031;
  /**
  * Building blocks
  *
  * @author jh3y - jheytompkins.com
  */
}
@keyframes building-blocks {
  0%, 20% {
    opacity: 0;
    transform: translateY(-300%);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0);
  }
  90%, 100% {
    opacity: 0;
    transform: translateY(300%);
  }
}
#rl-preloader .building-blocks {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#rl-preloader .building-blocks div {
  height: 20px;
  position: absolute;
  width: 20px;
}
#rl-preloader .building-blocks div:after {
  animation: building-blocks 2.1s ease infinite backwards;
  background: #000000;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
#rl-preloader .building-blocks div:nth-child(1) {
  transform: translate(-50%, -50%) translate(60%, 120%);
}
#rl-preloader .building-blocks div:nth-child(2) {
  transform: translate(-50%, -50%) translate(-60%, 120%);
}
#rl-preloader .building-blocks div:nth-child(3) {
  transform: translate(-50%, -50%) translate(120%, 0);
}
#rl-preloader .building-blocks div:nth-child(4) {
  transform: translate(-50%, -50%);
}
#rl-preloader .building-blocks div:nth-child(5) {
  transform: translate(-50%, -50%) translate(-120%, 0);
}
#rl-preloader .building-blocks div:nth-child(6) {
  transform: translate(-50%, -50%) translate(60%, -120%);
}
#rl-preloader .building-blocks div:nth-child(7) {
  transform: translate(-50%, -50%) translate(-60%, -120%);
}
#rl-preloader .building-blocks div:nth-child(1):after {
  animation-delay: 0.15s;
}
#rl-preloader .building-blocks div:nth-child(2):after {
  animation-delay: 0.3s;
}
#rl-preloader .building-blocks div:nth-child(3):after {
  animation-delay: 0.45s;
}
#rl-preloader .building-blocks div:nth-child(4):after {
  animation-delay: 0.6s;
}
#rl-preloader .building-blocks div:nth-child(5):after {
  animation-delay: 0.75s;
}
#rl-preloader .building-blocks div:nth-child(6):after {
  animation-delay: 0.9s;
}
#rl-preloader .building-blocks div:nth-child(7):after {
  animation-delay: 1.05s;
}

@media (min-width: 992px) {
  .footer-section {
    padding: 10px 0 70px 0;
  }
}
@media (max-width: 991.98px) {
  .footer-section {
    padding: 10px 0 70px 0;
  }
}
.navbar {
  padding: 10px 0;
  background-color: transparent;
  color: #121212;
  transition: background-color 200ms linear;
}

.navbar.scrolled {
  background-color: #ffffff;
  color: #121212;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas-lg .nav .nav-item .nav-link {
  color: #848484;
}
.offcanvas-lg .nav .nav-item .nav-link:hover {
  color: #121212;
}

@media (min-width: 992px) {
  .offcanvas-lg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    width: 75% !important;
  }
}
#rl-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center top;
  height: 100vh;
  width: 100%;
}
#rl-hero:after {
  content: "";
  background: #ffffff;
  display: block;
  left: 0;
  opacity: 0.8;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
#rl-hero .hero-outer {
  width: 100%;
  height: 100%;
}
#rl-hero .hero-outer .hero-text {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#rl-hero .hero-outer .hero-text .h1 {
  font-size: 4.5rem;
  margin-bottom: 30px;
  line-height: 5rem;
}
#rl-hero .hero-outer .hero-text p {
  margin-bottom: 30px;
}
#rl-hero .hero-outer .hero-img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#rl-hero .hero-outer .hero-img img {
  width: 80%;
  height: auto;
}

#rl-halfhero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center top;
  height: 30vh;
  width: 100%;
}
#rl-halfhero:after {
  content: "";
  background: #ffffff;
  display: block;
  left: 0;
  opacity: 0.8;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
#rl-halfhero .hero-outer {
  width: 100%;
  height: 100%;
}
#rl-halfhero .hero-outer .titlenbread {
  align-items: center;
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 0;
  left: 50%;
  width: fit-content;
  transform: translate(-50%, -50%);
}
#rl-halfhero .hero-outer .titlenbread .breadout {
  display: flex;
  justify-content: center;
}
#rl-halfhero .hero-outer .hero-text {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#rl-halfhero .hero-outer .hero-text .h1 {
  font-size: 4.5rem;
  margin-bottom: 30px;
  line-height: 5rem;
}
#rl-halfhero .hero-outer .hero-text p {
  margin-bottom: 30px;
}
#rl-halfhero .hero-outer .hero-img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#rl-halfhero .hero-outer .hero-img img {
  width: 80%;
  height: auto;
}

@media (min-width: 992px) {
  #rl-hero .hero-outer .h1 {
    font-size: 4.5rem;
    margin-bottom: 30px;
    line-height: 5rem;
  }

  #rl-halfhero .hero-outer .h1 {
    font-size: 4.5rem;
    margin-bottom: 30px;
    line-height: 5rem;
  }
}
@media (max-width: 991.98px) {
  #rl-hero .hero-outer .h1 {
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    line-height: 3rem !important;
  }

  #rl-halfhero .hero-outer .h1 {
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    line-height: 3rem !important;
  }
}
#rl-profile .profile-menu:before {
  background-color: #f1f1f1;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 33.4%;
  /* allow for bootstrap column padding */
  top: 0px;
  left: 0px;
  bottom: 0px;
}
#rl-profile .profile-menu #list-item-profile {
  padding: 25px 0;
}
#rl-profile .profile-menu #list-item-profile .list-group-item {
  background-color: transparent;
  border: 0;
  margin-right: 0px;
  color: #848484;
  font-weight: 300;
}
#rl-profile .profile-menu #list-item-profile .list-group-item:before {
  border-top: 3px solid #121212;
  display: inline-block;
  position: relative;
  margin: 0;
  width: 0px;
  height: 5px;
  content: "";
}
#rl-profile .profile-menu #list-item-profile .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#rl-profile .profile-menu #list-item-profile .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#rl-profile .profile-menu #list-item-profile .list-group-item.active {
  margin-right: 20px;
  transition: all 200ms linear;
  background-color: transparent;
  color: #121212;
  font-weight: 600 !important;
}
#rl-profile .profile-menu #list-item-profile .list-group-item.active:before {
  border-top: 3px solid #121212;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  width: 20px;
  height: 5px;
  content: "";
  transition: all 100ms linear;
}
#rl-profile .profile-menu .list-group {
  top: 40%;
}
#rl-profile .profile-content {
  position: relative;
  margin: 0;
}
#rl-profile .profile-content .list-profile-section {
  padding-top: 80px;
}
#rl-profile .profile-content .list-profile-section h4 {
  text-align: center;
}
#rl-profile .profile-content .list-profile-section h5 {
  margin-bottom: 20px;
}
#rl-profile .profile-content .list-profile-section:last-child {
  content: "";
}
#rl-profile .profile-content .list-profile-section:last-child:after {
  border-bottom: transparent;
  content: "";
}
#rl-profile .profile-content .list-profile-section:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #848484;
  opacity: 0.5;
}

@media (min-width: 992px) {
  #rl-profile .profile-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #rl-profile .profile-menu {
    display: none;
  }
}
#rl-portfolio .title-sect p {
  width: 75%;
}

/* --- Product Card ---- */
.portfolio-card {
  width: 100%;
  border: 0;
  background-color: #ffffff;
}
.portfolio-card .image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.portfolio-card .image-box img {
  width: 100%;
  height: 280px;
  max-height: 280px;
  object-fit: cover;
  transition: all 0.3s;
  transform: scale(1);
}
.portfolio-card .image-box:hover > img {
  transform: scale(1.1);
}

#rl-portfolio img {
  border-radius: 10px;
}
#rl-portfolio .card-text {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #rl-portfolio .title-sect p {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  #rl-portfolio .title-sect p {
    width: 90%;
  }
}
#rl-hireme .bg-hire {
  background: #f1f1f1 url("../img/main/hire.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: right bottom;
  border-radius: 10px;
  padding: 80px 80px;
}
#rl-hireme .bg-hire .btn {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  #rl-hireme .bg-hire {
    background-size: 50% auto;
  }
}
@media (max-width: 991.98px) {
  #rl-hireme .bg-hire {
    padding: 60px 50px;
    background-size: cover;
  }
}
#rl-footer footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
#rl-footer footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
#rl-footer footer ul a:hover {
  opacity: 1;
}
#rl-footer footer li {
  padding: 0 10px;
  margin-bottom: 15px;
}
#rl-footer footer .social {
  text-align: center;
  padding-bottom: 25px;
}
#rl-footer footer .social > a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #848484;
  margin: 10px 8px;
  color: #121212;
  opacity: 0.75;
}
#rl-footer footer .social > a:hover {
  opacity: 0.9;
}
#rl-footer footer hr {
  color: #848484;
  margin: 40px 0;
}
#rl-footer footer .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #121212;
  margin-bottom: 0;
}

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