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

h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #666d70;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

a {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100%;
  color: #b5a263;
  text-decoration: none;
}

.button {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 35px;
  margin-top: 16px;
  padding: 8px 15px 9px;
  border-radius: 20px;
  background-color: #ad8039;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  padding-top: 5px;
  border: 3px solid #b5a263;
  background-color: transparent;
  color: #b5a263;
}

.button.submit {
  margin-top: 0px;
  margin-bottom: 10px;
}

.button.square {
  width: 100%;
  height: 45px;
  margin-top: -13px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #b5a263;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #b5a263;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.button.square:hover {
  background-color: #b5a263;
  color: #fff;
}

.hero-section {
  position: absolute;
  width: 100%;
  height: 605px;
  border-bottom: 4px solid #ad8039;
  background-color: #021d49;
  background-image: url('../images/dotted-worldmap-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section.header {
  display: none;
  height: 237px;
  margin-bottom: 0px;
  padding: 60px 15px 50px;
  background-position: 50% -243px;
}

.content-wrapper {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.content-wrapper.hero {
  text-align: left;
}

.title {
  position: relative;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  color: #ad8039;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.title.how-we-work {
  width: 90%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #838c8e;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.title.testimonial {
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.title.testimonial-name {
  text-align: left;
}

.title.phone {
  margin-bottom: 3px;
}

.title.email {
  margin-bottom: 3px;
}

.title.address {
  margin-bottom: 3px;
}

.title.portfolio {
  margin-bottom: 3px;
}

.title.left-justified {
  bottom: 8px;
  text-align: left;
}

.title.left-justified.message {
  top: 8px;
  margin-bottom: 4px;
}

.hero-subtitle {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #838c8e;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-gold {
  color: #ad8039;
}

.hero-content {
  height: 100%;
  padding: 120px 15px 25px 20px;
  text-align: left;
}

.iphone-left {
  position: relative;
  top: 80px;
  right: 22%;
  display: none;
  padding-top: 122px;
}

.iphone-right {
  position: static;
  top: 80px;
  right: 13%;
  bottom: -1px;
}

.nav-link {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 27px 34px 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #b5a263;
}

.nav-link.w--current {
  padding-top: 27px;
  padding-bottom: 24px;
  color: #fff;
}

.nav-link.fixed-bar:hover {
  background-color: transparent;
}

.navbar {
  display: block;
  height: auto;
  background-color: hsla(217.1830985915493, 97.36%, 11.49%, 1.00);
}

.slide-arrow {
  width: 40px;
  height: 40px;
  margin: 251px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #2b2f36;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #b5a263;
  font-size: 15px;
  font-weight: 700;
}

.slide-arrow:hover {
  color: #fff;
}

.slide-arrow.right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 40px;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
}

.slide-arrow.testimonials {
  background-color: #ad8039;
  color: #fff;
}

.nav-menu {
  width: 90%;
  height: 72px;
  margin-left: 55px;
  padding-bottom: 0px;
  float: left;
}

.social-icons-on-navbar {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 14%;
  height: 97%;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
}

.social-mini-icon {
  position: static;
  width: 24px;
  height: 20px;
  margin-right: 13px;
  float: left;
  text-align: center;
}

.icon-front {
  margin-left: -12px;
}

.brand {
  padding-top: 29px;
  padding-bottom: 19px;
}

.hover-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 180px;
  height: 3px;
  background-color: #ad8039;
}

.content-section {
  position: static;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.fun-facts {
  margin-bottom: 0px;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #272b32;
}

.content-section.our-promise {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f4ef;
}

.content-section.social-share {
  padding-top: 80px;
}

.content-section.latest-works {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f9f9f9;
}

.content-section.no-bottom-padding {
  padding-top: 30px;
  padding-bottom: 72px;
}

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

.content-section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 605px;
  margin-bottom: 20px;
  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;
  background-color: #021d49;
  background-image: url('../images/world-map-dotted.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content-section.testimoncontent {
  display: none;
}

.content-section.servicios-content {
  padding-top: 0px;
}

.subtitle {
  color: #afb6b8;
  text-align: justify;
}

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

.feature-box {
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
}

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

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.column.testimonials {
  padding-right: 27px;
  padding-left: 27px;
}

.column.our-promise {
  position: relative;
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}

.column.the-services {
  overflow: hidden;
}

.column.social-share {
  overflow: hidden;
  height: 60px;
  margin-bottom: 15px;
}

.column.contact-us-details {
  display: block;
  overflow: hidden;
}

.column.logo-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.footer-2 {
  display: block;
}

.column.footer-3 {
  display: block;
}

.column.footer-1 {
  display: block;
}

.service-box {
  height: 275px;
  padding: 45px 19px 35px 25px;
  text-align: left;
}

.service-box.no-side-border {
  border-right-style: none;
}

.service-box.no-bottom-border {
  border-bottom-style: none;
}

.service-box.left-side-border {
  border-right: 1px solid #eee;
}

.service-box.left-side-border.bottom-border {
  border-bottom: 1px solid #eee;
}

.service-box.bottom-border {
  border-bottom: 1px solid #eee;
}

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

.dark-blue {
  margin-bottom: 116px;
  padding-top: 116px;
  background-color: #272b32;
}

.white {
  color: #fff;
}

.work-sample-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: left;
}

.thumbnail {
  margin-bottom: 20px;
}

.thumbnail.dropdown {
  margin-bottom: 10px;
}

.work-sample-text-content {
  position: relative;
  padding-right: 12px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  line-height: 17px;
}

.work-sample-text-content.dropdown {
  padding-right: 7px;
  padding-left: 0px;
}

.text-brief {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  line-height: 17px;
}

.text-brief.dropdown {
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 12px;
}

.link-with-arrow {
  position: relative;
  height: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b5a263;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
}

.link-with-arrow:hover {
  text-decoration: underline;
}

.link-with-arrow.in-number {
  position: relative;
  display: block;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.link-with-arrow.footer-item {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.link-with-arrow.footer-item:hover {
  color: #b5a263;
}

.link-with-arrow.next {
  float: right;
  text-align: right;
}

.mini-arrow-gold {
  position: absolute;
  margin-top: 6px;
  margin-left: 62px;
}

.mini-arrow-gold.on-contact-details {
  margin-top: 8px;
  margin-left: 47px;
}

.mini-arrow-gold.dropdown {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.mini-arrow-gold.on-hover-box {
  margin-top: 8px;
  margin-left: 33px;
}

.mini-arrow-gold.on-services {
  margin-top: 8px;
}

.mini-arrow-gold.on-work-thumbnails {
  margin-top: 8px;
  margin-left: 62px;
}

.mini-arrow-gold.on-portfolio-category {
  margin-top: 8px;
  margin-left: 37px;
}

.mini-arrow-gold.on-latest-works {
  position: absolute;
  left: 15px;
  top: 0px;
}

.slider-portfolio {
  height: 100%;
  margin-top: 55px;
  padding-bottom: 50px;
  background-color: transparent;
}

.previous {
  float: left;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 11px;
  font-style: italic;
  text-align: left;
}

.arrow-left {
  position: relative;
  top: 6px;
  margin-right: 9px;
  float: left;
}

.hover-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 99%;
  height: 99%;
  padding-top: 110px;
  background-color: #fff;
  text-align: center;
}

.numbering {
  position: relative;
  margin-bottom: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ad8039;
  font-size: 30px;
  font-style: italic;
  text-decoration: none;
}

.numbering:hover {
  font-style: italic;
}

.numbering.how-we-work {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 15px;
  font-weight: 700;
}

.numbering.contact-us {
  color: #b5a263;
}

.first-row {
  margin-top: 55px;
}

.arrow-right {
  margin-top: 7px;
  margin-left: 9px;
  float: right;
}

.team-member-box.side-border {
  margin-bottom: 20px;
  border-right: 1px solid #eee;
}

.team-member-picture {
  margin-bottom: 35px;
}

.team-member-text {
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  text-align: left;
}

.social-icons-box {
  padding: 12px 19px;
  border-top: 1px solid #eee;
  text-align: left;
}

.social-icons-box.stay-connected {
  padding-left: 0px;
  border-top-style: none;
}

.social-icon {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.social-icon-front {
  position: absolute;
  left: 0px;
  color: #ad8039;
}

.social-icon-front.stay-connected {
  left: 0px;
}

.social-icon-back {
  position: absolute;
}

.social-icon-front-2 {
  position: absolute;
  left: 0px;
  color: #ad8039;
}

.social-icon-front-2.stay-connected {
  left: 0px;
}

.social-icon-back-2 {
  position: absolute;
}

.social-icon-front-3 {
  position: absolute;
  left: 0px;
}

.social-icon-front-3.stay-connected {
  left: 0px;
}

.social-icon-back-3 {
  position: absolute;
  left: 0px;
}

.fun-facts-box {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 19px;
}

.fun-facts-box.left-side-border {
  border-right: 1px solid #3d434e;
}

.fun-fact-icon {
  margin-bottom: 25px;
}

.underline {
  display: block;
  width: 35px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #ad8039;
}

.underline.contact-us {
  background-color: #ad8039;
}

.underline.services {
  margin-bottom: 8px;
}

.underline.fun-facts {
  margin-top: 10px;
  background-color: #ad8039;
}

.fun-fact-number {
  margin-bottom: 7px;
  font-family: 'PT Serif', serif;
  color: #ad8039;
  font-size: 22px;
}

.how-we-work-left-text {
  text-align: left;
}

.box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  border-bottom: 1px solid #eee;
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.how-we-work {
  margin-bottom: 15px;
}

.hidden-box {
  display: block;
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.box-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
}

.number-box {
  position: relative;
  z-index: 100;
  width: 40px;
  height: 100%;
  margin-bottom: 20px;
  padding-left: 3px;
  float: left;
}

.testimonial-box {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #ad8039;
  border-radius: 5px;
}

.hidden-box-2 {
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.testimonial-picture {
  margin-bottom: 40px;
}

.testimonial-text-box {
  position: relative;
  text-align: left;
}

.quote-mark-box {
  width: 42px;
  height: 25px;
  padding-top: 16px;
  float: left;
}

.quote {
  font-family: 'Playfair Display', sans-serif;
  color: #b5a263;
  font-size: 70px;
}

.divider-line-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto;
  background-color: #d8cdb5;
}

.divider-line-box._30-width {
  width: 30%;
  margin-bottom: 55px;
}

.divider-line-box._30-width {
  width: 40%;
}

.divider-line-box._70-width {
  width: 70%;
}

.divider-tip-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.divider-tip-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.slider-testimonials {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
}

.our-promise-text-box {
  padding-top: 45px;
  text-align: left;
}

.signature {
  margin-top: 25px;
}

.the-guy {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: -25px;
}

.social-share-box {
  width: 100%;
  height: 60px;
  padding-top: 20px;
  border: 1px solid #e4e4e4;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-share-box.no-side-border-line {
  border-style: solid none solid solid;
}

.row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.row.inner-pages {
  display: none;
  margin-top: 60px;
}

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

.row.dropdown {
  margin-top: 20px;
  margin-bottom: 0px;
}

.social-share-icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer {
  position: relative;
  padding-top: 60px;
  border-top: 4px solid #b5a263;
  border-bottom: 8px solid #21242a;
  background-color: #24282f;
  background-image: none;
}

.about-our-company {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 15px;
  text-align: left;
}

.about-our-company.left-side-border {
  height: 100%;
  margin-bottom: 35px;
}

.company-description {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-style: italic;
}

.details-text-box {
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #30363f;
}

.details-text-box.no-bottom-line {
  height: 47px;
  border-bottom-style: none;
}

.phone-icon {
  width: 45px;
  height: 33px;
  float: left;
  text-align: center;
}

.text-all-caps {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-style: normal;
  text-transform: uppercase;
}

.text-all-caps.phone {
  padding-top: 5px;
}

.text-all-caps.email {
  padding-top: 6px;
}

.footer-menu-box {
  width: 50%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  float: left;
  text-align: left;
}

.footer-menu-box.left-border {
  padding-bottom: 100px;
  border-left: 1px solid #30363f;
}

.footer-menu-box.right-border {
  padding-bottom: 202px;
  border-right: 1px solid #30363f;
}

.menu-item {
  margin-bottom: 5px;
}

.stay-tuned-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #30363f;
  text-align: left;
}

.submit-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 90px;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #b5a263;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
}

.text-field {
  width: 70%;
  height: 40px;
  padding-left: 39px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 12px;
  font-style: italic;
}

.text-field:focus {
  border-top-width: 1px;
  border-top-color: #74b9ef;
  border-bottom-width: 1px;
  border-bottom-color: #74b9ef;
  border-left-width: 1px;
  border-left-color: #74b9ef;
}

.text-field.contact-us-form {
  width: 100%;
  height: 40px;
  padding-top: 12px;
  padding-left: 31px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #dce1e3;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field.message {
  width: 100%;
  height: 100%;
  padding-top: 34px;
  padding-left: 31px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #dce1e3;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.text-field.email-input:focus {
  border: 1px solid #74b9ef;
}

.form {
  position: relative;
  width: 100%;
}

.email-icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  padding-left: 11px;
}

.form-email-wrapper {
  margin-top: 12px;
  margin-bottom: 25px;
}

.stay-connected-box {
  position: relative;
  text-align: left;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
  display: none;
  height: 69px;
  background-color: #021d49;
}

.contact-us-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: none;
  overflow: auto;
  padding-top: 90px;
  background-color: #272b32;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 38px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #b5a263;
  background-color: #fff;
}

.arrow-box {
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  margin-top: 10px;
}

.arrow-box.message {
  margin-top: 30px;
}

.input {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.input.message {
  height: 60px;
}

.hover-line-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #b5a263;
}

.input-box {
  margin-top: 40px;
  margin-bottom: 35px;
}

.input-box.message {
  margin-top: 30px;
}

.close-box {
  margin-bottom: 40px;
}

.close {
  position: static;
  display: inline-block;
}

.number {
  margin-right: 24px;
  padding-top: 10px;
  float: left;
}

.number.services {
  margin-left: 26px;
  padding-top: 0px;
  float: none;
}

.number.bottom-separation {
  margin-bottom: 22px;
}

.contact-icon {
  margin-right: 24px;
  margin-bottom: 10px;
  float: left;
}

.contact-details-text {
  display: block;
  padding-top: 8px;
}

.logo-box {
  margin-bottom: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sign-box {
  margin-top: 40px;
  margin-bottom: 65px;
  font-family: 'PT Serif', serif;
  color: #b5a263;
  font-size: 24px;
}

.details-box {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #30363f;
  text-align: left;
}

.details-box.portfolio {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 9px;
  border-top: 1px solid #eee;
  border-bottom-color: #eee;
}

.details-box.portfolio.no-top-divider {
  border-top-style: none;
}

.map-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1010;
  display: none;
  height: 100%;
}

.map {
  display: block;
  height: 100%;
}

.contact-us-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 38px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px solid #b5a263;
  border-right: 2px solid #b5a263;
  border-bottom: 2px solid #b5a263;
  background-color: #021d49;
}

.close-box-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1300;
}

.close-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 16px;
  margin-right: 17px;
}

.contact-us-row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.contact-us-row.contact-us-new {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-image {
  margin-top: 30px;
}

.title-2 {
  margin-top: 60px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 42px;
}

.text-content {
  position: relative;
  padding-right: 6%;
  padding-left: 6%;
  text-align: left;
}

.capital-letter {
  width: 45px;
  height: 35px;
  margin-top: 17px;
  float: left;
  font-family: 'PT Serif', serif;
  color: #838c8e;
  font-size: 60px;
}

.paragraph {
  color: #899091;
  text-align: justify;
}

.tip-box {
  width: 13px;
  height: 11px;
  margin-top: 3px;
  float: left;
  background-image: url('../images/Tip.png');
  background-position: 0px 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.subheading-box {
  margin-top: 15px;
  margin-bottom: 5px;
}

.right-image-box {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.left-image-box {
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  text-align: center;
}

.text-link.gold {
  color: #b5a263;
}

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

.quote-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 6%;
  padding-bottom: 5%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.quote-text {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #838c8e;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.arrow-r {
  position: relative;
  top: 7px;
  margin-left: 11px;
  float: right;
}

.previous-text {
  float: left;
}

.previous-text:hover {
  text-decoration: underline;
}

.next-text {
  float: right;
}

.next-text:hover {
  text-decoration: underline;
}

.success-message-text {
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b5a263;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  text-align: center;
}

.success-message-box {
  padding-top: 15px;
  background-color: transparent;
}

.success-message-box.contact-us-form {
  display: none;
  margin-bottom: 495px;
}

.error-message-box {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.error-message-text {
  display: block;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.portfolio-image {
  margin-top: 25px;
  margin-bottom: 25px;
}

.portfolio-details-box {
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-category {
  width: 110%;
  height: 100%;
}

.text-category-box {
  display: block;
  padding: 55px 18px 32px 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-category-box.left {
  padding-right: 78px;
  padding-left: 18px;
}

.header-subtitle {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.centered {
  text-align: left;
}

.title-link {
  position: static;
  display: block;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

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

.title-link.dropdown {
  width: 100%;
  margin-bottom: 0px;
  color: #838c8e;
}

.title-link.dropdown:hover {
  color: #b5a263;
}

.gold {
  margin-bottom: 4px;
  color: #ad8039;
}

.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3c3d41;
}

.dark.left-justified {
  text-align: left;
}

.category-title-box {
  position: relative;
  width: 46%;
  margin-bottom: 5px;
}

.categories-box {
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 73px;
  padding-left: 15px;
  border-right: 1px solid #eee;
  text-align: left;
}

.top-tip-box {
  display: block;
  width: 9px;
  height: 5px;
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Tip-2.png');
  background-position: 50% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.fixed-logo-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: none;
  height: 72px;
  border-top: 7px solid #21242a;
  background-color: transparent;
  background-image: url('../images/Logo-top2.png');
  background-position: 50% -1px;
  background-size: 176px;
  background-repeat: no-repeat;
}

.nav-link-contact-us {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 25px 34px 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-contact-us:hover {
  color: #b5a263;
}

.nav-link-contact-us.fixed-bar:hover {
  background-color: transparent;
}

.work-sample-box-1 {
  margin-top: 15px;
  padding-bottom: 20px;
  text-align: left;
}

.work-sample-box-2 {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.work-sample-box-3 {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.all-works {
  position: static;
  width: 100%;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.all-works:hover {
  text-decoration: underline;
}

.go-up-box {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 200px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.go-up-box.w--current {
  top: 0px;
  width: 176px;
  height: 54px;
}

.link-contact-us {
  position: relative;
  display: inline-block;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  text-decoration: none;
}

.link-contact-us:hover {
  color: #b5a263;
  text-decoration: underline;
}

.imac {
  position: relative;
  top: 76px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-right: 4%;
  padding-left: 4%;
}

.hero-content-2 {
  width: 100%;
  height: 100%;
  padding: 220px 20px 25px;
  text-align: left;
}

.testimonial-box-2 {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #b5a263;
  border-radius: 5px;
}

.testimonial-box-3 {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #b5a263;
  border-radius: 5px;
}

.expand-box {
  position: relative;
  right: 0px;
  width: 100%;
  height: 35px;
  text-decoration: none;
}

.line-horizontal {
  position: relative;
  top: -8px;
  display: block;
  width: 15px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b5a263;
  color: #b5a263;
}

.line-vertical {
  display: block;
  width: 1px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b5a263;
}

.expand-box-2 {
  position: relative;
  width: 100%;
  height: 35px;
  text-decoration: none;
}

.expand-box-3 {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  text-decoration: none;
}

.expand-box-3:hover {
  font-style: normal;
}

.hidden-box-3 {
  padding-bottom: 5px;
  padding-left: 41px;
  text-transform: none;
}

.stay-in-touch-box {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.hide-open-box-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.hide-open-box-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.hide-open-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}

.link {
  position: relative;
  color: #b5a263;
  text-decoration: none;
}

.link:hover {
  color: #b5a263;
  text-decoration: underline;
}

.header-title-box {
  padding: 0px 6%;
  text-align: center;
}

.go-up-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

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

.portfolio-dropdown {
  z-index: 6000;
  overflow: visible;
}

.dropdown-toggle {
  display: none;
  overflow: hidden;
  padding: 27px 34px 24px 31px;
  background-image: url('../images/Arrow-mini.png');
  background-position: 80% 53%;
  background-size: 5px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.dropdown-toggle:hover {
  color: #b5a263;
}

.dropdown-toggle.w--open {
  overflow: hidden;
}

.dropdown-list {
  left: -1100px;
  top: 71px;
  right: -1100px;
  display: none;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .05);
}

.dropdown-list.w--open {
  position: absolute;
  left: -1400px;
  top: 68px;
  right: -1400px;
  border-top: 3px solid #b5a263;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .05);
}

.dropdown-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-hover-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 180px;
  height: 3px;
  background-color: #b5a263;
}

.navmenu {
  display: block;
  width: auto;
  margin-left: 55px;
  padding-left: 80px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-hero-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
}

.left-arrow {
  height: 90%;
}

.right-arrow {
  height: 90%;
}

.slider-box {
  height: 680px;
  background-color: transparent;
}

.mask {
  padding-bottom: 61px;
}

.hero-header-box {
  display: block;
  padding: 60px 15px 50px;
  border-bottom: 4px solid #b5a263;
  background-color: #272b32;
  background-image: url('../images/dotted-worldmap-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq {
  margin-bottom: 40px;
}

.image {
  padding-bottom: 50px;
}

.heading {
  font-size: 13px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #272b32;
}

.text-block {
  padding: 0px 5px;
  border: 2px solid #ad8039;
}

.text-block-2 {
  position: relative;
}

.section-2 {
  display: none;
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.section-3 {
  display: none;
  padding-top: 116px;
  padding-bottom: 116px;
  background-color: #fff;
}

.bold-text {
  color: #ad8039;
}

.columns {
  margin-bottom: 40px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.columns-3 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  height: 300px;
}

.columns-4 {
  display: block;
}

.map-2 {
  height: 300px;
}

.bold-text-2 {
  font-weight: 300;
}

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

html.w-mod-js *[data-ix="show-fixed-logo-bar"] {
  display: none;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="show-fixed-navabar-on-scroll"] {
  display: none;
}

html.w-mod-js *[data-ix="hidde-contact-us-row-on-click"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="hide-contact-us"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="display-none-element"] {
  display: none;
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-line"] {
  -webkit-transform: translate(-230px, 0px);
  -ms-transform: translate(-230px, 0px);
  transform: translate(-230px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hidden-box"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="initial-appearance-work-sample-boxes"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-box"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-social-share-icon-box"] {
  display: none;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="initial-appearance-of-hover-line-on-contact-us-form"] {
  -webkit-transform: translate(-760px, 0px);
  -ms-transform: translate(-760px, 0px);
  transform: translate(-760px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-of-map-box"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 650px);
  -ms-transform: translate(0px, 650px);
  transform: translate(0px, 650px);
}

html.w-mod-js *[data-ix="initiial-appearance-of-hover-line-3"] {
  -webkit-transform: translate(-330px, 0px);
  -ms-transform: translate(-330px, 0px);
  transform: translate(-330px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-social-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-contact-us-row"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-of-contact-us-full-page"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-dropdown-sections"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

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

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

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

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

html.w-mod-js *[data-ix="initial-appearance-of-portfolio-hover-line"] {
  -webkit-transform: translate(-230px, 0px);
  -ms-transform: translate(-230px, 0px);
  transform: translate(-230px, 0px);
}

@media (max-width: 991px) {
  .hero-section {
    height: 100%;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero-content {
    padding-top: 16%;
    text-align: center;
  }
  .iphone-left {
    right: 11%;
  }
  .iphone-right {
    right: 25%;
  }
  .nav-link {
    display: block;
    overflow: visible;
    width: 100%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    background-color: #24282f;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom: 3px solid #b5a263;
  }
  .nav-link.w--current {
    width: 100%;
    height: 80px;
    padding-top: 32px;
  }
  .nav-link.w--current:hover {
    border-bottom: 3px solid #b5a263;
  }
  .nav-link.fixed-bar:hover {
    background-color: #22262c;
  }
  .navbar {
    width: 100%;
  }
  .slide-arrow {
    margin-top: 350%;
  }
  .slide-arrow.testimonials {
    margin-top: 681px;
  }
  .nav-menu {
    position: fixed;
    width: 100%;
    height: auto;
    margin-left: 0px;
    float: none;
  }
  .social-icons-on-navbar {
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #24282f;
  }
  .social-mini-icon {
    width: 54px;
    height: 20px;
    float: none;
  }
  .brand {
    display: block;
  }
  .hover-line {
    display: none;
  }
  .content-section.hero {
    margin-bottom: 150px;
  }
  .service-box.left-side-border {
    height: 295px;
  }
  .service-box.bottom-border {
    height: 295px;
  }
  .testimonial-box {
    width: 40%;
  }
  .our-promise-text-box {
    padding-bottom: 1px;
  }
  .the-guy {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 15px;
  }
  .footer-menu-box.left-border {
    padding-bottom: 141px;
  }
  .submit-button {
    position: relative;
    width: 100%;
    border-radius: 3px;
  }
  .text-field.email-input {
    width: 100%;
    border-radius: 3px;
  }
  .contact-us-section {
    display: none;
  }
  .form-box {
    max-height: 656px;
  }
  .contact-us-details-box {
    max-height: 656px;
  }
  .right-image-box {
    padding-top: 51px;
  }
  .left-image-box {
    padding-top: 33px;
  }
  .portfolio-details-box {
    margin-right: 0px;
  }
  .image-category {
    width: 100%;
  }
  .text-category-box {
    padding-top: 15px;
    padding-right: 68px;
  }
  .nav-link-contact-us {
    overflow: visible;
    width: 100%;
    height: 80px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #24282f;
    text-align: center;
  }
  .nav-link-contact-us:hover {
    border-bottom: 3px solid #b5a263;
  }
  .nav-link-contact-us.fixed-bar:hover {
    background-color: #22262c;
  }
  .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .imac {
    display: block;
    padding-top: 0px;
    padding-right: 18%;
    padding-left: 18%;
  }
  .hero-content-2 {
    padding-top: 16%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .testimonial-box-2 {
    width: 40%;
  }
  .testimonial-box-3 {
    width: 40%;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 8px;
    margin-right: 4px;
  }
  .menu-button.w--open {
    background-color: #24282f;
  }
  .navmenu {
    width: 100%;
    margin-left: 0px;
    background-color: #24282f;
  }
  .slider-hero-box {
    height: 1141px;
  }
  .slider-box {
    height: 220%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 100%;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero-content {
    display: block;
    text-align: center;
  }
  .iphone-left {
    left: 13%;
    display: block;
  }
  .iphone-right {
    right: 11%;
    display: block;
  }
  .column {
    display: block;
  }
  .column.testimonials {
    padding-right: 50px;
    padding-left: 50px;
  }
  .service-box {
    height: 255px;
  }
  .service-box.no-bottom-border {
    height: 100%;
    border-bottom: 1px solid #eee;
  }
  .service-box.left-side-border {
    height: 100%;
    border-bottom: 1px solid #eee;
  }
  .service-box.left-side-border.bottom-border {
    height: 100%;
  }
  .service-box.bottom-border {
    height: 100%;
  }
  .link-with-arrow.next {
    padding-right: 10px;
  }
  .previous {
    padding-left: 10px;
  }
  .fun-facts-box.left-side-border {
    border-right-style: none;
  }
  .testimonial-box {
    width: 60%;
  }
  .divider-line-box._30-width {
    width: 50%;
  }
  .the-guy {
    position: relative;
  }
  .social-share-box {
    width: 95%;
  }
  .social-share-box.no-side-border-line {
    width: 95%;
    border-right-style: solid;
  }
  .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row.portfolio {
    padding-right: 0px;
    padding-left: 0px;
  }
  .details-text-box.no-bottom-line {
    border-bottom-style: solid;
  }
  .footer-menu-box {
    width: 40%;
  }
  .footer-menu-box.left-border {
    width: 30%;
    padding-bottom: 31px;
  }
  .footer-menu-box.right-border {
    padding-bottom: 134px;
    border-right-style: none;
  }
  .submit-button {
    right: 3px;
    width: 90px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .text-field.email-input {
    width: 40%;
    float: left;
  }
  .details-box.portfolio {
    padding-left: 0px;
  }
  .contact-us-details-box {
    border-left: 2px solid #b5a263;
    border-top-style: none;
  }
  .next-text {
    float: right;
    text-align: right;
  }
  .testimonial-box-2 {
    width: 60%;
  }
  .testimonial-box-3 {
    width: 60%;
  }
  .stay-in-touch-box {
    position: relative;
  }
  .slider-hero-box {
    height: 1035px;
  }
}

@media (max-width: 479px) {
  h1 {
    width: 99%;
  }
  .hero-section {
    height: 100%;
    padding-bottom: 0px;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .iphone-left {
    position: relative;
  }
  .slide-arrow {
    margin-top: 216%;
    background-color: rgba(43, 47, 54, .75);
  }
  .social-icons-on-navbar {
    height: 100%;
  }
  .content-section.hero {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .service-box.no-bottom-border {
    border-bottom-style: none;
  }
  .service-box.left-side-border {
    border-right-style: none;
  }
  .service-box.left-side-border.bottom-border {
    border-right-style: none;
  }
  .work-sample-box {
    min-height: 310px;
  }
  .team-member-box.side-border {
    border-right-style: none;
  }
  .box {
    margin-bottom: 15px;
  }
  .testimonial-box {
    width: 95%;
  }
  .details-text-box.no-bottom-line {
    font-size: 9px;
  }
  .text-all-caps {
    font-size: 9px;
  }
  .text-all-caps.email {
    width: 60%;
  }
  .text-all-caps.email.on-footer {
    width: 100%;
    font-size: 9px;
  }
  .footer-menu-box.left-border {
    width: 40%;
  }
  .footer-menu-box.right-border {
    width: 50%;
    padding-bottom: 92px;
  }
  .submit-button {
    right: 0px;
    width: 100%;
    border-radius: 3px;
  }
  .text-field.email-input {
    position: static;
    width: 100%;
  }
  .form-box {
    max-height: none;
  }
  .number.bottom-separation {
    margin-bottom: 31px;
  }
  .contact-details-text {
    position: relative;
  }
  .contact-us-details-box {
    padding-right: 23px;
    padding-left: 23px;
  }
  .text-category-box {
    padding-right: 20px;
    padding-left: 18px;
  }
  .text-category-box.left {
    padding-right: 20px;
    padding-left: 18px;
  }
  .categories-box {
    border-right-style: none;
  }
  .testimonial-box-2 {
    width: 95%;
  }
  .testimonial-box-3 {
    width: 95%;
  }
  .navmenu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider-hero-box {
    height: 523px;
  }
  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }
  .columns-2 {
    display: block;
  }
  .container-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-3 {
    display: block;
  }
}

