body {
  font-family: Muli, sans-serif;
  color: #4b4b4a;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
}

h2 {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  text-align:justify;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 37px;
  font-weight: 700;
}

h6 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 9.75px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 17.5px;
  line-height: 28px;
  font-weight: 300;
}

a {
  padding-bottom: 3px;
  color: #fff;
  font-size: 17.5px;
  line-height: 28px;
  cursor: pointer;
}

ol {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}
/*
li {
  margin-bottom: 10px;
  color: #000;
}*/

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

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/Quote.png');
  background-position: 0px 0px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 44px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.content-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.gray {
  overflow: hidden;
  background-color: #f6f7f6;
}

.content-section.intro-features {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section.small-and-gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.content-section.contact-us {
  position: relative;
  background-color: #f6f7f6;
  background-image: url('../images/Cards-2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.works {
  padding-top: 90px;
  padding-bottom: 0px;
}

.content-section.no-bottom-padding {
  padding-bottom: 0px;
}

.content-section.less-top-padding {
  padding-top: 30px;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.narrow {
  padding-right: 140px;
  padding-left: 140px;
}

.content-wrapper.full-height {
  height: 100%;
}

.utility-box {
  margin-bottom: 60px;
}

.mini-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #b0afb2;
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

.mini-title.dark {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d2d3;
  background-color: transparent;
  color: #4b4b4a;
}

.unordered-list {
  margin-top: 10px;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  margin-top: -10px;
  margin-bottom: 20px;
}

.menu-button {
  z-index: 15;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-2 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #161616;
  color: #000;
}

.line-3 {
  width: 24px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  color: #000;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: auto;
  background-color: hsla(0, 0%, 100%, .95);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
  margin-left:30px;
}

.brand:hover {
  opacity: 0.85;
}

.nav-menu {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  width: auto;
  min-width: 350px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  background-color: #fff;
  text-align: left;
}

.nav-link {
  display: inline-block;
  overflow: hidden;
  height: 52px;
  margin-bottom: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #808284;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 690px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/header.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/header.jpg');
/*   background-position: 0px 0px, 50% 80%; */
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  /* background-attachment: scroll, fixed; */
}
.header-box.center h2 {
    text-align: center;
}
.left-column-newsletter.oasisgraylogo {
    display: inline;
}
.hero-section.inner-pages {
  height: auto;
  min-height: 400px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/busines-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/busines-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.work {
  height: 65vh;
  min-height: 650px;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section.text-on-left {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.large {
  color: #000;
  font-size: 45px;
  line-height: 63px;
  font-weight: 700;
  
}

.hero-subtitle {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  
}

.hero-subtitle.large {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  

}

.hero-text-box {
padding-right: 25px;
padding-left: 25px;
text-align: center;
padding-top: 120px;
}

/* .hero-text-box.top-border {
  margin-top: 125px;
}
 */
 
 .inner-pages .hero-text-box.top-border {
  margin-top: 15px;
}

.hero-text-box.left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 100px;
  margin-left: 50px;
  text-align: left;
}

.hero-text-box.on-slider {
  margin-top: 290px;
}

.hero-text-box.less-top-border {
  margin-top: 70px;
}

.intro-text-box {
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-text {
  color: #b0afb2;
  font-size: 37px;
  line-height: 60px;
}

.intro-box {
  width: 30%;
  padding: 45px;
  background-color: #fff;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid #e8e8e9;
}

.flex-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 60px;
}

.intro-feature-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #d1d2d3;
  border-radius: 50%;
}

.intro-feature-icon._1 {
  background-image: url('../images/Loop.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.intro-feature-icon._2 {
  background-image: url('../images/Cience_1.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.intro-feature-icon._3 {
  background-image: url('../images/Diamond_1.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.text-link {
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color:#000;
  border-bottom: 1px solid #d1d2d3;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.header-box {
  margin-right: 27%;
  margin-bottom: 70px;
  margin-left: 27%;
}

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

.wide-column {
  position: relative;
  overflow: hidden;
  width: 60%;
  background-image: url('../images/breather-187923_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wide-text-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-column-text-box {
  position: relative;
  z-index: 10;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: -40%;
  padding: 120px 70px 70px;
  background-color: #fff;
}

.wide-column-text-box.left {
  margin-right: -40%;
  margin-left: 0px;
}

.mini-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-section-box {
  width: 30%;
  text-align: center;
}

.mini-section-icon {
  margin-bottom: 8px;
}

.mini-section-box-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-with-dots {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d1d2d3;
}

.left-dot {
  position: absolute;
  top: -1px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.right-dot {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.button {
  height: 50px;
  min-width: 170px;
  margin-top: 15px;
  padding-top: 18px;
  border: 2px solid #e8e8e9;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #a2a3a5;
  font-size: 9.75px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e8e8e9;
}

.button.no-top-border {
  margin-top: 0px;
}

.text-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-top: -150px;
  padding: 45px 50px;
  background-color: #fff;
  text-align: left;
}

.text-box._2 {
  width: 80%;
  margin-top: -100px;
  text-align: center;
}

.text-box._3 {
  width: 80%;
  margin-top: -90px;
}

.text-box._6 {
  width: 100%;
  max-width: 580px;
  margin-top: 90px;
  padding: 85px 80px 80px;
}

.text-box.latest-posts {
  display: block;
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.text-box._9 {
  width: 100%;
  margin-top:-35px;
  /*margin-top: 0px;*/
  padding: 35px;
}

.text-box._7 {
  width: 100%;
  max-width: 580px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._8 {
  width: 85%;
  margin-top: -70px;
  padding: 35px 40px;
}

.text-box._5 {
  width: 100%;
  margin-top: 0px;
  padding-left: 70px;
}

.text-box._10 {
  width: 85%;
  margin-top: -90px;
}

.text-box._11 {
  width: 85%;
  max-width: 590px;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._12 {
  width: 80%;
  margin-top: 0px;
  padding: 85px 80px 80px;
}

.text-box._13 {
  width: 65%;
  margin-top: -120px;
}

.text-box._4 {
  width: 80%;
  margin-top: -90px;
}

.text-box._14 {
  margin-top: 0px;
}

.feature-column {
  overflow: hidden;
  width: 33.333%;
  padding: 55px 65px 50px;
  text-align: center;
}

.feature-column._2 {
  border-right: 1px solid #e4e5e6;
  border-bottom: 1px solid #e4e5e6;
}

.feature-column._3 {
  border-bottom: 1px solid #e4e5e6;
}

.feature-column._4 {
  border-right: 1px solid #e4e5e6;
}

.feature-column._5 {
  border-right: 1px solid #e8e8e9;
}

.feature-column._1 {
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}

.feature-icon {
  margin-bottom: 20px;
}

.empty-state {
  display: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.team-member {
  width: 47.5%;
  text-align: center;
}

.team-member.bottom-border {
  margin-bottom: 90px;
}

.team-member-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.heading-link {
  text-decoration: none;
  cursor: pointer;
}

.bottom-section {
  padding-bottom: 90px;
  background-color: #f6f7f6;
  background-image: url('../images/White-space.jpg');
  background-position: 50% 0px;
  background-size: 20px;
  background-repeat: repeat-x;
}

.double-color-section.inner-pages {
  padding-top: 90px;
}

.see-all {
  margin-top: 45px;
  float: right;
  border-bottom: 1px solid #a3a5a7;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  text-decoration: none;
}

.see-all.left-border {
  margin-top: 0px;
  margin-right: 2.15%;
}

.see-all.no-top-border {
  margin-top: 0px;
}

.video-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.video-lightbox {
  width: 130px;
  height: 85px;
  margin-right: 25px;
  background-image: url('../images/Play.png'), -webkit-linear-gradient(270deg, rgba(76, 76, 75, .7), rgba(76, 76, 75, .7)), url('../images/Pic-2.jpg');
  background-image: url('../images/Play.png'), linear-gradient(180deg, rgba(76, 76, 75, .7), rgba(76, 76, 75, .7)), url('../images/Pic-2.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 43px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.video-lightbox:hover {
  opacity: 0.9;
}

._25-percent-column {
  width: 35%;
  margin-right: 5%;
  text-align: right;
}

.work-sample {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 29%;
  margin-right: 26px;
  margin-bottom: 52px;
  margin-left: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .99);
}

.work-hover-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d2d3;
  text-align: center;
}

.mini-title-link {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mini-title-link:hover {
  text-decoration: underline;
}

.mini-title-link.bottom-border {
  margin-bottom: 15px;
}

.mini-title-link.less-bottom-border {
  margin-bottom: 5px;
}

.dot-1 {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-2 {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-3 {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.dot-4 {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 3px;
  height: 3px;
  background-color: #d1d2d3;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-arrow {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #d3d4d5;
}

.slide-arrow:hover {
  opacity: 1;
}

.testimonial-text-box {
  display: block;
  margin-right: 12%;
  margin-left: 12%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #b0afb2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.testimonial {
  color: #b0afb2;
  font-size: 30px;
  line-height: 52px;
  font-style: italic;
}

.slide-nav {
  position: relative;
}

.testimonial-author {
  display: inline-block;
  width: auto;
  margin: 25px auto 40px;
  padding-top: 12px;
  border-top: 1px solid #d1d2d3;
}

.pricing-icon-box {
  margin-bottom: 30px;
  text-align: center;
}

.pricing-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #d1d2d3;
  border-radius: 50%;
}

.pricing-icon._1 {
  background-image: url('../images/Browser.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.pricing-icon._2 {
  background-image: url('../images/Paint.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.pricing-icon._3 {
  background-image: url('../images/Phone.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.price-text {
  color: #a2a3a5;
  font-size: 20px;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #e8e8e9;
}

.checkmark-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-column {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column._1 {
  border-right: 1px solid #e8e8e9;
}

.pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e8e8e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #b0afb2;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.pricing-button:hover {
  background-color: #dbdbdb;
}

.faq-container.bottom-border {
  margin-bottom: 70px;
  padding-top: 20px;
}

.faq-item {
  position: relative;
  padding: 45px 30px;
  border-top: 1px solid #e8e8e9;
  background-color: #fff;
}

.faq-item.last {
  border-bottom: 1px solid #e8e8e9;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.plus-box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.vertical-line {
  position: absolute;
  left: 8px;
  top: -8px;
  display: block;
  width: 2px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d2d3;
}

.horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #d1d2d3;
}

.hidden-item-1 {
  overflow: hidden;
}

.post-preview {
  width: 47.5%;
  text-align: center;
}

.footer {
  padding-top: 0%;
  padding-bottom: 20px;
  background-color: #ed1c24;
}

.hidden-item-2 {
  overflow: hidden;
}

.hidden-item-3 {
  overflow: hidden;
}

.cta-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #312b2b;
}

.cta-header {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.white {
  color: #fff;
}

.cta-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 610px;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field {
  width: 32%;
  height: 50px;
}

.text-field:hover {
  border: 1px solid #168bf4;
}

.text-field:focus {
  border: 1px solid #168bf4;
}

.text-field.name {
  margin-right: 2%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.text-field.email {
  margin-right: 2%;
}

.text-field.password {
  width: 100%;
}

.submit-button {
  width: 32%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #494949;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #383737;
}

.submit-button.password {
  width: 100%;
  background-color: #161616;
}

.success-message {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.success-message.contact-form {
  color: #000;
}

.error-message {
  font-size: 16px;
  line-height: 25px;
}

.divider-line {
  width: 90px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d1d2d3;
}

.contact-details-big {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #a2a3a5;
  font-size: 25px;
  line-height: 48px;
}

.footer-logo-column {
  width: 20%;
  padding-top: 40px;
  margin-left:50px;
}

.footer-column {
  width: 26%;
  padding-top: 35px;
  padding-bottom: 30px;
  /*border-right: 1px solid #e8e8e9;*/
}

.footer-column._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: 25%;
  margin-left:-100px;
  
}

.footer-column._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.footer-column._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-style: none;
}

.logo-link.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-link.w--current:hover {
  opacity: 0.85;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: underline;
}

.notice-text {
  display: inline;
  margin-bottom: 10px;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

.notice-text.small {
  color: #000;
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-hero {
  height: 70vh;
  min-height: 540px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-section {
  padding-bottom: 140px;
}

.poster-header {
  min-height: 200px;
  margin-top: -130px;
  background-color: #fff;
  text-align: center;
}

.post-header-text {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-right: 9%;
  padding-left: 9%;
}

.by {
  display: inline-block;
  margin-right: 4px;
}

.post-summary {
  margin-top: 15px;
}

.author-of-post {
  margin-top: 10px;
}

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

.medium {
  color: #000;
  font-size: 50px;
}

._65-percent-column {
  width: 65%;
  padding-right: 6%;
  border-right: 1px solid #e8e8e9;
}

._35-percent-column {
  width: 35%;
  padding-left: 4%;
}

.side-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-border {
  margin-top: 10px;
}

.side-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e8e8e9;
}

.side-menu-block.first {
  padding-top: 0px;
  padding-bottom: 15px;
  border-top-style: none;
}

.side-menu-block.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-style: none;
}

.side-menu-block.less-bottom-padding {
  padding-bottom: 0px;
}

.side-menu-link {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.authors-pic {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.authors-pic.big {
  width: 70px;
  height: 70px;
}

.left-border {
  margin-left: 25px;
}

.small {
  color: #fff;
}

.first-post {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e9;
}

.heading-2.small {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.heading-2.hero {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
  font-style: italic;
}

.heading-2.cta {
  margin-bottom: 5px;
  color: #fff;
}

.heading-3.small {
  color: #000;
  font-size: 22px;
  line-height: 35px;
}

.heading-3.medium {
  margin-bottom: 5px;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
}

.heading-4.small {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.heading-4.less-bottom-border {
  margin-bottom: 5px;
}

.heading-4.italic {
  font-style: italic;
}

.heading-4.footer-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.latest-post {
  margin-bottom: 40px;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-hover {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.image-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.authors-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 35px 20px 30px;
  border-top: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}

.big-title-box {
  display: inline-block;
  border-bottom: 1px solid #4b4b4a;
}

._29-percent-column {
  width: 29.5%;
  margin-right: 1.8%;
  margin-bottom: 4.3%;
  margin-left: 1.8%;
  text-align: center;
}

._10-percent-column {
  width: 10%;
  min-width: 70px;
}

._90-percent-column {
  width: 90%;
  padding-left: 10px;
}

.authors-bio {
  margin-top: 10px;
}

.post-content {
  padding-right: 65px;
  padding-left: 65px;
  text-align: left;
}

.cta-text-box {
  width: 60%;
  text-align: center;
}

.footer-notice-link {
  font-size: 12px;
}

.heading-1.medium {
  font-size: 44px;
  font-style: italic;
}

.heading-1.hero {
  color: #000;
  font-size: 44px;
  line-height: 70px;
  
}

.about-me-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-box {
  margin-top: 10px;
}

.faq-left-column {
  width: 35%;
  padding-top: 15px;
  padding-bottom: 50px;
}

.faq-right-column {
  width: 65%;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-left: 1px solid #e8e8e9;
}

.faq-category-item {
  padding: 35px 20px 30px;
  border-bottom: 1px solid #e8e8e9;
}

.hidden-item-4 {
  overflow: hidden;
}

.hidden-item-5 {
  overflow: hidden;
}

.hidden-item-6 {
  overflow: hidden;
}

.hidden-item-7 {
  overflow: hidden;
}

.hidden-item-8 {
  overflow: hidden;
}

.hidden-item-9 {
  overflow: hidden;
}

.client-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}

.client-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}

.client-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
  border-bottom: 1px solid #e8e8e9;
}

.client-box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e9;
  border-right: 1px solid transparent;
}

.client-box-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
}

.client-box-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
}

.client-box-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
}

.client-box-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-number-box {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-text {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.key-number-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e8e8e9;
}

.key-number-line.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
}

.contact-text-box {
  position: relative;
  z-index: 10;
  padding-right: 80px;
  padding-left: 80px;
}

.contact-us-details {
  margin-top: 15px;
}

.key-data-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-data-section.top-border {
  margin-top: 120px;
  margin-bottom: 120px;
}

.tabs {
  z-index: 10;
  width: 95%;
  min-height: 804px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
}

.tab-pane {
  padding: 50px 40px 20px;
}

.field-label {
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #b0afb2;
  font-size: 9.75px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-form-item {
  margin-bottom: 40px;
}

.contact-form-item.message {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.textarea.message {
  height: 150px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
}

.textarea.message:hover {
  border-color: #168bf4;
}

.textarea.message:focus {
  border-color: #168bf4;
}

.ipad {
  position: absolute;
  top: 15%;
  right: -376px;
  bottom: 0px;
  z-index: 0;
  width: 590px;
  height: 691px;
  background-image: url('../images/iPad.png');
  background-position: 50% 50%;
  background-size: 611px;
  background-repeat: no-repeat;
}

.contact-form-field {
  height: 50px;
  padding-left: 80px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #f7f7f7;
  background-image: url('../images/Divider.jpg');
  background-position: 50px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.contact-form-field:hover {
  border-color: #168bf4;
}

.contact-form-field:focus {
  border-color: #168bf4;
}
.contact-form-field1 {
  height: 50px;
 
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #f7f7f7;
 
  background-position: 50px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.contact-form-field1:hover {
  border-color: #168bf4;
}

.contact-form-field1:focus {
  border-color: #168bf4;
}

.contact-form-field.name {
  background-image: url('../images/User.png'), url('../images/Divider.jpg');
  background-position: 20px 50%, 50px 50%;
  background-size: 14px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-field.email {
  background-image: url('../images/Email.png'), url('../images/Divider.jpg');
  background-position: 18px 50%, 50px 50%;
  background-size: 15px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-field.phone {
  background-image: url('../images/Mobile.png'), url('../images/Divider.jpg');
  background-position: 20px 50%, 50px 50%;
  background-size: 11px, 1px;
  background-repeat: no-repeat, no-repeat;
}

.contact-form-submit-button {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #ed1c24;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.contact-form-submit-button:hover {
  background-color: #000;
}

.small-text {
  color: #b0afb2;
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  background-color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.tab-2.w--current {
  width: 49%;
  padding-bottom: 25px;
  border-bottom-style: none;
  background-color: #f7f7f7;
}
.tab-3 {
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  background-color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.tab-3.w--current {
  width: 49%;
  padding-bottom: 25px;
  border-bottom-style: none;
  background-color: #f7f7f7;
}
.tab-1 {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 3px;
  background-color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.tab-1.w--current {
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  border-right: 1px solid #e8e8e8;
  border-bottom-style: none;
  border-top-left-radius: 3px;
  background-color: #f7f7f7;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.heading-box {
  margin-bottom: 20px;
}

.content-box {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.content-box.medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17.5px;
}

.content-box.flex-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-box.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-box-2 {
  width: 30%;
  padding: 45px;
  background-color: #fff;
}

.intro-box-3 {
  width: 30%;
  padding: 45px;
  background-color: #fff;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  margin-bottom: 0px;
  margin-left: 25px;
}

.white-gray-section {
  overflow: hidden;
  background-color: #f6f7f6;
  background-image: url('../images/White-space-2.jpg');
  background-position: 50% 0px;
  background-size: 35px;
  background-repeat: repeat-x;
}

.white-gray-section.less-bottom-section {
  padding-bottom: 30px;
}

.white-gray-section.bottom-padding {
  padding-bottom: 90px;
}

.white-gray-section.items {
  padding-bottom: 90px;
  background-size: 75px;
}

.content-section-gray {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f6f7f6;
}

.content-section-gray.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-gray.less-top-padding {
  padding-top: 90px;
}

.intro-feature-1 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #e8e8e9;
}

.intro-feature-icon-gray {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #d3d4d5;
}

.intro-feature-icon-gray._1 {
  background-image: url('../images/Loppe.png');
  background-position: 50% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._25-percent-column {
  background-image: url('../images/Cience.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.intro-feature-icon-gray._3 {
  background-image: url('../images/Diamond.png');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.intro-feature-2 {
  width: 33.333%;
  padding: 45px 5%;
  border-right: 1px solid #e8e8e9;
}

.intro-feature-3 {
  width: 33.333%;
  padding: 45px 5%;
}

.mini-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e9;
}

.mini-section-text {
  font-family: Montserrat, sans-serif;
  color: #b0afb2;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.mini-section-text.title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  letter-spacing: 2px;
}

.mini-section-right {
  width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

._50-percent-column-1 {
  width: 50%;
  text-align: center;
}

._50-percent-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.right-column-newsletter {
  width: 60%;
}

._50-percent-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  width: 100%;
  margin-bottom: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-item.last {
  margin-bottom: 0px;
}

._50-percent-column-9 {
  width: 50%;
}

.side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-percent-column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-11 {
  width: 50%;
}

.overview-left {
  width: 25%;
}

.overview-right {
  width: 75%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid #e8e8e9;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #d3d4d5;
}

.menu-item-1 {
  overflow: auto;
}

.div-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body {
  color: #000;
}

.wide-text-column-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-column-2 {
  position: relative;
  width: 60%;
  background-image: url('../images/breather-168751.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-column-2 {
  width: 33.333%;
  padding: 55px 4% 50px;
  border-right: 1px solid #e8e8e9;
}

.pricing-column-3 {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.faq-image {
  margin-bottom: 20px;
}

.hidden-item-10 {
  overflow: hidden;
}

._50-percent-column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-number-box-2 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.key-number-box-3 {
  position: relative;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

._50-percent-column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-percent-column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  cursor: pointer;
}

.link-2 {
  cursor: pointer;
}

.button-2 {
  height: 50px;
  min-width: 170px;
  padding-top: 20px;
  padding-bottom: 17px;
  border-radius: 35px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 9.75px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.button-2.top-border {
  margin-top: 20px;
}

.dark {
  background-color: #161616;
}

.add-bottom-border {
  margin-bottom: 20px;
}

.add-bottom-border.bg {
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url('../images/luca-bravo-205341-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  height: 700px;
}

.slide._1 {
  background-image: url('../images/aaron-birch-230226-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/breather-187923_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/breather-187923_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/luca-bravo-205341-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/luca-bravo-205341-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-arrow {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.slider-arrow:hover {
  opacity: 0.8;
}

.more-top-border {
  margin-top: 30px;
}

.hero-line-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -65px;
  display: block;
  width: 50px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
}

.hero-line {
  display: block;
  width: 1px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cac9c3;
}

.go-up-text {
  display: inline;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}

.go-up-link {
  width: auto;
  min-width: 60px;
  margin-top: -3px;
  margin-left: 30px;
  text-decoration: none;
}

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

.hide-slide-dots {
  display: none;
}

.heading-5 {
  font-family: 'Libre Baskerville', sans-serif;
  text-align:center;
}

html.w-mod-js *[data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="move-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-up-on-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="move-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="move-left-on-load"] {
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

html.w-mod-js *[data-ix="display-block-on-load"] {
  display: block;
  height: auto;
}

html.w-mod-js *[data-ix="move-left-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="move-right-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="move-down-box-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-down-box-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-down-box-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="content-section-14"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="content-section-15"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="move-down-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

html.w-mod-js *[data-ix="0-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-description-on-hover-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-right-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(30%, 0px);
  -ms-transform: translate(30%, 0px);
  transform: translate(30%, 0px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="show-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .content-section.contact-us {
    background-position: 100% 50%;
    background-size: cover;
  }
  .content-wrapper.narrow {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header-box.center {
    margin-right: 13%;
    margin-left: 13%;
  }
  .wide-column-text-box {
    width: 150%;
  }
  .text-box._6 {
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .text-box.latest-posts {
    margin-top: -90px;
  }
  .text-box._9 {
    padding-top: 0px;
  }
  .text-box._13 {
    width: 85%;
    padding-right: 35px;
  }
  .text-box._4 {
    padding-right: 35px;
    padding-left: 40px;
  }
  .text-box._14 {
    width: 100%;
    padding-top: 0px;
  }
  .feature-column {
    width: 50%;
  }
  .feature-column._2 {
    border-right-style: none;
  }
  .feature-column._3 {
    border-right: 1px solid #e8e8e9;
  }
  .feature-column._4 {
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .feature-column._5 {
    border-right: 1px solid #e8e8e9;
  }
  .work-sample {
    width: 42.7%;
  }
  .footer-column._3 {
    padding-left: 30px;
  }
  ._29-percent-column {
    width: 46%;
  }
  .cta-text-box {
    width: 100%;
  }
  .client-box-1 {
    width: 33.33%;
  }
  .client-box-2 {
    width: 33.33%;
  }
  .client-box-3 {
    width: 33.33%;
    border-right-style: none;
  }
  .client-box-4 {
    width: 33.33%;
    border-right: 1px solid #e8e8e9;
  }
  .client-box-5 {
    width: 33.33%;
    border-bottom: 1px solid #e8e8e9;
  }
  .client-box-6 {
    width: 33.33%;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .client-box-7 {
    width: 33.33%;
  }
  .client-box-8 {
    width: 33.33%;
    border-right: 1px solid #e8e8e9;
  }
  .tabs {
    width: 100%;
  }
  .mini-section-left {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .mini-section-right {
    width: 100%;
    padding-left: 10px;
  }
  .left-column-newsletter {
    min-width: 280px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .right-column-newsletter {
    width: 60%;
  }
  ._50-percent-column-3 {
    width: 100%;
  }
  ._50-percent-column-4 {
    width: 100%;
  }
  ._50-percent-column-7 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .intro-text-box {
    margin-right: 13%;
    margin-left: 13%;
  }
  .intro-box {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .flex-wrapper.space-between.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-wrapper.pricing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
  }
  .flex-wrapper.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-box._9 {
    width: 100%;
    padding-left: 0px;
  }
  .text-box._5 {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-box._10 {
    margin-top: -70px;
  }
  .text-box._12 {
    margin-bottom: 60px;
  }
  .feature-column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-member {
    width: 70%;
    margin-bottom: 60px;
  }
  .see-all.mobile-less-top-border {
    margin-top: 0px;
  }
  .work-sample {
    width: 80%;
    max-width: 510px;
  }
  .pricing-column {
    width: 70%;
    border-bottom: 1px solid #e8e8e9;
  }
  .pricing-column._1 {
    padding-top: 0px;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .faq-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post-preview {
    width: 70%;
    margin-bottom: 60px;
  }
  .footer-logo-column {
    width: 100%;
    margin-top: 50px;
    padding-top: 0px;
	    margin-left: 0;
  }
  .footer-column._2 {
    width: 50%;
  }
  .footer-column._1 {
    width: 50%;
  }
  .footer-column._3 {
    width: 50%;
    margin-left: 0%;
    padding-bottom: 0px;
  }
  ._65-percent-column {
    border-right-style: none;
  }
  .side-menu-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-menu-authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .authors-pic {
    margin-right: 0px;
  }
  ._29-percent-column {
    margin-bottom: 60px;
  }
  .faq-left-column {
    width: 100%;
    padding-top: 0px;
  }
  .faq-right-column {
    width: 100%;
    padding-left: 0px;
    border-left-style: none;
  }
  .client-box-1 {
    width: 50%;
  }
  .client-box-2 {
    width: 50%;
    border-right-style: none;
  }
  .client-box-3 {
    width: 50%;
    border-right-style: solid;
  }
  .client-box-4 {
    width: 50%;
    border-right-style: none;
  }
  .client-box-5 {
    width: 50%;
  }
  .client-box-6 {
    width: 50%;
  }
  .client-box-7 {
    width: 50%;
  }
  .client-box-8 {
    width: 50%;
    border-right-style: none;
  }
  .key-number-box {
    width: 80%;
    max-width: 400px;
  }
  .key-number-line.bottom {
    display: none;
  }
  .key-number-line.bottom.last {
    display: block;
  }
  .contact-text-box {
    padding-right: 20px;
    padding-left: 20px;
	
  }
  .key-data-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs {
    margin-bottom: 45px;
  }
  .content-box.medium {
    margin-bottom: 60px;
  }
  .intro-box-2 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .intro-box-3 {
    width: 70%;
    max-width: 400px;
  }
  .intro-feature-1 {
    width: 70%;
    max-width: 400px;
    padding-top: 0px;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .intro-feature-2 {
    width: 70%;
    max-width: 400px;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .intro-feature-3 {
    width: 70%;
    max-width: 400px;
  }
  ._50-percent-column-1 {
    width: 70%;
  }
  ._50-percent-column-2 {
    width: 80%;
  }
  .left-column-newsletter {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .right-column-newsletter {
    width: 100%;
  }
  ._50-percent-column-3 {
    width: 70%;
  }
  ._50-percent-column-4 {
    width: 70%;
  }
  ._50-percent-column-5 {
    width: 100%;
    margin-bottom: 60px;
  }
  ._50-percent-column-7 {
    width: 80%;
  }
  ._50-percent-column-8 {
    width: 100%;
  }
  ._50-percent-column-12 {
    width: 80%;
  }
  .service-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._50-percent-column-9 {
    width: 80%;
  }
  ._50-percent-column-9.mobile-bottom-border {
    margin-bottom: 35px;
	
  }
  .overview-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .overview-right {
    width: 100%;
  }
  ._50-percent-column-6 {
    width: 100%;
  }
  .pricing-column-2 {
    width: 70%;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .pricing-column-3 {
    width: 70%;
    border-bottom: 1px solid #e8e8e9;
  }
  ._50-percent-column-13 {
    width: 100%;
  }
  .key-number-box-2 {
    width: 800%;
    max-width: 400px;
  }
  .key-number-box-3 {
    width: 80%;
    max-width: 400px;
  }
  ._50-percent-column-14 {
    width: 100%;
  }
  ._50-percent-column-15 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .rich-text-block {
    text-align: left;
  }
  .nav-menu {
    width: 100%;
    min-width: auto;
  }
  .large {
    font-size: 2.8em;
  }
  .hero-text-box.left {
    margin-left: 25px;
  }
  .intro-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }
  .intro-box {
    width: 100%;
  }
  .text-link.on-mobile {
    display: none;
  }
  .header-box.center {
    margin-right: 0%;
    margin-left: 0%;
  }
  .wide-column {
    width: 100%;
    height: 600px;
  }
  .wide-text-column {
    width: 100%;
  }
  .wide-column-text-box {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }
  .wide-column-text-box.left {
    margin-right: 0%;
    padding-top: 0px;
  }
  .mini-section-box {
    width: 100%;
    text-align: left;
  }
  .mini-section-box-middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .text-box._3 {
    padding-right: 30px;
    padding-left: 35px;
  }
  .text-box._6 {
    padding-right: 25px;
    padding-left: 40px;
  }
  .text-box._7 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._10 {
    padding-right: 30px;
    padding-left: 35px;
  }
  .text-box._11 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._12 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-box._13 {
    padding-right: 25px;
  }
  .text-box._14 {
    padding-left: 0px;
  }
  .feature-column {
    width: 100%;
  }
  .feature-column._3 {
    border-right-style: none;
  }
  .feature-column._5 {
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .feature-column._1 {
    border-right-style: none;
  }
  .team-member {
    width: 100%;
  }
  .video-lightbox {
    margin-bottom: 10px;
  }
  .work-sample {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8%;
    margin-left: 0px;
  }
  .slide-arrow {
    display: none;
  }
  .testimonial-text-box {
    margin-right: 0%;
    margin-left: 0%;
  }
  .pricing-column {
    width: 100%;
  }
  .post-preview {
    width: 100%;
  }
  .text-field.name {
    width: 100%;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .text-field.email {
    width: 100%;
    margin-right: 0%;
  }
  .submit-button {
    width: 100%;
    border-radius: 3px;
  }
  .contact-details-big {
    font-size: 19px;
    line-height: 42px;
  }
  .footer-logo-column {
    width: 100%;
  }
  .footer-column._2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .footer-column._1 {
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .footer-column._3 {
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._65-percent-column {
    width: 100%;
    padding-right: 0%;
  }
  ._35-percent-column {
    width: 100%;
  }
  .authors-details {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._29-percent-column {
    width: 100%;
  }
  .post-content {
    padding-right: 9%;
    padding-left: 9%;
  }
  .client-box-1 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-2 {
    width: 80%;
  }
  .client-box-3 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-4 {
    width: 80%;
  }
  .client-box-5 {
    width: 80%;
    border-right-style: none;
  }
  .client-box-6 {
    width: 80%;
  }
  .client-box-7 {
    width: 80%;
    border-bottom: 1px solid #e8e8e9;
    border-right-style: none;
  }
  .client-box-8 {
    width: 80%;
  }
  .contact-text-box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-field.name {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .contact-form-field.email {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .contact-form-field.phone {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .tab-2 {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-top-right-radius: 0px;
  }
  .tab-2.w--current {
    width: 100%;
  }
  .tab-1 {
    width: 100%;
    border-right-style: none;
    border-bottom-style: none;
    border-top-right-radius: 3px;
  }
  .tab-1.w--current {
    width: 100%;
    border-right-style: none;
    border-top-right-radius: 3px;
  }
  .content-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-box-2 {
    width: 100%;
  }
  .intro-box-3 {
    width: 100%;
  }
  .intro-feature-1 {
    width: 100%;
  }
  .intro-feature-2 {
    width: 100%;
  }
  .intro-feature-3 {
    width: 100%;
  }
  ._50-percent-column-1 {
    width: 100%;
    margin-bottom: 45px;
  }
  ._50-percent-column-2 {
    width: 100%;
  }
  ._50-percent-column-3 {
    width: 100%;
  }
  ._50-percent-column-4 {
    width: 100%;
  }
  ._50-percent-column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._50-percent-column-7 {
    width: 100%;
  }
  ._50-percent-column-8 {
    width: 100%;
  }
  ._50-percent-column-12 {
    width: 100%;
  }
  ._50-percent-column-9 {
    width: 100%;
  }
  ._50-percent-column-10 {
    width: 100%;
    margin-bottom: 45px;
  }
  ._50-percent-column-11 {
    width: 100%;
  }
  .wide-text-column-2 {
    width: 100%;
  }
  .wide-column-2 {
    width: 100%;
    height: 600px;
    margin-top: 25px;
  }
  ._50-percent-column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pricing-column-2 {
    width: 100%;
  }
  .pricing-column-3 {
    width: 100%;
  }
  .slider-arrow {
    display: none;
  }
  .hide-slide-dots {
    display: block;
  }
}
.servicecss .intro-box, .servicecss .intro-box-2, .servicecss .intro-box-3{    text-align: center;width:100%!important;}
.servicecss button.owl-prev, .logosection button.owl-prev, .mobilelogosec button.owl-prev  {left: 0;}
.servicecss button.owl-next, .logosection button.owl-next, .mobilelogosec button.owl-next   {right: 0;}
.servicecss button.owl-prev, 
.servicecss button.owl-next,
.logosection button.owl-prev, 
.logosection button.owl-next,
.mobilelogosec button.owl-prev, 
.mobilelogosec button.owl-next
 {position: absolute;
top: 40%;
background: #ed1c24!important;
width: 25px;
color: #fff!important;
position: absolute;
}
.servicecss button.owl-prev span,
.servicecss button.owl-next span,
.logosection button.owl-prev span,
.logosection button.owl-next span,
.mobilelogosec button.owl-prev span,
.mobilelogosec button.owl-next span  {
    font-size: 40px;
}


#Contact-Us.content-section-gray.less-top-padding {
    width: 100%;
}
/* .servicecss.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-bottom: 40px;
} */
.buttonmenu {
    display: none;
}
.buttonmenu button {
    color: #fff;
    background: #ed1c24;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}
.hero-section.inner-pages.tetimo-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/testimonialbg.jpg');
}.hero-section.inner-pages.business-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/businessbg.jpg');
}
.hero-section.inner-pages.personal-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/personalbg.jpg');
}.hero-section.inner-pages.aboutus-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/aboutusbg.jpg');
}
.hero-section.inner-pages.contact-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/contactbg.jpg');
}



.formobile{display:none;}
.thridslider .client-box-2 {
    width: 50%;
    border-right: 1px solid transparent;
}
.thridslider .client-box-1 {
    width: 50%;
}
.thridslider {
    width: 50%;
    margin: 0 auto;
}
.thridslider .client-box-4, .thridslider .client-box-3 {
    width: 50%;
    border-bottom: none;
}


.thridslider .client-box-4{
	     border-left: 1px solid transparent;
		 border-right:1px solid transparent;
	 }
		 .thridslider .client-box-3{ 
		 border-left: 1px solid transparent;
    border-right: 1px solid #e8e8e9;}
	
	.mobilelogosec.owl-carousel.owl-theme {display: none;}
/*claim button section*/
.topheadercss {
    text-align: right;
    margin-right: 20px;
    width: 50%;
    float: right;
}

ul.topheaderul li{  display:inline-block;}
ul.topheaderul li a {
    text-decoration: none;
	    margin-left: 15px;
}
.topheaderul i.fa {
    color: #ed1c24;
}
.main-nav{margin-top:20px!important;}
a.claimbutton {
    background: #ed1c24;
    padding: 10px 10px 13px;
    display: block;
    line-height: normal;
}
li.telephone {
    color: #818486;
    font-size: 13px;
	margin-left:20px;
}
a.telephone, a.mailicons {
    color: #818486;
    font-size: 14px;
	margin-left:13px;
}
	/* claim button section*/
	

/*resposnsive start from here */
@media (max-width: 1180px) {
	div#Intro.aboutuspage {
    padding-bottom: 0!important;
}
.personalsection, .personalsection .service-item{
    margin-bottom: 0!important;
}
.personelcontent.text-box._9 {
    padding-bottom: 0;
}

.personalsection .content-wrapper.narrow {
    padding-right: 60px;
    padding-left: 60px;
}

	h2{text-align: inherit;}
	.content-section-gray{    padding-top: 35px;
    padding-bottom: 35px;}
	.intro-box-2, .intro-box, .intro-box-3 {
    padding: 25px 15px;
}
div#Contact-Us, div#Clients {
    margin-top: 0!important;
}.text-box{    padding: 25px 25px;}
.text-box._11 {
    width: 100%;

    padding: 25px 25px 25px;
}
.content-section-gray.inner-pages, .content-section.inner-pages {
    padding-top: 35px!important;
    padding-bottom: 35px!important;
}
.text-box._12 {
    padding: 85px 15px 60px;
}

	.header-box{    margin-bottom: 35px;}
	div#Testimonials {
    padding-top: 35px;
    padding-bottom: 0;
}
div#Contact-Us {
    padding-top: 35px;
}
}


.client-box-1, .client-box-2, .client-box-3, .client-box-4, .client-box-5, .client-box-6, .client-box-7, .client-box-8 {float:left;padding-top: 0px;
    padding-bottom: 0px;} 

@media (max-width: 1024px) {
	.personalsection h2 {
    width: auto!important;
	    margin-top: 0px;
}
.personelcontent.text-box._9 {
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
}

		 


}

@media (max-width: 980px) {
.logosection.owl-carousel.owl-theme {display: none;}
.mobilelogosec.owl-carousel.owl-theme {display: block!important;}
	
}	
@media (max-width: 930px) {
.topheadercss {
    text-align: center;
    margin-right: 20px;
    width: 100%;
    float: none;
}
}

@media (max-width: 850px) {
	.thridslider {
    width: 100%;
    margin: 0 auto;
}	.firstslider .client-box-6 {
    border-right: 1px solid transparent;
}
	.intro-feature-2, .intro-feature-3, .intro-feature-1{ padding:25px 25px 0 25px; width:100%;  text-align: center;}
	.contact-text-box {
    padding-left: 25px;
    padding-right: 25px;
}
	.text-box._12 {
    padding: 25px 15px 25px;
}
	.text-box {
    width: 85%;
    padding: 45px 15px;
}
.intro-feature-2, .content-box.medium {
width: 100%;}
.text-box._11 {
    padding: 15px 15px 15px;
}
	.header-box h2{text-align: center!important;}
	h1.heading-1.large, .hero-subtitle {
    margin-left: 0!important;
}
.content-section{padding-top: 25px;
    padding-bottom: 25px;}
	
	a.brand.w-nav-brand {
    width: 100%;
    text-align: center;
    margin: 0;
}
.content-wrapper.full-height.w-container {
    padding-left: 0;
    text-align: center;
}
ul.main-nav {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.intro-box-3, .intro-box-2, .intro-box{padding:25px;}
.text-box._12 {
    width: 100%;
    margin-top: 0px;
    padding: 35px 25px 35px;
    margin-bottom: 0;
}
.pricing-column, .pricing-column-2, .pricing-column-3 {
    padding: 55px 1% 50px;
}
.intro-feature-icon._1 {
    margin: 0px auto 20px;
    display: block;
}
.hero-text-box.less-top-border{margin-top:70px!important;}
}


@media (max-width: 767px) {.content-section-gray.less-top-padding {
    padding-top: 35px;
}
.newreadercs img {
    width: 100%;
}
.fordesktop{display:none;}
.formobile{display:block!important;}
.setlementradio .text-box._2, .newreadercs .text-box  {width: 90%;}
#Contact-Us .tab-pane {
    padding: 5px 20px 5px;
}
	 /* .thridslider .client-box-3{border-right: none;}
	 .thridslider .client-box-4 { border-right: 0;  border-left: 1px solid #ccc;} */
	 
	 
	 
}
@media (max-width: 764px) {
	

	
.content-section.inner-pages {
    padding-top: 25px;
    padding-bottom: 25px;
}	
.left-column-newsletter {padding-right: 0;}
.footer-logo-column{text-align:center;}
.left-column-newsletter img { margin: 0 auto;}
.footer-column._1, .footer-column._2, .footer-column._3 {
    width: 33%;
    margin: 0!important;
    text-align: left!important;
    padding-left: 0;
}
.footer-column._2{-webkit-justify-content: inherit!important;}

}
@media (max-width: 670px) {
	
	.drop-nav-ss, .flyout-nav {
    position: absolute;
    display: block;
    width: 100%!important;
    z-index: 999;
}
	.left-column-newsletter img {
    margin: 0 auto;
}
.left-column-newsletter.oasisgraylogo {
    display: inline-block;
    text-align: center;
}
.cta-section.newsletter {
    text-align: center;
}
	a.brand.w-nav-brand{    width: 50%;}
	.buttonmenu {
    width: 50%;
    float: left;
    text-align: right;
    margin: 25px 0;
}
	.buttonmenu{display:block!important;}
	ul.main-nav li {
    display: block!important;
    float: none;
}
ul.main-nav {
    display: block;
    text-align: left;
}
div#myDIV {
    clear: both;
	display:none;
}
.servicecss .owl-dots {  display: none;}
.content-section-gray{padding-top: 35px;  padding-bottom: 35px;}
}
@media (max-width: 640px) {
	
	
.header-box.center {margin-right: 0px;margin-left: 0;}
.text-box._9{padding-left: 0px;padding-right: 0!important;}
.hero-text-box.top-border {margin-top: 243px;}
.footer-logo-column{text-align:center;}
/* .footer-column._1, .footer-column._2, .footer-column._3{width:38%;padding-left:0;} */
.main-nav a {   padding: 10px 15px;}
.hero-section.inner-pages h1.heading-1.large.white {
    font-size: 24px;
}
.servicecss .intro-box, .servicecss .intro-box-2, .servicecss .intro-box-3 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {
/* 	.client-box-1, .client-box-2, .client-box-3, .client-box-4, .client-box-5, .client-box-6, .client-box-7, .client-box-8 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
	width:50%;
} */

	.client-box-1, .client-box-2, .client-box-3, .client-box-4, .client-box-5, .client-box-6, .client-box-7, .client-box-8 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	width:50%;
}





.client-box-1, .client-box-3, .client-box-5, .client-box-7{
border-right-style: solid;}
	h1.heading-1.hero {
    float: none!important;
    margin-right: 0!important;
	font-size:22px!important;
	line-height:38px!important;
}
.hero-text-box.less-top-border {
    margin-top: 160px!important;
}

	.footer-column._1, .footer-column._2, .footer-column._3{width:100%;padding-left:0;
	
	text-align: center!important;
    display: block;}
	.footer-column._2{	margin-left:0px!important;	}
.w-container{width:100%!important;padding:0 15px!important;}
	}

