/*
    Blue color
    color: #1967d2;
    background-color: #ebf3ff;

    Green color
    color: #054d5a;
    background-color: #d3f7ff;
*/

.circle_image {
  border-radius: 50%;
  border: 2px solid #eee;
}

.country_logo {
  height: 20px;
}

.company_logo_15 {
  height: 15px;
}

.company_logo_20 {
  height: 20px;
}

.company_logo_25 {
  height: 25px;
}

.company_logo_30 {
  height: 30px;
}

.company_logo_35 {
  height: 35px;
}

.company_logo_40 {
  height: 40px;
}

.company_logo_45 {
  height: 45px;
}

.company_logo_50 {
  height: 50px;
}

@media (max-width: 600px) {
    [class^="company_logo_"] {
        margin-right: -25px;
        float: right;
    }

    #organisation-name{
      display: none;
    }

    .section-title{
      font-size: 25px;
    }

    .block-title h3{
      font-size: 20px;
    }

    .timeline-second-style .item-title{
      font-size: 14px;
    }

    .item-period{
      font-size: 13px;
    }

    .timeline-second-style .right-part p{
      font-size: 12px;
    }
}

.max-width-70 {
  max-width: 70px;
}

.margin_top_pc_50 {
  margin-top: 50px;
}

.pc_view {
  display: block;
}

.mobile_view {
  display: none;
}

.display_inline {
  display: inline;
}

.display_webkit_box {
  display: -webkit-box;
}

.home-photo {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: calc(100% - 36px);
  background-color: #fff;
  border-radius: 1000px;
  border: 18px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}

.home-photo .hp-inner {
  background-image: url("../images/avatar.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: block;
  position: absolute;
  top: -18px;
  bottom: -18px;
  width: auto;
  left: -18px;
  right: -18px;
}

.google-style-button {
  color: #fff;
  background-color: #054d5a;
  border: 1px solid #054d5a;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.google-style-button:hover,
.google-style-button:active,
google-style-button:focus {
  background-color: #076b78;
  color: #fff;
}

.google-style-button-2 {
  color: #054d5a;
  background-color: #d3f7ff;
  border: 1px solid #d3f7ff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.google-style-button-2:hover,
.google-style-button-2:active,
google-style-button-2:focus {
  background-color: #b0ebf7;
  color: #033841;
}

.separator {
  background-color: #dadce0;
  height: 100%;
  width: 1px;
  margin: 0 4px;
}

@media only screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }

  .mobile_view {
    display: block;
  }

  .display_webkit_box {
    display: none;
  }
}

.section-title-block.second-style {
  margin-bottom: 20px !important;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

.pagination a.active {
  background-color: #fff;
  /* border: 2px solid #1967d2; */
  border: 2px solid #054d5a;
  color: #222;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.padding-left-5 {
  padding-left: 5px;
}