/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* base */

.w3-animate-top {
  position: relative;
  animation: animatetop 0.8s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.8s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.8s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.8s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-right2 {
  position: relative;
  animation: animateright2 0.8s;
}
@keyframes animateright2 {
  from {
    right: -300px;
  }
  to {
    right: 0;
  }
}

/* theme */
div#main {
  padding: 0;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.wpb_content_element {
  margin-bottom: 0px;
}
img.alignnone {
  margin-bottom: -8px !important;
}

/* header*/

/* top bar */
.top-bar-bg {
  background: #babac1;
}
.top-bar a {
  color: #6f0c3c !important;
  display: inline-block !important;
}
.socials br,
.contacts br {
  display: none;
}
a {
  text-decoration: none !important;
}
.contacts a {
  margin-left: 32px;
}
.socials a {
  margin-right: 12px;
}
.contacts i {
  padding-right: 5px;
}

.branding {
  margin-top: -48px;
}
span.menu-text {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  line-height: 18px !important;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  right: -3px;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: calc(1450px);
}
.sticky-on a.same-logo img {
  max-height: 95px;
  width: auto;
}
.sticky-on a.same-logo {
  padding: 0 !important;
}
.contacts a {
  display: inline-block;
}

.notice {
  background: #babac1;
  padding: 30px 20px;
}
.notice p {
  font-weight: 700;
}

/* footer */

#toplinks {
  display: none;
}
#footer.solid-bg {
  background: #fff;
}
.footer .widget,
footer a {
  color: #5a5a5c !important;
}
.footer .widget,
footer a {
  color: #5a5a5c !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 22px !important;
}
#footer.full-width > .wf-wrap {
  width: 90%;
}
.footer .widget-title {
  color: #6f0c3c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.contacts2 i {
  position: absolute;
  left: -22px;
  top: 4px;
}
.contacts2 a,
.contacts2 .addr {
  position: relative;
  left: 22px;
}
.contacts2 a {
  margin-bottom: 32px;
  display: block;
}
.addr {
  margin-bottom: 32px;
}
.socials2 a {
  font-size: 32px;
  margin-right: 32px;
  background: #6f0c3c !important;
  color: #fff !important;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.socials2 a:hover {
  background: #bcbdc3 !important;
}
.contacts2 a:hover {
  color: #6f0c3c !important;
  font-weight: 600;
}
.footer .menu li {
  padding: 0;
  border: 0;
  margin: 0;
}
.footer .menu li:hover a {
  color: #6f0c3c !important;
  font-weight: 600;
}
div#bottom-bar {
  background: #bcbdc3;
  color: #6f0c3c;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14px;
}
#bottom-bar a {
  color: #6f0c3c !important;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#bottom-bar a:hover {
  border-bottom: 1px solid;
}
#footer .wf-container-footer {
  padding: 75px 0 120px;
}
section#text-2 img {
  margin-bottom: 10px !important;
  max-width: 370px;
} /* was 50px */

/* design */

/* fonts */
.home h1 {
  font-size: 70px;
  line-height: 75px;
  color: #6f0c3c;
}
.home h1 em {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px !important;
}
.home h1:after {
  content: "";
  display: block;
  width: 352px;
  height: 28px;
  background: url(/wp-content/uploads/2021/10/div1-1.png);
  display: block;
  margin: 25px auto;
}
.h1-nobg h1 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
}

.h1row h1 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
}
.h1row h1 em {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px !important;
}
.h1row h1:after {
  content: "";
  display: block;
  width: 352px;
  height: 28px;
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/div.png);
  display: block;
  margin: 25px auto;
}

h2 {
  font-size: 60px;
  line-height: 65px;
  color: #6f0c3c;
}
h2 em {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px !important;
}
h2:after {
  content: "";
  display: block;
  width: 352px;
  height: 28px;
  background: url(/wp-content/uploads/2021/10/div1-1.png);
  display: block;
  margin: 25px auto;
}
.cta1 h2,
.suppliers h2,
.partners h2 {
  font-size: 48px;
  line-height: 52px;
}

/* btn1 */
.btn1 a,
a.btn1 {
  font-size: 16px;
  background: #fff;
  text-transform: uppercase;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 22px;
  padding: 25px 42px;
  display: inline-block;
}
.btn1 a:hover,
a.btn1:hover {
  background: #babac1;
}
.btn1.v2 a,
a.btn1.v2 {
  background: #6f0c3c;
  color: #fff;
}
.btn1.v2 a:hover,
a.btn1.v2:hover {
  background: #5a5a5c;
  color: #fff;
}

/* h1row */
.h1row {
  padding: 185px 0;
  text-align: center;
  background-size: cover;
  background-position: bottom;
}
.page-id-1147 .h1row {
  padding: 80px 0;
}
.t0 p {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
}
.t0 p em {
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: block;
}
.t0:after {
  content: "";
  display: block;
  width: 352px;
  height: 28px;
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/div.png);
  display: block;
  margin: 25px auto;
}
.t0 {
  margin-bottom: 70px;
}
.home .h1row .t0 {
  margin-bottom: 10px;
}
.h1row:before {
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  width: 50%;
  padding-top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #6f0c3c;
  position: absolute;
  left: calc(50% - 25%);
  top: calc(35% - 60%);
  opacity: 1;
  mix-blend-mode: multiply;
  border-radius: 5%;
}
.h1row .btn1 {
  max-width: 1028px;
  margin: auto;
}

.h1-nobg {
  background-color: #6f0c3c;
  padding: 44px 0;
}

body:not(.home) .h1row:before {
  top: -35%;
}
body.page-id-1147 .h1row:before {
  top: -85%;
}
.dt-breadcrumbs-shortcode {
  justify-content: left !important;
  margin-top: 32px;
}
.dt-breadcrumbs-shortcode * {
  color: #6f0c3c !important;
}
li.current span {
  font-weight: 600;
}

/* imgleft */
.imghere {
  text-align: right;
}
.imgleft .imghere {
  margin-bottom: -100px !important;
}
.imgleft {
  padding: 90px 0;
}
.txthere > .vc_column-inner {
  max-width: 75%;
  margin: auto;
}
.txthere .vc_row {
  margin-top: 80px;
}
.txthere .vc_row .vc_col-sm-6 {
  padding: 0 15px;
}
.imghere {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}

.imgleft.v2 {
  z-index: 1;
  background-color: #bdbec3;
  padding: 0;
}
.imgleft img {
  float: none !important;
}
.imgleft.v2 .imghere {
  margin-bottom: -60px !important;
  text-align: left;
}

.imgtoleft .imghere {
  text-align: left;
}
.imgtoright .imghere {
  text-align: right !important;
}

.imgleft.v3 {
  z-index: 1;
  background-color: #bdbec3;
  padding: 0;
}

/* row1 */
.row1 {
  background: #bcbdc3;
  padding: 60px 0 0;
}
.row1 * {
  position: initial;
}
.row1 {
  position: relative;
}
.row1 img {
  position: absolute;
  bottom: 0;
}
.row1 .vc_row:nth-child(2) {
  background: #cacbd1;
}
.row1 ul br {
  display: none;
}
.row1 li strong {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
.row1 li {
  list-style: none;
  background: #fff;
  padding: 20px 45px;
  margin-bottom: 5px;
  position: relative;
  padding-right: 175px;
  box-shadow: 0 5px 10px -5px #a5a5a7;
}
.row1 h2 {
  margin-bottom: 20px !important;
}
.row1 ul {
  margin-top: 32px !important;
  margin-bottom: 20px !important;
}
.row1 ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #6f0c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: calc(50% - 12px);
}
.row1 img {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}
.row1 a {
  font-weight: 600;
}
.row1 a:hover,
.imgleft a:hover {
  color: #212121;
}

/* services */

.srv1 {
  width: 172px;
  height: 140px;
  display: block;
  margin: auto;
}
.services a {
  background-color: #6f0c3c;
  display: flex;
  color: #fff;
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 55px;
  margin: auto;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
}
span.srv0 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
span.srv2 {
  font-family: "Libre Baskerville", sans-serif;
  margin-top: 16px;
  display: block;
  text-align: center;
  min-height: 55px;
}
.services {
  padding: 80px 0 100px;
}
.services .txt {
  margin-bottom: 107px;
}
.services a:hover {
  background: #cacbd1;
  color: #6f0c3c;
}
.blank .vc_column-inner .wpb_wrapper {
  background-color: #6f0c3c;
  display: flex;
  color: #fff;
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 50px;
  margin: auto;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
}
.blank .vc_column-inner {
  min-width: 475px;
  min-height: 318px;
}
.services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(3) {
  top: -45px;
  left: -14%;
  position: relative;
}
.services .vc_row {
  width: 118.5% !important; /*116%*/
}
.services .vc_col-sm-3 {
  width: 24%;
}
.services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(4) .blank .vc_column-inner .wpb_wrapper {
  background-color: #cacbd1;
}
.services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(4) {
  bottom: -25%;
  position: absolute;
}
.blank .vc_column-inner .wpb_wrapper {
  box-shadow: none;
}

.icon1 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon1w.png);
}
.services a:hover .icon1 {
  background-image: url(/wp-content/uploads/2021/10/icon1p-1.png) !important;
}
.icon2 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon2w.png);
}
.services a:hover .icon2 {
  background-image: url(/wp-content/uploads/2021/10/icon2p-1.png) !important;
}
.icon3 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon3w.png);
}
.services a:hover .icon3 {
  background-image: url(/wp-content/uploads/2021/10/icon3p-1.png) !important;
}
.icon4 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon4w.png);
}
.services a:hover .icon4 {
  background-image: url(/wp-content/uploads/2021/10/icon4p-1.png) !important;
}
.icon5 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon5w.png);
}
.services a:hover .icon5 {
  background-image: url(/wp-content/uploads/2021/10/icon5p-1.png) !important;
}
.icon6 {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/icon6w.png);
}
.services a:hover .icon6 {
  background-image: url(/wp-content/uploads/2021/10/icon6p-1.png) !important;
}

.services a,
.srv1 {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

/* cta 1 */
.cta1 {
  padding: 80px 0;
  background: #bcbdc3;
  z-index: 3;
}
.cta1 h2:after {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/div.png);
}
.slct select {
  height: 200px !important;
}
.cta1 {
  text-align: center;
}
.cta1 form > .vc_col-sm-6 {
  padding: 0;
}
.cta1 input {
  margin-bottom: 20px !important;
}
input.wpcf7-form-control.wpcf7-submit {
  width: 30%;
  margin: 14px auto;
  font-family: "Libre Baskerville", sans-serif !important;
  font-size: 16px !important;
  padding: 7px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #919297 !important;
}
input,
textarea,
select {
  padding: 10px 14px !important;
  max-height: 200px !important;
  min-height: 52px !important;
}
::placeholder,
select,
input,
textarea {
  font-family: "Poppins", sans-serif;
  color: #6f0c3c !important;
  font-weight: 100 !important;
}

/* hoverbox */
.vc-hoverbox-inner {
  min-height: 600px !important;
}
.vc-hoverbox-block-inner.vc-hoverbox-front-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(111, 12, 60, 0.7);
}
.vc-hoverbox-front-inner h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.vc-hoverbox-front-inner h2:after {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/div.png);
  width: 209px;
  background-position: center;
  margin: 17px auto;
}
.vc-hoverbox-block.vc-hoverbox-back h2 {
  font-size: 36px;
  line-height: 40px;
}
.vc-hoverbox-block.vc-hoverbox-back h2:after {
  width: 209px;
  background-position: center;
  margin: 17px auto;
}
.vc-hoverbox-block.vc-hoverbox-back h2 {
  margin-bottom: 30px !important;
}
.vc-hoverbox-block.vc-hoverbox-back a {
  margin-top: 32px;
}
.vc-hoverbox-block.vc-hoverbox-back {
  background: #fff !important;
}
.vc-hoverbox-block-inner.vc-hoverbox-back-inner:before {
  content: "";
  display: block;
  width: 65%;
  padding-top: 65%;
  transform: rotate(45deg);
  background-color: #bcbdc3;
  position: absolute;
  left: 17.5%;
  top: 15%;
  opacity: 1;
  border-radius: 5%;
}
.vc-hoverbox-block.vc-hoverbox-back a {
  min-width: 286px;
}
.vc-hoverbox-block-inner.vc-hoverbox-back-inner * {
  position: relative;
  max-width: 325px;
  margin: auto;
}

/* suppliers */
.suppliers {
  padding: 100px 0;
  text-align: center;
}
.suppliers .dt-owl-item.active > div {
  margin: auto;
}

/* cta2 */
.cta2 h2,
.cta2 p,
.cta2 a,
.cta2 {
  color: #fff;
}
.cta2 .btn1 a {
  color: #6f0c3c;
  min-width: 150px;
}
.cta2 h2:after {
  background: url(https://www.adams-accountancy.co.uk/wp-content/uploads/2020/04/div.png);
}
.cta2 {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-color: #6f0c3c;
  background-position: left;
  text-align: center;
}
.cta2 .btn1 a {
  margin-top: 27px;
}
.cta2 p {
  max-width: 475px;
  font-weight: 100;
}
.cta2 a {
  font-weight: 600;
  border-bottom: 1px solid;
  display: inline-block;
}
.cta2 a:hover {
  border-color: #6f0c3c;
}

/* row2 */
.row2 .vc_col-sm-12 {
  width: 67%;
  margin: auto;
  float: none;
}
.row2 a,
.partners a {
  font-weight: 600;
  display: inline-block;
}
.row2 a:hover,
.partners a:hover {
  color: #222;
}

/* list1 */
.list1 ul {
  width: 80%;
  margin: 32px auto 31px !important;
}
.list1 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #6f0c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -17px;
  top: 9px;
}
.list1 li {
  position: relative;
  list-style: none;
  margin-left: 32px;
}

/* row3 */
.row3 {
  padding: 140px 110px;
  overflow: visible !important;
  z-index: 2;
}
.row3:after {
  content: "";
  display: block;
  width: 366px;
  height: 1036px;
  background: url(/wp-content/uploads/2021/10/adams-accountancy-3.png);
  position: absolute;
  left: 0;
  top: -193px;
  background-repeat: no-repeat !important;
  z-index: 2;
}
/* .row3 > div { float: none; } */
.row3 {
  float: left;
}

.v2.row3:after {
  top: -32px;
}
.v2.row3 + .vc_clearfix + .quoterow {
  z-index: 2;
}

/* row4 */
.row4 {
  padding: 140px 110px;
  overflow: visible !important;
  z-index: 0;
}
.row4:after {
  content: "";
  display: block;
  width: 366px;
  height: 1036px;
  background: url(/wp-content/uploads/2021/10/adams-accountancy-3.png);
  position: absolute;
  left: 0;
  top: -193px;
  background-repeat: no-repeat !important;
  z-index: 2;
}
.row4 > div {
  float: none;
}
.row4:after {
  right: 0;
  left: auto;
  background: url(/wp-content/uploads/2021/10/adams-accountancy-2-1.png);
}

/* row5 */
.row5 {
  text-align: center;
}
.row5 strong {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  margin: 32px auto !important;
}
.row5 p {
  max-width: 900px;
  margin: 0 auto 20px;
}

/* paddings */
.row2 + .imgleft {
  padding-top: 0;
}

/* quoterow */
.quoterow {
  background-color: #bcbdc3;
  padding: 80px 0 50px;
}
.thequote {
  background: #fff;
  padding: 50px 100px;
  margin: 40px auto;
  border-radius: 32px;
  box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.thequote:before {
  content: "";
  display: block;
  width: 112px;
  height: 68px;
  background: url(/wp-content/uploads/2021/10/before.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -34px;
  left: 40px;
}
.thequote:after {
  content: "";
  display: block;
  width: 112px;
  height: 68px;
  background: url(/wp-content/uploads/2021/10/after.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -34px;
  right: 40px;
}
.quoterow strong {
  font-weight: 400;
  text-transform: uppercase;
}
.quoterow strong em {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-family: "Libre Baskerville", sans-serif;
}

/* row6 */
.row6 h2 {
  font-size: 48px;
}
.row6 ul {
  text-align: left;
}
.row6 {
  text-align: center;
  padding: 80px 0;
}
.row6 + .vc_row-full-width.vc_clearfix + .services {
  padding-top: 0;
}
.row6 h2 {
  margin: 32px auto 20px !important;
}

/* helpers */
.brow {
  padding: 44px 0;
}
.brow.big {
  padding: 120px 0;
}
.nopad {
  padding: 0 !important;
}

/* row7 */
.row7 {
  overflow: visible !important;
}
.row7 img {
  position: absolute;
  left: 0;
  top: -271px;
}

/* meet the team */
.page-id-20 .second {
  background: #babac1;
}
.page-id-20 .imgleft {
  padding: 65px 0;
}
/* .team-row .readmore { display: none; } */
.team-row .item img {
  display: block;
  margin: auto;
  max-width: 250px;
  margin-bottom: 35px !important;
}
.team-row .item h4 em {
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}
.team-row .item {
  text-align: center;
}
button.ctrm {
  background: none;
  border: none !important;
  font-weight: 600;
}
.team-row > .wpb_column:not(:last-child) {
  margin-bottom: 35px;
}
.team-row {
  padding-top: 35px;
  padding-bottom: 35px;
  justify-content: center;
}
.team-row .vc_toggle_title {
  padding: 0 !important;
}
.team-row i.vc_toggle_icon {
  display: none !important;
}
.team-row .item:after {
  content: url(/wp-content/uploads/2021/10/div1-1.png);
  display: block;
  margin: auto;
  transform: scale(0.5);
}
.team-row .vc_toggle_content {
  padding-left: 0 !important;
}
.team-row .vc_toggle {
  display: flex;
  flex-direction: column-reverse;
}

/* faq */
.tsthere p:nth-child(2n) {
  display: block !important;
  margin-bottom: 50px !important;
}
.tsthere strong {
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 40px !important;
  display: block !important;
  position: relative;
  font-size: 24px;
  line-height: 30px;
}
.tsthere strong:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2021/10/arrow-1.png);
  position: absolute;
  left: -50px;
  top: -7px;
}
.page-id-22 .h1-nobg h1 {
  text-transform: none;
}
.menu-item-58 span.menu-text,
.menu-item-81 span.menu-text {
  text-transform: none !important;
} /** for the navigation top meny **/

/* contact */
.contact1 i {
  font-size: 32px;
  line-height: 32px;
}
.contact1 strong {
  display: block;
  font-family: "Libre Baskerville";
  font-size: 24px;
  line-height: 30px;
}
.contact1 .vc_col-sm-3 {
  text-align: center;
  width: 12%;
}
.contact1 .vc_col-sm-9 {
  width: 88%;
}
.contact1 .vc_col-sm-4 {
  margin-bottom: 34px;
}
.contact2 {
  background-color: #babac1 !important;
  padding: 32px 0;
}
.contact2 form > .vc_col-sm-6 {
  width: 100%;
}
.contact2 {
  text-align: center;
}

/* row8 */
.row8 {
  text-align: center;
}

/* services2 */
.services2 strong {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  display: block;
  min-height: 60px;
  margin-top: 17px;
}
.services2 a {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #6f0c3c;
  padding: 11px 40px;
  text-transform: uppercase;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.services2 a:hover {
  background-color: #bcbdc3;
}
.services2 .vc_col-sm-4 {
  margin-bottom: 70px;
}
.services2 img {
  max-height: 248px;
}
.services2 {
  text-align: center;
}

/* servicesa */
.servicesa a {
  font-weight: 600;
}
.servicesa strong {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  display: block;
  min-height: 60px;
  margin-top: 17px;
}
.servicesa .vc_col-sm-4 {
  margin-bottom: 70px;
}
.servicesa img {
  max-height: 248px;
}
.servicesa {
  text-align: center;
}

.page-id-20 img {
  display: block;
  margin: auto;
}
.page-id-20 .imgleft .imghere {
  margin: 0 !important;
}
ul#mobile-menu .current-menu-item span.menu-text {
  border-bottom: 1px solid;
}
.suppliers a {
  pointer-events: none;
}
.zindex2 {
  z-index: 2 !important;
}

.btn1.btn2 a {
  background-color: #6f0c3c;
  color: #fff;
}
.btn1.btn2 a:hover {
  background-color: #babac1 !important;
}

.cta1.v2 a {
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #bcbdc3;
}
.cta1.v2 a:hover {
  border-bottom: 1px solid #6f0c3c;
}

.imgleft a {
  font-weight: 600;
}
ul.sub-nav.level-arrows-on .current-menu-item span.menu-text {
  border-bottom: 1px solid;
}
.dt-mega-menu-wrap,
.sub-nav {
  top: 94%;
}
.list1 {
  text-align: left;
}
.page-id-46 form .vc_col-sm-6,
.page-id-46 form .vc_col-sm-12 {
  padding: 0 5px;
}
.page-id-48 form .vc_col-sm-6,
.page-id-48 form .vc_col-sm-12 {
  padding: 0 5px;
}

.cta1.v3 h2:after {
  background: url(/wp-content/uploads/2021/10/div1-1.png);
}
.cta1.v3 {
  background: #fff;
}
.cta1.v3 input,
.cta1.v3 textarea, .greybg {
  background-color: #bcbdc3;
}
.cta1.v3 input.wpcf7-form-control.wpcf7-submit {
  background-color: #6f0c3c;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.wtf {
  bottom: -34% !important;
}
.owl-nav {
  display: none !important;
}

/* 2 May 2022 - new CTA and team */

.vc_row.cta2.v2 {
  padding: 50px 0;
}
.vc_row.cta2.v2 h2 {
  font-size: 34px;
  line-height: normal;
}

.parent-pageid-20 h1 em {
  font-size: 30px;
  line-height: normal;
}

/* -- 30.09.2021 -- */

.h1row.v3 {
  padding: 0;
}

.h1row.v3:before {
  z-index: 2;
}

rs-module-wrap {
  left: -15px !important;
}

@media (min-width: 768px) {
  .hero-text {
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    margin: auto;
  }
}

.home .txthere .vc_row {
  margin-top: 25px;
}

.h1row .flpbtn .wpb_text_column:hover p,
.h1row .flpbtn .wpb_text_column:hover a,
.h1row.v3 .flpbtn:hover a,
.h1row.v3 .flpbtn:hover p {
  transform: rotateY(180deg);
  transition: all ease 0.6s;
}

@media (min-width: 1000px) {
  .h1row.v3 .hero-text .vc_col-sm-12:last-child .wpb_wrapper:first-of-type {
    display: inline-flex;
    justify-content: center;
  }

  .h1row.v3 .btn1 {
    margin: 0 25px;
  }
}

@media (min-width: 768px) {
  .h1row.v3 .btn1 a {
    min-width: 370px;
  }
}

.h1row.v3 .btn1 a {
  box-sizing: border-box;
}

.partners img {
  width: 200px;
  margin-bottom: 15px !important;
}

.partners .btn1.v2 a {
  padding: 15px;
  width: 250px;
}

/*---Fluent Form---*/
.capcha .ff-t-cell.ff-t-column-1 > div {
  background: #fdfdfd;
  border-radius: 0;
  overflow: hidden;
  max-height: 52px;
}
.capcha .ff-t-cell.ff-t-column-1 > div > div {
  transform: scale(0.7);
  position: relative;
  top: -13px;
  left: -30px;
}
.capcha .ff-t-cell.ff-t-column-1 > div > div > div > div > div {
  position: relative;
}
.capcha .ff-t-cell.ff-t-column-1 > div > div > div > div > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fdfdfd;
  right: -97%;
  top: 0;
}
.capcha .ff-t-cell.ff-t-column-1 > div > div > div > div > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  position: absolute;
  right: 99%;
}
.ff_submit_btn_wrapper {
  text-align: center;
}
.fluentform .ff-btn.ff-btn-submit {
  border-radius: 0;
  font-family: "Libre Baskerville", sans-serif !important;
  font-size: 16px !important;
  padding: 7px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 36px;
}
#fluentform_4 .ff-btn.ff-btn-submit:hover {
  color: unset !important;
}
.fluentform .ff-el-form-control {
  border-radius: 0 !important;
}
.ff-t-container:not(:last-child) {
  margin-bottom: 5px;
}
.ff-t-container {
  padding-left: 10px;
  padding-right: 10px;
}
.fluentform select:not(.elementor-field) {
  -webkit-appearance: menulist !important;
}
/* .cta1 .ff-t-container{margin-bottom: 0;} */
.cta1 input {
  margin-bottom: 0 !important;
}

/* Blog */

.single-post h1 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
}
.single-post h2 {
  font-size: 30px;
  line-height: 40px;
  color: #6f0c3c;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 30px;
}
.single-post h2:after {
  display: none;
}
.single-post h3 {
  color: #6f0c3c;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px;
}
.single-post p {
  color: #000;
}
.single-post .author-info,
.single-post .post-meta {
  display: none !important;
}
.single-post a {
  font-weight: 600;
}

/* Prices page */

/* .thequote.v2 { */
  /* margin: 20px auto 100px; */
  /* box-shadow: none; */
/* } */
/* .thequote.v2:before { */
  /* display: none; */
/* } */
/* .thequote.v2:after { */
  /* bottom: -59px; */
  /* left: 20%; */
  /* width: 0; */
  /* height: 0; */
  /* border-left: 100px solid transparent; */
  /* border-right: 100px solid transparent; */
  /* border-top: 60px solid #fff; */
/* } */
/* .thequote.v2 strong { */
  /* font-size: 20px; */
  /* font-weight: 600; */
  /* line-height: 40px; */
/* } */
/* .quoterow h3 { */
  /* font-size: 30px; */
  /* line-height: 40px; */
  /* color: #6f0c3c; */
/* } */


.quoterow.fees { background: #fff; padding-top: 0; }

.feequote {
  background: #fff;
  padding: 50px;
  margin: 110px auto;
  border-radius: 32px;
  box-shadow: 0px 0px 25px 0px #00000040;
}

.feequote:after {
    position: relative;
    bottom: -109px;
    left: 10%;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #fff;
    filter: drop-shadow(2px 12px 7px rgba(0, 0, 0, 0.1));
}
.feequote .vc_col-sm-4 strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.feequote strong {   font-weight: 600; }

.quoterow h3 {
  font-size: 30px;
  line-height: 40px;
  color: #6f0c3c;
}

.feequote .btn1.v2 a {
    margin-top: 25px;
    padding: 15px 20px;
}
.feequote .vc_col-sm-4 {
    padding-right: 30px;
}


/* table */

.content td {
  border: 1px solid var(--the7-divider-color);
}

#mc_embed_signup .foot {
  display: block !important;
  text-align: center !important;
}
#mc_embed_signup .button {
  font-size: 16px !important;
  background-color: #fff !important;
  text-transform: uppercase;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 22px !important;
  padding: 16px 42px !important;
  display: inline-block !important;
  border-radius: 0 !important;
  min-height: 52px !important;
  min-width: 212px !important;
  vertical-align: middle !important;
  margin: 0 0 1px 0 !important;
}
#mc_embed_signup .button:hover {
  background-color: #babac1 !important;
}
.cta2 .mc-field-group,
.cta2 .optionalParent {
  padding-bottom: 0 !important;
  display: inline-flex !important;
  width: 48% !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
#sticky-popup #mc_embed_signup .mc-field-group {
  width: 100%;
}
#mc_embed_signup .mc-field-group:first-child {
  margin-right: 4px;
}

.sticky-popup {
  width: 700px;
  display: block;
  margin: 0 auto;
  background: #6f0c3c;
  padding: 60px 30px;
}
.sticky-popup h2 {
  color: #fff;
  text-align: center;
}
.sticky-btn {
  display: none;
}

ol li::marker {
  font: var(--the7-h3-font);
}

/*single post*/
.single-post time.entry-date.updated {
  font: var(--the7-base-font-big);
  color: #000;
}

.single-post .post-meta.wf-mobile-collapsed {
  margin-bottom: 15px;
  display: block !important;
}

.single-post .vertical-fancy-style .fancy-date a {
  pointer-events: none;
}

/********************* Blog Posts Sidebar **********************/

:root {
  --sidebar-primary: #5a5a5c;
  --sidebar-secondary: #6f0c3c;
}
/*
.single-post header#fancy-header {
    background-color: #6f0c3c;
    padding: 44px 0;
	margin-bottom: 35px;
}

.single-post header#fancy-header h1 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 52px;
    line-height: 57px;
    color: #fff;
    text-transform: uppercase;
}
*/

.single-post .sidebar-right .vc_row.wpb_row.vc_row-fluid.h1-nobg {
  width: 100% !important;
  margin-bottom: 35px;
  padding-left: 345px !important;
  padding-right: 345px !important;
}

.single-post .sidebar-right .wf-container-main {
  grid-template-columns: calc(70%) calc(30%);
  grid-column-gap: 25px !important;
}

.sidebar-content.widget-divider-off {
  position: sticky;
  top: 100px;
  margin-bottom: 430px;
  padding-top: 11px;
}

body.single-post * {
  overflow: visible !important;
}

.sidebar .wpb_content_element {
  margin-bottom: 0;
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.sidebar p a {
  color: #333333 !important;
}

.sidebar p i + a {
  font-weight: 400 !important;
}
.sidebar span {
  color: #fff;
  display: block;
  font-size: 14px;
}

.sidebar p a i,
.sidebar p i {
  color: var(--sidebar-secondary);
  position: absolute;
  left: -20px;
  margin-top: 5px;
  font-size: 16px;
}

.sidebar .vc_row {
  margin: 0;
}

.sidebar * {
  text-align: left !important;
}

/* sidebar hello row */

.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: #1b1b1b;
}

.sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.sidebar .sidebar_hello_row strong {
  font-size: 16px;
}

.sidebar .sidebar_hello_row span:hover {
  /*color: var(--the7-accent-color) !important;*/
  color: var(--sidebar-primary) !important;
}

/* Sidebar separator row*/

.sidebar_separator_row {
  height: 0;
}

.single-post .sidebar img.alignnone {
  margin-bottom: 0px !important;
}

.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_holder {
  aspect-ratio: 1 / 1;
  width: 70px;
  background: #fff;
  border-radius: 80%;
  border: 3px solid var(--sidebar-primary);
  position: absolute;
  top: -28px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}

.sidebar_separator {
  display: flex;
  justify-content: center;
  background: var(--sidebar-primary);
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
}

/* sidebar posts row */

.sidebar .sidebar_posts_row.vc_row-fluid {
  margin-bottom: 20px;
  padding-top: 60px;
}

.sidebar_posts_row {
  background: var(--sidebar-secondary);
  padding: 10px;
}

.sidebar .sidebar_posts_row h2 {
  color: #fff;
}

.sidebar_posts_row a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
}

.sidebar .sidebar_posts_row a:hover {
  color: #8b8d94 !important;
}

.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}

/* Sidebar search */

.sidebar_search_row input#the7-search {
  background: var(--sidebar-secondary);
  border: 1px solid #3d3d3d;
  color: #fff !important;
}

.sidebar_search_row input#the7-search::placeholder {
  color: #fff !important;
}

.sidebar_search_row svg {
  fill: #3d3d3d !important;
}

/* Sidebar menu */
.sidebar_menu_row a {
  color: #333333 !important;
}

.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}

.sidebar .sidebar_menu_row ul li::before {
  content: "•";
  position: absolute;
  left: -0.6em;
  font-size: 2.2em;
}

.sidebar_menu_row ul {
  list-style: none;
  margin-left: 20px;
  color: var(--sidebar-secondary);
}

.sidebar a:hover {
  color: var(--the7-accent-color) !important;
  /*color: var(--sidebar-primary) !important;*/
}

.sidebar a {
  font-size: 16px;
  line-height: 24px;
}

.sidebar_menu_row ul li::marker {
  font-size: 16px;
}

.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

/* Blog posts quote block */

.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
}

.quote-block::before {
  content: "\201C";
  position: absolute;
  left: 0px;
  top: 40px;
  font-size: 95px;
  color: var(--sidebar-secondary);
}

.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-secondary);
}

.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: var(--sidebar-secondary);
}

/* Blog posts cta block */

.cta_block {
  background: var(--sidebar-secondary);
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}

.cta_block .intro_text h3 {
  color: #fff;
  margin-top: 0;
  text-align: center;
  margin-bottom: 10px !important;
}

.intro_text h3 {
  color: #fff;
}

.intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}

.cta_block .ff-t-container.ff-column-container.ff_columns_total_2.capcha {
  display: block;
}

.cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  /*border-color: #63a400 !important;*/
  margin-bottom: 0;
  margin-bottom: 5px;
  background: var(--sidebar-primary);
}

.cta_block textarea#ff_1_description {
  margin-bottom: 0px !important;
}

.cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

/*cta block form fix*/
.cta_block select#ff_10_Journey_type {
  height: 100%;
}

.cta_block .ff-el-group.ff-el-form-hide_label {
  height: 100%;
}

.cta_block .ff-el-input--content {
  height: 100%;
}

.cta_block .ff-el-group.ff-el-form-hide_label {
  margin-bottom: 10px !important;
}

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  right: 0;
  bottom: calc(30% - 50px);
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 0;
  transition: opacity 1s;
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-whatsapp,
.share_icons .instagram svg,
.share_icons .linkedin svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.twitter,
.share_icons a.whatsapp,
.share_icons a.instagram,
.share_icons a.linkedin {
  padding: 20px;
  height: 25px;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.twitter:hover,
.share_icons a.whatsapp:hover,
.share_icons a.instagram:hover,
.share_icons a.linkedin:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.twitter {
  background: #000;
}
.share_icons a.linkedin {
  background: #0a66c2;
}

.share_icons a.whatsapp {
  background: #36b74d;
}
.share_icons a.instagram {
  background: #f46f65;
}

@media (max-width: 1000px) {
  .sidebar-content.widget-divider-off {
    margin-bottom: 0px;
  }
}

/************** Blog template end ***************/

/*search page */
.search .wf-container-main {
  padding: 50px 0;
}

/* RESPONSIVE */

/* max */

@media (max-width: 1800px) {
  .services a {
    min-height: 330px;
  }
  .row1 img {
    max-width: 50%;
  }
}

@media (max-width: 1600px) {
  .h1row:not(.v3):before {
    top: calc(50% - 50%);
  }
  .row1 h2 {
    max-width: 900px;
    margin: auto;
  }
  /* .row1 .vc_col-sm-6 { width: 100%; } */
  .row1 .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 100%;
    padding-bottom: 32px;
  }
  body:not(.home) .h1row:before {
    top: -25%;
  }
  body.page-id-1147 .h1row:before {
    top: -65%;
  }

  /* font */
  .h1row h1,
  .t0 p,
  h1,
  .home h1,
  h2,
  .cta1 h2,
  .suppliers h2,
  .vc-hoverbox-front-inner h2,
  .h1-nobg h1,
  .partners h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .t0 p em,
  h1 em,
  .home h1 em,
  h2 em {
    font-size: 27px;
    line-height: 27px;
    margin-top: 20px;
  }
  .h1row h1:after,
  .home h1:after,
  h2:after,
  .cta1 h2:after,
  .cta2 h2:after {
    max-width: 70%;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    margin: 15px auto;
  }
  .vc-hoverbox-inner :last-child h2 {
    font-size: 28px;
    line-height: 32px;
  }
  /* .row1 img {display: none !IMPORTANT;} */
  .cta2,
  .cta2.v2 {
    background-size: 20%;
  }
  .row1,
  .imgleft {
    z-index: 2 !important;
  }
  .mobfix img {
    margin-bottom: -175px !important;
  }
  .new-fix img {
    margin-bottom: -0px !important;
  }

  .single-post .sidebar-right .vc_row.wpb_row.vc_row-fluid.h1-nobg {
    padding-left: 153px !important;
    padding-right: 153px !important;
  }
}

@media (max-width: 1440px) {
  footer .widget {
    width: 33.333% !important;
  }
  section#text-2 {
    width: 100% !important;
    text-align: center;
  }
  .tsthere strong {
    margin-left: 40px;
  }
  .txthere > .vc_column-inner {
    max-width: 90%;
  }
  .txthere .vc_row {
    margin-top: 40px;
  }
  .cta1 {
    padding: 32px 0;
  }
  .vc-hoverbox-inner h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .cta2:not(.v2) {
    padding: 50px 0;
  }
  .cta2:not(.v2) .vc_col-sm-3 {
    display: none !important;
  }
  .cta2:not(.v2) .wpb_column .wpb_column {
    width: 50% !important;
  }

  body.page-id-1147 .h1row:before {
    top: -50%;
  }

  #mc_embed_signup .button {
    min-width: 261px !important;
  }
}

@media (max-width: 1400px) {
  .row3:after {
    width: 150px;
    background-position: right;
  }
  .row4:after {
    width: 150px;
    background-position: left;
  }

  .single-post .sidebar-right .vc_row.wpb_row.vc_row-fluid.h1-nobg {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 1300px) {
  body.page-id-1147 .h1row:before {
    top: -40%;
  }

  #mc_embed_signup .button {
    min-width: 256px !important;
  }
}

@media (max-width: 1278px) {
  .row1 h2 {
    max-width: 9999px !important;
  }
  .row1 .vc_col-sm-9 {
    width: 90%;
    margin: auto;
    float: none;
  }
  .imgleft + .vc_row-full-width.vc_clearfix + .row5 {
    padding-top: 0;
  }
  .h1row:before {
    width: 70%;
    padding-top: 70%;
    top: -20% !important;
    left: calc(50% - 35%);
  }
  body.page-id-1147 .h1row:before {
    top: -60% !important;
  }

  /* .row1 img {display: none !important;} */
  .vc-hoverbox-block.vc-hoverbox-front,
  .vc-hoverbox-wrapper {
    max-height: 460px;
  }
  .footer .widget-title {
    font-size: 16px;
    line-height: 20px;
  }
  /* font */
  .row6 h2,
  .h1row h1,
  .t0 p,
  h1,
  .home h1,
  h2,
  .cta1 h2,
  .suppliers h2,
  .vc-hoverbox-front-inner h2,
  .h1-nobg h1,
  .partners h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .t0 p em,
  h1 em,
  .home h1 em,
  h2 em {
    font-size: 18px;
    line-height: 22px;
    margin-top: 26px;
  }
  .row1 {
    padding-top: 0;
  }
  .suppliers {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .row3 {
    padding: 120px 0 !important;
  }
  .page-id-34 .t0 p em,
  h1 em,
  .page-id-34 h1 em,
  .page-id-34 h2 em {
    margin: AUTO !important;
  }
  /* .page-id-34 .imgleft .list1 { padding: 40px 0px !important; } */
  .vc_row.wpb_row.vc_row-fluid.row6 .vc_col-sm-8 {
    width: 100%;
  }
  .txthere.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 40px 0px !important;
  }
  .contact1 .vc_col-sm-9 {
    width: 50%;
  }
  input.wpcf7-form-control.wpcf7-submit {
    width: auto;
  }
  .page-id-48 .vc_col-sm-6 {
    width: 100%;
  }
  .services {
    padding: 40px 0;
  }
  .imgleft,
  .brow.big {
    padding: 50px 0;
  }
  .row5 .vc_col-sm-10 {
    width: 100%;
  }
  .row5 strong {
    min-height: 60px;
  }
  .row7 img {
    top: -50px;
  }
  .page-id-31 .row1 .wpb_column.vc_column_container.vc_col-sm-9 {
    padding-top: 32px;
  }
  .contact1 .vc_col-sm-4 {
    width: 50%;
  }
  .contact1 .vc_col-sm-9 {
    width: 67%;
  }
  .quoterow h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .thequote.v2 strong {
    font-size: 18px;
    line-height: 25px;
  }
  .page-id-1345 .contact2 .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .row3 {
    padding: 50px 0 !important;
  }
  .cta2,
  .cta.v2 {
    background-size: 20%;
  }

  #mc_embed_signup .button {
    min-width: 195px !important;
  }
  .socials2 a {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  span.menu-text {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .main-nav > li > a {
    margin: 18px 6px 18px 6px;
  }
}

@media (max-width: 1023px) {
  .imgleft .vc_col-sm-6 {
    width: 100%;
    text-align: center;
  }
  .home .imgleft p {
    text-align: center !important;
  }
  .imgleft .imghere {
    margin: auto !important;
  }
  .row1 li {
    padding: 32px;
  }
  .row1 .vc_col-sm-6 {
    width: 100%;
  }
  .row1 img,
  .imgleft img {
    position: initial;
    max-height: 300px;
    width: auto;
    float: none;
    margin: auto;
    display: block;
  }
  .imgisright .imghere img {
    max-height: 600px;
    float: right !important;
  }
  .imgisright {
    padding-bottom: 0 !important;
  }
  .imgleft:not(.imgisright) img {
    max-height: 600px;
    float: left !important;
  }
  .contact1 .vc_col-sm-9 {
    width: 85%;
  }
  .services2 .vc_col-sm-4 {
    width: 50%;
  }
  .servicesa .vc_col-sm-4 {
    width: 50%;
  }
  .imgleft.v2 + .vc_row-full-width.vc_clearfix + .imgleft.nopad img {
    float: right !important;
  }
  .imgisright img {
    margin-top: 15px;
  }
  body.page-id-1147 .h1row:before {
    top: -30% !important;
  }

  .single-post .sidebar-right .vc_row.wpb_row.vc_row-fluid.h1-nobg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 999px) {
  .row2 .vc_col-sm-12 {
    width: 90%;
  }
  .masthead:not(.side-header) .mobile-header-bar,
  .side-header.masthead-mobile-header .mobile-header-bar {
    padding: 0 32px;
  }
  .mobile-branding img {
    max-height: 100px;
    width: auto;
  }
  .mobile-menu-show-divider .mobile-main-nav > li > a {
    padding: 12px 0;
  }
  .mobile-mini-widgets-in-menu {
    padding-top: 0;
  }
  .show-on-second-switch .contacts a {
    margin: auto;
  }
  .mobile-branding {
    padding: 12px 0;
  }
  .socials2 a {
    margin-right: 10px;
  }
  #footer.full-width > .wf-wrap {
    width: 100%;
  }

  .h1row:before {
    width: 60%;
    padding-top: 60%;
    left: calc(50% - 30%);
    top: calc(60% - 50%);
  }
  .h1row {
    padding: 113px 0;
  }

  .txthere {
    margin-bottom: 0px;
  }
  .services a {
    min-height: 252px;
  }
  .services {
    padding: 40px 0;
  }
  .vc-hoverbox-block.vc-hoverbox-back a {
    min-width: 1px;
  }
  .vc-hoverbox-block.vc-hoverbox-front,
  .vc-hoverbox-wrapper {
    max-height: 500px;
  }
  .page-id-20 .txthere {
    order: 2;
  }
  .row5 .vc_col-sm-3,
  .row5 .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 32px;
  }
  .row5 strong {
    min-height: 1px;
  }
  .page-id-34 .txthere {
    order: 1 !important;
  }
  .page-id-34 .txthere ~ div {
    order: 2 !important;
  }
  .contact1 .vc_col-sm-4 {
    width: 50%;
  }
  .h1row:before {
    width: 70%;
    padding-top: 70%;
    left: calc(50% - 35%); /*top: -15% !important;*/
    top: -90px !important;
  }
  .page-id-20 .imgleft:not(.imgisright) img {
    float: none !important;
    margin: auto !important;
  }
  .imgleft.v2.loc .imghere,
  .imgleft.v2.sml .imghere {
    margin: 0 !important;
  }
  .imgleft .rvs.vc_col-sm-6 {
    order: 2;
  }
  .mobfix.vc_col-sm-6 {
    overflow: hidden;
    margin-bottom: -32px;
    height: 450px;
    margin-top: 10px;
  }

  .mobfix img {
    width: 80%;
    max-height: unset;
    float: left;
  }
  .new-fix.vc_col-sm-6 {
    height: 385px !important;
  }

  .h1row.v3 .btn1 a {
    padding: 25px;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup .button {
    min-width: 148px !important;
    max-width: 148px !important;
  }
}

@media (max-width: 767px) {
  .h1row:before {
    display: none;
  }
  div#toplinks {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    z-index: 9999999999;
    padding: 10px 0;
    background-color: #651a42;
  }
  div#toplinks a {
    width: 50%;
    display: block;
    text-align: center;
    float: left;
    color: #651a42;
    background-color: #651a42;
    color: #fff;
  }
  div#toplinks i {
    padding-right: 6px;
  }
  div#toplinks,
  div#toplinks a {
    background-color: #6f0c3c;
  }
  footer .widget {
    width: 100% !important;
    text-align: center;
  }
  .contacts2 i {
    position: initial;
    padding-right: 6px;
  }
  .contacts2 a {
    margin-bottom: 12px;
  }
  #footer .wf-container-footer {
    padding: 44px 0;
  }
  .contacts2 a,
  .contacts2 .addr {
    left: 0;
  }
  .socials2 {
    margin-bottom: 32px;
  }
  div#bottom-bar {
    margin-bottom: 57px;
  }
  div#toplinks a {
    color: #fff !important;
  }
  .scroll-top.on {
    bottom: 60px;
  }

  .h1row {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #6f0c3c;
    overflow: visible !important;
    margin-bottom: 0;
    padding: 240px 0 0;
  }
  .h1row .wpb_column {
    position: relative;
    z-index: 10;
  }
  .masthead {
    z-index: 9999999;
  }
  .dt-mobile-header.mobile-menu-show-divider.dt-parent-menu-clickable {
    z-index: 99999999999999999;
  }
  .h1row a {
    margin-bottom: 20px !important;
  }
  .t0 {
    margin-bottom: 32px;
  }
  .btn1 a,
  a.btn1 {
    padding: 22px 18px;
    width: calc(100% - 36px);
  }

  .txthere > .vc_column-inner {
    max-width: 90%;
  }
  .txthere .vc_row {
    margin-top: 40px;
  }
  .txthere .vc_row p {
    text-align: center !important;
  }
  .txthere img {
    margin: 40px 0 32px !important;
  }

  .row1 .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child {
    padding: 0 18px;
  }
  .row1 li {
    width: 80%;
  }
  .row1 li {
    width: 80%;
    padding: 20px;
    margin: 0 0 20px auto;
  }
  .row1 ul li:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #6f0c3c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -9px;
    top: calc(50% - 8px);
  }
  .row1 img {
    position: initial;
  }

  .services .vc_col-sm-3 {
    width: 100%;
  }
  .services .vc_row {
    width: 100% !important;
  }
  span.srv1 {
    width: 130px;
    height: 114px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .blank {
    display: none;
  }
  .services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(3) {
    position: initial;
  }
  .services {
    padding: 32px 12px 0;
  }
  .services a {
    width: 42%;
    margin-bottom: 134px;
    position: relative;
    z-index: 9;
  }
  .service_white_bg {
    width: 100%;
    background-color: #ffffff;
    display: block;
    color: #fff;
    border-radius: 10px;
    -webkit-transform: rotate(45.8deg);
    transform: rotate(45.8deg);
    padding: 0;
    position: absolute;
    left: 0px;
    top: -12%;
  }
  .services p,
  .services h2 {
    z-index: 9;
    position: relative;
  }

  input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    display: inline-block;
  }
  .vc-hoverbox-inner {
    min-height: 430px !important;
  }
  .home .vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 0;
  }
  .cta2 {
    /* background-size: 144px; */
    background-position: top left;
    padding: 200px 20px 58px;
  }
  .btn1 a,
  a.btn1 {
    width: 85%;
    min-width: 1px;
    display: block;
    margin: auto;
  }
  .cta2 h2 em {
    margin: auto;
  }
  .cta2 .btn1 a {
    max-width: 250px;
  }
  .cta1 {
    padding: 32px;
  }
  section#text-2 img {
    margin-bottom: 20px !important;
  }
  .h1row.v3 .hero-text {
    padding-top: 50px;
  }
  .h1row.v3 {
    background-color: transparent;
  }
  .suppliers {
    padding: 40px 0;
  }
  .row4:after,
  .row3:after {
    display: none;
  }
  .row7 img {
    position: initial;
  }
  .imgleft .imghere {
    margin-bottom: 0 !important;
  }
  .row7 {
    padding-top: 0;
  }
  .row7 img {
    position: initial;
    max-width: 90%;
  }

  body:not(.home) .h1row:before {
    top: 0 !important;
  }
  body:not(.home) .h1row {
    margin-bottom: 0;
  }
  body:not(.home) .row1 .vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child {
    margin-bottom: 32px;
  }
  body:not(.home) .h1row {
    padding: 70px 0 32px;
    background-size: cover;
    position: relative;
  }
  body:not(.home) .h1row:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .h1row.v3 .btn1 a {
    width: 100%;
    padding: 25px 0;
  }

  .page-id-361 .h1row .btn1 {
    position: initial;
  }
  .page-id-398 .h1row .btn1 {
    position: initial;
  }
  .page-id-410 .h1row .btn1 {
    position: initial;
  }
  .page-id-422 .h1row .btn1 {
    position: initial;
  }

  .cta1 input,
  .cta1 select {
    margin-bottom: 20px;
  }

  .row2 .vc_col-sm-12 {
    width: 100%;
  }
  .page-id-20 .txthere {
    order: 2;
    margin-top: 32px;
  }
  .tsthere strong {
    margin-left: 50px;
  }
  .cta2 p {
    max-width: 100%;
  }
  .row2 + .imgleft {
    padding-bottom: 0;
  }
  .brow.big,
  .row3,
  .row4 {
    padding: 50px 0;
  }
  .imgleft.v2 .imghere {
    margin: 0 auto 32px !important;
  }
  .imgleft.v2 .list1 {
    padding-bottom: 32px !important;
  }
  .thequote {
    padding: 32px;
  }
  .contact1 .vc_column_container {
    float: left;
  }
  .cta2:not(.v2) .wpb_column .wpb_column {
    width: 100% !important;
  }

  .h1row h1,
  .t0 p,
  h1,
  .home h1,
  h2,
  .cta1 h2,
  .suppliers h2,
  .vc-hoverbox-front-inner h2,
  .h1-nobg h1,
  .partners h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .t0 p em,
  h1 em,
  .home h1 em,
  h2 em {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-top: 20px;
  }
  .h1row h1:after,
  .home h1:after,
  h2:after,
  .cta1 h2:after,
  .cta2 h2:after {
    max-width: 70%;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    margin: 15px auto;
  }
  .vc-hoverbox-block-inner.vc-hoverbox-front-inner p {
    color: #fff;
  }
  .vc-hoverbox-block.vc-hoverbox-front {
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .contact1 .vc_col-sm-4 {
    width: 100%;
  }

  .home .h1row.v3:before {
    display: flex !important;
    top: 0 !important;
    margin: auto !important;
    mix-blend-mode: normal !important;
    -webkit-transform: translateX(-50%) rotate(45deg) !important;
    transform: translateX(-50%) rotate(45deg) !important;
    transform-origin: center;
    left: 50% !important;
    width: 767px !important;
    max-width: 767px !important;
    height: 767px !important;
    padding: 0 !important;
    bottom: 100px !important;
  }
  /* .home .h1row:before { display: block;top: 290px !important; z-index: 9999; mix-blend-mode: normal !important; width: 100%; left: 0%; padding-top: 100%; } */
  .h1row:not(.v3) .btn1 {
    position: absolute;
    width: 90%;
    left: 5%;
  }
  .mobile-branding {
    padding: 0 !important;
  }
  .services a {
    min-height: 1px;
  }
  .row7 img {
    top: 0;
  }
  .row5 .vc_col-sm-10 {
    width: 100%;
  }
  .row5 p {
    min-height: 61px;
  }
  .row1 img {
    display: block !important;
    float: left !important;
  }
  .row1 li strong {
    font-size: 20px;
  }
  .row7 .vc_col-sm-4 {
    order: 2;
    margin-top: 32px;
  }
  .page-id-20 .imgleft:not(.imgisright) img {
    margin: -35px auto !important;
  }
  .page-id-20 .imgleft {
    padding-bottom: 0;
  }
  ol.breadcrumbs.text-small span {
    font-size: 11px;
  }

  .thequote:before {
    width: 66px;
    height: 34px;
    background-size: contain;
    top: -17px;
    left: calc(50% - 33px);
  }
  .thequote:after {
    width: 66px;
    height: 34px;
    background-size: contain;
    bottom: -17px;
    left: calc(50% - 33px);
  }
  .vc_row.wpb_row.vc_row-fluid.imgleft.imgtoleft.row7.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex {
    padding-top: 32px;
  }
  .problem1 img {
    float: none !important;
    margin: 32px auto 0 !important;
  }
  .services2 .vc_col-sm-4 {
    width: 100%;
  }
  .services2 strong {
    min-height: 1px;
  }
  .servicesa .vc_col-sm-4 {
    width: 100%;
  }
  .servicesa strong {
    min-height: 1px;
  }
  .page-id-34 .imgleft.loc.v2 .list1 {
    padding-bottom: 0px !important;
  }
  .frm-fluent-form select,
  .frm-fluent-form textarea,
  .frm-fluent-form input:not(.ff_payment_item),
  .capcha .ff-t-column-1,
  .cta1 input,
  .cta1 select,
  .cta1 textarea {
    margin-bottom: 20px !important;
  }
  .fluent_form_4 .ff-el-recaptcha {
    text-align: center;
  }
  .fluent_form_4 .ff-el-recaptcha div {
    display: inline-block;
    margin-bottom: 20px;
  }
  .ff-t-container:not(:last-child) {
    margin-bottom: 0;
  }
  .single-post h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .single-post .entry-content img {
    text-align: center;
    display: block;
    margin: 10px auto;
    float: none;
  }
  .single-post .fancy-date > a {
    right: 50px;
  }
  .thequote.v2:after {
    bottom: -29px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #fff;
  }
  .thequote.v2 {
    margin: 20px auto 60px;
  }

  .notice {
    z-index: 99;
  }

  .cta2 .mc-field-group,
  .cta2 .optionalParent {
    width: 100% !important;
  }
  #mc_embed_signup .button {
    min-width: initial !important;
    max-width: initial !important;
  }
  .page-id-398 .first-row {
    padding: 50px 0px 185px 0px !important;
  }
  .page-id-398 .first-row .btn1 {
    width: 100%;
    display: flex;
    left: 0;
  }
}

@media (max-width: 550px) {
  .row5 p {
    min-height: auto;
  }

  .row5 strong {
    margin: 10px auto !important;
  }

  .mobfix.vc_col-sm-6 {
    height: 350px;
  }
  .mobfix img {
    width: 100%;
    max-width: 100%;
  }
  .moove-gdpr-info-bar-content {
    margin-bottom: 40px !important;
  }
  .notice-row {
    margin-top: 100px;
  }
  .page-id-398 .first-row .btn1 a {
    padding: 15px 15px;
    font-size: 12px;
  }
  .feequote .vc_col-sm-4 {
    padding-right: 0px;
	 padding-bottom: 30px;
}
.feequote {
    text-align: center;
}
}

@media (max-width: 460px) {
  /* .home .h1row:before { display: block;top: 290px; z-index: 9999; mix-blend-mode: normal !important; width: 100%; left: 0%; padding-top: 100%; } */
  .h1row:not(.v3) {
    margin-bottom: 190px;
  }
  /* .services:before { content: ''; display: block; width: 100%; height: 81%; background: #cacbd1; position: absolute; bottom: 0; left: 0;} */
  .h1row:not(.v3) .btn1 {
    position: absolute;
    width: 90%;
    left: 5%;
  }
  .services {
    background-image: url(/wp-content/uploads/2020/05/Untitled-2-copy-scaled.jpg);
    background-size: cover;
    background-position: 0px 200px;
    background-repeat: no-repeat;
  }

  .page-id-25 .services {
    background-position: 0px 181px;
  }

  .services .first a {
    margin-top: 20px;
  }
  .page-id-339 .services {
    background-position: 0px -95px;
  }
  .page-id-398 .first-row .btn1 {
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  /* .home .h1row:before  { top: 350px !important; } */
  .t0:after {
    max-width: 100% !important;
    background-position: center;
  }
  .service_white_bg {
    top: -9%;
  }
}

@media (max-width: 350px) {
  /* .home .h1row:before { top: 420px !important; } */
  /* .home .h1row { margin-bottom: 240px; } */
}

/* min */

@media (min-width: 1800px) {
  .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1250px - 30px - 30px);
  }
  .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
    max-width: calc(1350px);
  }
  .page-id-361 .h1row,
  .page-id-398 .h1row,
  .page-id-410 .h1row,
  .page-id-422 .h1row {
    padding: 215px 0;
  }
  .page-id-361 .h1row:before,
  .page-id-398 .h1row:before,
  .page-id-410 .h1row:before,
  .page-id-422 .h1row:before {
    top: -25% !important;
  }
  .btn1.v3 a {
    min-width: 200px;
  }
  .page-id-361 h1,
  .page-id-398 h1,
  .page-id-410 h1,
  .page-id-422 h1 {
    margin-bottom: 70px !important;
  }
  .imgleft .imghere.fix {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1400px) {
  .imgleft.loc .imghere img {
    margin-bottom: 100px;
  }

  .mobfix img {
    margin-bottom: -275px !important;
  }
  .new-fix img {
    margin-bottom: -10px !important;
  }
}

@media (min-width: 1200px) {
  .btn1.flpbtn a,
  .flpbtn a.btn1 {
    padding: 35px 42px;
    /* width: 385px; */
  }
}

@media (min-width: 1050px) {
  .imgleft.loc .vc_col-sm-6 {
    height: 650px;
  }

  .imgleft.sml .vc_col-sm-6 {
    height: 500px;
  }
}

@media (min-width: 600px) {
  .sticky-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999999;
  }
  .sticky-btn a.btn1 {
    background-color: #6f0c3c;
    color: #fff !important;
    padding: 15px;
    border: 1px solid #fff;
  }
  .sticky-btn a.btn1:hover {
    background-color: #babac1;
  }

  .signup-newsletter {
    margin-top: 30px;
  }
}

/* range */

@media (min-width: 1023px) and (max-width: 1700px) {
  .row1 li {
    padding-right: 45px;
  }
}

@media (min-width: 1500px) and (max-width: 1800px) {
  .services a {
    padding: 45px !important;
  }
  span.srv2 {
    padding: 0 !important;
  }

  .blank .vc_column-inner .wpb_wrapper {
    width: 270px !important;
    height: 270px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1499px) {
  .services {
    margin-bottom: -4%;
  }
}

@media (min-width: 1250px) and (max-width: 1499px) {
  .services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(4) {
    bottom: -21%;
  }
}

@media (min-width: 1250px) and (max-width: 1800px) {
  .blank .vc_column-inner {
    min-width: unset;
    min-height: unset;
  }

  .blank .vc_column-inner .wpb_wrapper {
    width: 225px;
    height: 225px;
    padding: 10px;
  }

  .services .vc_col-sm-3 {
    width: 24.6%;
  }

  .services a {
    min-height: 196px;
    width: 200px;
    height: 200px;
    padding: 25px;
  }

  .srv1 {
    width: 115px;
    height: 93px;
    background-size: 100%;
  }

  span.srv2 {
    padding: 0 10px;
  }

  .services .vc_row {
    width: 116% !important;
  }
}

@media (min-width: 768px) and (max-width: 1249px) {
  .services a,
  span.srv0 {
    -webkit-transform: none;
    transform: none;
  }
  .blank {
    display: none !important;
  }
  .services .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(3) {
    top: 0;
    left: 0;
  }
  .services .vc_col-sm-3 {
    width: 33.333%;
    margin-bottom: 2px;
  }
  .services a {
    padding: 0;
    width: calc(100% - 2px);
    box-shadow: none;
    border-radius: 0;
    -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
    clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
  }
  .srv1 {
    width: 130px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .services .vc_row {
    width: 100% !important;
    padding: 0 2px;
    max-width: 1000px;
    margin: auto;
  }
  .services .txt {
    margin-bottom: 32px;
  }
  .services > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    padding: 32px 0;
  }
  .services .vc_col-sm-3 {
    float: none !important;
    display: inline-block;
  }
  .services {
    text-align: center;
  }

  .imgleft.padfix p {
    text-align: center !important;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  /******* for iPad Landscape fix ***/
  .padfix {
    padding-bottom: 0px;
  }

  .padfix .txthere.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 30px 0px !important;
  }

  .page-id-25 .padfix .imghere img.alignnone {
    margin-bottom: -80px !important;
  }

  .imgleft.v2.loc .imghere {
    margin-bottom: -140px !important;
  }

  /******* for iPad Landscape fix END ***/
  .socials2 {
    display: inline-flex;
  }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .socials2 {
    display: inline-flex;
  }
}

.clgn input[type="submit"] {
  color: #fff !important;
}

.clgn input[type="submit"]:hover {
  background: #bcbdc3 !important;
}

/** Edge Fix **/
@supports (-ms-ime-align: auto) {
  .h1row:before {
    background-color: rgba(111, 12, 60, 0.85);
  }
}

/** IE Fix **/
@media screen and (-ms-high-contrast: none) {
  .h1row:before {
    background-color: rgba(111, 12, 60, 0.85);
  }
  .row1 img {
    position: static;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .hero-btns a {
    width: 100%;
    padding: 25px 10px !important;
  }
}

@media (max-width: 1278px) {
  .services {
    padding: 0;
  }
}

.moove-gdpr-branding-cnt {
  display: none !important;
}

div#moove_gdpr_cookie_info_bar {
  z-index: 999999999 !important;
}

@media (max-width: 500px) {
  .contacts2 a {
    margin-bottom: 0;
  }

  footer a {
    line-height: 35px !important;
    min-height: 38px;
  }
}

/* Stretch Row Fix */
div[data-vc-full-width="true"],
div[data-vc-stretch-content="true"] {
  opacity: 0;
}

.sticky-contact {
  top: 50%;
  margin-top: -30px;
}

.hero-btns > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.booking-widget {
  padding-top: 80px;
}

.page-id-34 .booking-widget,
.page-id-37 .booking-widget {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .booking-widget {
    padding-top: 0 !important;
    padding-bottom: 2rem;
  }
  
  .feequote { padding: 30px; }
  .feequote:after {  bottom: -90px; }
  .feequote .vc_col-sm-4 strong {  font-size: 25px;  line-height: 35px; }

}
