@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
html {
  font-size: 15px;
}
body {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-smooth: auto;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
}
body,
html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:active,
a:focus {
  color: #007bff;
  text-decoration: none;
}
a:active,
a:hover {
  color: #0064a4;
  text-decoration: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
  outline: 0;
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  max-width: 100%;
  resize: none;
  color: inherit;
}
.btn.focus,
.btn:focus,
select:focus {
  outline: 0;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
p {
  margin: 0 0 25px;
}
b,
strong {
  font-weight: 600;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}
.alt-font strong {
  font-weight: 700;
}
ul {
  list-style-position: outside;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}
* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
::selection {
  color: #000;
  background: #dbdbdb;
}
::-moz-selection {
  color: #000;
  background: #dbdbdb;
}
::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}
.alt-font {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.main-font {
  font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
h1 {
  font-size: 55px;
  line-height: 70px;
}
h2 {
  font-size: 45px;
  line-height: 60px;
}
h3 {
  font-size: 38px;
  line-height: 54px;
}
h4 {
  font-size: 35px;
  line-height: 46px;
}
h5 {
  font-size: 32px;
  line-height: 40px;
}
h6 {
  font-size: 25px;
  line-height: 30px;
}
.text-extra-small {
  font-size: 11px;
  line-height: 14px;
}
.text-small {
  font-size: 12px;
  line-height: 20px;
}
.text-medium {
  font-size: 16px;
  line-height: 23px;
}
.text-large {
  font-size: 18px;
  line-height: 26px;
}
.text-extra-large {
  font-size: 20px;
  line-height: 26px;
}
.title-large {
  font-size: 100px;
  line-height: 95px;
}
.title-extra-large {
  font-size: 130px;
  line-height: 120px;
}
.btn.text-white-2,
.text-white-2 {
  color: #fff;
}
.btn.text-black,
.text-black {
  color: #000;
}
.btn.text-extra-dark-gray,
.text-extra-dark-gray {
  color: #232323;
}
.btn.text-dark-gray,
.text-dark-gray {
  color: #626262;
}
.btn.text-extra-medium-gray,
.text-extra-medium-gray {
  color: #757575;
}
.btn.text-medium-gray,
.text-medium-gray {
  color: #939393;
}
.btn.text-extra-light-gray,
.text-extra-light-gray {
  color: #b7b7b7;
}
.btn.text-light-gray,
.text-light-gray {
  color: #d6d5d5;
}
.btn.text-very-light-gray,
.text-very-light-gray {
  color: #ededed;
}
.btn.text-deep-pink,
.text-deep-pink {
  color: #0064a4;
}
.first-letter {
  float: left;
  font-size: 50px;
  line-height: auto;
  margin: 0 20px 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.first-letter-block {
  font-size: 30px;
  height: 55px;
  line-height: 22px;
  padding: 15px 0;
  width: 55px;
  font-weight: 500;
  margin-top: 5px;
}
a.text-link-white-2,
a.text-link-white-2 i {
  color: #fff;
}
a.text-link-white-2:focus,
a.text-link-white-2:focus i,
a.text-link-white-2:hover,
a.text-link-white-2:hover i {
  color: #0064a4;
}
a.text-link-black,
a.text-link-black i {
  color: #000;
}
a.text-link-dark-gray {
  color: #939393;
}
.text-link-dark-gray:focus,
a.text-link-dark-gray:hover {
  color: #232323;
}
a.text-link-extra-dark-gray {
  color: #232323;
}
a.text-link-extra-dark-gray:focus,
a.text-link-extra-dark-gray:hover {
  color: #000;
}
a.text-link-deep-pink,
a.text-link-deep-pink i {
  color: #0064a4;
}
a.text-link-deep-pink:focus,
a.text-link-deep-pink:focus i,
a.text-link-deep-pink:hover,
a.text-link-deep-pink:hover i {
  color: #fff;
}
.no-letter-spacing {
  letter-spacing: 0;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.letter-spacing-6 {
  letter-spacing: 6px;
}
.letter-spacing-7 {
  letter-spacing: 7px;
}
.letter-spacing-8 {
  letter-spacing: 8px;
}
.letter-spacing-9 {
  letter-spacing: 9px;
}
.letter-spacing-10 {
  letter-spacing: 10px;
}
.letter-spacing-minus-1 {
  letter-spacing: -1px;
}
.letter-spacing-minus-2 {
  letter-spacing: -2px;
}
.letter-spacing-minus-3 {
  letter-spacing: -3px;
}
.letter-spacing-minus-4 {
  letter-spacing: -4px;
}
.letter-spacing-minus-5 {
  letter-spacing: -5px;
}
.letter-spacing-minus-6 {
  letter-spacing: -6px;
}
.letter-spacing-minus-7 {
  letter-spacing: -7px;
}
.letter-spacing-minus-8 {
  letter-spacing: -8px;
}
.letter-spacing-minus-9 {
  letter-spacing: -9px;
}
.letter-spacing-minus-10 {
  letter-spacing: -10px;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.line-height-none {
  line-height: 0;
}
.text-transform-none {
  text-transform: none;
}
.title-line-through {
  padding: 0 15px;
}
.text-middle-line {
  position: relative;
  white-space: nowrap;
}
.text-middle-line:before {
  border-bottom: 1px solid;
  position: absolute;
  content: "";
  width: 100%;
  top: 53%;
  opacity: 0.35;
}
.text-bottom-line {
  width: 1px;
  border-top: 30px solid;
  margin-left: auto;
  margin-right: auto;
}
.text-middle-line-deep-pink:before {
  border-bottom: 1px solid #0064a4;
  position: absolute;
  content: "";
  width: 100%;
  margin-top: 5px;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.line-height-10 {
  line-height: 10px;
}
.line-height-13 {
  line-height: 13px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-35 {
  line-height: 35px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-45 {
  line-height: 45px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}
.background-white,
.bg-white {
  background-color: #fff;
}
.background-black,
.bg-black {
  background-color: #000;
}
.bg-extra-dark-gray {
  background-color: #1c1c1c;
}
.bg-dark-gray {
  background-color: #757575;
}
.bg-extra-medium-gray {
  background-color: #939393;
}
.bg-very-dark-gray {
  background-color: #121212;
}
.bg-medium-gray {
  background-color: #dbdbdb;
}
.bg-extra-light-gray {
  background-color: #e0e0e0;
}
.bg-medium-light-gray {
  background-color: #ededed;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-very-light-gray {
  background-color: #fafafa;
}
.bg-deep-pink {
  background-color: #0064a4;
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.85);
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-deep-pink-opacity {
  background-color: rgba(255, 33, 79, 0.85);
}
section {
  overflow: hidden;
}
.margin-bottom-minus-20 {
  margin-bottom: -20px;
}
.margin-bottom-minus-50 {
  margin-bottom: -50px;
}
.footer-margin-bottom {
  margin-bottom: -65px;
}
section.half-section {
  padding: 80px 0;
}
label {
  margin-bottom: 5px;
  font-weight: 700;
}
.medium-select select {
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}
.small-select select {
  padding: 15px 15px;
  line-height: normal;
}
.medium-select-light select {
  padding: 12px 25px;
  font-size: 12px;
  line-height: normal;
}
.extra-small-select select {
  padding: 9px 17px;
  font-size: 12px;
  line-height: normal;
}
.select-style {
  width: 100%;
  overflow: hidden;
  background: url(http://techinterview.coach/libraries/images/select-arrow.webp)
    no-repeat 97% 50%;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-style select:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block;
}
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}
.opacity1 {
  opacity: 0.1;
}
.opacity2 {
  opacity: 0.2;
}
.opacity3 {
  opacity: 0.3;
}
.opacity4 {
  opacity: 0.4;
}
.opacity5 {
  opacity: 0.5;
}
.opacity6 {
  opacity: 0.6;
}
.opacity7 {
  opacity: 0.7;
}
.opacity8 {
  opacity: 0.8;
}
.opacity9 {
  opacity: 0.9;
}
.opacity10 {
  opacity: 1;
}
.z-index-minus2 {
  z-index: -2;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-111 {
  z-index: 111;
}
.z-index-1111 {
  z-index: 1111;
}
.z-index-9999 {
  z-index: 9999;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.header-social-icon *,
.parallax {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.absolute-bottom-center {
  left: 50%;
  top: 80%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-80%);
  -moz-transform: translateX(-50%) translateY(-80%);
  -webkit-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
  -o-transform: translateX(-50%) translateY(-80%);
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
}
.btn-primary,
.btn-success {
  color: #fff;
}
.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px;
}
.btn.btn-small {
  font-size: 11px;
  padding: 4px 24px;
}
.btn.btn-medium {
  font-size: 12px;
  padding: 6px 25px 5px;
}
.btn.btn-large {
  font-size: 13px;
  padding: 9px 34px;
  line-height: 25px;
}
.btn.btn-extra-large {
  font-size: 15px;
  padding: 12px 40px 13px;
  line-height: 25px;
}
.btn i {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #232323;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  background: 0 0;
  color: #fff;
}
.btn.btn-black {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-black:focus,
.btn.btn-black:hover {
  background: 0 0;
  color: #000;
}
.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.btn.btn-dark-gray:focus,
.btn.btn-dark-gray:hover {
  background: 0 0;
  color: #232323;
}
.btn.btn-light-gray {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-light-gray:focus,
.btn.btn-light-gray:hover {
  background: 0 0;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn.btn-deep-pink {
  background: #0064a4;
  border-color: #0064a4;
  color: #fff;
}
.btn.btn-deep-pink:focus,
.btn.btn-deep-pink:hover {
  background: 0 0;
  border-color: #0064a4;
  color: #0064a4;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-rounded.btn-very-small {
  padding: 2px 23px 1px;
}
.btn.btn-rounded.btn-small {
  padding: 5px 29px;
}
.btn.btn-rounded.btn-medium {
  padding: 6px 32px;
}
.btn.btn-rounded.btn-large {
  padding: 9px 38px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 12px 45px 13px;
}
.image-button {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 26px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.image-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dropdown-style-1 .btn {
  color: #fff;
  font-size: 11px;
  line-height: normal;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  font-weight: 400;
}
.dropdown-style-1 .btn.dropdown-toggle::after {
  vertical-align: middle;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin-left: 0;
}
.dropdown-style-1 .btn:hover {
  color: #0064a4;
}
.dropdown-style-1 .dropdown-menu {
  margin-top: 2px;
  min-width: 130px;
  border-radius: 0;
  border: none;
  z-index: 444;
  right: 0;
  left: auto !important;
  padding: 5px 0;
}
.dropdown-style-1 .dropdown-menu > li > a {
  padding: 6px 15px;
  font-size: 15px;
  display: block;
  line-height: normal;
}
.dropdown-style-1 .dropdown-menu > li > a:focus,
.dropdown-style-1 .dropdown-menu > li > a:hover {
  background: #ededed;
}
.btn.btn-link {
  padding: 7px 0 0;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid;
  background-color: transparent;
  letter-spacing: normal;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.border-all {
  border: 1px solid #ededed;
}
.border-width-1 {
  border-width: 1px;
}
.border-width-2 {
  border-width: 2px;
}
.border-width-3 {
  border-width: 3px;
}
.border-width-4 {
  border-width: 4px;
}
.border-width-5 {
  border-width: 5px;
}
.border-width-6 {
  border-width: 6px;
}
.border-width-7 {
  border-width: 7px;
}
.border-width-8 {
  border-width: 8px;
}
.border-width-9 {
  border-width: 9px;
}
.border-width-10 {
  border-width: 10px;
}
.border-width-20 {
  border-width: 20px;
}
.border-top {
  border-top: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-lr {
  border-left: 1px solid;
  border-right: 1px solid;
}
.border-tb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.border-color-white {
  border-color: #fff !important;
}
.border-color-black {
  border-color: #000 !important;
}
.border-color-extra-dark-gray {
  border-color: #232323 !important;
}
.border-color-medium-dark-gray {
  border-color: #363636 !important;
}
.border-color-dark-gray {
  border-color: #939393 !important;
}
.border-color-extra-medium-gray {
  border-color: #dbdbdb !important;
}
.border-color-medium-gray {
  border-color: #e4e4e4 !important;
}
.border-color-extra-light-gray {
  border-color: #ededed !important;
}
.border-color-light-gray {
  border-color: #f5f5f5 !important;
}
.border-color-light-pink {
  border-color: #862237 !important;
}
.border-color-deep-pink {
  border-color: #0064a4 !important;
}
.border-solid {
  border-style: solid !important;
}
.border-none {
  border-style: none !important;
}
.border-hidden {
  border-style: hidden !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.border-black-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-7 {
  border-radius: 7px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-9 {
  border-radius: 9px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-50 {
  border-radius: 50%;
}
.border-radius-100 {
  border-radius: 100%;
}
.border-radius-none {
  border-radius: 0;
}
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.background-position-left {
  background-position: left center;
}
.background-position-left-bottom {
  background-position: left bottom;
}
.background-position-right {
  background-position: right center;
}
.background-position-top {
  background-position: center top !important;
}
.background-position-x-50 {
  background-position-x: 50% !important;
}
.margin-half-all {
  margin: 0.5%;
}
.margin-four-all {
  margin: 4%;
}
.margin-four-half-all {
  margin: 4.5%;
}
.margin-five-all {
  margin: 5%;
}
.margin-five-half-all {
  margin: 5.5%;
}
.margin-eight-all {
  margin: 8%;
}
.margin-eight-half-all {
  margin: 8.5%;
}
.margin-nine-all {
  margin: 9%;
}
.margin-nine-half-all {
  margin: 9.5%;
}
.margin-ten-all {
  margin: 10%;
}
.margin-ten-half-all {
  margin: 10.5%;
}
.margin-twelve-all {
  margin: 12%;
}
.margin-twelve-half-all {
  margin: 12.5%;
}
.margin-fifteen-all {
  margin: 15%;
}
.margin-fifteen-half-all {
  margin: 15.5%;
}
.margin-5px-all {
  margin: 5px;
}
.margin-10px-all {
  margin: 10px;
}
.margin-15px-all {
  margin: 15px;
}
.margin-20px-all {
  margin: 20px;
}
.margin-25px-all {
  margin: 25px;
}
.margin-30px-all {
  margin: 30px;
}
.margin-35px-all {
  margin: 35px;
}
.margin-40px-all {
  margin: 40px;
}
.margin-45px-all {
  margin: 45px;
}
.margin-50px-all {
  margin: 50px;
}
.margin-55px-all {
  margin: 55px;
}
.margin-60px-all {
  margin: 60px;
}
.margin-65px-all {
  margin: 65px;
}
.margin-70px-all {
  margin: 70px;
}
.margin-75px-all {
  margin: 75px;
}
.margin-80px-all {
  margin: 80px;
}
.margin-85px-all {
  margin: 85px;
}
.margin-90px-all {
  margin: 90px;
}
.margin-95px-all {
  margin: 95px;
}
.margin-100px-all {
  margin: 100px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-auto {
  margin: 0 auto !important;
}
.margin-four-top {
  margin-top: 4%;
}
.margin-four-half-top {
  margin-top: 4.5%;
}
.margin-five-top {
  margin-top: 5%;
}
.margin-five-half-top {
  margin-top: 5.5%;
}
.margin-eight-top {
  margin-top: 8%;
}
.margin-eight-half-top {
  margin-top: 8.5%;
}
.margin-nine-top {
  margin-top: 9%;
}
.margin-nine-half-top {
  margin-top: 9.5%;
}
.margin-ten-top {
  margin-top: 10%;
}
.margin-ten-half-top {
  margin-top: 10.5%;
}
.margin-twelve-top {
  margin-top: 12%;
}
.margin-twelve-half-top {
  margin-top: 12.5%;
}
.margin-fifteen-top {
  margin-top: 15%;
}
.margin-fifteen-half-top {
  margin-top: 15.5%;
}
.margin-5px-top {
  margin-top: 5px;
}
.margin-10px-top {
  margin-top: 10px;
}
.margin-15px-top {
  margin-top: 15px;
}
.margin-20px-top {
  margin-top: 20px;
}
.margin-25px-top {
  margin-top: 25px;
}
.margin-30px-top {
  margin-top: 30px;
}
.margin-35px-top {
  margin-top: 35px;
}
.margin-40px-top {
  margin-top: 40px;
}
.margin-45px-top {
  margin-top: 45px;
}
.margin-50px-top {
  margin-top: 50px;
}
.margin-55px-top {
  margin-top: 55px;
}
.margin-60px-top {
  margin-top: 60px;
}
.margin-65px-top {
  margin-top: 65px;
}
.margin-70px-top {
  margin-top: 70px;
}
.margin-75px-top {
  margin-top: 75px;
}
.margin-80px-top {
  margin-top: 80px;
}
.margin-90px-top {
  margin-top: 90px;
}
.margin-100px-top {
  margin-top: 100px;
}
.margin-150px-top {
  margin-top: 150px;
}
.margin-four-bottom {
  margin-bottom: 4%;
}
.margin-four-half-bottom {
  margin-bottom: 4.5%;
}
.margin-five-bottom {
  margin-bottom: 5%;
}
.margin-five-half-bottom {
  margin-bottom: 5.5%;
}
.margin-eight-bottom {
  margin-bottom: 8%;
}
.margin-eight-half-bottom {
  margin-bottom: 8.5%;
}
.margin-nine-bottom {
  margin-bottom: 9%;
}
.margin-nine-half-bottom {
  margin-bottom: 9.5%;
}
.margin-ten-bottom {
  margin-bottom: 10%;
}
.margin-ten-half-bottom {
  margin-bottom: 10.5%;
}
.margin-twelve-bottom {
  margin-bottom: 12%;
}
.margin-twelve-half-bottom {
  margin-bottom: 12.5%;
}
.margin-fifteen-bottom {
  margin-bottom: 15%;
}
.margin-fifteen-half-bottom {
  margin-bottom: 15.5%;
}
.margin-5px-bottom {
  margin-bottom: 5px;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-15px-bottom {
  margin-bottom: 15px;
}
.margin-20px-bottom {
  margin-bottom: 20px;
}
.margin-25px-bottom {
  margin-bottom: 25px;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
.margin-35px-bottom {
  margin-bottom: 35px;
}
.margin-40px-bottom {
  margin-bottom: 40px;
}
.margin-45px-bottom {
  margin-bottom: 45px;
}
.margin-50px-bottom {
  margin-bottom: 50px;
}
.margin-55px-bottom {
  margin-bottom: 55px;
}
.margin-60px-bottom {
  margin-bottom: 60px;
}
.margin-65px-bottom {
  margin-bottom: 65px;
}
.margin-70px-bottom {
  margin-bottom: 70px;
}
.margin-75px-bottom {
  margin-bottom: 75px;
}
.margin-80px-bottom {
  margin-bottom: 80px;
}
.margin-85px-bottom {
  margin-bottom: 85px;
}
.margin-90px-bottom {
  margin-bottom: 90px;
}
.margin-95px-bottom {
  margin-bottom: 95px;
}
.margin-100px-bottom {
  margin-bottom: 100px;
}
.margin-four-right {
  margin-right: 4%;
}
.margin-four-half-right {
  margin-right: 4.5%;
}
.margin-five-right {
  margin-right: 5%;
}
.margin-five-half-right {
  margin-right: 5.5%;
}
.margin-eight-right {
  margin-right: 8%;
}
.margin-eight-half-right {
  margin-right: 8.5%;
}
.margin-nine-right {
  margin-right: 9%;
}
.margin-nine-half-right {
  margin-right: 9.5%;
}
.margin-ten-right {
  margin-right: 10%;
}
.margin-ten-half-right {
  margin-right: 10.5%;
}
.margin-twelve-right {
  margin-right: 12%;
}
.margin-twelve-half-right {
  margin-right: 12.5%;
}
.margin-fifteen-right {
  margin-right: 15%;
}
.margin-fifteen-half-right {
  margin-right: 15.5%;
}
.margin-5px-right {
  margin-right: 5px;
}
.margin-10px-right {
  margin-right: 10px;
}
.margin-15px-right {
  margin-right: 15px;
}
.margin-20px-right {
  margin-right: 20px;
}
.margin-25px-right {
  margin-right: 25px;
}
.margin-30px-right {
  margin-right: 30px;
}
.margin-35px-right {
  margin-right: 35px;
}
.margin-40px-right {
  margin-right: 40px;
}
.margin-45px-right {
  margin-right: 45px;
}
.margin-50px-right {
  margin-right: 50px;
}
.margin-55px-right {
  margin-right: 55px;
}
.margin-60px-right {
  margin-right: 60px;
}
.margin-65px-right {
  margin-right: 65px;
}
.margin-70px-right {
  margin-right: 70px;
}
.margin-75px-right {
  margin-right: 75px;
}
.margin-80px-right {
  margin-right: 80px;
}
.margin-85px-right {
  margin-right: 85px;
}
.margin-90px-right {
  margin-right: 90px;
}
.margin-95px-right {
  margin-right: 95px;
}
.margin-100px-right {
  margin-right: 100px;
}
.margin-four-left {
  margin-left: 4%;
}
.margin-four-half-left {
  margin-left: 4.5%;
}
.margin-five-left {
  margin-left: 5%;
}
.margin-five-half-left {
  margin-left: 5.5%;
}
.margin-eight-left {
  margin-left: 8%;
}
.margin-eight-half-left {
  margin-left: 8.5%;
}
.margin-nine-left {
  margin-left: 9%;
}
.margin-nine-half-left {
  margin-left: 9.5%;
}
.margin-ten-left {
  margin-left: 10%;
}
.margin-ten-half-left {
  margin-left: 10.5%;
}
.margin-twelve-left {
  margin-left: 12%;
}
.margin-twelve-half-left {
  margin-left: 12.5%;
}
.margin-fifteen-left {
  margin-left: 15%;
}
.margin-fifteen-half-left {
  margin-left: 15.5%;
}
.margin-5px-left {
  margin-left: 5px;
}
.margin-10px-left {
  margin-left: 10px;
}
.margin-15px-left {
  margin-left: 15px;
}
.margin-20px-left {
  margin-left: 20px;
}
.margin-25px-left {
  margin-left: 25px;
}
.margin-30px-left {
  margin-left: 30px;
}
.margin-35px-left {
  margin-left: 35px;
}
.margin-40px-left {
  margin-left: 40px;
}
.margin-45px-left {
  margin-left: 45px;
}
.margin-50px-left {
  margin-left: 50px;
}
.margin-55px-left {
  margin-left: 55px;
}
.margin-60px-left {
  margin-left: 60px;
}
.margin-65px-left {
  margin-left: 65px;
}
.margin-70px-left {
  margin-left: 70px;
}
.margin-75px-left {
  margin-left: 75px;
}
.margin-80px-left {
  margin-left: 80px;
}
.margin-85px-left {
  margin-left: 85px;
}
.margin-90px-left {
  margin-left: 90px;
}
.margin-95px-left {
  margin-left: 95px;
}
.margin-100px-left {
  margin-left: 100px;
}
.margin-four-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.margin-four-half-lr {
  margin-left: 4.5%;
  margin-right: 4.5%;
}
.margin-five-lr {
  margin-left: 5%;
  margin-right: 5%;
}
.margin-five-half-lr {
  margin-left: 5.5%;
  margin-right: 5.5%;
}
.margin-eight-lr {
  margin-left: 8%;
  margin-right: 8%;
}
.margin-eight-half-lr {
  margin-left: 8.5%;
  margin-right: 8.5%;
}
.margin-nine-lr {
  margin-left: 9%;
  margin-right: 9%;
}
.margin-nine-half-lr {
  margin-left: 9.5%;
  margin-right: 9.5%;
}
.margin-ten-lr {
  margin-left: 10%;
  margin-right: 10%;
}
.margin-ten-half-lr {
  margin-left: 10.5%;
  margin-right: 10.5%;
}
.margin-twelve-lr {
  margin-left: 12%;
  margin-right: 12%;
}
.margin-twelve-half-lr {
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.margin-fifteen-lr {
  margin-left: 15%;
  margin-right: 15%;
}
.margin-fifteen-half-lr {
  margin-left: 15.5%;
  margin-right: 15.5%;
}
.margin-5px-lr {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-10px-lr {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-15px-lr {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-20px-lr {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-25px-lr {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-30px-lr {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-35px-lr {
  margin-left: 35px;
  margin-right: 35px;
}
.margin-40px-lr {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-45px-lr {
  margin-left: 45px;
  margin-right: 45px;
}
.margin-50px-lr {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-55px-lr {
  margin-left: 55px;
  margin-right: 55px;
}
.margin-60px-lr {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-65px-lr {
  margin-left: 65px;
  margin-right: 65px;
}
.margin-70px-lr {
  margin-left: 70px;
  margin-right: 70px;
}
.margin-75px-lr {
  margin-left: 75px;
  margin-right: 75px;
}
.margin-80px-lr {
  margin-left: 80px;
  margin-right: 80px;
}
.margin-85px-lr {
  margin-left: 85px;
  margin-right: 85px;
}
.margin-90px-lr {
  margin-left: 90px;
  margin-right: 90px;
}
.margin-95px-lr {
  margin-left: 95px;
  margin-right: 95px;
}
.margin-100px-lr {
  margin-left: 100px;
  margin-right: 100px;
}
.margin-four-tb {
  margin-top: 4%;
  margin-bottom: 4%;
}
.margin-four-half-tb {
  margin-top: 4.5%;
  margin-bottom: 4.5%;
}
.margin-five-tb {
  margin-top: 5%;
  margin-bottom: 5%;
}
.margin-five-half-tb {
  margin-top: 5.5%;
  margin-bottom: 5.5%;
}
.margin-eight-tb {
  margin-top: 8%;
  margin-bottom: 8%;
}
.margin-eight-half-tb {
  margin-top: 8.5%;
  margin-bottom: 8.5%;
}
.margin-nine-tb {
  margin-top: 9%;
  margin-bottom: 9%;
}
.margin-nine-half-tb {
  margin-top: 9.5%;
  margin-bottom: 9.5%;
}
.margin-ten-tb {
  margin-top: 10%;
  margin-bottom: 10%;
}
.margin-ten-half-tb {
  margin-top: 10.5%;
  margin-bottom: 10.5%;
}
.margin-twelve-tb {
  margin-top: 12%;
  margin-bottom: 12%;
}
.margin-twelve-half-tb {
  margin-top: 12.5%;
  margin-bottom: 12.5%;
}
.margin-fifteen-tb {
  margin-top: 15%;
  margin-bottom: 15%;
}
.margin-fifteen-half-tb {
  margin-top: 15.5%;
  margin-bottom: 15.5%;
}
.margin-5px-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-10px-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-25px-tb {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-35px-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-40px-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-45px-tb {
  margin-top: 45px;
  margin-bottom: 45px;
}
.margin-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-55px-tb {
  margin-top: 55px;
  margin-bottom: 55px;
}
.margin-60px-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-65px-tb {
  margin-top: 65px;
  margin-bottom: 65px;
}
.margin-70px-tb {
  margin-top: 70px;
  margin-bottom: 70px;
}
.margin-75px-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}
.margin-80px-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-85px-tb {
  margin-top: 85px;
  margin-bottom: 85px;
}
.margin-90px-tb {
  margin-top: 90px;
  margin-bottom: 90px;
}
.margin-95px-tb {
  margin-top: 95px;
  margin-bottom: 95px;
}
.margin-100px-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-four-all {
  padding: 4%;
}
.padding-four-half-all {
  padding: 4.5%;
}
.padding-five-all {
  padding: 5%;
}
.padding-five-half-all {
  padding: 5.5%;
}
.padding-eight-all {
  padding: 8%;
}
.padding-eight-half-all {
  padding: 8.5%;
}
.padding-nine-all {
  padding: 9%;
}
.padding-nine-half-all {
  padding: 9.5%;
}
.padding-ten-all {
  padding: 10%;
}
.padding-ten-half-all {
  padding: 10.5%;
}
.padding-twelve-all {
  padding: 12%;
}
.padding-twelve-half-all {
  padding: 12.5%;
}
.padding-fifteen-all {
  padding: 15%;
}
.padding-fifteen-half-all {
  padding: 15.5%;
}
.padding-5px-all {
  padding: 5px;
}
.padding-10px-all {
  padding: 10px;
}
.padding-15px-all {
  padding: 15px;
}
.padding-20px-all {
  padding: 20px;
}
.padding-25px-all {
  padding: 25px;
}
.padding-30px-all {
  padding: 30px;
}
.padding-35px-all {
  padding: 35px;
}
.padding-40px-all {
  padding: 40px;
}
.padding-45px-all {
  padding: 45px;
}
.padding-50px-all {
  padding: 50px;
}
.padding-55px-all {
  padding: 55px;
}
.padding-60px-all {
  padding: 60px;
}
.padding-65px-all {
  padding: 65px;
}
.padding-70px-all {
  padding: 70px;
}
.padding-75px-all {
  padding: 75px;
}
.padding-80px-all {
  padding: 80px;
}
.padding-85px-all {
  padding: 85px;
}
.padding-90px-all {
  padding: 90px;
}
.padding-95px-all {
  padding: 95px;
}
.padding-100px-all {
  padding: 100px;
}
.padding-four-top {
  padding-top: 4%;
}
.padding-four-half-top {
  padding-top: 4.5%;
}
.padding-five-top {
  padding-top: 5%;
}
.padding-five-half-top {
  padding-top: 5.5%;
}
.padding-eight-top {
  padding-top: 8%;
}
.padding-eight-half-top {
  padding-top: 8.5%;
}
.padding-nine-top {
  padding-top: 9%;
}
.padding-nine-half-top {
  padding-top: 9.5%;
}
.padding-ten-top {
  padding-top: 10%;
}
.padding-ten-half-top {
  padding-top: 10.5%;
}
.padding-twelve-top {
  padding-top: 12%;
}
.padding-twelve-half-top {
  padding-top: 12.5%;
}
.padding-fifteen-top {
  padding-top: 15%;
}
.padding-fifteen-half-top {
  padding-top: 15.5%;
}
.padding-5px-top {
  padding-top: 5px;
}
.padding-10px-top {
  padding-top: 10px;
}
.padding-15px-top {
  padding-top: 15px;
}
.padding-20px-top {
  padding-top: 20px;
}
.padding-25px-top {
  padding-top: 25px;
}
.padding-30px-top {
  padding-top: 30px;
}
.padding-35px-top {
  padding-top: 35px;
}
.padding-40px-top {
  padding-top: 40px;
}
.padding-45px-top {
  padding-top: 45px;
}
.padding-50px-top {
  padding-top: 50px;
}
.padding-55px-top {
  padding-top: 55px;
}
.padding-60px-top {
  padding-top: 60px;
}
.padding-65px-top {
  padding-top: 65px;
}
.padding-70px-top {
  padding-top: 70px;
}
.padding-75px-top {
  padding-top: 75px;
}
.padding-80px-top {
  padding-top: 80px;
}
.padding-85px-top {
  padding-top: 85px;
}
.padding-90px-top {
  padding-top: 90px;
}
.padding-95px-top {
  padding-top: 95px;
}
.padding-100px-top {
  padding-top: 100px;
}
.padding-four-bottom {
  padding-bottom: 4%;
}
.padding-four-half-bottom {
  padding-bottom: 4.5%;
}
.padding-five-bottom {
  padding-bottom: 5%;
}
.padding-five-half-bottom {
  padding-bottom: 5.5%;
}
.padding-eight-bottom {
  padding-bottom: 8%;
}
.padding-eight-half-bottom {
  padding-bottom: 8.5%;
}
.padding-nine-bottom {
  padding-bottom: 9%;
}
.padding-nine-half-bottom {
  padding-bottom: 9.5%;
}
.padding-ten-bottom {
  padding-bottom: 10%;
}
.padding-ten-half-bottom {
  padding-bottom: 10.5%;
}
.padding-twelve-bottom {
  padding-bottom: 12%;
}
.padding-twelve-half-bottom {
  padding-bottom: 12.5%;
}
.padding-fifteen-bottom {
  padding-bottom: 15%;
}
.padding-fifteen-half-bottom {
  padding-bottom: 15.5%;
}
.padding-5px-bottom {
  padding-bottom: 5px;
}
.padding-10px-bottom {
  padding-bottom: 10px;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.padding-20px-bottom {
  padding-bottom: 20px;
}
.padding-25px-bottom {
  padding-bottom: 25px;
}
.padding-30px-bottom {
  padding-bottom: 30px;
}
.padding-35px-bottom {
  padding-bottom: 35px;
}
.padding-40px-bottom {
  padding-bottom: 40px;
}
.padding-45px-bottom {
  padding-bottom: 45px;
}
.padding-50px-bottom {
  padding-bottom: 50px;
}
.padding-55px-bottom {
  padding-bottom: 55px;
}
.padding-60px-bottom {
  padding-bottom: 60px;
}
.padding-65px-bottom {
  padding-bottom: 65px;
}
.padding-70px-bottom {
  padding-bottom: 70px;
}
.padding-75px-bottom {
  padding-bottom: 75px;
}
.padding-80px-bottom {
  padding-bottom: 80px;
}
.padding-85px-bottom {
  padding-bottom: 85px;
}
.padding-90px-bottom {
  padding-bottom: 90px;
}
.padding-95px-bottom {
  padding-bottom: 95px;
}
.padding-100px-bottom {
  padding-bottom: 100px;
}
.padding-four-right {
  padding-right: 4%;
}
.padding-four-half-right {
  padding-right: 4.5%;
}
.padding-five-right {
  padding-right: 5%;
}
.padding-five-half-right {
  padding-right: 5.5%;
}
.padding-eight-right {
  padding-right: 8%;
}
.padding-eight-half-right {
  padding-right: 8.5%;
}
.padding-nine-right {
  padding-right: 9%;
}
.padding-nine-half-right {
  padding-right: 9.5%;
}
.padding-ten-right {
  padding-right: 10%;
}
.padding-ten-half-right {
  padding-right: 10.5%;
}
.padding-twelve-right {
  padding-right: 12%;
}
.padding-twelve-half-right {
  padding-right: 12.5%;
}
.padding-fifteen-right {
  padding-right: 15%;
}
.padding-fifteen-half-right {
  padding-right: 15.5%;
}
.padding-5px-right {
  padding-right: 5px;
}
.padding-10px-right {
  padding-right: 10px;
}
.padding-15px-right {
  padding-right: 15px;
}
.padding-20px-right {
  padding-right: 20px;
}
.padding-25px-right {
  padding-right: 25px;
}
.padding-30px-right {
  padding-right: 30px;
}
.padding-35px-right {
  padding-right: 35px;
}
.padding-40px-right {
  padding-right: 40px;
}
.padding-45px-right {
  padding-right: 45px;
}
.padding-50px-right {
  padding-right: 50px;
}
.padding-55px-right {
  padding-right: 55px;
}
.padding-60px-right {
  padding-right: 60px;
}
.padding-65px-right {
  padding-right: 65px;
}
.padding-70px-right {
  padding-right: 70px;
}
.padding-75px-right {
  padding-right: 75px;
}
.padding-80px-right {
  padding-right: 80px;
}
.padding-85px-right {
  padding-right: 85px;
}
.padding-90px-right {
  padding-right: 90px;
}
.padding-95px-right {
  padding-right: 95px;
}
.padding-100px-right {
  padding-right: 100px;
}
.padding-four-left {
  padding-left: 4%;
}
.padding-four-half-left {
  padding-left: 4.5%;
}
.padding-five-left {
  padding-left: 5%;
}
.padding-five-half-left {
  padding-left: 5.5%;
}
.padding-eight-left {
  padding-left: 8%;
}
.padding-eight-half-left {
  padding-left: 8.5%;
}
.padding-nine-left {
  padding-left: 9%;
}
.padding-nine-half-left {
  padding-left: 9.5%;
}
.padding-ten-left {
  padding-left: 10%;
}
.padding-ten-half-left {
  padding-left: 10.5%;
}
.padding-twelve-left {
  padding-left: 12%;
}
.padding-twelve-half-left {
  padding-left: 12.5%;
}
.padding-fifteen-left {
  padding-left: 15%;
}
.padding-fifteen-half-left {
  padding-left: 15.5%;
}
.padding-5px-left {
  padding-left: 5px;
}
.padding-10px-left {
  padding-left: 10px;
}
.padding-15px-left {
  padding-left: 15px;
}
.padding-20px-left {
  padding-left: 20px;
}
.padding-25px-left {
  padding-left: 25px;
}
.padding-30px-left {
  padding-left: 30px;
}
.padding-35px-left {
  padding-left: 35px;
}
.padding-40px-left {
  padding-left: 40px;
}
.padding-45px-left {
  padding-left: 45px;
}
.padding-50px-left {
  padding-left: 50px;
}
.padding-55px-left {
  padding-left: 55px;
}
.padding-60px-left {
  padding-left: 60px;
}
.padding-65px-left {
  padding-left: 65px;
}
.padding-70px-left {
  padding-left: 70px;
}
.padding-75px-left {
  padding-left: 75px;
}
.padding-80px-left {
  padding-left: 80px;
}
.padding-85px-left {
  padding-left: 85px;
}
.padding-90px-left {
  padding-left: 90px;
}
.padding-95px-left {
  padding-left: 95px;
}
.padding-100px-left {
  padding-left: 100px;
}
.padding-four-tb {
  padding-top: 4%;
  padding-bottom: 4%;
}
.padding-four-half-tb {
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}
.padding-five-tb {
  padding-top: 5%;
  padding-bottom: 5%;
}
.padding-five-half-tb {
  padding-top: 5.5%;
  padding-bottom: 5.5%;
}
.padding-eight-tb {
  padding-top: 8%;
  padding-bottom: 8%;
}
.padding-eight-half-tb {
  padding-top: 8.5%;
  padding-bottom: 8.5%;
}
.padding-nine-tb {
  padding-top: 9%;
  padding-bottom: 9%;
}
.padding-nine-half-tb {
  padding-top: 9.5%;
  padding-bottom: 9.5%;
}
.padding-ten-tb {
  padding-top: 10%;
  padding-bottom: 10%;
}
.padding-ten-half-tb {
  padding-top: 10.5%;
  padding-bottom: 10.5%;
}
.padding-twelve-tb {
  padding-top: 12%;
  padding-bottom: 12%;
}
.padding-twelve-half-tb {
  padding-top: 12.5%;
  padding-bottom: 12.5%;
}
.padding-fifteen-tb {
  padding-top: 15%;
  padding-bottom: 15%;
}
.padding-fifteen-half-tb {
  padding-top: 15.5%;
  padding-bottom: 15.5%;
}
.padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-15px-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-25px-tb {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-30px-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-40px-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-45px-tb {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-55px-tb {
  padding-top: 55px;
  padding-bottom: 55px;
}
.padding-60px-tb {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-65px-tb {
  padding-top: 65px;
  padding-bottom: 65px;
}
.padding-70px-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-75px-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-80px-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-85px-tb {
  padding-top: 85px;
  padding-bottom: 85px;
}
.padding-90px-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-95px-tb {
  padding-top: 95px;
  padding-bottom: 95px;
}
.padding-100px-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-four-lr {
  padding-left: 4%;
  padding-right: 4%;
}
.padding-four-half-lr {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
.padding-five-lr {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-five-half-lr {
  padding-left: 5.5%;
  padding-right: 5.5%;
}
.padding-eight-lr {
  padding-left: 8%;
  padding-right: 8%;
}
.padding-eight-half-lr {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
.padding-nine-lr {
  padding-left: 9%;
  padding-right: 9%;
}
.padding-nine-half-lr {
  padding-left: 9.5%;
  padding-right: 9.5%;
}
.padding-ten-lr {
  padding-left: 10%;
  padding-right: 10%;
}
.padding-ten-half-lr {
  padding-left: 10.5%;
  padding-right: 10.5%;
}
.padding-twelve-lr {
  padding-left: 12%;
  padding-right: 12%;
}
.padding-twelve-half-lr {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.padding-fifteen-lr {
  padding-left: 15%;
  padding-right: 15%;
}
.padding-fifteen-half-lr {
  padding-left: 15.5%;
  padding-right: 15.5%;
}
.padding-5px-lr {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-10px-lr {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-20px-lr {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-25px-lr {
  padding-left: 25px;
  padding-right: 25px;
}
.padding-30px-lr {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-35px-lr {
  padding-left: 35px;
  padding-right: 35px;
}
.padding-40px-lr {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-45px-lr {
  padding-left: 45px;
  padding-right: 45px;
}
.padding-50px-lr {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-55px-lr {
  padding-left: 55px;
  padding-right: 55px;
}
.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-65px-lr {
  padding-left: 65px;
  padding-right: 65px;
}
.padding-70px-lr {
  padding-left: 70px;
  padding-right: 70px;
}
.padding-75px-lr {
  padding-left: 75px;
  padding-right: 75px;
}
.padding-80px-lr {
  padding-left: 80px;
  padding-right: 80px;
}
.padding-85px-lr {
  padding-left: 85px;
  padding-right: 85px;
}
.padding-90px-lr {
  padding-left: 90px;
  padding-right: 90px;
}
.padding-95px-lr {
  padding-left: 95px;
  padding-right: 95px;
}
.padding-100px-lr {
  padding-left: 100px;
  padding-right: 100px;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline !important;
}
.display-none {
  display: none !important;
}
.display-flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -ms-flex-flow: row;
  -moz-flex-flow: row;
  -o-flex-flow: row;
}
.display-flex > div:nth-of-type(1) {
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
}
.display-flex > div:nth-of-type(2) {
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
}
.display-flex > div:nth-of-type(3) {
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-right {
  right: 0 !important;
}
.position-left {
  left: 0 !important;
}
.position-top {
  top: 0 !important;
}
.top-auto {
  top: auto;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 1px;
}
.top-2 {
  top: 2px;
}
.top-3 {
  top: 3px;
}
.top-4 {
  top: 4px;
}
.top-5 {
  top: 5px;
}
.top-6 {
  top: 6px;
}
.top-7 {
  top: 7px;
}
.top-8 {
  top: 8px;
}
.top-9 {
  top: 9px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.top-20 {
  top: 20px;
}
.top-25 {
  top: 25px;
}
.top-30 {
  top: 30px;
}
.top-35 {
  top: 35px;
}
.top-40 {
  top: 40px;
}
.top-45 {
  top: 45px;
}
.top-50 {
  top: 50px;
}
.top-minus1 {
  top: -1px;
}
.top-minus2 {
  top: -2px;
}
.top-minus3 {
  top: -3px;
}
.top-minus4 {
  top: -4px;
}
.top-minus5 {
  top: -5px;
}
.top-minus6 {
  top: -6px;
}
.top-minus7 {
  top: -7px;
}
.top-minus8 {
  top: -8px;
}
.top-minus9 {
  top: -9px;
}
.top-minus10 {
  top: -10px;
}
.top-minus15 {
  top: -15px;
}
.top-minus20 {
  top: -20px;
}
.top-minus25 {
  top: -25px;
}
.top-minus30 {
  top: -30px;
}
.top-minus35 {
  top: -35px;
}
.top-minus40 {
  top: -40px;
}
.bottom-auto {
  bottom: auto;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 1px;
}
.bottom-2 {
  bottom: 2px;
}
.bottom-3 {
  bottom: 3px;
}
.bottom-4 {
  bottom: 4px;
}
.bottom-5 {
  bottom: 5px;
}
.bottom-6 {
  bottom: 6px;
}
.bottom-7 {
  bottom: 7px;
}
.bottom-8 {
  bottom: 8px;
}
.bottom-9 {
  bottom: 9px;
}
.bottom-10 {
  bottom: 10px;
}
.bottom-15 {
  bottom: 15px;
}
.bottom-20 {
  bottom: 20px;
}
.bottom-25 {
  bottom: 25px;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-35 {
  bottom: 35px;
}
.bottom-40 {
  bottom: 40px;
}
.bottom-45 {
  bottom: 45px;
}
.bottom-50 {
  bottom: 50px;
}
.left-auto {
  left: auto;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 1px;
}
.left-2 {
  left: 2px;
}
.left-3 {
  left: 3px;
}
.left-4 {
  left: 4px;
}
.left-5 {
  left: 5px;
}
.left-6 {
  left: 6px;
}
.left-7 {
  left: 7px;
}
.left-8 {
  left: 8px;
}
.left-9 {
  left: 9px;
}
.left-10 {
  left: 10px;
}
.left-15 {
  left: 15px;
}
.left-20 {
  left: 20px;
}
.left-25 {
  left: 25px;
}
.left-30 {
  left: 30px;
}
.left-35 {
  left: 35px;
}
.left-40 {
  left: 40px;
}
.left-45 {
  left: 45px;
}
.left-50 {
  left: 50px;
}
.right-auto {
  right: auto;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 1px;
}
.right-2 {
  right: 2px;
}
.right-3 {
  right: 3px;
}
.right-4 {
  right: 4px;
}
.right-5 {
  right: 5px;
}
.right-6 {
  right: 6px;
}
.right-7 {
  right: 7px;
}
.right-8 {
  right: 8px;
}
.right-9 {
  right: 9px;
}
.right-10 {
  right: 10px;
}
.width-1px {
  width: 1px;
}
.width-2px {
  width: 2px;
}
.width-3px {
  width: 3px;
}
.width-4px {
  width: 4px;
}
.width-5px {
  width: 5px;
}
.width-6px {
  width: 6px;
}
.width-7px {
  width: 7px;
}
.width-8px {
  width: 8px;
}
.width-9px {
  width: 9px;
}
.width-10px {
  width: 10px;
}
.width-15px {
  width: 15px;
}
.width-20px {
  width: 20px;
}
.width-25px {
  width: 25px;
}
.width-30px {
  width: 30px;
}
.width-35px {
  width: 35px;
}
.width-40px {
  width: 40px;
}
.width-50px {
  width: 50px;
}
.width-55px {
  width: 55px;
}
.width-60px {
  width: 60px;
}
.width-65px {
  width: 65px;
}
.width-70px {
  width: 70px;
}
.width-75px {
  width: 75px;
}
.width-80px {
  width: 80px;
}
.width-85px {
  width: 85px;
}
.width-90px {
  width: 90px;
}
.width-100px {
  width: 100px;
}
.width-110px {
  width: 110px;
}
.width-120px {
  width: 120px;
}
.width-130px {
  width: 130px;
}
.width-150px {
  width: 150px;
}
.width-180px {
  width: 180px;
}
.width-200px {
  width: 200px;
}
.width-250px {
  width: 250px;
}
.width-300px {
  width: 300px;
}
.width-350px {
  width: 350px;
}
.width-400px {
  width: 400px;
}
.width-450px {
  width: 450px;
}
.width-500px {
  width: 500px;
}
.width-550px {
  width: 550px;
}
.width-600px {
  width: 600px;
}
.width-650px {
  width: 650px;
}
.width-700px {
  width: 700px;
}
.width-750px {
  width: 750px;
}
.width-800px {
  width: 800px;
}
.width-850px {
  width: 850px;
}
.width-900px {
  width: 900px;
}
.width-950px {
  width: 950px;
}
.width-1000px {
  width: 1000px;
}
.width-10 {
  width: 10%;
}
.width-12 {
  width: 12%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 90%;
}
.width-95 {
  width: 95%;
}
.width-100 {
  width: 100%;
}
.width-auto {
  width: auto;
}
.height-1px {
  height: 1px;
}
.height-2px {
  height: 2px;
}
.height-3px {
  height: 3px;
}
.height-4px {
  height: 4px;
}
.height-5px {
  height: 5px;
}
.height-6px {
  height: 6px;
}
.height-7px {
  height: 7px;
}
.height-8px {
  height: 8px;
}
.height-9px {
  height: 9px;
}
.height-10px {
  height: 10px;
}
.height-40px {
  height: 40px;
}
.height-80px {
  height: 80px;
}
.height-90px {
  height: 90px;
}
.height-100px {
  height: 100px;
}
.height-130px {
  height: 130px;
}
.height-150px {
  height: 150px;
}
.height-200px {
  height: 200px;
}
.height-250px {
  height: 250px;
}
.height-300px {
  height: 300px;
}
.height-350px {
  height: 350px;
}
.height-400px {
  height: 400px;
}
.height-450px {
  height: 450px;
}
.height-500px {
  height: 500px;
}
.height-550px {
  height: 550px;
}
.height-600px {
  height: 600px;
}
.height-650px {
  height: 650px;
}
.height-700px {
  height: 700px;
}
.height-750px {
  height: 750px;
}
.height-800px {
  height: 800px;
}
.height-850px {
  height: 850px;
}
.height-50 {
  height: 50%;
}
.height-100 {
  height: 100% !important;
}
.height-auto {
  height: auto !important;
}
.max-height-100 {
  max-height: 100%;
}
.full-screen {
  min-height: 980px;
}
.min-height-40px {
  min-height: 40px;
}
.min-height-50px {
  min-height: 50px;
}
.min-height-80px {
  min-height: 80px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-200px {
  min-height: 200px;
}
.min-height-300px {
  min-height: 300px;
}
.min-height-400px {
  min-height: 400px;
}
.min-height-500px {
  min-height: 500px;
}
.min-height-600px {
  min-height: 600px;
}
.min-height-700px {
  min-height: 700px;
}
.extra-small-screen {
  height: 300px;
}
.small-screen {
  height: 400px;
}
.icon-very-small {
  font-size: 16px;
}
.icon-small {
  font-size: 24px;
}
.icon-medium {
  font-size: 35px;
}
.icon-extra-medium {
  font-size: 40px;
}
.icon-large {
  font-size: 50px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-middle {
  display: table;
  height: 100%;
  width: 65%;
  margin: 0 auto;
  opacity: 0;
}
.follow-box a:hover {
  color: #ff2149;
}
.animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transform: perspective(600px) rotateX(-20deg);
  -weblit-transform: perspective(600px) rotateX(-20deg);
  -moz-transform: perspective(600px) rotateX(-20deg);
  -ms-transform: perspective(600px) rotateX(-20deg);
  -o-transform: perspective(600px) rotateX(-20deg);
}
header nav.nav-full-width {
  width: 100%;
}
.menu-wrap {
  left: auto;
}
.menu-wrap {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  width: 100%;
  z-index: -10001;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
header nav.nav-box-width {
  padding: 0 50px;
}
.dropdown-menu .dropdown a {
  position: relative;
}
header .menu-wrap .widget {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
nav.navbar .toggle-button {
  background: #000;
  border: medium none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.left-nav {
  position: fixed;
  top: 0;
  width: auto;
  left: 0;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.3s ease 0s;
}
.bottom-menu-icon {
  width: 90px;
  padding: 22px 30px;
  text-align: center;
}
.bottom-menu-icon a {
  font-size: 24px;
  width: 23px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.navbar-collapse {
  -webkit-overflow-scrolling: auto;
  -moz--webkit-overflow-scrolling: auto;
  -ms--webkit-overflow-scrolling: auto;
  -o--webkit-overflow-scrolling: auto;
}
.menu-wrap .widget {
  display: inline-block;
  width: 100%;
}
.menu-new a:after {
  background: #0064a4 none repeat scroll 0 0;
  color: #fff;
  font-size: 9px;
  margin-left: 8px;
  padding: 1px 5px 0 5px;
  line-height: 14px;
  position: absolute;
  content: "New";
  margin-top: 5px;
  text-transform: uppercase;
}
.page-title-extra-small h1 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.page-title-small h1 {
  font-size: 20px;
  line-height: 26px;
}
.page-title-medium h1 {
  font-size: 32px;
  line-height: 37px;
}
.page-title-large h1 {
  font-size: 46px;
  line-height: 49px;
}
.page-title-extra-large h1 {
  font-size: 55px;
  line-height: 50px;
}
.slider-half-small-screen {
  min-height: 630px;
}
.slider-half-screen {
  min-height: 765px;
}
.slider-medium-screen {
  min-height: 898px;
}
.slider-text-middle-main {
  display: table;
  height: 100%;
  width: 100%;
}
.slider-text-middle {
  display: table-cell;
  vertical-align: middle;
}
.slider-typography {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.slider-text-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.slider-text-top {
  display: table-cell;
  vertical-align: top;
}
.down-section {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  right: 0;
}
.scroll-down-section {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroll-down-section div {
  height: 100px;
}
.special-char-small {
  font-size: 40px;
  line-height: 60px;
}
.special-char-medium {
  font-size: 80px;
  line-height: 120px;
}
.special-char-large {
  font-size: 140px;
  line-height: 120px;
}
.special-char-extra-large {
  font-size: 200px;
  line-height: 150px;
}
figure {
  margin: 0;
}
.feature-box-4 figure:focus img {
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.feature-box-5 {
  padding-left: 75px;
}
.feature-box-5 i {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-box-6 {
  padding-left: 70px;
}
.feature-box-6 i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.feature-box-8 .feature-box-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -2;
}
.feature-box-8:hover .feature-box-overlay {
  height: 100%;
  background: #2f2f2f;
}
.feature-box-8:hover div,
.feature-box-8:hover p {
  color: #fff;
}
.parallax-feature-box {
  overflow: visible;
}
.feature-box-14 > div {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.feature-box-14 > div:last-child {
  border-right: 0;
}
.scroll-top-arrow,
.scroll-top-arrow:focus {
  color: #fff;
  background: #878787;
  line-height: 28px;
  display: none;
  height: 30px;
  width: 30px;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  bottom: 70px;
  z-index: 10006;
  border-radius: 100%;
}
.scroll-top-arrow:hover {
  background: #505050;
  color: #fff;
  border-color: #0064a4;
}
.scroll-top-arrow i {
  line-height: 30px;
  position: relative;
}
.latest-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-post li {
  padding: 15px 0;
}
.latest-post li:first-child {
  padding-top: 0;
}
.latest-post li:last-child {
  border-bottom: none;
}
.latest-post li figure {
  width: 60px;
  float: left;
}
.latest-post li figure,
footer .latest-post li div {
  margin-bottom: 0;
}
.latest-post li div {
  line-height: normal;
  padding-left: 22px;
  position: relative;
  top: -1px;
}
.latest-post li figure:focus img,
.latest-post li figure:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
[class*=" ti-"],
[class^="ti-"] {
  display: inline-block;
}
.head-text {
  font-size: 80px;
  line-height: 95px;
}
.attr-nav > ul > li > a {
  padding: 3px 15px;
}
.w-10 {
  width: 10% !important;
}
@-webkit-keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 2px;
  }
  50% {
    opacity: 0.3;
    top: 4px;
  }
  75% {
    opacity: 0.2;
    top: 5px;
  }
  100% {
    opacity: 0;
    top: 9px;
  }
}
@keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 4px;
  }
  50% {
    opacity: 0.3;
    top: 8px;
  }
  75% {
    opacity: 0.2;
    top: 12px;
  }
  100% {
    opacity: 0;
    top: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .margin-new {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 600px) {
  .new-width {
    display: inline !important;
    width: 200px;
  }
}
@keyframes cssAnimation {
  to {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .img-mobile {
    width: 25% !important;
  }
}
@media (max-width: 767.98px) {
  .special-width-logo {
    width: 200% !important;
  }
  .special-width-50 {
    width: 100% !important;
  }
}
@media (min-width: 767.98px) {
  .special-width-logo {
    width: 75% !important;
  }
}
@media (min-width: 767.98px) {
  .special-width-50 {
    width: 50% !important;
  }
}
.d-hidden {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 767.98px) {
  .pl-10,
  .px-10 {
    padding-left: 15rem !important;
  }
  .px-10 {
    padding-right: 15rem !important;
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth !important;
  }
}
.toggle-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 200px;
}
.toggle-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-button {
  padding: 6px 15px;
  min-width: 100px;
  border-radius: 10px;
  background-color: #fff;
  color: #0064a4;
  border: 0.75px solid #0064a4;
  transition:
    background-color 0.3s,
    color 0.3s;
  line-height: 1.5;
  font-weight: 700;
}
.toggle-button:hover {
  background-color: #0064a4;
  color: #fff;
}
.toggle-button.active {
  background-color: #0064a4;
  color: #fff;
}
.toggle-button-first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-button-last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.toggle-button-middle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select {
  padding: 6px 15px;
  min-width: 100px;
  border-radius: 10px;
  background-color: #fff;
  color: #0064a4;
  border: 0.75px solid #0064a4;
  transition:
    background-color 0.3s,
    color 0.3s;
  line-height: 1.5;
  font-weight: 700;
}
.form-select:hover {
  background-color: #0064a4;
  color: #fff;
}
.form-select.active {
  background-color: #0064a4;
  color: #fff;
}
.badge {
  background-color: #0064a4;
  color: #fff;
  margin-left: 10px;
  font-size: small;
  font-weight: 500;
  border-radius: 20px;
}
.badge-popularity {
  background-color: lightgreen;
  color: black;
  margin-left: 10px;
  padding: 1.5px;
  font-size: 20px;
  font-weight: 700;
}
.applyDiscount {
  color: lightgray;
  text-decoration: line-through;
}
.background-color-FF474D {
  background-color: #ff474d;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkmark-list {
  list-style-type: none;
  padding-left: 3px;
}
.checkmark-list li::before {
  content: "\2713";
  color: #008000;
  font-weight: bold;
  margin-right: 5px;
}
.popularCardStyle {
  background-color: #f2faff;
}
.fadeIn {
  animation: fadeIn 0.5s ease-in-out;
}
.button-container {
  text-align: center;
  margin-top: 20px;
}
.btn-blue,
.btn-green {
  display: inline-block;
  padding: 8px 18px;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: none;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
}
.btn-blue {
  background-color: #0064a4;
  border: 1px #0064a4 solid;
}
.btn-blue:hover {
  background-color: #fff;
  color: #0064a4;
  border: 1px #0064a4 solid;
}
.btn-blue:active,
.btn-blue:focus {
  background-color: #0064a4 !important;
  color: #fff !important;
}
.btn-green {
  background-color: #4caf50;
  border: 1px #4caf50 solid;
}
.btn-green:hover {
  background-color: #fff;
  color: #4caf50;
  border: 1px #4caf50 solid;
}
.btn-green:active,
.btn-green:focus {
  background-color: #4caf50 !important;
  color: #fff !important;
}
.rounded-btn {
  border-radius: 9999px !important;
}
.border-gray {
  border: 1px solid #d4d4d4;
}
.border-blue {
  background-color: #fff;
  color: #0064a4;
  border: 1px solid #0064a4;
}
.border-blue:hover {
  background-color: #0064a4 !important;
  color: #fff !important;
  border: 1px solid #0064a4 !important;
}
.border-blue:active,
.border-blue:focus {
  background-color: #fff !important;
  color: #0064a4 !important;
}
.counters-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counters-container .counter {
  color: #0064a4;
  margin-top: 40px;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 0;
}
.counters-container .counter-text {
  color: #0064a4;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
footer-classic-dark a {
  color: #009dff !important;
}
.footer-classic-dark a:hover {
  color: #0064a4 !important;
}
.interview-logo-position {
  position: relative;
  top: -70px;
  width: 350px;
}
.icon-container {
  position: relative;
  margin-top: 20px;
  background-image: url(https://techinterview.coach/cdn/480/logo-tech-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
}
.vertical-line {
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin: 4px 10px;
}
.formsapp-button.formsapp-popup-button {
  padding: 7px !important;
  border-radius: 0 !important;
  margin-top: 0;
}
.btn-grey {
  display: inline-block;
  background-color: #868686;
  padding: 5px 20px;
  color: #fff;
  border-radius: 20px;
  border: 1px #868686 solid;
  text-decoration: none;
  margin-right: 10px;
}
.btn-grey:hover {
  background-color: #fff;
  color: #868686;
  border: 1px #868686 solid;
}
.btn-grey:active,
.btn-grey:focus {
  background-color: #868686 !important;
  color: #fff !important;
}
.banner {
  background-color: #ffffff;
  padding: 3rem 0;
}
.text-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #0047ba;
}
.text-content p {
  margin-bottom: 1rem;
}
.text-content .btn-primary {
  background-color: #0047ba;
  border-color: #0047ba;
  padding: 0.8rem 2rem;
  font-size: 1rem;
}
.text-content .btn-primary:hover {
  background-color: #003a94;
  border-color: #003a94;
}
.text-content .faang-logos img {
  width: 50px;
  height: auto;
  margin-right: 0.5rem;
}
.text-content .faang-logos img:last-child {
  margin-right: 0;
}
.image-content {
  text-align: center;
}
.image-content .linkedin-metrics {
  width: 90px;
  text-align: center;
  background-color: #0047ba;
  color: #ffffff;
  border-radius: 8px;
  padding: 0.5rem 0.5rem;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
}
.image-content .linkedin-metrics span {
  display: block;
}
.image-content .linkedin-metrics span:first-child {
  font-size: 0.75rem;
}
.image-content .linkedin-metrics span:last-child {
  font-size: 1.5rem;
  font-weight: bold;
}
.image-content .btn-primary {
  background-color: #0047ba;
  border-color: #0047ba;
  padding: 0.8rem 2rem;
  font-size: 1rem;
}
.image-content .btn-primary:hover {
  background-color: #003a94;
  border-color: #003a94;
}
.image-content a {
  color: #d9534f;
  text-decoration: none;
  font-size: 0.9rem;
}
.image-content a:hover {
  text-decoration: underline;
}
.linkedinIntro {
  height: 80px;
  background: #0064a4;
  border-bottom-left-radius: 20px;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.linkedinBrandImg {
  width: 20%;
  height: auto;
}
.image-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.linkedInBtn {
  border-radius: 10px;
  background: #0064a4;
  color: white;
  padding: 20px;
}
.linkedinCallBook {
  position: relative;
  background-image: url("/cdn/960/services/linkedin-call-banner.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.linkedinCallBook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.linkedinCallBook-text {
  position: relative;
  color: white;
  font-size: 40px;
  text-align: left;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.6;
  z-index: 1;
}
.services-section-1 {
  color: #0064a4;
  font-size: 36px;
}
.services-section-1 p {
  font-size: 33px;
  line-height: 1.1;
  color: #666666;
  font-weight: 400;
}
.services-section-2 {
  color: white;
  font-size: 36px;
}
.services-section-2 p {
  font-size: 33px;
  line-height: 1.1;
  color: white;
  font-weight: 400;
}
.how-it-works-image {
}
.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
  max-width: 1200px;
}
.right-arrow-class {
  max-width: unset !important;
  width: 45px;
  position: absolute;
}
.down-arrow-class {
  display: none;
}
.card-container {
  perspective: 1000px;
}
.card-animate {
  width: 300px;
  height: 420px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
  animation: flipAnimation 2s 4 forwards;
}
.card-front,
.card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.card-front img,
.card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.card-front {
  transform: rotateY(0deg);
}
.card-back {
  transform: rotateY(180deg);
}
.card-container:hover {
  cursor: pointer;
}
@keyframes flipAnimation {
  0% {
    transform: rotateY(340deg) rotateX(10deg) rotateZ(4deg);
  }
  100% {
    transform: rotateY(-20deg) rotateX(10deg) rotateZ(4deg);
  }
}
.card-final {
  width: 300px;
  height: 420px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
  animation-fill-mode: forwards;
  animation: finalFlipAnimation 1.5s forwards;
}
@keyframes finalFlipAnimation {
  0% {
    transform: rotateY(-20deg) rotateX(10deg) rotateZ(4deg);
  }
  100% {
    transform: rotateY(-200deg) rotateX(-10deg) rotateZ(-4deg);
  }
}
.card-flipped {
  width: 300px;
  height: 420px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
  animation-fill-mode: forwards;
  animation: clickFlip 1.5s forwards;
}
@keyframes clickFlip {
  0% {
    transform: rotateY(-200deg) rotateX(-10deg) rotateZ(-4deg);
  }
  100% {
    transform: rotateY(-20deg) rotateX(10deg) rotateZ(4deg);
  }
}
.home-page-para {
  font-size: 20px;
  line-height: 1.4;
  color: black;
  padding-right: 10px;
  margin-bottom: 0px;
  font-weight: 400;
}
.home-page-coaches {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.home-page-coaches-list {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 690px;
}
.scroll-container {
  display: inline-block;
  animation: scroll linear infinite;
}
.scroll-container:hover {
  cursor: pointer;
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.arrow-wrap {
  margin-left: 22px;
}
.filter-system-container .choices {
  border: 1px solid #d4e3ef;
  border-radius: 8px;
  background-color: #fff;
  color: #232323;
}
.filter-system-container .choices__inner {
  border: none;
  background: transparent;
  padding: 8px 14px;
  min-height: auto;
  line-height: 1.5;
  font-weight: 600;
  font-size: 13px;
}
.filter-system-container .choices:hover {
  border-color: #0064a4;
}
.filter-system-container .choices.is-open .choices__inner,
.filter-system-container .choices.is-focused .choices__inner {
  box-shadow: 0 0 0 3px rgba(0, 100, 164, 0.08);
}
.filter-system-container .choices__list--dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.filter-system-container
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.filter-system-container
  .choices__list--dropdown
  .choices__item--selectable:hover {
  background-color: #f2faff;
  color: #0064a4;
}
.filter-system-container .choices__placeholder {
  color: #757575;
}
.filter-system-container
  .choices[data-type*="select-one"]
  .choices__inner:after {
  border-color: #939393 transparent transparent transparent;
}
.filter-system-container .choices:focus {
  outline: none;
  box-shadow: none;
}
.calcom-inline {
  width: 100%;
  min-height: 680px;
  height: 680px;
  overflow: auto;
}
