/*--------------------------------
Author By : Ega Aditya;
Product   : Outpost Interactive;
Create at : 2017;
----------------------------------*/

/*--IMPORT FONT FACE--*/
@font-face {
    font-family:"Gotham-Bold";
    src : url('../fonts/Gotham-Bold.otf')  format('opentype');
}

@font-face {
    font-family:"Gotham-XLight";
    src : url('../fonts/Gotham-XLight.otf')  format('opentype');
}

@font-face {
    font-family:"FontAwesome";
    src : url('../fonts/FontAwesome.otf')  format('opentype'),
    url('../fonts/FontAwesome.eot')  format('eot'),
    url('../fonts/FontAwesome.ttf')  format('truetype');
}

@font-face {
    font-family:"Gotham-Medium";
    src : url('../fonts/Gotham-Medium.otf')  format('opentype');
}

@font-face {
    font-family:"Gotham-Black";
    src : url('../fonts/Gotham-Black.otf')  format('opentype');
}

@font-face {
    font-family:"Gotham-Book";
    src : url('../fonts/Gotham-Book.otf')  format('opentype');
}

@font-face {
    font-family:"Gotham-Light";
    src : url('../fonts/Gotham-Light.otf')  format('opentype');
}

@font-face {
    font-family:"Gotham-XLightItalic";
    src : url('../fonts/Gotham-XLightItalic.otf')  format('opentype');
}

/*Scrollbar stylesheet*/
body::-webkit-scrollbar {
    width: 5px;
}

body.thin::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #008001;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4); 
}

body::-moz-scrollbar {
    width: 5px;
}

body.thin::-moz-scrollbar {
    width: 5px;
}

::-moz-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}

::-moz-scrollbar-thumb {
    border-radius: 10px;
    background: #008001;
}
::-moz-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4); 
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:   transparent;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
.form-control::-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #fff;
}

h1 {
  font-size: 36.4px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*margin: 0px;*/
}

h2 {
  font-size: 30px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*margin: 0px;*/
}

h3 {
  font-size: 23.8px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*margin: 0px;*/
}

h4 {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*margin: 0px;*/
}

h5 {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight:bold;
  /*margin: 0px;*/
}

h6 {
  font-size: 11.9px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*margin: 0px;*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}


body {
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
}

.custom-container-lg {
    width: 100%;
    padding: 0px 35px;
}

.custom-container-md {
    width: 1170px;
}

.custom-container-sm {
    width: 970px;
}

.custom-container-xs {
    width: 912px;
}

nav.nav-header {

}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

header {
    padding: 20px 0px 20px 0px;
}

.absolute-header {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    padding: 10px 0px;
}

.black-header {
    background: white;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    padding: 0px;
    border-bottom: 8px solid #e6030a;
}

header .img-logo img {
    width: 125px;
}

.nav-header {
    width: 100%;
    position: relative;
    top: 10px;
    padding: 8px 0px;
}

.nav-menu-list {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
}

.nav-menu-list li {
    display: inline-block;
    padding: 5px;
}

.nav-menu-list li a {
    color: #008001;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    font-family: Helvetica;
    transition: .2s ease-in-out;
}

.nav-menu-list li a.active{
    background: #008001;
    color: #fff;
    padding: 5px;
    font-family: Helvetica;
}

.nav-menu-list li a:hover{
    padding: 5px;
    /* color: #FFF; */
    font-family: Helvetica;
    opacity: 1;
}

.nav-menu-list li.dropdown {
    position: relative;
    display: inline-block;
}

.nav-menu-list li.dropdown:hover .dropdown-content {
    display: block;
}

.nav-menu-list li.dropdown .dropdown-content {
    min-width: 190px;
    background: #fff;
    padding: 0px;
    display: none;
    position: absolute;
    z-index: 9999;
    margin-top: 5px;
}

.nav-menu-list li.dropdown .dropdown-content li {
    display: block;
    border: none;
    padding: 10px 10px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

.nav-menu-list li.dropdown .dropdown-content li a:hover i{
    color: #008001;
    opacity: 1;
    transition: .3s ease-in-out;
}

.nav-menu-list li.dropdown .dropdown-content li a i {
    position: relative;
    left: 40px;
    top: 2px;
    font-size: 18px;
    opacity: 0;
}

/* Navigation Container */
.nav-menu-listv2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    border-top: 3px dotted #e6030a;
    border-bottom: 3px dotted #e6030a;
    background: #fff;
}

/* Menu Item */
.nav-menu-listv2 li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

/* Link */
.nav-menu-listv2 li a {
    display: block;
    color: #e6030a;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    padding: 8px 0;
    transition: color .25s ease, opacity .25s ease;
}

/* Hover */
.nav-menu-listv2 li a:hover {
    color: #A61E22;
    opacity: .85;
}

/* Active */
.nav-menu-listv2 li a.active {
    color: #A61E22;
}

/* Dropdown */
.nav-menu-listv2 li.dropdown {
    position: relative;
}

/* Dropdown Panel */
.nav-menu-listv2 li.dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    z-index: 999;
}

/* Show Dropdown */
.nav-menu-listv2 li.dropdown:hover .dropdown-content {
    display: block;
}

/* Dropdown Item */
.nav-menu-listv2 li.dropdown .dropdown-content li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
}

.nav-menu-listv2 li.dropdown .dropdown-content li:last-child {
    border-bottom: none;
}

/* Dropdown Link */
.nav-menu-listv2 li.dropdown .dropdown-content li a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: none;
}

.nav-menu-listv2 li.dropdown .dropdown-content li a:hover {
    background: #F8F8F8;
    color: #175B3A;
}

/* Arrow Icon */
.nav-menu-listv2 li.dropdown .dropdown-content li a i {
    float: right;
    opacity: .5;
    transition: .2s;
}

.nav-menu-listv2 li.dropdown .dropdown-content li a:hover i {
    opacity: 1;
    color: #175B3A;
}
.header-social-icon ul {
    list-style: none;
    padding: 0px;
}

.header-social-icon ul li {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.header-social-icon ul li:hover i{
    background: #008001;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}

.header-social-icon ul li i {
    font-size: 16px;
    color: #222;
    padding: 6px;
}

#form-search, #form-search-head-absolute {
    display: none;
}

.form-search {
    padding: 12px 0px;
}

.form-search input.search-input {
    font-family: Helvetica;
    font-size: 10px;
    font-style: italic;
    width: 85%;
    outline: none;
    background: transparent;
    border:0px;
    border-bottom: 1px solid #333;
}

.form-search i {
    color: #008001;
    font-size: 18px;
}

.download-catalogue {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #008001;
    z-index: 9999;
    color: #fff;
    font-family: Helvetica;
    top: 30%;
    right: 0px;
    border: 1px solid transparent;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.download-catalogue:hover {
    color: #008001;
    background: #fff;
    border: 1px solid #008001;
}

.download-catalogue i {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-banner {
    display: block;
    width: 100%;
    height: 725px;
    overflow:hidden;
}

.slick-dots {
    position: relative;
    bottom: 25%;
    margin: 0px;
}

.slick-dots li.slick-active button:before {
    color: #008001;
}

.slick-slider {
    margin-bottom: 0px;
}

.banner-content {
    padding: 5px;
}

.banner-content a {
    text-decoration: none;
    color: inherit;
}

.banner-content .img-banner img{
    width: 100%;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.banner-content .img-banner img:hover {
    opacity: 0.8;
    transition: .5s ease-in-out;
}

.banner-description {
    background: #fff;
    text-align: center;
    position: relative;
    top: -30px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.banner-title {
    font-family: 'Gotham-Black', Arial;
    font-size: 14px;
}

.banner-subtitle {
    font-family: Helvetica;
    font-size: 10px;
    color: #898989;
}

.video-wrapper {
    /*padding: 20px;*/
}

.video-wrapper iframe {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.video-description {
    text-align: center;
    position: absolute;
    padding: 45px 35px;
    left: -18%;
    bottom: 15%;
    background: #fff;
}

.video-title h3{
    margin: 20px auto 0px auto;
    font-family: Helvetica;
    width: 70%;
    line-height: 1em;
}

.video-subtitle {
    font-family: Helvetica;
    font-size: 12px;
    color: #898989;
}

span.small-border {
    border: 1px solid #008001;
    width: 15%;
    display: inline-block;
}

.btn-custom {
    padding: 10px;
    background: #008001;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    font-size: 12px;
    font-family: Helvetica;
    transition: .3s ease-in-out;
}

.btn-custom:hover {
    color: inherit;
}

.title h3{
    margin: 0px;
    font-family: Helvetica;
    text-align: center;
}

.title-section {
    text-align: center;
    padding: 25px 0px;
}

.title-section .title h4 {
    font-size: 30px;
}

.title-section span.small-border {
    width: 5%;
    position: relative;
    bottom: 10px;
}

.subtitle {
    font-family: Helvetica;
    font-size: 10px;
    color: #898989;
}

.testimonial-content {
    text-align: center;
}

.testimonial-fill .description {
    padding: 20px 15px;
    font-family: 'Gotham-XLightItalic', Arial;
    font-size: 14px;
}

.testimonial-fill span {
    color: #008001;
    font-family: Helvetica;
    font-size: 9px;
    text-transform: uppercase;
}


.testimonial-detail {
    text-align: center;
}

.testimonial-detail .description {
    padding: 50px 0px 20px 0px;
    font-family: 'Gotham-XLightItalic', Arial;
    font-size: 22px;
}

.testimonial-detail span {
    color: #008001;
    font-family: Helvetica;
    text-transform: uppercase;
}

#testimonial-carousel {
    border: none;
}

#testimonial-carousel .slick-dots {
    top: 80px;
    position: relative;
}

.testimonial-list {
    padding: 50px 0px 0px 0px;
}

.testimonial-list-content .description{
    font-family: 'Gotham-XLight', Arial;
    text-align: left;
    padding: 45px 35px 25px 0px;
}

.testimonial-list-content span {
    color: #008001;
    font-family: Helvetica;
    text-transform: uppercase;
}

section.page-section {
    padding: 20px 0px;
}

.instagram-content iframe {
    width: 100% !important;
    height: auto !important;
}

iframe > .wrapper > .image-wrapper > .image-box {
    width: 18.9% !important;
}

.instagram-content ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.instagram-content ul li {
    display: inline-block;
    width: 150px;
    padding-right: 5px;
}

.instagram-content ul li img {
    width: 100%;
}

.instagram-account {
    text-align: center;
}

.instagram-account .account-name {
    font-family: 'Gotham-Bold',Arial;
    font-size: 40px;
    margin-top: 25px;
}

.brand-content ul {
    list-style: none;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.brand-content ul li {
    display: inline-block;
    /*width: 140px;*/
    padding: 0px 10px;
}

.brand-content ul li img {
    width: 100%;
}

#brand-carousel .slick-dots {
    top: 20px;
}

footer {
    background: #f6f6f6;
    margin-top: 50px;
}

.footer-subscribe {
    text-align: center;
    background: #008001;
    padding: 15px;
}

.subscribe-wrapper {
    margin: 0 auto;
}

.subscribe-wrapper h5{
    color: #fff;
}

.subscribe-form input.subscribe-input{
    background: transparent;
    outline: none;
    width: 75%;
    border:0px;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.subscribe-input::-webkit-input-placeholder {
   color: #fff;
}
.subscribe-input::-moz-input-placeholder {
   color: #fff;
}
.subscribe-input::-o-input-placeholder {
   color: #fff;
}

.btn-black {
    background: #222 ;
    color: #fff;
    font-family: 'Gotham-Bold',Arial;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    transition: .5s ease-in-out;
}

.btn-black:hover {
    color: #008001;
}

.footer-content {
    padding: 40px 0px 30px 0px;
}

.footer-title {
    font-family: 'Gotham-Bold',Arial;
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-content .info-contact {
    color: #898989;
    font-size: 12px;
    font-family: 'Gotham-Book' ,Arial;
}

.footer-list-menu {
    list-style: none;
    padding: 0px;
}

.footer-list-menu li {
    display: block;
    padding-bottom: 5px;
}

.footer-list-menu li a {
    text-decoration: none;
    color: #898989;
    font-family: Helvetica;
    text-transform: uppercase;
    font-size: 11px;
    transition: .2s ease-in-out;
}

.footer-list-menu li a:hover {
    color: #008001;
}

.footer-social-icon ul {
    list-style: none;
    padding: 0px;
}

.footer-social-icon ul li {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.footer-social-icon ul li:hover i{
    background: #008001;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}

.footer-social-icon ul li i {
    font-size: 16px;
    color: #222;
    padding: 6px;
}

.footer-copyright {
    text-align: center;
    text-transform: uppercase;
    color: #898989;
    font-size: 9px;
    margin-top: 60px;
}

.footer-copyright a{
    color: #333;
    transition: .3s ease-in-out;
}

.footer-copyright a:hover {
    color: #008001;
}

.product-content {
    text-align: center;
    padding: 30px;
}

.filter-product {
    display: none;
}

.img-product img{
    width: 100%;
    transition: .3s ease-in-out;
}

.img-product img:hover {
    opacity: 0.8;
}

.product-content .product-title {
    font-family: Helvetica;
    text-transform: lowercase;
}

.product-content .subtitle {
    font-style: italic;
}

.pagination {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.pagination ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    padding: 0px 10px;
}

.pagination ul li a {
    text-decoration: none;
    color: #898989;
    font-family: Helvetica;
}

.pagination ul li a.active {
    color: #008001;
    font-family: Helvetica;
}

.product-detail-content .link-back {
    color: #898989;
    font-family: 'Gotham-Book',Arial;
    font-size: 13px;
    text-decoration: none;
}

.product-detail-description {
    padding: 0px 25px;
}

.product-detail-description .title {
    font-family: Helvetica;
    font-size: 26px;
    padding-top: 20px;
}

.product-detail-description .project-list {
    padding-bottom: 15px;
}

.nav-tabs{
    border: none;
    padding: 20px 0px;
}

.nav-tabs ul{
    padding: 0px;
    list-style: none;;
}

.nav-product .nav-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.nav-project .nav-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.nav-list li {
    display: inline-block;
    padding: 10px;
    background: #d9d9d9;
    color: #898989;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    transition: .3s ease-in-out;
    font-family: Helvetica;
}

.nav-list li.active, .nav-list li:hover {
    background: #008001;
    color: #fff;
}

li.nav-menu-item a {
    padding: 15px;
    text-decoration: none;
}

li.nav-menu-item.active a {
    color: #fff;
    text-decoration: none;
}

.nav-open-icon {
    display: none;
}

.product-detail-content .tab-content h5 {
    margin-bottom: 15px;
    color: #008001;
}

.product-detail-content .tab-content p {
    color: #898989;
    font-family: 'Gotham-Light', Arial;
    font-size: 11px;
}

.product-detail-content .tab-content label {
    color: #333;
    font-family: Helvetica;
}

.product-video iframe {
    width: 100%;
    height: 300px;
}

.share-icon ul {
    list-style: none;
    padding: 0px;
}

.share-icon ul label {
    margin-right: 10px;
}

.share-icon ul li {
    display: inline-block;
    padding: 0px 5px;
}

.share-icon ul li i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #d9d9d9;
    color: #fff;
    border-radius: 100%;
    padding: 7px;
    transition: .3s ease-in-out;
}

.share-icon ul li:hover i{
    background: #008001;
    color: #fff;
}

.img-product-large {
    margin: 25px auto;
    width: 500px;
}

.img-product-large img{
    width: 100%;
}

.img-product-thumbnail {
    padding: 20px 0px;
    text-align: center;
}

.img-product-thumbnail ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.img-product-thumbnail ul li {
    display: inline-block;
    width: 100px;
    margin: 10px;
    border-bottom: 5px solid transparent;
    transition: .3s ease-in-out;
}

.img-product-thumbnail ul li:hover, .img-product-thumbnail ul li.active{
    border-bottom: 5px solid #008001;
}

.img-product-thumbnail ul li img {
    width: 100%;
}

.button-carousel i {
    font-size: 16px;
    color: #333;
}

.prev-button {
    position: absolute;
    left: 0;
    top: 84%;
}

.next-button {
    position: absolute;
    right: 0;
    top: 84%;
}

.footer-open-icon {
    display: none;
}

.img-project-carousel {
    padding-bottom: 10px;
    display: block;
}

.img-project-carousel .slick-dots {
    position: absolute;
    top: 21%;
    right: 15px;
    width: 0px;
}

.img-project-carousel .slick-dots li {
    display: block;
    margin: 5px;
}

.img-news {
    /*height: 500px;*/
    /*overflow-y: hidden;*/
}

.img-news img {
    width: 100%;
}

.news-content {
    padding-top: 45px;
}

.img-news-list img {
    width: 100%;
}

.img-news-list {
    opacity: 1;
    transition: .5s ease-in-out;
}

.img-news-list:hover {
    opacity: 0.8;
}

.pagedetail-date {
    float: right;
    color: #008001;
    font-family: Helvetica;
    font-size: 12px;
    position: relative;
    top: 10px;
}

.pagedetail-title .title{
    width: 70%;
    line-height: 1.2em;
    font-size: 26px;
    margin-top: 15px;
    color: #222;
    font-family: Helvetica;
}

span.pagedetail-title-bordered {
    border: 2px solid #008001;
    width: 20%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pagedetail-description {
    font-family: 'Gotham-Light', Arial;
    color: #898989;
    font-size: 13px;
}

.date-news {
    float: right;
    color: #e6030a;
    font-family: Helvetica;
    font-size: 12px;
    position: relative;
    top: 25px;
}

.title-news h3 {
    width: 70%;
    color: #e6030a; 
    line-height: 1.4em;
}

span.title-news-bordered {
    border: 2px solid #e6030a;
    width: 20%;
    display: inline-block;
    margin-bottom: 30px;
}

.news-short-description {
    font-family: 'Gotham-Light', Arial;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 20px 0px;
}

.news-detail-description {
    font-family: 'Gotham-Light', Arial;
    font-size: 14px;
    color: #000;
    padding: 25px 0px;
}

.news-content .date {
    color: #000;
    font-size: 12px;
    padding-top: 20px;
    font-family: Helvetica;
}

.news-content .btn-custom {
    margin-top: 35px;
}

.news-section .pagination {
    padding-top: 45px;
}

/*
|=======================
|     Project pages
|=======================
*/

.project-barrier {
    margin: 15px 0px;
}

.listproject-button-carousel {
    display: none;
}

.category-project-title, .red-box-title {
    background: #008001;
    padding: 20px;
    /*height: 331px;*/
}

.category-project-title .big-title {
    color: #fff;
    font-family: Helvetica;
    margin-top: 194px;
    font-size: 40px;
}

.category-project-title .small-breadcrumb, .red-box-title .small-breadcrumb {
    font-family: 'Gotham-Medium', Arial;
    color: #333;
    font-size: 14px;
}

.category-project-title .small-breadcrumb span,  .red-box-title .small-breadcrumb span{
    display: block;
    color: #fff;
    font-family: 'Gotham-Medium', Arial;
    font-size: 14px;
}

.red-box-title i {
    display: block;
    font-size: 14px;
}

.red-box-title .link-wrapper {
    margin-top: 120px;
}

.link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.img-project {
    /*height: 250px;*/
    overflow: hidden;
}

.img-project img {
    transition: .3s ease-in-out;
    width: 100%;
}

.project-content {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.project-content .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 6.75em;
    background: #008001;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.project-content img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.project-content:hover img {
    -webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}

.project-content h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    width: 20%;
    float: left;
    margin: 0px;
    display: inline-block;
}

.project-content a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}
.project-content a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.project-content p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

.project-content:hover p.icon-links a:hover,
.project-content:hover p.icon-links a:focus {
    color: #252d31;
}

.project-content h2,
.project-content p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

.project-content p.icon-links a span:before {
    display: inline-block;
    padding: 20px 10px;
    color: #222;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.project-content:hover .overlay,
.project-content:hover h2,
.project-content:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.project-content:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.project-content:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project-content:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.project-content:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*
|==========================
| Project Details
|==========================
*/

.project-detail-paginate {
    position: absolute;
    bottom: -200px;
    font-size: 20px;
}

.project-detail-paginate ul {
    list-style: none;
    padding: 0px;
}

.project-detail-paginate ul li {
    display: inline-block;
}

.project-detail-paginate span {
    font-family: 'Gotham-Light', Arial;
    display: block;
}

.project-detail-paginate .button-prev:before {
    color: #008001;
    font-size: 24px;
    display: inline-block;
    content: "\f177";
    font-family: 'FontAwesome';
}

.project-detail-paginate .button-next:before {
    color: #008001;
    font-size: 24px;
    content: "\f178";
    display: inline-block;
    font-family: 'FontAwesome';
}

.main-store-section {
    padding: 25px 15px;

}

.list-store-section {
    padding: 0px 15px;
}

.store-list-content:first-child {
    padding-left: 0px;
    padding-right: 10px;
}

.store-list-content:last-child {
    /*padding-right: 0px;*/
    /*padding-left: 10px;*/
    padding-right: 10px;
    padding-left: 0px;
}

.store-list-content {
    padding: 0px 5px;
}

.content-wrapper {
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    top: 15%;
    right: 0;
}

.img-stores img{
    width: 100%;
    padding-bottom: 15px;
}

.content-wrapper .name-store, .store-list-content .name-store {
    font-family: Helvetica;
    font-size: 20px;
    padding-bottom: 15px;
}

.content-wrapper .info-store, .store-list-content .info-store {
    font-family: 'Gotham-Light', Arial;
    font-size: 12px;
    color: #898989;
    padding-bottom: 25px;
}

.store-list-content .btn-custom {
    right: 15px;
    bottom: 30px;
    position: absolute;
}

.img-head-about {
    padding: 0px;
}

.img-head-about img {
    width: 100%;
}

.about-content .title {
    font-family: Helvetica;
    padding-bottom: 5px;
}

.about-content p {
    font-family: 'Gotham-Light', Arial;
    color: #898989;
}

.img-head-contact {
    padding: 0px;
}

.img-head-contact img {
    width: 100%;
}

.info-description span{
    color:#008001;
    margin-bottom: 15px;
    font-family: 'Gotham-Medium', Arial;
}

.info-description .info-address {
    padding-right: 60px;
}

.info-description p {
    font-family: 'Gotham-Light', Arial;
}

.map-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-message span {
    color: #ccc;
    font-family: 'Gotham-Medium', Arial;

}

.form-message form {
    padding-top: 20px;
}

input.form-control {
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    border-radius: 0px;
    box-shadow: none !important;
    border:none;
    border-bottom: 1px solid #ccc;
    height: 20px;
    padding: 15px 10px;
    font-family: 'Gotham-Light', Arial;
    /*margin:15px 0px;*/
    margin-bottom: 15px;
}

textarea.form-control {
    border:1px solid #ccc;
    border-radius: 0px;
    margin-top: 15px;
}

.nav-static-page .title {
    padding: 20px 0px;
    font-family: Helvetica;
}

.nav-static-page .description p {
    font-family: 'Gotham-Light', Arial;
}

#loadingGif {
    text-align: center;
    margin: 0;
}
#loadingGif i{
    color: #008001;
    font-size: 30px;
}

#loadingGif span {
    color: #008001;
    display: block;
    font-style: italic;
}

.table-currency{
    table-layout: auto;
    width: 940px;
}

.table-currency img{
    max-width: 30px;
}

/*
|===========================================
|
    This parts for media responsive
|
|===========================================
*/

@media (min-width: 2000) {
    .category-project-title {
        height: 543px;
    }
}

@media (max-width: 1920px) and (min-width: 1601px){
    body::-webkit-scrollbar {
        width: 10px;
    }

    body.thin::-webkit-scrollbar {
        width: 10px;
    }

    body {
        font-size: 14px;
    }

    .slider-banner {
        height: 880px;
    }

    .slick-dots {
        position: relative;
        /*bottom: 100px;*/
        margin: 0px;
    }

    .banner-title, .product-title {
        font-size: 20px;
    }

    p, span, .subtitle, .banner-subtitle {
        font-size: 12.5px !important; 
    }

    .custom-container-lg {
        width: 100%;
        padding: 0px 35px;
    }

    .custom-container-md {
        width: 1400px;
    }

    .testimonial-fill .description {
        padding: 30px 15px 20px 15px;
        font-family: 'Gotham-XLightItalic', Arial;
        font-size: 22px;
    }

    #testimonial-carousel .slick-dots {
        top: 140px;
        position: relative;
    }

    span.number-paginate {
        font-size: 20px !important;
    }

    .testimonial-detail .description {
        padding: 130px 0px 20px 0px;
        font-family: 'Gotham-XLightItalic', Arial;
        font-size: 22px;
    }

    .custom-container-sm {
        width: 1340px;
    }

    .custom-container-xs {
        width: 912px;
    }

    .category-project-title {
        height: 443px;
    }

    .img-project {
        /*height: 375px;*/
    }

    .category-project-title .big-title {
        margin-top: 0px;
        position: absolute;
        bottom: 25px;
    }

    .video-wrapper iframe {
        height: 450px;
    }

    #brand-carousel .slick-dots {
        bottom: -5px;
    }

    #testimonial-carousel .slick-dots {
        top: 95px;
        position: relative;
    }

    .project-detail-paginate {
        position: absolute;
        bottom: -370px;
        font-size: 20px;
    }
    .table-currency{
      table-layout: auto;
      width: 940px;
    }
    .table-currency img{
        max-width: 30px;
    }
}

@media (max-width: 1280px) and (min-width: 1202px){ 
    .custom-container-lg {
        width: 100%;
        padding: 0px 35px;
    }
    .table-currency {
      table-layout: auto;
      width: 180px;
    }

}

@media (min-width: 992px) and (max-width: 1201px){ 
    .container {
        width: 100%;
    }

    .nav-menu-list li {
        padding:15px 5px;
    }

}

@media all and (max-width: 991px) {
    .table-currency {
    font-size: 9px;
    width: calc(100vh - 991px);
}
    body {
        overflow-x: hidden;
    }

    #toggle-menu {
        z-index: 1;
    }

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        margin-top:15px;
        height: 2px;
        width: 25px;
        background: #008001;
        position: absolute;
        display: block;
        content: '';
    }

    .nav-toggle span:before {
        top: -22px;
    }
    .nav-toggle span:after {
        bottom: -7px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        transition: all 500ms ease-in-out;
    }
    .nav-toggle.active span {
        background-color: transparent;
        position: absolute;
        z-index:9999;
    }
    .nav-toggle.active span:before, .nav-toggle.active span:after {
        top: -15px;
        background-color: #000;
    }
    .nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    .nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
/*
    #nav-toggle-open {
        width:100%!important;
        margin:0!important;
        position: absolute;
        z-index: 999999;
        padding: 15px;
        background: rgba(254,254,254,0.9);
        text-align: left;
        letter-spacing: 1px;
        font-size: 12px;
        top:10px;
        left:-105%;
    }

    #nav-toggle-open > li {
        padding: 10px;
        display: block;
        border-bottom: 1px solid #e2e2e2;
    }

    #nav-toggle-open > li:last-child { 
        border-bottom: none;
    }

    #nav-toggle-open > li > ul {
        padding: 10px 20px 0 20px;
        position: relative;
        background: transparent;
        top: 5px;
        border-top: none;
        margin-left: 5px;
    }
    
    #nav-toggle-open > li > .nav-open-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 12pt;
        transition:all 0.4s;
    }

    #nav-toggle-open > li > .nav-open-icon.active{
        transform:rotate(90deg);
    }

    #nav-toggle-open > li > ul > li {
        padding-bottom: 10px;
    } */

    #form-search-head-absolute {
        position: relative;
        width: 100%;
        z-index:99;
        top: 70px;
        padding:15px 0px;
        border-top: 1px solid #008001;
        background: #f5f5f5;
        display: none;
    }

    #form-search {
        position: relative;
        width: 100%;
        z-index:99;
        padding:15px 0px;
        border-top: 1px solid #008001;
        background: #f5f5f5;
        display: none;
    }

    #form-search input, #form-search-head-absolute input {
        width: 100%;
        color:#360900;
        background: #fff;
        padding: 11px 0 11px 55px;
        border-radius: 5px;
        height: 40px;
        opacity: 0.3;
        box-shadow: none;
        transition: .4s ease-in-out;
    }

    #form-search input:focus, #form-search-head-absolute input:focus {
        opacity: 1;
        box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
        transition: .4s ease-in-out;
    }

    #form-search i, #form-search-head-absolute i {
        position: absolute;
        z-index: 1;
        padding: 7px;
        margin-left: 5px;
        font-size: 24px;
    }

    #form-search button:hover, #form-search-head-absolute button:hover {
        background: #360900;
        color: #fff;
        transition: .5s ease-in-out;
    }

    header.absolute-header {
        padding: 15px 0px;
    }

    header {
        position: relative;
        margin: 0px;
        padding: 15px 0px;
        /*border-bottom: 1px solid #008001;*/
    }

    header .img-logo img {
        padding-left: 15px;
    }

    .download-catalogue {
        width: 45px;
        height: 45px;
        top: 80px;
        z-index: 99;
    }

    .download-catalogue i {
        font-size: 20px;
    }
    .download-catalogue .title{
        display: none;
    }

    .nav-header {
        padding: 0px;
    }

    .img-logo {
        padding: 0px;
    }

    .menu-right {
        right: 0;
        position: absolute;
    }

    .form-search {
        padding: 6px 0px;
        margin-left:40px;
    }

    .form-search input.search-input{
        display: none;
    }

    .form-search i {
        color: #008001;
        font-size: 20px;
    }

    .slider-banner {
        /* height: 100%; */
        margin-bottom:-25px;
    }

    #slideshow .slick-dots {
        bottom: 0px;
        top: -30px;
    }

    section.page-section {
        padding: 15px 0px 5px 0px;
    }

    .banner-content {
        padding: 0px;
        display: block;
    }

    .banner-description {
        width: 65%;
    }

    .video-description {
        position: relative;
        left: 0px;
        width: 75%;
        padding: 20px;
        margin: 0 auto;
        top: -85px;
    }

    .video-title h3 {
        width: 100%;
    }

    .testimonial-content {
        margin-top: -50px;
        padding-bottom: 45px;
    }

    .testimonial-detail .description {
        padding-top: 30px;
    }

    #testimonial-carousel .slick-dots {
        position: relative;
        top: 30px;
    }

    .instagram-account {
        padding: 15px;
    }

    .custom-container-lg {
        padding: 0px 15px;
        width: 100%;
    }

    .custom-container-md {
        width: 100%;
        padding: 0px 15px;
    }

    .custom-container-sm {
        width: 100%;
        padding: 0px 15px;
    }

    .custom-container-xs {
       width: 100%;   
       padding: 0px 15px;
   }

   .filter-product {
    display: block;
}


footer {
    margin-top:20px;
}

.subscribe-form {
    padding-top: 15px;
}

.subscribe-form input.subscribe-input {
    width: 100%;
}

.subscribe-form .btn-black {
    width: 100%;
    margin-top: 15px;
}


.footer-collapse:hover{
    cursor: pointer;
}

.footer-list-menu {
    display: none;
}

.footer-title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

.footer-content .info-contact {
    padding-bottom: 15px;
}

.footer-open-icon{
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12pt;
    transition:all 0.4s;
}

.footer-open-icon.active{
    transform:rotate(90deg);
}

.filter-product {
    padding: 0px;
}

.first-collapse {
    background: #008001;
    padding: 0px 10px;
}

.filter-title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.filter-parent-list-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: none;
    padding: 15px 10px;
    list-style: none;
    background: rgba(254,254,254, 0.8);
}

.filter-parent-list-menu li {
    padding: 10px 0px;
}

.filter-child-list-menu { 
    display: none;
    list-style: none;
    margin-top: 15px;
    padding: 15px 0px;
    border-top:1px solid #ccc;
}

.filter-child-list-menu li {
    font-family: Helvetica;
}

.filter-child-list-menu li a.active {
    color: #008001;
    font-family: Helvetica;
}

.filter-open-icon {
   display: block;
   position: absolute;
   right: 20px;
   color: #fff;
   top: 10px;
   font-size: 12pt;
   transition:all 0.4s;   
}

.filter-open-icon.active {
    transform:rotate(90deg);
}

.filter-child-open-icon {
   display: block;
   position: relative;
   float: right;
   top: -5px;
   font-size: 12pt;
   transition:all 0.4s;   
}

.filter-child-open-icon.active {
    transform:rotate(90deg);
}

.img-project-carousel {
    display: none;
}

.project-list {
    padding-bottom: 10px;
}

.img-project {
    height: 100%;
}
.listproject-button-carousel {
    display: block;
}

.listproject-prev-button {
    position: absolute;
    left: 5px;
    top: 35%;
}

.listproject-next-button {
    position: absolute;
    right: 5px;
    top: 35%;
}

li.nav-menu-item a {
    padding: 0px;
}


.nav-list {
    text-align: center;
}

.nav-product{
    border: none;
    text-align: left;
}

.nav-project {
    border: none;
    padding: 10px 20px;   
    text-align: center;
}

.nav-product .nav-list li {
    margin:0px;
    min-width: 50px;
    font-size: 8px;
    padding: 7px 10px;
}

.nav-project .nav-list li {
    margin:0px 5px;
    min-width: 50px;
    font-size: 8px;
    padding: 5px 5px;
}


.project-content { 
    float: none;
}

.project-content .overlay {
    position: relative;
    top: -69px;
    height: 5.75em;
}

.project-content img {
    transition: none;
}

.project-content:hover img {
    transform: none;
}

.project-content h2 {
    width: auto;
    text-align: left;
}

.project-content h2,
.project-content p.icon-links a {
    transition: none;
    transform: none;
}

.project-content:hover .overlay,
.project-content:hover h2,
.project-content:hover p.icon-links a {
    transform: none;
}

.project-content p.icon-links a span:before {
    padding: 11px 10px;
    font-size: 20px;
}

.project-detail-content {
    padding: 0px 20px;
}

.project-detail-paginate {
    position: absolute;
    top: auto;
    z-index: 9999;
    width: 100%;
}

.project-detail-paginate span {
    display: none;
}

.project-detail-paginate .button-prev:before {
    position: absolute;
    top: 100px;
    left: 15px;
    font-size: 35px;
    content: "\f104";
    font-family: 'FontAwesome';
}

.project-detail-paginate .button-next:before {
    position: absolute;
    top: 100px;
    content: "\f105";
    font-size: 35px;
    right: 15px;
    font-family: 'FontAwesome';
}

.img-product-large {
    width: 100%;
}

.product-detail-description {
    padding: 0px;
}


.img-testimonial {
    padding: 0px;
}

.testimonial-large {
    padding: 0px 0px 35px 0px;
    border-bottom: 1px solid #ccc;
}

.testimonial-list {
    padding: 0px;
}

.store-list-content {
    padding: 15px;
}

.content-wrapper {
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 99;
    top: 15%;
    right: 0;
}

.store-list-content .btn-custom {
    position: relative;
    bottom: 0px;
    right: 0px;
}

.about-content {
    padding: 0px 25px;
}

.contact-content .info-description {
    padding-bottom: 20px;
}

.form-message span {
    display: none;
}

.title-news h3 {
    font-size: 16px;
}

.subscribe-input::-webkit-input-placeholder {
   color: #fff;
   text-align: center;
}

input.form-control {
    border: 1px solid #ccc;
    height: 44px;
    font-family: Helvetica;
    padding: 10px;
    font-size: 11px;
}

textarea.form-control {
 font-family: Helvetica;
 padding: 10px;
 font-size: 11px; 
}
}

@media all and (max-width: 480px) { 

    .header-social-icon{
        display: none;
    }

    .share-icon ul li {
        padding: 0px 2px;
    }

    .listproject-prev-button {
        top: 27%;
    }

    .listproject-next-button {
        top: 27%;
    }

    .news-section .pagination {
        font-size: 10px;
        margin: 0px;

    }

    .product-content {
        padding: 30px 15px;
    }
    .table-currency {
        font-size: 9px;
        width: calc(100vh - 480px);
    }
    .table-currency img{
        max-width: 15px;
        height: 10px;
    }
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #11482E; /* Full-width background color */
}

.customer-container-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full-page height */
}

.social-media-list ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-media-list li {
    flex: 0 0 calc(25% - 9px); /* Four equal parts */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.social-media-list li:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 60%; /* Adjust height for separator */
    background: #fff;
    position: absolute;
    right: -4.5px;
}

.social-media-list a {
    display: block;
    text-align: center;
}

.social-media-list img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Additional responsive adjustments for duasisimoneychanger.co.id */

@media only screen and (max-width: 768px) {
  .custom-container-md,
  .custom-container-sm,
  .custom-container-xs,
  .custom-container-lg {
    width: 100%;
    padding: 0 10px;
  }

  .nav-menu-list,
  .nav-menu-listv2 {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .nav-menu-list li,
  .nav-menu-listv2 li {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .slider-banner {
    height: auto;
    overflow: hidden;
  }

  .video-wrapper iframe,
  .product-video iframe {
    height: 200px;
  }

  .testimonial-detail .description,
  .testimonial-fill .description {
    padding: 20px 10px;
    font-size: 16px;
  }

  .footer-content {
    padding: 20px 10px;
  }

  .footer-subscribe,
  .subscribe-wrapper {
    padding: 10px;
  }

  .subscribe-form input.subscribe-input,
  .subscribe-form .btn-black {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-copyright {
    font-size: 10px;
  }

  .product-detail-description {
    padding: 10px;
  }

  .nav-list li {
    font-size: 12px;
    padding: 8px;
  }

  .project-content .overlay {
    height: auto;
    padding: 10px;
  }

  .project-content h2 {
    font-size: 14px;
  }

  .img-product-large {
    width: 100%;
  }

  .news-content {
    padding: 20px 10px;
  }

  .news-section .pagination {
    font-size: 12px;
  }

  .store-list-content,
  .content-wrapper {
    padding: 10px;
  }

  input.form-control,
  textarea.form-control {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: calc(100% - 10%);
  }

  .nav-header,
  header.absolute-header,
  header.black-header {
    padding: 10px;
  }

  .video-description,
  .banner-description {
    width: 90%;
    padding: 10px;
  }

  .img-product-thumbnail ul li,
  .img-product-thumbnail ul li img {
    width: 60px;
  }

  .table-currency {
    font-size: 10px;
    overflow-x: auto;
    width: 100%;
  }


  .pagination ul li {
    padding: 0 5px;
  }

  .share-icon ul li i {
    font-size: 14px;
    padding: 5px;
  }

  .footer-social-icon ul li,
  .header-social-icon ul li {
    width: 25px;
    height: 25px;
  }

  .footer-social-icon ul li i,
  .header-social-icon ul li i {
    font-size: 14px;
    padding: 5px;
  }
}
