@import url("https://fonts.googleapis.com/css?family=Roboto:400,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #383838; }

h1, h2 {
  font-size: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    h1, h2 {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    h1, h2 {
      font-size: 36px; } }

h3 {
  font-size: 18px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 18px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 22px; } }

h5, h6 {
  font-size: 14px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    h5, h6 {
      font-size: 16px; } }

p {
  line-height: 22.652px;
  font-size: 14px;
  color: #383838; }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    p {
      line-height: 25.888px; } }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #a2a2a2; }

/* Grid System */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0px; }

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%; } }
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 771px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%; } }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%; } }
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1200px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 33.3333%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 745px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 50%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%; } }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

.col {
  margin-top: 30px;
  margin-bottom: 30px; }

img {
  width: 100%; }

.split {
  padding: 10px 0; }

select {
  cursor: pointer; }

.featherlight-content {
  padding: 5px 5px 0 !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 0;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
      position: relative;
      top: 60px;
      text-shadow: none;
      font-size: 20px;
      line-height: 25px;
      display: block; }
  .featherlight-content .featherlight-next {
    right: 0;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -5%; }
  .featherlight-content .featherlight-previous {
    left: 0; }
  .featherlight-content .featherlight-close-icon {
    font-size: 40px;
    color: #fff;
    width: auto;
    padding: 20px; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%; }
  .owl-nav div {
    position: absolute; }
    .owl-nav div i {
      color: #A2272C;
      font-weight: 700;
      font-size: 30px; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.text-block ul {
  margin: 10px 0;
  width: 100%; }
  .text-block ul li {
    font-size: 18px;
    font-weight: 700;
    color: #01888e;
    margin: 4px 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1200px) {
      .text-block ul li {
        font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .text-block ul li {
        font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .text-block ul li {
      font-size: 16px; } }

    @media screen and (min-width: 1024px) {
      .text-block ul li {
        font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .text-block ul li {
      font-size: 22px; } }

    .text-block ul li:before {
      content: "\f101";
      font-family: 'FontAwesome';
      font-size: 18px;
      color: #383838;
      position: relative;
      margin-left: -10px;
      padding-right: 2px;
      display: block;
      float: left;
      height: 35px; }
      @media screen and (min-width: 768px) {
        .text-block ul li:before {
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .text-block ul li:before {
          font-size: 30px; } }
.text-block ul {
  float: left;
  margin: 10px 0 20px; }
.text-block ul.bullet-width li {
  width: 50%; }
  @media screen and (min-width: 560px) {
    .text-block ul.bullet-width li {
      width: 50%; } }
.text-block img {
  width: auto; }

.split .textBlock ul {
  margin: 10px 0;
  width: 100%; }
  .split .textBlock ul li {
    font-size: 18px;
    font-weight: 700;
    color: #01888e;
    margin: 4px 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1200px) {
      .split .textBlock ul li {
        font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .split .textBlock ul li {
        font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .split .textBlock ul li {
      font-size: 16px; } }

    @media screen and (min-width: 1024px) {
      .split .textBlock ul li {
        font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .split .textBlock ul li {
      font-size: 22px; } }

    .split .textBlock ul li:before {
      content: "\f101";
      font-family: 'FontAwesome';
      font-size: 18px;
      color: #383838;
      position: relative;
      margin-left: -10px;
      padding-right: 2px;
      display: block;
      float: left;
      height: 35px; }
      @media screen and (min-width: 768px) {
        .split .textBlock ul li:before {
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .split .textBlock ul li:before {
          font-size: 30px; } }
.split ul.bullet-width li {
  width: 50%; }
  @media screen and (min-width: 560px) {
    .split ul.bullet-width li {
      width: 50%; } }

.btn {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  color: #fff; }
  .btn:hover {
    background: #e7e7e7; }

.btn.small {
  font-size: 12px;
  padding: 5px 10px; }

.btn.blue {
  background: #01888e; }

.btn.red {
  background: #A2272C; }

.btn.white {
  color: #383838;
  background: #fff; }

.sub {
  font-size: 18px;
  line-height: 29.124px;
  color: #fff;
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .sub {
      font-size: 22px; } }

#breadcrumbs ul {
  font-size: 14px;
  color: #a2a2a2; }
  @media screen and (min-width: 1200px) {
    #breadcrumbs ul {
      font-size: 16px; } }
  #breadcrumbs ul a {
    color: #a2a2a2;
    font-weight: 700; }

form .checkbox {
  width: 100%;
  margin: 10px 0;
  float: left; }

.span_1_of_3 .checkbox label {
  width: 85%; }

@media (max-width: 767px) {
  ul.main-navigation {
    display: none;
    background: #383838;
    padding: 15px 40px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 65px; } }
  @media screen and (max-width: 767px) and (min-width: 560px) {
    ul.main-navigation {
      top: 140px; } }
@media (max-width: 767px) {
    ul.main-navigation li {
      padding: 15px 0;
      border-bottom: 1px solid #fff; }
      ul.main-navigation li:last-of-type {
        border-bottom: none; }
      ul.main-navigation li a {
        font-weight: 700;
        color: #fff; }
      ul.main-navigation li i {
        color: #fff;
        margin-left: 15px;
        font-size: 12px;
        cursor: pointer; }
    ul.main-navigation li.dropdown ul {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      margin: 10px 0;
      padding: 0 20px; } }
@media screen and (min-width: 768px) {
  ul.main-navigation {
    float: right;
    clear: right;
    margin: 10px 0; }
    ul.main-navigation li {
      float: left;
      margin-right: 15px;
      position: relative; }
      ul.main-navigation li:last-of-type {
        margin-right: 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-navigation li {
        margin-right: 30px; } }
@media screen and (min-width: 768px) {
      ul.main-navigation li a {
        color: #383838;
        font-weight: 700;
        font-size: 12px;
        padding-bottom: 15px; }
        ul.main-navigation li a:hover {
          color: #01888e; } }
      @media screen and (min-width: 768px) and (min-width: 1024px) {
        ul.main-navigation li a {
          font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    ul.main-navigation li a {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
      ul.main-navigation li i {
        color: #A2272C;
        font-size: 12px;
        margin-left: 7px; }
    ul.main-navigation li.dropdown a i {
      color: #A2272C;
      font-size: 12px;
      margin-left: 7px; }
    ul.main-navigation li.dropdown:hover ul {
      display: block; }
    ul.main-navigation li.dropdown ul {
      display: none;
      padding: 10px 30px;
      background: #383838;
      text-align: center;
      position: absolute;
      z-index: 999;
      top: 30px;
      width: 200px;
      left: -50px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-navigation li.dropdown ul {
        width: 300px;
        left: -100px; } }
@media screen and (min-width: 768px) {
      ul.main-navigation li.dropdown ul li {
        border-bottom: 1px solid #fff;
        float: none;
        width: 100%;
        padding: 10px 0; }
        ul.main-navigation li.dropdown ul li:last-of-type {
          border-bottom: none; }
        ul.main-navigation li.dropdown ul li a {
          color: #fff; }
          ul.main-navigation li.dropdown ul li a:hover {
            color: #a2a2a2; } }
@media (max-width: 767px) {
  ul.main-sticky-navigation {
    display: none;
    background: #383838;
    padding: 15px 40px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 65px; } }
  @media screen and (max-width: 767px) and (min-width: 560px) {
    ul.main-sticky-navigation {
      top: 140px; } }
@media (max-width: 767px) {
    ul.main-sticky-navigation li {
      padding: 15px 0;
      border-bottom: 1px solid #fff; }
      ul.main-sticky-navigation li:last-of-type {
        border-bottom: none; }
      ul.main-sticky-navigation li a {
        font-weight: 700;
        color: #fff; }
      ul.main-sticky-navigation li i {
        color: #fff;
        margin-left: 15px;
        font-size: 12px;
        cursor: pointer; }
    ul.main-sticky-navigation li.dropdown ul {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      margin: 10px 0;
      padding: 0 20px; } }
@media screen and (min-width: 768px) {
  #header-s {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    padding: 20px;
    background-color: rgba(154, 154, 154, 0.6); }
    #header-s .logo img {
      width: 60%;
      margin-left: 100px; }

  ul.main-sticky-navigation {
    float: right;
    clear: right;
    margin: 10px 0; }
    ul.main-sticky-navigation li {
      float: left;
      margin-right: 15px;
      position: relative; }
      ul.main-sticky-navigation li:last-of-type {
        margin-right: 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-sticky-navigation li {
        margin-right: 30px; } }
@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li a {
        color: #383838;
        font-weight: 700;
        font-size: 12px;
        padding-bottom: 15px; }
        ul.main-sticky-navigation li a:hover {
          color: #01888e; } }
      @media screen and (min-width: 768px) and (min-width: 1024px) {
        ul.main-sticky-navigation li a {
          font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    ul.main-sticky-navigation li a {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li i {
        color: #A2272C;
        font-size: 12px;
        margin-left: 7px; }
    ul.main-sticky-navigation li.dropdown a i {
      color: #A2272C;
      font-size: 12px;
      margin-left: 7px; }
    ul.main-sticky-navigation li.dropdown:hover ul {
      display: block; }
    ul.main-sticky-navigation li.dropdown ul {
      display: none;
      padding: 10px 30px;
      background: #383838;
      text-align: center;
      position: absolute;
      z-index: 999;
      top: 30px;
      width: 200px;
      left: -50px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-sticky-navigation li.dropdown ul {
        width: 300px;
        left: -100px; } }
@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li.dropdown ul li {
        border-bottom: 1px solid #fff;
        float: none;
        width: 100%;
        padding: 10px 0; }
        ul.main-sticky-navigation li.dropdown ul li:last-of-type {
          border-bottom: none; }
        ul.main-sticky-navigation li.dropdown ul li a {
          color: #fff; }
          ul.main-sticky-navigation li.dropdown ul li a:hover {
            color: #a2a2a2; } }
header {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-image: url("/themes/c2c/images/icons/track-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 800px;
  background-position-y: -225px;
  background-position-x: 75%; }
  header .menu-btn {
    display: block;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    @media screen and (min-width: 560px) {
      header .menu-btn {
        bottom: 30px;
        left: 15px;
        right: auto;
        top: auto; } }
    @media screen and (min-width: 768px) {
      header .menu-btn {
        display: none; } }
  header .logo {
    width: 60%;
    margin: 0 auto; }
    @media screen and (min-width: 560px) {
      header .logo {
        float: left;
        width: 220px;
        margin: 0; } }
    @media screen and (min-width: 768px) {
      header .logo {
        width: 380px; } }
    @media screen and (min-width: 1200px) {
      header .logo {
        width: 440px; } }
    @media (min-width: 1400px) {
      header .logo {
        width: 480px; } }
  header .enquire {
    color: #fff;
    background: #A2272C;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    float: right;
    clear: right;
    margin: 0 0 10px;
    display: none; }
    @media screen and (min-width: 1200px) {
      header .enquire {
        font-size: 22px; } }
    header .enquire:hover {
      background: #383838; }
    @media screen and (min-width: 560px) {
      header .enquire {
        display: block; } }
    @media screen and (min-width: 1200px) {
      header .enquire {
        padding: 15px 55px; } }
  header .contact-info {
    float: right;
    display: none; }
    @media screen and (min-width: 560px) {
      header .contact-info {
        display: block; } }
    header .contact-info li {
      margin: 5px 0 10px; }
      @media screen and (min-width: 1024px) {
        header .contact-info li {
          margin: 10px 20px;
          float: left; } }
      header .contact-info li a p {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 18px;
        text-align: right; }
        @media screen and (min-width: 768px) {
          header .contact-info li a p {
            font-size: 24px; } }
        @media screen and (min-width: 1200px) {
          header .contact-info li a p {
            font-size: 30px; } }
    header .contact-info li.email a p {
      color: #383838;
      margin-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        header .contact-info li.email a p {
          margin: 0; } }
    @media screen and (min-width: 1024px) {
      header .contact-info li.phone {
        margin: 10px 0 20px 20px; } }
    header .contact-info li.phone a p {
      color: #383838; }

@media (max-width: 767px) {
  ul.main-navigation {
    display: none;
    background: #383838;
    padding: 15px 40px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 65px; } }
  @media screen and (max-width: 767px) and (min-width: 560px) {
    ul.main-navigation {
      top: 140px; } }
@media (max-width: 767px) {
    ul.main-navigation li {
      padding: 15px 0;
      border-bottom: 1px solid #fff; }
      ul.main-navigation li:last-of-type {
        border-bottom: none; }
      ul.main-navigation li a {
        font-weight: 700;
        color: #fff; }
      ul.main-navigation li i {
        color: #fff;
        margin-left: 15px;
        font-size: 12px;
        cursor: pointer; }
    ul.main-navigation li.dropdown ul {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      margin: 10px 0;
      padding: 0 20px; } }
@media screen and (min-width: 768px) {
  ul.main-navigation {
    float: right;
    clear: right;
    margin: 10px 0; }
    ul.main-navigation li {
      float: left;
      margin-right: 15px;
      position: relative; }
      ul.main-navigation li:last-of-type {
        margin-right: 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-navigation li {
        margin-right: 30px; } }
@media screen and (min-width: 768px) {
      ul.main-navigation li a {
        color: #383838;
        font-weight: 700;
        font-size: 12px;
        padding-bottom: 15px; }
        ul.main-navigation li a:hover {
          color: #01888e; } }
      @media screen and (min-width: 768px) and (min-width: 1024px) {
        ul.main-navigation li a {
          font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    ul.main-navigation li a {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
      ul.main-navigation li i {
        color: #A2272C;
        font-size: 12px;
        margin-left: 7px; }
    ul.main-navigation li.dropdown a i {
      color: #A2272C;
      font-size: 12px;
      margin-left: 7px; }
    ul.main-navigation li.dropdown:hover ul {
      display: block; }
    ul.main-navigation li.dropdown ul {
      display: none;
      padding: 10px 30px;
      background: #383838;
      text-align: center;
      position: absolute;
      z-index: 999;
      top: 30px;
      width: 200px;
      left: -50px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-navigation li.dropdown ul {
        width: 300px;
        left: -100px; } }
@media screen and (min-width: 768px) {
      ul.main-navigation li.dropdown ul li {
        border-bottom: 1px solid #fff;
        float: none;
        width: 100%;
        padding: 10px 0; }
        ul.main-navigation li.dropdown ul li:last-of-type {
          border-bottom: none; }
        ul.main-navigation li.dropdown ul li a {
          color: #fff; }
          ul.main-navigation li.dropdown ul li a:hover {
            color: #a2a2a2; } }
@media (max-width: 767px) {
  ul.main-sticky-navigation {
    display: none;
    background: #383838;
    padding: 15px 40px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 65px; } }
  @media screen and (max-width: 767px) and (min-width: 560px) {
    ul.main-sticky-navigation {
      top: 140px; } }
@media (max-width: 767px) {
    ul.main-sticky-navigation li {
      padding: 15px 0;
      border-bottom: 1px solid #fff; }
      ul.main-sticky-navigation li:last-of-type {
        border-bottom: none; }
      ul.main-sticky-navigation li a {
        font-weight: 700;
        color: #fff; }
      ul.main-sticky-navigation li i {
        color: #fff;
        margin-left: 15px;
        font-size: 12px;
        cursor: pointer; }
    ul.main-sticky-navigation li.dropdown ul {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      margin: 10px 0;
      padding: 0 20px; } }
@media screen and (min-width: 768px) {
  #header-s {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    padding: 20px;
    background-color: rgba(154, 154, 154, 0.6); }
    #header-s .logo img {
      width: 60%;
      margin-left: 100px; }

  ul.main-sticky-navigation {
    float: right;
    clear: right;
    margin: 10px 0; }
    ul.main-sticky-navigation li {
      float: left;
      margin-right: 15px;
      position: relative; }
      ul.main-sticky-navigation li:last-of-type {
        margin-right: 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-sticky-navigation li {
        margin-right: 30px; } }
@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li a {
        color: #383838;
        font-weight: 700;
        font-size: 12px;
        padding-bottom: 15px; }
        ul.main-sticky-navigation li a:hover {
          color: #01888e; } }
      @media screen and (min-width: 768px) and (min-width: 1024px) {
        ul.main-sticky-navigation li a {
          font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    ul.main-sticky-navigation li a {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li i {
        color: #A2272C;
        font-size: 12px;
        margin-left: 7px; }
    ul.main-sticky-navigation li.dropdown a i {
      color: #A2272C;
      font-size: 12px;
      margin-left: 7px; }
    ul.main-sticky-navigation li.dropdown:hover ul {
      display: block; }
    ul.main-sticky-navigation li.dropdown ul {
      display: none;
      padding: 10px 30px;
      background: #383838;
      text-align: center;
      position: absolute;
      z-index: 999;
      top: 30px;
      width: 200px;
      left: -50px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      ul.main-sticky-navigation li.dropdown ul {
        width: 300px;
        left: -100px; } }
@media screen and (min-width: 768px) {
      ul.main-sticky-navigation li.dropdown ul li {
        border-bottom: 1px solid #fff;
        float: none;
        width: 100%;
        padding: 10px 0; }
        ul.main-sticky-navigation li.dropdown ul li:last-of-type {
          border-bottom: none; }
        ul.main-sticky-navigation li.dropdown ul li a {
          color: #fff; }
          ul.main-sticky-navigation li.dropdown ul li a:hover {
            color: #a2a2a2; } }
footer {
  background: #383838;
  padding: 40px 0;
  float: left;
  width: 100%; }
  footer span {
    font-weight: 700; }
  footer h4 {
    font-size: 18px;
    color: #e7e7e7;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      footer h4 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      footer h4 {
        font-size: 30px; } }
  footer ul li {
    margin: 5px 0; }
    footer ul li a {
      color: #fff; }
  footer p {
    color: #fff; }
  footer .twitter {
    background: #444;
    padding: 20px 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      footer .twitter {
        width: 40%;
        margin-right: 10%; } }
    footer .twitter > img {
      width: 40px;
      margin-right: 15px;
      float: left; }
    footer .twitter h4 {
      float: left; }
    footer .twitter ul {
      float: left;
      width: 100%; }
      footer .twitter ul li {
        color: #fff;
        margin: 15px 0; }
        footer .twitter ul li:last-of-type {
          margin-bottom: 0; }
        footer .twitter ul li span {
          font-weight: 700; }
        footer .twitter ul li img {
          display: none; }
  footer .cols {
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      footer .cols {
        margin-bottom: 20px; } }
  footer .menu {
    width: 100%; }
    @media screen and (min-width: 560px) {
      footer .menu {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      footer .menu {
        width: 20%; } }
  footer .contact {
    width: 100%; }
    @media screen and (min-width: 560px) {
      footer .contact {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      footer .contact {
        width: 30%; } }
    footer .contact .email {
      width: 100%;
      float: left;
      margin: 10px 0; }
    footer .contact .phone {
      float: left;
      margin-right: 20px; }
      footer .contact .phone:last-of-type {
        margin-right: 0; }
  footer .social {
    width: 100%; }
    @media screen and (min-width: 768px) {
      footer .social {
        width: 25%; } }
    footer .social img {
      width: 55px;
      float: left;
      margin-right: 10px; }

.site-credit {
  background: #A2272C;
  padding: 10px 0;
  float: left;
  width: 100%; }
  .site-credit p {
    color: #fff;
    margin: 0; }
    .site-credit p span {
      font-weight: 700; }
  .site-credit .by {
    float: left; }
  .site-credit .copyright {
    float: left; }
    @media screen and (min-width: 560px) {
      .site-credit .copyright {
        float: right; } }

.login-page h3 {
  text-align: center; }

#MemberLoginForm_LoginForm {
  width: 300px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px; }
  #MemberLoginForm_LoginForm input[type=text], #MemberLoginForm_LoginForm input[type=password] {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    font-size: 15px; }
  #MemberLoginForm_LoginForm .middleColumn {
    padding-top: 10px;
    padding-bottom: 10px; }
  #MemberLoginForm_LoginForm label {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif; }
  #MemberLoginForm_LoginForm .action {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #2e7daf;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px; }
  #MemberLoginForm_LoginForm .action:hover {
    background: #1e4c69; }

.security p {
  text-align: center; }
.security h3 {
  color: #ffffff; }

.generic-tabs {
  float: left;
  width: 100%; }
  .generic-tabs ul.tabs {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 15px 0 0 0;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs {
        margin-bottom: 0;
        width: 25%; } }
    .generic-tabs ul.tabs li {
      position: relative;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 20px;
      opacity: 0.3;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .generic-tabs ul.tabs li:hover {
        opacity: 1; }
      @media screen and (min-width: 768px) {
        .generic-tabs ul.tabs li {
          display: block;
          margin-right: 0;
          margin-bottom: 15px; } }
    .generic-tabs ul.tabs li.current {
      opacity: 1; }
  .generic-tabs .content {
    display: none;
    background: #e7e7e7;
    padding: 30px;
    float: left;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .generic-tabs .content {
        width: 75%; } }
  .generic-tabs .content.current {
    display: inherit; }
    .generic-tabs .content.current * {
      display: inherit; }

.full-width-tabs {
  overflow: auto; }
  .full-width-tabs .tabs {
    float: left;
    width: 100%; }
    .full-width-tabs .tabs li {
      opacity: .5;
      cursor: pointer;
      float: left;
      margin-right: 20px; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .tabs li {
          margin-right: 40px; } }
      .full-width-tabs .tabs li:last-of-type {
        margin-right: 0; }
      .full-width-tabs .tabs li:hover {
        opacity: 1; }
    .full-width-tabs .tabs li.current {
      opacity: 1; }
  .full-width-tabs .content {
    display: none; }
    .full-width-tabs .content .img-area {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .img-area {
          width: 35%;
          margin-right: 2%;
          margin-bottom: 0; } }
    .full-width-tabs .content .text-area {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .text-area {
          width: 63%;
          float: left; } }
      .full-width-tabs .content .text-area p {
        margin-bottom: 20px; }
  .full-width-tabs .content.current {
    display: inherit; }
    .full-width-tabs .content.current * {
      display: inherit; }

.testimonials {
  margin: 20px 0; }
  .testimonials li {
    text-align: center;
    padding: 0 60px; }
    .testimonials li .title {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .testimonials li .title {
          font-size: 18px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .testimonials li .title {
      font-size: 24px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .testimonials li .title {
      font-size: 30px; } }

    .testimonials li .rating {
      margin-bottom: 10px; }
      .testimonials li .rating i {
        display: inline-block;
        color: #f9c816;
        font-size: 18px; }
    .testimonials li p.quote {
      margin-bottom: 10px;
      font-size: 14px;
      font-style: italic; }
      @media screen and (min-width: 1200px) {
        .testimonials li p.quote {
          font-size: 16px; } }
      @media screen and (min-width: 768px) {
        .testimonials li p.quote {
          font-size: 18px;
          line-height: 29.124px; } }
    .testimonials li p.byline {
      margin-bottom: 20px;
      font-weight: 700; }

.testimonial-list .list-item {
  margin-bottom: 60px;
  text-align: center; }
  .testimonial-list .list-item .rating {
    margin-bottom: 20px; }
    .testimonial-list .list-item .rating i {
      display: inline-block;
      color: #f9c816;
      font-size: 18px; }
      @media screen and (min-width: 1200px) {
        .testimonial-list .list-item .rating i {
          font-size: 22px; } }
  .testimonial-list .list-item .title {
    font-size: 20px;
    line-height: 51.776px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .testimonial-list .list-item .title {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .testimonial-list .list-item .title {
        font-size: 36px; } }
  .testimonial-list .list-item p.quote {
    font-size: 18px;
    line-height: 29.124px;
    font-style: italic;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .testimonial-list .list-item p.quote {
        font-size: 22px; } }
  .testimonial-list .list-item .byline {
    font-weight: 700; }

.form-title {
  font-size: 19px;
  font-weight: 600; }

.testimonial-form form input, .testimonial-form form select, .testimonial-form form textarea {
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7; }
.testimonial-form form select {
  background-position-y: 12px;
  background-position-x: 95%; }
.testimonial-form form textarea {
  min-height: 100px;
  margin-bottom: 0; }
.testimonial-form form .sendFormButton {
  border: none;
  background-color: #e7e7e7;
  font-family: 'Open Sans', sans-serif; }

.internal-banner {
  position: relative;
  margin-bottom: 20px; }
  .internal-banner .text-area .block-title {
    color: #fff;
    margin-bottom: 10px; }

.cta {
  float: left;
  width: 100%;
  height: 300px; }
  .cta .overlay {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative; }
    .cta .overlay .block-title {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 20px;
      left: 20px; }

div.service p {
  padding-bottom: 20px; }

.case-study-list .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .case-study-list .filter div {
    background: #01888e;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 1200px) {
      .case-study-list .filter div {
        font-size: 16px; } }
  .case-study-list .filter p {
    cursor: pointer;
    background: #e7e7e7;
    color: #383838;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .case-study-list .filter p:last-of-type {
      margin-right: 0; }
    .case-study-list .filter p:hover {
      background: #01888e;
      color: #fff; }
  .case-study-list .filter .current {
    background: #01888e;
    color: #fff; }
.case-study-list .grid {
  width: 100%;
  float: left; }
  .case-study-list .grid li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1% 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .case-study-list .grid li:first-of-type a {
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li:first-of-type a {
          padding: 90px 30px 30px; } }
      .case-study-list .grid li:first-of-type a .block-title {
        font-size: 30px; }
        @media screen and (min-width: 768px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 45px; } }
        @media screen and (min-width: 1024px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 60px; } }
        @media screen and (min-width: 1200px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 72px; } }
    .case-study-list .grid li img {
      width: auto !important;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li img {
          margin-left: -50%; } }
    .case-study-list .grid li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px;
      background: rgba(0, 0, 0, 0.4); }
      .case-study-list .grid li a:hover {
        background: rgba(241, 80, 70, 0.85); }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li a {
          padding: 20px; } }
      @media screen and (min-width: 1024px) {
        .case-study-list .grid li a {
          padding: 30px; } }
      .case-study-list .grid li a .block-title {
        color: #fff;
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          .case-study-list .grid li a .block-title {
            font-size: 30px; } }
        @media screen and (min-width: 1200px) {
          .case-study-list .grid li a .block-title {
            font-size: 36px; } }
    .case-study-list .grid li:nth-of-type(1n) {
      background-image: url("/themes/c2c/images/place-one.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(2n) {
      background-image: url("/themes/c2c/images/place-two.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(3n) {
      background-image: url("/themes/c2c/images/place-three.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(4n) {
      background-image: url("/themes/c2c/images/place-four.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
  .case-study-list .grid .grid-1x1 {
    width: 100%;
    height: 215px; }
    @media screen and (min-width: 768px) {
      .case-study-list .grid .grid-1x1 {
        height: 165px;
        width: 31%; } }
    @media screen and (min-width: 1024px) {
      .case-study-list .grid .grid-1x1 {
        height: 265px; } }
  .case-study-list .grid .grid-2x2 {
    width: 100%;
    height: 170px; }
    @media screen and (min-width: 768px) {
      .case-study-list .grid .grid-2x2 {
        height: 350px;
        width: 64%; } }
    @media screen and (min-width: 1024px) {
      .case-study-list .grid .grid-2x2 {
        height: 550px; } }
  @media screen and (min-width: 768px) {
    .case-study-list .grid .filtered {
      float: left !important;
      clear: none !important;
      width: 23.5%;
      height: 180px;
      margin-right: 2% !important; } }
  @media screen and (min-width: 1024px) {
    .case-study-list .grid .filtered {
      height: 280px; } }
  .case-study-list .grid .filtered a {
    padding: 30px !important; }
    .case-study-list .grid .filtered a .block-title {
      font-size: 20px !important; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid .filtered a .block-title {
          font-size: 30px !important; } }

.image-carousel {
  margin: 30px 0;
  float: left;
  width: 100%; }
  .image-carousel .owl-item {
    overflow: hidden; }
    .image-carousel .owl-item img {
      overflow: hidden; }
  .image-carousel .owl-nav {
    bottom: -10px;
    top: auto; }
    @media screen and (min-width: 1200px) {
      .image-carousel .owl-nav {
        top: 45%;
        bottom: auto; } }
    .image-carousel .owl-nav div i {
      font-size: 40px; }
    .image-carousel .owl-nav .owl-prev {
      left: 10px; }
      @media screen and (min-width: 1200px) {
        .image-carousel .owl-nav .owl-prev {
          left: -40px; } }
    .image-carousel .owl-nav .owl-next {
      right: 10px; }
      @media screen and (min-width: 1200px) {
        .image-carousel .owl-nav .owl-next {
          right: -40px; } }

.gallery .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .gallery .filter div {
    background: red;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 1200px) {
      .gallery .filter div {
        font-size: 16px; } }
  .gallery .filter p {
    cursor: pointer;
    background: gray;
    color: blue;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .gallery .filter p:last-of-type {
      margin-right: 0; }
    .gallery .filter p:hover {
      background: red;
      color: #fff; }
  .gallery .filter .current {
    background: red;
    color: #fff; }
.gallery .grid {
  width: 100%;
  float: left; }
  .gallery .grid li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1% 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .gallery .grid li img {
      width: auto !important;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .gallery .grid li img {
          margin-left: -50%; } }
  .gallery .grid .grid-1x1 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-1x1 {
        height: 180px;
        width: 23%; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-1x1 {
        height: 280px; } }
  .gallery .grid .grid-2x2 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-2x2 {
        height: 380px; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-2x2 {
        height: 580px; } }
  @media screen and (min-width: 768px) {
    .gallery .grid .filtered {
      float: left !important;
      clear: none !important;
      width: 23.5%;
      height: 180px;
      margin-right: 2% !important; } }
  @media screen and (min-width: 1024px) {
    .gallery .grid .filtered {
      height: 280px; } }

.team .member {
  float: left;
  width: 100%;
  padding: 40px 0; }
  .team .member .img-area {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 560px) {
      .team .member .img-area {
        width: 30%;
        margin-right: 2%; } }
    .team .member .img-area img {
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      -ms-border-radius: 500px;
      border-radius: 500px; }
    .team .member .img-area p {
      position: relative;
      z-index: 10;
      background: #A2272C;
      color: #fff;
      padding: 10px 5px;
      width: 190px;
      text-align: center;
      margin: -45px auto 0;
      font-weight: 700; }
      @media screen and (min-width: 560px) {
        .team .member .img-area p {
          width: auto; } }
      @media screen and (min-width: 768px) {
        .team .member .img-area p {
          width: 190px; } }
  .team .member .text-area {
    float: left;
    width: 100%; }
    @media screen and (min-width: 560px) {
      .team .member .text-area {
        width: 68%; } }
    @media screen and (min-width: 1024px) {
      .team .member .text-area {
        margin-top: 40px; } }
    .team .member .text-area .block-title {
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .team .member .text-area .block-title {
          font-size: 30px; } }
      @media screen and (min-width: 1200px) {
        .team .member .text-area .block-title {
          font-size: 36px; } }
  .team .member:nth-of-type(even) {
    background: #e7e7e7; }
    .team .member:nth-of-type(even) .img-area {
      float: right;
      margin-right: 0; }
    .team .member:nth-of-type(even) .text-area {
      margin-right: 2%; }

.main-banner .owl-item {
  height: 460px; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-item {
      height: 480px; } }
  @media screen and (min-width: 1200px) {
    .main-banner .owl-item {
      height: 580px; } }
.main-banner .overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%; }
.main-banner li {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
  height: 100%; }
  .main-banner li .text-area {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .main-banner li .text-area {
        margin-top: 50px;
        width: 49%;
        margin-right: 2%; } }
    @media screen and (min-width: 1024px) {
      .main-banner li .text-area {
        width: 60%;
        margin-top: 100px;
        margin-right: 5%; } }
    @media screen and (min-width: 1200px) {
      .main-banner li .text-area {
        margin-top: 150px; } }
    .main-banner li .text-area h1 {
      font-size: 30px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .main-banner li .text-area h1 {
          font-size: 45px; } }
      @media screen and (min-width: 1024px) {
        .main-banner li .text-area h1 {
          font-size: 60px; } }
      @media screen and (min-width: 1200px) {
        .main-banner li .text-area h1 {
          font-size: 72px; } }
      @media screen and (min-width: 768px) {
        .main-banner li .text-area h1 {
          margin-bottom: 10px; } }
  .main-banner li .cta-area {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .main-banner li .cta-area {
        width: 49%;
        margin-top: 50px; } }
    @media screen and (min-width: 1024px) {
      .main-banner li .cta-area {
        width: 35%; } }
    .main-banner li .cta-area ul li {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      float: left;
      width: 32%;
      margin-right: 2%;
      margin-bottom: 20px;
      height: 110px; }
      .main-banner li .cta-area ul li:last-of-type {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .main-banner li .cta-area ul li {
          margin: 0 0 20px;
          width: 100%;
          height: auto; } }
      .main-banner li .cta-area ul li .overlay {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        background: rgba(241, 80, 70, 0.85);
        float: left;
        width: 100%;
        height: 100%;
        padding: 10px; }
        @media screen and (min-width: 768px) {
          .main-banner li .cta-area ul li .overlay {
            padding: 20px; } }
        @media screen and (min-width: 1200px) {
          .main-banner li .cta-area ul li .overlay {
            padding: 35px 20px; } }
        .main-banner li .cta-area ul li .overlay p {
          font-size: 14px;
          font-weight: 700;
          font-family: 'Roboto', sans-serif;
          color: #fff;
          margin-bottom: 10px; }
          @media screen and (min-width: 1200px) {
            .main-banner li .cta-area ul li .overlay p {
              font-size: 16px; } }
          @media screen and (min-width: 768px) {
            .main-banner li .cta-area ul li .overlay p {
              font-size: 20px;
              margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .main-banner li .cta-area ul li .overlay p {
      font-size: 30px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .main-banner li .cta-area ul li .overlay p {
      font-size: 36px; } }

        .main-banner li .cta-area ul li .overlay .btn {
          font-size: 10px; }
          @media screen and (min-width: 560px) {
            .main-banner li .cta-area ul li .overlay .btn {
              font-size: 12px; } }
      .main-banner li .cta-area ul li:nth-of-type(1) {
        background-image: url("/themes/c2c/images/place-one.jpg");
        background-repeat: no-repeat;
        background-size: cover; }
      .main-banner li .cta-area ul li:nth-of-type(2) {
        background-image: url("/themes/c2c/images/place-two.jpg");
        background-repeat: no-repeat;
        background-size: cover; }
      .main-banner li .cta-area ul li:nth-of-type(3) {
        background-image: url("/themes/c2c/images/place-three.jpg");
        background-repeat: no-repeat;
        background-size: cover; }
.main-banner .owl-nav {
  top: auto;
  bottom: 45px; }
  @media screen and (min-width: 1200px) {
    .main-banner .owl-nav {
      top: 45%;
      bottom: auto; } }
  .main-banner .owl-nav div i {
    color: #fff;
    font-weight: 700;
    font-size: 30px; }
    @media (min-width: 1350px) {
      .main-banner .owl-nav div i {
        font-size: 50px; } }
  .main-banner .owl-nav .owl-prev {
    left: 10px; }
    @media (min-width: 1350px) {
      .main-banner .owl-nav .owl-prev {
        left: 40px; } }
  .main-banner .owl-nav .owl-next {
    right: 10px; }
    @media (min-width: 1350px) {
      .main-banner .owl-nav .owl-next {
        right: 40px; } }

.generic-tabs ul.tabs li {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #A2272C; }
  @media screen and (min-width: 1200px) {
    .generic-tabs ul.tabs li {
      font-size: 22px; } }
@media screen and (min-width: 1024px) {
  .generic-tabs ul.tabs li.current:after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 14px;
    color: #A2272C;
    position: absolute;
    right: 15px;
    top: 7px; } }

.full-width-tabs .tabs {
  float: none;
  overflow: auto;
  padding: 0; }
  .full-width-tabs .tabs li {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #01888e; }
    @media screen and (min-width: 1200px) {
      .full-width-tabs .tabs li {
        font-size: 16px; } }
    .full-width-tabs .tabs li:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .full-width-tabs .tabs li {
        font-size: 18px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .full-width-tabs .tabs li {
      font-size: 22px; } }

.full-width-tabs .tab-content {
  overflow: auto;
  background: #01888e;
  padding: 30px; }
  @media screen and (min-width: 1024px) {
    .full-width-tabs .tab-content .content .img-area {
      width: 45%;
      margin-right: 3%; } }
  @media screen and (min-width: 1024px) {
    .full-width-tabs .tab-content .content .text-area {
      width: 52%; } }
  .full-width-tabs .tab-content .content .text-area h1, .full-width-tabs .tab-content .content .text-area h2, .full-width-tabs .tab-content .content .text-area h3, .full-width-tabs .tab-content .content .text-area h4 h5, .full-width-tabs .tab-content .content .text-area h6 {
    color: #383838;
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .full-width-tabs .tab-content .content .text-area h1, .full-width-tabs .tab-content .content .text-area h2, .full-width-tabs .tab-content .content .text-area h3, .full-width-tabs .tab-content .content .text-area h4 h5, .full-width-tabs .tab-content .content .text-area h6 {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .full-width-tabs .tab-content .content .text-area h1, .full-width-tabs .tab-content .content .text-area h2, .full-width-tabs .tab-content .content .text-area h3, .full-width-tabs .tab-content .content .text-area h4 h5, .full-width-tabs .tab-content .content .text-area h6 {
        font-size: 36px; } }
  .full-width-tabs .tab-content .content .text-area p {
    color: #fff; }

.testimonials li .title {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }

.form-title {
  font-size: 19px;
  font-weight: 600;
  color: #383838; }

.testimonial-form form input, .testimonial-form form select, .testimonial-form form textarea {
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7; }
.testimonial-form form select {
  background-position-y: 12px;
  background-position-x: 95%; }
.testimonial-form form textarea {
  min-height: 100px;
  margin-bottom: 0; }
.testimonial-form form .sendFormButton {
  border: none;
  background-color: #383838;
  font-family: 'Open Sans', sans-serif; }

.internal-banner {
  float: left;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .internal-banner {
      height: 350px; } }
  @media screen and (min-width: 1200px) {
    .internal-banner {
      height: 420px; } }
  .internal-banner .text-area {
    background: #A2272C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    margin: 20px auto 0; }
    @media screen and (min-width: 768px) {
      .internal-banner .text-area {
        padding: 30px;
        width: 70%;
        margin-top: 80px;
        float: left; } }
    @media screen and (min-width: 1024px) {
      .internal-banner .text-area {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .internal-banner .text-area {
        padding: 30px 60px 60px; } }
    .internal-banner .text-area .block-title {
      color: #fff;
      margin-bottom: 10px;
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area .block-title {
          font-size: 45px; } }
      @media screen and (min-width: 1024px) {
        .internal-banner .text-area .block-title {
          font-size: 60px; } }
      @media screen and (min-width: 1200px) {
        .internal-banner .text-area .block-title {
          font-size: 72px; } }
    .internal-banner .text-area .sub {
      color: #383838;
      font-weight: 700; }

.blog-banner {
  float: left;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .blog-banner {
      height: 350px; } }
  .blog-banner .text-area {
    background: #A2272C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    margin: 20px auto 0; }
    @media screen and (min-width: 768px) {
      .blog-banner .text-area {
        padding: 30px;
        width: 70%;
        margin-top: 80px;
        float: left; } }
    @media screen and (min-width: 1024px) {
      .blog-banner .text-area {
        width: 50%; } }
    .blog-banner .text-area .block-title {
      color: #fff;
      margin-bottom: 10px;
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        .blog-banner .text-area .block-title {
          font-size: 30px; } }
      @media screen and (min-width: 1200px) {
        .blog-banner .text-area .block-title {
          font-size: 36px; } }
    .blog-banner .text-area .sub {
      color: #383838;
      font-weight: 700; }

.cta {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 768px) {
    .cta {
      height: 325px; } }
  @media screen and (min-width: 1200px) {
    .cta {
      height: 380px; } }
  .cta .overlay {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px; }
    @media screen and (min-width: 1200px) {
      .cta .overlay {
        padding: 35px 40px; } }
    .cta .overlay .block-title {
      font-size: 28px;
      line-height: 33.6px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .cta .overlay .block-title {
          font-size: 36px;
          line-height: 43.2px; } }
      @media screen and (min-width: 1024px) {
        .cta .overlay .block-title {
          font-size: 56px;
          line-height: 62.4px; } }
    .cta .overlay p {
      color: #fff; }
      @media screen and (min-width: 768px) {
        .cta .overlay p {
          font-size: 18px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cta .overlay p {
      font-size: 22px; } }

    @media screen and (min-width: 1200px) {
      .cta .overlay .btn {
        bottom: 30px;
        left: 30px;
        padding: 12px 30px; } }

.service-links {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: -20px;
  background: #e7e7e7; }
  .service-links .icons {
    display: block; }
    @media screen and (min-width: 560px) {
      .service-links .icons {
        display: flex;
        flex-direction: row;
        justify-content: center; } }
    .service-links .icons li {
      float: left;
      width: 30%;
      margin-right: 4%;
      margin-bottom: 10px; }
      .service-links .icons li:hover {
        cursor: pointer; }
      .service-links .icons li:nth-of-type(3n) {
        margin-right: 0; }
      .service-links .icons li:last-of-type {
        margin-right: 0; }
      @media screen and (min-width: 560px) {
        .service-links .icons li {
          width: 12%;
          margin-right: 3%;
          margin-bottom: 0; }
          .service-links .icons li:nth-of-type(3n) {
            margin-right: 3%; } }
      @media screen and (min-width: 1024px) {
        .service-links .icons li {
          width: 10%;
          margin-right: 2%; } }
      .service-links .icons li .icon {
        width: 100%;
        height: auto;
        padding-top: 100%;
        position: relative;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        -ms-border-radius: 300px;
        border-radius: 300px;
        margin-bottom: 10px;
        opacity: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .service-links .icons li .icon:hover {
          opacity: .7; }
        .service-links .icons li .icon img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 60%; }
      .service-links .icons li:nth-of-type(1) .icon {
        background: #4b1312; }
      .service-links .icons li:nth-of-type(2) .icon {
        background: #2d4966; }
      .service-links .icons li:nth-of-type(3) .icon {
        background: #f05046; }
      .service-links .icons li:nth-of-type(4) .icon {
        background: #00888e; }
      .service-links .icons li:nth-of-type(5) .icon {
        background: #795392; }
      .service-links .icons li p {
        font-weight: 700;
        color: #383838;
        text-align: center; }

.service-list {
  float: left;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .service-list {
      margin-bottom: 30px; } }
  .service-list .service {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0; }
    .service-list .service .title-area {
      position: absolute;
      z-index: 998;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 450px; }
      .service-list .service .title-area .block-title {
        text-align: center;
        margin-bottom: 5px; }
      .service-list .service .title-area .icon {
        width: 105px;
        height: auto;
        padding-top: 105px;
        position: relative;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        -ms-border-radius: 300px;
        border-radius: 300px;
        margin: 0 auto;
        opacity: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .service-list .service .title-area .icon img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 60%; }
    .service-list .service .details {
      float: left;
      width: 100%;
      margin-top: 95px; }
      .service-list .service .details .area {
        float: left;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .service-list .service .details .area {
            width: 50%; } }
      .service-list .service .details .text {
        padding: 70px 40px 30px;
        background: #e7e7e7; }
        .service-list .service .details .text ul {
          margin: 10px 0;
          width: 100%; }
          .service-list .service .details .text ul li {
            font-size: 18px;
            font-weight: 700;
            color: #01888e;
            margin: 4px 0;
            width: 100%;
            float: left; }
            @media screen and (min-width: 1200px) {
              .service-list .service .details .text ul li {
                font-size: 22px; } }
            @media screen and (min-width: 768px) {
              .service-list .service .details .text ul li {
                font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .service-list .service .details .text ul li {
      font-size: 16px; } }

            @media screen and (min-width: 1024px) {
              .service-list .service .details .text ul li {
                font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .service-list .service .details .text ul li {
      font-size: 22px; } }

            .service-list .service .details .text ul li:before {
              content: "\f101";
              font-family: 'FontAwesome';
              font-size: 18px;
              color: #383838;
              position: relative;
              margin-left: -10px;
              padding-right: 2px;
              display: block;
              float: left;
              height: 35px; }
              @media screen and (min-width: 768px) {
                .service-list .service .details .text ul li:before {
                  font-size: 24px; } }
              @media screen and (min-width: 1200px) {
                .service-list .service .details .text ul li:before {
                  font-size: 30px; } }
        @media screen and (min-width: 1024px) {
          .service-list .service .details .text {
            padding: 30px 40px; } }
        @media screen and (min-width: 1200px) {
          .service-list .service .details .text {
            padding: 40px 50px; } }
        .service-list .service .details .text ul {
          float: left;
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .service-list .service .details .text ul {
              margin: 0 0 20px; } }
          .service-list .service .details .text ul li {
            font-size: 14px; }
            @media screen and (min-width: 768px) {
              .service-list .service .details .text ul li {
                font-size: 16px; } }
            @media (min-width: 1500px) {
              .service-list .service .details .text ul li {
                font-size: 22px; } }
      .service-list .service .details .slider li {
        background-size: cover;
        background-repeat: no-repeat;
        height: 200px;
        /*For mobile only*/ }
      .service-list .service .details .slider .owl-item {
        height: 100%; }
        .service-list .service .details .slider .owl-item:nth-of-type(1n) li {
          background-image: url("/themes/c2c/images/place-one.jpg"); }
        .service-list .service .details .slider .owl-item:nth-of-type(2n) li {
          background-image: url("/themes/c2c/images/place-two.jpg"); }
        .service-list .service .details .slider .owl-item:nth-of-type(3n) li {
          background-image: url("/themes/c2c/images/place-three.jpg"); }
      .service-list .service .details .slider .owl-nav {
        width: 100px;
        position: absolute;
        top: auto;
        bottom: 55px;
        right: 15px; }
        .service-list .service .details .slider .owl-nav div i {
          font-weight: 700;
          font-size: 30px;
          background: #fff;
          padding: 5px 15px; }
        .service-list .service .details .slider .owl-nav .owl-prev {
          left: 0; }
        .service-list .service .details .slider .owl-nav .owl-next {
          right: 0; }
    .service-list .service:nth-of-type(1) .icon {
      background: #4b1312; }
    .service-list .service:nth-of-type(1) .text ul li {
      color: #4b1312; }
    .service-list .service:nth-of-type(2) .icon {
      background: #2d4966; }
    .service-list .service:nth-of-type(2) .text ul li {
      color: #2d4966; }
    .service-list .service:nth-of-type(3) .icon {
      background: #f05046; }
    .service-list .service:nth-of-type(3) .text ul li {
      color: #f05046; }
    .service-list .service:nth-of-type(4) .icon {
      background: #00888e; }
    .service-list .service:nth-of-type(4) .text ul li {
      color: #00888e; }

.fleet-intro {
  margin: 30px auto; }
  .fleet-intro .fleet-text {
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .fleet-intro .fleet-text {
        width: 49%;
        margin-right: 2%; } }
    .fleet-intro .fleet-text .block-title {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        .fleet-intro .fleet-text .block-title {
          font-size: 30px; } }
      @media screen and (min-width: 1200px) {
        .fleet-intro .fleet-text .block-title {
          font-size: 36px; } }
  .fleet-intro .fleet-links {
    width: 100%;
    float: left;
    margin: 20px 0; }
    @media screen and (min-width: 1024px) {
      .fleet-intro .fleet-links {
        width: 49%;
        margin: 0; } }
    .fleet-intro .fleet-links li {
      position: relative;
      background: #01888e;
      color: #fff;
      padding: 12px 20px 12px 35px;
      float: left;
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      width: 100%;
      margin-bottom: 10px; }
      @media screen and (min-width: 1200px) {
        .fleet-intro .fleet-links li {
          font-size: 16px; } }
      .fleet-intro .fleet-links li:hover {
        background: #383838; }
      @media screen and (min-width: 768px) {
        .fleet-intro .fleet-links li {
          width: 48%;
          margin-right: 2%; }
          .fleet-intro .fleet-links li:nth-of-type {
            margin-right: 0; } }
      .fleet-intro .fleet-links li:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 12px;
        color: #fff;
        position: absolute;
        left: 13px;
        top: 16px; }

.fleet-list {
  width: 100%;
  float: left;
  margin: 30px 0; }
  .fleet-list .fleet {
    padding: 40px 0;
    float: left;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .fleet-list .fleet {
        padding: 60px 0; } }
    .fleet-list .fleet:nth-of-type(odd) {
      background-color: #e7e7e7;
      background-image: url("/themes/c2c/images/icons/tires.svg");
      background-size: 600px;
      background-position-x: 15%;
      background-position-y: -110px;
      background-repeat: no-repeat; }
      .fleet-list .fleet:nth-of-type(odd) .text {
        float: left;
        padding-left: 0;
        padding-right: 2%; }
    .fleet-list .fleet .area {
      width: 100%;
      float: left; }
      @media screen and (min-width: 1024px) {
        .fleet-list .fleet .area {
          width: 50%; } }
    .fleet-list .fleet .text {
      float: right;
      padding-right: 0;
      padding-left: 2%; }
      .fleet-list .fleet .text ul {
        margin: 10px 0;
        width: 100%; }
        .fleet-list .fleet .text ul li {
          font-size: 18px;
          font-weight: 700;
          color: #01888e;
          margin: 4px 0;
          width: 100%;
          float: left; }
          @media screen and (min-width: 1200px) {
            .fleet-list .fleet .text ul li {
              font-size: 22px; } }
          @media screen and (min-width: 768px) {
            .fleet-list .fleet .text ul li {
              font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .fleet-list .fleet .text ul li {
      font-size: 16px; } }

          @media screen and (min-width: 1024px) {
            .fleet-list .fleet .text ul li {
              font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .fleet-list .fleet .text ul li {
      font-size: 22px; } }

          .fleet-list .fleet .text ul li:before {
            content: "\f101";
            font-family: 'FontAwesome';
            font-size: 18px;
            color: #383838;
            position: relative;
            margin-left: -10px;
            padding-right: 2px;
            display: block;
            float: left;
            height: 35px; }
            @media screen and (min-width: 768px) {
              .fleet-list .fleet .text ul li:before {
                font-size: 24px; } }
            @media screen and (min-width: 1200px) {
              .fleet-list .fleet .text ul li:before {
                font-size: 30px; } }
      .fleet-list .fleet .text ul {
        float: left; }
      .fleet-list .fleet .text .block-title {
        margin-bottom: 5px; }
      .fleet-list .fleet .text .btn {
        margin: 20px 0; }
    .fleet-list .fleet .slider {
      height: 350px; }
      @media screen and (min-width: 1200px) {
        .fleet-list .fleet .slider {
          height: 400px; } }
      .fleet-list .fleet .slider li {
        background-size: cover;
        background-repeat: no-repeat;
        height: 350px; }
        @media screen and (min-width: 1200px) {
          .fleet-list .fleet .slider li {
            height: 400px; } }
      .fleet-list .fleet .slider .owl-item {
        height: 100%; }
        .fleet-list .fleet .slider .owl-item:nth-of-type(1n) li {
          background-image: url("/themes/c2c/images/place-one.jpg"); }
        .fleet-list .fleet .slider .owl-item:nth-of-type(2n) li {
          background-image: url("/themes/c2c/images/place-two.jpg"); }
        .fleet-list .fleet .slider .owl-item:nth-of-type(3n) li {
          background-image: url("/themes/c2c/images/place-three.jpg"); }
      .fleet-list .fleet .slider .owl-nav {
        width: 100px;
        position: absolute;
        top: auto;
        bottom: 55px;
        right: 15px; }
        .fleet-list .fleet .slider .owl-nav div i {
          font-weight: 700;
          font-size: 30px;
          background: #fff;
          padding: 5px 15px; }
        .fleet-list .fleet .slider .owl-nav .owl-prev {
          left: 0; }
        .fleet-list .fleet .slider .owl-nav .owl-next {
          right: 0; }

.case-study-list .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .case-study-list .filter div {
    background: #01888e;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 1200px) {
      .case-study-list .filter div {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .case-study-list .filter div {
        padding: 13px 20px; } }
  .case-study-list .filter p {
    cursor: pointer;
    background: #e7e7e7;
    color: #383838;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .case-study-list .filter p:last-of-type {
      margin-right: 0; }
    .case-study-list .filter p:hover {
      background: #01888e;
      color: #fff; }
  .case-study-list .filter .current {
    background: #01888e;
    color: #fff; }
.case-study-list .grid {
  width: 100%;
  float: left; }
  .case-study-list .grid li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1% 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .case-study-list .grid li:first-of-type a {
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li:first-of-type a {
          padding: 90px 30px 30px; } }
      .case-study-list .grid li:first-of-type a .block-title {
        font-size: 30px; }
        @media screen and (min-width: 768px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 45px; } }
        @media screen and (min-width: 1024px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 60px; } }
        @media screen and (min-width: 1200px) {
          .case-study-list .grid li:first-of-type a .block-title {
            font-size: 72px; } }
    .case-study-list .grid li img {
      width: auto !important;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li img {
          margin-left: -50%; } }
    .case-study-list .grid li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px;
      background: rgba(0, 0, 0, 0.4); }
      .case-study-list .grid li a:hover {
        background: rgba(241, 80, 70, 0.85); }
      @media screen and (min-width: 768px) {
        .case-study-list .grid li a {
          padding: 20px; } }
      @media screen and (min-width: 1024px) {
        .case-study-list .grid li a {
          padding: 30px; } }
      .case-study-list .grid li a .block-title {
        color: #fff;
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          .case-study-list .grid li a .block-title {
            font-size: 30px; } }
        @media screen and (min-width: 1200px) {
          .case-study-list .grid li a .block-title {
            font-size: 36px; } }
    .case-study-list .grid li:nth-of-type(1n) {
      background-image: url("/themes/c2c/images/place-one.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(2n) {
      background-image: url("/themes/c2c/images/place-two.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(3n) {
      background-image: url("/themes/c2c/images/place-three.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .case-study-list .grid li:nth-of-type(4n) {
      background-image: url("/themes/c2c/images/place-four.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
  .case-study-list .grid .grid-1x1 {
    width: 100%;
    height: 215px; }
    @media screen and (min-width: 768px) {
      .case-study-list .grid .grid-1x1 {
        height: 165px;
        width: 31%; } }
    @media screen and (min-width: 1024px) {
      .case-study-list .grid .grid-1x1 {
        height: 265px; } }
  .case-study-list .grid .grid-2x2 {
    width: 100%;
    height: 170px; }
    @media screen and (min-width: 768px) {
      .case-study-list .grid .grid-2x2 {
        height: 350px;
        width: 64%; } }
    @media screen and (min-width: 1024px) {
      .case-study-list .grid .grid-2x2 {
        height: 550px; } }
  @media screen and (min-width: 768px) {
    .case-study-list .grid .filtered {
      float: left !important;
      clear: none !important;
      width: 23.5%;
      height: 180px;
      margin-right: 2% !important; } }
  @media screen and (min-width: 1024px) {
    .case-study-list .grid .filtered {
      height: 280px; } }
  .case-study-list .grid .filtered a {
    padding: 30px !important; }
    .case-study-list .grid .filtered a .block-title {
      font-size: 20px !important; }
      @media screen and (min-width: 768px) {
        .case-study-list .grid .filtered a .block-title {
          font-size: 30px !important; } }

.image-carousel {
  margin: 0 0 30px;
  float: left;
  width: 100%; }
  .image-carousel .owl-item {
    overflow: hidden; }
    .image-carousel .owl-item img {
      width: 100%;
      height: auto !important;
      overflow: hidden;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .image-carousel .owl-item img {
          height: 520px; } }
  .image-carousel .owl-nav {
    width: 100px;
    position: absolute;
    top: auto;
    bottom: 55px;
    right: 15px; }
    .image-carousel .owl-nav div i {
      font-weight: 700;
      font-size: 30px;
      background: #fff;
      padding: 5px 15px; }
    .image-carousel .owl-nav .owl-prev {
      left: 0; }
    .image-carousel .owl-nav .owl-next {
      right: 0; }

.gallery .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .gallery .filter div {
    background: #01888e;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 1200px) {
      .gallery .filter div {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .gallery .filter div {
        padding: 13px 20px; } }
  .gallery .filter p {
    cursor: pointer;
    background: #e7e7e7;
    color: #383838;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .gallery .filter p:last-of-type {
      margin-right: 0; }
    .gallery .filter p:hover {
      background: #01888e;
      color: #fff; }
  .gallery .filter .current {
    background: #01888e;
    color: #fff; }
.gallery .grid {
  width: 100%;
  float: left; }
  .gallery .grid li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1% 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .gallery .grid li img {
      width: auto !important;
      height: 130%; }
      @media screen and (min-width: 768px) {
        .gallery .grid li img {
          margin-left: 0; } }
  .gallery .grid .grid-1x1 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-1x1 {
        height: 165px;
        width: 31%; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-1x1 {
        height: 265px; } }
    @media screen and (min-width: 1200px) {
      .gallery .grid .grid-1x1 {
        height: 300px; } }
  .gallery .grid .grid-2x2 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-2x2 {
        height: 350px;
        width: 64%; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-2x2 {
        height: 550px; } }
    @media screen and (min-width: 1200px) {
      .gallery .grid .grid-2x2 {
        height: 620px; } }
  @media screen and (min-width: 768px) {
    .gallery .grid .filtered {
      float: left !important;
      clear: none !important;
      width: 23.5%;
      height: 180px;
      margin-right: 2% !important; } }
  @media screen and (min-width: 1024px) {
    .gallery .grid .filtered {
      height: 280px; } }

.icon-cta {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .icon-cta li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; }
    .icon-cta li:nth-of-type(2n) {
      margin-right: 0; }
    .icon-cta li:nth-of-type(5n) {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .icon-cta li {
        width: 17%;
        margin-right: 3%; }
        .icon-cta li:nth-of-type(2n) {
          margin-right: 3%; } }
    @media screen and (min-width: 1024px) {
      .icon-cta li {
        width: 17.5%;
        margin-right: 3%; } }
    .icon-cta li .icon {
      width: 100%;
      height: auto;
      padding-top: 100%;
      position: relative;
      -webkit-border-radius: 300px;
      -moz-border-radius: 300px;
      -ms-border-radius: 300px;
      border-radius: 300px;
      margin-bottom: 20px;
      opacity: 1;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .icon-cta li .icon:hover {
        opacity: .7; }
      .icon-cta li .icon img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50%; }
    .icon-cta li:nth-of-type(1) .icon {
      background: #4b1312; }
    .icon-cta li:nth-of-type(2) .icon {
      background: #2d4966; }
    .icon-cta li:nth-of-type(3) .icon {
      background: #f05046; }
    .icon-cta li:nth-of-type(4) .icon {
      background: #00888e; }
    .icon-cta li:nth-of-type(5) .icon {
      background: #795392; }
    .icon-cta li p {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #383838;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .icon-cta li p {
          font-size: 22px; } }
      @media screen and (min-width: 1024px) {
        .icon-cta li p {
          font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .icon-cta li p {
      font-size: 24px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .icon-cta li p {
      font-size: 30px; } }

.feature-text {
  background-image: url("/themes/c2c/images/place-one.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .feature-text {
      padding: 60px 0; } }
  .feature-text .text-area {
    width: 90%;
    overflow: auto;
    background: #fff;
    padding: 30px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .feature-text .text-area {
        width: 80%; } }
    @media screen and (min-width: 1024px) {
      .feature-text .text-area {
        width: 70%; } }
    .feature-text .text-area .block-title {
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .feature-text .text-area .block-title {
          font-size: 30px; } }
      @media screen and (min-width: 1200px) {
        .feature-text .text-area .block-title {
          font-size: 36px; } }
    .feature-text .text-area p {
      margin-bottom: 20px; }

.contact-details {
  float: left;
  width: 100%;
  background: #01888e;
  padding: 30px; }
  .contact-details * {
    color: #fff; }
  .contact-details ul {
    margin: 10px 0;
    width: 100%; }
    .contact-details ul li {
      font-size: 18px;
      font-weight: 700;
      color: #01888e;
      margin: 4px 0;
      width: 100%;
      float: left; }
      @media screen and (min-width: 1200px) {
        .contact-details ul li {
          font-size: 22px; } }
      @media screen and (min-width: 768px) {
        .contact-details ul li {
          font-size: 14px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .contact-details ul li {
      font-size: 16px; } }

      @media screen and (min-width: 1024px) {
        .contact-details ul li {
          font-size: 18px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .contact-details ul li {
      font-size: 22px; } }

      .contact-details ul li:before {
        content: "\f101";
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #383838;
        position: relative;
        margin-left: -10px;
        padding-right: 2px;
        display: block;
        float: left;
        height: 35px; }
        @media screen and (min-width: 768px) {
          .contact-details ul li:before {
            font-size: 24px; } }
        @media screen and (min-width: 1200px) {
          .contact-details ul li:before {
            font-size: 30px; } }
  .contact-details ul {
    margin: 20px 0;
    float: left;
    width: 100%; }
    .contact-details ul li {
      color: #fff;
      font-size: 18px; }
  .contact-details .block-title {
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .contact-details .block-title {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .contact-details .block-title {
        font-size: 36px; } }
  .contact-details .address {
    font-size: 18px;
    font-weight: 700;
    line-height: 29.124px; }
    @media screen and (min-width: 1200px) {
      .contact-details .address {
        font-size: 22px; } }

.blog-list {
  padding: 15px 0; }
  .blog-list .listing li {
    overflow: auto;
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 560px) {
      .blog-list .listing li {
        width: 49%;
        margin-right: 2%; }
        .blog-list .listing li:nth-of-type(2n) {
          margin-right: 0; } }
    .blog-list .listing li .text-area .block-title {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #383838;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .blog-list .listing li .text-area .block-title {
          font-size: 24px; } }
      @media screen and (min-width: 1200px) {
        .blog-list .listing li .text-area .block-title {
          font-size: 30px; } }

.blog-categories {
  padding: 20px 30px;
  background: #e7e7e7; }
  .blog-categories .block-title {
    font-size: 18px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .blog-categories .block-title {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .blog-categories .block-title {
        font-size: 30px; } }
  .blog-categories ul li {
    border-bottom: 1px solid #383838;
    padding: 15px 0; }
    .blog-categories ul li:last-of-type {
      border-bottom: 0; }
    .blog-categories ul li a {
      color: #383838; }
      .blog-categories ul li a:hover {
        color: #383838; }

.blog-pager {
  float: left; }
  .blog-pager i {
    margin-left: 5px; }
  .blog-pager a {
    padding: 10px 20px;
    margin-right: 10px;
    background: #4e91ff;
    color: #ffffff;
    font-weight: 700; }
  .blog-pager .prev-p {
    float: left; }
  .blog-pager .next-p {
    float: right; }

.pagination {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #4e91ff;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    /* border: 1px solid #4e91ff; */
    font-size: 23px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button:nth-of-type(1) {
    margin-left: 0px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
  .pagination .number-button:hover {
    background-color: #4e91ff;
    color: #ffffff;
    border: 1px solid #4e91ff; }
  .pagination a.active {
    background-color: #4e91ff;
    color: #ffffff;
    border: 1px solid #4e91ff; }

.contact-form {
  background: #e7e7e7;
  padding: 20px;
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .contact-form input::-webkit-input-placeholder {
    color: #a2a2a2 !important; }
  .contact-form input:-moz-placeholder {
    color: #a2a2a2 !important; }
  .contact-form input::-moz-placeholder {
    color: #a2a2a2 !important; }
  .contact-form input:-ms-input-placeholder {
    color: #a2a2a2 !important; }
  .contact-form .block-title {
    font-size: 20px;
    color: #383838; }
    @media screen and (min-width: 768px) {
      .contact-form .block-title {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .contact-form .block-title {
        font-size: 36px; } }
  .contact-form input, .contact-form select, .contact-form textarea {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #a2a2a2;
    padding: 10px !important; }
    @media screen and (min-width: 1200px) {
      .contact-form input, .contact-form select, .contact-form textarea {
        font-size: 22px; } }
  .contact-form input[type=submit] {
    background: #01888e;
    color: #fff;
    padding: 10px 20px !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .contact-form input[type=submit]:hover {
      background: #A2272C; }
  .contact-form .checkbox input[type="checkbox"] {
    bottom: 0;
    right: 0;
    width: 20px;
    top: -5px;
    margin-left: 10px; }

select {
  background-image: url("/themes/c2c/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-y: 20px;
  background-position-x: 95%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/*# sourceMappingURL=main.css.map */
