@charset "UTF-8";
/* Typefaces

font-family:'Helvetica Neue LT W01_25 UltLt';
font-family:'Helvetica Neue LT W0126UltLtIt';
font-family:'Helvetica Neue LT W01_35 Thin';
font-family:'Helvetica Neue LT W01_36 Th It';
font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_46 Lt It';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_56 It';
font-family:'Helvetica Neue LT W01_65 Md';
font-family:'Helvetica Neue LT W01_66 Md It';
font-family:'Helvetica Neue LT W01_71488914';
font-family:'Helvetica Neue LT W01_76 Bd It';
font-family:'Helvetica Neue LT W01_85 Heavy';
font-family:'Helvetica Neue LT W01_86 Hv It';
font-family:'Helvetica Neue LT W01_95 Black';
font-family:'Helvetica Neue LT W01_96 BlkIt';
font-family:'Helvetica Neue LT W01_75 B Ou';
font-family:'Helvetica Neue LT W0127UltLtCn';
font-family:'Helvetica Neue LT W0127ULCnObl';
font-family:'Helvetica Neue LT W01_37 Th Cn';
font-family:'Helvetica Neue LT W0137ThCnObl';
font-family:'Helvetica Neue LT W01_47 Lt Cn';
font-family:'Helvetica Neue LT W0147LtCnObl';
font-family:'Helvetica Neue LT W01_57 Cond';
font-family:'Helvetica Neue LT W01_57 CnObl';
font-family:'Helvetica Neue LT W01_67 Md Cn';
font-family:'Helvetica Neue LT W0167MdCnObl';
font-family:'Helvetica Neue LT W01_77 Bd Cn';
font-family:'Helvetica Neue LT W0177BdCnObl';
font-family:'Helvetica Neue LT W01_87 Hv Cn';
font-family:'Helvetica Neue LT W0187HvCnObl';
font-family:'Helvetica Neue LT W01_97 BlkCn';
font-family:'Helvetica Neue LTW0197BlkCnObl';
font-family:'Helvetica Neue LT W01107XBlkCn';
font-family:'HelveticaNeueLTW01107XBlkCnObl';
font-family:'Helvetica Neue LT W0123UltLtEx';
font-family:'Helvetica Neue LTW0123ULExtObl';
font-family:'Helvetica Neue LT W01_33 Th Ex';
font-family:'Helvetica Neue LT W0133ThExObl';
font-family:'Helvetica Neue LT W01_43 Lt Ex';
font-family:'Helvetica Neue LT W0143LtExObl';
font-family:'Helvetica Neue LT W01_53 Ext';
font-family:'Helvetica Neue LT W01_53 ExObl';
font-family:'Helvetica Neue LT W01_63 Md Ex';
font-family:'Helvetica Neue LT W0163MdExObl';
font-family:'Helvetica Neue LT W01_73 Bd Ex';
font-family:'Helvetica Neue LT W0173BdExObl';
font-family:'Helvetica Neue LT W01_83 Hv Ex';
font-family:'Helvetica Neue LT W0183HvExObl';
font-family:'Helvetica Neue LT W01_93 BlkEx';
font-family:'Helvetica Neue LTW0193BlkExObl';
font-family:'Neue Helvetica W01_29 C1289686';
font-family:'Neue Helvetica W01_39 C1289693';
font-family:'Neue Helvetica W01_49 Cm Light';
font-family:'Neue Helvetica W01_59 Comp';
font-family:'Neue Helvetica W01_69 C1289704';
font-family:'Neue Helvetica W01_79 C1289709';
font-family:'Neue Helvetica W01_89 Cm Heavy';
font-family:'Neue Helvetica W01_99 Cm Black';
*/
/* Variables */
/* Mixins */
/* ------------------- Standard CSS ------------------- */
html {
  height: 100%; }

body {
  margin: 0;
  color: #1d1d1b;
  font: 14px/16px "Helvetica Neue LT W01_35 Thin";
  height: 100%;
  background: #ededed;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #1d1d1b; }

p, a, h1, h2, h3, h4, ul, li, b, i, strong, span, div {
  font-weight: normal; }

b, strong {
  font-family: #3c3c3b;
  font-weight: normal; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

.ccm-panel-detail {
  display: block !important; }

.large-para p, .large-para a, .large-para span, .large-para h1, .large-para h2, .large-para h3, .large-para h4, .large-para li, .large-para div {
  font-size: 18px !important;
  font-family: "Helvetica Neue LT W01_35 Thin" !important; }

p {
  line-height: 120%;
  font-size: 14px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  letter-spacing: 0.1em; }

* {
  box-sizing: border-box; }

img {
  border: 0; }

.no-margin {
  margin: 0 !important; }
  .no-margin p, .no-margin a, .no-margin span, .no-margin h1, .no-margin h2, .no-margin h3, .no-margin h4, .no-margin li, .no-margin div {
    margin: 0 !important; }

.top-pad-80 {
  padding-top: 80px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.four-fifth {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .four-fifth.lhs {
    padding-right: 20px; }
  .four-fifth.rhs {
    padding-left: 20px; }

.three-fifth {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .three-fifth.lhs {
    padding-right: 20px; }
  .three-fifth.rhs {
    padding-left: 20px; }
  .three-fifth.central-circles-width-adjust {
    width: calc(100% - 432px); }

.two-fifth {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .two-fifth.lhs {
    padding-right: 20px; }
  .two-fifth.rhs {
    padding-left: 20px; }
  .two-fifth.minus-padding {
    width: calc(40% - 40px); }
  .two-fifth.plus-padding {
    width: calc(40% + 40px); }
  .two-fifth.central-circles-container {
    width: 432px; }

.one-fifth {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .one-fifth.lhs {
    padding-right: 20px; }
  .one-fifth.rhs {
    padding-left: 20px; }

.one-tenth {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .one-tenth.lhs {
    padding-right: 20px; }
  .one-tenth.rhs {
    padding-left: 20px; }
  .one-tenth.minus-padding {
    width: calc(10% - 40px); }
  .one-tenth.plus-padding {
    width: calc(10% + 40px); }

.two-tenth {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .two-tenth.lhs {
    padding-right: 20px; }
  .two-tenth.rhs {
    padding-left: 20px; }

.three-tenth {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .three-tenth.lhs {
    padding-right: 20px; }
  .three-tenth.rhs {
    padding-left: 20px; }
  .three-tenth.minus-padding {
    width: calc(30% - 40px); }
  .three-tenth.plus-padding {
    width: calc(30% + 40px); }
  .three-tenth.lined-circles-width-adjust {
    width: calc(80% - 540px); }

.seven-tenth {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .seven-tenth.lhs {
    padding-right: 20px; }
  .seven-tenth.rhs {
    padding-left: 20px; }

.one-sixth {
  width: calc(100% / 6);
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .one-sixth.lhs {
    padding-right: 20px; }
  .one-sixth.rhs {
    padding-left: 20px; }

.two-sixth {
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .two-sixth.lhs {
    padding-right: 20px; }
  .two-sixth.rhs {
    padding-left: 20px; }

.one-third {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .one-third.lhs {
    padding-right: 20px; }
  .one-third.rhs {
    padding-left: 20px; }

.two-third {
  width: 66.6%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .two-third.lhs {
    padding-right: 20px; }
  .two-third.rhs {
    padding-left: 20px; }

.full-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .half-width.lhs {
    padding-right: 20px; }
  .half-width.rhs {
    padding-left: 20px; }
  .half-width.image-lhs {
    padding: 20px;
    width: 48%;
    margin-right: 2%;
    height: 180px;
    background-size: cover !important;
    background-position: 50% !important; }
    .half-width.image-lhs .sep-small {
      position: absolute;
      bottom: 20px;
      right: 20px; }
  .half-width.image-rhs {
    padding: 20px;
    width: 48%;
    margin-left: 2%;
    height: 180px;
    background-size: cover !important;
    background-position: 50% !important; }
    .half-width.image-rhs .sep-small {
      position: absolute;
      bottom: 20px;
      right: 20px; }
  .half-width.sporadic-circles-container, .half-width.lined-circles-container {
    width: 540px; }
  .half-width.sporadic-circles-width-adjust {
    width: calc(100% - 540px); }

.small-row {
  margin-bottom: 15px; }

.row {
  margin-bottom: 40px; }

.one-quarter {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .one-quarter.lhs {
    padding-right: 20px; }
  .one-quarter.rhs {
    padding-left: 20px; }

.three-quarter {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .three-quarter.lhs {
    padding-right: 20px; }
  .three-quarter.rhs {
    padding-left: 20px; }

.vertical-middle {
  vertical-align: middle; }

.vertical-bottom {
  vertical-align: bottom; }

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

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

.white-cover {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .white-cover:hover {
    background: rgba(255, 255, 255, 0.2); }

.sep-small {
  width: 50px;
  height: 4px;
  display: block;
  background: white; }
  .sep-small.right {
    margin-left: auto; }
  .sep-small.left {
    margin-right: auto; }

.sep-large {
  width: 120px;
  height: 4px;
  display: block;
  background: white;
  margin: 20px 0px; }
  .sep-large.right {
    margin-left: auto; }
  .sep-large.left {
    margin-right: auto; }

.border-left {
  border-left: 5px solid white;
  padding-left: 10px; }

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.open-nav {
  left: 240px !important; }

h1 {
  font-size: 60px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  letter-spacing: 0.6em;
  margin: 0px 0px 20px 0px; }
  h1.absolute {
    position: absolute;
    font-size: 70px;
    letter-spacing: 0.6em;
    left: 11%;
    top: 95px;
    line-height: normal;
    z-index: 9; }

h2 {
  font-size: 40px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  margin: 0px 0px 10px 0px;
  line-height: 120%;
  letter-spacing: 0.4em; }

h2.contact-success {
  margin: 0;
  padding: 10px 0px;
  position: absolute;
  z-index: 99999;
  font-size: 17px;
  text-align: center;
  width: 100%;
  background: #3c3c3b;
  color: white; }

h3 {
  font-size: 21px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  margin: 0px 0px 10px 0px;
  line-height: 120%;
  letter-spacing: 0.4em; }

h4 {
  font-size: 21px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  margin: 5px 0px 0px 0px;
  line-height: 120%;
  letter-spacing: 0.2em; }

.home-desc h4 {
  font-size: 17px; }

p {
  color: #3c3c3b; }

.section-trail {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9; }
  .section-trail div {
    display: block;
    background: #ededed;
    margin-bottom: 10px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #3c3c3b;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .section-trail div.active:before {
      content: "";
      display: inline-block;
      background: #3c3c3c;
      width: 9px;
      height: 9px;
      border-radius: 11px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

.responsive-nav {
  position: fixed;
  width: 240px;
  left: -240px;
  background-color: #3c3c3b;
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  z-index: 9999;
  display: block;
  text-align: right; }
  .responsive-nav h2 {
    font-size: 23px;
    color: white;
    margin: 0; }
  .responsive-nav .social-media-mob {
    position: absolute;
    bottom: 40px;
    right: 40px; }
    .responsive-nav .social-media-mob img {
      margin: 0px 3px; }
  .responsive-nav .navlist {
    padding-top: 90px; }
  .responsive-nav .navlist li {
    padding: 13px 0px; }
  .responsive-nav .navlist li a {
    font-size: 17px;
    font-family: "Helvetica Neue LT W01_25 UltLt";
    margin: 0px 0px 10px 0px;
    line-height: 120%;
    letter-spacing: 0.4em;
    color: white; }

.responsive-nav.open {
  left: 0;
  overflow-y: auto; }

.header {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 14px 50px 14px 50px;
  text-align: center;
  background: #f6f6f6; }
  .header .social-media {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 15px; }
    .header .social-media img {
      margin: 0px 3px; }
  .header .navigation .nav-icon {
    left: 21px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    margin: 6px 0px 0 0;
    width: 25px;
    z-index: 9999;
    display: block; }
  .header .navigation .nav-icon:after, .header .navigation .nav-icon:before, .header .navigation .nav-icon div {
    background-color: #575756;
    content: '';
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
  .header .navigation .nav-icon.open:after {
    transform: translateY(-12px) rotate(-135deg);
    -moz-transform: translateY(-12px) rotate(-135deg);
    -webkit-transform: translateY(-10px) rotate(-135deg);
    background-color: #414141; }
  .header .navigation .nav-icon.open:before {
    transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(6px) rotate(135deg);
    background-color: #414141; }
  .header .navigation .nav-icon.open div {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .header .logo h1 {
    font-size: 16px;
    font-family: "Helvetica Neue LT W01_35 Thin";
    letter-spacing: 0.6em;
    margin: 0; }

.main-cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }

.smaller-cont {
  width: 960px;
  position: relative; }

section {
  width: 100%; }
  section.area {
    padding: 50px 30px 50px 40px; }
  section.contact {
    padding-bottom: 200px; }
  section.text-strip {
    background: #e5e4e6;
    padding: 70px 50px; }
    section.text-strip p {
      font-size: 30px;
      margin: 0;
      letter-spacing: 5px; }
  section h2 {
    top: -30px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }

.clip-header {
  position: relative; }
  .clip-header .box {
    position: relative;
    width: 100%;
    height: 460px; }
    .clip-header .box .shadowboard {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: none;
      pointer-events: none;
      opacity: 1 !important;
      -webkit-transition: opacity .375s;
      transition: opacity .375s;
      background-size: cover !important;
      background-position: center center !important;
      transition: all 10s ease-in-out;
      -webkit-transition: all 10s ease-in-out;
      -moz-transition: all 10s ease-in-out; }
    .clip-header .box .clipboard2, .clip-header .box .clipboard {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: none;
      background-size: cover !important;
      background-position: center center !important;
      transition: all 10s ease-in-out;
      -webkit-transition: all 10s ease-in-out;
      -moz-transition: all 10s ease-in-out;
    }
    .clip-header .box .handles {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.central-circles {
  height: 360px; }
  .central-circles .black-circle {
    width: 32px;
    height: 32px;
    background: #3c3c3b;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    margin-right: auto;
    margin-left: auto;
    z-index: 9;
    position: relative;
    top: 0px;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out; }
    .central-circles .black-circle.active {
      top: 134px; }
  .central-circles .small-white-circle {
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: relative;
    top: 10px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 9;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; }
    .central-circles .small-white-circle.active {
      top: 101px;
      left: 13px; }
  .central-circles .white-circle {
    width: 175px;
    height: 175px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: relative;
    top: 20px;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
  .central-circles .grey-circle {
    background: #b2b2b2;
    width: 93px;
    height: 93px;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: relative;
    top: 30px;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .central-circles .grey-circle.active {
      top: -115px; }
  .central-circles .smaller-white-circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: relative;
    top: 40px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 9;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out; }
    .central-circles .smaller-white-circle.active {
      top: -168px;
      left: 6px; }

.sporadic-circles {
  height: 400px; }
  .sporadic-circles .black-circle {
    width: 40px;
    height: 40px;
    background: #3c3c3b;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: absolute;
    right: 150px;
    top: 150px;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out; }
    .sporadic-circles .black-circle.active {
      right: 48.5%;
      top: 37.3%; }
  .sporadic-circles .small-white-circle {
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 10px;
    left: 30px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; }
    .sporadic-circles .small-white-circle.active {
      top: 37%;
      left: 50%; }
  .sporadic-circles .white-circle {
    width: 215px;
    height: 215px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-circles .white-circle.active {
      bottom: 31%;
      left: 28%; }
  .sporadic-circles .grey-circle {
    background: #b2b2b2;
    width: 116px;
    height: 116px;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 30px;
    left: 200px;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-circles .grey-circle.active {
      top: 28%;
      left: 37%; }
  .sporadic-circles .smaller-white-circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 100px;
    right: 120px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out; }
    .sporadic-circles .smaller-white-circle.active {
      top: 39.5%;
      right: 50%; }

.sporadic-smaller-circles {
  height: 300px; }
  .sporadic-smaller-circles .black-circle {
    width: 32px;
    height: 32px;
    background: #3c3c3b;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: absolute;
    right: 369px;
    top: 30px;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out; }
    .sporadic-smaller-circles .black-circle.active {
      right: 219px;
      top: 136px; }
  .sporadic-smaller-circles .small-white-circle {
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 20px;
    left: 100px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; }
    .sporadic-smaller-circles .small-white-circle.active {
      top: 133px;
      left: 204px; }
  .sporadic-smaller-circles .white-circle {
    width: 175px;
    height: 175px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 83px;
    left: 50px;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-smaller-circles .white-circle.active {
      bottom: 60px;
      left: 110px; }
  .sporadic-smaller-circles .grey-circle {
    background: #b2b2b2;
    width: 93px;
    height: 93px;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 172px;
    left: 217px;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-smaller-circles .grey-circle.active {
      top: 105px;
      left: 151px; }
  .sporadic-smaller-circles .smaller-white-circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 100px;
    right: 120px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out; }
    .sporadic-smaller-circles .smaller-white-circle.active {
      top: 143px;
      right: 227px; }

.sporadic-circles-2 {
  height: 400px; }
  .sporadic-circles-2 .black-circle {
    width: 40px;
    height: 40px;
    background: #3c3c3b;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: absolute;
    right: 235px;
    top: 352px;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out; }
    .sporadic-circles-2 .black-circle.active {
      right: 52.3%;
      top: 43%; }
  .sporadic-circles-2 .small-white-circle {
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 10px;
    left: 30px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; }
    .sporadic-circles-2 .small-white-circle.active {
      top: 43%;
      left: 46%; }
  .sporadic-circles-2 .white-circle {
    width: 215px;
    height: 215px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 0;
    left: 165px;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-circles-2 .white-circle.active {
      top: 84px;
      left: 24%; }
  .sporadic-circles-2 .grey-circle {
    background: #b2b2b2;
    width: 116px;
    height: 116px;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 230px;
    left: 184px;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .sporadic-circles-2 .grey-circle.active {
      top: 33.5%;
      left: 33.4%; }
  .sporadic-circles-2 .smaller-white-circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 100px;
    right: 120px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out; }
    .sporadic-circles-2 .smaller-white-circle.active {
      top: 45.5%;
      right: 54%; }

.lined-circles {
  height: 300px; }
  .lined-circles .black-circle {
    width: 45px;
    height: 45px;
    background: #3c3c3b;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: absolute;
    left: 95px;
    bottom: 20px;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out; }
    .lined-circles .black-circle.active {
      left: 295px;
      bottom: 121px; }
  .lined-circles .small-white-circle {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 20px;
    left: 66px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; }
    .lined-circles .small-white-circle.active {
      bottom: 153px;
      left: 330px; }
  .lined-circles .white-circle {
    width: 245px;
    height: 245px;
    background: white;
    border-radius: 245px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 20px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .lined-circles .white-circle.active {
      bottom: 20px;
      right: 100px; }
  .lined-circles .grey-circle {
    background: #b2b2b2;
    width: 131px;
    height: 131px;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 20px;
    right: 250px;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    .lined-circles .grey-circle.active {
      bottom: 77px;
      right: 157px; }
  .lined-circles .smaller-white-circle {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 175px;
    -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
    position: absolute;
    bottom: 20px;
    left: 50px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out; }
    .lined-circles .smaller-white-circle.active {
      bottom: 150px;
      left: 325px; }

ul.service-list li {
  width: 33.3%;
  display: inline-block;
  padding-left: 3%;
  padding-bottom: 4px;
  padding-top: 4px; }
  ul.service-list li a {
    font-size: 16px;
    font-family: "Helvetica Neue LT W01_25 UltLt";
    margin: 5px 0px 0px 0px;
    line-height: 120%;
    letter-spacing: 0.2em; }

.services-header {
  position: absolute;
  z-index: 9;
  right: 8%;
  top: 40%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .services-header .main-heading {
    text-align: left;
    padding-right: 10%; }
  .services-header .sub-heading {
    text-align: right; }
  .services-header h1 {
    display: inline-block;
    line-height: 70px;
    font-size: 70px;
    color: white; }

.predefined-header {
  position: absolute;
  z-index: 9;
  left: 7%;
  top: 40%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .predefined-header h1 {
    display: inline-block;
    line-height: 70px;
    font-size: 70px;
    color: white; }
  .predefined-header .main-heading {
    text-align: right;
    padding-left: 18%; }
  .predefined-header .services-header .main-heading {
    text-align: right;
    padding-left: 18%; }

.package-inside {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.package-one {
  background: #c6c6c6;
  border-radius: 1000px;
  -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  padding: 85px;
  margin-left: auto;
  height: 400px;
  width: 400px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .package-one a.read-more {
    margin: 18px 0px;
    display: block;
    color: white;
    font-size: 21px;
    font-family: "Helvetica Neue LT W01_35 Thin";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  .package-one h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
  .package-one .sep {
    width: 120px;
    height: 4px;
    display: block;
    background: white;
    margin: 20px 0px 0px auto; }
  .package-one .package-content {
    display: none;
    padding-top: 20px; }
    .package-one .package-content li {
      font-family: "Helvetica Neue LT W01_55 Roman";
      margin: 5px 0px; }
      .package-one .package-content li:before {
        content: "• ";
        color: white;
        /* or whatever color you prefer */ }
  .package-one.open {
    width: 520px;
    height: 520px;
    padding: 100px; }
    .package-one.open h2 {
      color: white;
      font-size: 40px; }
    .package-one.open a.read-more {
      display: none; }

.package-two {
  background: #9d9d9c;
  border-radius: 1000px;
  -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  padding: 65px;
  height: 340px;
  width: 340px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .package-two .package-content {
    display: none;
    padding-top: 20px; }
    .package-two .package-content li {
      font-family: "Helvetica Neue LT W01_55 Roman";
      margin: 5px 0px; }
      .package-two .package-content li:before {
        content: "• ";
        color: white;
        /* or whatever color you prefer */ }
  .package-two a.read-more {
    margin: 18px 0px;
    display: block;
    font-size: 18px;
    color: white;
    font-family: "Helvetica Neue LT W01_35 Thin";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  .package-two .sep {
    width: 87px;
    height: 3px;
    display: block;
    background: white;
    margin: 20px 0px 0px 0px; }
  .package-two h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
  .package-two.open {
    width: 520px;
    height: 520px;
    padding: 100px; }
    .package-two.open a.read-more {
      display: none; }
    .package-two.open h2 {
      font-size: 40px; }

.package-three {
  height: 240px;
  width: 240px;
  background: white;
  border-radius: 1000px;
  -webkit-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  box-shadow: -6px 10px 71px -23px rgba(0, 0, 0, 0.69);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  padding: 50px;
  margin-top: 40px; }
  .package-three h2 {
    font-size: 20px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
  .package-three a.read-more {
    margin: 18px 0px;
    display: block;
    font-size: 14px;
    font-family: "Helvetica Neue LT W01_35 Thin";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  .package-three .sep {
    width: 70px;
    height: 2px;
    display: block;
    background: #575756;
    margin: 20px 0px 0px 0px; }
  .package-three .package-content {
    display: none;
    padding-top: 20px; }
    .package-three .package-content li {
      font-family: "Helvetica Neue LT W01_55 Roman";
      margin: 5px 0px; }
      .package-three .package-content li:before {
        content: "• ";
        color: #3c3c3b;
        /* or whatever color you prefer */ }
  .package-three.open {
    width: 520px;
    height: 520px;
    padding: 100px; }
    .package-three.open a.read-more {
      display: none; }
    .package-three.open h2 {
      font-size: 40px; }

.contact-header {
  position: absolute;
  z-index: 9;
  left: 7%;
  top: 40%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .contact-header .main-heading {
    text-align: left;
    padding-right: 18%; }
    .contact-header .main-heading h1 {
      display: inline-block;
      line-height: 70px;
      font-size: 70px;
      color: white; }
  .contact-header .sub-heading {
    text-align: right; }

.contact-form input[type="text"], .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #3c3c3b;
  background: none;
  padding: 10px 0px;
  font-size: 14px;
  margin-bottom: 13px;
  height: 39px;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  outline: none;
  resize: vertical;
  letter-spacing: 0.4em; }
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }
.contact-form input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #3c3c3b;
  border: none;
  font-size: 16px;
  padding: 7px 23px;
  color: white;
  font-family: "Helvetica Neue LT W01_25 UltLt";
  letter-spacing: 0.4em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .contact-form input[type="submit"]:hover {
    opacity: 0.7; }

.footer {
  background: #3c3c3b;
  padding: 50px 30px; }
  .footer p, .footer a, .footer li, .footer div {
    color: white;
    font-size: 9px; }
  .footer h1 {
    color: white;
    line-height: normal;
    font-size: 47px;
    margin: 0;
    line-height: 47px; }
    .footer h1 a {
      font-size: 47px;
      margin: 0;
      line-height: 47px; }

.media-detect {
  display: none; }

@media (max-width: 1180px) {
  section.area {
    padding: 50px 30px 50px 40px; }

  .package-two .package-content li, .package-one .package-content li, .package-three .package-content li {
    margin: 3px 0px; }

  .package-two .sep, .package-one .sep, .package-three .sep {
    margin-top: 10px; }

  .package-one.open h2, .package-two.open h2, .package-three.open h2 {
    font-size: 24px; }

  .package-content {
    padding-top: 0px !important; }
    .package-content p {
      font-size: 13px;
      margin: 10px 0px; }

  .package-two .package-content li, .package-one .package-content li, .package-three .package-content li {
    margin: 2px 0px;
    font-size: 12px; }

  .package-one.open, .package-two.open, .package-three.open {
    width: 450px;
    height: 450px;
    padding: 80px; }

  .three-tenth.lined-circles-width-adjust {
    width: calc(100% - 540px); }

  .three-tenth.lined-circles-width-adjust {
    width: calc(100% - 540px); }

  .half-width.lined-circles-container {
    width: 540px; }

  .responsive-vanish {
    width: 0 !important;
    display: none !important; }

  .responsive-full-width {
    width: 100% !important; }

  .sporadic-circles .small-white-circle.active {
    top: 37%;
    left: 58%; }

  .sporadic-circles .white-circle.active {
    bottom: 31%;
    left: 28%; }

  .sporadic-circles .grey-circle.active {
    top: 28%;
    left: 40.5%; }

  .sporadic-circles .smaller-white-circle.active {
    top: 39.5%;
    right: 42%; }

  .sporadic-circles .black-circle.active {
    right: 39.5%;
    top: 37.3%; }

  .half-width.sporadic-circles-container {
    width: 400px; }

  .half-width.sporadic-circles-2-container {
    width: 400px; }

  .half-width.sporadic-circles-2-width-adjust {
    width: calc(100% - 400px); }

  .sporadic-circles-2 .grey-circle.active {
    top: 33.5%;
    left: 145px; }

  .sporadic-circles-2 .small-white-circle.active {
    top: 43%;
    left: 213px; }

  .sporadic-circles-2 .black-circle.active {
    right: 176px;
    top: 43%; }

  .sporadic-circles-2 .smaller-white-circle.active {
    top: 45.5%;
    right: 186px; }

  .half-width.sporadic-circles-width-adjust {
    width: calc(100% - 400px); }

  .three-fifth.central-circles-width-adjust {
    width: calc(100% - 360px); }

  .two-fifth.central-circles-container {
    width: 360px; }

  .two-fifth.sporadic-smaller-circles-container {
    width: 432px; }

  .three-fifth.sporadic-smaller-circles-width-adjust {
    width: calc(100% - 432px); }

  h2 {
    font-size: 27px;
    margin: 0px 0px 10px 0px; }

  ul.service-list li {
    width: 33.3%;
    display: inline-block;
    padding-left: 1%;
    padding-bottom: 4px;
    padding-top: 4px; }
    ul.service-list li a {
      font-size: 15px; } }
@media (max-width: 1024px) {
  .package-one.open, .package-two.open, .package-three.open {
    width: 400px;
    height: 400px;
    padding: 80px; } }
@media (max-width: 900px) {
  .package-one.open, .package-two.open, .package-three.open {
    width: 500px;
    height: 500px;
    padding: 95px; }

  .package-one, .package-two, .package-three {
    margin: 0 auto 30px auto; }

  .package-cont {
    width: 100% !important; }

  .package-one.open h2, .package-two.open h2, .package-three.open h2 {
    font-size: 40px; } }
@media (max-width: 768px) {
  .half-width {
    width: 100% !important;
    padding: 10px 0px; }

  section.text-strip {
    background: #e5e4e6;
    padding: 20px 30px; }

  .smaller-responsive-text-center {
    text-align: center; }

  .responsive-no-horizontal-pad {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .responsive-no-pad {
    padding: 0 !important; }

  section.text-strip p {
    font-size: 20px;
    margin: 0;
    letter-spacing: 5px; }

  ul.service-list li {
    width: 50%;
    display: inline-block;
    padding-left: 1%;
    padding-bottom: 4px;
    padding-top: 4px; }

  .clip-header .box {
    position: relative;
    width: 100%;
    height: 350px; }

  .services-header, .predefined-header, .contact-header {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: 100px; }

  .services-header .main-heading, .predefined-header .main-heading, .contact-header .main-heading {
    text-align: center;
    padding-right: 0%; }

  .services-header h1, .predefined-header h1, .contact-header .main-heading h1 {
    display: inline-block;
    line-height: 45px;
    font-size: 45px;
    color: white;
    padding-left: 20px; }

  .services-header .sub-heading, .predefined-header .sub-heading, .contact-header .sub-heading {
    text-align: center; }

  .services-header .sub-heading, .predefined-header .sub-heading, .contact-header .sub-heading {
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    padding: 7px 0px; }
    .services-header .sub-heading h2, .predefined-header .sub-heading h2, .contact-header .sub-heading h2 {
      margin-bottom: 0; }

  .predefined-header .main-heading {
    text-align: center;
    padding-left: 0%; }

  .contact-header .main-heading {
    padding-right: 0%; }

  .section-trail {
    display: none; }

  h1.absolute {
    position: absolute;
    font-size: 45px;
    letter-spacing: 0.6em;
    left: 11%;
    top: 95px;
    line-height: normal;
    z-index: 9; }

  .smaller-responsive-vanish {
    display: none;
    width: 0; }

  .half-width.image-lhs, .half-width.image-rhs {
    margin: 0px 0px 20px 0px; }

  .row {
    margin-bottom: 0px; }

  section.area {
    padding: 30px 25px; }

  .three-fifth, .three-tenth.lined-circles-width-adjust, .smaller-responsive-full-width {
    width: 100% !important;
    padding: 30px 0px !important; }

  .central-circles-container, .sporadic-circles-container, .lined-circles-container, .sporadic-smaller-circles-container, .sporadic-circles-2-container {
    display: none; }

  .half-width {
    width: 100% !important;
    padding: 30px 0px; }

  .package-one {
    margin-bottom: 0; } }
@media (max-width: 580px) {
  .responsive-nav .navlist li {
    padding: 11px 0px; }

  .responsive-nav .navlist li a {
    font-size: 15px; }

  .header .social-media img {
    margin: 0px 1px; }

  .header .social-media {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px; }

  ul.service-list li {
    width: 100%; }

  h1.absolute {
    position: absolute;
    font-size: 45px;
    letter-spacing: 0.6em;
    left: 0;
    right: 0;
    margin-left: auto;
    display: block;
    margin-right: auto;
    top: 95px;
    line-height: normal;
    z-index: 9;
    text-align: center;
    padding-left: 20px; }

  .contact-form input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #3c3c3b;
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 9px 23px;
    color: white;
    font-family: "Helvetica Neue LT W01_25 UltLt";
    letter-spacing: 0.4em; }

  .footer h1 {
    color: white;
    line-height: normal;
    font-size: 36px;
    margin: 0;
    line-height: 36px; }

  .footer .one-third {
    width: 100%;
    padding: 0px 0px 20px 0px !important; }

  .package .package-title {
    text-align: center !important; }
    .package .package-title .sep {
      margin-right: auto;
      margin-left: auto; }

  .large-para p {
    font-size: 13px !important; }

  section.area {
    padding: 15px 20px; }

  .package-one, .package-two, .package-three {
    width: 380px;
    height: 380px;
    padding: 60px; }

  .media-detect {
    display: block; }

  .package-one.open h2, .package-two.open h2, .package-three.open h2 {
    font-size: 21px; }

  .package-one.open, .package-two.open, .package-three.open {
    width: 380px;
    height: 380px;
    padding: 60px; }

  h2 {
    font-size: 21px;
    font-family: "Helvetica Neue LT W01_25 UltLt";
    margin: 0px 0px 10px 0px;
    line-height: 120%;
    letter-spacing: 0.4em; } }
@media (max-width: 450px) {
  .package-one.open, .package-two.open, .package-three.open {
    width: 360px;
    height: 360px;
    padding: 54px; } }
