@charset "utf-8";
/* CSS Document */
@media (min-width: 992px) {
  h1, .h1 {
    line-height: 1.1;
    font-size: 50px;
    font-weight: 500;
  }
  h2, .h2 {
    line-height: 1.15;
    font-size: 30px!important;
    font-weight: 500;
  }
  h3, .h3 {
    font-size: 24px;
    font-weight: 500;
  }
  h4, .h4 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 20px;
  }
  h5, .h5 {
    line-height: 1.45;
    font-weight: 500;
    font-size: 18px;
  }
  h6, .h6 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
  }
  h7, .h7 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
  }
  h8, .h8 {
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
  }
  .title-box-center h2 {
	padding-bottom: 0;
	margin-bottom: 0px !important;
	position: relative;
}	
	
	.main-menu .navbar-collapse li a {
		
		font-size: 18px;
	}
	
	
	
}
/*---------- MEDIA 991px ----------*/
@media (max-width: 991px) {
	
	h2{
    line-height: 1.15;
    font-size: 26px!important;
    font-weight: 500;
  }
	
	 h1{
    line-height: 1.1;
    font-size: 24px;
    font-weight: 500;
  }
	
}
/*---------- MEDIA 768px ----------*/
@media (max-width: 768px) {
	 h1{
    line-height: 1.1;
    font-size: 24px;
    font-weight: 500;
  }
	h2{
    line-height: 1.15;
    font-size: 20px!important;
    font-weight: 500;}
	h4{
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px!important;
  }
	h5 {
    line-height: 1.45;
    font-weight: 500;
    font-size: 16px!important;
  }
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 480px) {
	h1{
    line-height: 1.1;
    font-size: 18px;
    font-weight: 500;
  }
	h2{
    line-height: 1.15;
    font-size: 16px;
    font-weight: 500;}
	p{font-size: 14px !important;
	line-height: 1.25;
	}
	h4{
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px!important;
  }
	h5{
    line-height: 1.45;
    font-weight: 500;
    font-size: 16px!important;
  }
  	.main-menu .navbar-collapse li a {
		
		font-size: 14px!important;
	}
	
	
.step {
    line-height: 1.75em;
    border-top: var(--primary-color) 3px solid;
    /*  -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
     border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);*/
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 20px 30px 20px 30px;
    counter-increment: section;
    position: relative;
    color: #d6d6d6;
  }
  .step p {
    padding: 20px;
	font-size: 14px;
	background: white;
    overflow: hidden;
    border-radius: 16px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(210, 163, 108, 0.2);
    box-shadow: 0px 10px 60px 0px rgba(210, 163, 108, 0.2);
	color: #494747;
  }
  .step b {
    color:var(--primary-color);
	font-size: 16px;
  }
  .step:before {
    content: counter(section);
    position: absolute;
    /*border-radius: 50%;*/
    /* padding: 10px;*/
    line-height: 40px;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    /* border:#0047A8 3px solid;*/
    border-radius: 5px;
    text-align: center;
    color:var(--primary-color);
    font-size: 24px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
	  z-index: 2; 
  }
  .step:nth-child(odd) {
    /*border-right:#0047A8 3px solid;
  padding-left: 0;*/
    border-left: var(--primary-color) 3px solid;
    padding-right: 0;
    margin-left: 10px;
  }
  .step:nth-child(odd):before {
    /*left: 100%;
  margin-left: -20px;*/
    right: 100%;
    margin-right: -20px;
  }
  .step:nth-child(even) {
    /*border-left:#0047A8 3px solid;
  padding-right: 0;*/
    border-right: var(--primary-color) 3px solid;
    padding-left: 0;
    margin-right: 10px;
  }
  .step:nth-child(even):before {
    left: 100%;
    margin-left: -20px; /*right: 100%;
  margin-right: -20px;*/
  }
  .step:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .step:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
		
}


