/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-heading .sub-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #999;
  position: relative;
  display: inline-flex;
  align-items: baseline; }

.thim-sc-heading .sub-title:before {
  content: '';
  position: relative;
  float: left;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  margin-right: 15px; }

.thim-sc-heading .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 2px 0px; }

.thim-sc-heading .description {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 25px;
  width: 649px;
  max-width: 100%;
  display: inline-block; }
  .thim-sc-heading .description ul {
    list-style: none;
    margin: 20px 0 5px; }
    .thim-sc-heading .description ul li {
      position: relative;
      padding-left: 32px;
      margin-bottom: 10px; }
      .thim-sc-heading .description ul li:before {
        content: "\f375";
        font-family: "Ionicons";
        color: #aaaaaa;
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.5em; }

.thim-sc-heading .button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 48px;
  height: 50px;
  line-height: 46px;
  border-style: solid;
  border-width: 2px;
  margin-top: 48px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #212322;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .thim-sc-heading .button:hover {
    color: #fff; }

.thim-sc-heading.layout-2 {
  position: relative; }
  .thim-sc-heading.layout-2 .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    padding-left: 116px; }
    .thim-sc-heading.layout-2 .sub-title:before {
      display: none; }
  .thim-sc-heading.layout-2 .title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 1.4px;
    color: #212322;
    padding-bottom: 22px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px; }
    .thim-sc-heading.layout-2 .title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 118px;
      width: 68px;
      height: 2px; }
  .thim-sc-heading.layout-2 .description {
    padding-left: 116px; }
  .thim-sc-heading.layout-2.white .sub-title {
    color: #fff; }
  .thim-sc-heading.layout-2.white .title {
    color: #fff; }

.thim-sc-heading.layout-3 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .thim-sc-heading.layout-3 span, .thim-sc-heading.layout-3 .title {
    width: 100%;
    display: block; }
  .thim-sc-heading.layout-3 .sub-title {
    order: 1;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-transform: none;
    margin: -4px 0 18px 0; }
    .thim-sc-heading.layout-3 .sub-title:before {
      content: normal; }
  .thim-sc-heading.layout-3 .title {
    font-size: 40px;
    letter-spacing: -0.8px; }
  .thim-sc-heading.layout-3 .curve {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 60px; }
  .thim-sc-heading.layout-3 .number {
    display: block;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(204, 204, 204, 0.2); }
    .thim-sc-heading.layout-3 .number:after {
      content: '.';
      color: rgba(204, 204, 204, 0.2);
      font-family: initial; }
  .thim-sc-heading.layout-3 .description {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.75; }

.thim-sc-heading.layout-4 {
  position: relative;
  z-index: 1;
  margin-bottom: 49px; }
  .thim-sc-heading.layout-4 .sub-title {
    opacity: 0.7;
    font-size: 210px;
    font-weight: 100;
    line-height: 210px;
    color: #edeef2b3;
    letter-spacing: normal;
    position: absolute;
    top: -109px;
    left: -45px;
    z-index: -1; }
    .thim-sc-heading.layout-4 .sub-title:before {
      display: none; }
  .thim-sc-heading.layout-4 .title {
    font-size: 54px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 3.2px;
    color: #333333;
    text-transform: uppercase;
    position: relative; }
    .thim-sc-heading.layout-4 .title:after {
      content: '';
      width: 70px;
      height: 2px;
      background: #333;
      display: block;
      margin-top: 37px;
      margin-bottom: 15px; }
  .thim-sc-heading.layout-4 .description {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 0px; }
  .thim-sc-heading.layout-4.text-center .title {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .thim-sc-heading.layout-4.text-center .title:after {
      margin-bottom: 12px; }
  .thim-sc-heading.layout-4.white .title {
    color: #fff; }
    .thim-sc-heading.layout-4.white .title:after {
      background-color: #969696; }
  .thim-sc-heading.layout-4.white .description {
    color: #949494; }

.thim-sc-heading.layout-5 .sub-title {
  font-size: 18px;
  font-weight: 300;
  color: #aaaaaa;
  letter-spacing: 0; }
  .thim-sc-heading.layout-5 .sub-title:before {
    display: none; }

.thim-sc-heading.layout-5 .title {
  font-size: 35px;
  line-height: 1.14;
  padding-bottom: 23px;
  position: relative;
  margin-top: -2px;
  margin-bottom: 0; }
  .thim-sc-heading.layout-5 .title:before {
    content: '';
    width: 45px;
    height: 1px;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    border-radius: 0.5px;
    background-color: #ddd;
    position: absolute;
    left: 30px;
    bottom: 5px;
    margin-left: -30px; }
  .thim-sc-heading.layout-5 .title:after {
    content: '';
    width: 45px;
    height: 1px;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    border-radius: 0.5px;
    background-color: #ddd;
    position: absolute;
    left: 30px;
    bottom: 0;
    margin-right: -30px; }

.thim-sc-heading.layout-5.text-center .title:before {
  left: 50%; }

.thim-sc-heading.layout-5.text-center .title:after {
  left: 50%; }

.thim-sc-heading.layout-5.text-right .title:before {
  left: auto;
  right: 30px; }

.thim-sc-heading.layout-5.text-right .title:after {
  left: auto;
  right: 30px; }

.thim-sc-heading.layout-5.white .sub-title {
  color: #fff; }

.thim-sc-heading.layout-5.white .title {
  color: #fff; }

.thim-sc-heading.layout-6 {
  position: relative;
  z-index: 0; }
  .thim-sc-heading.layout-6 .sub-title {
    position: absolute;
    top: -117px;
    left: -194px;
    font-size: 300px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: 15px;
    color: #f3f3f3;
    z-index: -1; }
  .thim-sc-heading.layout-6 .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase; }
  .thim-sc-heading.layout-6 .description {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.4px; }
  .thim-sc-heading.layout-6 .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #7e7e7e;
    padding: 0 64px;
    height: 56px;
    line-height: 50px;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px; }
  .thim-sc-heading.layout-6.white .title {
    color: #fff; }
  .thim-sc-heading.layout-6.white .description {
    color: #b4b4b4; }

.thim-sc-heading.layout-7 {
  margin-bottom: 80px;
  margin-top: 80px; }
  .thim-sc-heading.layout-7 .sub-title {
    letter-spacing: 0.8px; }
  .thim-sc-heading.layout-7 .sub-title:before {
    display: none; }
  .thim-sc-heading.layout-7 .title {
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 1.7px;
    margin: 7px 0px 0px; }
  .thim-sc-heading.layout-7 .description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px; }
  .thim-sc-heading.layout-7 .button {
    background: #c19b76;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: normal;
    height: 56px;
    line-height: 56px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 65px;
    display: block;
    width: 208px;
    margin: 30px auto; }

.thim-sc-heading.layout-8 .sub-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  color: #666;
  display: block; }

.thim-sc-heading.layout-8 .sub-title:before {
  display: none; }

.thim-sc-heading.layout-8 .title {
  position: relative;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
  margin: 10px 0 25px;
  color: #183649;
  display: inline-block; }
  .thim-sc-heading.layout-8 .title:before {
    content: '';
    width: 418px;
    height: 166px;
    position: absolute;
    left: -55px;
    top: -17px;
    background-image: url(../images/bg-heading8.png);
    background-repeat: no-repeat; }

.thim-sc-heading.layout-8 .description {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 1.88;
  display: block;
  margin-top: 33px; }

.thim-sc-heading.layout-8 .button {
  background: transparent;
  color: #183649;
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  line-height: 58px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 62px;
  margin-top: 68px;
  margin-bottom: 0;
  border: solid 1px rgba(24, 54, 73, 0.4);
  letter-spacing: 0;
  color: #fff;
  border: none;
  background-color: #f79468;
  background-image: -webkit-linear-gradient(left, #f79468 0%, #f7be68 50%, #f79468 100%);
  background-image: linear-gradient(to right, #f79468 0%, #f7be68 50%, #f79468 100%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100%; }
  .thim-sc-heading.layout-8 .button:hover {
    border-color: transparent;
    color: #fff;
    background-color: #f6d365 !important;
    background-position: 100% 0 !important; }

.thim-sc-heading.layout-9 {
  margin-bottom: 50px;
  margin-top: 94px; }
  .thim-sc-heading.layout-9.text-center .title:after {
    margin: 23px auto 16px; }
  .thim-sc-heading.layout-9.text-center .description {
    width: 750px;
    max-width: 100%; }
  .thim-sc-heading.layout-9 .sub-title {
    letter-spacing: 0.8px;
    padding-bottom: 6px; }
  .thim-sc-heading.layout-9 .sub-title:before {
    display: none; }
  .thim-sc-heading.layout-9 .title {
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 1.7px;
    margin: 0; }
    .thim-sc-heading.layout-9 .title:after {
      content: '';
      width: 43px;
      height: 1px;
      border-bottom: 1px solid #252525;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -webkit-opacity: 0.5;
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      -ms-opacity: 0.5;
      -o-opacity: 0.5;
      opacity: 0.5;
      display: block;
      margin-top: 23px;
      margin-bottom: 16px; }
  .thim-sc-heading.layout-9 .description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px; }
  .thim-sc-heading.layout-9 .button {
    color: #c19b76;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 60px;
    margin-top: 52px;
    margin-bottom: 0; }
    .thim-sc-heading.layout-9 .button:hover {
      border-color: #c19b76;
      color: #FFF; }

.thim-sc-heading.layout-10 {
  position: relative; }
  .thim-sc-heading.layout-10 .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: normal;
    line-height: 0.68;
    letter-spacing: 1.6px;
    white-space: nowrap;
    opacity: 0.12;
    overflow: hidden; }
    .thim-sc-heading.layout-10 .sub-title:before {
      content: '';
      width: 805px;
      height: 208px;
      position: absolute;
      left: 50%;
      top: 50%;
      background-image: url(../images/bg-heading10.png);
      background-repeat: no-repeat;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
  .thim-sc-heading.layout-10 .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.06;
    letter-spacing: 7.2px;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 41px;
    position: relative;
    text-transform: uppercase; }
    .thim-sc-heading.layout-10 .title:after {
      content: '';
      width: 60px;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .thim-sc-heading.layout-10.text-center .sub-title {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
  .thim-sc-heading.layout-10.text-center .title:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
  .thim-sc-heading.layout-10.text-right .sub-title {
    left: auto;
    right: 0; }
  .thim-sc-heading.layout-10.text-right .title:after {
    left: auto;
    right: 0; }
  .thim-sc-heading.layout-10.white .title {
    color: #fff; }

.thim-sc-heading.layout-11 {
  margin-bottom: 52px;
  margin-top: 196px; }
  .thim-sc-heading.layout-11 .sub-title {
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #777;
    line-height: normal;
    display: block; }
  .thim-sc-heading.layout-11 .sub-title:before {
    display: none; }
  .thim-sc-heading.layout-11 .title {
    font-weight: bold;
    font-size: 45px;
    line-height: normal;
    letter-spacing: 1.4px;
    margin: 20px 0px 0px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase; }
    .thim-sc-heading.layout-11 .title:after {
      content: '';
      height: 19px;
      position: absolute;
      -webkit-transform: skew(-45deg, 0);
      -moz-transform: skew(-45deg, 0);
      -ms-transform: skew(-45deg, 0);
      -o-transform: skew(-45deg, 0);
      display: block;
      left: -25px;
      right: -20px;
      bottom: 0px;
      z-index: -1; }
  .thim-sc-heading.layout-11 .description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px; }
  .thim-sc-heading.layout-11 .button {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
    height: 57px;
    line-height: 53px;
    border: 2px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 40px;
    margin-top: 42px;
    margin-bottom: 0; }
    .thim-sc-heading.layout-11 .button:hover {
      color: #000; }

.thim-sc-heading.layout-12 .sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.4px;
  color: #8e8e8e;
  text-transform: uppercase;
  top: -7px;
  margin-bottom: 5px; }
  .thim-sc-heading.layout-12 .sub-title:before {
    display: none; }

.thim-sc-heading.layout-12 .title {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0 15px; }

.thim-sc-heading.layout-12 .line {
  height: 4px;
  position: relative;
  display: block; }
  .thim-sc-heading.layout-12 .line:before {
    content: '';
    width: 51px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #8e8e8e; }
  .thim-sc-heading.layout-12 .line:after {
    content: '';
    width: 28px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #8e8e8e; }

.thim-sc-heading.layout-12 .description {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.5px;
  width: 700px;
  max-width: 100%; }
  .thim-sc-heading.layout-12 .description ul li {
    padding-left: 22px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1px;
    color: #18263d;
    margin: 0; }
    .thim-sc-heading.layout-12 .description ul li a {
      color: #18263d; }
    .thim-sc-heading.layout-12 .description ul li:before {
      content: '';
      width: 7px;
      height: 7px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

.thim-sc-heading.layout-12 .button {
  margin-top: 35px;
  height: auto;
  line-height: normal;
  padding: 8px 33px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #18263d;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .thim-sc-heading.layout-12 .button:after {
    content: "\f3d6";
    font-family: "Ionicons";
    font-size: 20px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px; }
  .thim-sc-heading.layout-12 .button:hover {
    border-color: transparent;
    color: #fff; }

.thim-sc-heading.layout-12.button-style-2 .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: rgba(142, 142, 142, 0.5);
  height: 45px;
  line-height: 44px;
  padding: 0px 45px; }
  .thim-sc-heading.layout-12.button-style-2 .button:after {
    display: none; }

.thim-sc-heading.layout-12.text-center .line:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0); }

.thim-sc-heading.layout-12.text-center .line:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0); }

.thim-sc-heading.layout-12.text-center .description ul {
  display: inline-block;
  text-align: left; }

.thim-sc-heading.layout-12.text-right .line:before {
  left: auto;
  right: 0; }

.thim-sc-heading.layout-12.text-right .line:after {
  left: auto;
  right: 0; }

.thim-sc-heading.layout-12.text-right .description ul li {
  padding-right: 22px;
  padding-left: 0; }
  .thim-sc-heading.layout-12.text-right .description ul li:before {
    right: 0;
    left: auto; }

.thim-sc-heading.layout-12.white-color .title {
  color: #FFF; }

.thim-sc-heading.layout-12.white-color .sub-title {
  color: #d0d0d0; }

.thim-sc-heading.layout-12.white-color .line:before, .thim-sc-heading.layout-12.white-color .line:after {
  background-color: #d0d0d0; }

.thim-sc-heading.layout-12.white-color .description {
  color: #d0d0d0; }

.thim-sc-heading.padding-top-small {
  margin-top: 62px; }

@media (max-width: 1200px) {
  body.responsive .thim-sc-heading.layout-11 {
    margin-top: 50px;
    margin-bottom: 30px; }
    body.responsive .thim-sc-heading.layout-11 .title {
      font-size: 30px; }
  body.responsive .thim-sc-heading.layout-2 .title {
    font-size: 60px; } }

@media (max-width: 768px) {
  body.responsive .thim-sc-heading.layout-11 .title {
    margin: 0;
    font-size: 22px; }
  body.responsive .thim-sc-heading.layout-2 .title {
    font-size: 50px; } }

@media (max-width: 640px) {
  body.responsive .thim-sc-heading.layout-11 .title {
    font-size: 20px; }
    body.responsive .thim-sc-heading.layout-11 .title:after {
      height: 10px; }
  body.responsive .thim-sc-heading.layout-2 .title {
    font-size: 40px; } }

@media (max-width: 320px) {
  body.responsive .thim-sc-heading .button {
    font-size: 13px; } }
