/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Font Settings
 
 * -----------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 *
 * -----------------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none !important;
}

/**
 * 2.0 - Font Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */




/**
 * 3.0 - General Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */

body {
background-color:#ffffff;
-webkit-font-smoothing: antialiased;
}
#main {
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
a.button {
  font-family: 'MagistralCond-Bold';
  font-size: 16px;
  line-height: 7px !important;
  font-weight: normal;
  max-width: 527px;
  border: 2px solid #00abe4;
  text-transform: uppercase;
  padding: 20px 45px 20px 45px;
  color: #00abe4;
  text-decoration: none;
  letter-spacing: 0.05em;
	background-color:transparent;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
	-webkit-transition: background-color 500ms ease-out;
	-moz-transition: background-color 500ms ease-out;
	-o-transition: background-color 500ms ease-out;
	transition: background-color 500ms ease-out;
}
a.button:hover {
  background-color: #00abe4;
  color: #ffffff;
}
a.button.white {
  font-family: 'MagistralCond-Bold';
  font-size: 16px;
  line-height: 7px !important;
  font-weight: normal;
  max-width: 527px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 20px 45px 20px 45px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.05em;
	background-color:transparent;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
	-webkit-transition: background-color 500ms ease-out;
	-moz-transition: background-color 500ms ease-out;
	-o-transition: background-color 500ms ease-out;
	transition: background-color 500ms ease-out;
}
a.button.white:hover {
  background-color: #ffffff;
  color: #00abe4;
}
.button {
  font-family: 'MagistralCond-Bold';
  font-size: 16px;
  line-height: 7px !important;
  font-weight: normal;
  max-width: 527px;
  border: 2px solid #00abe4;
  text-transform: uppercase;
  padding: 20px 45px 20px 45px;
  color: #00abe4;
  text-decoration: none;
  letter-spacing: 0.05em;
	background-color:transparent;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
	-webkit-transition: background-color 500ms ease-out;
	-moz-transition: background-color 500ms ease-out;
	-o-transition: background-color 500ms ease-out;
	transition: background-color 500ms ease-out;
}
.button:hover {
  background-color: #00abe4;
  color: #ffffff;
}
#partnerships-widget {
  background-color: #ffffff;
  min-height: 240px;
  border-top: 1px solid #c2c2c2;
}
#partnerships-widget h2.partnerships-intro {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 24px;
  padding: 55px 0 0 0;
  font-weight: 600;
  width: 100%;
  text-align:center;
 }
 .partnerships-carousel.container {
  margin-top: 45px;
}
.partner-logos {
margin:0 20px 0 20px;
list-style:none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  float: left;
  width: auto !important;
} 
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  border: 0 none !important;
  left: 0;
  background: #fff !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

p em {
	font-style:italic;
}
.feedback-no {
    display: none;
}

/* --- navigation --- */ 
nav.navigation.paging-navigation {
    width: 790px;
    float: none;
    clear: both;
    height: 44px;
}
ul.page-numbers {
    padding: 0 !important;
}
span.pgdis {
    display: none;
}
ul.page-numbers li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d4d7da;
    text-align: center;
    text-decoration: none !important;
    padding: 7px 11px !important;
	font-family: 'MagistralCond-Medium';
}
ul.page-numbers li a:hover {
	color: #00abe3 !important;
}
ul.page-numbers li .current {
    background-color: transparent;
    padding: 4px 13px 5px 13px !important;
    border: 2px solid #00abe3;
    margin-left: -2px;
    color: #00abe3;
}
ul.page-numbers li:hover {
    background-color: transparent !important;
    color: #00abe3 !important;
    border: 2px solid #00abe3;
}
ul.page-numbers li {
    font-weight: bold;
    text-transform: uppercase;
    color: #d4d7da !important;
    text-decoration: none !important;
    list-style: none !important;
    float: left !important;
    line-height: 30px !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    text-align: center;
    margin-right: 5px !important;
    height: 30px !important;
    width: 30px !important;
    border: solid 2px #d4d7da;
	font-family: 'MagistralCond-Medium';
}
/**
 * 4.0 - Header Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */
#header-area-wrapper {
  width: 100%;
	position: absolute;
  z-index: 99999;
}
#header-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#header-area-wrapper #logo-img {
  max-width: 315px;
  text-align: right;
  width: 315px;
  float: left;
}
#header-area-wrapper #logo-img2 {
	display:none;
}
#header-area #menu {
  max-width: 785px;
  width: auto;
  float: right;
}
#header-area .menu-main-menu-container {
  float: right;
}

ul#menu-main-menu {
  border-bottom: 2px solid #686b6d;
  height: 59px;
}
ul#menu-main-menu li:first-child {
  padding-left: 0px;
}
ul#menu-main-menu li {
  float: left;
  padding: 20px 0 0 38px;
}
ul#menu-main-menu li a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
	text-transform:uppercase;
  text-decoration: none;
  padding: 20px 15px 20px 15px;
  border-bottom: 0 none;
	  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
ul#menu-main-menu li a:hover {
	color: #00aae3;
	border-bottom: 4px solid;
}
ul.sub-menu {
  top: 96px;
  position: absolute;
	display:none;
}
ul#menu-main-menu li ul.sub-menu li {
  text-align: left;
	background-color:rgba(35,35,38,0.5);
  border-top: 1px solid #525255;
  padding: 0;
}
ul#menu-main-menu li ul.sub-menu li:first-child {
  border-top: 0 none !important;
}
ul.sub-menu li {
  float: none !important;
}
ul.sub-menu li a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 13px !important;
  line-height: 40px !important;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px 0 20px !important;
  border-bottom: 0 none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  display: block;
}
ul.sub-menu li a:hover {
  background-color:rgba(0,171,227,0.5);
  border-bottom: 0 none !important;
	color:#ffffff !important;
}

#mobile-menu-button {display:none;}
#mobile-menu {display:none;}
li#menu-item-416 a{color: #00abe4!important;}

/* --- social menu ----- */
#social-menu {
  width: 100%;
  float: right;
  padding-top: 17px;
  text-align: right;
}
#social-menu a {
  padding: 0 10px 0 10px;
}
#social-menu img {
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-in {
	-webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
}

#social-menu a.live-support-top {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #00abe4;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 15px 20px 30px !important;
  border-bottom: 0 none;
}

/* --- menu sticky --- */
#header-area-wrapper.scroll-fix {
  height: 55px !important;
  background-color: #e8e8e7;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
	z-index: 99999;
}
#header-area-wrapper.scroll-fix #social-menu {
	display:none;
}
#header-area-wrapper.scroll-fix #menu-area {
  height: 55px !important;
}
#header-area-wrapper.scroll-fix #logo-img {
	display:none;
}
#header-area-wrapper.scroll-fix #logo-img2 {
  display: block !important;
  max-width: 315px;
  width: auto;
  float: left;
}
#header-area-wrapper.scroll-fix #logo-img2 img {
	max-width: 160px !important;
  padding-top: 8px !important;
}
#header-area-wrapper.scroll-fix #menu-area #menu-top-section {
  display: none !important;
}
#header-area-wrapper.scroll-fix #menu-area #menu {
  margin-top: 0px !important;
  border-top: 0px none !important;
}
#header-area-wrapper.scroll-fix ul#menu-main-menu li {
  float: left;
  padding: 0 0 0 40px;
}
#header-area-wrapper.scroll-fix ul#menu-main-menu li a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 55px;
  color: #2d2d30;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px 0 15px;
  border-bottom: 0 none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
#header-area-wrapper.scroll-fix ul#menu-main-menu li a:hover {
  color: #00aae3;
  border-bottom: 0 none;
}
#header-area-wrapper.scroll-fix ul.sub-menu {
  top: 55px !important;
  position: absolute;
}
#header-area-wrapper.scroll-fix ul#menu-main-menu {
  border-bottom: 0 none;
  height: 55px;
}
#header-area-wrapper.scroll-fix ul#menu-main-menu li ul.sub-menu li {
  text-align: left;
  background-color: rgba(35,35,38,0.5);
  border-top: 1px solid #525255;
  padding: 0;
}
#header-area-wrapper.scroll-fix ul.sub-menu li a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 13px !important;
  line-height: 40px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px 0 20px !important;
  border-bottom: 0 none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  display: block;
}
/**
 * 5.0 - Banner Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */

#home-banner {
  height: 580px;
  width: 100%;
}
.slide-bg {
  background-size: cover;
  width: 100%;
  min-height: 580px;
  background-position: top center;
  max-height: 580px;
}
.slide-container {
  max-width: 1100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 80px;
}
h2.slide-title {
  font-family: 'MagistralCond-Medium';
  font-size: 45px;
  line-height: 45px !important;
  font-weight: 600;
  max-width: 527px;
  text-transform: uppercase;
  color: #ffffff;
}
h2.slide-title span {
  color: #00aae3;
}
p.slide-copy {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 20px;
  max-width: 430px;
  font-weight: normal;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}
.slide-container a.button {
  margin-top: 40px !important;
  clear: both;
  position: absolute;
}
.banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}

#about-banner {
  min-height: 430px;
}
#home-banner .bx-viewport {
  height: 100% !important;
}
/**
 * 6.0 - Page Layout Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */

/* --- HOMEPAGE ------------------------ */

#services-widget {
min-height: 150px;
  background-color: #ffffff;
  display: inline-block;
	width: 100%;
}
li.home-service-summary:first-child {
  width: 24%;
  float: left;
  border-left: 0 none !important;
	  margin-left: 20px;
}
li.home-service-summary {
  width: 24%;
  float: left;
  border-left: 1px solid #b2b2b3;
  height: 150px;
	  padding-bottom: 5px;
}
.home-service-container {
  width: 90%;
  padding: 45px 5% 0 5%;
}

.home-service-summary-icon {
  width: 48px;
  float: left;
}
.home-service-summary-details {
  float: left;
  width: 65%;
  margin-left: 4%;
}

.home-service-summary-details h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #2e383b;
  font-family: 'Lato';
  line-height: 18px;
  font-weight: 600;
}
.home-service-summary-details p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  padding-top: 12px;
}
.home-service-summary-icon img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width:40px;
	height:auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

/* --- home paralax ----- */
.hsContainer {
   display: table; 
   table-layout: fixed; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.hsContent {
      width: 100%;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #ebebeb;
  text-align: center;
  background-color: #ffffff;
  height: 630px;
	z-index:9999;
}
.bcg {
background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 440px;
  width: 100%;
}
#slide-1 .bcg {background-image:url('../ctgroup/images/home-paralax.jpg')}
#slide-1-content {
	height:630px; 
	width:100%; 
	background-color:#ffffff;
}
#home-paralax-container {
  margin-top: -440px;
  height: 440px;
  position: relative;
  z-index: 9999;
}
#home-paralax-container h3 {
  font-family: 'MagistralCond-Medium';
  font-size: 25px;
  line-height: 28px !important;
  font-weight: normal;
  max-width: 527px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
	  padding-top: 95px;
}
#home-paralax-container p {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 20px;
  max-width: 500px;
  font-weight: normal;
  padding: 20px 0 70px 0;
}
/*--- home feeds ------- */
#home-feeds-content {
	width:100%;
	min-height:435px;
	background-color:#f5f8fa;
}
#home-feeds-container {
  padding-top: 70px;
}
.home-feed {
  float: left;
  width: 22%;
  margin-left: 4%;
  display: inline-block;
  height: 285px;
}
#feed01.home-feed {
	margin-left:0 !important;
}
.feed-header {
  border-bottom: 3px solid #e1e4e7;
  height: 45px;
}
#single-post-twitter .feed-header {
  border-bottom: 0 none;
}
.feed-title {
  float: left;
}
.feed-title h2 {
  font-size: 19px;
  line-height: 20px;
  padding-left: 14px;
  max-width: 175px;
  font-family: 'Lato';
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  border-left: 4px solid #00abe4;
}
.feed-header-link {
  max-width: 70px;
  display: inline-block;
  float: right;
}
a.feed-link {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 28px;
  color: #00aae3;
  text-decoration: none;
  padding: 0;
  border-bottom: 0 none;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
a.feed-link:hover {
  text-decoration: underline;
}
.home-feed .feed-data .case-study-logo {
    width: 240px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #e1e4e7;
    text-align: center;
}
.home-feed .feed-data .case-study-logo img {
    max-width: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#feed02 h3.blog-title.home-blog {
	padding-top:20px !important;
}
h3.blog-title.home-blog {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
	text-transform:uppercase;
	padding: 30px 0 0 0;
}
.blog-excerpt.home-blog {
  margin-top: 24px;
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
.home-feed .feed-data {
  min-height: 215px;
}
.home-feed .feed-data img {
  width: 100%;
  height: auto;
}
p.timePosted {
  display: none;
}
.feed-data p.tweet {
  margin-top: 0;
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding: 30px 5px 0 0;
	overflow:hidden;
}
.feed-data p.tweet a {
  color: #00abe4;
  text-decoration: none;
}
p.interact {
  display: none;
}
.social-link-feed a {
  position: absolute;
  outline: 0;
  margin-top: -10px;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  z-index: 9999;
}
a.facebook {
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-facebook-02.png) no-repeat 0 0;
}
a.facebook:hover {
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-facebook-02.png) no-repeat 0 -34px;
}
a.twitter {
	margin-left:39px;
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-twitter-02.png) no-repeat 0 0;
}
a.twitter:hover {
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-twitter-02.png) no-repeat 0 -34px;
}
a.plus {	
	margin-left:78px;
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-plus-02.png) no-repeat 0 0;
}
a.plus:hover {
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-plus-02.png) no-repeat 0 -34px;
}
a.linkedin {	
	margin-left:117px;
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-linkedin-02.png) no-repeat 0 0;
}
a.linkedin:hover {
  background: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/icon-linkedin-02.png) no-repeat 0 -34px;
}
/* --- BLOG ---------------------------- */
#blog-banner {
  height: 430px;
}
h2.blog-title.blog-main {
  font-family: 'MagistralCond-Medium';
  font-size: 60px;
  line-height: 45px !important;
  font-weight: normal;
  max-width: 527px;
  float: right;
  margin-top: 150px;
	color: #ffffff;
	text-transform: uppercase;
  border-left: 8px solid #00abe4;
  padding-left: 35px;
}
#blog-feed-wrapper {
    background-color: #f5f8fa;
    min-height: 400px;
    display: -webkit-box;
    padding-bottom: 90px;
}
li#featured {
  height: 398px;
  background-color: #ffffff;
  border: 1px solid #e1e4e7;
  margin-top: -160px;
  max-width: 1100px;
  width: 100%;
	display:inline-block;
}
li#featured .post-feed-thumb {
  width: 398px;
  height: 398px;
  overflow: hidden;
  float: left;
  display: inline-block;
}
li#featured .post-feed-thumb img {
  height: 100%;
  width: auto;
  margin-left: -100%;
}
li#featured p.post-date {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 50px;
  padding: 55px 0 0 0;
  font-weight: normal;
}
li#featured .post-feed-content {
  display: inline-block;
  float: left;
  width: 45%;
  padding-left: 70px;
}
li#featured h2.post-feed {
  font-family: 'MagistralCond-Medium';
  font-size: 30px;
  line-height: 30px !important;
  font-weight: 100;
  color: #2e383b;
  clear: both;
  text-transform: uppercase;
}
li#featured .post-feed-content a {
  text-decoration: none;
}
li#featured .style-excerpt-main-preview {
  margin-top: 28px;
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}
li#featured a.button {
  position: absolute;
  margin-top: 40px;
}
ul.feed {
  padding-top: 70px;
	display: inline-block;
}
ul.feed li.blog-posts {
    width: 49%;
	float:left;
    padding-bottom: 20px;
}
ul.feed li.blog-posts .post-feed-background {
    width: 100%;
    height: 276px;
    overflow: hidden;
}
ul.feed li.blog-posts .post-feed-background img {
    width: auto;
    height: 100%;
    margin-left: -30%;
}
ul.feed li.blog-posts .post-feed-preview {
    position: absolute;
    margin-top: -276px;
    height: 276px;
}
ul.feed li.blog-posts .post-feed-preview p.post-date {
    padding: 58px 0 0 54px;
    color: #ffffff;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 18px;
}
ul.feed li.blog-posts .post-feed-preview h2.post-feed {
    padding: 18px 0 0 54px;
	color: #ffffff;
    font-family: 'Lato';
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 430px;
}
nav.navigation.paging-navigation {
    clear: both;
}
#blog-single-banner {
	height:430px;
}

#blog-single-wrapper {
  width: 100%;
  background-color: #ffffff;
  min-height: 760px;
  display: inline-block;
}
#blog-single {
  width: 71%;
  margin-left: 10px;
  background-color: #ffffff;
  margin-top: -195px;
  min-height: 955px;
  display: inline-block;
  float: left;
}
#blog-single p.post-date {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 20px;
  padding: 50px 0 0 55px;
  font-weight: normal;
}
#blog-single h2.post-feed {
  font-family: 'MagistralCond-Medium';
	color: #2e383b;
  font-size: 40px;
  line-height: 35px !important;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 100px 0 55px;
}
#blog-single .single-blog-content {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  padding: 60px 100px 0 55px;
  font-weight: normal;
}
#blog-single .single-blog-content p {
	padding: 0 0 14px 0;
    text-align: justify;
}
#blog-single .single-blog-content strong {
  font-weight: bold;
}
#blog-single .single-blog-content p em {
    font-style: italic;
}
#blog-single .single-blog-content ul, #blog-single .single-blog-content ol {
  padding: 8px 0 0 0;
  margin-left: 18px;
}
#blog-single .single-blog-content li {
	padding: 0 0 14px 0;
	line-height: 20px;
	list-style: disc;
}
#blog-single-feed {
  width: 27%;
  min-height: 760px;
  float: left;
  display: table;
}
#blog-post-feed {
  padding: 30px 2px 0 26px;
  min-height: 150px;
}
#blog-single-feed .feed-title h2 {
  font-size: 19px;
  line-height: 20px;
  padding-left: 14px;
  max-width: 175px;
  font-family: 'Lato';
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  border-left: 4px solid #00abe4;
  color: #2e383b;
}
#blog-single-feed ul.feed {
  padding-top: 0px !important;
}
#blog-single-feed li.blog-posts {
  border-bottom: 2px solid #e1e4e7;
  padding: 5px 0 5px 0;
  display: inline-block;
	float:none;
	width:100%;
}
#blog-single-feed li.blog-posts h2.post-feed {
  float: left;
  clear: right;
  width: 160px;
  padding: 0 0 0 18px;
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#blog-single-feed .post-feed-thumb {
  width: 87px;
  height: 87px;
  overflow: hidden;
  float: left;
  clear: left;
  border: 1px solid #e1e4e7;
}
#blog-single-feed .post-feed-thumb img {
  height: 87px;
  width: auto;
  margin-left: -50%;
}
#single-post-twitter {
  padding: 45px 2px 0 26px;
}
html.SandboxRoot .timeline-header.customisable-border {
  display: none !important;
}
/* --- TERMS --------------------------- */
#serviceterms {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 45px 55px 0 55px;
}
#blog-single.terms p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 0 0;
  font-weight: normal;
}
#blog-single.terms ul li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
  list-style: disc !important;
}
#blog-single.terms ul li ul li,
#blog-single.terms ul li ol li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
  list-style: disc !important;
margin-left: 20px;
}
#blog-single.terms ol li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 10px;
  font-weight: normal;
  list-style: decimal !important;
}
#blog-single.terms ol li ol li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 12px 10px;
  font-weight: normal;
  list-style: decimal !important;
margin-left: 20px;
}
#blog-single.terms ol li ol li ol li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
  list-style: lower-alpha !important;
margin-left: 20px;
}
#blog-single.terms ol li ol li ul {
  padding: 5px 0 0 10px;
 }
#blog-single.terms ol li ol li ul li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 4px 10px;
  font-weight: normal;
  list-style: lower-alpha !important;
margin-left: 20px;
}
#blog-single.terms ol li ul li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
  list-style: disc !important;
margin-left: 20px;
}
#blog-single.terms ol li ul li ul li {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
  list-style: lower-alpha !important;
margin-left: 20px;
}
#blog-single.terms strong {
  font-weight: bold;
}
#blog-single.terms h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
/* --- CASE STUDIES ------------------------ */
#casestudy-banner .bx-pager.bx-default-pager {
    display: none;
}
#casestudy-banner .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.case-study-slide-bottom {
    top: 0;
    position: absolute;
	width:1100px;
}
.case-study-slide-bottom .case-study-details p {
	float:left;
	margin-bottom: 60px;
	margin-right: 40px;
}
.case-study-slide-bottom .case-study-link {
    float: right;
    padding-top: 16px;
}
#case-study-slide table {
	margin-left: 40px;
}
td.case-study-logo {
    vertical-align: middle;
}
#case-study-slide h2.case-studies-intro-title.service-main {
    font-family: 'MagistralCond-Medium';
    font-size: 40px;
    line-height: 44px !important;
    font-weight: normal;
    max-width: 527px;
    text-transform: uppercase;
    border-left: 8px solid #00abe4;
    padding-left: 35px;
    color: #ffffff;
	margin-left:35px;
}
#casestudy-banner {
  min-height: 390px;
}
.case-study-gradient {
    width: 100%;
    height: 912px;
    position: absolute;
    top: 0;
    background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0, #000000), color-stop(0.5, transparent), color-stop(1, #000000) );
    background-image: -o-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -webkit-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -ms-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: linear-gradient(to left, #000000 0%, transparent 50%, #000000 100%);
}
#case-study-slide {
    z-index: 99999;
    position: relative;
}
ul.case-study-feed li {
    height: 398px;
    background-color: #ffffff;
    border: 1px solid #e1e4e7;
    max-width: 1100px;
    width: 100%;
	margin-bottom:35px;
}
ul.case-study-feed li .post-feed-thumb {
    width: 398px;
    height: 398px;
    overflow: hidden;
    float: left;
    display: inline-block;
}
ul.case-study-feed li .post-feed-thumb img {
    margin-left: -50%;
    height: 398px;
    width: auto;
}

ul.case-study-feed li .post-feed-content {
    display: inline-block;
    float: left;
	width: 55%;
    padding-left: 60px;
}
.case-study-feed-bottom {
    position: absolute;
    padding: 312px 0 0 0;
}
.case-study-feed-middle {
    position: absolute;
    padding: 145px 0 0 0;
}
.case-study-feed-middle .case-study-logo {
    float: left;
    display: inline-block;
}
.case-study-feed-middle .case-study-intro {
    float: left;
    display: inline-block;
	margin-left:34px
}
.case-study-feed-middle h2.case-studies-intro-title.service-main {
font-family: 'MagistralCond-Medium';
    font-size: 24px;
    line-height: 26px !important;
    font-weight: normal;
    max-width: 357px;
    text-transform: uppercase;
    border-left: 8px solid #00abe4;
    padding-left: 30px;
    color: #2e383b;
}
.post-feed-content .case-study-details {
    margin: 0;
}
.post-feed-content .case-study-details p {
    margin-top: 0;
    color: #2e383b;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 24px;
    text-transform: uppercase;
	float:left;
    margin-right: 25px;
}

h2.case-studies-intro-title.service-main {
    font-family: 'MagistralCond-Medium';
    font-size: 40px;
    line-height: 45px !important;
    font-weight: normal;
    max-width: 527px;
    text-transform: uppercase;
    border-left: 8px solid #00abe4;
    padding-left: 35px;
    color: #ffffff;
}
h4.case-studies-title.service-main {
    font-size: 24px;
	font-family: 'MagistralCond-Medium';
	line-height: 45px !important;
    font-weight: normal;
    max-width: 527px;
    text-transform: uppercase;
	padding-left: 5px;
    padding-bottom: 25px;
    color: #ffffff;
}
#casestudy-menu {
  width: 100%;
  height: 100%;
  background-color: rgba(35,35,38,0.9);
  position: fixed;
  background-position: 50%;
  margin-left: 70%;
  margin-top: 96px;
	z-index:99990;
}
#casestudy-menu.scrolled {
    width: 100%;
    height: 100%;
    background-color: rgba(35,35,38,0.9);
    position: fixed;
    background-position: 50%;
    margin-left: 70%;
    margin-top: 56px;
	-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#casestudy-menu.scrolled.max {
    width: 100%;
    height: 100%;
    background-color: rgba(35,35,38,0.9);
    position: fixed;
    background-position: 50%;
    margin-left: 70%;
    margin-top: 56px;
    bottom: 118px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
#casestudy-menu-links {
  width: 100px;
  background-color: rgba(0,171,227,0.9);
  height: 100%;
	float:left;
	color:#ffffff;
	font-family: 'Lato';
  font-size: 12px;
  line-height: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-left: -100px;
}
#casestudy-menu-links ul.cs-links {
  height: 100%;
  display: table;
}
#casestudy-menu-links li.cs-link {
  height: 98px;
  width: 100px;
	text-align: center;
	border-top:1px solid #ffffff;
    cursor: pointer;
}
#casestudy-menu-links li#cs-link-06.cs-link {
  height: 103px;
  width: 100px;
	text-align: center;
	border-top:1px solid #ffffff;
    cursor: pointer;
}

#casestudy-menu-links li.cs-link:first-child {
	border-top:0 none;
}
#casestudy-menu-links li.cs-link a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 100%;
}
#casestudy-menu-links li.cs-link a img {
  padding-top: 20%;
  padding-bottom: 8%;
}
#casestudy-menu-links li.cs-link:hover {
	background-color: rgba(35,35,38,1);
	 -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#casestudy-menu-details .case-study-logo {
    margin: 90px 0 0 50px;
}
#the-business.study-wrapper {
    border-top: 0 none;
}
.study-wrapper {
    border-top: 2px solid #e2e2e1;
}
.case-study-details {
    margin: 38px 0 0 50px;
}
.case-study-details p {
    margin-top: 0;
    color: #ffffff;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.case-study-details p strong {
    font-weight: bold;
}
.single-study-details {
    padding: 85px 0 80px 0;
    max-width: 627px;
}
.single-study-details .study-details {
    color: #2e383b;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 18px;
    padding: 45px 0 0 0;
    font-weight: normal;
}
.single-study-details h2.study-title {
    font-size: 50px;
    font-family: 'Lato';
    font-weight: 600;
    text-transform: uppercase;
    border-left: 8px solid #00abe4;
    padding-left: 35px;
    line-height: 45px;
    color: #2e383b;
    width: 350px;
}
.single-study-details .study-details p {
    padding-bottom: 14px;
}
.single-study-details .study-details p strong {
    font-weight: bold;
}
.single-study-details .study-details ul {
    padding-bottom: 6px;
}
.single-study-details .study-details ul li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 14px;
}
li.feedback-slide {
    list-style: none !important;
}
.feedback-left {
    width: 155px;
    float: left;
    display: inline-block;
}
.feedback-right {
    display: inline-block;
    width: 445px;
}
.feedback-profile {
    width: 94px;
    height: 94px;
    border-radius: 74px;
    border: 4px solid #e2e2e1;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: 50% 30%;
	margin-left: 8px;
}
.feedback-profile.yes {
    width: 94px;
    height: 94px;
    border-radius: 74px;
    border: 4px solid #e2e2e1;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: 50% 30%;
	margin-left: 8px;
}
.feedback-profile.no {
    display:none !important
}
.feedback-right p {
    line-height: 20px;
    font-size: 15px;
}
.feedback-left h4 {
    color: #2e383b;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.feedback-left p {
    color: #00aae3;
	font-size: 15px;
    line-height: 20px;
}
.container.cs-single {
    position: relative;
    z-index: 99970;
    padding-top: 15%;
}
/* --- SERVICES ------------------------ */

.service-wrapper.wrapper {
  background-color: #ffffff;
}
.service-container.container {
  display: table;
}
#services-banner {
  min-height: 390px;
}
h2.service-banner-title.service-main {
  font-family: 'MagistralCond-Medium';
  font-size: 45px;
  line-height: 45px !important;
  font-weight: normal;
  max-width: 527px;
  color: #ffffff;
  margin-left: 48px;
  clear: both;
  padding-top: 150px;
  text-transform: uppercase;
}
p.service-banner-subtitle.service-main {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 56px;
  max-width: 500px;
  font-weight: normal;
  margin-left: 48px;
}
.service-container.container .service-details {
  max-width: 615px;
  display: inline-block;
  width: 56%;
  float: left;
  padding-top: 66px;
}
.service-container.container .service-accordion {
max-width: 485px;
  display: inline-block;
  width: 44%;
  padding-top: 70px;
}
h2.service-title {
  font-size: 50px;
  font-family: 'Lato';
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 35px;
  line-height: 45px;
  color: #2e383b;
margin-left: 48px;
}
.service-detailed {
  margin-top: 40px;
  margin-left: 48px;
}
.service-detailed p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 12px 0;
  font-weight: normal;
  max-width: 410px;
}
.service-detailed-graphic {
  margin: 0 0 20px 0;
}

h2.service-accordion-intro {
font-size: 16px;
line-height: 22px;
padding-left: 25px;
text-transform: none;
max-width: 366px;
font-family: 'Lato';
font-weight:600;
margin-bottom: 43px;
}
.service-accordion li.service-acc {
list-style: none;
border-top: 1px solid #e2e2e1;
padding-top: 20px;
display: inline-block;
margin-left: 0px;
	cursor:pointer;
}
.service-accordion li.service-acc:first-child {
  list-style: none;
  border-top: 0px none !important;
  padding-top: 0px;
}
.accfield-left {
  width: 45px;
  float: left;
  clear: left;
}
.accfield-right {
  clear: right;
  float: left;
  width: 85%;
  margin-left: 3%;
  min-height: 70px;
  display: block;
}
.accfield-right-bottom {
  display: none;
}
.accfield-right-bottom.open {
  display: block;
}
.open1 {
  display: block;
}
.open2 {
  display: none;
}
.service-accordion ul li ul li ul {
  padding-bottom: 2px;
}
.service-accordion ul li ul li ul li {
  list-style: circle;
  padding: 8px 0 0 0;
}
.service-accordion h4 {
  font-size: 16px;
  text-transform: uppercase;
	color: #2e383b;
  font-family: 'Lato';
  line-height: 18px;
  font-weight: 600;
}
.service-accordion p,
.service-accordion ul li {
color: #2e383b;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
.accfield-right p {
  padding-bottom: 20px;
  padding-top: 8px;
}
.service-accordion ul {
  padding-bottom: 15px;
}
.service-accordion ul li {
	list-style:disc;
	margin-left: 18px;
	padding-bottom:15px;
}


.service-accordion li.service-acc:before {
    content: url('images/plus-icon.png');
    color: #c7e022;
    font-weight: 600;
    margin-right: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    position: absolute;
    margin-left: 442px;
}
.service-accordion li.service-acc.special:before {
  content: url('images/minus-icon.png');
  color: #c7e022;
	font-weight:600;
	margin-right:10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	
}


#innovation-tools-widget {
  background-color: #fafbfc;
  min-height: 310px;
  border-top: 1px solid #c2c2c2;
}
.innovation-tools-intro.container {
  text-align: center;
}
h2.innovation-tools-intro {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
	padding: 75px 0 80px 0;
}
.innovation-tools-list.container li {
  list-style: none !important;
  float: left;
  width: 25%;
}
.tool-left {
  width: 49px;
  float: left;
}
.tool-right {
    height: 49px;
    float: left;
    width: 80%;
    display: table;
    vertical-align: middle;
}
.innovation-tools-list.container h4 {
    color: #2e383b;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}
#other-services-widget {
  background-color: #ffffff;
  min-height: 263px;
  border-top: 1px solid #c2c2c2;
}
.other-services-intro.container {
  text-align: center;
}
.other-services-intro.container h3 {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px 0 60px 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
li.service-summary {
  width: 33%;
  float: left;
  border-left: 1px solid #b2b2b3;
  border-right: 1px solid #b2b2b3;
}
li.service-summary:first-child {
  width: 33%;
  float: left;
  border: 0 none !important;
}
li.service-summary:last-child {
  border: 0 none !important;
}
li.service-summary .service-summary-icon {
  margin-left: 35px;
}
li.service-summary:first-child .service-summary-icon {
  margin-left: 0;
}
.service-summary-icon {
  width: 48px;
  float: left;
}
.service-summary-details {
  float: left;
  width: 65%;
  margin-left: 18px;
  margin-right: 35px;
}
.service-summary-details:last-child {
  margin-right: 0px;
}
.service-summary-details h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #2e383b;
  font-family: 'Lato';
  line-height: 18px;
  font-weight: 600;
}
.service-summary-details p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  padding-top: 12px;
}
.service-summary-icon img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width:40px;
	height:auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.service-in {
	-webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1 !important;
}

/* --- ABOUT US ------------------------ */
.about-gradient {
    width: 100%;
    height: 912px;
    position: absolute;
    top: 0;
    background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0, #000000), color-stop(0.5, transparent), color-stop(1, #000000) );
    background-image: -o-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -webkit-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: -ms-linear-gradient(left, #000000 0%, transparent 50%, #000000 100%);
    background-image: linear-gradient(to left, #000000 0%, transparent 50%, #000000 100%);
}
h2.about-title {
  font-size: 50px;
  font-family: 'Lato';
  font-weight: 600;
  text-transform: uppercase;
  border-left: 8px solid #00abe4;
  padding-left: 35px;
  line-height: 45px;
	color:#2e383b;
}
.about-content ul li {
  list-style: disc;
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  padding: 12px 0 0 0;
  font-weight: normal;
  max-width: 480px;
  margin-left: 18px;
}
h2.about-title.about-vision,
h2.about-title.about-main {
	color:#ffffff;
  margin-left: 48px;
}
h2.about-title.about-mission {
  margin-left: 48px;
}
h2.about-title.about-main {
  font-family: 'MagistralCond-Medium';
  font-size: 45px;
  line-height: 45px !important;
  font-weight: normal;
  max-width: 527px;
	position:relative;
	z-index:9999;
}
h2.about-title.about-vision,
h2.about-title.about-mission {
  max-width: 300px;
}
.about-content.about-main p {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 20px;
  max-width: 500px;
  font-weight:normal;
  padding:25px 0 0 0;
  margin-left: 48px;
	position:relative;
	z-index:9999;
}
#about-sec1-1, 
#about-sec1-2 {
  width: 50%;
  float: left;
  padding-top: 33px;
}
h2.about-title.about-key-aspects {
  font-size: 16px;
  line-height: 22px;
  border-left: 4px solid #00abe4;
  padding-left: 33px;
  text-transform: none;
  max-width: 366px;
  margin-left: 70px;
}
.about-content.about-key-aspects p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 0 0;
  font-weight: normal;
  max-width: 500px;
}
.about-content.about-vision p {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 20px;
  max-width: 430px;
  font-weight:normal;
  padding:25px 0 0 0;
  margin-left: 48px;
}
.about-content.about-mission p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
    padding:25px 0 0 0;
  margin-left: 48px;
   font-weight:normal;
    max-width: 400px;
}
#about-sec2 .container {
  padding-top: 85px;
}
#about-sec2 .button-container {
  margin: 75px 0 0 48px;
}
#about-sec3 .container {
  padding-top: 80px;
}
#about-banner .container {
  padding-top: 145px;
}
#about-sec1 {
  background-color: #ffffff;
  min-height: 290px;
}
#about-sec2 {
  height: 450px;
  overflow: hidden;
}
#about-paralax {
  background-image: url(https://ctgroup.com.au/wp-content/themes/ctgroup/images/paralax-about.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
#about-sec3 {
  background-color: #ffffff;
  min-height: 466px;
}
#about-sec3-1, 
#about-sec3-2 {
  width: 50%;
  float: left;
}
h2.about-title.about-philosophy {
  max-width: 390px;
}
.about-content.about-philosophy p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 18px;
  padding: 25px 0 0 0;
  font-weight: normal;
  max-width: 440px;
}
#businessmodel {
  clear: both;
  padding-top: 35px;
}
li.businessmodel-keyaspects {
  list-style: none;
  width: 19%;
  float: left;
  text-align: center;
  padding-left: 1%;
}
li.businessmodel-keyaspects:first-child {
  padding-left: 0 !important;
}
h3.businessmodel-title {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #2e383b;
  font-family: 'Lato';
  font-weight: 600;
}

/* --- CLIENTS ---------------------------- */
#key-areas {
  height: 300px;
  background-color: #ffffff;
}
#key-areas-intro {
  width: 520px;
  height: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
	  text-align: center;
}
#key-areas-intro p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
#key-areas-detail {
  text-align: center;
  margin-top: 85px;
}
#key-areas-detail img {
  width: 96%;
  max-width: 1105px;
}
#client-sectors {
min-height: 618px;
  background-color: #ffffff;
	border-top:2px solid #e2e2e1;
}
#client-sectors-intro {
  width: 1100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#client-sectors-intro h5 {
  font-family: 'Lato';
  font-weight: 600;
  color: #2e383b;
  font-size: 16px;
  line-height: 22px;
  border-left: 4px solid #00abe4;
  padding-left: 33px;
  text-transform: none;
  max-width: 366px;
  margin-left: 70px;
  margin-top: 55px;
}

/* --- CONTACT ----------------------- */
#contact-form-01 {
  float: left;
  width: auto;
  padding-right: 33px;
  padding-left: 12px;
}
#contact-form-02 {
  float: left;
  width: auto;
  padding-right: 28px;
}
#contact-form-03 {
  float: left;
  width: auto;
  padding-right: 50px;
}
#contact-form-04 {
	float: left;
  width: auto;
}
textarea#question {
    border: 2px solid #ffffff;
  background-color: transparent;
  font-family: 'Lato';
  font-size: 17px;
  line-height: 20px;
  color: #8e8f92;
  padding: 20px 25px 20px 25px;
  width: 216px;
  height: 110px;
}
select#interest {
    border: 2px solid #ffffff;
  background-color: transparent;
  font-family: 'Lato';
  font-size: 17px;
  line-height: 23px;
  color: #8e8f92;
  padding: 0 25px 0 25px;
  width: 232px;
  height: 54px;
}
p.form-label {
  padding: 30px 0 20px 0;
  font-family: 'Lato';
  font-size: 17px;
  color: #ffffff;
}
span.wpcf7-list-item-label {
  font-family: 'Lato';
  font-size: 17px;
  color: #ffffff;
}

input#name,
input#email,
input#contact-number {
  width: 196px;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  height: 54px;
  font-family: 'Lato';
  font-size: 17px;
  color: #8e8f92;
  padding: 0 8px 0 8px;
}
input#email {
	margin-top:30px;
}
input#send {
  margin-top: 38px;
}
.contact-details.wrapper {
  width: 100%;
  min-height: 300px;
  background-color: #ffffff;
}
li.cd-list {
  list-style: none;
  width: 22%;
  float: left;
  text-align: center;
  padding-top: 80px;
  margin-left: 4%;
}
li.cd-list:first-child {
margin-left:0 !important;
}
.cd-list-item {
  width: 90%;
  padding: 0 5% 0 5%;
}
.cd-list-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #2e383b;
  font-family: 'Lato';
  line-height: 20px;
  font-weight: 600;
}
.cd-list-item p {
  color: #2e383b;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 20px;
  padding: 28px 0 0 0;
  font-weight: normal;
}
.cd-list-item p.cd-link {
  padding-top: 34px;
}
.cd-list-item a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #00aae3;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0;
  border-bottom: 0 none;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.cd-list-item a:hover {
	text-decoration:underline;
}
.cd-link.email-view {
	display:none;
}
.cd-link.download-view {
	display:none;
}
.cd-link.url-view {
	display:none;
}
.cd-link.email-view.email {
	display:block;
}
.cd-link.download-view.download {
	display:block;
}
.cd-link.url-view.url {
	display:block;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
    display: inline-block;
    margin-top: 22px;
    font-family: 'MagistralCond-Medium';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #00aae3;
    text-decoration: none;
    padding: 0;
    border-bottom: 0 none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00abe4;
    clear: both;
    text-align: center;
    display: table;
    width: 100%;
    padding-top: 7px;
}
.screen-reader-response {
    display: none;
}

/**
 * x.0 - Footer Settings
 *
 * 
 *
 * 
 *
 * -----------------------------------------------------
 */
#mobile-footer-support {
	display:none;
}
#footer-area {
  width: 100%;
  height: 400px;
  background-color: #666;
  background-image: url(images/footer-background.jpg);
  background-size: cover;
	position:relative;
	z-index:99999;
}

#footer-container-01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
 height: 325px;
	width:100%;
}
#footer-area #footer-container-01 li {
  float: left;
  padding: 60px 80px 0 0;
}
#footer-area #footer-container-01 li:last-child {
  padding-right: 0px;
}
#footer-area #footer-container-01 li a {
font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
	text-transform:uppercase;
  text-decoration: none;
  padding: 0;
  border-bottom: 0 none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
#footer-area #footer-container-01 li a:hover {
	color: #00aae3;
}
#footer-menu {
  width: 70%;
  float: left;
}
#footer-support {
  float: left;
  width: 28%;
  border-left: 1px solid #555555;
  text-align: center;
  height: 325px;
}
#footer-support h3 {
  font-family: 'MagistralCond-Medium';
  font-size: 20px;
  line-height: 24px !important;
  font-weight: normal;
  max-width: 527px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-top: 80px;
}
#footer-support p {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 60px;
}
#footer-container-02 {
  width: 100%;
  background: rgba(26, 26, 26, 0.5);
    height: 75px;
}
ul#menu-footer-menu ul.sub-menu {
  display: block !important;
  position: relative;
  top: 0;
}
ul#menu-footer-menu ul.sub-menu li {
  padding: 0 !important;
}
ul#menu-footer-menu ul.sub-menu li a {
  padding: 0 !important;
  color: #9e9e9e !important;
  font-family: 'Lato' !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-transform: none !important;
}
ul#menu-footer-menu ul.sub-menu li a:hover {
  color: #00aae3 !important;
  background-color: transparent !important;
}
ul#menu-footer-menu ul.sub-menu {
  padding-top: 8px;
}
#terms-menu {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
#terms-menu li {
  float: left;
  height: 13px;
  line-height: 11px;
font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border-bottom: 0 none;
	list-style: none;
}
#terms-menu ul li {
  border-left: 1px solid #ffffff;
padding-right: 20px;
  padding-left: 20px;
}
#terms-menu ul li:first-child {
  border-left: 0 none !important;
}
#terms-menu li a {
  font-family: 'MagistralCond-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border-bottom: 0 none;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
#terms-menu li a:hover {
	color: #00aae3;
}


/* --- reCaptcha  --- */

.rc-anchor.rc-anchor-compact.rc-anchor-dark {
    background: transparent !important;
    border: 0 none !important;
}
.rc-anchor-compact-footer {
    display: none !important;
}
.rc-anchor-compact .rc-anchor-content {
    height: 60px !important;
}