.slick-slider {
         position: relative;
         display: block;
         box-sizing: border-box;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         -webkit-touch-callout: none;
         -khtml-user-select: none;
         -ms-touch-action: pan-y;
         touch-action: pan-y;
         -webkit-tap-highlight-color: transparent;
         height: 600px;
    }
    #int_slider .slick-slider { height: 447px; }
     .slick-list {
         position: relative;
         display: block;
         overflow: hidden;
         margin: 0;
         padding: 0;
         height: 600px;
    }
    #int_slider .slick-list { height: 447px; }
     .slick-list:focus {
         outline: none;
    }
     .slick-list.dragging {
         cursor: pointer;
         cursor: hand;
    }
     .slick-slider .slick-track, .slick-slider .slick-list {
         -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    }
     .slick-track {
         position: relative;
         top: 0;
         left: 0;
         display: block;
         margin-left: auto;
         margin-right: auto;
         height: 600px;
    }
    #int_slider .slick-track { height: 447px; }
     .slick-track:before, .slick-track:after {
         display: table;
         content: '';
    }
     .slick-track:after {
         clear: both;
    }
     .slick-loading .slick-track {
         visibility: hidden;
    }
     .slick-slide {
         display: none;
         float: left;
         height: 100%;
         min-height: 1px;
         width: 227px;
    }
     [dir='rtl'] .slick-slide {
         float: right;
    }
     .slick-slide img {
         display: block;
    }
     .slick-slide.slick-loading img {
         display: none;
    }
     .slick-slide.dragging img {
         pointer-events: none;
    }
     .slick-initialized .slick-slide {
         display: block;
    }
     .slick-loading .slick-slide {
         visibility: hidden;
    }
     .slick-vertical .slick-slide {
         display: block;
         height: auto;
         border: 1px solid transparent;
    }
     .slick-arrow.slick-hidden {
         display: none;
    }
    @font-face {
         font-family: 'slick';
         font-weight: normal;
         font-style: normal;
         src: url('css/fonts/slick.eot');
         src: url('css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('css/fonts/slick.woff') format('woff'), url('css/fonts/slick.ttf') format('truetype'), url('css/fonts/slick.svg#slick') format('svg');
    }
     .slick-prev, .slick-next {
         font-size: 0;
         line-height: 0;
         position: absolute;
         top: 50%;
         display: block;
         width: 30px;
         height: 30px;
         padding: 0;
         -webkit-transform: translate(0, -50%);
         -ms-transform: translate(0, -50%);
         transform: translate(0, -50%);
         color: #000;
         cursor: pointer;
         border: solid 1px #aaa;
         border-radius: 100%;
         text-align: center;
         z-index: 100;
    }
    #int_slider .slick-prev, #int_slider .slick-next { top:35%; }
     .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
         color: transparent;
         outline: none;
         background: transparent;
    }
     .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
         opacity: 1;
    }
     .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
         opacity: .25;
    }
     .slick-prev:before, .slick-next:before {
         font-family: 'slick';
         font-size: 20px;
         line-height: 1.6em;
         opacity: .75;
         color: #000;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
    }
     .slick-prev {
         left: 25px;
    }
     [dir='rtl'] .slick-prev {
         right: -25px;
         left: auto;
    }
     .slick-prev:before {
         content: '←';
    }
     [dir='rtl'] .slick-prev:before {
         content: '→';
    }
     .slick-next {
         right: 25px;
    }
     [dir='rtl'] .slick-next {
         right: auto;
         left: -25px;
    }
     .slick-next:before {
         content: '→';
    }
     [dir='rtl'] .slick-next:before {
         content: '←';
    }
    /* Dots */
     .slick-dotted.slick-slider {
         margin-bottom: 30px;
    }
     .slick-dots {
         position: absolute;
         bottom: -25px;
         display: block;
         width: 100%;
         padding: 0;
         margin: 0;
         list-style: none;
         text-align: center;
    }
     .slick-dots li {
         position: relative;
         display: inline-block;
         width: 20px;
         height: 20px;
         margin: 0 5px;
         padding: 0;
         cursor: pointer;
    }
     .slick-dots li button {
         font-size: 0;
         line-height: 0;
         display: block;
         width: 20px;
         height: 20px;
         padding: 5px;
         cursor: pointer;
         color: transparent;
         border: 0;
         outline: none;
         background: transparent;
    }
     .slick-dots li button:hover, .slick-dots li button:focus {
         outline: none;
    }
     .slick-dots li button:hover:before, .slick-dots li button:focus:before {
         opacity: 1;
    }
     .slick-dots li button:before {
         font-family: 'slick';
         font-size: 6px;
         line-height: 20px;
         position: absolute;
         top: 0;
         left: 0;
         width: 20px;
         height: 20px;
         content: '•';
         text-align: center;
         opacity: .25;
         color: black;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
    }
     .slick-dots li.slick-active button:before {
         opacity: .75;
         color: black;
    }
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  html {
      font-family: sans-serif;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      ont-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body, html {
    overflow-x: hidden;
  }
  body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0.3;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }
  .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
      display: table;
      content: " ";
  }
  .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
      display: table;
      content: " ";
  }
  .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
      clear: both;
  }
  p {
      color: #777777;
      line-height: 24px;
      margin: 0 0 20px;
  }
  a {
    color: #232323;
      text-decoration: none;
  }
  a:hover { text-decoration: none; }
  body a {
      outline: none !important;
  }
  @font-face {
    font-family: 'FontAwesome';
    src: url('vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
    .fa-facebook:before {
      content: "\f09a";
    }
    .fa-twitter:before {
      content: "\f099";
    }
    .fa-instagram:before {
      content: "\f16d";
    }
    .fa-youtube:before {
      content: "\f167";
    }
  ul, ol {
      margin-top: 0;
      margin-bottom: 10px;
  }
  li {
      line-height: 24px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      color: inherit;
  }
  h1, .h1, h2, .h2, h3, .h3 {
      margin-top: 20px;
      margin-bottom: 10px;
  }
  h1, .h1 {
      font-size: 36px;
  }
  h2, .h2 {
      font-size: 30px;
  }
  h3, .h3 {
      font-size: 24px;
  }
  h4, .h4 {
      font-size: 18px;
  }
  h1, h2, h3, h4, h5, h6 {
      color: #0e0e0e;
      font-weight: 200;
      letter-spacing: -1px;
      margin: 0;
  }
  h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
  h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5em;
      margin: 0 0 32px 0;
  }
  h3 {
      color: #CCC;
      font-size: 1.8em;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.5em;
      margin-bottom: 15px;
  }
  h4 {
      color: #CCC;
      font-size: 1.4em;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 27px;
      margin: 0 0 14px 0;
  }
  h3, h4, h5 {
      color: #121212;
  }
  b, strong {
      font-weight: bold;
  }
  strong {
      color: #444;
  }
  img {
      vertical-align: middle;
      border: 0;
  }
  button, input, optgroup, select, textarea {
      margin: 0;
      font: inherit;
      color: inherit;
  }
  button {
      overflow: visible;
  }
  button, select {
      text-transform: none;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  input, button, select, textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
  }
  .btn {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .btn-default {
      color: #333;
      background-color: #fff;
      border-color: #ccc;
  }
  .btn-primary {
      color: #fff;
      background-color: #428bca;
      border-color: #357ebd;
  }
  .btn-lg, .btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.33;
      border-radius: 6px;
  }
  .input-group-btn > .btn {
      position: relative;
  }
  .btn-responsive-nav {
      display: none;
  }
  .btn-primary, .pagination > .active > a, body.dark .pagination > .active > a {
      border-color: #d6b65c !important;
      color: #ffffff !important;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #d6b65c;
      border-color: #d6b65c;
  }
  .btn-primary:hover, .pagination > .active > a:hover, body.dark .pagination > .active > a:hover {
      border-color: #d6b65c;
      background-color: #d6b65c;
  }
  .btn:hover, .btn:focus {
      color: #fff;
      text-decoration: none;
  }
  /*a:hover, a:focus {
      text-decoration: underline;
  }*/
  .row {
      margin-right: -15px;
      margin-left: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  hr {
      background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
      border: 0;
      height: 1px;
      margin: 22px 0 22px 0;
  }
  hr.tall {
      margin: 44px 0 44px 0;
  }
  .push-top {
      margin-top: 35px;
  }
  .mfp-hide {
      display: none !important;
  }
  .popup-inline-content {
      background: none repeat scroll 0 0 #FFF;
      margin: 40px auto;
      max-width: 1170px;
      padding: 20px 30px;
      position: relative;
      text-align: left;
      display: none;
  }
  .mfp-wrap .popup-inline-content {
      display: block;
  }
  .owl-carousel .owl-item {
      float: left;
  }
  .alert {
      padding: 15px;
      margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1;
  }
  .alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
  }
  .hidden {
      display: none !important;
      visibility: hidden !important;
  }
  .input-group {
      position: relative;
      display: table;
      border-collapse: separate;
  }
  button, input, optgroup, select, textarea {
      margin: 0;
      font: inherit;
      color: inherit;
  }
  input, button, select, textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
  }
  .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  input[type="text"], input[type="password"], textarea, select {
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      font-family: inherit;
      /* min-width: 240px; */
      padding: 0.428571rem;
  }
  .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0;
  }
  .input-group-addon, .input-group-btn, .input-group .form-control {
      display: table-cell;
  }
  .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  .input-group-addon, .input-group-btn {
      width: 1%;
      white-space: nowrap;
      vertical-align: middle;
  }
  .input-group-btn {
      position: relative;
      font-size: 0;
      white-space: nowrap;
  }
  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
      margin-left: -1px;
  }
  /* Header Rules */
  #header {
      clear: both;
      background-color: #000;
      min-height: 100px;
      /*padding: 8px 0;*/
  }
  #header .header-top {
      background-color: #d6b65c;
      padding: 5px 0;
  }
  
  #header .header-top p {
      font-size: 24px;
      margin: 0;
      color: #080a09;
  }
  .header-top .container p span {
      color: #FFFFFF;
  }
  #header .header-top a { color: #080a09; }
  #header .header-top i {
      margin-right: 6px;
      margin-left: 6px;
      position: relative;
  }
  header a:link {
      color: #D5C481;
  }
  .fa-phone:before {
      content: "\f095";
  }
  ul.social-icons {
      margin: 0;
      padding: 0;
      width: auto;
  }
  #header .social-icons {
      clear: right;
      float: right;
      /*margin-top: -6px;
      margin-left: 5px;*/
      position: relative;
  }
  /*#header.flat-menu .social-icons {
      margin: 11px 10px 9px 10px;
      margin: 10px 10px 0;
  }
  #header.clean-top .social-icons {
      margin: 11px 10px 9px 10px;
  }*/
  ul.social-icons li {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      /*background-image: url(img/social-sprites.png);*/
      background-repeat: no-repeat;
      /*background-position: 0 100px;*/
      display: inline-block;
      /*margin: -1px 1px 5px 0;*/
      padding: 0;
      border-radius: 100%;
      overflow: visible;
      /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);*/
  }
    
  ul.social-icons li a {
      display: block;
      text-align: center;
      color: #000 !important;
      font-size: 16px;
  }
  ul.social-icons li[class] a {
      /*text-indent: -9999px;*/
  }
  #header > .container {
      height: 100px;
      margin-bottom: -35px;
      position: relative;
      display: table;
      max-width: 1170px;
  }
  #header.flat-menu > .container {
      height: 30px;
      margin-bottom: -82px;
  }
  #header .logo {
      -webkit-transition: all 0.2s ease-in 0.2s;
      -moz-transition: all 0.2s ease-in 0.2s;
      transition: all 0.2s ease-in 0.2s;
      margin: 0;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      color: transparent;
      /*margin-bottom: 6px;*/
  }
  #header .logo a {
      position: relative;
      z-index: 1;
      top: 10px;
  }
  #header .logo img {
      position: relative;
      color: transparent;
      opacity: 1;
  }
  .collapse {
      display: none;
  }
  .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      overflow-x: visible;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  #header .nav-main-collapse {
      overflow-y: visible;
  }
  #header nav {
      float: right;
      width: 100%;
      margin: 25px 0 35px;
  }
  .nav {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
  }
  #header nav ul.nav-main {
      margin: -7px 10px 8px 0;
  }
  #header.flat-menu nav ul.nav-main {
      float: right;
      margin: 0px;
  }
  .nav > li {
      position: relative;
      display: block;
  }
  .nav-pills > li {
      float: left;
  }
  .nav-pills > li + li {
      margin-left: 2px;
  }
  #header nav ul.nav-main > li + li {
      margin-left: -4px;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #428bca;
  }
  ul.nav-pills > li.active > a {
      background-color: #CCC;
  }
  ul.nav-pills > li.active > a {
      background-color: #232323;
  }
  #header nav ul.nav-main li a {
      font-size: 14px;
      line-height: 20px;
      margin-left: 3px;
      margin-right: 3px;
      text-transform: uppercase;
      /*font-weight: 700;*/
      padding: 8px 13px 6px;
  }
  #header nav ul.nav-main li.active a {
      background-color: #CCC;
  }
  #header.flat-menu nav ul.nav-main > li > a {
      margin-bottom: 0;
      /*border-top: 2px solid transparent;*/
  }
  #header.flat-menu nav ul.nav-main li a {
      margin-left: 1px;
      margin-right: 3px;
      /*padding-bottom: 30px;
      padding-top: 30px;*/
  }
  #header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
      color: #FFF;
      background-color: #232323 !important;
  }
  #header.flat-menu nav ul.nav-main li > a, #header.flat-menu nav ul.nav-main li.active > a {
      color: #d6b65c;
  }
  #header.flat-menu nav ul.nav-main li.active > a {
      color: #d6b65c;
      background-color: transparent !important;
  }
  #header.flat-menu nav ul.nav-main li > a:hover, #header.flat-menu nav ul.nav-main li.active a, #header.flat-menu nav ul.nav-main li.dropdown:hover a {
      color: #FFF !important;
      background-color: #d6b65c !important;
      text-decoration: none;
      border-radius: 4px;
  }
  #header.flat-menu nav ul.nav-main li > a, #header.flat-menu nav ul.nav-main li.active > a {
      color: #d6b65c;
  }
  #header nav ul.nav-main li a.dropdown-toggle.extra {
      display: none;
  }
  .fa-angle-down:before {
      content: "\f107";
  }
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 250px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  #header nav ul.nav-main ul.dropdown-menu {
      background-color: #CCC;
      border: 0;
      border-radius: 0;
      /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);*/
      margin: 1px 0 0 3px;
      padding: 0px;
      top: auto;
  }
  #header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
      color: #FFF;
      background-color: rgba(166,152,91,.9) !important;
  }
  #header nav ul.nav-main ul.dropdown-menu {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #232323;
      border-color: #232323;
  }
  #header.flat-menu nav ul.nav-main ul.dropdown-menu {
      margin: 0 0 0 10px;
      border-radius: 0;
  }
  #header nav ul.nav-main ul.dropdown-menu:hover {
      border-color: #3c3c3a;
      background-color: #3c3c3a;
  }
  
  #header nav ul.nav-main li ul a {
      text-transform: none;
      font-weight: normal;
      font-size: 0.9em;
  }
  #header.flat-menu nav ul.nav-main li a {
      margin-left: 10px;
      margin-right: 3px;
      /*padding-bottom: 30px;
      padding-top: 30px;*/
      display: inline-block;
  }
  #header nav ul.nav-main ul.dropdown-menu > li > a {
      color: #FFF;
      font-weight: 400;
      padding-bottom: 4px;
      padding-top: 4px;
      text-transform: none;
      position: relative;
      padding: 8px 10px 8px 15px;
      font-size: 0.9em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      width: 100%;
  }
  #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
      background: none !important;
  }
  #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
      /*background: #016bc1 !important;*/
      text-decoration: none;
  }
  #header.fixed {
      border-bottom: 1px solid #E9E9E9;
      position: fixed;
      top: -57px;
      width: 100%;
      z-index: 1001;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      filter: none;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
  }
  /* Header Rules */
  
  #sub_banner {
    background: url(img/sub-banner.webp) no-repeat 50% 50%;
    background-size: cover;
    height: 300px;
    position: relative;
  }
  .bann_content { margin-top: 50px; position: absolute; }
  .bann_content h1 { display: inline-block; margin: 0 0 20px; font-weight: bold;
    font-size: 30px;
    color: #000;
    text-shadow: 4px 4px 5px #fff, 4px 4px 5px #fff;
    letter-spacing: 0.5px;
  }
  .bann_content h3 { margin-top: 0px; font-size: 26px; border-radius: 3px;
    color: #fff; background-color: #0078c6; height: 40px; line-height: 40px; padding: 0px 10px; }
  #full-slider-wrapper img { position: absolute; bottom: 0; left: 0; }
  .ban_btns { position: absolute; right: 50px; bottom: 20px; }
  .ban_btns a { background-color: #92802c; color: #fff; padding: 5px; margin: 0 5px; font-size: 14px; }
  .page_title h1 { margin-bottom: 10px; font-size: 25px; font-weight: bold; }
  .page_title h3 { color: #9e8c40; font-size: 18px; text-align: center; }
  .services { margin: 20px 0 40px; }
  .services p { color: #160a22; font-size: 16px; margin-top: 10px; text-align: center; }
  .services .col-md-3 { padding-left: 0; }
  .services .col-md-3:last-child; { padding-right: 0; }
  .fleets { background-color: #1a160b; padding: 20px 0; }
  .fleets h3 { color: #b9a439; font-size: 18px; text-align: center; }
  .btn_all { text-align: center; margin: 30px auto 0; }
  .fleets a.btn { display: inline-block; background-color: #92802e; color: #fff; padding: 10px 20px 8px; }
  .cta { background: url('img/dc-bg.webp') no-repeat 50% 50%; background-size: cover; height: 312px; }
  .cta h3 { text-align: center; margin-top: 80px; color: #fff; margin-bottom: 40px; }
  .cta .btns { text-align: center; }
  .cta .btns a, .btns a { background-color: #92802e; color: #fff; padding: 8px 20px; margin: 0 10px; }
  .form-group {
      margin-bottom: 15px;
  }
  textarea.form-control {
      height: auto;
  }
  .list-unstyled {
      padding-left: 0;
      list-style: none;
  }
  .cont_form { margin: 40px auto; }
  .cont_form ul { padding-left: 20px; }
  .cont_form p { color: #000; margin-bottom: 10px; }
  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
  }
  .portfolio-item { width: 275px; float: left; margin: 5px; }
  .img-thumbnail {
      display: inline-block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      padding: 4px;
      line-height: 1.42857143;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      position: relative;
  }
  .img-thumbnail {
      border-radius: 8px;
      position: relative;
  }
  .thumb-info {
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      max-width: 100%;
  }
  .thumb-info img {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border-radius: 3px;
      position: relative;
  }
  .thumb-info:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }
  .thumb-info .thumb-info-title {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: transparent;
        bottom: 10%;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 0px 0px 0px;
        position: absolute;
        /* text-shadow: 1px 1px 1px rgb(0 0 0 / 20%); */
        text-transform: uppercase;
        z-index: 1;
        bottom: 0;
        display: block;
        width: 100%;
    }
    .thumb-info .thumb-info-inner {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        white-space: nowrap;
        background: rgba(36, 27, 28, 0.9);
        float: left;
        padding: 2px 5px;
    }
    .thumb-info .thumb-info-type {
        background-color: #958a54;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 0px -2px -15px 0px;
        padding: 2px 9px;
        text-transform: none;
    }
  .thumb-info .thumb-info-action {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(36, 27, 28, 0.9);
      bottom: 0;
      color: #FFF;
      filter: alpha(opacity=0);
      height: 100%;
      left: 0;
      opacity: 0.0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
  }
  .thumb-info:hover .thumb-info-action {
      filter: alpha(opacity=100);
      opacity: 1;
  }
  .thumb-info .thumb-info-action-icon {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background: #CCC;
      border-radius: 0 0 0 25px;
      display: inline-block;
      font-size: 25px;
      height: 50px;
      line-height: 50px;
      position: absolute;
      right: -100px;
      text-align: center;
      top: -100px;
      width: 50px;
  }
  .thumb-info .thumb-info-action-icon {
      background-color: #232323;
  }
  .thumb-info:hover .thumb-info-action-icon {
      right: 0;
      top: 0;
  }
  .thumb-info .thumb-info-action-icon i {
      font-size: 24px;
      left: 3px;
      position: relative;
      top: -4px;
  }
  .thumb-info-caption {
      padding: 10px 0;
  }
  .thumb-info-caption p {
      font-size: 0.9em;
      line-height: 20px;
      margin: 0 0 8px;
      padding: 10px;
  }
  .fa-chain:before, .fa-link:before {
      content: "\f0c1";
  }

  h2.short {
      margin-bottom: 15px;
  }

  h2.word-rotator-title {
      line-height: 64px;
      text-align: center;
  }
  .inverted {
      color: #FFF;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #232323;
      min-height: 60px;
  }
  .word-rotate {
      visibility: hidden;
      width: 100px;
      height: 0px;
      margin-bottom: -7px;
      display: inline-block;
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-bottom: -12px;
  }
  .word-rotate.active {
      visibility: visible;
      width: auto;
  }
  .word-rotate .word-rotate-items {
      position: relative;
      top: 0;
      width: 100%;
  }
  .word-rotate .word-rotate-items span {
      display: block;
      white-space: nowrap;
  }
  .lead {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4;
  }
  p.featured {
      font-size: 1.6em;
      line-height: 1.5em;
  }
  ul.team-list {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  ul.team-list .team-item {
      margin-bottom: 35px;
  }
  .thumb-info {
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      max-width: 100%;
  }
  .thumbnail > img, .thumbnail a > img {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
  }
  section.featured {
      background: #ECEEED;
      /*border-top: 5px solid #ECECE8;*/
      margin: 0px 0;
      padding: 0px 0 30px;
      /*margin-bottom: 20px;*/
  }
  section.featured h2 { font-size: 25px; color: #000; text-align: center; margin-bottom: 20px; }
  section.featured h3 { font-size: 20px; color: #000; margin-bottom: 15px; }
  section.featured h4 { color: #000; font-size: 20px;
    text-transform: inherit; }
  section.featured p { font-size: 16px;
    color: #444; }
  section.featured .btns { margin-top: 30px; text-align: center; }
  section.featured .btns a { background-color: #92802c;
    color: #fff;
    padding: 8px 15px;
    margin: 0 5px;
    font-size: 14px; }
  section.call-to-action {
      position: relative;
      clear: both;
  }
  section.featured.footer {
      margin: 30px 0 -70px;
  }
  .center {
      text-align: center;
  }
  section.call-to-action h3 {
      text-transform: none;
      color: #121212;
  }
  section.call-to-action h3 .btn {
      margin-left: 10px;
  }
  *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  section.call-to-action:before {
      content: "";
      display: block;
      position: absolute;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #FFF;
      height: 15px;
      width: 15px;
      top: -5px;
      left: 50%;
      margin-left: -7px;
  }
  .features_sec8 .left {
      float: left;
      width: 40%;
      margin-left: 7%;
      margin-right: 8%;
      padding-top: 40px;
  }
  .features_sec8 .left h1 {
      font-weight: 300;
      margin-bottom: 12px;
  }
  .features_sec8 .left h1 strong {
      font-weight: 600;
      display: block;
  }
  .features_sec8 .left span {
      float: left;
      width: 160px;
      height: 1px;
      background: #e3e3e3;
  }
  .rimg {
      width: 100%;
  }
  .features_sec8 .right {
      float: left;
      width: 38%;
  }
  .pritable {
      float: left;
      width: 100%;
      padding: 120px 0px;
  }
  .pritable .pacdetails {
      float: left;
      width: 35%;
      text-align: center;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
      border-left: 1px solid #eee;
      box-shadow: 0px -5px 0px #2A5B79;
      -webkit-box-shadow: 0px -5px 0px #2A5B79;
  }
  .pritable .pacdetails.three {
      margin-top: -30px;
      box-shadow: 0px -5px 0px #2A5B79;
  }
  .pritable .pacdetails .title {
      float: left;
      width: 100%;
      padding: 30px 0px 45px 0px;
      border-bottom: 1px solid #eee;
      margin-bottom: 40px;
  }
  .pritable .pacdetails.three .title {
      padding-top: 30px;
  }
  .pritable .pacdetails .title h2 {
      font-size: 22px;
      color: #999;
      font-weight: normal;
      margin-bottom: 12px;
      display: block;
  }
  .pritable .pacdetails.three .title h2 {
      margin-top: 12px;
  }
  .pritable .pacdetails .title strong {
      color: #2A5B79;
      font-size: 40px;
      font-weight: bold;
      display: block;
  }
  .pritable .pacdetails.three .title strong {
      color: #2A5B79;
  }
  sup, sub {
      font-size: 10px;
      height: 0;
      line-height: 1;
      position: relative;
      vertical-align: baseline;
  }
  sub {
      top: .5ex;
  }
  .pritable .pacdetails .title sub {
      font-size: 14px;
      font-weight: normal;
      padding: 0px;
      margin: 0px;
  }
  .pritable .pacdetails ul {
      padding: 0px;
      margin: 0px;
  }
  .pritable .pacdetails li {
      padding: 0px;
      margin: 18px 0px;
      list-style-type: none;
  }
  .pritable .pacdetails li strong {
      font-weight: 600;
  }
  .pritable .pacdetails .bottom {
      float: left;
      width: 100%;
      padding: 20px 0px;
      margin-top: 20px;
      border-top: 1px solid #eee;
  }
  .pritable .pacdetails .bottom img { margin: auto; }
  .features_sec8 .slick-prev, .features_sec8 .slick-next { color: #0568b9; border: solid 1px #0568b9; background-color: #0568b9; }
  .features_sec8 .slick-prev:before, .features_sec8 .slick-next:before { color: #fff; }
  ul.team-list {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    ul.team-list .team-item {
        margin-bottom: 35px;
    }
    .thumb-info {
        display: block;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-width: 100%;
    }
    .thumb-info .thumb-info-title {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: transparent;
        bottom: 10%;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 0px 0px 0px;
        position: absolute;
        /* text-shadow: 1px 1px 1px rgb(0 0 0 / 20%); */
        text-transform: uppercase;
        z-index: 1;
        bottom: 0;
        display: block;
        width: 100%;
    }
    .thumb-info .thumb-info-inner {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        white-space: nowrap;
        background: rgba(36, 27, 28, 0.9);
        float: left;
        padding: 2px 5px;
    }
    .thumb-info .thumb-info-type {
        background-color: #958a54;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 0px -2px -15px 0px;
        padding: 2px 9px;
        text-transform: none;
    }
    .thumb-info-caption {
        padding: 10px 0;
    }
    .thumb-info-caption p {
        font-size: 0.9em;
        line-height: 20px;
        margin: 0 0 8px;
        padding: 10px;
    }
  /* Footer Rules */
  #footer {
      background: #0e0e0e;
      /*border-top: 4px solid #0e0e0e;*/
      font-size: 0.9em;
      /*margin-top: 30px;*/
      padding: 40px 0 0;
      position: relative;
      clear: both;
  }
  #footer .footer-ribbon {
      background: #016ac5;
      position: absolute;
      margin: -100px 0 0 22px;
      padding: 10px 20px 6px 20px;
  }
  #footer .container .row > div {
      margin-bottom: 0px;
  }
  #footer .footer-ribbon:before {
      border-right: 10px solid #646464;
      border-top: 16px solid transparent;
      content: "";
      display: block;
      height: 0;
      left: -10px;
      position: absolute;
      top: 0;
      width: 7px;
  }
  #footer .footer-ribbon:before {
      border-right-color: #016ac5;
  }
  #footer .footer-ribbon span {
      color: #FFF;
      font-size: 1.6em;
      font-family: "Shadows Into Light", cursive;
  }
  
  #footer h4 {
      font-size: 20px;
      /*font-weight: 700;*/
      color: #d6b65c;
      text-transform: uppercase !important;
  }
  #footer form {
      filter: alpha(opacity=85);
      opacity: 0.85;
  }
  #footer .newsletter form {
      width: 100%;
      max-width: 262px;
  }
  #footer .newsletter form input.form-control {
      height: 34px;
      padding: 6px 12px;
  }
  #footer .contact {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  #footer .contact strong { color: #cac8bc; }
  #footer .contact-details a { color: #fff; }
  #footer .contact p {
      margin-bottom: 10px;
      color: #fff;
  }
  #footer .contact i {
      display: block;
      float: left;
      font-size: 1.2em;
      margin: 7px 8px 10px 0;
      position: relative;
      text-align: center;
      top: -2px;
      width: 16px;
  }
  .fa-map-marker:before {
      content: "\f041";
  }
  .fa-envelope:before {
      content: "\f0e0";
  }
  #footer .footer-copyright {
      background: #060606;
      border-top: 2px solid #8f7c5b;
      margin-top: 40px;
      padding: 15px 0 15px;
  }
  #footer .footer-copyright strong { color: #d6b65c; font-weight: normal; }
  #footer .footer-copyright p {
      color: #fff;
      margin: 0;
      padding: 0;
  }
  #footer .footer-copyright nav {
      float: right;
  }
  #footer .footer-copyright nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  #footer .footer-copyright nav ul li {
      border-left: 1px solid #505050;
      display: inline-block;
      line-height: 12px;
      margin: 0;
      padding: 0 8px;
      color: #505050;
  }
  #footer .footer-copyright nav ul li:first-child {
      border: medium none;
      padding-left: 0;
  }
  #footer .footer-copyright nav a { color: #fff; }
  #footer .social-icons a:hover { color:#fff !important; }
  /* Footer Rules */
  @media (min-width: 768px)
  {
    .container {
        width: 750px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    
    .lead {
        font-size: 21px;
    }
  }
  @media (max-width: 479px)
  {
    #header nav ul.nav-top, #header .header-top {
        display: block;
    }
    /*#header .header-top a {
        display: none;
    }*/
  }
  @media (max-width: 768px)
  {
    #header {
        display: block;
        height: 155px;
    }
    #header > .container {
        width: 100%;
        background-color: #000;
    }
    #header .header-top p {
          line-height: inherit;
          float: none;
          /*margin-top: 5px;*/
    }
    #header .header-top a { display: block; font-size: 16px; }
    #header .header-top span a { display: inline-block; font-size: 16px; }
    #header.clean-top .social-icons { margin-top: 10px;
      float: none;
      clear: both;
      text-align: center; }
    .btn-responsive-nav {
        top: 55px;
    }
    .ban_btns { right: 60px; }
    .bann_content { margin: 0; text-align: center; position: relative; }
    .bann_content h1 { font-size: 20px; }
    #sub_banner { height: 200px; }
    .features_sec8 .left h1 strong { display: inline-block; }
    .slick-slider, .slick-list, .slick-track { height: 85px; }
    .features_sec8 .slick-slider, .features_sec8 .slick-list, .features_sec8 .slick-track { height: 685px; }
    .features_sec8 .left, .features_sec8 .right { width: 70%; float: none; padding-top: 0; }
    .features_sec8 .right { width: 100%; }
    .pritable { padding-top: 30px; }
    .pritable .pacdetails { width: 100%; float: none; }
    .pritable .pacdetails.three .title { padding: 10px 0; margin: 0; }
    .pritable .pacdetails .title strong { font-size: 30px; }
    .btns { text-align: center; }
    .cta .btns a, .btns a { padding: 8px 10px; margin: 0 2px; margin-bottom: 10px; display: inline-block; }
    .owl-wrapper-outer { height: inherit !important; }
    .owl-wrapper { width: 100% !important; }
    .owl-carousel .owl-item { float: none; width: 100% !important; margin-bottom: 10px; }
    iframe { width: 100%; }
    .cont_form .col-md-6 { margin-bottom: 30px; }
    #footer .container .row > div { padding-right: 0 !important; }
    #footer .col-md-5 { text-align: center; padding: 0; }
    #footer .col-md-5 a { margin: 0px 0 40px !important; }
    #footer .col-md-4 { padding-left: 15px !important; margin-bottom: 20px !important; margin-top: 20px; }
    .footer-copyright .col-md-4 { text-align: center; }
    #footer .footer-copyright nav { float: none; }
  }  
  @media (max-width: 991px)
  {
    #header {
        clear: both;
        background-color: #000;
    }
    #header > .container {
        margin-bottom: 0;
    }
    #header.flat-menu > .container {
        margin-bottom: 0;
    }
    #header .logo {
        /*margin-top: 20px;*/
        float: left;
        background-color: #000;
    }
    #header h1.logo img {
        max-width: 150px;
        max-height: none !important;
        height: auto !important;
    }
    .btn-responsive-nav {
        background: #d6b65c;
        top: 55px;
        display: block;
        position: absolute;
        right: 20px;
        color: #FFF;
        z-index: 1;
    }
    .btn-responsive-nav i { font-size:25px; }
    #header.flat-menu .btn-responsive-nav, #header.center .btn-responsive-nav {
        top: 25px;
    }
    #header section {
        background-color: #000;
        margin-top: -40px;
        padding: 0;
    }
    #header .nav-main-collapse {
        top: 52px;
        position: relative;
        background: #171717;
        max-height: none;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    #header .nav-main-collapse.collapse {
        display: none !important;
        z-index: 9999;
    }
    #header .nav-main-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        display: block !important;
    }
    #header .nav-main {
        padding: 10px 0;
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
    #header .nav-main ul {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul.nav-main {
        float: none;
        position: static;
        margin: 8px 0;
        margin-right: -10px;
    }
    #header.flat-menu nav ul.nav-main {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header.flat-menu nav ul.nav-main li a {
        color: #FFF !important;
    }
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }
    body #header.flat-menu nav ul.nav-main li a, body #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main > li + li {
        margin-left: 0;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header.flat-menu nav ul.nav-main li a {
        color: #FFF !important;
    }
    body #header.flat-menu nav ul.nav-main li a, body #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header .nav-main li.dropdown a.dropdown-toggle.extra {
        float: right;
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 3px 0 -38px 0;
        z-index: 10;
        display: block;
    }
    #header nav ul.nav-main li a i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 10px;
        display: inline-block;
    }
    #header .nav-main ul {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul ul {
        margin-left: 20px !important;
    }
    #header .nav-main ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none;
    }
    #header .nav-main ul.dropdown-menu.active { display: block; }
    #header nav ul.nav-main ul.dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body #header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }
    #header nav ul.nav-main ul.dropdown-menu li > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: none;
    }
    #full-slider-wrapper { height: 161px; }
    #full-slider-wrapper img { width: 100%; height: auto; }
    .bann_content { margin-top: 10px; margin-left: 5%; }
    .bann_content h2 { font-size: 13px; margin-bottom: 0; height: 30px; line-height: 30px; }
    .bann_content h3 { margin-top: 5px; font-size: 12px; height: 28px; line-height: 28px; }
    h1 { font-size: 2em; line-height: 1.2em; }
    .portfolio-item { width: 100%; float: none; margin: auto; }
    .word-rotate-wrapper { width: 55% !important; }
    
    section.call-to-action { padding-left: 1px; padding-right: 1px; }
    section.call-to-action h3 { font-size: 1.5em; }
  }
  @media (min-width: 992px)
  {
    .container {
        width: 970px;
    }
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        /*position: static;*/
    }
    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }
    #header nav.mega-menu .dropdown-menu > li {
        display: block;
    }
    #header nav ul.nav-main li.dropdown:hover > ul {
        display: block;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
  }
  @media (min-width: 1200px)
  {
    .container {
        width: 1200px;
    }
  }

  /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }