/*Site Preloader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999999;
  background: #fff;
  transition: .3s all ease; }

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.preloader.ending {
  display: none; }

.preloader .page-loader-body {
  text-align: center; }

.cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #60CD96; }

.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #60CD96; }

.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #60CD96; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
/*Site Preloader.*/
body.home header .header_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  border-bottom: none;
  box-shadow: none;
  z-index: 999; }

body:not(.page-template-fullwidth-content) .site-content {
  margin-top: 0px;
  margin-bottom: 0px; }

.slider-home .jet-slider .sp-buttons {
  position: absolute;
  top: 60%;
  right: 67px;
  bottom: 0;
  pointer-events: none;
  text-align: center !important;
  transition: .3s;
  left: auto;
  width: auto;
  transform: translateY(-50%);
  z-index: 10; }
  .slider-home .jet-slider .sp-buttons .sp-button {
    pointer-events: auto;
    cursor: pointer;
    display: block; }

.menu-desktop .jet-nav .jet-nav__sub.jet-nav-depth-0 {
  margin-left: -37px; }

.social-slider .elementor-grid-item {
  display: block !important; }

.blurb-image span.jet-elements-icon:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -5px;
  z-index: -1;
  width: 63px;
  height: 63px;
  background-color: rgba(96, 205, 150, 0.15);
  background-size: cover;
  border-radius: 63px; }

.blurb-image .jet-services__header {
  overflow: visible; }

.blurb-image .colored-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px; }

.blurb-image .circle-top-left {
  top: -70px;
  left: 115px;
  transition: all ease .35s; }

.blurb-image .circle-bottom-left {
  bottom: -70px;
  left: 115px;
  transition: all ease .35s; }

.blurb-image .circle-right-bottom {
  bottom: 100px;
  right: 100px;
  transition: all ease .35s; }

.blurb-image .circle-top-right {
  top: -75px;
  right: 100px;
  transition: all ease .35s; }

.blurb-image .circle-yellow {
  background-color: rgba(105, 210, 231, 0.15); }

.blurb-image .circle-pink {
  background-color: rgba(157, 135, 195, 0.15); }

.blurb-image .circle-orange {
  background-color: rgba(249, 143, 111, 0.15); }

.blurb-image .title {
  font-weight: 400; }

.blurb-image .exeption {
  color: #828590; }

.blurb-image * + .title {
  margin-top: 6px; }

.blurb-image * + .exeption {
  margin-top: 5px; }

@media (min-width: 1200px) {
  .blurb-image * + .title {
    margin-top: 12px; }

  .blurb-image * + .exeption {
    margin-top: 9px; } }
@media (min-width: 992px) {
  .blurb-image:hover .circle-top-left,
  .blurb-image:hover .circle-top-right {
    transition: all ease .35s;
    top: 0%; }

  .blurb-image:hover .circle-right-bottom,
  .blurb-image:hover .circle-bottom-left {
    bottom: 0%; } }
.progress_custom .jet-progress-bar__percent {
  position: absolute;
  right: 0px;
  top: -23px; }

.informative-box-wrap img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: all ease .35s;
  width: 100%;
  display: block; }

.informative-box-wrap .informative-box-img {
  overflow: hidden; }

.informative-box-wrap:hover img {
  transform: scale(1.1);
  transition: all ease .35s; }

.informative-box-content {
  padding: 30px;
  padding-top: 0px;
  background-color: #ffffff; }

.informative-box-title a {
  font-weight: 500;
  color: #60cd96; }

.informative-box-title a:hover {
  color: #9d87c3; }

.informative-box-title a + p {
  margin-top: 5px; }

.informative-box-title + p {
  color: #828590; }

.informative-box-author {
  color: #828590; }

.informative-box-author a {
  display: inline-block;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  color: #9d87c3; }

.informative-box-author a:hover {
  color: #60cd96; }

.informative-box-wrap .elementor-image-box-content .elementor-image-box-title {
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px; }

.informative-box-wrap .elementor-image-box-content {
  background-color: #ffffff;
  padding-top: 30px; }

.informative-box-wrap .elementor-image-box-img {
  display: block;
  overflow: hidden; }

.informative-box-wrap .elementor-image-box-content .elementor-image-box-description {
  margin-top: 20px; }

.testi_custom .jet-testimonials__content {
  position: relative; }

.testi_custom .jet-testimonials__rating .fa {
  font: normal normal normal 20px/1 FontAwesome !important; }

.testi_custom .jet-testimonials__rating {
  position: absolute;
  left: 45px;
  top: 45px; }

footer .footer-portfolio img.jet-portfolio__image-instance {
  max-height: 72px;
  min-height: 72px; }

body.error404 #content,
body.search #content,
body.tags #content,
body.category #content,
body.archive #content,
body.blog #content,
body.single #content,
body.single-post #content {
  padding-top: 60px;
  padding-bottom: 40px; }

.post-categories li {
  display: inline-block; }

.comment-form-comment {
  margin-bottom: 0px; }

.comment-reply-link {
  float: right; }

.widget ul li {
  margin-bottom: 20px; }

.posts-list-navigation {
  border-top: none;
  text-align: center; }

ul.post-single__meta {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px; }

ul.post-single__meta > li {
  display: inline-block;
  margin-right: 5px; }

.contact-form-custom textarea.wpcf7-form-control.wpcf7-textarea {
  height: 120px;
  min-height: 48px;
  max-height: 204px;
  resize: vertical; }

.contact-form-custom br {
  display: none; }

.menu-mobile .jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-left {
  top: 10px;
  position: relative; }

.ie-10 embed,
.ie-11 embed {
  display: none; }

.ie-10 .svg-device .mobile_img svg,
.ie-11 .svg-device svg {
  display: none; }

.ie-10 .svg-device .mobile_img img,
.ie-11 .svg-device img {
  animation: none;
  position: static; }

@-webkit-keyframes svg-device_img {
  from {
    opacity: 0; }
  70% {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes svg-device_img {
  from {
    opacity: 0; }
  70% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes svg-device_img {
  from {
    opacity: 0; }
  70% {
    opacity: 0; }
  to {
    opacity: 1; } }
@media only screen and (max-width: 767px) {
  body.error404 #content,
  body.search #content,
  body.tags #content,
  body.category #content,
  body.archive #content,
  body.blog #content,
  body.single #content,
  body.single-post #content {
    padding-top: 30px;
    padding-bottom: 20px; }

  img.jet-logo__img {
    max-width: 60%; }

  .slider-home .jet-slider .sp-buttons .sp-button {
    display: inline-block;
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .slider-home .jet-slider .sp-buttons {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    pointer-events: none;
    text-align: center !important;
    transition: .3s;
    left: auto;
    width: auto;
    transform: translateX(-50%);
    z-index: 10;
    left: 50%; }

  .menu-mobile .jet-nav .jet-nav__sub.jet-nav-depth-0 {
    margin-left: 0px; }

  .menu-mobile .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav__mobile-close-btn,
  .menu-mobile .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav__mobile-close-btn {
    display: none; }

  .menu-mobile .jet-nav.jet-nav--horizontal {
    margin-top: 55px; }

  .menu-mobile .jet-mobile-menu .menu-item-link {
    justify-content: space-between !important; } }
@media only screen and (min-width: 768px) and (max-width: 995px) {
  body.error404 #content,
  body.search #content,
  body.tags #content,
  body.category #content,
  body.archive #content,
  body.blog #content,
  body.single #content,
  body.single-post #content {
    padding-top: 30px;
    padding-bottom: 20px; }

  .justify-content-center .elementor-container {
    display: flex;
    justify-content: center; } }
