section, .section{
	position: relative;
	background-color: #fff;
	z-index: 0;
	padding-top: 140px;
	padding-bottom: 140px;
}
section.centered-bg, .section.centered-bg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.small, .section.small{
	padding-top: 100px;
	padding-bottom: 100px;
}
section.compact, .section.compact{
	padding-top: 60px;
	padding-bottom: 60px;
}
section.plain-hero-section{
    padding-bottom: 50px;
}
section.scroll-narrative{
	padding: 0px;
    opacity_null: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
html.is-page-loaded section.scroll-narrative{
    opacity: 1;
}
section.scroll-narrative:before{
    display: block;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 215px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
    opacity: 0.4;
    opacity: 0.25;
    z-index: 2;
}

.container,
.wp-block-group__inner-container{
    max-width: 1320px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1580px) {
    .container-xxl,
    .container-xxl .wp-block-group__inner-container
    {
        max-width: 1550px !important
    }
}

.row,
.row>*{
	margin-top: 0px !important;
}
.row + .row{
    margin-top: 40px !important;
}


.title-block{
    
}
.title-block h1{
}

.overflow-hidden{
    overflow: hidden;
}

.case-study-chapter-row{
    margin-bottom: 50px;
}
.case-study-chapters > .case-study-chapter-row:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: rgba(0,0,0,0.3) 1px dashed;
}


.bg-image-sizer,
.post__media.image-sizer{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 72%;
    transition: all 0.6s ease;
}
.bg-image-sizer.small,
.post__media.image-sizer.small{
    padding-top: 55%;
}
.bg-image-sizer.compact,
.post__media.image-sizer.compact{
    padding-top: 40%;
}
.post:hover .bg-image-sizer{
    transform: scale(1.2);
}


.bg_light-grey,
.bg-light-grey{
	background-color: #f1f1f1;
}

.bg_dark-grey,
.bg_dark,
.bg-dark-grey,
.bg-dark{
    background-color: #171c1e;
    top_null: -1px;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .work__meta,
.text-light a{
	color: #fff;
}

.scroll-narrative .scroll-bg,
.scroll-narrative .scroll-bg2{
	background-image: url("../img/home-intro-scroll-bg-bw.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 110% auto;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 100%;
	pointer-events: none;
    z-index: 2;
}
.scroll-narrative .scroll-bg2{
	background-image: url("../img/home-intro-scroll-bg2.png");
}

.scrollDist:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 18%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 100%);
    z-index: 3;
}


.scroll-arrow-wrapper{
	position: absolute;
	top: calc(100vh - 180px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	pointer-events: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 500ms ease;
}
.scroll-arrow-wrapper.no-text{
    top: calc(100vh - 140px);
}
body.scrolled .scroll-arrow-wrapper{
	opacity: 0;
	top: calc(100vh - 50px);
}
#scroll-arrow {
  display: table;
  width:100%;
  height:100%;
}

#scroll-arrow-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 22px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fa4529;
    border-right: 2px solid #fa4529;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-arrow.white .arrow-down:after{
    border-color: #fff;
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fa4529;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-arrow.white #scroll-title {
    color: #fff;
}
#scroll-down::before {
    -webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 88px;
    background: #fa4529;
    content: ' ';
}
#scroll-arrow.white #scroll-down::before {
    background: #fff;
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


.invisible{
	opacity: 0 !important;
	pointer-events: none !important;
}

.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}

#awwwards {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 90px;
    height: 135px;
    text-indent: -666em;
    background-image: url(../img/root/awwwards_honorable_white.html);
    background-repeat: no-repeat;
    background-size: 90px 135px;
    overflow: hidden
}
#wpselected {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 90px;
    height: 90px;
    text-indent: -666em;
    background-image: url(../img/root/wpselected-badge-left.html);
    background-repeat: no-repeat;
    background-size: 90px 90px;
    overflow: hidden
}
.custom--9135 .typed-cursor {
    color: #ee3364
}
.custom--0531 {
    position: absolute;
    bottom: 15%;
    left: 130px;
    color: #0b0b0b;
    font-size: 35px
}
.custom--9503::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    width: 0;
    max-width: 60px;
    height: 1px;
    background-color: #1f0e49;
    transition: width .5s 1s ease-in-out
}
.is-page-loaded .custom--9503::after {
    width: 100%
}
.custom--5832 {
    position: relative;
    z-index: 1;
    margin-right: 50px
}
.custom--5832::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 10px solid #00bec5
}
.custom--5832 {
    position: relative;
    z-index: 1;
    margin-right: 50px
}
.custom--5832::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 10px solid #00bec5
}
.custom--3103 .services-box__link {
    background-color: rgba(0, 0, 0, .25)
}
.custom--3103 .highlight {
    background: linear-gradient(to top, transparent 5%, rgba(0, 0, 0, .25) 5%, rgba(0, 0, 0, .25) 37%, transparent 37%)
}
.custom--4111 .swiper-pagination--style-1 span {
    background-color: #fff
}
.custom--4111 .swiper-button-prev--style-2, .custom--4111 .swiper-button-next--style-2 {
    color: #fff
}
.custom--6632 {
    margin-top: -225px
}
.custom--9917 .social-icons a:not(:hover) {
    color: #fff
}
.custom--8681 .countdown h5, .custom--8681 .countdown strong {
    color: #fff
}
.custom--9511 .swiper-pagination--style-1 span {
    background-color: #fff
}
.is--homepage-05 .header--default .navbar, .is--homepage-05 .header--default .navbar.navbar--solid {
    background-color: #191919
}
.is--homepage-11 .navbar {
    padding: 0 35px
}
.is--homepage-11 .navbar .container {
    width: 100%
}


.footer-heading.contact-cta{
	position: relative;
    display: inline-block;
}
.footer-heading.contact-cta .pointer{
	position: absolute;
    right: -15px;
    top: 15px;
	transform: translateX(100%);
	display: block;
}
.footer-heading.contact-cta .pointer img{
	max-width: 285px;
	height: auto;
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}


@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */

.cs-label{
    font-weight: 800;
    line-height: 1.1;
}
.cs-description{
    
}
.cs-description > :first-child{
    font-size: 117%;
    line-height: 1.45;
}

.greyscale-img, .greyscale-img img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.outline-text{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent !important;
}
.outline-text-orange{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fa4529;
    color: transparent !important;
}
.outline-text-black{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: transparent !important;
}

.uppercase{
    text-transform: uppercase;
}

.ptf-is--home-agency .ptf-custom--3993 {
    position: relative;
    background-image: url(../img/home/agency/about-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.overlay-title{
    position: absolute;
    font-size: 17.5vw;
    color: #fff;
    line-height: 0.7;
    text-transform: uppercase;
    font-weight: 800;
}
.overlay-title.bottom-right{
    bottom: -4%;
    right: 40px;
}



.news-slider .slider-controls,
.news-slider .swiper-pagination{
    width: 100%;
    text-align: right;
}

.with-top-bg-box{
    position: relative;
}
.narrowed-body-col.pulled-up{
    top: -200px;
    position: relative;
}
.narrowed-body-col.pulled-up:before,
.with-top-bg-box:before{
    content: '';
    display: block;
    top: -60px;
    left: -50px;
    position: absolute;
    width: calc( 100% + 100px );
    height: 300px;
    background-color: #fff;
    z-index: 0;
}
.narrowed-body-col.pulled-up > *,
.with-top-bg-box > *{
    position: relative;
}

.service-blocks-wrapper{
    overflow: hidden;
}


.hero-tilt-images{
    max-width: 100%;
    margin: 0px 5% 40px auto;
    width: 77%;
}
.hero-tilt-images .inner{
    width: 100%;
    padding-top: 130%;
    position: relative;
}
.hero-tilt-images .inner .bg-image,
.hero-tilt-images .inner .top-image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    margin-top: 75px;
}
.aos-init .hero-tilt-images .inner .bg-image,
.aos-init .hero-tilt-images .inner .top-image{
    margin-top: 0px;
}
.hero-tilt-images .inner .bg-image{
    top: 9%;
    left: -14%;
    width: 98%;
    height: 98%;
    background-color: var(--accent-1);
}
.aos-init .hero-tilt-images .inner .bg-image{
    transform: rotate(-5deg);
}
.aos-init .hero-tilt-images .inner .top-image{
    transform: rotate(6deg);
}

.hero-circle-image{
    position: relative;
    margin-bottom: -60px;
    max-width: 650px;
}
.hero-circle-image .image{
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;    
    background-size: cover;
    background-position: center center;
}

.hero-section{
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sector-hero{
    
}

body.single-sector header .navbar:not(.navbar--fixed),
body.single-sector .sector-hero{
    background-color: #ededed;
}


.team-member-accreds{
    position: absolute;
    bottom: 20%;
    right: 0px;
}
.team-member-accreds ul{
    list-style: none;
}
.team-member-accreds ul li{
    list-style: none;
    display: inline-block;
    margin-left: 12px;
}
.team-member-accreds ul li img{
    height: 70px;
    width: auto;
    display: block;
    border: #fff 3px solid;
    border-radius: 2px;
}


.team-member-brands{
    
}
.team-member-brands:after{
    display: block;
    content: '';
    clear: both;
    width: 100%;
}
.team-member-brands li{
    display: block;
    float: left;
    width: 33.3%;
    position: relative;
    padding-top: 30%;
    border: #fff 3px solid;
}
.team-member-brands li:after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.04;
}
.team-member-brands li .img{
    position: absolute;
    top: 20px;
    height: calc(100% - 40px);
    left: 20px;
    width: calc(100% - 40px);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-member-talk-link{
    font-size: 50px;
    margin-top: 35px;
    text-align: right;
}
.team-member-talk-link span{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: -7px;
}


blockquote.wp-block-quote {
    max-width: 650px;
    margin: 35px auto;
}
blockquote.wp-block-quote p {
    font-size: 30px;
    line-height: 1.35;
    font-style: italic;
    color: var(--accent-1);
}
blockquote.wp-block-quote cite{
    color: inherit;
    text-transform: none;
    font-size: 16px;
    margin-top: 13px;
    padding-left: 20px;
    display: block;
    position: relative;
}
blockquote.wp-block-quote cite:before{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #000;
}


.body-content{
    
}
.body-content ul{
    margin-bottom: 1.3rem;
    font-size: 1.15rem;
    line-height: 1.5;    
}



.case-study_intro-content{
}
.case-study_intro-content > p{
    font-size: 1.25rem;
    line-height: 1.3em;
}


.about-timeline {
    position: relative;
    background-attachment: fixed;
    background-color: #595959;
    background-image: linear-gradient(180deg,#595959 0,#7E5C46 100%);
    color: #fff;
}

.zoom-slider__control, #timeline #next, #timeline #prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    background: none;
    color: #fff;
    padding-bottom: 4px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 4px;
    transition: all 0.3s;
    opacity: 0.6;
}
.zoom-slider__control:hover, #timeline #next:hover, #timeline #prev:hover {
    opacity: 1;
}


.sector-thumb{
    margin-bottom: 25px;
}


.vimeo-link{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.vimeo-link i{
    vertical-align: middle;
    font-size: 65px;
    height: 76px;
    margin-right: 10px;
    display: inline-block;
}
.vimeo-link:hover i{
    color: var(--accent-1) !important;
}

.single .swiper-slide{
    cursor: default !important;
}

.fancybox-content .fancybox-button i, .fancybox-navigation .fancybox-button i, .fancybox-toolbar .fancybox-button i{
    height: 20px;
}

.has-accent-1-background input[type=date], .has-accent-1-background input[type=email], .has-accent-1-background input[type=file], .has-accent-1-background input[type=number], .has-accent-1-background input[type=password], .has-accent-1-background input[type=search], .has-accent-1-background input[type=tel], .has-accent-1-background input[type=text], .has-accent-1-background input[type=url], .has-accent-1-background select, .has-accent-1-background textarea{
    color: #fff;
}

.has-accent-1-background .wpcf7-not-valid-tip,
.has-accent-1-background .wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin-top: 10px;
    font-style: italic;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 12px 16px;
}

.sector-feature-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120%;
    padding-top: 120%;
    border-radius: 50%;
    margin-bottom: -38%;
    margin-top: -70px;
    margin-left: -20%;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(0,0,0,0.08); 
    box-shadow: 0px 0px 0px 20px rgba(0,0,0,0.08);
}
.grecaptcha-badge{
    display: none !important;
}


.wp-block-image .alignright>figcaption {
    text-align: right;
    font-size: 80%;
}
.wp-block-image .alignleft>figcaption {
    text-align: left;
    font-size: 80%;
}
.wp-block-image .aligncenter>figcaption {
    text-align: left;
    font-size: 80%;
}

.prem-partner-para{
    position: relative;
}
.prem-partner-para img{
    position: absolute;
    top: 0;
    right: -186px;
    width: 178px;
    height: auto;
}

    .about-g-partner{
        width: 200px;
        height: auto;
    }


.sgpb-popup-close-button-1{
    bottom: auto !important;
    top: 10px !important;
}
.sgpb-theme-1-content{
    border-bottom-width: 0 !important;
}
.sg-popup-id-5270{
    display: block !important;
}


.wp-block-group__inner-container{
    padding-top: 50px;
    padding-bottom: 50px;
}



@media (max-height:861px){
    .fz-120 {
    font-size: 5rem;
    margin-left: -6px;
}
    .showcase-3 .showcase-slide {
    padding: 10rem 0 8.75rem 0;
}
}
@media (max-height:700px){
    .nav--offcanvas .sf-menu > li, .nav--slide .sf-menu > li {
        padding: 0 0 6px 0;
    }
    .offcanvas-menu__navigation {
    margin-top: 1rem;
}
}

@media (min-width:1199px) AND (max-height:800px){	
	.scroll-arrow-wrapper.no-text {
        top: calc(100vh - 65px);
    }
    #scroll-down::before {
        top: 42px;
        height: 42px;
    }
}
@media (min-width:1199px) AND (max-height:700px){	
	.scroll-arrow-wrapper.no-text {
        display: none;
    }
}


@media (min-width:1900px){	
    .overlay-title {
        font-size: 270px;
    }
}
@media (min-width:1580px){
    .hero-circle-image {
        margin-bottom: -110px;
    }
    blockquote.wp-block-quote {
        max-width: 750px;
    }
    .sector-feature-image {
    width: 106%;
    padding-top: 106%;
    margin-left: -10%;
}
    .about-g-partner{
        width: 288px;
    }
}
@media (min-width:1200px){
    .header .navbar-logo{
        width: 252px;
    }
    .nav--default.contact-info .sf-menu > li.phone > a{
        font-size: 18px;
        top: -2px
    }
    .body-col.with-side-bar{
        padding-right: 8.5%;
    }
}
@media (min-width:992px) AND (max-width:1200px){
    .nav--default .sf-menu > li > a {
        font-size: 0.9rem;
        padding: 0 0.65rem;
    }
    .header .navbar-logo{
        padding-right: 15px;
    }
}
@media (min-width:992px){	
	.sticky-item{
		position: sticky;
		top: 110px;
	}
    .sticky-el-lg{
        position: sticky;
        top: 95px;
    }
	.js-offcanvas-menu-toggle{
		display_null: none !important;
	}
    
	.js-offcanvas-menu-toggle_null{
        margin-right: 0px;
        margin-left: auto !important;
	}
	.header .navbar:not(.navbar--fixed) .js-offcanvas-menu-toggle{
		display: none !important;
    }
	.header .navbar.navbar--fixed .nav--default:not(.contact-info){
		display: none !important;
    }
}

@media(min-width:768px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
    .container-xxl,
    .container-xxl .wp-block-group__inner-container
    {
		padding-right: 30px;
		padding-left: 30px;
	}
	
    .custom--5136 {
        padding-left: 70px
    }
    .custom--8620 {
        padding-right: 70px !important
    }
    .custom--5317 {
        padding: 0 30px !important
    }
    .custom--5171 {
        padding-right: 70px
    }
    .custom--7205 {
        margin-top: -100px
    }
    .custom--8511 {
        padding-right: 85px
    }
    .custom--6525 {
        position: relative;
        z-index: 2
    }
}
@media (max-width:1600px){
    .h1.large-heading, h1.large-heading {
    font-size: 4rem;
}
}
@media(max-width:1400px) {
	section, .section{
    padding-top: 100px;
    padding-bottom: 100px;
	}
    section.small, .section.small{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.compact, .section.compact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.plain-hero-section{
        padding-bottom: 50px;
    }
    section.plain-hero-section{
        padding-bottom: 20px;
    }
    #timeline #next, #timeline #prev {
    position: absolute;
    top: 47px !important;
    background-color: #080429 !important;
}
    #timeline #next {
    right: 10px !important;
}
    #timeline #prev {
    left: 10px !important;
}
    .sector-feature-image {
    margin-top: -50px;
}
    .service-box {
    padding: 2.5rem;
}
    .footer--style-1 .footer__top .footer-heading {
    font-size: 2.3rem;
}
    .post__media .img {
    padding-top: 110%;
}
    .h1.large-heading, h1.large-heading {
    font-size: 3.6rem;
    line-height: 0.98;
}
    .h2, h2 {
    font-size: 2.6rem;
    line-height: 1.12;
}
    .h3, h3 {
    font-size: 1.85rem;
    line-height: 1.2;
}
    .h4, h4 {
    font-size: 1.575rem;
}
    .counter-up--style-3 .counter-up__value {
    font-size: 4.2rem;
    margin-top: 1rem;
}
    .news-slide__title {
    font-size: 2.5rem;
}
    .prem-partner-para img {
    right: -220px;
}
}
@media(max-width:1199px) {
	section, .section{
        padding-top: 75px;
        padding-bottom: 75px;
	}
    section.small, .section.small{
        padding-top: 65px;
        padding-bottom: 65px;
    }
    section.plain-hero-section{
        padding-bottom: 20px;
    }
    .news-slide__title {
        font-size: 2.5rem;
    }
    .post--style-1 .post__title {
        line-height: 1.25;
        font-size: 1.5rem;
    }
    .single-post__footer {
        margin-top: 0px;
        padding-top: 45px;
    }
    .scroll-narrative .scroll-bg, .scroll-narrative .scroll-bg2{
        background-size: 130%;
    }
    .h3, h3 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .sidebar{
        margin-top: 50px;
    }
    .narrowed-body-col.pulled-up:before, .with-top-bg-box:before {
    left: 0px;
    width: 100%;
}
}
@media(max-width:1200px) AND (min-width:992px) {
    .hero-tilt-images .inner .top-image {
        top: -6%;
        width: 100%;
        height: 100%;
    }
    .hero-tilt-images .inner .bg-image {
        top: 9%;
        width: 100%;
        height: 100%;
    }
}
@media(max-width:1090px) {
    
}
@media(max-width:991px) {
    .custom--9182 {
        font-size: 48px;
        line-height: 60px
    }
    .custom--9182 {
        font-size: 48px;
        line-height: 60px
    }
	section, .section{
		padding-top: 75px;
		padding-bottom: 75px;
	}
    section.small, .section.small{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.compact, .section.compact{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.plain-hero-section{
        padding-bottom: 0px;
    }
	.clients-list__item {
		padding: 1.5rem 1.5rem;
	}
	.clients-list__item img {
		max-width: 100%;
		width: 125px;
	}
	.post--style-2 .post__media, .post--style-4 .post__media {
		max-height: 300px;
	}
	.post__media img {
    	transform_null: translateY(-20%);
	}
	.news-grid > .grid-item:nth-child(4n),
	.news-grid > .grid-item:nth-child(5n){
		display: none;
	}
	.footer-socials{
		text-align:left !important;
	}
	.footer-heading.contact-cta .pointer img {
		max-width: 200px;
	}
	.footer--style-1 .footer__top .footer-heading + .footer-heading {
		margin-top: 2.5rem;
	}
	.service-block{
		width: 47%;
		display: inline-block;
	}
	.service-blocks-wrapper > .service-block:nth-child(2n){
		margin-left: 5%;
	}
	.fz-70 {
		font-size: 3.375rem;
	}
    .title-block:not(.big) h1 {
        font-size: 3rem;
    margin-left: -3px;
    }
    
    .single-post__wrapper {
        padding-bottom: 4rem
    }
    section.custom--3993{
        padding: 0px;
    }
    .h3, h3 {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    
    .hero-tilt-images{
        margin: 0px 17% 40px auto;
        width: 60%;
    }
    .hero-tilt-images .inner{
        padding-top: 116%;
    }
    .hero-tilt-images .inner .top-image{
        left:12%;
    }
    .hero-tilt-images .inner .bg-image{
        left: -24;
    }
    .h4, h4 {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .post--style-2 .post__excerpt, .post--style-4 .post__excerpt{
        display: none;
    }
    .work--style-4 {
    grid-gap: .4rem;
    padding: 1.55rem 0;
}
    .work--style-4 .work__date{
        display: none;
    }
    .sector-feature-image {
    margin-bottom: -45%;
    margin-top: -30px;
}
    #issues li {
    width: 715px !important;
}
    
.work__media .preview-stat.restricted,
.news-slide__content .preview-stat.restricted{
    display: none;
}
    .prem-partner-para img {
    right: -185px;
}
}
@media(max-width:840px){
    .home-into-block{
        max-width: 100% !important;
    }
    .prem-partner-para {
    position: relative;
    margin-bottom: 54px !important;
}
    .prem-partner-para img {
    top: calc(100% - -34px);
    right: 0;
    width: 140px;
    height: auto;
    clear: both;
    display: block;
}
}
@media(max-width:991px) AND (min-width:768px) {
    .news-slide__media {
        height: auto;
        padding-top: 87.5%;
    }
}
@media(max-width:767px) {
    .post--style-1 .post__header {
        padding-top: 18px;
    }
    .post--style-1 .post__title {
        line-height: 1.25;
        font-size: 1.35rem;
    }
    .post {
        margin-bottom: 45px;
    }
    .blog-listing-featured-section{
        padding-bottom: 20px !important;
    }
    .blog-listing-featured-section{
        margin-top: -25px;
    }
    .news-slide {
    margin-bottom: 14px;
}
    .news-slide__media {
        min-height: 325px;
        padding-top: 60%;
        margin-bottom: 20px;
    }
    #awwwards, #wpselected {
        display: none
    }
    .custom--9135 h2 {
        font-size: 28px
    }
    .custom--1631 {
        font-size: 38px
    }
	.navbar .navbar-inner {
		min-height: 80px;
        max-height: 90px;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: 18px;
		padding-left: 18px;
	}
	.scroll-narrative .scroll-bg {
		background-size: 130% auto;
	}
	section, .section{
		padding-top: 55px;
		padding-bottom: 55px;
	}
    section.small, .section.small{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    section.compact, .section.compact{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.plain-hero-section{
        padding-bottom: 0px;
    }
	.approach-box {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		height: auto !important;
	}
	.approach-box__content {
		margin-top: 0.85rem;
	}
	body, .main{
		overflow-x: hidden;
	}
    .row + .row {
        margin-top: 30px !important;
    }
    .title-block:not(.big) h1 {
        font-size: 2.5rem;
    }
    .title-block.big h1 {
        font-size: 4.8rem;
    }
    .phone-block__caption{
        display: none;
    }
    .scroll-narrative .scroll-bg{
        background-size: 166%;
        background-position: 36% bottom;
    }
    .hero-tilt-images{
        margin-bottom: -4%;
    }
    .post__media .img {
    padding-top: 60%;
}
    .fz-120 {
    margin-left: 0px;
}
    .counter-up--style-3 .counter-up__value {
        margin-top: 0px;
    }
    .counter-up--style-3 {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
    .hero-circle-image {
    padding: 0px 5%;
    max-width: 590px;
}
.work__media .preview-stat{
    display: none;
    }
    #issues li i {
    height: 43px !important;
    padding-top: 6px !important;
    font-size: 35px !important;
    margin-right: 16px !important;
}
    #timeline {
    margin-top: 40px !important;
}
    .fancybox-slide--iframe {
    padding: 30px 15px 0;
}
    .sector-feature-image {
    margin-bottom: -50%;
    margin-left: 15%;
    margin-top: 30px;
}
    #issues li {
    width: 550px !important;
}
    .about-g-partner {
    float: left;
    margin-top: 15px;
}
}
@media(max-width:575px) {
    .nav--offcanvas .sf-menu > li, .nav--slide .sf-menu > li {
        padding: .425rem 0;
    }
    .row + .row {
        margin-top: 25px !important;
    }
    .filters .filter-item {
        margin-top: 0;
        margin-left: 0.6rem;
    }
    .filters {
        margin-left: calc(-1 * .5rem);
        margin-bottom: -15px;
    }
    .custom-9182 {
        font-size: 38px;
        line-height: 50px
    }
    .custom-9182 {
        font-size: 38px;
        line-height: 50px
    }
    .custom--0531 {
        bottom: 5%
    }
	.h1, h1 {
    font-size: 2.4rem;
    line-height: 1.15;
	}
	.testimonial__content {
		font-size: 1.85rem;
	}
	.testimonial--style-2 .testimonial__meta {
		margin-top: 2.6875rem;
	}
	.rewards-project {
		grid-template-columns: 115px calc(100% - 115px) 0%;
	}
	.rewards-list--small .rewards-project__link{
		display: none;
	}
	.rewards-list--small .rewards-project__content h5 {
		font-size: 1.3rem;
	}
	.rewards-item__logo img {
		width: 70px;
	}
	.rewards-list--small .rewards-item {
		grid-template-columns: 40px calc(100% - 40px);
    	padding: 25px 0px;
	}
	section, .section{
		padding-top: 45px;
		padding-bottom: 45px;
	}
    section.small, .section.small{
        padding-top: 38px;
        padding-bottom: 38px;
    }
    section.compact, .section.compact{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section.plain-hero-section{
        padding-bottom: 0px;
    }
	.service-blocks-wrapper > .service-block:nth-child(2n) {
		margin-left: 4%;
	}
	.service-box {
		padding: 25px 15px;
	}
	.service-box__title {
		font-size: 1.35rem;
	}
	.isotope-grid .grid-item {
		padding-bottom: 18px;
	}
	.footer--style-1 .footer__top .footer-heading {
		margin-top: 25px;
	}
    .title-block:not(.big) h1 {
        font-size: 2.4rem;
    }
    .single-post__header--style-1 {
        text-align: left;
    }
    .single-post__header .single-post__meta {
        margin-top: 1rem;
    }
    .post__media.pull-up-below {
        margin-bottom: 0;
    }
    .narrowed-body-col.pulled-up:before, .with-top-bg-box:before{
        content: none;
        display: none;
    }
    .single-post__excerpt {
        font-size: 1.3rem;
        padding-right: 0px;
    }
    .single-post__wrapper {
        padding-bottom: 3.2rem;
    }
    .title-block.big h1 {
        font-size: 4.8rem;
    }
    .title-block.big h1 {
        font-size: 3.5rem;
    }
    .title-block p, .title-block p.fz-24 {
        font-size: 1.3rem;
    }
    .fz-26 {
        font-size: 1.4rem;
    }
    .footer--style-1 .footer__top .footer-heading {
        font-size: 2rem;
    }
    .footer--style-1 .footer__top [class^=col] {
        margin-bottom: 0rem;
    }
    .footer__bottom *{
        text-align: left !important;
    }
    .phone-block__phone,
    .counter-up--style-2 .counter-up__value{
        font-size: 2rem;
    }
    .news-slide__content {
        padding: 15px 15px 20px 15px;
    }
    .showcase-3 .showcase-slide {
        padding: 10.75rem 0 18.75rem 0;
    }
    .scroll-narrative .scroll-bg{
        background-size: 206%;
        background-position: 25% bottom;
    }
    .nav--default.contact-info .sf-menu > li.social{
        display: none;
    }
    .nav--default.contact-info .sf-menu > li > a{
        font-size: 20px;
    }
    .header--style-2 .offcanvas-menu-icon {
        margin-left: 15px;
    }
    .h3, h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .h4, h4 {
    font-size: 1.45rem;
    line-height: 1.4;
}
    
    .footer .widget-links ul li{
        width: 48.5%;
        display: inline-block;
    }
    .footer .widget-links ul > li:nth-child(2n):not(.social){
        padding-left: 10px;
    }
    .footer .widget-links ul li.social{
        width: 30px;
        margin-top: 20px;
        display: inline-block;
    }
    .post {
    margin-bottom: 22px;
}
    blockquote.wp-block-quote p {
    font-size: 24px;
    line-height: 1.26;
}
    .news-slide__media {
    min-height: 1px;
    padding-top: 62%;
}
    .news-slide__title {
    font-size: 1.9rem;
}
    .h5, h5 {
    font-size: 1.3rem;
    font-weight: 600;
}
    .showcase-3.auto-height .showcase-slide {
    padding: 15.75rem 0 3.75rem 0;
}
    #timeline #next {
    right: -8px !important;
}
    #timeline #prev {
    left: -8px !important;
}
    #issues {
    margin-top: 26px !important;
}
    #issues li h1 {
    font-size: 40px !important;
}
    
.filters .filter-item.filter-label{
    margin-bottom: 26px;
}
    .fz-70 {
    font-size: 2.8rem;
}
    .h1.large-heading, h1.large-heading {
    font-size: 3rem;
    line-height: 1.15;
}
    .testimonial__content.small p {
    font-size: 1.3rem;
}
    .testimonial__content p {
    font-size: 1.8rem;
}
    #issues li {
    width: 400px !important;
}
    .work--style-4 .work__title {
    font-size: 1.8rem;
}
    .widget-title > br{
        display: none;
    }
    .single-post__excerpt, .single-post__content > p:first-child {
    font-size: 1.4rem;
    margin-bottom: 1.7rem;
}
    .about-g-partner {
    width: 100%;
    height: auto;
}
    .btn{
        width: 100%;
    }
    .footer--style-1 .footer__bottom {
        padding-bottom: 0.875rem;
        padding-top: 2.5rem;
    }
}
/* max 575 */
@media(max-width:480px) {
	.footer-heading.contact-cta .pointer{
		right: 60px;
		top: 27px;
	}
	.footer-heading.contact-cta .pointer img {
		max-width: 175px;
	}
	section, .section{
    padding-top: 32px;
    padding-bottom: 32px;
	}
    section.small, .section.small{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.compact, .section.compact{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section.plain-hero-section{
        padding-bottom: 0px;
    }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: 8px;
		padding-left: 8px;
	}
	.navbar-logo img {
		width: 125px;
	}
	.navbar.navbar--fixed .navbar-inner {
		min-height: 65px;
		max-height: 65px;
	}
	.header--style-2 .offcanvas-menu-icon {
		margin-left: 1.5rem;
		margin-right: 6px;
	}
	.clients-list__item {
		padding: 1.1rem 1.05rem;
	}
    .single-post__meta {
        font-size: .83rem;
    }
    .phone-block__phone,
    .counter-up--style-2 .counter-up__value{
        font-size: 1.7rem;
    }
    .nav--default.contact-info .sf-menu > li > a{
        font-size: 16px;
    }
    .header--style-2 .offcanvas-menu-icon,
    .header--style-3 .offcanvas-menu-icon {
        margin-left: 18px;
    }
    body.scrolled .navbar.navbar--fixed .navbar-inner {
        min-height: 50px;
        max-height: 58px;
    }
    .hero-circle-image {
        margin-bottom: -38px;
    }
    .team-member-accreds ul li img {
    height: 42px;
    }
}

.cookie-alert {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.35s ease-in-out;
}

.cookie-alert.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-alert__inner {
    display: flex;
    align-items: center;
    background: var(--accent-4);
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto 15px;
    max-width: 1040px;
    color: #fff;
}

.cookie-alert__content {
    flex-grow: 1;
    min-width: 1px;
    padding-left: 10px;
}

.cookie-alert__footer {
    flex-shrink: 0;
    margin-left: 20px;
}

.cookie-alert__btn {
    background: var(--accent-1);
    border: none;
    padding: 8px 20px;
    font: inherit;
    color: #fff;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .cookie-alert {
        padding: 10px;
    }

    .cookie-alert__inner {
        display: block;
        text-align: center;
    }

    .cookie-alert__content {
        font-size: 12px;
        padding-left: 0;
    }

    .cookie-alert__footer {
        margin-left: 0;
        margin-top: 10px;
    }
}