
@font-face {
   font-family: Segoe UI;
   src:url(../font/Segoe%20UI.ttf);
  
}

@font-face {
   font-family: Segoe UI Bold;
   src: url(../font/Segoe%20UI%20Bold.ttf);
  
  
}


.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
  transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}
/* --------------------- */


/*.animated-bg{
	

	background-attachment: scroll;
	background-image: url(../images/10.jpg);
	background-repeat: repeat;
	background-position: left top;

}*/








.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.nav-link{
padding-left: 30px!important;
}
.banner{
  margin-top: 80px;
}



.footer{
  background: #ffffff;
  color: #676464;
  padding-top:40px;
  padding-bottom: 40px; ;

}
.footer-bottom{

  background: #001433;
  /*background: url(../images/footer-1440px.svg);*/
  background-repeat:no-repeat;
  color: #DFE0E3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-bottom p{

  margin-bottom: 0;
}

.left{

    width: 100%;
    
    background-image: url(../images/blob-f5ca159c19537a69301b748edf68dfe9ad71ae63b456b5ecb2936cf35816eb1f.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    transform-origin: center left;
    padding-top: 200px;
    margin-bottom: 80px;

}
.left h4{
  font-size: 40px;

}

.left p{

  font-size: 20px;

  }

.right1{

    
    width: 100%;
    height: 650px;
    background: url(../images/stacked_green_pluses-743c2713419f89379c1e908b42790ef7a28997316bcf66ef8c88bf27d021ca0b.svg);
    transform: translate(0, 5%);

  }
  .work{
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .work h3{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .work p{
    font-size: 17px;
  }



  .work img{
    margin-bottom: 50px;
  }
  .stripe{
    background:#4C7774;;
   /* background: linear-gradient(#0AC16E, #00a359);*/
    box-shadow: 0 30px 100px rgb(0 44 63 / 30%);
    border-radius: 36px;
    color: white;
    position: relative;
    margin-bottom: 80px;
    padding-top: 30px;
    position: relative;
   
    padding-top: 100px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .dashback{
    position: absolute;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard-2aa0f0d50e3d477df9222304091eab0fef4e483733bcaa1e3bde0757e9745006.svg);
    background-position: top left;
    bottom: 0;
    left: 3%;
    opacity: 0.2;
  }
  .box{
    margin-top: 50px;
	font-size:18px;
  }
  .box1{
	  font-size:18px;
  }
	  
  .box img{
    margin-bottom: 20px;
  }
  .sell{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .block{
    background: white;
    border: none;
    box-shadow: 0 30px 100px rgb(0 44 63 / 30%);
    border-radius: 10px;
  }

  .currencies{
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .currencies_1{
    margin-bottom: 50px;
  }
  .list ul li{
    background: url(../images/h.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .list ul {
    padding-left: 0;


  }
  
  .business {
    margin-top: 100px;
    margin-bottom: 100px;
  }
/*  .navbar{
    -webkit-box-shadow: 10px 10px 9px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 9px -10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 9px -10px rgba(0,0,0,0.75);
  }*/
  

	.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.clinic{
  margin-top: 100px;
  
}
.social{
  margin-top: 5px;
}
.about{
  margin-top: 80px;
 
}
.icon1{
    color: #fff;
    font-size: 30px;
    width: 74px;
    height: 74px;
    line-height: 76px;
    border-radius: 50%;
    background: #096377;
    text-align: center;
}
.icon1 :hover{
  background: #9C9E9E;
}
.choose p{
  font-size: 26px;
  font-weight: 700;
  
}
.choose{
  margin-top: 100px;
  background:url(../images/about-values-1440px.svg);
  background-repeat:no-repeat;
  background-size:cover;
/*   background:#F7F7F5;
*/  padding-top:50px;
  padding-bottom:50px;
}
/*.services h5{
  margin-bottom: 30px;
}*/

.services{
  margin-top: 100px;
  background:url(../images/about-values-1440px.svg);
  background-size:cover;
   padding-top:50px;
  padding-bottom:50px;
  
}

.services h5{
  text-align: center;
   margin-bottom: 30px;
   margin-top: 10px;
}

.gallery{
  margin-top: 100px;
  margin-bottom: 100px;
  background:url(../images/about-values-1440px.svg);
  background-size:cover;
  padding-top:50px;
  padding-bottom:50px;
	
}

.registration{
  margin-top: 100px;
  margin-bottom: 100px;
  
   background:url(../images/about-values-1440px.svg);
  background-size:cover;
   padding-top:50px;
  padding-bottom:50px;
}
.form-control{
  border: #51817C 2px solid;
}

.navbar-light .navbar-nav .nav-link{
  color: #000000;
  text-transform: uppercase;
  font-family: Segoe UI;
  font-size:17px;

}
.about-left{

  margin-top: 80px;
}
.services h5{
	color:#181816;
}

.navbar{

    border-top: #4E7F7C 4px solid;
	padding:10px;
}
/*.carousel{
	background:#ADAFAA;
	padding:20px;
}*/

.customer-logos img{
	border:#096377 3px solid;
	border-radius:10px;
	padding:10px;
}
.services img{
	background:#C5C8C2;
	padding:5px;
	border:#BFAD4B 2px solid;
}
.gallery img{
	background:#096377;
	padding:5px;
}

/*@media only screen and (max-width: 600px) {
 .footer{
	 text-align:center;
 }
	 
}
*/
.about h3{
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:35px; font-weight:500; margin-top:40px;
}
.about p{
	font-family: Segoe UI;
	font-size:18px;
}
.choose h2{
	font-size: 18px; font-weight: normal; text-align: justify; font-family: Segoe UI;
}
.choose h5{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:20px;
	
	
}
.choose p{
	font-size: 18px; font-weight: normal; text-align: justify; font-family: Segoe UI;
	
}


.navbar-collapse{
	margin-top:10px;
}

.circle_1{
	background: linear-gradient(180deg,#eaf9fb,#aad0e3);
	/*height: 9.5rem;
    width: 9.5rem;*/
    border-radius: 100px;
    padding: 2rem 1.25rem 1.25rem;
  	background-position: center!important;
    border-radius: 83px;
    line-height: 60px;

}


@media only screen and (max-width: 600px) {
  .choose p{
	  font-size: 15px;
	  margin-bottom:10px;

  }
  .choose h4{
	  margin-top:50px;
  }
  .about h3{
	  font-size:18px;
  }
  .about p{
	  font-size:15px;
  }
  .choose h5{
	  font-size:15px;
  }
  
  .box1 {
	  margin-top:40px;
  }
  .form-right{
	  margin-top:40px;
  }
}	


.counter
{
    text-align: center;
}

.btn-outline-dark:hover{
	background:#096377;
}


.count-up{
	background: linear-gradient(180deg,#eaf9fb,#aad0e3);
	border-radius: 100px;
    padding: 2rem 1.25rem 1.25rem;
  	background-position: center!important;
    border-radius: 162px;
    line-height: 60px;
	margin-bottom:20px;
	/*width:100%;
	height:160px;*/
	height:255px;
	margin-top:30px;
	
    width: 100%;
	
	
	
}


@media only screen and (max-width: 600px) {
  .count-up{
	
	height:172px;
	

  }
}


.counter-count
{
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #096377;
    text-align: center;
    display: inline-block;
	padding-top:10px;
	
}
.simple{
	background:#ffffff;
	padding:10px;
	border-radius:10px;
	margin-bottom:10px;
}


.specialized{
background: url(../images/hp-service-1440px.svg);
background-repeat:no-repeat;
background-size:cover;
padding-top:150px;
padding-bottom:150px;



	
}
.clinic{
	background: url(../images/hp-testimony-1440px.svg);
	background-repeat:no-repeat;
	background-size:cover;

	
}

.specialized h3{
	font-size:66px;
	color:#096377;
}


/*.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #db584e;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

*/