.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
  margin: 0;
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-stage .owl-item.active .sppb-slideshow-fullwidth-item-text {
  z-index: 999;
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper {
  text-align: center;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
  height: 500px !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container {
  text-align: center;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 70%;
  padding: 30px 40px;
  color: #ffffff;
  z-index: -999;
  opacity: 0;
  display: inline-block;
  text-transform: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text h1 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text h1 small.sppb-slidehsow-sub-title {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 6px;
  display: block;
  font-family: Open Sans Light;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text a,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text h1,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text h1 small {
  color: #ffffff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text p.details {
  margin-bottom: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text a i.fa-edit {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .container .sppb-slideshow-fullwidth-item-text a i.fa-long-arrow-right {
  vertical-align: middle;
  margin-left: 10px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
  position: absolute;
  top: 50%;
  font-size: 80px;
  z-index: 999;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  opacity: 0;
  margin-left: -400px;
  margin-right: -400px;
  z-index: 1;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
  left: 0px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev i {
  border-radius: 50px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext {
  right: 0;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext i {
  border-radius: 50px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper:hover .customNavigation a {
  margin-left: 0px;
  margin-right: 0px;
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper:hover .customNavigation a:hover {
  color: rgba(255,255,255,0.7);
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-controls {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  background: #898a8b;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot.active span,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .footer-animation {
  z-index: 1;
  color: #fff;
  position: absolute;
  font-size: 28px;
  bottom: 15px;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .footer-animation img {
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .footer-animation span {
  display: inline-block;
  background-repeat: no-repeat;
  width: 31px;
  height: 50px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .footer-animation.scroll-down span {
  background-image: url(../images/mouse-down.png);
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .footer-animation.scroll-top span {
  background-image: url(../images/mouse-up.png);
  color: #5e8303;
}
.sppb-slideshow-fullwidth-read-more {
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 0px;
  background: rgba(0,0,0,0.2);
}
.sppb-slideshow-fullwidth-read-more:hover {
  background-color: #fff;
  color: #000 !important;
}
.slideshow-angle-down-link {
  color: #fff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
  display: inline-block;
}
#sp-header,
#sp-header .sp-megamenu-parent>li,
#sp-header .logo,
#sp-header #offcanvas-toggler>i {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-header {
  width: 100% !important;
  height: 75px;
  z-index: 999;
  background-color: rgba(61,133,185,0.9);
}
#sp-header .logo {
  display: inline-block;
  height: 75px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.has-sub-image #sp-header.menu-fixed,
.has-slideshow #sp-header.menu-fixed,
#sp-header.menu-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
}
.has-sub-image #sp-header.menu-fixed #offcanvas-toggler>i,
.has-slideshow #sp-header.menu-fixed #offcanvas-toggler>i,
#sp-header.menu-fixed #offcanvas-toggler>i {
  line-height: 60px;
  height: 60px;
}
.has-sub-image #sp-header.menu-fixed .sp-megamenu-parent>li,
.has-slideshow #sp-header.menu-fixed .sp-megamenu-parent>li,
#sp-header.menu-fixed .sp-megamenu-parent>li {
  height: 60px;
  line-height: 60px;
}
.has-sub-image #sp-header.menu-fixed#sp-header,
.has-sub-image #sp-header.menu-fixed#sp-header .logo,
.has-slideshow #sp-header.menu-fixed#sp-header,
.has-slideshow #sp-header.menu-fixed#sp-header .logo,
#sp-header.menu-fixed#sp-header,
#sp-header.menu-fixed#sp-header .logo {
  height: 60px;
}
.has-sub-image #sp-header.menu-fixed #offcanvas-toggler,
.has-slideshow #sp-header.menu-fixed #offcanvas-toggler,
#sp-header.menu-fixed #offcanvas-toggler {
  line-height: 60px;
}
.has-sub-image #sp-header.menu-fixed .macro-top-search .icon-top-wrapper,
.has-slideshow #sp-header.menu-fixed .macro-top-search .icon-top-wrapper,
#sp-header.menu-fixed .macro-top-search .icon-top-wrapper {
  line-height: 60px;
}
.has-sub-image #sp-header.menu-fixed .macro-top-search .searchwrapper,
.has-slideshow #sp-header.menu-fixed .macro-top-search .searchwrapper,
#sp-header.menu-fixed .macro-top-search .searchwrapper {
  top: 0;
}
.has-sub-image #sp-header.menu-fixed .macro-top-search input,
.has-slideshow #sp-header.menu-fixed .macro-top-search input,
#sp-header.menu-fixed .macro-top-search input {
  height: 60px !important;
  border-radius: 0;
}
.has-sub-image #sp-header.menu-fixed .macro-top-search .icon-remove-wrapper,
.has-slideshow #sp-header.menu-fixed .macro-top-search .icon-remove-wrapper,
#sp-header.menu-fixed .macro-top-search .icon-remove-wrapper {
  line-height: 60px !important;
}
.has-sub-image #sp-header.menu-fixed,
.has-slideshow #sp-header.menu-fixed,
#sp-header.menu-fixed {
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  background-color: rgba(61,133,185,0.8) !important;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
#sp-page-title {
  background-color: #F8F8F8;
}
.sp-page-title {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #333;
  position: relative;
  z-index: 1;
  font-size: 28px;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 1;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #333;
  font-weight: 700;
}
.sp-page-title .breadcrumb >.active {
  color: #777;
}
.sp-page-title:after {
  position: absolute;
  content: "";
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.has-sub-image #sp-page-title .sp-page-title {
  padding: 200px 0;
  background-attachment: inherit;
}
.has-sub-image #sp-page-title .sp-page-title:after {
  background-color: rgba(0,0,0,0.3);
}
.has-sub-image #sp-page-title .sp-page-title h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.has-sub-image #sp-page-title .sp-page-title h2 span {
  display: block;
}
.has-sub-image #sp-page-title .sp-page-title  .breadcrumb {
  margin-top: 50px;
  text-align: center;
}
.has-sub-image #sp-page-title .sp-page-title  .breadcrumb .active {
  color: #E0E0E0;
}
.has-sub-image #sp-page-title .sp-page-title  .breadcrumb >li+li:before {
  color: #fff;
}
.has-sub-image #sp-page-title .sp-page-title  .breadcrumb li,
.has-sub-image #sp-page-title .sp-page-title  .breadcrumb li a {
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-size: 18px;
  color: #989797;
  margin-top: 0;
  margin-bottom: 30px;
}
#sp-bottom .sp-module ul >li {
  border: none;
}
#sp-bottom .sp-module ul >li >a:before {
  content: none;
}
#sp-bottom .sp-flickr-gallery {
  margin: 0;
}
#sp-bottom1 .custom {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}
#sp-bottom1 .custom img {
  display: inline-block;
  margin-bottom: 20px;
}
#sp-bottom1 .custom .contact-address {
  font-size: 14px;
  margin-top: 20px;
}
#sp-bottom1 .custom .contact-address p {
  margin-bottom: 5px !important;
}
#sp-bottom2 .custom {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}
#sp-bottom2 .custom img {
  display: inline-block;
  margin-bottom: 20px;
}
#sp-bottom2 .custom .contact-address {
  font-size: 14px;
  margin-top: 20px;
}
#sp-bottom2 .custom .contact-address p {
  margin-bottom: 5px !important;
}
#sp-bottom3 .custom {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}
#sp-bottom3 .custom img {
  display: inline-block;
  margin-bottom: 20px;
}
#sp-bottom3 .custom .contact-address {
  font-size: 14px;
  margin-top: 20px;
}
#sp-bottom3 .custom .contact-address p {
  margin-bottom: 5px !important;
}
#sp-bottom3,
#sp-bottom4 {
  font-weight: 500;
}
#sp-bottom1 {
  padding-left: 50px;
}
#sp-bottom2 {
  padding-left: 50px;
}
#sp-bottom3 {
  padding-left: 50px;
}
#sp-bottom4 {
  padding-left: 50px;
}
#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #ededed;
  left: 50%;
  margin-left: -1.5px;
}
#timeline:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #ededed;
}
#timeline .timeline-badge {
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  background-color: #fcfcfc;
  z-index: 10;
  border-radius: 100%;
}
#timeline .timeline-badge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  width: 22px;
  height: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#timeline .timeline-badge .timeline-date {
  font-size: 1.4em;
}
#timeline .timeline-movement {
  position: relative;
  padding-bottom: 40px;
}
#timeline .timeline-movement:hover {
  cursor: pointer;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  margin-left: 30px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 4px;
  background: #ededed;
  border-radius: 20px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part {
  text-align: right;
  margin-right: 30px;
  margin-left: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
  right: -80px;
  left: inherit;
}
#timeline .timeline-movement .timeline-item .timeline-date {
  font-size: 18px;
  color: #acacad;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 25px;
}
#timeline .timeline-movement.timeline-movement-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ededed;
  border-radius: 20px;
}
#sp-footer {
  color: #8c8c8c !important;
}
#sp-bottom {
  color: #8c8c8c !important;
}


/* Joomshaper Carousel edit */
.sppb-item.sppb-item-has-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: initial !important;
}

.sppb-item.sppb-item-has-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: initial !important;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div {
    height: 100%;
    display: table;
    margin: 0 auto;
}

#at-cv-lightbox .at-cv-submit {
    -webkit-appearance: none;
    padding: 0 25px;
    line-height: 0pc !important;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.macro-core-service .sppb-addon-feature:hover {
  cursor: default;
}