/*
  @Author : Pixelmotive
  @Project : CCDT
  @Dev : Darshan Shah
  @Date : 1 July 2017
*/
/* config */
/* Variables.scss */
/* colors */
/* breakpoints */
/* font family */
/* font weights */
/* element */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* element.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #373938;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #373938;
  font-weight: 400; }

p {
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 300; }

a,
a:hover,
a:focus,
a:active {
  color: #373938;
  text-decoration: none; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1px; }

/* common */
.cm-not-in-page {
  left: -99999px;
  position: absolute;
  top: -99999px; }

.cm-line-break {
  display: block; }

.cm-icon {
  background: url("../images/sprite.png") no-repeat 0 0 transparent; }
  .cm-icon.icon-design {
    background-position: 0 0; }
  .cm-icon.icon-structural-damages {
    background-position: 0 -106px; }
  .cm-icon.icon-detail-strategies {
    background-position: 0 -308px; }
  .cm-icon.icon-budget-accuracy {
    background-position: 0 -518px; }
  .cm-icon.icon-money-value {
    background-position: 0 -714px; }
  .cm-icon.icon-safety-first {
    background-position: 0 -930px; }
  .cm-icon.icon-search {
    background-position: 0 0; }
  .cm-icon.icon-cal {
    background-position: 0 -225px; }
  .cm-icon.icon-cost {
    background-position: 0 -438px; }
  .cm-icon.icon-farm {
    background-position: 0 -660px; }
  .cm-icon.icon-promise {
    background-position: 0 -885px; }
  .cm-icon.icon-legal-building {
    background-position: 0 -1109px; }
  .cm-icon.icon-team {
    background-position: 0 -1333px; }
  .cm-icon.icon-quality {
    background-position: 0 -1557px; }

.cm-bg-default {
  background: #f7a707; }

.cm-bg-base {
  background: #373938;
  color: #ffffff; }

.cm-text-primary {
  color: #f9f112; }

.cm-bg-pattern {
  background: url("../images/section/image3.jpg") no-repeat 0 0 transparent;
  background-size: cover;
  color: #ffffff; }

.cm-menu-btn {
  text-align: right; }
  .cm-menu-btn span {
    margin-bottom: 5px;
    display: block;
    height: 2px;
    background: #ffffff;
    width: 24px; }
    .cm-menu-btn span:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .cm-icon.icon-design {
    background-position: 0 0; }
  .cm-icon.icon-structural-damages {
    background-position: 0 -113px; }
  .cm-icon.icon-detail-strategies {
    background-position: 0 -324px; }
  .cm-icon.icon-budget-accuracy {
    background-position: 0 -524px; }
  .cm-icon.icon-money-value {
    background-position: 0 -736px; }
  .cm-icon.icon-safety-first {
    background-position: 0 -931px; } }
@font-face {
  font-family: "aagam";
  src: url("../fonts/aagam.eot");
  src: url("../fonts/aagam.eot?#iefix") format("embedded-opentype"), url("../fonts/aagam.woff") format("woff"), url("../fonts/aagam.ttf") format("truetype"), url("../fonts/aagam.svg#aagam") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "aagam" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "aagam" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\61"; }

.icon-arrow-right:before {
  content: "\62"; }

.icon-close:before {
  content: "\63"; }

/* base */
.bs-header {
  padding: 50px 30px 20px 30px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all ease 0.4s;
  background: #373938; }
  .bs-header .logo {
    float: left;
    width: 235px;
    height: auto; }
    .bs-header .logo img {
      width: 100%;
      float: left; }
  .bs-header .mod-main-nav {
    float: right;
    margin-top: 25px; }
  .bs-header:before {
    content: '';
    background: #424242;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

@media screen and (max-width: 768px) {
  .bs-header {
    padding: 15px; }
    .bs-header .container {
      padding: 0; }
    .bs-header .nav {
      position: fixed;
      left: 130%;
      right: 0;
      top: 0;
      bottom: 0;
      background: #373938;
      z-index: 5;
      transition: all 0.5s ease; }
      .bs-header .nav .bs-icon-cancel {
        font-size: 30px;
        top: 20px;
        right: 14px; }
      .bs-header .nav.active {
        left: 0; }
        .bs-header .nav.active .bs-icon-cancel {
          position: absolute; }
      .bs-header .nav .icon-close {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        position: absolute;
        top: 15px;
        right: 22px; }
    .bs-header .mod-main-nav {
      padding: 50px 25px;
      width: 100%; }
    .bs-header .logo {
      width: 100px; }
    .bs-header .mb-side-menu {
      position: absolute;
      top: 1px;
      right: 10px;
      padding: 10px;
      transition: all 0.5s ease; }
      .bs-header .mb-side-menu .btn,
      .bs-header .mb-side-menu .cm-menu-btn {
        display: inline-block !important; }
      .bs-header .mb-side-menu .btn {
        margin-right: 20px; }
      .bs-header .mb-side-menu .cm-menu-btn {
        position: relative;
        z-index: 1;
        top: 3px; }
    .bs-header:before {
      content: none; } }
.bs-sec {
  padding: 70px 0px; }
  .bs-sec .sec-head {
    text-align: center; }
  .bs-sec .sec-tag-line {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    display: block; }
  .bs-sec .sec-title {
    font-size: 38px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0px; }
  .bs-sec.sec-bg-image {
    background: url("../images/section/image1.jpg") no-repeat 0 0 transparent;
    background-size: cover; }
  .bs-sec.sec-bg-pattern {
    padding-top: 50px;
    background: url("../images/section/image2.jpg") no-repeat 0 0 transparent;
    background-size: cover;
    color: #ffffff; }
    .bs-sec.sec-bg-pattern .sec-head {
      margin-bottom: 75px; }
  .bs-sec.sec-testimonial {
    padding: 40px 0px 65px; }
    .bs-sec.sec-testimonial .sec-head {
      margin-bottom: 65px; }
    .bs-sec.sec-testimonial .sec-title {
      font-size: 25px;
      line-height: 27px;
      color: #373938;
      text-transform: uppercase;
      font-family: "PT Sans", sans-serif;
      font-weight: 400; }
    .bs-sec.sec-testimonial .img-wrap .icon {
      width: 350px;
      height: 300px;
      display: block;
      margin: 0 auto; }
      .bs-sec.sec-testimonial .img-wrap .icon.icon-tools {
        background: url("../images/testimonial.png") no-repeat 0 0 transparent;
        background-size: cover; }
    .bs-sec.sec-testimonial .list-wrap .item.first {
      margin-bottom: 85px; }
  .bs-sec.sec-commit .sec-title {
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 700; }
  .bs-sec.sec-commit .sec-head {
    margin-bottom: 60px; }
  .bs-sec.sec-commit .list-wrap .item {
    float: left;
    width: 20%;
    padding: 0 30px; }
  .bs-sec.sec-contact .sec-head {
    margin-bottom: 65px; }
  .bs-sec.sec-contact .sec-title {
    font-size: 25px;
    line-height: 27px;
    color: #373938;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 400; }
  .bs-sec.sec-contact .sec-cont {
    width: 750px;
    margin: 0 auto; }
    .bs-sec.sec-contact .sec-cont .bs-form .act-wrap {
      padding-left: 5px; }
  .bs-sec.sec-address {
    color: #ffffff; }
    .bs-sec.sec-address .mod-infography .infography-title {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 30px; }
    .bs-sec.sec-address .mod-infography .infography-cont-wrap {
      width: 430px;
      padding: 25px 55px 0 0px; }
    .bs-sec.sec-address .mod-infography .infography-img-wrap {
      width: 700px;
      height: 275px; }
  .bs-sec.sec-clients {
    padding-bottom: 30px; }
    .bs-sec.sec-clients .sec-head {
      text-align: left;
      margin-bottom: 10px; }
    .bs-sec.sec-clients .sec-title {
      font-size: 25px;
      line-height: 28px;
      color: #373938;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
    .bs-sec.sec-clients .sec-cont {
      border-bottom: 1px solid #f9f112;
      padding-bottom: 30px; }
  .bs-sec.sec-testi {
    padding-top: 0; }
    .bs-sec.sec-testi .sec-head {
      text-align: left;
      margin-bottom: 45px; }
    .bs-sec.sec-testi .sec-title {
      font-size: 25px;
      line-height: 28px;
      color: #373938;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
    .bs-sec.sec-testi .mod-testimonial {
      margin-bottom: 45px; }
      .bs-sec.sec-testi .mod-testimonial .content-wrap {
        width: 325px; }
  .bs-sec.sec-about {
    padding-bottom: 165px; }
    .bs-sec.sec-about .sec-title {
      font-size: 25px;
      line-height: 28px;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #f7a707; }
    .bs-sec.sec-about .sec-head {
      text-align: left;
      margin-bottom: 30px; }
    .bs-sec.sec-about .sec-cont .desc p {
      font-size: 14px;
      line-height: 18px;
      color: #cfcfcf;
      margin-bottom: 25px;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      text-align: justify; }
      .bs-sec.sec-about .sec-cont .desc p:last-child {
        margin-bottom: 0; }
    .bs-sec.sec-about .sec-cont .bs-item-list {
      margin-bottom: 25px; }
  .bs-sec.sec-safety {
    position: relative; }
    .bs-sec.sec-safety .sec-head {
      position: absolute;
      top: -86px; }
    .bs-sec.sec-safety .mod-infography .infography-img-wrap {
      background-size: contain; }
    .bs-sec.sec-safety .mod-infography .infography-cont-wrap {
      padding: 60px 0 0 65px; }
    .bs-sec.sec-safety .mod-infography .infography-title {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 30px; }
    .bs-sec.sec-safety .mod-infography .infography-cont {
      padding: 0 30px; }
  .bs-sec.sec-why .sec-title {
    font-size: 25px;
    line-height: 28px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #f7a707; }
  .bs-sec.sec-why .sec-head {
    text-align: left;
    margin-bottom: 30px; }
  .bs-sec.sec-advantage {
    padding: 30px 0; }
    .bs-sec.sec-advantage .sec-head {
      text-align: left;
      position: relative; }
      .bs-sec.sec-advantage .sec-head .image-wrap {
        height: 340px;
        background-size: cover;
        background-position: 0 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 110%; }
      .bs-sec.sec-advantage .sec-head .sec-title {
        font-size: 25px;
        line-height: 28px;
        color: #373938;
        font-family: "PT Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
      .bs-sec.sec-advantage .sec-head .sec-title-wrap {
        background: #f9cc12;
        padding: 10px 5px 10px 20px;
        display: inline-block;
        position: relative;
        margin-bottom: 15px; }
        .bs-sec.sec-advantage .sec-head .sec-title-wrap:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px 0 24px 24px;
          border-color: transparent transparent transparent #f9cb12;
          position: absolute;
          right: -24px;
          top: 0; }

@media screen and (max-width: 768px) {
  .bs-sec {
    padding: 35px 0px; }
    .bs-sec.sec-commit .sec-title {
      font-size: 20px;
      line-height: 24px; }
    .bs-sec.sec-commit .sec-head {
      margin-bottom: 30px; }
    .bs-sec.sec-commit .list-wrap .item {
      float: none;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .bs-sec.sec-commit .list-wrap .item:last-child {
        margin-bottom: 0; }
    .bs-sec.sec-bg-pattern {
      background-image: url("../images/section/image3.jpg");
      padding-top: 30px; }
      .bs-sec.sec-bg-pattern .sec-head {
        margin-bottom: 20px; }
      .bs-sec.sec-bg-pattern .mod-infography .infography-title {
        font-size: 22px;
        line-height: 26px;
        text-align: left; }
    .bs-sec.sec-testimonial {
      padding: 20px 0; }
      .bs-sec.sec-testimonial .sec-head {
        margin-bottom: 20px; }
      .bs-sec.sec-testimonial .sec-title {
        font-size: 20px;
        line-height: 24px; }
      .bs-sec.sec-testimonial .list-wrap .item.first {
        margin-bottom: 0; }
    .bs-sec.sec-testi .mod-testimonial {
      margin-bottom: 25px; }
      .bs-sec.sec-testi .mod-testimonial .img-wrap {
        width: 35%; }
      .bs-sec.sec-testi .mod-testimonial .content-wrap {
        width: 63%; }
    .bs-sec.sec-address .mod-infography .infography-cont-wrap {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
    .bs-sec.sec-address .mod-infography .infography-img-wrap {
      width: 100%; }
    .bs-sec.sec-contact .sec-head {
      margin-bottom: 30px; }
    .bs-sec.sec-contact .sec-cont {
      width: 100%; }
    .bs-sec.sec-safety .sec-head {
      position: relative;
      top: auto; }
    .bs-sec.sec-safety .mod-infography .infography-cont {
      padding: 0; }
    .bs-sec.sec-safety .mod-infography .infography-img-wrap {
      margin-bottom: 20px; }
    .bs-sec.sec-safety .mod-infography .infography-cont-wrap {
      padding: 0; }
    .bs-sec.sec-safety .mod-pattern {
      height: auto;
      margin-top: 0;
      margin-bottom: 20px; }
    .bs-sec.sec-about {
      padding-bottom: 35px; }
      .bs-sec.sec-about .sec-head {
        margin-bottom: 15px; }
      .bs-sec.sec-about .sec-cont .desc p {
        margin-bottom: 15px; }
      .bs-sec.sec-about .sec-cont .bs-item-list {
        margin-bottom: 15px; }
        .bs-sec.sec-about .sec-cont .bs-item-list.typ-tick {
          margin-top: 15px; }
    .bs-sec.sec-advantage .sec-head .image-wrap {
      height: 275px;
      margin-bottom: 20px;
      position: relative;
      left: auto;
      right: auto;
      top: auto; } }
.bs-icon-text {
  text-align: center; }
  .bs-icon-text .img-wrap {
    margin-bottom: 25px; }
    .bs-icon-text .img-wrap .cm-icon {
      width: 115px;
      height: 120px;
      display: block;
      margin: 0 auto; }
  .bs-icon-text .content-wrap .icon-title {
    font-size: 17px;
    line-height: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #373938; }
  .bs-icon-text.typ-cricle .img-wrap {
    margin-bottom: 15px; }
    .bs-icon-text.typ-cricle .img-wrap .cm-icon {
      width: 125px;
      height: 125px;
      background-image: url("../images/sprite2.png"); }
  .bs-icon-text.typ-cricle .content-wrap .icon-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit; }

@media screen and (max-width: 768px) {
  .bs-icon-text .img-wrap {
    margin-bottom: 10px; }
    .bs-icon-text .img-wrap .cm-icon.icon-structural-damages {
      height: 115px; }
    .bs-icon-text .img-wrap .cm-icon.icon-detail-strategies {
      height: 104px; }
    .bs-icon-text .img-wrap .cm-icon.icon-budget-accuracy {
      height: 115px; }
    .bs-icon-text .img-wrap .cm-icon.icon-money-value {
      height: 100px; }
  .bs-icon-text.typ-cricle .content-wrap .icon-title {
    font-size: 14px;
    line-height: 16px; } }
.bs-form .row {
  margin-left: -5px;
  margin-right: -5px; }
  .bs-form .row .item {
    padding-left: 5px;
    padding-right: 5px; }

.bs-footer {
  background: #373938;
  padding: 25px 0;
  overflow: hidden; }
  .bs-footer .copy {
    font-size: 16px;
    line-height: 18px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #f7a707; }
  .bs-footer .cm-icon {
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px; }
  .bs-footer .left-side {
    float: left; }
  .bs-footer .right-side {
    float: right; }

@media screen and (max-width: 768px) {
  .bs-footer {
    padding: 15px 0; }
    .bs-footer .copy {
      font-size: 12px;
      line-height: 16px; }
    .bs-footer .cm-icon {
      margin-top: 0;
      vertical-align: bottom; } }
.bs-item-list .item-title {
  font-size: 14px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700; }
.bs-item-list .item-list-wrap .item {
  font-size: 14px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  padding-left: 25px;
  position: relative; }
  .bs-item-list .item-list-wrap .item:before {
    content: '>';
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    left: 0; }
.bs-item-list.typ-link .item-list-wrap {
  overflow: hidden; }
  .bs-item-list.typ-link .item-list-wrap .item {
    float: left;
    margin-right: 30px;
    position: relative;
    padding-left: 0; }
    .bs-item-list.typ-link .item-list-wrap .item:before {
      content: '|';
      color: #ffffff;
      font-size: 20px;
      position: absolute;
      left: -17px; }
    .bs-item-list.typ-link .item-list-wrap .item:first-child:before {
      content: none; }
  .bs-item-list.typ-link .item-list-wrap .item-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize; }
.bs-item-list.typ-full {
  margin-bottom: 45px; }
.bs-item-list.typ-tick .item-list-wrap .item {
  font-size: 16px;
  font-weight: 700;
  color: #f7a707;
  margin-bottom: 25px;
  text-align: justify; }
  .bs-item-list.typ-tick .item-list-wrap .item:last-child {
    margin-bottom: 0; }
  .bs-item-list.typ-tick .item-list-wrap .item:before {
    content: 'a';
    font-family: "aagam" !important;
    font-size: 16px;
    color: #f7a707; }
.bs-item-list.typ-number .item-list-wrap {
  counter-reset: my-sec-counter; }
  .bs-item-list.typ-number .item-list-wrap .item {
    font-size: 18px;
    line-height: 24px;
    padding-left: 45px;
    margin-bottom: 20px;
    color: #cfcfcf; }
    .bs-item-list.typ-number .item-list-wrap .item.last {
      margin-bottom: 0; }
    .bs-item-list.typ-number .item-list-wrap .item:before {
      font-size: 18px;
      line-height: 24px;
      counter-increment: my-sec-counter;
      content: counter(my-sec-counter);
      background: #373938;
      padding: 5px 12px;
      border-radius: 50%;
      top: -4px; }

@media screen and (max-width: 768px) {
  .bs-item-list .item-list-wrap .item {
    padding-left: 15px; }
  .bs-item-list.typ-link .item-list-wrap .item-link {
    font-size: 14px;
    line-height: 20px; }
  .bs-item-list.typ-link .item-list-wrap .item {
    margin-right: 15px;
    padding-left: 15px; }
    .bs-item-list.typ-link .item-list-wrap .item:before {
      left: 0; }
  .bs-item-list.typ-full {
    margin-bottom: 0; }
  .bs-item-list.typ-tick {
    margin-top: 25px; }
    .bs-item-list.typ-tick .item-list-wrap .item {
      font-size: 14px;
      padding-left: 25px;
      margin-bottom: 15px; }
  .bs-item-list.typ-number .item-list-wrap .item.last {
    margin-bottom: 20px; }
  .bs-item-list.typ-number .item-list-wrap li:last-child .item {
    margin-bottom: 0; } }
.bs-banner {
  position: relative;
  border-bottom: 8px solid #373938;
  padding-top: 115px; }
  .bs-banner .mod-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .bs-banner.typ-sm {
    border-bottom: none; }
    .bs-banner.typ-sm .slider-wrap {
      height: 200px; }
      .bs-banner.typ-sm .slider-wrap .item {
        background-position: 0 0; }

@media screen and (max-width: 768px) {
  .bs-banner {
    padding-top: 48px; }
    .bs-banner.typ-sm .slider-wrap {
      height: 88px; }
      .bs-banner.typ-sm .slider-wrap .item {
        background-position: center center; } }
/* bootstrap extend */
.btn {
  font-size: 17px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  line-height: 20px;
  padding: 15px 10px;
  border-radius: 0;
  text-align: center;
  transition: all 0.5s ease; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    text-decoration: none;
    outline: none; }
  .btn.btn-default {
    color: #f7a707;
    background: #373938;
    border: 2px solid #f7a707;
    text-transform: capitalize; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
      background: #f7a707;
      color: #373938;
      font-weight: 700; }
  .btn.btn-primary {
    background: #f7a707;
    color: #373938;
    border: 2px solid #373938;
    text-transform: capitalize; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
      background: #373938;
      color: #f7a707; }

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 5px; } }
.bs-tabs .nav {
  margin-bottom: 35px; }
.bs-tabs .btn-list-wrap li {
  display: inline-block;
  margin-right: 15px; }
  .bs-tabs .btn-list-wrap li:last-child {
    margin-right: 0; }
  .bs-tabs .btn-list-wrap li .btn {
    width: 150px;
    font-size: 15px; }
  .bs-tabs .btn-list-wrap li.active .btn {
    background: #f7a707;
    color: #373938;
    font-weight: 700; }

@media screen and (max-width: 768px) {
  .bs-tabs .nav {
    margin-bottom: 15px; }
  .bs-tabs .btn-list-wrap li {
    margin-right: 7px;
    margin-bottom: 10px; }
    .bs-tabs .btn-list-wrap li .btn {
      width: 135px; } }
.modal {
  text-align: center; }
  .modal:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle; }
  .modal.fade .modal-dialog {
    transition: all 0.3s ease;
    transform: translateX(0) translateY(0) scale(0.8); }
  .modal.in .modal-dialog {
    transform: translateX(0) translateY(0) scale(1); }
  .modal .modal-content {
    border-radius: 0; }
    .modal .modal-content .modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1; }
      .modal .modal-content .modal-close:before {
        font-size: 22px; }
  .modal .modal-body {
    padding: 40px; }
  .modal.typ-newsletter .modal-dialog {
    width: 400px; }
  .modal .mod-social-links {
    text-align: center;
    margin: 20px 0px 40px; }
    .modal .mod-social-links .link-wrap .item {
      float: none;
      display: inline-block; }
    .modal .mod-social-links .link-wrap .icon {
      font-size: 40px; }
  .modal .bs-form .form-cont {
    padding: 0px; }
  .modal .bs-form .form-title {
    text-transform: capitalize; }
  .modal .btn[type="submit"] {
    min-width: 140px; }

.modal-dialog {
  width: 460px;
  text-align: left;
  margin: 0px auto;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 992px) {
  .modal-lg {
    width: 600px; } }
@media screen and (max-width: 768px) {
  .modal .modal-body {
    padding: 12px; }
  .modal .modal-content .modal-close {
    top: 10px;
    right: 10px; }
    .modal .modal-content .modal-close:before {
      font-size: 30px; }
  .modal .bs-form.typ-selected-package .form-cont {
    padding: 0 10px; }
  .modal:before {
    height: auto; }
  .modal.in .modal-dialog {
    transform: translateX(0) translateY(0) scale(1); }

  .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 10px; } }
.form-control {
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  color: #373938;
  height: 45px;
  font-size: 14px; }
  .form-control:focus {
    outline: 0;
    box-shadow: none; }
  .form-control.placeholder {
    color: #373938; }
  .form-control:-moz-placeholder {
    color: #373938; }
  .form-control::-webkit-input-placeholder {
    color: #373938; }

.form-group {
  margin-bottom: 10px; }

textarea.form-control {
  resize: none; }
  textarea.form-control:focus {
    outline: 0;
    box-shadow: none; }

/* plugin-override */
.js-bg-img .addto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .js-bg-img .addto .img {
    display: none; }

.bs-slider {
  position: relative; }
  .bs-slider .swiper-button-next,
  .bs-slider .swiper-button-prev {
    background-image: none;
    width: 50px;
    height: 54px; }
    .bs-slider .swiper-button-next .icon:before,
    .bs-slider .swiper-button-prev .icon:before {
      position: relative;
      top: 1px; }
  .bs-slider .swiper-button-next {
    right: -5px; }
  .bs-slider .swiper-button-prev {
    right: 65px;
    left: auto; }
  .bs-slider.btn-pos-top .swiper-button-next,
  .bs-slider.btn-pos-top .swiper-button-prev {
    top: -67px; }
  .bs-slider.btn-pos-bottom .swiper-button-next,
  .bs-slider.btn-pos-bottom .swiper-button-prev {
    top: 100%; }

@media screen and (max-width: 768px) {
  .bs-slider .swiper-button-next,
  .bs-slider .swiper-button-prev {
    width: 40px;
    height: 44px; }
    .bs-slider .swiper-button-next .icon,
    .bs-slider .swiper-button-prev .icon {
      font-size: 14px; }
      .bs-slider .swiper-button-next .icon:before,
      .bs-slider .swiper-button-prev .icon:before {
        top: 3px; }
  .bs-slider .swiper-button-next {
    right: 0px; }
  .bs-slider .swiper-button-prev {
    right: 55px; }
  .bs-slider.btn-pos-top .swiper-button-next,
  .bs-slider.btn-pos-top .swiper-button-prev {
    top: 50%; }
  .bs-slider.btn-pos-top .swiper-button-next {
    right: -15px; }
  .bs-slider.btn-pos-top .swiper-button-prev {
    right: auto;
    left: -15px; } }
/* modules */
.mod-main-nav .nav-item {
  display: inline-block;
  margin-right: 25px; }
  .mod-main-nav .nav-item:last-child {
    margin-right: 0; }
  .mod-main-nav .nav-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff; }
.mod-main-nav .hover-dash {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 95px;
  left: 0px;
  background: #f7a707; }

@media screen and (max-width: 768px) {
  .mod-main-nav .nav-item {
    display: block;
    margin-right: 0;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0; }
    .mod-main-nav .nav-item a {
      color: #ffffff;
      font-size: 18px;
      line-height: 20px; }
    .mod-main-nav .nav-item.active {
      border-color: #f0f0f0; }
      .mod-main-nav .nav-item.active a {
        color: #f7a707; }
  .mod-main-nav:before {
    content: none; }
  .mod-main-nav .hover-dash {
    display: none !important; } }
.mod-testimonial {
  display: table; }
  .mod-testimonial .img-wrap {
    display: table-cell;
    width: 175px;
    height: 200px; }
  .mod-testimonial .content-wrap {
    display: table-cell;
    padding-left: 20px; }
    .mod-testimonial .content-wrap .testi-title {
      font-size: 14px;
      line-height: 16px;
      font-family: "PT Sans", sans-serif;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .mod-testimonial .content-wrap .testi-desc p {
      font-size: 13px;
      line-height: 16px;
      color: #373938;
      margin-bottom: 0; }
  .mod-testimonial.typ-quote {
    display: block;
    width: 325px;
    height: 188px;
    background: #f9cc12;
    padding: 20px;
    position: relative; }
    .mod-testimonial.typ-quote:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 12px 0;
      border-color: transparent #f9cb12 transparent transparent;
      position: absolute;
      right: 20px;
      bottom: -10px; }
    .mod-testimonial.typ-quote.typ-inverse:after {
      right: auto;
      left: 20px;
      border-width: 12px 12px 0 0;
      border-color: #f9cb12 transparent transparent transparent; }
    .mod-testimonial.typ-quote .content-wrap {
      padding-left: 0;
      display: block; }

@media screen and (max-width: 768px) {
  .mod-testimonial {
    display: block; }
    .mod-testimonial .img-wrap,
    .mod-testimonial .content-wrap {
      display: inline-block; }
    .mod-testimonial .img-wrap {
      width: 125px;
      height: 150px;
      vertical-align: top; }
    .mod-testimonial .content-wrap .testi-title {
      margin-bottom: 5px; }
    .mod-testimonial.typ-quote {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
      .mod-testimonial.typ-quote:after {
        content: none; } }
.mod-list .title {
  font-size: 15px;
  line-height: 20px;
  color: #f7a707;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px; }
.mod-list .desc {
  margin-bottom: 30px; }
  .mod-list .desc p {
    color: #373938;
    line-height: 24px;
    font-weight: 400; }
.mod-list.typ-number ul > .list-item {
  list-style-type: decimal;
  margin: 40px 0px;
  color: #f7a707; }
  .mod-list.typ-number ul > .list-item:before {
    content: none; }
.mod-list.typ-bullet ul > .list-item {
  font-size: 15px;
  line-height: 18px;
  color: #373938;
  position: relative;
  padding-left: 20px;
  list-style-type: none; }
  .mod-list.typ-bullet ul > .list-item:last-child {
    margin-bottom: 0; }
  .mod-list.typ-bullet ul > .list-item:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #424242;
    position: absolute;
    left: 0;
    top: 8px; }

@media screen and (max-width: 768px) {
  .mod-list .list-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    padding-left: 0px; }
    .mod-list .list-item:before {
      width: 4px;
      height: 4px;
      top: 4px; }
  .mod-list.typ-number ul > .list-item {
    margin: 20px 0px; }
  .mod-list.typ-bullet ul > .list-item {
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px; }
    .mod-list.typ-bullet ul > .list-item:before {
      top: 6px; }
  .mod-list .desc {
    margin-bottom: 15px; }
    .mod-list .desc p {
      font-size: 12px;
      line-height: 18px; } }
.mod-banner .logo {
  width: 510px;
  margin-bottom: 25px; }
  .mod-banner .logo img {
    width: 100%; }
.mod-banner .bs-item-list {
  margin-left: 125px; }

@media screen and (max-width: 768px) {
  .mod-banner .logo {
    width: 280px;
    margin-bottom: 15px; }
  .mod-banner .bs-item-list {
    margin-left: 0px; } }
.mod-infography .infography-title {
  font-size: 48px;
  line-height: 50px;
  color: #f7a707;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }
.mod-infography .infography-head {
  margin-bottom: 25px;
  text-align: right;
  padding-right: 200px; }
.mod-infography .infography-img-wrap,
.mod-infography .infography-cont-wrap {
  display: inline-block;
  vertical-align: top; }
.mod-infography .infography-img-wrap {
  width: 460px;
  height: 400px; }
.mod-infography .infography-cont-wrap {
  width: 545px;
  padding: 25px 0 0 100px; }
.mod-infography .infography-desc p {
  font-size: 14px;
  line-height: 18px;
  color: #cfcfcf;
  margin-bottom: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  text-align: justify; }
  .mod-infography .infography-desc p:last-child {
    margin-bottom: 0; }
  .mod-infography .infography-desc p.typ-big {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }
.mod-infography .bs-item-list .item-title {
  font-size: 25px;
  line-height: 28px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #f7a707;
  margin-bottom: 25px; }
.mod-infography .bs-item-list .item {
  margin-bottom: 30px; }
  .mod-infography .bs-item-list .item:last-child {
    margin-bottom: 0; }
  .mod-infography .bs-item-list .item p {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-weight: 400; }
  .mod-infography .bs-item-list .item:before {
    font-size: 18px;
    line-height: 20px; }

@media screen and (max-width: 768px) {
  .mod-infography .infography-head {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px; }
  .mod-infography .infography-title {
    font-size: 35px;
    line-height: 40px; }
  .mod-infography .infography-img-wrap {
    width: 100%;
    height: 200px; }
  .mod-infography .infography-cont-wrap {
    padding: 25px 0;
    width: 100%; }
  .mod-infography .bs-item-list .item-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px; }
  .mod-infography .bs-item-list .item {
    margin-bottom: 15px; }
    .mod-infography .bs-item-list .item p {
      font-size: 14px;
      line-height: 16px; }
    .mod-infography .bs-item-list .item:before {
      font-size: 14px;
      line-height: 16px; }
  .mod-infography .infography-desc p {
    margin-bottom: 15px; } }
.mod-service .service-img-wrap {
  width: 100%;
  height: 150px;
  display: block;
  border: 1px solid #373938; }
.mod-service .service-cont-wrap .service-title-wrap {
  padding: 20px 10px 15px;
  min-height: 98px;
  border-bottom: 1px solid #f9f112; }
.mod-service .service-cont-wrap .service-title {
  font-size: 20px;
  line-height: 22px;
  color: #373938;
  text-transform: capitalize;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative; }
  .mod-service .service-cont-wrap .service-title:before {
    content: '';
    width: 3px;
    height: 20px;
    position: absolute;
    left: -10px;
    background: #373938; }
.mod-service .service-cont-wrap .service-sub-title {
  font-size: 14px;
  line-height: 18px;
  color: #373938;
  font-family: "PT Sans", sans-serif;
  font-weight: 400; }
.mod-service .service-cont-wrap .service-info-wrap {
  padding: 20px 0; }
  .mod-service .service-cont-wrap .service-info-wrap .service-desc {
    margin-bottom: 15px; }
    .mod-service .service-cont-wrap .service-info-wrap .service-desc p {
      font-size: 14px;
      line-height: 18px;
      color: #373938;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      margin-bottom: 0; }
.mod-service .bs-item-list .item-list-wrap .item {
  float: none;
  width: 100%; }
  .mod-service .bs-item-list .item-list-wrap .item:before {
    line-height: 20px; }
  .mod-service .bs-item-list .item-list-wrap .item p {
    font-weight: 700; }

@media screen and (max-width: 768px) {
  .mod-service .service-cont-wrap .service-title-wrap {
    min-height: 75px; } }
.mod-address .address-wrap {
  overflow: hidden;
  width: 100%; }
.mod-address .address-title,
.mod-address .address-value {
  font-size: 14px;
  line-height: 16px;
  font-family: "PT Sans", sans-serif;
  float: left; }
.mod-address .address-title {
  text-transform: capitalize;
  font-weight: 700;
  width: 20%; }
.mod-address .address-value {
  font-weight: 400;
  width: 80%;
  margin-bottom: 15px; }
  .mod-address .address-value p {
    margin-bottom: 0; }

.mod-pattern {
  background: url("../images/stripe.png") no-repeat 0 0 transparent;
  background-size: cover;
  height: 85px;
  width: 1170px;
  padding-left: 230px;
  position: relative; }
  .mod-pattern .pattern-title {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #373938;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    padding: 28px 0; }
  .mod-pattern .icon-cap {
    background: url("../images/cap.png") no-repeat 0 0 transparent;
    background-size: cover;
    width: 234px;
    height: 193px;
    position: absolute;
    left: 50px;
    top: -40px; }

@media screen and (max-width: 768px) {
  .mod-pattern {
    background: none;
    width: 100%;
    padding-left: 0;
    height: auto; }
    .mod-pattern .icon-cap {
      display: none; }
    .mod-pattern .pattern-title {
      font-size: 20px;
      line-height: 28px;
      padding: 0;
      color: #f7a707; } }
/* layout */
.lyt-testimonial {
  width: 100%;
  display: table; }
  .lyt-testimonial .testi-wrap,
  .lyt-testimonial .img-wrap {
    display: table-cell; }
  .lyt-testimonial .testi-wrap {
    width: 29%;
    vertical-align: top; }
  .lyt-testimonial .img-wrap {
    vertical-align: middle; }

@media screen and (max-width: 768px) {
  .lyt-testimonial .testi-wrap {
    width: 100%;
    display: block; }
  .lyt-testimonial .img-wrap {
    display: none; } }
.lyt-product .list-wrap {
  margin-left: -5px;
  margin-right: -5px; }
  .lyt-product .list-wrap .item {
    float: left;
    width: 100%;
    padding: 0 5px; }
    .lyt-product .list-wrap .item .img-wrap {
      height: 235px; }

.lyt-service .list-wrap {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden; }
  .lyt-service .list-wrap .item {
    float: left;
    width: 25%;
    padding: 0 15px; }
  .lyt-service .list-wrap.first {
    margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .lyt-service .list-wrap .item {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .lyt-service .list-wrap.first {
    margin-bottom: 0; } }
.lyt-icon-list .item {
  margin-bottom: 20px; }
  .lyt-icon-list .item:nth-child(5), .lyt-icon-list .item:nth-child(6), .lyt-icon-list .item:nth-child(7), .lyt-icon-list .item:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .lyt-icon-list .item {
    min-height: 175px; }
    .lyt-icon-list .item:nth-child(5), .lyt-icon-list .item:nth-child(6) {
      margin-bottom: 20px; } }
/* page */

/*# sourceMappingURL=custom.css.map */
