/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    padding-top: 0rem;
    font-family:var(--font-default);
    font-size: 18px!important;
    line-height: 1.5rem!important;
    font-weight: 400;
    margin: 0;
    color: #626262!important;
}
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-blue-bleu-600);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

#main {
  margin-top: 0px;
}


 .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.bg-blue-1 {
  overflow: hidden;
  background: var(--color-sysdream-bleu-1);
  font-size: 16px;
  color: var(--color-white);
}

.float-button {
    position: fixed;
    width: 98px;
    height: 98px;
    bottom: 40px;
    right: 0px;
    background-color: #9ACA69;
    color: #FFF;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 996;
    font-size:40px;
}

.float-button:hover {
  color: #0f273b;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.topbar {
  transition: all 0.5s;
  padding: 0;
}
#topmenu1 ul li {
   color: var(--color-white);
   font-size: 12px;
   font-family: var(--font-primary);
   font-style: normal;
   font-weight: 700;
}

#topmenu2 ul li a {
    font-size: 14px!important;
    color: var(--secondary-blue-bleu-800);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#topmenu2 ul li a:hover {
    font-size: 14px!important;
    color: var(--secondary-blue-bleu-600);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.bg-sysdream-red{
   background: var(--color-sysdream-red);
}


.bg-sysdream-triange{
  height:30px;
  width:30px;
  background: var(--color-sysdream-red);
  background:linear-gradient(to bottom right, var(--color-sysdream-red) 50%, var(--color-white) 50%);
}
.bg-sysdream-white{
    background: var(--color-white);
}


section {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
  font-size: 70px;
  color: var(--color-black);
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}


/*--------------------------------------------------------------
# Grid style
--------------------------------------------------------------*/


.grid-col-5{
    width: 19%;
     display: table-cell;
}

@media screen and (max-width:800px) {
    .grid-col-5 {
        display: block !important;
        width: 100% !important;
    }

}

/*--------------------------------------------------------------
# Small Footer
--------------------------------------------------------------*/

.gradfooter1 {
height:22vh!important;
    color: var(--color-white);
    background: linear-gradient(89deg, #0F273B 8.61%, #2581BF 102.74%);
}
.gradfooter2 {
    height:50vh!important;
    background: var(--color-black1);
    background-image:url('../img/image-alert.png');
    background-repeat: no-repeat;
    background-position: right center;
 /* background-image: linear-gradient(to right, red , yellow);*/
}


.gradfooter2 .gradfooterblock{
padding: 33.77px 54.876px;
justify-content: center;
align-items: center;
gap: 8.442px;
border-radius: 42.212px var(--RADIUS-radius-none, 0px);
border-radius: 42.212px var(--RADIUS-radius-none, 0px);
background: var(--color-sysdream-red);
color: var(--color-white);
text-align: center;
font-family: var(--font-default);

font-style: normal;
font-weight: 400;
line-height: normal;
}

@media screen and (min-width:800px) {
.gradfooter2 .gradfootertitle{
color: var(--color-white);

/* Bold/font-bold-48 */
font-family: "Segoe UI";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.gradfooter2 .gradfooterblock{
    font-size: 24px;
}
}
@media screen and (max-width:800px) {
    .gradfooter2 .gradfootertitle{
color: var(--color-white);
text-align: center;
/* Bold/font-bold-48 */
font-family: "Segoe UI";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.gradfooter2 .gradfooterblock{
    font-size: 18px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  overflow: hidden;
  background: var(--color-sysdream-bleu-1);
  font-size: 16px;
  color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-content {
  padding: 60px 0;
}

.footer a.footer-link-more {
  color: rgba(var(--color-white-rgb), 0.7);
  display: inline-block;
  position: relative;
}

.footer a.footer-link-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-white);
}

.footer a.footer-link-more:hover {
  color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-heading {
  color: var(--color-white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer .footer-links .bi{
  color: var(--color-sysdream-bleu-2);
}

.footer .footer-links li {
  margin-bottom: 10px;
}

.footer .footer-links li a {
  color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
  color: var(--secondary-blue-bleu-600);
}

.footer .footer-legal {
  background: var(--color-sysdream-bleu-1);
}
 .footer .footer-legal .container {
  border-top:1px solid  var(--color-white);
}
.footer .footer-legal .social-links a {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  line-height: 40px;
}

.footer .footer-legal .social-links a:hover {
  background-color: rgba(var(--color-white-rgb), 0.2);
}

.footer .copyright strong {
  font-weight: 400;
}

.footer .credits a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Email
--------------------------------------------------------------*/
.cryptemail:after {
    content: attr(data-name) '@' attr(data-domain) '.' attr(data-tld);
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            object-fit: cover;
        }


.custom-swiper-button-next,
.custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
@media (max-width: 768px) {

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
        display: none;
    }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(0,0,0, 0.7);
    transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
    color: rgba(0,0,0, 1);
}

.custom-swiper-button-next {
    right: 40px;
}

.custom-swiper-button-prev {
    left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0,0,0, 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0,0,0, 1);
}