

/*--------------------------------------------------------------------------------------------------------------------------*/
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700" rel="stylesheet"> 


body {
  color: #777777;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: #111 !important;
}

.white {
  color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.letter-spacing {
  letter-spacing: 10px;
}

h1 {
  font-size: 86px;
  font-weight: 500;
  margin-top: 0px;
}
.h4, h4 {
    font-size: 1rem;
}
section {
  padding: 100px 0px;
}

.parallax-image-scroll {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.demo img {
  -webkit-box-shadow: 10px 10px 90px -50px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 90px -50px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 90px -50px rgba(0,0,0,0.75);
}

.margin-b30 {
  margin-bottom: 30px;
}
.margin-t30 {
    margin-top: 30px;
}
.padding-t0 {
  padding-top: 0px;
}

.breadcrumb-1 {
  padding: 200px 0px 150px 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

/*=================Container=================*/
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.label-update {
    position: absolute;
    right: -10px;
    top: -30px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 4;
}

.lable-cercle {

}
