@charset "utf-8";
::selection{
    background-color: #a8cf45;
    color: #fff;
}
html, body {
    height: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #211f20;
}
h1{
    font-size: 60px;
    font-weight: 900;
    line-height: 83px;
}
h2{
    font-size: 37px;
    font-weight: 700;
}
h3{
    font-size: 30px;
    font-weight: 700;
}
h4{
    font-size: 25px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 700;
}
h6{
    font-size: 18px;
    font-weight: 900;
}
img{
    max-width: 100%;
}
p{
    font-size: 17px;
    line-height: 29px;
    color: #4f4f4f;
    font-weight: 300;
}
ul, ol, li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #0b2835;
    font-weight: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.smooth, .goldlaminate-logo img{
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.section-padding{
    padding: 50px 0;
}

/* Header */
header{
    padding: 0 115px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px rgba(204,231,212,0.18) solid;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
header.sticky{
    background-color: #211f20;
    position: fixed;
    border: 0;
}
.sticky .goldlaminate-logo img{
    max-width: 120px;
}
/* Nav */
.goldlaminate-nav .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    margin: 0 24px;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    color: #f8ffe5;
    white-space: nowrap;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.sticky .goldlaminate-nav .navbar .navbar-nav .nav-item .nav-link{
    padding: 20px 0;
}
.goldlaminate-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.goldlaminate-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.goldlaminate-nav .navbar .navbar-nav .nav-item.active .nav-link{
    color: #a8cf45;
}
.goldlaminate-login .laminate-btn{
    white-space: nowrap;
}

/* Dropdown */

.goldlaminate-nav .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    left: initial;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    min-width: 400px;
    border-radius: 0px 0px 3px 3px;
    padding: 15px;
    overflow: hidden;
}

.dropdown-item img {
    width: 140px;
}

.dropdown-item h6 {
    margin-top: 15px;
    font-weight: 500;
}

.dropdown-item {
    width: 50%;
    padding:  15px 20px;
    transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
}

.goldlaminate-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
}
.goldlaminate-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
}

.goldlaminate-nav .navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.goldlaminate-nav .navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.sticky .zestilla-nav .navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.sticky .zestilla-nav .navbar .navbar-nav .dropdown-menu .dropdown-item:focus{
    color: #fff;
    background-color: #ececec;
}

/* Cart */
.goldlaminate-cart{
    margin: 0 30px 0 15px;
}
.goldlaminate-cart .badge {
    width: 15px;
    padding: 0;
    height: 15px;
    background-color: #a8cf45;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -9px;
    top: -9px;
}
/* goldlaminate slider */
.banner-slide-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.goldlaminate-slides .carousel-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.75);
    background-blend-mode: color-dodge;
    position: relative;
}
.goldlaminate-slide-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 130px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    z-index: 1;
}
.goldlaminate-slide-text h1{
    color: #f8ffe5;
}
.goldlaminate-slide-text p{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    width: 100%;
    max-width: 945px;
    margin: 15px auto;
}
.banner-action{
    margin-top: 25px;
}
.goldlaminate-slides .carousel-indicators{
    bottom: 60px;
}
.goldlaminate-slides .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px #a8cf45 solid;
    border-radius: 50px;
    opacity: 1;
    position: relative;
    margin: 0 3px;
}
.goldlaminate-slides .carousel-indicators li::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #a8cf45;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.goldlaminate-slides .carousel-indicators li.active::before{
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.slide-down-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    height: 36px;
    background-image: url(../images/scroll-down.png);
    background-repeat: no-repeat;
    background-position: center calc(100% + 2px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.block-for-mobile{
    display: none;
}

/* theme Btn */

.btn.laminate-btn{
    border: 2px solid #8fb924;
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 0 32px;
    height: 48px;
    color: #8fb924;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.btn.laminate-btn:hover,
.btn.laminate-btn:focus {
    border: 2px solid #8fb924;
    background-color: #8fb924;
    color: #fff;
    box-shadow: none;
}

.btn.dark-gray{
    border: 2px solid #211f20;
    color: #211f20;
    background-color: transparent;
}

.btn.dark-gray:hover,
.btn.dark-gray:focus {
    color: #fff;
    box-shadow: none;
    border: 2px solid #211f20;
    background-color: #211f20;
}

.btn.laminate-btn span{
    display: inline-block;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-hover:hover span:nth-child(1){
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.btn.btn-hover:hover span:nth-child(2){
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.btn.btn-hover:hover span:nth-child(3){
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.btn.btn-hover:hover span:nth-child(4){
    -webkit-transition-delay: 0.180s;
    transition-delay: 0.180s;
}
.btn.btn-hover:hover span:nth-child(5){
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.btn.btn-hover:hover span:nth-child(6){
    -webkit-transition-delay: 0.270s;
    transition-delay: 0.270s;
}
.btn.btn-hover:hover span:nth-child(7){
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.btn.btn-hover:hover span:nth-child(8){
    -webkit-transition-delay: 0.360s;
    transition-delay: 0.360s;
}
.btn.btn-hover:hover span:nth-child(9){
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.btn.btn-hover:hover span:nth-child(10){
    -webkit-transition-delay: 0.450s;
    transition-delay: 0.450s;
}
.btn.btn-hover:hover span:nth-child(11){
    -webkit-transition-delay: 0.495s;
    transition-delay: 0.495s;
}
.btn.btn-hover:hover span:nth-child(12){
    -webkit-transition-delay: 0.540s;
    transition-delay: 0.540s;
}
.btn.btn-hover:hover span:nth-child(13){
    -webkit-transition-delay: 0.585s;
    transition-delay: 0.585s;
}
.btn.btn-hover:hover span:nth-child(14){
    -webkit-transition-delay: 0.630s;
    transition-delay: 0.630s;
}
.btn.btn-hover:hover span:nth-child(15){
    -webkit-transition-delay: 0.675s;
    transition-delay: 0.675s;
}
.btn.btn-hover:hover span:nth-child(16){
    -webkit-transition-delay: 0.720s;
    transition-delay: 0.720s;
}
.btn.btn-hover:hover span:nth-child(17){
    -webkit-transition-delay: 0.765s;
    transition-delay: 0.765s;
}
.btn.btn-hover::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-hover:hover::before{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn.btn-hover:hover span{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* About Gold Laminate */
.laminate-heading h2{
    font-weight: 900;
    margin-bottom: 16px;
}
.cta-button{
    margin-top: 30px;
}


/* Features page */
.goldlaminate-features,
.goldlaminate-blogs{
    background-color: #f0f0f0;
}
.internal-descriptions {
    margin-top: 47px;
}
.features{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.features li{
    padding: 0 10px;
    width: 20%;
    cursor: pointer;
}
.f-icon-box {
    border: 3px #211f20 solid;
    width: 120px;
    height: 120px;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.f-icon img{
    width: 18px;
}
.features li:hover .f-icon-box{
    background-color: #a8cf45;
    border-color: #a8cf45;
}
.f-icon-box span{
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 0;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.features li:nth-child(1) .f-icon-box span{
    background-image: url("../images/color-fitness.png");
}
.features li:nth-child(2) .f-icon-box span{
    background-image: url("../images/carpanter.png");
}
.features li:nth-child(3) .f-icon-box span{
    background-image: url("../images/wide-range.png");
}
.features li:nth-child(4) .f-icon-box span{
    background-image: url("../images/anti-fungal.png");
}
.features li:nth-child(5) .f-icon-box span{
    background-image: url("../images/warrenty.png");
}
.features li:hover .f-icon-box span{
    background-position: center -61px;
}
.f-name{
    margin: 15px 0 0;
}
.f-name h5{
    font-weight: 900;
}

/* Products */
.products-slides{
    margin-left: -15px;
    margin-right: -15px;
}
.product-item{
    padding: 0 15px;
}
.product-img img{
    width: 100%;
}
.product-hover {
    background-color: #fff;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px rgba(0,0,0,0.15) solid;
    width: 100%;
    transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
}
.product-item:hover .product-hover{
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.product-hover span i {
    font-size: 18px;
    color: #211f20;
    cursor: pointer;
}
.product-hover span.wishlisted .fa-heart{
    color: #a8cf45;
}
.product-hover span .fa-heart,
.product-hover span.wishlisted .fa-heart-o {
    display: none;
}
.product-hover span.wishlisted .fa-heart {
    display: block;
}
.product-hover > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #211f20;
    font-weight: 900;
    padding: 18px 20px;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.product-hover > a:hover,
.product-hover > a:focus{
    text-decoration: none;
    outline: 0;
    color: #a8cf45;
}
.product-name-price{
    display: flex;
    align-items: center;
    margin: 18px 0 0;
}
.p-name{
    width: calc(100% - 75px);
}
.p-name h5{
    font-weight: 900;
    margin: 0;
}
.price{
    font-size: 20px;
    color: #a8cf45;
    font-weight: 900;
    width: 75px;
    text-align: right;
}
.price i{
    margin-right: 3px;
}
.products-slides .slick-prev,
.products-slides .slick-next{
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
}
.products-slides .slick-prev::before,
.products-slides .slick-next::before{
    content: none;
}
.products-slides .slick-prev{
    background-image: url("../images/prev-arrow.png");
}
.products-slides .slick-next{
    background-image: url("../images/next-arrow.png");
}

/* services */
.goldlaminate-services{
    display: flex;
}
.side-services{
    width: 27.4%;
    display: flex;
    flex-wrap: wrap;
}
.services li, .service-img {
    position: relative;   
    width: 100%; 
}
.service-img {
    height: 430px;
}
.service-img img{
    height: 100% !important;
    min-width: 100%;
    max-width: inherit !important;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}
.service-name{
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 6.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background-image: url("../images/overlay-shadow.png");
    background-repeat: no-repeat;
    background-position: center calc(100% + 60px);
}
.service-name h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.large-service{
    width: 55.2%;
}
.large-service .service-img {
    height: 860px;
}

/* Roadmpap */
.roadmap {
    margin: 50px 0 0;
}
.company-updates-annually{
    position: relative;
    z-index: 1;
}
.company-updates-annually.second-row {
    margin: 10px 0 16px;
}
.company-updates-annually ul {
    display: flex;
}
.company-updates-annually ul li{
    padding: 0 15px;
}
.company-updates-annually ul li:nth-child(even) {
    padding-top: 55px;
}
.company-updates-annually ul li p{
    font-size: 15px;
    line-height: 22px;
    color: #4f4f4f;
    text-align: center;
}
.icon-roadmap{
    width: 105px;
    height: 105px;
    padding: 13px;
    margin: 0 auto;
}
.icon-roadmap span{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 4px 6px 2px rgba(0,0,0,0.3);
}
.icon-roadmap span img{
    height: 46px;
}
.orange-bg span img {
    filter: invert(52%) sepia(67%) saturate(2915%) hue-rotate(14deg) brightness(106%) contrast(113%);
}
.light-red-bg span img {
    filter: invert(43%) sepia(14%) saturate(7225%) hue-rotate(345deg) brightness(100%) contrast(89%);
}
.green-bg span img {
    filter: invert(71%) sepia(45%) saturate(604%) hue-rotate(39deg) brightness(91%) contrast(87%);
}
.cyan-bg span img {
    filter: invert(55%) sepia(97%) saturate(698%) hue-rotate(163deg) brightness(92%) contrast(89%);
}
.dark-blue-bg span img {
    filter: invert(43%) sepia(14%) saturate(1621%) hue-rotate(186deg) brightness(92%) contrast(100%);
}
.orange-bg{
    background-color: #f49000;
}
.green-bg{
    background-color: #8ec13c
}
.light-red-bg{
    background-color: #f05c30;
}
.cyan-bg{
    background-color: #2babde;
}
.dark-blue-bg{
    background-color: #4f67a8;
}
.roamap-lane{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 153px 0 0;
}
.roamap-lane img{
    width: 100%;
}
.year h3{
    color: #211f20;
    text-align: center;
    margin: 5px 0;
    font-weight: 900;
}
.top-arrow {
    height: 12px;
    width: 18px;
    margin: 0 auto 7px;
    position: relative;
}
.top-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #ddd;
}
.rotate-arrow::before{
    border-bottom: 0 none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #8ec13c;
}
.top-arrow.orange::before{
    border-bottom-color: #f49000;
}
.top-arrow.light-red::before{
    border-bottom-color: #f05c30;
    border-top-color: #f05c30;
}
.top-arrow.cyan::before{
    border-top-color: #2babde;
    border-bottom-color: #2babde;
}
.top-arrow.dark-blue::before{
    border-bottom-color: #4f67a8;
}
.rotate-arrow {
    margin: 7px auto 0;
}

/* Blogs */
.blog-text h5 {
    text-transform: uppercase;
    color: #333;
    margin: 20px 0 8px;
}
.blog-date {
    background-color: #a8cf45;
    display: flex;
    color: #f6f6f6;
    width: 100%;
    max-width: 95px;
    justify-content: center;
    height: 45px;
    align-items: center;
    margin: -25px 15px 0;
    position: relative;
}
.date {
    font-size: 30px;
    font-weight: 900;
}
.month {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 7px;
}
.blog-action {
    margin: 12px 0 0;
}

/* Brands */
.brands-logo{
    padding: 35px 0;
}
.brands-logo .slick-track{
    display: flex;
    align-items: center;
}
.logo a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.logo a img{
    display: inline-block;
}

/* footer */
footer{
    background-color: #f0f0f0;
    padding: 70px 0 0;
}
.footer-title h5{
    font-size: 15px;
    color: #211f20;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.about-goldlaminate-footer p{
    color: #585858;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 300;
}
.service-col {
    padding: 0 15px;
    width: 25%;
}
.link-col {
    padding: 0 15px;
    width: 14%;
}
.footer-links li a{
    color: #585858;
    font-size: 15px;
    text-transform: capitalize;
    background-image: url("../images/footer-link-arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.footer-links li a:hover,
.footer-links li a:focus{
    opacity: 1;
    text-decoration: none;
}
.footer-links li:not(:last-child) a{
    margin-bottom: 15px;
}
.contact-col {
    padding: 0 15px;
    width: 30%;
}
footer address {
    margin: 0;
}
footer address p {
    display: flex;
}
.f-icon{
    width: 42px;
}
.add-text{
    width: calc(100% - 42px);
    color: #585858;
    font-weight: 500;
}
a.add-text:hover,
a.add-text:focus{
    text-decoration: none;
    opacity: 0.7;
    color: #585858;
}

.form-control.laminate-input {
    border-radius: 90px;
    box-shadow: none;
    padding: 0 80px 0 20px;
    height: 50px;
    font-size: 17px;
    font-weight: 300;
}
.btn.btn-send{
    background-color: #a8cf45;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 48px;
    width: 65px;
    font-size: 22px;
    color: #fff;
    border-radius: 0 90px 90px 0;
}
.btn.btn-send:hover,
.btn.btn-send:focus{
    background-color: #5cc6d0;
}
.copyright{
    margin: 60px 0 0;
    padding: 24px 0;
    background-color: #fff;
}
.poweredby, .copyright-left {
    text-align: right;
    width: 100%;
    display: inline-block;
    color: #585858;
    font-size: 14px;
}
.copyright-left {
    text-align: left;
}
.poweredby a{
    color: #585858;
}

.copyright-image {
    display: flex;
    align-items: center;
}

.copyright-image img {
    width: 80px;
    margin-right: 20px;
}

.poweredby span {
    color: #211f20;
    margin-right: 5px;
}

/* @company-profile */

.about-inner-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
    padding: 140px 0px 70px 0px;
}
.about-inner-banner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.about-us{
background-image: url(../images/about-image.jpg);
}
.page-title h1{
 color: #fff;
 text-transform: capitalize;
}
.page-bradcrumb .breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 36px;
    float: right;
    color: #a8cf45;
    font-size: 15px;
}
.page-bradcrumb .goldlam-breadcrumb {
    color: #F8E890;
}

.page-bradcrumb .breadcrumb a{
   text-decoration: none;
       color: #fff;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #c0c0c0;
    content: "/";
}

.company-profile-wrapper {
    padding: 60px 0;
}

/* contact-info */

.contact-banner {
    background-image: url(../images/contact-banner.jpg);
}

.contact-wrapper {
    padding: 60px 0;
}

.contact-inner-wrapper {
    position: relative;
    z-index: 1;
}

.contact-main-heading{
    text-align: center;
}

.contact-heading h5 {
    margin-top: 30px;
}

.contact-heading h6 {
    font-size: 16px;
}

.contact-heading {
    margin-bottom: 20px;
}

.contact-information  {
    display: flex;
    margin-bottom: 20px;
}

.contact-information img{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.contact-information span {
    font-size: 14px;
}

.contact-information a {
    color: #0b2835;
    font-size: 14px;
    text-decoration: none;
}

.contact-person {
    display: flex;
}

.contact-person h6 {
    color: #fff;
    margin-right: 40px;
}

.contact-person span {
    color: #fff;
}

.form-heading {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

/* technical-data */

.table thead tr th {
    border-right: 1px solid #dee2e6;
    font-size: 20px;
    width: 20%;
    vertical-align: middle;
    background-color: #a8cf45;
    color: #fff;
    padding: 18px 25px;
    border-bottom: 0;
}

.table thead tr th:last-child {
    border-right: 0;
}

.table tbody tr td {
    padding: 18px 25px;
    border-top: 0;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr td:last-child {
    border-right: 0;
}

.table-list {
    padding: 15px 15px 0;
}

.table-list ul li{
    list-style: disc;
    margin-bottom: 15px;
}

.table-list ul li:nth-child(2){
    margin-bottom: 0;
}

.table-list ul {
    padding: 0 25px;
}

.second-table {
    margin-top: 27px;
}

.second-table ul {
    padding: 0;
}

/* login/sign-up */

.modal-wrapper {
    min-width: 500px;
}

.tile{
  width:100%;    
}

#tile-1 .tab-pane{
  padding:15px;
  height:80px;
}

#tile-1 .nav-tabs{
  position:relative;
  border:none!important;
  background-color:#fff;
  border-radius:6px;
}

#tile-1 .nav-tabs li{
  margin:0px!important;
}

#tile-1 .nav-tabs li a{
  position:relative;
  margin-right:0px!important;
  padding: 20px 15px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}

#tile-1 .nav-tabs a:hover{
  background-color:#fff!important;
  border:none;
}

#tile-1 .slider{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color: #8fb924;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
}

#tile-1 .nav-tabs .active{
  background-color:transparent!important;
  border:none!important;
  color:#8fb924!important;
}

.sign-up-image i{
    font-size: 20px;
    margin-right: 15px;
}

.field-icon {
    float: right;
    margin-right: 19px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
}
  

input[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 20px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input[type=checkbox] + label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    background-color: #8fb924;
    border-color: #8fb924;
    color: #fff;
}

.popup-body {
    padding: 30px;
}

/* @product-page */

.goldlam-banner {
    height: 260px;
    background-image: url(../images/goldlam-banner.jpg);
}

.lycra-banner {
    background-image: url(../images/lycra-banner.jpg);
}

.decomica-banner {
    background-image: url(../images/decomica-banner.jpg);
}

.product-wrapper {
    padding: 60px 0;
}

.product-card {
    background-color: transparent;
}

.categories {
    padding: 0 4px;
}

.card-title {
    font-size: 14px;
}

.categories-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.categories ul li {
    border-bottom: 1px solid #e0e0e0;
}

.categories ul li:last-child {
    border-bottom: 0;
}

.collapse-wrapper {
    margin-bottom: 15px;
}

.categories ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px;
    display: block;
}

.categories ul li  .active{
    color: #8fb924;
}

.categories ul li a {
    color: rgba(0,0,0,0.60);
    text-decoration: none;
}

.categories ul li a span{
    float: right;
    color: #000;
    font-weight: 600;
}

.filter {
    margin-top: 30px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    font-size: 14px;
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

.product-tag {
    padding: 20px 0;
}

.product-tag a {
    padding: 10px;
    color: #000;
    margin: 0 16px 16px 0;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #bbbaba;
    transition: 0.3s all ease-in;
}

.product-tag a:hover {
    background-color: #8fb924;
    color: #fff;
    border: 1px solid #8fb924;
    transition: 0.3s all ease-in;
}

.product-content a{
    color: #000;
    text-decoration: none;
}

.right-product {
    margin-bottom: 50px;
    transition: all 0.5s ease-in-out;
}


.product-price del {
    color: #4f4f4f;
    font-weight: 300;
}

.product-image {
    float: left;
    position: relative;
        width: 182px;
    height: 180px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.image-card {
    position: absolute;
    top: 0;
    left: 0;
}

.image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product-image:hover .image-card img {
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}

.right-product:hover .product-price {
  transform: translatey(-10px);
  transition: 0.3s all ease-in;
}

.product-price {
    bottom: 0;
    right: 10px;
    width: 120px;
    position: absolute;
    text-align: center;
    padding: 10px 20px;
    background-color: #f3f3f3;
    transform: translatey(60px);
    transition: 0.3s all ease-in;
}

.texture-heading h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.texture-heading span {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

.goldlam-main-heading h3{
    text-transform: uppercase;
}

.goldlam-main-heading span {
    text-transform: capitalize;
}


.coming-soon{
    height: 100vh;
    background-image: url("../images/coming-soon-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.coming-soon::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}

.coming-logo{
    text-align: center;
    padding: 50px 0 0;
}
.logo img{
    height: 70px;
}

.coming-soon-wrapper {
    position: relative;
    z-index: 1;
}

.text {
    text-align: center;
    margin-top: 70px;
}

.text h1{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 70px;
}
.text p{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0 0;
    text-align: center;
}

.website-link {
    position: relative;
    margin-top: 30px;
} 

.website-link a {
    color: #8fb924;
    text-decoration: none;
}

.website-link img {
    width: 18px;
    margin-left: 5px;
}
/* @fixed-whatsapp */

.goldlaminates-fix-whatsapp a {
    background-color: #25d366;
    position: fixed;
    right: 15px;
    bottom: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(15,83,40, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(15,83,40, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(15,83,40, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(15,83,40, 0.4);
      box-shadow: 0 0 0 0 rgba(15,83,40, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(15,83,40, 0);
        box-shadow: 0 0 0 15px rgba(15,83,40, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 10px rgba(15,83,40, 0);
        box-shadow: 0 0 0 15px rgba(15,83,40, 0);
    }
  }

.goldlaminates-fix-whatsapp img {
    width: 22px;
}

