/*gallery section starts*/
.gallery-sec {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 0rem; */
}

.gallery-sec img {
    width: 100%;
    height: 30vh;
    border-radius: 1rem;
}

.gallery-section {
    background-color: #007bff0d;
}

.gallery-div {
    width: 97%;
    row-gap: 2rem;
    margin: 0 auto;
    padding: 30px 0px;
}

/*gallery section end*/

/*technical-spec section starts*/
.technical-spec-section {
    padding: 30px 0px 30px 0px;
}

.technical-spec-section.transulecent{
    padding: 55px 0px 30px;
}
.technical-spec-section.printed{
    padding: 55px 0px 30px;
}


.spec-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.spec-list ul {
    list-style-type: none;
    padding-left: 0;
}

.spec-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.spec-list li img {
    width: 25%;
}

.spec-list li i {
    font-size: 24px;
    margin-right: 10px;
    color: #007bff;
}

.spec-list li p {
    margin: 0;
}

.rightside-div {
    width: 70%;
}

.leftside-div {
    width: 30%;
}

.spec-image p {
    font-size: 20px;
    padding: 20px 0px;
}

/*technical-spec section end*/

/*acoustic benefits section starts*/

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.col_third.benefit-image{
    margin-bottom: 0px;
}

.end {
    margin-right: 0 !important;
}

.text-center {
    text-align: center !important;
}



/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
    position: relative;
    padding: 10px 20px;
}


.at-icon-box .at-icon-box-icon {
    color: #002e5b;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.at-icon-box.at-icon-left .at-icon-box-icon {
    float: left;
}

.at-icon-box.at-icon-right .at-icon-box-icon {
    float: right;
}

.at-icon-box.at-icon-right {
    text-align: right;
}

.at-icon-box.at-icon-left .at-icon-text,
.at-icon-box.at-icon-right .at-icon-text {
    overflow: hidden;
}

.at-icon-box.at-icon-left h5,
.at-icon-box.at-icon-right h5 {
    color: #2676bc;
    font-size: 18px;
    font-weight: 700;
    padding-top: 13px;
    margin-top: 0;
    line-height: 22px;
    letter-spacing: -1px
}

.at-icon-box.at-icon-left p,
.at-icon-box.at-icon-right p {
    font-size: 13px;
    line-height: 18px;
}

.at-icon-box .at-icon-box-icon i {
    background: #002e5b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.at-icon-box .at-icon-box-icon::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.at-icon-box:hover {
    background: #f6f6f6 none repeat scroll 0 0;
}

.at-icon-box:hover .at-icon-box-icon {
    padding: 20px 0;
}

.at-icon-box:hover .at-icon-box-icon::before {
    height: 15px;
}

.at-icon-box:hover .at-icon-box-icon::after {
    height: 15px;
}

.at-icon-box h5 {
    margin-bottom: 11px;
}

.at-icon-box .at-icon-text p:last-child {
    margin: 0;
}

.at-icon-box .at-icon-box-icon {
    transition: all 0.3s ease 0s;
}

.at-icon-box .at-icon-box-icon i {
    position: relative;
}

.at-icon-box .at-icon-box-icon::before {
    background: #fde428 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease 0s;
    width: 6px;
}

.at-icon-box .at-icon-box-icon::after {
    background: #fde428 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 6px;
}

.at-icon-box .at-icon-box-icon {
    position: relative;
}

.at-icon-box .at-icon-box-icon i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2676bc;
    height: 55px;
    line-height: 55px;
    width: 64px;
}

.at-icon-box .at-icon-box-icon i::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 55px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 12px;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 3px;
}

@media(min-width:700px) {
    .benefits {
        display: flex;
        align-items: center;
    }
    .benefits.acoustics{
        margin-bottom: 55px;
    }
}

.benefit-image img {
    width: 100%;
}

/*acoustic benefits section end*/

/*3dform benefits section start*/
/* 
.card-benefit-section {
    padding: 30px 0px 10px 0px;
} */

@media(min-width:899px) {
    .card-benefit-section {
        width: 99%;
        margin: 0 auto
    }
}

@media(min-width:700px) and (max-width:899px) {
    .card-benefit-section {
        width: 95%;
        margin: 0 auto
    }
}

@media(max-width:699px) {
    .card-benefit-section {
        width: 98%;
        margin: 0 auto
    }

    .benefits {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .col_third {
        width: 100%;
    }
}

.card-benefit {
    height: 180px;
    display: grid;
    place-items: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media(min-width:990px) and (max-width:1125px) {
    .card-benefit {
        height: 240px;
    }
}

.card-benefit:hover .card__reveal--left {
    transform: translateX(-100%);
}

.card-benefit:hover .card__reveal--up {
    transform: translateY(-100%);
}

.card-benefit:hover .card__reveal--right {
    transform: translateX(100%);
}

.card-benefit:hover .card__reveal--down {
    transform: translateY(100%);
}

.card-benefit p {
    font-size: 18px;
    color: black;
    padding: 2rem;
    margin: 0;
}

.card__content {

    display: block;
    background: #fff;
    color: #000;
}

.card__reveal {
    position: absolute;
    background: #2676bc73;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
}

/*3dform benefits section end*/