/*
Theme Name: Startit
Theme URI: https://startit.qodeinteractive.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  https://qodeinteractive.com
Text Domain: startit
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 4.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* body *:not(.fa), body *:not([class*=" eicon-"], [class^="eicon"]) {
  font-family: 'jost', sans-serif !important;
} */

body{
  font-family: 'Jost', sans-serif !important;
}


@media screen and (max-width: 480px) {
.elementor-widget-image-box.contct-img-box .elementor-image-box-wrapper{
	display: flex;
}
	.elementor-widget-image-box.contct-img-box .elementor-image-box-img{
		width: auto;
		margin-right: 15px !important;
	}
}

.our-leadership-linkedin .elementor-social-icon {
  position: absolute;
  right: 10px;
  top: -70px;
  background-color: transparent !important;
  width: auto !important;
}

.our-leadership-linkedin .elementor-social-icon i{
  color: #212121;
}

.news-events-sidebar-title .elementor-heading-title{
  position: relative;
  padding-left: 18px;
  display: inline-block;
  font-size: 17px !important;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0;
}

.news-events-sidebar-title .elementor-heading-title::before{
  background-color: #00d6b8;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-events-sidebar-posts-lists .elementor-post__title a{
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: 600 !important;
  color: #acacac !important;
  font-family: 'Jost', sans-serif !important;
}

.news-events-sidebar-posts-lists .elementor-post__meta-data{
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #212121;
  font-family: 'Jost', sans-serif !important;
  margin-bottom: 8px !important;
}

body.single-post .qodef-content .qodef-container .qodef-container-inner{
  padding-top: 44px;
}

.w-100, .contact-form-common input[type="submit"]{
  width: 100%;
}

.contact-form-common .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -40px;
}

.contact-form-common .wpcf7-textarea + .wpcf7-not-valid-tip {
  bottom: 7px;
}

.contact-form-common .wpcf7-spinner{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: #ffffff;
  opacity: 1;
}

.contact-form-common .wpcf7-spinner::before{
  background-color: #212121;
}

.contact-form-concent-msg{
  padding-left: 15px;
}

footer .widget .location-title{
  color: #ffffff;
  font-weight: 400;
}

footer .widget .location-address{
  margin-bottom: 20px;
}

.qodef-process-holder .qodef-process-item .qodef-icon-shortcode.circle{
  background-color: #05636D !important;
}

.qodef-process-holder .qodef-process-item .qodef-process-item-icon-holder{
  border-color: #05636D !important;
}

.qodef-btn.qodef-btn-solid{
  background-color: #05636D !important;
}

footer .qodef-footer-bottom-holder{
  background-color: #05636D !important;
  padding: 15px 0 !important;
}

footer .widget .textwidget{
  color: #fff !important;
}

.carousel-controls-wrapper {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: auto;
  z-index: 10;
  display: flex;
  justify-content: end;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}

.carousel-controls-wrapper ol {
  list-style: none;
}

.carousel-controls-wrapper .qodef-controls-holder {
  margin-right: 10px;
}

.carousel-controls-wrapper .qodef-controls-holder a {
  padding-top: 0 !important;
  color: #ffffff !important;
  padding: 0 5px;
  vertical-align: middle;
}

.carousel-controls-wrapper .qodef-controls-holder a span.fa {
  font-size: 20px;
}

.carousel-controls-wrapper .carousel-play-pause {
  display: inherit;
  margin-right: 10px;
}

.carousel-controls-wrapper .carousel-play-pause svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.carousel-controls-wrapper .carousel-indicators {
  position: unset;
  transform: none;
  -webkit-transform: none;
}

.carousel-controls-wrapper .carousel-indicators:not(.thumbnails) li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 4px;
  /* background: #fff; */
  cursor: pointer;
  opacity: 1;
  /* transition: opacity 0.3s ease; */
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  border-radius: 0;
  background: transparent;
}

.carousel-controls-wrapper .carousel-indicators:not(.thumbnails) li.active {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  background-color: transparent;
}

.carousel-controls-wrapper .carousel-indicators:not(.thumbnails) li::before {
  border-radius: 0;
  border: none;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 4px;
  background-color: #00d6b8;
  padding: 0;
  opacity: 1;
}

.carousel-controls-wrapper .carousel-indicators:not(.thumbnails) li.active::before {
  animation-name: countingBar;
  animation-duration: var(--anim-duration, 3s);
  /* default 3s */
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.carousel.paused .carousel-controls-wrapper .carousel-indicators li.active::before {
  animation-play-state: paused;
  /* freeze progress */
}

.carousel-controls-wrapper .carousel-indicators:not(.thumbnails) li::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  opacity: 1;
  background-color: #ffffff;
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.qodef-slider .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-solid:hover{
  background-color: #fff !important;
  color: #000 !important;
}

.qodef-page-header .qodef-vertical-align-containers {
  padding: 0;
}

.carousel .qodef-video .qodef-video-overlay {
  background-color: #01050F;
  opacity: 0.2 !important;
}

.qodef-slider-content {
  padding: 0 20px;
  transition: all 0.3s ease;
}

.carousel .qodef-slider-content .qodef-slide-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 75px !important;
  line-height: 82px !important;
}

.carousel .qodef-slider-content .qodef-slide-title dfn {
  font-style: normal;
  font-weight: 700;
}

.carousel .carousel-inner h3.qodef-slide-subtitle {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 35px !important;
  line-height: 42px !important;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .carousel .qodef-slider-content .qodef-slide-title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .carousel .carousel-inner h3.qodef-slide-subtitle {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}

@media screen and (max-width: 480px) {
  .carousel .qodef-slider-content .qodef-slide-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .carousel .carousel-inner h3.qodef-slide-subtitle {
    font-size: 22px !important;
    line-height: 29px !important;
  }
} 

.carousel .carousel-inner .qodef-slider-content .qodef-text {
  margin: 30px 0;
}

.carousel .carousel-inner .qodef-slider-content .qodef-btn {
  background-color: #05636D;
}

.category-news-events .qodef-post-info-author,
.qodef-post-info-comments-holder {
  display: none !important;
}

.qodef-social-share-holder.qodef-list ul {
  padding: 0;
}

.qodef-post-info-bottom {
  display: inline-block;
  width: 100%;
}

html[lang="ja"] .qodef-drop-down .second .inner ul li a,
html[lang="ja"].qodef-drop-down .second .inner ul li h4 {
  font-size: 13px;
}

.lang-item a:hover {
  color: #727272 !important;
}

.lang-item .menu_icon.blank.fa:before {
  content: "\f0ac";
  font: normal normal normal 18px/1 FontAwesome;
}

.elementor-widget-wp-widget-awsm-recent-jobs h5 {
  display: none;
}

.lang-item .item_outer:before,
.lang-item .item_outer {
  line-height: normal;
  background-color: transparent !important;
}

.qodef-sticky-header.header-appear .lang-item .item_outer {
  color: #727272;
}

.qodef-parallax-section-holder,
.qodef-title.qodef-has-parallax-background {
  background-size: cover;
}

.carousel .carousel-inner .item .qodef-image-pattern {
  background-color: transparent !important;
}

.qodef-footer-top-holder .qodef-column:nth-child(2) .widget figure {
  margin: 10px 30px;
}

.qodef-footer-top-holder .qodef-column:nth-child(2) .widget {
  width: auto;
}

.single-portfolio-item .elementor-icon-list-text:hover {
  color: #fff !important;
}

.single-portfolio-item a .elementor-icon-list-text:hover {
  color: var(--e-global-color-primary) !important;
}

.single-portfolio-item .qodef-container-inner.clearfix {
  padding-top: 0;
}

.values .rightline .elementor-icon-box-icon::after {
  right: 50%;
  left: auto;
}

.values .leftline .elementor-icon-box-icon::after {
  left: 50%;
}

.values .elementor-icon-box-icon::after {
  border-bottom: 1px solid #4476e9;
  content: '';
  width: 106%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 27.1%;
}

.values .elementor-icon-box-icon::before {
  border: 3px solid #4476e9;
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 48%;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1;
}

.qodef-progress-bar .qodef-progress-content-outer,
.qodef-progress-bar .qodef-progress-content-outer .qodef-progress-content {
  height: 5px;
}

.homepart {
  position: absolute;
}

.imghover .elementor-widget-container {
  min-height: 375px;
}

.imghover .elementor-widget-container:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.qodef-iwt .qodef-iwt-link {
  margin-top: 4px;
  margin-left: 10px;
}

.wholink a:hover {
  color: #4075f2;
}

.wholink a {
  color: #797979;
}

.thriveup b {
  text-transform: uppercase;
  color: #4476e9;
  font-size: 35px;
}

.wefocus .qodef-e-content-inner a:after {
  content: "\f054";
  font: normal normal normal 10px/1 FontAwesome;
  padding: 4px 7px;
  border: 1px solid;
  border-radius: 40px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.wefocus .qodef-e-content-inner a {
  display: block;
  text-align: right;
  color: #333;
  font-size: 16px;
  padding-top: 5px;
}

.wefocus .qodef-e-content-inner a:hover {
  color: var(--e-global-color-primary);
}

.imghover .qodef-qi-info-cards {
  -webkit-transition: background-position .7s ease-out;
  transition: background-position .7s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.imghover .qodef-qi-info-cards:hover {
  background-position: 105% -5% !important;
}

footer .qodef-two-columns-50-50 .qodef-column {
  width: 100%;
  border-right: 0px solid #3b3b3b;
}

footer .qodef-footer-top .qodef-column-inner .widget li a:hover {
  color: #fff;
}

footer .qodef-footer-top .qodef-column-inner .widget li a {
  color: #a2a2a2;
  display: block;
  padding: 4px 0;
}

footer .qodef-footer-top .qodef-column-inner .widget {
  width: 20%;
  float: left;
  font-size: 16px;
}

.qodef-container-inner {
  width: 1200px;
}

.qodef-content-bottom .widget.widget_block.widget_media_image {
  float: left;
}

.qodef-content-bottom .widget.widget_block.widget_media_image .wp-block-image.size-full {
  margin: 0;
}

.qodef-content-bottom .widget.widget_block:last-child {
  text-align: right;
}

.qodef-content-bottom .widget.widget_block:first-child {
  text-align: left;
}

.qodef-content-bottom .widget.widget_block {
  float: right;
  width: 33.333%;
  text-align: center;
}

.qodef-two-columns-50-50 .qodef-column {
  font-size: 16px;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li a {
  padding: 4px 0;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li a::before {
  display: none;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li {
  border-bottom: 0px dotted #404040;
}

.qodef-four-columns>.qodef-four-columns-inner {
  font-size: 16px;
}

.qodef-four-columns .qodef-column {
  width: 21%;
}

footer{
  background-position: center center;
  background-size: cover;
  background-color: rgba(0,0,0,0.4);
  background-blend-mode: multiply;
}

footer .qodef-content-bottom, footer .qodef-container, footer .qodef-footer-top-holder{
  background-color: transparent !important;
}

footer .qodef-footer-top .qodef-column{
  border-right: none !important;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li{
  border-bottom: none !important;
}

footer .qodef-footer-bottom-holder {
  padding: 20px 0;
}

.footerform .elementor-widget-wrap {
  padding: 40px !important;
}

footer .qodef-footer-top.qodef-footer-top-full {
  padding-bottom: 0;
  padding-top: 30px;
}

footer .qodef-footer-top .qodef-column:first-child,
footer .qodef-footer-top .qodef-column:last-child {
  min-height: auto !important;
}

footer .widget ul {
  position: relative;
  padding: 0;
}

footer .widget ul li a {
  line-height: 20px;
}

footer .widget_nav_menu li a:hover::before {
  opacity: 1;
}

footer .qodef-footer-top .qodef-column {
  padding: 0 0px !important;
}

footer .qodef-footer-top .qodef-column-inner,
footer .qodef-footer-top.qodef-footer-top-full,
.qodef-four-columns,
.qodef-footer-bottom-holder-inner {
  max-width: 1200px;
  margin: auto;
}

#awsm-application-submit-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

#awsm-application-submit-btn {
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: #05636D;
  font-weight: bold;
  padding: 16px;
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.awsm-job-form-inner h2 {
  text-transform: uppercase;
  text-align: center;
}

.awsm-job-form-group label {
  margin-bottom: 0px;
  font-size: 16px;
}

.awsm-job-form-control {
  padding: 15px;
  border: 2px solid #d9d9d9;
}

.awsm-job-form-inner {
  background: #f1f1f1;
}

ol,
ul {
  list-style-position: outside;
  padding-left: 15px;
}

.awsm-job-container .entry-title {
  margin-bottom: 30px;
}

.qodef-portfolio-item .qodef-portfolio-shader {
  display: none !important;
}

.fonticon .fas::before {
  font-size: 22px;
  top: -4px;
}

.qodef-portfolio-single-holder h3 {
  padding-top: 25px;
  padding-bottom: 5px;
}

.qodef-title-subtitle-holder-inner {
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 .elementor-col-50 {
  /* width: 50%;
  display: inline-block; */
  padding: 0 15px;
}

.wpcf7 .elementor-col-100 {
  /* width: 100%; */
  padding: 0 15px;
}

.wpcf7 .elementor-col-100 span.dnone,
.wpcf7 .elementor-col-50 span.dnone {
  display: none;
}

.wpcf7-form-control.wpcf7-textarea {
  max-height: 100px;
}

.wpcf7 .elementor-col-100.center {
  text-align: center;
}

.wpcf7 .elementor-col-100.center input {
  width: 100%;
}

body .fa,
body .fas {
  font: normal normal normal FontAwesome;
}

.qodef-main-menu .second li.current-menu-item a {
  color: #4075f2 !important;
}

#qodef-particles .qodef-p-content {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

footer .qodef-footer-bottom-holder .qodef-column {
  width: 50%;
}

.single-portfolio-item .qodef-content-bottom {
  padding-top: 30px;
}

#fixsocil .elementor-grid-item:last-child {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

#fixsocil .elementor-grid-item:last-child a {
  background-color: #00a884;
}

#fixsocil .elementor-grid-item:last-child a i:before {
  color: #fff;
}

/* footer .qodef-footer-top .qodef-two-columns-50-50-inner .qodef-column:first-child .qodef-column-inner .widget:last-child{
  width: 25%;
} */

footer .qodef-content-bottom .qodef-container .qodef-container-inner{
  padding-left: 25px;
  padding-right: 25px;
  width: 1200px !important;;
}

@media screen and (max-width: 992px) {
  .copy span {
    display: block;
  }

  footer .qodef-footer-bottom-holder .qodef-column,
  footer .qodef-footer-top .qodef-column-inner .widget {
    width: 100%;
  }

  #qodef-particles .qodef-p-content {
    font-size: 25px;
  }

  .wpcf7 .elementor-col-50,
  .wpcf7 .elementor-col-100 {
    width: 100% !important;
  }

  .qodef-content .qodef-container .qodef-container-inner {
    width: 90%;
  }

  .elementor-reverse-mobile .elementor-section .elementor-container {
    flex-direction: column-reverse;
  }

  footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:first-child .qodef-column-inner,
  footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:last-child .qodef-column-inner {
    text-align: center;
  }

  #qodef-home-main-slider {
    height: auto !important;
  }

  body .carousel-inner h3.qodef-slide-text {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .qodef-slider-content-inner.one_by_one.from_bottom {
    width: 95% !important;
    text-align: center;
    margin: auto;
  }

  .carousel-inner .left .qodef-text,
  .carousel-inner .left h2,
  .carousel-inner .left h3 {
    text-align: left;
  }

  .footerform .elementor-widget-wrap {
    padding: 20px !important;
  }

  .values .elementor-icon-box-icon::after {
    border-bottom: 0px solid #4476e9;
  }

  .imghover .elementor-widget-container {
    min-height: none;
  }

  .qodef-content-bottom .widget.widget_block:last-child {
    width: 50%;
  }

  .qodef-item-text-holder {
    text-align: center;
  }

  .qodef-title .qodef-title-holder h1 span {
    font-size: 30px;
    line-height: normal;
  }

  #qodef-particles .qodef-p-content {
    line-height: 40px;
  }

  .page.page-id-8097 .qodef-title.qodef-has-responsive-background {
    background: url("https://uat.terveystech.com/wp-content/uploads/2016/07/tech-background-image-2.jpg") !important;
    padding: 50px 0px !important;
  }

  .awsm_job_openings-template-custom .awsm-job-container {
    padding: 15px;
    width: auto;
  }

  .awsm_job_openings-template-custom .awsm-job-container .entry-title.awsm-jobs-single-title {
    font-size: 30px;
  }

  .wefocus .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
    opacity: 1;
  }

  .home #qodef-particles{
    height: 300px !important;
  }

  footer .qodef-footer-top .qodef-two-columns-50-50-inner .qodef-column:first-child .qodef-column-inner .widget:last-child {
    width: 50%;
  }

  footer .widget .qodef-footer-widget-title{
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .single-portfolio-item .qodef-item-text-holder{
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .home #qodef-particles{
    height: 250px !important;
  }

  footer .qodef-footer-top .qodef-two-columns-50-50-inner .qodef-column:first-child .qodef-column-inner .widget:last-child {
    width: 100%;
  }

  .qodef-footer-top-holder .qodef-column:nth-child(2) .widget figure {
    margin: 10px;
  }

  .qodef-footer-top-holder .qodef-column:nth-child(2) .widget figure img {
    width: 60px !important;
  }

  footer .qodef-footer-top.qodef-footer-top-full{
    padding-bottom: 10px !important;
  }

  .qodef-sidebar{
    margin-bottom: 30px !important;
  }
}

input.wpcf7-form-control.wpcf7-submit{
  background-color: #05636D !important;
  border-color: #05636D !important;
}

input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}









/* css from theme options */

.qodef-landing-custom .qodef-ptf-category-holder {
  display: none !important;
}

.qodef-landing-custom .qodef-portfolio-list-holder-outer.qodef-ptf-standard article .qodef-item-image-holder {
  border-radius: 3px 3px 0 0;
  backface-visibility: hidden;
}

.qodef-landing-custom .qodef-item-title {
  text-align: center !important;
  padding: 28px 0 37px 0 !important;
}

.qodef-landing-custom .qodef-item-icons-holder .qodef-like,
.qodef-landing-custom .qodef-item-icons-holder .qodef-portfolio-lightbox {
  display: none !important;
}

.qodef-landing-custom .qodef-portfolio-item .qodef-portfolio-shader {
  display: none !important;
}

.qodef-landing-custom .qodef-portfolio-list-holder-outer.qodef-ptf-standard article .qodef-item-icons-holder {
  width: 100%;
  top: -25%;
  left: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  padding: 50% 0;
  display: block;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1), opacity .2s;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .2s;
}

.qodef-landing-custom .qodef-portfolio-list-holder-outer.qodef-ptf-standard article:hover .qodef-item-icons-holder {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1.2);
  -ms-transform: translateY(0) scale(1.2);
  transform: translateY(0) scale(1.2);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.4, 0, .2, 1), opacity .35s;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1), opacity .35s;

}

.qodef-landing-custom .qodef-item-icons-holder .qodef-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: none !important;
  -ms-transform: translateY(0) rotate(0);
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.qodef-landing-custom .qodef-portfolio-list-holder article .qodef-item-icons-holder a:hover {
  -ms-transform: translateY(0) rotate(0);
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.qodef-landing-custom .qodef-item-icons-holder .qodef-preview:before {
  content: "\f002" !important;
  font-size: 22px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-65%) translateX(-50%);
  -ms-transform: translateY(-75%) translateX(-50%);
  transform: translateY(-75%) translateX(-50%);
  width: 60px;
  height: 60px;
  display: block;
  background: #4075f2;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  left: 50%;
}

.page-id-2689 .qodef-page-header .qodef-position-right,
.page-id-2689 .qodef-sticky-holder,
.page-id-2689 footer,
.page-id-2689 #qodef-back-to-top {
  display: none !important;
}

.page-id-2689 #qodef-particles .qodef-p-content {
  width: auto;
}

.qodef-va-fix {
  vertical-align: middle;
}

@media only screen and (max-width: 1284px) {
  .page-id-3520.qodef-header-vertical footer .qodef-four-columns .qodef-column {
    width: 49.5%;
    min-height: initial !important;
  }
}

@media only screen and (max-width: 1024px) {

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(1) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(3) .qodef-slider-content {
    padding-right: 80px;
  }

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(1) .qodef-graphic-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(3) .qodef-graphic-content {
    padding-right: 0;
  }

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(2) .qodef-graphic-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(4) .qodef-graphic-content {
    display: none;
  }

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(2) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(4) .qodef-slider-content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 768px) {

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(1) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(3) .qodef-slider-content {
    padding-left: 80px;
  }

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(1) .qodef-graphic-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(3) .qodef-graphic-content {
    display: none;
  }

  .page-id-3520.qodef-header-vertical footer .qodef-four-columns .qodef-column {
    width: 100%;
    min-height: initial !important;
  }
}

@media only screen and (max-width: 480px) {

  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(1) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(2) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(3) .qodef-slider-content,
  .page-id-2476 #qodef-meetup-slider.carousel .carousel-inner .item:nth-child(4) .qodef-slider-content {
    padding-left: 20px;
  }
}


.landing-new-custom .qodef-portfolio-item .qodef-portfolio-shader {
  background-color: rgba(34, 34, 34, 0.8);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 15px;
}

.landing-new-custom .qodef-portfolio-list-holder-outer .qodef-item-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.landing-new-custom .qodef-portfolio-list-holder-outer .qodef-item-text-holder .qodef-ptf-category-holder {
  display: none;
}

.landing-new-custom .qodef-portfolio-list-holder-outer article {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 4px 4px 15px #c3c3c3;
  transform: translateZ(0px);
}

.landing-new-custom .qodef-portfolio-filter-holder .qodef-portfolio-filter-holder-inner ul li span {
  font-size: 16px;
  color: #686868;
}

.landing-new-custom .qodef-portfolio-filter-holder .qodef-portfolio-filter-holder-inner ul li span:hover {
  color: #4075f2;
}

.landing-new-custom .qodef-portfolio-filter-holder {
  margin-bottom: 86px;
}

.qodef-vertical-align-containers .qodef-position-center:before,
.qodef-vertical-align-containers .qodef-position-left:before,
.qodef-vertical-align-containers .qodef-position-right:before {
  margin-right: 0;
}

@-moz-document url-prefix() {
  .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-solid:hover {
    background-color: #000 !important;
  }

  .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-default:hover {
    background-color: #4075f2 !important;
  }
}

.comment-respond .comment-form-cookies-consent {
  margin: 0 0 20px;
}

@media only screen and (max-width: 480px) {
  .iwt-custom-fix .qodef-icon-shortcode {
    margin-left: 0 !important;
  }
}

.qodef-custom-video-button .qodef-video-button-play .qodef-video-button-wrapper:hover {
  background-color: #fff;
}

.wholink a:hover {
  color: #00d6b8 !important;
}

.elementor-widget-qi_addons_for_elementor_image_gallery_pinterest .qodef-popup-item img{
  border-radius: 15px;
}

footer .qodef-title.qodef-standard-type.qodef-has-background{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: overlay;
}

.footer-our-locations {
  display: flex;
  align-items: center;
  gap: 40px; /* space between items */
  margin-top: 20px;
}

.footer-our-locations h4,
.footer-our-locations .location-title {
  font-size: inherit; /* optional: make all same size */
  font-weight: normal; /* optional: remove bold from h tags */
}

.footer-our-locations h4{
  margin-bottom: 0 !important;
}

#block-22.widget{
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer-our-locations{
    gap: 15px;
  }

  .page.page-id-14931 .qodef-title .qodef-title-holder .qodef-subtitle{
    width: 100%;
    font-size: 15px;
  }
}






/* Styles from customizer */

.category-news-events .qodef-post-info-author,
.qodef-post-info-comments-holder {
  display: none !important;
}

.qodef-social-share-holder.qodef-list ul {
  padding: 0;
}

.qodef-post-info-bottom {
  display: inline-block;
  width: 100%;
}

html[lang="ja"] .qodef-drop-down .second .inner ul li a,
html[lang="ja"].qodef-drop-down .second .inner ul li h4 {
  font-size: 13px;
}

.lang-item a:hover {
  color: #727272 !important;
}

.lang-item .menu_icon.blank.fa:before {
  content: "\f0ac";
  font: normal normal normal 18px/1 FontAwesome;
}

.elementor-widget-wp-widget-awsm-recent-jobs h5 {
  display: none;
}

.lang-item .item_outer:before,
.lang-item .item_outer {
  line-height: normal;
  background-color: transparent !important;
}

.qodef-sticky-header.header-appear .lang-item .item_outer {
  color: #727272;
}

.qodef-parallax-section-holder,
.qodef-title.qodef-has-parallax-background {
  background-size: cover;
}

.carousel-inner .item .qodef-image-pattern {
  background-color: #00000070 !important;
}

/* .qodef-footer-top-holder .qodef-column:nth-child(2) .widget figure {
  margin: 10px 30px;
} */

.qodef-footer-top-holder .qodef-column:nth-child(2) .widget {
  width: auto;
}

.qodef-footer-top-holder  .footer-our-locations{
  width: 100%;
}

.single-portfolio-item .elementor-icon-list-text:hover {
  color: #fff !important;
}

.single-portfolio-item a .elementor-icon-list-text:hover {
  color: var(--e-global-color-primary) !important;
}

.single-portfolio-item .qodef-container-inner.clearfix {
  padding-top: 0;
}

.values .rightline .elementor-icon-box-icon::after {
  right: 50%;
  left: auto;
}

.values .leftline .elementor-icon-box-icon::after {
  left: 50%;
}

.values .elementor-icon-box-icon::after {
  border-bottom: 1px solid #4476e9;
  content: '';
  width: 106%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 27.1%;
}

.values .elementor-icon-box-icon::before {
  border: 3px solid #4476e9;
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 48%;
  border-radius: 20px;
  background-color: #fff;
  z-index: 1;
}

.qodef-progress-bar .qodef-progress-content-outer,
.qodef-progress-bar .qodef-progress-content-outer .qodef-progress-content {
  height: 5px;
}

.homepart {
  position: absolute;
}

.imghover .elementor-widget-container {
  min-height: 375px;
}

.imghover .elementor-widget-container:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.qodef-iwt .qodef-iwt-link {
  margin-top: 4px !important;
  margin-left: 10px;
}

.wholink a:hover {
  color: #4075f2;
}

.wholink a {
  color: #797979;
}

.thriveup b {
  text-transform: uppercase;
  color: #4476e9;
  font-size: 35px;
}

.wefocus .qodef-e-content-inner a:after {
  content: "\f054";
  font: normal normal normal 10px/1 FontAwesome;
  padding: 4px 7px;
  border: 1px solid;
  border-radius: 40px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.wefocus .qodef-e-content-inner a {
  display: block;
  text-align: right;
  color: #333;
  font-size: 16px;
  padding-top: 5px;
}

.wefocus .qodef-e-content-inner a:hover {
  color: var(--e-global-color-primary);
}

.imghover .qodef-qi-info-cards {
  -webkit-transition: background-position .7s ease-out;
  transition: background-position .7s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.imghover .qodef-qi-info-cards:hover {
  background-position: 105% -5% !important;
}

footer .qodef-two-columns-50-50 .qodef-column {
  width: 100%;
  border-right: 0px solid #3b3b3b;
}


footer .qodef-footer-top .qodef-column-inner .widget li a {
  color: #fff;
  display: block;
  padding: 4px 0;
}

footer .qodef-footer-top .qodef-column-inner .widget li a:hover {
  color: #00d6b8;
}

footer .qodef-footer-top .qodef-column-inner .widget {
  /* width: 18%; */
  float: left;
  font-size: 16px;
}

footer .qodef-footer-top.qodef-footer-top-full{
  padding-top: 30px;
}

.qodef-container-inner {
  width: 1200px;
}

.qodef-content-bottom .widget.widget_block.widget_media_image {
  float: left;
}

.qodef-content-bottom .widget.widget_block.widget_media_image .wp-block-image.size-full {
  margin: 0;
}

.qodef-content-bottom .widget.widget_block:last-child {
  text-align: right;
}

.qodef-content-bottom .widget.widget_block:first-child {
  text-align: left;
}

.qodef-content-bottom .widget.widget_block {
  float: right;
  width: 33.333%;
  text-align: center;
}

.qodef-two-columns-50-50 .qodef-column {
  font-size: 16px;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li a {
  padding: 4px 0;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li a::before {
  display: none;
}

footer .qodef-footer-top-holder .widget.widget_recent_entries li {
  border-bottom: 0px dotted #404040;
}

.qodef-four-columns>.qodef-four-columns-inner {
  font-size: 16px;
}

.qodef-four-columns .qodef-column {
  width: 21%;
}

footer .qodef-footer-bottom-holder {
  padding: 20px 0;
}

.footerform .elementor-widget-wrap {
  padding: 40px !important;
}

footer .qodef-footer-top.qodef-footer-top-full {
  padding-bottom: 0;
  padding-top: 30px;
}

footer .qodef-footer-top .qodef-column:first-child,
footer .qodef-footer-top .qodef-column:last-child {
  min-height: auto !important;
}

footer .widget ul {
  position: relative;
  padding: 0;
}

footer .widget ul li a {
  line-height: 20px;
}

footer .widget_nav_menu li a:hover::before {
  opacity: 1;
}

footer .qodef-footer-top .qodef-column {
  padding: 0 0px !important;
}

footer .qodef-footer-top .qodef-column-inner,
footer .qodef-footer-top.qodef-footer-top-full,
.qodef-four-columns,
.qodef-footer-bottom-holder-inner {
  max-width: 1200px;
  margin: auto;
/*   padding-top: 0px !important; */
}

/* #awsm-application-submit-btn:hover {
  background-color: #212121;
  color: #4075f2;
}

#awsm-application-submit-btn {
  width: 100%;
  background-color: #4075f2;
  color: #fff;
  font-weight: bold;
  padding: 16px;
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
} */

.awsm-job-form-inner h2 {
  text-transform: uppercase;
  text-align: center;
}

.awsm-job-form-group label {
  margin-bottom: 0px;
  font-size: 16px;
}

.awsm-job-form-control {
  padding: 15px;
  border: 2px solid #d9d9d9;
}

.awsm-job-form-inner {
  background: #f1f1f1;
}

ol,
ul {
  list-style-position: outside;
  padding-left: 15px;
}

.awsm-job-container .entry-title {
  margin-bottom: 30px;
}

.qodef-portfolio-item .qodef-portfolio-shader {
  display: none;
}

.fonticon .fas::before {
  font-size: 22px;
  top: -4px;
}

.qodef-portfolio-single-holder h3 {
  padding-top: 25px;
  padding-bottom: 5px;
}

.qodef-title-subtitle-holder-inner {
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 .elementor-col-50 {
  /* width: 50%; */
  display: inline-block;
  padding: 0 15px;
}

.wpcf7 .elementor-col-100 {
  /* width: 100%; */
  padding: 0 15px;
}

.wpcf7 .elementor-col-100 span.dnone,
.wpcf7 .elementor-col-50 span.dnone {
  display: none;
}

.wpcf7-form-control.wpcf7-textarea {
  max-height: 100px;
}

.wpcf7 .elementor-col-100.center {
  text-align: center;
}

.wpcf7 .elementor-col-100.center input {
  width: 100%;
}

body .fa,
body .fas {
  font: normal normal normal FontAwesome;
}

.qodef-main-menu .second li.current-menu-item a {
  color: #4075f2 !important;
}

#qodef-particles .qodef-p-content {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.qodef-page-header .qodef-vertical-align-containers {
  max-width: 1200px;
  margin: auto;
}

footer .qodef-footer-bottom-holder .qodef-column {
  width: 50%;
}

.single-portfolio-item .qodef-content-bottom {
  padding-top: 30px;
}

#fixsocil .elementor-grid-item:last-child {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

#fixsocil .elementor-grid-item:last-child a {
  background-color: #00a884;
}

#fixsocil .elementor-grid-item:last-child a i:before {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .copy span {
    display: block;
  }

  footer .qodef-footer-bottom-holder .qodef-column,
  footer .qodef-footer-top .qodef-column-inner .widget {
    width: 100%;
  }

  #qodef-particles .qodef-p-content {
    font-size: 25px;
  }

  .wpcf7 .elementor-col-50,
  .wpcf7 .elementor-col-100 {
    width: 100%;
  }

  .qodef-content .qodef-container .qodef-container-inner {
    width: 90%;
  }

  .elementor-reverse-mobile .elementor-section .elementor-container {
    flex-direction: column-reverse;
  }

  footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:first-child .qodef-column-inner,
  footer .qodef-footer-bottom-holder .qodef-two-columns-50-50 .qodef-column:last-child .qodef-column-inner {
    text-align: center !important;
  }

  #qodef-home-main-slider {
    height: auto !important;
  }

  body .carousel-inner h3.qodef-slide-text {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .qodef-slider-content-inner.one_by_one.from_bottom {
    width: 95% !important;
    text-align: center;
    margin: auto;
  }

  .carousel-inner .left .qodef-text,
  .carousel-inner .left h2,
  .carousel-inner .left h3 {
    text-align: left;
  }

  .footerform .elementor-widget-wrap {
    padding: 20px !important;
  }

  .values .elementor-icon-box-icon::after {
    border-bottom: 0px solid #4476e9;
  }

  .imghover .elementor-widget-container {
    min-height: none;
  }

  .qodef-content-bottom .widget.widget_block:last-child {
    width: 50%;
  }

  .qodef-item-text-holder {
    text-align: center;
  }

  .qodef-title .qodef-title-holder h1 span {
    font-size: 30px;
    line-height: normal;
  }

  #qodef-particles .qodef-p-content {
    line-height: 40px;
  }

  .page.page-id-8097 .qodef-title.qodef-has-responsive-background {
    background: url("https://uat.terveystech.com/wp-content/uploads/2016/07/tech-background-image-2.jpg") !important;
    padding: 50px 0px !important;
  }

  .awsm_job_openings-template-custom .awsm-job-container {
    padding: 15px;
    width: auto;
  }

  .awsm_job_openings-template-custom .awsm-job-container .entry-title.awsm-jobs-single-title {
    font-size: 30px;
  }

  .wefocus .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
    opacity: 1;
  }
}