body {
  font-family: 'Nunito Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

a {
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease, opacity 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease, opacity 500ms ease;
  color: #174677;
  text-decoration: none;
}

a:hover {
  color: #437ab4;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #174677;
  font-size: 18px;
  line-height: 1.5;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.fixed-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.inner-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.is-container {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.welcome-sec {
  margin-bottom: 0px;
  padding: 100px 20px;
  background-image: url('../images/Welcome-bg.jpg');
  background-position: 50% 50%;
  background-size: 1440px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.h2-center.h2-marker {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.welcome-text {
  max-width: 900px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

._2-col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._2-col-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._1-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-image: linear-gradient(300deg, #ecf6ff, #f7fbff);
}

.blue-button {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 40px;
  background-color: #174677;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.blue-button:hover {
  background-color: #437ab4;
  color: #fff;
}

.blue-button.hero-btn {
  margin-top: 20px;
}

.blue-button.hero-btn:hover {
  background-color: #437ab4;
}

.text-wrap {
  padding: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph {
  max-width: 90%;
  margin-top: 20px;
  line-height: 1.7;
}

.img-block {
  width: 50%;
  height: 30vw;
  min-height: 480px;
  background-image: url('../images/img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-block.ib-2 {
  background-image: url('../images/img-2.jpg');
}

.img-block.ib-4 {
  background-image: url('../images/photo1.jpg');
}

.img-block.ib3 {
  background-image: url('../images/img-3.jpg');
}

.parallax-sec {
  height: 80vh;
  background-image: url('../images/parallax.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.meet-col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.meet-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.meet-p {
  line-height: 1.7;
}

.meer-l-img {
  margin-top: 100px;
  margin-bottom: 10px;
}

.meet-r-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-left: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.blog-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.blog-col {
  max-width: 50%;
  padding-right: 10px;
  padding-left: 20px;
}

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

.link-arrow {
  display: inline-block;
  margin-top: 10px;
  padding-right: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/arrow-ico.svg');
  background-position: 100% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-family: Roboto, sans-serif;
  color: #174677;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-arrow:hover {
  letter-spacing: 2px;
}

.text-block-2 {
  margin-right: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  letter-spacing: 5px;
}

.text-block-2:hover {
  letter-spacing: 10px;
}

.footer {
  padding: 40px 20px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/footer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/footer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.map-block {
  width: 600px;
}

.menu-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-link {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link:hover {
  opacity: 0.3;
  color: #fff;
}

.menu-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-media {
  margin-top: 74px;
}

.sm-ico {
  width: 32px;
  margin-right: 10px;
}

.sm-ico:hover {
  opacity: 0.3;
}

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

.address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.address-link {
  margin-right: 40px;
  padding-left: 34px;
  background-image: url('../images/pin-ico.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  text-transform: none;
}

.address-link:hover {
  opacity: 0.3;
  color: #fff;
}

.phone-link {
  padding-left: 25px;
  background-image: url('../images/phone-ico.svg');
  background-position: 1% 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
}

.phone-link:hover {
  opacity: 0.3;
  color: #fff;
}

.pin-ico {
  margin-right: 16px;
}

.phone-ico {
  margin-right: 16px;
}

.hero-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-image: url('../images/hero1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide-cont.hero-2 {
  background-image: url('../images/hero2.jpg');
  background-position: 50% 0%;
}

.hero-slide-cont.hero-3 {
  background-image: url('../images/hero3.jpg');
}

.hero-slider {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.hero-slider-mask {
  height: 100%;
  padding-top: 75px;
  background-color: transparent;
}

.hero-slide-1 {
  background-color: #fff;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Playfairdisplay, sans-serif;
}

.slide-nav {
  padding-bottom: 80px;
  font-size: 11px;
}

.hero-arr {
  color: #9e9e9e;
}

.right-arrow {
  color: #9e9e9e;
}

.heading {
  font-family: Playfairdisplay, sans-serif;
  line-height: 1.1;
  font-weight: 600;
}

.hero-text-wrap {
  width: 50%;
  max-width: 550px;
  padding: 25px;
  background-color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.hero-text-wrap.no-bg-color {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding: 80px 20px;
}

.section.sec-ws {
  background-color: #f7fbff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section.services-section {
  overflow: hidden;
  padding: 40px 40px 0px;
}

.brand {
  max-width: 200px;
  min-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 16px;
  line-height: 1.7;
  text-transform: uppercase;
}

.nav-menu {
  font-size: 16px;
}

.fixed-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  padding: 0px 20px;
  background-color: #0f2d4d;
}

.fixed-text {
  padding-left: 40px;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.fixed-btn {
  display: inline-block;
  padding: 12px 30px 12px 62px;
  background-image: url('../images/phone-ico.svg');
  background-position: 15px 48%;
  background-size: 24px;
  font-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.fixed-btn:hover {
  background-color: #fff;
  background-image: url('../images/phone-color-copy.png');
  opacity: 1;
  color: #174677;
}

.fixed-btn.fb2 {
  padding-right: 24px;
  background-image: url('../images/calendar-ico.svg');
  background-position: 6% 41%;
  background-size: 23px;
}

.fixed-btn.fb2:hover {
  background-image: url('../images/calendar-1-copy.png');
}

.fixed-btn.fb3 {
  background-image: url('../images/eye-ico.svg');
  background-position: 9% 50%;
}

.fixed-btn.fb3:hover {
  background-image: url('../images/eye-copy.png');
}

.link-2 {
  background-image: url('../images/calendar-ico.svg');
  background-position: 1% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-2:hover {
  opacity: 0.6;
}

.link-3 {
  background-image: url('../images/eye-ico.svg');
  background-position: 0% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-3:hover {
  opacity: 0.6;
}

.heading-2 {
  margin-top: 0px;
}

.image-3 {
  max-width: none;
}

.heading-4 {
  margin-top: 0px;
}

.fix-buttons-raw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-5 {
  margin-top: 0px;
}

.heading-6 {
  margin-top: 0px;
}

.heading-7 {
  margin-top: 0px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
}

.hero-h1.hero-3 {
  color: #fff;
}

.hero-h1.hero-slide-2 {
  color: #fff;
}

.margin-0 {
  margin: 0px;
}

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

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.h2-center-2 {
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.choose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.choose-col {
  display: block;
  width: 25%;
  max-width: 280px;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1.4;
  text-align: center;
}

.choose-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.choose-title {
  width: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  text-transform: none;
}

.fix-btn-wrap {
  padding: 10px 50px;
}

.fix-btn-wrap:hover {
  background-color: #fff;
  color: #fff;
}

.why-choose-us-section {
  overflow: hidden;
  margin-top: 0px;
  padding: 60px 20px;
  background-color: #ecf6ff;
  background-image: linear-gradient(311deg, #ecf6ff, #d9edff);
}

.h2-center-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -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;
}

.h2-center-marker {
  height: 30px;
  margin-top: -39px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 122, 180, 0.09)), to(rgba(67, 122, 180, 0.32)));
  background-image: linear-gradient(180deg, rgba(67, 122, 180, 0.09), rgba(67, 122, 180, 0.32));
}

.inner-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner-sec.is-heading {
  padding-bottom: 40px;
  background-color: #437ab4;
  color: #fff;
}

.form-block {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.form-field-wrap {
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.text-field {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 4px;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  border-radius: 4px;
}

.retina-link {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 2px solid #f7a60e;
  background-color: #fff;
  color: #f7a60e;
  font-weight: 700;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.retina-link:hover {
  letter-spacing: 8px;
}

.rich-text-wrap {
  width: 80%;
}

.sidebar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sb-head {
  color: rgba(51, 51, 51, 0.3);
  font-size: 24px;
}

.sb-link-wrap {
  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;
}

.sb-link-bloc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sb-link-bloc:hover {
  background-color: #ccdef0;
  color: #174677;
}

.rich-text-block-3 {
  margin-right: 60px;
}

.sb-ban-title {
  font-family: Playfairdisplay, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.sb-ban-title.blog {
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.sb-banner {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 0px;
  background-image: linear-gradient(135deg, #00152b, #6e2456);
  text-decoration: none;
}

.sb-ban-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 36px;
  -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;
  background-color: #174677;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
}

.sb-ban-content:hover {
  background-color: #437ab4;
}

.sb-ban-content.blog {
  padding: 10px 0px 0px;
  background-color: #fff;
  color: #174677;
}

.red-arr-ico {
  margin-right: 20px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.btn-test {
  margin-top: 21px;
  margin-left: 90px;
}

.btn.btn-test:hover {
  color: #f52145;
}

.btn.btn-test.btn-banner {
  margin-top: 19px;
  margin-left: 0px;
}

.btn.btn-test.btn-banner:hover {
  color: #fff;
}

.btn.btn-test.btn-banner.blog {
  margin-top: 10px;
  padding-right: 16px;
  background-image: url('../images/arrow-ico.svg');
  background-position: 100% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
  color: #174677;
}

.btn.btn-test.btn-banner.blog:hover {
  color: #437ab4;
}

.sb-ban-text {
  margin-top: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.sb-ban-img {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.sb-ban-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bold-text-2 {
  font-family: Playfairdisplay, sans-serif;
}

.bold-text-3 {
  font-family: Playfairdisplay, sans-serif;
}

.bold-text-4 {
  font-family: Playfairdisplay, sans-serif;
}

.big-p {
  max-width: 740px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

.text-block-3 {
  color: #174677;
}

.ajax_section-2 {
    position: relative;
    height: 800px;
}

.ages_ajax {
    height: 100%;
}

.tabs_menu {
    position: absolute;
    left: 54%;
    top: 31%;
    right: auto;
    bottom: auto;
    z-index: 10;
    padding-left: 12px;
}

.tabs_content {
    height: 100%;
}

.tab_pane._1 {
    background-color: #fff;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.59), transparent 77%), url(../images/ajax-18-45_1.jpg);
    background-position: 0px 0px, 50% 15%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._2 {
    background-color: #fff;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 1) 40%,  hsla(0, 0%, 100%, 0) 53%), url(../images/45-60.jpg);
    background-position: 0px 0px, 50% 15%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._3 {
    background-color: #fff;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.59), transparent 77%), url(../images/60+.jpg);
    background-position: 0px 0px, 50% 15%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane {
    height: 100%;
}

.ajax_div {
    position: absolute;
    left: 55%;
    top: 43%;
    right: auto;
    bottom: auto;
    width: 40%;
    padding: 34px 0px 34px 23px;
    background-color: transparent;
}

.ajax-text-sect {
  position: absolute;
  left: 55%;
  top: 10%;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-right: 10%;
  padding-left: 20px;
}

.w-tab-link{
  background-color: transparent;
  color: #0f2d4d;
  font-size: 2.3em;
  font-weight: 900;
}

.w-tab-link.w--current{
  background-color: #0f2d4d;
  color:#fff;
}

.age_section p{
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
}

@media screen and (max-width: 1366px) {
  .tabs_menu {
      top: 32%;
  }
  .ajax-text-sect {
      top: 5%;
  }

  .ajax_div{
    top: 38%;
  }

  .w-tab-link{
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {

  .w-tab-link {
    font-size: 1.3em;
}

  .ajax-text-sect {
    left: 55%;
    top: 35px !important;
    padding-right: 10px;
  }

  .ajax_div {
    left: 55%;
    top: 300px;
    width: 45%;
    padding-top: 10px;
    padding-left: 16px;
}

  .tab_pane._1 {
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0.4)), url(../images/ajax-18-45_1.jpg);
    background-position: 0px 0px, 15% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._2 {
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0.4)), url(../images/45-60.jpg);
    background-position: 0px 0px, 15% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._3 {
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 1), hsla(0, 0%, 100%, 0.4)), url(../images/60+.jpg);
    background-position: 0px 0px, 15% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

  .ajax_section-2 {
    height: 700px;
  }

  .tabs_menu {
    left: 55%;
    top: 250px;
  }

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 84px;
    line-height: 1;
  }

  h2 {
    margin-top: 0px;
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container.inner-cont {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2-center {
    margin-bottom: 0px;
  }

  .welcome-text {
    margin-top: 20px;
    font-size: 16px;
  }

  ._2-col-row {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blue-button {
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .text-wrap {
    margin-top: 0px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .img-block.ib3 {
    background-image: url('../images/3-col-img.jpg');
  }

  .parallax-sec {
    background-position: 30% 0%;
  }

  .meet-p {
    margin-top: 20px;
    font-size: 14px;
  }

  .meer-l-img {
    margin-top: 0px;
  }

  .blog-col-wrap {
    margin-top: 40px;
  }

  .blog-col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-arrow {
    padding-right: 16px;
    font-size: 14px;
  }

  .menu-block {
    width: 40%;
  }

  .footerlogo-link {
    width: 170px;
  }

  .map-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-link-wrap {
    font-size: 13px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 1.2;
  }

  .menu-col {
    padding-right: 20px;
    font-size: 14px;
  }

  .social-media {
    margin-top: 60px;
  }

  .sm-ico {
    font-size: 16px;
  }

  .address-block {
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address-link {
    margin-right: 10px;
    font-size: 14px;
  }

  .phone-link {
    padding-left: 25px;
    background-image: url('../images/phone-ico.svg');
    background-position: 1% 49%;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 14px;
  }

  .hero-sec {
    height: 600px;
  }

  .hero-slide-cont {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
  }

  .hero-slider-mask {
    padding-top: 68px;
  }

  .slide-nav {
    padding-bottom: 0px;
  }

  .hero-arr {
    width: 40px;
    color: #000;
    font-size: 20px;
  }

  .hero-text-wrap {
    padding: 20px 5px 5px;
  }

  .nav-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sec-ws {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.services-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  }

  .nav-link:hover {
    background-color: rgba(23, 70, 119, 0.11);
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #fff;
    color: #fff;
    text-align: left;
  }

  .fixed-text {
    font-size: 14px;
  }

  .fixed-btn {
    padding-right: 16px;
    padding-left: 38px;
    background-position: 11px 48%;
    background-size: 20px;
  }

  .fixed-btn.fb2 {
    padding-right: 12px;
    background-position: 4% 41%;
    background-size: 20px;
  }

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

  .heading-2 {
    font-size: 44px;
  }

  .heading-3 {
    font-size: 44px;
  }

  .bold-text {
    font-size: 44px;
  }

  .rich-text-block-2 {
    font-size: 14px;
  }

  .image-4 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fix-buttons-raw {
    padding-right: 40px;
    padding-left: 40px;
  }

  .icon {
    padding-top: 8px;
  }

  .meet-r-img {
    margin-bottom: 60px;
  }

  .hero-h1 {
    font-size: 54px;
  }

  .h2-center-2 {
    font-size: 32px;
  }

  .choose-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .choose-title {
    font-size: 18px;
  }

  .h2-center-marker {
    height: 21px;
    margin-top: -27px;
  }

  .inner-sec {
    padding-top: 100px;
  }

  .retina-link {
    margin-top: 20px;
    font-size: 16px;
  }

  .rich-text-wrap {
    width: 100%;
  }

  .sidebar-wrap {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .sb-head {
    color: #000;
  }

  .sb-link-wrap {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sb-link-bloc {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-style: none;
  }

  .btn.btn-test {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {

  .ajax-text-sect {
    left: 30%;
    top: 20%;
  }

  .ajax_div {
    left: 22%;
    top: 260px;
    width: 72%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.84);
}

  .tabs_menu {
    left: 27%;
    top: 200px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 1;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .container.footer-cont {
    display: block;
  }

  .container.fixed-cont.mobile-fix {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .welcome-sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 1000px;
  }

  .welcome-text {
    font-size: 12px;
  }

  ._2-col-row {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-col-row.reverse {
    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;
  }

  ._1-2-col {
    display: block;
    width: 100%;
    -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;
  }

  .blue-button {
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    text-align: center;
  }

  .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -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;
    text-align: center;
  }

  .paragraph {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .img-block {
    display: block;
    width: 100%;
    height: 340px;
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-block.ib-2 {
    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-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .parallax-sec {
    height: 50vh;
    background-attachment: scroll;
  }

  .meet-col-row {
    display: block;
  }

  .meet-col {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .meet-col.mc-reverse {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .meer-l-img {
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .meet-r-col {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .blog-col-wrap {
    display: block;
  }

  .blog-col {
    max-width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-arrow:hover {
    letter-spacing: 0px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .menu-block {
    width: 100%;
  }

  .footerlogo-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .map-block {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .footer-link {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .menu-col {
    display: inline-block;
    margin-top: 6px;
    padding-right: 0px;
  }

  .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
    -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;
  }

  .sm-ico {
    width: 32px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .address-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .address-link {
    font-size: 16px;
  }

  .phone-link {
    margin-top: 10px;
    font-size: 16px;
  }

  .hero-sec {
    height: 400px;
    margin-top: 56px;
  }

  .hero-slider-mask {
    padding-top: 0px;
  }

  .hero-slide-1 {
    background-image: url('../images/hero-slide-1.jpg');
    background-position: 53% 50%;
    background-size: cover;
  }

  .hero-container {
    max-width: 600px;
  }

  .hero-text-wrap {
    width: auto;
    max-width: 240px;
    text-align: center;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.services-section {
    padding-top: 20px;
  }

  .brand {
    width: 130px;
    margin-left: 10px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fixed-block {
    display: block;
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fixed-btn {
    display: block;
    padding-left: 38px;
    background-position: 10px 48%;
    background-size: 20px;
    font-size: 12px;
  }

  .fixed-btn.fb2 {
    background-position: 6% 44%;
    background-size: 17px;
  }

  .link-2 {
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

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

  .rich-text-block-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-3 {
    display: block;
  }

  .fix-buttons-raw {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8 {
    display: block;
    -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;
    font-size: 41px;
    text-align: left;
    text-decoration: none;
  }

  .icon-2 {
    margin-left: 10px;
    font-size: 20px;
  }

  .icon-3 {
    margin-right: 10px;
    font-size: 20px;
  }

  .meet-r-img {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-6 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .centered-container {
    max-width: 600px;
  }

  .h2-center-2 {
    font-size: 24px;
  }

  .choose-list {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .choose-col {
    width: 50%;
    margin-top: 40px;
  }

  .h2-center-marker {
    height: 15px;
    margin-top: -18px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .inner-sec {
    padding-top: 83px;
  }

  .retina-link {
    font-size: 14px;
  }

  .sb-link-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sb-link-bloc {
    margin-right: 0px;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .red-arr-ico {
    margin-right: 10px;
  }

  .btn.btn-test {
    margin-top: 14px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {

  .w-tab-link {
    padding: 9px 25px;
  }

  .ajax-text-sect {
    left: 10%;
    top: 25px !important;
  }

  .ajax_div {
    left: 10%;
    top: 250px;
    width: 85%;
    padding-right: 20px;
    padding-left: 20px;
}

  .tab_pane._1 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url(../images/ajax-18-45_1-mob.jpg);
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._2 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.68), hsla(0, 0%, 100%, 0.85)), url(../images/45-60-mobile.jpg);
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab_pane._3 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.68), hsla(0, 0%, 100%, 0.85)), url(../images/60+-mobile.jpg);
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

  .tabs_menu {
    left: 10%;
    top: 200px;
    display: flex;
    width: 85%;
    justify-content: space-between;
  }

  h2 {
    margin-bottom: 10px;
  }

  .welcome-sec {
    background-size: 800px;
  }

  .text-wrap {
    padding: 31px 20px;
  }

  .paragraph {
    max-width: 100%;
  }

  .img-block {
    height: 50vw;
  }

  .meer-l-img {
    width: 100%;
  }

  .blog-col {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .link-arrow {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer {
    padding-bottom: 129px;
  }

  .footer-link {
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 400;
  }

  .menu-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media {
    margin-top: 20px;
  }

  .address-block {
    width: 100%;
    -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;
  }

  .address-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-left: 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;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  .phone-link {
    margin-top: 10px;
  }

  .hero-sec {
    height: 480px;
    margin-top: 0px;
  }

  .hero-slide-cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/hero1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/hero1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-slide-cont.hero-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/hero2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/hero2.jpg');
    background-position: 0px 0px, 69% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-slide-cont.hero-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/hero3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/hero3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-slider {
    margin-top: 56px;
  }

  .hero-slide-1 {
    background-position: 50% 0%;
  }

  .hero-text-wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.sec-ws {
    padding-bottom: 40px;
  }

  .brand {
    width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fixed-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fixed-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 40px;
    background-image: url('../images/phone-ico.svg');
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .fixed-btn:hover {
    background-image: url('../images/phone-color-copy.png');
    background-position: 10px 48%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .fixed-btn.fb2 {
    background-image: url('../images/calendar-ico.svg');
    background-size: 17px;
    background-repeat: no-repeat;
  }

  .fixed-btn.fb3 {
    background-image: url('../images/eye-ico.svg');
    background-position: 6% 50%;
    background-size: 20px;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .fix-buttons-raw {
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-8 {
    margin-left: -30px;
    text-align: center;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .meet-r-img {
    width: 100%;
    margin-top: 40px;
  }

  .h2-center-2 {
    width: 80%;
  }

  .choose-col {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .choose-icon {
    width: 80px;
  }

  .choose-title {
    margin-top: 20px;
  }

  .sidebar-wrap {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .sb-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .red-arr-ico {
    width: 20px;
  }

  .btn.btn-test {
    font-size: 12px;
  }
}

/* @font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
} */
