* {

    -webkit-font-smoothing: antialiased;

}



html {

    overflow-x: hidden;

}



body {

    text-rendering: optimizeLegibility;

    overflow-x: hidden;

}



/* read more button */



p.readmore a, a.readmore {

  display: inline-block;

  padding: 10px 25px;

  margin-bottom: 0;

  color: #fff !important;

  text-align: center;

  font-weight: 700;

  text-transform: uppercase;

  vertical-align: middle;

  cursor: pointer;

  border:0;

  background-color: #1371b1;

  border-radius: 2px;

}



p.readmore a:hover, p.readmore a:focus, a.readmore:hover {

  color: #fff;

  background-color: #333;

  text-decoration: none !important;

}



.acc li a, p.readmore a {

  font-weight: normal;

}



p.readmore .icon-chevron-right, p.readmore .icon-chevron-left {

  display: none;

}



/* forms */



legend {

  background: #fff;

  padding: 15px 0;

}



.input {

  margin:0;

  padding:0;

}



.inputbox, input.inputbox, input.required, textarea.textarea, textarea.inputbox, textarea.required, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

  display: inline-block;

  vertical-align: middle;

  padding: 8px;

  margin: 0;

  background-color: #f0f1f3;

  color:#7f8c8d;

  border: 0;

  box-shadow: none;

  transition: none;

  border-radius: 0;

}



input.inputbox:focus {

  box-shadow: none;

  border:1px solid #1371b1;

}



.button, .btn, button.btn, button.button, input.btn, input.button, a.btn {

  display: inline-block;

  padding: 10px 25px;

  margin: 0;

  color: #fff;

  font-weight: 700;

  text-align: center;

  text-shadow: none;

  text-transform: uppercase;

  vertical-align: middle;

  cursor: pointer;

  background-color: #1371b1;

  background-image: none;

  border: 0;

  border-radius: 2px;

  box-shadow: none;

  transition: background-color 0.3s;

}



.button:hover, .btn:hover, button.btn:hover, button.button:hover, input.btn:hover, input.button:hover {

  color: #fff;

  text-decoration: none;

  transition: background-color 0.3s;

  background-color: #333;

}



.sparky_button.btn.align-left {

 	align-self: flex-start; 

}



dt, dd {

    line-height: 1.5;

}



/* lists */



ul, ol {

  margin: 15px 45px;

  padding: 0;

}



div.item-page ol li, div.item-page ul li {

  margin: 0 0 10px 0;

  padding: 0;

}



/* typography */



blockquote {

  margin:30px 0;

  padding:15px 15px 15px 75px;

  font-size:125%;

  font-style:italic;

  font-family: Georgia, serif;

  line-height:1.5;

}



.quote {

  font-family: Georgia, serif;

}



.dropcap:first-letter {

  font-size: 300%;

  font-weight:bold;

  float:left;

  margin:0 10px 5px 0;

}



span.p_number {

  font-size: 400%;

  font-weight:bold;

  float:left;

  margin:0 10px 10px 0;

  position: relative;

  line-height: 40px;

  min-width: 50px;

    text-align: center;

}



.inset_title {

  font-weight:bold;

  display:block;

}



img.img_left {

  float:left;

  margin:0 30px 30px 0;

}



img.img_right {

  float:right;

  margin:0 0 30px 30px;

}



/* animation */



.sparky_home .item-image img {

    opacity: 0;

}



.slide-in-left {

    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

            animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}



@-webkit-keyframes slide-in-left {

  0% {

    -webkit-transform: translateX(-100px);

            transform: translateX(-100px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

    opacity: 1;

  }

}

@keyframes slide-in-left {

  0% {

    -webkit-transform: translateX(-100px);

            transform: translateX(-100px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

    opacity: 1;

  }

}



.rotate-in-center {

    -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

            animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}



@-webkit-keyframes rotate-in-center {

  0% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

    opacity: 0;

  }

  100% {

    -webkit-transform: rotate(0);

            transform: rotate(0);

    opacity: 1;

  }

}

@keyframes rotate-in-center {

  0% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

    opacity: 0;

  }

  100% {

    -webkit-transform: rotate(0);

            transform: rotate(0);

    opacity: 1;

  }

}



/* top row */



.top_row {

  box-shadow: 0px -2px 2px inset #eaeaea;

}



.top_row .sparky_cell {

  padding-top: 10px;

  padding-bottom: 10px;

}



.top_row p {

  margin: 0;

}



.top_row ul.menu li {

  padding-left: 0;

}



.coloredtext {

  color: #1371b1;

}



/* logo row */



/*.mp_logo {

  background: url(../images/logo1.png) no-repeat left;

  background-size: 60px 60px;

  background-position: 10px 6px;

}*/



.mp_logo .sparky_feature {

  padding-left: 0px;

}



.sparky_logo {

  line-height: 1.2;

}



.sparky_logo span {

  color: #1371b1;

  font-weight: 400;

}



.sparky_slogan {

  line-height: 1;

}



.logo_row .sparky_cell {

  padding-top: 0;

  padding-bottom: 0;

}



.logo_row .mp_logo {

  padding-top: 15px;

  padding-bottom: 15px;

}



.logo_row ul.menu > li.active > a {

  font-weight: 700;

}



.logo_row.fix_menu {

  position: fixed;

  top: 0;

  z-index: 89;

  width: 100%;

  background: #eee !important;

  border-bottom: 1px solid #dde5de;

  padding: 0;

}



.navv_sparky > li > a, .navv_sparky > li > span {

  text-transform: uppercase;

}



.logo_row ul.menu > li:last-child {

  padding-right: 0;

}



.logo_row ul.menu > li.active:hover > a {

  color: #fff;

} 



@media(max-width: 979px) {

  .logo_row nav:not(.opened) ul.menu {

    display: none;

  }

}





/* carousel row */



.carousel_row .sparky_cell {

  padding: 0;

}



.carousel_row p {

  margin: 0;

}



.flickity-viewport {



}



.hot_swipe_carousel_slides .contents {

    bottom: 0px;

    top: auto !important;

    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);

}



.hot_swipe_carousel_slides .contents p {

  margin-bottom: 15px;

}



.carousel_row video {

  display: block;

  width: 100%;

    height: auto;

}



.mp_header1 {

  display: flex;

    justify-content: flex-end;

    flex-direction: column;

}



.moduletable._videotext {

  position: absolute;

  width: 100%;

  z-index: 1;

}



.moduletable._videotext .custom {

  max-width: 730px;

  margin: 0 auto;

    padding: 20px 30px 20px;

    background: rgba(255,255,255,0.9);

    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.3);

}



.moduletable._videotext .custom p {

  margin-bottom: 15px;

}



.moduletable._videotext a.sparky_button {

  margin-left: auto;

  margin-right: auto;

}



/* content row */



.content_sparky {

  padding-left: 0;

  padding-right: 0;

}



.content_sparky.sparkle8 {

  padding-left: 15px;

  padding-right: 15px;

}



/* content row - layout */



.page_row {

  margin: 50px 0;

}



.page_container::after {

    content: '';

    display: table;

    clear: both;

}



.page_container > .sparky_cell {

    float: left;

}



.row_full {

  width: 100vw;

  position: relative;

  left: 50%;

  right: 50%;

  margin-left: -50vw;

  margin-right: -50vw;

}



.row_full > .page_container {

  max-width: 1140px;

  margin: 0 auto;

}



.row_black .sparky_cell:last-child p {

  margin: 0;

}



.row_black figure img {

  margin-bottom: 0;

}



.row_black a:hover {

  color: #fff;

}



.row_bgcolor1 .page_container {

  display: flex;

}



.row_bgcolor1 .sparkle3 {

  width: calc(25% - 30px);

}



.row_bgcolor1 .sparkle4 {

  width: calc(33.33% - 30px);

}



.row_bgcolor1 .sparky_cell {

  box-shadow: 0 0 30px #eaeaea;

  transition: all 0.3s;

}



.row_bgcolor1 .sparky_cell:hover {

  background: #1371b1 !important;

  box-shadow: 0 0 15px #999;

  color: #fff;

  transition: all 0.3s;

}



.row_bgcolor1 .sparky_cell h4 {

  transition: all 0.3s;

}



.row_bgcolor1 .sparky_cell:hover h4 {

  color: #fff;

  transition: all 0.3s;

}



.row_background2 {

  background:url(../images/row_background2.jpg);

  background-size: cover;

  margin-bottom: 130px;

  padding-top: 50px;

  overflow: visible !important;

}



/* content row - text styles */



.row_black h1, .moduletable._videotext h1 {

  color: #fff;

  font-size: 36px;

  text-align: left;

  text-transform: uppercase;

  padding: 15px 0;

}



.moduletable._videotext h1 {

  color: #414141;

  text-align: center;

}



.row_black h1::after, .moduletable._videotext h1::after {

  display: none;

}



.row_black p {

  text-transform: uppercase;

  margin: 0;

}



h2.tick {

  font-size: 36px;

}



h1::after, h2.tick::after {

  content:" ";

  display: block;

  width: 70px;

  height: 3px;

  margin: 15px auto 30px;

  background: #1371b1;

}



h1::after {

  margin: 15px auto 0;

}



.aligncenter {

  text-align: center;

  display: block;

}



p.large_text {

  font-size: 20px;

}



a.graylinks {

  color:#7f8c8d;

  font-weight: 700;

  text-transform: uppercase;

  margin-top:0;

  transition: all 0.3s;

}



a.graylinks:hover {

  color: #1371b1;

  transition: all 0.3s;

}



a.graylinks::after {

  content:"\f0da";

  font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    padding: 0 10px;

}



p.blacklinks a {

  color: #000;

}



p.blacklinks a:hover {

  text-decoration: underline;

}



p.smalltext, span.smalltext {

  font-size: 12px;

}



p.thin {

  max-width: 700px;

  margin: 0 auto 15px;

}



.row_background2 h2.tick::after {

  background: #fff;

}



.abovecontent {

  padding: 0 0 30px 0;

}



.belowcontent {

  padding: 30px 0;

}



fieldset {

  border: none;

}



dl.article-info {

  padding: 0;

  font-size: 14px;

    font-family: georgia;

    font-style: italic;

}



dl.article-info .icon-calendar {

  display: none;

}



.article-info dd {

  margin-left: 0;

}



.article-info-term {

  display: none;

}



.sparky_inner .content_sparky .cell_pad {

  margin: 0px 50px;

}



.content_sparky.sparkle9 {

  padding-right: 50px;

}



.sparky_inner h2 {

  text-transform: uppercase;

}



.sparky_inner .item-page p.first_paragraph {

  font-size: 24px;

  margin-bottom: 30px;

}



.cols-3 div.item {

  margin: 0 3% 0 0;

}



.blog-item {

  padding-bottom: 25px;

}



.sparky_home .pull-left.item-image, .sparky_home .pull-right.item-image {

  width: 60px;

  height: 150px;

  margin-top: 5px;

}



.sparky_inner .pull-right.item-image {

    margin-left: 30px;

    margin-bottom: 30px;

}



.sparky_inner .pull-left.item-image {

    margin-right: 30px;

    margin-bottom: 30px;

}



.sparky_inner .pull-none.item-image {

    margin-bottom: 15px;

}



.sparky_inner .pull-none.item-image img {

  width: 100%;

}



.sparky_inner .content_row {

  border-top: 1px solid #dde5de;

}



.content_row li {

  line-height: 1.5;

}





/* right modules */



.mp_right {

  padding-top: 50px;

  padding-left: 30px;

}



.mp_right .moduletable {

  margin-bottom: 30px;

}



.mp_right h3::after {

    content: " ";

    display: block;

    width: 30px;

    height: 2px;

    margin: 10px 0;

    background-color: #1371b1;

}



.mp_right input.button, .search input.button {

  background: #fff;

  border:1px solid #f0f1f3;

  padding: 3px 15px;

}



.mp_right input.button:hover {

  border:1px solid #414141;

}



.mp_right ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



.mp_right li {

  margin: 0 0 15px;

  padding: 0;

  font-size: 16px;

}



.mp_right li a {

  color: #000;

}



.mp_right li a:hover {

  text-decoration: underline;

}



.mp_right ul.menu li a:hover {

  text-decoration: none;

}





/* user row */



.user_row {

  padding: 50px 0;

  background: #2d2d2d url(../images/footer_bg.jpg) repeat-x;

  background-size: 1023px 682px;

}



.user_row h3 {

  font-size: 18px;

  color:#fff;

}



.user_row h3::after {

  content: " ";

  display: block;

  width: 30px;

  height: 2px;

  margin: 10px 0;

  background-color: #444;

}



.user_row a, .user_row a:hover {

  transition: all 0.3s;

}



/* copyright */



.mp_footer img {

  margin-right: 15px;

}



.footer_row {

  color: #999;

}



.footer_row .sparky_container {

  border-top: 1px solid #444;

  max-width: 1110px;

  padding-top: 15px;

}



.footer_row .sparky_container .sparky_cell {

  padding-left: 0;

  padding-right: 0;

}



.footer_row a {

  color: #fff;

}



.footer_row .sparky_social_icons a {

    padding: 0 15px;

}



p.copyright {

  color: #999;

  padding-bottom: 50px;

  text-align: center; 

}



/* team page */



.content_row .team {

  text-align:center;

  width: auto;

}



.content_row .team h2 {

  text-align: center;

}



img.team_image {

  border-radius: 50%;

  filter:grayscale(30%);

  transition: all 0.5s;

}



img.team_image:hover {

  filter:grayscale(0%);

  transition: all 0.5s;

}



p.team_name {

  color:#7f8c8d;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 0;

}





/* pricing page */



.pricing_row {

  text-align: center;

}



.pricing_row .sparky_cell {

  border: 1px solid #ccc;

  padding: 50px 0 30px;

  border-radius: 5px;

}



.pricing_row .plan_name {

  text-transform: uppercase;

  color: #1371b1;

  font-size: 24px;

  font-weight: 700;

}



.pricing_row .plan_price {

  font-size: 48px;

  font-weight: 700;

  margin-bottom: 0;

  color: #7f8c8d;

}



.pricing_row ul {

  margin: 50px 30px;

  padding: 0;

  list-style: none;

  min-height: 150px;

  text-align:left;

}



.pricing_row li::before {

  content:"\f00c";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  display: inline-block;

  margin: 0 10px;

  color: #58b75d;

}



.pricing_row .sparky_col1 {

  border: 1px solid #1371b1;

    background: #1371b1;

}



.pricing_row .sparky_col1,

.pricing_row .sparky_col1 .plan_name,

.pricing_row .sparky_col1 .plan_price,

.pricing_row .sparky_col1 .plan_term,

.pricing_row .sparky_col1 li,

.pricing_row .sparky_col1 li::before {

  color: #fff;

}



.pricing_row .sparky_cell a.btn {

  color: #1371b1;

  background: #fff;

  border: 2px solid #1371b1;

  padding: 12px 24px;

  font-size: 18px;

  border-radius: 28px;

  margin-left: auto;

  margin-right: auto;

  transition: all .3s;

}



.pricing_row .sparky_cell a.btn:hover {

  border: 2px solid #222;

  color: #222;

  transition: all .3s;

}



.pricing_row .sparky_col1 a.btn {

  border: 2px solid #fff;

}



/* portfolio page */



.sparky_container.portfolio h2 {

  text-align: center;

}



.sparky_container.portfolio {

  padding-bottom: 30px;

}



.portfolio_type {

  display: block;

  font-size: 11px;

  text-transform: uppercase;

}



/* faq */



.accordion-button:not(.collapsed) {

	color: #1371b1;

}



/* coming soon page */



input#mce-EMAIL {

  box-sizing: border-box;

  width: 100%;

  padding: 21px;

    margin-bottom: 15px;

    background-color: #f0f1f3;

    color: #7f8c8d;

}





/* 404 page */



.sparky_joomla_module .mod-finder__search {

	justify-content: center;

}





/* contact page */



.contact .dl-horizontal dt,

.contact .dl-horizontal dt + dd {

  padding-top: 15px;

}





/* MODULES */



/* rapid contact */



.rapid_contact {

  background:#fff;

  padding: 50px 30px;

  margin-bottom: -100px;

  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);

}



label.rapid_contact_field {

  width: 50%;

  height: 40px;

  float: left;

  box-sizing: border-box;

  margin: 0 0 30px;

    padding: 0 15px;

}



label.rapid_contact_textarea {

  width: 100%;

  margin: 0 0 30px;

    padding: 0 15px;

}



input.rapid_contact.inputbox {

  display: block;

    width: 100%;

    box-sizing: border-box;

    height: 40px;

}



textarea.rapid_contact.textarea {

  display: block;

    width: 100%;

    box-sizing: border-box;

}



input.rapid_contact.inputbox.antispam {

  display: inline;

  width: 100px;

}



label.rapid_contact input {

  width: 100%;

}



/* newsflash */



ul.newsflash-horiz.mod-list {

  display: flex;

  margin: 0 -15px;

  padding: 0;

  list-style: none;

}



ul.newsflash-horiz.mod-list li {

  margin: 0;

  padding: 15px;

  flex: 1;

}



ul.newsflash-horiz .newsflash-image {

  margin: 0 0 15px;

}



ul.newsflash-horiz.mod-list li .newsflash-title {

  padding: 5px 0 15px 0;

}



ul.newsflash-horiz.mod-list li a {

  color: #000;

}



ul.newsflash-horiz.mod-list li a:hover {

  text-decoration: underline;

}



ul.newsflash-horiz .smalltext.article-date {

  margin: 15px 0 0 0;

}



ul.newsflash-horiz a.readmore {

  background: transparent;

  color: #7f8c8d !important;

  padding: 0;

  text-align: inherit;

  transition: all 0.3s;

}



ul.newsflash-horiz a.readmore:hover {

  color: #1371b1 !important;

  transition: all 0.3s;

}





/* responsive */



.nav-toggle {

  margin-top: 23px;

}



@media (max-width: 1169px) {



  .row_black .page_container,

  .row_bgcolor1 .page_container {

    max-width: 970px;

  }



}



@media (max-width: 991px) {



  .logo_row.one .mp_logo {

    width: 80% !important;

  }



  .logo_row.one .mp_mainmenu {

    width: 20% !important;

  }



  .top_row .sparky_cell {

    padding-top: 5px;

    padding-bottom: 5px;

  }



  .top_row span {

    display: block;

  }



  .row_black .sparky_cell {

    width: 100%;

  }



  .row_black .page_container,

  .row_bgcolor1 .page_container {

    max-width: 750px;

  }



  .nav-collapse.opened ul ul {

    padding: 0 0 0 15px;

  }



  .nav-collapse.opened li a {

      padding: 0 15px;

      line-height: 50px;

      height: 50px;

  }

  

  .row-fluid .span1, .row-fluid .span2, .row-fluid .span3, .row-fluid .span4, .row-fluid .span6 {

    width: 100%;

    margin-left:0;

    margin-right:0;

  }



}



@media (max-width: 768px) {



  .top_row .sparky_cell,

  .top_row .sparky_cell ul.menu {

	text-align: center;

  }

  

  .top_row .sparky_cell ul.menu li {

    padding: 0 10px;

  }



  .top_row .sparky_cell.mp_top1,

  .top_row .sparky_cell.mp_top3,

  .top_row .sparky_cell.mp_top4 {

    width: 100% !important;

    padding-bottom: 0;

  }

  

  .top_row .sparky_cell.mp_top4 {

    padding-bottom: 5px;

  }



  .top_row span {

    display: inline;

  }



  .row_black .page_container {

    display: block;

    text-align: center;

    padding-top: 30px;

  }



  .hot_swipe_carousel_slides .flickity-viewport {

    min-height: 300px;

  }



  .hot_swipe_carousel_slides .contents {

    z-index: 999;

    position: relative !important;

    width: 100% !important;

    min-height: 200px;

  }



  .flickity-prev-next-button {

    top: 25% !important;

  }



  .moduletable._videotext {

    position: relative;

  }



  .moduletable._videotext .custom {

    max-width: 100%;

  }



  .page_container.pricing ul {

    text-align: center;

  }



  .mp_right {

    padding-left: 15px;

    padding-right: 15px;

  }



  input.search-query {

    max-width: 220px;

  }



  .accordion.faq,

  .content_sparky > .contact {

    margin-left: 15px;

    margin-right: 15px;

  }



  .row_bgcolor1 .page_container,

  ul.newsflash-horiz.mod-list {

    display: block;

  }



  .row_bgcolor1 .sparkle4 {

    width: calc(100% - 30px) !important;

  }



  label.rapid_contact_field {

    width: 100%;

  }



  .user_row .sparky_cell {

    width: 50% !important;

  }



  .footer_row .sparky_container .sparky_cell {

    padding-bottom: 0;

  }



  .mp_footer img {

    margin: 0 15px;

  }



}



@media (max-width: 767px) {



  .row_background2 .sparkle2 {

    display: none;

  }

  

  .row_black h1, .footer_row, p.copyright {

    text-align: center;

  }



}



@media (max-width: 414px) {

  

  .row_black {

    text-align:center;

  }

  

  .row_black a.btn {

    margin: 0 auto;

  }

  

}



/* For DEMO purposes only. Can be safely deleted */



.sparky_settings {

  position: fixed;

  z-index: 9999;

    top: 40%;

    padding: 10px;

    background: #ccc;

    border-radius: 0 32px 32px 0;

    cursor: pointer;

    line-height: 1.4;

}



.sparky_settings:hover {

  background: #000;

}



.settings_content {

  display: none;

  float: left;

  padding-right: 30px;

}



.settings_content span {

  display: inline-block;

  width: 38px;

  height: 38px;

  border:3px solid #fff;

  border-radius: 19px;

}



.settings_content span:hover {

  border:3px solid #ccc;

}



.settings_content span.style1 {

  background: #1371b1;

}



.settings_content span.style2 {

  background: #13b16c;

}



.settings_content span.style3 {

  background: #b14713;

}



.settings_content span.style4 {

  background: #b11338;

}



.settings_cog {

  float: left;

  width: 40px;

}



.sparky_settings i {

  font-size: 40px;

  color: #fff;

}



.sparky_settings:hover i {

    animation:spin 4s linear infinite;

}



@keyframes spin {

  100% { transform: rotate(360deg); transform:rotate(360deg); }

}

.convertforms .cf-control-input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}


	