/*
Theme Name: TrueClean
Theme URL: https://www.trueclean.co.uk
Description: TrueClean
Author: TrueClean Developers
Author URI:  https://www.trueclean.co.uk
Version: 1.3
*/
/* @note Body */
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 370px;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  body {
    margin-bottom: 670px;
  }
}
/* @note Globals */
@media (min-width: 992px) {

}
.sortable-handler {
  touch-action: none;
}
.row [class*="col-"] {
  transition: flex 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
/* @audit Mobile view */
@media (max-width: 768px) {
}
/* @note 404 page */
.not-found h1 {
  text-align: center;
  font-size: 48px !important;
}
/* @note Anchor styles */
a {
  color: #007ec4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #007ec4;
  text-decoration: underline;
}
/* @note Page defaults */
.default {
  margin-top: 40px;
  margin-bottom: 100px;
}
.default h1 {
  font-size: 37px;
  font-weight: 600;
  border-bottom: 5px solid #40a2e1;
  color: #40a2e1;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.default p {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.grey {
  background: #f2f2f2;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .default {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* @note Wordpress */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Phone */
@media (max-width: 575.98px) {
  .header-home-dev object {
    position: inherit;
    width: 650px;
    right: 200px;
  }
  .homepage-banner-header-text span {
    display: none;
  }
}
/* Small Tablet */
@media (min-width: 576px) and (max-width: 767.98px)  {
  .header-home-dev object {
    position: inherit;
    width: 750px;
    right: 200px;
  }
  .header-introduction h1 {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    line-height: 44px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
  .homepage-banner-header-text span {
    display: none;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-home-dev object {
    position: absolute;
    width: 880px!important;
    top: 30px;
    right: -170px;
  }
  .header-introduction h1 {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    line-height: 44px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
  .header-introduction p {
    font-size: 20px;
  }
  .homepage-banner-header-text span {
    display: none;
  }
}
/* Desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: -120px;
  }
}
/* Large Desktop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: -70px;
  }
  .header-introduction h1 {
    font-size: 42px;
  }
}
/* Extra Large Desktop */
@media (min-width: 1400px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: 0;
  }
}

/* @note Bootstrap Custom Styles */
.badge-primary {
  background-color: #EBDDEA;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 13px !important;
  color: #B93AA8;
}
.modal {
  z-index: 99999 !important;
}
.modal-header {
  background: #394382;
  padding: 17px 25px 10px 25px !important;
  border-bottom: 1px solid #b3b8de;
}
.modal-title {
  font-size: 20px!important;
  font-family: 'Raleway', sans-serif;
  font-weight: 500!important;
  color: #ffffff;
}
.modal-content {
  background-color: #f6f6f6;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.modal-body {
  padding: 10px 15px 20px 15px !important;
}
.modal-footer {
  background: #eeeeee;
}
/*** Modal ***/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 2%);
  -ms-transform: translate(0, 2%);
  transform: translate(0, 2%);
}
.btn-close {
  color: #FFFFFF;
  text-shadow: 0 0px 0 #FFF;
}
.btn-close:hover {
  color: #FFFFFF;
  text-shadow: 0 0px 0 #FFF;
}
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.modal-backdrop {
  opacity: 0.5 !important;
}
.bg-secondary-light {
  background-color: #97bef242;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.accordion-button {
  font-size: 17px;
}
/*** Tooltips ***/
.sc-tip .tooltip-inner {
  background: #4353ff;
}
.sc-tip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #4353ff !important;
}
.sc-tip.tooltip.start .tooltip-arrow::before {
  border-left-color: #4353ff !important;
}
.sc-tip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4353ff !important;
}
.sc-tip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #4353ff !important;
}
/*** Pagination ***/
.pagination .page-link {
  color: #3C3C3C;
  padding: 6px 10px 6px 10px;
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
}
.pagination .current {
  padding: 6px 10px 6px 10px;
  background: #4353ff;
  color: #FFFFFF;
  font-weight: 600;
}
.pagination-section {
  background: #EEEEEE;
  padding: 20px 0px 30px 0px;
}

.table thead tr {
  background: #eef3fc;
}
.table>:not(:first-child)  {
  border-top: 3px solid #4353ff!important;
} 
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
  border: 1px solid #8f8f8f!important;
  padding: 10px!important;
  border-radius: .25rem;
  background: #ffffff;
}
.acf-field .acf-label label {
  color: #3a4277;
}
.acf-fields > .acf-field {
  border: 0!important;
}
.acf-input-prepend, .acf-input-append {
  line-height: 32px!important;
  min-height: 40px!important;
}
/* @note Buttons */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn-primary {
  background: #007ec4 !important;
  border-color: #007ec4 !important;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 37px;
}
.btn-primary:hover {
  background: #007ec4;
  border-color: #007ec4 !important;
  color: #FFFFFF;
}
.btn-search {
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}
.btn-search:hover {
  background: #4353FF;
  border-color: #4353FF !important;
  color: #FFFFFF;
}
.btn-green {
  background: #42a95f!important;
  border-color: #42a95f !important;
  color: #fff;
  padding: 10px 22px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}
.btn-green:hover {
  background: #4353FF;
  border-color: #4353FF !important;
  color: #ffffff!important;
}
.btn-callback {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
}
.btn-callback:hover {
  background: #4353FF !important;
  border-color: #4353FF !important;
  color: #FFFFFF;
}
.btn-signin {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 2px solid #7C90DC;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 14px;
}
.btn-signin:hover {
  background: transparent;
  border: 2px solid #F1F1F1;
  color: #FFFFFF;
}
.btn-signin:active:focus {
  background: #5D3E6F !important;
}
.btn-signin:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-contact {
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 4px 12px 4px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
}
.btn-contact:hover {
  background: #4353FF;
  border-color: #4353FF !important;
  color: #FFFFFF;
}
/* @note Gravity forms */
.gfield_error input {
  border-color: #A00000 !important;
}
.gfield_error textarea {
  border-color: #A00000 !important;
}
.gform_wrapper li.gfield.gfield_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding: 7px 7px !important;
}
.gform_wrapper .validation_message {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.gform_wrapper .gfield_required {
  color: #A30000 !important;
  font-size: 18px !important;
}
.gform_wrapper div.validation_error {
  font-family: "Open Sans", sans-serif !important;
  color: #A30000 !important;
  background-color: #F8D7DA !important;
  padding: 10px 10px !important;
  margin-bottom: 15px !important;
  border: 1px solid #F5C6CB !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 16px !important;
  padding-left: 15px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-left: 5px;
  transform: scale(1.4);
}
body .gform_wrapper .top_label div.ginput_container_checkbox {
  margin-top: 20px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFFFFF !important;
}
.gform_required_legend {
  display: none;
}
/* @note Gravity Forms checkbox */
body #gform_wrapper_2 .gform_footer .gform_button {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.gform_wrapper label {
  margin-bottom: 0 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.gform_wrapper .ginput_container {
  margin-top: 4px !important;
}
.gform_wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 0 !important;
  background-color: #f6f5f5;
  margin-bottom: 45px;
}
.gform_wrapper .gform_title {
  font-size: 27px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 25px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: normal;
  color: #212121;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  width: 100%;
  border-width: 1px;
  border-color: #8f8f8f;
  border-style: solid;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
  border-width: 1px;
  border-color: #8f8f8f;
  border-style: solid;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-width: 1px;
  border-color: #8f8f8f;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
  display: block!important;
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
  float: right;
  margin-top: 40px;
  border-style: solid;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #40a2e1;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 0px;
  text-align: right;
}
.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 10px!important;
}
.gform_wrapper .gform_validation_errors>h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600!important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4% !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
#request-callback-small .gform_wrapper {
  border-top: 5px solid #4B99E0;
  border-left: 1px solid #2E2E2E;
  border-right: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0 !important;
  background-color: #585888;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #FFFFFF;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  background-color: #E1E1FF;
  border-color: #E1E1FF;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #E1E1FF;
  border-color: #E1E1FF;
}
.form-check, .gform_wrapper .gform_body .gfield_radio li, .gform_wrapper .gform_body .gfield_checkbox li {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .gform_wrapper .gform_body .gfield_radio li .form-check-input, .gform_wrapper .gform_body .gfield_checkbox li .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  width: 1em;
  height: 1em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
    transition: none;
  }
}
.form-check-input[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"], .gform_wrapper .gform_body .gfield_radio li input[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active, .gform_wrapper .gform_body .gfield_radio li input:active, .gform_wrapper .gform_body .gfield_checkbox li input:active {
  filter: brightness(90%);
}
.form-check-input:focus, .gform_wrapper .gform_body .gfield_radio li input:focus, .gform_wrapper .gform_body .gfield_checkbox li input:focus {
  border-color: #86B7FE;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, .gform_wrapper .gform_body .gfield_radio li input:checked, .gform_wrapper .gform_body .gfield_checkbox li input:checked {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.form-check-input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:indeterminate {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .gform_wrapper .gform_body .gfield_radio li input:disabled, .gform_wrapper .gform_body .gfield_checkbox li input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
  margin-top: 0;
}
/* @note Multi part Gravity Forms */
#gf_page_steps_4 .gf_step_active span {
  color: #E83E8C !important;
  font-weight: 600;
}
#gf_progressbar_wrapper_4 {
  margin-top: 30px;
}
#gf_progressbar_wrapper_4 h3 {
  color: #000000 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.gform_wrapper .gf_progressbar_percentage {
  background: #377DFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 25px !important;
  color: #FFFFFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  line-height: 25px !important;
}
.gform_wrapper .gf_progressbar {
  padding: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.gform_wrapper .gf_progressbar:after {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#gform_wrapper_4 h3.gf_progressbar_title {
  margin: 0 0 8px 0px !important;
}
.form_saved_message {
  margin-top: 25px;
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  float: right;
  border: 1px solid green;
  color: green;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper span.ginput_product_price {
  font-size: 20px !important;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
  background: #377DFF;
  color: #FFFFFF;
}
/* @note Responsive video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aiosp_upgrade_wrapper .aioseop_option_div {
  display: none !important;
}
/* @note Login form */
#login-page .form-control {
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 7px 15px 7px 15px !important;
  height: 47px !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border: 1px solid #8A8A8A;
}
#login-page .btn-login {
  background: #4353ff;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.6;
}
#login-page .woocommerce, .woocommerce form.login, .woocommerce form.register {
  background: #FFFFFF !important;
  border: 0px solid #FFFFFF !important;
}
.lost-password a {
  color: #8D4FA0;
}
#login-page .woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 16px !important;
}
.woocommerce-message {
  border-top-color: #377DFF !important;
  margin-bottom: 15px;
}
.woocommerce-message::before {
  color: #377DFF !important;
}
.woocommerce-info {
  border-top-color: #F7F6F7 !important;
  padding: 10px 10px 10px 50px !important;
}
.login-page {
  margin-top: 70px;
  margin-bottom: 70px !important;
}
.login-page h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #414C95;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
  font-style: normal;
}
.login-page h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #414C95;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
  font-style: normal;
}
.login-page-right {
  margin-top: 47px;
}
.login-page-right h2 {
  font-size: 24px;
  font-weight: 500;
  color: #76336D;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
/* @note WooCommerce */
.woocommerce img.logo, .woocommerce-page img.logo {
  max-width: 210px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 10px 0 !important;
  padding: 35px 25px 30px 25px !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #0F2D4B;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  border-left: 0px solid #783C8B;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 7px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 5px 0 5px 12px;
  color: #212529;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #F7F7F7 !important;
  color: #006EFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-info::before {
  color: #377DFF !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f467" !important;
  font-size: 18px;
  top: 0.6em !important;
  left: 0.8em !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: 1px solid #8f8f8f!important;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-family: 'Raleway', sans-serif;
  color: #212121 !important;
  font-weight: 500;
  font-size: 16px;
  font-weight: normal;
}
.woocommerce form legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #3a4277;
  margin: 25px 0 7px 0;
  padding: 0 0 0 0;
}
.woocommerce-MyAccount-content h3 {
  margin-top: 15px;
  color: #0F2D4B;
  font-weight: 600;
}
.woocommerce-Address-title h3 {
  color: #222222 !important;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-Address-title {
  margin-top: 20px !important;
}
.woocommerce-Address-title .edit {
  float: right;
  background: #377DFF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #4353FF !important;
  color: #FFFFFF !important;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
h2.woocommerce-loop-product__title {
  font-size: 28px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.add_to_cart_button {
  background: #4A57A8 !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
}
.add-on-shop-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.add-on-description p {
  font-size: 15px;
}
.add-on-price .woocommerce-Price-amount {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #B12704;
}
.cart-custom-location .woocommerce-Price-amount {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #E20000;
}
.woocommerce span.onsale {
  background-color: #C03104 !important;
  min-width: 3.536em !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #E20000 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.woocommerce .quantity .qty {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.woocommerce-cart table.cart td.actions input#coupon_code {
  width: 200px;
}
#customer_details {
  margin-top: 20px;
}
#customer_details h3 {
  color: #0F2D4B;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 5px;
  color: #666666;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #4353FF !important;
}
.fa-shopping-cart {
  color: #7C3D8D;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #0F2D4B !important;
}
/* @note WooCommerce checkout styling */
.woocommerce-message {
  display: none;
}
.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #E6E6E6;
  background: #F7F7F7;
  border-bottom: 0px solid #E6E6E6;
}
.woocommerce-cart .entry-content form {
  width: 60%;
  float: left;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method table.cart th, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart th, .woocommerce-checkout table.shop_table th {
  color: #034997;
  font-size: 16px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
}
.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #4353FF;
}
.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #E6E6E6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}
body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px 0.5em 0 0;
}
body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: right;
  padding: 10px 20px;
}
body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
  border-right: 1px solid #E6E6E6;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #E6E6E6;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
  background: #72A40D !important;
  font-weight: 500;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
  background: #72A40D !important;
}
body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: 0.5em;
}
body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
  width: 49%;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled] {
  background: #CCC;
}
body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}
body .woocommerce table.shop_table td {
  padding: 15px;
}
body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #E6E6E6;
  border-top: 0;
}
.woocommerce a.remove {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  background: #FFF;
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
  margin-top: 20px;
}
h3#order_review_heading {
  color: #0F2D4B;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}
.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding .1s ease-in;
  -moz-transition: padding .1s ease-in;
  -o-transition: padding .1s ease-in;
  -ms-transition: padding .1s ease-in;
  transition: padding 0.1s ease-in;
}
.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
  max-width: 100%;
}
body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: none;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
.show-cart-total {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
}
.show-cart-total a {
  font-size: 14px;
  color: #FFFFFF;
}
.show-cart-total-dark {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
}
.show-cart-total-dark a {
  font-size: 14px;
  color: #1B1B1B;
}
/* @note Bookings calendar */
body table.booked-calendar thead th .monthName {
  color: #0F2D4B;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
body table.booked-calendar td.today .date span {
  border: 2px solid #006EFF !important;
}
.woocommerce-MyAccount-content table.booked-calendar td.today:hover .date span {
  background: #006EFF !important;
}
body table.booked-calendar th .monthName a {
  color: #006EFF !important;
}
.booked-icon-arrow-right:before {
  color: #006EFF !important;
}
.booked-icon-arrow-left:before {
  color: #006EFF !important;
}
/* @note My account */
.icon-rounded {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: #006EFF;
  margin-right: 15px;
}
.my-account h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 23px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.my-account p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.my-account-welcome h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #494949;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}
.my-account-welcome h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.my-account-welcome .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.account-dashboard h5.card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.account-dashboard h5.card-title a {
  color: #3a4277!important;
}
.account-dashboard .card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.account-dashboard .card:hover h5.card-title a {
  color: #4353ff!important;
}
.account-dashboard .card.card-web-solutions {
  border-top: 0px solid #4353ff;
}
.account-navigation {
  background: #ffffff;
  margin-bottom: 40px;
}
.account-header {
  background: #ffffff;
}
.account-nav .nav-link {
  color: #424242;
  font-weight: 600;
}
.account-nav a:hover.nav-link {
  text-decoration: none;
  border-bottom: 3px solid #9f9f9f;
}
.account-nav .is-active {
  color: #4353ff;
  border-bottom: 3px solid #4353ff;
}
.woocommerce-EditAccountForm {
  background: #ffffff; 
  padding: 30px 20px 20px 20px;
}
.woocommerce-EditAccountForm h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #3a4277;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.woocommerce-EditAccountForm em {
  font-size: 14px;
}
.no-orders-yet {
  background: #ffffff;
  text-align: center;
  padding: 125px 25px;
}
.no-orders-yet h3 {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #989898;
}
.no-orders-yet .icon {
  font-size: 42px;
  color: #006EFF;
}
/* @note Blog */
@media (max-width: 768px) {
  .blog {
    padding: 0 25px;
  }
}
.blog h2 {
  color: #3A4277;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
}
.blog h2 a {
  color: #3a4277;
}
.blog-feed-article {
  font-size: 15px;
  margin: 0 0 25px 0;
}
.blog-feed-article h2 {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.blog-feed-article i {
  color: #0667E7;
}
/* @note Sidebars */
.sidebar {
  padding: 5px 20px;
}
.sidebar h2 {
  font-size: 22px;
  margin: 20px 0 15px 0;
  padding: 0 0 0 0;
  color: #3A4277;
}
.list-group .list-group-item.active {
  background: #40a2e1;
  border-color: #40a2e1;
}
.list-group .list-group-item.active h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* @note Footer */
.footer {
  background: #363839;
  position: absolute;
  bottom: 0;
  height: 370px;
  padding-top: 30px;
  color: #FFFFFF;
}
/* Phone */
@media (max-width: 575.98px) {
  .footer {
    height: 670px;
    padding-top: 23px;
  }
  .footer-column {
    margin-bottom: 15px;
  }
}
.footer-column .form-control {
  color: #FFFFFF;
  background: #1C3A69;
  border: 1px solid #1C3A69;
}
.footer p {
  font-size: 15px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #8c8989;
}
.footer h3 {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  padding: 5px 0 12px;
  margin: 0 0 0 0;
}
.footer a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer ul li a {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 1px 0;
  color: #bbbdbf;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.copyright {
  margin-top: 25px;
}
.copyright p {
  color: rgba(255, 255, 255, 0.300);
}
/* @note Testimonials */
.home-testimonials {
  margin: 30px 0;
  padding: 0 0 0 0;
}
.home-testimonials h2 {   
  font-size: 34px;
  color: #404B93;
  text-align: center;
  font-weight: 500;
  margin: 35px 0 5px;
  padding: 0 0 0 0;
}
.home-testimonials h3 {
  font-size: 18px;
  color: #394383;
  text-align: center;
  font-weight: normal;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
}
.testimonial-left img {
  width: 150px;
  margin: 0 auto 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonial-right p {
  font-weight: 400;
  color: #272727;
  font-size: 16px;
}
p.testimonial-name {
  color: #222222;
  font-weight: 600;
  font-size: 16px;
}
.five-stars {
  margin-left: 15px;
  color: #00B67A;
}
@media (max-width: 768px) {
  .home-testimonials {
    margin: 25px 0 25px 0;
    padding: 0 30px 0 30px;
  }
  .home-testimonials h2 {
    font-size: 28px;
  }
  .testimonial-right p {
    text-align: center;
  }
}

/* @note Testimonials mobile */
@media (max-width: 768px) {
  .slick-next, .slick-prev {
    color: #09529b !important;
  }
  .testimonial-left img {
    width: 190px;
    margin-bottom: 15px;
  }
  .slick-slide {
    padding: 15px 5px 0px 10px;
  }
  .home-trusted-clean h2 {
    font-size: 32px;
  }
}
/* @note Feature highlights */
.home-feature-highlights {
  color: #76336D;
}
.feature-highlight h3 {
  font-size: 18px;
  color: #742E6A;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.feature-highlight-icon {
  color: #76336D;
  font-size: 45px;
}
.feature-highlight-text {
  padding-left: 25px;
}
.feature-highlight-text p {
  font-size: 15px;
  color: #353535;
  line-height: 22px;
}
/* @note Home introduction */
.home-introduction {
  background: #FFFFFF;
  padding: 20px 0 20px 0;
}
.home-introduction-text h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #2C2C2C;
}
/* @note Home partners */
.home-partners {
  margin: 50px 0 65px 0;
  padding: 0 0 0 0;
}
/* @note Business web design */
.sidebar-introduction {
  background: #F5F5F5;
  padding: 15px;
}
.sidebar-introduction h3 {
  font-size: 22px;
  font-weight: 600;
  color: #76336D;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.hosting-feature {
  margin-bottom: 150px;
  clear: both;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.hosting-feature-text h2 {
  font-size: 29px;
  font-weight: 600;
  color: #76336D;
  margin: 0 0 19px 0;
  padding: 0 0 0 0;
}
.hosting-feature-text p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
/* @note Home banner */
.home-banner {
  background: rgba(84, 42, 99, 0.2);
  height: 500px;
}
.carousel, .carousel-item, .carousel-inner {
  height: 500px !important;
  width: 100% !important;
}
.home-banner h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-banner p {
  font-size: 23px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-banner-text {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .home-banner {
    height: 600px;
  }
  .carousel, .carousel-item, .carousel-inner {
    height: 600px !important;
  }
}
.hosting-banner {
  background: #421984;
  margin: -2px 0 0 0;
  padding: 0 0 0 0;
  height: 450px;
}
/* @note Home call to action */
.home-call-to-action {
  background: #BAFFD6;
  padding: 45px 0 45px 0;
}
.home-call-to-action p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #171A22;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-call-to-action a {
  color: #171A22;
  text-decoration: underline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h3.percent-off {
  font-size: 38px;
  color: #753991;
}
/* @note Pricing */
.pricing-introduction {
  margin-top: 50px;
}
.pricing-introduction h1 {
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-cards h1 {
  font-size: 32px;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards h3 {
  font-size: 17px;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards .card-header h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #635FAC;
}
.pricing-cards .card-body p {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
}
.pricing-cards .card-body ul li {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
/* @note Search filter */
.addon-search-filter {
  border-bottom: 1px solid #E0E0E4;
}
.searchandfilter ul {
  padding-left: 0;
  display: inline;
}
.searchandfilter ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
  display: inline !important;
}
ul li.sf-field-search label .sf-input-text {
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  width: 330px;
}
ul li.sf-field-taxonomy-product_cat {
  float: right;
}
ul li.sf-field-taxonomy-product_cat label .sf-input-select {
  padding: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  width: 250px;
  color: #666666;
}
ul li.sf-field-reset .search-filter-reset {
  margin-left: 20px;
}
@media (max-width: 768px) {
  ul li.sf-field-taxonomy-product_cat {
    float: none;
  }
  ul li.sf-field-taxonomy-product_cat label .sf-input-select {
    margin-top: 20px;
  }
}
/* @note Tabs */
.tabs-content > .tab-panel {
  display: none;
}
.tabs-content > .tab-panel.active {
  display: block;
}
.tabs-content > .tab-panel h1 {
  color: #7C3D8D;
  font-size: 32px;
  font-weight: 600;
}
.tabs-content > .tab-panel p {
  color: #3A3A3A;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}
.features .plain-tab {
  bottom: auto;
  right: 15px;
  left: 15px;
  border-left: none;
  border-top: 4px solid #EDD2F5;
}
.features .plain-tab {
  padding: 20px 15px 0;
}
.features .plain-tab a {
  text-decoration: none;
}
.features .plain-tab h5 {
  color: #7C3D8D;
  font-size: 20px !important;
  font-weight: 600;
}
.features .plain-tab p {
  font-size: 15px;
  color: #363636;
}
.features .plain-tab.active {
  border-left: none;
  background: #FBF4FD;
  border-top: 4px solid #7C3D8D;
}
.image {
  background: #E4F1FD;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
}
.image.pic-sm {
  background-image: url("images/pic-70.svg");
  background-size: 70px 48px;
}
.business-seo-benefits {
  background: #C4C4C4;
  height: 450px;
}
.top-diagonal {
  width: 100%;
  height: 20px;
  background: #C4C4C4;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.bottom-diagonal {
  width: 100%;
  height: 20px;
  background: #C4C4C4;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-top: -1px;
}
/* @note Business ready */
.business-ready {
  background: #32325D;
  clip-path: polygon(0 10%, 100% 0%, 100% 91%, 0% 100%);
  padding-top: 110px;
  padding-bottom: 100px;
}
.business-ready h2 {
  font-size: 37px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.business-ready h3 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #4B99E0;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .business-ready h2 {
    font-size: 32px;
  }
}
.business-ready p {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* @note Home features */
.home-feature-box {
  padding: 0 0 0 5px;
  margin-bottom: 35px;
}
.home-feature-box h3 {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #252525;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.home-feature-box p {
  font-size: 16px;
  color: #2E2E2E;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Business web design */
.business-web-design-header {
  padding-top: 70px;
  padding-bottom: 25px;
}
.business-web-design-header h1 {
  font-size: 48px;
  line-height: 55px;
}
.business-web-design-header p {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.business-web-design-introduction {
  margin-top: 50px;
  margin-bottom: 30px;
}
.business-web-design-introduction h1 {
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction p.business-web-design-introduction-strapline {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction p {
  margin: 10px 0 5px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction-features {
  margin-top: 25px;
  padding-left: 35px;
}
.business-web-design-introduction-feature {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #BBBBBB;
}
.business-web-design-introduction-feature-icon {
  font-size: 42px;
  color: #377DFF;
}
.business-web-design-introduction-feature-text {
  padding-left: 25px;
  padding-right: 25px;
}
.business-web-design-introduction-feature-text p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .business-web-design-introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-web-design-introduction h1 {
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .business-web-design-introduction p.business-web-design-introduction-strapline {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
.business-content-management-left ul li i {
  font-size: 22px;
  padding-right: 15px;
  color: #0D6EFD;
}
/* @note Hosting features */
.hosting-introduction {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99999;
  height: 550px;
  background: rgb(4, 86, 168);
  background: linear-gradient(146deg, rgba(4, 86, 168, 1) 16%, rgba(31, 125, 218, 1) 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  padding-top: 160px;
  padding-bottom: 160px;
}
.hosting-introduction h1 {
  color: #313131;
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 10px;
}
.hosting-introduction p {
  color: #353535;
  font-size: 22px;
  line-height: 28px;
}
.hosting-features {
  background-color: #E7F1DE;
  color: #242424;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
.hosting-features h1 {
  font-size: 43px;
  color: #6A3E92;
}
.hosting-features h2 {
  font-size: 26px;
  color: #6A3E92;
}
.hosting-features p {
  color: #202020;
}
.hosting-features ul {
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
}
.hosting-features ul li {
  list-style-type: none;
}
.hosting-features ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #50C878;
  padding-right: 10px;
}
/* @note Work */
.work-case-study h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.work-banner {
  min-height: 580px;
}
/* @note Talk to an expert */
.talk-to-an-expert {
  background: #016DBE;
}
.talk-to-an-expert h3 {
  font-size: 43px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .talk-to-an-expert h3 {
    font-size: 30px;
  }
}
.talk-to-an-expert .btn-outline-light {
  border-width: 2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
/* @note Booked */
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color: #0F2D4B !important;
  font-size: 20px !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  height: auto !important;
}
.spots-available {
  color: #333333 !important;
}
@media (max-width: 768px) {
  .spots-available {
    color: #FFFFFF !important;
  }
}
.job-board-intro {
  padding-top: 70px;
  padding-bottom: 145px;
}
.job-board-intro h1 {
  color: #0F2D4B;
  font-size: 45px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
@media (max-width: 768px) {
  .job-board-intro h1 {
    font-size: 35px;
  }
}
.job-board-intro p {
  color: #0F2D4B;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro {
  background: #3E2563;
  padding-top: 115px;
  padding-bottom: 100px;
  margin-top: -100px;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}
@media (max-width: 768px) {
  .job-board-features-intro {
    padding-left: 25px;
    padding-right: 25px;
  }
  .job-board-feature {
    margin-bottom: 20px;
  }
}
.job-board-features-intro h2 {
  color: #FFFFFF;
  font-size: 35px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro h3 {
  color: #ffffff93;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.job-board-feature p {
  color: #FFFFFF;
  font-size: 18px;
}
.job-board-feature .far, .job-board-feature .fal, .job-board-feature .fab {
  color: #FF299F;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.job-board-pricing {
  padding: 10px;
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 30%);
}
.home-business-features-intro {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #EAF2FF;
  padding-top: 90px;
  padding-bottom: 100px;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
.home-business-features-intro h2 {
  color: #444A79;
  font-size: 43px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.home-business-features-intro h3 {
  color: #0f2d4b88;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .home-business-features-intro {
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .home-business-features-intro h2 {
    font-size: 37px;
  }
  .home-feature {
    margin-bottom: 20px;
  }
}
.home-feature p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}
.home-feature h3 {
  color: #0F67C0;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.home-feature .far, .home-feature .fal, .home-feature .fab {
  color: #0F67C0;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.home-feature-footer a {
  color: #0F67C0;
}
h2.accordion-header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.accordion-header, .accordion-body {
  background: #FFFFFF;
}
.business-features-nav {
  top: 25px;
}
.woocommerce table.shop_table {
  border-radius: 0px !important;
}
.products .card-body {
  font-size: 14px;
  padding: 0px 10px 10px 10px;
}
.products .card-header {
  background: #FFFFFF;
  font-size: 18px;
  border: 0;
  padding: 3px 10px;
}
.woocommerce ul.products li.product .button {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  height: 100%;
}
.curves-container {
  position: relative;
  z-index: 999999;
  margin-top: -170px;
}
.curves {
  background: #09F;
  color: #FFF;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
/* @note Re:plain */
#sc-body #__replain_widget {
  height: 78% !important;
}
@media (max-width: 991.98px) {
  #sc-body #__replain_widget {
    width: 360px !important;
  }
}
@media (max-width: 575.98px) {
  #sc-body #__replain_widget {
    width: 100% !important;
  }
}
/* @note Hosting Pricing */
.hosting-pricing h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.hosting-pricing p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-box {
  position: relative;
  padding: 20px 30px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.342);
}
.pricing-box .pricing-title {
  font-size: 28px;
}
.pricing-box .pricing-img img {
  height: 110px;
}
.pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E57C7;
}
.pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}
.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E56C7;
}
.work-item h5.card-title {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #0F2D4B;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.work-item p.card-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.work-item-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.work-item .card-img-top {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home-cards {
  display: block;
}
.loading-overlay-icon {
  position: absolute;
  top: 130px;
  color: #4353FF;
}
.bg-img-start {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.card-transition {
  transition: all 0.2s ease-in-out;
}
.get-it-when p {
  font-size: 14px;
  color: #565959;
}
.pre-tests {
  position: absolute;
  width: 600px;
  top: -30px;
}
pre {
  font-size: 18px;
  padding: 1.5em;
  margin: 1.5em -1.5em;
  color: #657B75;
  background: rgba(2, 2, 2, 0.938);
}
.code_tag {
  color: #268BD2;
}
.code_attribute {
  color: #5F6968;
}
.code_value {
  color: #2AA177;
}
.code_text {
  color: #FFFFFF;
}
.client-sm-td {
  text-overflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
}
.acf-icon.-globe:before {
  margin-top: 10px!important;
}
select.form-control {
  color: #6c757d;
}
.clients-page-links {
  font-weight: 600;
  color: #272529;
}
.clients-page-links a {
  font-weight: 500;
  color: #4353ff;
  text-decoration: underline;
}


/* @note True Clean Custom */
.top-header {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px 5px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  color: #333;
}
.top-header a {
  color: #333;
  text-decoration: none;
}
.top-header p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.top-header-left a {
  margin-left: 15px;
}
.header {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Header Logo Phone */
@media (max-width: 575.98px) {
  .header-logo {
    padding-left: 10px;
  }
}
/* @note Navigation */
.navbar {
  padding: 30px 0 !important;
}
.navbar-light .link-title a {
  font-weight: 700;
}
.navbar-light {
  background: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-right: 0 !important;
  padding-top: 30px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #40a2e3;
  font-weight: 600;
}
.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #8E8477;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #777777;
  padding: 6px 12px 2px 12px;
  letter-spacing: 0.3px;
  line-height:25 px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #333333;
  text-decoration: none;
}
.header-hosting .navbar-light .navbar-nav .nav-link:focus, .header-hosting .navbar-light .navbar-nav .nav-link:hover {
  color: #333333;
  text-decoration: none;
}

/* @note Dropdown */
.dropdown-menu {
  background: #ffffff;
  border: 1px solid #cccccc;
  right: -75px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 2149000000 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F9FCFF;
  border-width: 10px;
  margin-left: -10px;
}
.dropdown-menu:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #B0B8C6;
  border-width: 11px;
  margin-left: -11px;
}
.dropdown-toggle::after {
  margin-left: 5px !important;
}
.dropdown-menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.dropdown-menu ul li {
  list-style-type: none;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #40a2e3;
  text-decoration: none;
}
.dropdown-item.active {
  background-color: transparent;
  color: #40a2e3;
}
.dropdown-item:visited, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-item:hover .fab, .dropdown-item:hover .far, .dropdown-item:hover .fad {
  animation: moveFromLeft 150ms ease-in-out;
}
.dropdown-item:last-child {
  border-bottom: none !important;
}
.dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #294265;
}
.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding: 3px 15px 3px 15px;
}
#menu-item-58 {
  color: #000000;
  font-weight: 700;
}
#menu-item-59 {
  color: #000000;
  font-weight: 700;
}
#menu-item-60 {
  color: #000000;
  font-weight: 700;
}
/* @note Banner */
.homepage-banner {
  background: #f5f5f5;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 12px solid #d5eaf6;
}
.homepage-banner-header-text { 
  margin: 0 0 0 0;
  padding: 40px 0 40px 0;
}
.homepage-banner-header-text h1 {
  color: #007ec4;
  font-family: 'Raleway', sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.homepage-banner-header-text h2 {
  color: #007ec4;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.homepage-banner-header-text p {
  color: #3a3a3a;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 7px 0 7px 0;
}
.acc-img {
  padding-right: 10px;
}
.five-star-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.before-after-fluid  {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.before-after-responsive {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.homepage-banner-header-support { 
  margin: 0 0 0 0;
  padding: 40px 0 40px 0;
}
.slick-slide {
  outline: none
}

@media (min-width:1200px) {
  .homepage-banner-header-text h1 {
      font-size: 45px;
  }
}
@media (max-width:787px) {
  .homepage-banner-header-text {
      padding: 20px 25px 20px 25px;
  }
  .homepage-banner-header-text h1 {
      font-size: 45px;
  }
  .homepage-banner-header-text p {
      font-size: 18px;
  }
  .homepage-testimonials .home-testimonial {
      padding-right: 0px;
      padding-left: 35px;
  }
  .five-star-fluid {
      width: 100%;
      padding-left: 0!important;
      padding-right: 0!important;
  }
  .homepage-banner-header-support { 
      margin: 0 0 0 0;
      padding: 20px 25px 10px 25px!important;
  }
  .before-after-mobile {
      margin-top: 20px;
  }
  .home-trusted-clean {
      margin-top: 25px!important;
      text-align:center;
      font-size: 35px!important;
  }
  .home-trusted-clean p {
      font-size: 18px!important;
  }
  .home-nigel-davies-mobile {
      margin-top: 10px;
      text-align: center;
  }
  .home-nigel-davies-mobile p {
      color: #007EC4;
      font-size: 20px;
      font-weight: 600;
  }
  .home-call-back-button-mobile {
      text-align: center;
  }
  .call-back-button {
      width: 250px;
      background: #539250;
      border: 1px solid #30572e;
      padding: 8px 15px 8px 15px;
      font-size: 22px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin: 20px auto 0;
  }
}
.homepage-testimonials {
  position: relative;
  margin-top: 25px;
}
.homepage-testimonials .home-testimonial {
  background: url(assets/images/speech-mark.png) no-repeat top left;
  background-position: 25px 0px;
  font-family: 'Raleway', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding-right: 25px;
  padding-left: 65px;
}
.before-after-slider {
  margin-top: 15px;
}
.home-request-call-button {
  background: url(assets/images/nigel-davies-avatar.png) no-repeat top right;
  margin-top: 45px;
  height: 150px;
}
/* Small Tablet */
@media (min-width: 576px) and (max-width: 767.98px)  {
  .home-request-call-button {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-request-call-button {
    background: transparent;
  }
}
.home-request-call-button p {
  color: #007ec4;
  font-size: 14px;
  text-align: center;
}
.acc-container {
  padding-left: 10px;
  padding-right: 10px;
}
.acc-fluid {
  width: 100%;
  margin-top: 25px;
}
.call-back-button {
  width: 150px;
  background: #539250;
  border: 1px solid #30572e;
  padding: 8px 15px 8px 15px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.call-back-button a {
  color: #ffffff;
}
.call-back-button a:hover {
  text-decoration: none;
}
.home-trusted-clean {
  margin-top: 45px;
}
.home-trusted-clean p {
  color: #000000;
  font-weight: 800;
  font-size: 15px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.before-after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.taptap-custom-activator {
  position: absolute;
  background: #007EC4;
  width: 55px;
  padding: 3px 12px;
  top: 0px;
  right: 20px;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.taptap-by-bonfire ul li a {
  line-height: 20px!important;
}
.taptap-by-bonfire .sub-menu a {
  padding: 7px 0!important;
}
.taptap-alternate-close-button::before, .taptap-alternate-close-button::after {
  width: 40px !important;
}
/* TapTap Phone */
@media (max-width: 575.98px) {
  .taptap-custom-activator {
    top: 10px;
  }
  .navbar-header {
      padding-top: 20px;
      padding-bottom: 20px;
  }
}
.home-intro h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .home-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Services */
.services {
  padding-bottom: 30px;
}
.services .card-body {
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857;
}
.services .card-body a {
  font-weight: 700;
}
.services h3.card-title {
  color: #000000;
  font-size: 27px;
  font-weight: 600;
}
.services h4 {
  color: #2666ad;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .services {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Homepage About */
.homepage-about {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fcfcfc;
  position: relative;
}
.homepage-about h2 {
  font-size: 35px;
  font-weight: 700;
}
.homepage-about p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857;
}
@media (max-width: 575.98px) {
  .homepage-about {
    padding-top: 105px;
    padding-bottom: 105px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-blue-lg {
  background: #007EC4!important;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
}

/* Homepage Why Choose Us */
.why-choose-us {
  margin-top: 20px;
  margin-bottom: 40px;
}
.why-choose-us h3 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
}
.why-choose-us .fad {
  font-size: 35px;
  color: #007ec4;
  margin-right: 7px;
}
.why-choose-us h2 {
  color: #000000;
  font-size: 27px;
  font-weight: 600;
}
.why-choose-us p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857;
}
@media (max-width: 575.98px) {
  .why-choose-us {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Homepage Reviews */
.home-reviews {
  margin-top: 20px;
  margin-bottom: 50px;
}
.home-reviews h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.btn-large-sq,
.view-gallery {
    border: 2px solid #00B67B;
    width: 100%;
    padding: 20px;
    background: #00B67B;
    color: white;
    font-size: 22px;
    font-weight: 500
}

.btn-large-sq:hover,
.view-gallery:hover {
    background: #00B67B;
    color: white;
    border: 2px solid #01c98a;
}
.btn-large-gold {
    border: 2px solid #ffd700;
    width: 100%;
    padding: 20px;
    background: #ffd700;
    color: #000;
    font-size: 22px;
    font-weight: 600
}

.btn-large-gold:hover {
    background: #ffd700;
    color: #000;
    border: 2px solid #ffd700;
}
/* Homepage Accreditations */
.accreditations {
  padding-top: 45px;
  padding-bottom: 55px;
  background: #f5f5f5;
}
.accreditations h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
/* Homepage Areas */
.areas {
  background: #dfdfdf;
}
/* Banner */
.banner {
  margin-bottom: 25px;
  min-height: 50px;
  padding: 0;
  padding: 0 0 0 0;
  text-align: left
}

.banner h1 {
  border-bottom: 5px solid #40a2e1;
  color: #40a2e1;
  display: block;
  font-weight: 600;
  margin: 22px 0 0 0;
  position: relative;
  padding-bottom: 10px
}

.banner .breadcrumb {
  background: none;
  margin: -3px 0 0;
  padding: 0
}

.banner .breadcrumb > .active {
  color: #999
}

.banner .breadcrumb > li {
  display: inline-block;
  font-size: 18px;
}

.banner .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}
.call-mobile {
  margin-bottom: 20px
}

.call-mobile a {
  width: 100%;
  background: #42a95f;
  color: white;
  border-color: #42a95f;
  font-weight: 600;
  padding: 10px 5px;
  font-size: 25px
}

.call-mobile a:hover {
  background: white;
  border-color: #42a95f;
  color: #333
}

.call-mobile a:active,
.call-mobile a:focus {
  color: #333
}
.underlined {
  position: relative;
  color: #007ec4;
}
.underlined:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 3px #007ec4;
  border-color: #007ec4 transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-1deg);
}

.single-location-header {
  padding-top: 45px;
  height: 420px;
}
/* @audit Mobile view */
@media (max-width: 768px) {
  .single-location-header {
    height: 480px;
  }
}
.single-location-header h1 {
  font-family: 'Raleway', sans-serif;
  font-size:40px!important;
  font-weight: 500;
  margin: 30px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.single-location-header p {
  font-family: 'Raleway', sans-serif;
  font-size:18px!important;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #ffffff;
  line-height: 25px;
}
.breadcrumbs {
  color: #ffffff;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}
.single-location-introduction h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 32px!important;
  font-weight: 500;
  margin: 30px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.single-location-introduction h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px!important;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.request-callback {
  background: #e5f4fd;
  padding: 23px;
}
.request-callback h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px!important;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.our-services {
  background: rgb(52,119,180);
  background: linear-gradient(180deg, rgba(52,119,180,1) 0%, rgba(91,165,234,1) 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our-services h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 27px!important;
  font-weight: 500;
  margin: 0px 0 5px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px!important;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services p {
  font-size: 16px!important;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services-boiler {
  width: 80px;
}
.our-services-plumbing {
  width: 100px;
}
.request-callback-section h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 27px!important;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.request-callback-section {
  background: #f6f6f6;
}

.stars {
  width: 150px;
}
.gallery-arrows { 
  position: absolute;
  bottom: 4px;
  right: 38%;
  font-size: 18px;
}
.gallery-arrows a { 
  color: #000000;
}
.review-text {
  font-size: 18px;
}
.review-text a {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}