/*
  Theme Name: Big Live
  Theme URI: 
  Description: A bespoke Wordpress Theme
  Version: 1.0.0
  Author:
  Author URI: 
  Tags: Blank, HTML5, CSS3

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
  MAIN
\*------------------------------------*/
html {
  scroll-behavior: smooth;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/*------------------------------------*\
  CORE STRUCTURE
\*------------------------------------*/

/* wrappers */
.wrapper {
  max-width:1375px;
  width:100%;
  padding-left: 30px;
  padding-right: 30px;
  margin:0 auto;
  overflow: clip;
}
.wrapper.wrapper-small, .container-small .wrapper {
  max-width: 1380px;
}
.wrapper.full-width{
  max-width:100%;
}

::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-Black.woff2') format('woff2'),
     url('fonts/Mont-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-Bold.woff2') format('woff2'),
     url('fonts/Mont-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-Regular.woff2') format('woff2'),
     url('fonts/Mont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-RegularItalic.woff2') format('woff2'),
     url('fonts/Mont-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-SemiBold.woff2') format('woff2'),
     url('fonts/Mont-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body {
  color: #000;
  font-family: "Mont", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 15px;
  overflow-x: clip;
  background: #f0f0f0;
}

p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  color: #000;
  font-family: "cc-thismanthismonster-var", serif;
  font-variation-settings: "BITE" 0, "CHEW" 0, "WONK" 10;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 110%;
  margin: 30px 0 20px;
  padding: 0;
  text-transform: uppercase;
}

h1, .uk-h1 {
  font-size: 75px;
}

h2, .uk-h2 {
  font-size: 42px;
}

h3, .uk-h3 {
  font-size: 30px;
}

h4, .uk-h4 {
  font-size: 26px;
}

h5, .uk-h5 {
  font-family: "Mont", sans-serif;
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
}

h6, .uk-h6 {
  font-size: 15px;
  text-transform: none;
}

em {
  color: inherit;
}


.section-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 56px;
}

.upper {
  text-transform: uppercase;
}

/*------------------------------------*\
  BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: url("img/teal-btn.png");
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  outline: 0 !important;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-tra {
  background-image: url("img/tra-btn.png");
  color: #03A0B2;
}
.btn-tra:hover {
  color: #03A0B2;
}

.btn-orange {
  background-image: url("img/orange-btn.png");
}
.btn-orange-black {
  background-image: url("img/orange-btn.png");
  color: #000;
}
.btn-orange-black:hover {
  color: #000;
}

.btn-darkorange, .page-darkteal .cta .btn-orange {
  background-image: url("img/darkorange-btn.png");
}

.btn-red, .page-red .cta .btn-orange {
  background-image: url("img/red-btn.png");
}
.btn-red:hover, .page-red .cta .btn-orange:hover {
  color: #fff;
}

.btn-red-tra {
  background-image: url("img/red-tra-btn.png");
  color: #851D3D;
}
.btn-red-tra:hover {
  color: #851D3D;
}

.btn-orange-tra {
  background-image: url("img/orange-tra-btn.png");
  color: #FF9D53;
}
.btn-yellow-tra {
  background-image: url("img/yellow-tra-btn.png");
  color: #EFC259;
}
.btn-orange-tra-black {
  background-image: url("img/orange-tra-btn.png");
  color: #000;
}
.btn-orange-tra-black:hover {
  color: #000;
}
.btn-orange-tra:hover {
  color: #FF9D53;
}

.btn-darkorange-tra {
  background-image: url("img/darkorange-tra-btn.png");
  color: #F76546;
}
.btn-darkorange-tra:hover {
  color: #F76546;
}

.btn-darkteal-tra {
  background-image: url("img/darkteal-tra-btn.png");
  color: #FF9D53;
}
.btn-darkteal-tra:hover {
  color: #FF9D53;
}

.btn-yellow {
  background-image: url("img/yellow-btn.png");
  color: #000;
}
.btn-yellow:hover {
  color: #000;
}

.btn-darkteal {
  background-image: url("img/darkteal-btn.png");
  color: #fff;
}
.btn-darkteal:hover {
  color: #fff;
}

.btn-purple, .page-green .cta .btn-orange, .page-purple .cta .btn-orange {
  background-image: url("img/purple-btn.png");
}

.link {
  font-weight: 800;
  font-size: 14px;
  color: #03A0B2;
  display: inline-block;
}

.solid-button {
  background: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.solid-button:hover {
  color: #000;
  opacity: 0.8;
}

/*------------------------------------*\
  FORMS
\*------------------------------------*/
.gform_wrapper.gravity-theme form .gform_wrapper.gravity-theme .gform_fields {
  gap: 20px;
}
.gform_wrapper.gravity-theme form .gform_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme form input[type="color"], .gform_wrapper.gravity-theme form input[type="date"], .gform_wrapper.gravity-theme form input[type="datetime-local"], .gform_wrapper.gravity-theme form input[type="datetime"], .gform_wrapper.gravity-theme form input[type="email"], .gform_wrapper.gravity-theme form input[type="month"], .gform_wrapper.gravity-theme form input[type="number"], .gform_wrapper.gravity-theme form input[type="password"], .gform_wrapper.gravity-theme form input[type="search"], .gform_wrapper.gravity-theme form input[type="tel"], .gform_wrapper.gravity-theme form input[type="text"], .gform_wrapper.gravity-theme form input[type="time"], .gform_wrapper.gravity-theme form input[type="url"], .gform_wrapper.gravity-theme form input[type="week"], .gform_wrapper.gravity-theme form select, .gform_wrapper.gravity-theme form textarea {
  background: #1F294C;
  color: #EFC259;
  font-size: 20px;
  border: none;
  border-radius: 30px;
  padding: 17px 30px;
  outline: none;
  line-height: 100% !important;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.gform_wrapper.gravity-theme form input[type="color"]:focus, .gform_wrapper.gravity-theme form input[type="date"]:focus, .gform_wrapper.gravity-theme form input[type="datetime-local"]:focus, .gform_wrapper.gravity-theme form input[type="datetime"]:focus, .gform_wrapper.gravity-theme form input[type="email"]:focus, .gform_wrapper.gravity-theme form input[type="month"]:focus, .gform_wrapper.gravity-theme form input[type="number"]:focus, .gform_wrapper.gravity-theme form input[type="password"]:focus, .gform_wrapper.gravity-theme form input[type="search"]:focus, .gform_wrapper.gravity-theme form input[type="tel"]:focus, .gform_wrapper.gravity-theme form input[type="text"]:focus, .gform_wrapper.gravity-theme form input[type="time"]:focus, .gform_wrapper.gravity-theme form input[type="url"]:focus, .gform_wrapper.gravity-theme form input[type="week"]:focus, .gform_wrapper.gravity-theme form select:focus, .gform_wrapper.gravity-theme form textarea:focus {
  background: #03A0B2;
  color: #fff;
}
.gform_wrapper.gravity-theme form ::-webkit-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form :-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form ::-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form ::placeholder {
  opacity: 1;
}

.enquiry-form {
  overflow: hidden;
}
.enquiry-form .wrapper {
  z-index: 1;
}
.enquiry-form:before {
  position: absolute;
  content: " ";
  width: 2000px;
  height: 2000px;
  border: 1px solid #F9D340;
  border-radius: 50%;
  top: -420px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.enquiry-form .enquiry-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -340px;
}
@media (max-width: 1400px) {
  .enquiry-form:before, .enquiry-form .enquiry-right {
    display: none;
  }
}

/*------------------------------------*\
  BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background: #FF9D53;
  border-radius: 20px;
}
.banner h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  text-align: center;
}
.banner .heading-bg {
  background: #03A0B2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 10px 30px;
}
.banner .banner-sub {
  background: #fff;
  border-radius: 20px;
  padding: 33px 45px;
}
.banner .banner-sub > *:last-child {
  margin-bottom: 0;
}
.banner #breadcrumbs {
  color: #1F294C;
}
.banner #breadcrumbs a {
  color: #1F294C;
}
.banner #breadcrumbs a:hover {
  color: #154498;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #154498;
}
.banner .banner-icon {
  position: absolute;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
}
.banner.video-banner {
  padding: 0;
  background: none;
}
.banner.video-banner h1 {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.video-banner .fit-heading {
  margin-top: 30px;
}
.banner.video-banner p {
  margin-bottom: 10px;
}
.banner.video-banner .hbg {
  background: none;
  padding: 0;
  color: #FF9D53;
}
.banner .left-banner-heading {
  max-width: 70%;
}

/*------------------------------------*\
  HEADER
\*------------------------------------*/
header {
  position: relative;
  z-index: 9999;
  padding: 40px 0;
}
.uk-offcanvas {
  z-index: 900;
}
header nav .uk-navbar-nav {
  gap: 20px;
  margin-top: 20px;
}
header nav .uk-navbar-nav > li a {
  min-height: auto;
  color: #1F294C;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 12px;
  border-radius: 10px 10px 0 0;
}
header nav .uk-navbar-nav > li.current-menu-item > a {
  color: #1F294C;
  background: #F9D340;
  border-radius: 10px 10px 0 0;
}
header nav .uk-navbar-nav > li.menu-item-has-children a {
  border-radius: 10px 10px 0 0;
}
header nav .uk-navbar-nav > li:hover > a, header nav .uk-navbar-nav > li:focus > a {
  color: #1F294C;
  background: #F9D340;
}

.sign-in {
  color: #000;
  font-family: "cc-thismanthismonster-var", serif;
  font-size: 24px;
  width: 153px;
  height: 53px;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  position: relative;
  margin-top: 20px;
}
.sign-in:hover {
  color: #000;
  opacity: 0.8;
}
.sign-in svg {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
}
.logo-light, .uk-offcanvas-page .logo-img {
  display: none;
}
.uk-offcanvas-page .logo-light {
  display: inline-block;
}
.uk-offcanvas-page header.header.uk-active {
  background-color: transparent;
}

.uk-offcanvas-bar {
  width: 100%;
  background-color: #000;
  padding-top: 180px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
}

.nav-btn {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.nav-btn > span {
  color: #000;
  font-family: "cc-thismanthismonster-var", serif;
  font-size: 24px;
  margin-left: 15px;
}
.nav-btn:hover {
  opacity: 0.7;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  width: 30px;
}

.nav-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle:hover {
  cursor: pointer;
}

.oc-img {
  position: absolute;
  left: 0;
  bottom: 5%;
  max-width: 45%;
  max-height: calc(100% - 200px);
}

.uk-offcanvas-page .sign-in {
  color: #fff;
}

.uk-offcanvas-page .nav-toggle .bar {
  background-color: #fff;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}

.uk-offcanvas .uk-nav li {
  position: relative;
}
.uk-offcanvas .uk-nav li a {
  color: #fff !important;
  min-height: auto;
  padding: 10px;
  font-size: 40px;
  font-weight: 600;
}
.uk-offcanvas .uk-nav li a:hover {
  opacity: 0.8;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-height: 0;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
  font-size: 25px;
  padding: 0 10px;
}
.uk-offcanvas .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uk-offcanvas .menu-item-has-children.open > .sub-menu {
  max-height: 1000px;
  opacity: 1;
}
.uk-offcanvas .submenu-toggle {
  background-image: url('img/mmenu-drop.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 6px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0 !important;
  width: 25px;
  height: 22px;
  text-align: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 100%;
}
.uk-offcanvas .menu-item-has-children.open > .submenu-toggle {
  filter: invert(67%) sepia(95%) saturate(1012%) hue-rotate(132deg) brightness(94%) contrast(93%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*------------------------------------*\
  FOOTER
\*------------------------------------*/
footer {
  background: #181818;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 220px;
  position: relative;
}
footer:before {
  position: absolute;
  content: " ";
  width: 440px;
  height: 220px;
  left: 0;
  bottom: 230px;
  background-image: url("img/offcanvas-img.png");
  background-size: cover;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 300px;
  margin-bottom: 100px;
}
footer .footer-menu .home-link {
  display: none;
}
footer .footer-menu a {
  font-size: 20px;
  font-weight: 400;
}
footer .footer-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
footer .footer-menu .sub-menu a {
  font-size: 14px;
}
footer p, footer a {
  color: #fff;
}
footer a:hover {
  color: #a4a4a4;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding-top: 10px;
}
footer .copyright p {
  font-size: 12px;
}

.cright-menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cright-menu li {
  line-height: 100%;
}
.cright-menu a {
  font-size: 12px;
  text-decoration: underline;
}

.soc-icons a {
  margin-right: 20px;
  width: 70px;
  height: 73px;
  background-size: contain;
  background-repeat: no-repeat;
}
.soc-icons a:hover {
  opacity: 0.8;
}

/*------------------------------------*\
  ACF FLEXI SECTIONS
\*------------------------------------*/
/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner h4:first-child {
  margin-top: 0;
}

/* Latest news */
.latest-news .hbg {
  background: #FF9D53;
}
.latest-news .uk-slider-container {
  overflow: unset;
}
.ln-inner {
  padding-bottom: 40px;
}
.ln-inner .link {
  bottom: 20px;
  left: 15px;
}
.ln-inner .post-date {
  font-weight: 300;
  font-size: 12px;
  color: #000;
}

/* Single testimonial */
.single-testi {
  padding-top: 70px;
  padding-right: 60px;
  overflow: hidden;
}
.single-testi:before, .single-testi:after {
  position: absolute;
  content: " ";
  background-image: url("img/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 224px;
  height: 196px;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.single-testi:after {
  top: auto;
  bottom: -70px;
  left: auto;
  right: 100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.st-title {
  top: 20px;
  left: 50px;
}
.single-testi .fit-heading {
  position: relative;
}
.single-testi .fit-heading:before {
  position: absolute;
  content: " ";
  background-image: url('img/testimonials-shape1.png');
  background-repeat: no-repeat;
  top: -45px;
  right: -45px;
  width: 74px;
  height: 78px;
  background-size: contain;
  transform: rotate(90deg);
}
.st-image img {
  min-width: 125%;
}

/* Tabs */
.uk-tab:before {
  display: none;
}
.uk-tab li a {
  color: #1F294C;
  padding: 0 50px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 1px solid transparent;
  min-height: 70px;
  text-decoration: none;
}
.uk-tab li a span {
  max-width: 130px;
}
.uk-tab li.uk-active > a {
  border: 1px solid #1F294C;
}

.tabs h2 {
  font-size: 50px;
  margin-top: 0;
  text-transform: uppercase;
}
.tabs .tabs-image-grid .button span {
  display: none;
}
.tabs .tabs-image-grid .button img {
  max-height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabs .tabs-grid-link {
  display: block;
  padding: 70px 20px;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.tabs .tabs-grid-link:hover {
  opacity: 0.8;
}
.tabs .tabs-grid-link h3 {
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs .tabs-end-content .button {
  margin-left: 20px;
}

.tabs-icon img {
  float: right;
  max-height: 48px;
}

/* Content columns */
.content-columns .content-column-inner {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.content-columns .content-column-inner > *:last-child {
  margin-bottom: 0;
}
.content-columns .hbg {
  background: #000;
}
.content-columns h1 {
  margin-top: 0;
}
.content-columns .cc-icon {
  max-height: 200px;
  position: relative;
  object-fit: contain;
}
.content-columns .cc-content > *:last-child {
  margin-bottom: 0;
}
.content-columns .cc-content > *:first-child {
  margin-top: 0;
}

@media (min-width: 960px) {
  .mejs-container, .wp-video {
    height: 100% !important;
  }

  .wp-video-shortcode {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Accordions */
.accordion li {
  margin: 0 !important;
  height: max-content;
}
.accordion li.uk-open > .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  background: #000;
}
.accordion li:before {
  position: absolute;
  content: " ";
  background: #fff;
  width: calc(100% - 30px);
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 20px;
  z-index: -1;
}
.accordion .uk-accordion-title {
  padding: 40px 40px 20px 40px;
  text-decoration: none;
  position: relative;
}
.accordion .uk-accordion-title h3 {
  max-width: calc(100% - 200px);
  position: relative;
}
.accordion .uk-accordion-title:before {
  display: none;
}
.accordion .uk-accordion-title .uk-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.accordion .acc-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}
.acc-content-inner p {
  margin-bottom: 10px;
}
.acc-content-inner ul {
  margin: 0 0 10px 0;
}
.accordion .acc-sub {
  margin-top: 20px;
  font-weight: 600;
  max-width: calc(100% - 180px);
}
.accordion .uk-accordion-content {
  margin-top: 0;
}

/*------------------------------------*\
  MISC
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main > section {
  margin-top: 50px;
  border-radius: 20px;
}

.padding-section {
  margin-top: 0;
  padding-top: 50px;
}
.padding-section:before {
  position: absolute;
  content: " ";
  width: calc(100% + 60px);
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  left: -30px;
}
.padding-section > * {
  position: relative;
  z-index: 1;
}

.custom-section-colour {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.custom-section-colour .section-inner {
  padding: 40px;
}

.no-pad-section .section-inner {
  padding: 0;
}

.radius-20 {
  border-radius: 20px;
}

.bg-dark {
  background-color: #000;
}

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

.bg-black {
  background-color: #181818;
}

.bg-teal {
  background-color: #03A0B2;
}
.bg-teal.banner h1 {
  color: #fff;
}
.bg-teal.banner .heading-bg {
  background-color: #000;
}
.bg-teal .hbg {
  background: #000;
}

.bg-darkteal {
  background-color: #164753;
}
.bg-darkteal.banner h1 {
  color: #fff;
}
.bg-darkteal.banner .hbg {
  background-color: #F76546;
}
.bg-darkteal .cc-inner .hbg {
  background-color: #F76546;
  color: #000;
}

.bg-red {
  background-color: #851D3D;
}

.bg-grey {
  background-color: #F2F1F1;
}

.bg-yellow {
  background-color: #EFC259;
}

.bg-darkgreen {
  background-color: #009F8E;
}

.bg-orange {
  background-color: #FF9D53;
}

.bg-darkorange {
  background-color: #F76546;
}
.bg-darkorange.banner h1 {
  color: #fff;
}
.bg-darkorange.banner .hbg {
  background-color: #164753;
}

.bg-blue {
  background-color: #03A0B2;
}

.bg-purple {
  background-color: #716995;
}
.bg-purple .hbg {
  background: #92C36D;
}

.bg-green {
  background-color: #92C36D;
}
.bg-green .hbg {
  background: #716995;
}

.page-teal .banner.video-banner .hbg {
  color: #03A0B2;
}

.page-red .banner.video-banner .hbg {
  color: #851D3D;
  background: none;
}
.page-red .cta .hbg, .page-red .hcards4col .hbg {
  background-color: #EFC259;
}
.page-red .banner h1 {
  color: #fff;
}
.page-red .banner .uk-width-2-5\@m h1 {
  color: #000;
}
.page-red .page-red .banner.video-banner .uk-width-2-5\@m .hbg {
  background: none;
}
.page-red .banner .hbg {
  background-color: #000;
}
.page-red .sign-in svg path {
  stroke: #851D3D;
}
.blog-page .sign-in svg path, .single-post .sign-in svg path {
  stroke: #03A0B2;
}
.page-darkteal .cta .hbg, .page-darkteal .hcards4col .hbg {
  background-color: #164753;
}
.page-darkteal .sign-in svg path {
  stroke: #164753;
}
.page-purple .cta .hbg, .page-purple .hcards4col .hbg {
  background-color: #92C36D;
}
.page-purple .sign-in svg path {
  stroke: #716995;
}
.page-green .cta .hbg, .page-green .hcards4col .hbg {
  background-color: #92C36D;
}
.page-green .sign-in svg path {
  stroke: #92C36D;
}
.home .sign-in svg path {
  stroke: #03A0B2;
}
.txt-white {
  color: #fff;
}
.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white li, .txt-white p {
  color: #fff;
}

.txt-black {
  color: #000;
}
.txt-black h1, .txt-black h2, .txt-black h3, .txt-black h4, .txt-black h5, .txt-black li, .txt-black p {
  color: #000;
}

.uk-width-140 {
  max-width: 140px;
  width: max-content;
}

.ns-inner {
  padding: 50px 100px;
  height: 100%;
}

.blog-grid > div:first-child {
  width: 100%;
}

.post-date {
  color: #03A0B2;
  font-weight: 800;
  font-size: 15px;
  display: block;
}

.cta-wrap {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f0f0f0;
  position: relative;
}

.cta {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
}
.cta p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
}

.hbg {
  background: #03A0B2;
  color: #fff;
  padding: 8px 20px;
}

.fit-heading {
  text-align: center;
  width: 100%;
}

.fit-heading span {
  display: block;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 90%;
}

.uk-dotnav > * > * {
  width: 20px;
  height: 20px;
  border: 1px solid #03A0B2;
}

.uk-dotnav > .uk-active > * {
  background-color: #03A0B2;
  border-color: #03A0B2;
}

.b2c-discover .fit-heading > span:first-child {
  color: #009F8E;
}

.b2c-discover .cc-icon {
  margin: 0 20px;
}

.hcards4col .uk-slider-container {
  overflow: unset;
}
.hcards4col .col-image img {
  border-radius: 20px 20px 0 0;
}

.aol-image img {
  max-height: 95px;
  margin: 15px 0;
}

.page-id-710 .banner, .page-id-693 .banner {
  padding-bottom: 0;
  background-color: #000;
}
.page-id-710 .banner .uk-flex-middle, .page-id-693 .banner .uk-flex-middle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-id-710 .banner h1, .page-id-693 .banner h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 60px;
}
.page-id-710 .banner .banner-sub, .page-id-693 .banner .banner-sub {
  background: none;
  padding: 0;
}

.contact-info p {
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
}
.contact-info p a {
  color: inherit;
}

.root-acc .uk-accordion-title h3, .root-acc .uk-accordion-title h5 {
  margin: 0;
}

.sub-acc h5 {
  max-width: calc(100% - 50px);
}

.root-acc > li {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px !important;
}
.root-acc > li.uk-open {
  padding-bottom: 20px;
}

.faqs-accordion .uk-accordion-title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
.faqs-accordion .uk-accordion-title .uk-icon {
  right: 0;
  top: 35px;
}
.faqs-accordion .sub-acc {
  padding-right: 50px;
}
.faqs-accordion .sub-acc .uk-accordion-title .uk-icon {
  width: 30px;
  height: 30px;
  line-height: 25px;
  top: 20px;
}
.faqs-accordion .sub-acc .uk-accordion-title {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000;
}
.faqs-accordion .sub-acc li:first-child .uk-accordion-title {
  border: none;
}

.filter-toggle {
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.filter-toggle .uk-icon {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.filter-toggle.toggle-active {
  background: #000;
  color: #fff;
}
.filter-toggle.toggle-active .uk-icon {
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faqs-filter {
  background: #D9D9D9;
  border-radius: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  max-height: 0px;
  opacity: 0;
  padding: 0 30px;
  visibility: hidden;
}
.faqs-filter.filters-active {
  max-height: 800px;
  opacity: 1;
  padding: 30px;
  visibility: visible;
}

#faqs-cat-filter {
  gap: 10px;
  margin: 0;
}
#faqs-cat-filter li {
  padding: 0;
}
#faqs-cat-filter a {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  color: #000;
  font-size: 15px;
  text-transform: none;
}
#faqs-cat-filter a.active {
  background-color: #000;
  color: #fff;
}

#project-search {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #fff;
}
#project-search:focus {
  border: 1px solid #000;
}

.cs-banner h1 {
  text-align: left;
  font-size: 60px;
}

.cs-image img {
  border-radius: 20px;
}

.slider-nav:hover {
  opacity: 0.7;
}

.ln-inner img {
  border-radius: 20px 20px 0 0;
}

.cc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tslider-wrap {
  border-radius: 20px;
  overflow: clip;
}

.titems {
  padding: 0;
  margin: 0;
  list-style: none;
}
.titems li {
  height: 100vh;
  background: #03A0B2;
  scroll-snap-align: start;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.titems li:last-child {
  border-radius: 0 0 20px 20px;
}

.titems li:nth-child(5n+1) {
  background-color: #03A0B2;
}

.titems li:nth-child(5n+2) {
  background-color: #FF9D53;
}

.titems li:nth-child(5n+3) {
  background-color: #716995;
}

.titems li:nth-child(5n+4) {
  background-color: #851D3D;
}

.titems li:nth-child(5n) {
  background-color: #92C36D;
}

.tinner {
  z-index: -1;
}
.titems li:nth-child(5n+2) .tinner h5:before,
.titems li:nth-child(5n+2) .tinner p:before,
.titems li:nth-child(5n+2) .tinner p:after {
  filter: brightness(0) invert(1);
}

.tinner p {
  font-size: 60px;
  font-family: "cc-thismanthismonster-var", serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 100%;
  position: relative;
}
.tinner h5 {
  position: relative;
}
.tinner h5:before {
  position: absolute;
  content: " ";
  width: 354px;
  height: 21px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('img/testi-signature-line.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.tinner p::before {
  content: " ";
  width: 74px;
  height: 78px;
  top: -10px;
  left: 20px;
  background-image: url('img/testimonials-shape1.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
.tinner p:after {
  position: relative;
  width: 57px;
  height: 48px;
  display: inline-block;
  background-image: url('img/testimonials-shape2.png');
  background-repeat: no-repeat;
  content: " ";
  bottom: -30px;
  left: -15px;
}
.tinner p strong {
  font-weight: inherit;
  color: #fff;
}

.tinner h5 {
  color: #fff;
}
.page-purple .titems li,
.page-green .titems li {
  background: #000;
}
.page-purple .tinner h5:before,
.page-green .tinner h5:before,
.page-purple .tinner p:after,
.page-green .tinner p:after{
  filter: hue-rotate(90deg) saturate(0.7) brightness(0.75) !important;
}
.page-purple .tinner p:before, .page-green .tinner p:before {
  filter: brightness(0.9) saturate(0.5) hue-rotate(235deg) !important;
}
.dotnav {
  list-style: none;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  z-index: 999;
  bottom: calc(50% + 100px);
  height: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-right: 20px;
}

.dotnav > li > a {
  width: 18px;
  height: 16px;
  display: block;
  background-image: url("img/tslider-nav.svg");
  background-size: cover;
}

.dotnav > li.uk-active > a {
  background-image: url("img/tslider-nav-active.svg");
}

.ic-hori .ic-icon {
  min-width: 140px;
  margin-right: 30px;
}

.ic-verti .ic-icon img {
  max-height: 100px;
  margin-bottom: 20px;
}

.ic-verti h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.ic-content > *:last-child {
  margin: 0;
}

.rc-inner {
  cursor: pointer;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.rc-inner:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  border-radius: 19px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.rc-inner .uk-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 2px;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.rc-inner .rc-back {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.rc-inner .rc-back h5, .rc-inner .rc-back h4, .rc-inner .rc-back h3 {
  margin-top: 0;
}
.rc-inner .rc-front {
  opacity: 1;
  visibility: visible;
  max-height: 700px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.rc-inner .rc-front h4 {
  color: #000;
}
.rc-inner.rc-active:before {
  opacity: 0;
}
.rc-inner.rc-active .uk-icon {
  background-color: #000;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rc-inner.rc-active .rc-back {
  opacity: 1;
  visibility: visible;
  max-height: 700px;
}
.rc-inner.rc-active .rc-front {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.rc-icon {
  min-height: 100px;
}

.rc-icon img {
  max-height: 100px;
  max-width: 100px;
}
.ai-first .bg-black .ic-icon {
	min-width: 210px;
}
.ai-first h1 {
	font-size: 56px;
}
.ai-first .bg-black {
  position: relative;
	background: #231F20;
}
.ai-first .bg-black:before {
  position: absolute;
  content: " ";
  background-image: url('img/purple-arrows.png');
  width: 90px;
  height: 110px;
  right: 20px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.team a {
  color: #F76546;
}
.team h4 {
  color: #164753;
}
.team h5 {
  font-size: 14px;
  font-weight: 900;
}
.adv-image > div {
  background: radial-gradient(ellipse at center, rgba(255,195,183,1) 0%,rgba(247,101,70,1) 100%);
}
.home .banner .fit-heading {
  position:relative;
  padding-top: 20px;
}
.home .banner .fit-heading:before {
  position:absolute;
  content: " ";
  background-image: url('img/home-banner-shapes.png');
  background-repeat: no-repeat;
  top: 0;
  left: -20px;
  width: 46px;
  height: 46px;
}
.home .accordion .uk-grid li:first-child .uk-accordion-title h3:before {
  position:absolute;
  content: " ";
  background-image: url('img/home-accordion-shape1.png');
  background-repeat: no-repeat;
  top: -15px;
  left: -25px;
  width: 41px;
  height: 42px;
}
.home .accordion .uk-grid li:nth-child(2) .uk-accordion-title h3:before {
  position:absolute;
  content: " ";
  background-image: url('img/home-accordion-shape2.png');
  background-repeat: no-repeat;
  top: -20px;
  left: -5px;
  width: 41px;
  height: 42px;
}
.video-banner .fit-heading span {
  width: 100%;
  left: 0;
}
.page-id-862 .fit-heading {
  display: flex;
  flex-direction: column;
}
.page-id-862 .video-banner .fit-heading span:last-child {
  order: -1;
}
.faqs-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-template-faqs-template .faqs-fixed {
  display: none;
}
.page-id-862 .video-banner .hbg {
  position: relative;
}
.page-id-862 .video-banner .hbg::before {
  position: absolute;
  content: " ";
  background-image: url('img/b2b-illustration.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 75px;
  left: 12%;
  top: -40px;
}
.page-id-677 .banner .banner-icon {
  right: -220px;
}
.page-id-680 .banner .banner-icon {
  transform: none;
  max-width: 240px;
  right: -160px;
  top: 40%;
}
.page-id-683 .banner .banner-icon {
  transform: none;
  top: auto;
  bottom: 0;
}
.page-id-686 .banner .fit-heading > span:first-child {
  margin: 0 !important;
}
.page-id-686 .banner .fit-heading > span:first-child,
.page-id-691 .banner .fit-heading > span:first-child{
  margin: 0 !important;
}
.page-id-686 .banner .banner-icon {
  max-width: 300px;
  transform: none;
  top: 10%;
}
.insta {
  background-image: url('img/Insta.png')
}
.facebook {
  background-image: url('img/Facebook.png')
}
.linkedin {
  background-image: url('img/Linkedin.png')
}
.tiktok {
  background-image: url('img/Tiktok.png')
}

.page-red .insta {
  background-image: url('img/Insta-3.png')
}
.page-red .facebook {
  background-image: url('img/Facebook-3.png')
}
.page-red .linkedin {
  background-image: url('img/Linkedin-3.png')
}
.page-red .tiktok {
  background-image: url('img/Tiktok-3.png')
}

.page-purple .insta {
  background-image: url('img/Insta-5.png')
}
.page-purple .facebook {
  background-image: url('img/Facebook-5.png')
}
.page-purple .linkedin {
  background-image: url('img/Linkedin-5.png')
}
.page-purple .tiktok {
  background-image: url('img/Tiktok-5.png')
}

.page-green .insta {
  background-image: url('img/Insta-5.png')
}
.page-green .facebook {
  background-image: url('img/Facebook-5.png')
}
.page-green .linkedin {
  background-image: url('img/Linkedin-5.png')
}
.page-green .tiktok {
  background-image: url('img/Tiktok-5.png')
}

.page-darkteal .insta {
  background-image: url('img/Insta-1.png')
}
.page-darkteal .facebook {
  background-image: url('img/Facebook-1.png')
}
.page-darkteal .linkedin {
  background-image: url('img/Linkedin-1.png')
}
.page-darkteal .tiktok {
  background-image: url('img/Tiktok-1.png')
}
.page-id-788 .b2b-shape7 .uk-grid > div:first-child .fit-heading {
  color: #fff;
}
.ip-icon-bottom .cc-content {
  /*display: flex;
  align-items: end;*/
}
.fc-modal {
  z-index: 10001 !important;
}
.wp-video {
	border-radius: 20px;
	overflow: hidden;
}
.cc-video .cc-content {
	height: 100%;
}
/*------------------------------------*\
  RESPONSIVE
\*------------------------------------*/
@media (max-width: 1200px) {
  .uk-offcanvas .uk-nav li a {
    font-size: 30px;
  }

  .uk-offcanvas .uk-nav li .sub-menu li a {
    font-size: 22px;
  }

  .accordion .uk-accordion-title h3, .accordion .acc-sub {
    max-width: calc(100% - 100px);
  }

  .tinner p {
    font-size: 50px;
  }
  .home-first .cc-icon {
    bottom: -30px !important;
  }
}
@media (max-width: 960px) {
  h1, .uk-h1, .cs-banner h1, .ai-first h1  {
    font-size: 50px;
  }

  h2, .uk-h2, .tabs h2, .section-title, .tinner p {
    font-size: 42px;
  }

  h3, .uk-h3 {
    font-size: 26px;
  }

  h4, .uk-h4 {
    font-size: 22px;
  }

  h5, .uk-h5 {
    font-size: 18px;
  }

  .cright-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  footer .footer-menu .sub-menu {
    margin-top: 0;
  }

  footer:before {
    display: none;
  }

  .ns-inner {
    padding: 40px;
  }

  .single-testi {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
  }

  .st-image {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .st-image img {
    min-width: auto;
  }

  .single-testi:before {
    left: 60px;
    width: 150px;
    top: -40px;
  }

  .single-testi:after, .ai-first .bg-black:before {
    display: none;
  }

  .accordion .uk-grid > li:first-child {
    margin-bottom: 20px !important;
  }

  .accordion .uk-accordion-title h3, .accordion .acc-sub {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 640px) {
  h1, .uk-h1, .cs-banner h1, .ai-first h1  {
    font-size: 42px;
  }

  h2, .uk-h2, .tabs h2, .section-title, .tinner p {
    font-size: 30px;
  }

  h3, .uk-h3 {
    font-size: 24px;
  }

  h4, .uk-h4 {
    font-size: 20px;
  }

  .logo-img {
    max-width: 80px;
  }

  .sign-in {
    width: 100px;
    font-size: 16px;
    margin-top: 0;
  }

  header {
    padding: 20px 0;
  }

  .banner .banner-sub {
    padding: 20px;
  }

  .banner .banner-icon {
    display: none;
  }

  .banner .left-banner-heading {
    max-width: 100%;
  }

  .ns-inner {
    padding: 30px;
  }

  .uk-width-140 {
    width: 100%;
  max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    margin-bottom: 20px;
  }

  .root-acc > li {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faqs-accordion .sub-acc {
    padding-right: 0;
  }

  .dotnav {
    margin-right: 10px;
  }

  .ic-hori .uk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ic-hori .ic-icon {
    width: auto;
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .rc-back {
    padding-top: 20px;
  }
  .tinner h5:before, .single-testi .fit-heading:before  {
    display: none;
  }
  .home-first .cc-icon {
    bottom: auto !important;
  }
  .faqs-fixed img {
    max-width: 120px;
  }
  .page-id-862 .video-banner .hbg:before {
    top: -30px;
  } 
}
@media (min-width: 640px) {
  .team-columns .cc-icon {
    position: absolute;
    bottom: -60px;
    right: 0;
    max-width: 200px;
  }
  .content-columns .uk-width-1-3\@m .uk-width-140 {
    width: 100px;
  }
  .icon-bottom {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .icon-middle {
    display: flex;
  }
  .home-first .cc-icon {
    bottom: -72px;
    max-width: 200px;
    right: -40px;
  }
  .story-columns .uk-grid > div:last-child .content-column-inner:before,
  .story-columns .uk-grid > div:last-child .content-column-inner:after {
    position: absolute;
    content: " ";
    width: 69px;
    height: 81px;
    left: -50px;
    top: -50px;
    background-image: url('img/story-col-shape.png');
    background-repeat: no-repeat;
  }
  .story-columns .uk-grid > div:last-child .content-column-inner:after {
    left: auto;
    top: auto;
    right: -50px;
    bottom: -50px;
    transform: rotate(180deg);
  }
  .story-columns .section-inner {
    padding: 60px;
  }
  .uk-width-240 {
    width: 220px;
  }
  .blog-grid > div:first-child h2 {
    max-width: 600px;
  }
  .page-template-case-studies-template .left-banner-heading:before,
  .page-template-faqs-template .left-banner-heading:before,
  .page-template-contact-template .left-banner-heading:before {
    position: absolute;
    content: " ";
    width: 74px;
    height: 78px;
    left: -60px;
    bottom: -50px;
    background-image: url('img/testimonials-shape1.png');
    background-repeat: no-repeat;
    transform: rotate(260deg);
  }
  .page-template-faqs-template .left-banner-heading::before {
    transform: rotate(215deg);
    left: -5px;
  }
  .page-template-contact-template .left-banner-heading:before {
    bottom: -40px;
    left: -40px;
  }
  .page-template-contact-template .left-banner-heading .fit-heading > span:first-child::before,
  .page-template-faqs-template .left-banner-heading .fit-heading > span:first-child::before{
    background-image: url('img/contact-shape1.png');
    background-repeat: no-repeat;
    position: absolute;
    content: " ";
    width: 84px;
    height: 83px;
    right: 15%;
    top: -45px;
  }
  .black-testi .tinner p {
    padding-left: 70px;
    padding-right: 70px;
  }
  .fit-heading .hbg {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    padding: 8px 0;
  }
  #section-5-862 .fit-heading > span {
    margin: 0 !important;
  }
  .b2b-shape6 {
    font-size: 70px;
  }
  .home-acc-shape, 
  .b2b-shape2 .fit-heading, 
  .b2b-shape3 .fit-heading,
  .b2b-shape3 .fit-heading > span:last-child,
  .b2b-shape5,
  .b2b-shape6,
  .b2b-shape7 .uk-grid > div:last-child .fit-heading,
  .b2b-shape8 {
    position: relative;
  }
  
  .home-acc-shape:before, .b2b-shape2 .fit-heading:before, .b2b-shape3 .fit-heading:before, .b2b-shape3 .fit-heading > span:last-child:before, .b2b-shape5:before, .b2b-shape6:before, .b2b-shape6:after, .b2b-shape7 .uk-grid > div:last-child .fit-heading:before, .b2b-shape8:before {
    position: absolute;
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home-acc-shape::before {
    background-image: url('img/home-accordion-shape3.png');
    width: 40%;
    height: 35px;
    right: 20%;
    top: -20px;
  }
  .b2b-shape2 .fit-heading::before, .b2b-shape3 .fit-heading:before {
    background-image: url('img/b2b-shape2.png');
    width: 20%;
    height: 72px;
    top: -50px;
    left: -20px;
  }
  .b2b-shape3 .fit-heading::before {
    background-image: url('img/b2b-shape3.png');
    top: -10px;
    height: 20px;
  }
  .b2b-shape3 .fit-heading > span:last-child::before {
    background-image: url('img/b2b-shape4.png');
    height: 20px;
    width: 20%;
    right: -30px;
    bottom: -15px;
  }
  .b2b-shape5:before {
    background-image: url('img/b2b-shape3.png');
    height: 20px;
    width: 58px;
    right: -40px;
    top: 30%;
    transform: rotate(90deg);
  }
  .b2b-shape6:before {
    background-image: url('img/b2b-shape4.png');
    width: 58px;
    height: 20px;
    transform: rotate(90deg);
    left: -40px;
    top: 30%;
  }
  .b2b-shape6::after {
    background-image: url('img/b2b-shape7.png');
    background-position: center;
    width: 90%;
    height: 11px;
    right: 0;
    bottom: -10px;    
  }
  .b2b-shape7 .uk-grid > div:last-child .fit-heading:before {
    background-image: url('img/b2b-shape8.png');
    width: 56px;
    height: 56px;
    bottom: -35px;
    left: -10px;
  }
  .b2b-shape8::before {
    background-image: url('img/b2b-shape7-1.png');
    width: 47px;
    height: 47px;
    top: -20px;
    right: -30px;
  }
  .page-id-788 .b2b-shape3 .fit-heading::before {
    background-image: url('img/b2c-shape1.png');
  }
  .page-id-788 .b2b-shape8::before {
    background-image: url('img/b2c-shape2.png');
  }
  .page-id-788 .uk-grid > div:last-child .fit-heading::before {
    background-image: url('img/b2c-shape3.png');
  }
  .page-id-961 .b2b-shape7 .uk-grid > div:last-child .fit-heading::before {
    background-image: url('img/scp1.png');
  }
  .page-id-961  .b2b-shape8::before {
    background-image: url('img/scp2.png');
  }
  .b2b-shape3 .uk-width-140 {
    max-width: 250px;
    padding-left: 30px;
  }
  .b2b-shape3 .cc-with-icon {
    padding-right: 20px;
  }
  .page-id-680 .banner {
    padding-bottom: 100px;
  }
  .content-columns.mtt .uk-grid > div:first-child .content-column-inner {
    padding-top: 0;
  }
  .mtt .fit-heading {
    max-width: 380px;
  }
  .page-id-788 .b2b-shape7 .uk-grid > div:first-child .content-column-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .page-template-case-studies-template .banner .banner-icon {
    top: 40%;
    right: -120px;
  }
  .ip-icon-bottom .fit-heading {
    width: calc(100% + 100px);
  }
	.home-first .ip-icon-bottom .fit-heading {
		width: 100%;
	}
  .b2b-shape3 .cc-with-icon .cc-content {
    width: calc(100% + 150px);
    margin-top: 40px;
  }
}


/*# sourceMappingURL=site.css.map */