html {
  	overflow-x: hidden;
}
h1{
  font-size: 48px;
   line-height: 60px;
   color: #002a5c;
    font-weight: 700;
   font-family: "Open Sans";
   text-align: center;
}

h2 {
  color: #002a5c !important;
  font-weight: 700;
}
h3{
    font-size: 30px;
   line-height: 60px;
    color: #002a5c!important;
   font-weight: 700;
   font-family: "Open Sans";
    /*text-align: center;*/
}
@media (max-width: 768px) {
  h1{
    font-size: 32px;
    line-height: 40px;
  }
  
  .sparky_cell.mp_bottom2.sparkle3 {
    color: white;
    text-align: center;
  }
  
    .sparky_cell.mp_bottom3.sparkle3 {
      color: white;
       text-align: center;
   }
  
  .sparkle2.sparky_cell.sparky_col0 {
      display: none;
  }
  
  .sparky_spacer {
       display: none;
   }

   #row_99190331 img {
       height: auto !important;
   }

   #row_43276003 img {
       height: auto !important;
   }

  #row_26802135 img,
  #row_4412510 img,
  #row_5214313 img{
       height: auto !important;
   }
  
    #row_91414394 img {
      height: auto !important;
   }

   #row_85833388 .sparkle6.sparky_cell.sparky_col1 img {
       height: auto !important;
   }

   #row_17806694 .sparkle7.sparky_cell.sparky_col0 img {
       height: auto !important;
   }

  #row_8273144 .sparkle7.sparky_cell.sparky_col1 img {
       height: auto !important;
   }

  #row_74675845 .sparkle6.sparky_cell.sparky_col0 img {
       height: auto !important;
   }
}
@media (max-width: 414px) {
    div#row_35978573 img {
        width: auto;
    }
}
p {
   font-size: 18px;
    line-height: 30px;
    color: #002a5c !important;
   font-weight: 400;
   font-family: "Open Sans";
}
p.copyright {
    color: #fff !important;
}
/* typography */

.colored {
  color: #002a5c;
	/*color: var(--sparkycolor1);*/
	font-weight: 700;
}

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

figure img.rounded {
	border-radius: 10px !important;
}

figure img.rounded50 {
	border-radius: 50% !important;
	border: 10px solid var(--sparkycolor2);
}

.marginbottom0 {
	margin-bottom: 0 !important;
}

.paddingtop0 {
	padding-top: 0 !important;
}

.paddingtop5 {
	padding-top: 5px !important;
}

.paddingbottom30 {
	padding-bottom: 30px !important;
}

/* form */

a.btn, a.sparky_button,  p.readmore a.btn, button.btn, .logorow nav:not(.opened) ul.menu > li:last-child {
	/*background: linear-gradient(var(--sparkycolor4), var(--sparkycolor1));*/
  background : #02295A ;
	/*border: 1px solid var(--sparkycolor1);*/
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 30px;
	text-transform: uppercase;
}

a.btn:hover, a.sparky_button:hover, p.readmore a.btn:hover, button.btn:hover, .logorow nav:not(.opened) ul.menu > li:last-child:hover {
	/*background: linear-gradient(var(--sparkycolor1), var(--sparkycolor1));*/
  background : #1c5399 ;
	/*border: 1px solid var(--sparkycolor1);*/
	color: #fff;
}

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


/** custom debut */ 


.sparky_row2.sparky_full.carouselrow.full {
    background-color: #F6EEBF;
}
.sparky_row1.sparky_full.logorow.one {
  background-color: #F6EEBF;
}
/* menu */
ul.mnu_mainmenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 100;
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
}

.mnu_mainmenu ul {
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
    text-align: initial;
    position: absolute;
    z-index: 100;
    background: #ffffff;
    width: 220px; 
    border: none;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0, 42, 92, 0.15); 
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.mnu_mainmenu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mnu_mainmenu > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(0, 42, 92, 0.1); 
}

.mnu_mainmenu > li:first-child {
    border-left: 1px solid rgba(0, 42, 92, 0.1);
}

.mnu_mainmenu > li > a,
.mnu_mainmenu > li > span {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #002a5c !important;
    font-size: 15px;
    padding: 0 18px !important;
    font-weight: 700;
    font-style: normal;
    height: 60px; 
    line-height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mnu_mainmenu > li.active > a,
.mnu_mainmenu > li.active > span {
    color: #0077ff !important; 
    text-decoration: none;
    cursor: pointer;
}

.mnu_mainmenu > li > a:hover,
.mnu_mainmenu > li:hover > a,
.mnu_mainmenu > li:hover > span {
    color: #0077ff !important; 
    text-decoration: none;
    background-color: rgba(0, 119, 255, 0.05); 
}

.mnu_mainmenu li:hover {
    position: relative;
    background: transparent;
}

.mnu_mainmenu li ul li {
    height: auto;
    border-bottom: 1px solid rgba(0, 42, 92, 0.05);
    padding: 0;
    margin: 0;
    transition: all 0.2s ease;
}

.mnu_mainmenu li ul li:hover {
    background-color: #f5faff; 
}

.mnu_mainmenu li ul a,
.mnu_mainmenu li ul span {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    color: #555555 !important;
    font-weight: 500; 
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mnu_mainmenu li ul li:hover > a,
.mnu_mainmenu li ul li:hover > span {
    color: #0077ff !important; 
    padding-left: 18px; 
}

.mnu_mainmenu li ul li:last-child {
    border-bottom: none;
}

.mnu_mainmenu li ul ul {
    left: 100%;
    margin-top: -5px;
    top: 0;
}

.mnu_mainmenu .sub {
    font-size: 10px;
    line-height: normal;
    display: inline-block;
    margin-left: 5px;
    color: #999;
}

.mnu_mainmenu li ul li {
    transform: translateX(-5px);
    opacity: 0;
    transition: all 0.3s ease;
}

.mnu_mainmenu > li:hover > ul > li {
    transform: translateX(0);
    opacity: 1;
}

.mnu_mainmenu > li:hover > ul > li:nth-child(1) { transition-delay: 0.1s; }
.mnu_mainmenu > li:hover > ul > li:nth-child(2) { transition-delay: 0.15s; }
.mnu_mainmenu > li:hover > ul > li:nth-child(3) { transition-delay: 0.2s; }
.mnu_mainmenu > li:hover > ul > li:nth-child(4) { transition-delay: 0.25s; }
.mnu_mainmenu > li:hover > ul > li:nth-child(5) { transition-delay: 0.3s; }
/*  fin menu */ 
.logorow nav:not(.opened) ul.menu > li:last-child > a {
    color: #fff !important;
    padding: 0;
    height: auto;
    line-height: 1.8;
}
.sparky_row4.sparky_full {
    background-color: #F6EEBF !important;
}
.sparky_row6.sparky_full {
    background-color: #02295A !important;
}
.sparky_row7.sparky_full {
     background-color: #02295A !important;
}
.sparky_logo_image {
    width: 124px;
    height: 41px;
    margin: 0 0 0 -17px;
}
@media screen and (max-width: 768px) {
    .sparky_logo_image {
    width: 95px;
    height: auto;
      margin:0px;
}
}
#row_14433291 .sparky_cell.sparky_col0 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    flex-wrap: wrap; 
}

#row_14433291 .sparky_cell.sparky_col0 figure {
    margin: 0;
}

#row_14433291 .sparky_cell.sparky_col0 img {
    display: block;
    max-width: 100%;
    height: auto;
}
dl.article-info.text-muted {
    display: none;
}
a:hover, a:active, a:focus {
    /*color: inherit !important;*/
}
#row_70022966 a {
    color: #ccc !important;
    text-decoration: none;
}

#row_70022966 a:hover,
#row_70022966 a:focus {
    color: #ccc !important;
    text-decoration: underline;
}
/* Section 1 */
#row_65959086 .sparky_page_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 20px;
  padding: 20px 0;*/
}

#row_65959086 .sparky_cell img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

#row_4196059 .sparky_page_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 20px;
  padding: 20px 0;*/
}

#row_4196059 .sparky_cell img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #row_65959086 .sparky_cell,
  #row_4196059 .sparky_cell {
    width: 40%; 
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #row_65959086 .sparky_cell,
  #row_4196059 .sparky_cell {
    /*width: 100%;*/
    margin-bottom: 10px;
  }
}

#row_97423568 .sparky_col2 h2 {
  margin-top: 30px;
}
#row_97423568 h2.paddingtop5.paddingbottom30 {
    width: 10px;
}

@media (max-width: 991px) {
      #row_97423568 .sparky_col2 h2 {
      margin-top: 0px;
   }
    #row_97423568 h2.paddingtop5.paddingbottom30 {
        width: auto;
   }

}
#row_64341424 h1,
#row_64341424 h4,
#row_64341424 p,
#row_64341424 a,
#row_64341424 .newsflash-title a {
   color: #ffffff !important;
   font-family: 'Open Sans', sans-serif !important;
}

#row_64341424 h1,
#row_64341424 h4 {
  font-weight: bold;
}

#row_64341424 p {
  font-weight: 300;
}

#row_64341424 .readmore a {
  color: #ffffff !important;
}
.sparky_cell.mp_bottom2.sparkle3 {
    color: white;
}

.sparky_cell.mp_bottom2.sparkle3 a {
    color: white;
}
.sparky_cell.mp_bottom3.sparkle3 {
    color: white;
}
#row_70022966 p {
    font-size: 18px;
line-height: 26px;
color: #ffffff!important;
font-weight: 400;
font-family: "Open Sans";
}

#row_70022966 p a {
    font-size: 18px;
line-height: 26px;
color: #ffffff!important;
font-weight: 400;
font-family: "Open Sans";
}
#row_45375701 p {
    font-size: 18px;
line-height: 26px;
color: #ffffff!important;
font-weight: 400;
font-family: "Open Sans";
}

#row_45375701 p a {
    font-size: 18px;
    line-height: 26px;
   color: #ffffff!important;
   font-weight: 400;
   font-family: "Open Sans";
}

.sparky_cell.mp_mainmenu.sparkle9 {
   /* margin-left: -98px;*/
}
@media (max-width: 991px) {
   .sparky_cell.mp_mainmenu.sparkle9 {
      margin-left: -6px;
  }
}

@media (max-width: 480px) {
  div#row_35978573 img {
      width: auto;
  }
}
div#row_87809394 img {
      padding-top: 20px;
}







/*  custom fin */
/* logorow */

.logorow {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sparky_logo {
	text-transform: uppercase;
}

.logorow nav:not(.opened) ul.menu > li:last-child {
	margin-left: 30px;
}

.logorow nav:not(.opened) ul.menu > li:last-child > a {
	color: #fff;
	padding: 0;
	height: auto;
    line-height: 1.8;
}

.logorow ul.menu ul {
	border-radius: 10px;
}

.logorow ul.menu ul ul {
	left: calc(200px - 10px);
}

.logorow ul.menu li ul li {
	border-radius: 6px;
}

/* carouselrow */

.carouselrow .sparky_cell {
	padding: 0 0 30px;
}

.carouselrow .hot_swipe_carousel_slides .contents {
	left: calc((100% - 1140px) / 2);
}

.carouselrow h2 {
	font-weight: 900;
}

.carouselrow .contents p {
	margin: 15px 0 30px;
}

.carouselrow .flickity-page-dots .dot.is-selected {
	width: 12px !important;
	height: 12px !important;
	background: var(--sparkycolor1); !important;
  display: none;
}

.carouselrow .flickity-page-dots .dot {
	opacity: 1 !important;
}

/* contentrow */

.contentrow {
	padding: 30px 0;
}

/* bottomrow */

.bottomrow {
	font-size: 16px;
	padding: 30px 0;
}

.bottomrow {
	color: #ccc;
}

.bottomrow h3 {
	color: #fff !important;
	padding-bottom: 30px;
}

.bottomrow .mp_bottom2 h3,
.bottomrow .mp_bottom3 h3 {
	padding-top: 30px;
}

/* footerrow */

.footerrow {
	color: #ccc;
	font-size: 16px;
	padding-bottom: 50px;
}

.footerrow a:hover {
	color: var(--sparkycolor4);
}

.footerrow .mp_footer a:hover {
	color: #fff;
}

.footerrow i {
	background: var(--sparkycolor1);
	color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.footerrow i:hover {
	background: var(--sparkycolor4);
	color: #fff;
}

/* home */

.sparky_home h1 {
	font-size: 48px;
	font-weight: 700;
}

.testimonials_row .sparky_col0 {
	display: block;
	padding-top: 100px;
}

.testimonials_row .sparky_col0 figure {
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}

.testimonials_row .sparky_col0 figure img {
	border-radius: 50%;
}

.newsrow {
	color: #ccc;
}

.newsrow .mod-articlesnews-horizontal li {
	background: rgb(39 55 102 / 75%);
  /*background: rgb#273766b(39 55 102 / 75%);*/
	border-radius: 10px;
	padding: 15px;
}

.newsrow h4 {
	color: #fff;
}

.newsrow h4 a:hover {
	color: var(--sparkycolor1);
}

.newsrow .mod-articlesnews-horizontal .readmore {
	margin-top: 0;
}

.newsrow .mod-articlesnews-horizontal .readmore .btn {
	background: transparent;
	border: 0;
	color: var(--sparkycolor1);
	padding: 0;
}

.newsrow .mod-articlesnews-horizontal .readmore .btn:hover {
	color: #fff;
}

/* pricing */

.pricing_row .sparky_cell {
	border: 3px solid var(--sparkycolor1);
	border-radius: 10px;
	background: var(--sparkycolor2);
}

.pricing_row img {
	border-radius: 50%;
}

/* blog */

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

/* contact */

.com-contact.contact dt {
    float: inline-start;
    clear: both;
    padding-top: 15px;
}

.com-contact.contact dd {
    padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
    padding-top: 15px;
}

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header,
    .com-contact.contact h1 {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* responsive */

@media (max-width: 1150px) {

	.carouselrow .hot_swipe_carousel_slides .contents {
		left: 15px !important;
		top: 5% !important;
		width: 45% !important;
	}

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

	.flickity-page-dots {
		bottom: 15px !important;
	}

}

@media (max-width: 991px) {

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

	.carouselrow .hot_swipe_carousel_slides .contents {
		top: 0 !important;
	}

	.carouselrow .contents p {
		margin: 0 0 15px;
	}

	.carouselrow .hot_swipe_carousel_slides .contents a.btn {
		border: 0;
		padding: 0;
		background: transparent;
		color: var(--sparkycolor1);
	}

	.mod-articlesnews-horizontal {
		grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
		margin: 0;
	}

}

@media (max-width: 768px) {

	.carouselrow .hot_swipe_carousel_slides .contents {
	    left: 0 !important;
	    width: 100% !important;
	    background: transparent !important;
	    padding-bottom: 50px !important;
	}

	.hot_swipe_carousel_slides img {
		margin-left: -94%;
		width: 200% !important;
      margin-top: -68px;
	}

}

/* 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: #e49b18;
}

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

.settings_content span.style3 {
    background: #81ac0c;
}

.settings_content span.style4 {
    background: #e418e2;
}

.settings_content a {
    text-decoration: none;
}

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

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