/* CATAWEBSITE STYLE By @fahmiyasha - Catalyze Communication 2016 */
@charset "utf-8";
@import url("reset.css");
@import url("stylesheet.css");
@import url("//fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "futura-oblique";
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
/*
* {
    cursor: none;
}
*/

#ContactUs {
    cursor: normal !important;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}

body.noscroll {
    overflow: hidden;
    visibility: hidden;
}

.ft-futura-koyu {
    font-family: "futura-koyu";
    font-weight: normal;
}

.ft-futura-medium {
    font-family: "futura-medium";
    font-weight: normal;
}

.ft-sintony {
    font-family: "sintony";
    font-weight: normal;
}

.ft-sintony-bold {
    font-family: "sintonybold";
    font-weight: normal;
}

.left {
    float: left;
} /**/
.right {
    float: right;
} /**/
.clear {
    clear: both;
} /**/
.hidden {
    display: none;
}
.center {
    position: relative;
    text-align: center;
    margin: 0px auto;
}

img {
    border: none;
}
p {
    margin: 0 0 15px;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a:hover {
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    color: #ee3524;
    text-decoration: underline;
}
:focus {
    outline: none;
}

b,
strong {
    font-family: "futura-koyu";
    font-weight: normal;
}

.button,
.red-btn,
.white-btn,
.wht-btn {
    display: inline-block;
}

.white-btn {
    font-size: 16px;
    font-family: futura-medium;
    color: #fff;
    border: 2px solid #fff;
    background: url(../img/readmore.svg) right 20px center no-repeat;
    background-size: 27px 33px;
    border-radius: 30px;
    height: 50px;
    line-height: 46px;
    min-width: 180px;
    padding: 0 60px 0 20px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.white-btn:hover {
    color: #ff5355;
    background: url(../img/readmore-red.svg) right 20px center no-repeat #fff;
    border: 2px solid #ff5355;
    background-size: 27px 33px;
    text-decoration: none;
}

.red-btn,
.wht-btn {
    line-height: 60px;
    padding: 0 54px 0 24px;
    min-width: 208px;
    background: url(../img/arrow.svg) right 24px center no-repeat #f8f9fa;
    background-size: 19px auto !important;
    font-size: 18px;
    color: #e93b27;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.ytplayer-container,
iframe,
source,
video {
    min-width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.red-btn:hover,
.wht-btn:hover {
    background: url(../img/arrow-white.svg) right 24px center no-repeat #e93b27;
    color: #f8f9fa;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

#ContentDetail .red-btn {
    background: url(../img/readmore-down.svg) right 24px center no-repeat;
    background-size: 32px 33px;
}

#ContentDetail .red-btn:hover {
    background: url(../img/readmore-down-hover.svg) right 24px center no-repeat #ff5355;
    background-size: 32px 33px;
}

label {
    font-family: "sintonybold";
    font-weight: normal;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

.red {
    color: #e14739;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

button {
    border: none;
    cursor: pointer;
}

textarea {
    resize: none;
}

.button {
    color: #464646;
    height: 50px;
    border: 2px solid #e0e0e0;
    background: url(../img/btn_arrow.png) right center no-repeat;
    line-height: 50px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 34px;
    display: inline-block;
}

.button:hover {
    color: #000;
    border: 2px solid #464646 !important;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    opacity: 0;
}

header .container {
    max-width: 90%;
    margin: auto;
    padding:0 15px;
}

@media screen and (min-width: 1920px) {
    header .container {
        max-width: 80%;
    }
}

header .logo {
    width: 137px;
    height: 34px;
    background: url(../v2/img/logo-white.svg) left center no-repeat;
    background-size: 137px 34px;
    position: relative;
    top:33px;
}
header.inverted .logo {
  background: url(../v2/img/logo-primary.svg) left center no-repeat;
}

/*
header .logo:before {
    content: "";
    left: 10px;
    position: absolute;
    width: 219px;
    height: 65px;
    display: block;
    background: url(../img/ctz-logo2x.svg) left center no-repeat;
    background: url(../img/ctz-logo2x.gif) center center no-repeat;
    background-size: 100% auto;
}
*/
/*
header .logo:after {
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    margin-top: -30.5px;
    left: 3px;
    display: block;
    background: url(../img/logo-red.svg) left center no-repeat;
    /* background: url(../img/ctz-logo2x.gif) center center no-repeat; */
    background-size: auto 57px;
    -webkit-animation: rotation 7s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
*/

@-webkit-keyframes rotation {
    /* 		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		} */
    0% {
        transform: rotate(0deg);
    }

    /* Finish changes by here */
    60% {
        transform: rotate(359deg);
    }

    /* Between 20% and 100%, nothing changes */
    100% {
        transform: rotate(359deg);
    }
}

header.onscroll .logo {
    width: 0px;
}

header .nav-top-menu {
    font-size: 20px;
    /* font-size: 1.05vw; */
    margin-top: 33px;
}
header .nav-top-menu a,header .nav-top-menu button {
    font-family: "Nunito", sans-serif;
    letter-spacing:0;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 15px 5px 15px;
    margin: 0px 29px 0px 0px;
    position: relative;
    text-decoration: none !important;
    border:0;
    background:none;
    display:inline-block;
}
header .nav-top-menu a:last-child,header .nav-top-menu button:last-child  {
    margin-right: 0;
}

header .nav-top-menu a::after,header .nav-top-menu button::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ee3524;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

header .nav-top-menu a:hover,
header .nav-top-menu a:active,
header .nav-top-menu a.active,
header .nav-top-menu button:hover,
header .nav-top-menu button:active,
header .nav-top-menu button.active {
    color: #ee3524;
    text-decoration: none;
}

header .nav-top-menu a.active::after,
header .nav-top-menu a:hover::after,
header .nav-top-menu a:focus::after,
header .nav-top-menu button.active::after,
header .nav-top-menu button:hover::after,
header .nav-top-menu button:focus::after  {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

header.white {
    /* background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.682353)); */
    padding-bottom: 40px;
}
/*
header.white .logo:before {
    background-image: url(../img/ctz-logo-white2x.svg);
}
header.white .logo:after {
    background-image: url(../img/logo-white.svg);
}
*/

header.white .nav-top-menu {
    color: #fff;
}
header.white .nav-top-menu a,
header.white .nav-top-menu button {
    font-family: "Nunito", sans-serif;
    letter-spacing:0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
header.white .nav-top-menu a:hover,
header.white .nav-top-menu button:hover {
    color: #fff;
}

header.white .nav-top-menu a::after,
header.white .nav-top-menu button::after {
    background: #fff;
}

header .nav-top-menu .dropdown {
    display: inline;
}
header .nav-top-menu .dropdown button[aria-expanded="true"] {
    transition:none;
    background:rgba(0,0,0,0.8);
    border-radius: 0px;
    color:#ffffff;
}
header .nav-top-menu .dropdown button[aria-expanded="true"]::after {
    display: none;
}
header .nav-top-menu .dropdown .dropdown-menu {
    top: -5px;
    border-radius: 0;
    border: 0;
    background:rgba(0,0,0,0.8);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    top: 31px !important;
}
header .nav-top-menu .dropdown .dropdown-menu .dropdown-item {
    transition:none;
    min-height: 45px;
    color: #ffffff;
    line-height: 2rem;
    width: 100%;
}
header .nav-top-menu .dropdown .dropdown-menu .dropdown-item:hover,
header .nav-top-menu .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #fff;
    color: #0078ab;
    border: 0 !important;
    transition:none;
}
header .nav-top-menu .dropdown .dropdown-menu li:hover .dropdown-item:after {
    display:none !important;
}

#content {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    margin-bottom: 300px;
    padding-top: 135px;
}
#content.elongated {
    height: 2000px;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

#content.no-padding {
    padding: 0px;
}

.container {
    max-width: 1347px;
    width: 100%;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}

/* home styling */
section#HomeBanner {
    position: relative;
    width: 100%;
    height: 30px;
    display: block;
    overflow: hidden;
}

section#HomeBanner .container {
    height: 100%;
    /* overflow: hidden; */
}

section#HomeBanner .container .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #e2eee4;
    /* height: 746px; */
    height: 94.769%;
    width: 100%;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

section#HomeBanner .container .bg2 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    background-color: #d3edf7;
    /* height: 585px; */
    height: 74.317%;
    width: 90%;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

section#HomeBanner .container:hover .bg {
    width: 95%;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

section#HomeBanner .container:hover .bg2 {
    width: 105%;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

section#HomeBanner .copy {
    position: absolute;
    /* left: -12.7%; */
    left: 50px !important;
    top: 50%;
    z-index: 1;
    /* width: 29vw; */
    max-width: 560px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section#HomeBanner .copy h1,
section#HomeBanner .copy h2 {
    font-size: 45px;
    line-height: 55px;
    transition: all ease-in-out 0.25s;
    display: block;
    text-transform: uppercase;
    opacity: 0;
}

section#HomeBanner .container:hover h1,
section#HomeBanner .container:hover h2 {
    text-decoration: underline;
}

section#HomeBanner .copy p {
    margin: 0px;
    margin-top: 16px;
    font-size: 20px;
    transform: translate3d(-300px, 0, 0);
    /* color: #fff; */
    max-width: 450px;
    /* font-size: 1.56vw; */
}

section#HomeBanner .copy .readmore {
    position: absolute;
    bottom: -81px;
    left: 0px;
    opacity: 0;
    transition: 0.5s opacity;
}

section#HomeBanner .container:hover .readmore {
    opacity: 1;
}
/* floating image */
.cd-floating-background2 {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-floating-background.is-absolute {
    position: absolute;
}

.cd-floating-background img {
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.01);
}

.cd-floating-background2 img {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.01);
}

.cd-floating-background img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
.cd-floating-background img:first-child {
    -webkit-transform: translateZ(290px);
    -ms-transform: translateZ(290px);
    transform: translateZ(290px);
}
.cd-floating-background img:nth-child(2) {
    -webkit-transform: translateZ(290px);
    -ms-transform: translateZ(290px);
    transform: translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
    -webkit-transform: translateZ(400px);
    -ms-transform: translateZ(400px);
    transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
    position: relative;
}
/* end */

section {
    padding: 0px 10%;
}
.grid-content {
    width: 100%;
    /* display: none; */
    opacity: 0;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.grid-content.is-loaded {
    display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.grid-content > div {
    width: 50%;
    z-index: 1;
    position: relative;
    /* height: 1812px; */
    /* background: greenyellow; */
}
.grid-content .relative {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.grid-content .all {
    width: 100%;
    display: block;
}
.grid-content .block-white {
    background: #ffffff;
    display: block;
    width: 100%;
    height: 2000px;
    z-index: 9999;
    position: absolute;
    bottom: 0;
}
.grid-content .all .row {
    margin: 0;
}
.grid-content .all .cols {
    padding: 0;
}
.grid-content .all .imagearea {
    opacity: 1;
}
.grid-content .all .landscape .case-study-grid {
    padding-bottom: 0;
    height: 488px;
}
.grid-content .all .landscape .imagearea {
    /* background-position: center center !important; */
}
.grid-content .all .no-data {
    padding: 20vh 0;
}
.grid-content .all .no-data h2 {
    font-family: "Futura Medium 2";
    font-weight: normal;
    color: #555;
    font-style: normal;
    font-size: 28px;
}
/* .grid-content > div.second{ background: yellow; } */

.grid-content .case-study-grid,
.grid-content .static-grid {
    /* height: 552px; */
    padding-bottom: 81.96%;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.grid-content .case-study-grid:hover,
.grid-content .static-grid:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 1);
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.grid-content .first:hover {
    z-index: 2;
}

.grid-content .static-grid {
    /* height: 708px; */
    padding-bottom: 105.123%;
}

.grid-content .static-grid.nolink {
    padding-bottom: 100%;
}

.grid-content .desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.grid-content .desc > * {
    color: #fff !important;
    text-decoration: none !important;
}

.grid-content .black .desc > * {
    color: #000 !important;
    text-decoration: none !important;
}

.grid-content .desc label {
    text-transform: uppercase;
}
.grid-content .desc .title {
    font-size: 30px;
    line-height: 34px;
}
/*
Custom
*/
.grid-content .desc .title-18 {
    padding-right: 130px;
}

.grid-content .case-study-grid .desc .readmore {
    font-size: 20px;
    font-family: "futura-medium";
    color: #fff;
    height: 33px;
    line-height: 33px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    opacity: 0;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    padding-right: 50px;
    background: url(../img/readmore.png) right center no-repeat;
}

.grid-content .case-study-grid.black .desc .readmore {
    background: url(../img/readmore-black.png) right center no-repeat;
    color: #000;
}

.grid-content .desc p {
    font-size: 18px;
    line-height: 31px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -10px;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    opacity: 0;
    width: 90%;
}

.grid-content .static-grid .desc {
    text-align: center;
}

.grid-content .static-grid .imagearea {
    z-index: 0;
    transition: all 0.3s ease;
}

.grid-content .static-grid:hover .imagearea {
    transform: translate3d(0, -30px, 0);
}
.grid-content .static-grid .desc h1 {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 39px;
    margin-top: 10px;
}

.grid-content .static-grid.nolink .imagearea img {
    bottom: 0px !important;
}

.grid-content .static-grid .desc .readmore {
    position: absolute;
    opacity: 1;
    color: #f65846 !important;
    font-size: 18px;
    text-align: center;
    padding: 25px 50px 75px;
    bottom: 0;
    left: 50%;
    width: 436px;
    opacity: 0;
    /* transition: all .3s ease; */
    background: #fff url(../img/readmore-red.svg) center bottom 24px no-repeat;
    background-size: 32px 30px;
    transform: translateX(-50%);
    -webkit-box-shadow: 2px 1px 6px 0px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 2px 1px 6px 0px rgba(50, 50, 50, 0.63);
    box-shadow: 2px 1px 6px 0px rgba(50, 50, 50, 0.63);
    transition: all 0.3s ease;
}

.grid-content .static-grid.red .desc label,
.grid-content .static-grid.red .desc h1 {
    color: #f65846 !important;
}

.grid-content .static-grid.red .desc .readmore {
    color: #fff !important;
    background: #f65846 url(../img/readmore.svg) center bottom 24px no-repeat;
    background-size: 32px 30px;
}

/* .grid-content .static-grid{  transition: all 2s ease;	} */
.grid-content .static-grid:hover {
    overflow: visible;
    z-index: 2;
    /* transition: all 2s ease;	 */
}

.grid-content .static-grid:hover h1 {
    text-decoration: underline !important;
}
.grid-content .static-grid:hover .readmore {
    opacity: 1;
    bottom: -22px;
}

.grid-content .desc:hover p,
.grid-content .case-study-grid .desc:hover .readmore {
    opacity: 1;
    margin-left: 0px;
}

.videoarea {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* .videoarea #video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: .5s opacity;
} */

/* .videoarea #video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}  */

#video {
    position: relative;
    background: transparent;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

iframe,
video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.grid-content .video:hover .videoarea {
    opacity: 0.3 !important;
}

.imagearea {
    /* background-size: cover!important; */
    position: absolute;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    transition: 0.5s opacity;
}
.imagearea.load {
    background-size: cover !important;
    height: 100%;
}

.case-study-grid .imagearea > * {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.grid-content .case-study-grid:hover .imagearea {
    opacity: 0 !important;
}

.grid-content .static-grid .imagearea img {
    position: absolute;
    width: 100%;
    top: auto !important;
    bottom: 40px;
    display: block;
}

.grid-content .parallax-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    opacity: 0;
    transition: 0.5s opacity;
}

.grid-content .case-study-grid:hover .parallax-container {
    opacity: 0 !important;
}

.grid-content .parallax-container .parallax {
    position: absolute;
    /* height: 130%; */
    width: 100%;
    /* z-index: 2; */
    background-size: cover !important;
}

.grid-content .parallax-container .parallax img {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
}
section#ScrollToTop {
    padding: 70px 0px 50px;
    text-align: center;
}

section#ScrollToTop a img {
    width: 63px;
    height: 63px;
    box-shadow: 1px 1px 2px 2px #ddd;
    border-radius: 1000px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

section#ScrollToTop a:hover img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* detail page */
section#TopDetail {
    position: relative;
    padding: 0px;
}
section#TopDetail .container {
    padding: 0px 80px;
}
section#TopDetail img {
    width: 100%;
}
section#TopDetail .content {
    padding: 81px 0 50px;
    color: #787878;
}
section#TopDetail .content .label {
    font-size: 16px;
    line-height: 28px;
    color: #898989;
    display: block;
    text-align: left;
    padding-left: 0px;
    white-space: unset;
}
section#TopDetail .content .label strong {
    font-family: "Futura Medium";
    font-weight: 500;
    color: #252525;
}
section#TopDetail .content h1 {
    font-size: 45px;
    line-height: 55px;
    color: #333333;
    font-family: "futura-bold";
    text-transform: uppercase;
    max-width: 960px;
    margin-top: 25px;
    margin-bottom: 41px;
}
section#TopDetail .content .date {
    color: #787878;
    font-size: 24px;
    margin: 0;
}
section#TopDetail .content .author {
    color: #787878;
    font-size: 24px;
    margin: 0;
}

section#ContentDetail .container {
    opacity: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

section#ContentDetail .container .readmore {
    position: absolute;
    top: 46px;
    left: 50%;
    background: url(../img/arrow-down-white.svg) right 24px center no-repeat #ff5355;
    transform: translateX(-50%);
    line-height: 50px;
    padding: 0 54px 0 24px;
    min-width: 0;
    color: #f8f9fa;
    font-size: 15px;
    cursor: pointer;
}

section#ContentDetail .container .readmore:hover {
    background: url(../img/arrow-down.svg) right 24px center no-repeat #f8f9fa;
    color: #ff5355;
    font-family: "futura-oblique";
}
section#BottomDetail {
    /* padding: 75px 0 95px 0; */
    color: #252525;
    font-size: 18px;
    line-height: 34px;
}
section#BottomDetail.blogdetail {
    /* padding: 75px 10% 45px 10%; */
    padding-top: 75px;
    padding-bottom: 45px;
}
section#BottomDetail img {
    max-width: 100%;
}
section#BottomDetail p {
    font-size: 18px;
}
section#BottomDetail strong {
    color: #252525;
    font-family: "Futura Medium";
    font-weight: 500;
}
section#BottomDetail h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
section#BottomDetail h2 {
    color: #252525;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
}
section#BottomDetail h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
section#BottomDetail h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
section#BottomDetail h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
section#BottomDetail .container section {
    max-width: 75%;
}

section#BottomDetail.blogdetail .container {
    padding: 0px 80px;
}

section#BottomDetail.blogdetail li,
section#BottomDetail.blogdetail p:not([class]),
section#BottomDetail.blogdetail h2,
section#BottomDetail.blogdetail blockquote {
    max-width: 728px;
}

section#BottomDetail.blogdetail h2,
section#BottomDetail.blogdetail ol,
section#BottomDetail.blogdetail ul,
section#BottomDetail.blogdetail blockquote {
    margin-bottom: 36px;
}

section#BottomDetail.blogdetail li {
    margin-bottom: 15px;
}

section#BottomDetail.blogdetail li:last-child {
    margin-bottom: 0px;
}

section#BottomDetail.blogdetail blockquote,
section#BottomDetail.blogdetail p {
    /* margin-top: 27px; */
    margin-bottom: 36px;
}
section#BottomDetail.blogdetail p {
    line-height: 30px;
    color: #464646;
}

section#BottomDetail.blogdetail .img-area {
    max-width: 990px;
}

section#BottomDetail.blogdetail img {
    display: block;
}

section#BottomDetail.blogdetail li a,
section#BottomDetail.blogdetail h2 a,
section#BottomDetail.blogdetail p a {
    text-decoration: underline;
}

section#BottomDetail.blogdetail p strong {
    font-weight: 600;
}

section#RelatedProject .container h1,
section#ContentDetail .container h1,
section#TeamsList .container h1 {
    font-size: 25px;
    color: #000000;
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 35px;
    margin-top: 5vh;
}

section#ContentDetail .container .content {
    font-size: 20px;
}
section#ContentDetail .container p {
    max-width: 1040px;
    font-size: 20px;
    display: block;
    margin: 30px auto;
}

section#ContentDetail .container p.caption {
    margin: 0px;
    font-size: 14px;
}

section#ContentDetail .container img {
    width: 100%;
    display: block;
    margin: 0px auto;
}
section#ContentDetail .container .imgarea img {
    width: 100%;
    max-width: 100%;
    display: block;
}

section#ContentDetail .container .imgarea > * {
    padding: 30px 10px;
}
section#QuoteDetail {
    padding: 110px 0 20px 0;
}
section#QuoteDetail .line {
    background: #252525;
    height: 2px;
    width: 73px;
    display: block;
    margin-left: 30px;
}
section#QuoteDetail .container {
    padding: 0 10%;
}
section#QuoteDetail blockquote {
    font-family: "futura-oblique";
    background: url(../img/quote.png) no-repeat left top, url(../img/quote2.png) no-repeat right bottom;
    text-align: left;
    font-size: 32px;
    line-height: 46px;
    color: #898989;
    padding: 0 50px;
    margin-bottom: 10px;
}
section#QuoteDetail .author {
    font-family: "futura-oblique";
    position: relative;
    font-size: 20px;
    color: #787878;
    text-align: right;
    display: block;
    padding: 0 105px 0 0;
}
section#QuoteDetail .author i {
    background: #303030;
    height: 2px;
    width: 90px;
    display: inline-block;
    top: -5px;
    left: -10px;
    position: relative;
}
section#AuthorDetail {
    margin-bottom: 60px;
}
section#AuthorDetail section {
    padding: 0px 80px;
}
section#AuthorDetail .well {
    border: 0;
    border-radius: 0px;
    padding: 0;
}
section#AuthorDetail .col-xs-12 {
    display: none;
}
section#AuthorDetail .well-left {
    box-shadow: none;
    position: relative;
    min-height: 283px;
}
section#AuthorDetail .well .overflow {
    overflow: hidden;
    margin: 0;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
}

section#AuthorDetail .well .content {
    font-family: "futura-oblique";
    padding: 40px 30px;
    font-size: 18px;
    line-height: 34px;
}
section#AuthorDetail .well .content h5 {
    margin-bottom: 10px;
    color: #333333;
}
section#AuthorDetail .well .content .author {
    color: #787878;
    font-size: 24px;
    margin: 0 0 20px 0;
}
section#AuthorDetail .well .content .author strong {
    font-family: "futura-koyu";
    font-weight: normal;
}
section#AuthorDetail .well .content h3 small {
    font-family: "Futura";
    font-size: 25px;
    letter-spacing: 0;
}
section#AuthorDetail .well .content .desc {
    color: #333333;
}
section#AuthorDetail .well-right {
    box-shadow: none;
    /* min-height: 283px; */
    /* max-height: 283px; */
    height: 100%;
    color: #333333;
}
section#AuthorDetail .well-right ul {
    padding-top: 40px;
}
section#AuthorDetail .facebook {
    background: url(../img/social/fb.svg) no-repeat;
    background-size: 30px 30px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section#AuthorDetail .facebook:hover {
    background: url(../img/social/fb-hover.svg) no-repeat right;
}
section#AuthorDetail .twitter {
    background: url(../img/social/tw.svg) no-repeat;
    background-size: 30px 30px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section#AuthorDetail .twitter:hover {
    background: url(../img/social/tw-hover.svg) no-repeat right;
}
section#AuthorDetail .linkedin {
    background: url(../img/social/in.svg) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section#AuthorDetail .linkedin:hover {
    background: url(../img/social/in-hover.svg) no-repeat right;
}
section#AuthorDetail .red-btn {
    font-size: 20px;
    text-transform: capitalize;
    background-image: none;
    box-shadow: none;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    min-width: 100%;
}
section#RelatedBlog {
    padding-top: 90px;
    padding-bottom: 100px;
    background: url(../img/dashed-line.jpg) repeat-x top, #ffffff;
}
section#RelatedBlog section {
    padding: 0 3%;
}
section#RelatedBlog section h1 {
    color: #f4594b;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 25px;
}
section#RelatedBlog section .well {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
section#RelatedBlog section .well .tmb {
    background: #f4594b;
}
section#RelatedBlog section .well .tmb .overflow {
}
section#RelatedBlog section .well .tmb .img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
}
section#RelatedBlog section .well:hover .img {
    top: -13px;
    left: 13px;
}
section#RelatedBlog section .well .content {
    padding: 45px 30px;
}
section#RelatedBlog section .well .title {
    font-size: 25px;
    font-family: "futura-bold";
    min-height: 54px;
    height: 108px;
    overflow: hidden;
}
section#RelatedBlog section .well .red-btn {
    margin-top: 50px;
    background: url(../img/arrow-white.svg) right 24px center no-repeat #e93b27;
    color: #f8f9fa;
    box-shadow: none;
}
section#RelatedBlog section .well .red-btn:hover {
    background: url(../img/arrow.svg) right 24px center no-repeat #ffffff;
    color: #e93b27;
}

section#TeamsList .container .teams,
section#ContentDetail .container .related {
    padding: 30px 0px 120px;
}

section#TeamsList .container .teams-content {
    display: block;
}

section#TeamsList .container .teams-content figure {
    width: 20%;
    display: block;
    position: relative;
    float: left;
    padding-bottom: 23%;
    overflow: hidden;
    background: #333;
}

section#TeamsList .container .teams-content figure .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1.05, 1.05, 1) translate3d(-50%, -50%, 0);
}

section#TeamsList .container .teams-content figure figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

section#TeamsList .container .teams-content figure div.cptn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    padding-left: 9px;
    border-left: 4px solid #e93b27;
    text-align: left;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

section#TeamsList .container .teams-content figure span {
    display: block;
}
section#TeamsList .container .teams-content figure span.name {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section#TeamsList .container .teams-content figure span.role {
    font-size: 16px;
}

section#TeamsList .container .teams-content figure h2 {
    text-align: left;
}

section#TeamsList .container .teams-content figure:hover .img {
    opacity: 0.6 !important;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}

section#TeamsList .container .teams-content figure:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

section#TeamsList .container .teams-content figure:hover div.cptn {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

section#RelatedProject .container {
    padding-bottom: 100px;
}
section#RelatedProject .container .related .grid-content {
    opacity: 1;
}
section#RelatedProject .container .related .grid-content .case-study-grid {
    width: 50%;
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 40.98%;
}

section#ContentDetail {
    overflow: hidden;
}

section#ContentDetail.blog {
    overflow: unset;
}

section#ContentDetail.blog .container {
    /* max-width: 1300px; */
    padding: 0px 80px;
    margin-bottom: 0px;
}

section#ContentDetail.blog blockquote {
    font-size: 32px;
    line-height: 46px;
    max-width: 1100px;
    margin-top: 78px;
    color: #898989;
    margin-bottom: 0;
}
section#ContentDetail.blog blockquote p {
    font-size: 32px;
    line-height: 46px;
    max-width: 1100px;
    margin-top: 78px;
    color: #898989;
    margin-bottom: 0px;
}
section#ContentDetail.blog blockquote.inner-padding:before {
    content: "";
    position: absolute;
    width: 73px;
    height: 2px;
    left: -100px;
    top: 111px;
    background: #252525;
}
section#BottomDetail ul,
section#BottomDetail ol {
    padding-left: 20px;
}
section#BottomDetail ul li,
section#BottomDetail ol li {
}
section#BottomDetail blockquote {
    font-size: 20px;
    line-height: 32px;
    color: #252525;
    font-family: "Futura Medium";
    margin-top: 27px;
    margin-bottom: 36px;
    position: relative;
}
section#BottomDetail blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    height: 100%;
    width: 4px;
    background: #ea3b27;
}
section#BottomDetail blockquote p {
    font-size: 20px;
    margin: 0;
}

section#ContentDetail .embed-responsive {
    padding-bottom: 60% !important;
}
/* footer style */
footer {
    width: 100%;
    background: #e93b27;
    position: fixed;
    height: 300px;
    bottom: 0px;
    color: #fff;
    padding: 45px 0px 20px;
}

footer .container {
    height: 100%;
    max-width: 1387px;
}
footer .vision {
    display: block;
    text-align: center;
}

footer .vision h1,
footer .vision h2 {
    font-size: 34px;
    margin: 10px 0px;
    /* font-size: 1.6vw; */
}

footer .vision p {
    font-size: 20px;
}

footer .bottom-area {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 20px;
}

footer .bottom-area * {
    display: inline-block;
    vertical-align: middle;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
footer .bottom-area .logo-white {
    height: 44px;
    width: 163px;
    position: relative;
    /* background: url(../img/ctz-logo-white.svg) center center no-repeat; */
    /* background: url(../img/ctz-logo-white2x.gif) center center no-repeat;
	background-size: 100% auto; */
}

footer .bottom-area .logo-white:before {
    content: "";
    position: absolute;
    height: 44px;
    width: 163px;
    display: block;
    background: url(../img/ctz-logo-white2x.svg) left center no-repeat;
    /* background: url(../img/ctz-logo2x.gif) center center no-repeat; */
    background-size: 100% auto;
}

footer .bottom-area .logo-white:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    /* top: 50%; */
    display: block;
    background: url(../img/logo-white.svg) left center no-repeat;
    /* background: url(../img/ctz-logo2x.gif) center center no-repeat; */
    background-size: auto 41px;
    -webkit-animation: rotation 7s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

footer .bottom-area .newsletter-area {
    margin-left: 40px;
}

footer .bottom-area .newsletter-area .link {
    border: 1px solid #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0px 80px;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
footer .bottom-area .newsletter-area .link:hover {
    background: #fff;
    color: #e93b27;
    border-color: #e93b27;
}

footer .bottom-area .newsletter-area form {
    display: none;
}
footer .bottom-area .newsletter-area .link.notif {
    padding: 12px 20px;
    pointer-events: none;
    cursor: default;
    height: auto;
    line-height: 20px;
    max-width: 493px;
}

footer .bottom-area .newsletter-area .link.notif a {
    pointer-events: auto;
}

footer .bottom-area .newsletter-area .link.notif:hover {
    background: #e93b27;
    color: #fff;
    border-color: #fff;
}

footer .bottom-area .newsletter-area form .link {
    padding: 0px 30px;
    margin-left: -4px;
}
footer .bottom-area .newsletter-area input[type="email"] {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    font-family: "futura-oblique";
    color: #333;
    padding: 0px 10px;
}

footer .bottom-area a.newsletter:hover {
    background: #fff;
    text-decoration: none;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #333;
}

footer .socmed {
    height: 44px;
    /* margin-right: 30px; */
}

footer .socmed span {
    line-height: 44px;
    margin-right: 10px;
}

footer .socmed a {
    background: #fff;
    margin-right: 3px;
}

footer .socmed a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

footer .socmed .link {
    border: 1px solid #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0px 30px;
    margin-right: 10px;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

footer .socmed .link:hover {
    background: #fff;
    color: #e93b27;
    border-color: #e93b27;
    opacity: 1;
}

footer .copyright {
    line-height: 44px;
    height: 44px;
}

div.detailPopup {
    position: fixed;
    z-index: 1;
}

div.detailPopup.pops {
    position: fixed;
}

/* top title general  */

section#TopTitle {
    height: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

section#TopTitle .container {
    padding-top: 28px;
    /* padding-bottom: 70px; */
    text-align: center;
    /* max-width: 1155px; */
}

section#TopTitle h1 {
    /* font-size: 60px; */
    font-size: 3.03vw;
    text-align: center;
    opacity: 0;
    margin-bottom: 160px;
    text-transform: uppercase;
    padding: 0px 9%;
}

section#TopTitle p {
    font-size: 1.56vw;
}

/* contact us page */
section#ContactUs {
    overflow: hidden;
    height: 0px;
    /* margin-top: -60px; */
    position: relative;
    z-index: 0;
    /* padding-bottom: 105px; */
}

section#ContactUs.is-loaded {
    padding-bottom: 105px;
    height: auto !important;
    overflow: inherit;
}

/* section#ContactUs .container{

} */

section#ContactUs .container .info {
    width: 34.74387527839644%;
    padding-right: 30px;
    float: left;
}

section#ContactUs .container .info a.showmap {
    font-size: 15px;
    display: none;
    color: #ff5355;
}

section#ContactUs .container #map {
    width: 90%;
    height: 400px;
    position: absolute;
    top: -0px;
    left: 50%;
    background-color: rgb(229, 227, 223);
    opacity: 0;
    transform: translateX(-50%);
    z-index: 0;
}

section#ContactUs .container #map .closemap {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px;
    background: #ee3524;
    color: #fff;
}

section#TopTitle .container .zoommap {
    position: absolute;
    top: 0%;
    transform: translateY(30%);
    right: 6%;
    padding: 8px;
    background: #ee3524 url(../img/zoom_white.svg) center center no-repeat;
    background-size: 62% auto;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 19px;
    cursor: pointer;
    opacity: 0;
}
section#TopTitle .container .clickmap {
    cursor: pointer;
}

section#ContactUs .container .contact-form-area {
    z-index: 1;
    position: relative;
    background-color: #8ecb93;
    padding: 75px 40px;
}
section#ContactUs .container .form {
    width: 65.25612472160356%;
    float: left;
}

section#ContactUs .container .info h1 {
    font-size: 30px;
    margin-bottom: 6px;
}
section#ContactUs .container .info p {
    font-size: 20px;
    margin-bottom: 30px;
}

section#ContactUs .container .form .input {
    position: relative;
    width: 50%;
    padding: 0px 9px 18px;
    float: left;
}

section#ContactUs .container .form .input.full {
    width:100%;
}

section#ContactUs .container .form .textarea {
    position: relative;
    padding: 0px 9px;
}

section#ContactUs .container .form .input label.error,
section#ContactUs .container .form .textarea label.error  {
    color: #ff0000;
    position: absolute;
    top: 18px;
    right: 29px;
    font-size: 12px;
}

section#ContactUs .container .form .input input,
section#ContactUs .container .form .textarea textarea {
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    font-family: "futura-oblique";
    color: #333;
    height: 55px;
    line-height: 55px;
    border: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#ContactUs .container .form .recaptcha {
    position: relative;
    left: 8px;
    top: 12px;
    overflow: hidden;
    max-width: 305px;
}

section#ContactUs .container .form button {
    margin: 12px 0 0 auto;
    display: block;
    position: relative;
    right: 9px;
}
section#ContactUs .container .form button:disabled {
    opacity: 0.5;
    cursor:none;
}
section#ContactUs .container .form .textarea textarea {
    height: 200px;
}

/* we deliver style */
section.WeDeliver {
    height: 0px;
    padding: 40px 89px 100px;
    overflow: hidden;
}

section.WeDeliver .container {
    position: relative;
    height: 754px;
    padding-bottom: 43.40817501439263%;
    max-width: 100%;
    /* background: #D3EDF7; */
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

section.WeDeliver .container ul {
    padding-left: 42px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37.830167%;
}

section.WeDeliver .container ul .next,
section.WeDeliver .container ul .prev {
    background: url(../img/next.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 42px;
    font-size: 0px;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
}
section.WeDeliver .container ul .next:hover,
section.WeDeliver .container ul .prev:hover {
    opacity: 1;
}
section.WeDeliver .container ul .next {
    bottom: -45px;
    /* bottom: 0px; */
}

section.WeDeliver .container ul .prev {
    top: -45px;
    /* top: 0px; */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.WeDeliver .container ul > a.unactive {
    opacity: 0 !important;
    cursor: default !important;
}

section.WeDeliver .container li {
    list-style: none;
    position: relative;
    min-height: 15px;
}

section.WeDeliver .container li label {
    color: #f65846;
}
section.WeDeliver .container li h1 {
    color: #f65846;
    font-size: 34px;
    font-family: "futura-koyu";
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 7px;
}

section.WeDeliver .container li p {
    font-size: 16px;
    margin: 0px;
}
section.WeDeliver .container li .see-works {
    margin: 15px 0px 30px;
}

section.WeDeliver .container li .see-works a {
    line-height: 50px;
    padding: 0 24px;
    min-width: 0;
    background: #f8f9fa;
    font-size: 15px;
}

section.WeDeliver .container li .dots {
    /* content: ''; */
    position: absolute;
    top: 5px;
    left: -23px;
    width: 8px;
    height: 8px;
    background: url(../img/li.png);
    background-size: cover;
    cursor: pointer;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

section.WeDeliver .container li > * {
    display: none;
    opacity: 0;
}

section.WeDeliver .container li .dots:hover,
section.WeDeliver .container li.active .dots {
    width: 10px;
    height: 10px;
    left: -24px;
    background: url(../img/li-active.png);
    /* list-style-image: url(../img/li-active.png); */
}

section.WeDeliver .container li.active > * {
    display: block;
    opacity: 1;
}

section.WeDeliver .container .sideimg {
    position: absolute;
    right: 3.10880829015544%;
    top: 50%;
    width: 57.012781%;
    padding-bottom: 47.012781%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.WeDeliver .container .sideimg img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    opacity: 0;
    width: 100%;
    display: block;
}

section.WeDeliver .container .sideimg img.image2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    opacity: 0;
}
section.WeDeliver.desktop {
    padding: 0 !important;
    margin-top: 10rem;
}
section.WeDeliver.desktop.fixed {
    position: fixed;
    /* top:100px; */
    width: 100%;
    height: 2000px;
}
section.WeDeliver.desktop li:first-child {
    opacity: 0;
}
section.WeDeliver.desktop .arrow {
    opacity: 0;
}
section.WeDeliver.desktop .arrow a {
    background: url(../img/next2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    font-size: 0px;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}
section.WeDeliver.desktop .arrow a.inactive {
    opacity: 0;
}

section.WeDeliver.desktop .next {
    bottom: 20px;
}
section.WeDeliver.desktop .prev {
    top: 20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
section.WeDeliver.desktop .next-desktop:hover,
section.WeDeliver.desktop .prev-desktop:hover {
    opacity: 1;
}
section.WeDeliver.desktop .container .sideimg img {
    top: 60%;
}
section.WeDeliver.desktop .v-scroll .row .loading {
    background: url(../img/loading.gif);
    opacity: 0;
    display: block;
    width: 500px;
    height: 500px;
    z-index: 9999;
    background-size: 100px;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
}
section.WeDeliver.desktop .v-scroll .row {
    position: relative;
}
section.WeDeliver.desktop .v-scroll.firstSection .row {
    background: #d3edf7;
}
section.WeDeliver.desktop .v-scroll.secondSection .row {
    background: #e2eee4;
}
section.WeDeliver.desktop .v-scroll.thirdSection .row {
    background: #dcf4d3;
}
@media (min-width: 1280px) and (max-width: 1280px) {
    .fullpage-wrapper .fp-section {
        top: 20px !important;
    }
}
.fullpage-wrapper {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.fullpage-wrapper .fp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.7s ease-in-out;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
/* #content-desktop .bgd {
	width: 85%;
    height: 500px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    margin: auto;
    top: 18%;
}
#content-desktop .bgd.one {
	background:#D3EDF7;
}
#content-desktop .bgd.two {
	background:#E2EEE4;
}
#content-desktop .bgd.three {
	background:#DCF4D3;
} */
section.WeDeliver.desktop .v-scroll .row .content {
    padding: 6.5% 5% 12% 5%;
    position: relative;
    height: 550px;
}
section.WeDeliver.desktop .v-scroll .row .content .area {
    position: absolute;
    max-width: 490px;
}
section.WeDeliver.desktop .v-scroll .row .content .area-2 {
    max-width: 450px;
}
section.WeDeliver.desktop .v-scroll .row .content .area-3 {
    max-width: 440px;
}
section.WeDeliver.desktop .v-scroll .row h1 {
    color: #000;
    font-size: 32px;
    font-family: "futura-koyu";
    font-weight: normal;
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 20px;
}
section.WeDeliver.desktop .v-scroll .row p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
section.WeDeliver.desktop .v-scroll .row .see-works {
    margin-top: 30px;
}
section.WeDeliver.desktop .v-scroll .row .see-works a {
    line-height: 45px;
    padding: 0 33px 0 30px;
    background: url(../img/arrow.svg) right 18px center no-repeat #f8f9fa;
    background-size: 13px auto !important;
    font-size: 16px;
    color: #e93b27;
    display: inline-block;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
section.WeDeliver.desktop .v-scroll .row .see-works a.red-btn:hover {
    color: #ffffff;
    background: url(../img/arrow-white.svg) right 18px center no-repeat #e93b27;
    text-decoration: none !important;
}
section.WeDeliver.desktop .v-scroll .row .image {
    position: relative;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    top: -20px;
}
section.WeDeliver.desktop .v-scroll .row .image.one img {
    top:70px;
}
section.WeDeliver.desktop .v-scroll .row .image.two img {
    top:-10px;
}
@media screen and (min-width: 1900px) {
    section.WeDeliver.desktop .v-scroll .row .image.one,
    section.WeDeliver.desktop .v-scroll .row .image.three {
        top: -60px;
    }
}
section.WeDeliver.desktop .v-scroll .row .image img {
    position: absolute;
    top: 0;
    right: 0;
}
/* blog style */
section#FeaturedBlog {
    padding: 0;
}
section#FeaturedBlog .background {
    overflow: hidden;
    max-height: 400px;
    width: 100%;
}
section#FeaturedBlog .background img {
    width: 100%;
}
section#FeaturedBlog .content {
    font-family: "futura-oblique";
    position: relative;
    top: -100px;
    font-size: 24px;
    line-height: 34px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 75px 90px;
    color: #333333;
}
section#FeaturedBlog .content h1 {
    font-family: "futura-bold";
    color: #333333;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 58px;
    border-left: 4px solid #e63d30;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    section#FeaturedBlog .content h1.lead-c-notes {
        max-width: 860px;
    }
}
section#Blog .blog-list .blog-content .date,
section#FeaturedBlog .content .date {
    font-family: "futura-bold";
    color: #787878;
    font-family: "futura-oblique";
    font-size: 20px;
    display: block;
    padding-left: 24px;
    line-height: 28px;
}
section#Blog .blog-list .blog-content .author,
section#FeaturedBlog .content .author {
    font-family: "sintonybold";
    color: #787878;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 35px;
    display: block;
    padding-left: 24px;
    line-height: 28px;
}
section#FeaturedBlog .content .description {
    padding-left: 24px;
    line-height: 1.1;
    font-size: 25px;
    color: #787878;
}
section#FeaturedBlog .red-btn,
section#Blog .red-btn {
    margin-top: 50px;
    background: url(../img/arrow-white.svg) right 24px center no-repeat #e93b27;
    color: #f8f9fa;
    box-shadow: none;
}
section#FeaturedBlog .red-btn:hover,
section#Blog .red-btn:hover {
    background: url(../img/arrow.svg) right 24px center no-repeat #ffffff;
    color: #e93b27;
}

section#Blog {
    overflow: hidden;
    height: 0px;
    position: relative;
    margin-top: -60px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

section#Blog.is-loaded {
    height: auto !important;
    padding-bottom: 40px;
}

section#Blog .blog-list {
    display: flex;
    margin-bottom: 63px;
    padding-top: 13px;
}

section#Blog .blog-list .img-content {
    width: 44.15584415584416%;
    padding-bottom: 36.12012987012987%;
    position: relative;
}

section#Blog .blog-list .img-content:before {
    content: " ";
    background-color: #ff5355;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.25s ease-in-out;
    bottom: 0px;
    right: 0px;
}

section#Blog .blog-list .img-content .imagearea {
    position: absolute;
    background-size: cover !important;
    background-position: center center !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
}

section#Blog .blog-list:hover .img-content .imagearea {
    top: -13px;
    left: 13px;
}

section#Blog .blog-list:hover .img-content:before {
    /* 	bottom: -10px;
	right:  -10px; */
}

section#Blog .blog-list .blog-content {
    background-color: #f5f5f5;
    font-size: 24px;
    width: 55.84415584415584%;
    padding: 75px 50px 75px 90px;
    position: relative;
    color: #787878;
}
section#Blog .blog-list .blog-content h1 {
    font-family: "futura-bold";
    color: #333333;
    text-transform: uppercase;
    /* font-size: 2.81vw; */
    font-size: 38px;
    line-height: 50px;
    border-left: 4px solid #e63d30;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

section#Blog a.load-more {
    font-size: 16px;
    font-family: "futura-medium";
    color: #000;
    border: 2px solid #000;
    padding: 0px 40px;
    border-radius: 30px;
    height: 50px;
    line-height: 46px;
    letter-spacing: 1px;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    margin: 40px 0px 100px;
}

section#Blog a.load-more:hover {
    color: #ff5355;
    border-color: #ff5355;
    text-decoration: none;
}
section#Blog .pagination {
    float: right;
}
section#Blog .pagination ul {
    list-style: none;
}
section#Blog .pagination ul li {
    float: left;
    font-size: 25px;
}
section#Blog .pagination ul li a {
    display: block;
    padding: 9px 20px 4px 20px;
    border: 1px solid #f4594b;
    color: #f4594b;
    font-family: "futura-medium";
    margin-right: 10px;
}
section#Blog .pagination ul li.active span {
    display: block;
    padding: 9px 20px 4px 20px;
    background: #f4594b;
    border: 1px solid #f4594b;
    color: #ffffff;
    font-family: "futura-medium";
    margin-right: 10px;
}
section#Blog .pagination ul li a:hover {
    text-decoration: none;
    background: #f4594b;
    color: #ffffff;
}
section#Blog .pagination ul li.prev a,
section#Blog .pagination ul li.next a {
    padding: 9px 11px 4px 11px;
}
section#Blog .pagination ul li.first {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
section#Blog .pagination ul li.last a {
    margin-right: 0px;
}

/* page reveal effect */
.pagereveal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    /* display: none; */
    /* background-size: 219px 57px!important; */
    /* background-position: center center!important; */
}

.pagereveal > div {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 100%;
    background-size: 219px 57px !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

#AboutUsTop {
    background: #e93b27;
    position: relative;
    overflow: hidden;
}

#AboutUsTop .bg,
#AboutUsTop .bg img {
    position: absolute;
    width: 100%;
}

#AboutUsTop .wht-btn {
    margin-top: 77px;
    border: 1px solid rgba(248, 249, 250, 0.43);
}

#AboutUsTop .bg {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#AboutUsTop .container {
    max-width: 970px;
    width: 100%;
    padding-top: 230px;
    padding-bottom: 270px;
}

#AboutUsTop .container .big-text {
    width: 55.67010309278351%;
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
    text-align: left;
    color: #f8f9fa;
    opacity: 0;
}

#AboutUsTop .container .small-text {
    width: 36.08247422680412%;
    float: right;
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #f8f9fa;
    margin-top: 238px;
    opacity: 0;
}
/* #AboutUsTop .container .small-text a{
	text-decoration: underline;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
} */
#AboutUsTop .container .small-text a:hover {
    text-decoration: none !important;
}

#AboutImgArea {
    height: 397px;
    background: url(../img/about/bg2.jpg) center center no-repeat;
    background-size: cover;
}

#AboutImgArea .container {
    position: relative;
    max-width: 850px;
    width: 100%;
    height: 397px;
}

#AboutImgArea .container img {
    position: absolute;
}

#AboutImgArea .container img.img2 {
    left: 50%;
    margin-left: -211px;
    width: 422px;
    top: -143px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
}

#AboutImgArea .container img.img3 {
    right: 32px;
    width: 433px;
    top: 224px;
}

#AboutImgArea .container img.img1 {
    left: 36px;
    width: 469px;
    top: -142px;
    box-shadow: 0 20px 20px 0 rgba(25, 71, 106, 0.1);
}

#AboutMum {
    padding-top: 200px;
    padding-bottom: 37px;
}

#AboutMum .container {
    max-width: 970px;
    overflow-x: hidden;
}

#AboutMum .container label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.6px;
    text-align: center;
    color: #adb5bd;
    margin-bottom: 23px;
    font-family: futura-oblique;
    display: block;
}

#AboutMum .container h1 {
    font-size: 60px;
    line-height: 1.25;
    text-align: center;
    color: #212529;
    text-transform: uppercase;
}

#AboutMum .container .div-list {
    width: 740px;
    position: relative;
    margin: 90px auto 0;
    transform: translateX(33px);
    min-height: 255px;
    display: table;
    opacity: 0;
    padding: 30px 63px 30px 362px;
    background-size: auto 100% !important;
    transition: opacity 0.5s ease-in-out;
}

#AboutMum .container .div-list.fade {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#AboutMum .container .div-list:nth-child(even) {
    padding: 30px 351px 30px 74px;
}

#AboutMum .container .div-list:nth-child(1) {
    background: url(../img/about/memorable.svg) left center no-repeat #f8f9fa;
}

#AboutMum .container .div-list:nth-child(2) {
    background: url(../img/about/usable.svg) right center no-repeat #f8f9fa;
}

#AboutMum .container .div-list:nth-child(3) {
    background: url(../img/about/measurable.svg) left center no-repeat #f8f9fa;
}

#AboutMum .container .div-list h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    line-height: 1.17;
}

#AboutMum .container .div-list:nth-child(1) h1 {
    color: #fab005;
    text-shadow: 0 5px 9px #fff3bf;
    right: 459px;
}

#AboutMum .container .div-list:nth-child(2) h1 {
    color: #38d9a9;
    text-shadow: 0 5px 9px #c3fae8;
    right: 65px;
}

#AboutMum .container .div-list:nth-child(3) h1 {
    color: #4dadf7;
    text-shadow: 0 5px 9px #a3daff;
    right: 459px;
}

#AboutMum .container .div-list p {
    font-size: 24px;
    line-height: 1.42;
    text-align: left;
    color: #495057;
    display: table-cell;
    vertical-align: middle;
}

#AboutMum .container .div-list p strong {
    display: block;
}

#AboutLinkArea {
    padding: 100px 0 66px 0;
    overflow-x: hidden;
    background: url(../v2/img/StripLines.svg) repeat-y top right;
    background-color: #e93b27;
    background-size: 60px;
    position: relative;
}

#AboutLinkArea:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
}

#AboutLinkArea .container {
    max-width: 970px;
}

#AboutLinkArea .container:after {
    width: 89.89690721649485%;
    height: 282px;
    -webkit-filter: blur(18.2px);
    filter: blur(18.2px);
    background-color: #c33d29;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

#AboutLinkArea .container > div.lnkd,
#AboutLinkArea .container > div.opprtnt {
    width: 50%;
    position: relative;
    padding-bottom: 50%;
    float: left;
    z-index: 1;
}

#AboutLinkArea .container > div h1 {
    font-size: 60px;
    color: #4dadf7;
}

#AboutLinkArea .container > div.opprtnt h1 {
    font-size: 60px;
    color: #ffe066;
}

#AboutLinkArea .container > div.lnkd {
    background-color: #ccedff;
}

#AboutLinkArea .container > div.opprtnt {
    background-color: #fff3bf;
}

#AboutLinkArea .container > div p {
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #212529;
    margin-top: 23px;
}

#AboutLinkArea .container > div .top {
    position: absolute;
    top: 0;
    left: 0;
    padding: 58px 50px 0;
}

#AboutLinkArea .container > div a.wht-btn {
    position: absolute;
    bottom: 49px;
    left: 50px;
}
@media only screen and (max-width: 900px) {
    #AboutUsTop .container {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 265px;
    }
    #AboutUsTop .container .big-text,
    #AboutUsTop .container .small-text {
        width: 100%;
        margin: 0;
    }
    #AboutUsTop .container .big-text br {
        display: none;
    }
    #AboutUsTop .wht-btn {
        margin: 70px 0;
    }
    #AboutUsTop .container .small-text p {
        width: 50%;
        float: left;
    }
    #AboutUsTop .container .small-text p:first-child {
        padding-right: 60px;
    }
    #AboutImgArea {
        height: auto;
    }
    #AboutImgArea .container {
        height: auto;
        padding-bottom: 44.11111111111111%;
    }
    #AboutImgArea .container img.img2 {
        top: -57.93450881612091%;
        width: 49.64705882352941%;
        margin: 0;
        transform: translateX(-50%) !important;
    }
    #AboutImgArea .container img.img3 {
        width: 50.94117647058824%;
        right: 3.764705882352941%;
        top: 47.60705289672544%;
        transform: translate(0, 0) !important;
    }
    #AboutImgArea .container img.img1 {
        left: 4.235294117647059%;
        width: 55.17647058823529%;
        top: -14.86146095717884%;
    }
    #AboutLinkArea .container > div h1 {
        font-size: 40px !important;
    }
    #AboutUsTop .bg img {
        width: 150%;
    }
}

.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%;
}

.project-link {
    font-size: 0px;
    width: 64px;
    height: 68px;
    background: url(../img/interlink_icon.png) center center no-repeat;
    background-size: cover !important;
    display: block;
    margin: 0px auto;
}

.project-link:hover {
    background: url(../img/interlink_icon-hover.png) center center no-repeat;
}

/* Basic sample */
.flipbook-viewport {
    /*overflow:hidden;*/
    width: 100%;
    position: relative;
    padding-bottom: 70.7258064516129%;
    /*height:100%;*/
}

.flipbook-viewport .contain {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}

.flipbook-viewport .flipbook {
    /*width:100%;*/
    /*height:600px;*/
}

.flipbook-viewport .page {
    /*width:50%;*/
    /*height:600px;*/
    background-color: white !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: cover !important;
}

.flipbook-viewport .odd {
    /* background-position: left center!important; */
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.flipbook-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.flipbook-btn > div {
    display: inline-block;
    width: 100px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.flipbook-btn > div:hover {
    opacity: 0.5;
}

#st-2 .st-btn[data-network="facebook"] {
    background-color: transparent !important;
}
#st-2 .st-btn[data-network="twitter"] {
    background-color: transparent !important;
}
#st-2 .st-btn[data-network="linkedin"] {
    background-color: transparent !important;
}
#st-2 .st-btn > svg {
}
#st-2 .st-btn:hover > svg {
}
footer a.icon-socmed {
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    opacity: 1 !important;
}

footer a.youtube {
    background: #e61a23 !important;
}

footer a.twitter {
    background: #1c9cea !important;
}

footer a.behance {
    background: #0053f7 !important;
}

footer a.linkedin {
    background: #0077af !important;
}

footer a.icon-socmed:hover {
    background: #000 !important;
}

@keyframes bouncing {
    from {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    50% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* footer v2 */
footer {
    background: url(../v2/img/StripLines.svg) repeat-y top right;
    background-color: #e93b27;
    background-size: 60px;
}
footer .socmed .soclink {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 30px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
footer .socmed .soclink:hover,
footer .socmed .soclink:focus{
  opacity: 0.7;
}

footer .socmed .soclink.ig{
  background: url(../v2/img/socials/ig.svg);
}

footer .socmed .soclink.in{
  top: -2px;
  background: url(../v2/img/socials/in.svg);
}

footer .socmed .soclink.tw{
  background: url(../v2/img/socials/tw.svg);
}

footer .socmed .soclink.yt {
  background: url(../v2/img/socials/yt.svg);
}

footer .socmed .soclink.be {
  background: url(../v2/img/socials/be.svg);
}

.inner-cursor {
    position: fixed;
    left: 10px;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 5px solid #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: none;
}
.inner-cursor span {
    display: none;
    /* padding: 2.7rem 0.7rem; */
    text-align: center;
    white-space: nowrap;
}
.inner-cursor.grow {
    width: 74px;
    height: 74px;
    background-color: #fff;
    mix-blend-mode: difference;
}
.inner-cursor.grow2 {
    color: color(black) !important;
    mix-blend-mode: #fff !important;
}
.inner-cursor.original {
    border: 5px solid #fff !important;
    background-color: none !important;
    mix-blend-mode: normal !important;
}
.inner-cursor.foot {
    border: 5px solid #e93b27 !important;
    background-color: none !important;
    mix-blend-mode: normal !important;
}
.inner-cursor.more {
    width: 120px;
    height: 120px;
    background-color: #e93b27 !important;
    border: 5px solid #e93b27 !important;
    mix-blend-mode: normal !important;
}
.inner-cursor.more span {
    color: #ffffff !important;
    text-decoration: none !important;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 19px;
}


.inner-cursor.hover {
    mix-blend-mode: difference !important;
    border: 0 !important;
}
.inner-cursor.saturate {
    background-color: color(secondary) !important;
    mix-blend-mode: saturation !important;
    filter: grayscale(1);
    border: 0;
}
@media(min-width:1024px) and (max-width:1199px){
    .inner-cursor {
        display: block;
    }
}
@media(min-width:1200px){
    .inner-cursor {
        display: block;
    }
}