@charset "UTF-8";
/*
Theme Name: Body Sculpting
Description: Customized theme
Author: Body Sculpting
Text Domain: xculpting
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* ==============================================
	 Web fonts
	 ============================================*/
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1280px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --bcolor: #ffffff;
  --yellow:#FF904D;
  --red:#EF4136;
  --nav-blue:#555C69;
  --orange:#FF914E;
  --leaf-green:#94b6af;
  --leaf-green-dark:#276272;
  --purple:#8852DC;
  --blue:#051F4B;
  --whitef5: #F5F5F5;
  --whiteF0:#F0F0F0;
  --greyA5:#A5A5A5;
  --grey: #aabfc6;
  --light-grey:#ECECEC;
  --header--bg-grey:#4c718d;
  /* Font/text values */
  --font-body: "Lato", sans-serif;
}

/* ----------------- FLEX ------------------- */
.close-btn, .connect-content-wrapper--left, .treatment-container .treatment-block .entry-title, .home-banner-con .button-wrap, .site-footer-social li, .site-menu__wrap, .site-header .header__nav-top ul, .site-header .header__nav-list ul, .site-header .header__nav-list, .site-header .header__nav, .site-header-main, .flex-col-50, .flex-col-45, .flex-col-55, .flex-col-30, .flex-col-33, .flex-col-70, .flex-col-75, .flex-col-25 {
  display: -moz-flex;
  display: flex;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: var(--black);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

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

::-moz-selection {
  background: #D8D8D8;
  text-shadow: none;
}

::selection {
  background: #D8D8D8;
  text-shadow: none;
}

nav {
  outline: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-body);
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: var(--leaf-green-dark);
}

h1,
.h1 {
  font-size: 60px;
}
@media (max-width: 960px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}

h2,
.h2 {
  font-size: 35px;
}
@media (max-width: 960px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 25px;
}
@media (max-width: 960px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: var(--leaf-green-dark);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

.text-center {
  text-align: center;
}

#main {
  min-height: 100%;
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 970px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 30px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 3;
}

.file {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

.file-label {
  position: absolute;
  font-weight: 400 !important;
  top: 14px;
  left: 14px;
}
.file .wpcf7-not-valid-tip {
  margin-top: 10px;
}

form.wpcf7-form p {
  margin-bottom: 0;
}

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select, .file {
  outline: 0px;
  height: 55px;
  width: 100% !important;
  display: block;
  border: 0;
  background-color: transparent;
  border: 1px solid var(--grey);
  padding: 10px 10px;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--nav-blue);
  border-radius: 4px;
}

textarea {
  height: 125px;
  border: 1px solid var(--grey);
  border-radius: 4px;
}

input[type=submit],
input[type=reset],
button,
.button {
  cursor: pointer;
  outline: none;
  background: var(--leaf-green-dark);
  border-radius: 20px;
  transition: all 0.2s ease-out 0s;
  padding: 10px 38px;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  text-align: center;
  border: 1px solid var(--leaf-green-dark);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  background-color: var(--white);
  color: var(--leaf-green-dark);
}

.round-img {
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.map-section {
  padding-bottom: 400px;
}

.flex-row {
  width: 100%;
  display: -moz-flex;
  display: flex;
}
.flex-center {
  -moz-align-items: center;
  align-items: center;
}
.flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-jus-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-col-50, .flex-col-45, .flex-col-55, .flex-col-30, .flex-col-33, .flex-col-70, .flex-col-75, .flex-col-25 {
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-col-50 {
  width: 50%;
}
.flex-col-45 {
  width: 45%;
}
.flex-col-55 {
  width: 55%;
}
.flex-col-25 {
  width: 25%;
}
.flex-col-30 {
  width: 30%;
}
.flex-col-70 {
  width: 70%;
}
.flex-col-33 {
  width: 33.33%;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 33px 0;
  background: var(--white);
  transition: all 0.5s ease-out 0s;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header-main {
  position: relative;
  width: 100%;
  -moz-align-items: center;
  align-items: center;
}
.site-header-main .logo {
  width: 180px;
}
.site-header-main .logo a {
  display: block;
}
.site-header .header__nav {
  width: calc(100% - 180px);
  position: relative;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: end;
  align-items: end;
}
.site-header .header__nav-list {
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__nav-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header .header__nav-top ul {
  list-style: none;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__nav-top ul li {
  margin-left: 1rem;
}
.site-header .header__nav-top ul li a:not(.button):hover {
  color: var(--white);
}
.site-header .header__nav-list {
  -moz-justify-content: center;
  justify-content: center;
}
.site-header .header__nav-list ul li {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.site-header .header__nav-list ul li:hover a, .site-header .header__nav-list ul li.current-menu-item a {
  color: var(--black);
}
.site-header .header__nav-list ul li a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  position: relative;
  color: var(--leaf-green-dark);
}
.site-header .header__nav .burger {
  display: block;
  background: none;
  border: 0;
  height: 17px;
  padding: 0;
  pointer-events: auto;
  width: 27px;
  outline: 0;
  will-change: transform;
  position: relative;
  box-shadow: none;
}
.site-header .header__nav .burger span {
  display: block;
  position: absolute;
  border-radius: 20px;
  height: 3px;
  width: 100%;
  background-color: var(--bcolor);
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
.show-site-menu .site-header .header__nav .burger span {
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
}
.site-header .header__nav .burger span:nth-child(1) {
  top: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .site-header .header__nav .burger span:nth-child(1) {
  top: unset;
  transform: translate3d(0, 7px, 0);
  transform: rotate(45deg);
  background-color: var(--yellow);
}
.site-header .header__nav .burger span:nth-child(2) {
  top: 6px;
}
.show-site-menu .site-header .header__nav .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.site-header .header__nav .burger span:last-child {
  top: 12px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .site-header .header__nav .burger span:last-child {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transform: rotate(-45deg);
  top: unset;
  background-color: var(--yellow);
}
.site-menu {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  height: calc(100vh - 30px);
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1;
}
.show-site-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  transition: all 0.2s ease-out;
  background: var(--bcolor);
  z-index: 99;
}
.site-menu__wrap {
  opacity: 0;
  overflow-y: auto;
  transform: translate3d(100px, 0, 0);
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  padding: 30px;
  text-align: center;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.show-site-menu .site-menu__wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.site-menu__wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-menu__wrap ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
.site-menu__wrap ul li a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  color: var(--white);
}
.site-footer {
  background: var(--header--bg-grey);
  padding: 90px 0 30px;
  color: var(--white);
  text-align: center;
}
.site-footer-end {
  -moz-justify-content: center;
  justify-content: center;
}
.site-footer-social {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-footer-social li {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--leaf-green);
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 5px;
}
.site-footer-social li:last-child {
  margin-right: 0;
}
.site-footer-social li a {
  color: var(--white);
  font-size: 21px;
  display: block;
}
.site-footer-social li a:hover {
  color: var(--yellow);
}

.home-banner {
  position: relative;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 3vh 3vw;
  height: auto;
  min-height: calc(100vh - 140px);
}
.home-banner::before {
  content: "";
  position: absolute;
  background-color: var(--leaf-green);
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.home-banner-con {
  position: relative;
  z-index: 3;
  text-align: center;
}
.home-banner-con h1 {
  color: var(--white);
}
.home-banner-con .content {
  font-size: 30px;
  margin: 1rem;
  color: var(--white);
}
.home-banner-con .button-wrap {
  -moz-justify-content: center;
  justify-content: center;
}
.home-banner-con .button-wrap .button {
  margin: 1rem;
}
.home-banner-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.home-content {
  -moz-justify-content: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10vh 0;
}
.home-content--bg .content {
  max-width: 800px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 3vh 3vw;
  text-align: center;
}

.green-section {
  padding: 10vh 0;
  background-color: var(--leaf-green-dark);
  color: var(--white);
}
.green-section h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 3vh;
}

.treatment-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr)); /* Three columns */
  grid-gap: 10px;
  justify-items: center;
}
.treatment-container .treatment-block {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.treatment-container .treatment-block .entry-title {
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  position: absolute;
  width: 70%;
  left: 50%;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--white);
}
.treatment-container .treatment-block:hover .entry-title {
  background-color: rgba(255, 255, 255, 0.36);
  color: var(--leaf-green-dark);
}
.treatment-container .treatment-block:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(76, 113, 141, 0.6);
  left: 0;
  top: 0;
  display: block;
}

.insta-section {
  padding: 10vh 0;
  text-align: center;
}

.testimonial-container {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: auto;
}
.testimonial-container .content {
  max-width: 600px;
  margin: auto;
}
.testimonial-container .content .name {
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
.testimonial-container:before {
  content: "“";
  top: 0;
  left: 0;
}
.testimonial-container:after {
  content: "”";
  bottom: 0;
  right: 0;
}
.testimonial-container:before, .testimonial-container:after {
  display: inline-block;
  position: absolute;
  font-size: 100px;
  line-height: 1;
  height: 40px;
}

.connect-content-section {
  padding: 10vh 0;
}
.connect-content-contentwrap {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.connect-content-wrapper {
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-top: 5vh;
}
.connect-content-wrapper--left {
  width: 100%;
  max-width: 400px;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.connect-content-wrapper--left .button {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--white);
  color: var(--leaf-green-dark);
}
.connect-content-wrapper--left .button:hover {
  color: var(--white);
  background-color: var(--leaf-green-dark);
}
.connect-content-wrapper--left a:not(.button) {
  font-size: 30px;
}
.connect-content-wrapper--right {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.connect-content-wrapper--right input[type=submit] {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.connect-content-wrapper--right .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.connect-content-wrapper--right .wpcf7-response-output {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}

.page-section {
  padding: 10vh 0;
}
.page-section a {
  color: var(--leaf-green-dark);
}

.single-page-hero > * {
  margin-bottom: 3vh;
}
.single-page-hero .single_post > * {
  margin-bottom: 3vh;
}

.close-btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background-color: var(--whiteF0);
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.mq-desktop {
  display: block;
}
@media (max-width: 960px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none;
}
@media (max-width: 960px) {
  .mq-mobile {
    display: flex !important;
  }
}

@media screen and (max-width: 1280px) {
  .container,
  #container,
  .site-news_letter-container {
    padding: 0 30px;
  }
  .container-small, .container-large,
  #container-small,
  #container-large,
  .site-news_letter-container-small,
  .site-news_letter-container-large {
    padding: 0 30px;
  }
  .home-highlights-item {
    padding: 50px 25px 55px 25px;
  }
  .slick-arrow.slick-prev {
    left: -20px;
  }
  .slick-arrow.slick-next {
    right: -20px;
  }
  .partners-popup-wrap {
    padding-top: 80px;
  }
  .close-btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .partners-popup-hero, .partners-popup-body-container {
    padding: 0 30px;
  }
  .page-expertise.partners .home_part_item {
    width: calc(33.33% - 40px);
  }
  .page-expertise .home_exp_item {
    width: calc(33.33% - 6px);
  }
  .team_mem {
    width: calc(33.33% - 34px);
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header__nav-list {
    width: 70%;
  }
  .site-header .header__nav-list ul li {
    padding: 0 15px;
  }
  .site-header .header__nav_sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  html, body {
    font-size: 14px;
    line-height: 1.9;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .award_image {
    max-width: 90px;
  }
  .news_post_item {
    max-width: 100%;
  }
  .news_post_item .info {
    padding: 10px 15px;
  }
  .site-header {
    padding: 15px 0;
  }
  .site-header a {
    display: -moz-flex;
    display: flex;
  }
  .site-header .header__nav, .site-header-main .logo, .site-header .header__nav_sidebar {
    width: 33.33%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .site-header-main .logo {
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-header .header__nav_sidebar {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-footer {
    padding-top: 35px;
  }
  .site-footer p {
    text-align: center;
  }
  .site-footer-wrap {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .site-footer ul {
    width: 100%;
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-footer-nav {
    flex-wrap: wrap;
  }
  .site-footer-nav .flex-col-25 {
    width: 100%;
    -moz-justify-content: center;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
  }
  .site-footer-nav .logo {
    margin: 0 auto;
  }
  .site-footer-nav h6 {
    margin-bottom: 8px;
  }
  .site-footer-nav, .site-footer-social {
    width: 100%;
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-footer-end {
    flex-direction: column;
  }
  .home-banner {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-banner-img {
    min-height: 300px;
  }
  .home-banner-con, .home-banner-img {
    width: 100%;
  }
  .home-banner-con {
    font-size: 16px;
    padding: 25px 0 50px;
  }
  .home-banner-con h1 {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .home-banner-con .content {
    max-width: 100%;
  }
  .home-highlights {
    padding: 50px 0;
  }
  .home-highlights-wrap {
    margin: -40px 0 70px;
  }
  .home-highlights h2 {
    font-size: 20px;
    max-width: 100%;
  }
  .home-highlights-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home-highlights-item .flex-row {
    -moz-align-items: center;
    align-items: center;
  }
  .home-highlights-item h3 {
    margin-bottom: 0;
  }
  .home-highlights-item .content {
    margin-bottom: 30px;
  }
  .home_exp {
    padding-top: 40px;
    background-position: unset;
  }
  .home_exp .h1 {
    margin-bottom: 33px;
  }
  .home_exp_item {
    padding: 33px 40px 40px 30px;
  }
  .home_part {
    padding: 58px 0 77px;
    margin-bottom: 27px;
  }
  .home_part .h1 {
    font-size: 40px;
  }
  .home_part_container {
    line-height: 1.5;
  }
  .home_part_item {
    min-height: 346px;
    margin: 0 10px;
  }
  .partners-img {
    min-height: 400px;
    max-width: 320px;
    margin: 0 auto;
  }
  .partners-info {
    padding-top: 30px;
  }
  .partners-info .h1 {
    margin-bottom: 15px;
  }
  .partners-popup {
    line-height: 1.9;
  }
  .partners-popup-hero {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .partners-popup-body {
    margin-top: 0;
    padding: 30px 0 50px;
  }
  .partners-popup-body-exp {
    margin-bottom: 20px;
  }
  .partners-popup-body-info .experience, .partners-popup-body-info .content {
    max-width: 100%;
  }
  .partners-popup-body-info .experience-blk {
    margin-bottom: 12px;
  }
  .breadcrumbs {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page-wrap {
    padding: 30px 0;
  }
  .page-pricing .page-wrap {
    padding-bottom: 80px;
  }
  .page-pricing-wrap {
    padding-bottom: 50px;
  }
  .page-pricing-info {
    padding: 40px 0;
    font-size: 30px;
    line-height: 1.3;
  }
  .page-pricing-arng {
    margin: -30px 0 30px;
  }
  .page-pricing-arng-img {
    min-height: 320px;
  }
  .page-pricing-arng-con {
    padding: 30px;
  }
  .page-pricing-wrap .h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .page-pricing-wrap .content {
    line-height: 1.9;
  }
  .page-pricing-policy {
    padding: 0;
  }
  .page-pricing-policy .content {
    line-height: 1.9;
  }
  .page-expertise.partners .page-expertise-wrap {
    margin-bottom: 25px;
  }
  .page-expertise.partners .page-wrap.team h1 {
    margin-bottom: 50px;
  }
  .page-expertise-wrap {
    margin-bottom: 25px;
  }
  .page-expertise.partners .home_part_item {
    width: calc(50% - 20px);
  }
  .page-expertise.partners .home_part_wrap {
    margin: -70px -20px 40px;
  }
  .page-expertise.partners .page-wrap {
    padding-bottom: 100px;
  }
  .page-expertise.page-pricing .page-wrap {
    padding-bottom: 80px;
  }
  .page-expertise .home_exp_wrap {
    margin: -40px 0 40px;
  }
  .page-expertise .home_exp_item {
    width: calc(50% - 6px);
  }
  .page-contact-form {
    padding-bottom: 40px;
  }
  .page-contact .page-wrap {
    padding-bottom: 50px;
  }
  .page-contact-hero {
    margin: -30px 0 30px;
  }
  .page-contact-item {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 25px;
    line-height: 1.9;
  }
  .page-contact-item h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .form-container {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-container h6 {
    font-size: 20px;
  }
  [class*=flex-col-] {
    width: 100% !important;
  }
  .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
  .single-expertise-wrap {
    margin-bottom: 30px;
  }
  .single-expertise-features {
    margin: -70px 0 100px;
  }
  .single-expertise-hero {
    line-height: 1.9;
    padding: 20px 0 80px;
    margin-bottom: 30px;
  }
  .single-expertise-hero h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .single-expertise-hero .content {
    padding: 0;
  }
  .single-expertise-features {
    padding: 20px 30px 25px;
  }
  .single-expertise-features ul li {
    line-height: 1.9;
  }
  .single-expertise-features-wrap .features.contact_blk > ul {
    padding-left: 0;
  }
  .team_mem {
    width: calc(50% - 34px);
  }
}
@media screen and (max-width: 600px) {
  .page-expertise.partners .home_part_item {
    width: 100%;
    margin: 0 20px 20px;
  }
  .page-expertise .home_exp_item {
    width: 100%;
    margin-right: 0;
  }
  .single-expertise-features-wrap .features {
    width: 100%;
  }
  .team_mem {
    width: 100%;
  }
}
.dpt-wrapper .dpt-entry{
	display:block;
	margin-bottom:30px;
}
.dpt-wrapper h3.dpt-title{
	display:block;
}
.dpt-wrapper .dpt-excerpt{
	display:block;
}
/*# sourceMappingURL=style.css.map */