html {
  	overflow-x: hidden;
}
.sparky_home .sparky_row5 div.etiquetterow{
  background:red;
}
.mnu_mainmenu > li.active > a, .mnu_mainmenu > li.active > span {
  color:  #2C4F99;
    cursor: pointer;
}

.mnu_mainmenu li ul  {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color:#fff;
  	background:#2C4F99;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    padding-top: 0;
    cursor: pointer;
}

 .mnu_mainmenu li ul span {

    color: var(--sparkycolor4);
  	background:#fff;
 
}


.mnu_mainmenu li ul li {
    height: 35px;
    border-bottom: 0px solid #dddddd;
    padding: 0 10px;
    margin: 0;
    background: #7C7C7C;
}
.mnu_mainmenu li ul li:hover {
    height: 35px;
    border-bottom: 0px solid #dddddd;
    padding: 0 10px;
    margin: 0;
    background: #2C4F99;
}
.sparky_home .contentrow h2{
  font-style:italic;
}
.sparky_row5  a {
    color:  #2C4F99;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.sparky_row5  a:hover {
    color:  #2C4F99;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.logorow .mnu_mainmenu > li:hover , .logorow .mnu_mainmenu > li > span:hover{
  background:#2C4F99;
}

.logorow .mnu_mainmenu > li a:hover{
  color:#fff;
}
.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    font-weight: normal;
    font-style: normal;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}
/* typography */

p {
	margin-bottom: 30px;
}

h1, h2, h3, h4 {
	padding-bottom: 30px;
}

h1 span, h2 span, h3 span, h4 span {
	color: /*var(--sparkycolor2)*/ #2C4F99;
}

.colored {
	color: /*var(--sparkycolor2)*/ #2C4F99;
	font-weight: 700;
}

.thin {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.rounded50 {
	border-radius: 50%;
	border: 10px solid /*var(--sparkycolor2)*/#2C4F99;
}

.rounded15 {
	border-radius: 15px;
	border: 10px solid /*var(--sparkycolor2)*/#2C4F99;
}

/* form */

a.btn, a.sparky_button,  p.readmore a.btn, button.btn {
	background: /*var(--sparkycolor2)*/ #2C4F99;
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	padding: 14px 30px;
}

a.btn:hover, a.sparky_button:hover, p.readmore a.btn:hover, button.btn:hover {
	background: /*var(--sparkycolor2)*/ #2C4F99;
	border: 0;
	color: /*var(--sparkycolor2)*/#2C4F99;
}

.input-group .form-control {
	padding: 17px;
}

/* logorow */

.logorow {
	padding-bottom: 15px;
}

.logorow > .sparky_container > .sparky_cell {
	padding-top: 0;
}

.sparky_logo_image img {
	max-height: 70px;
	margin-top: 30px;
}

.logorow ul.menu > li > a,
.logorow ul.menu > li > span {
	padding-top: 15px;
	text-transform: uppercase;
  background:yelow;
}

.logorow nav:not(.opened) ul.menu > li:last-child {
	background: /*var(--sparkycolor2)*/ #2C4F99;
	border-radius: 0 0 10px 10px;
	margin-left: 30px;
}

.logorow nav:not(.opened) ul.menu > li:last-child > a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.logorow nav:not(.opened) ul.menu > li:last-child > a:hover {
	color: /*var(--sparkycolor2)*/ #fff;
}

.logorow nav:not(.opened) ul.menu ul {
	border-radius: 0 10px 10px 10px;
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
	padding-top: 0;
	padding-bottom: 100px;
}
.carouselrow h2{
    text-transform: uppercase;
    font-style: italic;
}
.flickity-page-dots {
	text-align: left !important;
	margin: 0 -8px !important;
}

.flickity-page-dots .dot {
    width: 15px !important;
    height: 15px !important;
}

/* servicesrow */

.servicesrow .mp_advert2 > .moduletable {

    background-image: url("../images/background_advert2.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
   
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 15px;
	margin-top: -115px;
	padding: 15px;
}

/* bottomrow */

.bottomrow {
	color: #fff;
}

.bottomrow h1, .bottomrow h2, .bottomrow h3, .bottomrow h4 {
	color: #fff;
}

.bottomrow i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

.bottomrow i:hover {
	background: /*var(--sparkycolor2)*/#2C4F99;
}

.bottomrow .sparky_social_icons a {
	color: /*var(--sparkycolor2)*/ #2C4F99;
}

.bottomrow .sparky_social_icons a:first-child {
	padding-left: 0;
}

.bottomrow .mp_bottom2.sparky_cell {
	padding-top: 0;
}

.bottomrow .mp_bottom2 p {
	margin: 0;
}

.bottomrow .mp_bottom2 a {
	color: #fff;
}

.bottomrow .mp_bottom2 i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	color: /*var(--sparkycolor2)*/ #fff;
	background: /*var(--sparkycolor2)*/#2C4F99;
}

/* footerrow */

.footerrow {
	color: #fff;
	text-align: center;
	padding: 15px 0 30px;
}

/* home page */

.sparky_home .sparky_container > .content_sparky.sparky_cell {
	padding-bottom: 0;
}

.tabrow .sparky_cell {
	padding: 10px;
}

.tabrow .sparky_cell:first-child {
	border-radius: 15px 0 0 15px;
}

.tabrow .sparky_cell:last-child {
	border-radius: 0 15px 15px 0;
}

.tabrow figure img {
	margin-bottom: 0;
	border-radius: 10px;
}

.tabrow a.sparky_icon_link {
	text-align: center;
}

.tabrow a.sparky_icon_link > i.fas {
	display: inline-block;
	background: #eee;
	color: /*var(--sparkycolor2)*/ #fff;
	width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.tabrow a.sparky_icon_link > i.fas:hover {
	background: /*var(--sparkycolor2)*/#2C4F99;
}

/* pricing */

.pricing_row > .sparky_page_container > .sparky_cell {
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
	border-radius: 15px;
}

.pricing_row .colored {
	margin-bottom: 0;
}

/* services */

.services_row .colored {
	margin-bottom: 0;
}

/* sidebar */

.content_sparky.sparkle9 {
	padding-right: 50px;
}

.mp_right .moduletable {
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
	border-radius: 15px;
	margin: 50px 0;
	padding: 15px;
}

.mp_right .moduletable h3 {
	padding-bottom: 15px;
}

/* blog */

.blog-items .blog-item {
	margin: 30px 0;
}

.blog-items .blog-item .item-image img {
	border-radius: 15px;
	border: 10px solid /*var(--sparkycolor2)*/#2C4F99;
}

.abovecontent {
    padding: 30px 0;
}

/* responsive */

@media (max-width: 1200px) {

	.hot_swipe_carousel_slides .contents {
		top: 5% !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 48px !important;
	}

}

@media (max-width: 991px) {

	.logorow nav:not(.opened) ul.menu {
		display: none;
	}

	.nav-toggle {
		background: url(../images/tinynav.png);
    	background-size: 42px 84px;
    	margin-top: 40px;
	}

	.nav-collapse.opened > ul,
	.nav-collapse.opened li.active,
	.nav-collapse.opened li:hover,
	.nav-collapse.opened > ul ul {
	    background: /*var(--sparkycolor2)*/ #2C4F99;
	}

	.nav-collapse.opened li a:hover, .nav-collapse.opened li span:hover {
		color: /*var(--sparkycolor2)*/ #2C4F99 !important;
	}

	.logorow ul.menu > li > a, .logorow ul.menu > li > span {
	    padding-top: 0;
	}

	.flickity-page-dots {
		display: none;
	}

	.tabrow {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content_sparky.sparkle9 {
	    padding-right: 15px;
	}

	.mp_bottom2 .sparky_page_container {
		display: block;
	}

	.mp_bottom2 .sparky_page_container .sparky_cell {
		float: left;
		padding-bottom: 0;
	}

	.mp_bottom2 .sparky_page_container .sparky_cell.sparkle1 {
		width: 20%;
		clear: both;
	}

	.mp_bottom2 .sparky_page_container .sparky_cell.sparkle5 {
		width: 80%;
		padding-top: 35px;
	}

}

@media (max-width: 767px) {

  	.one .sparkle3 {
    	width: 55% !important;
	}
	.hot_swipe_carousel_slides .contents {
		top: 0 !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 32px !important;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
	}

	.tabrow .sparky_col0 {
		padding-right: 30px !important;
	}
  
  	.servicesrow .mp_advert2 > .moduletable {

       
        background-color: #cccccc; /* Used if the image is unavailable */

      
}

}

@media (max-width: 580px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 24px !important;
	    padding-bottom: 10px;
	}

	.hot_swipe_carousel_slides .contents p {
		margin-bottom: 10px;
	}

	.hot_swipe_carousel_slides .contents a.btn {
		padding: 7px 20px;
	}

}

@media (max-width: 450px) {

	.servicesrow .mp_advert2 > .moduletable {
		margin-top: -60px;
	}

	.carouselrow .flickity-viewport {
		min-height: 300px;
	}

	.carouselrow > .sparky_container > .sparky_cell {
		padding-bottom: 50px;
	}

	.hot_swipe_carousel_slides .contents a.btn {
		font-size: 12px;
		font-weight: 400;
	}

}

@media (max-width: 414px) {
.logorow .one .sparkle3 {
    width: 75% !important;
	}
	.tabrow .sparky_col0 {
		padding-right: 15px !important;
	}

	.tabrow .sparky_cell:first-child {
	    border-radius: 15px 15px 0 0;
	}

	.tabrow .sparky_cell:last-child {
	    border-radius: 0 0 15px 15px;
	}

	.tabrow .sparky_cell {
		margin-bottom: 0;
	}

	.tabrow a.sparky_icon_link {
		margin: 0;
	}
}

@media (max-width: 360px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 20px !important;
      	text-transform:uppercase;
      	font-style:italic;
	}

}

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

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    padding: 0 5px;
    background: #000;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #000;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #333;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #fff;
}

.settings_content span.style1 {
    background: #6eefc9;
}

.settings_content span.style2 {
    background: #FCA3B0;
}

.settings_content span.style3 {
    background: #FFB039;
}

.settings_content span.style4 {
    background: #9CD4EB;
}

.settings_content span.style5 {
    background: #E7F9A9;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #eee;
}