/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('/static/bower/owl.carousel/dist/assets/owl.video.play.png?72da17980d60') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@font-face {
    font-family: 'FuturaBold';
    src: url('/static/fonts/Futura-Bold.eot?1b706cd453e2');
    src: url('/static/fonts/Futura-Bold.eot?&1b706cd453e2#iefix') format('embedded-opentype'),
         url('/static/fonts/Futura-Bold.woff?1b706cd453e2') format('woff'),
         url('/static/fonts/Futura-Bold.ttf?1b706cd453e2') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.floating-wpp {
    position: fixed;
    bottom: 2%;
    right: 7%;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 1500;
}

#hubspot-messages-iframe-container {
    z-index: 1000!important;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
    width: 80px!important;
    height: 80px!important;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover .floating-wpp-button {
    transform: scale(1.1);
    transition: transform .2s;
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .floating-wpp {
        bottom: 2.7%;
        right: 25%;
    }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  min-width: 1140px; }

body {
  font-family: "Ek Mukta", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #4D4D4D;
  display: block;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-width: 1140px; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Ek Mukta", sans-serif; }

h1 {
  font-size: 32px; }

a {
  text-decoration: none;
  color: #4D4D4D; }
  a:hover, a:focus {
    text-decoration: none; }

a.nav-active {
  background: #95001D; }

input[type="text"], textarea {
  border: none;
  display: block;
  font-family: "Ek Mukta", sans-serif; }

input[type="submit"] {
  font-weight: bold;
  border: none;
  font-size: 11px;
  padding: 7px; }

textarea {
  overflow: hidden;
  resize: none; }

iframe {
  border: none; }

::-webkit-input-placeholder {
  color: #CCC; }

:-moz-placeholder {
  color: #CCC; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.website_bg {
  display: block; }

.mobile_bg {
  display: none; }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row.mr-2 [class^="col-"] {
    margin-right: 1%; }
  .row.mr-2 .col-3 {
    width: 19%; }
  .row .my-auto {
    margin: auto 0px; }

.row [class^="col-"] {
  margin-right: 4%;
  float: left; }
  .row [class^="col-"]:last-child {
    margin-right: 0px; }

.col-9 {
  width: 74%; }

.col-7 {
  width: 57.662%; }

.col-6 {
  width: 48%; }
  .col-6:nth-child(2n) {
    margin-right: 0px; }

.col-5 {
  width: 38.333%; }

.col-4 {
  width: 30.666%; }
  .col-4:nth-child(3n) {
    margin-right: 0px; }

.col-3 {
  width: 22%; }
  .col-3:nth-child(4n) {
    margin-right: 0px; }

a:hover {
  color: #4D4D4D;
  text-decoration: none !important; }

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], textarea {
  width: 100%;
  border: 1px solid #D9D8D9;
  padding: 6px;
  outline: none;
  height: 43px;
  margin-top: 11px;
  background-color: #fff;
  font-size: 14px;
  color: #4D4D4D;
  -webkit-transition: background-color 700ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: background-color 700ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: background-color 700ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: background-color 700ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

textarea {
  height: 120px; }

.container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.header_wrapper {
  position: relative; }

.header {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 15px;
  z-index: 1500;
  height: 245px;
  position: relative; }

.logo {
  text-align: right;
  padding-right: 62px;
  margin-top: 8px; }
  .logo img {
    width: 100px;
    margin-right: 2px; }
  .logo .call {
    text-align: right;
    float: right;
    display: table;
    width: 100%;
    color: #4D4D4D;
    margin-bottom: 25px; }

body.active .header {
  z-index: 2002; }

.header_line {
  clear: both;
  display: table;
  width: 100%;
  background: url('/static/img/accent.png?bb5a8514a943') no-repeat;
  z-index: 2001;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px; }
  .header_line .left {
    height: 20px;
    float: left;
    display: table; }

.header_bg {
  position: absolute; }

.greeting {
  margin-top: 96px;
  width: 620px;
  position: absolute; }
  .greeting h1 {
    margin-bottom: 0;
    font-family: "FuturaBold";
    letter-spacing: .4px;
    font-size: 28px; }
  .greeting p {
    font: 200 16px/23px "Ek Mukta", sans-serif;
    margin-top: 11px;
    width: 500px;
    color: #555; }

.menu {
  width: 505px;
  float: right;
  border: 2px solid #CCC;
  padding: 21px 0 26px 32px;
  margin-top: 48px;
  border-right: none; }
  .menu li {
    list-style: none;
    float: left;
    width: 70px;
    text-align: center; }
    .menu li a {
      font-size: 14px;
      margin: 0 5px; }
    .menu li a:hover, .menu li a:visited {
      border-bottom: 1px solid #AAA;
      font-weight: bold; }

#main-banner.edit-mode {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 50px; }
  #main-banner.edit-mode .carousel-inner {
    overflow: initial;
    max-height: none; }
  #main-banner.edit-mode .carousel-indicators {
    display: none; }
  #main-banner.edit-mode .item {
    position: relative; }
  #main-banner.edit-mode .detail {
    padding: 15px;
    width: 45%;
    bottom: 25px;
    right: 10px;
    position: absolute;
    font-size: 18px; }
    #main-banner.edit-mode .detail p {
      line-height: 22px; }
  #main-banner.edit-mode .cms_placeholder:nth-child(2n) {
    padding-right: 12px; }
  #main-banner.edit-mode .cms_placeholder {
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 49.8%; }

#content {
  height: 100%; }
  #content .sub_content_wrapper {
    display: table;
    color: #E5E5E5;
    border-right: none; }
  #content hr {
    width: 4%;
    height: 3px;
    background: #E5E5E5;
    border: none;
    margin: 8px 0px;
    bottom: -25px;
    position: initial; }
  #content .items {
    position: absolute;
    height: 100%;
    float: left;
    width: 100%;
    color: #E5E5E5; }
    #content .items .button {
      margin-top: 8px;
      font-size: 12px;
      padding: 4px 11px;
      border: 0px;
      cursor: pointer;
      display: table !important; }
      #content .items .button.url {
        margin-top: 20px; }
      #content .items .button a {
        color: white !important; }
    #content .items .bold {
      font-size: 50px;
      line-height: 34px;
      padding-bottom: 45px;
      display: table;
      position: relative; }
      #content .items .bold .small_triangle {
        position: relative;
        right: 25px;
        top: 12px; }
    #content .items .title {
      top: 42%;
      margin-top: 10px;
      font-size: 25px;
      line-height: 28px;
      font-style: normal;
      position: relative; }
    #content .items span {
      font-size: 19px;
      font-weight: normal; }
    #content .items img {
      padding: 0px;
      height: 100%; }
    #content .items .url {
      margin-top: 15px;
      display: block;
      font-size: 12px; }
      #content .items .url a {
        color: #AF0D28;
        text-decoration: none; }
    #content .items p {
      font-weight: normal;
      margin: 0px;
      line-height: 18px;
      font-size: 14px; }

.industry {
  padding: 12px 0px 0px;
  box-sizing: border-box; }
  .industry .col-6 {
    width: 47%; }
  .industry h2 {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 38px; }
  .industry .list:not(:last-child) {
    margin-bottom: 12px; }
  .industry img {
    margin: 0px auto 5px;
    display: table;
    max-width: 155px; }
  .industry .button {
    font: 14px/18px "Ek Mukta", sans-serif;
    border: 1px solid #555;
    padding: 12px 40px;
    margin: 0 auto;
    display: table;
    max-width: 179px;
    width: 100%; }
    .industry .button:hover {
      text-decoration: none; }
    .industry .button i {
      background-image: url('/static/img/arrow-ijo.png?bb5a8514a943');
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      float: right;
      background-size: 16px 16px;
      margin-left: 5px;
      position: relative;
      top: 1px; }
  .industry .text_wrapper {
    padding: 12px 0px; }
    .industry .text_wrapper .box {
      margin: 0 auto;
      display: table; }
    .industry .text_wrapper i, .industry .text_wrapper span {
      float: left; }

.portfolio-detail .portfolio-list {
  position: relative;
  max-width: 68em;
  margin: 25px auto 50px;
  z-index: 100; }

.portfolio-detail .portfolio {
  position: relative;
  max-width: 68em;
  margin: 25px auto 0px; }
  .portfolio-detail .portfolio h1 {
    font: 38px/42px "FuturaBold";
    margin: 0px 0px 50px; }
  .portfolio-detail .portfolio h4 {
    font: 18px/22px "FuturaBold";
    margin: 0px 0px 5px; }
  .portfolio-detail .portfolio h5 {
    font: 15px/20px "FuturaBold";
    color: #59bbc4;
    margin: 0px 0px 10px; }
  .portfolio-detail .portfolio .desc {
    padding-left: 20px;
    padding-bottom: 35px;
    position: relative; }
    .portfolio-detail .portfolio .desc ul, .portfolio-detail .portfolio .desc span {
      font: 14px/20px "Ek Mukta", sans-serif; }
    .portfolio-detail .portfolio .desc ul {
      margin: 0px;
      padding-left: 20px; }
  .portfolio-detail .portfolio .sky:before {
    content: '';
    background-image: url('/static/img/line-ijo.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 8px;
    height: 45px;
    display: table;
    background-size: 8px 45px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .portfolio-detail .portfolio .blue:before {
    content: '';
    background-image: url('/static/img/line-biru.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 8px;
    height: 45px;
    display: table;
    background-size: 8px 45px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .portfolio-detail .portfolio .gold:before {
    content: '';
    background-image: url('/static/img/line-kuning.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 8px;
    height: 45px;
    display: table;
    background-size: 8px 45px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .portfolio-detail .portfolio .portfolio-image {
    position: relative; }
  .portfolio-detail .portfolio .portfolio-image:before {
    content: '';
    background-image: url('/static/img/logo-bg-white-triangle.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px; }
  .portfolio-detail .portfolio .logo {
    position: absolute;
    top: 48px;
    left: 25px;
    width: 95px;
    max-width: 95px;
    z-index: 1001;
    margin: 0px;
    padding: 0px; }

.portfolio-detail .triangle {
  position: relative; }
  .portfolio-detail .triangle img {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 300px;
    height: 223px;
    z-index: 0; }
.portfolio-detail .portfolio-image img {
  max-width: 390px;
  margin: 0 auto;
  display: table; }

.portfolio-page .portfolio {
  position: relative;
  max-width: 68em;
  margin: 25px auto 0px; }
  .portfolio-page .portfolio h3 {
    font: 19px/22px "FuturaBold";
    margin: 0px 0px 15px; }
  .portfolio-page .portfolio h4 {
    font: 14px/22px "FuturaBold";
    margin: 0px 0px 7px;
    position: relative; }
    .portfolio-page .portfolio h4:before {
      content: '';
      position: absolute;
      width: 25px;
      height: 1px;
      background-color: #555;
      bottom: 0px; }
  .portfolio-page .portfolio ul {
    font: 13px/18px "Ek Mukta", sans-serif;
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
    .portfolio-page .portfolio ul li {
      margin-bottom: 3px; }
  .portfolio-page .portfolio a {
    color: #59bbc4;
    font-size: 16px;
    line-height: 22px; }
  .portfolio-page .portfolio .category {
    margin-bottom: 50px; }
  .portfolio-page .portfolio .portfolio-list a {
    color: #555; }
  .portfolio-page .portfolio .portfolio-list h2 {
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
    font: 32px/36px "FuturaBold"; }
  .portfolio-page .portfolio .portfolio-list h3 {
    margin: 10px 0px 0px;
    line-height: 25px; }
  .portfolio-page .portfolio .portfolio-list span {
    margin: 0px;
    font-size: 13px; }
  .portfolio-page .portfolio .portfolio-list [class^="col-"] {
    margin-bottom: 50px; }
  .portfolio-page .portfolio .portfolio-list img {
    width: 100%; }
  .portfolio-page .portfolio .list {
    position: relative;
    display: table; }
    .portfolio-page .portfolio .list a {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1001;
      cursor: pointer; }
    .portfolio-page .portfolio .list .logo {
      position: absolute;
      top: 12px;
      right: 55px;
      width: 60px;
      z-index: 1001;
      margin: 0px;
      padding: 0px; }
  .portfolio-page .portfolio .list:after {
    content: '';
    background-image: url('/static/img/client-list-corner.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 150px;
    height: 180px;
    background-size: 150px 180px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 0px; }

.products-page .products {
  position: relative;
  max-width: 68em;
  margin: 50px auto 0px; }
  .products-page .products .icon {
    max-width: 180px;
    margin-bottom: 0px; }
  .products-page .products .list {
    margin-bottom: 65px; }
    .products-page .products .list:last-child {
      margin-bottom: 0px; }
  .products-page .products .product a {
    border: 3px solid transparent;
    padding: 35px 20px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23%;
    position: relative;
    display: flex;
    vertical-align: middle;
    min-height: 153px; }
    .products-page .products .product a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      border: 1px solid #CCC; }
    .products-page .products .product a:hover:after {
      border: 3px solid #59bbc4; }
    .products-page .products .product a .block {
      margin: auto 0px; }
    .products-page .products .product a:before {
      content: '';
      background-image: url('/static/img/line-ijo.png?bb5a8514a943');
      background-repeat: no-repeat;
      width: 8px;
      height: 50px;
      background-size: 8px 50px;
      position: absolute;
      top: 50%;
      left: 1px;
      z-index: 1000;
      transform: translate(0%, -50%); }
  .products-page .products h3 {
    font: 20px/25px "FuturaBold";
    margin: 0px 0px; }
  .products-page .products .block p {
    margin: 5px 0px 0px;
    padding: 0px;
    font: 200 18px/22px "Ek Mukta", sans-serif; }

.product-details h1 {
  font: 35px/42px "FuturaBold";
  margin: 0px; }
.product-details .greeting .icon {
  max-width: 100px;
  margin-bottom: 5px; }
.product-details .greeting p {
  font: 200 18px/22px "Ek Mukta", sans-serif; }
.product-details .products {
  position: relative;
  max-width: 68em;
  margin: 45px auto 0px; }
  .product-details .products img {
    width: 100%;
    max-width: 100%; }
  .product-details .products h2 {
    font: 21px/28px "FuturaBold";
    margin: 0px 0px; }
  .product-details .products .desc {
    font: 200 19px/28px "Ek Mukta", sans-serif; }
  .product-details .products .desc p {
    margin-top: 10px; }
  .product-details .products .list {
    padding-left: 25px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative; }
    .product-details .products .list:last-child {
      margin-bottom: 0px; }
  .product-details .products .list:before {
    content: '';
    background-image: url('/static/img/line-ijo.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 8px;
    height: 50px;
    background-size: 8px 50px;
    position: absolute;
    top: 0px;
    left: 0px; }
.product-details table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #CCC; }
.product-details table td {
  padding: 10px 20px;
  border: 1px solid #CCC;
  font: 200 19px/28px "Ek Mukta", sans-serif; }
  .product-details table td:first-child {
    width: 40%; }
  .product-details table td:last-child {
    width: 60%; }
.product-details .actions {
  margin: 30px auto 0px; }
  .product-details .actions .download {
    background: #59bbc4;
    color: white; }
    .product-details .actions .download span:before {
      content: '';
      background-image: url('/static/img/icon-download2x.png?bb5a8514a943');
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
      position: absolute;
      z-index: 1000;
      top: 4px;
      left: 0px; }
  .product-details .actions a {
    font: 600 16px/22px "Ek Mukta", sans-serif;
    padding: 10px 30px;
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    float: left;
    text-align: center;
    box-sizing: content-box;
    margin-right: 20px; }
    .product-details .actions a span {
      position: relative;
      padding-left: 25px;
      width: 100%; }
    .product-details .actions a:last-child {
      margin-right: 0px; }
  .product-details .actions .call {
    font-weight: 300;
    border: 1px solid #CCC;
    padding-bottom: 9px; }
    .product-details .actions .call span:before {
      content: '';
      background-image: url('/static/img/icon-call-ijo2x.png?bb5a8514a943');
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
      position: absolute;
      z-index: 1000;
      top: 4px;
      left: 0px; }

.home .portfolio {
  position: relative;
  max-width: 68em;
  margin: 25px auto 0px;
  text-align: center;
  display: table; }
  .home .portfolio h2 {
    font-size: 38px;
    width: 100%; }
  .home .portfolio .button {
    float: right;
    font: 14px/18px "Ek Mukta", sans-serif;
    border: 1px solid #555;
    padding: 12px 42px; }
    .home .portfolio .button:hover {
      text-decoration: none; }
    .home .portfolio .button i {
      background-image: url('/static/img/arrow-ijo.png?bb5a8514a943');
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      float: right;
      background-size: 16px 16px;
      margin-left: 5px;
      position: relative;
      top: 1px; }

.home .portfolio-list {
  max-width: 68em;
  margin: 0px auto;
  position: relative;
  line-height: 0px; }
  .home .portfolio-list img {
    width: 100%; }
  .home .portfolio-list .disabled a {
    cursor: none;
    pointer-events: none; }
  .home .portfolio-list .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translate(0%, -50%); }
    .home .portfolio-list .owl-nav .owl-prev {
      float: left;
      position: relative;
      left: -50px;
      top: -20px;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      outline: none; }
      .home .portfolio-list .owl-nav .owl-prev:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 20px 35px 0;
        border-color: transparent #59bbc4 transparent transparent;
        top: 50%;
        left: 50%;
        transform: translate(100%, -30%); }
    .home .portfolio-list .owl-nav .owl-next {
      float: right;
      position: relative;
      top: -20px;
      right: -10px;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      outline: none; }
      .home .portfolio-list .owl-nav .owl-next:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0 35px 20px;
        border-color: transparent transparent transparent #59bbc4;
        top: 50%;
        right: 50%;
        transform: translate(100%, -30%); }
  .home .portfolio-list .list {
    position: relative; }
  .home .portfolio-list .list:before {
    content: '';
    background-image: url('/static/img/client-list-corner.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 170px;
    height: 240px;
    background-size: 170px 240px;
    position: absolute;
    top: 0px;
    right: 0px; }
  .home .portfolio-list .logo {
    position: absolute;
    top: 15px;
    right: 64px;
    width: 65px;
    z-index: 1001;
    margin: 0px;
    padding: 0px; }
  .home .portfolio-list a {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    pointer-events: none; }
  .home .portfolio-list a.active {
    cursor: pointer;
    pointer-events: initial; }

.video_wrapper {
  position: relative; }
  .video_wrapper:before {
    content: '';
    position: absolute;
    max-width: 68em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/static/img/triangle-home1.png?bb5a8514a943');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 527px 400px;
    z-index: 0; }

.video {
  position: relative;
  z-index: 1000;
  width: 95%;
  padding: 60px 0px;
  background-image: url('/static/img/triangle-home2.png?bb5a8514a943');
  background-repeat: no-repeat;
  background-position: right bottom 50px;
  background-size: 256px 164px; }
  .video .video_container {
    width: 100%;
    height: 281px;
    position: relative;
    background-position: center center;
    background-size: 500px 281px;
    background-repeat: no-repeat;
    cursor: pointer;
    max-width: 500px;
    float: right; }
    .video .video_container .video_image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 130px 130px;
      z-index: 1000;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  .video .play {
    font: 13px/18px "Ek Mukta", sans-serif; }
  .video .play i {
    position: relative;
    top: -6px;
    background: url('/static/img/video-play2.png?bb5a8514a943') no-repeat;
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
    display: table;
    float: left;
    margin-right: 10px; }

.home h2 {
  font: 42px/52px "FuturaBold";
  width: 80%; }
.home .main_title {
  font-size: 75px;
  color: white;
  font-family: "FuturaBold";
  line-height: 80px;
  padding-top: 20px;
  top: 40%;
  position: absolute;
  width: 1020px;
  margin: 0 auto;
  left: 0px;
  right: 0px; }
.home #main-banner {
  font-family: "FuturaBold";
  margin: 0 auto;
  position: initial;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }
  .home #main-banner .description {
    position: relative;
    margin-bottom: 18px; }
  .home #main-banner .title {
    *zoom: 1;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .home #main-banner .title:before, .home #main-banner .title:after {
      content: " ";
      display: table; }
    .home #main-banner .title:after {
      clear: both; }
  .home #main-banner .image_banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%; }
  .home #main-banner .edit-mode .cms_placeholder {
    margin-bottom: 5px;
    width: 678px; }
  .home #main-banner .edit-mode .detail {
    font-size: 25px; }
    .home #main-banner .edit-mode .detail p {
      line-height: 30px; }
  .home #main-banner .carousel, .home #main-banner .carousel-inner {
    position: initial;
    display: inline; }
  .home #main-banner .carousel-indicators {
    text-align: left;
    z-index: 1;
    position: absolute;
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    background: none;
    margin-left: -50%;
    bottom: 5%; }
    .home #main-banner .carousel-indicators:last-child {
      margin-right: 0; }
    .home #main-banner .carousel-indicators li {
      background: url('/static/img/circle-small.png?bb5a8514a943') no-repeat;
      height: 12px;
      width: 12px;
      display: inline-table;
      position: relative;
      border: none; }
    .home #main-banner .carousel-indicators .active {
      background: url('/static/img/circle-big.png?bb5a8514a943') no-repeat;
      height: 12px;
      width: 12px;
      display: inline-table;
      position: relative;
      border: none;
      margin: 1px 0px; }
  .home #main-banner .image {
    height: 100%;
    background-position: center;
    max-width: 100%; }
  .home #main-banner .main-banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .home #main-banner .carousel-caption {
    left: auto; }

.about_us .container .left {
  margin-right: 7.35765%;
  width: 52.35098%; }

.content {
  margin-top: 120px; }
  .content .left {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .content .left:last-child {
      margin-right: 0; }
    .content .left h1 {
      font: 28px/28px "FuturaBold"; }
    .content .left p {
      font: 200 19px/29px "Ek Mukta", sans-serif; }
  .content .right {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .content .right:last-child {
      margin-right: 0; }
    .content .right .visi {
      margin-top: 35px; }
    .content .right .misi {
      margin-top: 59px; }
    .content .right h2 {
      font: 22px/22px "FuturaBold";
      margin-bottom: 10px; }
    .content .right p {
      font: 200 16px/25px "Ek Mukta", sans-serif;
      margin-top: 0; }

.contact {
  margin-top: 114px; }
  .contact .left {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .contact .left:last-child {
      margin-right: 0; }
    .contact .left h1 {
      font: 28px/12px "FuturaBold"; }
    .contact .left .title {
      font: 400 16px/12px "Ek Mukta", sans-serif; }
    .contact .left .description {
      font: 200 17px/24px "Ek Mukta", sans-serif;
      margin-bottom: 32px; }
    .contact .left .address {
      font: 200 14px/23px "Ek Mukta", sans-serif;
      margin: 0; }
  .contact .right {
    display: block;
    float: left;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .contact .right:last-child {
      margin-right: 0; }
  .contact .contact-form {
    float: right; }
  .contact input[type="submit"] {
    background: url('/static/img/submit-button.png?bb5a8514a943') no-repeat;
    width: 95px;
    height: 30px;
    color: #FFF;
    text-align: left;
    padding: 2px 10px;
    font: 300 17px "Ek Mukta", sans-serif;
    cursor: pointer;
    margin-top: 16px; }
  .contact .errorlist {
    font-size: 13px;
    color: #AF0D28;
    text-align: left;
    list-style: none;
    padding: 2px 0px;
    margin: 0px; }

footer {
  padding: 20px;
  border-top: 1px solid #ccc;
  margin-top: 100px;
  font-size: 15px;
  font-family: "Ek Mukta", sans-serif;
  font-weight: normal; }
  footer .right {
    float: right; }
  footer .left {
    float: left; }
  footer .contact {
    margin: 0px; }
  footer .contact a {
    margin-left: 20px; }
    footer .contact a img {
      max-width: 18px;
      margin-right: 5px;
      position: relative;
      top: 5px; }

.form-login {
  display: flex;
  height: 100%;
  width: 100%; }
  .form-login form {
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    width: 360px; }
  .form-login ul {
    color: red;
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: none; }
  .form-login input {
    margin-top: 0px;
    margin-bottom: 15px; }
  .form-login button {
    width: 100%;
    padding: 12px 15px;
    border: none;
    color: white;
    border-radius: 3px;
    background-color: #59bbc4;
    font-weight: bold;
    cursor: pointer; }

.seperator {
  margin-bottom: 25px; }

/* Start Menu */
.button_container.active {
  position: fixed; }

.button_container {
  display: none;
  position: absolute;
  top: 28px;
  right: 0px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: opacity .25s ease;
  z-index: 900; }
  .button_container img {
    width: 25px;
    height: 25px;
    display: none; }
  .button_container .open {
    display: block; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active {
    right: 20px; }
    .button_container.active .open {
      display: none; }
    .button_container.active .close {
      display: block; }
  .button_container span {
    background: #231F20;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 7px; }
    .button_container span:nth-of-type(3) {
      top: 14px; }

.header .overlay {
  position: fixed;
  background: #353430;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 1000; }
  .header .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
    z-index: 800; }
    .header .overlay.open li {
      animation: fadeInRight .25s ease forwards;
      animation-delay: .25s; }
      .header .overlay.open li:nth-of-type(2) {
        animation-delay: 0.35s; }
      .header .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s; }
      .header .overlay.open li:nth-of-type(4) {
        animation-delay: 0.55s; }
      .header .overlay.open li:nth-of-type(5) {
        animation-delay: 0.65s; }
      .header .overlay.open li:nth-of-type(6) {
        animation-delay: 0.75s; }
      .header .overlay.open li:nth-of-type(7) {
        animation-delay: 0.85s; }
      .header .overlay.open li:nth-of-type(8) {
        animation-delay: 0.95s; }
      .header .overlay.open li:nth-of-type(9) {
        animation-delay: 1.05s; }
      .header .overlay.open li:nth-of-type(10) {
        animation-delay: 1.15s; }
  .header .overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    font: 12px/28px "Ek Mukta", sans-serif;
    text-align: center; }
  .header .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    top: 20%; }
    .header .overlay ul li {
      display: block;
      position: relative; }
      .header .overlay ul li a {
        padding: 15px 0px;
        min-height: 20px;
        font-size: 22px;
        display: block;
        position: relative;
        color: #F7F7F7;
        text-decoration: none;
        overflow: hidden; }

/* Dropdown Button */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 5px solid #323232;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  position: relative;
  top: 10px;
  margin-left: 2px; }

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2000; }

.dropdown:hover .caret {
  border-color: 5px solid #C21E2E; }

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  min-width: 130px;
  text-align: left;
  left: -4px;
  top: 25px;
  border: 1px solid #CCCCCC; }
  .dropdown .dropdown-content a {
    color: #4D4D4D;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC; }
  .dropdown .dropdown-content a:last-child {
    border-bottom: none; }
  .dropdown .dropdown-content a:hover {
    background-color: #59bbc4;
    color: white;
    font-weight: normal; }

.dropdown-content a {
  background: white;
  padding: 10px 15px;
  text-decoration: none;
  display: block; }

.dropdown:hover .dropdown-content {
  display: block; }

.product-details.vendors .greeting {
  margin-top: 162px; }
.product-details.vendors .greeting img {
  max-height: 85px;
  max-width: initial; }
.product-details.vendors .products .col-6.full {
  width: 100%;
  margin: 0px 0px 50px;
  clear: both; }
.product-details.vendors .products .col-6 {
  margin: 0 0 50px; }
  .product-details.vendors .products .col-6:last-child {
    margin-bottom: 0; }
.product-details.vendors .products .col-6:nth-child(2n) {
  margin-right: 4%; }

.content-block {
  position: relative;
  max-width: 68em;
  margin: 25px auto 0px;
  text-align: center;
  display: table;
  width: 100%; }

.vendors h2 {
  font: 38px/42px "FuturaBold";
  width: 100%; }
.vendors .product {
  width: 100%; }
.vendors .product a {
  border: 3px solid transparent;
  padding: 35px 20px;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 23%;
  position: relative;
  display: flex;
  vertical-align: middle;
  min-height: 153px;
  text-align: left; }
  .vendors .product a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #CCC; }
  .vendors .product a:hover:after {
    border: 3px solid #59bbc4; }
  .vendors .product a .block {
    margin: auto 0px; }
  .vendors .product a:before {
    content: '';
    background-image: url('/static/img/line-ijo.png?bb5a8514a943');
    background-repeat: no-repeat;
    width: 8px;
    height: 50px;
    background-size: 8px 50px;
    position: absolute;
    top: 50%;
    left: 1px;
    z-index: 1000;
    transform: translate(0%, -50%); }

h3 {
  font: 20px/25px "FuturaBold";
  margin: 0px 0px; }

.block p {
  margin: 5px 0px 0px;
  padding: 0px;
  font: 200 18px/22px "Ek Mukta", sans-serif; }

@media only screen and (max-width: 1920px) and (min-width: 1368px) {
  .video_wrapper {
    max-width: 68em;
    margin: 0 auto; }
    .video_wrapper .video {
      width: 100%; } }
@media only screen and (max-width: 414px) {
  html, body {
    min-width: auto; }

  .website_bg {
    display: none; }

  .mobile_bg {
    display: block; }

  .menu {
    width: 100%;
    display: none; }

  .button_container {
    display: block; }

  .seperator {
    margin-bottom: 0px; }

  .content-wrapper {
    padding: 0px 20px;
    min-height: 450px; }

  .content.container {
    padding: 0px; }

  .container.header-wrapper {
    padding: 40px 0px 0px;
    margin: 0px; }

  .container h1 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 0px; }

  .content-wrapper .header {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    min-width: auto; }
    .content-wrapper .header .logo {
      order: 0;
      padding-right: 0px; }
    .content-wrapper .header img {
      width: 80px; }
    .content-wrapper .header .menu {
      order: 1;
      margin: 0px;
      padding: 5px;
      border-right: 2px solid #CCC; }
    .content-wrapper .header li {
      width: auto; }
    .content-wrapper .header li a {
      font-size: 12px;
      margin: 0 10px; }
    .content-wrapper .header .header-wrapper {
      order: 2; }

  .header_line {
    left: -0.5px; }

  .greeting {
    position: relative;
    padding: 0px;
    margin: 0px; }

  .greeting, .greeting p {
    width: 100%; }

  .home h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 25px;
    width: 100%; }
  .home .portfolio h2 {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    margin: 0px 0px 15px; }
  .home .portfolio .button {
    margin-bottom: 20px; }
  .home .video {
    width: 100%;
    margin: 0px;
    padding: 32px 0px;
    background-size: 90px 70px;
    background-position: right bottom 35px; }
    .home .video h2 {
      margin-top: 35px; }
  .home .video_wrapper:before {
    background-size: 320px 270px; }
  .home .video_container {
    height: 210px;
    position: relative;
    background-position: center center;
    background-size: 375px 210px; }
  .home iframe {
    height: 210px; }
  .home .col-6 {
    width: 100%;
    margin: 0px; }
  .home .portfolio-list .list:before {
    width: 130px;
    background-size: 130px 155px; }
  .home .portfolio-list .list:nth-child(2n) {
    margin-right: 0px; }
  .home .portfolio-list .list:nth-child(5) {
    display: none; }
  .home .portfolio-list .list .logo {
    top: 5px;
    right: 46px;
    width: 55px; }
  .home .industry {
    padding: 0px; }
    .home .industry h2 {
      margin-bottom: 12px; }
  .home .industry .list .col-3 {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
    float: left; }
    .home .industry .list .col-3:nth-child(2n) {
      margin-right: 0px; }

  .home .portfolio-list .owl-nav .owl-prev:before {
    border-width: 18px 12px 18px 0;
    transform: translate(280%, -10%); }
  .home .portfolio-list .owl-nav .owl-next:before {
    border-width: 18px 0 18px 12px;
    transform: translate(60%, 10%); }

  .reverse {
    display: flex;
    flex-direction: column-reverse; }

  .about_us .header_bg, .page .header_bg {
    width: 80%; }
  .about_us .content-wrapper .header, .page .content-wrapper .header {
    padding: 0px 0px 50px; }
  .about_us .container.header-wrapper, .page .container.header-wrapper {
    padding: 0px 0px; }
  .about_us .container h1, .page .container h1 {
    font-size: 28px;
    line-height: 38px; }
  .about_us .container, .page .container {
    margin-top: 0px; }
    .about_us .container p, .page .container p {
      font-size: 16px;
      line-height: 22px; }
  .about_us .container .left, .about_us .container .right, .page .container .left, .page .container .right {
    width: 100%;
    margin: 0px; }
  .about_us .left .description, .page .left .description {
    margin-bottom: 0px; }
  .about_us form, .page form {
    margin-top: 20px; }

  .portfolio-page .portfolio .col-3, .portfolio-page .portfolio .col-9 {
    width: 100%;
    margin-right: 0px; }
  .portfolio-page .portfolio .category {
    margin-bottom: 20px; }
  .portfolio-page .portfolio-list .list {
    width: 49%;
    margin-right: 2%; }
    .portfolio-page .portfolio-list .list[class^="col-"] {
      margin-bottom: 5%; }
    .portfolio-page .portfolio-list .list h3 {
      font-size: 12px;
      line-height: 18px; }
    .portfolio-page .portfolio-list .list:nth-child(2n) {
      margin-right: 0px; }
    .portfolio-page .portfolio-list .list .logo {
      top: 8px;
      right: 47px;
      width: 52px; }
    .portfolio-page .portfolio-list .list:after {
      width: 130px;
      background-size: 130px 150px; }

  .portfolio-detail .portfolio-image {
    width: 100%;
    margin: 0px; }
    .portfolio-detail .portfolio-image img {
      width: 100%; }
  .portfolio-detail .description {
    width: 100%;
    margin-top: 20px; }
    .portfolio-detail .description h1 {
      font: 25px/32px "FuturaBold";
      margin: 0px 0px 30px; }
  .portfolio-detail .triangle {
    display: none; }

  .logo {
    margin-top: 40px;
    display: table; }
    .logo .call, .logo a {
      margin: 0px; }
    .logo .main-logo {
      float: left;
      text-align: left;
      display: table-header-group;
      width: 30%; }
      .logo .main-logo img {
        width: 95px; }
    .logo .call {
      float: right;
      display: table-footer-group;
      position: relative;
      top: 29px;
      width: 70%; }
    .logo .call a {
      width: 100%; }

  .floating-wpp {
    right: 5%; }

  footer {
    z-index: 1000;
    position: relative;
    background: white; }
    footer .left, footer .right {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    footer .contact span {
      margin-bottom: 2px;
      display: table;
      width: 100%; }
    footer .contact a {
      margin-left: 0px;
      margin-bottom: 5px;
      width: 100%;
      display: table; }
    footer .right {
      margin-bottom: 0px; }

  .products-page .products {
    margin-top: 25px; }
    .products-page .products .icon {
      max-width: 140px;
      margin: 0px; }
    .products-page .products .list {
      margin-bottom: 35px; }
    .products-page .products .list a {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      padding: 18px 15px;
      min-height: 99px; }
      .products-page .products .list a:nth-child(2n) {
        margin-right: 0px; }
      .products-page .products .list a h3 {
        font-size: 14px;
        line-height: 18px; }
      .products-page .products .list a p {
        font-size: 12px;
        line-height: 16px; }

  .product-details h1 {
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .product-details p {
    font-size: 15px;
    margin-top: 0px; }

  .product-details .products {
    margin-top: 25px; }
    .product-details .products .col-6 {
      width: 100%;
      margin: 0px 0px 35px; }
    .product-details .products .actions {
      width: 100%;
      margin-top: 0px; }
    .product-details .products h2 {
      font-size: 16px;
      line-height: 20px; }
    .product-details .products .desc p, .product-details .products table {
      margin-top: 5px; }
    .product-details .products .list {
      margin-bottom: 35px; }
    .product-details .products .desc, .product-details .products table td {
      font-size: 15px;
      line-height: 25px; }
    .product-details .products table td {
      padding: 5px 15px; }
    .product-details .products .actions a {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      padding: 15px;
      margin: 0px 0px 10px;
      font-size: 16px;
      box-sizing: border-box; }
      .product-details .products .actions a span {
        padding-left: 30px; }
      .product-details .products .actions a span:before {
        top: 3px;
        width: 22px;
        height: 22px;
        background-size: 22px 22px; }

  .product-details.vendors .greeting {
    margin-top: 0px; }
  .product-details.vendors .greeting img {
    max-width: 170px;
    width: 100%; }
  .product-details.vendors .products .col-6.full {
    width: 100%;
    margin: 0px 0px 20px;
    clear: both; }
  .product-details.vendors .products .col-6 {
    width: 100%;
    margin: 0 0 20px; }
  .product-details.vendors .products .col-6:nth-child(2n) {
    margin-right: 0; }
  .product-details.vendors .row.product a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 18px 15px;
    min-height: 99px; }
    .product-details.vendors .row.product a:nth-child(2n) {
      margin-right: 0px; }
    .product-details.vendors .row.product a h3 {
      font-size: 14px;
      line-height: 18px; }
    .product-details.vendors .row.product a p {
      font-size: 12px;
      line-height: 16px; }
  .product-details.vendors .content-block h2 {
    margin: 0px 0px 20px; }

  .portfolio-page .portfolio .portfolio-list h2 {
    font-size: 28px; } }

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