@charset "UTF-8";
/* Skin-specific styles
----------------------- */
/* Blogger */
.sc_blogger .trx_addons_loading {
  background-image: url(images/blocks-preloader.gif) !important;
}

.sc_blogger_extra .sc_blogger_item .sc_blogger_item_featured {
  margin-bottom: 0;
}

.sc_blogger_extra .sc_blogger_item .sc_blogger_item_content_wrapper {
  padding: 2.7em 2.3em 3em;
}

/* Revolution Slider */
rs-module .tp-caption.trx-addons-conf-button,
rs-module .trx-addons-conf-button {
  position: relative;
  overflow: hidden;
  padding-left: 3.4em !important;
  padding-right: 3.4em !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;
  -webkit-transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-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, -webkit-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;
  transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  -webkit-box-shadow: 0 9px 18px rgba(19, 176, 120, 0.18) !important;
  -ms-box-shadow: 0 9px 18px rgba(19, 176, 120, 0.18) !important;
  box-shadow: 0 9px 18px rgba(19, 176, 120, 0.18) !important;
}

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

rs-module .tp-caption.trx-addons-conf-playbutton,
rs-module .trx-addons-conf-playbutton {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

/* bullets */
rs-module .custom .tp-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-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: #2131b6;
}

/* arrows */
rs-module .custom.tparrows {
  width: 66px !important;
  height: 66px !important;
  -webkit-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 !important;
  font-family: "fontello" !important;
  -webkit-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: "" !important;
}

rs-module .custom.tparrows.tp-rightarrow:before {
  content: "" !important;
}

/* Compact Row */
.sc_layouts_row_type_compact .sc_button_default {
  border: 2px solid #ddd !important;
}

.sc_layouts_row_type_compact .sc_button_default.sc_button_size_small {
  padding: 0.75em 2.5em;
}

/* 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;
  transition: opacity 0.3s ease-in;
  -webkit-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;
  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;
  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;
  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;
  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;
  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: 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;
  transition: opacity 0.3s ease-in;
  -webkit-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: 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;
  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;
  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;
  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;
  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;
  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;
  transition: opacity 0.3s ease-in;
  -webkit-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;
  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;
  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;
  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;
  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;
}

/* CountDown */
.sc_countdown_default .sc_countdown_digits {
  min-width: 2.4em;
  margin-bottom: 3px;
  font-size: 4.353em;
  font-weight: 600;
  font-style: normal;
}

.sc_countdown_default .sc_countdown_digits span {
  width: auto;
}

.sc_countdown .sc_countdown_label {
  font-weight: 600;
}

.sc_countdown_default .sc_countdown_separator {
  font-size: 2.647em;
  font-weight: 600;
  font-style: normal;
}

.sc_countdown_default .sc_countdown_digits,
.sc_countdown_default .sc_countdown_separator {
  height: auto;
  line-height: 1;
}

.sc_countdown_default .sc_countdown_separator {
  line-height: 1.55em;
  height: 1.55em;
}

/* Elementor Toggle */
.elementor-toggle .elementor-tab-content {
  color: #646464;
}

.elementor-toggle .elementor-tab-title {
  color: #121619;
  border-color: #f5f5fa;
  background-color: #f5f5fa;
}

.elementor-toggle .elementor-tab-title.elementor-active {
  color: #ffffff;
  border-color: #191e2d;
  background-color: #191e2d;
}

/* Icons */
.sc_icons_extra .sc_icons_icon + .sc_icons_item_title,
.sc_icons_extra .sc_icons_icon + .sc_icons_item_description {
  margin-top: 1.4em;
}

/* Essential Grid */
.esg-grid .eg-rhodos-conference-gradient-skin-element-0 i.eg-icon-right-big:before {
  font-size: 1.4em;
  font-family: "fontello";
  content: '\E974';
}
