.justify-content {
text-align: justify;
font-size: 0; }
.justify-content:after {
display: inline-block;
width: 100%;
content: ""; }

@font-face {
	font-family: "S-Light";
	src: url("../fonts/Segoe_UI-Light.ttf");
	src: url("../fonts/Segoe_UI-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "S-Regular";
	src: url("../fonts/Segoe_UI.ttf");
	src: url("../fonts/Segoe_UI.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "S-Bold";
	src: url("../fonts/Segoe_UI-Bold.ttf");
	src: url("../fonts/Segoe_UI-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "S-Black";
	src: url("../fonts/Segoe_UI-Black.ttf");
	src: url("../fonts/Segoe_UI-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.instagram-page {
  font-family: "S-Light"; }

* {
  box-sizing: border-box; }

.title-page {
  font-size: 31px;
  font-family: "S-Light";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase; }

.block-warning {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 19px;
  color: #fff;
  font-family: "S-Bold";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #5fc747;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 830px) {
    .block-warning {
      padding: 20px;
      font-size: 16px; } }
  .block-warning span {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #fff; }

.warning {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 20px;
  font-family: "S-Bold"; }
  @media (max-width: 830px) {
    .warning {
      padding: 20px;
      font-size: 16px; } }
  .warning span {
    display: inline-block;
    border-bottom: 2px solid #5fc747; }

.case-present {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 22px; }

.progress-bar {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flow-root;
  text-align: center; }
  .progress-bar img {
    float: left;
    width: 50%; }
  .progress-bar .fully {
    max-width: 50%;
    margin: 0 auto;
    float: none; }
    @media (max-width: 450px) {
      .progress-bar .fully {
        max-width: 100%;
        width: 100%; } }
  .progress-bar .fullys {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    float: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.warning-case {
  margin-top: 30px;
  text-align: center; }
  .warning-case a {
    display: inline-block;
    text-decoration: none;
    color: #5fc747;
    border-bottom: 2px solid #5fc747; }

.photo-case {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  .photo-case a {
    display: inline-block;
    width: 30%;
    margin-bottom:5px;}
    @media (max-width: 450px) {
      .photo-case a {
        width: 48%; } }
    .photo-case a img {
      width: 100%;
      border-radius: 10px; }
  .photo-case .call-btn {
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 10px;
    background: #5fc747;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    font-family: "S-Light";
    cursor: pointer; }
    @media (max-width: 450px) {
      .photo-case .call-btn {
        padding: 5px 10px;
        font-size: 18px; } }
    .photo-case .call-btn:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      background: #3f93d1; }

.title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 20px;
  font-family: "S-Bold"; }
  @media (max-width: 830px) {
    .title {
      padding: 20px 0px; } }

.sub-title {
  margin-top: -20px;
  display: block;
  text-align: center;
  margin-bottom: 30px; }

.advanage-jobs {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  .advanage-jobs .adv-cell {
    width: 32%;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
    background:#fff;
    min-height: 250px;
    vertical-align: top;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
    @media (max-width: 830px) {
      .advanage-jobs .adv-cell {
        width: 100%;
        min-height: auto;
        margin-bottom: 10px; } }
  .advanage-jobs .adv-cell-2 {
    width: 24%; }
    @media (max-width: 830px) {
      .advanage-jobs .adv-cell-2 {
        width: 100%;
        min-height: auto;
        margin-bottom: 10px; } }
  .advanage-jobs .number {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "S-Bold";
    color: #3f93d1;
    letter-spacing: -1px; }

.varible {
  margin-bottom: 20px;
  font-family: "S-Bold";
  border-bottom: 2px solid #5fc747; }
  
.tele2{
    text-align:center;
}  
.tele2 img{
    width:200px;
}
.london{
    text-align:center;
}
.london img{
    height:80px;
} 
