.pagination__list .pagination__item .pagination__links {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.pagination {
  margin: 4rem 0;
}

.pagination .pagination__list {
  display: flex;
  justify-content: flex-end;
  margin-right: 8rem;
}

.pagination__list .pagination__item {
  width: 3.5rem;
  height: 3.5rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pagination__list .pagination__item:hover .pagination__links {
  background-color: #FFC300;
  color: #FFF;
}

.pagination__list .pagination__item:first-child .pagination__links {
  padding-bottom: 0.4rem;
}

.pagination__list .pagination__item:last-child .pagination__links {
  padding-bottom: 0.4rem;
}

.pagination__list .pagination__item .pagination__links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all linear 0.14s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

::-webkit-scrollbar {
  display: none;
}

html {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.8rem;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 1.6rem;
}

body .app {
  user-select: none;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.slide-show .dot, .header .header-navbars, .header-navbars .navbars-menu .menu-list, .menu-list .list-item, .header-navbars .navbars-info, .navbars-info .info-social .social-list, .feature .feature-icon, .btn-contact, .item-statistical {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-show .dot {
  position: absolute;
  cursor: pointer;
  --height: 1.4rem;
  height: var(--height);
  width: var(--height);
  margin: 0 0.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  z-index: 10;
  top: 80%;
  left: 2.5rem;
}

.welcome-container .welcome-right .heading-meta, .services-container .heading .heading-meta, .work-container .heading .heading-meta, .read-container .heading .heading-meta {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.welcome-container .welcome-right .colorlib-heading, .services-container .heading .colorlib-heading, .work-container .heading .colorlib-heading, .read-container .heading .colorlib-heading {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  position: relative;
}

.welcome-container .welcome-right .colorlib-heading::after, .services-container .heading .colorlib-heading::after, .work-container .heading .colorlib-heading::after, .read-container .heading .colorlib-heading::after {
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 6rem;
  height: 0.4rem;
  content: '';
  background: #FFC300;
}

.menu-list .list-item .item-link, .info-brief p .brief-info__link, .navbars-info .info-social .social-list .social-item .social-link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* CSS header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(20% - 1.8rem);
  background-color: #2C2C2C;
  transition: all linear 0.26s;
  z-index: 30;
}

.header .header-navbars {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.header .header-navbars .navbars-title {
  width: 100%;
  text-align: center;
}

.navbars-title .navbars-title__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.navbars-title .navbars-title__link h1 {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.header-navbars .navbars-menu {
  width: 100%;
}

.header-navbars .navbars-menu .menu-list {
  width: 100%;
  list-style: none;
  flex-direction: column;
}

.menu-list .list-item {
  margin-bottom: 0.8rem;
}

.menu-list .list-item.active {
  border-bottom: 1px solid #FFC300;
}

.menu-list .list-item.active .item-link {
  color: #FFC300;
}

.menu-list .list-item .item-link {
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1rem;
}

.menu-list .list-item:hover {
  border-bottom: 1px solid #FFC300;
  transition: all ease-in-out 0.24s;
}

.menu-list .list-item:hover .item-link {
  color: #FFF;
  transition: all ease-in-out 0.24s;
}

.menu-list .list-item:hover.active .item-link {
  color: #FFC300;
}

.header-navbars .navbars-info {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.header-navbars .navbars-info .info-brief {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}

.header-navbars .navbars-info .info-brief p {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  user-select: none;
}

.info-brief p .brief-info__link {
  color: #FFC300;
  opacity: 0.8;
}

.navbars-info .info-social {
  width: 100%;
}

.navbars-info .info-social .social-list {
  width: 100%;
  list-style: none;
}

.navbars-info .info-social .social-list .social-item {
  margin: 0 0.6rem;
}

.navbars-info .info-social .social-list .social-item .social-link i {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
  transition: all ease-in 0.2s;
}

.navbars-info .info-social .social-list .social-item .social-link:hover i {
  font-size: 1.6rem;
  color: #FFC300;
}

.open-nav,
.close-nav {
  --margin: 4%;
  position: fixed;
  left: var(--margin);
  top: var(--margin);
  z-index: 100;
  font-size: 3.5rem;
  opacity: 0;
  display: none;
  cursor: pointer;
  transition: all linear 0.24s;
}

#hidden-show-nav:checked ~ .header {
  opacity: 1;
  transform: translateX(0);
}

#hidden-show-nav:checked ~ .close-nav {
  opacity: 1;
  display: block;
  left: calc(4% + 32rem);
}

#hidden-show-nav:checked ~ .open-nav {
  opacity: 0;
  display: block;
  left: calc(4% + 32rem);
}

#hidden-show-nav:checked ~ .nav-overlay {
  opacity: 1;
  display: block;
  transition: all linear 0.24s;
}

.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* CSS header */
/* CSS section */
.container {
  width: 80%;
}

.container .carousel-container {
  width: 100%;
  position: relative;
  margin-bottom: 9rem;
}

.container .carousel-container .slide-show {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.author-container {
  width: 100%;
  display: flex;
  height: 9rem;
  margin-top: 2rem;
}

.author-container .div-title {
  width: 50%;
}

.author-container .div-author {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.author-container .div-author .btn-contact {
  margin: 0 0;
}

.author-container .div-author .login {
  font-size: 1.9rem;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.author-container .div-author .register {
  text-decoration: none;
  color: #FFC300;
  font-size: 1.9rem;
  margin: 0 3.6rem;
  text-transform: capitalize;
}

.author-container .div-author .register:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.slide-show {
  position: relative;
}

.slide-show .carousel-item {
  display: none;
  margin-top: 4rem;
}

.slide-show .carousel-item img {
  width: 100%;
  margin-right: 0;
  height: 70rem;
  object-fit: fill;
}

.slide-show #dot1 {
  top: 77%;
}

.slide-show #dot3 {
  top: 83%;
}

.slide-show #dot4 {
  top: 86%;
}

.slide-show #slide-1:checked ~ div.item1 {
  display: block;
  animation: anim-carousel-show .5s ease-in-out;
}

.slide-show #slide-1:checked ~ #dot1 {
  border-radius: 50%;
  border: 2px solid #FFC300;
  background-color: transparent;
}

.slide-show #slide-2:checked ~ div.item2 {
  display: block;
  animation: anim-carousel-show .5s ease-in-out;
}

.slide-show #slide-2:checked ~ #dot2 {
  border-radius: 50%;
  border: 2px solid #FFC300;
  background-color: transparent;
}

.slide-show #slide-3:checked ~ div.item3 {
  display: block;
  animation: anim-carousel-show .5s ease-in-out;
}

.slide-show #slide-3:checked ~ #dot3 {
  border-radius: 50%;
  border: 2px solid #FFC300;
  background-color: transparent;
}

.slide-show #slide-4:checked ~ div.item4 {
  display: block;
  animation: anim-carousel-show .5s ease-in-out;
}

.slide-show #slide-4:checked ~ #dot4 {
  border-radius: 50%;
  border: 2px solid #FFC300;
  background-color: transparent;
}

.welcome-container {
  display: flex;
  width: 100%;
  padding: 3rem 2.5rem;
  margin-left: -3.9rem;
}

.welcome-container .welcome-right,
.welcome-container .welcome-left {
  width: 50%;
  padding: 0 1.5rem;
}

.welcome-container .welcome-left img {
  width: 100%;
}

.welcome-container .welcome-right p {
  margin-bottom: 1.5rem;
}

.services-container {
  width: 100%;
  padding: 3rem 2.5rem;
  margin-left: -3.9rem;
}

.services-container .heading {
  padding: 0 1.5rem;
}

.services-container .heading .colorlib-heading {
  margin-bottom: 7rem;
}

.services-container .content {
  display: flex;
}

.services-container .content .content-right,
.services-container .content .content-left {
  width: 50%;
  padding: 0;
}

.services-container .content .content-right {
  display: flex;
}

.services-container .content .content-left {
  padding: 0 1.5rem;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6rem;
}

.feature .feature-icon {
  width: 10rem;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.03);
}

.feature .feature-text {
  width: calc(100% - 11.8rem);
}

.feature .feature-text h3 {
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  line-height: 1.4rem;
}

.div-img-left,
.div-img-right {
  padding: 0 1.5rem;
  width: 50%;
  position: relative;
}

.div-img-left .div-img,
.div-img-right .div-img {
  width: 100%;
}

.div-img-left .div-img img,
.div-img-right .div-img img {
  object-fit: cover;
  width: 100%;
  max-height: 16rem;
}

.div-img-left .div-text,
.div-img-right .div-text {
  width: 90%;
  padding: 1rem .7rem;
  background-color: #fafafa;
  z-index: 1;
  position: relative;
  bottom: 3rem;
}

.div-img-left .div-text h3,
.div-img-right .div-text h3 {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .3rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.div-img-right {
  margin: auto 0;
}

.work-container {
  width: 100%;
  padding: 3rem 2.5rem;
  margin-bottom: 14rem;
  margin-left: -3.9rem;
}

.work-container .heading {
  height: 14rem;
  padding: 1.5rem;
}

.work-container .heading .colorlib-heading {
  margin-bottom: 7rem;
}

.work-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.work-content .img-1,
.work-content .img-6 {
  width: 50%;
}

.work-content .img-2,
.work-content .img-3,
.work-content .img-4,
.work-content .img-5 {
  width: 25%;
}

.work-content img {
  width: 100%;
  height: 30rem;
  padding: 1.5rem;
  object-fit: cover;
}

.work-content .img-car {
  position: relative;
}

.work-content .img-car .desc {
  position: absolute;
  top: 2.5rem;
  bottom: 3.4rem;
  right: 2.5rem;
  left: 2.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.4s;
}

.work-content .img-car:hover .desc {
  opacity: 1;
}

.read-container {
  width: 100%;
  padding: 3rem 2.5rem;
  margin-left: -3.9rem;
}

.read-container .heading {
  padding: 0 1.5rem;
}

.read-container .heading .colorlib-heading {
  margin-bottom: 5.3rem;
}

.read-container .blog-entry {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10rem;
}

.read-container .blog-entry .desc {
  width: 33.33333%;
  padding: 1.5rem;
}

.desc {
  cursor: pointer;
  transition: all linear 0.2;
}

.desc .desc-img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.desc .desc-img img {
  object-fit: cover;
  transition: .2s;
  width: 100%;
  max-height: 20rem;
}

.desc .desc-text span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: .3rem;
  font-weight: 400;
}

.desc .desc-text h3 {
  margin-bottom: 1rem;
  font-weight: 400;
  color: #000;
}

.desc .desc-text p {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 3.4rem;
}

.desc:hover img {
  transform: scale(1.1);
}

.footer-container {
  width: 100%;
  padding: 1rem 1.5rem;
  background: #FAFAFA;
}

.footer-container .footer-content h2 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 3rem;
}

.footer-container .footer-content p {
  width: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.btn-contact {
  height: 5.2rem;
  width: 16rem;
  border-radius: 6rem;
  background-color: #FFC300;
  margin-bottom: 1.5rem;
}

.btn-contact:hover {
  opacity: 0.86;
  transition: all ease 0.2s;
}

.btn-contact a {
  text-align: center;
  width: 100%;
  line-height: 5.2rem;
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
}

.statistical-container {
  width: 100%;
  height: 35rem;
  margin: 10rem 0;
  position: relative;
  clear: both;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-image: url("/images/banner/banner6.jpg");
  filter: brightness(0.9);
}

.statistical-container .statistical-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  height: 35rem;
}

.item-statistical {
  flex-direction: column;
}

.item-statistical div {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: whitesmoke;
}

.item-statistical span {
  padding: 4rem 0;
  font-size: 4rem;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
}

.item-statistical p {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .5rem;
  display: block;
}

/* CSS section */
/* Animation */
@keyframes anim-carousel-show {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Animation */
/* Responsive */
/* Mobile: width < 740px*/
@media only screen and (max-width: 46.1875em) {
  .header {
    min-width: 30rem;
    transform: translateX(-150%);
    opacity: 0;
    transition: all linear 0.26s;
  }
  .box-shadow-on-mobile-tablet {
    box-shadow: 0 1px 4px 6px rgba(0, 0, 0, 0.3);
  }
  .open-nav {
    opacity: 1;
    display: block;
  }
  .close-nav {
    opacity: 0;
    display: block;
  }
  .container {
    width: 100%;
  }
  .welcome-container {
    display: block;
    padding: 0 0;
  }
  .welcome-container .welcome-right,
  .welcome-container .welcome-left {
    width: 100%;
  }
  .services-container {
    padding: 3rem 0;
  }
  .services-container .content {
    display: block;
  }
  .services-container .content .content-left,
  .services-container .content .content-right {
    width: 100%;
  }
  .content-right {
    display: block !important;
  }
  .content-right .div-img-left,
  .content-right .div-img-right {
    width: 100%;
  }
  .work-container {
    padding: 0 0;
  }
  .work-container .work-content .img-car {
    width: 100%;
  }
  .read-container {
    padding: 0 0;
  }
  .read-container .blog-entry .desc {
    width: 100%;
  }
  .footer-container .footer-content {
    padding: 0 0;
  }
  .footer-container .footer-content p {
    width: 100%;
  }
  .statistical-container {
    height: 170vh;
  }
  .statistical-container .statistical-list {
    height: 170vh;
    flex-direction: column;
  }
  .author-container .div-title {
    display: none;
  }
  .author-container .div-author {
    width: 100%;
  }
}

/* Tablet */
/* >= Tablet Pro and PC */
/* Responsive */
/*# sourceMappingURL=style.css.map */