/*
  Theme Name: DevFolio
  Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   COLOURS
======================================*/

:root {
  --primary-color: #F8C43B;
  --secondary-color: #FFE17D;
  --font-color: #ededed;
  --bg-color: #111111;
  --heading-color-1: #000;
  --heading-color-2: #fff;
  --base1: #4e4e4e;
  --grad1: rgba(248,196,53,0.15);
  --grad2: rgba(0, 0, 0, 0.1);
  --grad3: rgba(248,196,53, 0.05); 
  --grad4: rgba(255,255,255, 0.06);
  --grad5: rgba(255,255,255, 0.1);
  --grad6: rgba(0,0,0,0.9);
}

[data-theme="dark"] {
  --primary-color: #2183C2;
  --secondary-color: #28A0F4;
  --font-color: #121212;
  --bg-color: #eeeeee;
  --heading-color-1: #fff;
  --heading-color-2: #000;
  --base1: #A1A1A1;
  --grad1: rgba(33,131,194,0.15);
  --grad2: rgba(255, 255, 255, 0.1);
  --grad3: rgba(33,131,194,0.05); 
  --grad4: rgba(0,0,0, 0.06);
  --grad5: rgba(0,0,0, 0.1);
  --grad6: rgba(255,255,255,0.9);
}

.a111 {
  background-color: var(--bg-color);
}
.aede {
  color: var(--font-color);
}
.a000 {
  color: var(--heading-color-1);
}
.afff {
  color: #ededed
}

/*======================================
//--//-->   SCROLL
======================================*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 34px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}
::-webkit-scrollbar-thumb:active {
  background: var(--secondary-color);
}
::-webkit-scrollbar-track {
  background: var(--heading-color-1);
}
::-webkit-scrollbar-track:hover {
  background: var(--bg-color);
}
::-webkit-scrollbar-track:active {
  background: var(--bg-color);
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
  background-color: var(--bg-color);
  color: var(--base1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--font-color);
}
p {
  color: var(--font-color);
}
strong {
  color: var(--font-color);
}
a {
  color: var(--font-color);
  transition: all 0.5s ease-in-out;
}
.white {
  color: var(--bg-color);
}
.white a {
  color: var(--bg-color);
  transition: all 0.3s ease-in-out;
}
.white a:hover {
  color: var(--heading-color-1);
  transition: all 0.3s ease-in-out;
}

.white strong {
  color: var(--bg-color);
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: var(--primary-color);
}

.color-d {
  color: var(--font-color);
}

.color-text-a {
  color: var(--base1);
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px var(--grad2);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px var(--secondary-color);
}

.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: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: var(--primary-color);
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.overlay-mg {
  background-color: var(--secondary-color);
}

.overlay-mg {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.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: var(--font-color);
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--heading-color-2)
}

.title-a2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--heading-color-1)
}

.subtitle-a {
  color: var(--base1);
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: var(--primary-color);
  margin: 0 auto;
}
.line-mf2 {
  width: 40px;
  height: 5px;
  background-color: var(--heading-color-1);
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
  color: var(--heading-color-2)
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: var(--primary-color);
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: var(--heading-color-2);
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 var(--grad4), 0 2px 3px 0 var(--grad5);
}
.col-sm-12 .box-shadow-full {
  background-color: var(--bg-color);
}

/*------/ Socials /------*/

.socials {
  padding: 1rem 0;
  padding-bottom: 3%;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px var(--primary-color);
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: var(--primary-color);
  color: var(--heading-color-2);
  box-shadow: 0 0 0 3px var(--secondary-color);
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: var(--primary-color);
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px var(--primary-color);
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: var(--secondary-color);
  border: 0px solid var(--secondary-color);
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--bg-color);
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: var(--primary-color);
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: var(--heading-color-2);
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: absolute;
  display: none;
  background: var(--bg-color);
  color: var(--heading-color-2);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: var(--secondary-color);
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--heading-color-1);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--heading-color-1);
  border-top: 6px solid var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -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);
  }
}

.card-body2 {
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: justify;
  color: var(--heading-color-1);
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 3px 3px 0px var(--grad3);
}

.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 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: var(--font-color);
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.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:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.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 {
  transition: all .5s ease-in-out;
  background-color: var(--heading-color-1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: var(--primary-color);
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: var(--primary-color);
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: var(--primary-color);
}

.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 {
  color: var(--primary-color);
}

.navbar-b.navbar-reduce .navbar-brand {
  color: var(--primary-color);
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: var(--font-color);
}

.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 {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: var(--secondary-color);
  color: var(--heading-color-2);
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: var(--primary-color);
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: var(--heading-color-2);
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: var(--heading-color-2);
  font-weight: 600;
  font-size: 3rem;
}

.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 {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: var(--primary-color);
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: var(--secondary-color);
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: var(--secondary-color);
}

.intro-single .breadcrumb a {
  color: var(--heading-color-2);
}

/*======================================
//--//-->   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;
}

.skill-mf span {
  color: var(--base1);
}

.skill-mf .progress {
  background-color: var(--secondary-color);
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: var(--primary-color);
}

/*======================================
//--//-->   PROGRESS 
======================================*/

@-webkit-keyframes 
load { 0% {
stroke-dashoffset:0
}
}
@-moz-keyframes 
load { 0% {
stroke-dashoffset:0
}
}
@keyframes 
load { 0% {
stroke-dashoffset:0
}
}

.a1 {
  stop-color:var(--primary-color);
}
.a2 {
  stop-color:var(--primary-color);
  offset:100%;
}
.a3 {
  color: var(--heading-color-1) !important;
}
.service-box .progress-theme-blue {
  display: inline-block;
  position: relative;
  text-align: center;
  color: var(--heading-color-2);
  font-weight: 100;  
}

.service-box .progress-theme-blue:before {
  position: absolute;
  width: 100%;
}

.service-box .progress-theme-blue:after {
  transition: all 100ms ease;
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 3.7rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}

.service-box svg {
  width: 10rem;
  height: 10rem;
}

.service-box svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.service-box svg:nth-child(2) path {
  fill: var(--heading-color-1);
  stroke-width: 8;
  stroke-dasharray: 630;
  stroke: var(--heading-color-1);
  -webkit-animation: load 2s;
  -moz-animation: load 2s;
  -o-animation: load 2s;
  animation: load 2s;
}

.round-progress > .progress-bar { stroke-width:9;}
.round-progress > .progress-text{ font-size:20; text-anchor:middle;}

.progress-theme-blue .round-progress .progress-shadow {fill:var(--heading-color-1); }
.progress-theme-blue .round-progress .progress-bar {stroke:var(--primary-color); }
.progress-theme-blue .round-progress .progress-border {fill:var(--heading-color-1); }
.progress-theme-blue .round-progress .progress-text {fill:var(--heading-color-2); } 


/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  position: relative;
  transition: all 500ms ease;
  background-color: var(--heading-color-1);
  margin-bottom: 2rem;
  border-radius: 5%;
  padding: 13% 5% 3% 5%;
  overflow: hidden;
  z-index: 1;
  text-align: justify;
}

.card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

.service-box::before {
  content: '';
  position: absolute;
  background: var(--primary-color);
  right: -70px;
  top: -60px;
  width: 100px;
  height: 100px;
  border-radius: 40%;
  transition: all 300ms ease;
  z-index: -1;
  overflow: hidden;
}

.service-box:hover::before {
  background: var(--secondary-color);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.service-box:hover .service-ico {
  opacity:0%;
  transition: all 50ms ease;
}
.service-box:hover .card-body {
  opacity:0%;
  transition: all 100ms ease;
}
.service-box:hover .progress-theme-blue {
  opacity:0%;
  transition: all 10ms ease;  
}
.service-box:hover .card-body2 {
  transition-delay:200ms;
  -moz-transition-delay:200ms;
  transition: all 900ms ease;
  opacity:100%;
  text-align:justify;
}
.service-box .service-ico {
  transition-delay:500ms;
  -moz-transition-delay:500ms;
  transition: all 600ms ease;
  opacity:100%;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.service-box .card-body {
  transition-delay:500ms;
  -moz-transition-delay:500ms;
  transition: all 600ms ease;
  opacity:100%;
}
.service-box .progress-theme-blue {
  transition-delay:500ms;
  -moz-transition-delay:500ms;
  transition: all 400ms ease;
  opacity:100%;
}

.service-box .card-body2 {  
  opacity:0%;
  font-size: 0.95rem;
  text-align:justify;
}

.service-box:hover {
  transition: all 500ms ease;
  border-color: var(--bg-color);
  border: 3%;
  box-shadow: 0px 0 25px 0 var(--grad1);
  transform: translateY(-10px);
}

.service-box .service-ico {
  color: var(--heading-color-2);
}

.thatone {
  transition: all 500ms ease;
  font-size: 22rem;
  align-self: center;
  margin-left:55%;
  margin-top:-100%;
  opacity:10%;
  z-index:-20;
  position:absolute;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: var(--base1);
}

.service-box .card-body {
  position: relative;
  margin-top: 4%;
}

.service-box .card-category-box {
  position: static;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.service-box .card-category {
  display: inline-block;
  color: var(--heading-color-2);
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: var(--primary-color);
  border-radius: 4px;
  border-color: var(--bg-color);
}

.service-box .card-category .category{
  color: var(--heading-color-1);
  display: inline-block;
  text-transform: uppercase;
  font-size: 80%;
  margin-bottom: 0;
  padding-top: 1%;
  padding-bottom: 1%;
}

/*======================================
//--//-->   Badges
======================================*/

.clients {
  background: var(--heading-color-1);
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transition: all 500ms ease;
  -webkit-filter: none;
  filter: none;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 50%;
  }
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: var(--heading-color-2);
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px var(--secondary-color);
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
  color: var(--heading-color-2);
}

.counter-text {
  color: var(--heading-color-2);
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  transition: all 500ms ease;
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--heading-color-1);
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}

.work-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.work-box:hover {
  transition: all 500ms ease;
  border-color: var(--bg-color);
  border: 3%;
  box-shadow: 0px 0 25px 0 var(--grad1);
  transform: translateY(-10px)
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: var(--base1);
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: var(--primary-color);
}

.work-content .w-like {
  font-size: 2.5rem;
  color: var(--primary-color);
  float: right;
}

.work-content .w-like a {
  color: var(--primary-color);
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: var(--heading-color-2);
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: var(--heading-color-1);
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: var(--primary-color);
  background-color: var(--heading-color-2);
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog {
  transition: all 500ms ease;    
  margin-bottom: 2rem;
  background-color: var(--heading-color-1);
  border-radius: 5%;
  padding: 2% 5% 3% 5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-blog:hover{
  transition: all 500ms ease;
  border-color: var(--bg-color);
  border: 3%;
  box-shadow: 0px 0 25px 0 var(--grad1);
  transform: translateY(-10px)
}

.card-blog .card-body {
  position: relative;
  margin-top: 4%;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: var(--heading-color-2);
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: var(--primary-color);
  border-radius: 4px;
  border-color: var(--bg-color);
}

.card-blog .card-category .category{
  color: var(--heading-color-1);
  display: inline-block;
  text-transform: uppercase;
  font-size: 80%;
  vertical-align:middle;
  margin-bottom: 0;
  padding-top: 1%;
  padding-bottom: 1%;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: var(--base1);
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: var(--base1);
  display: inline-block;
  float: none;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: var(--heading-color-2);
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid var(--primary-color);
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: var(--primary-color);
}

.blog-wrapper .post-meta ul span {
  color: var(--bg-color);
}

.blog-wrapper .blockquote {
  border-left: 4px solid var(--primary-color);
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  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 {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: var(--primary-color);
}

.box-comments .list-comments span {
  color: var(--bg-color);
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid var(--primary-color);
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: var(--primary-color);
  top: 20px;
}

.sidebar-search input {
  background-color: var(--heading-color-2);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: var(--primary-color);
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: var(--heading-color-2);
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: var(--heading-color-2);
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: var(--heading-color-2);
}

/*======================================
//--//-->   CONTACT FORM
======================================*/

#sendmessage {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  color: var(--heading-color-2);
  transition: all 500ms ease;
}

.button-a {
  background-color: var(--primary-color);
  color: var(--heading-color-2);
  border-color: var(--secondary-color);
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@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: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  .theme-switch-wrapper {
    bottom: 15px;
  }
}

@-webkit-keyframes 
load { 0% {
stroke-dashoffset:0
}
}

@-moz-keyframes 
load { 0% {
stroke-dashoffset:0
}
}

@keyframes 
load { 0% {
stroke-dashoffset:0
}
}

.socials ul
{
  position: relative;
}

.socials ul li{
  list-style: none;
}

.socials ul li a{
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color);
  margin: 0 10px;
  transition: .5s;
}
.socials ul li a:hover {
    color: var(--primary-color);
}

.socials ul li a span{
  position: absolute;
  transition: transform .5s;
}

.socials ul li a span:nth-child(1),
.socials ul li a span:nth-child(3)
{
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.socials ul li a span:nth-child(1)
{
  top: 0;
  left: 0;
  transform-origin: right;
}

.socials ul li a:hover span:nth-child(1)
{
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s;
}


.socials ul li a span:nth-child(3)
{
  bottom: 0;
  left: 0;
  transform-origin: left;
}

.socials ul li a:hover span:nth-child(3)
{
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s;
}

.socials ul li a span:nth-child(2),
.socials ul li a span:nth-child(4)
{
  width: 1px;
  height: 100%;
  background: var(--primary-color);
}

.socials ul li a span:nth-child(2)
{
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}

.socials ul li a:hover span:nth-child(2)
{
  transform: scaleY(1);
  transform-origin: top;
  transition: transform .5s;
}


.socials ul li a span:nth-child(4)
{
  top: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.socials ul li a:hover span:nth-child(4)
{
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform .5s;
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*======================================
//--//-->   SWITCH
======================================*/

.theme-switch-wrapper {
  position: absolute;
  display: flex;
  background: transparent;
  color: var(--heading-color-2);
  line-height: 1;
  font-size: 16px;
  left: 15px;
  bottom: 17.5px;
  transition: background 0.5s;
  z-index: 11;
}

.theme-switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 54px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: var(--secondary-color);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: var(--bg-color);
  bottom: 3.6px;
  content: "";
  height: 23px;
  left: 3.7px;
  position: absolute;
  transition: .4s;
  width: 23px;
}

input:checked + .slider {
  background-color: var(--secondary-color);
}

input:checked + .slider:before {
  transform: translateX(23.2px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}