/****************
-- Table Of Contents
1.0 Layout + style guide
	1.01 Fonts
	1.1 Buttons
	1.2 Alerts
	1.3 FW Video 
	1.4 BS 5 col
	1.5 Pagination
	1.6 Forms
	1.7 Flex Row Mods
    1.8 Custom classes
2.0 Header
2.5 Navigation
3.0 Footer
4.0 ACF Page Layout
5.0 Post Templates
	5.1 Category
	5.2 Single Post
6.0 Sidebars
7.0 Page Templates
8.0 Owl Carousels
9.0 Modals
	9.1 txmodal restyle
	9.2 enquire modal
	9.3 video modal
10.0 CPT's
	10.1 Services 
****************/
/****************
1.0 Layout
****************/
/* Fonts
font-family:'Avenir LT W01_65 Medium1475532';
font-family:'Avenir LT W01_95 Black1475556';
font-family:'Avenir LT W01_55 Roman1475520';
font-family:'Avenir LT W01_35 Light1475496';
*/
body {
	background: #fff;
	padding-top: 0px;
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color:#000;
	-webkit-font-smoothing: antialiased;
}
main {
	overflow:hidden;
}
p {
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: normal;
	font-weight: normal;
	margin: 15px 0px;
	font-size: 18px;
}
a {
	color: #000;
    text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none !important;
	color:#ff636f;
}
*:focus {
	outline: none !important;
	box-shadow:none !important;
}
h1 {
	font-family:'Avenir LT W01_95 Black1475556';
	font-weight: normal;
	font-size: 60px;
	margin: 18px 0px;
	line-height: 1.1;
}
h2 {
	font-family:'Avenir LT W01_95 Black1475556';
	font-weight: normal;
	font-size: 40px;
	margin: 18px 0px;
	line-height: 1.1;
}
h3 {
	font-family:'Avenir LT W01_95 Black1475556';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	margin: 15px 0px;
	line-height: 1.3;
}
h4 {
	font-family:'Avenir LT W01_95 Black1475556';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	margin: 15px 0px;
	line-height: 1.3;
}
h5 {
	font-family:'Avenir LT W01_95 Black1475556';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing:1px;
	color: #555;
	margin: 15px 0px;
	line-height: 1.3;
	text-transform:uppercase;
}
h6 {
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	margin: 15px 0px;
	line-height: 1.3;
	text-transform:uppercase;
}

@media(max-width:767px) {
	h1 {
		font-size:40px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:26px;
	}
	h4 {
		font-size:26px;
	}
	h5 {
		font-size:13px;
	}
	h5 {
		font-size:13px;
	}
	p {
		font-size:16px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
blockquote,
blockquote p {
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: italic;
	font-weight: 400;
	font-size: 21px;
	margin: 15px 0px;
	line-height: 1.8;
	padding: 0px;
	border-left: none;
	text-align:center;
	color: #ff636f
}
.blockquote_caption {
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.3;
	color: #ff636f
}
.blockquote_caption small {
	font-family:'Avenir LT W01_55 Roman1475520';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* fw column */
.fw-column {
	display: block;
	clear: both;
	width: 100%;
}
.fw-column:before,
.fw-column:after {
  content: " ";
  display: table;
}
.fw-column:after {
  clear: both;
}

/****************
1.1 Buttons
****************/
/* regular button styles */
.btn {
	border: 0px;
    border-radius: 0px;
    font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration: none;
    padding: 10px 22px;
    letter-spacing: 0.8px;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.button-samples {
	margin:15px 0px;
}
.button-samples button {
	margin:0px 8px 8px 0px;
}
/* regular button : black */
.btn-black {
	background-color: #000;
	color:#fff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
	background-color: #000;
	color:#555 !important;
}
/* regular button : white */
.btn-white {
	background-color: #fff;
	color:#000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
	background-color: #ddd;
	color:#000 !important;
}

/* gradient buttons */
.btn-grad {
	/*background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ffc401));
	background-image: linear-gradient(to right, #ff636f, #ffc401);*/
	background-size: 100%;
	position: relative;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-grad:before {
	/*background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ff636f));
	background-image: linear-gradient(to right, #ff636f, #ff636f);*/
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -100;
	-webkit-transition: opacity 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out;
}
.btn-grad:hover:before,
.btn-grad:focus:before,
.btn-grad.active:before {
	opacity:1;
}

.btn-grad-slide {
	/*background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ffc401));
	background-image: linear-gradient(to right, #ff636f, #ffc401);*/
	/*background-size: 100%;*/
	position: relative;
	overflow:hidden;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	color:#fff !important;
}
.btn-grad-slide:before {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff636f), to(#ffc401));
	background-image: linear-gradient(to right, #ff636f 0% #ff636f 50%, #ffc401 100%);
	content: '';
	display: block;
	height: 100%;
	width: 200%;
	position: absolute;
	top: 0;
	left:-100%;
	z-index:-1;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.btn-grad-slide:hover:before,
.btn-grad-slide:focus:before,
.btn-grad-slide.active:before {
	left:0%;
}

/* gradient button : red orange */
.btn-ro {
	text-transform:none;
	font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: normal;
	color:#fff !important;

	background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ffc401));
	background-image: linear-gradient(to right, #ff636f, #ffc401);
}
.btn-ro:hover,
.btn-ro:focus,
.btn-ro.active {
	color: #fff !important;
}
.btn-ro:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ff636f));
	background-image: linear-gradient(to right, #ff636f, #ff636f);
}

/* gradient button : blue purple */
.btn-bp {
	text-transform:uppercase;
	font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: normal;
    font-size:14px;
	color:#fff !important;

	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#9f73ff));
	background-image: linear-gradient(to right, #00cdff, #9f73ff);
}
.btn-bp:hover,
.btn-bp:focus,
.btn-bp.active {
	color: #fff !important;
}
.btn-bp:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#00cdff));
	background-image: linear-gradient(to right, #00cdff, #00cdff);
}

/* button sizing */
.btn-large {
	font-family: 'Avenir LT W01_95 Black1475556';
	font-size:24px;
	padding:12px 30px;
}

/****************
1.2 ALERTS
****************/

/****************
1.3 FW Video 
****************/
.content-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 30px;
	height: 0;
}
.content-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************
1.4 bootstrap 5 col layout
*************/
.col-xs-5c,
.col-sm-5c,
.col-md-5c,
.col-lg-5c {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5c {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5c {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5c {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5c {
        width: 20%;
        float: left;
    }
}

/****************
1.5 PAGINATION 
****************/
.tx-pagination {
	text-align: center;
	width:100%;
    margin: 60px 0px;
	background-color: #e5e5e5;
	position:relative;
}
.tx-pagination ol {
	margin:0px;
}
.tx-pagination .pagination {
	justify-content: center;
	position: relative;
}
.tx-pagination .pagination span,
.tx-pagination .pagination a {
	color:#000;
    border-radius: 0px 0px !important;
    text-transform: uppercase;
    font-family: 'Avenir LT W01_95 Black1475556';
    letter-spacing: 1px;
    font-size: 12px;
    background-color: transparent;
    border: 0px;
    padding:10px 14px;
    text-decoration:none;
}
.tx-pagination .pagination a:hover {
	color:#ff636f;
}
.tx-pagination .pagination .page-item {
	/*position: relative;*/
}

/* current character */
.tx-pagination .pagination .page.current.page-link {
	color:#ff636f;
	pointer-events: none;
}
.service-pagination {
	background-color: #e5e5e5;
}
/* separating character */
/*.tx-pagination .pagination .page:before {
	position:absolute;
	content:'';
	left:0;
	top:50%;
	height:14px;
	margin-top:-7px;
	border-right:1px solid #ff636f;
}*/

/* left and right black tabs */
.tx-pagination .pagination:before,
.tx-pagination .pagination:after {
	content:'';
	position: absolute;
	background-color: #000;
	color:#fff;
	padding:0px 20px;
	height:35px;
	line-height:35px;
	min-width:90px;
	text-align:center;
}
.service-pagination .tx-pagination .pagination:before,
.service-pagination .tx-pagination .pagination:after {
	display: none;
}
.tx-pagination .pagination:before {
	top:0;
	left:0;
}
.tx-pagination .pagination:after {
	top:0;
	right:0;
}

/* place prev and next icons in black tabs */
.tx-pagination .pagination .page-item .next.page-link,
.service-pagination .pagination .page-item .n-service a {
	position: absolute;
	top:0;
	right:0;
}
.tx-pagination .pagination .page-item .prev.page-link,
.service-pagination .pagination .page-item .p-service a {
	position: absolute;
	top:0;
	left:0;
}
.tx-pagination .pagination .page-item .next.page-link,
.tx-pagination .pagination .page-item .prev.page-link,
.service-pagination .pagination .page-item .n-service a,
.service-pagination .pagination .page-item .p-service a {
    background-color: #000;
    color: #fff;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    min-width: 90px;
    text-align: center;
    font-size: 16px;
    z-index: 1;
}
.tx-pagination .pagination .page-item .next.page-link:hover,
.tx-pagination .pagination .page-item .prev.page-link:hover,
.service-pagination .pagination .page-item .n-service a:hover,
.service-pagination .pagination .page-item .p-service a:hover {
	color:#ff636f;
}
.service-pagination .pagination .page-item a {
	background-color: #000;
	color:#fff;
}
.service-pagination .pagination .page-item a:hover,
.service-pagination .pagination .page-item a:focus {
	background-color: #000;
	color:#ff636f;
}

@media(max-width:767px){
	.tx-pagination .pagination {
	    padding: 0px 50px;
	}
	.tx-pagination .pagination .page-item .next.page-link,
	.tx-pagination .pagination .page-item .prev.page-link,
.service-pagination .pagination .page-item .n-service a,
.service-pagination .pagination .page-item .p-service a {
		min-width:0px;
	}
	.tx-pagination .pagination:before,
	.tx-pagination .pagination:after {
			min-width:0px;
	}
}	

/****************
1.6 FORMS 
****************/
select,  textarea,  input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"], input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  .uneditable-input {
	width: 100%;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
}

/****************
1.7 Flex Row Mods
****************/
.row.flex-vert {
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}

/****************
1.8 Custom classes
****************/
.text-white {
	color: #fff;
}
.text-pink {
	color: #ff59b8;
}

/* simple */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
		-moz-transform-style: preserve-3d; 
		-ms-transform-style: preserve-3d; 
}
.bobbing-animation{
  animation: animationFrames ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(0px,10px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  50% {
    -moz-transform:  translate(0px,10px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,10px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  50% {
    -o-transform:  translate(0px,10px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    -ms-transform:  translate(0px,10px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
/* END: Accommodating for IE */

.flip-container {
	width: 100%;
	height: 0;
	padding-bottom: 66.75%;
} 
.front, .back {
	width: 100%;
	height: 100%;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);

	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: white;
	z-index: 2;
}
.back {
	background: white;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.aligncenter {
    margin: auto;
    display: block;
}

/***** style guide dark **/
.contrast-dark p {
	color:#fff;
}
.contrast-dark a {
	color:#fff;
}
.contrast-dark a:hover,
.contrast-dark a:focus {
	color:#ff636f;
}
.contrast-dark h1 {
	color:#fff;
}
.contrast-dark h2 {
	color:#fff;
}
.contrast-dark h3 {
	color:#fff;
}
.contrast-dark h4 {
	color:#fff;
}
.contrast-dark h5 {
	color: #aaa;
}
.contrast-dark h6 {
	color: #aaa;
}

/****************
2.0 Header
****************/
header {
	padding:0px 0px;
	position: absolute;
    z-index: 999;
    width: 100%;
}
header .site-logo {
	max-height:30px;
    display: inline-block;
    margin: 30px 30px;
}
header .site-logo img {
	height:30px;
	max-height:30px;
}
header .left-burger {
    float: right;
    height: 30px;
    width: 30px;
    padding: 0;
	background: none;
	margin: 30px 30px;
    -webkit-appearance: none;
}
header .left-burger span {
    display: block;
    height: 3px;
    background-color: #000;
    margin: 5px 0px;
}

/****************
2.5 Navigation
****************/
.nav-social {
    text-align: center;
}
.nav-social a {
    padding: 10px;
    background-color: #fff;
    color: #000;
    line-height: 1;
    margin: 0px 5px;
    width: 40px;
    text-align: center;
    position: relative;
    z-index:0;
	display: inline-block;
}
.nav-social a:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: -webkit-gradient(linear, left top, right top, from(#2ae5ad), to(#00cbfb));
    background-image: linear-gradient(to right, #2ae5ad, #00cbfb);
	opacity: 0;
	z-index:1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.nav-social a:hover:before {
	opacity: 1;
}
.nav-social a i {
    z-index: 10;
    position: relative;
}


/****************
3.0 Footer
****************/
/* get in touch bar */
.get-in-touch {
	background-color: #e5e5e5;
	padding:100px 0px;
	text-align:center;
}
.get-in-touch p {
	margin:0px;
}
.get-in-touch h4 {
	margin:0px 10px;
}
.get-in-touch .btn {
	margin:20px 0px 0px;
	min-width:300px;
}

/* footer contact (lets discuss) */
.footer-contact a {
	/*color:#000;*/
}
.footer-contact a:hover {
	color: #ff636f;
}
.footer-contact {
	background-color: #e5e5e5;
	padding:40px 0px;
}
.footer-contact h5 {
	margin:0px 0px;
	line-height:1;
}
.footer-contact h4 {
    margin: 15px 0px;
	line-height:1;
}
.footer-contact .footer-people {
	padding:20px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-contact .footer-people .footer-person {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.footer-contact .footer-people .footer-person .team-member {
	margin-right:14px;
	width:124px;
}
@media(max-width:1199px){
	.footer-contact .footer-people .footer-person .team-member {
		width:90px;
	}
}
@media(max-width:767px){
	.footer-contact .footer-people {
		display:block;
	}
	.footer-contact .footer-people .footer-person {
		width:100%;
	}
}

/* regular footer */
footer {
	background-color: #000;
	padding:80px 0px 30px;
}
footer a {
	color:#fff;
	text-decoration: none;
}
footer a:hover {
	color:#ff636f;
}
.tx-footer .footer-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.tx-footer .footer-logo {
    width: 210px;
    height: auto;
    position: relative;
    display: inline-block;
}
.tx-footer .footer-logo svg {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}
.tx-footer p {
	color: #fff;
}
.tx-footer p i {
	position: absolute;
    left: 0;
    top: 5px;
}
.tx-footer .tx-contact p {
	padding-left:28px;
}
.tx-footer .footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: bottom;
	-webkit-align-items: bottom;
	    -ms-flex-align: bottom;
	        align-items: bottom;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
}
.tx-footer .footer-social a {
    padding: 10px;
    background-color: #fff;
    color: #000;
    line-height: 1;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    position: relative;
    z-index:0;
}
.tx-footer .footer-social a:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#9f73ff));
	background-image: linear-gradient(to right, #00cdff, #9f73ff);
	opacity: 0;
	z-index:1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.tx-footer .footer-social a:hover:before {
	opacity: 1;
}
.tx-footer .footer-social a i {
    z-index: 10;
    position: relative;
}
.tx-footer-right {
	text-align: right;
}

@media(max-width:991px){
	.tx-footer .footer-content {
		display:block;
	}
	.tx-footer .footer-content .footer-logo {
		max-width:280px;
	}
	.tx-footer .footer-content .tx-address,
	.tx-footer .footer-content .tx-contact,
	.tx-footer .footer-content .footer-social {
		width:100%;
		margin:20px 0px;
	}
}
@media screen and (max-width : 767px) {
	.tx-footer-right,
	.tx-footer-left {
		text-align: center !important;
	}
	.tx-footer .footer-social {
		justify-content: center;
	}
	.tx-footer-right {
		margin-top: 4rem;
	}
}
/****************
4.0 ACF Page Layout
****************/

.page-layout {
	
}
.main-content {
	
}
.page-layout {
	overflow: hidden;
}
.fullpage {
    height: 100vh;
}

/* Master Layout */
.section-hide {
    display: none;
}
.container.no-cont-gutter {
	padding:0px 0px;
}
.col-bg-image {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.col-hide {
    display: none;
}
.row-height-auto {
    height: auto;
}
.row-height-33 {
    height: 33.334vh;
}
.row-height-66 {
    height: 66.667vh;
}
.row-height-100 {
    height: 100vh;
}
.align-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}

/* ANIMATIONS */
.animate-up {
    transform: translateY(100px);
    opacity: 0;
}
.animate-stagger .col {
    opacity: 0;
    transform: translateY(30px);
}
.animate-up.in-view, 
.animate-stagger .col.in-view {
    transform: translateY(0px);
    opacity: 1;
}
.animate-delay-10 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.animate-delay-15 {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.animate-delay-20 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.contrast-dark {
    color: white;
}

/* Video Backgrounds */
.videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #111; /* bg color, if video is not high enough */
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  
}

.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px; /* 16:9 ratio */
  top: -55px; 
  left: -97.7777px; /* 16:9 ratio */
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.videotextoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
/* FW Carousel */
.fw-carousel {
	/*height:600px;*/
}
.fw-carousel .slide-inner {
	height:600px;
	background-size:cover;
	position: relative;
}
.fw-carousel .slide-inner .slide-content h2 {
	color:#fff;
	margin:0px;
}
.fw-carousel .slide-inner .slide-content h3 {
	color:#aaa;
	margin:0px;
}
.fw-carousel .slide-inner .slide-content a.btn {
	margin-top:20px;
}
.fw-carousel .owl-dots {
	text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 34px;
    bottom: calc(10% - 10px);
}

/* Single Carousel */
.single-carousel {
	/*height:600px;*/
}
.single-carousel .slide-inner {
	background-size:cover;
	position: relative;
}
.fw-carousel .owl-dots {
	text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 34px;
    bottom: calc(10% - 10px);
}
.single-carousel video {
	width:100%;
}

/* Team Row */
.page-layout .team-row .team-header {
	padding:30px 0px;
	text-align:center;
}
.page-layout .team-row .team-member {
	margin-bottom:30px;
}
.team-member .img-rollover {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.team-member .img-rollover {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.team-member .img-rollover img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.team-image-default {
	z-index: 2;
}
.team-image-alt {
	z-index: 1;
}
.team-member .img-rollover:hover .team-image-default {
	z-index: -1;
}

/* page header */
.page-header {
	padding:100px 0px 0px;
}

/* Sections */
.section-black {
	background-color: #000;
	color: #fff;
}
.xxx-bg-cover {
    background-image: url(../images/bannersample.jpg);
    background-size: cover;
	min-height: 400px;
	background-position: 50% 50%;
}


/****************
5.0 Post Templates
/****************
/** 5.1 Category **/
/* blog header */
.blog-header {
	padding:100px 0px 0px;
}
.blog-posts .posts-row {
	display:block !important;
	-webkit-box-flex:0;
	-webkit-flex:none;
	    -ms-flex:none;
	        flex:none;
}


/* blog thumb */
.thumb-blog {
    margin: 60px 0px 0px;
}
.thumb-blog .thumb-blog-inner {
   
}
.thumb-blog .post-date {
	font-family:'Avenir LT W01_95 Black1475556';
	letter-spacing:1px;
	font-size:11px;
	text-transform: uppercase;
}
.thumb-blog .post-title {
	font-family:'Avenir LT W01_95 Black1475556';
	font-size:20px;
}
.thumb-blog .post-title a {
	color:#000;
	text-decoration: none;
}
.thumb-blog .post-excerpt {
	font-size:16px;
}
.thumb-blog .hr {
    border: 0px;
    width: 60px;
    height: 4px;
    margin: 22px 0px 0px 0px;
    background:#000;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    position:relative;
    z-index:0;
}
.thumb-blog .hr:before {
	content:'';
	border: 0px;
    width: 60px;
    height: 4px;
	position: absolute;
	background-image: linear-gradient(to right, #00cdff, #9f73ff);
	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#9f73ff));
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.thumb-blog:hover .hr:before {
	opacity:1;
}
.alm-preloaded {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/** 5.2 Single Post **/
.blog-single-header {
    padding: 100px 0px 0px;
}

/* blog single content */

/* blog single footer */
.blog-footer {
	margin-top:40px;
}
.blog-footer .bf-inner {
	background-color: #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: row;
        -ms-flex-wrap: row;
            flex-wrap: row;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.blog-footer .bf-inner .article-btn {
	font-family:'Avenir LT W01_95 Black1475556';
	text-transform: uppercase;
	text-decoration: none;
    padding: 12px 30px;
	background-color: #000;
	color:#fff;
	font-size:12px;
	line-height:1;
	letter-spacing:1px;
}
.blog-footer .bf-inner .share-btns {
	flex:1;
	text-align: center;
}
.blog-footer .bf-inner .share-btns .at-share-btn {
    padding: 5px;
    margin: 0px;
    background-color: transparent !important;
}
.blog-footer .bf-inner .share-btns .at-share-btn svg {
    fill: #000 !important;
}
/****************
6.0 Sidebars
/****************

/****************
7.0 Page Templates
/****************
/** 7.1 Home Page **/
.home-page .home-hero {
	width:100%;
	background-size:cover;
}
@media(max-width:767px){
	.home-hero .videobg {
		display: none;
	}
}
/*.home-page .home-hero img {
	width:100%;
	height:auto;
}*/

/* home intro */
.home-page .home-intro {
	margin:80px 0px 40px;
}
.home-page .home-intro {
	text-align:center;
}
.home-page .home-intro h3 {
	margin:10px 0px 10px;
	line-height:1;
}
.home-page .home-intro h2 {
	margin:10px 0px 20px;
	line-height:1;
}

/* home services */
.home-page .home-services {
	margin:40px 0px 40px;
}
.home-page .home-services .row {
	margin-left:-4px;
	margin-right:4px;
}
.home-page .home-services .row > div {
	padding:4px;
}
.home-page .home-services .row .service-item {
	background-size:cover;
	height:200px;
	position: relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.home-page .home-services .row .service-item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(000,000,000,0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.home-page .home-services .row .service-item:hover:before {
	background-color: rgba(000,000,000,0.3);
}
.home-page .home-services .row .service-item .service-link {
	position: absolute;
	width:100%;
	height:100%;
	z-index:99;
}
.home-page .home-services .service-item .service-item-inner {
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	padding:12px 20px;
}

.home-page .home-services .service-item h5 {
	font-size:10px;
	margin:0px;
	line-height:1;
	letter-spacing:1px;
	color:#fff;
}
.home-page .home-services .service-item h4 {
	color:#fff;
	line-height:1.4;
	margin:0px;
}

/* final tile */
.home-page .home-services .service-tile {
	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#9f73ff));
	background-image: linear-gradient(to right, #00cdff, #9f73ff);
}

/* hoem case studies */
.home-page .home-case-studies {
	background-color: #e5e5e5;
	position: relative;
}

.home-page .home-case-studies .client-logos {
	background-image: url('../images/bannersample.jpg');
	background-size:cover;
	text-align:center;
	padding: 50px 0px;
}
.home-page .home-case-studies .client-logos > div {
	display: block;
	padding:8px 0px;
}
.home-page .home-case-studies .client-logos > div img {
	max-width:150px;
}

/** Contact Page **/
.contact-header {
    padding: 60px 0px 30px;
	background-color: #000;
	color:#fff;
}
.contact-header h5 {
	color:#fff;
	margin:0px;
	font-family:'Avenir LT W01_95 Black1475556';
	letter-spacing:1px;
	font-size:10px;
}
.contact-header h4 {
	color:#fff;
	margin:0px;
}
.contact-header .post-title a {
	color:#fff;
}
.contact-header .flex-vert {
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
	margin-left:0px;
	margin-right:0px;
}
.contact-header .flex-vert h4 {
	display: inline-block;
}

/* contact maps */
.contact-page .map-wrapper {
	width:100%;
	height:350px;
}
.contact-page .map-wrapper p {
	margin:0px;
	height:100%;
}
.contact-page .map-wrapper iframe {
	width:100%;
	height:100%;
}

/* contact form */
.contact-page .gform_wrapper .gfield_label {
	display: none !important;
}
.contact-page .gform_wrapper .gfield {
    margin: 0px !important;
    padding: 6px 0px !important;
}
.contact-page .gform_wrapper .ginput_container {
	margin:0px 0px !important;
}
.contact-page .gform_wrapper .ginput_container input {
	border: 1px solid #000;
    font-size: 14px !important;
    padding: 6px 12px !important;
    border-radius: 0px !important;
    width: 100% !important;
}
.contact-page .gform_wrapper .gform_footer {
	margin:0px !important;
	padding:0px 0px !important;
}
.contact-page .gform_wrapper .gform_button {
    border: 1px solid #000;
    font-size: 14px !important;
    padding: 10px 12px !important;
    margin: 6px 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Avenir LT W01_95 Black1475556';
}

/* form validation */
.gform_wrapper div.validation_error {
    color: #ff636f !important;
    border-top: 2px solid #ff636f !important;
    border-bottom: 2px solid #ff636f !important;
}
.gform_wrapper .validation_message {
	color:#ff636f !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
#primary .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin: 0px !important;
    padding: 6px 0px !important;
    /*width: 100% !important;*/
    max-width:100% !important;
    border:0px;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border:1px solid #ff636f !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	/*border:1px solid #ff636f;*/
	background-color: transparent !important;
}

/* contact information */
.contact-page .form-column {
    padding: 40px 0px 60px;
}
.contact-page .contact-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.contact-page .contact-info {
	padding: 0px 16px;
}
.contact-page .contact-info a {
	/*color:#000;*/
}
.contact-page .contact-info .tx-contact,
.contact-page .contact-info .tx-phone,
.contact-page .contact-info .tx-address {
    padding-left: 30px;
    position: relative;
}
.contact-page .contact-info .tx-contact i,
.contact-page .contact-info .tx-phone i,
.contact-page .contact-info .tx-address i {
    position: absolute;
    left: 0;
    top: 4px;
}

/* contact social */
.contact-page .contact-social {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: bottom;
    -webkit-align-items: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 25px;
    margin: 12px 0px;
}
.contact-page .contact-social a {
    padding: 10px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    margin: 0px 5px;
    width: 40px;
    text-align: center;
    position: relative;
    z-index:0;
}
.contact-page .contact-social a:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff636f), to(#ffc401));
	background-image: linear-gradient(to right, #ff636f, #ffc401);
	opacity: 0;
	z-index:1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact-page .contact-social a:hover:before {
	opacity: 1;
}
.contact-page .contact-social a i {
    z-index: 10;
    position: relative;
}

/****************
8.0 Owl Carousels
****************/
/* owl nav */
.owl-nav .owl-prev {
	font-family:'FontAwesome';
	color: #fff;
	position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    width: 30px;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
.owl-nav .owl-prev:hover {
	left: 10px;
	color: #ddd;
}
.owl-nav .owl-next {
	font-family:'FontAwesome';
	color: #fff;
	position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    width: 30px;
    font-size: 40px;
    line-height: 1;
    text-align: right;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-nav .owl-next:hover {
	right: 10px;
	color: #ddd;
}
.owl-carousel.flan-carousel .owl-dots.disabled,
.owl-carousel.flan-carousel .owl-nav.disabled {
    display: block;
}

/** owl dots */
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 8px;
    position: absolute;
    right: 12px;
    bottom: 5px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #15afef;
}
/** 
* owl thumbs
*/
.owl-thumbs {
	margin-top: 8px;
}
.owl-thumbs .owl-thumb-item {
	width: 20%;
    float: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    z-index: 0;
}
.owl-thumbs .owl-thumb-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-thumbs .owl-thumb-item.active:before,
.owl-thumbs .owl-thumb-item:hover:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 2;
}

/*****************
9.0 Modals
*****************/
/** 9.1 txmodal restyle **/
.tx-modal {
    background-color: rgba(000,000,000,0.85);
}
.tx-modal .tx-modal-content {
	background-color: #000;
	border: 1px solid  #363636;
	min-height:1px;
}
.tx-modal .tx-modal-close {
	fill: #fff;
}

/** 9.2 enquire modal **/
#enquire-modal {
	color:#fff;
	text-align:center;
}
#enquire-modal h4 {
	color:#fff;
	margin:0px;
}
#enquire-modal p {
	color:#fff;
}
#enquire-modal .gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left:-6px !important;
	margin-right:-6px !important;
}
#enquire-modal .gform_body .gfield {
	width:50%;
	margin:0px !important;
	padding:6px !important;
}
#enquire-modal .gform_body .ginput_container {
	margin:0px 0px !important;
}
#enquire-modal .gform_body .gfield label {
	display: none !important;
}
#enquire-modal .gform_body .gfield input {
	width:100% !important;
	border-radius:0px !important;
	text-align:center !important;
}
#enquire-modal .gform_footer {
	margin:0px 0px !important;
	padding:6px 0px !important;
}
#enquire-modal .gform_footer .gform_button {
	border: 1px solid #000;
    font-size: 14px !important;
    padding: 10px 12px !important;
    margin: 0px 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#9f73ff));
	background-image: linear-gradient(to right, #00cdff, #9f73ff);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Avenir LT W01_95 Black1475556';
}
.gform_footer .gform_button {
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.gform_footer .gform_button:hover {
	color:#ff636f;
} 
/** 9.3 video modal **/
.tx-modal.video-modal .tx-modal-body {
	padding:0px 0px;
}
.tx-modal.video-modal .content-video {
	margin:0px;
}

/*****************
10.0 CPT's
*****************/
/** 10.1 Services Page **/
.service-header {
	padding:140px 0px 40px;
	background-color: #000;
	color:#fff;
}
.service-header .videobg {
	position: absolute;
	top:0;
	left:0;
}
.service-header h3 {
	color:#fff;
	margin:0px;
}
.service-header h2 {
    color: #fff;
    margin: 5px 0px;
    line-height: 1.3;
}
.service-header p {
    color: #fff;
    margin: 6px 0px 0px;
}
@media(max-width:767px){
	.service-header .videobg {
		display: none;
	}
}

/* service list */
.services-list .service-list-item {
	background-size:cover;
	background-position: center center;
	padding:200px 0px 40px;
	margin:10px 0px;
	position: relative;
}
.services-list .service-list-item:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index:0;
}
.services-list .service-list-item:hover:before {
	background-color: rgba(0,0,0,0.7);
}
.services-list .service-list-item .container {
	z-index:1;
	position: relative;
}
.services-list .service-list-item h5 {
	line-height:1;
	margin:0px;
	color:#fff;
}
.services-list .service-list-item h2 {
	line-height: 1.3;
    margin: 0px;
    color: #fff;
}
.services-list .service-list-item p {
	margin:14px 0px 0px;
}
.services-list .service-list-item .service-link {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
}

/** 10.12 Services Single **/
.service-header {
	background-size:cover;
	padding: 600px 0px 0px;
    background-position: center center;
    position: relative;
}
/*.service-header:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.7);
	z-index:0;
}*/
.service-header .container {
	z-index:1;
	position: relative;
}
.service-header h1 {
	margin-bottom: -13px;
    text-transform: uppercase;
}
@media screen and (max-width : 767px) {
	.service-header h1 {
		margin-bottom: -8px;
	}
}
.service-content {
	position: relative;
}
#ajax-load-more {
	width: 100%;
}
/*
.service-content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 0;
	left: 0;
	bottom: 0;
	background-color: #e5e5e5;
}*/

.service-enquiry {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	text-decoration: none;
}
.service-enquiry:after {
	content: '';
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.service-enquiry:hover:after {
	width: 100%;
	background-color: #ff636f;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* 10.12 : 4col carousel */
.next-service {
	position: absolute;
    top: 50%;
    right: 40px;
}
.next-service a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 20px;
	padding-right: 60px;
	position: relative;
	display: inline-block;
}
.next-service a:before {
    content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 4px;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: rotate(45deg);
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.next-service a:hover:before {
	right: 0px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* 10.12 : case study */
.single-service .case-study {
	padding:30px 0px;
}
.single-service .case-study h5 {
	margin:0px;
}
.single-service .case-study h4 {
	margin:10px 0px;
}
.single-service .case-study img {
	padding:0px 0px 0px 20px;
}

/* 10.12 : image gallery */
.single-service .image-gallery {
	padding: 0px 0px 40px;
	margin-left:-4px;
	margin-right:-4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.single-service .image-gallery .image-single {
	width:33.333%;
	padding:4px;
}
.single-service .image-gallery .image-single img {
	width:100%;
	height:auto;
}

/* 10.12 : post list */
.single-service .post-list-row {
	padding:30px 0px;
	background-color: #e5e5e5;
}
.single-service .post-list-row .post-list-header {
	text-align:center;
}
.single-service .post-list-row .thumb-blog {
	margin:30px 0px;
}
/**/

/* hoem case studies */
.service-content-2 {
	background-color: #e5e5e5;
	position: relative;
}

.service-content-2 .service-images {
	padding: 4.5rem 4rem 0 0 !important;
}
@media screen and (max-width : 767px) {
	.service-content-2 .service-images {
		padding: 1rem !important;
	}
}	





















/**/