@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('https://fonts.cdnfonts.com/css/miso'); */

/*
@font-face {
  font-family: "Miso";
  font-style: normal;
  font-weight: 400;
  src: local("Miso"), url("https://uploads.prod01.sydney.platformos.com/instances/474/assets/__assets/css/fonts/miso.woff") format("woff");
}

@font-face {
  font-family: "Miso Bold";
  font-style: normal;
  font-weight: 600;
  src: local("Miso Bold"), url("https://uploads.prod01.sydney.platformos.com/instances/474/assets/__assets/css/fonts/miso-bold.woff") format("woff");
}  */


@font-face {
  font-weight: 400;
  font-family: "Miso";
  src: url('./fonts/miso.otf');
}

@font-face {
  font-weight: 600;
  font-family: "Miso Bold";
  src: url('./fonts/miso-bold.otf');
}  */

/* @font-face {
  font-weight: 400;
  font-family: Mont;
  src: url('https://uploads.prod01.sydney.platformos.com/instances/474/assets/__assets/fonts/Montserrat-Light.otf');
}

@font-face {
  font-weight: 700;
  font-family: MontBold;
  src: url('https://uploads.prod01.sydney.platformos.com/instances/474/assets/__assets/fonts/Montserrat-Regular.otf');
} */

html body {
  margin: 0;
  font-size: var(--font-size);
  font-family: var(--font-family);
  color: var(--text-color);
  line-height: 1.5rem;
  font-weight: 400;
  scroll-behavior: smooth !important; 
}

* {
  box-sizing: border-box;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.vhide {
  visibility: hidden !important;
}
.bg-orange {
  background: #f90 0 0 no-repeat padding-box;
}
.font-aws-microsite {
  font-family: 'Montserrat', sans-serif;
}
.line-height-margin-header-home {
  line-height: 35px !important;
  margin-left: 15px !important;
}

.questionBox {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-bottom: 2px solid black;
}

.dropDownAnswer {
  max-height: 1px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.dropDownAnswer p {
  margin-bottom: 16px!important;
}

.testDrop {
  max-height: 100%;
  margin-top: 20px;
}

.smb-body p {
  font-size: 16px;
}
.info-body p {
  font-size: 16px;
}
.info-body span {
  font-size: 16px;
  padding-left: 10px;
}
.info-body li {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 25px;
}
.smb-body li {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.smb-body span {
  font-size: 30px;
  font-family: "Miso";
  font-weight: 600;
}
.list-solutions li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 18px;
}
.smb-body ul {
  padding-left: 40px;
  padding-right: 40px;
}

.smb-body.job ul,
.smb-body.job li {
  list-style: initial !important;
  padding-left: 20px;
  padding-right: 0;
}

.smb-body:not(.job) ul {
  list-style: none;
}
.smb-body:not(.job) ul li::before {
  content: "\2022";
  color: white!important;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1.1em;
}
.info-body ul.purple-list {
  list-style: none;
  padding-left: 40px;
  padding-right: 40px;
}
.info-body ul.purple-list-nopad {
  list-style: none;
  padding-left: 20px;
}
.info-body ul.purple-list li::before {
  content: "\2022";
  color: #82207e;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1.1em;
}
.info-body ul.purple-list-nopad li::before {
  content: "\2022";
  color: #82207e;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1.1em;
}
.text-orange {
  color: #f90;
}
.why-description p,
.why-description span {
  font-size: 15px !important;
}
a.learn-more {
  width: 150px;
  height: 40px;
  background-color: #813591;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, #813591, #813591);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 40px;
}

a.learn-more:hover {
  color: #0bb9b7;
}

.contact {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 28px;
  cursor: pointer;
  color: #fff!important;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.contact:hover {
  background-color: #fff;
  color: #111!important;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}

.contact-invert {
  display: inline-block;
  border: 2px solid black;
  border-radius: 5px;
  padding: 10px 28px;
  cursor: pointer;
  color: black!important;
  background-size: 0 100%;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.contact-invert:hover {
  background-color: black;
  color: white!important;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.bg-purple {
  background: #82207e;
}
.border-left-purple {
  border-left: 1px solid #82207e;
}
.border-right-purple {
  border-right: 1px solid #82207e;
}
.border-left-bold {
  border-left: 2px solid #82207e;
}
.border-right-bold {
  border-right: 2px solid #82207e;
}
.border-top-bold {
  border-top: 2px solid #82207e;
}
.border-bottom-bold {
  border-bottom: 2px solid #82207e;
}
.border-bottom-purple {
  border-bottom: 1px solid #82207e;
}
.border-top-purple {
  border-top: 1px solid #82207e;
}
.border-purple {
  border: 1px solid #82207e;
}
.text-white {
  color: #fff;
}

.text-white-all * {
  color: #fff;
}

.table-font-size {
  font-size: 16px;
}
.text-purple {
  color: #82207e;
}
.font-size-30 {
  font-size: 30px;
  line-height: 35px;
}
.desktop-nav li a:after {
  display: block;
}
.title-study-content {
  color: #fff !important;
  font-size: 42px !important;
}

.smb-card{
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 200px;
}

.purple-card {
  background-image: url("../img/aws/Union_5.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

.no-pad {
  padding: 0;
}
.pad-3 {
  padding: 3px !important;
}
.pad-10 {
  padding: 10px !important;
}
.pad-20 {
  padding: 20px !important;
}
.pad-30 {
  padding: 30px !important;
}
.pad-40 {
  padding: 40px !important;
}
.padh-60 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.padh-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padh-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padh-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.padh-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.padh-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.padh-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.padv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.padv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padbottom-10 {
  padding-bottom: 10px !important;
}
.padbottom-20 {
  padding-bottom: 20px !important;
}
.padbottom-30 {
  padding-bottom: 30px !important;
}
.padbottom-40 {
  padding-bottom: 40px !important;
}
.padbottom-50 {
  padding-bottom: 50px !important;
}
.padbottom-150 {
  padding-bottom: 150px !important;
}
.padtop-30 {
  padding-top: 30px !important;
}
.padtop-40 {
  padding-top: 40px !important;
}
.padtop-50 {
  padding-top: 50px !important;
}
.flex {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.flex-full {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
}
.fd-row {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fd-col {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.ai-fs {
  align-items: flex-start;
}
.ai-fe {
  align-items: flex-end;
}
.ai-c {
  align-items: center;
}
.ai-s {
  align-items: stretch;
}
.ai-bl {
  align-items: baseline;
}
.ac-fs {
  align-content: flex-start;
}
.ac-fe {
  align-content: flex-end;
}
.ac-c {
  align-content: center;
}
.ac-sb {
  align-content: space-between;
}
.ac-sa {
  align-content: space-around;
}
.as-fs {
  align-self: flex-start;
}
.as-fe {
  align-self: flex-end;
}
.as-c {
  align-self: center;
}
.as-bl {
  align-self: baseline;
}
.as-s {
  align-self: stretch;
}
.desktop-12 {
  width: 100%;
}
.desktop-11 {
  width: 91.6%;
}
.desktop-10 {
  width: 83.3%;
}
.desktop-9 {
  width: 75%;
}
.desktop-8 {
  width: 66.6%;
}
.desktop-7 {
  width: 58.3%;
}
.desktop-6 {
  width: 50%;
}
.desktop-5 {
  width: 41.6%;
}
.desktop-4 {
  width: 33.3%;
}
.desktop-3 {
  width: 25%;
}
.desktop-2 {
  width: 16.6%;
}
.desktop-1 {
  width: 8.3%;
}
.desktop-show {
  display: flex !important;
}
.desktop-hide {
  display: none !important;
}
img {
  max-width: 100%;
}
.black-bg {
  background-color: var(--text-black);
}
.btn {
  border: 2px solid var(--text-black);
  border-radius: 2px;
}
a.btn {
  color: var(--text-black);
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
}
a.btn:hover {
  background-color: var(--text-black);
  color: var(--text-white);
}
@media only screen and (max-width: 991px) {
  .table-font-size {
    font-size: 1.4rem;
  }
  .tablet-12 {
    width: 100%;
  }
  .tablet-11 {
    width: 91.6%;
  }
  .tablet-10 {
    width: 83.3%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-8 {
    width: 66.6%;
  }
  .tablet-7 {
    width: 58.3%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-5 {
    width: 41.6%;
  }
  .tablet-4 {
    width: 33.3%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-2 {
    width: 16.6%;
  }
  .tablet-1 {
    width: 8.3%;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-flex-show {
    display: flex !important;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-center {
    text-align: center !important;
  }
  .navigation ul:first-of-type {
    display: none;
  }
  .navigation li {
    padding: 0.5rem 0;
  }
  .navigation ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .navigation ul li ul {
    position: relative;
    text-align: center;
  }
  .navigation .nav-toggle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .table-font-size {
    font-size: 0.7rem;
  }
  .phonel-12 {
    width: 100%;
  }
  .phonel-11 {
    width: 91.6%;
  }
  .phonel-10 {
    width: 83.3%;
  }
  .phonel-9 {
    width: 75%;
  }
  .phonel-8 {
    width: 66.6%;
  }
  .phonel-7 {
    width: 58.3%;
  }
  .phonel-6 {
    width: 50%;
  }
  .phonel-5 {
    width: 41.6%;
  }
  .phonel-4 {
    width: 33.3%;
  }
  .phonel-3 {
    width: 25%;
  }
  .phonel-2 {
    width: 16.6%;
  }
  .phonel-1 {
    width: 8.3%;
  }
  .phonel-show {
    display: block !important;
  }
  .phonel-hide {
    display: none !important;
  }
  .phonel-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  .table-font-size {
    font-size: 0.6rem;
  }
  .phonep-12 {
    width: 100%;
  }
  .phonep-11 {
    width: 91.6%;
  }
  .phonep-10 {
    width: 83.3%;
  }
  .phonep-9 {
    width: 75%;
  }
  .phonep-8 {
    width: 66.6%;
  }
  .phonep-7 {
    width: 58.3%;
  }
  .phonep-6 {
    width: 50%;
  }
  .phonep-5 {
    width: 41.6%;
  }
  .phonep-4 {
    width: 33.3%;
  }
  .phonep-3 {
    width: 25%;
  }
  .phonep-2 {
    width: 16.6%;
  }
  .phonep-1 {
    width: 8.3%;
  }
  .phonep-show {
    display: block !important;
  }
  .phonep-hide {
    display: none !important;
  }
  .phonep-center {
    text-align: center !important;
  }
}
.fit-element {
  height: 100%;
}
.pos-rel {
  position: relative;
} /*!
   * Reset
   */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: 400;
}
body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.awsbody .container {
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Miso Bold", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#request-quote input[type="checkbox"].with-font ~ label:before,
#request-quote input[type="radio"].with-font ~ label:before,
#shop.shop2.shop-middle-active section:before,
#shop.shop2.shop-middle-home section:before,
#shop.shop2:before,
.call,
.cd-close,
.cd-gallery ul li a,
.cd-gallery ul li a:after,
.form-box,
.large-view:after,
.local-image a:after,
.meet-team .team-details:after,
.select-ctr > div.input-preview,
.service-item a:after,
.shop-categories,
.shop-middle,
.shop-middle-button2:before,
.shop-middle-button:after,
.shop-middle-home,
.shop-middle-home:after,
.shop-middle-home:before,
.shop-middle:after,
.shop-middle:before,
.shop-overlay,
a,
a:before,
body,
button,
i,
img,
input {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
button {
  border: 0;
  box-shadow: none;
}
button:hover {
  outline: 0;
}
a:hover {
  color: #82207e;
  text-decoration: none;
}
a.text-orange:hover {
  color: #b8aeae !important;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.header-gradient-overlay {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  animation: AnimationName 15s ease infinite;
  opacity: 1;
  z-index: -1;
}
.btn-white,
.call,
.hamburger,
.header-right,
.logo img,
body #shop .cd-gallery li:after {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 10;
  background: linear-gradient(270deg, #000, #333);
  background-size: 400% 400%;
  animation: AnimationName 15s ease infinite;
}
.menu .menu-wrapper {
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  line-height: 22px;
  font-weight: 400 !important;
}
.menu .menu-social {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.menu .menu-social li {
  display: inline-block;
  margin: 0 7px 0 8px;
}
.menu .menu-social li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.menu .menu-social li a i {
  border-radius: 5px;
  width: 50px;
  font-size: 22px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  border: solid 2px #fff;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.menu .menu-social li a i:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.sticky {
  padding: 15px 0;
  height: 65px;
  opacity: 1;
  color: #111;
  z-index: 12;
  width: 100%;
  position: fixed;
}
.sticky .header-right {
  float: right;
}
.sticky .header-right .btn-white {
  padding: 7px 20px;
  background: 0 0;
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.sticky .header-right .btn-white:focus,
.sticky .header-right .btn-white:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.sticky .header-right .pin {
  float: right;
  margin-left: 15px;
}
.sticky .header-right .pin i {
  color: #fff;
  height: 41px;
  line-height: 41px;
  font-size: 24px;
}
.sticky .header-right .pin i.pin-line-height-mobile {
  line-height: 30px !important;
}
.sticky .header-right .call {
  height: 33px;
  line-height: 33px;
  float: right;
  color: #fff;
  margin-left: 15px;
}
.sticky .logo {
  float: left;
  text-align: center;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.sticky .logo .logo a {
  display: block;
}
.sticky .logo img {
  max-height: 35px;
  width: auto;
  height: 100%;
  float: left;
}
.sticky .hamburger {
  height: 33px;
  padding: 0 !important;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 11;
  overflow: visible;
  float: left;
  position: inherit;
}
.sticky .hamburger .hamburger-box {
  height: 33px;
  width: 40px;
  display: inline-block;
  position: relative;
}
.sticky .hamburger .hamburger-box .hamburger-inner {
  margin-top: -5px;
  top: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
  border-radius: 4px;
  width: 23px;
}
.sticky .hamburger .hamburger-box .hamburger-inner:after,
.sticky .hamburger .hamburger-box .hamburger-inner:before {
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
}
.sticky .hamburger .hamburger-box .hamburger-inner:before {
  top: 10px;
  width: 30px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.sticky .hamburger .hamburger-box .hamburger-inner:after {
  top: 20px;
  width: 22.5px;
  bottom: -9px;
}
@keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.header-banner {
  text-align: center;
  max-width: 100%;
  position: relative;
}
.header-banner .content-header {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-banner .content-header .aws-logo {
  max-width: 300px;
  max-height: 180px;
  margin-bottom: 30px;
}
.header-banner .content-header h1 {
  font-size: 42px;
  color: #232f3e;
  margin-bottom: 48px;
  font-family: "Miso Bold", sans-serif;
}
.header-banner a.header-button {
  background-color: #813591;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, #813591, #813591);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.header-banner .content-header a:hover {
  background-color: #fff;
  color: #82207e;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  background-image: linear-gradient(to right, #fff, #fff);
  border: 1px solid #82207e;
}
.header-banner .header-img {
  max-width: 80%;
  margin-top: 30px;
}
.benefit {
  margin-bottom: 90px;
}
.benefit .benefit-img {
  margin-top: -40px;
}
.benefit .benefit-aws-img {
  text-align: center;
  margin-top: 55px;
}
.benefit .benefit-aws-img img {
  max-width: 350px;
}
.benefit .benefit-item {
  display: flex;
  height: 90px;
  align-items: flex-end;
  margin-bottom: 62px;
}
.benefit .benefit-item .benefit-img {
  margin-right: 40px;
  width: 90px;
}
.benefit .benefit-item .benefit-img img {
  width: 100%;
}
.benefit .benefit-item .benefit-content {
  width: 80%;
  position: relative;
}
.benefit .benefit-item .benefit-content h3 {
  font-size: 32px;
  color: #813591;
  margin-bottom: 15px;
}
.benefit .benefit-item .benefit-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
footer {
  padding: 30px 0 20px;
  font-size: 11px;
  margin-top: -55px;
}
footer #golf-animation {
  position: relative;
  height: 115px;
  margin-bottom: 25px;
  background-color: #793c87;
}
footer #golf-animation-startup {
  position: relative;
  height: 115px;
  margin-bottom: 25px;
  background-color: #793c87;
  top: -90px;
  z-index: 400;
}
footer #golf-animation .container {
  height: 75px;
}
footer #golf-animation-startup .container {
  height: 75px;
}
.section-title {
  font-size: 42px;
  text-align: center;
  color: #232f3e;
}
.section-title-mobile {
  font-size: 42px;
  text-align: center;
  color: #232f3e;
}
.client {
  z-index: 1;
  position: relative;
  padding-bottom: 70px;
}
.bg-grey {
  background: transparent linear-gradient(180deg, #fff 0, #f0f0f0 100%) 0 0
    no-repeat padding-box;
}
.bg-grey-solid {
  background-color: #f0f0f0;
}
.bg-purple-soft {
  background: #cbcacc;
}
.client .view-more {
  text-align: center;
}
.client .view-more a {
  border: 2px solid #232f3e;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #232f3e;
  padding: 10px 35px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  display: inline-block;
}
.client .view-more a:hover {
  background-color: #232f3e;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #232f3e, #232f3e);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  border-color: #232f3e;
}
.client .list-item .col-md-6:first-child,
.client .list-item .col-md-6:nth-child(3) {
  padding-left: 0;
}
.client .list-item .col-md-6:nth-child(2),
.client .list-item .col-md-6:nth-child(4) {
  padding-right: 0;
}
.client .section-title {
  margin-bottom: 48px;
}
.client .client-item {
  box-shadow: 0 3px 6px #00000040;
  border-radius: 10px;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}
.client .client-item-desktop {
  box-shadow: 0 3px 6px #00000040;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
}
.client .client-item img {
  max-width: 100%;
}
.client .client-item .item-content {
  padding-top: 47px;
  max-width: 325px;
}
.client .client-item .item-content .tag {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.client .client-item-desktop .tag-desktop {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 30px;
  display: inline-block;
}
.client .client-item .item-content .tag-orange {
  background: #f90 0 0 no-repeat padding-box;
}
.client .client-item .item-content .tag-black {
  background: #232f3e 0 0 no-repeat padding-box;
}
.client .client-item .item-content .tag-blue {
  background: #04b6a3 0 0 no-repeat padding-box;
}
.client .client-item-desktop .tag-orange {
  background: #f90 0 0 no-repeat padding-box;
}
.client .client-item-desktop .tag-black {
  background: #232f3e 0 0 no-repeat padding-box;
}
.client .client-item-desktop .tag-blue {
  background: #04b6a3 0 0 no-repeat padding-box;
}
.client .client-item .item-content .title {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 22px;
}
.client .client-item-desktop .title-desktop {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.client .client-item .item-content .description {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
  line-height: 18px;
}
.client .client-item-desktop .description-desktop {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}
.client .client-item .item-content a {
  width: 150px;
  height: 40px;
  background-color: #813591;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, #813591, #813591);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.client .client-item .item-content a:hover {
  background-color: #fff;
  color: #82207e;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  background-image: linear-gradient(to right, #fff, #fff);
  border: 1px solid #82207e;
}
.client .client-item-desktop a.button-link {
  width: 150px;
  height: 40px;
  background-color: #813591;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, #813591, #813591);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.client .client-item-desktop button.button-link {
  background-color: #813591;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, #813591, #813591);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.client .client-item-desktop a.button-link:hover {
  background-color: #fff;
  color: #82207e;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  background-image: linear-gradient(to right, #fff, #fff);
  border: 1px solid #82207e;
}
.client .client-item-desktop button.button-link:hover {
  background-color: #fff;
  color: #82207e;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  background-image: linear-gradient(to right, #fff, #fff);
  border: 1px solid #82207e;
}
.why-service {
  background-image: url("../img/aws/Union_5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 100%;
  padding-bottom: 90px;
  position: relative;
}
.footer-banner {
  background-image: url("../img/aws/Union_5.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.hero-smb-banner {
  background-image: url("../img/aws/Union_5.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}

.why-service .why-left {
  padding-top: 70px;
}
.why-service .why-left h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 38px;
}
.why-service .why-left .why-description {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.why-service .why-left .why-description p {
  margin-bottom: 50px;
}
.why-service .why-left .why-description ul li {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.why-service .why-left .why-description ul li i {
  max-width: 20px;
  max-height: 20px;
  margin-right: 20px;
}
.why-service .why-img {
  position: relative;
}
.why-service .why-img img {
  position: absolute;
  top: -200px;
  left: -249px;
  max-width: 1253px;
}
.footer-banner .why-left {
  /* padding-top: 70px; */
}
.footer-banner .why-left h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 38px;
}
.footer-banner .why-left .why-description {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.footer-banner .why-left .why-description p {
  margin-bottom: 50px;
}
.footer-banner .why-left .why-description ul li {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.footer-banner .why-left .why-description ul li i {
  max-width: 20px;
  max-height: 20px;
  margin-right: 20px;
}
.footer-banner .why-img {
  position: relative;
}
.footer-banner .why-img img {
  position: absolute;
  top: -200px;
  left: -249px;
  max-width: 1253px;
}
.our-customer .list-logo ul {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-customer .list-logo ul li {
  display: inline-block;
  max-height: 75px;
  margin-right: 70px;
}
.our-customer .customer-item {
  padding: 55px 48px;
  box-shadow: 0 3px 6px #00000040;
  border-radius: 10px;
  border-top: 10px solid #f90;
}
.our-customer .customer-item .customer-logo {
  max-width: 170px;
  margin-bottom: 30px;
}
.our-customer .customer-item .customer-logo img {
  width: 100%;
  height: 100%;
}
.our-customer .customer-item .name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.our-customer .customer-item .role {
  color: grey;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}
.our-customer .customer-item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.where-start {
  padding-bottom: 70px;
  padding-top: 70px;
}
.where-start .section-title {
  margin-bottom: 38px;
}
.where-start .list-file button {
  border-radius: 10px;
  background-color: #f90;
  color: #fff;
  width: 250px;
  height: 90px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 40px;
}
.list-file a {
  border-radius: 10px;
  background-color: #f90;
  color: #fff;
  width: 250px;
  height: 90px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding-top: 15px;
}
.where-start .list-file a p {
  margin-bottom: 5px;
}
.where-start .list-file a span {
  display: block;
  max-width: 43px;
  margin: 0 auto;
}
.question {
  display: flex;
  background-image: url("../img/aws/Union_4.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 58px;
}
.question .question-img {
  width: 60%;
}
.question .question-img img {
  margin-left: -115px;
  max-width: 100%;
}
.question .question-right {
  position: relative;
  width: 40%;
}
.question .question-right .question-content {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.question .question-right .question-content h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 33px;
}
.question .question-right .question-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.question .question-right .question-content p a {
  color: #f90;
}
.question .question-right .question-content .contact {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 28px;
  cursor: pointer;
  color: #fff;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.question .question-right .question-content .contact:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.study-banner {
  background-image: url("../img/aws/Rectangle_218.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
}
.study-banner .content-header {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 10px;
  padding: 21px 81px 80px;
  opacity: 0.85;
}
.study-banner .content-header a {
  display: flex;
  color: #232f3e;
  align-items: center;
  margin-bottom: 40px;
}
.study-banner .content-header a img {
  margin-right: 10px;
}
.study-banner .content-header .logo {
  margin-bottom: 40px;
  float: none;
  margin-left: inherit;
  text-align: left;
}
.study-banner .content-header .title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 28px;
}
.study-banner .content-header .description {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  margin-bottom: 40px;
  padding-right: 155px;
}
.study-banner .content-header button {
  padding: 21px 25px;
  background-color: #813591;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.study-banner .content-header button img {
  margin-left: 10px;
  max-width: 25px;
}
.study-banner .tag {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 30px;
  display: inline-block;
  margin-bottom: 50px;
}
.study-banner .tag-orange {
  background: #f90 0 0 no-repeat padding-box;
  opacity: 1;
}
.study-content {
  padding-bottom: 10px;
  background-image: url("../img/aws/bg_4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -70px;
  padding-top: 120px;
  color: #fff;
}
.study-content .pl-140 {
  padding-left: 140px;
}
.study-content .pr-140 {
  padding-right: 140px;
}
.study-content .introduce {
  text-align: center;
}
.study-content .introduce img {
  max-width: 57px;
  margin-bottom: 13px;
}
.study-content .introduce h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 23px;
}
.study-content .introduce p {
  text-align: left;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.study-content .list-detail {
  padding: 28px 40px 34px;
  box-shadow: 0 3px 6px #00000040;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  border-top: 10px solid #f90;
  min-height: 350px;
}
.study-content .list-detail ul {
  display: block;
  width: 50%;
  float: left;
  clear: bold;
}
.study-content .list-detail h4 {
  color: #813591;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Miso";
}
.study-content .list-detail ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.study-content .list-detail ul li:before {
  content: "";
  background-image: url("../img/aws/icon/Group_182.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.study-content .list-detail ul li i {
  max-width: 20px;
  max-height: 20px;
  margin-right: 15px;
}
.results {
  padding-top: 100px;
  margin-bottom: 80px;
}
.results .result-content {
  text-align: center;
}
.results .result-content img {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 13px;
}
.results .result-content h2 {
  font-size: 42px;
  margin-bottom: 23px;
  font-weight: 700;
  color: #fff;
}
.results .result-content p {
  font-size: 14px;
  line-height: 19px;
}
.results .result-content p span {
  color: #f90;
}
.get-started {
  text-align: center;
  color: #fff;
}
.get-started h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #fff;
}
.get-started button {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  width: 180px;
  height: 40px;
  margin-bottom: 50px;
}
.get-started button:focus,
.get-started button:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.get-started .img-get-started {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .why-service .why-img {
    padding-top: 40%;
  }
  .why-service .why-img img {
    position: relative;
    max-width: 100%;
    top: inherit;
    left: inherit;
  }
  .our-customer .list-logo ul {
    display: block;
    text-align: center;
  }
  .our-customer .list-logo ul li {
    margin-right: 35px;
    margin-left: 35px;
  }
  .benefit .benefit-img {
    margin-top: -40px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .header-banner .content-header h1 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .study-content .list-detail {
    margin-bottom: 20px;
  }
  .why-service .why-img {
    padding-top: 10%;
  }
  .where-start .list-file button {
    margin-right: 10px;
    margin-left: 10px;
    width: 220px;
  }
  .client .client-item {
    max-height: 100%;
  }
  .client .client-item img {
    display: block;
    margin: 0 auto;
  }
  .client .client-item .item-content {
    text-align: center;
    max-width: 100%;
    padding: 20px 20px 20px;
  }
  .client .client-item .col-md-6:nth-child(2),
  .client .client-item .col-md-6:nth-child(4) {
    padding-right: 15px;
  }
  .benefit .benefit-item {
    height: inherit;
    align-items: center;
  }
  .header-banner .header-img {
    margin-top: 130px;
  }
  .header-banner .content-header {
    top: 80px;
  }
  .header-banner .content-header h1 {
    font-size: 18px;
  }
  .header-banner .content-header .aws-logo {
    max-width: 150px;
  }
  .where-start .list-file button {
    margin-bottom: 20px;
  }
  .question {
    display: block;
  }
  .question .question-img {
    width: 100%;
  }
  .question .question-img img {
    margin-left: inherit;
  }
  .question .question-right {
    width: 100%;
  }
  .question .question-right .question-content {
    left: 15px;
  }
  .study-banner .content-header {
    padding: 21px 20px 80px;
  }
  .study-banner .content-header img {
    max-width: 50%;
  }
  .study-banner .content-header .logo {
    margin-bottom: 20px;
  }
  .study-banner .content-header .description {
    padding-right: 20px;
  }
  .study-banner .content-header a {
    margin-bottom: 20px;
  }
  .study-banner .content-header .tag {
    margin-bottom: 20px;
  }
  .study-content .introduce {
    padding-left: 20px;
    padding-right: 20px;
  }
  .get-started .img-get-started {
    max-width: 100%;
    height: 300px;
    width: 300px;
  }
}
.download {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #717171;
  z-index: 99;
}
.download .down-box {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  border-radius: 10px;
  overflow: hidden;
}
.download .down-box .left {
  width: 60%;
  background-color: #fff;
  padding: 140px 50px 110px;
}
.download .down-box .left h2 {
  font-size: 42px;
  color: #813591;
  margin-bottom: 38px;
}
.download .down-box .left p {
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
.download .down-box .left input {
  border: 2px solid #813591;
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
  margin-bottom: 15px;
  height: 40px;
  padding-left: 15px;
  color: #813591;
}
.download .down-box .left input::placeholder {
  color: #813591;
}
.download .down-box .left .download-case-study {
  background: #813591 0 0 no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  width: 150px;
  height: 40px;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.download .down-box .right {
  width: 40%;
  text-align: center;
  background-color: #813591;
  padding-top: 150px;
}
.download .down-box .right img {
  max-width: 100%;
}
.download .down-box .right .aws-img {
  margin: 0 auto;
  max-width: 250px;
  margin-bottom: 80px;
}
.download .down-box .right .fitzroy-img {
  margin: 0 auto;
  max-width: 300px;
}
.download .down-box .right .close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 32px;
  width: 32px;
  opacity: 1;
}
#golf-animation .golf-cart {
  bottom: -40px;
}
#golf-animation-startup .golf-cart {
  bottom: -40px;
}
header .container {
  max-width: 1170px;
}
footer .container {
  max-width: 1170px;
}
.modal-backdrop {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 1;
  overflow: hidden;
}
.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 30px);
}
.loader-content img {
  width: 100%;
  height: auto;
  max-width: 100px;
  margin-bottom: 12px;
}
.message {
  text-align: center;
  color: #fff;
  margin-top: -5px;
  opacity: 0;
}
.random {
  display: none;
}
::selection {
  background: #0bb9b7;
  color: #fff;
}
::-moz-selection {
  background: #0bb9b7;
  color: #fff;
}
.checkboxes label {
  width: 100%;
  cursor: pointer;
}
.checkboxes input {
  float: left;
  margin-right: 5px !important;
}
.checkboxes p {
  margin-bottom: 4px !important;
}
.checkboxes input {
  margin: 3px 4px 0 0 !important;
}
.responsiveimage {
  display: none;
}
.sospage h1 {
  margin-bottom: 15px !important;
  font-size: 42px !important;
  line-height: 44px !important;
}
.sospage p {
  font-size: 12px !important;
  margin-bottom: 20px !important;
  line-height: 20px !important;
}
.sospage h2 {
  line-height: 24px !important;
  font-size: 16px !important;
  max-width: 370px;
}
.soscontact {
  float: none !important;
  clear: both;
  padding: 10px 15px !important;
  margin: 5px 0 25px !important;
  line-height: inherit !important;
  font-size: 14px !important;
  height: inherit !important;
}
.sospage form {
  margin-top: -10px;
}
.sospage .captcha {
  margin-top: 5px;
}
.splashtop {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.sospage .splashtop a {
  margin-right: 10px !important;
}
.sospage .btn-white {
  padding: 10px 15px !important;
  height: inherit !important;
  line-height: inherit !important;
}
.sospage p strong {
  font-size: 15px !important;
}
.client-detailed #work-detailed.aws .web-app-content h2 {
  font-size: 22px !important;
}
#why.aws ul li:nth-child(3n + 1) {
  clear: left;
}
.aws-case-banner:after {
  display: none !important;
}
.aws-case-banner .container {
  height: 100%;
}
.aws-back {
  margin-top: 25px;
  display: inline-block;
  color: #fff;
}
.aws-back:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 5px;
}
#banner.about-banner.contact-banner.awsbanner.aws-case-content,
#diagram {
  height: auto !important;
  padding: 50px 0 40px;
  color: #fff;
}
.aws-logo {
  width: 200px;
  height: auto;
}
.aws-case-content {
  background-image: url(../img/purple-green-bg.gif);
  background-repeat: repeat-y !important;
  background-size: auto !important;
  background-position: center center;
}
.aws-banner-content h1 {
  width: 100% !important;
  padding: 0 20px !important;
  font-size: 38px !important;
}
.aws-case-banner .aws-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aws-case-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
form .item input {
  color: #111 !important;
}


:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
body,
html {
  color: #111;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 400;
  height: 100%;
}
ol,
ol li,
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
footer,
section {
  width: 100%;
  float: left;
}
.spacer {
  padding: 40px 0;
}
#request-quote input[type="checkbox"].with-font ~ label:before,
#request-quote input[type="radio"].with-font ~ label:before,
#shop.shop2.shop-middle-active section:before,
#shop.shop2.shop-middle-home section:before,
#shop.shop2:before,
.call,
.cd-close,
.cd-gallery ul li a,
.cd-gallery ul li a:after,
.form-box,
.large-view:after,
.local-image a:after,
.meet-team .team-details:after,
.select-ctr > div.input-preview,
.service-item a:after,
.shop-categories,
.shop-middle,
.shop-middle-button2:before,
.shop-middle-button:after,
.shop-middle-home,
.shop-middle-home:after,
.shop-middle-home:before,
.shop-middle:after,
.shop-middle:before,
.shop-overlay,
a,
a:before,
body,
button,
i,
img,
input {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.btn-white,
.call,
.hamburger,
.header-right,
.logo img,
body #shop .cd-gallery li:after {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.header-gradient-overlay {
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
.cd-filters a:before {
  transition: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
  -o-transition: all 0.2s ease 0s !important;
}
body.open .header-gradient-overlay {
  opacity: 1 !important;
  background: linear-gradient(270deg, #000, #333);
}
h1,
h2,
h3 {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Miso";
}

h1 {
  font-size: 36px;
}
h2 {
  color: #82207e;
  font-size: 30px;
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
header {
  color: #111;
  z-index: 12;
  width: 100%;
  padding: 30px 0;
  position: fixed;
}
p {
  line-height: 1.7em;
  font-size: 14px;
}
body#default .header-gradient-overlay,
body#default header {
  opacity: 1;
}
.header-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 0;
}
header.sticky .header-gradient-overlay {
  opacity: 1;
}
body.open header.sticky {
  box-shadow: inherit;
  height: 65px;
}
header.sticky {
  padding: 15px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky .logo img {
  max-height: 35px;
}
header.sticky .call {
  height: 33px;
  line-height: 33px;
}
header.sticky .btn-white {
  padding: 7px 20px;
}
header.sticky .hamburger {
  height: 33px;
}
header.sticky .hamburger-box {
  height: 33px;
}
header.sticky .hamburger-inner {
  margin-top: -5px;
}
body#default header .header-gradient-overlay {
  opacity: 1;
}
body#default header {
  padding: 15px 0;
  height: 65px;
}
body#default header .logo img {
  max-height: 35px;
}
body#default header .call {
  height: 33px;
  line-height: 33px;
}
body#default header .btn-white {
  padding: 7px 20px;
}
body#default header .hamburger {
  height: 33px;
}
body#default header .hamburger-box {
  height: 33px;
}
body#default header .hamburger-inner {
  margin-top: -5px;
}
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 10;
  background: linear-gradient(270deg, #000, #333);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
}
.menu-wrapper {
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
}
nav ul li a:hover {
  color: #999;
}
nav ul li a:focus {
  color: #999;
}
.menu-social {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.menu-social li {
  display: inline-block;
  margin: 0 7px 0 8px;
}
.menu-social li i {
  border-radius: 5px;
  width: 50px;
  font-size: 22px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  border: solid 2px #fff;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.menu-social li i:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.hamburger {
  padding: 0 !important;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  height: 39px;
  margin: 0;
  z-index: 11;
  overflow: visible;
  float: left;
  position: inherit;
}
.hamburger.show {
  position: fixed;
  z-index: 2;
}
.hamburger-box {
  width: 40px;
  height: 39px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner {
  width: 23px;
}
.hamburger-inner::after {
  width: 22.5px;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  width: 30px;
}
.logo {
  text-align: center;
  float: left;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
body.open .logo {
  left: 55px;
}
body.open .header-right .btn-white {
  position: absolute;
  right: 150px;
}
body.open .header-right .call {
  position: absolute;
  right: 44px;
}
body.open header.sticky .header-gradient-overlay {
  opacity: 0;
}
.logo img {
  float: left;
}
a {
  color: #82207e;
  font-weight: 600 !important;
}
a:hover {
  color: #82207e;
  text-decoration: none;
}
a:focus {
  color: inherit;
}

#banner, #banner-alt {
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-height: 100vh;
  position: relative;
  opacity: 1;
  z-index: 1;
}
#banner.about-banner,
#banner-alt.about-banner{
  background-color: #f4f4f4;
  height: 50vh;
}

#banner.thanks-banner,
#banner-alt.thanks-banner{
  background-color: #f4f4f4;
  height: calc(100vh - 254px);
}

/* @media (max-width: 991px) {
  #banner.thanks-banner {
    background-color: #f4f4f4;
    height: calc(100vh - 470px);
  }
} */

#banner.about-banner.contact-banner {
  height: 100vh;
}
#banner-alt.about-banner.contact-banner {
  height: 100vh;
}
#banner.about-banner .bg,
#banner-alt.about-banner .bg{
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 1;
}
#banner.about-banner .bg.bg-left,
#banner-alt.about-banner .bg.bg-left {
  left: inherit;
  right: 50%;
}
.bgbg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#banner.about-banner h1,
#banner-alt.about-banner h1{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  width: calc(100% + 30px);
  color: #fff;
}
#banner.about-banner.contact-banner h1,
#banner-alt.about-banner.contact-banner h1{
  color: #fff;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 0;
}
#banner.about-banner .aws-banner-content h1,
#banner-alt.about-banner .aws-banner-content h1{
  margin: 0 !important;
}
#websites {
  background-color: #f4f4f4;
  padding-top: 10px;
}
#it-support h1,
#websites h1 {
  font-size: 30px;
  line-height: 34px;
  color: #82207e;
  font-weight: 700;
  margin-bottom: 15px;
}
.web-app h1 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-banner.jamboardbanner h1 {
  font-size: 30px;
  line-height: 34px;
  color: #82207e;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-banner.jamboardbanner p {
  font-size: 12px;
  line-height: 1.7em;
  color: #111;
  margin: 0 0 10px;
}
.services-banner.jamboardbanner a {
  margin-top: 15px;
}
#it-support h2,
#websites h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  color: #111;
}
.services-banner.jamboardbanner a {
  margin-top: 10px;
}
#it-support h3 {
  font-size: 14px;
  margin-top: 20px;
  position: relative;
  padding-top: 15px;
  width: auto;
  display: inline-block;
}
#it-support h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  left: 0;
  border-top: 3px solid #0bb9b7;
}
.it-support-list {
  margin-top: 10px;
  width: 100%;
}
.it-support-list li {
  float: left;
}
.it-support-list li a {
  display: block;
  margin-right: 20px;
}
.web-app h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff;
}
#it-support img,
#websites img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.it-support-list li a img {
  width: auto !important;
  height: 100% !important;
  max-height: 60px;
  background-color: #efefef;
  padding: 15px;
}
.it-support-list li a img:hover {
  background-color: #ddd;
}
#it-support .btn-purple,
#websites .btn-purple {
  margin-top: 21px;
}
#websites .col-md-5 {
  height: 370px;
}
#websites .hwh-content {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#websites .hwh-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin: 40px 0 35px;
}
#it-support h3,
#websites h3 {
  color: #82207e;
}
body#default #banner,
body#default #banner-alt {
  margin-top: 65px;
}
body#default #banner:after,
body#default #banner-alt:after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
body#default #banner.about-banner.jamboardbottom:after,
body#default #banner-alt.about-banner.jamboardbottom:after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
body#default #banner.about-banner:after,
body#default #banner-alt.about-banner:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(130, 32, 126, 0.5);
}
#banner {
  position: relative;
}
#banner-alt {
  position: relative;
}
.bottom-banner-bg {
  background-color: rgba(130, 32, 126, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.about-banner h1 {
  color: #82207e;
  margin-bottom: 0;
  font-weight: 400;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: linear-gradient(270deg, #82207e, #0bb9b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  opacity: 0.7;
  z-index: 0;
}
.logo {
  float: left;
  margin-left: 15px;
}
.logo a {
  display: block;
}
.logo img {
  width: auto;
  height: 100%;
  max-height: 39px;
}
#banner .btn-white,
#banner-alt .btn-white{
  float: left;
  height: 36px;
  line-height: 34px;
  padding: 0 25px;
  font-weight: 600;
}
.vmore {
  margin-top: 15px;
}
.btn-white {
  background: 0 0;
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-purple {
  background: #82207e;
  border: solid 2px #82207e;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  text-transform: uppercase;
}
.btn-purple:focus,
.btn-purple:hover {
  background-color: #fff;
  color: #82207e;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-green {
  background: #0bb9b7;
  border: solid 2px #0bb9b7;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-green:focus,
.btn-green:hover {
  background-color: #fff;
  color: #0bb9b7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}

.btn-yellow {
  background: #FF9900;
  border: solid 2px #FF9900;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-yellow:focus,
.btn-yellow:hover {
  background-color: #fff;
  color: #FF9900;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}




.btn-green-white {
  background: 0 0;
  border: solid 2px #0bb9b7;
  border-radius: 5px;
  color: #0bb9b7;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-green-white:focus,
.btn-green-white:hover {
  background-color: #0bb9b7;
  color: #0bb9b7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-grey {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
  color: #ccc;
  text-align: center;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-grey:focus,
.btn-grey:hover {
  background-color: #ccc;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #ccc, #ccc);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-white-purple {
  background: #0bb9b7;
  border: solid 2px #0bb9b7;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-white-purple:focus,
.btn-white-purple:hover {
  background-color: #fff;
  color: #0bb9b7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-purple-white {
  background: 0 0;
  border: solid 2px #82207e;
  border-radius: 5px;
  color: #82207e;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.btn-purple-white:focus,
.btn-purple-white:hover {
  background-color: #82207e;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #82207e, #82207e);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.btn-purple-white.active {
  background-color: #82207e;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #82207e, #82207e);
}
.pusher::after {
  background: rgba(0, 0, 0, 0.5);
}
.call {
  float: right;
  color: #fff;
  height: 41px;
  line-height: 41px;
}
.call:hover {
  opacity: 0.8;
  color: #fff;
}
.banner, .banner-alt {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner .banner-div,
.banner-alt .banner-div{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}

#banner > .banner-content,
#banner-alt > .banner-content{
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.service-video {
  float: right;
}
.services-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.services-content-text {
  width: calc(100% - 30px);
}
.services-banner .row {
  position: relative;
}
.contact-banner .banner-content {
  z-index: 1;
}
.spacer {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
.banner-spacer {
  float: left;
  padding: 45px 0 20px;
  display: inline-block;
  width: 100%;
  height: auto;
}
.banner-content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 0;
}
.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  -moz-animation: reveal 1s ease-in 1 normal forwards;
  -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}
.animate-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.animate-2 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animate-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.animate-4 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animate-5 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.animate-6 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.animate-7 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.banner-content p {
  color: #fff;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 400;
}
.banner-content .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  border-bottom: solid 1px #8aadc5;
  margin: 0;
  padding: 0;
}
#go:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
#go.btn-white {
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  float: left;
  color: #fff;
  height: 35px;
  text-transform: uppercase;
  line-height: 33px;
  padding: 0 20px;
}
#go.btn-white:hover {
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  color: #111;
}
.banner-dropdown,
.banner-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner-dropdown {
  margin-bottom: 20px;
}
.banner-dropdown li a:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
}
.banner-dropdown li a {
  color: #fff;
  font-size: 16px;
  border-bottom: solid 1px #89adc5;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  padding: 3px 0 3px;
}
.banner-dropdown li a:hover {
  padding: 3px 15px 3px;
  background-color: #fff;
  background-size: 100% 100%;
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  color: #111;
  border-radius: 5px;
}
#why h2,
#why2 h2,
#work h1,
#work h2 {
  margin-bottom: 15px;
}
#why h2,
#why2 h2 {
  margin-bottom: 20px;
}
#why ul li {
  margin-bottom: 30px;
}
#why2 ul li {
  margin-bottom: 0;
}
#why img,
#why2 img {
  margin-bottom: 14px;
  width: 100%;
  height: auto;
  max-width: 75px;
}
#why p strong,
#why2 p strong {
  font-size: 13px;
  color: #82207e;
  font-weight: 700;
  line-height: 1.4em;
}
#why,
#why2 {
  margin-bottom: 20px;
}
.cd-filters a {
  background: 0 0;
  border: 0;
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  padding: 0;
  width: auto;
  display: inline-block;
  font-size: 11px;
  margin: 0 15px 10px 0;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
.cd-filters a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  border-top: 3px solid #0bb9b7;
}
.cd-filters a.selected::before {
  width: 100%;
}
.cd-filters input[type="checkbox"] {
  display: none;
}
body#home .pagination {
  display: none;
}
.cd-gallery ul {
  position: relative;
  margin: 0 -8px 0 -7px;
}
.cd-gallery ul a,
.service-item a {
  position: relative;
  color: #fff;
}
.cd-gallery ul a:after,
.service-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.45;
  border-radius: 5px;
}
.cd-gallery ul:hover a:after,
.service-item:hover a:after {
  opacity: 0.45;
}
.cd-gallery ul li.mix {
  overflow: hidden;
  cursor: pointer;
  padding: 0 8px 0 7px;
  margin-bottom: 15px;
}
.cd-gallery ul li.mix a,
.service-item a {
  border-radius: 5px;
  padding-bottom: 65% !important;
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.cd-gallery ul li.mix:nth-child(odd):hover a:after,
.service-item:hover a:after {
  opacity: 0.9;
  background: #0bb9b7;
}
.cd-gallery ul li.mix:nth-child(even):hover a:after {
  opacity: 0.9;
  background: #82207e;
}
.service-item .article-content,
li.mix .article-content {
  opacity: 1;
  width: calc(100% - 60px);
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.service-item .article-content h3,
li.mix .article-content h3 {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 15px !important;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}
.web-app-content .service-item .article-content,
.web-app-content2 .service-item .article-content {
  width: calc(100% - 30px);
}
.web-app-content .service-item .article-content h3,
.web-app-content2 .service-item .article-content h3 {
  font-size: 14px;
  padding: 6px 10px;
}
.web-app-content .service-item .article-content p,
.web-app-content2 .service-item .article-content p {
  font-size: 11px;
}
.service-item .article-content p,
li.mix .article-content p {
  margin-bottom: 0;
  color: #fff;
}
.service-item:hover .article-content,
li.mix:hover .article-content {
  opacity: 1;
}
.service-item a {
  height: 320px;
}
.web-app .service-item a {
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}
.web-app .web-app-content .service-item:hover a:after {
  background-color: #82207e;
}
.cd-filters label {
  box-shadow: none;
}
.cd-gallery ul li.mix:nth-child(9n + 1) a {
  padding-bottom: 75%;
}
.cd-gallery ul li.mix:nth-child(9n + 2) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 3) a {
  padding-bottom: 75%;
}
.cd-gallery ul li.mix:nth-child(9n + 4) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 5) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 6) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 7) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 8) a {
  padding-bottom: 100%;
}
.cd-gallery ul li.mix:nth-child(9n + 9) a {
  padding-bottom: 75%;
}
.cd-gallery ul.case-studies li.mix:nth-child(9n + 7) a {
  padding-bottom: 100%;
}
.cd-gallery ul.case-studies li.mix:nth-child(9n + 8) a {
  padding-bottom: 100%;
}
.cd-gallery ul.case-studies li.mix:nth-child(9n + 9) a {
  padding-bottom: 125%;
}
.case-studies .cd-gallery ul li.mix:nth-child(10n + 9) a {
  padding-bottom: 100%;
}
#cta {
  background-color: #f4f4f4;
}
.vertical-grey {
  border-left: 2px solid #e5e5e5;
  height: 300px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.vertical-grey-right {
  border-left: 2px solid #e5e5e5;
  height: 300px;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.vertical-white {
  border-left: 2px solid #fff;
  height: 160px;
  position: absolute;
  top: 0;
  right: 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 45px;
  padding: 30px 0 0;
  text-transform: uppercase;
  color: #82207e;
  font-weight: 700;
}
.side-padding {
  padding: 0 60px;
}
#cta .left-padding {
  padding: 60px 45px 60px 150px;
  text-align: center;
}
#cta .right-padding {
  height: 495px;
  position: relative;
}
#cta .cta-content {
  padding: 60px 180px 60px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#cta img {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
#cta h1 {
  color: #82207e;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
#cta h2 {
  color: #111;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Montserrat';
  margin-bottom: 20px;
}
.header-right {
  float: right;
}
footer {
  padding: 30px 0 20px;
  font-size: 11px;
}
footer .btn-purple,
footer .btn-purple-white {
  padding: 8px 10px;
  width: calc(50% - 50px);
  text-align: center;
  margin: 0 5px 5px 0;
}
footer p {
  margin-bottom: 5px;
}
footer p strong {
  color: #82207e;
}
footer a {
  color: #111;
}
footer ul li {
  line-height: 18px;
}
.footer-social {
  display: inline-block;
}
.footer-social li {
  float: left;
}
.footer-social li a {
  float: left;
  margin-right: 5px;
  display: inline-block;
  border: solid 2px #00a8b1;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.footer-social li a:hover {
  background-color: #00a8b1;
  color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #00a8b1, #00a8b1);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.footer-social li a:hover i {
  color: #fff;
}
.footer-social i {
  display: inline-block;
  font-size: 16px;
  color: #00a8b1;
}
.footer-small {
  font-size: 10px;
}
.subfooter {
  margin-top: 5px;
  text-align: right;
}
.grey-line {
  border-top: solid 2px #e5e5e5;
  padding-top: 15px;
}
.blk-line {
  border-top: solid 0 #000;
  margin-top: 15px;
}
#team-cta {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#team-cta .spacer {
  padding: 90px 0;
}
#team-cta::after,
#team-cta::before {
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  width: 50%;
  opacity: 0.9;
}
#team-cta:before {
  left: 0;
  background-color: #82207e;
}
#team-cta:after {
  right: 0;
  background-color: #0bb9b7;
}
#team-cta a {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: 0 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  padding: 6px 30px;
  border-radius: 5px;
}
#team-cta a:hover {
  background-color: #fff;
  color: #111;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
#team-cta a h4 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  line-height: 1.3em;
}
#meet h1 {
  margin-bottom: 10px;
  color: #82207e;
  font-size: 30px;
  font-weight: 400;
}
#meet h2 {
  color: #111;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 1.4em;
  margin-bottom: 0;
}
.team-link {
  display: none;
}
.meet-team {
  margin: 35px 0 20px 0;
  display: inline-block;
  width: 100%;
  padding: 0 7px 0 8px;
}
.meet-team li {
  float: left;
  height: auto;
  padding: 0 8px 0 7px;
}
.meet-team li:nth-child(3n + 1) {
  clear: left;
}
.meet-team .team-content {
  position: absolute;
  top: 52%;
  left: 50%;
  width: calc(100% - 50px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 11px;
  z-index: 1;
  opacity: 0;
}
.meet-team .team-content p {
  line-height: 1.6em;
  font-size: 12px;
}
.meet-team .team-name {
  padding: 12px 25px 20px 0;
  float: left;
  width: 100%;
}
.meet-team .team-details:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
}
.meet-team li .team-details {
  padding-bottom: 80%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  float: left;
  border-radius: 5px;
  width: 100%;
  position: relative;
  color: #fff;
}
.meet-team li:hover .team-content {
  opacity: 1;
}
.meet-team li:nth-child(odd):hover .team-details:after {
  opacity: 0.9;
  background: #0bb9b7;
}
.meet-team li:nth-child(even):hover .team-details:after {
  opacity: 0.9;
  background: #82207e;
}
.meet-team .team-name h3 {
  font-size: 18px;
  color: #82207e;
  margin-bottom: 2px;
}
.meet-team .team-name p {
  font-weight: 500;
}
.fancybox-bg {
  background-color: #000;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.fancybox-slide > * {
  padding: 25px 25px 13px;
}
#team-cta .header-gradient-overlay {
  display: none;
}
#work-detailed .go-back {
  color: #111;
  margin-top: 0;
  height: 32px;
  line-height: 32px;
  display: block;
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}
.shop-back:hover {
  cursor: pointer;
}
#st-1 {
  float: right;
  width: auto;
}
#work-detailed .go-back:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 5px;
  height: 15px;
  line-height: 15px;
}
#st-1 .st-btn:hover {
  top: inherit;
}
#work-detailed h1 {
  color: #82207e;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
#work-detailed h2 {
  color: #82207e;
  margin-bottom: 2px;
}
.detailed-name {
  float: left;
  width: auto;
}
#work-detailed h3 {
  font-size: 14px;
  color: #111;
  font-weight: 700;
}
#work-detailed blockquote {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 10px;
  border: 0;
  background-color: #f0f0f0;
  padding: 15px 18px;
  border-radius: 5px;
  color: #82207e;
  font-weight: 700;
}
#work-detailed blockquote.green {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 10px;
  border: 0;
  background-color: #f0f0f0;
  padding: 15px 18px;
  color: #00a8b1;
  font-weight: 700;
}
#work-detailed .go-back:hover {
  opacity: 0.8;
}
#work-detailed .wwd {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 16px;
  font-family: 'Montserrat';
}
#st-1 .st-btn:hover {
  top: 0 !important;
}
#work-detailed .detailed-gallery {
  width: 100%;
  display: inline-block;
  float: left;
}
#work-detailed img {
  width: 100%;
  height: auto;
}
#st-1 .st-btn {
  background-color: #00a8b1 !important;
}
.st-logo {
  display: none;
}
.web-featured-wrapper {
  height: 320px;
  position: relative;
}
.web-app-wrapper {
  height: 130px;
  position: relative;
}
.web-featured-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 50px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.web-app-height {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.web-app-height a {
  color: #fff;
}
.web-app-height p:last-child {
  margin: 0;
}
.web-app-height a:after,
.web-featured-content a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}
.web-app-height a:hover,
.web-featured-content a:hover {
  opacity: 0.8;
}
.web-app,
.web-app2 {
  position: relative;
}
.web-app2::after,
.web-app::before {
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.nopadding {
  padding: 0;
}
.text-center {
  text-align: center;
}
.web-app:before {
  left: 0;
  background-color: #0bb9b7;
}
.web-app2:after {
  right: 0;
  background-color: #82207e;
}
.web-app-content {
  color: #fff;
}
.web-app .web-app-content.web-app-content3 {
  padding-left: 30px !important;
}
.web-app-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.case-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.case-image-right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.web-app2 .case-image-right {
  right: inherit;
  left: 0;
}
.case-image-right:after {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.case-image-content a {
  background-color: rgba(255, 255, 255, 0.1);
}
.web-app-content a,
.web-app-content2 a {
  margin-top: 10px;
  margin-bottom: 0;
}
.web-app-content2 a.btn-purple {
  background-color: #0bb9b7;
  border: solid 2px #0bb9b7;
}
.web-app-content2 a.btn-purple:hover {
  border: solid 2px #0bb9b7;
}
.services-img {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
body#default #banner.services-banner,
body#default #banner-alt.services-banner {
  margin-top: 0;
  height: auto;
  min-height: 400px;
}
body#default #banner.services-banner .bg,
body#default #banner-alt.services-banner .bg{
  right: 50%;
  left: inherit;
}
body#default #banner.services-banner .bg.bg-left,
body#default #banner-alt.services-banner .bg.bg-left{
  left: 50%;
  right: inherit;
}
body#default #banner.services-banner h4,
body#default #banner-alt.services-banner h4{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  width: calc(100% - 45px);
  color: #fff;
}
body#default #banner.services-bottom-banner h4,
body#default #banner-alt.services-bottom-banner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  width: calc(100% - 45px);
  color: #fff;
}
.hwh-wrapper {
  height: 350px;
}
.contact-banner .bg {
  position: relative;
}
.contact-banner .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0bb9b7;
  opacity: 0.9;
}
.contact-banner .bg.bg-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #82207e;
  opacity: 0.9;
}
.contact-banner h2,
.contact-banner h3 {
  line-height: 1.7em;
  font-family: 'Montserrat';
  font-size: 12px;
  color: #fff;
  margin: 0 0 10px;
}
.contact-banner .row {
  position: relative;
}
.talk-to-us-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.contact-banner .talk-to-us-title p {
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 0 0 10px;
  font-weight: 400;
}
input:focus,
textarea:focus {
  outline: 0;
}
.contact-banner .banner-content {
  top: 54%;
}
form#contact-form {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  /* border: 0; */
  border-radius: 5px;
  height: inherit;
  padding: 8px 10px;
  font-size: 12px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group textarea {
  height: 64px;
}
.captcha {
  margin-bottom: 10px;
  color: #fff;
  margin-top: -6px;
}
.contact-banner .footer-social {
  margin-top: 5px;
}
#local h2 {
  font-size: 18px;
  color: #82207e;
}
.local-list li {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.local-image {
  width: 50%;
  float: left;
  height: 350px;
}
.local-image a {
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
}
.local-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
}
.local-image a:nth-child(odd):hover:after {
  opacity: 0.9;
  background-color: #82207e;
}
.local-image a:nth-child(even):hover:after {
  opacity: 0.9;
  background-color: #0bb9b7;
}
.local-image .article-content {
  opacity: 0;
  width: calc(100% - 30px);
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.local-image a:hover .article-content {
  opacity: 1;
}
.local-image a .article-content h3 {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 15px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
}
.local-wrapper {
  height: 350px;
  background-color: #f4f4f4;
  width: 50%;
  float: left;
  position: relative;
}
.local-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 10px 30px 0;
}
.local-list li:nth-child(odd) .local-image-alt {
  display: none;
}
.local-list li:nth-child(even) .local-image {
  display: none;
}
.local-list li:nth-child(even) .local-image-alt {
  display: block;
}
.cd-tab-filter {
  display: inline-block;
  width: 100%;
}
.cd-gallery {
  margin-top: 5px;
}
video {
  width: 100% !important;
  height: auto !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#animatedModal {
  background: linear-gradient(235deg, #752073, #5c4382);
  visibility: hidden;
}

#animatedModal.animatedModal-on {
  visibility: visible;
}
#request-quote .header-gradient-overlay {
  opacity: 1;
}
#request-quote .fancybox-button svg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.fancybox-button {
  width: 35px;
  height: 35px;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 15px;
  top: 15px;
}
.fancybox-slide--html {
  padding: 0;
}
.select-ctr {
  position: relative;
  height: 51px;
  z-index: 0;
}
.select-ctr > div {
  padding: 10px 0;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  z-index: 0;
}
.select-ctr.active,
.select-ctr.active > div {
  z-index: 100;
}
.select-ctr div:nth-child(8) {
  top: 339px;
}
.select-ctr div:nth-child(7) {
  top: 290px;
}
.select-ctr div:nth-child(6) {
  top: 242px;
}
.select-ctr div:nth-child(5) {
  top: 194px;
}
.select-ctr div:nth-child(4) {
  top: 146px;
}
.select-ctr div:nth-child(3) {
  top: 98px;
}
.select-ctr div:nth-child(2) {
  top: 50px;
}
.select-ctr > div.input {
  background: #0bb9b7;
  background-size: 0 100%;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
  padding: 8px 13px;
  font-size: 14px;
  border: solid 2px #0bb9b7;
  width: 320px;
}
.select-ctr.second-level > div.input {
  background: #82207e !important;
  border: solid 2px #82207e;
}
.select-ctr > div.input:hover {
  padding: 8px 13px !important;
}
.select-ctr > div.input {
  transition: all 0.1s ease;
}
.select-ctr > div.input.active {
  color: #fff;
}
.select-ctr > div.input-preview {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  transition: 0.3s all ease;
  border-bottom: solid 2px #fff;
  max-width: 320px;
}
.select-ctr.active > div.input-preview,
.select-ctr > div.input-preview:hover {
  border-bottom: solid 2px #0bb9b7 !important;
}
.select-ctr.second-level.active > div.input-preview,
.select-ctr.second-level > div.input-preview:hover {
  border-bottom: solid 2px #82207e !important;
}
.select-ctr > div.input-preview.active {
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}
.select-ctr > div.input-preview:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 20px;
  width: 15px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr > div.input-preview.active:before {
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
  right: 15px;
  background: #0bb9b7;
}
.select-ctr.second-level.active > div.input-preview:before {
  right: 15px;
  background: #82207e;
}
.select-ctr.active > div.input-preview:before {
  right: 15px;
  background: #0bb9b7;
}
.select-ctr > div.input-preview:hover:before {
  right: 15px;
}
.select-ctr.active > div.input-preview,
.select-ctr > div.input-preview:hover {
  padding: 10px 15px;
}
.select-ctr:not(.active) .input {
  pointer-events: none;
}
.select-ctr > div.input:focus,
.select-ctr > div.input:hover {
  background: #fff !important;
  color: #0bb9b7;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  padding: 8px 15px;
}
.select-ctr.second-level > div.input:focus,
.select-ctr.second-level > div.input:hover {
  color: #82207e;
}
.select-submit {
  display: none;
}
.select-ctr .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0bb9b7;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  border-radius: 5px;
}
.select-ctr .input:focus:before,
.select-ctr .input:hover:before {
  background-color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
.select-ctr.second-level .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #82207e;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  border-radius: 5px;
}
.select-ctr.second-level .input:focus:before,
.select-ctr.second-level .input:hover:before {
  background-color: #fff;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, #fff, #fff);
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
}
#footer-cta {
  position: relative;
  text-align: center;
  padding: 15px 0 50px;
}
#footer-cta .header-gradient-overlay {
  opacity: 1;
}
#footer-cta h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
}
#footer-cta h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.7rem;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-bottom: 25px;
}
#footer-cta a {
  font-size: 14px;
}
#request-quote {
  color: #fff;
}
#request-quote label {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
#request-quote .form-box.noicon label {
  height: 55px;
  width: 100%;
}
#request-quote h4 {
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  font-family: "Miso";
  margin-bottom: 10px;
  margin-top: 20px;
}
#request-quote h5 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  font-family: "Miso";
  margin-bottom: 10px;
}
#request-quote .request-service-extra label,
#request-quote .request-service-extra2 label {
  font-size: 20px;
  font-family: "Miso";
  font-weight: 400;
}
#request-quote > div {
  margin-bottom: 20px;
}
.banner-content .dropdown a {
  margin-top: 15px;
}
.closebt:hover {
  transform: rotate(90deg);
}
.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#btn-close-modal {
  top: 30px;
  right: 30px;
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
#request-quote {
  text-align: center;
  padding: 30px 0;
}
#request-quote input[type="checkbox"].with-font,
#request-quote input[type="radio"].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#request-quote input[type="checkbox"].with-font ~ label:before,
#request-quote input[type="radio"].with-font ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 42px;
  color: #fff;
  width: 1.4em;
  width: 150px;
  height: 100px;
  padding-top: 20px;
  clear: both;
  border: solid 2px #fff;
  border-radius: 5px;
  content: "";
}
#request-quote .form-box.noicon input[type="checkbox"].with-font ~ label:before,
#request-quote .form-box.noicon input[type="radio"].with-font ~ label:before {
  width: 200px;
}
#request-quote input[type="checkbox"].with-font ~ label:hover:before,
#request-quote input[type="radio"].with-font ~ label:hover:before {
  border: solid 2px #0bb9b7;
}
#request-quote input[type="checkbox"].with-font:checked ~ label:before,
#request-quote input[type="radio"].with-font:checked ~ label:before {
  border: solid 2px #0bb9b7;
  background-color: #0bb9b7;
}
#request-quote input[type="radio"].with-font.digital ~ label:before {
  content: "\f109";
}
#request-quote input[type="radio"].with-font.creative ~ label:before {
  content: "\f14b";
}
#request-quote input[type="radio"].with-font.development ~ label:before {
  content: "\f121";
}
#request-quote input[type="radio"].with-font.it ~ label:before {
  content: "\f108";
}
#request-quote input[type="radio"].with-font.other ~ label:before {
  content: "\f086";
}
#request-quote input[type="radio"].with-font.startup ~ label:before {
  content: "\f0c0";
}
#request-quote input[type="radio"].with-font.mediumenterprise ~ label:before {
  content: "\f1ad";
}
#request-quote input[type="radio"].with-font.largebusiness ~ label:before {
  content: "\f19c";
}
#request-quote input[type="checkbox"].with-font.privacyicon ~ label:before {
  content: "\f1db";
}
#request-quote
  input[type="checkbox"].with-font.privacyicon:checked
  ~ label:before {
  content: "\f058";
}
.form-box {
  display: inline-block;
  width: 150px;
  height: 100px;
  margin: 0 5px 10px;
}
.form-box span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 16px;
  width: calc(100% - 20px);
}
.form-box.noicon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  bottom: inherit;
  line-height: 16px;
}
#request-quote .form-box.noicon input[type="checkbox"].with-font ~ label:before,
#request-quote .form-box.noicon input[type="radio"].with-font ~ label:before {
  padding-top: 0;
}
#request-quote .form-box.noicon input[type="checkbox"].with-font ~ label:before,
#request-quote .form-box.noicon input[type="radio"].with-font ~ label:before {
  font-size: 30px;
  height: 55px;
}
.form-box.noicon {
  height: auto;
  width: 200px;
}
#request-quote
  .request-industry
  input[type="checkbox"].with-font
  ~ label:before,
#request-quote .request-industry input[type="radio"].with-font ~ label:before,
.request-industry .form-box,
.request-industry .form-box.noicon {
  width: 120px !important;
}
#request-quote .request-privacy input[type="checkbox"].with-font ~ label:before,
.request-privacy .form-box,
.request-privacy .form-box.noicon {
  width: 200px !important;
}
.request-privacy {
  margin: 8px 0 10px;
}
#request-quote .request-you-are input[type="checkbox"].with-font ~ label:before,
#request-quote .request-you-are input[type="radio"].with-font ~ label:before,
.request-you-are .form-box {
  height: 120px;
}
#request-quote textarea {
  margin-bottom: 20px;
}
.request-you-are .form-box span.singleline {
  bottom: 23px;
}
.request-field-first {
  padding-right: 8px;
  margin-bottom: 7px;
}
.request-field-second {
  padding-left: 10px;
  margin-bottom: 10px;
}
.request-details {
  margin-bottom: 20px;
}
.g-recaptcha {
  display: inline-block;
}
.request-recaptcha {
  text-align: center;
  margin-bottom: 20px;
}
.request-submit .btn-purple {
  background-color: #0bb9b7;
  border: solid 2px #0bb9b7;
  padding: 10px 125px;
  margin: 15px 0;
}
.request-submit .btn-purple:hover {
  color: #0bb9b7;
}
#shop {
  margin: 65px 0 0;
  min-height: calc(100vh - 210px);
}
.fancybox-button--play,
.fancybox-button--zoom {
  display: none !important;
}
.hwh-content .btn-purple {
  margin-bottom: 10px;
}
.jbinfo {
  width: auto;
  text-align: center;
  color: #999;
  display: inline-block;
}
#why2 {
  background-color: #f4f4f4;
  padding-bottom: 30px;
}
/* .cd-gallery ul li.mix:nth-child(odd) a:after {
  opacity: 0.5;
  background: #0bb9b7;
}
.cd-gallery ul li.mix:nth-child(even) a:after {
  opacity: 0.5;
  background: #82207e;
} */
.services-banner h1 {
  color: #82207e;
  font-size: 42px;
}
.services-banner h2 {
  color: #111;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.web-app2 .web-app-content {
  padding: 30px 0 30px 40px;
}
#banner, #banner-alt {
  width: 100%;
  float: left;
}
.detailed-share {
  text-align: right;
}
.sharethis-inline-share-buttons {
  margin-right: 10px;
  float: right;
}
.detailed-website {
  width: auto;
  padding: 7px 15px 6px;
  font-size: 11px;
  float: right;
}
.client-detailed .case-image-right:after {
  display: none;
}
.rightcol {
  text-align: right;
}
.test-content {
  padding: 15px 25px 15px 35px;
  position: relative;
  margin-bottom: 30px;
}
.test-content:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.25);
}
.test-content:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.25);
}
.test-content span {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-weight: 700;
  font-family: 'Montserrat';
}
/* .test-content span:before {
  margin-right: 5px;
  content: "-";
  font-weight: 700;
  font-family: 'Montserrat';
} */
.web-app .web-app-content {
  padding-left: 0 !important;
}
.web-app2 .web-app-content {
  padding-right: 0 !important;
}
.web-app-min {
  min-height: 275px;
  width: 100%;
}
.web-app-min > div.minheightdiv {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.web-app-min > div {
  padding-top: 15px !important;
}
.web-app2 .web-app-min > div {
  left: 0;
}
#work-detailed h2 {
  color: #111;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.client-detailed #work-detailed .web-app-content h1,
.client-detailed #work-detailed .web-app-content h2,
.detailed-result h2,
.other-projects h2,
body#default #banner.services-bottom-banner.local-bottom h4 {
  font-size: 30px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
  text-transform: inherit !important;
  font-family: "Miso" !important;
  color: #fff !important;
}
.detailed-result h2,
.other-projects h2 {
  color: #82207e !important;
}
.detailed-image-item {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.detailed-image-item img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.detailed-result .container-fluid {
  margin-top: 20px;
}
.other-projects .cd-gallery {
  padding: 0 15px;
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #00a8b1 0, #00a8b1 100%);
  background-image: -o-linear-gradient(top, #00a8b1 0, #00a8b1 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00a8b1),
    to(#00a8b1)
  );
  background-image: linear-gradient(to bottom, #00a8b1 0, #00a8b1 100%);
  background-repeat: repeat-x;
  border-color: #00a8b1;
  border-radius: 0;
}
.alert-success {
  color: #fff;
  background-color: #00a8b1;
  border-color: #00a8b1;
}
.js-contact-success2.alert-success {
  background-image: -webkit-linear-gradient(top, #82207e 0, #82207e 100%);
  background-image: -o-linear-gradient(top, #82207e 0, #82207e 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#82207e),
    to(#82207e)
  );
  background-image: linear-gradient(to bottom, #82207e 0, #82207e 100%);
  background-repeat: repeat-x;
  border-color: #82207e;
  border-radius: 0;
  color: #fff;
  background-color: #82207e;
  border-color: #82207e;
}
.js-contact-success2.alert-success p {
  font-size: 12px;
  line-height: 1.7em;
  margin: 0;
}
.captcha label {
  width: 100%;
}
.shop-receipt,
.system-error-message {
  background: 0 0;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #00a8b1;
  margin: 0 0 20px 0;
}
.shop-quote-receipt h1,
.shop-receipt h1 {
  border: 0;
  padding: 0;
  margin: 0 !important;
}
.shop-receipt a,
.shop-receipt h1,
.shop-receipt h2,
.system-error-message a,
.system-error-message h1 {
  color: #fff !important;
}
.shop-receipt hr {
  display: none;
}
.talk-to-us-title a {
  color: #fff;
}
.grey-download {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #999;
}
body#default #banner.shop-about-banner {
  margin-top: 0;
}
.cd-fail-message {
  text-align: center;
}
#golf-animation {
  position: relative;
  height: 75px;
  margin-bottom: 25px;
}
#golf-animation-startup {
  position: relative;
  height: 75px;
  margin-bottom: 25px;
}
#golf-animation .container {
  height: 75px;
}
#golf-animation-startup .container {
  height: 75px;
}
#golf-animation .container .col-xs-12 {
  height: 75px;
}
#golf-animation-startup .container .col-xs-12 {
  height: 75px;
}
.golf-background {
  background-image: url("../img/golf-background.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 100px;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.golf-foreground {
  background-image: url("../img/golf-foreground2.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 90px;
  background-size: auto 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.golf-cart {
  position: absolute;
  left: -6px;
  bottom: -1px;
}
.golf-cart img {
  width: 100%;
  height: auto;
  max-width: 120px;
}
.local-bottom .banner-content p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
}
.body-shop #golf-animation {
  display: none;
  margin: 0;
}
.body-shop #golf-animation-startup {
  display: none;
  margin: 0;
}
.body-shop footer {
  margin-top: 0;
  border-top: solid 1px #f1f1f1;
  padding-top: 25px;
}
footer #nav_1984368 li:first-child {
  display: none;
}
.partners {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 3px;
}
.partners li {
  float: right;
}
.partners li:nth-child(1),
.partners li:nth-child(2) {
  margin-bottom: 10px;
}
.local-bottom h4 {
  width: 100% !important;
}
.local-bottom .btn-white {
  float: none !important;
}
.partners li a {
  height: 35px;
  float: left;
  width: calc(50% - 10px);
  margin-left: 10px;
}
.partners li img {
  width: auto;
  height: 100%;
}
.bannerviewowkr {
  margin-right: 10px;
}
.other-projects {
  margin-bottom: 35px;
}
.large-price {
  margin-bottom: 0;
}
.shop-custom1 p {
  margin-bottom: 0;
}
.large-price span {
  font-size: 12px;
}
.large-view .large-price {
  font-size: 20px;
  margin-top: 5px;
}
.shop-custom2,
.shop-custom3 {
  font-style: italic;
  font-size: 11px;
}
.shop-custom3 {
  margin-top: -10px;
}
.shop-custom2 p {
  margin: 0;
}
.shop-custom3 p {
  margin-bottom: 10px;
}
.shop-qty {
  font-weight: 700;
  font-family: 'Montserrat';
  margin-bottom: 18px;
  margin-top: 5px;
  display: inline-block;
}
.shop-qty span {
  margin-right: 5px;
}
.shop-qty input {
  border-radius: 5px;
  width: 33px;
  height: 23px;
  text-align: center;
  border: solid 1px #ccc;
}
.shop-custom4 {
  margin-bottom: 11px;
}
.shop-custom4 .warranty {
  color: #999;
  margin-right: 8px;
}
.subscribe-input {
  padding: 8px 9px !important;
  width: calc(50% - 23px) !important;
  display: inline-block !important;
  margin-right: 3px !important;
  max-width: 130px !important;
}
.subscribe-submit {
  width: 40px !important;
  display: inline-block !important;
  position: relative;
  color: transparent !important;
  padding: 8px 0 !important;
}
.subscribe-submit:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 16px;
}
.subscribe-input:active,
.subscribe-input:focus,
.subscribe-input:hover {
  background-color: #fff !important;
  background-image: none !important;
  color: #111 !important;
}
.subscribe-submit:active:before,
.subscribe-submit:focus:before,
.subscribe-submit:hover:before {
  color: #82207e !important;
}
footer .alert {
  padding: 8px 10px 7px;
  margin: 0;
}
.shop-footer footer {
  border-top: solid 1px #f1f1f1;
}
.services2-wrapper {
  position: relative;
  /* display: inline-block; */
}
#services2 {
  position: relative;
}
#services2 .services2-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#services2 .services2-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#services2 .services2-content {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 45px;
  width: calc(100% - 15px);
  color: #fff;
  background-image: none !important;
  background-size: cover;
  background-position: center center;
}
#services2 .services2-content h2 {
  color: #fff;
}
#services2 .services2-padding.services2-padding {
  padding-right: 0;
  padding-left: 45px;
  left: 0;
}
#services2 .row > div {
  min-height: 400px;
}
#services2 .btn-white {
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
#services2 .services2-bg:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#services2 .services2-bg-right:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(130, 32, 126, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#services2.services2-opposite .services2-bg:before {
  background-color: rgba(130, 32, 126, 0.5);
}
#services2.services2-opposite .services2-bg-right:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.services2-center-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services2-bg-mobile {
  display: none;
}
body#default #banner.services-banner.jamboardbottom .bg {
  background-size: cover;
}
#shop-banner {
  position: relative;
}
.slick-track {
  width: 100% !important;
}
.shop-banner-items div {
  width: 100% !important;
}
.shopbanneritem:after {
  content: "";
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.body-shop.shop-middle-active .shopbanneritem:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.slick-initialized .slick-slide {
  position: absolute !important;
  left: 0 !important;
}
.slider-handle {
  background-color: #0bb9b7;
  background-image: -webkit-linear-gradient(top, #0bb9b9 0, #2ec2c2 100%);
  background-image: -o-linear-gradient(top, #0bb9b9 0, #2ec2c2 100%);
  background-image: linear-gradient(to bottom, #0bb9b9 0, #2ec2c2 100%);
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #56cfcf 0, #56cfcf 100%);
  background-image: -o-linear-gradient(top, #56cfcf 0, #56cfcf 100%);
  background-image: linear-gradient(to bottom, #56cfcf 0, #56cfcf 100%);
  background-repeat: repeat-x;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #56cfcf 0, #56cfcf 100%);
  background-image: -o-linear-gradient(top, #56cfcf 0, #56cfcf 100%);
  background-image: linear-gradient(to bottom, #56cfcf 0, #56cfcf 100%);
  background-repeat: repeat-x;
  opacity: 1;
}
.pin {
  float: right;
  margin-left: 15px;
}
.pin i {
  color: #fff;
  height: 41px;
  line-height: 41px;
  font-size: 24px;
}
header.sticky .call,
header.sticky .pin i {
  height: 35px;
  line-height: 35px;
}
#home.open .pin {
  position: absolute;
  right: 15px;
}
.google-link {
  color: #00a8b1 !important;
}
.gmnoprint {
  display: none !important;
}
.google-map .col-xs-12 {
  padding: 0;
}
#vic-gmap,
#vic-gmap2 {
  height: 400px;
  border-bottom: solid 1px #e5e5e5;
}
#vic-gmap2 {
  display: none;
}
#vic-gmap h3,
#vic-gmap2 h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 4px;
  color: #111;
}
#vic-gmap p,
#vic-gmap2 p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
#gallery {
  display: inline-block;
  width: 100%;
}
#gallery div {
  margin-bottom: 30px;
}
#gallery img {
  width: 100%;
  height: auto;
}
.ui-slider-handle {
  background-color: #0bb9b7 !important;
  border: 0 !important;
  border-radius: 5px !important;
  width: 30px !important;
  height: 30px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
}
.ui-slider-horizontal {
  height: 15px;
}
.ui-widget-header {
  background: #fff;
}
.ui-widget-content {
  border: 1px solid #fff;
  background: #ddd;
  color: #ddd;
}
#slider-range {
  margin-top: 40px;
}
.request-budget h4 {
  margin-bottom: 0;
}
.range-left {
  float: left;
  font-size: 14px;
}
.range-right {
  float: right;
  font-size: 14px;
}
.range-box {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 0;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.sospage .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sospage p.ratesp {
  font-style: italic;
  font-size: 11px !important;
}
.aws-services {
  text-align: center;
}
.aws-services li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 30px;
  color: #111;
}
.aws-services li {
  font-size: 24px;
  color: #111;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Miso";
}
.aws-services li:before {
  content: "\f058";
  color: #0bb9b7;
  font-family: FontAwesome;
}
body#default #banner.awsbanner {
  margin: 0;
  z-index: 0;
}
#why2.aws {
  margin-bottom: 0;
  padding: 35px 0 45px;
}
#banner.about-banner.contact-banner.awsbanner {
  height: 400px;
}
.awsbanner .btn-white {
  clear: left;
  margin-bottom: 15px;
}
.awsbanner h1 {
  font-size: 30px;
}
.awsbanner .arrowicon:after {
  content: "\f178";
  font-family: FontAwesome;
}
.awsbody form .row {
  margin-bottom: 10px;
}
.awsbody .form-control {
  height: 33px;
  border: solid 1px #ccc !important;
}
.awsbody textarea.form-control {
  height: auto;
}
#diagram h1 {
  color: #882b84;
}
.aws-diagram {
  width: auto;
  height: auto;
}
.aws-case-content ul {
  margin-bottom: 15px;
}
.aws-case-content ul.tick li:before {
  content: "\f058";
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.videoprod1 ul,
.videoprod2 ul {
  margin-bottom: 10px;
}
.aws-case-content ul li,
.videoprod1 ul li,
.videoprod2 ul li {
  line-height: 20px;
  margin-left: 20px;
  list-style: outside;
}
.aws-case-content ul.tick li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 6px;
  margin-left: 0;
  list-style: none;
}
#video-banner p {
  color: #fff;
}
#video-banner h1 {
  color: #0bb9b7;
}
.clickme {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#video-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#video-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-title {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#video-banner .col-lg-6 {
  position: inherit;
}
#video-banner .container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1199px) {
  .sospage h1 {
    margin-bottom: 10px !important;
    font-size: 34px !important;
    line-height: 30px !important;
  }
  .sospage h2 {
    line-height: 20px !important;
    font-size: 14px !important;
    max-width: 370px;
  }
  .soscontact {
    margin: 5px 0 10px !important;
  }
  footer .btn-purple,
  footer .btn-purple-white {
    padding: 8px 15px;
    width: calc(50% - 2px);
  }
  .contact-banner .banner-content {
    top: 54%;
  }
  body#default #banner.services-banner h4 {
    width: calc(100% - 30px);
  }
  #websites .hwh-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .websites-wrapper {
    height: 350px;
  }
  .websites-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .web-app-content {
    padding-right: 20px;
  }
  body#default #banner.services-banner {
    height: 360px;
  }
  .web-app-content2 {
    padding-left: 5px;
  }
  .service-item a {
    height: 200px;
  }
  .web-featured-wrapper {
    height: 200px;
  }
  .meet-team li .team-details {
    padding-bottom: 80%;
  }
  .web-app-height h3 {
    font-size: 18px;
  }
  footer .col-md-4 {
    margin-bottom: 15px;
  }
  #cta .left-padding,
  #cta .right-padding {
    padding: 60px 0;
  }
  #cta img {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  #cta .cta-content {
    padding: 60px 60px 60px 30px;
  }
  footer .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
  .meet-team li:nth-child(3n + 1) {
    clear: inherit;
  }
  .meet-team li:nth-child(odd) {
    clear: left;
  }
  .close-animatedModal img {
    width: 35px;
    height: 35px;
  }
  #btn-close-modal {
    right: 20px;
    top: 20px;
    z-index: 1;
  }
  .awsbody #banner.about-banner h1 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .video-title {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .aws-services li {
    font-size: 18px;
    margin: 0 15px;
  }
  #why.aws ul li:nth-child(3n + 1) {
    clear: inherit;
  }
  #why.aws ul li:nth-child(odd) {
    clear: left;
  }
  .my-auto {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .sospage .col-md-6:nth-child(2) {
    padding: 35px 15px 25px !important;
    display: inline-block;
  }
  .sospage .btn-white {
    padding: 6px 15px !important;
  }
  .sospage .row {
    display: -ms-flexbox;
    display: inherit !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .sospage .talk-form h2 {
    font-family: 'Montserrat' !important;
  }
  .sospage .banner-content {
    display: inherit !important;
    width: 100%;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
    transform: inherit !important;
    z-index: 3;
    margin-top: 105px;
  }
  .sospage #banner.about-banner .bg,
  .sospage .bg.bg-left,
  .sospage .bgbg-overlay {
    left: 0 !important;
    top: 0;
    display: none;
  }
  .sospage .bg.bg-left {
    width: 100% !important;
    right: inherit !important;
    display: none !important;
  }
  .sospage .bg {
    display: none;
  }
  .sospage {
    background: linear-gradient(235deg, #752073, #5c4382) !important;
    height: auto !important;
  }
  .partners li:nth-child(1),
  .partners li:nth-child(2) {
    margin-bottom: 0;
  }
  #services2 .services2-content {
    left: 10px;
    padding-right: 0;
    width: calc(100% - 20px);
  }
  #services2 .services2-padding.services2-padding {
    padding-left: 15px;
    width: 100%;
    padding-right: 5px;
  }
  footer .text-center {
    text-align: left;
  }
  footer .container .row > div {
    margin-bottom: 10px;
  }
  footer .rightcol {
    text-align: left;
  }
  .partners li {
    float: left;
  }
  footer .btn-purple,
  footer .btn-purple-white {
    padding: 8px 30px;
  }
  .subfooter {
    text-align: left;
  }
  body#default #banner.services-bottom-banner.local-bottom h4 {
    padding-bottom: 10px;
    padding-top: 0;
  }
  body#default #banner.services-bottom-banner.local-bottom {
    padding: 55px 0 45px;
    text-align: center;
  }
  body#default #banner.services-bottom-banner.local-bottom .btn-white {
    float: none;
    display: inline-block;
  }
  #banner {
    min-height: 100vh;
  }
  #cta img {
    padding-left: 12px;
  }
  .alert-success {
    margin-top: 40px;
  }
  .services-content-text {
    width: 100%;
  }
  .services-content,
  .web-app-min > div.minheightdiv {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    padding-top: 0 !important;
    transform: inherit;
  }
  .web-app-min > div {
    padding-top: 0 !important;
  }
  .web-app-min {
    min-height: inherit;
    padding: 30px 20px 25px 0;
  }
  .web-app-content {
    padding: 0 15px !important;
  }
  .web-app .web-app-content {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  .test-content:before {
    top: -15px;
  }
  .test-content {
    margin-bottom: 20px;
  }
  #why ul li,
  #why2 ul li {
    margin-bottom: 5px;
  }
  .talk-form {
    padding-left: 30px;
  }
  .contact-banner .banner-content {
    top: 56%;
  }
  .hwh-wrapper {
    height: inherit;
    margin-bottom: 25px;
  }
  .web-app .spacer {
    display: none;
  }
  .websites-wrapper {
    height: inherit;
  }
  .web-featured-content,
  .websites-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-align: center;
    width: 100%;
  }
  #banner.services-banner .banner-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-align: center;
    width: 100%;
  }
  .web-app::after,
  .web-app::before {
    display: none;
  }
  .hwh-height {
    min-height: inherit;
  }
  .web-app .container,
  .web-app2 .container {
    width: 100%;
  }
  .web-app .tablet-container {
    background-color: #0bb9b7;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 40px 0;
  }
  .web-app .tablet-container > div,
  .web-app2 .tablet-container > div {
    width: 50%;
    float: none;
    padding: 0 15px;
  }
  .web-app .tablet-container2 {
    background-color: #82207e;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 37px 0 40px;
  }
  .web-app .service-item a,
  .web-app-wrapper {
    height: 160px;
  }
  .it-support-list li a {
    margin: 0 15px 15px 0;
  }
  .web-featured-content {
    text-align: left;
  }
  .websites-content img {
    max-width: 600px;
  }
  .web-featured-wrapper {
    height: inherit;
  }
  .meet-team li .team-details {
    padding-bottom: 80%;
  }
  .meet-team li:nth-child(3n + 1) {
    clear: inherit;
  }
  .meet-team li:nth-child(odd) {
    clear: left;
  }
  #banner.about-banner h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #why ul li:nth-child(odd),
  #why2 ul li:nth-child(odd) {
    clear: left;
  }
  footer .col-md-4:nth-child(3n + 1) {
    clear: inherit;
  }
  .side-padding {
    padding: 0 15px;
  }
  .vertical-grey {
    display: none;
  }
  .banner-content h2 {
    font-size: 44px;
    line-height: 60px;
  }
  .banner-content p {
    line-height: 28px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .services-banner h1 {
    font-size: 30px;
  }
  .services-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body#default #banner.services-banner {
    height: auto;
    padding: 35px 0 45px;
  }
  body#default #banner.services-banner.jamboardbottom {
    padding: 0;
    height: auto;
  }
  body#default #banner.services-banner.jamboardbottom .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }
  body#default #banner.services-bottom-banner h4 {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin: 0;
    padding: 90px 15px;
  }
  body#default #banner.services-bottom-banner {
    padding: 0;
    min-height: inherit;
  }
  .services-banner .videoWrapper {
    margin-top: 30px;
  }
  .cd-gallery ul li.mix:nth-child(9) a {
    padding-bottom: 54.2%;
  }
  .spacer {
    padding: 15px 0;
  }
  .cd-filters {
    margin-bottom: 10px;
  }
  #cta .left-padding,
  #cta .right-padding {
    padding: 30px 0;
  }
  #cta h1,
  #meet h1,
  #work h2 {
    font-size: 22px;
  }
  #cta h2 {
    font-size: 15px;
  }
  #cta .right-padding {
    height: 360px;
  }
  .contact-banner h2,
  .contact-banner h3 {
    line-height: 1.7em;
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
  }
  .aws-diagram {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .aws-banner-content h1 {
    font-size: 32px !important;
  }
  #banner.about-banner.contact-banner.awsbanner.aws-case-content,
  #diagram {
    padding: 25px 0 !important;
  }
  .awsbanner .my-auto {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    height: auto;
  }
  .awsbanner .banner-content {
    margin-top: 50px;
  }
  .awsbanner .col-md-6:nth-child(2) {
    padding: 35px 15px 80px !important;
    display: inline-block;
  }
  .awsbanner.aws-case-content .col-md-6:nth-child(2) {
    padding: 0 15px !important;
  }
  #why.aws .text-center,
  #why2.aws .text-center {
    text-align: left;
  }
  .partners li,
  .partners li a {
    float: left !important;
    width: auto !important;
  }
  .partners li.right a {
    padding-left: 15px !important;
  }
  .aws-services {
    text-align: left;
  }
  .aws-services li {
    margin: 0 0 8px;
    float: left;
    width: 100%;
  }
  #vic-gmap2 {
    display: block;
  }
  #banner.contact-banner.about-banner > .banner-content {
    top: 0 !important;
  }
  #banner.about-banner.contact-banner {
    height: auto !important;
  }
  .contact-banner .bg,
  .contact-banner .bg-left,
  .contact-banner .bgbg-overlay {
    display: none;
  }
  #vic-gmap h3,
  #vic-gmap2 h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #vic-gmap p,
  #vic-gmap2 p {
    margin-bottom: 5px !important;
  }
  #vic-gmap button {
    display: none;
  }
  .about-banner.contact-banner .banner-content .col-xs-12 {
    padding: 0;
  }
  #vic-gmap2 {
    height: 400px;
  }
  .pin i {
    font-size: 22px;
    height: 30px;
    line-height: 28px;
  }
  body.open .header-right .pin {
    position: absolute;
    right: 15px;
  }
  header.sticky .call,
  header.sticky .pin i {
    height: 30px;
    line-height: 28px;
  }
  nav #demo02 {
    margin-top: 10px;
    width: auto;
    display: inline-block !important;
    padding: 10px 35px !important;
  }
  .services2-bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .services2-bg-mobile:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .services2-bg-mobile.secondmobile:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(130, 32, 126, 0.5);
  }
  #services2 .row > div {
    padding: 0;
    min-height: inherit;
  }
  .services2-wrapper {
    width: 100%;
  }
  .services2-content {
    padding: 45px 15px;
  }
  .services2-content h2,
  .services2-content p {
    z-index: 10;
  }
  .services2-bg,
  .services2-bg-right {
    display: none !important;
  }
  #services2 .services2-content {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding-right: 15px !important;
  }
  .services2-wrapper {
    text-align: center;
  }
  #services2 {
    text-align: left;
  }
  .services2-center-btn {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin: 30px 0 0 0;
    display: inline-block;
  }
  .services-banner.jamboardbanner h1 {
    margin-top: -10px;
  }
  footer .leftcol {
    text-align: left;
  }
  footer .btn-purple,
  footer .btn-purple-white {
    padding: 8px 0;
    width: 48%;
  }
  .partners li.left {
    float: left;
    text-align: left;
  }
  .partners li a {
    margin-left: 0;
  }
  .client-detailed #work-detailed .web-app-content h1,
  .client-detailed #work-detailed .web-app-content h2,
  .detailed-result h2,
  .other-projects h2,
  body#default #banner.services-bottom-banner.local-bottom h4 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .partners li {
    float: none;
  }
  .partners li.left {
    text-align: right;
  }
  .partners li.right {
    text-align: left;
  }
  .footer-small {
    text-align: center;
  }
  .partners li.right a {
    padding-left: 25px;
  }
  .col-sm-6.firstfield {
    padding-right: 15px !important;
  }
  .col-sm-6.secondfield {
    padding-left: 15px !important;
  }
  .rightcol {
    text-align: center;
  }
  .leftcol {
    text-align: center;
  }
  body#default #banner.services-banner.jamboardbottom .bg {
    right: inherit;
    left: inherit;
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 300px;
  }
  body#default #banner.services-banner.jamboardbottom .banner-content {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding: 25px 0;
    width: 100%;
  }
  .services-banner.jamboardbanner a {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .detailed-website {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 7px 15px 6px !important;
  }
  #st-1 {
    float: left;
    margin-top: 10px;
  }
  .web-app-content {
    padding: 0 !important;
  }
  .web-app-min {
    padding: 5px 0 12px 0;
  }
  .web-app .web-app-content {
    padding-left: 0 !important;
  }
  .test-content {
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .case-image-right {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    height: 200px;
  }
  #footer-cta h3 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .fancybox-slide > * {
    padding: 25px 15px 13px;
  }
  .services-banner .banner-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .web-app .tablet-container > div,
  .web-app2 .tablet-container > div,
  .web-app2::after,
  .web-app::before {
    width: 100%;
  }
  .web-app .tablet-container {
    padding: 25px 0 5px;
  }
  .web-app2 .tablet-container {
    padding: 25px 0 5px;
  }
  .web-app2 .spacer {
    display: none;
  }
  .web-app2 .btn-green {
    margin-bottom: 25px;
  }
  .services-banner .videoWrapper {
    margin-top: 15px;
  }
  #footer-cta h4 {
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 0;
  }
  #footer-cta a {
    font-size: 12px;
  }
  .request-field-first {
    padding-left: 0;
  }
  .company-field {
    padding: 0;
  }
  .request-field-second {
    padding-right: 0;
  }
  .local-list li:nth-child(odd) .local-image-alt {
    display: none;
  }
  .local-list li:nth-child(even) .local-image {
    display: block;
  }
  .local-list li:nth-child(even) .local-image-alt {
    display: none;
  }
  .local-image {
    height: auto;
    width: 100%;
  }
  .local-image a {
    padding-bottom: 60%;
  }
  .local-wrapper {
    height: auto;
    width: 100%;
  }
  .contact-banner .banner-content {
    padding: 0 !important;
  }
  .contact-banner .bg {
    display: none !important;
  }
  .talk-to-us-title {
    background-color: #82207e;
  }
  .talk-form {
    background-color: #0bb9b7;
  }
  #banner.about-banner .banner-content {
    padding: 0;
  }
  #banner.about-banner.contact-banner {
    height: auto;
  }
  .talk-to-us-title {
    padding: 50px 15px 45px;
  }
  .talk-form {
    padding: 90px 15px 35px;
  }
  .talk-form h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: "Miso";
    font-weight: 700;
  }
  .talk-to-us-title {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .local-content {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding: 20px 15px 10px;
  }
  .websites-content {
    height: auto;
  }
  #websites .hwh-line {
    margin: 30px 0 25px;
  }
  .service-item .article-content h3,
  li.mix .article-content h3 {
    font-size: 14px;
  }
  .btn-purple {
    padding: 8px 15px;
  }
  .service-item .article-content p,
  li.mix .article-content p {
    font-size: 11px;
    line-height: 1.5em;
  }
  #websites .btn-purple {
    margin-bottom: 0;
    width: 100%;
  }
  .web-app-content .col-xs-7,
  .web-app-content2 .col-xs-7 {
    padding-left: 0;
  }
  .web-app-content a,
  .web-app-content2 a {
    width: 100%;
    margin-bottom: 25px;
  }
  .web-app-content a {
    margin-bottom: 5px;
  }
  .web-app-content .service-item .article-content h3,
  .web-app-content2 .service-item .article-content h3 {
    font-size: 12px;
  }
  .web-app-content .service-item .article-content p,
  .web-app-content2 .service-item .article-content p {
    font-size: 10px;
  }
  .web-app-content {
    padding: 0;
  }
  .web-app .tablet-container2 > div,
  .web-app .tablet-container > div {
    width: inherit;
  }
  #websites h3 {
    margin-top: 15px;
  }
  #work-detailed img:last-child {
    margin-bottom: 5px;
  }
  #team-cta .header-gradient-overlay {
    opacity: 0.9 !important;
    display: block;
  }
  .service-item a:after {
    opacity: 0.8;
    background: #0bb9b7;
  }
  .web-app-content .service-item a:after {
    opacity: 0.8;
    background: #82207e;
  }
  #team-cta .spacer {
    padding: 45px 0;
  }
  #team-cta:after,
  #team-cta:before {
    display: none;
  }
  .service-item .article-content,
  li.mix .article-content {
    opacity: 1;
  }
  .team-link {
    position: inherit;
    padding-bottom: 80%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .team-content {
    opacity: 1;
    display: none;
  }
  .call strong {
    display: none;
  }
  .call:after {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 22px;
    float: right;
    display: inline-block;
  }
  .call:focus {
    color: #fff;
  }
  .meet-team .team-name {
    padding: 20px 15px 13px;
  }
  .meet-team li .team-details {
    padding-bottom: inherit;
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
  }
  .meet-team .team-content {
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    font-size: 11px;
    z-index: 1;
    opacity: 0;
    padding: 33px 15px 20px;
  }
  .meet-team .team-details:after {
    top: 0;
    left: 0;
  }
  .cd-filters {
    margin-bottom: 0;
  }
  body#default #banner {
    margin-top: 63px;
  }
  #banner.about-banner h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    width: 100%;
  }
  #why h2,
  #why2 h2 {
    font-size: 22px;
  }
  #why img,
  #why2 img {
    max-width: 75px;
  }
  #banner.about-banner .bg.bg-left {
    float: right;
  }
  #why h2,
  #why2 h2 {
    margin: 0 0 30px;
  }
  #why,
  #why2 {
    margin-bottom: 15px;
  }
  #why2 {
    margin-bottom: 0;
  }
  #why2 li {
    margin-bottom: 0;
  }
  .banner-content {
    top: 45%;
  }
  #why .row,
  #why2 .row {
    margin: 0 -15px;
  }
  #why ul li,
  #why2 ul li {
    padding: 0 15px;
  }
  .banner-content h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .banner-content p {
    color: #fff;
    font-size: 19px;
  }
  .banner-dropdown li a {
    font-size: 14px;
  }
  .cd-filters a {
    margin: 0 10px 10px 0;
  }
  .cd-gallery ul li.mix a {
    padding-bottom: 65% !important;
  }
  .service-item a {
    padding-bottom: 65% !important;
  }
  .spacer {
    padding: 15px 0;
  }
  .banner-spacer {
    padding: 30px 0 25px;
  }
  footer {
    padding: 30px 0 10px;
  }
  #work h2 {
    margin-bottom: 15px;
  }
  header {
    padding: 20px 0;
  }
  .logo {
    height: 30px;
  }
  #cta .left-padding,
  #cta .right-padding {
    padding: 8px 15px 7px;
  }
  #cta {
    padding: 25px 0 18px;
  }
  .footer-small {
    text-align: left;
    margin-top: 5px;
  }
  .subfooter {
    margin-top: 0;
  }
  nav ul li a {
    font-size: 22px;
    margin-bottom: 5px;
  }
  footer .container .row > div:last-child {
    margin-bottom: 0;
  }
  .menu-wrapper {
    top: 44%;
  }
  .menu-social li i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .menu-social {
    margin-top: 20px;
  }
  .vertical-white {
    display: none;
  }
  #cta img {
    max-width: 300px;
  }
  #cta .right-padding {
    height: inherit;
  }
  #cta .cta-content {
    padding: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .header-right .btn-white {
    display: none;
  }
  .logo {
    margin: 0;
    float: inherit;
    text-align: center;
    display: inline-block;
    width: calc(100% - 160px);
  }
  .logo img {
    max-height: 30px;
  }
  header.sticky .logo img {
    max-height: 30px;
  }
  header.sticky .hamburger {
    height: 30px;
  }
  header.sticky .call {
    height: 30px;
    line-height: 30px;
  }
  .call {
    margin: 0;
    height: 30px;
    font-weight: 400;
    width: 30px;
    line-height: 30px;
  }
  .header-right {
    display: inline-block;
    width: 80px;
  }
  .logo a {
    display: inline-block;
  }
  .hamburger-inner {
    margin-top: -5px;
  }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
  }
  .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
  .hamburger-box {
    height: 30px;
    float: left;
  }
  .hamburger {
    height: 30px;
    width: 80px;
  }
  .hamburger-inner {
    margin-top: -6px;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner::before {
    width: 25px;
  }
  .hamburger--slider.is-active .hamburger-inner::after {
    top: 20px;
  }
  .is-active .hamburger-inner {
    margin-top: -7px;
  }
  body.open .logo {
    left: 80px;
  }
  body#default #banner.services-banner {
    height: auto;
  }
  #banner.about-banner .bg {
    padding-bottom: 50%;
  }
  body#default #banner.services-banner h4 {
    width: 100%;
    margin-top: 0;
  }
  .menu-wrapper {
    width: calc(100% - 30px);
  }
  body#default #banner.services-banner .bg {
    right: inherit;
    margin-top: 0;
  }
  #banner.about-banner h1,
  #banner.about-banner.contact-banner h1,
  #cta h1,
  #it-support h1,
  #meet h1,
  #team-cta a h4,
  #websites h1,
  #why h2,
  #why2 h2,
  #work h2,
  #work-detailed h1,
  .contact-banner .banner-content h2,
  .web-app h1,
  body#default #banner.services-banner h4 {
    font-size: 22px;
    line-height: 28px;
  }
  #cta h2,
  #meet h2,
  #work-detailed h2,
  .h3,
  .web-app-height h3,
  h3 {
    font-size: 18px;
  }
  .cd-filter h3 {
    font-size: 20px;
  }
  #work-detailed h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #team-cta a {
    width: auto;
    padding: 6px 15px;
  }
  #work-detailed h3 {
    font-size: 13px;
  }
  #request-quote input[type="checkbox"].with-font ~ label:before,
  #request-quote input[type="radio"].with-font ~ label:before {
    font-size: 32px;
    padding-top: 5px;
  }
  .banner-content h2 {
    line-height: 40px;
  }
  #banner > .banner-content {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .banner-talk-to-us-fit {
    position: static !important;
  }
  #banner.about-banner > .banner-content {
    top: 40%;
  }
  .banner-content p {
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
  }
  .select-ctr > div.input-preview {
    font-size: 13px;
  }
  .select-ctr > div.input {
    width: auto;
    font-size: 12px;
    padding: 5px 8px;
  }
  .select-ctr div:nth-child(2) {
    top: 45px;
  }
  .select-ctr div:nth-child(3) {
    top: 45px;
    left: 63px;
  }
  .select-ctr div:nth-child(4) {
    top: 45px;
    left: 123px;
  }
  /* .select-ctr div:nth-child(5) {
    top: 81px;
    left: 196px;
  } */
  .select-ctr div:nth-child(5) {
    top: 81px;
  }
  .select-ctr div:nth-child(6) {
    top: 81px;
    left: 105px;
  }
  .select-ctr div:nth-child(7) {
    top: 81px;
    left: 140px;
  }
  .second-level.select-ctr div:nth-child(2) {
    top: 45px;
  }
  .second-level.select-ctr div:nth-child(3) {
    top: 81px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(4) {
    top: 117px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(5) {
    top: 153px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(6) {
    top: 189px;
  }
  .second-level.select-ctr div:nth-child(7) {
    top: 225px;
    left: 0;
  }
  .second-level.select-ctr div:nth-child(8) {
    top: 261px;
    left: 0;
  }
  .heading-2,
  .heading-3,
  .heading-4 {
    float: left;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }
  .select-ctr > div.input:hover {
    padding: 5px 8px !important;
  }
  .form-box {
    height: 53px;
    margin: 0 5px 10px;
  }
  #request-quote input[type="checkbox"].with-font ~ label:before,
  #request-quote input[type="radio"].with-font ~ label:before {
    height: 53px;
  }
  #request-quote h4 {
    font-size: 24px;
  }
  #request-quote input[type="checkbox"].with-font ~ label:before,
  #request-quote input[type="radio"].with-font ~ label:before {
    font-size: 32px;
    padding-top: 3px;
  }
  #request-quote input[type="checkbox"].with-font ~ label:before,
  #request-quote input[type="radio"].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    width: 1.4em;
    width: 150px;
    height: 53px;
    padding-top: 3px;
    clear: both;
    border: solid 2px #fff;
    border-radius: 5px;
    content: "";
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
  }
  .form-box span {
    position: absolute;
    bottom: inherit;
    left: 53px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(0, -50%);
    line-height: 16px;
    text-align: left;
    width: calc(100% - 20px);
    top: 27px;
  }
  .form-box.noicon span {
    text-align: center;
    padding: 0 4px;
  }
  #request-quote
    .form-box.noicon
    input[type="checkbox"].with-font
    ~ label::before,
  #request-quote
    .form-box.noicon
    input[type="radio"].with-font
    ~ label::before {
    width: 160px;
  }
  .form-box.noicon {
    height: auto;
    width: 160px;
  }
  #request-quote .form-box.noicon label {
    height: 43px;
  }
  #request-quote
    .form-box.noicon
    input[type="checkbox"].with-font
    ~ label::before,
  #request-quote
    .form-box.noicon
    input[type="radio"].with-font
    ~ label::before {
    font-size: 30px;
    height: 43px;
  }
  #request-quote
    .request-you-are
    input[type="checkbox"].with-font
    ~ label::before,
  #request-quote .request-you-are input[type="radio"].with-font ~ label::before,
  .request-you-are .form-box {
    height: 53px;
  }
  .request-you-are .form-box span.singleline {
    bottom: 10px;
  }
  #request-quote
    .request-you-are
    input[type="checkbox"].with-font
    ~ label:before,
  #request-quote .request-you-are input[type="radio"].with-font ~ label:before {
    width: 175px;
  }
  .request-you-are .form-box {
    width: 175px;
  }
  #CAT_Custom_20162915,
  #CAT_Custom_20162920 {
    margin-bottom: 10px;
  }
  #request-quote
    .request-privacy
    input[type="checkbox"].with-font
    ~ label::before,
  .request-privacy .form-box,
  .request-privacy .form-box.noicon {
    width: 304px !important;
  }
  #request-quote h5 {
    margin-top: 5px;
    font-size: 16px;
  }
  .request-industry .form-box {
    margin-bottom: 0;
  }
  .bannerWrapper {
    display: flex;
    flex-direction: column;
  }
  .centerBanner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  footer .container .row > div {
    width: 100%;
  }
  .subscribe-input {
    max-width: inherit !important;
  }
  footer .btn-purple,
  footer .btn-purple-white {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .web-app-content .col-xs-5 {
    width: 100%;
  }
  .web-app-content .col-xs-7 {
    width: 100%;
    padding: 0 15px;
  }
  .web-app-wrapper {
    height: inherit;
    margin-top: 15px;
  }
  .web-app .service-item a,
  .web-app-wrapper {
    height: inherit;
  }
  .web-app-height {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  #banner.about-banner h1,
  #cta h1,
  #it-support h1,
  #meet h1,
  #team-cta a h4,
  #websites h1,
  #why h2,
  #why2 h2,
  #work h2,
  #work-detailed h1,
  .web-app h1,
  .web-app2 h1,
  body#default #banner.services-banner h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #cta h1 {
    font-size: 22px;
  }
  #cta h2,
  #meet h2,
  #work-detailed h2,
  .h3,
  .web-app-height h3,
  h3 {
    font-size: 14px;
    line-height: 1.5em;
  }
  #work h2 {
    margin-bottom: 8px;
  }
  #websites .hwh-line {
    margin: 20px 0 15px;
  }
  #work-detailed .go-back {
    font-size: 10px;
  }
  #cta .cta-content {
    padding: 10px 0;
  }
  #websites .hwh-content {
    padding: 0;
  }
  .spacer {
    padding: 10px 0;
  }
  .web-app .tablet-container {
    padding: 30px 0;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .it-support-list li a img {
    max-height: 45px;
    padding: 10px;
  }
  .it-support-list li a {
    margin: 0 10px 10px 0;
  }
}
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media screen and (max-height: 569px) {
  .menu .menu-wrapper {
    top: 58%;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}


/* NEW AWS MICROSITE / CASE STUDY TEMPLATE STYLES */
/* ---------------------------------------------- */

.aws-case-study-link {
  color: #82207e !important;
}

@media screen and (max-width: 991px) {
  .aws-case-study-link {
    color: #0bb9b7 !important;
  }
}

.down-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.down-button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

.down-button-inner-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 10px;
}


.down-button-inner:hover {
  background-color: #fff;
}

.down-button-inner i {
  color: #fff;
  font-size: 20px;
}

.down-button-inner-mobile i {
  color: #fff;
  font-size: 20px;
}

.down-button-inner:hover i {
  color: #82207e;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.aws-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.aws-banner-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aws-banner-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}

.aws-banner-inner .container {
  min-height: 100vh;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.case-study-summary {
  z-index: 3;
  padding: 40px 80px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  margin-top: 150px;
}

@media (max-width: 750px) {
  .case-study-summary {
    padding: 40px;
  }
}

.case-study-content {
  background: rgb(35,47,62);
  background: linear-gradient(180deg, rgba(35,47,62,1) 0%, rgba(129,53,145,1) 100%);
  color: #fff !important;
}

.case-study-content .section-title {
  color: #fff !important;
  margin-bottom: 20px;
}

.case-image-content .section-icon {
  height: 60px;
  width: 60px;
}

.case-study-content a {
  color: #0bb9b7;
}

.case-study-content a:hover {
  text-decoration: underline;
}

.case-study-back-button {
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-study-back-button:hover {
  background-color: #000;
  color: #fff;
}

.aws-testimonial {
  position: relative;
}

.aws-testimonial .quote-icon {
  position: absolute;
  max-width: 40px;
  width: 100%;
  height: auto;
}

.aws-testimonial .quote-icon-left {
  top: 30px;
  left: 20px;
}

.aws-testimonial .quote-icon-right {
  bottom: 30px;
  right: 20px;
}

.download-case-study-button {
  padding: 10px;
  background-color: #813591;
  color: #fff;
  border-radius: 10px;
  max-width: 225px;
  display: flex;
  justify-content: space-around;
}

.download-case-study-button:hover {
  color: #0bb9b7;
}

.case-study-summary ul,
.case-study-content ul {
  list-style: initial;
  padding-left: 15px;
  line-height: 1.7em;
}

.case-study-summary li,
.case-study-content li {
  list-style: initial;
  
}

.back-to-aws-button a {
  color: #fff;
  padding-left: 25px;
}

/* .back-to-aws-button a:hover {
  color: #813591;
} */

#careers .careers-intro-title {
  text-align: center;
  color: #813591;
  font-size: 36px;
  margin-bottom: 32px;
}

#careers .careers-intro-text {
  text-align: center;
  font-weight: 400;
}

#careers .careers-intro-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#careers .careers-intro-grid img {
  max-width: 250px;
  margin-bottom: 32px;
}

#careers .careers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

#careers .career-card {
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  #careers .careers-grid {
    grid-template-columns: 1fr;
  }

  #careers .career-card {
    height: 300px;
  }
}

#careers .career-card::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#careers .career-card:nth-child(1)::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#careers .career-card:nth-child(2)::before {
  background-color: rgba(119, 30, 115, 0.5);
}

#careers .career-card:nth-child(3)::before {
  background-color: rgba(119, 30, 115, 0.5);
}

#careers .career-card:nth-child(4)::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#careers .career-card:nth-child(5)::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#careers .career-card:nth-child(6)::before {
  background-color: rgba(119, 30, 115, 0.5);
}

#careers .career-card:nth-child(7)::before {
  background-color: rgba(119, 30, 115, 0.5);
}

#careers .career-card:nth-child(8)::before {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  #careers .career-card:nth-child(1)::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  #careers .career-card:nth-child(2)::before {
    background-color: rgba(119, 30, 115, 0.5);
  }

  #careers .career-card:nth-child(3)::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  #careers .career-card:nth-child(4)::before {
    background-color: rgba(119, 30, 115, 0.5);
  }
  
  #careers .career-card:nth-child(5)::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  #careers .career-card:nth-child(6)::before {
    background-color: rgba(119, 30, 115, 0.5);
  }

  #careers .career-card:nth-child(7)::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  #careers .career-card:nth-child(8)::before {
    background-color: rgba(119, 30, 115, 0.5);
  }
}

#careers .career-card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#careers .career-card h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.selected-test a {
  color: red!important;
}