@charset "UTF-8";
/* CSS Document */

/***********************************************/

/**************** LAYOUT STYLES ****************/

/***********************************************/

.wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
}
.col-1-4 {
  width: 23%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-4 {
  width: 73%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 31.33%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-3 {
  width: 64.66%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-2 {
  width: 48%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-5 {
  width: 18%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-5 {
  width: 38%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-5 {
  width: 58%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-4-5 {
  width: 78%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-10 {
  width: 8%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1 {
  margin: 1%;
  width: 98%;
  position: relative;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block;
  padding: 0px;
}
.vertical {
  vertical-align: middle;
}
/***********************************************/

/**************** HEADER STYLES ****************/

/***********************************************/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
header.stuck {
  margin-top: 0px;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.stuck .nav {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.topbar {
  background-color: #fff;
}
header a.logoMain {
  display: inline-block;
  padding: 10px 0px 10px 0px;
  /*width:20%;*/
  vertical-align: top;
}
#advisor p, #advisor h3 {
  text-align: left;
}
header a.logoMain img {
  height: 38px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .right>a span {
  font-size: 12px;
  color: #fff;
}
.nav ul {
  margin: 0px;
  float: none;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.nav ul li {
  list-style: none;
  margin: 0px;
  display: inline-block;
}
.nav ul li a {
  position: relative;
  margin: 0px;
  padding: 8px 12px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal !important;
}
.nav ul li.social a {
  padding: 8px 3px;
}
.nav i.fab.fa-instagram, .nav i.fab.fa-facebook-f, .nav i.fab.fa-twitter {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .right>a {
  display: inline-block;
  padding: 17px 17px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (min-width: 1000px) {
  header .right>a:hover {
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
.topbar .right p {
  padding-right: 5px;
}
.topbar .right p a {
  font-size: 24px;
  padding: 16px 0px 9px 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #1b1464;
}
@media only screen and (min-width:1000px) {
  .topbar .right p a:hover {
    text-decoration: none;
  }
}
.topbar .right p a i {
  vertical-align: middle;
  color: #1b1464;
  font-size: 18px;
  margin-top: -5px;
}
.topbar .right p a span {
  vertical-align: middle;
  color: #9e9e9e;
  font-size: 16px;
}
header .right {
  font-size: 0px;
  display: inline-block;
  float: right;
  /*width: 79%;*/
  vertical-align: top;
  text-align: right;
}
header .right p {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
header .right a.bluebut {
  background-color: #0290c1;
}
header .right a.dbluebut {
  background-color: #1b1464;
}
header .right a.pinkbut {
  background-color: #b2349a;
}
header .right a.greenbut {
  background-color: #04b2b2;
}
.nav ul li a.active {
  color: #04b2b2;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media only screen and (min-width:1000px) {
  .nav ul li a:hover {
    color: #04b2b2;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .nav i.fab.fa-instagram:hover, .nav i.fab.fa-facebook-f:hover, .nav i.fab.fa-twitter:hover {
    color: #04b2b2;
    font-size: 14px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
header>.wrapper {
  padding: 15px 0px 15px 0px;
}
header .mobile-telephone {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  background-color: #1b1464;
  display: none;
}
header .mobile-telephone a {
  display: block;
}
header .mobile-telephone i {
  color: #fff;
  font-size: 26px;
  line-height: 58px;
}
/************** MOBILE NAV STYLES ***************/

#mobile-header, #mobile-header-sub {
  display: none;
  vertical-align: middle;
}
#mobile-header .burger, #mobile-header-sub .burger {
  line-height: 1;
}
#mobile-header svg, #mobile-header-sub svg {
  width: 62px;
  height: 100%;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#mobile-header path, #mobile-header-sub path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom, #mobile-header-sub .cross path#top-sub, #mobile-header-sub .cross path#bottom-sub {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle, #mobile-header-sub .cross path#middle-sub {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom, #mobile-header-sub path#top-sub, #mobile-header-sub path#bottom-sub {
  stroke-dasharray: 240px 950px;
}
#mobile-header path#middle, #mobile-header-sub path#middle-sub {
  stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom, #mobile-header-sub .cross path#top-sub, #mobile-header-sub .cross path#bottom-sub {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle, #mobile-header-sub .cross path#middle-sub {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
#mobile-header .burger {
  line-height: 1;
  padding: 3px 2px 0px 0px;
}
/***********************************************/

/***************** MAIN STYLES *****************/

/***********************************************/

.main {
  margin-top: 58px;
}
.section {
  padding: 55px 0px 45px 0px;
  padding: 55px 0;
}
.morecontent {
  display: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a.readmore {
  color: #011e41;
  font-weight: bold;
  text-decoration: underline;
}
div#advisor {
  background-color: #ccc;
}
.button {
  color: #000;
  display: block;
  background-color: #fff;
  border: 0px;
  padding: 7px 16px;
  margin: 0px;
  font-size: 14px !important;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.button.full{
  display: block;
  margin-top:40px;
}

.button i {
  margin-right: 10px;
  color: inherit;
}
@media only screen and (min-width:650px) {
  .button:hover:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .button:hover:before, .button:focus:before, .button:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .button:hover, .button:focus, .button:active {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
.blue .button, .blue.button {
  background-color: #0290c1;
  color: #fff;
}
.dblue .button, .dblue.button {
  background-color: #1b1464;
  color: #fff;
}
.pink .button, .pink.button {
  background-color: #b2349a;
  color: #fff;
}
.green .button, .green.button {
  background-color: #04b2b2;
  color: #fff;
}
@media only screen and (min-width:1000px) {
  .button:hover {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-decoration: none;
  }
}
span.button {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.sectorBox {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
  padding: 25px 25px 35px 25px;
  margin-top: 45px;
}
.greyBG .sectorBox {
  background: #fff;
}
.sectorBox .text {
  text-align: center;
}
.servicePlans .sectorBox .text {
  min-height: 450px;
  position: relative;
  padding-bottom: 46px;
}
.sectorBox p {
  margin-bottom: 35px;
  text-align: center;
}
.sectorBox h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
.sectorBox a {
  display: block;
  text-align: center;
}
@media only screen and (min-width:1000px) {
  .sectorBox:hover a, .sectorBox a:hover, .sectorBox a:hover h3, .sectorBox a:hover span, .sectorBox a:hover p {
    text-decoration: none;
  }
}
.sectorBox img {
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  margin-top: -75px;
}
.servicePlans .sectorBox img {
  max-width: 90%;
  display: inline-block;
}
.sectorBox.green h3, .sectorBox.green h4 {
  color: #04b2b2;
}
.sectorBox.blue h3, .sectorBox.blue h4 {
  color: #00a2ea;
}
.sectorBox.dblue h3, .sectorBox.dblue h4 {
  color: #0064ff;
}
.sectorBox.pink h3, .sectorBox.pink h4 {
  color: #b2349a;
}
.servicePlans .sectorBox h3 {
  margin-bottom: 0;
}
.servicePlans .sectorBox p {
  margin-bottom: 20px;
}
.sectorBox h4 {
  font-size: 16px;
  line-height: 22px;
}
.sectorBox ul {
  margin-bottom: 50px;
}
.sectorBox ul li {
  list-style: none;
}
.sectorBox ul li p, .servicePlans .sectorBox ul li p {
  margin: 0;
}
.greenBG {
  background-color: #04b2b2;
}
.blueBG {
  background-color: #00a2ea;
}
.dblueBG {
  background-color: #0064ff;
}
.pinkBG {
  background-color: #b2349a;
}
.greenBG *, .blueBG *, .dblueBG *, .pinkBG * {
  color: #fff;
}
.greyBG {
  background-color: #eaeaea;
}
.dblue span.button {
  background-color: #0064ff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.blue span.button {
  background-color: #00a2ea;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.green span.button {
  background-color: #04b2b2;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pink span.button {
  background-color: #b2349a;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sectorBox a:hover span.button:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (min-width:650px) {
  .sectorBox a:hover span.button:before, .sectorBox a:focus span.button:before, .sectorBox a:active span.button:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sectorBox a:hover span.button, .sectorBox a:focus span.button, .sectorBox a:active span.button {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
.servicePlans .sectorBox .text span.button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.center * {
  text-align: center;
}
#map {
  min-height: 400px;
  width: 100%;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
}
.banner .parallax-window {
  height: 600px;
}
.banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);  
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), color-stop(90%, rgba(0, 0, 0, 0.3)),to(rgba(0, 0, 0, 0.2)));  
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.3) 90%,rgba(0, 0, 0, 0.2) 100%);  
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.3) 90%,rgba(0, 0, 0, 0.2) 100%);  
  background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.3) 90%,rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.banner .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
.banner .content .box {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  position: relative;
}
.banner .content .box.diamond {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.banner .content .box.diamond:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.banner .content .box.diamond .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  padding: 30px;
}
.banner .content .box .logo {
  max-width: 180px;
  margin: 20px auto 0;
}
.banner .content .box .smallIcon {
  max-width: 70px;
  margin: 0px auto 10px;
}
.banner h1 {
  color: #1b1464;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.banner h2 {
  color: #011e41;
  text-transform: normal;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  margin: 7px 0px 0px 0px;
}
#advisor img {
  float: left;
  width: 25%;
  margin-right: 40px;
  margin-bottom: 15px;
}
.banner .green h1, .banner .green h2 {
  color: #04b2b2;
}
.banner a {
  background-color: #04b2b2;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  padding: 7px 10px;
  margin-right: 20px;
  border-radius: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-top: 20px;
}
.banner a:hover {
  color: #fff;
  text-decoration: none;
}
.banner a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media only screen and (min-width:650px) {
  .banner a:hover:before, .banner a:focus:before, .banner a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .banner a:hover, .banner a:focus, .banner a:active {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
a.logoMain {
  display: inline-block;
  float: left;
  padding: 17px 0px 15px 0px;
}
a.logoMain img {
  height: 25px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.stuck #mobile-header, #mobile-header {
  margin-top: 1px;
}
a.readmore {
  background-color: #011e41;
  display: block;
  padding: 10px;
  color: #fff;
  clear: both;
}
a.readmore:hover {
  background-color: #011e41;
  display: block;
  padding: 10px;
  color: #fff;
  clear: both;
}
.calltoactionbar {
  padding: 20px 0px;
  background: #ccc;
}
.calltoactionbar.blue {
  background-color: #0290c1;
}
.calltoactionbar.dblue {
  background-color: #1b1464;
}
.calltoactionbar.pink {
  background-color: #b2349a;
}
.calltoactionbar.green {
  background-color: #04b2b2;
}
.calltoactionbar p {
  color: #fff;
  font-size: 26px;
  margin: 0px;
  display: inline-block;
}
.calltoactionbar a.button {
  float: right;
  vertical-align: top;
  right: 0px;
  margin-top: -5px;
  color: #fff;
  background-color: #fff;
}
.calltoactionbar.blue a.button {
  color: #0290c1;
}
.calltoactionbar.blue a.button.call {
  background-color: #1b1464;
  color: #fff;
}
.calltoactionbar.dblue a.button {
  color: #1b1464;
}
.calltoactionbar.pink a.button {
  color: #b2349a;
}
.calltoactionbar.green a.button {
  color: #04b2b2;
}
.halfnhalf {
  position: relative;
  overflow: hidden;
}
.halfnhalf .image {
  float: none;
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  overflow: hidden;
  width: 50%;
}
.scriptEnabled .halfnhalf .image {
  left: -50%;
}
.scriptEnabled .halfnhalf.visible .image {
  left: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.halfnhalf .text {
  width: 50%;
  display: block;
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 50%;
  padding: 100px 40px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  /*background: #fff;*/
}
.halfnhalf .text.key:before, .halfnhalf .text.wheel:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.halfnhalf .text.key:before {
  background-image: url(/assets/images/layout/key.png);
}
.halfnhalf .text.wheel:before {
  background-image: url(/assets/images/layout/wheel.png);
}
.halfnhalf .text.testimonial {
  padding: 200px 40px 200px 90px;
}
.halfnhalf .text.testimonial:before {
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: top;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 200px;
  left: 40px;
}
.scriptEnabled .halfnhalf .text {
  left: 100%;
}
.scriptEnabled .halfnhalf.visible .text {
  left: 50%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.halfnhalf:nth-of-type(even) .image {
  left: 50%;
  right: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.scriptEnabled .noFlip .halfnhalf:nth-of-type(even) .image {
  left: -50%;
}
.scriptEnabled .noFlip .halfnhalf.visible:nth-of-type(even) .image {
  left: 0%;
}
.scriptEnabled .halfnhalf:nth-of-type(even) .image {
  left: 100%;
}
.scriptEnabled .halfnhalf.visible:nth-of-type(even) .image {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  left: 50%;
}
.halfnhalf:nth-of-type(even) .text {
  right: 0px;
  left: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.scriptEnabled .noFlip .halfnhalf:nth-of-type(even) .text {
  left: 100%;
}
.scriptEnabled .noFlip .halfnhalf.visible:nth-of-type(even) .text {
  left: 50%;
}
.scriptEnabled .halfnhalf:nth-of-type(even) .text {
  left: -50%;
}
.scriptEnabled .halfnhalf.visible:nth-of-type(even) .text {
  left: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.blue h3, .blue h3 a {
  color: #0290c1;
}
.dblue h3, .dblue h3 a {
  color: #1b1464;
}
.pink h3, .pink h3 a {
  color: #b2349a;
}
.green h3, .green h3 a {
  color: #04b2b2;
}
.parallax-window {
  height: 440px;
  overflow: hidden;
  position: relative;
}
.parallax-window .whitebox {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  margin: 0px auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.scriptEnabled .parallax-window .whitebox {
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.scriptEnabled .parallax-window .whitebox.visible {
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.parallax-window .wrapper {
  height: 100%;
  text-align: center;
}
.parallax-window h3 {
  margin-bottom: 13px;
  text-transform: uppercase;
}
.parallax-window p {
  margin-bottom: 35px;
  color: #4e4e4e;
}
.promobanner ol.flex-control-nav.flex-control-paging {
  display: none;
}
.promobanner ul.flex-direction-nav {
  display: none;
}
.section.pink.background {
  background-color: #b2349a;
}
.section.blue.background {
  background-color: #0290c1;
}
.section.dblue.background {
  background-color: #1b1464;
}
.section.green.background {
  background-color: #04b2b2;
}
.flexslider {
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px;
}
.flexslider.testimonials {
  margin: 40px 0px;
  overflow: hidden;
}
.testimonials p, .testimonials em {
  color: #fff;
  text-align: center;
}
.testimonials li .content {
  padding: 0px 15%;
}
.testimonials .flex-control-paging li a {
  background: #fff;
}
.testimonials .flex-control-nav {
  bottom: -75px;
}
.testimonials ul.flex-direction-nav li {
  list-style: none;
}
.testimonials ul.flex-direction-nav {
  height: 0px;
}
.testimonials .flex-control-paging li a.flex-active {
  background: #000;
}
a.flex-next {
  color: transparent;
  background-image: url(/assets/images/layout/after.png);
  height: 65px;
  text-indent: 100px;
}
a.flex-prev {
  color: transparent;
  background-image: url(/assets/images/layout/before.png);
  height: 65px;
  text-indent: 100px;
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
  display: none;
}
.flex-direction-nav a {
  top: 50%;
  top: calc(50% - 32px);
}
.flexslider.promobanner .slides img {
  width: 100%;
  display: block;
  min-height: 400px;
}
.newsHolder {
  padding-bottom: 0;
  position: relative;
}
.newsHolder:before {
  content: "";
  background-color: #eaeaea;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 1;
}
.newsHolder:after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
}
.newsHolder .wrapper {
  z-index: 2;
}
.newsItem {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.newsItem .image {
  overflow: hidden;
}
.newsItem .image img {
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.newsItem .content {
  padding: 25px 15px;
  text-align: left;
}
.newsItem .content h3 {
  text-align: left;
  color: #1b1464;
}
.newsItem .content h3 strong {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.newsItem .content p {
  text-align: left;
  color: #7a7a7a;
}
.newsItem a {
  display: block;
}
.newsItem span {
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (min-width:1000px) {
  .newsItem a:hover {
    cursor: pointer;
  }
  .newsItem:hover a, .newsItem a:hover, .newsItem a:hover h3, .newsItem a:hover span, .newsItem a:hover p {
    text-decoration: none;
    cursor: pointer;
  }
  .newsItem a:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
.news ul {
  margin-left: 20px;
}
.news .detail {
  display: inline-block;
  margin: 0 0 10px;
  border-bottom: 1px solid #b2349a;
  border-top: 1px solid #b2349a;
  padding: 10px 0;
}
.news .detail li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 20px;
}
.news .detail li:last-child {
  margin-right: 0;
}
.news .detail p {
  text-transform: uppercase;
  margin: 0;
}
.news .detail p i {
  margin-right: 10px;
  color: #b2349a;
}
.news p img {
  width: 100%;
}
.center-holder {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
}
.center-sub-holder {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.center-text-holder {
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.tyres {
  margin-bottom: 20px;
}
ul.tyres li {
  margin-bottom: 15px;
  list-style: none;
}
ul.tyres li:last-child {
  margin: 0;
}
ul.tyres li p:before {
  content: "";
  background-image: url(/assets/images/layout/tyre-bullet.png);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
ul.tyres li p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.features {
  margin: 0;
  font-size: 0;
}
.features li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 31.333%;
  margin: 1%;
  text-align: center;
  margin-bottom: 30px;
}
.features li:last-child {
  margin-bottom: 1%;
}
.features li .container {
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
}
.features li img {
  margin: 0 auto 10px;
}
.features li p {
  text-transform: uppercase;
  margin: 0;
}

.greyBox{
  padding: 40px;
  margin:0 10px;
  background-color: #eaeaea;
}

/***********************************************/

/**************** FOOTER STYLES ****************/

/***********************************************/

footer h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
footer ul {
  margin: 0;
}
footer ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
}
footer ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #04b2b2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer ul li.address:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #b2349a;
  width: auto;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 20px;
  margin-top: 6px;
}
footer ul li.tel:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #b2349a;
  width: auto;
  height: auto;
  border: 0;
  font-size: 20px;
}
footer ul li.email:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #b2349a;
  width: auto;
  height: auto;
  border: 0;
  font-size: 20px;
}
footer ul li:last-child {
  margin: 0;
}
footer ul li a, footer ul li p {
  display: inline-block;
  vertical-align: middle;
  color: #8d8d88;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 16px !important;
}
footer ul li.address p {
  vertical-align: top;
}
@media only screen and (min-width:1000px) {
  footer ul li a:hover {
    color: #04b2b2;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
footer a {
  display: block;
}

.login footer p a{
  color:inherit;
}

footer .footerLogo{
  display: inline-block;
  vertical-align: middle;
  margin:1%;
  width:18%;
}

footer ul.social {
  margin: 0;
  padding: 0;
  margin-left: -5px;
}
footer ul.social li {
  display: inline-block;
  margin: 0;
}
footer ul.social li:before {
  display: none;
}
footer ul.social li a {
  display: block;
  padding: 5px;
}
footer ul.social li a i {
  color: #8d8d88;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
}
@media only screen and (min-width:1000px) {
  footer ul.social li a:hover i {
    color: #04b2b2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
footer .footerMenu {
  background-color: #1b1464;
  padding: 20px 0;
}
footer .footerMenu ul {
  text-align: center;
}
footer .footerMenu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
footer .footerMenu ul li:before {
  display: none;
}
footer .footerMenu ul li a, footer .footerMenu ul li p {
  color: #fff;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media only screen and (min-width:1000px) {
  footer .footerMenu ul li a:hover {
    color: #b2349a;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
footer .footerMenu ul li a:after, footer .footerMenu ul li p:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  top: calc(50% - 8px);
}
footer .footerMenu ul li:last-child a:after, footer .footerMenu ul li:last-child p:after {
  display: none;
}
footer .footerCopy {
  background: #212121;
  padding: 20px 0;
}
footer .footerCopy p {
  text-align: center;
  margin: 0;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
}
/***********************************************/

/****************** TEAM STYLES ****************/

/***********************************************/

.about .section + .section{
  padding-top: 0;
}

.about .section:last-of-type{
  padding:0;
}

.about .section h2{
  margin-top:0;
}

.teamHolder {
  font-size: 0;
  text-align: center;
}
.teamHolder .teamMember {
  display: inline-block;
  vertical-align: top;
  width: 16.666%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.teamHolder .teamMember img {
  width: 100%;
}
.teamHolder .teamMember img.original {
  position: relative;
  z-index: 2;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.teamHolder .teamMember img.hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.teamHolder .teamMember .content {
  background: rgba(42, 37, 110, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 3;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.teamHolder .teamMember .content .center-holder {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
}
.teamHolder .teamMember .content p {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #fff;
}
.teamHolder .teamMember .content span {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  display: block;
}
.teamHolder .teamMember .content span strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.teamHolder .teamMember .content span.link {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width:1000px) {
  .teamHolder .teamMember:hover .content {
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  .teamHolder .teamMember:hover img.original {
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
/***********************************************/

/**************** PARTNER STYLES ***************/

/***********************************************/

.partners .slide {
  display: block;
  outline: none;
}
.partners .slide img {
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media only screen and (min-width:1000px) {
  .partners .slide:hover img {
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/***********************************************/

/*********** FLEET MANAGEMENT STYLES ***********/

/***********************************************/

.menuContainer {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.menuContainer .menu {
  margin: 0;
}
.menuContainer .menu li {
  list-style: none;
}
.menuContainer .menu li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.menuContainer .menu li a.active {
  border: 1px solid #eeeeee;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.menuContainer .menu li a:after {
  content: "";
  display: none;
  width: 2px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.menuContainer .menu li a.active:after {
  display: block;
}
@media only screen and (min-width:1000px) {
  .menuContainer .menu li a:hover {
    border: 1px solid #eeeeee;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-decoration: none;
  }
  .menuContainer .menu li a:hover:after {
    display: block;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
.contentContainer {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 100px;
  border-left: 1px solid #eeeeee;
}
.contentContainer .content {
  text-align: center;
  display: none;
}
.contentContainer .content h3 {}
.contentContainer .content p img {
  width: 100%;
}
.contentContainer .content ul {
  margin-left: 20px;
}
.contentContainer .content p, .contentContainer .content li, .contentContainer .content span {
  text-align: left;
}
.general ul {
  margin-left: 20px;
}
/***********************************************/

/****************** FORM STYLES ****************/

/***********************************************/

.formHolder .row {
  display: block;
  margin-bottom: 20px;
}
.formHolder .row:last-child {
  margin: 0;
}

.formHolder .row.errorMessage {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
}

.formHolder .row.errorMessage.show{
  display: block;
}

.formHolder .row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.formHolder .row label {
  color: #8d8d88;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.formHolder .row input {
  background: #eeeeee;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.formHolder .row textarea {
  background: #eeeeee;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  width: 100%;
  text-align: left;
  padding: 10px;
  resize: none;
}
.formHolder .row input.button {
  background-color: #b2349a;
  color: #fff;
  border: 0;
  width: auto;
  height: auto;
  padding: 7.5px 30px;
  line-height: 24px;
  float: right;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width:1300px) {
  .wrapper {
    padding: 0 20px;
  }
  header .wrapper {
    padding: 0px 0 0px 20px;
  }
}
@media only screen and (max-width:1200px) {
  .banner .content .box.diamond {
    width: 30%;
  }
}
@media only screen and (max-width:1140px) {
  header .right>a span {
    display: block;
  }
  header .right>a {
    display: inline-block;
    padding: 8px 17px 12px 17px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
  }
  header .right>a {
    width: 25%;
  }
  .topbar .right p {
    display: none;
  }
  .topbar .wrapper {
    padding: 0px;
    text-align: center;
  }
  header .topbar {
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
    position: relative;
  }
  header.stuck .topbar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }
  header .right {
    width: 100%;
    overflow: hidden;
    height: 56px;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }

  .login header .right{
    display: none;
  }

  .login .main {
    margin-top: 58px;
  }

  header.stuck .right {
    height: 0;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }
  a.logoMain img {
    height: 25px;
    display: inline-block;
  }
  a.logoMain {
    padding: 13px 0px 10px 0px;
    text-align: center;
    float: none;
  }
  #mobile-header {
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 58px;
    background-color: #04b2b2;
  }
  .stuck #mobile-header {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 0px;
  }
  .nav {
    position: absolute;
    /*top: 114px;*/
    left: -1000px;
    width: 80%;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
    max-height: 100vh;
    max-height: calc(100vh - 114px);
    overflow: scroll;
  }
  .nav.active {
    left: 0px;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }
  .stuck .nav.active {
    position: absolute;
    left: 0;
    right: 0;
    /*top: 55px;*/
    max-height: 100vh;
    max-height: calc(100vh - 55px);
  }
  .nav .wrapper {
    padding: 0;
  }
  .nav ul {
    display: block;
    right: 0;
    background-color: #1b1464;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: left;
  }
  .stuck .nav ul.active {
    left: 0px;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
  }
  /*  .stuck .nav ul li a {
    position: relative;
    margin: 0px;
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #fff;
    text-align: left;
  }*/
  .nav ul li {
    display: block;
  }
  .nav ul li a {
    border-bottom: 0px solid #011e41;
  }
  .nav ul li:last-child a {
    border: 0;
  }
  .nav ul li a:after {
    display: none;
  }
  .nav ul li a {
    position: relative;
    margin: 0px;
    padding: 5px 0px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: normal !important;
  }
  .nav ul li.social {
    display: inline-block;
    vertical-align: top;
  }
  .main {
    margin-top: 114px;
  }
  header .mobile-telephone {
    display: block;
  }
}
@media only screen and (max-width:1100px) {
  .teamHolder .teamMember {
    width: 25%;
  }
}
@media only screen and (max-width:1000px) {
  .banner .content .box {
    width: 98%;
  }
  .banner .content .box.diamond {
    width: 98%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .banner .content .box.diamond:before {
    display: none;
  }
  .banner .content .box.diamond .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
  }
  .teamHolder .teamMember .content {
    opacity: 1;
    position: relative;
    top: auto;
    background: rgba(42, 37, 110, 1);
  }
  .teamHolder .teamMember:nth-child(even) .content {
    background: rgba(42, 37, 110, 0.9);
  }
  .teamHolder .teamMember .content a {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .teamHolder .teamMember .content .center-holder {
    position: relative;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .teamHolder .teamMember .content .center-text-holder {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menuContainer {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contentContainer {
    display: block;
    border: 0;
    width: 100%;
    padding: 40px 0 0;
  }
  #mobile-header-sub {
    display: inline-block;
    vertical-align: middle;
  }
  #mobile-header-sub .burger {
    display: inline-block;
    vertical-align: middle;
    background-color: #04b2b2;
  }
  .menuContainer .mobile-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    color: #04b2b2;
  }
  .menuContainer .menu {
    display: none;
    margin: 0 20px;
  }
  .menuContainer .menu li a, .menuContainer .menu li a.active {
    text-align: center;
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .menuContainer .menu li a.active:after {
    display: none;
  }
}
@media only screen and (max-width:980px) {
  .col-1-4.sectorBox {
    width: 48%;
    margin-top: 80px;
  }
  .sectorBox img {
    margin-top: -75px;
    width: 70%;
    display: inline-block;
  }
  .calltoactionbar .col-1 {
    text-align: center;
  }
  .calltoactionbar .button {
    float: none;
    vertical-align: top;
    position: relative;
    right: 0px;
    top: auto;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    background-color: #fff;
  }
  .calltoactionbar p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    display: block;
    width: 100%;
  }
  .calltoactionbar a.button {
    position: relative;
    top: auto;
    margin-top: 15px;
    float: none;
  }
}
@media only screen and (max-width:900px) {
  .teamHolder .teamMember {
    width: 33.333%;
  }
}
@media only screen and (max-width:800px) {
  .col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
    width: 98%;
    margin: 1%;
  }
  .halfnhalf .image, .halfnhalf:nth-of-type(even) .image {
    right: 100%;
    width: 100%;
    height: 320px;
    position: relative;
    left: 0;
  }
  .halfnhalf .text, .halfnhalf:nth-of-type(even) .text, .scriptEnabled .noFlip .halfnhalf:nth-of-type(even) .text {
    width: 100%;
    left: 0px;
  }
  .scriptEnabled .halfnhalf.visible .text {
    left: 0;
  }
  .scriptEnabled .halfnhalf.visible:nth-of-type(even) .image, .scriptEnabled .noFlip .halfnhalf.visible:nth-of-type(even) .text {
    left: 0;
  }
  footer .col-1-3 {
    margin-bottom: 20px;
    text-align: center;
  }

  footer .col-2-3{
    text-align: center;
  }

  footer .col-1-3:last-of-type {
    margin-bottom: 1%;
  }
  footer ul {
    margin: 0 auto;
    display: inline-block;
  }
  footer a {
    display: inline-block;
  }
  .formHolder .row input.button {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .teamHolder .teamMember {
    width: 50%;
  }
}
@media only screen and (max-width:650px) {
  .banner h1 {
    color: #011e41;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 0px;
    width: 92%;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner h2 {
    color: #011e41;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    margin: 0px 0px 0px 0px;
    /*display: none;*/
  }
  .banner .content {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0px;
    z-index: 2;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner a {
    margin-right: 10px;
    margin-left: 10px;
  }
  a.flex-next, a.flex-prev {
    display: none;
  }
  .testimonials li .content {
    padding: 0 5%;
  }
  .flexslider.testimonials {
    margin: 0px 0px 20px 0px;
  }
  .testimonials .flex-control-nav {
    bottom: -46px;
  }
  .servicePlans .col-1-4.sectorBox {
    width: 98%;
  }
  .servicePlans .sectorBox .text {
    min-height: initial;
    padding: 0;
  }
  .servicePlans .sectorBox .text span.button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  footer .footerLogo{
    width:40%;
    margin:5%;
  }


}
@media only screen and (max-width:560px) {
  header .wrapper {
    padding: 10px 20px;
  }
  .main {
    margin-top: 111px;
  }
  .col-1-4.sectorBox {
    width: 100%;
  }
  .calltoactionbar p {
    color: #fff;
    font-size: 17px;
    margin: 0px;
    display: block;
    width: 100%;
  }
  .banner h1 {
    color: #011e41;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 6px;
    margin-bottom: 0px;
    width: 92%;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .content .box {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 15px;
  }
  .teamHolder .teamMember {
    width: 100%;
  }
  .features li {
    width: 48%;
    padding: 0 20px;
  }
  .features li .container {
    max-width: initial;
  }
}
@media only screen and (max-width:400px) {
  .banner a {
    margin: 5px 10px;
  }
}