/* Skin-specific styles
----------------------- */
/* Slider Revolution */
rs-module .trx-addons-fnc-playbutton {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
}

rs-module .tp-caption.trx-addons-fnc-button,
rs-module .trx-addons-fnc-button {
  position: relative;
  overflow: hidden;
  padding-left: 3.9em !important;
  padding-right: 3.9em !important;
  color: #ffffff !important;
  -webkit-transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  -ms-transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  -webkit-box-shadow: 0 9px 18px rgba(33, 49, 182, 0.18) !important;
  -ms-box-shadow: 0 9px 18px rgba(33, 49, 182, 0.18) !important;
  box-shadow: 0 9px 18px rgba(33, 49, 182, 0.18) !important;
}

rs-module .tp-caption.trx-addons-fnc-button:hover,
rs-module .trx-addons-fnc-button:hover {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  padding-right: 6em !important;
}

rs-module .tp-caption.trx-addons-fnc-button:before,
rs-module .trx-addons-fnc-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 2.7em !important;
  left: auto !important;
  width: 40px !important;
  height: 2px !important;
  display: block;
  top: calc(50% - 1px) !important;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  -ms-transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  opacity: 0;
}

rs-module .tp-caption.trx-addons-fnc-button:hover:before,
rs-module .trx-addons-fnc-button:hover:before {
  left: auto !important;
  right: 1.7em !important;
  opacity: 1;
  -webkit-transition: right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, background-color 0.3s ease;
  -ms-transition: right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, background-color 0.3s ease;
  transition: right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, background-color 0.3s ease;
}

/* bullets */
rs-module .custom .tp-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #ffffff !important;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

rs-module .custom .tp-bullet:hover,
rs-module .custom .tp-bullet.selected {
  background: #16d08e !important;
}

/* arrows */
rs-module .custom.tparrows {
  width: 66px !important;
  height: 66px !important;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #f7f7f7 !important;
}

rs-module .custom.tparrows:hover {
  background: #b5c2c8 !important;
}

rs-module .custom.tparrows:before {
  line-height: 66px !important;
  font-size: 24px;
  font-family: "fontello";
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #121619 !important;
}

rs-module .custom.tparrows:hover:before {
  color: #ffffff !important;
}

rs-module .custom.tparrows.tp-leftarrow:before {
  content: "\E93F";
}

rs-module .custom.tparrows.tp-rightarrow:before {
  content: "\E940";
}

/* Blogger */
.sc_blogger .trx_addons_loading {
  background-image: url(images/blocks-preloader.gif) !important;
}

/* Push */
.sc_push_medium_negative, .sc_push_y_medium_negative {
  margin-top: -12em !important;
}

/* Specific Colors Hover Services */
/* 3n + 1 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color:before {
  background: rgba(255, 255, 255, 0.93) !important;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color:after {
  content: '';
  background: white !important;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #121619;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #121619 !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #121619;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #121619;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #121619;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #121619 !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #121619;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #121619;
}

/* 3n + 2 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color:before {
  background: -moz-linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  background: -webkit-linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  background: linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  opacity: 1;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color:after {
  content: '';
  background: -moz-linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  background: -webkit-linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  background: linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
}

/* 3n + 3 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color:before {
  background: rgba(16, 20, 32, 0.88);
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  opacity: 1;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color:after {
  content: '';
  background: #101420;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
}

/* list */
.sc_services_list .sc_services_item .sc_services_item_title {
  font-size: 1.588em;
  line-height: 0.988em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.3px;
}

.sc_services_list .sc_services_item_header + .sc_services_item_content {
  margin-top: 1.7em;
}

.sc_services_list .sc_services_item .post_featured {
  margin-bottom: 0;
}

.sc_services_list .sc_services_item:not(.with_icon):not(.with_image):not(.with_pictogram):not(.with_number) {
  border-top: 1px solid #ddd;
}

.sc_services_list .sc_services_item:not(.with_icon):not(.with_image):not(.with_pictogram):not(.with_number) .sc_services_item_info {
  padding: 2.4em 0 0;
}

/* Icons */
.sc_icons_extra .sc_icons_item {
  padding: 4.4em 1.7em 2em;
  border: 1px solid #ddd;
}

.sc_icons_extra .sc_icons_icon + .sc_icons_item_title,
.sc_icons_extra .sc_icons_icon + .sc_icons_item_description {
  margin-top: 0.7em;
}

.sc_icons_extra .sc_icons_icon:before,
.sc_icons_extra .sc_icons_icon > span:before {
  font-size: 4rem;
}

.sc_icons_extra.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_extra.sc_icons_size_small .sc_icons_icon > span:before {
  font-size: 3rem;
}

.sc_icons_extra.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_extra.sc_icons_size_large .sc_icons_icon > span:before {
  font-size: 5rem;
}

/* Skills */
.sc_skills_extra_counter .sc_skills_item + .sc_skills_item_title {
  margin-top: 0.5em;
}

.sc_skills_extra_counter .sc_skills_total {
  font-size: 4.375em;
  line-height: 1.1em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  display: block;
  margin: 0;
}

.sc_skills_extra_counter .sc_skills_item_title {
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

/* Toggle */
.elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-opened.fa-minus,
.elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-closed.fa-plus {
  font-size: 14px;
  margin-top: 7px;
}

.elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-opened.fa-minus:before {
  font-family: "fontello";
  content: '\E994';
  font-weight: 400;
}

.elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-closed.fa-plus:before {
  font-family: "fontello";
  content: '\E993';
  font-weight: 400;
}

.elementor-toggle .elementor-tab-title {
  padding: 22px 0 18px;
}

.elementor-toggle .elementor-tab-title.elementor-active,
.elementor-toggle .elementor-tab-title {
  border: none;
}

.elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {
  padding-top: 0;
}

.elementor-toggle .elementor-toggle-item + .elementor-toggle-item .elementor-tab-title {
  border-top: 1px solid #dddddd;
}

.elementor-toggle .elementor-tab-content {
  padding: 0 20px 6px 0;
  border-bottom: none;
}

/* Contact Form 7 */
.wpcf7 .extra_form select, .wpcf7 .extra_form textarea,
.wpcf7 .extra_form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  margin-bottom: 1.9em;
}

.wpcf7 .extra_form input[type="tel"] {
  margin-bottom: 0 !important;
}

.wpcf7 .extra_form input[type="tel"] + .wpcf7-not-valid-tip {
  margin-top: 0 !important;
}
