body {
/* 
 font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  */
  font-family: "Nanum Gothic", 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: white;
  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;
  */
  font-family: "Nanum Gothic", 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: #838c8e;
  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: #1D273E;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  padding-top: 5px;
  border: 3px solid #1D273E;
  background-color: transparent;
  color: #1D273E;
}

.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 #1D273E;
  border-radius: 0px;
  background-color: white;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #1D273E;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.button.square:hover {
  background-color: #1D273E;
  color: white;
}

.button.btn_2 {
  margin-top: 140px;
  margin-right: 5px;
}

.button.btn_login2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
}

.hero-section {
  position: absolute;
  width: 100%;
  height: 605px;
  border-bottom: 4px solid #1D273E;
  background-color: white;
  /*
  background-color: #272b32;
  background-image: url('../images/dotted worldmap 1.png');
  background-position: 50% 50%;
  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;
}

.hero-section.full_hero {
  height: 100%;
  min-height: 1000px;
  padding-top: 0px;
  padding-bottom: 200px;
  border-style: none;
  border-width: 3px 3px 0px;
  border-color: black black #1D273E;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-section.full_hero.sub01 {
  position: inherit;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: visible;
  overflow-y: visible;
  min-height: 1000px;
  padding-bottom: 0px;
  border-bottom: 3px none #1D273E;
  /*
  background-image: -webkit-linear-gradient(bottom, rgba(18, 18, 19, 0.95), rgba(40, 44, 51, 0.70)), url('../images/bg02.jpg');
  background-image: linear-gradient(to top, rgba(18, 18, 19, 0.95), rgba(40, 44, 51, 0.70)), url('../images/bg02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  */
  background-color: white;
}

.hero-section.full_hero.sub02 {
  min-height: 1000px;
  padding-bottom: 200px;
    /*
  background-image: -webkit-linear-gradient(rgba(18, 18, 19, 0.95), rgba(40, 44, 51, 0.8)), url('../images/livingroom-1032733.jpg');
  background-image: linear-gradient(rgba(18, 18, 19, 0.95), rgba(40, 44, 51, 0.8)), url('../images/livingroom-1032733.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
    */
  background-color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-section.full_hero.sub04 {
  min-height: 1000px;
  padding-bottom: 200px;
      /*
  background-image: -webkit-linear-gradient(bottom, rgba(17, 17, 18, 0.90), rgba(40, 44, 51, 0.8)), url('../images/central-embassy-498560_1920.jpg'), url('../images/bg05.jpg');
  background-image: linear-gradient(to top, rgba(17, 17, 18, 0.90), rgba(40, 44, 51, 0.8)), url('../images/central-embassy-498560_1920.jpg'), url('../images/bg05.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
      */
  background-color: white;
}

.hero-section.full_hero.sub03 {
  min-height: 1000px;
  padding-bottom: 200px;
  /*
  background-image: -webkit-linear-gradient(bottom, rgba(17, 17, 18, 0.90), rgba(40, 44, 51, 0.8)), url('../images/bedroom-1078887_1920.jpg');
  background-image: linear-gradient(to top, rgba(17, 17, 18, 0.90), rgba(40, 44, 51, 0.8)), url('../images/bedroom-1078887_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
      */
  background-color: white;
}

.content-wrapper {
  text-align: center;
}

.content-wrapper.hero {
  text-align: left;
}

.content-wrapper.main_contentwrap {
  padding-top: 100px;
}

.title {
  position: relative;
  margin-bottom: 3px;
  font-family: 'PT Serif', serif;
  color: #1D273E;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.title.how-we-work {
  width: 90%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #bda24b;
  font-size: 12px;
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
}

.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: #1D273E;
}

.hero-content {
  padding: 220px 15px 25px 20px;
  text-align: left;
}

.iphone-left {
  position: relative;
  top: 80px;
  right: 22%;
}

.iphone-right {
  position: absolute;
  top: 80px;
  right: 13%;
  bottom: -1px;
}

.nav-link {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  padding: 27px 20px 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  /*
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  */
  font-family: "Nanum Gothic", sans-serif;
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #1D273E;
}

.nav-link.w--current {
  padding-top: 27px;
  padding-bottom: 24px;
  color: #1D273E;
}

.nav-link.fixed-bar:hover {
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  /* background-color: #24282f;
  background-color: rgba( 255, 255, 255, 0.0);
          */
background-color:white;
  text-align: center;
}

.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: #1D273E;
  font-size: 15px;
  font-weight: 700;
}

.slide-arrow:hover {
  color: white;
}

.slide-arrow.right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 251px;
  margin-left: 40px;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
}

.slide-arrow.right.arrow {
  top: 45%;
  right: 0px;
  margin-top: 1px;
  margin-bottom: 0px;
  background-color: #2b2f36;
}

.slide-arrow.testimonials {
  background-color: #1D273E;
  color: white;
}

.slide-arrow.arrow {
  top: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.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-icons-on-navbar.nav_etc {
  display: block;
}

.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: 20px;
  padding-bottom: 20px;
}

.brand.w--current {
  z-index: 6000;
}

.hover-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 180px;
  height: 3px;
  background-color: #1D273E;
}

.content-section {
  padding-bottom: 115px;
}

.content-section.fun-facts {
  margin-bottom: 116px;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #272b32;
}

.content-section.our-promise {
  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: 0px;
}

.content-section.hero {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.content-section.hero.full_main {
  position: static;
  height: 100%;
}

.content-section.hero.full_hero {
  position: static;
  margin-bottom: 0px;
}

.content-section.hero.full_hero.sub_01 {
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  height: auto;
  background-image: url('../images/bg02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subtitle {
  color: #838c8e;
  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;
  overflow-x: visible;
  overflow-y: visible;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column.testimonials {
  padding-right: 27px;
  padding-left: 27px;
}

.column.our-promise {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  padding-right: 15px;
  padding-left: 15px;
}

.column.the-services {
  overflow-x: hidden;
  overflow-y: hidden;
}

.column.social-share {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  margin-bottom: 15px;
}

.column.contact-us-details {
  overflow-x: hidden;
  overflow-y: hidden;
}

.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: white;
}

.work-sample-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: white;
  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: #1D273E;
  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: white;
}

.link-with-arrow.footer-item:hover {
  color: #1D273E;
}

.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: #1D273E;
  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: white;
  text-align: center;
}

.numbering {
  position: relative;
  margin-bottom: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1D273E;
  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: #1D273E;
  font-size: 15px;
  font-weight: 700;
}

.numbering.contact-us {
  color: #1D273E;
}

.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;
}

.social-icon-front.stay-connected {
  left: 0px;
}

.social-icon-back {
  position: absolute;
}

.social-icon-front-2 {
  position: absolute;
  left: 0px;
}

.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: white;
}

.underline.services {
  margin-bottom: 8px;
}

.underline.fun-facts {
  margin-top: 10px;
}

.fun-fact-number {
  margin-bottom: 7px;
  font-family: 'PT Serif', serif;
  color: #1D273E;
  font-size: 22px;
}

.how-we-work-left-text {
  text-align: left;
}

.box {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 14px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.42);
  font-family: Montserrat, sans-serif;
  color: #666d70;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.box.non_ani {
  margin-right: 0px;
  margin-left: 0px;
}

.box.non_ani.non_border {
  border-bottom: 1px none black;
}

.how-we-work {
  margin-bottom: 15px;
}

.hidden-box {
  display: block;
  padding-bottom: 0px;
  padding-left: 32px;
  text-transform: none;
}

.box-title {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding-top: 0px;
  background-color: transparent;
}

.number-box {
  position: relative;
  z-index: 100;
  width: 28px;
  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 #1D273E;
  border-radius: 5px;
}

.hidden-box-2 {
  padding-bottom: 0px;
  padding-left: 32px;
  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: #1D273E;
  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%;
  margin-bottom: 20px;
}

.divider-line-box._30-width.bar2 {
  width: 150px;
  margin-top: 10px;
  float: left;
}

.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: 40px 10px;
}

.row.inner-pages {
  margin-top: 60px;
}

.row.portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 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: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  padding-top: 30px;
  border-top: 4px solid #1D273E;
  border-bottom: 8px solid #21242a;
  background-color: #24282f;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}

.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;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.about-our-company.left-side-border.div01 {
  display: inline-block;
  width: 15%;
  margin-bottom: 10px;
  text-align: center;
}

.company-description {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 12px;
  line-height: 25px;
  font-style: italic;
}

.details-text-box {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 0px;
  float: left;
  border-bottom: 1px none #30363f;
  text-align: left;
}

.details-text-box.no-bottom-line {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.details-text-box.no-bottom-line.div03 {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-top: 5px;
  float: none;
  text-align: left;
}

.details-text-box.ft {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.details-text-box.div01 {
  display: inline-block;
  width: 20%;
  background-color: transparent;
  text-align: center;
}

.details-text-box.div02 {
  display: inline-block;
  width: 15%;
  text-align: left;
}

.phone-icon {
  display: inline-block;
  width: 20px;
  height: 33px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: none;
  text-align: center;
}

.text-all-caps {
  display: inline-block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  text-transform: uppercase;
}

.text-all-caps.phone {
  padding-top: 5px;
  font-size: 12px;
}

.text-all-caps.email {
  padding-top: 6px;
}

.text-all-caps.email.on-footer {
  font-size: 12px;
  text-transform: lowercase;
}

.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: #1D273E;
  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: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
  display: block;
  width: 100%;
  height: 69px;
  margin-right: auto;
  margin-left: auto;
  background-color: #24282f;
  text-align: center;
}

.contact-us-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 90px;
  background-color: #272b32;
}

.form-box {
  height: 100%;
  max-height: 655px;
  padding: 40px 38px 32px;
  border: 2px solid #1D273E;
  background-color: white;
}

.arrow-box {
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  margin-top: 10px;
}

.arrow-box.message {
  margin-top: 30px;
}

.input {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 13px;
}

.input.message {
  height: 60px;
}

.hover-line-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #1D273E;
}

.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 {
  padding-top: 8px;
}

.logo-box {
  margin-bottom: 55px;
}

.sign-box {
  margin-top: 40px;
  margin-bottom: 65px;
  font-family: 'PT Serif', serif;
  color: #1D273E;
  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 {
  height: 100%;
  padding: 60px 38px 55px;
  border-top: 2px solid #1D273E;
  border-right: 2px solid #1D273E;
  border-bottom: 2px solid #1D273E;
}

.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;
}

.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: #1D273E;
}

.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: #1D273E;
  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: white;
  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 {
  padding: 55px 18px 32px 78px;
  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: 12px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.centered {
  text-align: center;
}

.title-link {
  position: static;
  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: #1D273E;
}

.gold {
  margin-bottom: 4px;
  color: #1D273E;
  font-size: 10px;
}

.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-top.png');
  background-position: 50% -1px;
  background-repeat: no-repeat;
}

.nav-link-contact-us {
  position: relative;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 25px 34px 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-contact-us:hover {
  color: #1D273E;
}

.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: white;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  text-decoration: none;
}

.link-contact-us:hover {
  color: #1D273E;
  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%;
}

.imac.img2 {
  padding-top: 0px;
  padding-left: 0%;
}

.hero-content-2 {
  width: 100%;
  height: 100%;
  padding: 50px 20px 25px;
  text-align: center;
}

.testimonial-box-2 {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 25px 20px 25px 23px;
  border: 1px solid #1D273E;
  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 #1D273E;
  border-radius: 5px;
}

.expand-box {
  position: relative;
  right: 0px;
  width: 100%;
  height: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  text-decoration: none;
}

.line-horizontal {
  position: relative;
  top: -6px;
  display: block;
  width: 11px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1D273E;
  color: #1D273E;
}

.line-vertical {
  position: relative;
  left: 0px;
  display: block;
  width: 1px;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1D273E;
}

.expand-box-2 {
  position: relative;
  width: 100%;
  height: 20px;
  text-decoration: none;
}

.expand-box-3 {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 0px;
  text-decoration: none;
}

.expand-box-3:hover {
  font-style: normal;
}

.hidden-box-3 {
  padding-bottom: 0px;
  padding-left: 32px;
  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;
  display: none;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  margin-right: 5px;
}

.link {
  position: relative;
  color: #1D273E;
  text-decoration: none;
}

.link:hover {
  color: #1D273E;
  text-decoration: underline;
}

.header-title-box {
  padding-right: 6%;
  padding-left: 6%;
}

.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-x: visible;
  overflow-y: visible;
}

.dropdown-toggle {
  display: block;
  overflow-x: hidden;
  overflow-y: 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: white;
  font-size: 12px;
  font-style: italic;
}

.dropdown-toggle:hover {
  color: #1D273E;
}

.dropdown-toggle.w--open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.dropdown-list {
  left: -1100px;
  top: 71px;
  right: -1100px;
  display: none;
  border: 1px solid #f1f1f1;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0) 1px 1px 3px 1px;
}

.dropdown-list.w--open {
  position: absolute;
  left: -1400px;
  top: 68px;
  right: -1400px;
  border-top: 3px solid #1D273E;
  border-bottom: 1px solid #eee;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0) 1px 1px 4px 1px;
}

.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: #1D273E;
}

.navmenu {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 180px;
  float: none;
}

.slider-hero-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
}

.left-arrow {
  height: 90%;
  margin-left: 30px;
}

.right-arrow {
  height: 90%;
  margin-right: 30px;
}

.right-arrow.arrow_100 {
  height: auto;
}

.slider-box {
  height: 680px;
  background-color: transparent;
}

.slider-box.full_hero {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  clear: both;
  border-bottom: 5px none #1D273E;
}

.mask {
  padding-bottom: 61px;
}

.hero-header-box {
  display: block;
  padding: 60px 15px 50px;
  border-bottom: 4px solid #1D273E;
  background-color: #272b32;
  background-image: url('../images/dotted worldmap 1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full_main {
  position: relative;
  height: 100%;
}

.full_main_div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.full_mask {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.body {
  overflow-x: visible;
  overflow-y: visible;
  height: 100%;
  /* background-color: #2b2f36; */
}

.main_slide1 {
  height: 100%;
  /*

  background-image: -webkit-linear-gradient(rgba(40, 44, 51, 0.4), rgba(40, 44, 51, 0.49)), url('../images/main_img1.jpg');
  background-image: linear-gradient(rgba(40, 44, 51, 0.4), rgba(40, 44, 51, 0.49)), url('../images/main_img1.jpg');
    background-position: 0px 0px, 50% 50%;

  */
  background-image: url('../images/main_img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_slide2 {
  height: 100%;
  background-image: url('../images/main_img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.main_title_img {
  display: block;
  padding-top: 270px;
}

.main_title {
  margin-bottom: 60px;
}

.title_img {
  margin-bottom: 45px;
}

.main_img {
  margin-bottom: 60px;
}

.main_img.main_img2 {
  margin-bottom: -36px;
}

.center {
  display: block;
  text-align: center;
}

.nav_etc {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 27px;
}

.text {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 7px;
  float: left;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}

.login_btn {
  display: block;
  margin-right: 15px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  font-size: 12px;
}

.join_btn {
  left: 0px;
  top: 0px;
  right: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.phone {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  height: 100%;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 20px;
  font-weight: 400;
}

.sec1 {
  height: auto;
  padding-top: 185px;
  padding-bottom: 185px;
  background-image: -webkit-linear-gradient(rgba(39, 43, 50, 0.90), rgba(39, 43, 50, 0.49)), url('../images/bg01.jpg');
  background-image: linear-gradient(rgba(39, 43, 50, 0.90), rgba(39, 43, 50, 0.49)), url('../images/bg01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sub_t2 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  text-align: center;
}

.p {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f7f7f7;
  font-size: 12px;
}

.sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec.sec_bg1 {
  background-color: #272b32;
}

.sec.bg2 {
  background-color: #272b32;
}

.sec.secsec {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #272b32;
}

.pp {
  margin-top: 8px;
  direction: ltr;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.h1 {
  font-family: Merriweather, serif;
  color: #1D273E;
  font-size: 24px;
  font-weight: 400;
}

.title_bar {
  height: 2px;
  background-color: #1D273E;
}

.p1 {
  font-size: 14px;
  line-height: 22px;
}

.sub_con2 {
  margin-bottom: 15px;
}

.slide_wrap {
  margin-top: 200px;
}

.sub_slide {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
}

.sub_tab {
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 120px;
  text-align: center;
}

.tab_pane {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
  text-align: left;
}

.tab_link {
  width: 100px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: rgba(255, 255, 255, 0.42) rgba(255, 255, 255, 0.42) rgba(255, 255, 255, 0.9);
  border-radius: 0%;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: all 183ms ease;
  transition: all 183ms ease;
  color: white;
  text-align: center;
}

.tab_link:hover {
  height: 70px;
  border-bottom: 2px solid rgba(29, 39, 62, 0.8);
  border-radius: 0%;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.tab_link.w--current {
  width: 100px;
  height: 70px;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(29, 39, 62, 0.8);
  border-radius: 0%;
  background-color: transparent;
  opacity: 1;
  color: #a71414;
}

.tab_link.w--current:hover {
  border-bottom: 2px solid rgba(29, 39, 62, 0.8);
  opacity: 1;
}

.tab_link.tab_mm {
  margin-top: 0px;
  background-color: #8b6c66;
}

.tab_link.tab_mm.w--current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tab_m_t {
  margin-top: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 13px;
}

.tab_con {
  margin-top: 25px;
}

.tt_p {
  margin-top: 7px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e0e0e0;
  font-size: 12px;
  line-height: 20px;
}

.simg {
  padding-left: 39px;
}

.s_con_t {
  padding-left: 20px;
  color: #ddd;
}

.con_li {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ddd;
  font-size: 12px;
  line-height: 17px;
}

.tt_t {
  display: block;
  width: 20%;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ddd;
  font-size: 13px;
  font-weight: 700;
}

.tt_t2 {
  display: block;
  width: 80%;
  margin-left: 0px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ddd;
  font-size: 13px;
}

.t_div {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabmenu_wrap {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.row_top {
  margin-top: 30px;
}

.hh1 {
  color: #f0f0f0;
  font-size: 15px;
}

.div_w {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.expand-box-4 {
  width: 100%;
  height: 20px;
  margin-bottom: 0px;
}

.hidden-box-4 {
  padding-bottom: 0px;
  padding-left: 32px;
}

.expand-box-5 {
  width: 100%;
  height: 20px;
  margin-bottom: 0px;
}

.hidden-box-5 {
  padding-bottom: 0px;
  padding-left: 32px;
}

.expand-box-6 {
  width: 100%;
  height: 20px;
}

.hidden-box-6 {
  padding-bottom: 0px;
  padding-left: 30px;
}

.hidden-box-7 {
  padding-bottom: 0px;
  padding-left: 30px;
}

.hidden-box-8 {
  padding-bottom: 0px;
  padding-left: 30px;
}

.hidden-box-9 {
  padding-bottom: 0px;
  padding-left: 30px;
}

.expand-box-7 {
  width: 100%;
  height: 20px;
  margin-top: 0px;
}

.expand-box-8 {
  width: 100%;
  height: 20px;
}

.expand-box-9 {
  width: 100%;
  height: 20px;
}

.tab_main {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.simg_r {
  padding-right: 0px;
}

.ppp {
  margin-top: 80px;
  padding-left: 15px;
  color: #dfdfdf;
  font-size: 11px;
}

.ppp_li {
  margin-bottom: 12px;
  line-height: 18px;
}

.ss {
  margin-bottom: 15px;
}

.video_div {
  padding-top: 10px;
  padding-right: 129px;
  padding-left: 129px;
}

.top_margin {
  margin-top: 10px;
}

.tab_mm {
  width: 100px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: rgba(255, 255, 255, 0.32) rgba(255, 255, 255, 0.32) rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.8;
  text-align: center;
}

.tab_mm:hover {
  height: 70px;
  border-bottom: 2px solid rgba(29, 39, 62, 0.8);
  opacity: 1;
}

.tab_mm.w--current {
  height: 70px;
  margin-top: -10px;
  padding-top: 0px;
  border-bottom: 2px solid rgba(29, 39, 62, 0.8);
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab_mm.w--current:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.margin-20 {
  margin-bottom: 20px;
}

.footer-row {
  height: 60px;
  padding-right: 3%;
  padding-left: 3%;
}

.footer3div {
  /* position: absolute; */
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: inline-block;
  width: 100%;
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #1D273E;
  /* background-color: rgba(0, 0, 0, 0.35); */
  border-top-color: #1D273E;
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
}

.footer3div.footer-m {
  position: absolute;
}

.footer_div {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px none #1D273E;
  background-color: transparent;
}

.copy {
  clear: both;
  text-align: center;
}

.ff {
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  text-align: center;
}

.ffp {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}

.tablet_view.sub03 {
  position: relative;
}

.div {
  text-align: left;
}

.div.center {
  text-align: center;
}

.join_img {
  margin-top: 50px;
}

.join_form {
  padding: 33px 43px;
  color: white;
  text-align: left;
}

.login_form {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 20px;
  color: white;
  text-align: left;
}

.login_div {
  padding-top: 88px;
  padding-right: 35%;
  padding-left: 35%;
  text-align: center;
}

.btn_login {
  width: 100%;
  background-color: #1D273E;
  text-align: center;
}

.form_login {
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.pppp {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #dde9ec;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.btn_join {
  width: 100%;
  background-color: #666d70;
  color: white;
  font-size: 12px;
  text-align: center;
}

.label {
  font-size: 13px;
}

.board_div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.board_div.center {
  min-height: 600px;
  padding-right: 50px;
  padding-left: 50px;
}

.wrap_board {
  margin-top: 30px;
}

.map_p {
  color: #2b2f36;
}

.board_tab_menu {
  background-color: transparent;
  text-align: center;
}

.board_tab_link {
  background-color: transparent;
  color: #333;
  font-size: 12px;
}

.board_tab_link.w--current {
  border-bottom: 2px solid #1D273E;
  background-color: transparent;
  color: #1D273E;
}

.board_tab {
  margin-top: 120px;
}

.b_tabmenu {
  text-align: center;
}

html.w-mod-js *[data-ix="show-fixed-logo-bar"] {
  display: none;
}

html.w-mod-js *[data-ix="show-fixed-navabar-on-scroll"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-contact-us"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-element"] {
  display: none;
}

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;
}

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;
}

html.w-mod-js *[data-ix="initial-appearance-of-map-box"] {
  display: none;
  opacity: 0;
}

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;
}

html.w-mod-js *[data-ix="initial-appearamce-iphone-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearamce-iphone-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-imac"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-hero-content"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-hero-content-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="main-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="main-title-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="t-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-fixed-logo-bar-2"] {
  display: none;
}

@media (max-width: 991px) {
  .hero-section {
    height: 1009px;
  }
  .hero-section.full_hero {
    position: relative;
  }
  .hero-section.full_hero.sub01 {
    height: auto;
  }
  .content-wrapper.main_contentwrap {
    padding-top: 50px;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero-content {
    padding-top: 20%;
    text-align: center;
  }
  .iphone-left {
    right: 11%;
  }
  .iphone-right {
    right: 25%;
  }
  .nav-link {
    position: relative;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
    text-align: center;
  }
  .nav-link:hover {
    float: none;
    border-bottom: 3px solid #1D273E;
    text-align: center;
  }
  .nav-link.w--current {
    width: 100%;
    height: 40px;
    padding-top: 10px;
  }
  .nav-link.w--current:hover {
    border-bottom: 3px solid #1D273E;
  }
  .nav-link.fixed-bar:hover {
    background-color: #22262c;
  }
  .navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    border-bottom: 1px solid #1D273E;
  }
  .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;
    padding-left: 25px;
  }
  .hover-line {
    display: none;
  }
  .content-section.hero {
    margin-bottom: 150px;
  }
  .content-section.hero.full_hero {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .content-section.hero.full_hero.tablet {
    display: block;
  }
  .column {
    height: auto;
  }
  .service-box.left-side-border {
    height: 295px;
  }
  .service-box.bottom-border {
    height: 295px;
  }
  .box {
    margin-right: 0px;
  }
  .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;
  }
  .row {
    margin-bottom: 0px;
  }
  .footer {
    padding-top: 20px;
    padding-right: 17px;
    padding-left: 42px;
  }
  .about-our-company.left-side-border {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .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;
  }
  .fixed-navbar {
    border-bottom: 1px solid #1D273E;
  }
  .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-x: visible;
    overflow-y: 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 #1D273E;
  }
  .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;
  }
  .go-up-box {
    width: 100px;
    height: 40px;
    margin-top: 0px;
  }
  .imac {
    display: block;
    padding-top: 0px;
    padding-right: 18%;
    padding-left: 18%;
  }
  .imac.img2 {
    padding-right: 0%;
  }
  .hero-content-2 {
    padding-top: 2%;
    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: 3px;
    margin-right: 4px;
  }
  .menu-button.w--open {
    background-color: white;
  }
  .go-up-logo {
    margin-top: 0px;
    padding-top: 0px;
  }
  .navmenu {
    position: absolute;
    width: 100%;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(181, 162, 100, 0.52);
    background-color: white;
  }
  .slider-hero-box {
    height: 1141px;
  }
  .left-arrow {
    margin-top: 0px;
  }
  .right-arrow {
    margin-top: 0px;
  }
  .slider-box {
    height: 220%;
  }
  .slider-box.full_hero {
    height: 100%;
  }
  .slider-box.full_hero.mm {
    position: relative;
  }
  .body {
    height: auto;
    background-color: #272a2e;
  }
  .main_slide2 {
    background-image: url('../images/main_img2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .nav_etc {
    position: relative;
    width: 100%;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .login_btn {
    padding-right: 30px;
    padding-left: 30px;
  }
  .join_btn {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sec1 {
    padding: 150px 40px;
  }
  .sub_tab {
    position: static;
    height: 90%;
    margin-top: 60px;
  }
  .tab_link:hover {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab_link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab_link.sss {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab_con {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .tabmenu_wrap {
    position: relative;
  }
  .tabmenu_wrap.sss {
    width: 100%;
  }
  .tab_mm.sss {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab_mm.sss.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-row {
    padding-right: 0%;
    padding-left: 0%;
  }
  .footer3div {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .footer3div.footer-m {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .eddd {
    position: relative;
    display: block;
    height: auto;
  }
  .eddd.sub01 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .tablet_view {
    position: relative;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6));
 	*/
 	background-color: white;
  }
  .tablet_view.sub01 {
    position: relative;
    width: 100%;
    height: 100%;
    /*
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(43, 47, 54, 0.6)), url('../images/bg02.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(43, 47, 54, 0.6)), url('../images/bg02.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    */
  }
  .tablet_view.sub02 {
    position: relative;
    height: 100%;
    /*
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6)), url('../images/livingroom-1032733.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6)), url('../images/livingroom-1032733.jpg');
    background-position: 0px 0px, 35% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    */
  }
  .tablet_view.sub04 {
      position: relative;

    /*
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6)), url('../images/central-embassy-498560_1920.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.90), rgba(43, 47, 54, 0.6)), url('../images/central-embassy-498560_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    */
  }
  .tablet_view.sub03 {
    position: relative;
    /*
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(43, 47, 54, 0.6)), url('../images/bedroom-1078887_1920.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(43, 47, 54, 0.6)), url('../images/bedroom-1078887_1920.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    */
  }
  .login_div {
    position: relative;
    height: 100%;
    min-height: 600px;
    padding-right: 30%;
    padding-left: 30%;
  }
  .board_tab {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .button.btn_2 {
    margin-top: 120px;
  }
  .hero-section.full_hero {
    position: relative;
  }
  .hero-section.full_hero.sub01 {
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    height: 100%;
    min-height: 100%;
  }
  .hero-section.full_hero.sub01.m_hero {
    height: 100%;
  }
  .hero-subtitle {
    text-align: center;
  }
  .hero-content {
    display: block;
    padding-top: 25%;
    text-align: center;
  }
  .iphone-left {
    left: 13%;
    display: block;
  }
  .iphone-right {
    right: 11%;
    display: block;
  }
  .content-section.hero.full_hero {
    height: 100%;
  }
  .column {
    display: block;
    height: auto;
  }
  .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;
  }
  .box.non_ani {
    margin-right: 0px;
  }
  .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;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .details-text-box {
    border-bottom: 1px none black;
  }
  .details-text-box.no-bottom-line {
    width: 100%;
    border-bottom: 1px none black;
  }
  .details-text-box.ft {
    margin-bottom: -17px;
  }
  .text-all-caps {
    line-height: 16px;
  }
  .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 #1D273E;
    border-top-style: none;
  }
  .next-text {
    float: right;
    text-align: right;
  }
  .gold {
    margin-bottom: 4px;
  }
  .imac.img2 {
    padding-right: 0%;
  }
  .testimonial-box-2 {
    width: 60%;
  }
  .testimonial-box-3 {
    width: 60%;
  }
  .stay-in-touch-box {
    position: relative;
  }
  .slider-hero-box {
    height: 1035px;
  }
  .slider-box.full_hero.mm {
    position: relative;
    height: 100%;
  }
  .body {
    height: 100%;
  }
  .main_slide2 {
    background-image: url('../images/main_img2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .sec1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec.secsec {
    padding-right: 19px;
    padding-left: 19px;
  }
  .tt_p {
    padding-right: 0px;
    padding-left: 25px;
  }
  .simg {
    padding-left: 39px;
  }
  .simg.m_simg {
    padding-left: 0px;
  }
  .hh1 {
    margin-top: 21px;
  }
  .tab_main.m_main {
    display: block;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .tab_main.m_main.center {
    text-align: center;
  }
  .simg_r {
    margin-top: 12px;
  }
  .ppp {
    margin-top: 20px;
  }
  .ppp_li {
    margin-bottom: 8px;
  }
  .video_div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row {
    margin-bottom: 8px;
  }
  .m_con {
    min-height: 100%;
    border-bottom: 4px none #bda24b;
  }
  .m_sec {
    padding: 21px 20px;
    background-image: none;
    background-color:white;
  }
  .m_sec.sub01 {
  /*
    background-image: url('../images/bg02.jpg');
    background-position: 50% 50%;
    background-size: cover;
    */
        background-color:white;
  }
  .m_sec.m_sub01 {
    /*

    background-image: -webkit-linear-gradient(rgba(43, 47, 54, 0.6), rgba(0, 0, 0, 0.8)), url('../images/bg02.jpg');
    background-image: linear-gradient(rgba(43, 47, 54, 0.6), rgba(0, 0, 0, 0.8)), url('../images/bg02.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
        */
        background-color:white;
  }
  .m_sec.m_bg {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(102, 109, 112, 0.23);
    /* background-color: #2b2f36;*/
    background-color:white;
  }
  .m_sec.m_sub02 {
      /*

    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(39, 43, 50, 0.70)), url('../images/livingroom-1032733.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(39, 43, 50, 0.70)), url('../images/livingroom-1032733.jpg');
    background-position: 0px 0px, 50% -76px;
    background-size: auto, 960px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
            */
        background-color:white;
  }
  .m_sec.m_sub03 {
      /*

    background-image: -webkit-linear-gradient(bottom, rgba(40, 44, 51, 0.49), rgba(0, 0, 0, 0.78)), url('../images/bedroom-1078887_1920.jpg');
    background-image: linear-gradient(to top, rgba(40, 44, 51, 0.49), rgba(0, 0, 0, 0.78)), url('../images/bedroom-1078887_1920.jpg');
    background-position: 0px 0px, 50% 2%;
    background-size: auto, 960px;
    background-attachment: scroll, fixed;
            */
        background-color:white;
  }
  .m_sec.m_sub04 {
      /*

    background-image: -webkit-linear-gradient(bottom, rgba(39, 43, 50, 0.70), rgba(0, 0, 0, 0.8)), url('../images/central-embassy-498560_1920.jpg');
    background-image: linear-gradient(to top, rgba(39, 43, 50, 0.70), rgba(0, 0, 0, 0.8)), url('../images/central-embassy-498560_1920.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 960px;
    background-attachment: scroll, fixed;
            */
        background-color:white;
  }
  .con_margin_top {
    margin-top: 20px;
  }
  .col_center {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div_top_m {
    margin-top: 20px;
  }
  .footer3div {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer3div.footer-m {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .ffp {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .login_div {
    padding-right: 25%;
    padding-left: 25%;
  }
  .btn_join {
    padding-left: 15px;
  }
  .board_div.center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .board_tab_link {
    padding-right: 18px;
    padding-left: 18px;
  }
  .board_tab {
    position: relative;
  }
}

@media (max-width: 479px) {
  h1 {
    width: 99%;
  }
  .button {
    width: 120px;
  }
  .hero-section {
    height: 430px;
    padding-bottom: 0px;
  }
  .hero-section.full_hero {
    position: relative;
    height: 100%;
  }
  .hero-content {
    padding-top: 64px;
    padding-right: 57px;
    padding-left: 57px;
  }
  .nav-link {
    display: block;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .nav-link:hover {
    border-bottom-width: 2px;
  }
  .nav-link.w--current {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .slide-arrow {
    margin-top: 216%;
    background-color: rgba(43, 47, 54, 0.75);
  }
  .brand {
    z-index: 6000;
  }
  .content-section.hero.full_hero {
    height: 100%;
  }
  .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%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-all-caps.email {
    width: 60%;
  }
  .text-all-caps.email.on-footer {
    width: 100%;
  }
  .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: 666px;
  }
  .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;
  }
  .imac.img2 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .hero-content-2 {
    padding-top: 0px;
  }
  .testimonial-box-2 {
    width: 95%;
  }
  .testimonial-box-3 {
    width: 95%;
  }
  .go-up-logo {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .slider-hero-box {
    height: 523px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .slider-box.full_hero.mm {
    height: 100%;
  }
  .main_slide2 {
    background-image: url('../images/main_img2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .main_img.main_img2 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .tt_p {
    padding-left: 15px;
  }
  .simg.m_simg {
    padding-right: 5px;
    padding-left: 5px;
  }
  .simg_r {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-row {
    position: static;
    margin-bottom: 28px;
  }
  .m_sec.m_bg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m_sec.m_sub03 {
    background-position: 0px 0px, 50% 214%;
    background-size: auto, 960px;
  }
  .m_sec.m_sub04 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 960px;
  }
  .footer3div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer3div.footer-m {
    position: static;
  }
  .join_img {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 1px;
  }
  .login_form {
    width: 100%;
  }
  .login_div {
    padding-right: 29px;
    padding-left: 29px;
  }
  .board_div.center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .board_tab_link {
    text-align: center;
  }
  .board_tab_link.w--current {
    text-align: center;
  }
  .board_tab {
    margin-top: 50px;
  }
  .b_tabmenu {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .board_div.center{
	  padding-right:0px;
	  padding-left:0px;
	  max-width:100%;
  }
}

