.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
a {
  color: #3ce3d1;
}
a:hover {
  color: #1ecebb;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #3ce3d1;
  color: #444444;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #ffffff;
}
#offcanvas-toggler >i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#offcanvas-toggler >i:hover {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.btn-primary,
.sppb-btn-primary {
  border-color: #21dfcb;
  background-color: #3ce3d1;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #1ab8a7;
  background-color: #1ecebb;
}
.sppb-btn {
  border-radius: 4px;
}
.sppb-btn.sppb-btn-primary {
  border: 1px solid #ffffff;
  background: #f5f8ff;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
  color: #444444;
}
.sppb-btn.sppb-btn-primary i {
  color: #444444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-btn.sppb-btn-primary:hover {
  border: 1px solid #52e6d6;
  background: #3ce3d1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-primary:hover i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-info {
  border: 1px solid #2d3753;
  background: #242c42;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-info i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-info:hover {
  border: 1px solid #242c42;
  background: #161a28;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-info:hover i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-default {
  border: 1px solid #52e6d6;
  background-color: #3ce3d1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-default i {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-default:hover {
  border: 1px solid #3ce3d1;
  background-color: #1fd7c3;
  color: #ffffff;
}
.sppb-btn.sppb-btn-link {
  border: 1px solid #52e6d6;
  background-color: #3ce3d1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  text-decoration: none;
}
.sppb-btn.sppb-btn-link i {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-link:hover {
  border: 1px solid #2d3753;
  background: #242c42;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  text-decoration: none;
}
.sppb-btn.sppb-btn-link:hover i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-success {
  border: 1px solid #ffffff;
  background: #f5f8ff;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
  color: #444444;
}
.sppb-btn.sppb-btn-success i {
  color: #444444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-btn.sppb-btn-success:hover {
  border: 1px solid #2d3753;
  background: #242c42;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-btn.sppb-btn-success:hover i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
ul.social-icons >li {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
ul.social-icons >li a {
  background: #f5f8ff;
  color: #444444;
  box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -moz-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
}
ul.social-icons >li a:hover {
  color: #ffffff;
  background: #485884;
}
.sp-page-title {
  background: #3ce3d1;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul >li >a {
  color: #444444;
}
.sp-module ul >li >a:hover {
  color: #3ce3d1;
}
.sp-module .latestnews >div {
  color: #959595;
}
.sp-module .latestnews >div >a {
  color: #444444;
}
.sp-module .latestnews >div >a:hover {
  color: #3ce3d1;
}
.sp-module .tagscloud .tag-name:hover {
  background: #3ce3d1;
}
#sp-bottom .sp-module ul >li >a {
  color: #444444;
}
#sp-bottom .sp-module ul >li >a:hover {
  color: #3ce3d1;
}
#sp-bottom .sp-module .latestnews >div {
  color: #959595;
}
#sp-bottom .sp-module .latestnews >div >a {
  color: #ffffff;
}
#sp-bottom .sp-module .latestnews >div >a:hover {
  color: #3ce3d1;
}
#sp-bottom .sp-module .tagscloud .tag-name:hover {
  background: #3ce3d1;
}
.search .btn-toolbar button {
  background: #3ce3d1;
}
.post-format {
  color: #fff;
  border-color: #3ce3d1;
  background: #3ce3d1;
}
.voting-symbol span.star.active:before {
  color: #3ce3d1;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #1ecebb;
}
.entry-link,
.entry-quote {
  background: #3ce3d1;
}
blockquote {
  border-color: #3ce3d1;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #3ce3d1;
}
.sp-comingsoon body {
  background-color: #3ce3d1;
}
.pagination>li>a,
.pagination>li>span {
  color: #444444;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #444444;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #3ce3d1;
  background-color: #3ce3d1;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #3ce3d1;
  background-color: #3ce3d1;
}
.sp-contact-info {
  background: #242c42;
}
.sp-contact-info li {
  color: #ffffff;
}
.sp-contact-info li i {
  color: #ffffff;
}
.sp-contact-info li p.contact-content {
  color: #ffffff;
}
#sp-top2 div.search form {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
#sp-top2 div.search form button.button {
  background: #f5f8ff;
  color: #444444;
  font-size: 14px;
  box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -moz-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sp-top2 div.search form button.button:hover {
  background: #485884;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#sp-header {
  background-image: url(../../images/presets/preset4/menu-bg-right.png), url(../../images/presets/preset4/menu-bg.png);
  background-position: right top, left top;
  background-repeat: no-repeat, repeat;
}
#sp-header .sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.sp-dropdown-inner {
  background: url(../../images/presets/preset4/menu-bg.png);
}
.offcanvas-menu {
  background: url(../../images/presets/preset4/menu-bg.png);
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.call-action-odd {
  background: #242c42 url(../../images/presets/preset4/callactionbg.png) left bottom no-repeat;
}
.call-action-odd .sppb-cta-title {
  text-transform: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.call-action-odd .sppb-cta-subtitle {
  font-style: italic;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.call-action-odd .sppb-btn {
  margin-top: 40px;
}
.call-action-even {
  background: #3ce3d1 url(../../images/presets/preset4/callactionbg2.png) left bottom no-repeat;
}
.call-action-even .sppb-cta-title {
  text-transform: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.call-action-even .sppb-cta-subtitle {
  font-style: italic;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.call-action-even .sppb-btn {
  margin-top: 40px;
}
.sppb-addon-image-content-new .main .text {
  float: right;
  width: 60%;
  padding: 30px 30px 30px 80px;
  background: #f5f8ff;
}
.sppb-addon-image-content-new .main .text:before {
  background: #3ce3d1;
}
.sppb-addon-image-content-new .main .text .icon-text h3.sppb-image-content-title {
  color: #3ce3d1;
}
.sppb-addon-image-content-new .main .text .icon-text h3.sppb-image-content-title i {
  color: #242c42;
}
.sppb-addon-image-content-new:hover .image {
  box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -moz-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
  transition: all 300ms linear 0s;
}
.sppb-addon-image-content-new:hover .text .icon-text,
.sppb-addon-image-content-new:hover .text .sppb-image-content-text {
  color: #ffffff;
}
.sppb-addon-image-content-new:hover .text h3.sppb-image-content-title {
  color: #ffffff !important;
}
.sppb-addon-image-content-new:hover .text h3.sppb-image-content-title i {
  color: #ffffff !important;
}
.sppb-addon-image-content-new:hover .text a {
  color: #ffffff;
}
.sppb-addon-image-content-new:hover .text a:hover {
  color: #242c42;
}
.sppb-panel {
  background-color: transparent;
}
.sppb-panel .sppb-panel-heading {
  background: url(../../images/presets/preset4/accordionup.png) no-repeat right 15px top 15px #f5f8ff;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
.sppb-panel .sppb-panel-heading .sppb-panel-title {
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-panel .sppb-panel-heading i {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-panel .sppb-panel-heading.active {
  background: url(../../images/presets/preset4/accordiondown.png) no-repeat right 15px top 15px #242c42;
  border-top: 2px solid #3ce3d1;
}
.sppb-panel .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-panel .sppb-panel-heading.active i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-panel .sppb-panel-collapse {
  background: #3ce3d1;
  border-top: 1px solid #ffffff;
}
.sppb-panel .sppb-panel-collapse .sppb-panel-body {
  color: #ffffff;
}
.sppb-text-center h2.sppb-title-heading span.sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.sppb-text-center h2.sppb-title-heading:after {
  background-color: #3ce3d1;
}
.sppb-text-left h2.sppb-title-heading span.sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.sppb-text-left h2.sppb-title-heading:after {
  background-color: #3ce3d1;
}
.sppb-text-right h2.sppb-title-heading span.sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.sppb-text-right h2.sppb-title-heading:after {
  background-color: #3ce3d1;
}
strong {
  font-weight: 600;
  color: #3ce3d1;
}
div.theme-icon .sppb-media-body .sppb-feature-box-title {
  color: #3ce3d1;
}
div.theme-icon .pull-left .sppb-icon {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
div.theme-icon .pull-left .sppb-icon span {
  background: #f5f8ff;
  color: #444444;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  transition: color 400ms ease 0s, background-color 400ms ease 0s;
}
div.theme-icon .pull-left .sppb-icon span i {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
div.theme-icon .pull-right .sppb-icon {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
div.theme-icon .pull-right .sppb-icon span {
  background: #f5f8ff;
  color: #444444;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  transition: color 400ms ease 0s, background-color 400ms ease 0s;
}
div.theme-icon .pull-right .sppb-icon span i {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
div.theme-icon:hover .sppb-icon span {
  background: #242c42;
  transition: color 400ms ease 0s, background-color 400ms ease 0s;
}
div.theme-icon:hover .sppb-icon span i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-addon-animated-number div.main {
  background: #f2f3f8;
}
.sppb-addon-animated-number div.main:after {
  background: #f2f3f8 none repeat scroll 0 0;
}
.sppb-addon-animated-number .sppb-icon:after {
  background: #3ce3d1 none repeat scroll 0 0;
}
.sppb-addon-animated-number .sppb-icon .sppb-icon-test span {
  color: #3ce3d1;
}
.sppb-addon-animated-number .sppb-icon .sppb-icon-test .sppb-animated-number {
  color: #242c42;
}
.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
  color: #3ce3d1;
}
.sppb-pricing-featured .sppb-pricing-footer a {
  background-color: #3ce3d1 !important;
}
.sppb-pricing-featured .sppb-pricing-footer a:hover {
  background-color: #242c42 !important;
}
.sppb-pricing-featured .sppb-pricing-features ul li {
  color: #444444 !important;
}
.sppb-pricing-featured #price {
  background: #3ce3d1 !important;
  border-top: 1px solid #1ecebb !important;
}
.sppb-pricing-featured #price ul li.sppb-pricing-price {
  color: #ffffff !important;
}
.sppb-pricing-featured .sppb-pricing-header .sppb-pricing-icon {
  color: #ffffff !important;
}
.sppb-pricing-featured .sppb-pricing-header .sppb-pricing-title {
  background: #3ce3d1 !important;
  border-bottom: 1px solid #69e9dc !important;
}
.sppb-pricing-featured .sppb-pricing-header .sppb-pricing-title .title {
  color: #ffffff !important;
}
.sppb-pricing-box {
  border-color: #f1f1f1 !important;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-icon {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #242c42;
  border-bottom: 1px solid #364263;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title .title {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title .sub-title {
  color: #f5f8ff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box .sppb-pricing-footer a {
  background: #242c42;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box .sppb-pricing-footer a:hover {
  background: #3ce3d1;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box #price {
  background: #242c42;
  border-top: 1px solid #121621;
}
.sppb-pricing-box #price ul li.sppb-pricing-price {
  color: #3ce3d1;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-pricing-box #price ul li.sppb-pricing-duration {
  color: #ffffff;
}
.sppb-pricing-box #price ul li.sign {
  color: #ffffff;
}
div.ns2-column:hover .ns2-inner .news-show-content .ns2-title a {
  color: #ffffff;
}
div.ns2-column:hover .ns2-inner .news-show-content .ns2-title a:hover {
  color: #3ce3d1;
}
div.ns2-column:hover .ns2-inner .news-show-content p.ns2-introtext {
  color: #999999 !important;
}
div.ns2-column:hover .ns2-inner .ns2-date-blog .ns2-date-blog-inner {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
div.ns2-column:hover .ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper {
  background: #f5f8ff;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
div.ns2-column:hover .ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_day {
  color: #3ce3d1;
}
div.ns2-column:hover .ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_month_year .ns2_date_month {
  color: #444444;
}
div.ns2-column:hover .ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_month_year .ns2_date_year {
  color: #3ce3d1;
}
.ns2-inner {
  background: #ffffff;
}
.ns2-inner:before {
  background: #242c42;
}
.ns2-inner .news-show-content .ns2-title a {
  color: #444444;
}
.ns2-inner .news-show-content .ns2-title a:hover {
  color: #3ce3d1;
}
.ns2-inner .ns2-date-blog .ns2-date-blog-inner {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper {
  background: #f5f8ff;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_day {
  color: #3ce3d1;
}
.ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_month_year .ns2_date_month {
  color: #444444;
}
.ns2-inner .ns2-date-blog .ns2-date-blog-inner .ns2-date-blog-inner-wrapper .ns2_date_month_year .ns2_date_year {
  color: #3ce3d1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  color: #ffffff;
  background-color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background-color: #242c42;
  color: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle {
  background-color: rgba(36,44,66,0.85) !important;
}
.sp-simpleportfolio-overlay .sp-vertical-middle h3.sp-simpleportfolio-title a {
  color: #52e6d6 !important;
}
.sp-simpleportfolio-overlay .sp-vertical-middle h3.sp-simpleportfolio-title a:hover {
  color: #3ce3d1 !important;
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-tags {
  color: #ffffff !important;
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-zoom {
  border-radius: 0px !important;
  border: none !important;
  background: #3ce3d1 !important;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-zoom div.sp-simpleportfolio-icon-zoom {
  background: #ffffff url(../../images/presets/preset4/portfolio-zoom.png) no-repeat center center !important;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-view {
  border-radius: 0px !important;
  border: none !important;
  background: #3ce3d1 !important;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-view div.sp-simpleportfolio-icon-view {
  background: #ffffff url(../../images/presets/preset4/portfolio-view.png) no-repeat center center !important;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-video {
  border-radius: 0px !important;
  border: none !important;
  background: #3ce3d1 !important;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-btns a.btn-video div.sp-simpleportfolio-icon-video {
  background: #ffffff url(../../images/presets/preset4/portfolio-video.png) no-repeat center center !important;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sppb-addon-persion {
  background: #fff;
}
.sppb-addon-persion:hover .sppb-person-image:after {
  background-color: rgba(255,255,255,0.5);
  background-repeat: repeat;
  border: 1px solid #ffffff;
}
.sppb-addon-persion:hover .sppb-person-information {
  box-shadow: 1px 2px 7.28px 0.72px rgba(0,0,0,0.08);
  transition: all 300ms linear 0s;
}
.sppb-addon-persion .sppb-person-image:after {
  background-color: rgba(255,255,255,0.5);
  background-repeat: repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sppb-addon-persion .sppb-person-information {
  background: #f5f8ff;
  transition: all 300ms linear 0s;
}
.sppb-addon-persion .sppb-person-information .sppb-person-designation {
  color: #3ce3d1 !important;
}
.sppb-addon-persion .sppb-person-introtext {
  border-bottom: 1px solid #c5c4c3;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li a {
  color: #444444;
  background: #ffffff;
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sppb-addon-persion .sppb-person-social-icons .sppb-person-social >li a:hover {
  background: #242c42;
  color: #fff;
}
.sppb-progress {
  border-radius: 0;
  box-shadow: none;
  background-color: #f5f8ff;
}
.sppb-progress .progress-value {
  color: #000;
}
.sppb-progress-bar {
  background: url(../../images/presets/preset4/menu-bg.png);
  color: #000;
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-sub .sppb-chart-percent span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-sub .sppb-chart-percent .pie-chart-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-icon .sppb-chart-main span i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-icon .sppb-chart-main .pie-chart-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-addon-pie-progress .sppb-pie-chart canvas {
  background: #3ce3d1;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
  -moz-box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
}
.step1 {
  background: #3ce3d1 url(../../images/step1.png) no-repeat right top;
}
.step1 .pull-left .sppb-blocknumber-number,
.step1 .pull-left span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step1 .sppb-media-body {
  color: #ffffff;
}
.step1 .sppb-media-body a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step1 .sppb-media-body a:hover {
  color: #f5f8ff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step1 .sppb-media-body h6.sppb-media-heading {
  color: #ffffff;
}
.step2 {
  background: #dddddd url(../../images/step2.png) no-repeat right top;
}
.step2 .pull-left .sppb-blocknumber-number,
.step2 .pull-left span {
  color: #444444;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step2 .sppb-media-body a {
  color: #444444;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step2 .sppb-media-body a:hover {
  color: #444444;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step2 .sppb-media-body h6.sppb-media-heading {
  color: #444444;
}
.step3 {
  background: #3ce3d1 url(../../images/step3.png) no-repeat right top;
}
.step3 .pull-left .sppb-blocknumber-number,
.step3 .pull-left span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step3 .sppb-media-body {
  color: #ffffff;
}
.step3 .sppb-media-body a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step3 .sppb-media-body a:hover {
  color: #f5f8ff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step3 .sppb-media-body h6.sppb-media-heading {
  color: #ffffff;
}
.step4 {
  background: #242c42 url(../../images/step4.png) no-repeat right top;
}
.step4 .pull-left .sppb-blocknumber-number,
.step4 .pull-left span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step4 .sppb-media-body {
  color: #ffffff;
}
.step4 .sppb-media-body a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step4 .sppb-media-body a:hover {
  color: #f5f8ff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.step4 .sppb-media-body h6.sppb-media-heading {
  color: #ffffff;
}
.sppb-for-feature:hover:after {
  background: #242c42 none repeat scroll 0 0;
  transition: all 50ms linear 0s;
}
.sppb-for-feature:hover .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-for-feature:hover .sppb-addon-content .sppb-media-body .sppb-addon-text {
  color: #999999 !important;
}
.sppb-for-feature:after {
  background: #f5f8ff none repeat scroll 0 0;
  transition: all 350ms linear 0s;
}
.sppb-for-feature .sppb-addon-content {
  background: #f5f8ff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sppb-for-feature .sppb-addon-content:after {
  background: #3ce3d1 none repeat scroll 0 0;
}
.sppb-for-feature .sppb-addon-content:before {
  background: #242c42;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sppb-for-feature .sppb-addon-content .sppb-icon {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sppb-for-feature .sppb-addon-content .sppb-icon span {
  background: #f5f8ff;
  border: none !important;
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sppb-for-feature .sppb-addon-content .feature-button a {
  color: #3ce3d1;
}
.sppb-for-feature .sppb-addon-content .feature-button a:hover {
  color: #ffffff;
}
.sppb-for-feature .sppb-addon-content div.sppb-list-features ul li {
  color: #777777;
}
.sppb-for-feature .sppb-addon-content div.sppb-list-features ul li i {
  color: #3ce3d1;
}
.sppb-for-feature .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-for-feature .sppb-addon-content .sppb-media-body .sppb-addon-text {
  color: #444444 !important;
}
.sppb-for-feature2 .sppb-addon-feature:hover .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.sppb-for-feature2 .sppb-addon-feature:hover .sppb-addon-content .sppb-media-body .sppb-addon-text {
  color: #999999 !important;
}
.sppb-for-feature2 {
  background: #f5f8ff;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .sppb-icon {
  background: #3ce3d1;
  box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.4) inset;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .sppb-icon span {
  background: #f5f8ff;
  border: none !important;
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -moz-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
  -webkit-box-shadow: 1px 3px 3px 1px rgba(68,68,68,0.3);
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .feature-button a {
  color: #3ce3d1;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .feature-button a:hover {
  color: #ffffff;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content div.sppb-list-features ul li {
  color: #777777;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content div.sppb-list-features ul li i {
  color: #3ce3d1;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
  color: #3ce3d1 !important;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .sppb-media-body .sppb-feature-box-title:after {
  background: #3ce3d1;
}
.sppb-for-feature2 .sppb-addon-feature .sppb-addon-content .sppb-media-body .sppb-addon-text {
  color: #444444 !important;
}
.sppb-addon-tab .sppb-tab .sppb-tab-content {
  background: #f5f8ff url(../../images/presets/preset4/callactionbg.png) no-repeat left bottom -9px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane h3,
.sppb-addon-tab .sppb-tab .sppb-tab-content .sppb-tab-pane h4 {
  color: #3ce3d1;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li {
  border-radius: 0;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li a div.spp-icon {
  background: #f5f8ff;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #ffffff inset;
  -moz-box-shadow: 0 0 0 4px #ffffff inset;
  -webkit-box-shadow: 0 0 0 4px #ffffff inset;
  border: 1px solid #f0f0f0;
  transition: all 300ms linear 0s;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li a i {
  color: #444444;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  transition: all 300ms linear 0s;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li a .tab-title {
  color: #242c42;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li.active a {
  background: #f5f8ff;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li:hover a,
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li.active a {
  border-radius: 0px !important;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li:hover a div.spp-icon,
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li.active a div.spp-icon {
  background: #3ce3d1;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #ffffff inset;
  -moz-box-shadow: 0 0 0 4px #ffffff inset;
  -webkit-box-shadow: 0 0 0 4px #ffffff inset;
  border: 1px solid #3ce3d1;
  transition: all 300ms linear 0s;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li:hover a i,
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li.active a i {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  transition: all 300ms linear 0s;
}
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li:hover a .tab-title,
.sppb-addon-tab .sppb-tab ul.sppb-nav-tabs li.active a .tab-title {
  color: #242c42;
}
#sp-bottom {
  border-top: 1px solid #ffffff;
}
#sp-bottom .sp-module .sp-module-title {
  color: #959595;
}
#sp-bottom .sp-module .sp-module-title .sp-inner:after {
  background: #444444;
}
#sp-bottom .sp-module .sp-module-title:after {
  background: #3ce3d1;
}
#sp-right .sp-module .sp-module-title .sp-inner:after,
#sp-left .sp-module .sp-module-title .sp-inner:after {
  background: #d1d1d1;
}
#sp-right .sp-module .sp-module-title:after,
#sp-left .sp-module .sp-module-title:after {
  background: #3ce3d1;
}
.textwidget .a1,
.textwidget .a2 {
  border-bottom: 1px solid #444444;
}
.textwidget .a1 .inner,
.textwidget .a2 .inner {
  color: #ffffff;
}
.textwidget .a1 p,
.textwidget .a2 p {
  color: #959595;
}
.textwidget .a3 .inner {
  color: #ffffff;
}
.textwidget .a3 p {
  color: #959595;
}
.textwidget .a3 p a {
  margin-right: 5px;
}
.textwidget .a3 p a i {
  color: #999999;
}
.textwidget .a3 p a:hover i {
  color: #3ce3d1;
}
#sp-bottom form .acymailing_module_form .acymailing_introtext {
  color: #959595;
}
#sp-bottom form .acymailing_module_form .acymailing_form input.inputbox {
  background-color: #20283b;
  color: #959595;
}
form .sppb-form-group input {
  background-color: #f5f8ff;
  color: #959595 !important;
}
form .sppb-form-group input:focus {
  box-shadow: 1px 1px 1px rgba(68,68,68,0.4) inset !important;
}
form .sppb-form-group textarea {
  background-color: #f5f8ff;
  color: #959595 !important;
}
form .sppb-form-group textarea:focus {
  box-shadow: 1px 1px 1px rgba(68,68,68,0.4) inset !important;
}
.sppb-addon-title-block.sppb-text-left .sppb-addon-title:after {
  background: #3ce3d1;
}
.sppb-addon-title-block.sppb-text-left .sppb-addon-title .sp-test .sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.sppb-addon-title-block.sppb-text-right .sppb-addon-title:after {
  background: #3ce3d1;
}
.sppb-addon-title-block.sppb-text-right .sppb-addon-title .sp-test .sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.sppb-addon-title-block.sppb-text-center .sppb-addon-title:after {
  background: #3ce3d1;
}
.sppb-addon-title-block.sppb-text-center .sppb-addon-title .sp-test .sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.divide-color {
  background-color: #f5f8ff;
  outline: 1px solid #f5f8ff;
  border: 1px solid #ffffff;
}
.inner-wrapper ul li {
  color: #777777;
}
.inner-wrapper ul li i {
  color: #3ce3d1;
}
.theme-corner img {
  border-bottom: 4px solid #3ce3d1;
}
.theme-color {
  background: #3ce3d1;
}
.theme-color-text {
  color: #3ce3d1;
}
.icon-shadow i {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sp-tweet .sp-tweet-item i {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sp-tweet .sp-tweet-item a {
  color: #242c42;
}
.sp-tweet .sp-tweet-item a:hover {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.addon-new-pie .sppb-content-holder {
  padding: 80px 50px 80px 0 !important;
}
.addon-new-pie .sppb-image-content-sub_title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 5px !important;
  margin-top: 0;
  text-align: left;
}
.addon-new-pie .sppb-image-content-title {
  border: 0 none;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
  text-transform: none;
}
.addon-new-pie .sppb-image-content-title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  top: 50px;
  transform: translate(-50%);
  width: 40px;
  background: #3ce3d1;
}
.addon-new-pie .sppb-image-content-title .sp-test {
  position: relative;
}
.addon-new-pie .sppb-image-content-title .sp-test .sp-test1:after {
  background: #d1d1d1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 51px;
  width: 70%;
}
.addon-new-pie .pie-charts .chart-holder {
  display: table;
  height: 100%;
  position: relative;
  width: auto;
  z-index: 888;
}
.addon-new-pie .pie-charts .chart-holder .sppb-pie-chart {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  height: 150px;
  width: 150px;
  text-align: center;
}
.addon-new-pie .pie-charts .chart-holder .sppb-pie-chart span {
  position: relative;
  z-index: 999;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.addon-new-pie .pie-charts .chart-holder .sppb-pie-chart .pc-title {
  position: relative;
  font-size: 16px;
  z-index: 999;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.addon-new-pie .pie-charts .chart-holder .sppb-pie-chart canvas {
  background: #3ce3d1;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
  -moz-box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.9) inset;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
  vertical-align: bottom !important;
  text-align: left !important;
}
.sppb-carousel-pro-text h2 {
  padding: 10px 20px;
  background: rgba(36,44,66,0.5);
  font-size: 25px;
  color: #ffffff;
  margin: 0 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sppb-carousel-pro-text p {
  padding: 10px 20px;
  background: rgba(60,227,209,0.85);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sp-comingsoon .social-icons li a {
  background: #242c42 !important;
  color: #ffffff !important;
}
.sp-comingsoon .social-icons li a:hover {
  color: #3ce3d1 !important;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sppb-addon-title:after {
  background: #3ce3d1;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sppb-addon-title .sp-test .sp-test1:after {
  background: #d1d1d1 none repeat scroll 0 0;
}
.tp-caption.mediumbolditalic,
.mediumbolditalic {
  font-family: "Lato" !important;
  color: #3ce3d1 !important;
}
.tp-caption.icon-new,
.icon-new {
  color: #3ce3d1 !important;
  font-size: 16px !important;
  line-height: 16px !imortant;
  background: none !important;
}
