body {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.vid3 {
  position: relative;
  display: block;
  height: 640px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  background-color: rgba(2, 95, 160, .48);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 86, 165, .8), rgba(0, 86, 165, .8)), url('../images/31.jpg');
  background-image: linear-gradient(180deg, rgba(0, 86, 165, .8), rgba(0, 86, 165, .8)), url('../images/31.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1900px;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #0056a5;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, .25);
}

.long-text {
  margin-top: 7px;
  background-image: url('../images/logo2.png');
  background-position: 0px 0px;
  background-size: 200px 38px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Lora, sans-serif;
  color: hsla(0, 0%, 100%, .63);
  font-size: 18px;
  font-weight: 400;
}

.hero-content {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 200px;
  margin-top: -229px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.button {
  padding: 12px 31px;
  border: 0px solid #581316;
  border-radius: 3px;
  background-color: rgba(237, 53, 62, .67);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0056a5;
  color: #fff;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Oswald, sans-serif;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, .09) 0px 0px 0px 1px, rgba(0, 0, 0, .09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

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

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  float: none;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.white.transparent {
  color: hsla(0, 0%, 100%, .67);
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px solid #ed353e;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4d565d;
  font-size: 16px;
}

.field:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0056a5;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ed353e;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

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

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: #243039;
}

.footer-link {
  display: block;
  padding-left: 10px;
  float: right;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oswald, sans-serif;
  color: #4d565d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #0056a5;
}

.footer-link.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #ed353e;
  font-size: 18px;
  font-weight: 700;
}

.footer-link.privacy {
  position: static;
  font-size: 12px;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-hero.category {
  height: 550px;
  padding-top: 51px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/portfolio_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/portfolio_bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: translate(0px, 0px) scale3d(1, 0.8, 1);
  transform: translate(0px, 0px) scale3d(1, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.inner-hero.category._2 {
  height: 750px;
  padding-top: 196px;
  background-image: -webkit-linear-gradient(270deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Services-page_c.jpg');
  background-image: linear-gradient(180deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Services-page_c.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.inner-hero.category._10 {
  height: 0px;
  min-height: 650px;
  padding-top: 46px;
  background-image: url('../images/Updates-page_c.jpg'), -webkit-linear-gradient(270deg, rgba(58, 102, 157, .5), rgba(58, 102, 157, .5));
  background-image: url('../images/Updates-page_c.jpg'), linear-gradient(180deg, rgba(58, 102, 157, .5), rgba(58, 102, 157, .5));
  background-position: 100% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.inner-hero.category._4 {
  height: 600px;
  padding-top: 124px;
  background-image: -webkit-linear-gradient(270deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Contact-page_c.jpg');
  background-image: linear-gradient(180deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Contact-page_c.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.footer-logo.w--current {
  display: inline-block;
}

.hero-blog {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, .22);
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  font-family: Oswald, sans-serif;
  color: #0056a5;
  font-weight: 400;
}

.nav-link.w--current {
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #ed353e;
  font-style: normal;
  font-weight: 700;
}

.nav-link.services_ico {
  padding-top: 0px;
}

.nav-link.porfolio_ico {
  color: #000;
  font-weight: 400;
}

.nav-link.updates_ico {
  padding-top: 0px;
}

.nav-link.contacts_ico {
  padding-top: 0px;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  text-shadow: none;
}

.dark-overlay:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.about-image {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.logo {
  position: static;
  display: block;
  float: left;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.logo.w--current {
  position: relative;
  display: inline-block;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: none;
  line-height: 0px;
}

.nav-menu {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: right;
  clear: right;
}

.field-label {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 41%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
}

.social-text.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/social-03.svg');
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  display: block;
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.section {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block {
  display: block;
}

.section_white {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: none;
  -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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.title {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.title:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.title.white {
  color: #fff;
}

.black {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.black._2-text-inpage {
  color: #717171;
  font-weight: 400;
}

.container_about {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #0056a5;
}

.section-3 {
  border-bottom: 10px solid #0056a5;
}

.bg_blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 86, 165, .62), rgba(0, 86, 165, .62));
  background-image: linear-gradient(180deg, rgba(0, 86, 165, .62), rgba(0, 86, 165, .62));
}

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  color: #ed353e;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.row {
  display: block;
}

.column {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.column-2 {
  display: block;
}

.heading {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.about_div {
  width: 100%;
}

.image {
  display: block;
  background-image: url('../images/logo2.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide {
  position: static;
  display: inline-block;
  width: 100%;
}

.arrow {
  direction: ltr;
  font-size: 48px;
  font-style: normal;
  text-transform: none;
}

.slider {
  position: static;
  height: 580px;
  margin-top: 84px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section_video {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.container-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.watch_more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 80px;
  text-align: center;
}

.vid2 {
  position: static;
  overflow: visible;
  height: 580px;
}

.vid1 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
}

.slide-2 {
  position: static;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  position: static;
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 10px;
}

.mask {
  position: static;
}

.body {
  overflow: visible;
}

.section_trucks {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #243039, #243039);
  background-image: linear-gradient(180deg, #243039, #243039);
}

.slide-3 {
  width: 18%;
  text-align: center;
}

.slider_trucks {
  height: 320px;
  background-color: #eee;
}

.image-2 {
  padding-top: 10px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0056a5;
}

.heading-4 {
  color: #ed353e;
}

.truck_cost {
  font-family: Oswald, sans-serif;
  color: #ed353e;
  font-weight: 400;
}

.container-6 {
  margin-top: 80px;
}

.slide-4 {
  position: static;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slider-2 {
  position: relative;
  display: none;
  height: 560px;
}

.container-7 {
  display: block;
}

.item_detail {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  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;
  -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, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.heading-5 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.row-3 {
  display: block;
  width: 100%;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.service_column {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 23px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service_column.blackframme {
  position: static;
  display: block;
  height: 300px;
  margin: 9px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
}

.pic_block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/social.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/social.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pic_block1:hover {
  border-width: 1px;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.pic_block2 {
  height: 300px;
  border: 4px solid #0056a5;
  background-image: url('../images/films.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.5;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pic_block2:hover {
  border: 0px solid #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pic_block3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/web-design-company-los-angeles4_cr.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/web-design-company-los-angeles4_cr.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pic_block3:hover {
  border-width: 1px;
  opacity: 0.7;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.pic_block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/films.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/films.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.pic_block2:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.div-block-3 {
  height: 300px;
  border-style: none;
  border-color: #000;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/photography.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/photography.jpg');
  background-position: 0px 0px, 50% 7%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.div-block-3:hover {
  border-width: 1px;
  opacity: 1;
}

.column-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.dark_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
  -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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/Portfolio-page-Hero_pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/Portfolio-page-Hero_pic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.div-block-4 {
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.icon_block4 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 130px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/Photography-Icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.div-block-5 {
  position: static;
  display: block;
  height: 120px;
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-6 {
  height: 120px;
  margin-top: 10px;
  background-image: url('../images/iPhone-icon-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.div-block-7 {
  height: 15px;
}

.div-block-8 {
  height: 130px;
  margin-top: 10px;
  background-image: url('../images/Filming-Icon-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.div-block-9 {
  height: 1px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 10px;
  background-image: url('../images/imac-icon-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.div-block-11 {
  height: 5px;
}

.white_title {
  width: 90%;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.scroll_here {
  position: absolute;
  width: 20px;
  height: 10px;
  margin-top: 0px;
}

.slide-1 {
  display: inline-block;
}

.div_body {
  margin-top: 0px;
}

.fb_ic {
  display: block;
  height: 64px;
  background-image: url('../images/White-Facebook-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-4 {
  display: block;
  width: 90%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.insta_ic {
  height: 64px;
  background-image: url('../images/White-Instagram-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vimeo_ic {
  height: 64px;
  background-image: url('../images/White-Vimeo-Logo_c.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-2 {
  padding-top: 17px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.f_div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.f_div:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.insta_div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.insta_div:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.vimeo_div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.vimeo_div:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.column-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-5 {
  height: 300px;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-item {
  display: block;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 24px;
  margin-left: 10px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  -webkit-transition: all 300ms cubic-bezier(.117, .44, .468, 1.241);
  transition: all 300ms cubic-bezier(.117, .44, .468, 1.241);
}

.flex-item:hover {
  border-color: #0056a5;
  background-image: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.flex-item.static {
  width: 95%;
  margin-top: 34px;
  -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;
}

.flex-item.static:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-6 {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #888;
  font-family: Oswald, sans-serif;
  color: #888;
  font-size: 36px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.div-block-13 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(252, 27, 27, .93), rgba(252, 27, 27, .93));
  background-image: linear-gradient(180deg, rgba(252, 27, 27, .93), rgba(252, 27, 27, .93));
}

.div-block-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-linear-gradient(270deg, #ed353e, #ed353e);
  background-image: linear-gradient(180deg, #ed353e, #ed353e);
}

.pic_block4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/photography.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/photography.jpg');
  background-position: 0px 0px, 81% 16%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pic_block4:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.div-block-15 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 15px;
  margin-top: 0px;
  padding-top: 6px;
}

.hr {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  color: #888;
  text-align: left;
}

.item_paragraph {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #888;
  text-align: justify;
}

._3dob {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  border: 10px none #000;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._3dob:hover {
  -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(60deg);
  transform: rotateX(60deg) rotateY(0deg) rotateZ(60deg);
}

.div-block-17 {
  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;
  text-align: center;
}

.div-block-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 5px solid #ed353e;
}

.div-block-19 {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-20 {
  width: 50%;
}

.background-video {
  display: none;
  background-image: url('../images/photo-1442347504183-965bd14449ac.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-8 {
  display: block;
}

.banners-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-image: -webkit-linear-gradient(270deg, #98c8f5, #98c8f5);
  background-image: linear-gradient(180deg, #98c8f5, #98c8f5);
}

.price-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  min-width: 150px;
  margin: 20px 10px;
  padding: 20px 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 10px solid #fff;
  border-radius: 400px;
  background-image: -webkit-linear-gradient(270deg, #004585, #004585);
  background-image: linear-gradient(180deg, #004585, #004585);
}

.price-block1.current {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  background-image: -webkit-radial-gradient(circle closest-corner at 48% 65%, rgba(0, 0, 0, .25), rgba(0, 0, 0, .71)), -webkit-linear-gradient(270deg, #005fb8, #005fb8);
  background-image: radial-gradient(circle closest-corner at 48% 65%, rgba(0, 0, 0, .25), rgba(0, 0, 0, .71)), linear-gradient(180deg, #005fb8, #005fb8);
  box-shadow: 0 0 9px 7px #ff0;
}

.banners {
  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, .28), rgba(0, 0, 0, .28));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28));
  text-align: center;
}

.heading-7 {
  margin-bottom: auto;
}

.price-title1 {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-title1.title-current {
  font-size: 26px;
}

.body-2 {
  text-align: left;
}

.price_paragraph {
  margin-bottom: 20px;
  padding-top: 15px;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, .85);
  font-weight: 400;
}

.price_paragraph.current {
  color: #fff;
  font-weight: 700;
}

.button-2 {
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: #48a2c5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000;
}

.button-2:hover {
  background-color: #0fb629;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
}

.button-2.current-button {
  background-color: #f60;
}

.button-2.current-button:hover {
  background-color: #00c210;
}

.price_hr {
  width: 50%;
  margin-top: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .13);
}

.title-current {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #deff5c;
  font-size: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(270deg, #00d6ff, #00d6ff);
  background-image: linear-gradient(180deg, #00d6ff, #00d6ff);
}

.table2 {
  display: block;
  width: 90%;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 37, 71, .9), rgba(0, 37, 71, .9));
  background-image: linear-gradient(180deg, rgba(0, 37, 71, .9), rgba(0, 37, 71, .9));
}

.str1 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 100%, .31);
}

.title1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item-title {
  display: block;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, .9);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, .55);
  font-size: 13px;
}

.cost {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .17);
}

.heading-8 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.heading-9 {
  padding-left: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading-10 {
  padding-left: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.price-table1 {
  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;
  text-align: left;
}

.error {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-top: 0px;
}

.white-str {
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.btn_help {
  border-radius: 50px;
  background-color: rgba(99, 161, 255, .33);
  font-family: 'PT Sans', sans-serif;
  color: #ff8585;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.video_block {
  width: 50%;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video {
  position: static;
}

.video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: 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;
}

.video-2 {
  border-radius: 8px;
}

.logo_image {
  display: block;
  margin-bottom: 0px;
}

.link-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-3 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.top {
  height: 560px;
}

.right-arrow-3 {
  display: block;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.slider-4 {
  height: 100%;
}

.section-4 {
  height: 601px;
  background-image: url('../images/Services-page_c.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.services-item1 {
  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;
}

.service-text {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 87px 87px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-text._1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service-text._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 48px 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.services-block._2 {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pic_holder {
  height: 500px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 95%), url('../images/services_web.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 95%), url('../images/services_web.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  box-shadow: inset 0 0 11px 9px #fff;
}

.pic_holder._1 {
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0) 42%, hsla(0, 0%, 100%, .57) 73%, #fff 95%), url('../images/services_web.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 42%, hsla(0, 0%, 100%, .57) 73%, #fff 95%), url('../images/services_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 0 11px 9px #fff;
}

.pic_holder._2 {
  background-image: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, .2)), url('../images/video.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .2)), url('../images/video.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pic_holder._3 {
  display: block;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/photography.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/photography.jpg');
  background-position: 0px 0px, 0% -1%;
  background-size: auto, cover;
}

.pic_holder._4 {
  background-image: -webkit-linear-gradient(0deg, #fff 5%, hsla(0, 0%, 100%, .2)), url('../images/social_1.jpg');
  background-image: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, .2)), url('../images/social_1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pic_holder._5 {
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/seo.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/seo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.paragraph-6 {
  padding-top: 12px;
  color: #888;
}

.link-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-22._2 {
  -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;
}

.form-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.form-wrapper-2._2 {
  width: 50%;
}

.form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.submit-button-2 {
  width: 100%;
}

.field-label-2 {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.field-label-3 {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-field {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #868686;
  font-size: 18px;
}

.text-field-2 {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #868686;
  font-size: 18px;
}

.text-field-3 {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #868686;
  font-size: 18px;
}

.div-block-23 {
  padding: 0px 20px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-6 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.link-block-7 {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.link-block-8 {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.link-block-9 {
  position: static;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
}

.link-2 {
  width: 100%;
  padding-right: 24px;
  color: #717171;
  text-align: right;
  text-transform: none;
}

.det {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #717171;
}

.div-block-24 {
  position: static;
  width: 50%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
}

.link-block-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-13 {
  width: 50%;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.updates-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.section-6 {
  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;
}

.updates-text {
  padding-right: 20px;
  padding-left: 20px;
  color: #888;
  text-align: left;
}

.paragraph-8 {
  color: #888;
}

.updates_frames {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
}

.div-block-25 {
  height: 400px;
  max-height: 456px;
  max-width: 1600px;
  margin-top: 74px;
  background-image: url('../images/Privacy-Policy.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.navbar2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  background-color: hsla(0, 0%, 100%, .74);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .18);
}

.div-block-27 {
  margin-top: 9px;
}

.div-block-28 {
  margin-top: 15px;
}

.paragraph-9 {
  padding-right: 20px;
  padding-left: 20px;
  color: #888;
  font-weight: 400;
}

.heading-11 {
  padding-left: 20px;
}

.heading-12 {
  padding-left: 20px;
}

.heading-13 {
  padding-left: 20px;
}

.link-3 {
  padding-right: 20px;
  padding-left: 0px;
  float: right;
}

.linktxt {
  color: #0056a5;
  font-weight: 700;
}

.link_txt {
  color: rgba(43, 100, 153, .76);
  font-weight: 700;
}

.div-block-29 {
  padding-top: 17px;
}

.image-4 {
  max-width: 50%;
  box-shadow: 1px 1px 3px 0 #000;
}

.link-4 {
  color: #243039;
}

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

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .vid3 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    height: 500px;
    margin-top: 80px;
    float: none;
    clear: none;
  }
  .navbar {
    position: static;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
  .menu-icon {
    color: #0056a5;
  }
  .hero-subheading {
    font-size: 16px;
  }
  .main-section {
    padding: 40px 10px;
    text-align: center;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-link {
    display: inline-block;
    padding-right: 0px;
    padding-left: 20px;
    float: none;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .inner-hero.category._2 {
    display: block;
    height: 600px;
    padding-top: 168px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Services-page_c.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Services-page_c.jpg');
    background-position: 0px 0px, 41% 50%;
    background-size: auto, cover;
  }
  .inner-hero.category._10 {
    background-image: url('../images/Updates-page_c.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link {
    position: static;
    padding-top: 10px;
    float: left;
    clear: left;
    color: #fff;
  }
  .footer-links {
    display: block;
    text-align: center;
  }
  .category-block {
    padding: 10px 0px;
  }
  .section_white {
    position: static;
    display: block;
    padding-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .title {
    width: 100%;
    padding-top: 0px;
  }
  .black {
    padding-left: 0px;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .slider {
    margin-top: 125px;
  }
  .watch_more {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 80px;
  }
  .vid2 {
    padding-bottom: 0px;
  }
  .vid1 {
    position: static;
  }
  .slide-2 {
    position: static;
  }
  .slide-4 {
    position: static;
  }
  .slider-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 420px;
  }
  .item_detail {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85));
  }
  .paragraph-2 {
    margin-bottom: 14px;
  }
  .row-3 {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .service_column {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px 23px;
  }
  .pic_block1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/social.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/social.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    text-align: center;
  }
  .pic_block1:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .pic_block3 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .pic_block3:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .pic_block2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/films.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/films.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .pic_block2:hover {
    border-style: none;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .dark_block {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Portfolio-page-Hero_pic.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Portfolio-page-Hero_pic.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icon_block4 {
    height: 100px;
    margin-top: 20px;
  }
  .div-block-6 {
    height: 100px;
    margin-top: 10px;
  }
  .div-block-8 {
    height: 100px;
    margin-top: 20px;
  }
  .div-block-10 {
    height: 100px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: block;
  }
  .div_body {
    position: static;
    text-align: center;
  }
  .row-4 {
    padding-top: 17px;
  }
  .f_div {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .insta_div {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .vimeo_div {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .vimeo_div:hover {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
  }
  .flex-grid {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-item {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin: 10px 10px 8px;
    padding: 0px 10px;
    float: left;
    clear: right;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .heading-6 {
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pic_block4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/photography.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/photography.jpg');
    background-position: 0px 0px, 81% 16%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .pic_block4:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .hr {
    width: 50%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #0056a5 #0056a5 rgba(0, 0, 0, .5);
  }
  .item_paragraph {
    margin-top: 7px;
    padding-top: 10px;
  }
  .paragraph-5 {
    padding-top: 10px;
  }
  .videos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .video_block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mask-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    clear: none;
    -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;
  }
  .slide-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .slide-nav-2 {
    z-index: 3;
  }
  .column-6 {
    position: relative;
    display: block;
  }
  .background-video-2 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .slider-3 {
    width: 100%;
    height: 100%;
  }
  .video-3 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .top {
    height: 460px;
  }
  .service-text._1 {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-text._2 {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-block {
    padding: 20px;
  }
  .services-block._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pic_holder {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pic_holder._1 {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/services_web.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/services_web.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .pic_holder._2 {
    background-position: 0px 0px, 100% 50%;
  }
  .pic_holder._3 {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/photography.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/photography.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 50% 50%, 0px 0px;
  }
  .pic_holder._4 {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/social_1.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff 95%), url('../images/social_1.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 100% 50%, 0px 0px;
    background-size: auto, cover, auto;
  }
  .paragraph-6 {
    text-align: justify;
  }
  .div-block-22 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-wrapper-2 {
    width: 50%;
  }
  .link-block-13 {
    width: 50%;
    margin-top: 20px;
  }
  .menuicon2 {
    padding: 0px 0px 0px 5px;
  }
  .menuicon2.w--open {
    padding-left: 0px;
    background-color: rgba(0, 0, 0, .12);
  }
  .menuiconsm {
    color: #0056a5;
    font-size: 55px;
  }
  .menumobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    margin-top: 72px;
    padding-top: 15px;
    float: left;
    background-color: rgba(0, 0, 0, .62);
  }
  .div-block-26 {
    margin-top: 13px;
  }
}

@media (max-width: 767px) {
  .vid3 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    height: 480px;
    margin-top: 23px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    clear: none;
  }
  .navbar {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .menu-icon {
    position: static;
    display: inline-block;
    float: right;
    clear: none;
    color: #0056a5;
  }
  .hero-heading {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .hero-subheading {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 15px;
  }
  .hero-content {
    padding-top: 63px;
    padding-bottom: 24px;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-link.privacy {
    padding-left: 0px;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-title {
    font-size: 27px;
  }
  .featured-description {
    font-size: 18px;
  }
  .inner-hero.category {
    height: 450px;
    padding-top: 50px;
  }
  .inner-hero.category._2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Services-page_c.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Services-page_c.jpg');
    background-position: 0px 0px, 53% 50%;
  }
  .inner-hero.category._10 {
    min-height: 550px;
    background-image: url('../images/Updates-page_c.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .inner-hero.category._4 {
    height: 450px;
  }
  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .featuredthumbnail {
    padding: 10px 0px;
  }
  .navmenu {
    width: 100%;
  }
  .nav-link {
    position: static;
    left: 0px;
    top: 0px;
    overflow: visible;
    padding-left: 10px;
    float: left;
    clear: left;
    text-align: left;
    letter-spacing: 0px;
  }
  .nav-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .nav-link.w--current {
    float: left;
    clear: left;
  }
  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo.w--current {
    margin-top: 0px;
  }
  .nav-menu {
    display: block;
  }
  .nav-menu.m3 {
    display: block;
    float: right;
    clear: right;
    color: #0056a5;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .success-text {
    font-size: 18px;
  }
  .section_white {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
  }
  .title {
    padding-top: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .title.white {
    width: 90%;
  }
  .black {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .container_about {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 11px;
  }
  .container-3 {
    position: static;
    display: block;
    text-align: left;
  }
  .bg_blue {
    display: block;
  }
  .row-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-2 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 480px;
    margin-top: 163px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .watch_more {
    margin-bottom: 80px;
  }
  .slider-2 {
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .row-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .service_column {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pic_block1 {
    margin-bottom: 0px;
  }
  .icon_block4 {
    margin-top: 20px;
  }
  .div-block-6 {
    margin-top: 20px;
  }
  .div-block-8 {
    margin-top: 20px;
  }
  .div-block-10 {
    margin-top: 20px;
  }
  .div_body {
    display: inline-block;
    margin-top: -1px;
  }
  .flex-grid {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: none;
    clear: none;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-top: 5px;
    float: none;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .heading-6 {
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 4px;
    font-size: 24px;
    line-height: 36px;
  }
  .div-block-20 {
    width: 90%;
  }
  .top {
    height: 310px;
    margin-top: 75px;
  }
  .slider-4 {
    background-color: transparent;
  }
  .service-text._1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .services-block._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pic_holder {
    height: 300px;
  }
  .form-wrapper-2 {
    width: 90%;
  }
  .form-wrapper-2._2 {
    width: 90%;
  }
  .link-block-13 {
    width: 90%;
  }
  .navbar2 {
    position: fixed;
    display: block;
    padding-top: 10px;
  }
  .image-3 {
    display: inline-block;
  }
  .div-block-27 {
    margin-top: 17px;
  }
  .div-block-28 {
    margin-top: 29px;
  }
  .div-block-29 {
    padding-top: 29px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .vid3 {
    position: relative;
    top: 0px;
    bottom: 0px;
    height: 180px;
    margin-top: 48px;
    padding: 0px;
    background-image: -webkit-linear-gradient(127deg, rgba(0, 0, 0, .73), hsla(0, 0%, 100%, 0) 36%);
    background-image: linear-gradient(323deg, rgba(0, 0, 0, .73), hsla(0, 0%, 100%, 0) 36%);
  }
  .navbar {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .menu-link {
    display: block;
    font-family: Oswald, sans-serif;
    color: #0056a5;
    font-weight: 500;
  }
  .menu-icon {
    display: block;
    color: #0056a5;
    font-size: 55px;
    line-height: 16px;
    text-align: center;
  }
  .menu-button {
    height: 100%;
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .long-text {
    margin-top: 0px;
  }
  .hero-heading {
    font-size: 26px;
  }
  .hero-subheading {
    width: 90%;
    font-size: 16px;
    line-height: 16px;
  }
  .hero-content {
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 20px;
  }
  .button {
    -webkit-transition-property: background-color, all;
    transition-property: background-color, all;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-img {
    display: block;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .white {
    line-height: 24px;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-text {
    padding: 0px 15px 55px;
  }
  .featured-title {
    font-size: 18px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-hero {
    height: 330px;
  }
  .inner-hero.category._2 {
    height: 175px;
    padding-top: 150px;
    padding-bottom: 124px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Services-page_c.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Services-page_c.jpg');
    background-position: 0px 0px, 52% 31px;
    background-size: auto, 150%;
  }
  .inner-hero.category._10 {
    background-image: url('../images/Updates-page_c.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .inner-hero.category._4 {
    background-image: -webkit-linear-gradient(270deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Contact-page_c.jpg');
    background-image: linear-gradient(180deg, rgba(105, 148, 202, .5), rgba(105, 148, 202, .5)), url('../images/Contact-page_c.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbio {
    font-size: 14px;
    text-align: center;
  }
  .social-wrapper {
    text-align: center;
  }
  .hero-header {
    font-size: 40px;
  }
  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .blog-post {
    width: 95%;
  }
  .featuredthumbnail {
    padding: 5px 0px;
  }
  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, .72);
  }
  .nav-link {
    display: block;
    overflow: visible;
    padding-top: 14px;
    padding-bottom: 14px;
    float: left;
    clear: left;
    opacity: 0.7;
    color: #fff;
    font-size: 17px;
    text-align: left;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    color: #ec3636;
  }
  .nav-link.services_ico {
    background-image: url('../images/services.svg');
    background-position: 75px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  .nav-link.porfolio_ico {
    background-image: url('../images/portfolio.svg');
    background-position: 75px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.7;
    color: #fff;
  }
  .nav-link.updates_ico {
    background-image: url('../images/updates.svg');
    background-position: 75px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  .nav-link.updates_ico.w--current {
    background-image: url('../images/updates2.svg');
    background-position: 75px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  .nav-link.contacts_ico {
    background-image: url('../images/contacts.svg');
    background-position: 75px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  .nav-link.contacts_ico:hover {
    color: #fff;
  }
  .footer-links {
    padding-bottom: 10px;
  }
  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .logo.w--current {
    position: static;
    overflow: visible;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #5589c8;
    text-align: left;
  }
  .close-x {
    position: static;
    left: 35px;
    top: 21px;
    right: 35px;
    bottom: 21px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    color: #fff;
    font-size: 27px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .success-text {
    line-height: 27px;
  }
  .section_white {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 20px;
  }
  .title.white {
    line-height: 40px;
  }
  .black {
    margin-bottom: 20px;
  }
  .black._2-text-inpage {
    padding-top: 20px;
    padding-left: 10px;
  }
  .container_about {
    padding-bottom: 0px;
  }
  .container-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .slider {
    position: static;
    display: block;
    height: 280px;
    margin-top: 46px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    clear: none;
  }
  .watch_more {
    margin-bottom: 50px;
  }
  .vid1 {
    position: static;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    background-image: none;
  }
  .slide-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .left-arrow {
    display: none;
    overflow: hidden;
  }
  .right-arrow {
    display: none;
  }
  .mask {
    overflow: visible;
  }
  .slide-4 {
    position: static;
  }
  .row-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service_column {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dark_block {
    width: 100%;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Portfolio-page-Hero_pic.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Portfolio-page-Hero_pic.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .icon_block4 {
    height: 100px;
    margin-top: 40px;
    padding-top: 0px;
  }
  .div-block-6 {
    height: 100px;
    margin-top: 30px;
  }
  .div-block-8 {
    height: 120px;
    margin-top: 20px;
  }
  .div-block-10 {
    height: 100px;
    margin-top: 20px;
  }
  .white_title {
    width: 90%;
    padding-top: 20px;
    font-size: 28px;
  }
  .div_body {
    margin-top: 67px;
  }
  .row-4 {
    height: 100px;
  }
  .flex-grid {
    width: 100%;
  }
  .flex-item {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-6 {
    display: block;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .item_paragraph {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
  }
  .div-block-20 {
    width: 100%;
  }
  .banners-block {
    width: 90%;
  }
  .price-block1.current {
    max-width: 270px;
  }
  .link-block-3 {
    display: block;
    width: 90%;
  }
  .top {
    height: 180px;
    margin-top: 6px;
  }
  .service-text._1 {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-text._2 {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-block {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-block._2 {
    padding-top: 20px;
    -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;
  }
  .pic_holder {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
  }
  .pic_holder._1 {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
  }
  .pic_holder._2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pic_holder._3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/photography.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .2), #fff 95%), url('../images/photography.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
    box-shadow: none;
  }
  .paragraph-6 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-22 {
    -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;
  }
  .form-wrapper-2 {
    width: 90%;
  }
  .form {
    margin-bottom: 30px;
  }
  .text-field {
    padding-top: 9px;
  }
  .updates-grid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .updates-text {
    padding-top: 10px;
  }
  .div-block-26 {
    margin-top: 44px;
  }
}

