/* icon fonts */
@font-face {
  font-family: 'TitilliumWeb-ExtraLight';
  src: url('../webfonts/TitilliumWeb-ExtraLight.woff2?ver=20210502B') format('woff2'), url('../webfonts/TitilliumWeb-ExtraLight.woff?ver=20210502B') format('woff'), url('../webfonts/TitilliumWeb-ExtraLight.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url('../webfonts/TitilliumWeb-Light.woff2?ver=20210502B') format('woff2'), url('../webfonts/TitilliumWeb-Light.woff?ver=20210502B') format('woff'), url('../webfonts/TitilliumWeb-Light.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('../webfonts/TitilliumWeb-Regular.woff2?ver=20210502B') format('woff2'), url('../webfonts/TitilliumWeb-Regular.woff?ver=20210502B') format('woff'), url('../webfonts/TitilliumWeb-Regular.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  src: url('../webfonts/TitilliumWeb-SemiBold.woff2?ver=20210502B') format('woff2'), url('../webfonts/TitilliumWeb-SemiBold.woff?ver=20210502B') format('woff'), url('../webfonts/TitilliumWeb-SemiBold.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../webfonts/TitilliumWeb-Bold.woff2?ver=20210502B') format('woff2'), url('../webfonts/TitilliumWeb-Bold.woff?ver=20210502B') format('woff'), url('../webfonts/TitilliumWeb-Bold.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'sanicons';
  src: url('../webfonts/sanicons.woff2?ver=20210502B') format('woff2'), url('../webfonts/sanicons.woff?ver=20210502B') format('woff'), url('../webfonts/sanicons.ttf?ver=20210502B') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cf:after,
.slick-dots:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  position: relative;
}
/**/
#slick {
  transition: all 0.5s ease-in;
}
.slick-dots {
  bottom: 40px;
  width: 50%;
  padding: 0 3px;
  z-index: 500;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots li {
  cursor: pointer;
  float: left;
  width: 20%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  outline: none;
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.7);
}
.slick-dots li:last-child {
  border: none;
}
.slick-dots li button {
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 0px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  display: block;
}
.slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 600;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-slide {
  min-height: 480px;
}
.slick-slide .img--holder {
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slide .slide-info {
  color: #ffffff;
  max-width: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  bottom: 100px;
  line-height: 1;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0px 0px 10px #000000;
}
.slide .slide-info h3 {
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 9px;
}
.slide .slide-info h2 {
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 12px;
}
.slide .slide-info .desc {
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.2;
}
.slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slide .slide-info {
    max-width: 80%;
  }
  .slide .slide-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slide .slide-info h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .slide .slide-info .desc {
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
  }
  .slick-dots {
    bottom: 70px;
  }
}
#contact_form {
  margin: 0 0 50px 0;
}
#contact_form #contact_body {
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
}
#contact_form #contact_results {
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
}
#contact_form #contact_results .error {
  color: #cb0000;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px 0 0;
}
#contact_form #contact_results .success {
  color: #009900;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px 0 0;
}
#contact_form ul li {
  text-align: left;
  padding: 10px 0;
  overflow: hidden;
}
#contact_form ul li label {
  float: left;
  width: 140px;
}
#contact_form .input-field {
  float: right;
  width: calc(100% - 150px);
  height: 40px;
  line-height: 40px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'TitilliumWeb-SemiBold';
  font-weight: normal;
}
#contact_form .input-field.validation-error {
  border: 1px solid #cb0000;
}
#contact_form .input-field:placeholder-shown {
  font-family: 'TitilliumWeb-ExtraLight';
}
#contact_form label {
  font-size: 14px;
  margin: 10px 0;
  float: left;
}
#contact_form select {
  width: 100%;
  padding: 10px 20px;
  border: 1px  solid #e3e3e3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#contact_form #message {
  width: 100%;
  padding: 10px;
  height: 100px;
  border: 1px  solid #e3e3e3;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'TitilliumWeb-SemiBold';
  font-weight: normal;
}
#contact_form .btnBar {
  clear: left;
  width: 100%;
  text-align: left;
  float: left;
}
#contact_form .btnBar #submit_btn {
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
  border: none;
  color: #CB0000;
  border-bottom: 4px solid #CB0000;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
}
.sanskriti_portfolio {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sanskriti_portfolio.project-listing {
  padding: 20px 0 30px 0;
}
.sanskriti_portfolio.project-listing li {
  max-width: 320px;
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
}
.sanskriti_portfolio.project-listing li img {
  float: left;
}
.sanskriti_portfolio.project-details {
  padding: 0px;
  margin-bottom: 50px;
  min-height: 50vh;
}
.sanskriti_portfolio.project-details .title-wrapper {
  margin-bottom: 40px;
  padding: 0 20px;
}
.sanskriti_portfolio.project-details .main-title {
  margin-bottom: 10px;
}
.sanskriti_portfolio.project-details .sub-title {
  margin-bottom: 10px;
  max-width: 800px;
  margin: 10px auto 0 auto;
  font-size: 16px;
  font-family: 'TitilliumWeb-Regular';
  font-weight: normal;
}
.sanskriti_portfolio.project-details .sub-title:empty {
  display: none;
}
.sanskriti_portfolio.project-details ul {
  max-width: 1240px;
  margin: 0 auto;
}
.sanskriti_portfolio.project-details li {
  margin: 0 20px 30px;
  position: relative;
}
.sanskriti_portfolio.project-details li img {
  max-height: 95vh;
}
.sanskriti_portfolio.project-details li .image-title {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  padding: 2px 10px;
}
.sanskriti_portfolio ul {
  font-size: 0;
  list-style: none;
}
.sanskriti_portfolio li {
  vertical-align: top;
  text-align: center;
}
.sanskriti_portfolio li > a {
  position: relative;
  display: block;
}
.sanskriti_portfolio li > a:hover .project-id {
  opacity: 1;
}
.sanskriti_portfolio li .project-type {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 100;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0;
}
.sanskriti_portfolio li .project-info {
  margin: 10px 0 50px;
  font-size: 15px;
  padding: 0 30px;
}
.sanskriti_portfolio li img {
  max-width: 100%;
}
.sanskriti_portfolio li img.lazyload,
.sanskriti_portfolio li img.lazyloading {
  opacity: 0;
}
.sanskriti_portfolio li img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.sanskriti_portfolio ul.additional-info {
  margin: 10px auto;
  max-width: 600px;
}
.sanskriti_portfolio ul.additional-info li {
  font-size: 16px;
  display: inline-block;
  margin: 4px 10px;
}
.sanskriti_portfolio ul.additional-info li .label.owner::after {
  font-family: "sanicons";
  content: "\F061";
  font-size: 15px;
  color: #555;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.sanskriti_portfolio ul.additional-info li .label.location::after {
  font-family: "sanicons";
  content: "\E80A";
  font-size: 15px;
  color: #555;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.sanskriti_portfolio ul.additional-info li .label.area::after {
  font-family: "sanicons";
  content: "\E80D";
  font-size: 15px;
  color: #555;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.sanskriti_portfolio ul.additional-info li .label.year::after {
  font-family: "sanicons";
  content: "\E80B";
  font-size: 15px;
  color: #555;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.sanskriti_portfolio ul.additional-info li .label.amenities::after {
  font-family: "sanicons";
  content: "\E80C";
  font-size: 15px;
  color: #555;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.sanskriti_portfolio .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.sanskriti_portfolio .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #eee;
}
.sanskriti_portfolio .img-wrapper .project-id {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 375px) {
  .sanskriti_portfolio.project-listing li {
    width: 320px;
  }
}
#back-to-top {
  display: inline-block;
  background-color: #cc0000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  font-family: "sanicons";
  content: "\e809";
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  line-height: 50px;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
body {
  line-height: 1;
  font-family: 'TitilliumWeb-Regular';
  font-weight: normal;
}
body.pushmenu-open #main_header #menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  width: 28px;
  left: 32px;
  top: 2px;
}
body.pushmenu-open #main_header #menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  width: 28px;
  left: 32px;
  top: -2px;
}
body.pushmenu-open #main_overlay {
  bottom: 0;
  right: 270px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.pushmenu-open .main-container {
  left: -270px;
}
body.pushmenu-open #main-menu {
  right: 0;
}
body.pushmenu-open #slick {
  opacity: 0.4;
}
body.home-page #main_header {
  left: 0;
  top: 70px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.home-page .main-container {
  background: #000;
}
body.sub-page {
  padding-top: 68px;
}
body.sub-page #main_header {
  background: #000;
  padding: 15px;
  position: fixed;
  top: 0;
}
body.sub-page #main_header .logo {
  padding: 0 0 0 45px;
  text-align: left;
  float: left;
}
body.sub-page #main_header .logo:after {
  left: 0;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.sub-page #main_header .logo .main {
  font-size: 26px;
}
body.sub-page #main_header .logo .sub {
  font-size: 12px;
}
body.sub-page #main_header #menu-toggle {
  padding: 0;
  right: 20px;
  top: 0;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.sub-page.portfolio {
  padding-top: 0;
}
body.sub-page.portfolio #main_header {
  position: relative;
}
#main_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in;
  z-index: 1000;
}
.main-container {
  left: 0px;
  position: relative;
  transition: all 0.5s ease-in;
  min-width: 320px;
}
#main_header {
  z-index: 500;
  width: 100%;
  padding: 0 67px;
  text-shadow: 0px 0px 10px #000000;
}
#main_header:after {
  content: "";
  clear: both;
  display: block;
}
#main_header .main-logo {
  float: left;
}
#main_header #menu-toggle {
  float: right;
  display: block;
  padding: 22px 0;
  position: relative;
  z-index: 1500;
}
#main_header #menu-toggle span {
  width: 56px;
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 8px 0;
  left: 0;
  top: 0;
  position: relative;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}
#main_header .logo {
  padding: 0 0 0 100px;
  line-height: 1;
  position: relative;
  color: #fff;
}
#main_header .logo:after {
  content: "";
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 86px;
  height: 86px;
  background-image: url("../images/san-logo.svg");
  background-size: cover;
  background-position: 0 top;
  text-shadow: 0px 0px 10px #000000;
}
#main_header .logo a {
  color: #fff;
}
#main_header .logo .main {
  font-size: 60px;
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
}
#main_header .logo .sub {
  font-size: 30px;
  font-family: 'TitilliumWeb-Regular';
  font-weight: normal;
}
#main-menu {
  position: fixed;
  z-index: 500;
  right: -270px;
  top: 0;
  width: 270px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: all 0.5s ease-in;
  text-align: center;
}
.menu-logo {
  line-height: 1;
  padding: 50px 0 30px;
}
.menu-logo .main {
  padding: 45px 0 0 0;
  position: relative;
  font-size: 36px;
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
}
.menu-logo .main:before {
  content: "";
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 43px;
  height: 43px;
  background-image: url("../images/san-logo.svg");
  background-size: cover;
  background-position: 0 bottom;
  text-shadow: 0px 0px 10px #000000;
}
.menu-logo .sub {
  font-size: 16px;
  font-family: 'TitilliumWeb-Regular';
  font-weight: normal;
}
.nav-links ul li a {
  font-family: 'TitilliumWeb-SemiBold';
  font-weight: normal;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
.menu-address {
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
  font-size: 12px;
  padding: 30px 0 30px;
}
.menu-address .address {
  line-height: 1.2;
  letter-spacing: 0.014em;
}
.menu-address .phone-email {
  padding: 20px 0 0 0;
}
.menu-address .phone-email p {
  margin: 0 0 8px 0;
}
.menu-address a {
  display: block;
}
.menu-address .sm-links {
  font-size: 0;
  margin: 20px 0 0 0;
}
.menu-address .sm-links li {
  display: inline-block;
  margin: 5px;
}
.menu-address .sm-links li a {
  width: 36px;
  height: 36px;
  position: relative;
}
.menu-address .sm-links li a:after {
  font-family: "sanicons";
  content: "\e800";
  font-size: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.menu-address .sm-links li.ig a:after {
  content: "\e801";
}
.menu-address .sm-links li.li a:after {
  content: "\e802";
}
.two-column:after {
  content: "";
  clear: both;
  display: block;
}
.two-column .LHS {
  float: left;
}
.two-column .RHS {
  float: right;
  background-color: #fefefe;
}
.page-container {
  font-size: 14px;
  line-height: 1.4;
}
.page-container.boxed {
  padding: 0 15px 30px;
}
.page-container.full-bleed {
  margin: 0;
}
.page-container p {
  margin: 12px 0;
}
.page-container p.quick-info {
  font-size: 18px;
  clear: left;
  margin: 30px 0 20px 0;
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
}
.page-container strong {
  font-family: 'TitilliumWeb-SemiBold';
  font-weight: normal;
}
.about-bottom {
  background: url("../images/bg_blur_01.png") no-repeat;
  min-height: 200px;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  line-height: 1.2;
}
.about-bottom h3 {
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
  font-size: 24px;
  max-width: 90%;
  margin: 10px auto 30px;
}
.about-bottom .func-categories {
  max-width: 90%;
  margin: 0 auto;
}
.about-bottom .func-categories li {
  margin-bottom: 40px;
}
.about-bottom .func-categories li.learn h4:before {
  content: "\e805";
}
.about-bottom .func-categories li.create h4:before {
  content: "\e804";
}
.about-bottom .func-categories li.construct h4:before {
  content: "\e803";
}
.about-bottom .func-categories li:last-child {
  margin-bottom: 0;
}
.about-bottom .func-categories li div {
  font-size: 14px;
  line-height: 1.3;
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
}
.about-bottom .func-categories h4 {
  text-transform: uppercase;
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
  font-size: 14px;
  padding: 100px 0 6px;
  position: relative;
}
.about-bottom .func-categories h4:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -40px;
  font-family: "sanicons";
  content: "\e804";
  font-size: 80px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.about-bottom .func-categories p {
  margin: 0 0 8px 0;
}
.about-architect:after {
  content: "";
  clear: both;
  display: block;
}
.about-architect .thumb {
  max-width: 108px;
  height: auto;
  float: left;
}
.about-architect .main {
  font-family: "TitilliumWeb-ExtraLight";
  font-weight: normal;
  font-size: 20px;
}
.about-architect .info {
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
  font-size: 15px;
}
.about-architect .info-wrapper {
  float: right;
  width: calc(100% - 120px);
  -webkit-width: calc(100% - 120px);
  margin-top: 56px;
}
.why-us {
  display: none;
}
.about-us {
  padding-bottom: 40px;
}
.sub-page-title-wrapper {
  margin: 15px;
  clear: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-page-title-wrapper .go-back {
  display: block;
  float: right;
  max-width: 35%;
  clear: both;
  text-align: left;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  margin: 5px 0;
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
}
.sub-page-title-wrapper .go-back span {
  display: none;
}
.sub-page-title {
  font-size: 16px;
  text-align: left;
  clear: left;
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
  padding-bottom: 6px;
}
.breadcrumbs {
  font-size: 12px;
  padding-bottom: 8px;
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
}
.breadcrumbs a {
  text-decoration: underline;
}
.contact-form {
  width: 100%;
  margin-bottom: 30px;
}
.contact-form > section {
  margin: 0 0 40px 0;
}
.contact-form > section.sendus h3 {
  margin-top: 20px;
}
.contact-form h2 {
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
  font-size: 20px;
}
.contact-form h3 {
  font-family: 'TitilliumWeb-SemiBold';
  font-weight: normal;
  font-size: 16px;
}
.location-map {
  width: 100%;
}
.location-map h2 {
  font-family: 'TitilliumWeb-Light';
  font-weight: normal;
  font-size: 20px;
}
#main_footer {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  font-size: 12px;
  margin: 0;
}
#main_footer .menu-address {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main_footer .menu-address .sm-links {
  margin: 20px 0 0 -15px;
}
@media screen and (max-width: 767px) {
  #main_header {
    top: 50px;
  }
  #main_header .main-logo {
    float: none;
    text-align: center;
  }
  #main_header .logo {
    padding: 40px 0 0 0;
    text-align: center;
  }
  #main_header .logo:after {
    height: 36px;
    width: 36px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
  #main_header .logo .main {
    clear: left;
    font-size: 40px;
  }
  #main_header .logo .sub {
    font-size: 25px;
  }
  #main_header #menu-toggle {
    padding: 0;
    right: 20px;
    top: -30px;
    position: absolute;
  }
  #main_header #menu-toggle span {
    width: 30px;
    height: 3px;
    margin: 4px 0;
  }
  body.pushmenu-open #main_header #menu-toggle {
    right: 26px;
  }
  body.pushmenu-open #main_header #menu-toggle span {
    left: 15px;
  }
  body.pushmenu-open #main_header #menu-toggle span:nth-child(1) {
    top: 2px;
    width: 18px;
  }
  body.pushmenu-open #main_header #menu-toggle span:nth-child(3) {
    width: 18px;
    top: -1px;
  }
  body.pushmenu-open.sub-page #main_header #menu-toggle {
    right: 0;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  body.sub-page {
    padding-top: 135px;
  }
  body.sub-page #main_header {
    min-height: 120px;
    padding: 35px;
    background: url("../images/bg_sub1.jpg") no-repeat;
    background-size: cover;
  }
  body.sub-page #main_header .logo {
    padding: 0 0 0 65px;
  }
  body.sub-page #main_header .logo:after {
    width: 52px;
    height: 52px;
  }
  body.sub-page #main_header .logo .main {
    clear: left;
    font-size: 40px;
  }
  body.sub-page #main_header .logo .sub {
    font-size: 25px;
  }
  body.sub-page .sub-page-title-wrapper {
    margin: 30px;
  }
  body.sub-page .page-container.boxed {
    padding: 0 30px 40px;
  }
  #main-menu .menu-logo .main {
    padding: 93px 0 0 0;
    font-size: 48px;
  }
  #main-menu .menu-logo .main:before {
    width: 86px;
    height: 86px;
  }
  #main-menu .menu-logo .sub {
    font-size: 24px;
  }
  #main-menu .nav-links ul li a {
    font-size: 20px;
    padding: 8px 0;
  }
  #main-menu .menu-address {
    font-size: 16px;
  }
  #main_footer {
    padding: 30px;
  }
  .about-us {
    width: 70%;
    padding-right: 50px;
  }
  .page-container {
    font-size: 16px;
  }
  .sub-page-title {
    font-size: 24px;
  }
  .breadcrumbs {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .about-architect .main {
    font-size: 30px;
  }
  .about-architect .info {
    font-size: 20px;
  }
  .about-architect .info-wrapper {
    margin-top: 44px;
  }
  .why-us {
    width: 30%;
    display: block;
    padding: 20px 0;
  }
  .why-us h4 {
    font-family: 'TitilliumWeb-Bold';
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .why-us h3 {
    font-family: 'TitilliumWeb-SemiBold';
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
  }
  .why-us h3:after {
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    margin: 30px 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .why-us ul.list-points li.list-point {
    font-family: 'TitilliumWeb-Regular';
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 0 0 90px;
  }
  .why-us ul.list-points li.list-point:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .why-us ul.list-points li.list-point#point-1:after {
    font-family: "sanicons";
    content: "\e807";
    font-size: 50px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
  }
  .why-us ul.list-points li.list-point#point-2:after {
    font-family: "sanicons";
    content: "\e806";
    font-size: 50px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
  }
  .why-us ul.list-points li.list-point#point-3:after {
    font-family: "sanicons";
    content: "\e808";
    font-size: 50px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
  }
  .why-us ul.list-points li.list-point h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: 'TitilliumWeb-Bold';
    font-weight: normal;
  }
  .why-us ul.list-points li.list-point div {
    font-size: 16px;
  }
  .about-bottom h3 {
    margin: 20px auto 40px;
  }
  .about-bottom .func-categories {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 0;
  }
  .about-bottom .func-categories li {
    width: 33.33%;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
  }
  .about-bottom .func-categories h4 {
    font-size: 16px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form > section {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin: 40px 0 50px 0;
  }
  .contact-form > section.callus h3 {
    margin-top: 20px;
  }
  .contact-form h2 {
    margin-bottom: 20px;
  }
  .location-map {
    width: 60%;
  }
  .contact-page .page-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .sub-page-title-wrapper .go-back {
    font-family: 'TitilliumWeb-Regular';
    font-weight: normal;
  }
  .sub-page-title-wrapper .go-back span {
    display: inline;
  }
  #main_footer {
    padding: 20px 30px;
  }
  #main_footer #footer-menu:after {
    content: "";
    clear: both;
    display: block;
  }
  #main_footer .nav-links {
    float: left;
  }
  #main_footer .nav-links ul li {
    display: inline;
    float: left;
    padding: 0 20px 0 0;
  }
  #main_footer .nav-links ul li a {
    padding: 12px 0;
  }
  #main_footer .nav-links ul li a:hover {
    text-decoration: underline;
  }
  #main_footer .menu-address {
    float: right;
    margin: 0;
    padding: 0;
  }
  #main_footer .menu-address .address {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #main_footer .menu-address .address p {
    display: inline-block;
    margin: 0 0 6px 0;
  }
  #main_footer .menu-address .address p:nth-child(3) {
    display: block;
    margin: 0;
  }
  #main_footer .menu-address .phone-email {
    float: right;
    margin: 0;
    padding: 0 40px;
    text-align: left;
  }
  #main_footer .menu-address .phone-email p {
    margin: 0 0 6px 0;
  }
  #main_footer .menu-address .phone-email a:hover {
    text-decoration: underline;
  }
  #main_footer .menu-address .sm-links {
    float: left;
    margin: -1px 0 0 0;
    padding: 0;
  }
  #main_footer .menu-address .sm-links li {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1280px) {
  body.sub-page #main_header {
    padding-left: 0;
    padding-right: 0;
  }
  body.sub-page .header-wrapper {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
  }
  body.sub-page .header-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }
  body.sub-page .sub-page-title-wrapper {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0;
  }
  body.sub-page .page-container.boxed {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
  }
  body.sub-page #main_footer {
    padding: 0;
  }
  body.sub-page #footer-menu {
    max-width: 1280px;
    padding: 20px 40px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=san_main.css.map */