/*
 Theme Name: Brilliant Businesses
 Theme URI: http://brilliantbusinesses.com.au/
 Description: Custom theme for Brilliant Businesses.
 Author: BBIM
 Author URI: http://bbim.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans+Condensed:300,700|Source+Sans+Pro:300,400,400i,600,700');
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	color: #888;
	line-height: 30px;
	font-size:20px;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    color:#D21C28;
}
blockquote, q {
	quotes: none;
}
form, fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	outline: none;
	border: none;
}
.visible-lg{
	display:block;
}
.visible-xs{
	display: none;
}
.sm-view {
    display: none;
    margin: 0 auto; }
.clearfix {
	clear: both;
}
.clearfix::after {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

.alignnone {
	margin: 0 auto;
}
.aligncenter{
	display: block;
	margin: 0 auto 20px auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
p {
	margin-bottom: 15px;
	font-size:20px;
	color:#888;
	font-family: 'Source Sans Pro', sans-serif;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
ol {
	margin-left: 20px;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
}

h1{
	font-size:52px;
	line-height:55px;
	margin: 20px 0;
}

h2{
	font-size:38px;
	line-height:40px;
	margin-bottom:15px;
}

h3{
	font-size:32px;
	line-height:35px;
	margin-bottom:15px;
}

h4{
	font-size:28px;
	line-height:32px;
	margin-bottom:15px;
}

h5{
	font-size:22px;
	line-height:30px;
	margin-bottom:15px;
}

h6{
	font-size:18px;
	line-height:25px;
	margin-bottom:15px;
}


.btn{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 26px;
	font-weight: 400;
	font-size: 13px;	
	letter-spacing:3px;
	display:inline-block;
	text-transform:uppercase;
}
.darkBlack_btn{
	color:#FFF;
	background-color:#242424;
}
.red-btn{
	background-color:#D21C28;
	text-decoration:none;
	color:#FFF;
}

.blue-btn {
  background-color: #00acec;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #00acec;
  color: #000; }
  .blue-btn.wh {
    background-color: transparent;
    color: #00acec;
    border-color: #00acec; }
    .blue-btn.wh:hover {
      background-color: #00acec;
      color: #fff;
      border-color: #00acec; }
  .blue-btn:hover {
    background-color: transparent;
    color: #00acec;
    border-color: #00acec; }

.white-btn {
  background-color: #b0b0b0;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff; }
  .white-btn.wh {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .white-btn.wh:hover {
      background-color: #b0b0b0;
      color: #fff;
      border-color: white; }
  .white-btn:hover {
    background-color: transparent;
    color: white;
    border-color: white; }

.grey-btn {
  background-color: #b0b0b0;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  color: #fff; }
  .grey-btn.wh {
    background-color: transparent;
    color: #b0b0b0;
    border-color: #b0b0b0; }
    .grey-btn.wh:hover {
      background-color: #b0b0b0;
      color: #fff;
      border-color: #b0b0b0; }
  .grey-btn:hover {
    background-color: transparent;
    color: #b0b0b0;
    border-color: #b0b0b0; }

.section .btn{
	text-decoration:none;
}
.lightBlue{
	color:#D21C28;
}

.blue-color{
	color:#D21C28;
}

.header .container {
	width: 1330px;
	margin: 0 auto;
	padding:0 15px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding:0 15px;
}

.section ul{
  padding:0;
}
.section ul li{
	color:#888;
	padding:0.15em 0 0.5em 2.5em;
  margin-bottom:0.2em;
  font-weight:400;
  list-style:none;
  background-repeat:no-repeat;
  background-image:url('images/li_icon.png');
  background-position:0 5px;
}




/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

.header{
	padding:15px 0;
	border-bottom:1px solid #d6d6d6;
	box-shadow:0 0 36px #e5e5e5;
	height:116px;
	background-color: #FFF;

}    
.header.sticky {
    position: fixed;
    height: 90px; 
    width: 100%;
    z-index:999;
    
}
.header.homeHeader{
	border-bottom:none;
	box-shadow:none;
}

.header .logo{
	float:left;
	width:200px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header.sticky .logo {
  width: 145px;
}
.header .nav {
  float: left;
  padding-left: 2%;
  text-align: center;
  width: 65%;
}

.nav ul#menu{
	margin:18px 0 0 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.sticky .nav ul#menu{
	margin:5px 0 0 0;
}

.nav ul li a{
	font-weight: 400;	
}

.nav > ul > li{
	position: relative;
	margin-left:4px;
	display: inline-block;
}

.nav > ul > li > a{	
	padding:6px 6px;
	color:#aaaaaa;
	font-size: 17px;
	text-transform:uppercase;
	display:inline-block;
	
}
.nav > ul > li:last-child > a{	
	padding-right:0px;
	
}

.nav > ul > li > a:hover, 
.nav > ul > li.hover > a, 
.nav > ul > li.current-menu-item > a{
	color:#D21C28;	
}
.nav > ul > li > ul {
	top: 12px;
}
.nav > ul > li > ul {
	width:100%;
	min-width:207px;
	display:none;
	background:#D21C28;
	position:absolute;
	left:0;
	top:75px;
	z-index:999;
	padding:0px 0px;
}
.header.sticky .nav > ul > li > ul {
	top:68px;
}
.nav > ul > li > ul > li {
	float:none;
	margin-left:0;
	height:auto;	
	text-align: left;
	display:inline-block;
	width:100%;
	-webkit-transition: all 0.05s ease-in;
	-moz-transition: all 0.05s ease-in;
	-o-transition: all 0.05s ease-in;
	transition: all 0.05s ease-in;
	
}
.nav > ul > li > ul > li a {
	display:block;
	color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
	padding:7px 10px;
	border-bottom:1px solid #FFF;
	position:relative;
}

.nav > ul > li > ul > li:last-child a {
	border-bottom:none;
}
.nav > ul > li > ul > li a:hover {
  background-color: #FFF;
  color: #aaaaaa;
  text-decoration: none;  
}

.header .phoneNo {
  border-left: 1px solid #cecdcd;
  float: left;
  margin-top: 24px;
  margin-left: 11px;
  padding: 0 15px;
  width: 150px;
  -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.sticky .phoneNo {
  margin-top: 11px;
}

.header .phoneNo a {
  color: #D21C28;
  font-size: 22px; }

/* ========== slider =================== */
#home-slider.slick-dotted {
  margin-bottom: 0; }

#home-slider .slick-slide img {
  width: 100%; }

#home-slider img.desktop-view {
  display: block; }

#home-slider img.mobile-view {
  display: none; }

#home-slider2.slick-dotted {
  margin-bottom: 0; }

#home-slider2 .slick-slide img {
  width: 100%; }

#home-slider2 img.desktop-view {
  display: block; }

#home-slider2 img.mobile-view {
  display: none; }

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2); }

.slider-content a.btn {
  margin: 20px 10px 0 0;
  padding: 10px 30px;
  font-size: 28px; }

.slider-content .content {
  font-family: "Open Sans", Arial, sans-serif;
  padding-top: 15%;
  width: 100%;
  margin: 0 auto; }

.slider-content .content h1,
.slider-content .content p {
  color: #fff;
  text-transform: uppercase; }

.slider-content .content.mont {
  font-family: "Montserrat", sans-serif; }
  .slider-content .content.mont span > h1 {
    letter-spacing: 7px;
    font-size: 72px;
    line-height: 82px; }

.slider-content .content h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px; }

.slider-content .content h1 span {
  color: #ffffff;
  font-weight: 500; }

.slider-content .content p {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0; }

.slick-dots {
  bottom: 40px; }

.section .slick-slider ul li:before {
  top: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.slick-slider .slick-dots li button:before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  content: ''; }

.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 50%; }

.slick-prev {
  left: -30px;
  z-index: 222; }

.slick-next {
  right: -30px; }

#home-slider .slick-dots li button {
  border: 1px solid #FFF; }

#home-slider .slick-prev {
  left: 60px; }

#home-slider .slick-next {
  right: 60px; }

.slick-prev,
.slick-next {
  font-size: 30px;
  line-height: 28px;
  width: auto;
  height: auto;
  color: #FFF; }

.slick-prev:before,
.slick-next:before {
  content: ''; }

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #fff;
  border: 1px solid #5b5b5f; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #FFF;
  outline: none; }

/* ========== slider =================== */
/* ===================================== */
/* ============= Body Content =========== */
/* ===================================== */


.fade-in{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}


.typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }



.sectionTitle{
	border-bottom:1px solid #dedede;
}
.sectionTitle h1{
	color:#494949;
}

.sliderCont{
	width:100%;
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.sliderCont .content{
	width:100%;
}
.sliderCont #bottomCont{
	color:#FFF;
	opacity:0;
}
.sliderCont #bottomCont h1 {
  color: #FFF;
  float: left;
  width: 50%;
  font-size: 46px;
  margin-top:0;
}
.sliderCont #bottomCont p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom:0;
}
.sliderCont #bottomCont .rightCont{
	float:right;
	width:50%;
	padding:12px;
	border:1px solid #FFF;
}
.sliderCont .content h1{
	font-weight:600;
	display:inline-block;
}
.sliderCont .content #topCont h1{
	color:#FFF;
	margin-bottom:25px;
	border-bottom:1px solid #FFF;
	padding-bottom:22px;
}
.sliderCont .content h1 > span{
	border-bottom:3px solid #D21C28;
	padding-bottom:15px;
}

.sliderCont #bottomCont p{
	color:#FFF;
}
.sliderCont .content p{
	color:#FFF;
	font-size:38px;
	line-height:42px;
}
.sliderCont .content .btnLink{
	margin-top:25px;
	display:inline-block;
}

#heroSlider .owl-dots{
	position:absolute;
	bottom:15px;
	width:100%;
}
#heroSlider.owl-theme .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}

#heroSlider.owl-theme .owl-dots .owl-dot.active span, 
#heroSlider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1752A9;
}

.red {
    opacity: 0;
}
.blue {
    opacity: 1;
}

#easing_wrapper {
	width:100%;
	height:100%;
}

.section.heroVideo{
	position: relative;
	min-height:550px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-size:cover;
}
.section.heroVideo .heroLayer{
	background-color:transparent;
	height:100vh;
	display:table;
	width:100%;
	table-layout:fixed;
}

.section_video {
	margin: 0 auto;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.section_video video {
	display: block;
}
video#bgvid {
	bottom: 0;
	margin: 0 auto;
	min-height: 100%;
	max-width: 100%;
	width: 100%;
	z-index: -100;
}
video {
	display: block;
}
video#bgvid {
	transition: 1s opacity;
}
#bgvid{
	display:block;
}
.mobile_bg{
	display:none;
}





.section.steps .topCont{
	background-color:#252525;
	padding:30px 0;
	color:#FFF;
}

.steps .topCont .content {
  text-align: center;
}
.steps .topCont .content h4{
	letter-spacing:3px;
}
.steps .topCont .content p {
	margin-bottom:0;
	color:#FFF;
	font-size:21px;
}
.steps .bottomCont{
	text-align:center;
	width:100%;
	padding:30px 0;
	overflow:hidden;
}
.casePage .content{
	width:792px;
	margin:0 auto;
}
.steps .bottomCont p > span{
	color:#D21C28;
}
.steps .bottomCont h1{
	color:#494949;
}
.steps .bottomCont p{
	color:#888;
	font-weight:400;
}

.stepsCont{
	margin-top:25px;
	overflow:hidden;
	border-top: 1px solid #dedede;
	padding-top:50px;
	text-align:left;
}
.casePage .stepsCont{
	border-top:none;
}
.casePage .content > h1{
	border-bottom: 1px solid #dedede;
}

.stepsCont .step {
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  padding: 28px 49px 28px 36px;
  position: relative;
  width: 219px;
}
.stepsCont .stepNo {
  border-bottom: 5px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 46px;
  font-weight: 700;
  padding-bottom: 13px;
}
.casePage .stepsCont .stepNo {
  font-size: 22px;
  padding-bottom: 0px;
}
.stepsCont .stepTitle{
	color:#FFF;
	 font-family: "Open Sans Condensed",sans-serif;
	 font-weight:700;
	 text-transform:uppercase;
	 font-size:20px;
	 margin:5px 0;
	 display:inline-block;
	 width:87px;
}
.casePage .stepsCont .stepTitle {
  font-size: 16px;
  line-height:18px;
}
.casePage .steps .bottomCont .stepsCont .stepText {
  font-size: 12px;
}
.steps .bottomCont .stepsCont .stepText{
	color:#FFF;
	font-weight:700;
	font-size:12px;
	line-height:15px; 
	margin:0;
	display:inline-block;
	width:100%;
}
.casePage.steps .bottomCont .stepsCont .stepText {
  font-size: 11px;
  line-height: 13px;
}
.section .stepsCont a{
	text-decoration:none;
}
.stepsCont #step1{
	background-image:url('images/step1.png');
	z-index:555;
}
.stepsCont #step2{
	background-image:url('images/step2.png');
	margin-left: -32px;
	z-index:444;
}
.stepsCont #step3{
	background-image:url('images/step3.png');
	margin-left: -32px;
	z-index:333;
}
.stepsCont #step4{
	background-image:url('images/step4.png');
	margin-left: -32px;
	z-index:222;
}
.stepsCont #step5{
	background-image:url('images/step5.png');
	margin-left: -32px;
}


.steps .ch-grid {
	list-style: none;
	display: block;
	text-align: left;
	width: 100%;
}
.section.steps .ch-grid {
	padding-top: 50px;
}
.section.casePage .ch-grid {
	padding-top: 0;
	margin-top: 0;
}

.section.casePage.steps .bottomCont{
	padding: 20px 0 0 0;
}
.steps .ch-grid:after,
.steps .ch-item:before {
	content: '';
    display: table;
}

.steps .ch-grid:after {
	clear: both;
}

.steps .ch-grid li {
	width: 216px;
	height: 180px;
	list-style:none;
	background-image:none;
	padding:0;
	display: inline-block;	
	position:relative;
}
.casePage.steps .ch-grid li {
  height: 54px;
  width: 176px;
}



.steps .ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.steps .ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.steps .ch-info > span, .steps .ch-info a > span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding:28px 49px 28px 36px;
	background-position: center center;
	background-size:100% auto;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.casePage.steps .ch-info > span, .casePage.steps .ch-info a > span {
  padding: 7px 13px 7px 34px;
}
.steps .ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	opacity: 0;
}
.steps .ch-grid > li#gridStep1 .ch-info .ch-info-back {
	background-image: url(images/step1.png);
}
.steps .ch-grid > li#gridStep2 .ch-info .ch-info-back {
	background-image: url(images/step2.png);
}
.steps .ch-grid > li#gridStep3 .ch-info .ch-info-back {
	background-image: url(images/step3.png);
}
.steps .ch-grid > li#gridStep4 .ch-info .ch-info-back {
	background-image: url(images/step4.png);
}
.steps .ch-grid > li#gridStep5 .ch-info .ch-info-back {
	background-image: url(images/step5.png);
}

.steps .ch-grid > li#gridStep1{
	z-index:666;
} 
.steps .ch-grid > li#gridStep2{
  margin-left: -32px;
  z-index:555;
}
.steps .ch-grid > li#gridStep3{
  margin-left: -32px;
  z-index:444;
}
.steps .ch-grid > li#gridStep4{
  margin-left: -32px;
  z-index:333;
}
.steps .ch-grid > li#gridStep5{
  margin-left: -32px; 
}
.steps .ch-img-1 { 
	background-image: url(images/step1.png);
}

.steps .ch-img-2 { 
	background-image: url(images/step2.png);
}

.steps .ch-img-3 { 
	background-image: url(images/step3.png);
}
.steps .ch-img-4 { 
	background-image: url(images/step4.png);
}
.steps .ch-img-5 { 
	background-image: url(images/step5.png);
}
.steps .ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.steps .ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.steps .ch-item:hover .ch-info-front {
	/* -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg); */
	opacity: 1;
}

.steps .ch-item:hover .ch-info-back {
	/* -webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg); */
	opacity: 0;
}

.steps .readBtn {
  background-color: #fff;
  color: #494949;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  line-height: 20px;
}





















.section.who {
  overflow: hidden;
  padding:  0 0 60px 0;
}

.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.who .sectionTitle{
	margin-bottom:30px;
}
.who h5{
	font-size:24px;
	color:#494949;

}
.who .content .left, .cbp-so-side.cbp-so-img{
	float:left;
	width:300px;
}
.who .content .right, .cbp-so-side.cbp-so-text {
  float: left;
  margin-left: 30px;
  width: 640px;
}

a.learnMore {
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	color:#D21C28;
}
a.learnMore i {
  font-size: 30px;
  vertical-align: top;
  margin-left: 3px;
}


.success_stories{
	border-top:1px solid #dcdbdb;
	border-bottom:1px solid #dcdbdb;
	background-color:#f4f4f4;
	text-align:center;
	padding:40px 0 0 0;
}
.success_stories .content{
	padding-bottom:40px;
	overflow:hidden;
}

.storiesPage .storiesCont{
	text-align:center;

}
.storiesPage .storiesCont .storie{
	text-align:center;
	margin-bottom:25px;

}
.storiesCont{
	overflow:hidden;
	margin-top:40px;
}
.storiesCont > div {
  display: inline-block;
  padding: 0 1%;
  vertical-align: top;
  width: 24.6%;
}
.storiesCont > div h5{
	margin:15px 0;
	color:#494949;
}
.storiesCont > div h5 a{
	text-decoration:none;
	color:#494949;
}
.storiesCont > div p{
	line-height:20px;
	font-size:16px;
}
.storiesCont > div a.learnMore{
	font-size:12px;
	text-decoration:none;
	letter-spacing:1px;
}
.storiesCont > div a.learnMore i {
  font-size: 19px;
  line-height: 27px;
  margin-left: 0;
}
.moreBtn{
	margin-bottom:-20px;
	text-align:center;
}
.moreBtn a{
	background-color:#252525;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	padding:6px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	letter-spacing:3px;
	font-size:14px;
}

/* ===================================== */
/* ============= Contact Form =========== */
/* ===================================== */

.section.contactForm{
	padding:30px 0 30px 0;
}

.contactForm .sectionTitle{
	text-align:center;
}
.contactForm .formCont {
  overflow: hidden;
  padding: 4% 8%;
  text-align: center;
}
.contactForm .chatIcon{
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.contactForm .chatIcon h5{
	color:#D21C28;
	margin-top:15px;
}
.formCont .leftCont, .formCont .rightCont{
	display:inline-block;
	vertical-align:top;
	width:49.7%;
}
.formCont .rightCont {
  padding-left: 40px;
  text-align: left;
}
.formCont .leftCont{
	box-shadow:0 0 30px #d5d5d5;
	padding:15px 15px 35px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.formCont .leftCont .form-group{
	margin-bottom:15px;
}
.form-group .form-control{
	background-color:transparent;
	border: none;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#252525;
	border-bottom:2px solid #dddddd;
	padding:12px 12px;
	width:100%;
}
.form-group.captchaBox > span{
	display: inline-block;
	vertical-align: middle;
}
.form-group.captchaBox > span:first-child{
	width: 68%;
}
.form-group.captchaBox > span:last-child{
	width: 30%;
	text-align: right;
}
.form-group span.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
}
.formCont div.wpcf7-response-output {
  font-size: 14px;
  line-height: 20px;
  margin:12px 0 0 0; 
}
.submitBtn{
	background-color:#252525;
	color:#FFF;
	border:1px solid #252525;
	display:inline-block;
	padding:8px 30px;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	letter-spacing:3px;
}


.formCont ::-webkit-input-placeholder {
	opacity:1;
}

.formCont :-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

.formCont ::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

.formCont :-ms-input-placeholder {  
   opacity:1;
}

.formCont address{
	font-size:18px;
	color:#252525;
}

.formCont address a{
	color:#252525;
	text-decoration:none;
}
.formCont .map{
	margin-top: 34px;
}

.turboCall-form {
  margin: 0 auto;
  overflow: hidden;
  max-width: 700px;
  box-shadow: 0 0 30px #d5d5d5;
  padding: 30px;
}

.form-group.grid2 > span{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.turboCall-form .form-group{
	margin-bottom: 15px;
}
.form-group.grid2 > span:first-child{
	margin-right:1%; 
}
.form-group.grid2 > span:last-child{
	margin-left:1%; 
}
.turboCall-form .submitBtn{
	width: 250px;
	text-align: center;
	float: none;
	display: block;
	margin: 0 auto;
}
.turboCall-form .submit-button{
	text-align: center;
}
.turboCall-form .form-control{
	border: 1px solid #dddddd;
	font-size: 16px;
	padding:  8px 12px;
}
.turboCall-form textarea{
	resize: none;
}
.turboCall-form label{
	font-size: 16px;
	margin-bottom: 6px;
	color: #888;
}
.turboCall-form span.wpcf7-not-valid-tip {
  font-size: 13px;
}
form div.wpcf7-response-output {
	font-size: 13px;
}
.turboCall-form table{
	width: 100%;
}
.turboCall-form table td{
	width: 33%;
}
.turboCall-form table td b{
	font-size: 16px;
}

/* ===================================== */
/* ============ Inner Page ============= */
/* ===================================== */


.section.hero{
	min-height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;

}

.fullWidth{
	width:100%;
	overflow:hidden;
}
.inner-page{
	padding:40px 0;
}
.inner-page .container {
  margin: 0 auto;
  padding: 0 15px;
  width: 1160px;
}

.inner-page .row{
  margin-bottom: 25px;
  overflow: hidden;
}
.inner-page .row .rightCont h4{
	margin-top:0;
	color:#D21C28;
}

.row .leftCont.float-right{
	float:right;
	margin-left:2%;
	text-align:center;
}
.row .leftCont.float-left{
	float:left;
	margin-right:2%;
	text-align:center;
}
.row .rightCont.float-right{
	float:right;
	margin-left:2%;
	text-align:left;
}
.row .rightCont.float-left{
	float:left;
	margin-right:2%;
	text-align:left;
}
.row .leftCont.width50, .row .rightCont.width50{
	width:48%;
}
.row .leftCont.width60, .row .rightCont.width60{
	width:58%;
}
.row .leftCont.width40, .row .rightCont.width40{
	width:38%;
}

.row.blockImg h4{
	margin-top: 0;
	color:#D21C28;
}
.fullWidth h4{
	margin-top:0;
	color:#D21C28;
}

.row .imgBlock > div{
	display:inline-block;
	vertical-align:top;
}
.row .imgBlock.grid2 > div{
	width:48.8%;
}
.row .imgBlock.grid3 > div{
	width:32.4%;
}
.row .imgBlock.grid2 > div:first-child{
	margin-right:1%;
}
.row .imgBlock.grid2 > div:last-child{
	margin-left:1%;
}

.row .imgBlock.grid3 > div:nth-of-type(2){
	margin:0 1%;
}

.case-steps{
	margin-top: 50px;
	padding-top: 50px;
	border-top:1px solid #dedede;
}

.case-steps .row{
	overflow:hidden;
	margin-bottom:70px;
}
.case-steps .row:last-child{
	margin-bottom:0px;
}

.case-steps .row > div{
	float:left;
}
.case-steps .row > div.leftCont{
	width:35%;
	text-align:left;
}
.case-steps .row .contImage{
	padding-right:7%;
}
.case-steps .row  .contImage img{
	box-shadow:0 0 5px #e5e5e5;
}
.case-steps .row > div.rightCont {
  padding-left: 2%;
  padding-top: 41px;
  text-align: left;
  width: 65%;
}
.case-steps .rightCont h3{
	font-size:35px;
	color:#D21C28;
}
.case-steps .stepsNo {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 41px;
  padding: 40px 15px;
}
.case-steps .stepsNo h3{
	color:#FFF;
	text-transform:uppercase;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight:700;
	margin-bottom:0;
	font-size:37px;
}
.case-steps .stepsNo h3 span{
	text-decoration:underline;
	margin-right: 15px;
	font-size:45px;
}
.case-steps .stepsNo.step1{
	background-image:url('images/case-step1.png');
}
.case-steps .stepsNo.step2{
	background-image:url('images/case-step2.png');
}
.case-steps .stepsNo.step3{
	background-image:url('images/case-step3.png');
}
.case-steps .stepsNo.step4{
	background-image:url('images/case-step4.png');
}
.case-steps .stepsNo.step5{
	background-image:url('images/case-step5.png');
}



.section.caseStudy {
  overflow: hidden;
  padding:  25px 0 10px 0;
}
.caseStudy .sectionTitle{
	margin-bottom:30px;
}
.caseStudy h5{
	font-size:24px;
	color:#D21C28;

}
.caseStudy .content .left{
	width:50%;
}
.caseStudy .content .right {
  width: 50%;
}
.caseStudy .content .left.float-left, .caseStudy .content .right.float-left{
	float:left;
}
.caseStudy .content .left.float-right, .caseStudy .content .right.float-right {
  float:right;
}
.caseStudy .content .right.float-right{
	padding-left:5%;
}
.caseStudy .content .right.float-left{
	padding-right:5%;
}

/* ===================================== */
/* ============ Team Page ============== */
/* ===================================== */

.team{
	margin-top:30px;
	overflow:hidden;
}
.team .row{
	overflow:hidden;
}

.team .imgCont{
	float:right;
	width:250px;
}
.team .textCont {
  float: left;
  padding-right: 40px;
  width: 879px;
}


/* ===================================== */
/* ============ Blog Page ============== */
/* ===================================== */

.section.blog-page{
	overflow:hidden;
}

.blog-page .sectionTitle{
	margin-bottom: 25px;
}
.blog-page .post{
	overflow:hidden;
	background-color:#F4F4F4;
	border-bottom:1px solid #dddddd;
	margin-bottom:25px;
	padding:12px;
}
.blog-page .post-title{
	margin-bottom:5px;
}
.blog-page .post-title a{
  color: #D21C28;
  font-size: 35px;
  text-decoration:none;
}
.posted_by{
	font-size:16px;
	margin-bottom:12px;
	display:inline-block;
	width:100%;
}

.blog-page .left-content, .blog-page .right-content{
	float:left;
}
.blog-page .left-content{
	width:72%;
	padding-right:2%;
}
.blog-page .right-content{
	width:28%;
}
.blog-page .post .left{
	width:150px;
	float:left;
}
.blog-page .post .right {
  float: left;
  width: 80%;
  padding-left: 3%;
}
.post .read-btn {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color:#D21C28;
  text-transform: uppercase;
}

.right-content .search-form {
	position: relative;
	height: 38px;
}
.right-content .search-form input[type="search"] {
	background-color: #494949;
	border: 2px solid #F4F4F4;
	display: inline-block;
	color:#FFF;
	font-size: 15px;
	margin-top: 0;
	padding: 8px 35px 8px 12px;
	width: 100%;
}
.submit-btn, .search-form input, input[type="text"], input[type="email"], input[type="tel"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.right-content .search-form .submit-btn {
	background-color: transparent;
	background-image: url("images/searchicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: 19px;
	position: absolute;
	right: 9px;
	top: 10px;
	width: 28px;
	margin-top: 0;
	z-index: 333;
}
.newsletter-form {
	margin: 15px 0;
}
.newsletter-form .form {
	margin: 15px 0;
}
.newsletter-form > span {
	background-color: #D21C28;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 8px 6px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	border: 1px solid #0F4491;
}
.newsletter-form input {
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-indent: 4px;
	margin-bottom: 15px;
}
.newsletter-form input[type="text"] {
	border: 1px solid #D21C28;
}
.newsletter-form input[type="email"] {
	border: 1px solid #D21C28;
}
.newsletter-form input[type="submit"] {
	text-indent: 0px;
	background-color: #3E4143;
	border: 1px solid #3E4143;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.newsletter-form input[type="submit"]:hover {
	background-color: #545759;
}
.newsletter-form .sky-form footer button.button {
	background-color: #3e4143;
	opacity: 1;
	color: #ffffff;
	cursor: pointer;
	float: none;
	font-family: inherit;
	font-size: 16px;
	height: auto;
	padding: 2px 0;
	width: 100%;
}
 .newsletter-form .sky-form footer button.button;
hover {
	background-color: #545759;
}
.newsletter-form .sky-form .input input:focus, .newsletter-form .sky-form .select select:focus, .newsletter-form .sky-form .radio input:focus + i {
	border-color: #92BADE;
}
.right-content .service-cont {
	background-color: #F4F4F4;
	margin-top: 15px;
	padding: 15px;
	border-bottom: 6px solid #D21C28;
}
.service-cont > a.image {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
}
.right-content .service-cont h4 {
	color: #4a4e51;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.right-content .service-cont > aside {
	padding: 15px;
	background-color: #FFF;
	margin-top: 15px;
}
.right-content .service-cont > aside img {
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.right-content .service-cont h4 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	color: #D21C28;
	text-transform: uppercase;
}
.right-content .service-cont h4 a {
	color:#D21C28;
	text-decoration:none;
}


.right-content .service-cont p {
	text-align: inherit;
	font-size: 17px;
}
.service-cont .read-link {
  color: #D21C28;
  font-size: 16px;
}
div.pagination {
	margin: 3px;
	padding: 3px;
	text-align: center;
}
div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current, div.pagination span.extend {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(center top, #f9f9f9, #eaeaea);
	border-radius: 3px;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #ffffff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	color: #717171 !important;
	display: inline-block;
	margin: 1px 2px;
	line-height:20px;
	padding: 5px 10px;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #ffffff;
}
div.pagination span.current {
	background-color: #676767;
	background-image: -moz-linear-gradient(center top, #5f5f5f, #5c5c5c);
	border-color: #505050 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75) inset;
	color: #f2f2f2 !important;
	text-shadow: 0 1px 0 #000000;
}
.section.single-page {
	padding: 70px 0;
	overflow: hidden;
}
.section.single-page .posted_by{
	margin-bottom:25px;
	display:inline-block;
	width:100%;
}
.newsletter_links .campaign {
	margin-bottom: 10px;
}
.navigation.paging-navigation .screen-reader-text {
	display: none;
}


/* ===================================== */
/* ============ Search Page ============ */
/* ===================================== */


.search-page .post-title a {
  color: #D21C28;
  font-size: 35px;
  text-decoration: none;
}

.search-page .read-btn {
  color: #D21C28;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/* ===================================== */
/* ============ 404 Page =============== */
/* ===================================== */

.error-page .search-field {
	border:1px solid #dddddd;
  color: #252525;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  padding: 9px;
  width: 250px;
}

.error-page .search-submit {
  background-color: #252525;
  border: 1px solid #252525;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: -50px;
  padding: 8px 30px;
}

/* ===================================== */
/* ============= Survey ================ */
/* ===================================== */

.survey-wrapper{
	overflow: hidden;
	width: 100%;
	padding: 60px 0;
	border-bottom: 2px solid #e1e1e4;
}
.survey-wrapper .sectionTitle{
	text-align: center;
	border-bottom:none;
}

.survey-wrapper .sectionTitle h1{
	color: #f51624;
	font-family: 'Lato', sans-serif;
}

.survey-wrapper .bottom-wrap{
	margin-top: 60px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.survey-wrapper .bottom-wrap > div{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 0 30px;
	text-align: center;
}
.survey-wrapper .left-wrap{
	border-right: 2px solid #e1e1e4;
}

.survey-wrapper .left-wrap img{
	border:10px solid #e1e4e5;
	background-color: #f51624;
	border-radius: 100%;
	padding: 2px;
}


.survey-wrapper h5{
	color: #211915;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
.survey-wrapper a.btn{
	background-color: #211915;
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #FFF;
	padding: 9px 26px;
	margin-top: 90px;
	margin-bottom: 30px;
}
.survey-wrapper a.btn img{
	vertical-align: middle;
	margin-right: 5px;
}

.survey-wrapper p{
	color: #717175;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.survey-page {
  overflow: hidden;
  padding: 50px 20px;
  width: 90%;
  margin: 0 auto;
}


.bar {
	padding: 20px 0;
}
.assess input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
#myProgress, #progress {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #ddd;
}
.form-group input[type=radio] {
	-webkit-appearance: radio;
}
#mybar {
	position: absolute;
	height: 100%;
	background-color: #0088cc;
	border: 0;
	transition: width .2s ease-in-out;
	min-width: 10px;
}
.prev {
	float: left;
	background: none;
	border: none;
	color: #8c8c8c;
	padding: 0;
	text-transform: capitalize;
}
.next, .submit {
	float: right;
}
.error {
	color: #b33;
}
#label {
	text-align: center;
	line-height: 30px;
	color: white;
}
.surveyQest span.pre {
	font-style: underline;
	padding: 5px;
	display: block;
}
.surveyQest .assess {
	padding: 60px 0;
}
.surveyQest .assess p {
	font-size: 18px;
	line-height: 26px;
}
.tooltip {
	position: relative;
	float: right;
	top: -49px;
	left: 27px;
}
.tooltip.top{
	padding: 0;
}
.tooltip.top::before{
	content: '';
	left: auto;
	position: relative;
	top: auto;
}
.tooltip.top::after{
	content: '';
	right: auto;
	position: relative;
	top: auto;
}
.progress-bar {
	background-color: #D21C28;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	width: 0;
}
.tooltip-inner {
	background-color: #000;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #6D747B;
	border-width: 5px 5px 0;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}
.tooltip > .tooltip-inner {
	background-color: #000;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.popOver + .tooltip > .tooltip-arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.survey-page section {
	margin: 140px auto;
	height: 1000px;
}
.survey-page .progress {
	border-radius: 0;
	-webkit-border-radius: 0; 
    -moz-border-radius: 0; 
	overflow: visible;
}
.register span {
	display: block;
}
.values .cont-box.txtleft {
  border: 1px solid #6b7672;
  padding-left:20px;
    padding-right:20px;
	min-height:260px;
	text-align:center!important;
}
.values .cont-box.txtleft  h2{
	font-size:22px;
}

.values .cont-box.txtleft  h2 i{

	display:block
}
.values .cont-box.txtleft h2 {
  line-height: 32px;
}

.stepDetails .commands{
	overflow: hidden;
	margin-top: 20px;
}

.btn.next, .btn.prev{
  background-color: #211915;
  border: 1px solid #211915;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}
.btn.prev{
	margin-right: 6px;
}
.btn.next{
	float: left;
}
.btn.prev i{
	margin-right: 5px;
}
.btn.next i{
	margin-left:5px; 
}
.btn i{
	font-size: 25px;
	color: #FFF;
	vertical-align: top;
	line-height: 20px;
}

.btn.next:hover, .btn.prev:hover {
  background-color: #211915;
  border-color: #211915;
}

.contact-form {
  margin: 0 auto 67px auto;
  width: 500px;
  background-repeat: repeat;
  overflow: hidden;
  padding: 26px;
}
.stepDetails .contact-form .form-group{
	margin-bottom: 20px;
}
.stepDetails .form-group.grid2 > span {
  width: 48.5%;
}
.contact-form input, .contact-form textarea {

	color: #656565;

	font-size: 15px;

	font-weight: 300;

	border: 1px solid #020202;

	width: 100%;

	padding: 10px 15px;

}
.stepDetails label{
	display: inline-block;
	vertical-align: top;
}
.questTitle{
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #626262;
}

#QuestForm h6{
	color: #020202;
	font-size: 20px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

fieldset .form-group label{
	margin-right: 6px;
}


/* ===================================== */
/* ========== Survey Thank You ========= */
/* ===================================== */

.surveyReport .row{
	overflow: hidden;
	width: 100%;
}
.surveyReport h3{
	font-size: 33px;
	line-height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #f51624;
	text-align: center;
}

.surveyGraph{
	overflow: hidden;
	width: 100%;
	border:2px solid #d6d6d9;
	padding: 40px;
	margin-top: 40px;
}

.surveyReport .leftSide{
	float: right;
	width: 300px;
	text-align: center;
}
.surveyReport .rightSide{
	float: left;
	padding: 70px 20px 40px 0;
	width: 690px;
}
.row.indvidual-report{
	  padding: 40px 0;
	  margin-bottom: 0;
}
.indvidual-report .items {
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.indvidual-report h3{
	color: #211915;
	font-size: 25px;
	margin-bottom: 30px;
}
.indvidual-report .items > div{
	display: inline-block;
	vertical-align: top;
	width: 228px;
	padding: 0 10px;
	text-align: left;
}

.indvidual-report .icon{
	margin: 0 auto 15px auto;
}
.indvidual-report .items h4 {
	font-size: 21px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
.indvidual-report .items p{
	font-size: 15px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.indvidual-report .score{
	display: inline-block;
	font-size: 23px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;

}
.indvidual-report .score > span{
	font-size: 26px;
	color: #f51624;
	vertical-align: middle;

}

.shareCard{
	background-color: #23486e;
	padding: 40px 0;
	color: #FFF;
	margin-bottom: 0;
}
.shareCard h3, .shareCard p{
	color: #FFF;
}
.overallScore{
	position: relative;
}
.scorePercent {
  position: absolute;
  top: 100px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.scorePercent h5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #211915;
	margin-bottom: 4px;
}
.scorePercent h2{
	color: #f51624;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 34px;

}

.overallScore span{
	position: absolute;
	top: 0;
	width: 36px;
	font-size: 18px;
	height: 36px;
	padding: 2px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	background-color: #211915;
}

.overallScore span.st {
  left: 38px;
  top: 86px;
}
.overallScore span.fian {
  left: 94px;
  top: 32px;
}
.overallScore span.operat {
  right: 92px;
  top: 33px;
}
.overallScore span.physic {
  right: 36px;
  top: 90px; 
}
.overallScore span.emot {
  right: 36px;
  bottom: 87px;
  top: auto;
}



/* ===================================== */
/* ============= Footer ================ */
/* ===================================== */

.footer {
	background-color:#f4f4f4;
	padding:20px 0;
	overflow: hidden;
}
.footer .content {
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 15px;
  position:relative;
}
.footer .flogo{
	width:120px;
	float:left;
	margin-right:30px;
}
.footer .fmenu{
	width:700px;
	float:left;
	margin: 9px 0;
}
.fmenu ul li{
	display:inline-block;
	list-style:none;
	margin-right:10px;
}
.fmenu ul li a{
	color:#aaaaaa;
	font-size:15px;
	font-weight:600;
}
.fmenu ul li a:hover, .fmenu ul li.current_page_item a{
	color:#D21C28;
}
.copyright p{
	margin: 0;
	font-size:13px;
}
.copyright a{
	color:#D21C28;
}
.licenceNo{
	float: right;
}
.licenceNo > span{
	color:#D21C28;
}


.saleSite{
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.saleSite .siteBox {
	padding-top: 25px;
}
.saleSite .siteBox > div{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 1% 1% 1%;
}

/* ===================================== */
/* ============= Media Query =========== */
/* ===================================== */

.c-header__quicklinks-toggle {
    border: none;
    border-radius: 4px;    
    -webkit-border-radius: 4px;   
    -moz-border-radius: 4px;
    float: right;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.no-js .c-header__quicklinks-toggle {
    display: none;
}
.c-header__quicklinks-toggle {
    border: 1px solid #D21C28;
    background-color:#D21C28;
    height: 44px;
    right: 16px;
    top: 0;
    width: 44px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .c-header__quicklinks-toggle {
    top: 30px;
}
.header.sticky .c-header__quicklinks-toggle {
    top: 18px;
}
.customize-support .header .c-header__quicklinks-toggle {

  top: 60px;

}
.customize-support .header.sticky .c-header__quicklinks-toggle {
  top: 20px;
}
.c-header__quicklinks-toggle i {
	color:#FFF;
	padding:9px;
	font-size:25px;
}
.c-header__quicklinks-toggle i.fa-times{
	display:none;
	padding: 8px 11px;
}
.c-quicklinks-is-open .c-header__quicklinks-toggle i.fa-times{
	display:block;
}
.c-quicklinks-is-open .c-header__quicklinks-toggle i.fa-th{
	display:none;
}
.c-header__quicklinks-toggle svg {
    display: block;
    fill: #9e9f9e;
    height: 21px;
    left: 50%;
    margin-left: -2px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -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;
    transition: all 0.3s ease-in-out 0s;
    width: 21px;
}

.section.boxes {
  margin: 30px 0;
}

.boxes .box {
  float: left;
  margin-right: 70px;
  width: 450px;
}

.boxes .box:nth-of-type(2) {
  margin-right: 0px;
}
.boxes .box_txt{
	margin-top: 20px;
}
.boxes .box_txt > div{
  display: inline-block;
  vertical-align: middle;
}
.boxes .box_txt1 { 
	width: 40px;
	padding-left: 20px; 
	font-size: 28px;
}


/* =============Content-block============================= */
.lato {
  font-family: "Lato", sans-serif; }
  .lato.light {
    font-weight: 300; }

.mont {
  font-family: "Montserrat", sans-serif; }
  .mont.light {
    font-weight: 300; }

.dropbtn {
  background-color: #fff;
  color: #969696;
  padding: 16px;
  font-size: 28px;
  border: none;
  cursor: pointer; }

.dropbtn:hover, .dropbtn:focus {
  outline: none; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content ul li {
  display: block;
  background-image: none !important;
  list-style-type: none;
  padding: 0; }
  .dropdown-content ul li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

.dropdown a:hover {
  background-color: #ddd; }

.show {
  display: block; }

.buss-head {
  display: block;
  padding: 30px 0; }

.buss-head > div {
  display: inline-block;
  vertical-align: middle; }

.buss-head .dropdown {
  width: 168px;
  text-align: left; }

.buss-head .bussiness {
  width: 72%;
  text-align: center; }
  .buss-head .bussiness h2 {
    margin-bottom: 0; }
      .buss-head .bussiness h2.bold {
      	font-weight: 700;
      	color:#000;
      	text-transform: uppercase;
      }

.buss-head .sale {
  width: 12%;
  text-align: right; }

/* =============Content-block============================= */
.content-block .container {
  width: 1330px; }

.content-block .row {
  overflow: hidden;
  display: inline-table;
  width: 100%; }

.content-block .imgGrid {
  display: table;
  width: 100%; }

.content-block .imgGrid > div {
  display: table-cell;
  vertical-align: top;
  width: 100%; }

.content-block .img-row .section-title {
  margin-top: 25px; }

.content-block .imgGrid.grid1 > div {
  width: 100%;
  height: 35em; }

.content-block .imgGrid.grid2 > div {
  width: 49.7%;
  height: 30em; }

.content-block .imgGrid.grid3 > div {
  width: 33%;
  height: 20em; }

.content-block .imgGrid.grid2 > div:first-child {
  padding-right: 1%; }

.content-block .imgGrid.grid2 > div:last-child {
  padding-left: 1%; }

.content-block .row.fullWidth.BGimage .container {
  text-align: center;
  width: 1000px; }
.content-block .row.fullWidth.BGimage .section-title {
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px; }
.content-block .row.fullWidth.BGimage a.btn {
  margin-top: 20px; }
.content-block .row.fullWidth.BGimage .layer.black {
  background-color: rgba(0, 0, 0, 0.9); }
  .content-block .row.fullWidth.BGimage .layer.black h2, .content-block .row.fullWidth.BGimage .layer.black p {
    color: #fff; }
.content-block .row.fullWidth.BGimage .layer.blue {
  background-color: rgba(48, 54, 142, 0.9); }
  .content-block .row.fullWidth.BGimage .layer.blue h2, .content-block .row.fullWidth.BGimage .layer.blue p {
    color: #fff; }
.content-block .row.fullWidth.BGimage .layer.white {
  background-color: #fff; }
.content-block .row.fullWidth.BGimage .layer .content.bg {
  padding: 100px 0; }
  .content-block .row.fullWidth.BGimage .layer .content.bg .text {
    padding-bottom: 0; }
.content-block .row.fullWidth hr {
  border: none;
  background-color: #b0b0b0;
  height: 4px;
  width: 50px;
  margin: 0 auto 30px; }
.content-block .row.fullWidth .content {
  overflow: hidden;
  width: 100%;
  padding: 60px 0 0; }

  .content-block .row.fullWidth .content .text.pdb{
	padding-bottom: 15px;
  }
  .content-block .row.fullWidth .content.pdt{
  	padding-top: 15px;
  }

  .content-block .row.fullWidth .content .text {
    padding-bottom: 60px; }
    .content-block .row.fullWidth .content .text.lato p {
      font-family: "Lato", sans-serif;
      font-weight: 300; }
    .content-block .row.fullWidth .content .text .top_title {
      text-align: center; }
      .content-block .row.fullWidth .content .text .top_title h2 {
        font-size: 35px;
        line-height: 45px;
        text-transform: uppercase; }
        .content-block .row.fullWidth .content .text .top_title h2.section-title {
          margin-top: 30px; }
      .content-block .row.fullWidth .content .text .top_title hr {
        border: none;
        background-color: #b0b0b0;
        height: 4px;
        width: 50px;
        margin: 0 auto 30px; }
      .content-block .row.fullWidth .content .text .top_title h4 {
        margin-top: 10px;
        color: #969696;
        font-size: 24px; }
.content-block .row.fullWidth .img-block {
  min-height: 25em; }
  .content-block .row.fullWidth .img-block.grid2 {
    width: 50%; }

.fullWidth .section-title,
.fullWidth .section-subTitle {
  text-align: center; }

.content-area {
  position: relative; }
  .content-area hr {
    border: none;
    background-color: #b0b0b0;
    height: 4px;
    width: 50px;
    margin: 0 0 30px; }

.content-area .img-block {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-clip: content-box;
  width: 50%; }

.content-area .content-wrap {
  max-width: 100%;
  width: 100%;
  padding: 5% 0; }
  .content-area .content-wrap.bcg {
    background-color: #f1f1f2; }

.row.content-left.one-third {
  padding-top: 3%; }

.row.content-left.one-third .content-area .content-wrap {
  padding: 0 5% 0 0; }

.row.content-right.one-third .content-area .content-wrap {
  padding: 0 0 5% 5%; }




.row .section-title {
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
  .row .section-title.light {
    font-weight: 300 !important; }

.row.greyBg .section-title {
  color: #969696; }

.content-wrap.width30 {
  max-width: 30%; }

.content-wrap.width45 {
  max-width: 45%; }

.content-wrap.width55 {
  max-width: 55%; }

.content-wrap.width70 {
  max-width: 70%; }

.content-wrap.width60 {
  max-width: 57.6%; }

.content-wrap.width40 {
  max-width: 40%; }

.content-wrap.width50 {
  max-width: 50%; }

.img-block.width30,
.video-block.width30,
.row-img-block.width30 {
  width: 30%; }

.img-block.width40,
.video-block.width40,
.row-img-block.width40 {
  width: 40%; }

.img-block.width45,
.video-block.width45,
.row-img-block.width45 {
  width: 45%; }

.img-block.width50,
.video-block.width50,
.row-img-block.width50 {
  width: 50%; }

.img-block.width55,
.video-block.width55,
.row-img-block.width55 {
  width: 55%; }

.img-block.width60,
.video-block.width60,
.row-img-block.width60 {
  width: 60%; }

.img-block.width70,
.video-block.width70,
.row-img-block.width70 {
  width: 70%; }

.row.content-left .content-area .img-block {
  right: 0;
  left: auto; }

.row.content-right .content-area .img-block {
  left: 0;
  right: auto; }

.steps_form {
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 0px 10px grey;
  padding: 20px; }

.content-wrap.width30 .text {
  width: 300px; }

.content-wrap.width40 .text {
  width: 360px; }

.content-wrap.width45 .text {
  width: 340px; }

.content-wrap.width50 .text {
  width: 595px; }

.content-wrap.width55 .text {
  width: 436px; }

.content-wrap.width60 .text {
  width: 700px; }

.content-wrap.width70 .text {
  width: 815px; }

.contact-form .form-block .form-wrap {
  text-align: center;
  padding: 50px 0; }

.contact-form .form-block.width45 .form-wrap {
  width: 454px; }

.contact-form .form-block.width55 .form-wrap {
  width: 530px; }

.form-block .submitBtn {
  padding: 12px 70px;
  background-color: #c3ae97;
  border-color: #c3ae97; }

.form-block .form-group.grid3 > span {
  display: inline-block;
  width: 43%;
  vertical-align: top; }
.form-block .form-group.grid3 > span:first-child {
  margin-right: 1%; }
.form-block .form-group.grid3 > span:last-child {
  margin-left: 1%; }
.form-block .form-group.grid3 > span.submit-input > input {
  width: 100%; }
.form-block .captcha-img {
  width: 12% !important; }
.form-block .grey-btn.submitBtn {
  padding: 12px 30px;
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important; }

.content-left .content-wrap {
  padding-right: 3%; }

.content-right .content-wrap {
  padding-left: 3%; }

.content-right.contact-form .form-block {
  padding-right: 5%; }

.content-left.contact-form .form-block {
  padding-left: 5%; }

.enquire-form {
  padding: 0 0 6% 0;
  margin: 0; }
  .enquire-form.en2 {
    padding: 0 0 4% 0; }
  .enquire-form .section-title {
    font-weight: 300 !important;
    text-transform: uppercase; }
    .enquire-form .section-title span {
      font-weight: 700 !important; }
  .enquire-form .form-block .form-wrap.arrow {
    border-left: 2px solid #dddddd;
    padding-left: 10%;
    position: relative; }
    .enquire-form .form-block .form-wrap.arrow:after, .enquire-form .form-block .form-wrap.arrow:before {
      left: -2px;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .enquire-form .form-block .form-wrap.arrow:after {
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #ffffff;
      border-width: 30px;
      margin-top: -30px; }
    .enquire-form .form-block .form-wrap.arrow:before {
      border-color: rgba(194, 225, 245, 0);
      border-left-color: #dddddd;
      border-width: 33px;
      margin-top: -33px; }
  .enquire-form .form-block .form-wrap .form-group .form-control {
    border-bottom: 0;
    border: 2px solid #dddddd;
    margin-bottom: 10px; }
  .enquire-form .form-block .form-wrap .form-group.captcha-box {
    margin: 20px 0; }
  .enquire-form .form-block .form-wrap.fm .form-group .form-control {
    border-bottom: 0;
    border: none;
    margin-bottom: 10px;
    background-color: #F0F0F2; }
  .enquire-form .form-block .form-wrap.fm .form-group.captcha-box > span:first-child .form-control {
    background-color: #b0b0b0;
    color: #fff;
    text-align: center; }
    .enquire-form .form-block .form-wrap.fm .form-group.captcha-box > span:first-child .form-control::placeholder {
      color: #fff;
      opacity: 1; }
  .enquire-form .form-block .submitBtn {
    background-color: #00acec;
    border-color: #00acec; }
    .enquire-form .form-block .submitBtn:hover {
      color: #fff; }

.content-right .content-area .content-wrap,
.content-left .content-area .content-wrap .text,
.content-right .content-area .img-block .contact-form,
.content-left .content-area .video-block,
.content-left .content-area .row-img-block,
.content-right .content-area .form-block.content-wrap .text {
  float: right; }
  .content-right .content-area .content-wrap.white,
  .content-left .content-area .content-wrap .text.white,
  .content-right .content-area .img-block .contact-form.white,
  .content-left .content-area .video-block.white,
  .content-left .content-area .row-img-block.white,
  .content-right .content-area .form-block.content-wrap .text.white {
    background-color: #fafafa; }

.content-left .content-area .content-wrap,
.content-right .content-area .content-wrap .text,
.content-left .content-area .img-block .contact-form,
.content-right .content-area .video-block,
.content-right .content-area .row-img-block,
.content-left .content-area .form-block.content-wrap .text {
  float: left; }
  .content-left .content-area .content-wrap p,
  .content-right .content-area .content-wrap .text p,
  .content-left .content-area .img-block .contact-form p,
  .content-right .content-area .video-block p,
  .content-right .content-area .row-img-block p,
  .content-left .content-area .form-block.content-wrap .text p {
    font-family: "Open Sans", Arial, sans-serif; }
  .content-left .content-area .content-wrap.white,
  .content-right .content-area .content-wrap .text.white,
  .content-left .content-area .img-block .contact-form.white,
  .content-right .content-area .video-block.white,
  .content-right .content-area .row-img-block.white,
  .content-left .content-area .form-block.content-wrap .text.white {
    background-color: #fafafa; }

.content-area .content-wrap .text.lato p {
  font-family: "Lato", sans-serif; }
.content-area .content-wrap .text.lato.light {
  font-weight: 300; }

.content-block .content-wrap a.btn {
  margin-top: 30px; }

.content-wrapper.monte_carlo .row.content-left,
.content-wrapper.monte_carlo .row.content-right {
  padding: 150px 0;
  position: relative;
  z-index: 222; }

.content-wrapper .row.whiteBg .section-title,
.content-wrapper .row .section-title {
  color: #4d4d4d;
  font-size: 34px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 5px; }

.content-wrapper.monte_carlo .row .content-area .content-wrap {
  padding: 1% 3%; }

/* ===================monte========== */
.content-wrapper.monte .row.whiteBg .section-title,
.content-wrapper.monte .row .section-title {
  color: #4d4d4d;
  font-family: "Lato", sans-serif; }

.content-wrapper.monte .row .content-wrap .text p {
  color: #969696; }

.btn-links {
  padding: 60px 0; }

.btn-wrap {
  text-align: center;
  display: block;
  width: 100%; }
  .btn-wrap > a.btn {
    margin-right: 20px;
    padding: 10px 40px;
    font-size: 24px; }

.contact-business {
  text-align: center; }
  .contact-business p {
    color: #fff;
    margin-bottom: 20px; }
  .contact-business .row {
    padding: 60px 0; }
    .contact-business .row > div {
      display: inline-block;
      vertical-align: middle; }
    .contact-business .row .left-wrap {
      padding-right: 2%; }
      .contact-business .row .left-wrap p {
        color: #969696;
        margin-bottom: 0; }
  .contact-business .content {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.5); }

/* ===================================== */
/* ============== Core Value =========== */
/* ===================================== */
.section.icon-wrapper {
  width: 100%;
  overflow: hidden; }

.section.icon-wrapper.top {
  margin-top: -100px; }
  .section.icon-wrapper.top .layer {
    padding: 30px 0 60px; }

.icon-wrapper .layer,
.block-wrapper .layer {
  padding: 60px 0; }

.margin-top {
  margin-top: 20px; }

.icon-wrap {
  text-align: center;
  margin: 0 auto 0 auto;
  display: table;
  width: 100%; }

.icon-wrapper .icon-type > div {
  display: table-cell;
  vertical-align: top;
  width: 247px;
  position: relative;
  padding: 0 20px; }

.icon-wrapper .icon-type h6 {
  margin-top: 15px;
  font-size: 15px; }

.icon-wrapper .icon-type h6,
.icon-wrapper .icon-type h6 a {
  color: #414142;
  font-weight: 700; }

.icon-wrapper .icon-type h6 a > hr {
  border: none;
  width: 30px;
  margin: 15px auto 0 auto;
  border-bottom: 2px solid #FFF; }

.icon-wrapper .icon-type p {
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #414142; }

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 10px 10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: transparent; }
  .hi-icon.blue > span {
    background-color: #00acec;
    padding: 0; }

.hi-icon > span {
  background-color: transparent;
  border: 2px solid transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.hi-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased; }

/* Effect 8 */
.icon-effect .hi-icon {
  background: #969696;
  padding: 0px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s; }

.icon-effect .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.icon-effect .hi-icon:hover {
  background: #D21C28;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff; }

.icon-effect .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms; }

.icon-effect .hi-icon.blue:hover:after {
  -webkit-animation: sonarEffect2 1.3s ease-out 75ms;
  -moz-animation: sonarEffect2 1.3s ease-out 75ms;
  animation: sonarEffect2 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #D21C28, 0 0 0 10px rgba(245, 91, 59, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes sonarEffect2 {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes sonarEffect2 {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect2 {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.1), 0 0 10px 10px #00acec, 0 0 0 10px rgba(0, 174, 239, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
/* ===================================== */
/* =============Content-block============================= */
@media (min-width: 768px) {
.c-header__quicklinks-toggle svg {
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
}
}
.c-header__quicklinks-toggle svg.icon-grid {
    margin-left: -11px;
    opacity: 1;
}
@media (min-width: 768px) {
.c-header__quicklinks-toggle svg.icon-grid {
    margin-left: -9px;
}
}
.c-quicklinks-is-open .c-header__quicklinks-toggle svg.icon-grid {
    opacity: 0;
    -webkit-transform: scale(0.9) rotate(90deg);
    -moz-transform:  scale(0.9) rotate(90deg);
    -ms-transform:   scale(0.9) rotate(90deg);
    -o-transform:   scale(0.9) rotate(90deg);
    transform: scale(0.9) rotate(90deg);
}
.c-header__quicklinks-toggle svg.icon-close {
    margin-left: -11px;
    opacity: 0;
    -webkit-transform: scale(0.9) rotate(-90deg);
    -moz-transform:  scale(0.9) rotate(-90deg);
    -ms-transform:   scale(0.9) rotate(-90deg);
    -o-transform:   scale(0.9) rotate(-90deg);
    transform: scale(0.9) rotate(-90deg);
}
.c-quicklinks-is-open .c-header__quicklinks-toggle svg.icon-close {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform:  scale(1) rotate(0deg);
    -ms-transform:  scale(1) rotate(0deg);
    -o-transform:  scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

@media (min-width: 768px) {
.c-header__quicklinks-toggle svg.icon-close {
    margin-left: -9px;
}

}

.c-hero-quote {
    background: #fff none repeat scroll 0 0;
    text-align: center;
}
.c-hero-video, .c-hero-video video {
    backface-visibility: hidden;
    background-image: url("/images/elements/hero-video-placeholder-mobile.jpg");
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    top: 0;
}

@media (max-width: 767px) and (min-width: 768px) {
.c-nav, .c-quicklinks {
    top: 80px;
}
}
.c-nav {
    height: auto;
}
@media (max-width: 767px) {
.js .c-nav, .js .c-quicklinks {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
    -moz-transition: opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
    -o-transition: opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
    visibility: hidden;
}
.c-nav li, .c-quicklinks li {
    background-color: #fafafa;
    border-bottom: 1px solid #d8d8d8;
}
.c-nav li a, .c-quicklinks li a {
    color: #9e9f9e;
    display: block;
    padding: 30px 20px 0 20px;
    text-decoration: none;
}
.c-nav {
    padding-bottom: 100px;
}
.js .c-nav-is-open .c-nav {
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}
.c-nav li {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform:  translateY(-20px);
    -ms-transform:  translateY(-20px);
    -o-transform:  translateY(-20px);
    transform: translateY(-20px);
}
.c-nav-is-open .c-nav li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;   
    transition: all 0.5s ease-in-out 0s;
}
.c-nav-is-open .c-nav li:nth-child(1) {
    transition-delay: 275ms;
    -webkit-transition-delay:  275ms;
    -moz-transition-delay: 275ms;
    -o-transition-delay:  275ms;
}
.c-nav-is-open .c-nav li:nth-child(2) {
    transition-delay: 350ms;
    -webkit-transition-delay:  350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay:  350ms;
}
.c-nav-is-open .c-nav li:nth-child(3) {
    transition-delay: 425ms;
    -webkit-transition-delay:  425ms;
    -moz-transition-delay:  425ms;
    -o-transition-delay:   425ms;
}
.c-nav-is-open .c-nav li:nth-child(4) {
    transition-delay: 0.5s;
    -webkit-transition-delay:  0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay:  0.5s;
}
.c-nav-is-open .c-nav li:nth-child(5) {
    transition-delay: 575ms;
    -webkit-transition-delay:  575ms;
    -moz-transition-delay: 575ms;
    -o-transition-delay:  575ms;
}
.c-nav-is-open .c-nav li:nth-child(6) {
    transition-delay: 650ms;
    -webkit-transition-delay:  650ms;
    -moz-transition-delay: 650ms;
    -o-transition-delay:  650ms;
}
.c-nav-is-open .c-nav li:nth-child(7) {
    transition-delay: 725ms;
    -webkit-transition-delay:  725ms;
    -moz-transition-delay: 725ms;
    -o-transition-delay:  725ms;
}
.c-nav-is-open .c-nav li:nth-child(8) {
    transition-delay: 0.8s;
    -webkit-transition-delay:  0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay:  0.8s;
}
.c-nav-is-open .c-nav li:nth-child(9) {
    transition-delay: 875ms;
    -webkit-transition-delay:  875ms;
    -moz-transition-delay: 875ms;
    -o-transition-delay:  875ms;
}
.c-nav-is-open .c-nav li:nth-child(10) {
    transition-delay: 950ms;
    -webkit-transition-delay:  950ms;
    -moz-transition-delay: 950ms;
    -o-transition-delay:  950ms;
}
}
@media (min-width: 768px) {
.c-nav {
    left: 185px;
    position: absolute;
    top: 29px;
    z-index: 20;
}
.c-nav li {
    display: inline-block;
    margin-right: 30px;
}
.c-nav li a {
    border-bottom: 4px solid transparent;
    color: #9e9f9e;
    padding: 10px 0 2px;
    text-decoration: none;
}
.c-nav li a.is-active {
    border-bottom-color: #82b541;
    color: #3e3f3d;
}
.c-nav li a:hover {
    color: #3e3f3d;
}
}
@media (max-width: 767px) {
.c-quicklinks {
    display: table;
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.js .c-quicklinks-is-open .c-quicklinks {
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}
.c-nav-is-open .c-quicklinks {
    display: none;
    opacity: 0;
     -webkit-transition: none 0s ease 0s ;
    -moz-transition: none 0s ease 0s ;
    -o-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;
}
}

.c-quicklinks {
    background-color: #fff;
    z-index:888;
    bottom: 0;
    display: table;
    height: calc(100vh - 100px);
    left: 0;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 101px;

    -webkit-transform: scale(1);

    -moz-transform:  scale(1);

    -ms-transform:  scale(1);

    -o-transform:  scale(1);

    transform: scale(1);

    -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;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.header.sticky .c-quicklinks {
    top: 90px;
    height: calc(100vh - 90px);
}
.customize-support .c-quicklinks {
  top: 133px;  
}
.customize-support .header.sticky .c-quicklinks {
  top: 91px;  
}
.c-quicklinks-is-open .c-quicklinks {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transform: scale(1);
    visibility: visible;
}
.c-quicklinks__inner {
    display: table-cell;
    padding-bottom: 60px;
    vertical-align: middle;
    width: 100%;
}
.c-quicklinks h2 {
    color: #9e9f9e;
    display: block;
    text-align: center;
}
@media (max-width: 767px) {
.c-quicklinks .o-grid {
    padding: 0;
}
.c-quicklinks h2 {
    font-size: 1.125rem !important;
    margin-bottom: 22px;
    margin-top: 20px;
}
}
@media (min-width: 768px) {
.c-quicklinks h2 {
    margin-bottom: 80px;
}
.c-quicklinks__list {
    min-height: 320px;
}
}
@media (min-width: 768px) and (max-height: 768px) {
.c-quicklinks h2 {
    margin-bottom: 40px;
}
}
.c-quicklinks__list {
    position: relative;
}
.c-quicklinks__list li {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 767px) {
.c-quicklinks__list li {
	-webkit-transform: translateY(-20px);
    -moz-transform:  translateY(-20px);
    -ms-transform:  translateY(-20px);
    -o-transform:  translateY(-20px);
    transform: translateY(-20px);
}
.c-quicklinks__list li:first-child {
    border-top: 1px solid #d8d8d8;
}
.c-quicklinks-is-open .c-quicklinks__list li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay:  0.1s;
    -o-transition-delay: 0.1s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay:  0.2s;
    -moz-transition-delay:  0.2s;
    -o-transition-delay:  0.2s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay:  0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay:  0.3s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay:  0.4s;
    -moz-transition-delay:  0.4s;
    -o-transition-delay:  0.4s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(5) {
    transition-delay: 0.5s;
    -webkit-transition-delay:  0.5s;
    -moz-transition-delay:  0.5s;
    -o-transition-delay:  0.5s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(6) {
    transition-delay: 0.6s;
    -webkit-transition-delay:  0.6s;
    -moz-transition-delay:  0.6s;
    -o-transition-delay:  0.6s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(7) {
    transition-delay: 0.7s;
    -webkit-transition-delay:  0.7s;
    -moz-transition-delay:  0.7s;
    -o-transition-delay:  0.7s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(8) {
    transition-delay: 0.8s;
    -webkit-transition-delay:  0.8s;
    -moz-transition-delay:  0.8s;
    -o-transition-delay:  0.8s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(9) {
    transition-delay: 0.9s;
    -webkit-transition-delay:  0.9s;
    -moz-transition-delay:  0.9s;
    -o-transition-delay:  0.9s;
}
.c-quicklinks-is-open .c-quicklinks__list li:nth-child(10) {
    transition-delay: 1s;
    -webkit-transition-delay:  1s;
    -moz-transition-delay: 1s;
    -o-transition-delay:  1s;
}
}
@media (min-width: 768px) {
.c-quicklinks__list li {
    -webkit-transform: scale(0.95);
    -moz-transform:  scale(0.95);
    -ms-transform:  scale(0.95);
    -o-transform:  scale(0.95);
    transform: scale(0.95);
    display:inline-block;
    width:33.1%;
    vertical-align:top;
    margin-bottom: 15px;
}

.c-quicklinks-is-open .c-quicklinks__list li {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transform: scale(1);
    -webkit-transition-delay:  0.1s;
    -moz-transition-delay:  0.1s;
    -o-transition-delay:  0.1s;
    transition-delay: 0.1s;
}
.c-quicklinks__list li a {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 18px 14px 0 14px;
    text-align:center;
}
.c-quicklinks__list li a:hover {
    background-color: #f5f5f5;
}


}
.c-quicklinks__list li .icon-external {
  position: absolute;
  right: 7px;
  top: 7px;
}
.c-quicklinks__list li .c-title {
  border-bottom: 2px solid #000;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size:15px;
  color:#b4b4b4;
}
.c-quicklinks__list li:first-child .c-title {
	border-color:#0f4492;
}
.c-quicklinks__list li:nth-of-type(2) .c-title {
	border-color:#D21C28;
}
.c-quicklinks__list li:nth-of-type(3) .c-title {
	border-color:#e61e67;
}
.c-quicklinks__list li:nth-of-type(4) .c-title {
	border-color:#69c6d8;
}
.c-quicklinks__list li:nth-of-type(5) .c-title {
	border-color:#357ec2;
}
.c-quicklinks__list li:last-child .c-title {
	border-color:#EB5D2D;
}
.c-quicklinks__list li a {
    display: block;
    position: relative;
    text-decoration: none;
}
.c-quicklinks__list li a svg.icon-external {
    fill: #9e9f9e;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 26px;
    top: 50%;
    width: 24px;
}
.c-quicklinks__list li a svg.icon-chevron-right {
    fill: #b2b2b2;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 26px;
    top: 50%;
    width: 18px;
}
.c-quicklinks__list li a.c-quicklinks__special {
    color: #1fb4da;
}
@media (min-width: 768px) {
.c-quicklinks__list li a.c-quicklinks__special {
    padding: 30px 35px;
}
}
.c-quicklinks__list li a.c-quicklinks__special span {
    color: #9e9f9e;
    display: block;
    font-size: 14px;
}
.c-quicklinks .c-strip-nav {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 767px) {
.js .c-quicklinks-is-open .c-quicklinks {
    display: table;
    position: relative;
    -webkit-transform: translateY(0px);
    -moz-transform:  translateY(0px);
    -ms-transform:  translateY(0px);
    -o-transform:  translateY(0px);
    transform: translateY(0px);
}
}

.c-nav-is-open .c-social {
    bottom: 15px;
}
.c-strip-nav {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    height: 52px;
    position: relative;
    text-align: center;
    z-index: 10;
}
@media (min-width: 768px) {
.c-strip-nav {
    height: 60px;
}
}
@media (min-width: 992px) {

.c-strip-nav {
    text-align: left;
}
.c-strip-nav li a, .c-strip-nav li button {
    padding: 15px;
}
}
.c-strip-nav--centered {
    text-align: center;
}
.c-strip-nav.is-stuck {
    position: fixed;
    top: 60px;
}
.c-strip-nav li {
    display: inline-block;
    position: relative;
}
.c-strip-nav li::after, .c-strip-nav li::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 85%;
     -webkit-transition: top 260ms ease-in-out 0s;
    -moz-transition: top 260ms ease-in-out 0s;
    -o-transition: top 260ms ease-in-out 0s;
    transition: top 260ms ease-in-out 0s;
}
.c-strip-nav li::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    height: 0;
    margin-left: -9px;
    width: 0;
    z-index: 1;
}
.c-strip-nav li::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #d8d8d8;
    height: 0;
    margin-left: -10px;
    width: 0;
    z-index: 0;
}
.c-strip-nav li a, .c-strip-nav li button {
    background-color: #fff;
    color: #8c8e8c;
    display: block;
    height: 58px;
    outline: 0 none;
    padding: 15px;
    position: relative;
    z-index: 2;
}
.c-strip-nav li a:hover, .c-strip-nav li button:hover {
    color: #3e3f3d;
}
.c-strip-nav li.is-selected::after, .c-strip-nav li.is-selected::before {
    top: 100%;
}
.c-strip-nav li.is-selected button {
    color: #82b541;
}
.c-strip-nav__current {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    color: #82b541;
    cursor: pointer;
    font-size: 1rem;
    height: 52px;
    line-height: 22px;
    padding: 15px 15px 15px 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.c-strip-nav__current::after {
    display: block;
    font-size: 18px;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 18px;
}

.u-visually-hidden {
    border: 0 none !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
@media screen and (max-width: 1800px){
.row.content-left.one-third .content-area .content-wrap .text{
	width: 690px;
}
}
@media screen and (max-width: 1400px){
.row.content-left.one-third .content-area .content-wrap .text{
	width: 685px;
}
}
@media screen and (max-width: 1330px){
	.header .container {	  
	  padding: 0 1%;
	  width: 100%;
	}
	.content-block .container {
 	 width: 100%; }
	.header .nav {
	  width: 63%;
	}
	 .content-wrapper .content-wrap.width30 .text,
	  .content-wrapper .content-wrap.width40 .text,
	  .content-wrapper .content-wrap.width45 .text,
	  .content-wrapper .content-wrap.width50 .text,
	  .content-wrapper .content-wrap.width55 .text,
	  .content-wrapper .content-wrap.width60 .text,
	  .content-wrapper .content-wrap.width70 .text {
	    width: 90%; 
	}
	.row.content-left.one-third .content-area .content-wrap .text{
		width: 98%;
	}

}
@media screen and (max-width: 1230px){
	.nav > ul > li > a {
	  font-size: 18px;
	  padding: 6px 7px;	 
	}
	.c-quicklinks__list li {
	  width: 33%;
	}
	.surveyReport .rightSide {
		width: 65%;
	}
	.indvidual-report .items > div {
		width: 19%;
	}
}

@media screen and (max-width: 1160px){
	.inner-page .container{
		width:100%;
		padding:0 1%;
	}
	.team .textCont {
	  padding-right: 2%;
	  width: 74%;
	}
	.blog-page .post .right {
	  width: 78%;
	}
}
@media screen and (max-width: 1130px){
	.header .logo {
	  width: 150px;
	}
	.header .nav {
	  padding-left: 0;	  
	}
	.header {
	  height: 94px;
	}
	.nav ul#menu {
  		margin: 14px 0 0 0;
	}
	.nav > ul > li > a {
		font-size: 16px;
		padding: 6px 4px;
	}
	.nav > ul > li > ul {
	  top: 65px;	  
	}
	.header .phoneNo {
	  margin-top: 20px;	  
	}
	.header .c-header__quicklinks-toggle {
  		top: 15px;
	}	
	.c-quicklinks {
	  top: 90px;	  
	}
	.c-quicklinks__list li {
  		width: 49.7%;
	}
	.buss-head .bussiness {
    width: 70%; }
}

@media screen and (max-width: 1024px){
	.section.heroVideo .heroLayer {
  		height: auto;
	}
	.sliderCont .content p {
	  font-size: 30px;
	  line-height: 28px;
	}
	.sliderCont .content {
	  padding-top: 46px;
	}
	.sliderCont #bottomCont {
	  display: none;
	}
	.section.heroVideo {
	  background-size: 150%;	  
	}
	.surveyReport .rightSide {
		width: 60%;
	}
.slider-content .content {

    padding-top: 5%; }
  .buss-head .bussiness {
    width: 64%; }
	.content-block .row.fullWidth .content {
    padding: 20px 0 0; }

  .content-wrapper .content-wrap.width30 .text,
  .content-wrapper .content-wrap.width40 .text,
  .content-wrapper .content-wrap.width45 .text,
  .content-wrapper .content-wrap.width50 .text,
  .content-wrapper .content-wrap.width55 .text,
  .content-wrapper .content-wrap.width60 .text,
  .content-wrapper .content-wrap.width70 .text {
    width: 100%; }
.row.content-left.one-third .content-area .content-wrap .text {
	width: 100%;
}
  .row.content-left.one-third .content-area .content-wrap {
    padding: 2% 1.5% 0;}
	.content-block .row.fullWidth .content.pdt {
		padding-top: 0;
	}
  .content-block .row.fullWidth.BGimage .container {
    width: 100%; }

  .content-wrapper .content-area .content-wrap {
    padding: 2% 2%; }

  .content-wrap.width30,
  .content-wrap.width40,
  .content-wrap.width45,
  .content-wrap.width50,
  .content-wrap.width55,
  .content-wrap.width60,
  .content-wrap.width70 {
    max-width: 100%;
    margin-top: 20px; }

  .content-block .row.fullWidth .content .text .top_title h2.section-title {
    margin-top: 0px; }

  .content-block .row.fullWidth .content .text {
    padding-bottom: 0; }

  .content-block .row.fullWidth.BGimage {
    padding-bottom: 0; }
    .content-block .row.fullWidth.BGimage .content .text {
      padding-bottom: 20px; }

  .content-block .row.fullWidth .img-block {
    min-height: auto; }

  .content-block .row {
    padding-bottom: 20px; }

  .content-area .img-block {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center; }

  .sm-view {
    display: block;
    margin: 0 auto; }

  .img-block.width30,
  .img-block.width40,
  .img-block.width45,
  .img-block.width50,
  .img-block.width55,
  .img-block.width60,
  .img-block.width70 {
    width: 100%; }

  .row .img-block {
    text-align: center; }

  .row .img-block {
    background-image: none !important;
    background-color: #FFF; }

  .content-block .imgGrid.grid3 > div {
    background-image: none !important;
    background-color: #FFF;
    height: auto; }

  .content-block .imgGrid.grid2 > div {
    background-image: none !important;
    background-color: #FFF;
    height: auto; }

  .content-block .imgGrid.grid2 > div:first-child {
    padding-right: 0; }

  .content-block .imgGrid.grid2 > div:last-child {
    padding-left: 0; }

  .content-block .imgGrid.grid1 > div {
    width: 100%;
    background-image: none !important;
    background-color: #FFF;
    height: auto; }
}
@media screen and (max-width: 1000px){
	h1 {
	  font-size: 40px;
	  line-height: 40px;	 
	}
	h2{
		font-size:34px;
		line-height:36px;
	}

	h3{
		font-size:28px;
		line-height:28px;
	}

	h4{
		font-size:24px;
		line-height:26px;
	}
	.container {
	  padding: 0 1%;
	  width: 100%;
	}
	.header {
  		height: 136px;
	}
	.header .nav {
	  width: 100%;	  
	}
	.nav ul#menu {
	  margin: 0 0 0 0;
	}
	.nav > ul > li > ul {
	  top: 57px;
	}
	.header .phoneNo {
	  border-left: medium none;
	  margin-top: 0;
	  position: absolute;
	  right: 80px;
	  top: 21px;
	}
	.header.sticky .phoneNo {
	  top: 13px;
	}
	.header.sticky {
		height: 122px;
	}
	.header.sticky .nav ul#menu {
  		margin: 0;
	}
	.header.sticky .nav > ul > li > a {
	  padding: 0 7px;
	}
	.header.sticky .nav > ul > li > ul {
  		top: 45px;
	}
	
	.section_video {
	  height: 470px;	 
	}
	
	.sliderCont .content h2 {
	  font-size: 34px;
	}
	
	.who .content .left, .cbp-so-side.cbp-so-img {
	  width: 30%;
	}	
	.who .content .right, .cbp-so-side.cbp-so-text {
	  margin-left: 3%;
	  width: 67%;
	}
	.getTickets .topCont .left {
	  width: 42%;
	}
	.getTickets .topCont .left h1 {
	  font-size: 40px;	  
	}
	.getTickets .topCont .right {
	  width: 43%;
	}
	.row .leftCont{
		margin-bottom:20px;
	}
	.row .leftCont.width50, .row .rightCont.width50,
	.row .leftCont.width50, .row .rightCont.width50,
	.row .leftCont.width40, .row .rightCont.width40,
	.row .leftCont.width60, .row .rightCont.width60
	 {
  		width: 100%;
	}
	.row .rightCont.float-right {
	  margin-left: 0;
	}
	.row .leftCont.float-left {
	  margin-right: 0;
	}
	.case-steps .stepsNo {
	  padding: 30px 15px;
	}

	.steps .ch-grid li {
	  height: 162px;
	  width: 19.5%;
	}
	.casePage.steps .ch-grid li {
	  width: 19.5%;
	}
	.casePage.steps .ch-info > span, .casePage.steps .ch-info a > span {
	  padding: 12px;
	}
	.steps .ch-img-1 {
	  background-image: none;
	  background-color:#4D0A00;
	}
	.steps .ch-img-2 {
	  background-image: none;
	  background-color:#911000;
	}
	.steps .ch-img-3 {
	  background-image: none;
	  background-color:#DC1B00;
	}
	.steps .ch-img-4 {
	  background-image: none;
	  background-color:#FF3F25;
	}
	.steps .ch-img-5 {
	  background-image: none;
	  background-color:#FF7662;
	}
	.steps .ch-grid > li#gridStep1 .ch-info .ch-info-back {
		background-image: none;
  		background-color:#24113C;
	}
	.steps .ch-grid > li#gridStep2 .ch-info .ch-info-back {
		background-image: none;
  		background-color:#442869;
	}
	.steps .ch-grid > li#gridStep3 .ch-info .ch-info-back {
		background-image: none;
  		background-color:#AA96C3;
	}
	.steps .ch-grid > li#gridStep4 .ch-info .ch-info-back {
		background-image: none;
  		background-color:#8D6ABA;
	}
	.steps .ch-grid > li#gridStep5 .ch-info .ch-info-back {
		background-image: none;
  		background-color:#AC88D9;
	}

	.steps .ch-grid > li#gridStep2, .steps .ch-grid > li#gridStep3, .steps .ch-grid > li#gridStep4, .steps .ch-grid > li#gridStep5 {
	  margin-left:0;	 
	}
	.steps .ch-info > div, .steps .ch-info > span, .steps .ch-info a > span {
	  padding: 12px;	  
	}

	
	.case-steps .stepsNo h3 {
	  font-size: 36px;	  
	}
	.team .textCont {
	  width: 71%;
	}
	.blog-page .post .left {
	  width: 250px;
	}
	.blog-page .post .right {
  		width: 100%;
  		padding-left: 0;
	}
	.casePage .content {
	  width: 100%;
	}
	.indvidual-report .items {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 990px){
	
	.stepsCont .step {
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  padding: 4%;
  width: 22%;
  min-height: 218px;
}
.stepsCont #step1,.stepsCont #step2,.stepsCont #step3,.stepsCont #step4,.stepsCont #step5 {
  background-image:none;

}
.cbp-so-side-left img {
  float: left;
}
.section.heroVideo {
  min-height: 380px;
}
.stepsCont #step1{background-color:#24113c;}
.stepsCont #step2{background-color:#442869;}
.stepsCont #step3{background-color:#D21C28;}
.stepsCont #step4{background-color:#8d6aba;}
.stepsCont #step5{background-color:#ac88d9;}

.boxes .box {
  float: left;
  margin-right: 2%;
  width: 49%;
}
.surveyReport .leftSide {
	float: none;
	width: 300px;
	margin: 0 auto;
	display: block;
}
.surveyReport .rightSide {
		width: 100%;
		padding:40px 0 0 0;
}
}
@media screen and (max-width: 900px){
	.c-quicklinks__list li {
	  width: 32.9%;
	}

	.saleSite .siteBox > div {
	  width: 30.9%;
	}


	.section_video {
	  height: 380px;
	}
	.who .content .left, .cbp-so-side.cbp-so-img {
  		width: 100%;
	}
	.who .content .right, .cbp-so-side.cbp-so-text {
	  margin: 20px 0 0 0;
	  width: 100%;
	}
	.caseStudy .content .left {
	  width: 100%;
	}
	.caseStudy .content .right {
	  padding-left: 0;
	  margin-top:25px;
	  width: 100%;
	}
	.contactForm .formCont {
	  padding: 4% 2%;	 
	}
	.case-steps .row > div.rightCont {
	  padding-top: 30px;	  
	}
	.team .textCont {
  		width: 68%;
	}
	.footer .fmenu {
	  width: 70%;
	}
}


@media screen and (max-width: 800px){

	.header .nav {
	  width: 100%;
	}
	.nav ul#menu {
 		 margin: 6px 0 0;
	}
	.header .phoneNo {
	  top: 22px;
	}
	.c-quicklinks {
	  top: 135px;
	  height:auto;
	  padding-top:15px;
	  
	}
	.steps .topCont .content p {
	  font-size: 18px;	  
	}
	.steps .topCont .content h4 {
  		font-size:23px;
	}
	.storiesCont > div {
	  width: 24.5%;
	}
	.team .textCont {
  		width: 66%;
	}
	.contact-business .row .left-wrap p {
    font-size: 18px; }
}

@media screen and (max-width: 767px){
  .sm-view {
    display: block; }
.visible-lg{
	display:none;
}
.visible-xs{
	display: block;
}
#bgvid {
  display: none;
}
.header .c-header__quicklinks-toggle {
  position:relative;  
  top:0;
}
.c-quicklinks__list li {
  width: 100%;
}
.customize-support .header .c-header__quicklinks-toggle {
  top: 0;
}
.c-header__quicklinks-toggle {
  right: 8px;  
}
.customize-support .header.sticky .c-header__quicklinks-toggle {
  top: 0px;
}
.header.sticky .phoneNo {
  top: 86px;
}
.header.sticky {
  height: auto;
}
.header.sticky {
  position: relative;
  top: 0;
}
.slider-content {
    position: relative; }

.slider-content .content {
    padding: 1% 0 5%; }

  .slider-content .content.mont span > h1 {
    letter-spacing: 0;
    font-size: 42px;
    line-height: 62px; }

  .slider-content a.btn {
    margin: 0px 10px 0 0; }
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	float: left;
	margin: 8px 0 0 0.4em;
}
.slicknav_nav .slicknav_arrow i{
	font-size: 15px;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
/* IE6/7 support */
.slicknav_menu {
	width:100%;
	position:relative;
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #D21C28;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
	padding: 5px;
}
.slicknav_nav {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-color: #333333;
	border-top:1px solid #D21C28;
	position: absolute;
	top: 65px;
	width: 100%;
	right:0;
	z-index: 999;
	text-align:right;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
}
.slicknav_nav ul {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.slicknav_nav .sub-menu a{
	color:#FFF;
}
.slicknav_nav .slicknav_row {
	padding: 4px 9px;
	margin: 0;
}
.slicknav_nav a {
	padding: 4px 9px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-size: 18px;
	letter-spacing:1px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0 4px 0 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover {
	color: #fff;
}
.slicknav_nav li a:hover{
	color: #20343D;
	background-color:#FFF;
}
.slicknav_nav li a:hover a{
	color: #FFF;
}
.slicknav_nav .slicknav_parent > a:hover a{
	color: #20343D;
}
.slicknav_nav li:hover a .slicknav_row a{
	color: #000;
	background-color:transparent;
}
.slicknav_nav li:hover .slicknav_arrow{
	color:#000;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .sub-menu li:hover a{
	background-color:#F3F6F9;
	color:#000;
}
.slicknav_parent.slicknav_open > ul {
  background-color: #FFF;
}
.slicknav_parent.slicknav_open > ul li a{
	color:#20343D;
}
.slicknav_parent.slicknav_open > ul li a:hover {
  background-color: #D21C28;
  color:#FFF;
}
.section_video {
  height: auto;
}

.saleSite .siteBox > div {
	  width: 30.8%;
	}

.sliderCont .content {
  margin-left: 0;
  width: 100%;
}
.stepsCont .step {
  width: 100%; 
  padding:15px; 
  margin-bottom:8px;
}

.stepsCont #step1 {
	background-color:#24113c; 
}
.stepsCont #step2 {
  background-color:#442869; 
  margin-left: 0;
}
.stepsCont #step3{
  background-color:#D21C28; 
  margin-left: 0;
}
.stepsCont #step4{
  background-color:#8d6aba; 
  margin-left: 0;
}
.stepsCont #step5{
  background-color:#ac88d9;
  margin-left: 0;
}

  .content-block .imgGrid {
    display: block;
    width: 100%; }

  .content-block .imgGrid.grid2 > div {
    display: block;
    vertical-align: top;
    width: 100%; }
.content-block .imgGrid.grid3 > div {
    width: 100%;
    display: block;
    height: auto; }

.case-steps .stepsNo.step1 {
		background-image: none;
  		background-color:#4D0A00;
	}
	.case-steps .stepsNo.step2 {
  		background-image: none;
  		background-color:#911000;
	}
	.case-steps .stepsNo.step3 {
  		background-image: none;
  		background-color:#DC1B00;
	}
	.case-steps .stepsNo.step4 {
  		background-image: none;
  		background-color:#FF3F25;
	}
	.case-steps .stepsNo.step5 {
  		background-image: none;
  		background-color:#FF7662;
	}
.stepsCont .stepNo {
  float: left;
  margin-right: 23px;
}
.stepsCont .stepTitle {
  margin: 0 0 5px 0;  
}

.c-quicklinks {
  top: 0;
}

.section_video {

  height: auto;

}

.storiesCont > div {
  display: inline-block;
  width: 100%;
  text-align:center;
  margin-bottom:30px;
}
.formCont .leftCont, .formCont .rightCont {
  width: 100%;
}
.formCont .leftCont {
  margin-bottom:25px;
}
.formCont .rightCont {
  padding-left: 22px;
}
.case-steps .row {
  margin-bottom: 35px;
}
.case-steps .row > div.leftCont {
  width: 100%;
}
.case-steps .row .contImage {
  padding-right: 0;
}
.case-steps .row > div.rightCont {
	width:100%;
	padding-left: 0;
}
.team .imgCont {
  width: 100%;
  margin-bottom: 25px;
}
.team .textCont {
  width: 100%;
  padding-right:0;
}
.blog-page .left-content {
  padding-right: 0;
  width: 100%;
}
.blog-page .right-content {
  width: 100%;
}

.cbp-so-side-left img {
  float: left;
  margin: 0 auto;
}

.steps .ch-grid li {
  height: auto;
  width: 100%;
}
.casePage.steps .ch-grid li {
   height: auto;
  width: 100%;
}
.casePage .stepsCont .stepTitle {
	margin-top:10px;
}
.steps .ch-item {
	height: auto;
	-webkit-perspective: inherit;
	-moz-perspective: inherit;
	-o-perspective: inherit;
	-ms-perspective: inherit;
	perspective: inherit;
}
.steps .ch-info{
	position: relative;
	height: auto;
	-webkit-transform-style:inherit;
	-moz-transform-style: inherit;
	-o-transform-style: inherit;
	-ms-transform-style: inherit;
	transform-style: inherit;
}
.steps .ch-info > div, .steps .ch-info > span, .steps .ch-info a > span {
	position: relative;
	height: auto;
	-webkit-transform-origin:inherit;
	-moz-transform-origin: inherit;
	-o-transform-origin: inherit;
	-ms-transform-origin: inherit;
	transform-origin: inherit;
}

.steps .ch-info .ch-info-back {
	-webkit-transform:none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.steps .ch-item:hover .ch-info-front {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform: none;
	-ms-transform:none;
	transform: none;
	opacity: 1;
}

.steps .ch-item:hover .ch-info-back {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform: none;
	-ms-transform:none;
	transform:none;
	opacity: 1;
}
.ch-info-back .stepNo, .ch-info-back .stepTitle, .steps .ch-info > span{
	display:none;
}
.sliderCont #bottomCont h1 {
  width: 100%;
}
.sliderCont #bottomCont .rightCont {
  width: 100%;
}
.footer .fmenu {
  width: 100%;
  text-align: center;
}
.copyright{
	text-align:center;
}
.footer .c-header__quicklinks-toggle {
	display: none;
}
  .icon-wrapper .icon-type > div {
    display: block;
    margin: 0 auto; }

  .enquire-form .form-block .form-wrap.arrow {
    border-left: 0;
    padding-left: 0;
    position: relative; }

  .enquire-form .form-block .form-wrap.arrow::before {
    content: none; }

  .enquire-form .form-block .form-wrap.arrow::after {
    content: none; }


.footer .flogo {
  float: none;
  width: 176px;
  margin: 0 auto;
}
.boxes .box {
  float: none;
  margin-right:0;
  width: 100%;
  margin-bottom: 25px;
}
.indvidual-report .items > div {
	width: 31%;
}
.survey-wrapper .bottom-wrap {
	display: inline-block;
}
.survey-wrapper .bottom-wrap > div {
	display: inline-block;
	width: 100%;
}
.survey-wrapper .left-wrap{
	margin-bottom: 20px;
	border-right: none;
}
.survey-wrapper a.btn {
	margin: 10px 0;
}
.boxes .box {
	text-align: center;
}
.contact-business .row {
    padding: 10px 0; }
    .contact-business .row .right-wrap, .contact-business .row .left-wrap {
      padding-right: 0;
      padding-bottom: 2%;
      width: 100%; }

  .buss-head .bussiness {
    width: 58%; }

  .section.icon-wrapper.top {
    margin-top: 0; } 
  .content-block .row.fullWidth .content {
    padding: 20px 0 0; }
    .content-block .row.fullWidth.BGimage .layer .content.bg {
    padding: 20px 0;}
    .content-block .row.fullWidth.BGimage a.btn {
	font-size: 13px;
	}
	.slick-dots {    display: none!important;}

     }
@media screen and (max-width: 600px) {
  .sliderCont .content h2 br {
    display: none; }

	.sliderCont {
	  top: 6%;  
	}
	.sliderCont .content p {
	  font-size: 26px;
	  line-height: 30px;
	}
	.saleSite .siteBox > div {
	  width: 100%;
	  margin: 0 0 25px 0;
	}
	.dirArrow{
		display:none;
	}

	.row .imgBlock.grid2 > div:first-child {
  		margin-right: 0;
  		margin-bottom:20px;
	}
	.row .imgBlock.grid2 > div:last-child {
  		margin-left: 0;
	}
	.row .imgBlock.grid3 > div {
  		width: 100%;
	}
	.row .imgBlock.grid3 > div:nth-of-type(2) {
  		margin: 20px 0;
	}
	.row .imgBlock.grid2 > div {
  		width: 100%;
	}

	.section.heroVideo {
	  min-height: 300px;
	}
	.sliderCont .content {
	  padding-top: 11px;
	}

	.section.heroVideo {
	  background-size: 233% auto;	 
	}
	.stepsCont .stepTitle{
		 vertical-align: top;

	}	

	.indvidual-report .items > div {
		width: 100%;
		text-align: center;
	}
.dropbtn {
    font-size: 20px; }

  .buss-head .bussiness {
    width: 100%; }
    .buss-head .bussiness h2 {
      font-size: 26px;
      line-height: 30px; }

  .buss-head {
    position: relative; }

  .buss-head .sale {
    width: 15%;
    position: absolute;
    top: 40px;
    
    right: 10px; }

}
@media screen and (max-width: 500px){
	.c-nav li a, .c-quicklinks li a {
	  padding: 12px 20px;	  
	}
	.sliderCont .eventsLink a:first-child {
	  border-right:none;
	  padding: 0;
	  margin-bottom:15px;
	  width: 100%;
	}
	.sliderCont .eventsLink a {
	  display: inline-block;
	  margin: 0;
	  width: 100%;
	}
	.stepsCont .stepNo {
	  float: none;
	  margin-right: 0;
	  margin-bottom:10px;
	}
	.eventForm .eventsTab ul.etabs li {
  		width: 100%;
	}
	.sliderCont .content h1 {
	  font-size:26px;
	  margin-bottom:12px;
	  padding-bottom:5px;
	}
	.sliderCont .content h1 > span {
	  padding-bottom: 7px;
	}
	.sliderCont .content p {
	  font-size: 20px;
	  line-height: 22px;
	}
	.sliderCont .content .btnLink {
	  margin-top: 6px;
	}
	 .slider-content a.btn {
    font-size: 24px; }

  .slider-content .content.mont span > h1 {
    font-size: 37px;
    line-height: 47px; }
}
@media screen and (max-width: 400px){
	.header .phoneNo {
	  right: auto;
	  top: 86px;
	  left: 0;
	}

	.section.heroVideo {
	  background-size: 250% auto;
	}



}
@media screen and (max-width: 360px){
	.sliderCont {
  		top: -15px;
	}
}
