* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #3A3A3A;
}

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* comon style */
.clearfix:after {
	content: " ";
	display: table;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.container {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'eurostileregular';
	margin: 0 0 20px;
	text-shadow: 0 0 0.3px #C4C3C4;
	line-height: 24px;
	font-weight: bold;
}

a {
	color: #c8362e;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

a:active,
a:focus,
a:hover {
	outline: 0;
	color: #e62015;
	text-decoration: none;
}

ul li,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	font-family: 'Noto Sans';
	font-size: 14px;
	line-height: normal;
	margin-bottom: 15px;
	text-shadow: 0 0 0.3px #C4C3C4;
}

img {
	max-width: 100%;
}

.input_group,
.form-group {
	position: relative;
	background: none;
}

button {
	border: none;
}

textarea, select, input[!=checkbox] {
	font-family: 'eurostileregular';
	border-radius: 3px;
	height: 32px;
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	padding: 7px 10px;
	box-shadow: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	border: none;
}

textarea {
	height: auto;
	min-height: 100px;
}

textarea:focus, select:focus, input:focus {
	border-color: #00a2df;
	box-shadow: none;
}

.button:after {
	background: url(http://offis.com.au/static/images/button_shadow_bg.png) no-repeat top center;
	background-size: 100%;
	content: " ";
	clear: both;
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -19px;
	left: 0;
	border-radius: 3px 3px 0 0;
	z-index: 100;
}

input[type="submit"],
.button {
	background: url(http://offis.com.au/static/images/button_bg.png) no-repeat top center;
	background-size: 100% 100%;
	font-family: helvetica, Arial;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 16px 15px;
	line-height: 20px;
	border-radius: 5px;
	border: none;
	min-height: 52px;
	box-shadow: none;
	width: auto;
	position: relative;
	opacity: 1;
	margin-bottom: 14px;
	vertical-align: middle;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:active,
.button:focus,
.button:hover {
	color: #fff;
	outline: none;
	opacity: 0.9;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	background: #fff;
}


/*** To start style ***/
/** header **/
#header {
	position: absolute;
	z-index: 999;
	width: 100%;
	padding: 0;
	background: #fff;
}

#header.homepage {
	position: absolute;
	z-index: 999;
	width: 100%;
}

#header.compact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.topbar {
	position: relative;
	display: block;
	background: #2b2b2b;
	padding: 15px 0;
	margin-bottom: 20px;
	// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.compact .topbar {
  padding: 5px 0;
  margin-bottom: 0;
  // set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.call_us {
	display: inline-block;
}

.call_us a {
	display: block;
	font-family: 'eurostile-bold';
	font-weight: bold;
	color: #f0352f;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
}

.top_right {
	float: right;
	text-align: right;
}

.top_search,
.top_option {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.top_option li.social_icons a {
	float:left;
	width:30px;
}

.top_option li {
	float: left;
	padding: 2px 15px 0;
	position: relative;
}

.top_option li:after {
	content: ".";
	clear: both;
	color: #fff;
	position: absolute;
	right: -1px;
	top: -7px;
	font-weight: bold;
	font-size: 15px;
}

.top_option li a {
	font-family: 'eurostileregular';
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.top_option li:hover a {
	color: #c8362e;
}

.top_search input {
	height: 20px;
	border: none;
	border-radius: 5px;
	background: #fff;
	width: 170px;
	margin-bottom: 0;
	font-size: 14px;
	padding: 2px 5px;
}

.add_on {
	position: absolute;
	right: 10px;
	top: -1px;
	height: 20px;
	width: 14px;
	z-index: 10;
	color: #df5e38;
	background: none;
}

/** logo **/
.logo {
	margin: 15px auto 10px;
	text-align: center;
	float: left;
}

.logo a {
	width: 193px;
	display: inline-block;
}

.logo a img {
	display: block;
	width: 100%;
}

.compact .logo {
  margin-top: 8px;
  margin-bottom: 0;
}

.compact .logo a img {
	width: 78%;
}

/** menuber **/
.menuber {
	display: inline-block;
	float: right;
	margin-top: 20px;
	// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.compact .menuber {
  margin-top: 5px;
  // set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.navbar-collapse {
	padding: 0;
}

.navbar {
	min-height: 35px;
}

.navbar-default,
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: none;
	background: none;
	margin-bottom: 0;
}

.navbar-nav {
	float: none;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.navbar-default .navbar-nav > li {
	position: relative;
	width: 163px;
	margin: 0 1px;
	height: 65px;
}

.navbar-default .navbar-nav > li > a {
	/*background: url(http://offis.com.au/static/images/menu_bg.png) repeat-x top left #fff;*/
	font-size: 16px;
	line-height: 16px;
	font-family: 'Helvetica-Bold';
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	padding: 20px 15px 10px;
	text-align: left;
	letter-spacing: 0.8px;
}

.compact .navbar-default .navbar-nav > li {
  height: 60px;
}

.compact .navbar-default .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 5px;
}

.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.current-menu-item > a:focus, 
.navbar-default .navbar-nav > li.current-menu-item > a:hover, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #c8362e;
	border-bottom: 3px solid #ee1d23;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle {
	background: #c8362e;
	border-color: #c8362e;
	border: none;
	height: 38px;
	padding: 12px;
	position: absolute;
	right: 0;
	top: -70px;
	width: 46px;
	z-index: 999;
	margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}


/** main_content **/
#main_content {
	position: relative;
	background: #fff url(http://offis.com.au/static/images/body_bg.jpg) repeat-x top center;
    /*background-size: cover;*/
    padding-top: 160px;
}

.sec_title {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.sec_title h2:after,
.sec_title h2:before {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 0;
	width: 500%;
	border-bottom: 2px dotted #000;
}

.sec_title h2:after {
	right: 100%;
}

.sec_title h2:before {
	left: 100%;
}

.sec_title h2 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 24px;
	color: #3A3A3A;
	text-transform: uppercase;
	padding: 0 25px;
	position: relative;
}

.sec_title p {
	margin-bottom: 5px;
	color: #2b2b2b;
}

.border_bottom,
.border_top {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 15px 0;
	height: 0;
	border-bottom: 1px solid #d5d5d5;
}

.border_bottom:after,
.border_bottom:before,
.border_top:after,
.border_top:before {
	background: #d5d5d5;
	content: " ";
	clear: both;
	position: absolute;
	top: 0px;
	height: 10px;
	width: 1px;
}

.border_bottom:after,
.border_bottom:before {
	top: auto;
	bottom: 0;
}

.border_bottom:after,
.border_top:after {
	right: 0;
}

.border_bottom:before,
.border_top:before {
	left: 0;
}

/* banner */
.banner {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .w_border {
	border-bottom: 6px solid #fefefe;
}

/** service_feature **/
.service_feature {
	position: relative;
	padding: 0 30px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
}

.service_feature .col-md-4 {
	padding: 0 7px;
}

.sf_item {
	background: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 43px;
}

.sf_title {
	background: #c12c24;
	display: inline-block;
	width: 100%;
	margin: -40px 0 20px;
	padding: 35px 0 15px;
}

.sf_title h1 {
	font-size: 32px;
	line-height: 24px;
	font-family: 'eurostileregular';
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(0,0,0,.58);
	min-height: 54px;
}

.sf_title h1 span {
	font-size: 20px;
	display: block;
	font-weight: normal;
}

.sf_item .sf_details {
	padding: 15px 30px 75px;
	display: block;
}

.sf_item .sf_details p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: normal;
	color: #000;
	line-height: 21px;
	-ms-word-break: normal;
	word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sf_item .sf_details ul {
	padding-left: 15px;
}

.sf_item .sf_details ul li {
	display: list-item;
	margin-bottom: 5px;
	list-style: disc;
	text-align: left;
	color: #000000;
}

.view_service {
	position: absolute;
	bottom: -38px;
	left: 0;
	width: 100%;
	padding: 0 25px;
}

.view_service .button {
	width: 100%;
}


/** service_blog **/
.service_blog {
	position: relative;
	background: url(http://offis.com.au/static/images/white_bg_shadow.png) repeat-x top center rgba(255, 255, 255, 0.8);
	padding: 20px 15px 0;
}

.service_blog .col-md-4 {
	padding-right: 25px;
	padding-left: 0;
}

.other_services {
	position: relative;
	padding: 0 20px;
}

.other_services .col-md-6 {
	padding: 0 33px;
}

.other_services .col-md-6:nth-child(2) {
	padding: 0 33px;
	padding-right: 25px;
}

.os_item {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.os_item .item_pic {
	display: inline-block;
	margin-bottom: 5px;
}

.os_item .os_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 2px dotted #000;
	padding: 0 20px 5px;
	min-height: 60px;
}

.os_item .os_title h2 {
	font-family: 'eurostile-bold';
	font-weight: 400;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
}

.os_item .os_details {
	display: inline-block;
	min-height: 140px;
	margin-bottom: -5px;
	text-align: left;
}

.os_item .os_details p {
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 21px;
	color: #000;
}

.other_services_detail {
	background: #fff;
	padding: 50px 50px 45px;
}

.osd_item h3 {
	font-size: 27px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin: 0 0 45px;
	padding-bottom: 15px;
	position: relative;
}

.osd_item h3:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
 /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #d2d2d2 40%, #d2d2d2 50%, #d2d2d2 60%, #ffffff 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(40%,#d2d2d2), color-stop(50%,#d2d2d2), color-stop(60%,#d2d2d2), color-stop(100%,#ffffff));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#d2d2d2 40%,#d2d2d2 50%,#d2d2d2 60%,#ffffff 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#d2d2d2 40%,#d2d2d2 50%,#d2d2d2 60%,#ffffff 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#d2d2d2 40%,#d2d2d2 50%,#d2d2d2 60%,#ffffff 100%);
 /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#d2d2d2 40%,#d2d2d2 50%,#d2d2d2 60%,#ffffff 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
 /* IE6-9 */
	;
}

.osd_item p {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 22px;
}

.osd_item .col-md-5 {
	padding-right: 0;
	width: 45%;
}

.osd_item .col-md-7 {
	padding-left: 60px;
	width: 55%;
}

.osd_item .ul {
	padding: 0;
	margin: 0;
}

.osd_item ul li {
	position: relative;
	padding-left: 42px;
	font-family: museo700_regular;
	font-size: 20px;
	color: #2b2b2b;
	padding-bottom: 20px;
}

.osd_item ul li:before {
	content: "";
	background: url(http://offis.com.au/static/images/check.png) no-repeat;
	position: absolute;
	top: -2px;
	left: 0px;
	width: 42px;
	height: 100%;
}

.service_blog .button {
	width: 100%;
	margin-bottom: -10px;
}

/* client_blog */
.client_blog {
	position: relative;
	background: #fff;
	text-align: center;
}

.cb_title {
	background: #000;
	color: #fff;
	padding: 10px 15px;
	display: block;
}

.cb_title h5 {
	font-family: EurostileLT-Bold;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}

.cb_details {
	padding: 27px 15px;
}

.cb_details h2 {
	font-size: 28px;
    line-height: 25px;
	color: #2B2B2B;
	margin-bottom: 0px;
	padding: 0 10px;
}

.blog_content_bg {
	display: block;
	padding-top: 6px;
}

.blog_content_bg img {
	display: block;
	width: 100%;
}

.client_blog .cb_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	width: 100%;
}

/** comeTo_event **/

.event_content {
	padding: 0 27px;
}

.comeTo_event {
	position: relative;
	background: #fff;
	padding: 70px 0 100px;
	min-height: 600px;
	z-index:9;
}


/** contact_details **/
.contact_details {
	background: #2B2B2B;
	position: relative;
	z-index: 9;
}

.contact_details .contact_type {
	max-width: 960px;
	width: 100%;
	margin: -50px auto 0;
	position: relative;
	text-align: center;
}

.contact_details .contact_type_item {
	background: rgba(255, 255, 255, 0.1);
	width: 32%;
	margin: 0 1px 30px;
	padding: 8px;
	float: left;
}

.ct_content {
	background: url(http://offis.com.au/static/images/contact_details_bg.png) repeat-x top center #fff;
	border-top: 7px solid #000;
	padding: 0 20px;
	display: inline-block;
	width: 100%;
}

.ct_icon {
	position: relative;
	margin-top: -38px;
	text-align: center;
}

.ct_icon img {
	display: inline-block;
}

.contact_details .contact_type_item h2 {
	text-shadow: 0 0 0.3px #C4C3C4;
	font-size: 25px;
	text-transform: uppercase;
	margin: 5px 0 10px;
	color: #000;
	font-weight: bold;
}

/** client testimonial **/
.client_testimonial {
	background: #2b2b2b;
	color: #fff;
	padding: 25px 20px;
}

.testimonial_slider {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.ct_slider_item {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 15px;
}

.ct_slider_item h2 {
	font-family: Eurostile-Bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: 400;
}

.ct_slider_item .client_pics {
	margin-bottom: 20px;
}

.client_company_name {
	border-bottom: 2px dotted #676767;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.client_company_name h3 {
	margin-bottom: 0;
}

.client_details {
	text-align: left;
	font-size: 14px;
}

.client_details p {
	font-weight: bold;

	letter-spacing: 0.7px;
}

.client_name {
	display: inline-block;
	margin: 15px 0;
}

.client_name h5 {
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 0;
}

.client_testimonial .flex-direction-nav a {
	background: none;
	opacity: 1;
	height: 34px;
	width: 20px;
	margin: 0;
	top: 100px;
}

.client_testimonial .flexslider:hover .flex-prev,
.client_testimonial .flex-direction-nav .flex-prev {
	background: url(http://offis.com.au/static/images/ct_slider_left_arrow.png) no-repeat center center;
	left: -12px;
}

.client_testimonial .flexslider:hover .flex-next,
.client_testimonial .flex-direction-nav .flex-next {
	background: url(http://offis.com.au/static/images/ct_slider_right_arrow.png) no-repeat center center;
	right: -12px;
}

/** all_event **/
.all_event {
	text-align: center;
	position: relative;
	padding-left: 18px;
}

.all_event .sec_title h2 {
	max-width: 210px;
}

.event_item {
	display: block;
	position: relative;
	text-align: center;
}

.item_pics {
	margin-bottom: 10px;
}

.event_item .item_details {
	margin: 0;
	padding: 5px 0 10px;
}

.event_item .item_details h2 {
	margin-bottom: 10px;
	color: #000;
	font-size: 21px;
	margin-top: 8px;
}

.event_item .item_details p {
	margin-bottom: 10px;
}

.event_item .item_details a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.event_item .item_details a:hover,
.event_item .item_details a i {
	color: #c12c24;
}



/** footer **/
#main_footer {
	position: relative;
	padding: 0;
	background: #fff;
}

.footer_top {
	font-family: 'eurostileregular';
	display: block;
	background: #c8362e;
	color: #fff;
	padding: 15px 0 12px;
}

.footer_top .container {
	padding: 0 37px;
}
/* Nav social */

/* header social */
.header_social {
	display: inline-block;
	margin: 0px;
	padding-left: 8px;
	vertical-align: middle;
}

.header_social ul {
	padding: 0;
	margin: 0;
}

.header_social ul li {
	float: left;
}

.header_social ul li a {
	display: block;
	padding: 0 15px 0 5px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.header_social ul li:hover a {
	color: #c8362e;
}

/* footer social */
.footer_social {
	display: inline-block;
	margin: 8px 0 0;
}

.footer_social ul {
	padding: 0;
	margin: 0;
}

.footer_social ul li {
	float: left;
}

.footer_social ul li a {
	display: block;
	padding: 0 15px 0 5px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.footer_social ul li:hover a {
	color: #fff;
}

/* subscribe */
.subscribe {
	text-align: right;
}

.subscribe input {
	margin-right: 5px;
	width: 170px;
	color: #000;
	font-size: 13px;
	font-family: 'Noto Sans', Arial, sans-serif;
}

.subscribe input::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.subscribe input:-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.subscribe input::-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.subscribe input:-ms-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.subscribe label {
	font-family: 'Helvetica-Regular';
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
	color:#000000;
}

/* footer */
.footer {
	padding: 21px 0;
	position: relative;
}

.footer_head {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.footer_logo {
	display: inline-block;
	margin: 0 auto 20px;
}

.footer_logo a {
	width: 193px;
	display: inline-block;
}

.footer_logo a img {
	display: block;
	width: 100%;
}

/** footer_content **/
.footer_content {
	display: inline-block;
	width: 100%;
	padding: 15px 27px 0;
	margin-bottom: 0;
}

.footer_item {
	position: relative;
	min-height: 140px;
	margin-bottom: 15px;
}

.footer_item h3 {
	font-size: 14px;
	 font-family: 'Helvetica-Bold';
	text-transform: uppercase;
	margin-bottom: 11px;
	font-weight: bolder;
	color: #221f20;
	text-shadow: 0 0 0.3px #c4c3c4;
	line-height:16px;
}

.footer_item p,
.footer_item li,
.footer_item a {
	font-size: 14px;
	color: #000;
	display: block;
	text-shadow: 0 0 0.3px #c4c3c4;
	font-family: 'Helvetica';
	line-height:25px;
}

/*.footer_item li {
	margin-bottom: 10px;
}*/

.footer_item li:hover a {
	color: #C8362E;
}

.copyright {
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 15px 17px;
}

.copyright_text {
	float: left;
}

.footer_menu {
	float: right;
	text-align: right;
}

.footer_menu ul {
	padding: 0;
	margin: 0;
}

.footer_menu ul li {
	list-style: none;
	display: inline-block;
}

.footer_menu ul li a:before {
	content: ".";
	clear: both;
	display: inline-block;
	margin: 0 10px;
	color: #000000;
}

.footer_menu ul li:first-child a:before {
	display: none;
}

.footer_menu ul li a {
	display: block;
	padding: 0;
	color: #000000;
	font-size: 14px;
}

.footer_menu ul li:hover a {
	color: #C8362E;
}

.copyright p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0 10px;
	color:#000000;
	font-family: 'Helvetica';
}


/* scrollup */
.scrollup {
	background: url("http://offis.com.au/static/images/top.png") no-repeat scroll 0 0;
	bottom: 20px;
	display: block;
	height: 45px;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 9999;
	opacity: 0.8;
	display: none;
}

.scrollup:hover {
	opacity: 1;
}

/** color css **/
.bg_DarkCyan {
	background: #1c8b98;
}

.color_DarkCyan {
	color: #1c8b98;
}

.color_DarkRed {
	color: #c12c24;
}

.bg_DarkRed {
	background: #c12c24;
}

.bg_DarkOrange {
	background: #fa971b;
}

.color_DarkOrange {
	color: #fa971b;
}

.lowercase {
	text-transform: lowercase;
}

.kno_base {
	padding: 25px 13px;
}

.kno_base h2 {
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.kno_base p {
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 22px;
}

.kno_base a {
	font-size: 15px;
	color: #000;
	padding-bottom: 10px;
	font-family: museo700_regular;
	display: block;
	text-transform: uppercase;
}

.kno_base a:hover {
	color: #c93830;
}

.kno_base span {
	padding-left: 20px;
	position: relative;
}

.kno_base span:after {
	content: "";
	background: url('http://offis.com.au/static/images/arrow.png') no-repeat scroll 0% 0% transparent;
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 100%;
}

.ec_wrap .button {
	width: 100%;
	position: relative;
	top: 25px;
}

.ec_wrap .client_testimonial {
	background: none repeat scroll 0% 0% #2B2B2B;
	color: #FFF;
	padding: 25px 20px 10px;
}

.ec_wrap {
	background: #e9e9e9;
	padding: 20px 25px 38px;
	margin: 0 0px;
	min-height: 400px;
}

.ec_wrap .container {
	margin: 0 -42px;
}

.clients {
	background: #e9e9e9;
	border-top: 2px solid #fff;
	padding: 40px 35px;
	height: 170px;
	margin-bottom: 100px;
}

.clients h4 {
	font-size: 22px;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 80px;
}

.bg-white {
	background: #fff;
}

.bg-white #main_content {
	position: relative;
}

.bg-white #main_content:after {
	content: "";
	background: #fff;
	height: 160px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.bg-white #main_content .container {
	position: relative;
	z-index: 999;
}

.subpage-content {
	background: #fff;
	padding: 40px 25px;
}

.bcrumbs {
	margin: 0 30px 45px;
}

.bcrumbs li {
	list-style: none;
	float: left;
	margin-right: 20px;
	position: relative;
	font-family: Helvetica-Regular;
	font-size: 14px;
	line-height: 20px;
}

.bcrumbs li:nth-child(1) a {
	color: #3b3c3c;
}

.bcrumbs li:nth-child(2) a {
	color: #2b2b2b;
}

.bcrumbs li a:hover,
.bcrumbs li.act {
	color: #c9372e;
}

.side-nav-dark {
	background: #2b2b2b;
	padding: 32px;
	margin-bottom: 20px;
}

.side-nav-dark h5, .side-nav-lite h5 {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top: -3px;
  line-height: 23px;
}

.side-nav-lite h5 {
	color: #2b2b2b;
}

.side-nav-dark li {
	border-top: 1px solid #555555;
}

.side-nav-dark li:last-child {
	border-bottom: 1px solid #555555;
}

.side-nav-dark li a {
	padding: 10px 15px;
	background: transparent;
	margin: 3px 0;
	display: table;
	width: 100%;
	color: #fff;
	border-left: 7px solid transparent;
	font-family: museo700_regular;
	font-size: 14px;
	font-weight: 400;
}

.side-nav-dark li:hover a, .side-nav-dark li.active a {
	padding: 10px 15px;
	background: #414141;
	margin: 3px 0;
	display: table;
	width: 100%;
	color: #fff;
	border-left: 7px solid #c9372e;
}

.side-nav-lite {
	background: #e9e9e9;
	padding: 29px;
	margin-bottom: 45px;
	border: 3px solid #e6e6e6;
}

.side-nav-lite li {
	border-bottom: 1px solid #c3c3c3;
}

.side-nav-lite li:first-child {
	border-top: 1px solid #c3c3c3;
}

.side-nav-lite li a {
	padding: 10px 15px;
	background: transparent;
	margin: 3px 0;
	display: table;
	width: 100%;
	color: #2b2b2b;
	border-left: 7px solid transparent;
	font-family: museo700_regular;
	font-size: 14px;
	font-weight: 400;
}

.side-nav-lite li a:hover {
	background: #d6d6d6;
	border-left: 7px solid #c9372e;
}

.side-nav-lite2 {
	background: #f7f7f7;
	padding: 32px;
	margin-bottom: 45px;
	border: none;
}

.side-nav-lite2 li {
	border-bottom: 1px solid #c3c3c3;
}

.side-nav-lite2 li:first-child {
	border-top: 1px solid #c3c3c3;
}

.side-nav-lite2 li a {
	padding: 10px 15px;
	background: transparent;
	margin: 3px 0;
	display: table;
	width: 100%;
	color: #2b2b2b;
	border-left: 7px solid transparent;
	font-family: museo700_regular;
	font-size: 14px;
	font-weight: 400;
}

.side-nav-lite2 li a:hover {
	background: #e2e2e2;
	border-left: 7px solid #c9372e;
}

.side-nav-lite2 li.active a {
	background: #e2e2e2;
	border-left: 7px solid #c9372e;
}

.side-nav-lite2 h5 {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top: -3px;
}

.side-nav-lite2 h5 {
	color: #2b2b2b;
}

.side-cta {
	border: solid 10px #d4d4d4;
	background: #e9e9e9;
	padding: 32px;
}

.side-cta h4 {
	text-transform: uppercase;
	color: #2b2b2b;
	font-size: 28px;
	text-align: center;
	font-family: Arial;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0 0 15px;
}

.side-cta p {
	font-family: Helvetica-Regular;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding: 0 10px;
}

.side-cta h6 {
	font-size: 26px;
	color: #2b2b2b;
	text-align: center;
	font-family: Arial;
}

.dual-btns {
	margin: 0px -21px 0px;
	display: inline-block;
	width: 116%;
}

.dual-btns a {
	background: #1a1a1a;
	line-height: 34px;
	padding: 0 15px 0 30px;
	display: table;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	float: left;
	width: 46%;
	position: relative;
	margin: 0 2%;
}

.dual-btns a:after {
	content: "";
	background: url('http://offis.com.au/static/images/arrow.png') no-repeat scroll 0% 0% transparent;
	position: absolute;
	left: 11px;
	top: 11px;
	width: 15px;
	height: 100%;
}

.inner-content h3, .blog-content h2, .misc-content h2 {
	font-size: 32px;
	color: #2b2b2b;
	font-family: Arial;
	line-height: 28px;
}

.blog-content h2, .misc-content h2 {
	margin-top: 20px;
	font-family: 'eurostileregular';
	font-size: 35px;
}

.inner-content h3 span {
	font-size: 14px;
	color: #c9372e;
	display: block;
  line-height: 18px;
}

.inner-content .italic {
	font-size: 24px;
	color: #2b2b2b;
	font-family: museo700_regular;
	line-height: 30px;
	padding-right: 75px;
	font-style: italic;
	font-weight: 300;
}

.inner-content p {
	font-size: 15px;
	color: #3b3c3c;
	letter-spacing: 0.01em;
	line-height: 25px;
	font-family: Helvetica-Regular;
	margin-bottom: 22px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-wrap small {
	font-size: 12px;
	color: #2B2B2B;
	display: block;
	line-height: 17px;
	margin-top: 11px;
}

.video-wrap .col-md-8 {
	width: 70%;
}

.video-wrap .col-md-4 {
	width: 30%;
}

.inner-content {
	padding-left: 25px;
}

.inner-list-wrap {
	padding: 35px 0;
}

.inner-list-wrap h5 {
	font-family: museo700_regular;
	font-weight: 400;
	font-size: 18px;
	color: #2b2b2b;
}

.inner-list-wrap h4 {
	font-weight: 400;
	font-size: 18px;
	color: #2b2b2b;
	font-family: Arial;
	display: table;
	width: 100%;
}

.inner-list-wrap h4 a {
	position: relative;
	display: table;
	padding-right: 14px;
	background: url(http://offis.com.au/static/images/arrow.png) no-repeat right 7px;
	letter-spacing: -0.1px;
	color: #2b2b2b;
	margin: 0;
}

.inner-list-wrap h4 a:hover {
	color: #c53d35;
}

.inner-list-wrap ul li {
	font-size: 15px;
	color: #3b3c3c;
	letter-spacing: 0.01em;
	line-height: 25px;
	font-family: Helvetica-Regular;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	padding-left: 28px;
}

.inner-list-wrap ul li:before {
	content: "";
	background: url('http://offis.com.au/static/images/check1.png') no-repeat transparent;
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 100%;
}

.related-post {
	background: #e9e9e9;
	padding: 20px 15px 15px;
	margin-top: -20px;
	margi-bottom: 70px;
}

.related-post img {
	width: 146px;
	float: left;
}

.rpost-inner {
	margin-left: 161px;
	font-family: Arial;
	padding: 12px 0 0;
}

.rpost-inner span {
	font-size: 14px;
	color: #c9372e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Arial;
}

.rpost-inner h5 {
	font-size: 32px;
	color: #2B2B2B;
	font-family: Arial;
	margin: -2px 0;
}

.rpost-inner a {
	font-size: 15px;
	padding-left: 20px;
	background: url(http://offis.com.au/static/images/arrow.png) no-repeat left center;
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
}

.rpost-inner a:hover {
	color: #c9372e;
}

.next-step {
	margin: 80px auto 60px;
	max-width: 910px;
	position: relative;
	left: -15px;
}

.next-step h3 {
	border-bottom: 2px dotted #000;
	line-height: 0;
}

.next-step h3 span {
	display: table;
	padding: 0px 20px;
	background: #FFF;
	text-transform: uppercase;
	margin: 0px auto;
	font-family: Arial;
	position: relative;
	top: 7px;
}

.case-studies h4, .case-clients h4 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: Arial;
	margin: 40px 0 20px;
}

.case-studies h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: Arial;
	margin: 40px 0 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d5d5d5;
}

.cs_item {
	padding-bottom: 28px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 28px;
}

.cs_item .italic {
	margin: 0px;
	line-height: 20px;
}

.cs_item span, .inner-content h6 {
	font-size: 14px;
	color: #C9372E;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.rmore_w_bdr {
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	border: 1px solid rgba(26,26,26,0.1);
	display: table;
	padding: 0 13px 0 28px;
	font-size: 15px;
	color: #000000;
	font-family: Arial;
	position: relative;
}

.rmore_w_bdr:after {
	content: "";
	background: url('http://offis.com.au/static/images/arrow.png') no-repeat scroll 0% 0% transparent;
	position: absolute;
	top: 12px;
	left: 13px;
	height: 100%;
	width: 20px;
}

.rmore_no_bdr {
	font-weight: bold;
	display: table;
	padding: 0 7px 0 30px;
	font-size: 18px;
	color: #000000;
	font-family: Arial;
	position: relative;
}

.rmore_no_bdr:after {
	content: "";
	background: url('http://offis.com.au/static/images/arrow.png') no-repeat scroll 0% 0% transparent;
	position: absolute;
	top: 7px;
	left: 13px;
	height: 100%;
	width: 20px;
}

#clients {
	margin: 0;
	padding: 0 20px;
}

#clients li {
	float: left;
	padding: 0 5px;
	width: 20%;
}

.case-clients {
	margin: 30px 0px 0px;
	display: table;
	width: 100%;
}

.search {
	margin-bottom: 25px;
}

.search input {
	height: 34px;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px 10px;
	background: #fff;
	border-radius: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	font-family: Arial;
	padding-right: 60px;
}

.search button {
	width: 28px;
	height: 28px;
	background: url('http://offis.com.au/static/images/search.png') no-repeat scroll center center #000;
	border: medium none;
	position: relative;
	float: right;
	top: -31px;
	right: 3px;
}

.search button:hover {
	background-color: #c9372e;
}

.side-cta2 {
	margin-bottom: 55px;
	 float: left;
    width: 100%;
}

.side-cta2 h4 {
	height: 33px;
	background: none repeat scroll 0% 0% #2B2B2B;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.2px;
	margin: 0;
}

.sc2-inner {
	padding: 25px 32px 58px;
	border: 1px solid #d5d5d5;
	border-top: none;
}

.sc2-inner h5 {
	font-size: 24px;
	color: #2b2b2b;
	text-align: center;
	line-height: 26px;
	margin: 0 0 5px;
}

.sc2-inner h5 span {
	display: block;
	color: #dd9931;
}

.side-cta2 p {
	font-family: Helvetica-Regular;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 0px;
}

.side-cta2 a {
	background: #1a1a1a;
	line-height: 34px;
	padding: 5px 15px 5px 30px;
	display: table;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	line-height:20px;
}

.side-cta2 a:after {
	content: "";
	background: url('http://offis.com.au/static/images/arrow.png') no-repeat scroll 0% 0% transparent;
	position: absolute;
	left: 11px;
	top: 11px;
	width: 15px;
	height: 100%;
}

.side-content .cb_details h2 {
	font-size: 28px;
	line-height: normal;
	color: #2B2B2B;
	margin-bottom: 0px;
	padding: 0px 5px;
}

.side-content .client_blog {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 27px;
	margin-bottom: 100px;
	float:left;
}

.side-content .client_blog a {
	display: table;
	margin: 0 auto;
}

.side-content .client_blog p {
	margin: 20px 6px 25px;
}

.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2b2b2b;
	display: table;
	margin: 0 auto;
	font-family: 'EurostileLT-Bold';
	font-weight: 400;
	padding-bottom: 5px;
}

.post-meta a {
	color: #c9372e;
}

.blog-content h3, .misc-content h3 {
	color: #2B2B2B;
	font-size: 36px;
	line-height: 33px;
/*  padding: 0px 17%;*/
/*  text-align: center;*/
	font-family: 'eurostile-bold';
	font-weight: 400;
/*  margin: 0 0 25px;*/
}

.blog-content p, .misc-content p {
	font-family: Helvetica-Regular;
	font-size: 16px;
	line-height: 25px;
	padding: 0 0px;
	margin-bottom: 25px;
}

.dbox {
	font-size: 50px;
	margin: 15px 8px 0 0;
	display: table;
	float: left;
}

.bc-img {
	margin-bottom: 40px;
}

.share span {
	font-family: "EurostileLT-Bold";
	color: #C9372E;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.share ul {
	display: table;
	margin: 5px auto 0;
}

.share li {
	float: left;
}

.share li a {
	width: 30px;
	height: 28px;
	background: #2a2a2a;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	display: table;
	border-radius: 3px;
	margin: 0 1px;
}

.share li a:hover {
	background: #C9372E;
}

.more-posts {
	margin: 40px 0px;
	padding: 16px 70px 14px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	display: table;
	width: 100%;
}

.mp-left span ,
.mp-right span {
	font-size: 11px;
	font-family: "EurostileLT-Bold";
	color: #C9372E;
	font-weight: 400;
	text-transform: uppercase;
}

.mp-left h5, .mp-right h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	color: #2B2B2B;
	font-family: 'eurostile-bold';
	line-height: 17px;
}

.mp-left a, .mp-right a {
	color: #2b2b2b;
}

.mp-left a:hover, .mp-right a:hover {
	color: #C9372E;
}

.mp-left img {
	width: 85px;
	float: left;
	margin-top: 5px;
}

.mpl-inner {
	margin-left: 92px;
	text-align: left;
}

.mp-right img {
	width: 85px;
	float: right;
	margin-top: 5px;
}

.mpr-inner {
	margin-right: 92px;
	text-align: right;
}

.mposts-nav {
	position: relative;
	top: 23px;
}

.mposts-nav a {
	opacity: 0.2;
	transition: .4s;
}

.mposts-nav a:hover {
	opacity: 1;
	transition: .4s;
}

.mposts-nav a.next {
	width: 58px;
	height: 58px;
	background: url(http://offis.com.au/static/images/next.png) no-repeat center center;
	float: right;
}

.mposts-nav a.prev {
	width: 58px;
	height: 58px;
	background: url(http://offis.com.au/static/images/prev.png) no-repeat center center;
	float: left;
}

.more-posts {
	position: relative;
}

.more-posts .mposts-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	padding: 3% 0;
}

.related-posts h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	font-weight: 400;
	font-family: 'eurostile-bold';
}

.date {
	font-size: 12px;
	font-family: "EurostileLT-Bold";
	color: #C9372E;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: table;
	width: 100%;
	padding-top: 25px;
}

.related-posts {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.related-posts h5 {
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	font-weight: 400;
	font-family: 'eurostile-bold';
	margin: 0;
}

.related-posts h5 a {
	color: #2b2b2b;
}

.related-posts ul {
	margin: 0 -15px;
}

.related-posts ul li {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
}

.author {
	font-family: museo700_regular;
	font-size: 14px;
	color: #2B2B2B;
	font-style: italic;
	text-align: center;
	display: table;
	width: 100%;
	padding: 5px 0 20px;
}

.related-posts h5 a:hover {
	color: #C9372E;
}

.banner1 {
	margin-bottom: -20px;
}

.banner1 .banner {
	position: relative;
}

.banner1 .banner h2 {
	position: absolute;
	left: 60px;
	bottom: 45px;
	font-size: 32px;
	color: #2b2b2b;
	font-style: italic;
	margin: 0;
}

.blog-main-wrap .subpage-content {
	background: none repeat scroll 0% 0% #FFF;
	padding: 40px 55px;
	margin-bottom: 50px;
}

.blog-main-wrap .blog-content, .blog-main-wrap .misc-content {
	width: 69%;
	padding-right: 25px;
}

.blog-main-wrap aside {
	width: 31%;
}

.blog-main-wrap .bcrumbs {
	margin: 0px 0px 30px;
}

.share h5 {
	font-family: "EurostileLT-Bold";
	color: #de9931;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding-left: 5px;
	display: table;
}

.main-head img {
	float: left;
	width: 57px;
}

.mh-inner {
}

.share {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.date1 {
	font-size: 12px;
	font-family: "EurostileLT-Bold";
	color: #de9931;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	display: table;
	width: 100%;
}

.mh-inner {
	border-left: 14px solid #DE9931;
	padding-left: 7px;
	line-height: 10px;
}

.main-head {
	margin-bottom: 20px;
	padding-left: 0;
}

.main-head h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: museo700_regular;
	font-weight: 400;
	margin: 1px 0px 4px;
	position: relative;
	top: 3px;
}

.main-head h5 {
	font-size: 18px;
	font-style: italic;
	font-family: museo700_regular;
	font-weight: 400;
	margin: -6px 0 0;
	position: relative;
	top: 2px;
}

.img-left {
	float: left;
	margin: 5px 25px 25px 0px;
}

.bevent_details h5 {
	font-family: 'EurostileLT-Bold';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0 0 -10px;
	;
}

.bevent_details p {
	font-size: 15px;
	margin: 0;
}

.bevent_details p b {
	font-weight: 400;
	font-family: museo700_regular;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left: 37px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: museo700_regular;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}

label.css-label {
	background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_2204ba7153d7cd9bf9e8949456e8588c.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.register-form h4 {
	font-size: 33px;
	text-transform: uppercase;
	color: #DE9931;
	margin-top: 40px;
}

.register-form p ,
.register-form ul li {
	font-family: museo700_regular;
	font-size: 16px;
	line-height: 25px;
	padding: 0px;
	margin-bottom: 25px;
}

.register-form ul li {
	line-height: 38px;
	margin-bottom: 15px;
}

.register-form ul li span {
	width: 254px;
	height: 39px;
	float: right;
}

.register-form ul li span input {
	width: 100%;
	height: 37px;
	background: #fff;
	border-radius: 0;
	float: right;
	border: 1px solid #E8E8E8;
}

div.selectBox {
	position: relative;
	cursor: default;
	text-align: left;
	line-height: 43px;
	color: #888;
	width: 100%;
	height: 43px !important;
	display: table;
}

span.selected {
	text-indent: 20px;
	overflow: hidden;
	width: 100%;
	height: 43px;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	padding: 2px 29px;
	margin-bottom: 15px;
	color: #666;
	cursor: pointer;
	font-family: Helvetica-Regular;
	font-size: 14px;
}

span.selectArrow, span.selected {
	position: relative;
	float: left;
	z-index: 1;
	height: 43px;
	line-height: 33px;
	text-indent: -14px;
}

span.selectArrow {
	-moz-user-select: none;
	position: absolute !important;
	top: 6px;
	right: 5px;
	width: 28px !important;
	height: 28px !important;
	background: url('http://offis.com.au/static/images/search.png') no-repeat scroll center center #000;
	border: medium none;
}

div.selectOptions {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 100%;
	border: 1px solid #E3E3E3;
	overflow: hidden;
	background: #fff;
	padding-top: 2px;
	display: none;
	z-index: 999;
	color: #666;
	font-family: Helvetica-Regular;
	font-size: 14px;
	cursor: pointer;
}

span.selectOption {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 5px 10%;
	cursor: pointer;
}

span.selectOption:hover {
	color: #1f1f1f;
	background: #f9f9f9;
}

.register-form .col-md-7 {
	width: 58.3333%;
	padding-right: 63px;
}

.register-form button {
	width: 227px;
	height: 57px;
	text-transform: uppercase;
	color: #FFF;
	background: url('http://offis.com.au/static/images/btn.jpg') no-repeat scroll 0% 0% transparent;
	display: table;
	font-size: 22px;
	font-family: "eurostile-bold";
	font-weight: 400;
	padding-left: 36px;
	line-height: 59px;
	margin-top: 83px;
	float: right;
}

.register-form button:hover {
	background: url(http://offis.com.au/static/images/btn-hr.jpg) no-repeat;
}

.register-form .paypal-button {
	width: 328px;
	background: url('http://offis.com.au/static/images/offisCompleteRegistrationBtn.png') no-repeat scroll 0% 0% transparent;
}

.register-form .paypal-button:hover {
	background: url('http://offis.com.au/static/images/offisCompleteRegistrationBtn.png') no-repeat scroll 0% 0% transparent;	
}

.register-form {
	border-bottom: 1px solid #d5d5d5;
	display: table;
	margin-bottom: 55px;
	padding-bottom: 70px;
}

.event_speakers h4, .case-clients h5, .event_sponsors h4 {
	font-family: "EurostileLT-Bold" !important;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1A1A1A;
	margin: 0px 0px 25px;
}

.event_speakers img {
	float: left;
}

.event_speakers .es_inner {
	margin-left: 90px;
}

.es_inner h5 {
	text-transform: uppercase;
	font-family: museo700_regular;
	font-size: 22px;
	color: #1a1a1a;
	font-weight: 400;
	font-style: italic;
}

.es_inner h5 span {
	display: block;
	font-family: "EurostileLT-Bold";
	font-size: 14px;
	font-weight: 400;
	color: #de9931;
	font-style: normal;
}

.event_speakers .es_inner {
	margin-left: 90px;
	padding: 14px 0;
}

.event_speakers ul {
	margin: 0 -10px;
}

.event_speakers ul li {
	float: left;
	padding: 0 10px;
	width: 50%;
	margin-bottom: 15px;
}

.event_speakers ul li p {
	font-size: 15px;
}

.event_speakers {
	border-bottom: 1px solid #d5d5d5;
	display: table;
	margin-bottom: 55px;
	padding-bottom: 15px;
}

.related-posts1 {
	margin-bottom: 70px;
}

.related-posts1 h4 {
	font-family: "EurostileLT-Bold";
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1A1A1A;
	margin: 0px 0px 25px;
	text-align: left;
}

.related-posts1 li {
	width: 50% !important;
	padding: 0px 10px !important;
}

.related-posts1 .date {
	color: #de9931;
	text-align: left;
}

.related-posts1 h5 {
	text-align: left;
}

.related-posts1 h5 a:hover {
	color: #de9931;
}

.related-posts1 .author {
	text-align: left;
}

.related-posts1 li p {
	font-size: 15px;
}

.related-posts1 ul {
	margin: -45px -10px 100px !important;
}

.related-posts1 li p a {
	font-family: museo700_regular;
	color: #2b2b2b;
}

.related-posts1 li p a:hover {
	color: #de9931;
}

.filter {
	margin-bottom: 30px;
}

.filter h5 {
	font-family: "EurostileLT-Bold";
	color: #de9931;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding-bottom: 5px;
	display: table;
}

.filter span.selectArrow, .filter span.selected {
	position: relative;
	float: left;
	z-index: 1;
	height: 38px;
	line-height: 32px;
	text-indent: -14px;
}

.filter span.selected {
	text-indent: 20px;
	overflow: hidden;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	padding: 2px 0px;
	margin-bottom: 15px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 15px;
}

.head {
	font-family: "EurostileLT-Bold";
	color: #000;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
}

.events_gallery {
	border: 1px solid #d5d5d5;
	padding: 30px 14px 5px;
	display: table;
	width: 100%;
	margin-bottom: 65px;
}

.events_gallery li, .events_video li {
	float: left;
	margin: 0 5px 10px 5px;
}

.events_gallery h6 {
	font-family: "EurostileLT-Bold";
	color: #000;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	display: table;
	text-align: center;
}

.events_gallery h6 span {
	display: block;
	color: #c9372e;
}

.events_gallery p {
	font-family: museo700_regular;
	font-size: 16px;
	color: #2b2b2b;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
	padding-top: 7px;
}

.events_video {
	border: 1px solid #d5d5d5;
	padding: 15px 14px 5px;
	display: table;
	width: 100%;
}

.home-services {
	border-top: 1px solid #ffffff;
	background: rgb(43,43,43);
 /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(43,43,43,1) 0%, rgba(34,34,34,1) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(34,34,34,1)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(43,43,43,1) 0%,rgba(34,34,34,1) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(43,43,43,1) 0%,rgba(34,34,34,1) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(43,43,43,1) 0%,rgba(34,34,34,1) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(43,43,43,1) 0%,rgba(34,34,34,1) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#222222',GradientType=0 );
 /* IE6-9 */
	padding: 0 32px;
}

.home-services .col-md-4 {
	padding: 0 7.5px;
}

.hs-inner {
	background: #2b2b2b;
	padding: 22px 30px 30px;
	display: inline-table;
	height: 100%;
}

.hs-inner img {
	display: table;
	margin: 0 auto;
}

.hs-inner h4 {
	text-transform: uppercase;
	color: #FFF;
	text-shadow: none;
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.01px;
	margin: 20px 0 15px;
}

.hs-inner p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	-ms-word-break: normal;
	word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0;
}

#clients1 {
	margin-top: 10px;
}

#clients1 li {
	float: left;
	margin-right: 3.05%;
}

#clients1 li:last-child {
	margin-right: 0px;
}

.nav_page {
	display: table;
	float: right;
	margin: -91px 0;
}

.nav_page li:first-child ,
.nav_page li:last-child {
	border: none;
	width: 24px;
}

.nav_page li {
	height: 34px;
	width: 34px;
	border: 1px solid #e8e8e8;
	position: relative;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-amily: Arial;
	color: #fff;
	float: left;
	margin: 0 2px;
	position: relative;
	cursor: pointer;
}

.nav_page li:first-child:before ,
.nav_page li:last-child:before {
	display: none !important;
}

.nav_page li.active:before,
.nav_page li:hover:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	background: #2b2b2b;
	top: 0;
	left: 0;
	right: 0;
	z-indeX: 0;
	border: 1px solid #fff;
}

.nav_page li a {
	color: #2b2b2b;
	position: relative;
	z-index: 111;
}

.nav_page li a span {
  width: 30px;
  height: 30px;
  display: block;
}
.nav_page li.active a,
.nav_page li:hover a {
	color: #fff;
}

.link_disable ,
.link_disable:hover {
	opacity: 0.5 !important;
	cursor: default;
}

.no-margin {
	margin: 0 !important;
}

.space30 {
	margin: 30px 0;
}

.space60 {
	margin: 60px 0 0;
}

.space100 {
	margin: 100px 0 0;
}

.related-post1 h5 {
	font-family: museo700_regular;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 5px;
}

.related-post1 .rpost-inner {
	padding: 7px 0px 0px;
}

.related-post1 {
	border-left: 6px solid #ee1d23;
	padding-left: 20px;
}

.next_case_study {
	padding: 15px 0px 45px 90px;
	margin-top: 40px;
	margin-bottom: 45px;
	background: url('http://offis.com.au/static/images/arrow-big.png') no-repeat;
	border-bottom: 1px solid #ebebeb;
}

.next_case_study img {
	width: 146px;
	float: left;
}

.ncs-inner {
	margin-left: 161px;
	font-family: Arial;
	padding: 5px 0 0;
}

.ncs-inner span {
	font-size: 14px;
	color: #c9372e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Arial;
}

.ncs-inner h5 {
	font-size: 20px;
	color: #2B2B2B;
	font-family: Arial;
	margin: -2px 0px 15px;
	font-family: museo700_regular;
	font-weight: 400;
	font-style: italic;
}

.ncs-inner a {
	font-size: 15px;
	padding-left: 20px;
	background: url(http://offis.com.au/static/images/arrow.png) no-repeat left center;
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
}

.ncs-inner a:hover {
	color: #c9372e;
}

.filter-right {
	margin-bottom: 0px;
	display: table;
	width: 265px;
	float: right;
	top: -8px;
	position: absolute;
	right: 23px;
}

.filter-right span.selectArrow, .filter-right span.selected {
	position: relative;
	float: left;
	z-index: 1;
	height: 38px;
	line-height: 32px;
	text-indent: -14px;
}

.filter-right span.selected {
	text-indent: 20px;
	overflow: hidden;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	padding: 2px 0px;
	margin-bottom: 15px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 15px;
}

.category-item {
	padding-bottom: 28px;
  	margin-bottom: 28px;
}

.category-item h3 {
	font-size: 24px;
	margin-top: 20px;
}

.category-item a:hover h3 {
	color: #e62015;
}

.category-list {
	margin: 0px -12.5px -50px;
	position: relative;
	right: 12.5px;
	display: table;
}

.blogpost-list {
	margin: 0px -12.5px 0px;
	position: relative;
	right: 12.5px;
	display: table;
	border-bottom: 1px solid #d5d5d5;
}

.category-list li, .blogpost-list li {
	width: 50%;
	float: left;
	padding: 0 25px;
	margin-bottom: 17px;
}

.category-list li h5, .blogpost-list li h5 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: Eurostile-Bold;
	margin: 15px 0px 10px;
	text-align: center;
	font-weight: 400;
	color: #000;
	padding: 0 20px;
	line-height: 26px;
}

.category-list li h5 a, .blogpost-list li h5 a {
	color: #000;
}

.category-list li h5 a:hover, .blogpost-list li h5 a:hover {
	color: #ff8c00;
}

.category-list li:hover a h5 {
  color: #ff8c00;
}

.category-list li p, .blogpost-list li p {
	text-align: center;
	line-height: 24px;
	padding: 0px 9px;
	font-size: 15px;
}

.blogpost-list li .post-meta {
	margin: -10px auto 10px;
	font-size: 10px;
}

.blogpost-list li .post-meta a {
	color: #ff8c00;
}

.rmore {
	color: #3a3c3c;
	font-family: museo700_regular;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	display: table;
	margin: -20px auto 20px;
}

.reg-button {
	width: 227px;
	height: 57px;
	text-transform: uppercase;
	color: #FFF;
	background: url('http://offis.com.au/static/images/btn.jpg') no-repeat scroll 0% 0% transparent;
	display: table;
	font-size: 22px;
	font-family: "eurostile-bold";
	font-weight: 400;
	padding-left: 45px;
	line-height: 59px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.reg-button:hover {
	color: #fff;
	background: url(http://offis.com.au/static/images/btn-hr.jpg) no-repeat;
}

.w_border {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #d5d5d5;
}

.rela_posts {
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	padding-bottom: 35px;
}

.rela_posts span {
	font-size: 14px;
	color: #c9372e;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'eurostile-bold';
}

.rela_posts h5 {
	font-size: 32px;
	color: #2B2B2B;
	font-family: 'eurostile-bold';
	margin: 0px 0;
	font-weight: 400;
	line-height: 28px;
}

.rela_posts a {
	font-size: 15px;
	padding-left: 20px;
	background: url(http://offis.com.au/static/images/arrow.png) no-repeat left center;
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 700;
}

.rela_posts a:hover {
	color: #c9372e;
}

.rela_posts2 {
	padding-left: 35px;
	background: url(http://offis.com.au/static/images/arrow-big1.png) no-repeat left 25px;
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	padding-bottom: 35px;
}

.rela_posts2 span {
	font-size: 14px;
	color: #c9372e;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'eurostile-bold';
}

.rela_posts2 h5 {
	font-size: 17px;
	color: #2B2B2B;
	font-family: 'Noto Sans', Arial, sans-serif;
	margin: -3px 0 0;
	font-weight: 700;
	line-height: 28px;
}

.rela_posts2 h5 a {
	color: #2b2b2b;
}

.rela_posts2 a:hover {
	color: #c9372e;
}

.no-padding {
	padding: 0;
}

#slider .flex-direction-nav {
	display: none;
}

#carousel .flex-direction-nav .flex-prev {
	left: 0;
	opacity: 1 !important;
	background: url(http://offis.com.au/static/images/prev1.png) no-repeat center center;
	font-size: 0;
}

#carousel .flex-direction-nav .flex-next {
	right: 0;
	opacity: 1 !important;
	background: url(http://offis.com.au/static/images/next1.png) no-repeat center center;
	font-size: 0;
}

#carousel .flex-direction-nav .flex-disabled {
	opacity: 0.4 !important;
}

#carousel {
	padding: 0 35px;
	margin-top: 20px;
}

#carousel li {
	padding: 0 10px;
	width: 167px !important;
}

.events-gallery h3 {
	font-size: 32px;
	color: #2b2b2b;
	text-align: center;
	line-height: 24px;
	margin: 40px 0 40px;
}

/*Eclub_block*/
.eclub_block
{
background:rgba(255,255,255,0.78) url(http://offis.com.au/static/images/banner.jpg) center top no-repeat;
padding:155px 20px 20px;
}
.eclub_block h2
{
font-size:32px;
font-family: 'eurostile-bold';
padding-top:20px;
}
.eclub_block .item_img img
{
width:100%;
}
.eclub_block .item_img
{
border-bottom:8px #C12C24 solid;
}
.isv_bro
{
border-bottom:8px #1C8B98 solid!important;
}

.sku_bro
{
border-bottom:8px #FA971B solid!important;
}
.eclub_block .sf_item {
	background: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	min-height: 694px;
}
.community .events-gallery h3
{
margin:20px 0 30px;
}
.community .subpage-content {
    padding: 20px 24px;
}
.next_outer
{
width:100%;
float:left;
text-align:center;
padding-top: 20px;
}
.next_spac
{
margin-top:66px;
}
.next_outer h4
{
margin:0;
padding:0;
font-size:30px;
color:#2B2B2B;
text-transform:uppercase;
font-family: "eurostile-bold";
}
.next_outer h4 span
{
font-size:16px;
color:#EE1D23;
}
.next_outer h4 span small
{
font-size:16px;
color:#EE1D23;
text-transform:none;
}
.next_outer p
{
margin:0;
padding:5px 0 15px;
font-size:25px;
color:#2B2B2B;
font-family: museo700_regular;
font-style:italic;
text-transform:none;
}
.register_btn
{
width:220px;
margin:auto;
font-size:16px;
color:#000;
text-align:center;
font-family: "eurostile-bold";
background:url(http://offis.com.au/static/images/register_arw.png) 8px 12px no-repeat;
padding-bottom:30px;
}
.register_btn a
{
color:#000;
text-decoration:none;
display:block;
height:34px;
line-height:34px;
border:1px #E8E8E8 solid;
}
.register_btn a:hover
{
color:#c8362e;
text-decoration:none;
border:1px #c8362e solid;
}
.upsite_outer
{
width:100%;
float:left;
padding:25px 0 0 0;
}
.upsite_outer p
{
margin:0;
padding:0 0 28px 0;
color:#000;
font-size: 13px;
line-height: 21px;
}
.upsite_outer ul
{
border-top:1px #E8E8E8 solid;
border-bottom:1px #E8E8E8 solid;
padding:12px 0;
margin-top:30px;
margin-bottom: 30px;
}
.upsite_outer li
{
font-size:16px;
color:#000;
padding-bottom:25px;
font-family: "eurostile-bold";
}
.upsite_outer li:last-child
{
padding-bottom:0;
}
.upsite_btn
{
width:120px;
margin:auto;
font-size:16px;
color:#000;
text-align:center;
font-family: "eurostile-bold";
background:url(http://offis.com.au/static/images/register_arw.png) 8px 12px no-repeat;
}
.upsite_btn a
{
color:#000;
text-decoration:none;
display:block;
height:34px;
line-height:34px;
border:1px #E8E8E8 solid;
}
.upsite_btn a:hover
{
color:#c8362e;
text-decoration:none;
border:1px #c8362e solid;
}
.community .view_service
{
bottom:0;
position:relative;
}
.community .sf_item .sf_details {
    padding: 15px 30px 20px;
}
.community .button::after
{
display:none;
}
.blog_content_bg img
{
width:100%;
height:160px;
}


/*Eclub_block-end*/



.filter_outer
{
width:100%;
float:left;
font-size:12px;
color:#000;
font-family: 'EurostileLT-Bold';
padding-bottom:10px;
}
.hyper_outer
{
width:100%;
float:left;
padding-bottom: 40px;
}
.hyper_innr
{
width:100%;
float:left;
}
.hyper_lft
{
width:372px;
float:left;
}
.hyper_rht
{
width:360px;
float:right;
font-size:15px;
color:#000;
font-family: 'Helvetica-Regular';
line-height:25px;
}
.hyper_btn_otr
{
width:100%;
float:left;
padding-top:22px;
}
.hyper_lft_btn
{
width:166px;
float:left;
font-size:15px;
color:#FFF;
text-align:center;
font-family: "eurostile-bold";
background:url(http://offis.com.au/static/images/register_arw.png) 8px 12px no-repeat;
background-color:#000;
margin-bottom: 20px;

}
.hyper_lft_btn a
{
color:#FFF;
text-decoration:none;
display:block;
height:34px;
text-transform:uppercase;
line-height:34px;
}
.hyper_lft_btn a:hover
{
text-decoration:none;
}
.hyper_rht_btn
{
width:135px;
float:left;
font-size:16px;
color:#000;
text-align:center;
font-family: "eurostile-bold";
background:url(http://offis.com.au/static/images/register_arw.png) 8px 12px no-repeat;
margin-left:15px;
}
.hyper_rht_btn a
{
color:#000;
text-decoration:none;
display:block;
height:34px;
line-height:34px;
border:1px #E8E8E8 solid;
}
.hyper_rht_btn a:hover

{
color:#c8362e;
text-decoration:none;
border:1px #c8362e solid;
}
.past_outer
{
width:100%;
float:left;
background: rgb(233,233,233); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(237,237,237,1) 41%, rgba(248,248,248,1) 81%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(41%,rgba(237,237,237,1)), color-stop(81%,rgba(248,248,248,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(237,237,237,1) 41%,rgba(248,248,248,1) 81%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(237,237,237,1) 41%,rgba(248,248,248,1) 81%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(237,237,237,1) 41%,rgba(248,248,248,1) 81%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(237,237,237,1) 41%,rgba(248,248,248,1) 81%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-top:1px #d5d5d5 solid;
margin-top:65px;
padding:55px 15px 0 15px;
}
.past_outer h2
{
margin:0px 0px -30px 0px;
padding:0;
font-size:30px;
color:#2b2b2b;
font-family: 'eurostileregular';
}
.eclub_outer
{
width:100%;
float:left;
padding:50px 0 0 0;
}
.red_bg
{
width:14px;
background-color:#c12c24;
float:left;
height:70px;
margin-right:10px;
}
.orng_bg
{
width:14px;
background-color:#de9931;
float:left;
height:70px;
margin-right:10px;
}
.eclub_lft
{
width:360px;
float:left;
}
.eclub_lft h4
{
margin:0;
padding:0;
color:#c12c24;
font-size:12px;
font-family: 'EurostileLT-Bold';
}
.eclub_lft h2
{
margin:0;
padding:0;
color:#2b2b2b;
font-size:30px;
font-family: 'museo700_regular';
text-transform:none;
}
.eclub_lft p
{
margin:0;
padding:0;
color:#2b2b2b;
font-size:18px;
font-family: 'museo700_regular';
line-height:20px;
}
.eclub_rht
{
width:150px;
float:right;
}
.eclub_rht img
{
float:right;
padding:3px;
background-color:#FFF;
border:1px #c9c8c8 solid;
}
.eclub_rht p
{
margin:0;
padding:10px 0 0 0;
color:#000000;
font-size:18px;
font-family: 'EurostileLT-Bold';
}
.eclub_rht h5
{
margin:0;
padding:0;
color:#c9372e;
font-size:26px;
font-family: 'eurostileregular';
text-align:left;
line-height:22px;
}

.summry_outer
{
width:100%;
float:left;
padding-top:25px;
}
.summry_lft
{
width:340px;
float:left;
}
.summry_txt
{
width:100%;
float:left;
font-size:14px;
color:#2b2b2b;
font-family: 'EurostileLT-Bold';
padding-bottom:10px;
margin-top:20px;
}
.summry_innr
{
width:100%;
float:left;
border-bottom:1px #d5d5d5 solid;
padding-bottom:40px;
}
.summry_innr #carousel {
  margin-top: 50px;
}
{
width:100%;
float:left;
border-bottom:1px #d5d5d5 solid;
padding-bottom:40px;
}
.smmry_slidr
{
width:100%;
float:left;
}
.smmry_slidr li
{
float:left;
margin:0 3px;
}

.event_outer
{
width:100%;
float:left;
margin-bottom:60px;
}
.event_outer h4
{
font-size:14px;
color:#000;
margin:0;
padding:0 0 15px 0;
text-align:center;
font-family: 'EurostileLT-Bold';
font-weight:normal;
}
.event_innr
{
width:100%;
float:left;
border:1px #d5d5d5 solid;
padding:20px 10px 10px 10px;
}
.event_innr li
{
float:left;
margin:0 7px 14px 8px;
}
.event_innr2
{
width:100%;
float:left;
border:1px #d5d5d5 solid;
padding:20px 10px 10px 10px;
}
.event_innr2 li
{
float:left;
margin:0 7px 14px 8px;
}
.arw_outer
{
width:100%;
float:left;
padding:0 7px 10px;
}
.fr
{
float:right;
}
.fl
{
float:left;
}
.arw_outer p
{
color: #000;
float: left;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
width: 90%;
font-family: 'EurostileLT-Bold';
}
.arw_outer p span
{
color: #c9372e;
}
.arw_outer h4
{
color: #2b2b2b;
font-size: 16px;
margin: 10px 0 0 0;
padding: 0;
text-align: center;
font-family: 'museo700_regular';
}


.eclub_outer2
{
width:100%;
float:left;
padding:0 0 20px 0;
}
.eclub_rht2
{
width:144px;
float:right;
}
.eclub_rht2 img
{
float:left;
}
.eclub_lft2
{
width:440px;
float:left;
}
.eclub_lft2 h4
{
margin:0;
padding:0;
color:#f7931c;
font-size:12px;
font-family: 'EurostileLT-Bold';
}
.eclub_lft2 h2
{
margin:0;
padding:0;
color:#2b2b2b;
font-size:30px;
font-family: 'museo700_regular';
}
.eclub_lft2 p
{
margin:0;
padding:0;
color:#2b2b2b;
font-size:18px;
font-family: 'museo700_regular';
}


.wd
{
	width:100%;
	float:left;
}

.mrg
{
	margin:20px 0 50px 0;
}


/*contact part start*/
.contact_main
{
width:100%;
float:left;
}
.contact_lft
{
width:50%;
float:left;
}
.contact_lft p
{
margin:0;
padding:0 0 40px;
font-size:15px;
color:#3b3c3c;
font-family: 'Helvetica-Regular';
line-height:25px;
}
.lft_form_otr
{
width:100%;
float:left;
}
.lft_form_otr p
{
margin:0;
padding:0 0 20px 0;
font-size:15px;
color:#3b3c3c;
font-family: 'museo700_regular';
line-height:25px;
}
.lft_form_innr
{
width:100%;
float:left;
margin-bottom:10px;
}
.rht_fld_txt
{
width:122px;
float:left;
font-size:15px;
color:#3b3c3c;
font-family: 'museo700_regular';
line-height:37px;
}
.rht_fld_otr
{
width:248px;
float:right;
}
.rht_fld
{
width:100%;
float:left;
border:1px #e8e8e8 solid;
padding:0 10px;
height:37px;
outline:none;
border-radius:0;
}
.rht_fld_area
{
width:100%;
float:left;
border:1px #e8e8e8 solid;
padding:5px 10px;
height:135px;
outline:none;
border-radius:0;
}
.rht_fld_otr input[type=submit], #btn_register_here
{
width:118px;
float:left;
border:1px #1a1a1a solid;
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,27,27,1) 0%, rgba(59,59,59,1) 40%, rgba(86,86,86,1) 72%, rgba(106,106,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,27,27,1)), color-stop(40%,rgba(59,59,59,1)), color-stop(72%,rgba(86,86,86,1)), color-stop(100%,rgba(106,106,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(59,59,59,1) 40%,rgba(86,86,86,1) 72%,rgba(106,106,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(59,59,59,1) 40%,rgba(86,86,86,1) 72%,rgba(106,106,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(59,59,59,1) 40%,rgba(86,86,86,1) 72%,rgba(106,106,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(27,27,27,1) 0%,rgba(59,59,59,1) 40%,rgba(86,86,86,1) 72%,rgba(106,106,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
height:32px;
line-height:3px;
text-align:center;
padding:0;
min-height:32px;
border-radius:0;
font-size:15px;
font-family: 'eurostileregular';
}
.contact_rht
{
width:45%;
float:right;
}
.contact_rht_innr
{
width:100%;
float:left;
margin-bottom:30px;
}
.contact_rht_innr h4
{
color: #3b3c3c;
font-family: "museo700_regular";
font-size: 15px;
line-height: 25px;
margin:0;
padding:0;
}
.contact_rht_innr p
{
color: #3b3c3c;
font-family: "Helvetica-Regular";
font-size: 15px;
line-height: 25px;
margin:0;
padding:0;
}
.contact_rht_innr img
{
width:100%;
float:left;
margin-top:20px;
}
.google-maps {
    position: relative;
    padding-bottom: 120%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*contact part end*/




/*Navigation code*/
.navi
{
width:100%;
float:left;
background-color:#2b2b2b;
padding:25px 20px 40px 60px !important;
border-bottom:3px solid #c9372e;
}
.navi h3
{
font-size:14px;
color:#fff;
text-transform:uppercase;
margin-bottom:10px;
font-family: "Noto Sans",Arial,sans-serif;
}
.navi a.navi_title {
margin: 0 0 20px;
text-shadow: 0 0 0.3px #C4C3C4;
line-height: 24px;
font-weight: bold;
display:block;
font-size:14px;
color:#fff;
text-transform:uppercase;
margin-bottom:10px;
font-family: "Noto Sans",Arial,sans-serif;
margin-left:-10px;
padding-left:10px;
background-position: left top 3px;
background-repeat: no-repeat;
}
.navi a.navi_title:hover, .navi a.navi_title:active {
text-shadow: none;
background-image: url(http://offis.com.au/static/images/hover_ig.gif);
}
.text_nav
{
width:100%;
float:left;
}
.nav_lft
{
width:45%;
float:left;
}
.nav_lft p
{
font-size:12px;
color:#7d7d7d;
}
.nav_rht
{
width:50%;
float:right;
border-left:1px solid #414141;
padding-left:20px;
}



.nav_rht li
{
font-size:12px;
padding-bottom:9px;

}
.nav_rht li a
{
color:#fff;
padding-left:10px;
}

.nav_rht li a:hover
{
	background:url(http://offis.com.au/static/images/hover_ig.gif) left top no-repeat;
}


.oe_wrapper
{
	width:100%;
	float:left;
}

.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	width:100%;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	min-height:65px;
}
.compact ul.oe_menu > li >a {
  min-height: 60px;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background-color:#fff;
	color:#101010;
	opacity:1.0;
	border-bottom:3px solid #ee1d23;
}
.oe_wrapper ul.hovered > li > a{
	background-color:#fff !important;
	
}
ul.oe_menu .navi{
	position:absolute;
	top:65px;
	left:1px;
	background:#2b2b2b;
	width:1220px;
	padding:30px;
	display:none;
}

header.compact ul.oe_menu .navi {
	top: 60px;
}

.wdh
{
	width:200px;
	padding-right:60px;
}

.wdh2
{
	width:460px;
	float:left;
}

.nav_rht h4
{
font-size:12px;
color:#fff;
text-transform:uppercase;
margin-bottom:5px;
font-family: "Noto Sans",Arial,sans-serif;
}

.wdh2 ul
{
	float:left;
}

.wdh3
{
	width:220px !important;
	float:left;
}


.rl
{
	float:right !important;
	margin-right:50px;
}


.lf
{
	left:-232px !important;
}


.lf2
{
	left:-397px !important;
}

.lf3
{
	left:-562px !important;
}


.lf4
{
	left:-727px !important;
}

.lf5
{
	left:-892px !important;
}

.customer_lf
{
	width:740px;
	float:left;
	margin-left:-10px;
}

.customer_img
{
	width:240px;
	float:left;
	font-size:14px;
	font-style:italic;
	color:#fff;
	font-family: "Noto Sans",Arial,sans-serif;
}

.customer_img h6
{
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: "Noto Sans",Arial,sans-serif;
	font-style:normal;
	padding: 0 10px;
}

.customer_img h6:hover {
	color: #e62015;
	text-decoration: none;
	text-shadow: none;
}

.customer_img p
{
	margin:0;
	padding:10px 0 0 0;
}

.pdn
{
	padding:0 10px;
	border-right:1px solid #414141;
}

.our_client
{
	width:380px;
	float:left;
}

.our_client h6
{
font-size:12px;
color:#fff;
text-transform:uppercase;
margin-bottom:10px;
font-family: "Noto Sans",Arial,sans-serif;
font-style:normal;
}

/*Navigation code*/
.navi li a:hover {
	color: #fff;
}

.inner-content ul, .misc-content ul {
  padding-left: 35px;
  margin-bottom: 30px;
}

.inner-content ul li, .misc-content ul li {
  list-style: disc outside;
  font-size: 15px;
  color: #3b3c3c;
  letter-spacing: 0.01em;
  line-height: 25px;
  font-family: Helvetica-Regular;
}

.inner-content ul.nav_page {
  padding-left: 0;
}

.inner-content ul.nav_page li {
  list-style: none;
  line-height: 32px;
}

.inner-content ul.category-list {
  padding-left: 0;
}

.inner-content ul.category-list li {
  list-style: none;
}

h5 {
  line-height: 20px;
}

ul.errorlist {
  color: #f00;
}

ul.errorlist li {
  line-height: 17px;
}

.contact_type_item .ct_content {
  min-height: 160px;
}

.top-nav-intro p {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 13px;
  padding: 0;
}
.top-nav-intro a {
  color: #fff;
}

@media (min-width: 768px) {
	.same-height {
	  display: table-cell;
	  float: none;
	  vertical-align: top;
	}

	.same-height .sf_item {
		height: 90%;
	}

	.same-height .services_block_detail {
		height: 80%;
	}
}

.carousel-control {
	width:10%;
	font-size: 40px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-control .glyphicon-chevron-left {
	left: 12px;
}

.carousel-control .glyphicon-chevron-right {
	right: 12px;
}

.carousel-indicators .active {
	margin-right: 3px;
}

#carousel .slides li:hover img {
	padding-bottom: 1px;
	border-bottom: 3px solid #c9372e;
}

@media (max-width: 767px) {
	.blog-right {
		margin-top: 60px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.main-head {
		margin-bottom: 0px;
	}
}

.img-responsive-alt {
	height: auto;
}

.img-responsive-alt1 {
	display: block;
   	max-width: 100%;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.center-image {
	margin: 0 auto;
}

.event_sponsors {
    margin-bottom: 55px;
    padding-bottom: 15px;
}

.event_sponsors li {
	float: left;
	padding: 0 5px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #2a2a2a;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 100px;
	left: 25%;
	width: 50%;
	height: 350px;
	padding: 20px 80px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content .event-payment-title {
	font-family: museo700_regular;
	font-size: 30px;
	padding-bottom: 30px;
}

.white_content .event-payment-text p{
	font-family: Helvetica-Regular;
	font-size: 17px;
	line-height: 25px;
}

#paypal_form input[type=image] {
	margin:0 auto; 
	float:none; 
	background-image:none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

@media (max-width: 767px) {
	.white_content {
		width: 80%;
		left: 10%;	
		padding: 10px;
		top: 70px;
	}
}

@media (min-width: 768px) {
	.event_speakers ul li {
		height: 220px;
    	overflow: hidden;
	}	
}

.blog-download {
	padding-top: 30px;
	padding-bottom: 40px;
}

.blog-download .title {
	font-size: 18px;
    font-family: Museo700_regular;
    text-transform: uppercase;
    color: #c9372e;
    line-height: 10px;
    margin-bottom: 10px;
}

.blog-download .description {
	font-size: 36px;
    font-family: 'eurostile-bold';
    text-transform: none;
    color: #2B2B2B;
    line-height: 33px;
    margin-bottom: 40px;
}

.blog-download .key_findings {
	color: #2B2B2B;
    font-size: 20px;
}

.blog-download ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Helvetica-Regular;
    font-size: 16px;
    line-height: 25px;
}

.blog-download .download_form {
	background-color: #f7f7f7;
	padding-bottom: 20px;
}

.blog-download .download_form .rht_fld_otr {
	width: 220px;
}

.blog-download ul.errorlist li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.blog-download .form_title_container {
	background-color: #c9372e;
	margin-bottom: 12px;
}

.blog-download .form_title {
	color: #fff;
	font-size: 18px;
	margin: 12px;
	font-family: 'eurostile-bold';
}

.blog-download .lft_form_innr .chk_box {
	width: 30px;
	display: block;
	float: left;
	margin-top: 10px;
}

.blog-download .lft_form_innr .chk_label {
	display: block;
	float: left;
	width: 300px;
	margin-top: 10px;
}

.blog-download .lft_form_innr .chk_label p {
	font-size: 15px;
    color: #3b3c3c;
    font-family: 'museo700_regular';
}

.blog-download .download_form a {
	font-size: 13px;
    color: #3b3c3c;
    font-family: 'museo700_regular';
}
.containers.mobile-show 
{
  display: none;
}

body .submit-button
{
width:79px;
border:none;
outline:none;
font-size:;
color:#fff;
text-align:center;
font-family: 'Helvetica-Bold';
-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;
background:#000 none !important;
height:auto !important;
min-height:auto !important;
padding:6px 0 3px !important;
margin:-5px 0 0 0 !important;
}
.subscribe_input_field
{
border:none;
outline:none;
-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;
height:28px;
padding:0 10px 0 !important;
}
/*banner section css start*/
.banner_container {
  display: inline-block;
  margin: 160px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.banner_contant {
width: 100%;
position:relative;
/*z-index:999;*/
padding:72px 0 69px;
/*background: url(../images/offis_WideClouds.png) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.banner_contants {
width: 100%;
position:relative;
/*z-index:999;*/
padding:72px 0 69px;
background: url(../images/offis_WideClouds.png) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
.sky {
 /* height:300px;
  background: #007fd5;
  position: relative;
  overflow: hidden;
  -webkit-animation: sky_background 50s ease-out infinite;
  -moz-animation: sky_background 50s ease-out infinite;
  -o-animation: sky_background 50s ease-out infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  background:url(../images/offis_WideClouds.jpg)*/
}


.clouds_one {
  background: url(../images/cloud_one.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

.clouds_two {
  background: url(../images/cloud_two.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 75s linear infinite;
  -moz-animation: cloud_two 75s linear infinite;
  -o-animation: cloud_two 75s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

.clouds_three {
  background: url(../images/cloud_three.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_three 100s linear infinite;
  -moz-animation: cloud_three 100s linear infinite;
  -o-animation: cloud_three 100s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

@-webkit-keyframes sky_background {
  0% {
    background: #6cc0e5;
  }
  50% {
    background: #6cc0e5;
  }
  100% {
    background: #6cc0e5;
  }
}

@-webkit-keyframes moon {
  0% {
    opacity: 0;
    left: -200% -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
    left: 0% bottom: 250px;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    bottom: 500px;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes sky_background {
  0% {
    background: #6cc0e5;
  }
  50% {
    background: #6cc0e5;
  }
  100% {
    background: #6cc0e5;
  }
}

@-moz-keyframes moon {
  0% {
    opacity: 0;
    left: -200% -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
    left: 0% bottom: 250px;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    bottom: 500px;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-moz-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}


.banner_container h1
{
font-size:40px;
color:#003a71;
font-family: 'EurostileLTStd-DemiOblique';
}
.banner_container h2
{
font-size:33px;
color:#003a71;
font-family: 'eurostile-bold';
margin:0 0 25px 0;
}
.banner_container h3
{
font-size:33px;
color:#f4362d;
font-family: 'HelveticaNeue-MediumItalic';
font-weight:500;
margin:0 0 31px 0;
}
.learn_more_button
{
font-size:23px;
color:#fff;
text-transform:uppercase;
display:inline-block;
/*background-color:#003066;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56769c+38,053060+100 */
background: rgb(86,118,156); /* Old browsers */
background: -moz-linear-gradient(top, rgba(86,118,156,1) 38%, rgba(5,48,96,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(86,118,156,1) 38%,rgba(5,48,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(86,118,156,1) 38%,rgba(5,48,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56769c', endColorstr='#053060',GradientType=0 ); /* IE6-9 */
font-family: 'HelveticaNeue-CondensedBold';
padding:11px 24px ;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.learn_more_button .fa
{
	color:#f4362d;
}
.learn_more_button:hover
{
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
background-color:#fff;
}
/*banner section css end*/
/*services part css start*/
.services_container
{
width:100%;
background-color:#fff;
padding:58px 0 73px 0;
/*display:inline-block;*/
}
.services_block
{
width:100%;
float:left;
padding:0 !important;
text-align:center;
}
.services_block_icon
{
width:84px;
display:inline-block;
border:4px solid #c8362e;
height:84px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding:9px 4px 0 0 ;
margin-bottom:13px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.services_block_detail
{
width:100%;
float:left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,fafcfd+22,f3f7fb+42,e8f1f7+68,ddebf3+100 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(250,252,253,1) 22%, rgba(243,247,251,1) 42%, rgba(232,241,247,1) 68%, rgba(221,235,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(250,252,253,1) 22%,rgba(243,247,251,1) 42%,rgba(232,241,247,1) 68%,rgba(221,235,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(250,252,253,1) 22%,rgba(243,247,251,1) 42%,rgba(232,241,247,1) 68%,rgba(221,235,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddebf3',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:13px 18px 63px;
position:relative;
min-height:328px;
}
.services_block_detail h3
{
text-align:center;
font-size:24px;
color:#003c6e;
font-family: 'Helvetica-Bold';
margin:0 0 12px 0;
min-height: 50px;
}
.services_block_detail p
{
text-align:left;
font-size:15px;
color:#000000;
font-family: 'Helvetica-Regular';
line-height:22px;
padding-bottom:2px;
}
.services_block_detail ul {
padding-left: 15px;
}
.services_block_detail li
{
text-align:left;
font-size:15px;
color:#000000;
font-family: 'Helvetica-Regular';
line-height:22px;
padding-bottom:9px;
list-style: disc;
}
.read_more_block
{
width:100%;
position:absolute;
bottom:-21px;
text-align:center;
left:0;
}
.read_more_button
{
font-size:18px;
text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,c8362e+0,c8362e+100 */
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(200,54,46,1) 0%, rgba(200,54,46,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(200,54,46,1) 0%,rgba(200,54,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(200,54,46,1) 0%,rgba(200,54,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#c8362e',GradientType=0 ); /* IE6-9 */
display:inline-block;
color:#fff;
width:93%;
font-family: 'Helvetica-Bold';
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:18px 0 18px 0;
border:1px solid #cc5a55;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.services_block_detail:hover .read_more_button
{
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9615e+0,d23a34+50,89211f+52,9a2120+100 */
background: rgb(217,97,94); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,97,94,1) 0%, rgba(210,58,52,1) 50%, rgba(137,33,31,1) 52%, rgba(154,33,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(217,97,94,1) 0%,rgba(210,58,52,1) 50%,rgba(137,33,31,1) 52%,rgba(154,33,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(217,97,94,1) 0%,rgba(210,58,52,1) 50%,rgba(137,33,31,1) 52%,rgba(154,33,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9615e', endColorstr='#9a2120',GradientType=0 ); /* IE6-9 */
border:1px solid #fff;
color:#fff;
}
.services_block:hover .services_block_icon
{
background-color:#fff;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
border:4px solid #002c5b;
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.company_carousel {
  float: left;
  width: 100% !important;
  padding:24px 18px 0;
  position:relative;
}
.company_carousel .item {
  text-align: center;
}
.owl-controls.clickable 
{
  position: absolute;
  width: 100%!important;
  top: 15px;
}
.owl-prev {
  left: -16px !important;
  position: absolute;
  background:url(../images/carousel-left-arow.png) center top no-repeat;
  height:40px;
  width:24px;
}
.owl-next {
  position: absolute;
  right: -5px;
  background:url(../images/carousel-right-arow.png) center top no-repeat;
  height:40px;
  width:24px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls {
    margin-top: 18px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
	text-indent:-9999px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    display: block;
    height: 27px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.owl-item.loading {
background: rgba(0, 0, 0, 0) url("AjaxLoader.gif") no-repeat scroll center center;
min-height: 150px;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-pagination
{
	display:none;
}
/*services part css end*/
/*transfermation services part css start*/
.transfermation_services
{
width:100%;
position:relative;
}
.transfermation_services img
{
	width:100%;
}
.transfermation_outer
{
	position:absolute;
}
.transfermation_services_top
{
width:100%;
padding-top:45px;
}
.transfermations_services .transfermation_outer
{
	background:url(../images/transfermation-bg.jpg) center top no-repeat;
	background-attachment:fixed;
	padding-bottom:40px;
	position:relative !important;
	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.transfermations_services .transfermation_outer {
  position: relative;
  top: 0 !important;
  z-index: 2;
}
.transfermation_services_top h3
{
font-size:48px;
color:#fff;
font-family: 'EurostileLTStd-DemiOblique';
line-height:62px;
padding-left:68px;
text-shadow:1px 2px 2px #7f7f7f;
}
.transfermation_services_top p 
{
	font-family: 'EurostileLTStd-DemiOblique';
	font-size:32px;
	color:#fff;
	padding-left:68px;
	text-shadow:1px 2px 2px #7f7f7f;
}
.transfermation_services_bottom
{
	width:100%;
	padding:188px 0 0;
}
.client_testimonials h4
{
font-size:20px;
color:#fff;
text-transform:uppercase;
 font-family: 'Helvetica-Bold';
 text-transform:uppercase;
 letter-spacing:1.5px;
 text-align:left;
 text-shadow:1px 2px 2px #7f7f7f;
}
.client_testimonials_left {
  float: left;
  margin-right: 16px;
  width: 198px;
}
.client_testimonials_left img
{
	float:left;
	width:100%;
}
.client_testimonials_right {
  float: left;
  width: 291px;
}
.client_testimonials_right  h5
{
font-size: 19px;
color: #fff;
margin: 0;
font-family: 'Helvetica-Bold';
line-height:22px;
padding-bottom:15px;
text-shadow:1px 2px 2px #7f7f7f;
}
.client_testimonials_right p
{
color: #fff;
font-family: 'Helvetica-Regular';
font-size: 16px;
line-height: 18px;
text-align: left;
margin: 0;
padding: 0 0 10px 0;
text-shadow:1px 2px 2px #7f7f7f;
}
.client_testimonials_right a
{
	font-size:18px;
	color:#fff;
	text-shadow:1px 2px 2px #000;
	font-family: 'Helvetica-Bold';
}
.client_testimonials_right span
{
	font-size:16px;
	color:#d44c3c;
	text-transform:uppercase;
	text-shadow:1px 2px 2px #000;
}
.client_testimonials_right a .fa
{
	color:#c8362e;
	text-shadow:1px 2px 2px #000;
}
#testimonials .owl-prev {
    left: -42px !important;
    position: absolute;
    background: url(../images/testimonials-left-arow.png) center top no-repeat;
    height: 40px;
    width: 24px;
}
#testimonials .owl-next {
    position: absolute;
    right: -5px;
    background: url(../images/testimonials-right-arow.png) center top no-repeat;
    height: 40px;
    width: 24px;
}
#testimonials .owl-controls.clickable {
    position: absolute;
    width: 100%!important;
    top: 39px;
}
.transfermation_outer {
  position: absolute;
  top: 0 !important;
  z-index: 2;
}
/*transfermation services part css end*/
/*services categories css part*/
.services_categories
{
width:100%;
display:inline-block;
background-color:#000000;
}
.services_categories_top
{
width:100%;
display:inline-block;
border-top:1px solid #242324;
padding:67px 0 71px 0;
}
.services_categories_block {
color: #fff;
}
.services_categories_block h3
{
font-size:24px;
color:#fff;
text-transform:uppercase;
font-family: 'Helvetica-Bold';
margin:0 0 17px 0;
}
.services_categories_block p
{
font-size:16px;
color:#fff;
font-family: 'Helvetica-Regular';
font-weight:300;
margin:0 0 23px 0;
line-height:22px;
}
.services_categories_block p a
{
font-size:16px;
color:#d44c3c;
font-family: 'Helvetica-Regular';
}
.services_categories_block a
{
font-size:18px;
color:#fff;
font-family: 'Helvetica-Bold';
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.services_categories_block a .fa
{
color:#c8362e;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
margin:5px 0 0 0;
}
.services_categories_block a:hover
{
	color:#c8362e;
	-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.call
{
font-size:18px;
font-family: 'Helvetica-Bold';
color:#d44c3c !important;
padding-bottom:10px !important;
display:block;
}
.call .fa-phone
{
	font-size:40px !important;
	margin-bottom:16px;
	display:block;
}
.call .fa-envelope
{
	font-size:40px !important;
	margin-bottom:16px;
	display:block;
}
/*services categories css end*/


.footer_items br
{
	display:none !important;
}
.video-section .pattern-overlay {
min-height: 355px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section .buttonBar{display:none;}

#form_subscribe br {
  display: none;
}