.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  font-size: 72px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  color: #707070;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h3:hover {
  color: #09f;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
}

h6 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'EB Garamond', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

p {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #707070;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  background-color: #696969;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #7e7e7e;
}

.section-full {
  height: 100%;
}

.section-full._1 {
  position: static;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.39);
  background-image: url('../images/Bg_Image_2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-full._3 {
  position: static;
  display: none;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mobile-phone-1419275_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile-phone-1419275_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.color-section {
  height: 540px;
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: hsla(0, 0%, 61.2%, 0.22);
}

.portfolio-section {
  margin-top: -144px;
  padding-right: 120px;
  padding-bottom: 150px;
  padding-left: 120px;
  color: #696969;
}

.portfolio-column {
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
}

.portfolio-row {
  margin-bottom: 40px;
}

.link-block {
  overflow: hidden;
  text-decoration: none;
}

.banner-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.banner-container {
  position: static;
  top: -16px;
  z-index: 2;
  text-align: center;
}

.clinets-section {
  height: 655px;
  padding-top: 144px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.99);
}

.footer {
  height: 100px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #000;
}

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

.line {
  display: block;
  width: 20%;
  height: 2px;
  margin: 40px auto 30px;
  background-color: #09f;
  text-align: center;
}

.clinet-logos-row {
  margin-top: 80px;
}

.big-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  letter-spacing: -2px;
}

.footer-copyright {
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 11px;
}

.footer-left-column {
  padding-top: 28px;
}

.arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 62px;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 43px;
  background-color: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.13);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

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

.arrow-down.w--current {
  left: 0px;
  bottom: 0px;
}

.portfolio-title-container {
  text-align: center;
}

.headline {
  position: relative;
  left: 10%;
  top: 22%;
  width: 400px;
  padding-right: 30px;
}

.big-text-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer-container {
  border-top-style: solid;
  border-top-width: 1px;
}

.social-link {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 12px;
  text-decoration: none;
}

.social-link:hover {
  color: #09f;
}

.footer-right-column {
  padding-top: 28px;
  text-align: right;
}

.section-info {
  overflow: hidden;
}

.work-info-container {
  margin-top: 15px;
  text-align: center;
}

.work-section {
  margin-top: 18px;
  margin-bottom: 60px;
  padding-right: 120px;
  padding-left: 120px;
  font-size: 16px;
}

.images-div {
  margin-bottom: 40px;
  text-align: center;
}

.arrow-link {
  width: 50px;
}

.work-hero {
  position: relative;
  height: 100%;
  background-color: #f7f7f7;
  background-image: url('../images/AC_Brand_a1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.work-hero._1 {
  background-image: url('../images/LightRail3.png');
}

.work-hero.dw {
  background-image: url('../images/BG_Xlarge.png');
  background-position: 50% 0%;
  background-size: cover;
}

.work-hero.jpmap {
  background-image: url('../images/Jp-maps_a.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.work-hero.citylab {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/26_Anacostia-Crossing_ANACOSTIA-PARK-FALL_Copyright-OLIN.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/26_Anacostia-Crossing_ANACOSTIA-PARK-FALL_Copyright-OLIN.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.work-hero.backupdoc {
  background-image: url('../images/BACKUPDOC.jpg');
  background-size: 1673px;
}

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

.work-hero.hwslite {
  background-image: url('../images/HWS_Cover.jpg');
  background-size: cover;
}

.work-hero.hsia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 74.7%, 0.1)), to(hsla(0, 0%, 74.7%, 0.1))), url('../images/HSIA_Splash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 74.7%, 0.1), hsla(0, 0%, 74.7%, 0.1)), url('../images/HSIA_Splash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.portfolio-item {
  overflow: hidden;
}

.navbar1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  padding-right: 10px;
  padding-left: 30px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.menu-button-2.w--open {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  margin-right: 10px;
  background-color: transparent;
  font-size: 14px;
}

.brand2 {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
}

.brand2.w--current {
  position: absolute;
  z-index: 10;
}

.menu-icon-2 {
  display: block;
  overflow: visible;
  background-color: transparent;
  opacity: 1;
  color: #000;
  font-size: 32px;
}

.menu-icon-2:hover {
  opacity: 1;
  color: #303030;
}

.nav-menu-open {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: block;
  width: 100%;
  height: 70px;
  padding-top: 4px;
  background-color: #fff;
}

.navlink1 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.navlink1:hover {
  color: #303030;
}

.navlink1.w--current {
  color: #303030;
}

.link-text {
  text-decoration: none;
}

.big-text-div-2 {
  position: relative;
  top: 70%;
  text-align: center;
}

.about-header {
  height: 60%;
  clear: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.23)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/auditorium-2584269_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.23), transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/auditorium-2584269_1920.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.about-header.speaking {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, hsla(0, 0%, 100%, 0.23)), to(transparent)), url('../images/auditorium-2584269_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.23) 6%, transparent), url('../images/auditorium-2584269_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.about-header.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/about_me_Img_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/about_me_Img_bg.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.about-header._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.23)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/about_me_Img_bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.23), transparent), linear-gradient(180deg, transparent, transparent), url('../images/about_me_Img_bg.jpg');
  background-position: 0px 0px, 0px 0px, 0% 50%;
  background-size: auto, auto, cover;
}

.ralated-work {
  padding: 120px;
  background-color: #fafafa;
}

.section-team {
  padding-top: 20px;
  padding-bottom: 140px;
}

.team-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.next-portfolio-item {
  padding-bottom: 60px;
}

.next-column {
  padding-left: 80px;
  text-align: left;
}

.prev-column {
  padding-right: 80px;
  text-align: right;
}

.prev-arrow {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.next-arrow {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.play-icon {
  overflow: visible;
  opacity: 0.5;
}

.play-icon:hover {
  opacity: 1;
}

.team-1 {
  position: static;
}

.team-info {
  margin-top: 20px;
  background-color: #fff;
}

.social-icon {
  margin-right: 5px;
  opacity: 0.5;
  text-align: center;
}

.social-icon:hover {
  opacity: 1;
}

.social-links {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.team-1-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team1-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-2 {
  position: static;
}

.team-2-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-2-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team2-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-3-image {
  width: 300px;
  height: 383px;
  background-image: url('../images/team3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-3-hover {
  width: 100%;
  height: 100%;
  background-image: url('../images/team3-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-section {
  padding-top: 40px;
  padding-bottom: 100px;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.gallery-row {
  margin-top: 40px;
}

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

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slide-1 {
  padding-top: 45px;
  background-color: #fff;
}

.testimonial-name {
  margin-top: 60px;
}

.slider-icons {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #303030;
}

.slider-icons:hover {
  opacity: 1;
}

.slide-2 {
  padding-top: 45px;
  background-color: #fff;
}

.slide-3 {
  padding-top: 45px;
  background-color: #fff;
}

.text-field {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.text-area {
  margin-bottom: 30px;
  border-radius: 3px;
}

.form-title {
  text-align: left;
}

.social-left {
  text-align: left;
}

.social-right {
  text-align: right;
}

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

.form-section {
  padding: 120px;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.contact-header {
  height: 622px;
  background-color: #f7f7f7;
  background-image: url('../images/contact_spash.jpg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.white-head-line {
  color: #dbdbdb;
}

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

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

.hero-text {
  margin-top: -110px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  color: #474747;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

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

.heading-2 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-2.aboutme {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}

.paragraph-2.speaking {
  text-align: left;
}

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

.heading-5 {
  color: #cecece;
  font-size: 42px;
  font-weight: 500;
}

.heading-5.aboutme {
  color: #585858;
}

.background-video {
  display: block;
  overflow: visible;
}

.background-video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 120px;
  clear: both;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-3 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}

.heading-6 {
  margin-top: 0px;
  font-size: 42px;
  font-weight: 500;
}

.lightbox-link {
  margin-top: 260px;
}

.slide-4 {
  position: relative;
  overflow: hidden;
  clear: none;
  background-image: url('../images/bg-new-copy-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-2 {
  float: none;
  clear: both;
}

.image {
  overflow: visible;
  margin-top: 75px;
  float: none;
  clear: both;
  text-align: center;
}

.container {
  text-align: center;
}

.image-2 {
  display: inline-block;
  overflow: hidden;
  max-height: 400px;
}

.grid {
  margin-top: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.heading-7 {
  margin-top: 15px;
  text-align: center;
}

.bold-text {
  font-weight: 600;
}

.bold-text.semibold {
  font-weight: 400;
}

.list {
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 18px;
  line-height: 30px;
}

.list-item {
  font-size: 16px;
}

.rich-text-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: left;
}

.rich-text-block-2 {
  background-color: transparent;
  background-image: url('../images/washington-monument-816642_1920.jpg');
  background-position: 50% 50%;
  background-size: auto;
  font-family: 'Open Sans', sans-serif;
  color: #1c1c1c;
  text-decoration: none;
}

.rich-text-block-2.guiding {
  color: #000;
}

.div-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/washington-monument-816642_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/washington-monument-816642_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block.principles {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.68)), to(hsla(0, 0%, 100%, 0.68)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.68), hsla(0, 0%, 100%, 0.68));
  background-position: 0px 0px;
  background-size: auto;
}

.div-block.principles._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  background-size: auto;
}

.paragraph-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 15px 40px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.container-2 {
  margin-top: 10px;
  padding-top: 37px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/washington-monument-816642_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/washington-monument-816642_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
}

.container-2.p1 {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/20160727_183921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/20160727_183921.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
}

.container-2.p2 {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
}

.container-2.p2.city {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bhutanese-woman-2725142.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bhutanese-woman-2725142.jpg');
  background-size: auto, cover;
}

.container-2.p3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/rowing-898008_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/rowing-898008_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
}

.div-block-2 {
  margin-top: 187px;
}

.div-block-3 {
  margin-top: 0px;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.text-block.imgtag {
  margin-top: 20px;
  margin-bottom: 23px;
  color: #818181;
  text-align: center;
}

.text-block.imgtag.big {
  font-size: 16px;
}

.div-block-4 {
  position: absolute;
}

.div-block-4.caption {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 98px;
  margin-left: 220px;
}

.image-3 {
  position: absolute;
}

.div-block-5 {
  margin-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  text-align: center;
}

.div-block-5.herotitle {
  overflow: visible;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: 'Open Sans', sans-serif;
}

.heading-9 {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.image-4 {
  margin-top: 40px;
}

.container-3 {
  position: relative;
}

.textlink {
  color: #1f01ff;
  font-weight: 600;
  text-decoration: none;
}

.image-5 {
  margin-top: 20px;
}

.list-item-2 {
  font-size: 16px;
}

.text-block-2 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 18px;
}

.heading-10 {
  font-size: 34px;
  font-weight: 600;
}

.text-block-3 {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  color: #7a7a7a;
  font-size: 12px;
  text-align: center;
}

.image-6 {
  margin-left: 20px;
  padding-left: 0px;
}

.link-block-2 {
  margin-left: 20px;
  padding-left: 0px;
}

.image-7 {
  opacity: 1;
}

.link-block-3 {
  margin-left: 20px;
  padding-left: 0px;
}

.image-8 {
  margin-left: 20px;
}

.heading-11 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.bold-text-2 {
  line-height: 24px;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.heading-12 {
  padding: 5px 5px 6px 6px;
  background-color: rgba(0, 0, 0, 0.06);
  text-align: left;
}

.bold-text-3 {
  font-size: 18px;
}

.container-4 {
  padding-top: 140px;
}

.text-block-4 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: #bbb;
  color: #9c9c9c;
  line-height: 1px;
}

.columns {
  margin-top: 20px;
}

.image-9 {
  margin-top: 10px;
}

.nav-link {
  color: #fff;
}

.div-block-6 {
  margin-top: 10px;
}

.heading-13 {
  font-size: 22px;
}

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

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

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

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

html.w-mod-js *[data-ix="team-1-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="team-2-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="team-3-hover-no-show"] {
  display: none;
}

html.w-mod-js *[data-ix="gallery-column"] {
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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

html.w-mod-js *[data-ix="the-modern-web-is-elegant"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="play-icon"] {
  opacity: 0.01;
  -webkit-transform: scale(0.54, 0.54);
  -ms-transform: scale(0.54, 0.54);
  transform: scale(0.54, 0.54);
}

html.w-mod-js *[data-ix="the-color-of-black-gold"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    margin-top: -11px;
    padding-right: 0px;
    font-size: 22px;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  h5 {
    line-height: 40px;
  }

  .section-full._1 {
    padding: 0px 20px;
    background-color: #e1e1e1;
    background-position: 50% -72px;
    background-attachment: scroll;
  }

  .section-full._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mobile-phone-1419275_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile-phone-1419275_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .color-section {
    height: 340px;
    padding-top: 95px;
  }

  .portfolio-section {
    margin-top: -75px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfolio-column {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }

  .big-text {
    display: block;
    font-size: 48px;
  }

  .arrow-down {
    display: none;
  }

  .headline {
    left: 10%;
    top: 70%;
    width: 600px;
    padding-right: 0px;
    text-align: center;
  }

  .big-text-2 {
    font-size: 56px;
  }

  .section-info {
    padding: 40px 20px;
  }

  .work-info-container {
    margin-top: 0px;
  }

  .work-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .work-section._1 {
    width: 100%;
    text-align: center;
  }

  .work-hero {
    position: -webkit-sticky;
    position: sticky;
  }

  .work-hero._1._2 {
    background-image: url('../images/LightRail4.png');
  }

  .work-hero.dw {
    background-image: url('../images/BG_Large.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .nav-menu-open {
    height: 100%;
    padding-top: 100px;
    background-color: #fff;
  }

  .navlink1 {
    display: block;
    text-align: center;
  }

  .ralated-work {
    padding: 50px 10px;
  }

  .play-icon {
    padding-bottom: 0px;
  }

  .gallery-row {
    margin-top: 20px;
  }

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

  .testimonial-name {
    margin-top: 40px;
    font-size: 24px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-section {
    padding: 10px;
  }

  .contact-header {
    background-position: 100% 100%;
    background-size: auto;
  }

  .hero-text {
    padding-top: 52px;
    padding-right: 28px;
    text-align: center;
  }

  .paragraph-2.aboutme {
    margin-top: 20px;
  }

  .paragraph-2.speaking {
    font-size: 16px;
  }

  .background-video-2 {
    overflow: visible;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-2.p2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
    background-size: auto, cover;
  }

  .heading-11 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 18px;
    line-height: 35px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    line-height: 42px;
  }

  .section-full._1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/Bg_Image_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-full._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mobile-phone-1419275_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile-phone-1419275_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .color-section {
    height: 286px;
  }

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

  .portfolio-column {
    margin-bottom: 40px;
  }

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

  .big-text {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 46px;
  }

  .footer-left-column {
    padding-top: 20px;
    text-align: center;
  }

  .arrow-down {
    display: none;
  }

  .headline {
    left: 0px;
    top: 10%;
    width: 530px;
  }

  .big-text-2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .footer-right-column {
    padding-top: 15px;
    text-align: center;
  }

  .section-info {
    padding: 40px 20px 20px;
  }

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

  .work-hero._1._2 {
    background-image: url('../images/LightRail4_1.png');
  }

  .work-hero.dw {
    background-image: url('../images/BG_Small.png');
    background-position: 50% 0%;
  }

  .navbar1 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .menu-button-2.w--open {
    margin-right: 0px;
  }

  .ralated-work {
    padding: 0px;
  }

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

  .next-column {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .prev-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .play-icon {
    padding-left: 27px;
  }

  .dark-section {
    padding: 0px 10px 10px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

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

  .testimonial-name {
    margin-top: 30px;
    font-size: 20px;
  }

  .social-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .social-right {
    margin-bottom: 20px;
    text-align: center;
  }

  .social-center {
    margin-bottom: 20px;
    text-align: center;
  }

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

  .contact-header {
    height: 400px;
    background-position: 100% 100%;
    background-size: 960px;
  }

  .client-logos {
    margin-bottom: 30px;
  }

  .hero-text {
    padding-top: 60px;
    text-align: center;
  }

  .heading {
    margin-top: 9px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .paragraph-2.speaking {
    font-size: 12px;
  }

  .column {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    display: block;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 21px;
    line-height: 30px;
  }

  h6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .button {
    margin-top: 10px;
  }

  .section-full._1 {
    padding: 60px 10px 40px;
    background-image: url('../images/Bg_Image_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
  }

  .section-full._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mobile-phone-1419275_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile-phone-1419275_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .color-section {
    height: 232px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

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

  .portfolio-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .portfolio-row {
    margin-bottom: 0px;
  }

  .clinets-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    height: 145px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .big-text {
    font-size: 27px;
    line-height: 41px;
  }

  .headline {
    top: 10%;
    width: 300px;
  }

  .big-text-2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 48px;
  }

  .footer-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .social-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
  }

  .footer-right-column {
    position: relative;
  }

  .section-info {
    padding: 40px 12px 20px;
  }

  .work-info-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .work-hero {
    background-image: url('../images/AC_iPhone_View1a.png');
    background-position: 50% 0%;
    background-size: cover;
  }

  .work-hero._1._2 {
    background-image: url('../images/LightRail5.png');
  }

  .work-hero.dw {
    background-image: url('../images/BG_Xtra_Small.png');
    background-position: 50% -5%;
  }

  .navbar1 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .nav-menu-open {
    height: 100%;
    padding-top: 74px;
    text-align: center;
  }

  .navlink1 {
    display: block;
    text-align: center;
  }

  .big-text-div-2 {
    top: 60%;
  }

  .about-header {
    background-position: 10% 50%;
  }

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

  .play-icon {
    margin-top: -62px;
    padding-left: 16px;
  }

  .team-1 {
    margin-bottom: 30px;
    text-align: center;
  }

  .team-2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .team-3 {
    margin-bottom: 30px;
    text-align: center;
  }

  .dark-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-row {
    margin-top: 0px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

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

  .testimonial-name {
    margin-top: 20px;
  }

  .contact-header {
    height: 400px;
  }

  .paragraph-2.speaking {
    font-size: 10px;
  }

  .image-2 {
    overflow: visible;
  }

  .right-arrow-2 {
    overflow: hidden;
  }

  .slider-3 {
    display: block;
    overflow: auto;
    clear: both;
  }

  .slider-3.mob {
    overflow: auto;
  }

  .container-2.p2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Screen-Shot-2019-05-21-at-7.45.42-PM.png');
    background-size: auto, cover;
  }
}

#w-node-f63db9fa-eaa9-a586-a665-75962b04ef02-d1a63307 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3208fe75-4e80-d4a8-0a82-efd490898d88-d1a63307 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2ec8aef2-78bc-4526-62eb-257f4db13f6d-d1a63307 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ea16621-989e-388f-aa12-55820dbbca6a-d1a63307 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-abf99cb1-7dab-5518-fa6f-44ef4886d39d-d1a63307 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_02c32841-42fb-3862-a5af-2c6d571ce644-d1a63307 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4edcf549-f7f1-5fe4-5d06-42715e22f08d-49b1fc79 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4edcf549-f7f1-5fe4-5d06-42715e22f08e-49b1fc79 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4edcf549-f7f1-5fe4-5d06-42715e22f08f-49b1fc79 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

