/*! harbourit - 1.0.0 - the walk 2017 */

body {
  background: #e4e4e4;
  max-width: 100vw;
  overflow-x: hidden;
  color: #54585a;
}

body, h1, h2, h3, h4, p, ul li {
  font-family: "proxima-nova", Arial, sans-serif;
}

body .h1, body .h2, body .h3, body h1, body h2, body h3, body .h4, body .h5, body .h6, body h4, body h5, body h6 {
  margin: 0 0 20px 0;
}

body h1, body h2 {
  font-weight: 800;
  color: #004b87;
}

body p {
  margin: 10px 0 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

#middle, footer.bottom {
  width: 100%;
  padding: 20px 20px
}

/*************************
    h1 tag fixes 
*************************/

#silder-inner .nobg h1 span.title {
    /* font-family: "Gotham A", "Gotham B"; */
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: 30px;
    display: inline-block;
    word-break: break-all;
    max-width: 100%;
}

.main-heading {
  font-size: 32px;
}

.main-heading-2 {
  font-size: 30px;
}

.down-brocur h1 {
    margin: 0;
    padding: 0;
    color: #004b87;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    float: left;
}

.container_left h1 {
    margin: 0;
    padding: 0 0 10px;
    color: #004b87;
    font-size: 27px;
    line-height: normal;
    font-weight: 800;
}

#silder-inner .content.nobg h1 a {
    color: #78be20;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
}

#silder-inner h1 a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 3px;
    display: block;
    color: #7d7d7d;
    text-decoration: none;
}

#silder-inner .content h1 {
    /* font-family: "Gotham A", "Gotham B"; */
    font-family: "proxima-nova", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
}

#silder-inner h1 {
    font-size: 40px;
    clear: both;
    display: block;
    color: #004b87;
    margin: 0;
}

#silder-inner h1 a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 3px;
    display: block;
    color: #7d7d7d;
    text-decoration: none;
}

#silder-inner h1 span {
    font-size: 30px;
    /* display: block; */
    color: #004b87;
    /* white-space: nowrap; */
    line-height: 30px;
    display: inline-block;
    /* overflow: hidden; */
    word-break: break-all;
    max-width: 100%;
}

#silder-inner .content.blog h1 span {
	font-size: 40px;
	color: #ffffff;
}
/*  end h1 tag fixes  */

@media only screen and (min-width: 768px) {
  #middle, footer.bottom {
    padding: 15px 15px
  }
}

@media only screen and (min-width: 960px) {
  #middle, footer.bottom {
    width: 1000px;
    padding: 25px 20px
  }
}

#middle {
  background: white !important
}

header {
  padding-bottom: 0px
}

header .logo {
  float: left;
  padding: 0 5px;
  width: 80px
}

@media only screen and (min-width: 768px) {
  header .logo {
    width: 137px
  }
}

header .logo a {
  display: block
}

header .logo img {
  max-width: 100%;
  height: auto
}

header .tel {
  font-size: 20px;
  font-weight: 700;
  color: #004a89;
  line-height: 1em
}

@media only screen and (max-width: 767px) {
  header .tel {
    display: block
  }
}

@media only screen and (min-width: 768px) {
  header .tel {
    font-size: 26px
  }
}

@media only screen and (min-width: 960px) {
  header .tel {
    font-size: 34px
  }
}

header .tel:hover {
  color: #0066bc;
  text-decoration: none
}

header .other {
  width: calc(100% - 80px);
  position: relative
}

@media only screen and (min-width: 768px) {
  header .other {
    width: calc(100% - 137px)
  }
}

header .right {
  float: right
}

header nav {
  display: block
}

header .screen-reader-text {
  display: none
}

header div.top {
  text-align: right
}

@media only screen and (min-width: 768px) {
  header div.top {
    padding: 10px 0 12px
  }
}

header div.top>* {
  display: inline-block;
  vertical-align: middle
}

header form {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  header form {
    display: inline-block !important;
    width: 260px;
    margin-bottom: 0px;
    margin-right: 10px
  }
}
@media only screen and (max-width: 767px) {
a#toggle {
  top: 25px;
  }
}

header form .btn {
  border-radius: 10px;
  text-shadow: 0px -1px 1px #89a160;
  box-shadow: inset 0px 0px 0px;
  font-family: Arial;
  color: white;
  background: #78be20;
  border: 1px solid #60991a;
  text-decoration: none;
  margin-bottom: 0;
  padding: 2px 9px;
  font-size: 12px;
  line-height: 1.5em !important
}

@media only screen and (min-width: 768px) {
  header form .btn {
    padding: 5px 12px;
    font-size: 14px
  }
}

header form input[type="text"] {
  background: url("../images/search.svg") 10px 50% no-repeat;
  background-size: 14px 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 23px;
  font-size: 12px;
  padding: 10px;
  padding-left: 30px
}

@media only screen and (min-width: 768px) {
  header form input[type="text"] {
    height: 33px;
    font-size: 14px;
    padding: 15px;
    padding-left: 30px
  }
}

header form input[type="text"]:focus {
  border-color: #ccc;
  box-shadow: 0 0 8px rgba(134, 134, 134, 0.3)
}

header form input[type="text"]::-webkit-input-placeholder {
  color: #cccccc !important;
  font-weight: 200 !important
}

header form input[type="text"]:-ms-input-placeholder {
  color: #cccccc !important;
  font-weight: 200 !important
}

header form input[type="text"]::placeholder {
  color: #cccccc !important;
  font-weight: 200 !important
}

a#toggle {
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #004a89;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px)
}

@media only screen and (min-width: 960px) {
  a#toggle {
    display: none
  }
}

@media only screen and (min-width: 960px) {
  nav.top {
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 75px 0 0;
    text-align: right;
    font-size: 15px
  }
  nav.top ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none
  }
  nav.top ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
    line-height: normal;
    color: #898989;
    position: relative
  }
  nav.top ul li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url("../images/caret-down.svg") center bottom no-repeat;
    background-size: 100% 100% !important
  }
  nav.top ul li a {
    margin: 0px 0px;
    padding: 0 5px 16px 5px;
    display: inline-block;
    color: #898989;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    height: auto;
    width: auto
  }
  nav.top a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0px 0px;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    text-transform: uppercase
  }
  nav.top a:hover, nav.top a:active {
    color: #b8e2fb;
    text-decoration: none
  }
  nav.top a#pull {
    display: none
  }
  nav.top ul li a:hover {
    color: #333;
    text-decoration: none
  }
  nav.top ul ul {
    display: none;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 180px;
    z-index: 99999;
    text-align: left;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
  }
  nav.top ul.menu>li:last-child>ul {
    right: 0;
    left: auto
  }
  nav.top li:hover>a, nav.top ul li:hover>ul {
    display: block
  }
  nav.top ul li:last-child a {
    padding: 0 0 16px 10px;
  }
  nav.top ul ul li:last-child a {
    padding: 8px 10px
  }
  nav.top ul li.current-menu-item>a, nav.top ul li.current-menu-ancestor>a, nav.top ul li.current_page_item>a, nav.top ul li.current_page_ancestor>a {
    color: #333;
    text-decoration: none;
    background: none;
    border: none
  }
  nav.top ul ul li {
    display: block;
    padding: 0px 0px;
    background: white
  }
  nav.top ul ul li a {
    display: block;
    color: #868686;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 10px !important;
    line-height: normal;
    height: auto;
    width: 100%
  }
  nav.top ul li ul li a:hover {
    color: #333
  }
  nav.top ul ul li.current-menu-item>a, nav.top ul ul li.current-menu-ancestor>a, nav.top ul ul li.current_page_item>a, nav.top ul ul li.current_page_ancestor>a {
    color: #333
  }
}

@media only screen and (max-width: 959px) {
  nav.top {
    width: 100%;
    clear: both;
    text-align: left;
    padding: 20px 0 0;
    display: none
  }
  html.show-nav nav.top {
    display: block
  }
  nav.top ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none
  }
  nav.top ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: block
  }
  nav.top ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  nav.top ul.menu>li {
    padding: 0 5px;
    width: 100%;
    margin: 0 0 20px
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  nav.top ul.menu>li {
    width: 33.33333%
  }
}

@media only screen and (max-width: 959px) {
  nav.top ul.menu>li>a {
    font-weight: bold
  }
}

footer section {
  width: 100%
}

@media only screen and (min-width: 768px) {
  footer section {
    float: left;
    width: 50%
  }
  footer section:first-child {
    float: left
  }
  footer section:last-child {
    float: right
  }
}

footer.related {
  padding-top: 10px
}

@media only screen and (min-width: 768px) {
  footer.related {
    padding-bottom: 30px
  }
}

@media only screen and (max-width: 767px) {
  footer.related section {
    padding-bottom: 20px
  }
}

@media only screen and (min-width: 768px) {
  footer.related section:first-child {
    padding-right: 20px
  }
  footer.related section:last-child {
    padding-left: 20px
  }
}

@media only screen and (min-width: 960px) {
  footer.related section {
    padding: 0
  }
}

footer.related h3 {
  font-size: 16px
}

footer.related h3>* {
  vertical-align: middle
}

footer.related h3, footer.related h3 a {
  color: #004a89
}

footer.related h3>i {
  font-size: 30px;
  margin-right: 5px
}

footer.related h3 a {
  float: right;
  position: relative;
  top: -1.5em;
  font-weight: bold;
  font-size: 12px
}

footer.related h4 {
  font-size: 14px;
  margin-bottom: 0.5em;
  font-weight: bold
}

footer.related h4, footer.related h4 a {
  color: #004a89
}

footer.related .downloads h4 {
  margin-bottom: .8em
}

footer.related p {
  font-size: 12px;
  line-height: 1.5em
}

footer.related .date {
  background: #004a89;
  color: white;
  display: inline-block;
  font-size: 10px;
  line-height: 1em;
  padding: 2px 5px
}

footer.bottom {
  padding: 20px 20px 40px;
  margin: auto
}

@media only screen and (min-width: 768px) {
  footer.bottom section {
    width: 50%
  }
  footer.bottom section:first-child {
    padding-left: 20px;
    float: right
  }
  footer.bottom section:last-child {
    padding-right: 20px;
    float: left
  }
}

footer.bottom, footer.bottom a {
  color: #616161
}

footer.bottom p {
  font-size: 14px;
  margin-bottom: 1em
}

@media only screen and (max-width: 767px) {
  footer.bottom section.contact {
    margin-bottom: 20px
  }
}

footer.bottom section.contact p {
  margin-bottom: 1.5em;
  position: relative
}

footer.bottom section.contact p:last-child {
  margin-bottom: 0
}

footer.bottom section.contact p.copyright {
  font-size: 12px
}

footer.bottom section.contact p.copyright a {
  text-decoration: underline
}

footer.bottom section.contact i {
  color: #004a89;
  display: inline-block;
  width: 20px;
  font-size: 16px;
}

footer.bottom form {
  margin: 0 -10px;
}

footer.bottom form input, footer.bottom form select {
  border-radius: 20px;
  margin-bottom: 15px;
}

footer.bottom form input[type="submit"] {
  background: #78be20;
  color: white;
  font-weight: bold;
  padding: 0;
}

footer.bottom form section {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  footer.bottom form section {
    margin-bottom: 10px;
  }
}

footer.bottom form .wpcf7-not-valid-tip {
  padding-left: 10px;
}

footer.bottom form div.wpcf7-validation-errors {
  border: 2px solid rgba(255, 0, 0, 0.8);
  padding: 10px;
  width: 100%;
  clear: both;
}

.widget form.wpcf7-form section {
  padding: 10px 0 0;
}

.widget form.wpcf7-form input[type="submit"] {
  text-align: left;
}

section.carousel {
  margin-bottom: 7px;
}

section.carousel figure {
  width: 100%;
  position: relative;
}

section.carousel img {
  max-width: 100%;
  height: auto;
}

section.carousel a {
  display: block;
  text-decoration: none;
}

section.carousel figcaption {
  background: #303c41;
  padding: 8px 10px;
}

@media only screen and (min-width: 768px) {
  section.carousel figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(48, 60, 65, 0.8);
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 960px) {
  section.carousel figcaption {
    padding: 12px 25px;
  }
}

section.carousel figcaption p {
  font-size: 12px;
  margin: 0 !important;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
}

@media only screen and (min-width: 768px) {
  section.carousel figcaption p {
    font-size: 14px;
    width: 75%
  }
}

@media only screen and (min-width: 960px) {
  section.carousel figcaption p {
    font-size: 16px;
    width: 50%
  }
}

section.carousel figcaption strong {
  color: #78be20
}

section.carousel figcaption span.more {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #78be20;
  color: white;
  border-radius: 10px;
  border: 3px solid white;
  padding: 3px 20px
}

@media only screen and (max-width: 959px) {
  section.carousel figcaption span.more {
    display: none
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir="rtl"] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir="rtl"] .slick-next:before {
  content: "←"
}

.slick-dots {
  position: absolute;
  top: 20px;
  left: 25px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  font-size: 0;
  margin: 0
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 1px solid #78be20;
  ;
  background: #78be20;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li.slick-active button {
  background: white;
  border: 1px solid #ccc;
}

.container {
  max-width: 960px;
}

hr.thick {
  height: 10px;
  margin: 20px 0;
}

hr.green {
  background-color: #7abd31;
}

.why {
  margin-top: 10px;
}

.btn-primary, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit].gform_button {
  background: #ffffff;
  color: #78be20;
  border-radius: 20px;
  border: 2px solid #78be20;
  padding: 7px 21px;
}

.btn-primary:hover, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.gform_button[type=submit]:hover  {
  background: #78be20;
  color: #ffffff;
  border-color: #ffffff;
}

#gform_2 .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]#gform_submit_button_2, .gform_wrapper .gform_footer input[type=submit]#gform_submit_button_3, .gform_wrapper .gform_footer input[type=submit]#gform_submit_button_11, .gform_wrapper .gform_footer input[type=submit]#gform_submit_button_4 {
	margin: 0 auto;
	display: block;
}
body footer .gform_wrapper ul li.gfield {
	margin-top: 6px;
}
footer #gform_wrapper_7 .gform_footer {
	float: right;
    clear: none;
    position: relative;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    top: -35px;
}
@media (max-width:640px) {
	footer #gform_wrapper_7 .gform_footer {
		width: 100%;
	}
}
.gform_wrapper .gform_footer input[type=submit]#gform_submit_button_7 {
	width: 100%;
}
.stay .gform_wrapper .top_label li.gfield.gf_left_half, .stay .gform_wrapper .top_label li.gfield.gf_right_half, .stay div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 100%;
}
.stay div.ginput_complex.ginput_container.gf_name_has_2 span {
	margin-bottom: 6px;
}
.stay div.ginput_complex.ginput_container.gf_name_has_2 span:last-of-type {
	margin-bottom: 0px;
}
body .stay .gform_wrapper ul li.gfield {
	margin-top: 0px;
}

.pillars .btn-primary, .help-desk-support .btn-primary {
  background: #78be20;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 800;
}

.pillars .btn-primary:hover, .help-desk-support .btn-primary:hover {
  background: #ffffff;
  color: #78be20;
  border: 2px solid #78be20;
}

.btn-primary.send, .btn-primary.filled {
  background: #78be20;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-primary.send:hover, .btn-primary.filled:hover {
  background: #ffffff;
  color: #78be20;
  border: 2px solid #78be20;
}

.help-desk-support .btn-primary i.fa {
  color: #ffffff;
}

.help-desk-support .btn-primary:hover i.fa {
  color: #78be20;
}

.btn-primary.solid {
  background: #78be20;
  color: #ffffff;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 7px 21px;
}

.btn-primary.solid:hover {
  background: #ffffff;
  color: #78be20;
  border-color: #78be20;
}

.btn-lg {
  font-weight: 800;
}

section.carousel a {
  display: none;
}

section.carousel a:first-child {
  display: block;
}

img.quote {
  margin-bottom: 20px;
}

blockquote {
  font-size: 17.5px;
  color: #000000;
  border-left: 0 none;
  padding-left: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}

cite {
  padding: 10px 20px;
  margin: 0 0 20px;
  color: #54585a;
  display: block;
}

p.lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
}

.quote p {
  font-size: 16px;
  line-height: 32px;
}

.img-container img {
  max-height: 80px;
  margin: 0 auto 20px auto;
}

.container.solutions {
  margin-top: 40px;
}

.solutions p.lead {
  margin-bottom: 40px;
}

.solutions h3 {
  min-height: 52px;
  color: #54585a;
}

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

.pillars h3 {
  font-weight: 600;
}

.container.what-they-say {
  margin: 40px 0;
}

#carousel-what-they-say {
  margin-bottom: 20px;
}

.carousel-inner cite {
  padding-left: 0px;
  color: #0e4e86;
}

.carousel-inner .col-sm-2.logo, .carousel-inner .col-sm-8.quote {
  padding-top: 10px;
}

.carousel-inner img.client {
  /*
		position: relative;
		top:-10px;
	*/
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  width: 16px;
  height: 16px;
}

.carousel-indicators li.active {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  width: 16px;
  height: 16px;
}

.container.help-desk-support {
  margin: 20px 0 30px 0;
}

.help-desk-support h3 {
  color: #7abd31;
  font-weight: 400;
}

.help-desk-support i.fa {
  color: #54585a;
}

.shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width:767px) {
  ul.slick-dots {
    display: none !important;
  }
  section.carousel {
    margin-top: 15px;
  }
  section.carousel figcaption {
    bottom: 0px;
    position: relative;
  }
  section.carousel figcaption p {
    font-size: 16px
  }
  .carousel-indicators {
    bottom: -50px;
  }
  .carousel-inner img {
    margin: 0 auto;
  }
}
