@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.textHeaderBlock {
  margin: 50px 0 100px;
  padding-top: 65px;
  position: relative;
}
.textHeaderBlock.aos-animate .contentWrapper .contentWrapper.small .subTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.textHeaderBlock.aos-animate .contentWrapper .contentWrapper.small .mediumTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.textHeaderBlock.aos-animate .contentWrapper .circle {
  opacity: 1;
}
.textHeaderBlock .contentWrapper {
  position: relative;
}
.textHeaderBlock .contentWrapper .contentWrapper.small {
  position: relative;
  z-index: 1;
}
.textHeaderBlock .contentWrapper .contentWrapper.small .subTitle {
  display: block;
  color: #fbbc43;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -moz-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -ms-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
}
.textHeaderBlock .contentWrapper .contentWrapper.small .mediumTitle {
  color: #134053;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.textHeaderBlock .contentWrapper .circle {
  height: 520px;
  left: -20px;
  position: absolute;
  top: auto;
  width: 520px;
  bottom: -300px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0.9s;
  -moz-transition: opacity 0.3s ease-out 0.9s;
  -o-transition: opacity 0.3s ease-out 0.9s;
  transition: opacity 0.3s ease-out 0.9s;
}
.textHeaderBlock .contentWrapper .circle .innerCircle {
  position: relative;
  height: 100%;
  border: 2px solid rgba(31, 31, 31, 0.05);
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .textHeaderBlock {
    margin-bottom: 50px;
  }
  .textHeaderBlock .contentWrapper .contentWrapper.small {
    max-width: 450px;
    margin: 0;
  }
  .textHeaderBlock .contentWrapper .contentWrapper.small .bigTitle {
    margin-top: 20px;
  }
  .textHeaderBlock .contentWrapper .circle {
    display: none;
  }
}
/*# sourceMappingURL=text_header_block.css.map */