html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  height: auto;
}
.has-error {
  border-color: #f00;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
body {
  font: 18px 'Nunito', sans-serif;
  color: #000;
  background: #ebebeb;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 100;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
input, textarea {
  background: #8691d5;
  border-radius: 6px;
  border: 1px solid #8691d5;
  color: #fff;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 16px 'Nunito', sans-serif;
}
select {
  box-sizing: border-box;
  border-radius: 6px;
  background: #8691d5;
  border: 1px solid #8691d5;
  color: #fff;
  font: 16px 'Nunito', sans-serif;
  line-height: 18px;
  outline: none;
  padding: 0 18px;
  margin: 0;
  display: block;
  height: 40px;
  -webkit-appearance: none;
  box-shadow: none;
}
button, input[type=submit], input[type=button] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 40px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  border-radius: 0;
}
button:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #000;
}
input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #8691d5;
  color: #fff;
  top: 10px;
  height: 30px;
  width: 30px !important;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  position: absolute;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1;
  left: 14px;
  top: 7px;
  content: '\02143';
  transform: rotate(40deg);
}
.focus-input {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid;
  border-color: #8691d5;
  -webkit-border-radius: 8px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
input:focus + .focus-input, textarea:focus + .focus-input {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button:link, .button:visited {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
textarea {
  resize: none;
  display: block;
}
.input-wrap {
  position: relative;
  min-height: 40px;
  margin-bottom: 25px;
}
.input-wrap input:not([type=submit]), .input-wrap textarea, .input-wrap select {
  width: 100%;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
fieldset {
  border: 0;
}
fieldset legend {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
fieldset label {
  font-weight: 700;
}
.content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 999999;
}
.lds-roller {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2170b8;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anaglyph-red {
  color: #f0b6b5;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-green {
  color: #77ced9;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-black {
  position: relative;
}
.black-line {
  fill: none;
  stroke: black;
  stroke-width: 3;
}
.line-draw {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.line-draw svg {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -960px;
}
.line-1 {
  height: 84px;
}
.line-2 {
  height: 200px;
  margin-bottom: -90px;
}
.line-2 svg {
  margin-top: 30px;
}
.line-3 {
  height: 168px;
  margin-bottom: -60px;
}
.line-4 {
  height: 643px;
  margin-top: -330px;
  margin-bottom: -180px;
}
.line-5 {
  height: 185px;
  margin-top: -140px;
  margin-bottom: 45px;
}
.line-6 {
  height: 459px;
  margin-top: -316px;
  margin-bottom: -65px;
}
.line-7 {
  height: 514px;
  margin-top: -360px;
  margin-bottom: 45px;
}
.line-8 {
  height: 390px;
  margin-top: -190px;
  margin-bottom: -145px;
}
.line-9 {
  height: 679px;
  margin-top: 30px;
  margin-bottom: -630px;
}
.container {
  max-width: 1290px;
}
.background-layers {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.background-layers .layer-right {
  position: absolute;
  left: 50%;
}
.background-layers .layer-left {
  position: absolute;
  right: 50%;
}
.background-layers .layer-1 {
  background: url(../images/layers/1.png) left top no-repeat;
  width: 1085px;
  height: 840px;
  margin-left: -100px;
}
.background-layers .layer-2 {
  background: url(../images/layers/2.png) left top no-repeat;
  width: 1239px;
  height: 1688px;
  margin-top: 890px;
  margin-right: 450px;
}
.background-layers .layer-4 {
  background: url(../images/layers/4.png) left top no-repeat;
  width: 1193px;
  height: 1124px;
  margin-top: 2256px;
  margin-left: 350px;
}
.background-layers .layer-5 {
  background: url(../images/layers/5.png) left top no-repeat;
  width: 1446px;
  height: 1559px;
  margin-top: 3598px;
  margin-right: 520px;
}
.background-layers .layer-3 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 1132px;
  margin-right: 460px;
}
.background-layers .layer-3-2 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 2868px;
  margin-left: 600px;
}
.background-layers .layer-3-3 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 3616px;
  margin-right: 660px;
}
.background-layers .layer-6 {
  background: url(../images/layers/6.png) left top no-repeat;
  width: 1461px;
  height: 735px;
  margin-top: 0;
  margin-left: 15px;
}
.background-layers .layer-7 {
  background: url(../images/layers/7.png) left top no-repeat;
  width: 795px;
  height: 452px;
  margin-top: 1775px;
  margin-left: 204px;
}
.background-layers .layer-8 {
  background: url(../images/layers/8.png) left top no-repeat;
  width: 1453px;
  height: 830px;
  margin-top: 0;
  margin-left: -15px;
}
.background-layers .layer-9 {
  background: url(../images/layers/9.png) left top no-repeat;
  width: 2069px;
  height: 1839px;
  margin-top: 1624px;
  margin-left: 172px;
}
.background-layers .layer-10 {
  background: url(../images/layers/10.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 120px;
  margin-left: 0px;
}
.background-layers .layer-10-1 {
  background: url(../images/layers/10.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 2182px;
  margin-left: 517px;
}
.background-layers .layer-11 {
  background: url(../images/layers/11.png) left top no-repeat;
  width: 1558px;
  height: 825px;
  margin-top: 0px;
  margin-left: -58px;
}
.background-layers .layer-12 {
  background: url(../images/layers/12.png) left top no-repeat;
  width: 804px;
  height: 950px;
  margin-top: 721px;
  margin-left: 726px;
}
.background-layers .layer-13 {
  background: url(../images/layers/13.png) left top no-repeat;
  width: 1025px;
  height: 1357px;
  margin-top: 975px;
  margin-right: 475px;
}
.background-layers .layer-14 {
  background: url(../images/layers/14.png) left top no-repeat;
  width: 767px;
  height: 791px;
  margin-top: 995px;
  margin-left: 665px;
}
.background-layers .layer-15 {
  background: url(../images/layers/15.png) left top no-repeat;
  width: 271px;
  height: 297px;
  margin-top: 1411px;
  margin-right: 522px;
}
.header-container {
  height: 136px;
  position: relative;
  z-index: 9999;
}
header .container {
  position: relative;
}
header .brand img {
  float: left;
  width: 136px;
}
header .menu-toggle {
  width: 48px;
  height: 39px;
  padding: 19px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: none;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .menu-toggle .bar {
  height: 7px;
  background: #3c3939;
  margin-bottom: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav {
  position: relative;
  z-index: 1;
}
header nav ul {
  list-style: none;
  float: right;
  padding-top: 58px;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
header nav ul li {
  float: left;
  line-height: 37px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav ul li:hover {
  background: #fff;
}
header nav ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header nav ul li:hover .sub-menu li {
  display: block;
}
header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav ul li a:hover, header nav ul li span:hover {
  text-decoration: none;
}
header nav ul li.blue {
  margin-right: 20px;
  margin-left: 20px;
}
header nav ul li.blue a {
  background: #0f72ba;
  color: #fff;
}
header nav ul li.blue a:hover {
  background: #fff;
  color: #000;
}
header nav ul li.search a {
  font-size: 0;
  background: url(../images/search.png) center 9px no-repeat;
  width: 18px;
}
header nav ul li.menu-item-has-children > a:after {
  content: '';
  width: 6px;
  height: 32px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  background: url(../images/arrow_down.png) center center no-repeat;
}
header nav ul.sub-menu {
  position: absolute;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  min-width: 100%;
}
header nav ul.sub-menu li {
  float: none;
  display: none;
}
header nav ul.sub-menu li:hover a {
  background: #eee;
}
header nav ul.sub-menu li a {
  display: block;
}
header .call {
  position: absolute;
  top: 105px;
  right: -11px;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  -webkit-transition: 0s;
  transition: 0s;
}
header .call a {
  display: block;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
header .call:hover {
  background: none;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ebebeb;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.sticky .sub-menu {
  background: #ebebeb;
}
header.sticky nav ul:not(.sub-menu) {
  padding-top: 19px;
}
header.sticky .brand img {
  width: 78px;
  height: 78px;
}
header.sticky .call {
  display: none;
}
.header-content {
  padding: 40px 0;
  overflow: hidden;
}
.header-content .title {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.breadcrumb {
  font-size: 15px;
  overflow: hidden;
  padding: 30px 0 15px;
  position: relative;
  z-index: 1;
}
.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .current-item {
  font-weight: bold;
}
.page-content h1 {
  font-size: 140px;
  line-height: 120px;
  font-weight: bold;
  margin: 0 0 30px;
}
.page-content h2 {
  font-size: 108px;
  line-height: 108px;
  margin: 30px 0 15px;
}
.page-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-content h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.page-content hr {
  margin: 50px auto;
  width: 25%;
  border: none;
  height: 1px;
  background: #000;
}
.page-content img {
  max-width: 100%;
}
.page-content .pagination {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  display: flex;
}
.page-content .pagination span {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination span.current {
  background: #92c3c3;
}
.page-content .pagination a:link, .page-content .pagination a:visited {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination a:hover {
  background: #92c3c3;
}
.page-content .pagination a.prev {
  font-weight: 400;
  width: 120px;
  white-space: nowrap;
}
.page-content .pagination a.prev:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 7px;
  background: url(../images/nav.png) left top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.prev:hover {
  background: none;
}
.page-content .pagination a.prev:hover:before {
  background-position: left bottom;
}
.page-content .pagination a.next {
  font-weight: 400;
  width: 120px;
  text-align: right;
  white-space: nowrap;
}
.page-content .pagination a.next:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-left: 7px;
  background: url(../images/nav.png) right top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.next:hover {
  background: none;
}
.page-content .pagination a.next:hover:after {
  background-position: right bottom;
}
.page-content .training-rating {
  line-height: 41px;
  font-size: 15px;
  margin-bottom: 5px;
}
.page-content .training-rating .stars {
  vertical-align: middle;
  display: inline-block;
  height: 31px;
  width: 200px;
  margin-bottom: 10px;
  background: url(../images/stars.png) bottom left no-repeat;
}
.page-content .training-rating .stars span {
  display: inline-block;
  width: 50%;
  height: 31px;
  background: url(../images/stars.png) top left no-repeat;
}
.page-content .training-rating .reviews {
  font-weight: bold;
  text-decoration: underline;
}
.page-content .next-training {
  font-size: 15px;
}
.page-content .next-training h3 {
  color: #da816c;
}
.page-content .suggestion-form form {
  padding-top: 25px;
  text-align: center;
}
.page-content .suggestion-form .title {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form {
  font-size: 14px;
}
.page-content .registration-form form {
  padding-top: 15px;
  text-align: center;
}
.page-content .registration-form .title {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form .input-wrap {
  margin-bottom: 15px;
}
.page-content .seo-title {
  font-size: 162px;
  line-height: 162px;
}
.page-content .seo-title span {
  margin-bottom: -50px;
  display: inline-block;
  font-size: 428px;
  line-height: 428px;
}
.page-content .education {
  padding-top: 100px;
  text-align: center;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-decoration: underline;
}
.page-content .education .shoes {
  position: relative;
  margin-top: -35px;
}
.page-content .education .shoes img {
  max-width: 100%;
}
.page-content .education .shoes .shadow {
  position: absolute;
}
.page-content .education .shoes .image {
  position: relative;
}
.page-content .related-posts h3, .page-content .post-reply h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses {
  font-size: 15px;
}
.page-content .post-responses .response {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-content .post-responses .response .content {
  overflow: hidden;
}
.page-content .post-responses h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses .avatar {
  float: left;
  margin-right: 18px;
}
.page-content .post-responses .title {
  float: left;
}
.page-content .post-responses .date {
  float: right;
  font-size: 13px;
  line-height: 15px;
}
.page-content .post-responses p {
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}
.page-content .post-responses hr {
  margin: 25px auto;
}
.page-content .post-details {
  font-size: 14px;
  line-height: 25px;
}
.page-content .post-details .post-date {
  background: #92c3c3;
  float: left;
  padding: 0 10px;
}
.page-content .post-details .comments-count {
  text-align: right;
}
.page-content .post-details .tags {
  padding: 0 10px;
}
.case-study-1 h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-header {
  padding-top: 0;
}
.case-study-header h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-header .title {
  font-size: 295px;
  line-height: 230px;
}
.case-study-header .title span {
  font-size: 460px;
  line-height: 338px;
}
.case-study-man .penguin {
  background: url(../images/penguin.png) left top no-repeat;
  /*width: 660px;*/
  height: 621px;
  position: absolute;
  margin-top: -110px;
  left: 72%;
  right: 0;
}
.case-study-man h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-man .button {
  margin-bottom: 15px;
}
.case-study-man .man {
  position: relative;
}
.case-study-bottom h2 {
  margin-top: -175px;
}
.case-study-bottom h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-seo-header {
  padding-top: 0;
}
.case-study-seo-header .title {
  font-size: 125px;
  line-height: 110px;
  font-weight: 700;
}
.case-study-seo-header h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.case-study-seo-1 .col-md-6:last-child {
  padding-top: 50px;
}
.case-study-seo-1 ol li {
  margin-bottom: 15px;
}
.case-study-seo-2 .spy {
  position: absolute;
  margin-top: -250px;
}
.sidebar.sticky {
  position: sticky;
  top: 88px;
  padding-left: 45px;
}
.sidebar h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.sidebar .widget {
  padding-bottom: 30px;
}
.sidebar .categories ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.sidebar .categories ul li {
  padding: 5px 0 5px 24px;
  position: relative;
}
.sidebar .categories a:link, .sidebar .categories a:visited {
  text-decoration: none;
}
.sidebar .categories a:link:before, .sidebar .categories a:visited:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar .categories a:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.service-slider {
  overflow: hidden;
  position: relative;
}
.service-slider .navigation {
  background: #92c3c3;
  text-align: center;
  margin: 13px 0;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 36px;
  line-height: 36px;
}
.service-slider .navigation .select {
  border: 3px solid rgba(0, 0, 0, 1);
  position: absolute;
  box-sizing: border-box;
  top: 0;
  height: 72px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-slider .navigation .item {
  border: 3px solid rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 15px 16px;
  margin: -5px 0;
  cursor: pointer;
  position: relative;
}
.service-slider .slides {
  margin: 41px 0;
  position: relative;
  overflow: hidden;
}
.service-slider .slides h2 {
  font-size: 74px;
  line-height: 74px;
  margin: 0;
}
.service-slider .slides .slides_wrapper {
  width: 99999px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-slider .slides .item {
  float: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.service-slider .slides .item .content {
  padding-left: 50px;
}
.service-slider .slides .item.active {
  visibility: visible;
  opacity: 1;
}
section.results {
  font-family: 'Saira Extra Condensed', sans-serif;
  text-align: center;
}
section.results .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
section.results .result {
  font-size: 214px;
  line-height: 214px;
  font-weight: 700;
}
section.tutorials h2 {
  font-size: 108px;
  line-height: 108px;
  text-align: center;
  margin: 0;
}
section.tutorials .shoes {
  position: relative;
  margin-top: -25px;
}
section.tutorials .shoes img {
  max-width: 100%;
}
section.tutorials .shoes .shadow {
  position: absolute;
}
section.tutorials .shoes .image {
  position: relative;
}
section.tutorials .tutorial-slider {
  margin: 60px 0 30px;
}
section.tutorials .tutorial-slider a:link, section.tutorials .tutorial-slider a:visited {
  text-decoration: none;
}
section.tutorials .tutorial-slider .owl-nav {
  width: 104px;
  margin: auto;
}
section.tutorials .tutorial-slider .owl-nav button {
  width: 28px;
  height: 41px;
  border: none;
  outline: none;
  margin: 0 12px;
  -webkit-transition: 0s;
  transition: 0s;
}
section.tutorials .tutorial-slider .owl-nav button span {
  display: none;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev {
  background: url(../images/nav.png) left bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev.disabled {
  background-position: left top;
}
section.tutorials .tutorial-slider .owl-nav .owl-next {
  background: url(../images/nav.png) right bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-next.disabled {
  background-position: right top;
}
section.tutorials .tutorial-slider .tutorial-item {
  display: block;
  width: 50%;
  float: left;
  font-size: 18px;
  margin-bottom: 40px;
  padding-right: 70px;
}
section.tutorials .tutorial-slider .tutorial-item .title {
  overflow: hidden;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
section.tutorials .tutorial-slider .tutorial-item span {
  float: left;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  background: #000;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 6px 20px 0 0;
}
section.top-books h2 {
  font-size: 138px;
  line-height: 138px;
  font-weight: bold;
  margin: 0;
}
section.top-books img {
  max-width: 100%;
}
section.top-books .books {
  position: relative;
}
section.top-books .books .book-1 {
  position: absolute;
  top: 0;
  right: 42%;
  width: 50.7%;
}
section.top-books .books .book-2 {
  position: absolute;
  right: 2.5%;
  top: 98px;
  width: 45.737%;
}
.calendar {
  padding: 0 45px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Saira Extra Condensed', sans-serif;
}
.calendar a:link, .calendar a:visited {
  color: #000;
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  text-align: center;
}
.calendar table td {
  padding: 0 12px;
}
.calendar table td:first-child {
  background: #000;
  color: #fff;
}
.calendar table thead tr:first-child td:nth-child(2) {
  color: #f0b6b5;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
}
.calendar table tbody td:first-child {
  background: #000;
  color: #fff;
}
.calendar table tbody td.conf {
  background: #da816c;
}
.calendar table tbody td.training {
  background: #77ced9;
}
section.home-conference {
  padding-bottom: 58px;
}
section.home-conference .conference {
  display: flex;
}
section.home-conference .image {
  margin-right: 20px;
  width: 46%;
}
section.home-conference .image img {
  float: left;
  max-width: 100%;
}
section.home-conference .content {
  width: 54%;
  display: flex;
  flex-direction: column;
}
section.home-conference .content .category {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px 0;
}
section.home-conference .content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
section.home-conference .content p {
  flex-grow: 1;
}
section.home-conference .content .next {
  font-weight: bold;
  font-size: 15px;
}
section.home-conference .content .next h3 {
  font-size: 20px;
  line-height: 20px;
  color: #da816c;
  margin: 0 0 6px 0;
}
section.home-conference .content .next p {
  margin: 0;
}
section.home-articles a, .articles a {
  display: block;
  text-decoration: none;
}
section.home-articles .article, .articles .article {
  margin-bottom: 40px;
}
section.home-articles .article img, .articles .article img {
  max-width: 100%;
}
section.home-articles .article .category, .articles .article .category {
  margin-top: 20px;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 20px;
  line-height: 20px;
}
section.home-articles .article h3, .articles .article h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 8px 0;
  font-weight: 700;
}
section.home-articles .article .date, .articles .article .date {
  background: #77ced9;
  font-size: 12px;
  display: inline-block;
  padding: 6px 10px;
}
.subscribe-form {
  padding: 0 0 80px 0;
}
.subscribe-form h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.subscribe-form p {
  margin-top: 0;
  font-size: 14px;
}
.subscribe-form .input-wrap {
  margin-bottom: 15px;
}
.subscribe-form input {
  width: 100%;
}
.subscribe-form button {
  margin: 0 auto;
  display: block;
}
section.home-globe {
  padding: 20px 0;
}
section.home-globe img {
  max-width: 100%;
}
section.home-globe h2 {
  font-size: 222px;
  line-height: 222px;
  margin: 0;
  font-weight: 700;
}
section.home-globe h3 {
  font-size: 69px;
  line-height: 69px;
  margin: 0;
  font-weight: 400;
}
section.bottom {
  position: relative;
  font-size: 14px;
  background: url(../images/bottom.png) center top no-repeat;
}
section.bottom .container {
  position: relative;
}
section.bottom .books {
  position: absolute;
  right: 36px;
  bottom: -65px;
}
section.bottom .loupe {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
section.bottom .loupe img {
  margin-bottom: -192px;
}
section.bottom .face {
  position: absolute;
  margin-left: 158px;
  bottom: 0;
  overflow: hidden;
}
section.bottom .face img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: -82px;
}
section.bottom .face img:hover {
  margin-bottom: -22px;
}
section.bottom nav {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 10px;
}
section.bottom .contacts {
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
footer {
  background: url(../images/footer.png) center top no-repeat #7982bb;
  font-size: 14px;
  padding: 20px 0 50px 0;
}
footer .brand {
  float: left;
}
footer .brand img {
  height: 166px;
  width: 166px;
}
footer nav.vertical {
  float: left;
  margin-left: 42px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
footer nav.vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer nav.vertical ul a:link, footer nav.vertical ul a:visited {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer nav.vertical ul a:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
footer nav.vertical ul li {
  line-height: 41.5px;
}
footer h2 {
  font-weight: 700;
  font-size: 175px;
  line-height: 175px;
  color: #d6dcfd;
  margin: -220px 0 44px 0;
  text-align: right;
}
footer .form-popup {
  padding: 50px 0 25px 204px;
  color: #d8e1fe;
}
footer input, footer textarea, footer select {
  background: #d8e1fe;
  border-color: #d8e1fe;
  border-radius: 0;
  color: #074979;
  width: 100%;
  border-radius: 6px;
}
footer textarea {
  height: 170px;
}
footer button, footer input[type="submit"] {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
footer .focus-input {
  border-color: #d6dcfd;
}
footer ::-webkit-input-placeholder {
  color: rgba(7, 73, 121, 0.5);
}
footer ::-moz-placeholder {
  color: rgba(7, 73, 121, 0.5);
}
footer :-ms-input-placeholder {
  color: rgba(7, 73, 121, 0.5);
}
footer ::placeholder {
  color: rgba(7, 73, 121, 0.5);
}
footer .close {
  display: none;
}
footer .contact-us {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 75%;
  font-size: 38px;
  font-weight: 100;
  line-height: 62px;
  padding: 0;
}
footer .call-now {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 62px;
  line-height: 62px;
  padding: 0;
  background: url(../images/phone_icon.png) center center no-repeat #39b54a;
  background-size: auto 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .copyrights {
  text-align: center;
}
footer nav.horizontal, section.bottom nav {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
footer nav.horizontal ul, section.bottom nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav.horizontal ul a:link, section.bottom nav ul a:link, footer nav.horizontal ul a:visited, section.bottom nav ul a:visited {
  color: #000;
  text-decoration: none;
}
footer nav.horizontal ul a:hover, section.bottom nav ul a:hover {
  text-decoration: underline;
}
footer nav.horizontal ul li, section.bottom nav ul li {
  display: inline-block;
}
footer nav.horizontal ul li:after, section.bottom nav ul li:after {
  content: '|';
  display: inline-block;
  padding: 0 20px;
}
footer nav.horizontal ul li:last-child:after, section.bottom nav ul li:last-child:after {
  display: none;
}
.page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 400px;
  line-height: 400px;
  margin-top: -39px;
}
table {
  width: 100%;
  padding: 0;
  margin: 0;
}
table thead {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 22px;
}
table tbody tr:hover {
  background-color: #92c3c3;
}
table tr th, table tr td {
  text-align: center;
}
table tr th:first-of-type, table tr td:first-of-type {
  text-align: left;
}
.recaptcha-terms {
  font-size: 0.8em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.search-result img.wp-post-image {
  margin-top: 30px;
}
figure.wp-caption {
  max-width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
#additionalsharingconsent {
  font-size: 0.8em;
}
.lightcheckbox {
  background-color: #d8e1fe !important;
  border-color: #d8e1fe !important;
  color: #074979 !important;
}
@media (max-width: 1289px) {
  .page-content h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .page-content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .page-content .seo-title {
    font-size: 13.03vw;
    line-height: 13.03vw;
  }
  .page-content .seo-title span {
    font-size: 33.21vw;
    line-height: 33.21vw;
  }
  section.top-books h2 {
    font-size: 10.7vw;
    line-height: 10.7vw;
  }
  section.bottom .contacts {
    padding-bottom: 212px;
  }
  footer h2 {
    font-size: 13.5vw;
    line-height: 13.5vw;
  }
  .line-6 {
    margin-top: -240px;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 7.4vw;
    line-height: 6.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 31vw;
    line-height: 31vw;
    margin-top: -3vw;
  }
  .case-study-header .title {
    font-size: 22.73vw;
    line-height: 18.28vw;
  }
  .case-study-header .title span {
    font-size: 35.85vw;
    line-height: 26.34vw;
  }
  .case-study-bottom h2 {
    margin-top: initial;
  }
}
@media (max-width: 991px) {
  .header-container {
    height: 78px;
  }
  header {
    top: 0;
    width: 100%;
    background: #ebebeb;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .call {
    top: 70px;
    right: 0;
    /*display: block;
     position: static;
     line-height: 37px;
     background: url(../images/phone_icon.png) center center no-repeat #39b54a;
     background-size: auto 100%;
     font-size: 0;
     &:hover {
     background: url(../images/phone_icon.png) center center no-repeat #39b54a;
     background-size: auto 100%;
     }*/
  }
  header .sub-menu {
    background: #ebebeb;
  }
  header nav ul:not(.sub-menu) {
    padding-top: 19px;
  }
  header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
    padding: 0 20px;
  }
  header .brand img {
    width: 78px;
    height: 78px;
  }
  section.results .title {
    font-size: 23px;
    line-height: 23px;
  }
  section.results .result {
    font-size: 160px;
    line-height: 160px;
  }
  section.tutorials .shoes {
    margin-top: 30px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    padding-right: 20px;
  }
  .calendar {
    padding: 0;
    margin: 30px auto 0 auto;
  }
  footer h2 {
    margin: -96px 0 30px 0;
    font-size: 11.5vw;
    line-height: 11.5vw;
  }
  footer .form-popup {
    padding-left: 0;
    padding-top: 0;
    color: #d8e1fe;
  }
  .no-gutter span.wpcf7-list-item {
    margin-left: 0;
  }
  #additionalsharingconsent {
    padding: 10px 0 0 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .focus-input {
    display: none;
  }
  header .brand, header.sticky .brand {
    position: relative;
    z-index: 2;
    margin: 0 -15px;
    display: block;
    height: 78px;
    background: #ebebeb;
  }
  header .menu-toggle, header.sticky .menu-toggle {
    display: block;
  }
  header .call, header.sticky .call {
    position: static;
    display: block !important;
    font-size: 13px;
    font-family: Nunito;
    font-weight: 700;
    background: #39b54a;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
  }
  header .call a:link, header.sticky .call a:link, header .call a:visited, header.sticky .call a:visited {
    color: #fff;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
  }
  header .call a:hover, header.sticky .call a:hover, header .call a:active, header.sticky .call a:active {
    color: #000;
  }
  header .call:hover, header.sticky .call:hover {
    background: #fff;
    color: #000;
  }
  header.toggle, header.sticky.toggle {
    top: 0 !important;
    position: fixed;
    -webkit-transition: 0s;
    transition: 0s;
  }
  header.toggle nav ul, header.sticky.toggle nav ul {
    display: block;
  }
  header.toggle .menu-toggle .bar:nth-child(1), header.sticky.toggle .menu-toggle .bar:nth-child(1) {
    -webkit-transform: translate(0px, 16px) rotate(45deg);
    -ms-transform: translate(0px, 16px) rotate(45deg);
    transform: translate(0px, 16px) rotate(45deg);
  }
  header.toggle .menu-toggle .bar:nth-child(2), header.sticky.toggle .menu-toggle .bar:nth-child(2) {
    opacity: 0;
  }
  header.toggle .menu-toggle .bar:nth-child(3), header.sticky.toggle .menu-toggle .bar:nth-child(3) {
    -webkit-transform: translate(0px, -16px) rotate(-45deg);
    -ms-transform: translate(0px, -16px) rotate(-45deg);
    transform: translate(0px, -16px) rotate(-45deg);
  }
  header nav ul, header.sticky nav ul {
    display: none;
    background: #ebebeb;
    position: fixed;
    left: 0;
    top: 78px;
    padding: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
  }
  header nav ul li, header.sticky nav ul li {
    float: none;
    position: static;
  }
  header nav ul li a:link, header.sticky nav ul li a:link, header nav ul li a:visited, header.sticky nav ul li a:visited, header nav ul li span, header.sticky nav ul li span {
    padding: 0 30px;
  }
  header nav ul li.search a, header.sticky nav ul li.search a {
    width: initial;
    padding: 0 30px;
    background-position: 30px center;
  }
  header nav ul li.blue, header.sticky nav ul li.blue {
    margin: 0;
  }
  header nav ul.sub-menu, header.sticky nav ul.sub-menu {
    display: block;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: none;
    float: none;
  }
  header nav ul.sub-menu li, header.sticky nav ul.sub-menu li {
    float: none;
    display: block;
  }
  header nav ul.sub-menu li a, header.sticky nav ul.sub-menu li a {
    padding-left: 60px;
  }
  .header-content img {
    max-width: 100%;
  }
  .sidebar.sticky {
    padding-left: 0;
  }
  .page-content .seo-title {
    font-size: 32vw;
    line-height: 32vw;
  }
  .page-content .seo-title span {
    font-size: 83vw;
    line-height: 83vw;
  }
  .service-slider .navigation {
    font-size: 24px;
    line-height: 24px;
  }
  .service-slider .slides img {
    max-width: 100%;
  }
  .service-slider .slides .item {
    display: block;
  }
  .service-slider .slides .item .content {
    padding-left: 0;
  }
  section.tutorials .shoes {
    text-align: center;
  }
  .subscribe-form {
    padding-left: 0;
  }
  section.bottom .books, section.bottom .loupe, section.bottom .face {
    display: none;
  }
  section.bottom .contacts {
    padding-bottom: 20px;
  }
  footer {
    background: #7982bb;
    margin-bottom: 40px;
  }
  footer h2 {
    float: none;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 20px;
  }
  footer .form-popup {
    display: none;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #7982bb;
    width: 100%;
    overflow: scroll;
    top: 78px;
    z-index: 2;
  }
  footer .form-popup .input-wrap {
    min-height: initial;
  }
  footer .form-popup .close {
    display: block;
    position: absolute;
    z-index: 111;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 63px;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  footer .form-popup .row {
    margin: 0;
  }
  footer nav.horizontal {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .contact-us, footer .call-now {
    display: block;
    z-index: 1;
  }
  .line-7 {
    display: none;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 20.4vw;
    line-height: 17.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 62vw;
    line-height: 62vw;
    margin-top: -6vw;
  }
  .case-study-header .title {
    font-size: 46vw;
    line-height: 38vw;
  }
  .case-study-header .title span {
    font-size: 63vw;
    line-height: 53vw;
  }
  .case-study-bottom h2 {
    margin-top: 60px;
  }
  .case-study-seo-2 .spy {
    position: relative;
    margin-top: 0;
  }
  .case-study-man .penguin {
    display: none;
  }
  section.top-books .books {
    padding-bottom: 75%;
  }
}
@media (max-width: 575px) {
  .page-content h1 {
    font-size: 66px;
    line-height: 66px;
  }
  .page-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    width: 100%;
  }
  section.home-conference .conference {
    display: block;
  }
  section.home-conference .conference .image {
    margin-right: 0;
  }
  section.home-conference .conference .content {
    display: block;
  }
  section.home-globe h2 {
    font-size: 200px;
    line-height: 200px;
  }
  footer .brand {
    width: 83px;
  }
  footer .brand img {
    width: 83px;
    height: 83px;
  }
  footer h2 {
    font-size: 15.5vw;
    line-height: 15.5vw;
  }
  footer nav.vertical {
    margin-left: 20px;
  }
  footer nav.vertical ul li {
    line-height: 30px;
  }
  .case-study-seo-header .title {
    font-size: 85px;
    line-height: 73px;
  }
}
/*# sourceMappingURL=styles.css.map */