@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');

/*
03 - Preloader style
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #5d33fb;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

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

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

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

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

/*
04 - Base css
*/
html,
body {
  height: 100%;
}

body {
  font-family: "Muli", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #525252;
}

a,
button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #5d33fb;
}

a:hover {
  color: #aeaeae;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}

blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Muli", sans-serif;
  color: #555;
  line-height: 1.5;
  font-weight: 600;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #5d33fb;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

p {margin-bottom: 2rem;}

/***spaces**/
.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

/**margins**/
.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.bg-skin {
  background-color: #5d33fb;
}

.bg-facebook {
  background: #3b5998;
  color: #fff;
}

.bg-twitter {
  background: #00aced;
  color: #fff;
}

/*
.bg-gradient {
  background-color: #5d33fb;
  background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
  background-image: linear-gradient(90deg, #5d33fb, #4eefed);
}
*/

.bg-faded {
  background-color: #f5f5f5;
}

.gray-bg {
  background: #f7f9fa;
}

.text-muted {
  color: inherit !important;
  opacity: 0.75 !important;
}

.form-control,
input[type="text"],
input[type="email"],
textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f5f5f5;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #5d33fb;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #5d33fb;
}

.text-large {
  font-size: 3.5rem;
}

.text-medium {
  font-size: 2.25rem;
  font-weight: 400;
}

i.text-medium {
  font-weight: normal;
}

.text-intro-large {
  font-size: 2.75rem;
  font-weight: 400;
}

.lead {
  line-height: 1.5;
  font-weight: 400;
  max-width: 600px;
  margin-bottom: 30px;
}

.more-link {
  display: inline-block;
  border-bottom: 1px solid #d21e2b;
  padding: 0 2px;
  color: #d21e2b;
}

.more-link>i {
  font-size: 10px;
  font-weight: bold;
}

.more-link:hover {
  color: inherit;
  border-bottom-color: inherit;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

.line-vertical-top {
  position: relative;
}

.line-vertical-top:before {
  position: absolute;
  right: 100%;
  margin-right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10rem;
  height: 2px;
  background-color: #5d33fb;
}

.pos-relative {
  position: relative;
}

.pos-relative .image-shape-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.no-gutter {
  margin: 0px !important;
  padding: 0px !important;
}

.border-bottom {
  border-bottom: 1px solid #f5f5f5;
}

hr {
  border-top-color: #f5f5f5;
}

.section-title {
  padding-bottom: 2rem;
}

.section-title h2,
h2.section-title {
  font-size: 28px;
    line-height: 1.3em;
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #666666;
}

.section-title h2:before,
h2.section-title:before {
  position: absolute;
  left: 0px;
  bottom: 0;
  content: "";
  width: 100px;
  height: 5px;
  background-color: #d21e2b;
}


@media (min-width: 640px) {
	.section-title h2,
h2.section-title {
		font-size: 36px;
	}
}
@media (min-width: 760px) {
	.section-title h2,
h2.section-title {
		font-size: 42px;
	}
}

/* When title center, center the line */
#testimonials .section-title h2:before,
#testimonials h2.section-title:before {
  left: 50%;
  transform: translateX(-50%);
}

#testimonials .section-content > .lead {
  margin-left:auto;
  margin-right: auto;
}

.section-title .subtitle {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding-top: 17px;
  font-weight: 400;
}

.section-title.light h2,
.section-title.light p {
  color: #fff;
}

.section-title.light h2:before {
  background-color: rgba(255, 255, 255, 0.75);
}

.text-color {
  color: #5d33fb;
}

.text-white {
  color: #fff !important;
}

/**animatation*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.z-index-0 {
  z-index: 0;
}

.z-index-4 {
  z-index: 4;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

/**svg**/
.svg-abs {
  position: absolute;
}

.svg-f-btm {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.svg-white {
  fill: #fff;
}

.svg-primary {
  fill: #5d33fb;
}

.svg-top-left {
  top: 0;
  left: 0;
}

.svg25p {
  width: 35%;
  z-index: 3;
}

@media (min-width: 992px) {
  .lg-top-4 {
    top: 4rem;
    position: relative;
  }

  .lg-xm-4 {
    top: 2px;
    position: relative;
    left: -4rem;
  }
}

/*page title */
.page-title {
  padding-top: 9rem;
  padding-bottom: 2rem;
}

.page-title h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
}

/*Pagination*/
.page-link {
  color: #5d33fb;
}

/**shortcode * remove bottom css*/
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

.linenums .tag {
  color: #1e347b;
}

.pln {
  color: #48484c;
}

.typ,
.atn,
.dec,
.var {
  color: teal;
}

.pun,
.opn,
.clo {
  color: #93a1a1;
}

.str,
.atv {
  color: #D14;
}

/*
05 - Button style
*/
.btn {
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 12px 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  -moz-transform: trasnlateY(-5px);
  -o-transform: trasnlateY(-5px);
  -ms-transform: trasnlateY(-5px);
  -webkit-transform: trasnlateY(-5px);
  transform: trasnlateY(-5px);
}

.btn-lg {
  padding: 14px 25px;
}

.btn-dark-border {
  border: 2px solid #333;
  color: #333;
}

.btn-dark-border:hover,
.btn-dark-border:focus,
.btn-dark-border.focus,
.btn-dark-border.active,
.btn-dark-border.focus:focus,
.btn-dark-border.active:focus {
  background: #333;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.35);
  color: #fff;
}

.btn-skin-border {
  border: 2px solid #5d33fb;
  color: #5d33fb;
  background-color: transparent;
}

.btn-skin-border:hover,
.btn-skin-border:focus,
.btn-skin-border.focus,
.btn-skin-border.active,
.btn-skin-border.focus:focus,
.btn-skin-border.active:focus {
  background: #5d33fb;
  box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
  color: #fff;
}

.btn-white-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-white-border:hover,
.btn-white-border:focus,
.btn-white-border.focus,
.btn-white-border.active,
.btn-white-border.focus:focus,
.btn-white-border.active:focus {
  background-color: #5d33fb;
  box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
  color: #fff;
}

.btn.btn-dark {
  border: 0px;
  background-color: #333;
  color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark.active,
.btn.btn-dark.focus:focus,
.btn.btn-dark.active:focus {
  background-color: #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn.btn-skin {
  border: 0px;
  background-color: #5d33fb;
  color: #fff;
}

.btn.btn-skin:hover,
.btn.btn-skin:focus,
.btn.btn-skin.focus,
.btn.btn-skin.active,
.btn.btn-skin.focus:focus,
.btn.btn-skin.active:focus {
  background-color: #000;
  box-shadow: 0px 0px 20px rgba(93, 51, 251, 0.35);
  color: #fff;
}

.btn-link {
  color: #5d33fb;
}

.btn-link:hover {
  color: #999;
}

.smart-forms button {
  font-family: "Muli", sans-serif;
  font-size: 12px !important;
}

.btn.bg-facebook:hover,
.btn.bg-twitter:hover {
  color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/*
06 - Top bar style
*/
.hero-social-bar {
  width: 100%;
  left: 0;
  top: auto;
  bottom: 140px;
  z-index: 999;
  position: absolute;
}

.hero-social-bar ul {
  margin: 0px;
  padding: 0px;
}

.hero-social-bar ul li.list-inline-item {
  padding: 0px;
  margin-right: 0px;
  vertical-align: middle;
}

.hero-social-bar ul li.list-inline-item:first-child span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  padding-right: 80px;
}

.hero-social-bar ul li.list-inline-item:first-child span::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: -50%;
}

.hero-social-bar ul li.list-inline-item a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 5px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.hero-social-bar ul li.list-inline-item a>i {
  display: block;
  line-height: 40px;
}

.hero-social-bar ul li.list-inline-item a:hover {
  color: #fff;
}

.hero-social-bar ul.top-socials li a {
  font-size: 16px;
  width: auto;
  padding: 0px 3px;
  text-align: center;
}

/*
07 - navigation start
*/




/*dropdown menu*/
.dropdown-menu {
  border-radius: 0px;
  border: 0px;
  margin-top: 10px;
  -webkit-transform: scale(0.8) translate(-10%, -10%);
  transform: scale(0.8) translate(-10%, -10%);
  -webkit-transform: scale(0.85) translateY(-10%);
  transform: scale(0.85) translateY(-10%);
  transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.1s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-transform: capitalize;
  color: inherit;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5d33fb;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  right: 25px;
  bottom: 100%;
  margin-right: -20px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.navbar.navbar-dark {
  border-bottom: 0px;
  background-color: #5d33fb;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark li.show .nav-link,
.navbar.navbar-dark .nav-link:hover {
  color: #fff;
}

.navbar.navbar-light {
  background-color: #fff;
}

.navbar.navbar-light .nav-link {
  color: rgba(0, 0, 0, 0.75);
}

.navbar.navbar-light .nav-link.active,
.navbar.navbar-light li.show .nav-link,
.navbar.navbar-light .nav-link:hover {
  color: #5d33fb;
}

.dropdown-divider {
  border-top-color: #f5f5f5;
}

@media (min-width: 992px) {
  .navbar.navbar-expand-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar.navbar-expand-lg .nav-item {
    height: 75px;
    margin-left: 1.25rem;
    align-items: center;
    display: flex;
  }

  .navbar.navbar-expand-lg .nav-link {
    padding: 0;
  }

  .dropdown-menu {
    margin-top: 0px;
    border: 1px solid #f5f5f5;
  }

  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus,
  .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #5d33fb;
  }

  .navbar.navbar-expand-lg.navbar-transparent {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .sticky-active.navbar.navbar-expand-lg.navbar-transparent {
    background-color: #5d33fb;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    animation: fadeInDown .35s;
    -webkit-animation: fadeInDown .35s;
  }
}

/*
08 - Hero Templates Style
*/
.fullscreen-hero {
  height: 100vh;
}

.half-hero {
  height: auto;
  padding-top: 9rem;
  padding-bottom: 5rem;
}

.hero {
  position: relative;
  /*background-image: url('https://i1.wp.com/matchboxvirtual.com/wp-content/uploads/2019/08/hero-image-woman-on-computer.jpg') !important;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  z-index: 1;
}

/*
.hero .hero-overlay.hero-gradient,
.bg-gradient {
  background-color: rgba(93, 51, 251, 0.5);
  background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
  background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
}
*/

.hero.dark .text-large,
.hero.dark p {
  color: #fff;
}

.hero .text-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .lead {
  margin-bottom: 2rem;
/*   opacity: .75; */
}

.hero-parallax {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 4;
}

.hero-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hero-inner .lead {max-width: 500px}
.hero-content .multiple-ctas {text-align: center;}

.mouse-down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 99;
}

.mouse-down a {
  color: #fff;
  font-size: 3rem;
}

.mouse-down a:hover {
  color: #5d33fb;
}

.parallax-text h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 5.5rem;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

/*
09 - Carousel Sliders: Section Testimonials
*/

#testimonials {text-align: center;background-color: #4f4f4f;
background-color: #3d3d3e;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23333334' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.carousel-testimonials.owl-carousel.owl-theme {
  text-align: center;
}

.carousel-testimonials.owl-carousel.owl-theme img {
  width: auto;
  max-width: 110px;
}

.carousel-testimonials.owl-carousel.owl-theme h6 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 10px;
}

.carousel-testimonials.owl-carousel.owl-theme h6 small {
  /* opacity: .75; */
  font-size: 75%;
  display: block;
  margin-left: .25rem;
}

/* small screens */
.testimonial-card p.lead {
  padding: 1rem;
  font-size: 16px;
}


@media (min-width:600px) {
  .testimonial-card p.lead {
    padding: 2rem 1.5rem;
    font-size: 22px;
  }
}

.testimonial-card p.lead {
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 840px;
}

.testimonial-card img {
  position: relative;
  z-index: 7;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #d21e2b;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  padding: 0px;
  border-radius: 0px;
  background-color: #f5f5f5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d21e2b;
}

/*
10 - icon-boxes
*/
.feature-icon {border: 1px solid rgba(108, 117, 125, 0.25);padding: 3rem 1rem;min-height: 280px;}

.feature-icon p {
  margin-bottom: 0px;
  display: none;
}

.feature-icon i {
  background-color: #dc3545;
  background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
  background-image: linear-gradient(90deg, #5d33fb, #4eefed);
  overflow: hidden;
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 2rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-icon i:before {
  position: relative;
  z-index: 2;
}

.feature-icon i:hover:after {
  width: 100%;
}

.feature-icon h5 {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1rem;
  /* line-height: 24px; */
  /* text-transform: capitalize; */
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.service-card {
  padding: 1.5rem;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-card img {
  border-radius: 5px;
}

.service-card h5 {
  padding-top: 1rem;
  text-transform: capitalize;
}

/**
11 - Call to action sections
**/
.bg-parallax {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}

.bg-parallax h2,
.bg-parallax p {
  color: #fff;
}

.bg-parallax .parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(93, 51, 251, 0.5);
  background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
  background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.75), rgba(78, 239, 237, 0.75));
}

.bg-parallax .container {
  position: relative;
  z-index: 3;
}

.bg-parallax .image-shape-bottom {
  z-index: 3;
}

/*
12 - The team
*/
.person-col {
  position: relative;
  overflow: hidden;
}

.person-col img {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  margin: 0 auto;
}

.person-col .person-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(93, 51, 251, 0.25);
  background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
  background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
  opacity: 0;
  visibility: hidden;
}

.person-col .person-overlay .person-inner {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: 0px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.person-col .person-overlay .person-inner h4 {
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.person-col .person-overlay .person-inner span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 13px;
}

.person-col .person-overlay .person-inner ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  display: block;
}

.person-col .person-overlay .person-inner ul li a i {
  display: block;
}

.person-col .person-overlay .person-inner ul li a:hover {
  color: #fff;
}

.person-col:hover .person-overlay {
  opacity: 1;
  visibility: visible;
}

.person-col:hover .person-overlay .person-inner {
  margin-top: -40px;
}

/*
13 - Pricing tables
*/
.price-box {
  background: transparent;
  text-align: center;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

.price-box h3 {
  margin: 0px;
  font-size: 1.25rem;
  padding: 20px 15px;
  border-bottom: 1px solid #f5f5f5;
}

.price-box h2 {
  font-size: 5rem;
  padding: 0px 15px;
  line-height: 3rem;
  margin: 34px 0;
}

.price-box h2 sup {
  font-size: 13px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  left: 10px;
}

.price-box ul li {
  padding: 7px 0;
}

.price-box ul li:nth-child(even) {
  background-color: rgba(93, 51, 251, 0.05);
}

.price-box.best-value {
  position: relative;
}

.price-box.best-value h3,
.price-box.best-value h2 {
  color: #5d33fb;
}

.price-box.best-value .best-label {
  position: absolute;
  right: -40px;
  top: 16px;
  background: #5d33fb;
  color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price-footer {
  padding: 25px 15px;
}

/* 
14 - Portfolio styles
*/
.cbp-l-filters-work {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.cbp-l-filters-work .cbp-filter-item {
  background-color: #f5f5f5;
  color: inherit;
  border-radius: 5px;
  font-family: "Muli", sans-serif;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #5d33fb;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #5d33fb;
  background-color: #f5f5f5;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  color: #fff;
  background-color: #5d33fb;
  background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
  background-image: linear-gradient(90deg, #5d33fb, #4eefed);
  cursor: default;
}

.cbp-popup-wrap {
  z-index: 9999;
}

.cbp-l-grid-work-title {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}

.cbp-l-grid-work-title:hover {
  color: #5d33fb;
}

.cbp-l-grid-work .cbp-item-wrapper {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
  color: #5d33fb;
  border: 2px solid #5d33fb;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  line-height: 1;
  border-radius: 5px;
  padding: 14px 25px;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link:focus {
  color: #fff;
  background-color: #5d33fb;
}

.cbp-l-project-desc-text {
  font-family: "Muli", sans-serif;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span,
.cbp-l-project-details-list>li,
.cbp-l-project-details-list>div,
.cbp-l-project-related-title,
.cbp-l-project-details-visit {
  font-family: "Muli", sans-serif;
  font-weight: 500;
}

.cbp-l-project-details-visit {
  font-weight: 600;
  background-color: #5d33fb;
}

.cbp-l-project-desc-title {
  font-weight: 400;
  text-transform: uppercase;
}

.cbp-l-grid-work-desc {
  font-family: "Muli", sans-serif;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(93, 51, 251, 0.25);
  background-image: -webkit-linear-gradient(0deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
  background-image: linear-gradient(90deg, rgba(93, 51, 251, 0.95), rgba(78, 239, 237, 0.75));
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  pointer-events: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop:hover {
  background-color: transparent;
}

.cbp-l-project-details-visit {
  padding: 14px 25px;
}

.cbp-l-project-desc-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 300;
}

.cbp-l-project-title,
.cbp-l-project-subtitle {
  font-family: "Muli", sans-serif;
}

.cbp-l-project-desc-text {
  font-family: "Muli", sans-serif;
}


/**** Site Header *****/
#masthead {background: #fff !important;}

/*
15 - Contact Section Style
*/
.contact-section {
  background-color: #fff;
}

/**partners**/
.partners {
  padding: 20px 0;
  background: #f5f5f5;
  text-align: center;
}

.partners img {
  display: inline-block;
  margin: 0px auto;
  height: 90px;
  opacity: 0.75;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.partners a:hover img {
  opacity: 1;
}

.smart-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

.smart-forms {
  margin: 0px;
}

.smart-forms .form-body,
.smart-forms .form-footer {
  padding: 0px;
}

.smart-forms .form-footer {
  background: none;
  background-image: none;
  overflow: visible;
}

.smart-forms .form-footer .btn {
  margin-right: .5rem;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i {
  font-size: 20px;
  display: block;
  line-height: 42px;
  position: relative;
}

.smart-forms .input-hint {
  background-color: #fff;
}

.smart-container {
  box-shadow: none;
}

.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select>select,
.smart-forms .select-multiple select {
  border-color: #f5f5f5;
}

.smart-forms .gui-input:focus~.field-icon i,
.smart-forms .gui-textarea:focus~.field-icon i {
  color: #5d33fb;
}

.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select>select:hover,
.smart-forms .select-multiple select:hover,
.smart-forms .gui-input:hover~.input-hint,
.smart-forms .file .gui-file:hover+.gui-input,
.smart-forms .gui-textarea:hover~.input-hint,
.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus~.input-hint,
.smart-forms .gui-textarea:focus~.input-hint,
.smart-forms .file .gui-file:focus+.gui-input {
  border-color: #5d33fb;
}

.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select>select:focus,
.smart-forms .select-multiple select:focus {
  box-shadow: 0px 0px 3px #5d33fb inset;
  border-color: #5d33fb;
}

.smart-forms .prepend-icon>input,
.smart-forms .prepend-icon>textarea,
.smart-forms .prepend-icon>select {
  padding-left: 40px;
}

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon button,
.smart-forms .smart-widget .button {
  border-color: #f5f5f5;
  background-color: transparent;
}

.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select>select,
.smart-forms .select-multiple select {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.smart-forms .refresh-captcha {
  width: 36px;
  height: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5d33fb;
  border: 0px;
  top: 2px;
  right: -18px;
}

.smart-forms .refresh-captcha>i {
  display: block;
  line-height: 0;
  position: relative;
  left: 1px;
  top: 1px;
}

.smart-forms .button {
  height: auto;
  padding: 1rem 1.5rem;
  border-radius: 4px;
}

.smart-forms .sml-120 .button {
  width: 140px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  border: 1px solid #f5f5f5;
}

.smart-forms .sml-120 {
  padding-left: 140px;
}

.smart-forms .input-hint {
  border: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 1px;
}

.contact-wrapper .title-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #333;
}

.contact-wrapper p {
  margin-bottom: 0px;
}

.contact-wrapper .social-link {
  display: inline-block;
}

.contact-wrapper .social-link>i {
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #5d33fb;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}

.social-link:hover>i {
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

@media (min-width: 768px) {
  .contact-wrapper .col-sm-6 {
    padding: 1.5rem;
  }

  .contact-wrapper .col-sm-6:nth-child(1) {
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
  }

  .contact-wrapper .col-sm-6:nth-child(3) {
    border-right: 1px solid #f5f5f5;
  }

  .contact-wrapper .col-sm-6:nth-child(2) {
    border-bottom: 1px solid #f5f5f5;
  }
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
  border-radius: 10px;
}

.form-control-lg {
  font-size: 1rem;
}

/*
16 - Footer styles
*/
.site-footer {
  position: relative;
  background-color: #383737;
  color: #e0e0e0;
}

.site-footer h2 {color: #fff}
.site-footer .section .container {overflow: hidden; padding-top: 20px; padding-bottom: 20px;}

/*
.site-footer {
  display: flex;
  align-items: center;
  height: 250px;
  background-color: #5d33fb;
  background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
  background-image: linear-gradient(90deg, #5d33fb, #4eefed);
  position: relative;
  font-weight: 400;
}
*/

.site-footer .svg-footer,
.site-footer .svg-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.site-footer span,
.site-footer .copyright {
  color: #e0e0e0;
  opacity: .75;
}

.site-footer ul {
  margin: 0;
  padding: 0px;
}

.site-footer ul li a {
  color: #fff;
}

.site-footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}




/*
Blog Style
*/
.post-thumb img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-thumb:hover img {
  transform: translateY(-5px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

/*
17 - Template Responsive Style
*/
/*******Responsive style**************/
@media (max-width: 991px) {
  .navbar-dark .navbar-toggler {
    color: #fff;
  }

  .text-intro-large {
    font-size: 2rem;
  }

  .smart-wrap {
    padding-top: 2rem;
  }

  .display-4,
  .text-medium {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .slider-banner .slider-table .slider-vm h1 {
    font-size: 4rem;
  }

  .navbar.navbar-expand-lg.navbar-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .main-content .services-list li:nth-child(1),
  .main-content .services-list li:nth-child(3),
  .main-content .services-list li:nth-child(5),
  .main-content .services-list li:nth-child(1),
  .main-content .services-list li:nth-child(2),
  .main-content .services-list li:nth-child(3),
  .main-content .services-list li:nth-child(4) {
    border: 0px !important;
  }

  .main-content .flexslider .slides li h1 {
    font-size: 4rem;
  }

  .hero-gutter-md {
    margin-top: 50px;
  }

  .hero .text-large {
    font-size: 2.5rem;
  }

  .hero .btn {
    padding: 8px 15px;
  }

  .hero p.lead {
    /* font-size: 16px; */
  }

  .hero-social-bar {
    bottom: auto;
    top: 15px;
  }

  .navbar-toggler {
    border: 0px;
  }

  .navbar-toggler>i {
    font-size: 2rem;
  }

  .navbar .navbar-collapse {
    max-height: 280px;
    overflow-y: scroll;
  }

  .bg-parallax.no-gutter {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .btn-lg {
    padding: 10px 20px;
  }

  .section-title h2,
  h2.section-title {
    font-size: 2rem;
  }

  .h2,
  h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .footer {
    padding-bottom: 30px;
  }

  .footer>*,
  .footer .text-right {
    text-align: center !important;
  }

  .contact-wrapper .title-name {
    padding-top: 1rem;
    margin-bottom: .5rem;
  }

  .bg-parallax {
    background-position: top center !important;
  }

  .feature-icon-alt {
    margin-bottom: 50px;
    background-color: #f5f5f5;
  }

  .row .col-md-6:nth-child(1) .feature-icon-alt {
    margin-top: 50px;
  }
}


/*** Taken from the head of the html page ***/
/*
.hero .hero-overlay.hero-gradient,
.footer {
  background-color: rgba(242, 138, 81, 0.5);
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(242, 138, 81, 0.75),
    rgba(255, 191, 191, 0.75)
  );
  background-image: linear-gradient(
    90deg,
    rgba(242, 138, 81, 0.75),
    rgba(255, 191, 191, 0.75)
  );
}

.bg-parallax .parallax-overlay {
  background-color: rgba(242, 138, 81, 0.5);
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(242, 138, 81, 0.75),
    rgba(255, 191, 191, 0.75)
  );
  background-image: linear-gradient(
    90deg,
    rgba(242, 138, 81, 0.75),
    rgba(255, 191, 191, 0.75)
  );
}
*/

.text-color {
  color: rgba(242, 138, 81);
}

.navbar.navbar-light .nav-link.active,
.navbar.navbar-light li.show .nav-link,
.navbar.navbar-light .nav-link:hover {
  color: rgba(242, 138, 81);
}

.feature-icon i {
  background-color: #B2DFDB;
  background-image: none !important;
}

.feature-icon:hover i {
  background-color: #89c3ba;
}

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0828+0,333333+32,333333+32,777777+62,555555+100 */
.bg-gradient {
  background: #343434; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #343434 0%, #333333 32%, #333333 32%, #555555 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #343434 0%,#333333 32%,#333333 32%, #555555 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #343434 0%,#333333 32%,#333333 32%,#555555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#555555',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* SVG wave */
.svg.svg-abs.svg-f-btm {
  margin-bottom: 24px;
}

/* Button in the nav */
#navbar-scroll a.btn { margin-top: 10px;}
      

/* General section styles */
section strong {font-weight: 700;}

/* Hero styles */
.hero .entry-title {
  text-transform: uppercase !important;
  font-weight: 700;
  margin-top: 20px;
  color: #fff;
}
      

/* hero testimonial: large testimonial */
#testimonial {}
#section-title .section-title,
#about .section-title,
#contact .section-title {display: none;} 

.section-content .lead {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


.text-intro-large {max-width: 750px;}
.bg-white .text-intro-large {color: #222;}

/**** Section Content ***/
.section-content {padding-top: 25px;}


/*Section Contact */
#contact p,
#contact h2 {text-align: left;}

/*** hide empty elements ***/
p:empty {
   display: none;
}



/**** COLORS *****/

.site-main .bg-gradient .section-title,
.site-main .bg-gradient .section-content,
.site-main .bg-gradient * {color: #fff;}
.site-main .hero .lead {color: #fff;margin-top: 50px;text-align: center;margin-left: auto;margin-right: auto;}


.highlight-color,
.navigation-top .current-menu-item > a,
.navigation-top .current_page_ancestor > a,
.current-menu-parent > a {
  color: #af2310;
}


/* Adding Logo next to the navigation */
a.custom-logo-link {
    width: 180px;
    display: block;
    padding: 10px;
    margin: 10px auto;
} 

a.custom-logo-link img {width: 100%; height: auto;}


@media (min-width: 760px) {
  a.custom-logo-link {
      width: 220px;
      position: absolute !important;
      padding: 10px;
      top: -10px;
      margin: 0;
  }  
  
   
}




/**** NAVIGATION ****/
.main-navigation ul {text-transform: uppercase;}
nav#site-navigation {
    float: right;
    width: 100%;
}
.js .main-navigation.toggled-on > div > ul {
	display: block;
	/*text-align: center;*/
  padding-top: 0px;
}

.main-navigation ul ul.toggled-on {
	display: block;
	text-align: left;
	padding: 0;
}

/* HOME PAGE LOGO LARGE */
.home-page-logo-large {padding: 15px;}


/* Social Navigation */
.social-navigation a {/* background-color: #777777; */}


@media screen and (min-width: 48em) {
  .js .main-navigation.toggled-on > div ul {
    float: right;
  }
}






/*****  Buttons ******/
.button-primary-color, 
.button, section .more-link, 
section div.wpforms-container-full .wpforms-form input[type=submit], 
section div.wpforms-container-full .wpforms-form button[type=submit] {
  display: inline-block;
  text-decoration: none;
  background-color: #af2310;
  color: white !important;
  cursor: pointer;
  font-family: 'Muli',Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0px 20px;
  border-radius: 25px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: left;
}

.button-primary-color:hover, 
.button:hover, section .more-link:hover,
section div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
section div.wpforms-container-full .wpforms-form button[type=submit]:hover {background-color: #e45a33;color: #fff;}

.button .fa {font-size: 24px; line-height: 50px; display: block; float: left;}


/*********************/
/*  HELPER CLASSES   */
/********************/
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}
.hidden {display: none;}

.rotate-90deg {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
}

.w580 {max-width: 580px;}


/*********************/
/*  HOVER EFFECTS   */
/********************/

/*****  TRANSITION 1:  BORDER REVEAL: FROM LEFT TO RIGHT *****/
.hvr-border-outline a,
.main-navigation a {position: relative;}
/*
.main-navigation a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #af2310;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-border-outline > a:hover:before,
.hvr-border-outline > a:focus:before,
.hvr-border-outline > a:active:before,
.main-navigation a:hover:before,
.main-navigation a:focus:before,
.main-navigation a:active:before,
.current_page_parent > a.nav-menu-scroll-down {
  right: 0;
}
*/

/*****  TRANSITION 2:  BACKGROUND REVEAL: FROM INSIDE OUT *****/
.hvr-bg-out {
 position: relative;
   -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
 -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}

.hvr-bg-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d21e2b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* Hover change */
.hvr-bg-out:hover:before {
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*****  TRANSITION 3:  BORDER RIPPLE: FROM INSIDE OUT *****/

.hvr-bg-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-bg-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* matchbox red button */
.button.hvr-bg-ripple-out:before {
  border-color: #af2310;
}

.hvr-bg-ripple-out:hover:before,
.hvr-bg-ripple-out:focus:before,
.hvr-bg-ripple-out:active:before {    
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  /*matchbox red button turns to orange*/
  border-color: #d21e2b;
}


/* Keyframe Animation for Ripple Out */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  border-radius: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
 
/*** Outline ***/
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #ff6600 solid 4px; /*matchbox-red*/
  border-radius: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}


/* any elements that contains hvr- at the beginning */
.hvr-outline-out,
.hvr-ripple-out {
  display: inline-block;
  margin: .4em;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/************ TEMPORARY. ************/
/*
section#be-our-pilot:after {
    content:"";
    display: block;
    width: 190px;
    height: 140px;
    background: url(../images/matchbox-airplane.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
*/


/****  MEDIA QUERY *****/
@media screen and (min-width: 30em) {
  	.page-one-column .panel-content .wrap {
		max-width: 1000px;
	}
}

@media screen and (min-width: 47em) {
	section#be-our-pilot {
    background: url(../images/matchbox-airplane-small.png) no-repeat bottom right;
  }
  
}
/**** List Item in the Entry Content ****/
.entry-content ul, .entry-content ul > li {
    list-style: none;
    list-style-image: none;
}
/* Change bullet color of list item by replacing it with CSS */
 .entry-content ul li::before {
  color: #d21e2b;  /* color of bullet or square */
  content: "\2022"; /* Unicode of character to precede the list item */
  font-size: 1em; /* em or %*/
  padding-right: 1.1225em; /* use em*/
  position: relative;
  top: 0em; /* use em or % */
}

/*** Page Header: h1 ***/
.page .panel-content .entry-title,
.page-title,
body.page:not(.matchbox-front-page) .entry-title {
    font-size: 2.25rem;
}


/**** TIMELINE *****/
.matchbox-experience-timeline {padding-top: 30px;/* padding:15px; */}


@media (min-width: 600px) {
 .matchbox-experience-timeline .wp-block-column {
    /*border-left: 2px solid #d21e2b;*/
    padding-left: 30px;
  } 
  .timeline-icon.fl-left {margin-right: 30px;}
  .timeline-icon.fl-right {margin-left: 30px;}
}




.matchbox-experience-timeline .wp-block-column {position: relative;}

/*** Timeline-icon ***/
.matchbox-experience-timeline .timeline-icon {transition: all 0.5s ease; position: relative;background: #B2DFDB;border-radius: 100%;width: 110px;height: 110px;margin: 6px 6px 30px 6px;float: right;}
.matchbox-experience-timeline .timeline-icon:hover {background-color: #89c3ba;margin-top: 15px;margin-bottom: 21px;}
.matchbox-experience-timeline .timeline-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 100px;
    height: auto;
    padding: 9px;
    display: block;

    }


/* BEFORE */
/* .matchbox-experience-timeline.timeline-before .wp-block-column {border-color: #F44336;} */
/* .matchbox-experience-timeline.timeline-before .wp-block-column:before {border-color: #F44336; background-color: #F44336;}
 */
/* DURING */
/* .matchbox-experience-timeline.timeline-during .wp-block-column {border-color: #E65100;} */
/* .matchbox-experience-timeline.timeline-during .wp-block-column:before {border-color: #E65100; background-color: #E65100} */

/* AFTER */
/* .matchbox-experience-timeline.timeline-after .wp-block-column {border-color: #B71C1C;} */
/* .matchbox-experience-timeline.timeline-after .wp-block-column:before {border-color: #B71C1C; background-color: #E53935;} */


.matchbox-experience-timeline h2 {display: block;font-size: 20px;text-transform: uppercase;margin-bottom: 25px;}
.matchbox-experience-timeline .wp-block-column {
    padding-top: 0;
    /* padding-bottom: 60px; */
    margin: 0px !important;
    flex-basis: 80%;
}


.timeline-icon.fl-left {float: left;margin-right: 15px;}
.timeline-icon.fl-right {float: right;margin-left: 15px;}


.matchbox-experience-timeline.timeline-during .wp-block-column:nth-child(2n) {}

/* .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
} */

/* Timeline dot */
/* .matchbox-experience-timeline .wp-block-column:before {
  background: #d21e2b;
  border: 3px solid white;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 0px;
  left: -13px;
  width: 25px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
} */

/* .matchbox-experience-timeline:hover .wp-block-column:before {width: 45px}
 */

.matchbox-experience-timeline .wp-block-column:hover:before {
  background: transparent;
  background-color: #fff

}


/* Matchbox Services */

.matchbox-services .wp-block-column {
  position: relative;
}
.matchbox-services {}

.matchbox-services h2,
.fancy-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 0rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  color: #222;
 }
 
.matchbox-services .icon-round {
  width: 150px;
  height: 150px;
  background-color: red;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

.matchbox-services:nth-of-type(1) .icon-round {background-color: #FB8C00;}
.matchbox-services:nth-of-type(2) .icon-round {background-color: #F57C00;}
.matchbox-services:nth-of-type(3) .icon-round {background-color: #EF6C00;}
.matchbox-services:nth-of-type(4) .icon-round {background-color: #E65100;}
.matchbox-services:nth-of-type(5) .icon-round {background-color: #E64A19;}
.matchbox-services:nth-of-type(6) .icon-round {background-color: #BF360C;}


.matchbox-services:nth-of-type(1) h2 {color: #FB8C00;}
.matchbox-services:nth-of-type(2) h2 {color: #F57C00;}
.matchbox-services:nth-of-type(3) h2 {color: #EF6C00;}
.matchbox-services:nth-of-type(4) h2 {color: #E65100;}
.matchbox-services:nth-of-type(5) h2 {color: #E64A19;}
.matchbox-services:nth-of-type(6) h2 {color: #BF360C;}


.matchbox-services .icon-round span {display: none;font-size: 13px;} 
.matchbox-services .icon-round img {}

/* .matchbox-services h2:before,
.fancy-title:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    width: 15px;
    border: 2px solid #d21e2b;
    background: #fff;
    border-radius: 50%;
} */

/* Left Marker */
.matchbox-services h2:before,
.fancy-title:before {
  left: 0;
}
/* Right Marker */
/* .matchbox-services h2:after,
.fancy-title:after {
  right: 0px;
} */

/* this is when centered */
/* .fancy-title:before {
  bottom: 0;
    margin-bottom: -7.5px;
    left: 50%;
    margin-left: -7.5px;
} */



.matchbox-services .wp-block-column:hover .fancy-title:before,
.matchbox-services .wp-block-column:hover h2:before {
    background: #d21e2b;
}

.matchbox-services ul li {
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
 
}
.matchbox-services ul li:before {
    display: none;
}
.matchbox-services ul li:nth-child(odd) {/* background-color: #efefef *//* text-align: center; */} 

/*** Hide Event Page Navigation ***/
.page-template-page-event #masthead,
.page-template-page-cpa-demo #masthead,
.page-template-page-eo #masthead {display: none}


/*** Add background to every second section ***/
.home .matchbox-panel:nth-child(odd) {
  background-color: #333;
  color: #fff
}
.home .matchbox-panel:nth-child(odd) .section-title,
.home .matchbox-panel:nth-child(odd) * { color: #fff}

/************** OUR TEAM ************/
.our-team-list .single-team-member {}
.home .single-team-member p {
    /* display: none; */
}


/* Container with Session Speakers */
.our-team-list {
	overflow: hidden;
	clear: both;
	margin-right: -5px;
}

.person__item {
  margin-bottom: 40px;
  position: relative;
}
.person__item-image-container {text-align: center;}

.person__item-info * {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	text-align: center
}
.person__item-info h5 {text-transform: none !important; font-weight: bold;}
.person__item-info h3.person-name {font-weight: bold;font-size: 24px;}


.single-team-member img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: 270px;
    border: 3px solid transparent;
    margin-bottom: 10px;
}

.single-team-member:hover img {border-color: #af2310}
.person__item .border-frame {
	position: absolute;
	height: 99%;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 0px;
	border: 1px solid #e35029;
	z-index: 5;
	max-width: 225px;
}

.person__item .person-description {position: relative; font-size: 16px;line-height: 1.5em; padding: 20px; text-align: center; margin-top: 10px;}
.person__item .person-description::before {
  background: rgba(255,255,255,0.25)
}
.person__item .person-description::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      height: .25em;
      width: 4em;
      background: #af2310;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}


/**** OUR TEAM ON HOME PAGE ****/
/* If dark background */
.home .matchbox-panel:nth-child(odd) .person__item-info * {color: #fff}


.home .person__item-info h3.person-name {font-size: 1rem}
.home .person__item-info .desc-nickname {display: none;}
.home .person__item img {width: auto; height: 140px}
h6.desc-nickname {
    padding: 10px;
    font-size: 14px;
}




/* Image Scale */
.img-scale img {
    transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}


/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 
.img-scale:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}


/***** LinkedIn and Twitter Buttons ******/

.social-networks-info {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* width: 150px; */
	text-align: center;
}
.social-networks-info a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.social-networks-info .fa-linkedin {
  background-color: #0077B5;  
}

.social-networks-info .fa-linkedin:hover {
  background-color: #0077B5;  
}

.social-networks-info .fa-twitter {
  background-color: #1DA1F2 !important;  
}

.social-networks-info .fa-twitter:hover {
  background-color: #1DA1F2 !important;  
}


/** Overlay LinkedIn Icon **/
.person__item .overlay {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.person__item:hover .overlay {
	display: block !important;
	opacity: 1;
}


.person__item .social-networks-info {
	width: 150px;
	text-align: center;
	margin: 5px auto;
}
.person__item .social-networks-info a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.person__item .overlay .fa {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	width: 40px;
	height: 40px;
}



.orange-highlight {color: #e45a33}

