body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 10px solid #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #737373;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

a {
  display: block;
  padding: 20px 30px;
  border-right: 1px none #fff;
  font-family: Oswald, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  border-right-style: none;
  background-color: #000;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.hollow {
  margin-top: 5px;
  margin-bottom: 16px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  color: #050505;
}

.button.hollow:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.button.hollow.single {
  margin-top: 0px;
}

.main-slider {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), transparent), url('../images/26_Anacostia-Crossing_ANACOSTIA-PARK-FALL_Copyright-OLIN.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), transparent), url('../images/26_Anacostia-Crossing_ANACOSTIA-PARK-FALL_Copyright-OLIN.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.main-slider.alternative {
  background-image: -webkit-linear-gradient(270deg, rgba(18, 54, 38, .64), rgba(18, 54, 38, .64)), url('../images/3361b5e1.jpg');
  background-image: linear-gradient(180deg, rgba(18, 54, 38, .64), rgba(18, 54, 38, .64)), url('../images/3361b5e1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-heading {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.second {
  margin-top: 50px;
}

.hero-subheader {
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features-section {
  margin-top: 10px;
}

.nav-link {
  padding: 25px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  border-right-style: none;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, .09);
  color: #fff;
}

.nav-link.w--current {
  padding-right: 25px;
  padding-left: 25px;
  background-color: hsla(0, 0%, 100%, .09);
  color: #fff;
}

.nav-link.black {
  display: inline-block;
  border-right: 0px none rgba(0, 0, 0, .2);
  border-top-color: rgba(0, 0, 0, .15);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, .15);
  color: #000;
}

.nav-link.black:hover {
  background-color: rgba(0, 0, 0, .09);
}

.nav-link.black.w--current {
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: solid;
}

.nav-link.contact {
  padding-right: 30px;
}

.title-features {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features-div {
  display: block;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 60px;
  background-color: #a3d6b2;
  background-image: -webkit-linear-gradient(90deg, rgba(163, 210, 214, .86), #6fadaa 89%), url('../images/DSC_2142-1.JPG');
  background-image: linear-gradient(0deg, rgba(163, 210, 214, .86), #6fadaa 89%), url('../images/DSC_2142-1.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.features-div:hover {
  background-image: -webkit-linear-gradient(274deg, rgba(163, 210, 214, .86), #6fadaa 89%), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-image: linear-gradient(176deg, rgba(163, 210, 214, .86), #6fadaa 89%), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.features-div.second {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #83cc97;
  background-image: -webkit-linear-gradient(270deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/1222.jpg');
  background-image: linear-gradient(180deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/1222.jpg');
  background-position: 0px 0px, 50% -10%;
  background-size: auto, cover;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.features-div.second:hover {
  background-image: -webkit-linear-gradient(95deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/1222.jpg');
  background-image: linear-gradient(355deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/1222.jpg');
  background-position: 0px 0px, 50% -10%;
  background-size: auto, cover;
}

.features-div.third {
  margin-right: 0px;
  background-color: #57c275;
  background-image: -webkit-linear-gradient(270deg, rgba(114, 173, 132, .64), #508c62), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-image: linear-gradient(180deg, rgba(114, 173, 132, .64), #508c62), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.features-div.third:hover {
  background-image: -webkit-linear-gradient(102deg, rgba(114, 173, 132, .64), #508c62), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-image: linear-gradient(348deg, rgba(114, 173, 132, .64), #508c62), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

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

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: block;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
}

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

.section.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
  background-position: 0px 0px;
}

.section.about.alternative {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .14), transparent), url('../images/iphone.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .14), transparent), url('../images/iphone.jpg');
  background-position: 0px 0px, 80% 67px;
  background-size: auto, 322px 700px;
}

.section.process {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(3, 11, 107, .96) rgba(0, 0, 0, .28) rgba(0, 0, 0, .28);
  background-image: -webkit-linear-gradient(270deg, #fff 64%, hsla(0, 0%, 100%, .35)), url('../images/1222.jpg');
  background-image: linear-gradient(180deg, #fff 64%, hsla(0, 0%, 100%, .35)), url('../images/1222.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section-title {
  margin-top: 45px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonials-section {
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-right-style: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3361b5e1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3361b5e1.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials-section.alternative {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.emphasized-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #6cbd0f;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.emphasized-text.right {
  font-weight: 100;
  text-align: right;
}

.features-text {
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.navigation-div {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
}

.navigation-div.black {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  border: 1px solid rgba(0, 0, 0, .09);
}

.brand {
  width: 25%;
  padding: 0px 10px 10px;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

.brand.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, .22);
  border-left: 1px none hsla(0, 0%, 100%, .22);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.w--current:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer {
  display: inline-block;
  margin-top: 0px;
  padding-top: 10px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.footer:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.black {
  display: block;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, .15);
}

.brand.black.w--current {
  margin-left: 0px;
  border-top: 1px none rgba(0, 0, 0, .09);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, .15);
}

.brand.black.w--current:hover {
  background-color: rgba(0, 0, 0, .09);
}

.upperheading-white {
  color: #fff;
  text-align: center;
}

.white {
  color: #fff;
  text-align: center;
}

.testimonials-text {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, .7);
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.testimonials-slider {
  border-right-style: none;
  background-color: transparent;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

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

.slider-arrow.mobile {
  position: absolute;
  display: none;
  overflow: hidden;
}

.about-us-div {
  text-align: center;
}

.team-row {
  margin-top: 80px;
}

.team-name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-link-block {
  margin-right: 2px;
  padding: 20px;
  border-right-style: none;
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  background-color: #2a8241;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
}

.social-link-block._3 {
  background-color: #d1d1d1;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
}

.social-link-block._3:hover {
  background-color: #2a8241;
  color: #000;
}

.social-link-block._2 {
  background-image: url('../images/chain-link-300x300.png');
  background-size: 50px;
}

.team-position {
  margin-bottom: 10px;
}

.social-wrapper {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center;
}

.skills-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(85deg, rgba(18, 46, 54, .5), rgba(18, 46, 54, .5)), url('../images/photo-1413991322434-bbd3f33c3232-min.jpg');
  background-image: linear-gradient(5deg, rgba(18, 46, 54, .5), rgba(18, 46, 54, .5)), url('../images/photo-1413991322434-bbd3f33c3232-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.skills-section.alternative {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 63, 38, .49), rgba(16, 63, 38, .49)), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-image: linear-gradient(180deg, rgba(16, 63, 38, .49), rgba(16, 63, 38, .49)), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  background-color: #67bf7f;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.skills-values {
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.working-process-wrapper {
  margin-bottom: 20px;
  padding: 10px 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .22);
  background-color: hsla(0, 0%, 100%, .4);
  text-align: center;
}

.icon-service {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  background-image: url('../images/timer.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.icon-service.planning {
  background-image: url('../images/Process2.jpg');
  background-size: cover;
}

.icon-service.develop {
  background-image: url('../images/Process3.jpg');
  background-size: cover;
}

.icon-service.support {
  background-image: url('../images/Process4.jpg');
  background-size: cover;
}

.icon-service.idea {
  background-image: url('../images/Process1.jpg');
  background-size: cover;
}

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

.process-column {
  margin-top: 70px;
}

.portfolio-post {
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  background-image: url('../images/homes_DC.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._2 {
  background-image: url('../images/20160726_060111.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/Bangalore_metro.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfolio-post._4 {
  background-image: url('../images/Francis_Gregory_Library_at_Twilight-128642.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.portfolio-post._5 {
  background-image: url('../images/Dollarphotoclub_56332376-min.jpg');
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/photo-1442422502730-a90f72460717-min.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
  background-image: url('../images/Penn_branch_neighborhood.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-post._7 {
  display: none;
  background-image: url('../images/photo-1429277096327-11ee3b761c93.jpg');
  background-size: cover;
}

.portfolio-post._8 {
  display: none;
  background-image: url('../images/L2NfDz5SOm7Gbf755qpw_DSCF0490-min.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfoliolink_themes {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.colorbox {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  text-align: center;
}

.project-name {
  display: inline-block;
  width: 195px;
  height: 46px;
  padding-top: 13px;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.project-name:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

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

.portfolio-row.second {
  margin-top: 1px;
}

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

.portfolio-section {
  padding-top: 0px;
  padding-bottom: 10px;
}

.portfolio-section.alternative {
  padding-top: 10px;
}

.client-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

.client-section.alternative {
  margin-top: 10px;
}

.client-column {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .9)), url('../images/Dollarphotoclub_64663686okay.jpg');
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .9)), url('../images/Dollarphotoclub_64663686okay.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.form-field {
  min-width: 0px;
  border: 1px solid transparent;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  height: 120px;
}

.form-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-column {
  text-align: right;
}

.conatct-info-text {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0px;
}

.footer-section {
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-image: linear-gradient(180deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.footer-containner {
  text-align: center;
}

.white-paragraph {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px;
  float: none;
  color: hsla(0, 0%, 100%, .56);
}

.white-paragraph.licenses {
  color: hsla(0, 0%, 100%, .75);
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 30px 0px 0px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.right:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
}

.arrow.left {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.left:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.slidenav {
  display: none;
}

.containner-slide {
  position: relative;
  top: 40%;
  text-align: center;
}

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

.white-section {
  height: 10px;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/homes_DC.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/homes_DC.jpeg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
}

.hero-section.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.project-section {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0px;
  color: #10882f;
  text-align: left;
}

.info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #82432a;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.info-title._1 {
  color: #822a2a;
  font-size: 18px;
}

.info-text {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 20px;
  text-align: left;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  padding-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: none;
}

.banner-section {
  height: 100%;
}

.submit-button {
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.licenses-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-infolicenses {
  padding: 30px;
  background-color: #f0f0f0;
}

.image-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.link-licesns {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.list-image {
  display: block;
  margin-bottom: 1px;
  padding-left: 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.list-image:hover {
  background-color: rgba(42, 130, 65, .18);
}

.unordered-list {
  padding-left: 0px;
}

.licenses {
  padding: 0px;
}

.dropdown {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
}

.dropdown.w--open:hover {
  background-color: hsla(0, 0%, 100%, .09);
}

.dropdown-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.iocn {
  color: hsla(0, 0%, 100%, .5);
}

.dropdown-link {
  border-bottom: 1px solid hsla(0, 0%, 100%, .19);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.dropdown-link:hover {
  background-color: #2a8241;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #333;
  color: #fff;
}

.dropdown-link.w--current:hover {
  background-color: #2a8241;
}

.dropdown-list.w--open {
  width: 170px;
  margin-top: 1px;
  background-color: #1d1d1d;
}

.image {
  margin-top: 15px;
  margin-left: 25px;
}

.mask {
  opacity: 1;
}

.image-2 {
  margin-top: 20px;
  margin-left: 25px;
}

.image-3 {
  text-align: center;
}

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

.div-block-2 {
  margin-top: 25px;
  margin-bottom: 9px;
  text-align: center;
  text-transform: uppercase;
}

.image-4 {
  margin-bottom: 1px;
}

.paragraph {
  line-height: 24px;
  text-align: left;
}

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

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

.image-5 {
  border-radius: 15px;
  opacity: 1;
}

.heading {
  -webkit-transform: translate(1px, 0px);
  -ms-transform: translate(1px, 0px);
  transform: translate(1px, 0px);
  -webkit-transition: background-position 400ms ease;
  transition: background-position 400ms ease;
  font-size: 22px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 738px;
  z-index: 1000;
  width: 100%;
}

.brand-2 {
  margin-top: 0px;
  margin-left: 25px;
  padding: 0px;
}

.nav-link-2 {
  background-color: transparent;
  -webkit-transition: background-color 1000ms cubic-bezier(.988, .475, .006, .592);
  transition: background-color 1000ms cubic-bezier(.988, .475, .006, .592);
  color: #fff;
}

.nav-link-2:hover {
  background-color: hsla(0, 0%, 100%, .11);
}

.nav-link-3 {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
}

.image-6 {
  margin-top: 24px;
  margin-left: 25px;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.dropdown-2 {
  position: absolute;
  padding-left: 15px;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #fdfdfd;
}

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

.text-block-3 {
  padding-right: 11px;
}

.hero-sectionct {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/washington-dc-1607767_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/washington-dc-1607767_1920.jpg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
}

.hero-sectionct.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero-sectioninspiration {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .79), transparent), url('../images/homes_DC.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .79), transparent), url('../images/homes_DC.jpeg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
}

.hero-sectioninspiration.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.aa {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/Francis_Gregory_Library_at_Twilight-128642-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/Francis_Gregory_Library_at_Twilight-128642-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.aa.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.portfolio-column-copy {
  min-height: 0px;
  padding-right: 1px;
  padding-left: 0px;
}

.text-block-4 {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-weight: 300;
  text-align: right;
}

.image-7 {
  padding-top: 25px;
}

.image-8 {
  cursor: pointer;
}

.link-block {
  padding: 0px;
}

.dropdown-link-2 {
  margin-top: 1px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bangalore_metro1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Bangalore_metro1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 540px;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
}

.dropdown-link-2:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/Bangalore_metro1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Bangalore_metro1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 540px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-link-3 {
  margin-top: 1px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/homes_DC.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/homes_DC.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
}

.dropdown-link-3:hover {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/homes_DC.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/homes_DC.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-4 {
  display: block;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image-9 {
  border-radius: 15px;
  box-shadow: inset 0 0 8px 0 #000;
}

.image-10 {
  border-radius: 15px;
}

.image-11 {
  border-radius: 15px;
}

.section-2 {
  margin-top: 6px;
  padding-left: 25px;
}

.paragraph-2 {
  padding: 20px 60px 25px 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #131313;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.paragraph-2:hover {
  background-color: transparent;
}

.div-block-5 {
  margin-bottom: 5px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(166deg, rgba(0, 0, 0, .43), #fff), url('../images/light-bulb-2632075.jpg');
  background-image: linear-gradient(284deg, rgba(0, 0, 0, .43), #fff), url('../images/light-bulb-2632075.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-2 {
  padding: 20px;
  background-color: transparent;
}

.div-block-6 {
  margin-bottom: 5px;
  background-color: hsla(0, 0%, 74%, .08);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .56), hsla(0, 0%, 100%, .56)), url('../images/washington-monument-816642_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .56), hsla(0, 0%, 100%, .56)), url('../images/washington-monument-816642_1920.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.div-block-6:hover {
  background-color: hsla(0, 0%, 74%, .43);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .79), hsla(0, 0%, 100%, .79)), url('../images/washington-monument-816642_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .79), hsla(0, 0%, 100%, .79)), url('../images/washington-monument-816642_1920.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-3 {
  padding-bottom: 25px;
}

.container-4 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-7 {
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(131deg, rgba(0, 0, 0, .23), #fff), url('../images/bhutanese-woman-2725142.jpg');
  background-image: linear-gradient(319deg, rgba(0, 0, 0, .23), #fff), url('../images/bhutanese-woman-2725142.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-8 {
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(153deg, rgba(0, 0, 0, .17), #fff), url('../images/girl-1561989.jpg');
  background-image: linear-gradient(297deg, rgba(0, 0, 0, .17), #fff), url('../images/girl-1561989.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2519px;
  font-size: 18px;
  line-height: 28px;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #757575;
  font-weight: 400;
  text-align: center;
}

.image-12 {
  width: 700px;
  margin-bottom: 24px;
  padding-left: 30px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .81);
}

.row {
  font-weight: 300;
  text-align: left;
}

.text-block-5 {
  padding-top: 5px;
  font-family: Lato, sans-serif;
}

.div-block-9 {
  padding-top: 43px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heroinspiration {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/Bangalore_metro1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/Bangalore_metro1.jpg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heroinspiration.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.text-block-6 {
  padding-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.column-9 {
  position: static;
  text-align: left;
}

.paragraph-3 {
  text-align: left;
}

.link {
  text-transform: none;
}

.image-13 {
  padding-bottom: 16px;
}

.artciityhero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61) -1%, rgba(0, 0, 0, .58) 0%, hsla(0, 0%, 100%, .19)), url('../images/DSC_2142-1.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61) -1%, rgba(0, 0, 0, .58) 0%, hsla(0, 0%, 100%, .19)), url('../images/DSC_2142-1.JPG');
  background-position: 0px 0px, 50% 67%;
  background-size: auto, cover;
}

.image-14 {
  margin-top: 40px;
  text-align: center;
}

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

.row-2 {
  text-align: right;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  color: #757575;
  font-weight: 300;
}

.paragraph-8 {
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 26px;
  text-align: left;
}

.html-embed {
  padding-top: 40px;
}

.image-15 {
  padding-top: 29px;
}

.container-6 {
  margin-top: 44px;
  text-align: left;
}

.heading-4 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-9 {
  text-align: left;
}

.lightbox-link {
  margin-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-10 {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: left;
}

.text-block-7 {
  margin-bottom: 3px;
  color: #3f3f3f;
  font-size: 12px;
  text-transform: none;
}

.heading-5 {
  margin-top: 0px;
  padding-top: 26px;
  text-align: center;
}

.html-embed-2 {
  padding-top: 20px;
  text-align: center;
}

.heading-6 {
  margin-top: 60px;
  color: #292929;
}

.heading-7 {
  margin-top: 50px;
  color: #3d3d3d;
}

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

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

.bold-text {
  color: #15752e;
  font-size: 16px;
}

.bold-text-2 {
  color: #15752e;
  font-size: 16px;
}

.bold-text-3 {
  color: #15752e;
  font-size: 16px;
}

.bold-text-4 {
  color: #126b2a;
}

.link-block-4 {
  margin-right: -7px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-7 {
  margin-top: 60px;
}

.project-title {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.project-title.city1 {
  margin-top: 50px;
  font-size: 24px;
  text-align: left;
}

.link-2 {
  margin-top: 10px;
  padding: 10px 10px 10px 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #2a8241;
}

.link-3 {
  padding-top: 0px;
  padding-left: 0px;
  color: #2a8241;
}

.link-3.w--current {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.div-block-10 {
  margin-bottom: 34px;
}

.lightbox-link-2 {
  padding: 0px;
}

.link-4 {
  padding: 0px;
}

.link-4.w--current {
  padding: 0px;
}

.italic-text {
  color: #000;
  font-style: normal;
}

.italic-text:hover {
  color: #fff;
}

.link-5 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #2e36f0;
}

.link-5.w--current {
  padding: 0px;
}

.section-3 {
  background-color: #f5f5f5;
}

.row-3 {
  margin-bottom: 30px;
}

.link-6 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #2a8241;
}

.link-7 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #2a8241;
}

.bold-text-5 {
  font-style: normal;
}

.bold-text-6 {
  color: #2a8241;
}

.column-11 {
  line-height: 10px;
}

.row-4 {
  margin-bottom: 20px;
}

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

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

html.w-mod-js *[data-ix="skills-progress-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-5"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-6"] {
  width: 0px;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .hero-heading {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 2px;
  }
  .hero-subheader {
    margin-top: 0px;
  }
  .nav-link {
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }
  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black.w--current {
    display: block;
  }
  .features-div {
    position: static;
    display: block;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .section.about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0px 0px, 60% 100%;
  }
  .section.about.alternative {
    background-position: 0px 0px, 82% 50%;
    background-size: auto, 200px;
  }
  .section.process {
    padding-top: 40px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .working-process-wrapper {
    line-height: 16px;
  }
  .process-row {
    margin-top: 70px;
  }
  .process-column {
    margin-top: 10px;
  }
  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }
  .colorbox {
    padding-top: 160px;
  }
  .portfolio-row.second {
    margin-top: 0px;
  }
  .portfolio-section {
    padding-top: 10px;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(28, 32, 33, .85), rgba(24, 32, 36, .95)), url('../images/mountains.jpg');
    background-image: linear-gradient(180deg, rgba(28, 32, 33, .85), rgba(24, 32, 36, .95)), url('../images/mountains.jpg');
  }
  .icon {
    margin-top: 5px;
    color: #fff;
  }
  .icon.black {
    color: #000;
  }
  .menu-button {
    width: 71px;
    height: 71px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, .15);
    background-color: transparent;
  }
  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .85);
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .portfolio-column {
    padding-right: 0px;
  }
  .project-section {
    padding-top: 40px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    height: 100%;
  }
  .dropdown {
    padding-left: 25px;
  }
  .dropdown:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .image {
    margin-left: 10px;
  }
  .image-2 {
    margin-top: 15px;
    margin-left: 25px;
  }
  .div-block-2 {
    margin-top: 10px;
  }
  .portfolio-column-copy {
    padding-right: 0px;
  }
  .paragraph-2 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 99%, .23), hsla(0, 0%, 99%, .23));
    background-image: linear-gradient(180deg, hsla(0, 0%, 99%, .23), hsla(0, 0%, 99%, .23));
  }
  .column-3 {
    margin-bottom: 20px;
  }
  .column-4 {
    margin-bottom: 10px;
  }
  .column-5 {
    margin-bottom: 20px;
  }
  .paragraph-4 {
    line-height: 20px;
  }
  .paragraph-5 {
    line-height: 20px;
  }
  .paragraph-6 {
    line-height: 20px;
  }
  .paragraph-7 {
    line-height: 20px;
  }
  .image-14 {
    margin-top: 30px;
  }
  .paragraph-8 {
    margin-bottom: 15px;
  }
  .paragraph-10 {
    margin-top: 30px;
  }
  .html-embed-2 {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .button {
    margin-bottom: 0px;
  }
  .button.hollow.single {
    margin-bottom: 20px;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .main-slider {
    height: 100%;
  }
  .hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 45px;
  }
  .hero-subheader {
    margin-top: 0px;
    font-size: 15px;
  }
  .nav-link {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section.about {
    padding-top: 0px;
    padding-bottom: 10px;
    background-position: 0px 0px, 88% 100%;
    background-size: auto, auto 650px;
  }
  .section.about.alternative {
    background-position: 0px 0px, 50% 92%;
    background-size: auto, 180px;
  }
  .section.process {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }
  .brand {
    width: 30%;
    padding-left: 10px;
  }
  .brand.w--current {
    padding-top: 12px;
  }
  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 20px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .about-us-div {
    padding-top: 31px;
  }
  .team-wrapper {
    text-align: center;
  }
  .team-row {
    margin-top: 0px;
  }
  .social-wrapper {
    margin-bottom: 20px;
  }
  .process-column.second {
    margin-top: 0px;
  }
  .process-column.first {
    margin-top: 50px;
  }
  .portfolio-post {
    margin-bottom: 1px;
  }
  .portfolio-section {
    padding-bottom: 10px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .nav-menu {
    position: absolute;
    z-index: 1;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
    margin-bottom: 0px;
  }
  .project-section {
    padding-bottom: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    height: 660px;
  }
  .submit-button {
    margin-bottom: 70px;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .image {
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 4px;
  }
  .column-2 {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .column-4 {
    text-align: center;
  }
  .column-5 {
    text-align: center;
  }
  .column-6 {
    text-align: center;
  }
  .column-7 {
    margin-bottom: 20px;
    text-align: center;
  }
  .column-8 {
    text-align: center;
  }
  .image-14 {
    margin-top: 20px;
  }
  .paragraph-8 {
    padding-top: 20px;
  }
  .html-embed {
    padding-top: 20px;
  }
  .image-15 {
    text-align: center;
  }
  .lightbox-link {
    margin-top: 10px;
  }
  .column-10 {
    text-align: center;
  }
  .html-embed-2 {
    display: none;
  }
  .heading-7 {
    display: none;
  }
}

@media (max-width: 479px) {
  a {
    text-align: center;
  }
  .button.hollow {
    margin-bottom: 0px;
  }
  .button.hollow.single {
    margin-bottom: 20px;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .hero-heading {
    margin-bottom: -1px;
    padding-top: 60px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .nav-link {
    height: auto;
  }
  .features-div {
    margin-right: 0px;
    padding-top: 20px;
  }
  .features-div.second {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .section {
    padding-bottom: 0px;
  }
  .section.about {
    background-position: 0% 0%, 77% 100%;
  }
  .section.process {
    padding-bottom: 20px;
  }
  .section-title {
    margin-top: 0px;
    margin-bottom: -105px;
    padding-top: 20px;
    font-size: 20px;
  }
  .testimonials-section {
    padding-bottom: 80px;
  }
  .brand {
    width: 50%;
    padding-top: 10px;
  }
  .brand.w--current {
    padding-top: 24px;
  }
  .testimonials-text {
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .slider-arrow {
    opacity: 0.35;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .process-column {
    margin-top: 0px;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    padding-bottom: 0px;
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 20px;
  }
  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
  }
  .slider-nav {
    padding-top: 48px;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .containner-slide {
    top: 20%;
  }
  .banner-section {
    height: 450px;
  }
  .image-name {
    line-height: 20px;
    text-align: center;
  }
  .list-image {
    padding-left: 0px;
  }
  .dropdown {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .image {
    margin-top: 0px;
    margin-left: 5px;
    padding-bottom: 0px;
  }
  .column-2 {
    margin-top: 10px;
    padding-top: 0px;
  }
  .heading {
    font-size: 18px;
  }
  .paragraph-2 {
    padding-right: 10px;
    background-image: none;
  }
  .column-3 {
    margin-bottom: 0px;
  }
  .column-4 {
    margin-top: 120px;
    margin-bottom: 0px;
  }
  .column-5 {
    margin-bottom: 0px;
  }
  .column-7 {
    margin-bottom: 0px;
  }
  .column-8 {
    overflow: hidden;
  }
  .image-14 {
    margin-top: 10px;
  }
  .html-embed {
    padding-top: 20px;
  }
  .lightbox-link {
    margin-top: 0px;
  }
  .paragraph-11 {
    margin-top: 134px;
  }
  .slide {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  }
  .slide-2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
  }
  .heading-6 {
    font-size: 25px;
  }
  .heading-7 {
    display: none;
  }
}

