

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

body {
  background-color: #f5f5f5;
  color: #2d2d2d;
}

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

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

a:hover {
  color: #6100f2;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #6100f2;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #2d2d2d;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 -1px #6100f2;
}

.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: linear-gradient(to right, #290065 0%, #6100f2 100%);
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.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: 650;
  color: #1e1e1e;
  font-size: 1.0rem;
}

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

.title-box {
  margin-bottom: 4rem;
}

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

.subtitle-a {
  color: #2d2d2d;
}

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

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

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

.title-left {
  font-size: 1.7rem;
  position: relative;
  font-weight: 450;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #6100f2;
  width: 100px;
  bottom: -12px;
}

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

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

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

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

.socials {
  padding: 1.5rem 0;
}

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

.socials .ico-circle {
  height: 25px;
  width: 25px;
  font-size: 1.3rem;
  border-radius: 2%;
  line-height: 1.3;
  margin: 0 12px 0 0;
  box-shadow: 0 0 0 2px #6100f2;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #6100f2;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  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: #6100f2;
  margin-right: 10px;
}

/*------/ Ico Circle 
line-height: 1.55;
/------*/

.ico-circle {
  height: 80px;
  width: 80px;
  font-size: 1.5rem;
  border-radius: 2%;
  
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 4px #6100f2;
  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: #fff;
  border: 0px solid #fff;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

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

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

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

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

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

/* Back to top button */

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

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

/* Prelaoder */

#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);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #6100f2;
  border-radius: 15%;
  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);
  }
}

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

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

.navbar-b.navbar-reduce {
  
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.6);


}

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

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  /*======================================
  text-transform: uppercase;
======================================*/
  font-weight: 370;
}

.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: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 27px;
}

.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: 27px;
}

.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: #000000;
  padding-top: 6.0px;
  padding-bottom: 6.0px;
  opacity: 0.95;

}

.navbar-b.navbar-reduce .nav-link {
  color: #6100f2;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #6100f2;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #6100f2;
}

.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: #6100f2;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #6100f2;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #6100f2;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 650;

 }

.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 .dropdown ul {
  display: block;
  position: absolute;
  left: 40px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 230px;
}

.navbar .dropdown ul a {

  padding: 10px 20px;

  text-transform: none;
  color: #212529;
}

.navbar .dropdown ul a i {
  font-size: 10px;

}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #6100f2;
  
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;

}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -20%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -30%;
  }
}



.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 230px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 10px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #6100f2;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}























/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 1.5px;
  width: 18px;
  margin-top: 3.2px;
  margin-bottom: 3.2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 0.8;
}

.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: 13px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 13px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 13px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

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

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

.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: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.4rem;
  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: #6100f2;
}

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

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

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

/*======================================
//--//-->   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: #2d2d2d;
}

.skill-mf .progress {
  background-color: #9659f1;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0.2;
  height: .8rem;
}

.skill-mf .progress .progress-bar {
  height: .8rem;
  background-color: #6100f2;
}

/*======================================
//--//-->   SERVICES
======================================*/

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

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #6100f2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0px 9b5cf8;
}

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

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

.service-box .s-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
  font-weight: 600;
}

.service-box .s-description {
  color: #2d2d2d;
}






.service-box2 {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1.1rem;
  margin-bottom: 3rem;
     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  
}

.service-box2:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #6100f2;
  box-shadow: 0 0 0 4px #9b5cf8;
}

.service-box2 .service-ico {
  margin-bottom: 0.1rem;
  color: #1e1e1e;
}

.service-box2 .ico-circle {
  transition: all 500ms ease;
  font-size: 3rem;
}

.service-box2 .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .1rem 0;
}

.service-box2 .s-description {
  color: #2d2d2d;
}



.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#6100f2;
 outline:0;
 box-shadow:0 0 0 .15rem rgba(237,155,254,43)
}
/*======================================
//--//-->   COUNTER
======================================*/

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

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

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  font-size: 2.5rem;
  border-radius: 2%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 4px #fff;
}

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

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 1.1rem;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;

}

.work-content .w-more {
  color: #2d2d2d;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #6100f2;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #6100f2;
  float: right;
}

.work-content .w-like a {
  color: #6100f2;
}

.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: #fff;
  text-align: center;
}

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

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

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

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



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

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

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

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

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

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

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
 

}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #6100f2;
  border: 1px solid #c068db;
  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;
}

















.sliderslides {
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.slidesslides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slidesslides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slidesslides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slidesslides::-webkit-scrollbar-track {
  background: transparent;
}
.slidesslides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slidesslides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}


.sliderslides > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 15%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.sliderslides > a:active {
  top: 1px;
}
.sliderslides > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .sliderslides > a {
    display: none;
  }
}







/*======================================
//--//-->   Carousel Team
======================================*/





.card-carousel {
  --card-width: 80%;
  --card-max-width: 480px;
  --card-height: 390px;
  --carousel-min-width: 100%;
  z-index: 1;
  position: relative;
  margin: 1 auto;
  width: 80%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter .3s ease;
}

@media screen and (max-width: 100%) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 70px) / 2)
  }
}

.card-carousel.smooth-return {
  transition: all .2s ease;
}

.card-carousel .card {
  background: #fff;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 5em;
  min-width: 350px;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: #000;
  transition: inherit;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
  border-radius: 1.2em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.highlight {
  filter: brightness(1)
}






.image-container {
  width: 10em;
  height: 10em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
  
}










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

.button {
  display: inline-block;
  padding: .3rem .1rem;
  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: .39rem;
  border: .35px solid transparent;
  transition: all 400ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;


}

.button:hover {
  background-color: #24052d;
  color: #fff;
  transition: all 100ms ease;
}

.button-a {
  background-color: #6100f2;
  color: #fff;
  border-color: #6100f2;
}

.button-big {
  padding: .15rem 1rem;
  font-size: 1.2rem;
}

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

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.15rem;
  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;
  }

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

  .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: 3.5rem;
  }

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

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

  .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;
  }
}



/*======================================
//--//-->   Image Responsive
======================================*/

.responsive {
  max-width: 100%;
  height: auto;
}

/* The Modal (background) */
.modal {

  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */

  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 1rem;
 
  width: 90%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 7px 10px 0 rgba(0, 0, 0, 0.3);
}


.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




















