/*======================================
//--//-->   STYLES GENERALES
======================================*/

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #0078ff;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  padding: 24px 16px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.title-a {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  margin: 0 auto;
  background-color: #0078ff;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  position: relative;
  font-size: 2rem;
}

.title-left:before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100px;
  height: 3px;
  background-color: #0078ff;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  position: relative;
  z-index: 2;
  padding: 3rem 1.25rem;
  margin-bottom: 3rem;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socials .ico-circle {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  font-size: 1.7rem;
  line-height: 1.4;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 3px #cde1f8;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  margin-right: 10px;
  color: #0078ff;
}

/*------/ Ico Circle /------*/

.ico-circle {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #0078ff;
}

.ico-circle:hover {
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

.small-ico-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 4rem;
  line-height: 1;
}

.small-ico-circle i {
  font-size: 32px;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  cursor: pointer;
  background: #cde1f8;
  border: 0 solid #cde1f8;
  transition: all 0.6s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #1b1b1b;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  position: fixed;
  z-index: 999;
  width: 42px;
  height: 42px;
  right: 30px;
  bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #0078ff;
  border-radius: 50%;
  opacity: 0.7;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  z-index: 11;
  display: none;
  width: 44px;
  height: 44px;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #0078ff;
  border-radius: 50%;
  transition: background 0.5s;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.navbar-b.navbar-reduce {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-b.navbar-trans .nav-link {
  color: #fff;
}

.navbar-b.navbar-reduce .nav-link {
  color: #0078ff;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before,
.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce .nav-link:hover,
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active,
.navbar-b.navbar-reduce .navbar-brand {
  color: #0078ff;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  visibility: visible !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #0078ff;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/* Hamburger button */

.navbar-toggler {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.navbar-trans .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-reduce .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-reduce .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2827,27,27,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.open {
  transform: translateX(0);
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  position: relative;
  height: 100vh;
  color: #fff;
}

.intro .intro-content {
  position: absolute;
  text-align: center;
}

.intro .overlay-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.9;
}

.intro .intro-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  font-size: 3rem;
  text-transform: uppercase;
}

.intro-single .breadcrumb {
  color: #0078ff;
  background-color: transparent;
}

.intro-single .breadcrumb .breadcrumb-item:before,
.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

.intro-lead {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.intro-subtitle-static {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.about-actions {
  margin-top: 1rem;
}

.about-actions .btn,
.resume-btn {
  padding: 0.75rem 1rem;
  font-weight: 600;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  height: 0.7rem;
  margin: 0.5rem 0 1.2rem 0;
  background-color: #cde1f8;
  border-radius: 0;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: #0078ff;
}

/*======================================
//--//-->   SKILLS
======================================*/

.skills-box {
  padding: 2.5rem 1.3rem;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 1rem;
}

.skills-box:hover .ico-circle {
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
  transition: all 500ms ease;
}

.skills-box .skills-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.skills-box .ico-circle {
  font-size: 4rem;
  transition: all 500ms ease;
}

.skills-box .s-title {
  padding: 0.4rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.skills-box .s-description {
  color: #4e4e4e;
}

.progress-wrap {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.progress-wrap h4 {
  font-weight: 700;
  color: #333;
}

.progress-wrap p,
.progress-wrap li {
  font-size: 16px;
  color: #666;
}

.progress-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.progress-wrap li {
  margin-bottom: 10px;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  width: 60px;
  height: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  margin-bottom: 0;
  font-size: 2rem;
}

/*======================================
//--//-->   EXPERIENCE
======================================*/

.work-box {
  min-height: 150px;
  padding: 1.25rem;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.work-box.d-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.work-img {
  display: flex;
  flex: 0 0 120px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  overflow: visible;
  background: #fff;
}

.company-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.work-box:hover img {
  -webkit-transform: none;
  transform: none;
}

.work-content {
  flex: 1 1 auto;
  padding: 0;
}

.work-content h5 {
  margin-bottom: 0.25rem;
}

.work-content h6 {
  margin-bottom: 0;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.testimonial-box .comit {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.6;
  color: #0078ff;
  background-color: #fff;
  border-radius: 50%;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  top: -16px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
}

.card-blog .card-category {
  display: inline-block;
  padding: 0 15px 5px;
  overflow: hidden;
  color: #fff;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.card-blog .card-title {
  margin-top: 0.6rem;
  font-size: 1.3rem;
}

.card-blog .card-description,
.card-blog .post-date {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  margin-top: 1rem;
  border-left: 4px solid #0078ff;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  padding: 18px;
  font-style: italic;
  border-left: 4px solid #0078ff;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar,
.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  padding-left: 15px;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 5px solid #0078ff;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #0078ff;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
}

.widget-tags ul li {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  background-color: #0078ff;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  padding-bottom: 4rem;
  text-align: center;
  color: #0078ff;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #0078ff;
}

/*======================================
//--//-->   CONTACT FORM
======================================*/

#sendmessage {
  display: none;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  color: #0078ff;
  border: 1px solid #0078ff;
}

#errormessage {
  display: none;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  color: red;
  border: 1px solid red;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  display: none;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
  color: red;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  transition: all 500ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:focus {
  outline: 0;
}

.button:hover {
  color: #fff;
  background-color: #0062d3;
}

.button-a {
  color: #fff;
  background-color: #0078ff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*======================================
//--//-->   RESPONSIVE
======================================*/

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2,
  .contact-mf .box-pl2 {
    padding-left: 0;
    margin-top: 3rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .intro-title {
    font-size: 2.4rem;
  }

  .intro-lead {
    font-size: 1.2rem;
  }

  .intro-subtitle-static {
    padding: 0 10px;
    font-size: 1rem;
  }

  .navbar-collapse {
    padding: 0.75rem 1rem;
    margin-top: 0.75rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .navbar-nav .nav-link {
    padding: 0.6rem 0;
  }
}