@font-face {
  font-family: "SF Pro Display Bold";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYBOLD.woff?7f4a27565643e9e936a3efbcd111296f) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYMEDIUM.woff?101ed5219946cce959d664e76e913da5) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYREGULAR.woff?d52afba30f6e0bf5bc5a82210f920ef8) format("woff");
  font-display: swap;
}
.font-awesome, .owl-portfolio .owl-nav:after, .offcanvas.show .dropdown-toggle[area-expanded=true]::before, .dropdown-toggle::after, .navbar a.dropdown-item::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "SF Pro Display Bold";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYBOLD.woff?7f4a27565643e9e936a3efbcd111296f) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYMEDIUM.woff?101ed5219946cce959d664e76e913da5) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYREGULAR.woff?d52afba30f6e0bf5bc5a82210f920ef8) format("woff");
  font-display: swap;
}
.font-awesome, .owl-portfolio .owl-nav:after, .offcanvas.show .dropdown-toggle[area-expanded=true]::before, .dropdown-toggle::after, .navbar a.dropdown-item::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.navbar-nav > li .dropdown-menu {
  top: 85%;
  display: block;
  opacity: 0;
  transition: ease-out 0.2s;
  visibility: hidden;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.offcanvas.show .navbar-nav > li .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar {
  font-family: "SF Pro Display Medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.navbar a {
  color: #333;
}
.navbar a:hover {
  color: #333;
}
.navbar li a {
  font-size: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 100ms;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 0;
}
.navbar .nav-item .dropdown-submenu {
  position: relative;
}
.navbar .nav-item:hover .dropdown-menu, .navbar .nav-item:hover .dropdown-container {
  opacity: 1;
}
.navbar .dropdown-header {
  color: #fff;
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 29px;
  line-height: 32px;
  padding-top: 0;
}
.navbar .dropdown-item {
  color: #fff;
  font-family: "SF Pro Display Medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  white-space: break-spaces;
}
.navbar .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navbar .dropdown-item a {
  width: 90%;
}
.navbar a.dropdown-item::after {
  content: "\f054";
  color: #EB6150;
  float: right;
}
.navbar .menu-icon {
  color: #333;
}

.nav-center {
  place-content: space-around;
}

.navbar-brand {
  padding: 0;
  display: inline-flex;
}
.navbar-brand .logo-wrapper {
  width: 220px;
  height: 76px;
}
.navbar-brand .logo-wrapper .logo {
  background: url(/images/15logo-og.png?9b6bf7e9bf15db438da69a31ab68321a) left center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.call-number .fa {
  color: #EB6150;
  margin-right: 5px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 2em;
  padding-left: 2em;
  border: 1px solid white;
}

.dropdown-toggle::after {
  content: "\f078";
  color: #EB6150;
  border: none;
  position: relative;
  left: 3px;
  vertical-align: 0;
}

.navbar-nav .dropdown-menu.depth-0 {
  position: static;
  align-items: flex-start;
}
.navbar-nav > .dropdown {
  position: inherit;
}
.navbar-nav .dropdown-container {
  position: absolute;
  padding: 2rem;
  border-radius: 20px 20px 100px 20px;
  background: linear-gradient(45deg, #262535 0%, #2F0060 100%);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  left: 0;
}
.navbar-nav .dropdown-container ul {
  font-size: 0;
}
.navbar-nav .dropdown-container ul li {
  font-size: inherit;
}
.navbar-nav .dropdown-container .dropdown-menu {
  background: none;
  border: none;
}
.navbar-nav .dropdown-container .menu-item {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
}
.navbar-nav .dropdown-container .menu-item.no-children {
  display: block;
  padding-right: 2rem;
}
.navbar-nav .dropdown-container .menu-item-has-children {
  display: inline-block;
  width: 33.3333333333%;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
.navbar-nav .dropdown-container .menu-item-has-children .menu-item {
  display: block;
  width: 100%;
}
.navbar-nav .dropdown-container .menu-item-has-children .no-children {
  padding-right: 0;
}

.navbar .nav-wrapper-l0 {
  position: relative;
}
.navbar .dropdown-container a:hover {
  color: #fff;
}

.admin-bar .offcanvas {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .offcanvas {
    margin-top: 48px;
  }
}
/*
 |-----------------------------------------------------------
 | Dark Background Overrides
 |-----------------------------------------------------------
 */
.home .navbar-brand .logo-wrapper .logo {
  background: url(/images/15logo-w2.png?1462d89cc55b306525796ad124fc9164) no-repeat left center;
  background-size: contain;
}
.home .navbar a {
  color: #fff;
}
.home .navbar a:hover {
  color: #fff;
}
.home .menu-icon {
  color: #fff;
}

/*
 |-----------------------------------------------------------
 | Off Canvas Menu (Slide menu)
 |-----------------------------------------------------------
 */
@keyframes backInRight {
  0% {
    transform: translateX(100%);
    position: relative;
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  20% {
    transform: translateX(0);
    position: relative;
  }
  50% {
    transform: translateX(100%);
    position: relative;
  }
  99% {
    position: relative;
  }
  100% {
    transform: translateX(100%);
    position: absolute;
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
    margin-bottom: 0;
  }
  100% {
    transform: translateX(-100%);
    margin-bottom: -50%;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    margin-bottom: -50%;
  }
  50% {
    transform: translateX(-100%);
    margin-bottom: 0;
  }
  100% {
    transform: translateX(0);
    margin-bottom: 0;
  }
}
.offcanvas.show .submenu-appear {
  animation: backInRight 0.2s ease-out forwards;
}
.offcanvas.show .submenu-hide {
  animation: slideOutRight 0.2s ease-in forwards;
}
.offcanvas.show .slideOutLeft {
  animation: slideOutLeft 0.4s ease-in forwards;
}
.offcanvas.show .slideInLeft {
  animation: slideInLeft 0.4s ease-out forwards;
}
.offcanvas.show .dropdown-toggle::after {
  transform: rotate(270deg);
}
.offcanvas.show .dropdown-toggle[area-expanded=true]::after {
  display: none;
}
.offcanvas.show .dropdown-toggle[area-expanded=true]::before {
  transform: rotate(90deg);
  content: "\f078";
  color: #EB6150;
  border: none;
  position: relative;
  right: 3px;
  vertical-align: 0;
}
.offcanvas.show li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.offcanvas.show a {
  color: #333;
}
.offcanvas.show a:hover {
  color: #333;
}
.offcanvas.show .dropdown-header {
  color: #333;
}
.offcanvas.show .dropdown-menu {
  display: block;
}
.offcanvas.show .dropdown-container {
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 0;
  top: 0;
}
.offcanvas.show .dropdown-container .menu-item-has-children {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  display: block;
}
.offcanvas.show .dropdown-container .menu-item {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  display: block;
}
.offcanvas.show .menu-item {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  display: block;
}
.offcanvas.show .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.offcanvas-body {
  overflow-x: hidden;
}

/*
 |-----------------------------------------------------------
 | Styles from 0 to 992px (lg)
 |-----------------------------------------------------------
 */
@media only screen and (max-width: 992px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
/*
 |-----------------------------------------------------------
 | Styles from 0 to 1200px (xl)
 |-----------------------------------------------------------
 */
@media only screen and (max-width: 1200px) {
  .navbar-nav .dropdown-container {
    padding-bottom: 2rem;
  }
  .navbar-nav .dropdown-container .menu-item.no-children {
    padding-right: 0rem;
  }
  .navbar-nav .dropdown-container .menu-item-has-children {
    padding-right: 0rem;
  }

  .dropdown-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*
 |-----------------------------------------------------------
 | Styles from 992px to 1200px (xl)
 |-----------------------------------------------------------
 */
/*
 |-----------------------------------------------------------
 | Sticky Header
 |-----------------------------------------------------------
 */
.header-area {
  transition: all 0.4s ease;
}

.header-area.fixed-top {
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.header-area.fixed-top .navbar-brand .logo-wrapper {
  height: 40px;
}

.home .header-area.fixed-top .navbar .nav-link, .home .header-area.fixed-top .call-number, .home .header-area.fixed-top .menu-icon {
  color: #343a40;
}
.home .header-area.fixed-top .navbar-brand .logo-wrapper .logo {
  background: url(/images/15logo-og.png?9b6bf7e9bf15db438da69a31ab68321a) left center no-repeat;
  background-size: contain;
}

.home .bg-top {
  top: 0;
}

@font-face {
  font-family: "SF Pro Display Bold";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYBOLD.woff?7f4a27565643e9e936a3efbcd111296f) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYMEDIUM.woff?101ed5219946cce959d664e76e913da5) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYREGULAR.woff?d52afba30f6e0bf5bc5a82210f920ef8) format("woff");
  font-display: swap;
}
.font-awesome, .owl-portfolio .owl-nav:after, .navbar a.dropdown-item::after, .dropdown-toggle::after, .offcanvas.show .dropdown-toggle[area-expanded=true]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*
|--------------------------------------------------------------------------
| *************************** Block Styles ********************************
|--------------------------------------------------------------------------
|
|
|
*/
/*
 |-----------------------------------------------------------
 | Block Styles
 |-----------------------------------------------------------
 */
.title-wrapper {
  font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  margin-bottom: 4rem;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
}
.title-wrapper .title {
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.title-wrapper .subtitle {
  color: #666;
  font-size: 20px;
  line-height: 1.6rem;
  margin-top: 1rem;
}

.separator-offset-top {
  margin-top: -6rem;
}

.content-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-pt-1 {
  padding-top: 6rem;
}

.section-pb-1 {
  padding-bottom: 6rem;
}

.section-pb-2 {
  padding-bottom: 12rem;
}

.internal-hero {
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
  border-radius: 40px 40px 200px 40px;
  background: linear-gradient(45deg, #32B4F5 0%, #7419D2 100%);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
.internal-hero .title {
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0;
}
.breadcrumbs {
  background: rgba(250, 250, 250, 0.2392156863);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.0784313725);
  font-size: 1rem;
}
.breadcrumbs a {
  color: #666;
}

.card-body h3 {
  font-family: "SF Pro Display Bold";
  font-size: 28px;
  line-height: 32px;
}
.card-body a {
  color: #666;
}

.full-page-message {
  min-height: 70vh;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.block-text-1 {
  font-size: 1.5rem;
  margin-top: 5rem;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .internal-hero {
    border-radius: 20px 20px 100px 20px;
  }
  .internal-hero .title {
    font-size: 2.5rem;
  }

  .title-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }

  article {
    padding: 0 2rem;
  }

  .service-page .contact-sidebar {
    display: none;
  }
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYBOLD.woff?7f4a27565643e9e936a3efbcd111296f) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYMEDIUM.woff?101ed5219946cce959d664e76e913da5) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: local("SF Pro Display"), url(/fonts/SFPRODISPLAYREGULAR.woff?d52afba30f6e0bf5bc5a82210f920ef8) format("woff");
  font-display: swap;
}
.font-awesome, .owl-portfolio .owl-nav:after, .navbar a.dropdown-item::after, .dropdown-toggle::after, .offcanvas.show .dropdown-toggle[area-expanded=true]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

blockquote {
  position: relative;
  display: block;
  padding: 0 45px;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  border: 0;
  font-weight: 300;
}

blockquote:before {
  /*font-family: "line-icons";*/
  position: absolute;
  color: #1ac6ff;
  content: url(/images/quotes-a.png?29fac29a49e4eaedf08c056ce4e4bc58);
  left: 0;
  top: 25%;
}

blockquote:after {
  /*font-family: "line-icons";*/
  position: absolute;
  color: #1ac6ff;
  content: url(/images/quotes-b.png?c12c3f9e304db3afef96ecb882df3bd3);
  right: 0;
  top: 25%;
}

blockquote {
  margin: 0 0 20px;
}

/*
 |-----------------------------------------------------------
 | Footer Styles
 |-----------------------------------------------------------
 */
#footer {
  padding: 1rem 0;
}
#footer a {
  text-decoration: none;
}

.portfolio-image-container {
  /*text-align: center;*/
}

.portfolio-device {
  position: relative;
}

.portfolio-device .screenshot {
  width: 270px;
  position: absolute;
  top: 97px;
  left: 52px;
}

.portfolio-iphone-display .device {
  width: 375px;
}

.category-page .portfolio-device .screenshot {
  top: 50px;
  left: 118px;
  width: 145px;
}

.category-page .portfolio-iphone-display .device {
  width: 200px;
  margin-left: 90px;
}

.category-page .project-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.category-page .project-item:last-child {
  border-bottom: none;
}

/* iPad */
.portfolio-ipad-display .device {
  width: 360px;
}

.portfolio-ipad-display .screenshot {
  width: 314px;
  top: 46px;
  left: 22px;
}

.category-page .portfolio-ipad-display .device {
  width: 260px;
}

.category-page .portfolio-ipad-display .screenshot {
  top: 33px;
  left: 16px;
  width: 227px;
}

.portfolio-ipad-horizontal-display .screenshot {
  width: 278px;
  top: 17px;
  left: 32px;
}

.category-page .portfolio-ipad-horizontal-display .screenshot {
  top: 16px;
  left: 30px;
  width: 282px;
}

.portfolio-image-container .screenshot.thumb {
  padding: 20px 50px;
  background: #f6f4f4;
  border: 1px solid #E0DCDC;
}

.category-page .project-item h2 {
  margin-top: 0px;
}

.project-summary img {
  border-radius: 0px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.featureHolder {
  margin: 2rem 0;
}

@media (max-width: 1200px) {
  .portfolio-iphone-display .device {
    width: 230px;
  }

  .portfolio-device .screenshot {
    width: 166px;
    top: 60px;
    left: 32px;
  }

  .portfolio-ipad-display .device {
    width: 260px;
  }

  .portfolio-ipad-display .screenshot {
    width: 226px;
    top: 34px;
    left: 17px;
  }

  .portfolio-ipad-horizontal-display .screenshot {
    width: 279px;
    top: 16px;
    left: 32px;
  }
}
@media (min-width: 992px) {
  .portfolio-image-container .screenshot.thumb {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .features .feature-item {
    width: 100%;
  }

  .portfolio-image-container .screenshot.thumb {
    margin: 0 auto 20px;
    display: block;
  }

  .project-summary img {
    border-radius: 0px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
}
@media (max-width: 540px) {
  blockquote {
    padding: 0px;
  }

  blockquote::after, blockquote::before {
    display: none;
  }
}
#contact-form .contact-form {
  margin-top: 50px;
}

#contact-form .control-group {
  margin-bottom: 20px;
}

#contact-form .questions {
  min-height: 100px;
}

label.error {
  color: red;
  font-weight: normal;
  font-style: italic;
  margin-left: 2px;
}

.control-group .title {
  color: #333;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.control-group .content {
  margin-bottom: 10px;
}

.control-group.fine-print {
  display: flex;
}
.control-group.fine-print p {
  margin: 0;
}
.control-group.fine-print .form-disclaimer {
  margin-top: 10px;
}
.control-group.fine-print .text {
  margin-left: 10px;
}

.contact-form,
.contact-sidebar {
  background: rgba(195, 195, 195, 0.1294117647);
  padding: 20px;
  border-radius: 30px;
}

form .btn {
  background: #00aeff;
  border-color: #008cba;
}

.contact-sidebar {
  border: 3px solid #eee;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.contact-sidebar .contact-form {
  background: none;
  padding: 0;
}

.contact-form .control-group {
  margin-bottom: 30px;
}

.contact-form .form-control,
.contact-form .select-wrapper {
  font-size: 20px;
  padding: 14px 20px;
  border: 3px solid #EEE;
  background: white;
  border-radius: 5px;
}

.contact-form input[type=text],
.contact-form .select-wrapper {
  height: 60px;
}

.contact-form .select-wrapper {
  padding-top: 14px;
}

.contact-form .select-wrapper select {
  border: none;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}

.contact-form .no-label-space p {
  margin: 5px 0;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #00DA00;
  color: white;
  margin: 1em 0;
}

.service-page p {
  margin: 20px 0;
}

.post-content-cta {
  text-align: center;
  margin-top: 3rem;
}
.post-content-cta .copy {
  margin-bottom: 1rem;
  font-weight: bold;
}

/*
 |-----------------------------------------------------------
 | Common Styles
 |-----------------------------------------------------------
 */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #333;
  background: center 30px no-repeat url(/images/hero-bg-2.svg?d243365b7642fabfaef83af0e0fdeba4);
}

ul, li {
  margin: 0;
}

p {
  font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}

/*
 |-----------------------------------------------------------
 | Utility Classes
 |-----------------------------------------------------------
 */
.no-shadow {
  box-shadow: none !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.pattern-fg {
  z-index: 2;
}

/*
 |-----------------------------------------------------------
 | Buttons
 |-----------------------------------------------------------
 */
.btn-em-primary, .btn-em-secondary {
  background: #EB6150;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-radius: 0.5rem;
}
.btn-em-primary:hover, .btn-em-secondary:hover {
  color: #fff;
}
.btn-em-primary.wide, .wide.btn-em-secondary {
  padding: 0.75rem 2.5rem;
}

.btn-em-secondary {
  color: #EB6150;
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}
.btn-em-secondary:hover {
  color: #EB6150;
}

.px-60 {
  padding-left: 100px;
  padding-right: 100px;
}

.h1 {
  font-family: "SF Pro Display Bold";
  font-size: 68px;
  line-height: 72px;
}

.h2 {
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 46px;
}

.h3 {
  font-family: "SF Pro Display Bold";
  font-size: 28px;
  line-height: 32px;
}

.hbox1 {
  min-height: 200px;
  width: 100%;
  text-align: center;
}
.hbox1.text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-16 {
  font-size: 16px;
  line-height: 24px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
}
.icon-grid .icon {
  max-width: 168px;
  max-height: 168px;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.product-images {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  align-items: center;
}
.product-images .portrait-screen {
  max-width: 207px;
  max-height: 449px;
  border-radius: 16px;
  box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.1);
}
.product-images .angle-none {
  position: absolute;
  left: 57%;
  top: 50%;
  transform: translate(-50%, -56%);
}
.product-images .angle-left-1 {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-10deg);
  left: 30%;
  top: 50%;
}
.product-images .angle-right-1 {
  position: absolute;
  transform: translate(-50%, -60%) rotate(7deg);
  left: 82%;
  top: 50%;
}
.product-images .img {
  width: 207px;
  height: 449px;
  border-radius: 16px;
  box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-images .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.block-half-content .block-heading {
  margin-bottom: 16px;
}
.block-half-content .block-text {
  padding: 0 48px;
}

.thankyou-bg {
  background: #fff;
}
.thankyou-bg.full-page-message {
  padding: 50px;
}

/*
 |-----------------------------------------------------------
 | Numbers Section
 |-----------------------------------------------------------
 */
.num-box {
  border-radius: 24px;
  /* background: linear-gradient(45deg, #7419D2 0%, #40ECFF 100%); */
  background: rgba(118, 25, 210, 0.0431372549);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  /* box-shadow: 0 0 32px 0 rgba(0,0,0,0.08); */
  padding: 16px 16px 32px 16px;
  margin: 12px auto 12px auto;
  color: #fff;
  border: 1px solid #7419D2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.num-box .number {
  font-family: "SF Pro Display Bold";
  font-size: 70px;
  line-height: 70px;
  padding-top: 20px;
  display: block;
  color: #EB6150;
}
.num-box p {
  font-family: "SF Pro Display Bold";
  font-size: 28px;
  line-height: 28px;
}

/*
|--------------------------------------------------------------------------
| ************************* End Block Styles ******************************
|--------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------
 | Backgrounds
 |-----------------------------------------------------------
 */
.bg-gradient {
  background: linear-gradient(45deg, #40ECFF 0%, #7F0EDE 100%) !important;
}

.nightshade-bg {
  background-image: url(/images/path_1.svg?498d4afd9ebc72e7c9fc922920575982), url(/images/path_2.svg?1150d9b4ea75b8dc02c211fea4356842), url(/images/path_3.svg?ff3b0c66024375bd50ca03e22a1bd462), linear-gradient(45deg, #40ECFF 0%, #7F0EDE 100%);
  background-position: left top, center bottom, right top;
  background-repeat: no-repeat;
  background-size: 390px, 780px, 780px, 100%;
}

.bg-dark2 {
  background: url(/images/path_4_back.svg?8a4c48a85d2ee0d472bf8290536e642a), linear-gradient(45deg, #333333 0%, #2F0060 100%);
  background-position: left top;
  background-repeat: no-repeat !important;
  background-size: 85%, 100% !important;
  color: #fff;
  position: relative;
  z-index: 0;
}
.bg-dark2 .title-wrapper {
  color: #ffffff;
}
.bg-dark2 .title-wrapper .subtitle {
  color: rgba(255, 255, 255, 0.5490196078);
}

.bg-clear {
  background-color: #fff;
}

.bg-lite {
  background-color: #fafafa;
}

/*
|--------------------------------------------------------------------------
| Background Patterns
|--------------------------------------------------------------------------
*/
.bg-pattern {
  position: relative;
}
.bg-pattern::before {
  content: "";
  position: absolute;
  z-index: 0;
}
.bg-pattern.left-1::before {
  background-image: url(/images/startup.svg?bf1cd2de319b8c4aa439e766a34f519c);
  width: 104px;
  height: 248px;
  left: 0%;
  bottom: -30%;
  transform: rotate(-90deg);
}
.bg-pattern.bg-left-2::before {
  background-image: url(/images/dot-circle.svg?9246d63f9de06d916e48e0758c11bf92);
  width: 104px;
  height: 104px;
  left: -4%;
  top: 41%;
}
.bg-pattern.right-1::before {
  background-image: url(/images/government.svg?8004032b734ea7fd534af6e0e89ad154);
  width: 104px;
  height: 248px;
  right: -52px;
  bottom: -20%;
}
.bg-pattern.bg-right-2::before {
  background-image: url(/images/dot-box.svg?bd3cb3f1dc63a1b12f40882de31c4789);
  width: 104px;
  height: 248px;
  right: -52px;
  top: 5%;
}
.bg-pattern.bg-right-3::before {
  background-image: url(/images/business.svg?d9ac8bf6728747cce01fdcca6cfee7db);
  width: 104px;
  height: 248px;
  right: -52px;
  top: -7%;
}

.bg-pattern-left-1 {
  position: relative;
}
.bg-pattern-left-1::before {
  background-image: url(/images/dot-box.svg?bd3cb3f1dc63a1b12f40882de31c4789);
  content: "";
  position: absolute;
  width: 104px;
  height: 248px;
  left: -52px;
  bottom: -75px;
  z-index: 0;
}

.bg-pattern-right-1 {
  position: relative;
}
.bg-pattern-right-1::before {
  background-image: url(/images/dot-box.svg?bd3cb3f1dc63a1b12f40882de31c4789);
  content: "";
  position: absolute;
  width: 104px;
  height: 248px;
  right: -52px;
  top: 30%;
  z-index: 0;
}

.bg-image.img-ui-elements {
  background: url(/images/mobile_app_new.png?9fa12f3b38290acc153feed38ba21ccd) center left no-repeat;
  height: 681px;
  width: 946px;
  background-size: auto;
  float: left;
}
.bg-image.img-country-au {
  background: url(/images/country_au.png?5d32749e1f690bab0a33bc2fbc70c3f2) center right no-repeat;
  height: 476px;
  background-size: auto;
  width: 812px;
  float: right;
}
.bg-image .bg-image-img {
  width: 800px;
}

/*
 |-----------------------------------------------------------
 | Header
 |-----------------------------------------------------------
 */
#hero .headline {
  font-family: "SF Pro Display Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  color: #fff;
}
#hero.content-section {
  padding-top: 6rem;
  padding-bottom: 7.2rem;
}

.bg-top {
  width: 100%;
  min-height: 800px;
  position: absolute;
  z-index: -10;
  border-radius: 0 0 200px 0;
}

/*
 |-----------------------------------------------------------
 | Home Page
 |-----------------------------------------------------------
 */
.hero-wrapper {
  position: relative;
}

.content-block {
  border-radius: 40px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 36.65%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(45deg, #7F0EDE 0%, #40ECFF 100%);
  box-shadow: 0 0 80px 16px rgba(0, 0, 0, 0.16);
  text-align: left;
  padding: 3rem;
}

.section-separator {
  background: #fafafa;
  min-height: 200px;
  border-radius: 0 0 0 400px;
  position: absolute;
  z-index: -1;
}

.curved-section {
  border-radius: 0 0 200px 0;
}

/*
 |-----------------------------------------------------------
 | Customer Categories Selection Section
 |-----------------------------------------------------------
 */
.rectangle-8 {
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  background-color: #FFFFFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  z-index: 3;
  display: inline-block;
}
.rectangle-8 h4 {
  font-size: 30px;
  padding: 20px 0px;
  font-family: "SF Pro Display Bold";
}
.rectangle-8 .yellow {
  background: linear-gradient(315deg, #EB8914 0%, #F6E631 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rectangle-8 .orange {
  background: linear-gradient(135deg, #F79725 0%, #220ABB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rectangle-8 .purple {
  background: linear-gradient(135deg, #7513DA 0%, #24196A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rectangle-8 h6 {
  color: #EB6150;
  font-size: 18px;
  font-family: "SF Pro Display Bold" !important;
  letter-spacing: 0;
  line-height: 56px;
  text-align: center;
}

.service-icon {
  height: 160px !important;
}

/*
 |-----------------------------------------------------------
 | Reviews Section
 |-----------------------------------------------------------
 */
.testimonials .title-wrapper {
  margin-bottom: 0;
}

.review-wrapper {
  margin-bottom: 2rem;
}

.reviews {
  line-height: 1.6rem;
  padding: 2rem 2rem 0 2rem;
}
.reviews .review {
  font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
}
.reviews .stars {
  color: #ffbe00;
  text-align: center;
  margin-bottom: 1rem;
}
.reviews .user {
  margin-top: 1rem;
  font-weight: bold;
}

/*
 |-----------------------------------------------------------
 | Portfolio
 |-----------------------------------------------------------
 */
.owl-portfolio .owl-nav {
  margin-top: 20px;
  width: 100%;
}
.owl-portfolio .owl-nav .owl-prev {
  margin-left: 0px;
}
.owl-portfolio .owl-nav .owl-next {
  margin-left: 0px;
}
.owl-portfolio .owl-nav:after {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #2a2a2a;
  content: "\f104";
  font-size: 20px;
  transition: all 0.5s;
  opacity: 0.5;
}

/*
 |-----------------------------------------------------------
 | Home Page Portfolio
 |-----------------------------------------------------------
 */
.phone-text {
  margin-top: 24px;
  text-align: center !important;
}
.phone-text p {
  font-size: 20px !important;
  width: 360px;
}
.phone-text h3 {
  font-family: "SF Pro Display Bold" !important;
  font-size: 28px !important;
  line-height: 32px !important;
  padding-bottom: 16px;
}

.portfolio-phone-box {
  height: 360px;
  width: 360px;
  border-radius: 24px;
  margin: 8px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}
.portfolio-phone-box img {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.24);
}

/*
 |-----------------------------------------------------------
 | FAQs
 |-----------------------------------------------------------
 */
.faqs .accordion-item .accordion-button {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}
.faqs .content-section {
  padding-bottom: 2.5rem;
}
.faqs .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.faqs .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faqs .accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.faqs .accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faqs .accordion-item {
  border-color: #ffffff;
}

/*
 |-----------------------------------------------------------
 | Accordion
 |-----------------------------------------------------------
 */
.accordion-button {
  padding: 40px;
  font-family: "SF Pro Display Bold";
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  filter: invert(45%) sepia(19%) saturate(4106%) hue-rotate(332deg) brightness(104%) contrast(84%) !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-collapse {
  border-radius: 0px 0px 24px 24px !important;
}

.accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #333333 !important;
  border-radius: 24px 24px 0px 0px !important;
}

.accordion-collapse {
  color: #333333;
  background: #fff;
  border: none;
  position: relative;
}

.accordion-body {
  text-align: left !important;
  padding: 0px 40px 40px 40px;
}

/*
 |-----------------------------------------------------------
 | Pre-footer (Call to action)
 |-----------------------------------------------------------
 */
.cta-banner {
  padding: 3rem 0;
  background: url(/images/path_2.svg?1150d9b4ea75b8dc02c211fea4356842) top left no-repeat, url(/images/path_3.svg?ff3b0c66024375bd50ca03e22a1bd462) bottom right no-repeat, linear-gradient(45deg, #40ECFF 0%, #7F0EDE 100%);
}
.cta-banner .title-wrapper {
  color: #fff;
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 590px;
}
.cta-banner .title-wrapper .subtitle {
  color: #fff;
}

/*
 |-----------------------------------------------------------
 | Footer
 |-----------------------------------------------------------
 */
#footer {
  color: #fff;
  background: #333;
  font-size: 1rem;
}
#footer ul, #footer li {
  padding: 0;
  list-style: none;
}
#footer a {
  transition: 300ms;
  color: #fff;
}
#footer .heading {
  font-size: 28px;
  font-family: "SF Pro Display Bold", Helvetica, Arial, sans-serif;
  margin: 2rem 0 0.75rem;
  display: inline-block;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul.nav-links li {
  padding: 5px 0;
}
#footer ul.nav-links li:hover a {
  border-left: 5px solid #00aeff;
  padding: 5px;
}
#footer .credits {
  font-size: 0.85rem;
  font-weight: 300;
  padding-top: 16px;
  color: #aeaeae !important;
}

.team-img {
  height: 450px;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.team-card .inner-text {
  padding: 8px;
}
.team-card .inner-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #eaeaea;
  margin-bottom: 0;
}
.team-card .inner-text .jobtitle {
  font-size: 16px;
  font-weight: 300;
  color: #acacac;
}

.jobdesc-card {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  padding: 24px;
  background: linear-gradient(45deg, #1f1f1f 0%, #2F0060 100%);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.jobdesc-card:hover {
  opacity: 0.9;
}

.jobdesc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #acacac;
}

.jobdesc-card::-webkit-scrollbar {
  width: 4px;
}

.jobdesc-card::-webkit-scrollbar-thumb {
  background-color: #3c017c;
  border-radius: 8px;
}

.jobdesc-card::-webkit-scrollbar-track {
  background: transparent;
}

.jobdesc-card {
  scrollbar-width: thin;
  scrollbar-color: #3c017c transparent;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVE STYLES
|--------------------------------------------------------------------------
|
| Following section is for responsive style overrides.
| DO NOT add non-responsive styles in the section below.
|
*/
@media (min-width: 1200px) {
  .icon-grid {
    grid-template-columns: repeat(6, auto);
  }
  .icon-grid .icon:nth-child(n+7) {
    border-bottom: none;
  }
  .icon-grid .icon:nth-child(6n) {
    border-right: none;
  }
  .icon-grid.awards .icon {
    border-bottom: none;
  }
  .icon-grid.featured-news {
    grid-template-columns: repeat(4, auto);
  }
  .icon-grid.featured-news .icon {
    border-right: 1px solid #ebebeb;
  }
  .icon-grid.featured-news .icon:nth-child(n+5) {
    border-bottom: none;
  }
  .icon-grid.featured-news .icon:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .icon-grid {
    grid-template-columns: repeat(3, auto);
  }
  .icon-grid .icon:nth-child(n+10) {
    border-bottom: none;
  }
  .icon-grid .icon:nth-child(n+14) {
    display: none;
  }
  .icon-grid .icon:nth-child(3n) {
    border-right: none;
  }
  .icon-grid.awards .icon:nth-child(n+4) {
    border-bottom: none;
  }
  .icon-grid.featured-news .icon:nth-child(n+7) {
    border-bottom: none;
  }
}
@media (max-width: 1200px) {
  .hero-wrapper .button {
    width: 100%;
    margin-bottom: 1rem;
  }

  .content-block {
    padding: 2.5rem;
  }

  .product-images .portrait-screen {
    max-height: 390px;
  }
}
@media (max-width: 992px) {
  .ausmade-img {
    border-bottom: 1px solid #FFA400;
  }

  .thankyou-bg.full-page-message {
    padding: 20px;
  }

  .bg-image-img {
    width: 100%;
  }

  .block-half-content .btn-em-primary, .block-half-content .btn-em-secondary {
    width: 100%;
  }

  #hero .headline {
    font-size: 3rem;
  }

  .acc-card .h4, .acc-card .h5 {
    font-size: 18px;
    line-height: 20px;
  }

  .featured-award-img {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 768px) {
  .px-60 {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }

  .separator-offset-top {
    margin-top: 3rem;
  }

  .content-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-pb-1 {
    padding-bottom: 3rem;
  }

  .mobile-hide {
    display: none !important;
  }

  .col-md-reverse {
    flex-direction: column-reverse;
  }

  .title-wrapper .title {
    font-size: 1.5rem;
  }
  .title-wrapper .subtitle {
    margin-top: 0.5rem;
  }

  #hero.content-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  .separator-offset-top {
    margin-top: 0;
  }

  .icon-grid {
    grid-template-columns: repeat(2, auto);
  }
  .icon-grid .icon:nth-child(n+5) {
    border-bottom: none;
  }
  .icon-grid .icon:nth-child(n+7) {
    display: none;
  }
  .icon-grid .icon:nth-child(2n) {
    border-right: none;
  }
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
}
.timeline p {
  font-size: 18px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #EB6150;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
}

/* Container around content */
.timeline .time-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline .time-container:not(:first-child) {
  margin-top: -60px;
}

/* The circles on the timeline */
.time-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -8px;
  background-color: white;
  border: 4px solid #EB6150;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 18px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid #EB6150;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #EB6150;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 18px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #EB6150;
  border-width: 10px 10px 10px 0;
  border-color: transparent #EB6150 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .content {
  padding: 0px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  .timeline .left {
    text-align: left;
  }

  .timeline .time-container:not(:first-child) {
    margin-top: 0px;
  }

  /* Full-width containers */
  .time-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::before, .timeline .right::before {
    display: none;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::after, .timeline .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }

  .timeline .time-container {
    width: 100%;
  }
}
.work-section .rt-tpg-container .isotope1 .rt-holder {
  box-shadow: none;
}

@media (prefers-reduced-motion) {
  .anim {
    transition: none;
  }
}
.anim {
  opacity: 0;
}

@keyframes anim1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animtop {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.career-car .carousel-control-next, .career-car .carousel-control-prev {
  width: auto;
}
.career-car .carousel-control-prev-icon, .career-car .carousel-control-next-icon {
  font-size: 16px;
  border-radius: 5px;
  padding: 2px;
  height: 24px;
  width: 24px;
  filter: invert(1);
}

.career-image {
  width: 100%;
}

.awards-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 0 16px 16px 16px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  min-height: 320px;
  text-align: center;
}
.awards-card img {
  max-width: 100%;
}
.awards-card.small {
  min-height: auto;
}

.featured-award-card {
  background: linear-gradient(45deg, #40ECFF 0%, #7F0EDE 100%);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.featured-award-img {
  position: absolute;
  height: 250px;
  bottom: 16px;
  left: 16px;
}

.featured-award-card-2 {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 32px;
  position: relative;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.acc-card {
  padding: 16px;
  border-radius: 24px;
}

.cluth-img {
  max-width: 128px !important;
  width: 100%;
}

.aus-week-bg {
  background-color: #007A53;
}

.community-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}
.community-card .com-img {
  width: 100%;
  border-radius: 24px;
}

.sus-img {
  width: 100%;
  height: 260px;
  margin: 16px 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
