html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
height: 100%;
position: relative; -ms-touch-action: none; touch-action: none;
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout:fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller{
overflow: hidden;
}
.iScrollIndicator{
border: 0 !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
right: 17px;
}
#fp-nav.left {
left: 17px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
bottom: 17px;
}
.fp-slidesNav.top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #333;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
}.kwicks{display:block;list-style-type:none;list-style:none;position:relative;margin:0;padding:0}.kwicks>*{display:block;overflow:hidden;padding:0;margin:0}.kwicks.kwicks-processed>*{margin:0;position:absolute}.kwicks-horizontal>*{float:left}.kwicks-horizontal>:first-child{margin-left:0}.kwicks-vertical>:first-child{margin-top:0}.toggleMenu {
display:  none;
background: #ffde00;
padding: 8px;
color: #fff;
position:absolute; top:15px; right:0;
}
.nav {
list-style: none;
*zoom: 1;
}
.nav:before,
.nav:after {
content: " "; 
display: table; 
}
.nav:after {
clear: both;
}
.nav ul {
list-style: none;
width: 9em;
}
.nav a {
padding: 10px 15px;
color:#fff;
}
.nav li {
position: relative;
}
.nav > li {
float: left;
}
.nav > li > .parent {
}
.nav > li > a {
display: block;
}
.nav li  ul {
position: absolute;
left: -9999px;
}
.nav > li.hover > ul {
left: 5px;
}
.nav li li.hover ul {
left: 100%;
top: 0;
}
.nav > li.hover:last-child > .submenu_design {
left: auto;
right: 5px;
}
.nav li li a {
display: block;
position: relative;
z-index:100;
}
.toggleMenu > span {
background: #002056;
border-radius: 2px;
display: block;
height: 3px;
margin: 4px 0;
width: 30px;
}
.nav li li li a {
background:#249578;
z-index:200;
border-top: 1px solid #1d7a62;
}
@media screen and (max-width: 1024px) {
.active {
display: block;
}
.nav > li {
float: none;
}
.nav > li > .parent {
background-position: 95% 50%;
}
.nav li li .parent {
background-image: url(//excellenceit.com.au/wp-content/themes/excellenceit/css/images/downArrow.png);
background-repeat: no-repeat;
background-position: 95% 50%;
}
.nav ul {
display: block;
width: 100%;
}
.nav > li.hover > ul , .nav li li.hover ul {
position: static;
}
}body { margin: 0; padding: 0; border: none; font-family: 'Quicksand', sans-serif; }
* { margin: 0; padding: 0; list-style: none; border: none; text-decoration: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; }
img { max-width: 100%; }
.first_section { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/home_bg.jpg) no-repeat center fixed; background-size: cover !important; }
.header { position: fixed; top: 0; width: 100%; left: 0; z-index: 9999; }
.navigation { float: right; padding-right: 25px; padding-bottom: 25px; padding-top: 25px; }
.logo { float: left; padding-left: 25px; padding-top: 25px; }
.clear { clear: both; }
.container { width: 1170px; margin: 0 auto; }
.navigation li { text-transform: uppercase; color: #fff; }
.mouse_floating img { height: 40px; }
.mouse_floating { float: left; -webkit-animation-name: Floatingx; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -moz-animation-name: Floating; -moz-animation-duration: 3s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: ease-in-out; position: absolute; bottom: 20px; text-align: center; display: block; width: 100%; left: 0; color: #ffde00; font-size: 20px; }
@-webkit-keyframes Floatingx { from {
-webkit-transform:translate(0, 0px);
}
65% {
-webkit-transform:translate(0, 15px);
}
to { -webkit-transform: translate(0, -0px); }
}
@-moz-keyframes Floating { from {
-moz-transform:translate(0, 0px);
}
65% {
-moz-transform:translate(0, 15px);
}
to { -moz-transform: translate(0, -0px); }
}
.kwicks-vertical, .kwicks-vertical ul { width: 100%; height: 100%; }
.kwicks-vertical .verical_li { height: 100%; padding-bottom: 150px; width: 100%; }
.kwicks-vertical .verical_li_last { height: 150px; width: 100%; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease 0s; z-index: 9999; }
.kwicks-horizontal { background-color: #0067b0; }
.kwicks-horizontal li { width: 33.333%; height: 100%; font-size: 30px; color: #fff; padding: 0 20px; text-align: center; vertical-align: middle; display: table; table-layout: fixed; overflow: hidden; }
.kwicks-horizontal li a { position: relative; z-index: 9999; display: table-cell; color: #fff; width: 100%; vertical-align: middle; }
#panel-1 { background-color: #0287d0; }
.panel_image { opacity: 0; transition: all 1s ease 0s; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: 100%; }
#panel-1:hover .panel_image { background: #08b814; background: -moz-radial-gradient(center, ellipse cover, #08b814 0%, #02880b 100%); background: -webkit-radial-gradient(center, ellipse cover, #08b814 0%, #02880b 100%); background: radial-gradient(ellipse at center, #08b814 0%, #02880b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b814', endColorstr='#02880b', GradientType=1 );
transition: all 1s ease 0s; opacity: 1; left: 0; }
#panel-2 { background: #0077c0; }
#panel-2:hover .panel_image { background: #ffff75; background: -moz-radial-gradient(center, ellipse cover, #ffff75 0%, #ffff00 100%); background: -webkit-radial-gradient(center, ellipse cover, #ffff75 0%, #ffff00 100%); background: radial-gradient(ellipse at center, #ffff75 0%, #ffff00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff75', endColorstr='#ffff00', GradientType=1 );
transition: all 1s ease 0s; opacity: 1; left: 0; }
.kwicks-horizontal li#panel-2:hover { color: #333; }
#panel-3 { background: #0067b0; }
#panel-3:hover .panel_image { background: #f89158; background: -moz-radial-gradient(center, ellipse cover, #f89158 0%, #ff6600 100%); background: -webkit-radial-gradient(center, ellipse cover, #f89158 0%, #ff6600 100%); background: radial-gradient(ellipse at center, #f89158 0%, #ff6600 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89158', endColorstr='#ff6600', GradientType=1 );
transition: all 1s ease 0s; opacity: 1; left: 0; }
#panel-1:focus .panel_image, #panel-2:focus .panel_image, #panel-3:focus .panel_image { background: none; }
.full_height { height: 100%; background: #0067b0; }
.navigation li { float: left; padding: 0 5px; }
.navigation li a { color: #fff; font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 15px; display: block; }
.navigation li.special_link { position: relative; }
.navigation li.special_link .submenu_design { }
.navigation li.special_link.hover .submenu_design { position: absolute; top: 100%; background: #fff; width: 200px; }
.caret { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; height: 0; margin-left: 5px; position: relative; right: 0; top: 0; width: 0; }
.navigation li.special_link:hover .caret { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #002056; }
.navigation li.special_link .submenu_design h2 { font-size: 20px; padding: 15px; color: #013C8A; }
.navigation li.special_link ul li { width: 100%; padding: 0; }
.navigation li.special_link ul li a { color: #333; border: none; border-radius: none; padding: 12px; font-size: 14px; }
.navigation li.special_link ul li:hover a { background: #eee; }
.navigation li:last-child a { color: #ffde00; }
.navigation li.special_link.hover a { color: #013C8A; background: #fff; }
.first_section h3 { color: #ffde00; font-size: 80px; font-weight: 300; text-align: center; }
.verical_li_last { background: #005c9d; font-size: 30px; color: #fff; padding: 0 20px; text-align: center; vertical-align: middle; display: table; table-layout: fixed; }
.verical_li_last a { display: table-cell; color: #fff; vertical-align: middle; }
#menu span.active { opacity: 0; }
#menu span { opacity: 1; transition: all 0.3s ease 0s; }
.kwicks-vertical .verical_li_last:hover { height: 350px; background: #02880b; background: -moz-linear-gradient(left, #02880b 0%, #fff00f 50%, #ff6600 100%); background: -webkit-linear-gradient(left, #02880b 0%, #fff00f 50%, #ff6600 100%); background: linear-gradient(to right, #02880b 0%, #fff00f 50%, #ff6600 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02880b', endColorstr='#ff6600', GradientType=1 );
color: #333; } .inner_pages { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/pattern.jpg); }
.inner_pages .header { background: #002661 url(//excellenceit.com.au/wp-content/themes/excellenceit/images/home_bg.jpg) no-repeat center center / cover; position: static; }
.page_name { background: rgba(255,255,255,0.2); color: #fff; margin-top: 30px; padding: 60px 0; }
.page_name h3 { font-size: 40px; font-weight: 400; text-transform: uppercase; }
.page_name .breadcrumb { font-size: 25px; }
.page_name .breadcrumb li:after { content: ">"; position: absolute; right: -10px; font-size: 20px; line-height: 30px; }
.page_name .breadcrumb li:last-child:after { content: normal; }
.page_name .breadcrumb li:first-child { padding-left: 0; }
.page_name .breadcrumb li { display: inline-block; position: relative; padding: 10px 10px 0; }
.page_name .breadcrumb a { color: #fff; }
.content_area { padding: 30px 0 0; }
.left_col { width: 300px; float: left; }
.right_col { width: 850px; float: right; background: #fff; border: 1px solid #ccc; padding: 20px; }
.common_bx { background: #fff; border: 1px solid #ccc; margin-bottom: 20px; padding: 20px; }
.common_bx h3 { font-size: 22px; color: #102770; margin-bottom: 20px; }
.common_bx p { font-size: 14px; line-height: 22px; color: #666; }
.page_head { font-size: 22px; color: #102770; margin-bottom: 20px; }
.content_bx h5 { font-size: 18px; margin-bottom: 15px; color: #333; }
.content_bx p { font-size: 14px; line-height: 25px; margin-bottom: 20px; color: #666; }
.content_left { width: 60%; }
.content_right { width: 35%; }
.fleft { float: left; }
.fright { float: right; }
.image_bx { border: 1px solid #ccc; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding: 7px; margin-bottom: 20px; }
.image_bx img { width: 100%; display: block; }
.content_bx { margin-bottom: 20px; }
.content_bx li { font-size: 14px; margin-bottom: 10px; color: #666; padding-left: 25px; background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/arrow.png) no-repeat left 3px; }
.footer { background: #333333; padding: 30px 0 0; margin-top: 50px; }
.cmn_width { width: 23.333%; float: left; padding-right: 20px; }
.contact_frm { width: 30%; float: left; }
.contact_frm .input_bx { padding: 0 2px; }
.footer h3 { font-size: 22px; color: #fff; margin-bottom: 25px; }
.ftr_links li { margin-bottom: 8px; font-size: 13px; }
.ftr_links li a { color: #cccccc; }
.contact_bx p { padding-left: 20px; font-size: 13px; color: #ccc; margin-bottom: 10px; }
.address { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/location_ftr.png) no-repeat; }
.email { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/email_ftr.png) no-repeat; }
.phone { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/phone_ftr.png) no-repeat; }
.linked-in { margin-left: 10px; }
.phone a { color: #fff; }
.input_bx input { width: 100%; padding: 8px; background: #5c5c5c; color: #fff; border-radius: 3px; font-size: 13px; }
.input_bx { margin-bottom: 10px; }
.input_bx textarea { width: 100%; padding: 8px; background: #5c5c5c; color: #fff; border-radius: 3px; height: 50px; resize: none; font-family: 'Quicksand', sans-serif; font-size: 13px; }
.btn_bx input { display: inline-block; font-weight: 600; padding: 8px 30px; background: #fff; color: #333; text-transform: uppercase; cursor: pointer; border-radius: 3px; font-size: 13px; }
.ft_bx { width: 49%; float: left; }
.ft_bx:first-child { margin-right: 2%; }
.btm_ftr { margin-top: 20px; font-size: 12px; background: #202020; text-align: center; padding: 15px 0; }
.btm_ftr p, .btm_ftr p a { color: #8d8d8d; }
.footer a:hover { color: #fff; }
.testimonials p { font-family: Lora; font-style: italic; }
.team_hold { width: 30%; float: left; padding: 15px 10px; margin: 0 1.333% 20px; background: #eeeeee; border: 1px solid #ccc; }
.team_bx { margin: 0 -1.333%; }
.team_image { margin-bottom: 10px; }
.team_image img { width: 100%; }
.team_hold li { padding: 0 10px 0 0; background: none; float: left; margin: 0; }
.team_hold li a { color: #333; font-size: 20px; }
.team_hold p { font-size: 13px; margin-bottom: 5px; font-weight: 700; text-transform: uppercase; color: #333; }
.team_hold h3 { font-size: 16px; color: #102770; }
.testimonials h4 { font-size: 14px; font-weight: 700; margin-top: 15px; }
.testimonials a { font-size: 13px; color: #0067b0; font-weight: 700; text-decoration: underline; }
.testimonial_bg { margin: -20px -20px 40px; position: relative; }
.testimonial_bg img { width: 100%; }
.testimonial_bg h2 { font-size: 25px; color: #fff; padding: 20px 30px; position: absolute; left: 0; bottom: 0; }
.testm_right { width: 30%; }
.testm_left { width: 65%; position: relative; }
.testimonial_detail p { font-family: Lora; font-style: italic; font-size: 17px; color: #333; position: relative; z-index: 99; line-height: 25px; }
.testimonial_detail h2 { font-size: 22px; color: #102770; margin-bottom: 10px; position: relative; z-index: 99; }
.testm_left:after { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/quote.jpg) no-repeat; content: ""; position: absolute; top: -10px; left: 0; width: 119px; height: 101px; }
.service_links li { position: relative; font-size: 13px; color: #666; padding-left: 20px; margin-bottom: 10px; }
.service_links li a { color: #666; }
.service_links li a:hover { color: #102770; }
.service_links li:after { position: absolute; left: 0; top: 0; content: ">"; color: #666; font-size: 13px; }
.partner_bx.our-team .partner_hold { min-height: 336px; }
.partner_hold { width: 30%; float: left; padding: 15px 10px; margin: 0 1.333% 20px; background: #eeeeee; border: 1px solid #ccc; min-height: 308px; }
.partner_bx { margin: 0 -1.333%; }
.partner_image { margin-bottom: 10px; }
.partner_image img { width: 100%; }
.partner_hold p { font-size: 14px; margin-bottom: 0; font-weight: 400; line-height: normal; color: #666; }
.partner_hold h3 { font-size: 14px; margin-bottom: 8px; color: #333; }
.testm_hold { width: 30%; float: left; margin: 0 1.333% 20px; padding: 10px; background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/quote.jpg) no-repeat 0 65px; }
.testm_bx { margin: 0 -1.333%; }
.testm_image img { height: auto; margin-bottom: 5px; border: 1px solid #ccc; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding: 4px; margin-bottom: 20px; background: #fff; }
.testm_hold p { font-size: 14px; margin-bottom: 0; font-weight: 400; font-family: Lora; font-style: italic; line-height: normal; color: #666; }
.testm_hold h4 { font-size: 14px; font-weight: 700; margin-top: 15px; }
.testm_hold h5 { font-size: 13px; font-weight: 700; }
.testm_hold a { font-size: 13px; color: #0067b0; font-weight: 700; text-decoration: underline; }
.partners.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #333; }
.partners.owl-theme .owl-dots .owl-dot span { backface-visibility: visible; background: #999; border-radius: 30px; display: block; height: 10px; margin: 5px 3px; transition: opacity 0.2s ease 0s; width: 10px; }
.partners.owl-theme .owl-dots .owl-dot { display: inline-block; }
.partners.owl-theme .owl-dots { text-align: center; margin-top: 20px; }
.certifications.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #333; }
.certifications.owl-theme .owl-dots .owl-dot span { backface-visibility: visible; background: #999; border-radius: 30px; display: block; height: 10px; margin: 5px 3px; transition: opacity 0.2s ease 0s; width: 10px; }
.certifications.owl-theme .owl-dots .owl-dot { display: inline-block; }
.certifications.owl-theme .owl-dots { text-align: center; margin-top: 20px; }
.contact_map:before { display: table; content: " "; }
.contact_map iframe { width: 49%; height: 220px; border: 3px solid #ccc !important; display: inline-block; }
.contact_map { margin-bottom: 30px; }
.address_bx { margin-bottom: 30px; }
.address_bx h3 { font-size: 18px; margin-bottom: 20px; color: #333; text-align: center; }
.add_bx { width: 50%; }
.add_bx li { padding-left: 0; background: none; position: relative; margin-bottom: 20px; padding-left: 90px; }
.add_bx li span { font-weight: 700; color: #333; float: left; width: 90px; position: absolute; left: 0; top: 0; }
.contact_form h3 { font-size: 18px; margin-bottom: 20px; color: #333; }
.contact_bx_main { margin: 0 -15px; }
.form_bx { padding: 0 15px 20px; float: left; width: 100%; }
.width50 { width: 50%; }
.form_bx label { font-size: 14px; color: #333; display: block; margin-bottom: 10px; font-weight: 700; }
.form_bx input, .form_bx select { height: 50px; width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 3px; font-family: 'Quicksand', sans-serif; }
.form_bx textarea { height: 150px; resize: none; width: 100%; padding: 10px; font-family: 'Quicksand', sans-serif; border: 1px solid #ccc; border-radius: 3px; }
.form_btn { padding: 0 15px; }
.form_btn input { height: 50px; width: 100%; padding: 10px; background: #0067b0; text-transform: uppercase; text-transform: uppercase; border-radius: 3px; color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; font-family: 'Quicksand', sans-serif; }
.form_btn input:hover { opacity: 0.8; }
.contact_bx_main { margin-bottom: 30px; }
.diagnosis_bx a { color: #0067b0; text-decoration: underline; font-weight: 600; }
.diagnosis_bx a i { margin-right: 5px; }
.ceo-page { position: relative; padding: 252px; }
.ceo-page p { margin: 0; }
.hex .non-flipped{
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}  .hex .flipped{
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; -o-backface-visibility: visible; backface-visibility: visible;opacity:0;
position:absolute;  top:0;padding:54px 20px; 
}
.hex:hover .inr-bx-hex .flipped { opacity: 1; }
.hex:hover .inr-bx-hex .non-flipped { opacity: 0; z-index: 0; }
.hex { width: 194px; height: 219px; color: #fff; text-align: center; position: absolute; font-size: 16px; }
.inr-bx-hex { transform-style: preserve-3d; padding: 54px 20px; -webkit-transform-style: preserve-3d; -webkit-transition: 0.5s; -moz-transform-style: preserve-3d; -moz-transition: 0.5s; -ms-transform-style: preserve-3d; -ms-transition: 0.5s; -o-transform-style: preserve-3d; -o-transition: 0.5s; transition: 0.5s; position: relative; width: 100%; height: 100%; }
.hex:hover .inr-bx-hex { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.btm-bx { width: 535px; height: 175px; bottom: 40px; left: 320px; color: #fff; text-align: center; position: absolute; font-size: 16px; border-radius: 3px; }
.btm-bx .inr-bx-hex { background: #0057A0; padding: 25px 15px; }
.middle-content { font-size: 52px; font-weight: 700; width: 100%; border-radius: 5px; padding: 40px 20px; color: #fff; background: #252525; text-align: center; }
.left-top { top: 50px; left: 100px; }
.left-middle { left: 0; top: 240px; }
.left-bottom { bottom: 50px; left: 100px; }
.top-center { top: 0; right: 350px; }
.right-top { top: 50px; right: 100px; }
.right-middle { right: 0; top: 240px; }
.right-bottom { bottom: 50px; right: 100px; }
.bottom-center { top: 0; left: 350px; }
.left-top .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/left-top.png) no-repeat center; }
.left-middle .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/left-middle.png) no-repeat center; }
.left-bottom .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/left-bottom.png) no-repeat center; }
.top-center .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/top-center.png) no-repeat center; }
.right-top .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/right-top.png) no-repeat center; }
.right-middle .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/right-middle.png) no-repeat center; }
.right-bottom .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/right-bottom.png) no-repeat center; }
.bottom-center .inr-bx-hex { background: url(//excellenceit.com.au/wp-content/themes/excellenceit/images/bottom-center.png) no-repeat center; }
.custom_breadcrumb a { color: #fff; }
.nav > li > .has-submenu { padding-right: 22px; }
.nav > li > .parent { position: absolute; top: 28px; right: 12px; }
.vertical_li_first { color: #fff; font-size: 16px;  position: absolute; text-align: center; top: 90px; width: 100%;  }
.vertical_li_first { color: #fff; font-size: 16px; font-weight: 400; padding:14px 0; }
.vertical_li_first .padding-gap{left: 50%; margin-left: -50%; position: absolute; text-align: center; top:0px; width: 100%; background-color: grey; opacity: 0.5; padding: 62px 0; display: none;}
.vertical_li_first .textontop{position: absolute;text-align: center; width: 100%; background-color: #ffffff; opacity: 1; padding: 42px 0;}
.vertical_li_first.mobile{display:none;}
.vertical_li_first.desktop{display:block;}
.vertical_li_first p{color: #000000;}
.con-add-tel { color: #666; text-decoration: none; }
p.font400 { font-size: 20px; padding-top: 10px; }
.form_bx span { display: block; }
.form_bx span input[type="checkbox"] { display: inline-block; width: auto; height: auto; margin-right: 10px; }
.form_bx span.wpcf7-list-item { margin: 0; }
.form_bx span span.wpcf7-list-item-label { display: inline-block; font-size: 14px; }
.wpcf7-form-control-wrap { margin-bottom: 10px; } .content_area.success_stories { background: #ffffff; margin-top: 30px; }
.content_area.success_stories .content_bx { padding: 20px; }
.partner_bx.success-stories .partner_hold { width: 46%; min-height: auto; }
.partner_bx.success-stories .partner_hold .partner_image { width: 150px; float: left; }
.partner_bx.success-stories .partner_hold .textholder { float: left; width: 360px; padding: 0 20px; }
.ourservices { background: #fff; padding: 15px; }
.ourservices50 { width: 48%; float: left; padding: 14px; }
.ourservices50.form { background: #333; padding: 14px; min-height: 720px; }
.ourservices50.form h2 { color: #fff; padding: 45px;text-align:center; }
.services-items { width: 33.333%; float: left; border: 1px solid #ccc; padding: 10px; text-align: center; }
.services-items-body { padding: 8px; min-height: 95px; }
.services-items h5 { font-size: 14px; color: #102770; height: 38px; }
.services-items p { font-size: 14px; }
img.services-items-img { width: 100px; }
.btn.btn-primary { height: 50px; width: 100%; padding: 8px; background: #0067b0; text-transform: uppercase; text-transform: uppercase; border-radius: 3px; color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; font-family: 'Quicksand', sans-serif; }
.diagnosis-free-text { text-align: center; }
.diagnosis-free-text h2 { margin-bottom: 48px; padding: 0 100px; font-weight: normal; }
.diagnosis-free-text .btn.btn-primary.start { padding: 10px 18px; font-size: 20px; }
.popup { width: 400px; max-width: 90%; display: none; position: fixed; bottom: 0px; right: 0px; background: rgba(0,0,0,0.75); z-index: 999; } .popup-inner { padding: 20px; position: static; box-shadow: 0px 2px 6px rgba(0,0,0,1); border-top-left-radius: 3px; background: #f7f7f7; } .popup-close { width: 20px; height: 20px; line-height:19px; display: inline-block; position: absolute; top: 0px; right: 0px; border-radius: 50%; background: #666; right: 10px; top: 10px; font-size: 13px; text-align: center; color: #fff; }
.popup-close:hover { background: #333; }
.pdf-popup { display: none; }
.popup-inner h2 { font-size: 18px; color: #102770; margin-bottom: 20px; }
.popup-inner p { font-size: 14px; color: #666; margin-bottom: 10px; }
.popup input { background: #fff; padding: 8px 10px; width: 100%; display: block; border-radius: 3px; margin-bottom: 10px; border: 1px solid #ccc; }
.popup input#pop_submit { background: #102770; color: #fff; cursor: pointer; border: none; }
span.section-subtext { font-size: 18px; }
.flipped a { color: #fff; position:absolute;width:500px;right:0;}
.non-flipped p{text-align: center; font-size: 23px;padding:45px 0;}
.flipped p{text-align: center; font-size: 22px;}
div#consultation{width:354px;background:#333333;}
div#consultation h2{padding:30px;color:#ffffff;text-align:center;}@media screen and (max-width:1200px) {
.container { width: 95%; }
.left_col { width: 25%; }
.right_col { width: 70%; }
.left-top { background: #102770; }
.left-middle { background: #003780; }
.left-bottom { background: #004790; }
.top-center { background: #1297E0; }
.right-top { background: #0287D0; }
.right-middle { background: #0077C0; }
.right-bottom { background: #0067B0; }
.bottom-center { background: #0057A0; }
.hex { padding: 25px; float: left; position: static; height: 180px; width: 25%; }
.ceo-page { padding: 80px 0; }
.middle-content { width: 100%; float: left; border-radius: 0; }
.navigation li a { padding: 15px 10px; }
.navigation li { padding: 0; }
.logo img { width: 250px; }
.navigation { padding: 20px 15px 20px 0; }
.logo { padding-left: 15px; }
.nav > li.hover > ul { left: 0; }
.nav > li.hover:last-child > .submenu_design { left: auto; right: 0; }
.contact_map iframe { width: 50%; }
.inr-bx-hex, .hex .non-flipped, .hex flipped { padding: 10px; }
.btm-bx {background:#0057a0; width:100%; border-radius:0;} 
.partner_bx.success-stories .partner_hold .textholder {float:none; width:auto; margin-left:150px;}
.first_section h3 {font-size:50px;}
}
@media screen and (max-width:1024px) {
.logo { padding-left: 10px; width: 250px; }
.navigation { padding: 15px 0; width: 100%; }
.navigation li { float: none; width: 100%; }
.nav { background: #fff; }
.nav > li > .parent { width: 40px; height: 100%; top: 0; right: 0; }
.navigation li.special_link a, .navigation li a { border: none; border-bottom: 1px solid #ccc; color: #002056; }
.navigation li:hover .has-submenu, .navigation li.special_link.hover .has-submenu, .navigation li:hover .has-submenu { background: #002056; color: #fff; }
.navigation li.special_link ul li { width: 100%; float: none; }
.navigation li.special_link.hover .submenu_design { position: static; }
.navigation li.special_link a { border-radius: 0; border-bottom: 1px solid #ccc; }
.caret { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #002056; position: absolute; right: 20px; top: 20px; }
.navigation li.special_link.hover .caret, .navigation li.special_link:hover .caret { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ffde00; }
.navigation li.special_link.hover .submenu_design { width: 100%; left: 0; right: 0; }
.vertical_li_first .padding-gap{padding:72px 0;}
}
@media screen and (max-width:800px) {
.kwicks-horizontal li { height: 400px; left: 0 !important; padding: 30px; position: relative !important; width: 100% !important; }
.kwicks-vertical .verical_li_last { position: static; height: 400px; padding: 30px; }
.kwicks-vertical .vertical_li_first { position: static; height: 400px; padding: 30px; margin: 0; width: 100%; display: table; }
.kwicks-vertical .vertical_li_first p { display: block; vertical-align: middle; line-height:1.5rem;}
.kwicks-vertical .verical_li_last:hover { height: 400px; }
.kwicks-vertical .verical_li { height: auto; padding-bottom: 0; float: left; }
.first_section h3 { font-size: 40px; }
.kwicks-horizontal li { font-size: 25px; }
.left_col { width: 35%; }
.right_col { width: 60%; }
.testm_hold, .partner_hold { width: 47%; }
.contact_map iframe { width: 100%; }
.partner_bx.success-stories .partner_hold .partner_image {width:80px;}
.partner_bx.success-stories .partner_hold .textholder {margin-left:80px;}
.vertical_li_first .textontop{position: absolute;width: 90%;}
.vertical_li_first.mobile{display:block;display:table-cell;vertical-align:middle;}
.vertical_li_first.desktop{display:none;}
}
@media screen and (max-width:767px) {
.left_col { width: 100%; }
.right_col { width: 100%; }
.cmn_width { width: 33.333%; }
.contact_frm { width: 100%; margin-top: 20px; }
.add_bx { width: 100%; }
.contact_map iframe { width: 100%; }
.inr-bx-hex { font-size: 14px; }
.ourservices50 {width:100%; margin-bottom:20px;}
.ourservices50.form {min-height:50px;}
.partner_bx.success-stories .partner_hold .partner_image {width:100%; float:none;}
.partner_bx.success-stories .partner_hold .textholder {margin-left:0; width:100%;}
.diagnosis-free-text h2 {padding:0 10px;}
.first_section h3 { font-size: 24px;}
.vertical_li_first .textontop{position: absolute;width: 85%;}
.vertical_li_first.mobile{display:block;display:table-cell;vertical-align:middle;}
.vertical_li_first.desktop{display:none;}
}
@media screen and (max-width:580px) {
.content_right { width: 100%; }
.content_left { width: 100%; }
.width50 { width: 100%; }
.cmn_width { width: 100%; }
.ftr_links { margin-bottom: 20px; }
.hex { width: 50%; }
.btm-bx {width:100%;}
.middle-content { font-size: 30px; padding: 20px; }
.services-items {width:50%;}
.vertical_li_first .textontop{position: absolute;width: 85%;}
.vertical_li_first.mobile{display:block;display:table-cell;vertical-align:middle;}
.vertical_li_first.desktop{display:none;}
}