/* Page Title Css Start */

.inner-head {
    position: relative;
    padding: 235px 0px 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    z-index: 1;
}

.ih-title,
.breadcummain {
    position: relative;
    z-index: 2;
}

.ih-title h1 {
    color: #fff;
}

.breadcummain {
    width: 100%;
    margin-top: 15px;
}

.breadcummain ul li:first-child {
    padding-left: 0;
}

.breadcummain ul li {
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    padding: 0 15px;
    color: #fff;
    font-weight: 900;
}

.breadcummain ul li:not(:last-child)::after {
    content: ">";
    position: absolute;
    color: #fff;
    right: -5px;
    font-size: 16px;
}

.breadcummain ul li a {
    color: #fff;
}

.breadcummain ul li:last-child {
    color: #fff;
}

.breadcummain ul li:last-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -8px;
    background-color: #279EC1;
    opacity: 1;
    transition: all 100ms ease;
}

@media only screen and (max-width: 991px) {
    .inner-head {
        position: relative;
        padding: 165px 0px 100px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* Page Title css end */

/* Inquiry PopUp Model */


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: black;
    font-weight: 600;
}

.form-label {
    color: #222;
    font-size: 16px;
}

input,
select,
textarea {
    margin-bottom: 10px;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #888;
    font-size: 13px;
}

.dropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content div:hover {
    background-color: #ddd;
}

/* ==================== Company Information =================== */

/* About us page start */

.padding70 {
    padding: 70px 0px;
}

.aboutbg {
    background-image: url(../img/company-information/abtbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.products__intro p {
    margin: 0 auto;
    max-width: 50rem;
    line-height: 1.8;
}

.h2-decoration:before {
    display: block;
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 1.0rem;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/about/h2-decoration.png) center / contain no-repeat;
}

@media (max-width: 1199px) {
    .padding70 {
        padding: 70px 0px 20px 0px;
    }
}


/* About us section-2 start */

.about-section-two {
    padding-top: 40px;
    padding-bottom: 100px;
}

.about-section-two .about-section-left {
    overflow: hidden;
    position: relative;
}

.about-section-two .about-section-left .image-box {
    width: 66.6667%;
    float: left;
    padding-right: 15px;
}

.about-section-two .about-section-left .image-box img {
    border: 5px solid #f9f9f9;
}

.about-section-two .about-section-left .text-box {
    width: 33.3333%;
    float: left;
    margin-top: 50px;
}

.about-section-two .about-section-left .years-of-success {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 35px;
}

.about-section-two .about-section-left .text-box .knockout {
    font-size: 120px;
    line-height: 1em;
    color: hsl(240deg 1.08% 36.47%);
    font-weight: 600;
}

.about-section-two .about-section-left .pgwSlider {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.about-section-two .about-section-left .pgwSlider .ps-current {
    width: 70%;
    overflow: inherit;
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

ul.pgwSlider,
.pgwSlider ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.about-section-two .about-section-left .pgwSlider .ps-current ul img {
    border: 5px solid #f9f9f9;
}

.about-section-two .about-section-right {
    padding-top: 60px;
}

.small-primary {
    font-size: 22px;
    color: #6a6a6b;
    font-weight: 500;
    display: block;
}

.small-primary span {
    letter-spacing: 5px;
}

span.success {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2em;
}


@media only screen and (max-width: 1199px) {
    .about-section-two .about-section-left .text-box {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .about-section-two .about-section-left .years-of-success {
        font-size: 20px;
        line-height: 27px;
    }

    .about-section-two .about-section-left .text-box .knockout {
        font-size: 65px;
    }

    .about-section-two .about-section-right {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section-two {
        padding: 20px 0px;
    }

    .about-section-two .about-section-left .years-of-success {
        font-size: 30px;
        line-height: 35px;
    }

    .about-section-two .about-section-left .text-box .knockout {
        font-size: 105px;
    }

    .about-section-two br {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .about-section-two .about-section-left .years-of-success {
        font-size: 25px;
        line-height: 30px;
    }

    .about-section-two .about-section-left .text-box .knockout {
        font-size: 90px;
    }
}

@media only screen and (max-width: 433px) {
    .about-section-two .about-section-left .years-of-success {
        font-size: 20px;
        line-height: 25px;
    }

    .about-section-two .about-section-left .text-box .knockout {
        font-size: 70px;
    }
}

@media only screen and (max-width: 367px) {
    .about-section-two .about-section-left .years-of-success {
        font-size: 15px;
        line-height: 20px;
    }

    .about-section-two .about-section-left .text-box .knockout {
        font-size: 50px;
    }
}



/* About us page end */


/* Mission, Vision & Value Section Start */

.zgimg {
    background: #eee;
    padding-bottom: 50px;
    margin-right: 50px;
}

.zgimg img {
    margin-top: -50px;
    margin-left: 50px;
}

.zgcontent {
    background: #fff;
    margin-left: -50px;
    padding: 40px;
    -webkit-box-shadow: 0 12px 10px #777;
    -moz-box-shadow: 0 12px 10px #777;
    box-shadow: 0 2px 15px #777;
}

.cpzigzag {
    padding-top: 120px;
}

.mission-section {
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.mission-section-background {
    background-image: url(../img/vision/mission-bg-img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.section-full {
    position: relative;
}

.section-head {
    margin-bottom: 0;
}

.icon-bx-wraper {
    position: relative;
}

.sr-iconbox .icon-lg img {
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 25px;
}

.icon-lg img {
    height: 70px;
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-content {
    overflow: hidden;
}

.testimonial-three {
    padding: 80px 0px;
}


@media only screen and (max-width: 1199px) {
    .mission-section {
        margin-bottom: 0px;
    }

    .zgimg img {
        margin-top: 0;
        margin-left: 0;
    }

    .cpzigzag {
        padding-top: 0px;
    }

    .zgimg {
        padding: 25px;
        margin-right: 0px;
    }

    .zgcontent {
        margin-left: 0px;
    }

}

@media only screen and (max-width: 991px) {
    .section-head {
        margin-bottom: 0px;
    }

    .zgcontent {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .zgcontent {
        padding: 40px 15px;
    }
}

/* Mission, Vision & Value Section End */

/* Certification-page Start */

.certification-section {
    padding: 80px 0px;
}

.certification-section .box {
    position: relative;
    overflow: hidden;
}

.certification-section .box img {
    width: 100%;
    transition: opacity 0.3s;
}

.certification-section .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303030a6;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.certification-section .box:hover .box-content {
    opacity: 1;
}

.certification-section .box-content i {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

/* Certification-page End */

/* Infrastructure section start */

.infrastructure-section {
    padding: 80px 0px;
}

.infrastructure-section .pattern-layer {
    top: 35px;
    right: 130px;
    width: 221px;
    height: 129px;
    background-repeat: no-repeat;
}

.content_block_22 .content-box .shape {
    top: 240px;
    right: -45px;
    background-repeat: no-repeat;
}

.content_block_22 .content-box .image-box {
    overflow: hidden;
}


/* Infrastructure Gallery section start */

.infrastructure-gallery-section {
    padding: 50px 0px 100px 0px;
}

.infrastructure-gallery-section .box {
    position: relative;
    overflow: hidden;
}

.infrastructure-gallery-section .box img {
    width: 100%;
    transition: transform 0.5s ease, opacity 0.3s;
}

.infrastructure-gallery-section .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303030a6;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.infrastructure-gallery-section .box:hover img {
    transform: scale(1.1);
}

.infrastructure-gallery-section .box:hover .box-content {
    opacity: 1;
}

.infrastructure-gallery-section .box-content i {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .infrastructure-section .pattern-layer {
        display: none;
    }

    .infrastructure-gallery-section {
        padding: 0px 0px 50px 0px;
    }

    .infrastructure-section {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 991px) {

    .content_block_22 .content-box .shape {
        right: 110px;
    }
}

@media only screen and (max-width: 767px) {

    .content_block_22 .content-box .shape {
        right: -65px;
    }
}

@media only screen and (max-width: 575px) {
    .content_block_22 .content-box .shape {
        display: none;
    }

    .infrastructure-section {
        padding: 50px 0px;
    }
}

/* Infrastructure Gallery section end */

/* Infrastructure section end */

/* Quality section start  */

.quality-support-section {
    padding: 60px 0px;
}

.quality-support-section .container-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.kb-services-item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 16.74px 1.26px rgba(95, 95, 100, .13);
    display: flex;
    align-items: flex-start;
    padding: 35px 20px;
    margin-bottom: 30px;
    position: relative;
    min-height: 185px;
    flex: 1 1 100%;
}

.kb-services-item .kb-services-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kb-services-item .icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    font-size: 26px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.kb-services-item .content-innerbox h5 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.kb-services-item .content-innerbox p {
    margin-bottom: 0;
    text-align: justify;
}

.quality-section-content {
    margin-bottom: 80px;
}

.quality-section-2 {
    padding: 80px 0px;
}

.quality-section-2 .z-index-9 {
    z-index: 9;
}

.quality-section-2 .section-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
}

.quality-section-2 .card-style-01 {
    position: relative;
    transition: all .5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.quality-section-2 .card-style-01 .card-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 30px 30px 25px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.quality-section-2 .card-style-01 .card-content .content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.quality-section-2 .card-style-01:hover .card-content-hover,
.card-style-01:focus .card-content-hover,
.card-style-01.active .card-content-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.quality-section-2 .card-style-01 .card-content-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    overflow: hidden;
}

.quality-section-2 .card-style-01 .card-content-hover .content-inner {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 15px;
    max-height: 100%;
    overflow: auto;
}

.quality-section-2 .opacity9 {
    opacity: .9;
}

.quality-section-2 .card-style-01 .card-content-hover .card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.quality-section-2 .card-style-01 .card-content-hover .card-background img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.quality-section-2 .card-style-01 .card-content-hover .card-background:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #366c8e;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Quality section end  */


/* Contact Information Section Start */

.contactinfo-section {
    position: relative;
    padding: 90px 0px;
}

.contactinfo-section .contact {
    padding-bottom: 90px;
}

.contactinfo-section .factories {
    padding-bottom: 90px;
}

#content_block_6 .content-box {
    position: relative;
    display: block;
}

#content_block_6 .content-box .info-list li:last-child {
    margin-bottom: 0px;
}

#content_block_6 .content-box .info-list li {
    position: relative;
    display: block;
    padding-left: 82px;
    margin-bottom: 35px;
}

#content_block_6 .content-box .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
}

#content_block_6 .content-box .info-list li .inner {
    position: relative;
    padding-left: 32px;
}

#content_block_6 .content-box .info-list li .inner:before {
    position: absolute;
    content: '';
    background: #dedede;
    width: 2px;
    height: 130px;
    left: 0px;
    top: 6px;
}

#content_block_6 .content-box .info-list li .inner p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

#content_block_6 .content-box .info-list li .inner:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    left: 0px;
    top: 6px;
    transition: all 500ms ease;
}

#content_block_6 .content-box .info-list li .inner:after {
    background: #366c8e;
}

#content_block_6 .content-box .info-list li:hover .inner:after {
    height: 130px;
}

.contactinfo-section .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.contactinfo-section .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
    margin-top: 31px;
}

label {
    color: black;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #eee !important;
}

.nice-select .list {
    width: 100%;
}

.form-btn-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'NeueHansKendrick', sans-serif;
    font-weight: 700;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #000000;
    padding: 10px 50px;
    text-transform: uppercase;
    z-index: 1;
}

.form-btn-one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.form-btn-one:after {
    background: #366c8e;
}

.form-btn-one:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width: 1199px) {

    .contactinfo-section .contact {
        padding-bottom: 60px;
    }

    .contactinfo-section .factories {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .contactinfo-section .form-inner {
        padding: 25px;
    }
}

@media only screen and (max-width: 575px) {
    #content_block_6 .content-box .info-list li {
        padding-left: 70px;
    }

    #content_block_6 .content-box .info-list li .inner {
        padding-left: 20px;
    }
}

/* Contact Information Section End */

/* Environment Section Start */

.environment-section {
    padding: 80px 0px;
}

.environment-bg-image {
    background-image: url(../img/environment/bg-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    color: white;
    position: relative;
}

.environment-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    overflow: hidden;
}

.environment-bg-image {
    margin-bottom: 100px;
}

.environment-bg-image .section-title p {
    color: #fff;
    z-index: 2;
    position: relative;
}

/* Environment Section End */

/* About Our Tile section start */

.about-our-tiles {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e1e1e1;
}

.about-our-tiles .image-box {
    position: relative;
    display: block;
    margin-right: 85px;
}

.about-our-tiles .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-our-tiles .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient (linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-our-tiles .image-box img.p_tiles {
    position: absolute;
    bottom: -35px;
    right: -65px;
    box-shadow: 0px 10px 15px -9px #000;
    animation: moveUpDown 8s infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.spc_content {
    padding-left: 0px !important;
}

.about-tile-advantage-section {
    padding-top: 80px;
}

.about-tile-second-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}

.about-tile-advantage-section .service-details__feature {
    background: #eee;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-tile-advantage-section .service-details__left {
    padding: 40px 0px 40px 40px;
}

.about-tile-advantage-section .service-details__list {
    margin-bottom: 0;
}


.about-tile-advantage-section .service-details__list__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-tile-advantage-section .service-details__list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    color: #366c8e;
    transition: all 0.4s ease-in-out;
}

.about-tile-advantage-section .service-details__list__item:hover .service-details__list__icon {
    background: #366c8e;
    color: #fff;
}

.about-tile-advantage-section .service-details__list__text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #202220;
    text-transform: capitalize;
}

.about-tile-advantage-section .service-details__thumb img {
    object-fit: cover;
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}


@media (max-width: 1199px) {
    .about-tile-advantage-section .service-details__thumb img {
        clip-path: none;
    }

    .contact {
        padding-bottom: 60px;
    }

    .factories {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .about-our-tiles {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .about-our-tiles .image-box img.p_tiles {
        max-width: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .about-our-tiles .image-box {
        margin-right: 60px;
    }
}

.about-tile-advantage-section .service-details__left-content p::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
}

/* About Our Tile section end */

/* Step Registance Section Start */

.slip-registance-content {
    padding: 80px 0px;
}

.slip-registance {
    position: relative;
    padding: 80px 0px;
}

.slip-registance .why-choose-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slip-registance .why-choose-two__bg::after {
    content: "";
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F5F5F5;
    z-index: -1;
}

.slip-registance .sec-title__icon {
    font-size: 16px;
    color: #366c8e;
    margin-right: 10px;
    margin-bottom: 15px;
}

.slip-registance .sec-title__icon {
    font-size: 16px;
    color: #366c8e;
    margin-right: 10px;
    margin-bottom: 15px;
}

.slip-registance .sec-title__tagline {
    margin: 0;
    color: #366c8e;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slip-registance .sec-title__title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: -2px;
    color: #202220;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.slip-registance .sec-title-three h2 {
    line-height: 32px;
}

.slip-registance .why-choose-two__item {
    background: #fff;
    position: relative;
    padding: 20px;
    z-index: 1;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    min-height: 150px;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

@media (max-width: 768px) {
    .slip-registance .why-choose-two__item {
        min-height: 120px;
    }
}

.slip-registance .why-choose-two__item img {
    width: 20%;
    margin-right: 15px;
    transition: filter 0.3s ease;
}

.slip-registance .why-choose-two__item:hover img {
    filter: brightness(0) invert(1);
}

.slip-registance .why-choose-two__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #366c8e;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.slip-registance .why-choose-two__item:hover::before {
    transform: translateX(0%);
}

.slip-registance .why-choose-two__title,
.slip-registance .why-choose-two__text,
.slip-registance .why-choose-two__list li {
    transition: color 0.3s ease;
}

.slip-registance .why-choose-two__item:hover .why-choose-two__title {
    color: #fff;
}

.slip-registance .why-choose-two__item:hover .why-choose-two__text {
    color: #F5F5F5;
}

.slip-registance .why-choose-two__item:hover .why-choose-two__list li {
    color: #fff;
}

.slip-registance .why-choose-two__item:hover .why-choose-two__list li::before {
    color: #fff;
}

.slip-registance .why-choose-two__item:hover::after {
    width: 4px;
    top: 0px;
    left: -0.0001px;
    bottom: 0px;
    height: auto;
}

.slip-registance .why-choose-two__item::after {
    content: "";
    width: 4px;
    height: 14px;
    position: absolute;
    top: 30px;
    left: -0.0001px;
    background: #366c8e;
    transition: all 0.4s ease;
}

.slip-registance .why-choose-two__list {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0;
}

.slip-registance .why-choose-two__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.slip-registance .why-choose-two__list li::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

/* Step Registance Section End */

/* extra-large-surface Section start */

.extra-large-surface {
    padding: 80px 0px;
}

.mega-hover {
    position: relative;
    overflow: hidden;
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover img {
    transform: scale(1.05);
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}

.vs-list-style3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-list-style3 li {
    margin-bottom: 15px;
}

.vs-list-style3 .list-item-content {
    display: flex;
    align-items: baseline;
}

.vs-list-style3 .icon {
    width: 10px;
    height: 10px;
    background-color: #366c8e;
    margin-right: 15px;
    flex-shrink: 0;
}


/* extra-large-surface Section end */

/* Rey Brochures Section Start  */

.brochures-section {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}

.brochures-section .service-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.brochures-section .service-block-one .image {
    overflow: hidden;
}

.brochures-section .service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.brochures-section .service-block-one .image img {
    transition: .5s;
}

.brochures-section .service-block-one .catalogue-content {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 40px 45px 30px;
    background-color: #eee;
}

.brochures-section .service-block-one .inner-box:hover .catalogue-content:before {
    height: 100%;
}

.brochures-section .service-block-one .catalogue-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #366c8e;
    transition: .5s;
}

.brochures-section .service-block-one .inner-box:hover h4 {
    transform: translateY(-18px);
    color: #fff;
}

.brochures-section .service-block-one .inner-box:hover h4:before {
    background-color: #fff;
}

.brochures-section .service-block-one h4 {
    font-size: 24px;
    font-weight: 600;
    transition: .5s;
    text-align: start;
}

.brochures-section .service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background-color: #366c8e;
}

.brochures-section .service-block-one .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateY(8px);
}

.brochures-section .service-block-one .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}

.brochures-section .service-block-one .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.brochures-big-title {
    position: relative;
    padding-top: 120px;
}

.brochures-big-title .big-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 900;
    color: #eee;
    text-transform: uppercase;
    line-height: 220px;
    white-space: nowrap;
    animation: slide 35s linear infinite alternate;
    text-align: center;
}

@keyframes slide {
    0% {
        left: -20%;
    }

    50% {
        left: 0%;
    }

    100% {
        left: 20%;
    }
}


@media (max-width: 991px) {
    .brochures-big-title .big-title {
        font-size: 170px;
    }
}

@media (max-width: 767px) {

    .brochures-section {
        padding: 40px 0px;
    }

    .brochures-big-title .big-title {
        font-size: 130px;
    }
}

@media (max-width: 565px) {

    .brochures-big-title {
        padding-top: 90px;
    }

    .brochures-big-title .big-title {
        font-size: 90px;
    }
}

/* Rey Brochures Section End */

/* International Section Start */

.international-section {
    padding: 80px 0px;
}


.international-section .international-image {
    padding-right: 85px;
}


.international-section .small-exp-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 22px 48.51px 0.49px rgba(54, 108, 142, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}


.international-section .small-exp-box .shadow-shape {
    position: absolute;
    z-index: -1;
    top: -14px;
    left: -34px;
    max-width: 200px;
    width: 200px;
    height: 202px;
}


.international-section .small-exp-box .counter {
    font-size: 50px;
    color: #366c8e;
}


.international-section .small-exp-box .exp-text {
    margin: 12px 0 0 0;
    font-size: 12px;
}

/* International Section End */

/* quality-network section start */

.quality-network-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.quality-network-section .process-box {
    position: relative;
    z-index: 2;
    text-align: center
}

.quality-network-section .process-box-wrap:nth-child(even) {
    margin-top: 70px
}

.quality-network-section .process-box .box-number {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: -0.45em;
    text-align: center;
}

.quality-network-section .process-box .box-title {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 24px;
}

.quality-network-section .process-box .box-img {
    margin: 0 auto 30px auto;
    max-width: 257px;
    aspect-ratio: 16 / 16;
    mask-image: url('../img/export/process_bg_shape.png');
}

.quality-network-section .process-box .box-icon {
    position: absolute;
    top: 0;
    left: 10px;
    height: 118px;
    width: 100px;
    text-align: center;
    line-height: 115px;
    -webkit-clip-path: path("M9.83703 91.3038L39.837 109.004C46.1073 112.703 53.8927 112.703 60.163 109.004L90.163 91.3038C96.259 87.7072 100 81.1564 100 74.0785V37.9215C100 30.8436 96.259 24.2928 90.163 20.6962L60.163 2.99616C53.8927 -0.70333 46.1073 -0.703327 39.837 2.99616L9.83702 20.6962C3.74101 24.2928 0 30.8436 0 37.9215V74.0785C0 81.1564 3.74102 87.7072 9.83703 91.3038Z");
    clip-path: path("M9.83703 91.3038L39.837 109.004C46.1073 112.703 53.8927 112.703 60.163 109.004L90.163 91.3038C96.259 87.7072 100 81.1564 100 74.0785V37.9215C100 30.8436 96.259 24.2928 90.163 20.6962L60.163 2.99616C53.8927 -0.70333 46.1073 -0.703327 39.837 2.99616L9.83702 20.6962C3.74101 24.2928 0 30.8436 0 37.9215V74.0785C0 81.1564 3.74102 87.7072 9.83703 91.3038Z");
    z-index: 2;
    background-color: var(--smoke-color2)
}

.quality-network-section .process-box .box-icon:before {
    content: '';
    background-color: #366c8e;
    position: absolute;
    inset: 9px 7px 9px 7px;
    -webkit-clip-path: path("M9.94758 77.7837L32.9476 91.1558C39.1622 94.769 46.8378 94.769 53.0524 91.1558L76.0524 77.7837C82.2109 74.2032 86 67.6173 86 60.4936V33.5069C86 26.3832 82.2109 19.7973 76.0524 16.2168L53.0524 2.84467C46.8378 -0.768474 39.1622 -0.76848 32.9476 2.84466L9.94759 16.2168C3.78912 19.7973 0 26.3832 0 33.5069V60.4936C0 67.6173 3.78911 74.2032 9.94758 77.7837Z");
    clip-path: path("M9.94758 77.7837L32.9476 91.1558C39.1622 94.769 46.8378 94.769 53.0524 91.1558L76.0524 77.7837C82.2109 74.2032 86 67.6173 86 60.4936V33.5069C86 26.3832 82.2109 19.7973 76.0524 16.2168L53.0524 2.84467C46.8378 -0.768474 39.1622 -0.76848 32.9476 2.84466L9.94759 16.2168C3.78912 19.7973 0 26.3832 0 33.5069V60.4936C0 67.6173 3.78911 74.2032 9.94758 77.7837Z");
    -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
    z-index: -1
}

.quality-network-section .process-box .box-icon.bg-white:before {
    background-color: #366c8e;
}

@media (max-width: 1199px) {

    .quality-network-section {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .quality-network-section .process-box-wrap {
        margin-top: 40px !important
    }

    .quality-network-section .process-box .box-icon {
        left: 22%
    }
}

@media (max-width: 575px) {

    .international-section {
        padding: 65px 0px 10px 0px;
    }

    .quality-network-section {
        padding-top: 0px;
        padding-bottom: 40px;
    }

}

.quality-network-section .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.quality-network-section .process-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

/* quality-network section end */

/* world-wide-map section start */

.world-wide-map-section {
    padding: 80px 0px;
}

/* world-wide-map section end */

/* Export country Section Start */

.country-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.country-carousel {
    display: flex;
    justify-content: center;
}

.country-section .achievement-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-section .achievement-image {
    width: 120px;
    height: 120px;
    padding: 15px;
    line-height: 120px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.country-section .achievement-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.country-section .achievement-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 1px;
    border: 2px dashed;
    border-radius: inherit;
    border-color: #366c8e;
    animation: cspine 20s linear infinite;
}

@keyframes cspine {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

@media (max-width: 1199px) {
    .country-section {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .world-wide-map-section {
        padding: 60px 0px;
    }
}

/* Export country Section End */

/* Tiles Calculator Section Start */

.tiles-calculator {
    padding: 80px 0px;
}

.tiles-calculator .calbtn,
.contact__page button.contact_form_submit {
    background: #279EC1;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.tiles-calculator .tileDiv {
    background: none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.tiles-calculator .tileDiv div {
    background: #fff url(../img/tiles-calculator/tilePattern.jpg) repeat scroll -4px -4px;
    border: 1px solid #000;
    box-shadow: 0 0 8px 5px #fff;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.tiles-calculator .tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.tiles-calculator .horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}

.tiles-calculator .tileDiv .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}

.tiles-calculator .tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}


.tiles-calculator .vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}

.tiles-calculator .tileDiv .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}


.tiles-calculator .tips-lists li i {
    color: #366c8e;
    margin-right: 5px;
}

/* Tiles Calculator Section End */

/* Technical Specification Section End */

.technical-specification {
    padding: 80px 0px;
}

.technical-specification .row {
    display: flex;
    flex-wrap: wrap;
}

.technical-specification .col-lg-3 {
    display: flex;
    flex-direction: column;
}

.technical-specification .single-choose-us {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 26px;
    position: relative;
    overflow: hidden;
    flex: 1; 
}

.technical-specification .single-choose-us img {
    margin-bottom: 15px;
}

.technical-specification .single-choose-us h3 {
    font-size: 25px;
    margin-bottom: 11px;
}

.technical-specification .single-choose-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #366c8e;
    z-index: -1;
    transition: all ease .5s;
}

.technical-specification .single-choose-us:hover::after {
    width: 100%;
    left: auto;
    right: 0;
    animation: fadeInLeft 1s linear;
}

.technical-specification .choose-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.technical-specification .choose-img img {
    height: auto;
    object-fit: cover; 
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .technical-specification .col-lg-3 {
        display: flex;
        flex-direction: row;
    }

    .single-choose-us {
        max-width: 49%;
        display: inline-block;
    }

    .technical-specification .single-choose-us{
        margin-right: 25px;
    }

    .technical-specification-box{
        display: flex;
    }
}


/* Technical Specification Section End */

/* Get Inspired Section start */

.get-inspired {
    padding: 80px 0px;
}

.get-inspired .nav-pills-custom {
    flex-direction: column;
}

.get-inspired .nav-pills-custom .nav-link {
    color: #366c8e;
    background: #fff;
    position: relative;
}

.get-inspired .nav-pills-custom .nav-link.active {
    color: #fff;
    background: #366c8e;
}

.get-inspired .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #366c8e;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}

.get-inspired .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.get-inspired .nav-pills-custom .nav-link.active img {
    filter: grayscale(0) brightness(100) invert(0) sepia(0);
}

.get-inspired .event-gallery-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: transform 0.35s;
}

.get-inspired .event-gallery-image img {
    height: auto;
    display: block;
    transition: opacity 0.35s, transform 0.35s;
}

.get-inspired .event-gallery-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.35s;
}

.get-inspired .event-gallery-image:hover::before {
    opacity: 0.5;
}

.get-inspired .event-gallery-image:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}


.get-inspired .event-gallery-image .hover-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    transition: opacity 0.35s, transform 0.35s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-inspired .event-gallery-image:hover .hover-line {
    opacity: 1;
}

.get-inspired .event-gallery-image:hover .hover-line::before,
.get-inspired .event-gallery-image:hover .hover-line::after {
    opacity: 1;
}

.get-inspired .event-gallery-image .hover-line::before,
.get-inspired .event-gallery-image .hover-line::after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}

.get-inspired .event-gallery-image .hover-line::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
}

.get-inspired .event-gallery-image .hover-line::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
}

.get-inspired .event-gallery-image:hover .hover-line::before,
.get-inspired .event-gallery-image:hover .hover-line::after {
    opacity: 1;
    transform: scale(1);
}

.get-inspired .event-gallery-image .hover-line i {
    font-size: 1em;
    opacity: 0;
    transition: opacity 0.35s;
}

.get-inspired .event-gallery-image:hover .hover-line i {
    opacity: 1;
}

.fancybox-caption {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .get-inspired .nav-pills-custom {
        flex-direction: row;
    }

    .get-inspired .nav-pills-custom .nav-link {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        margin-right: 25px;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .get-inspired .nav-pills-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .get-inspired .nav-pills-custom {
        display: flex;
        flex-wrap: nowrap;
    }

}


/* Get Inspired Section end */

/* Product section */

.product-section {
    padding: 80px 0px;
}

.product-section .int_sidebar_box {
    margin-bottom: 35px;
}

.product-section .int_sidebar_box h4 {
    color: #ffffff;
    border-bottom: solid 3px #366c8e;
}

.product-section .int_sidebar_box h4 {
    position: relative;
    color: #222222;
    font-size: 22px;
    border-bottom: solid 3px #366c8e;
    display: inline-block;
    padding-bottom: 10px;
}

.product-section .int_product_sidebar .int_sidebar_box h4:after {
    width: 255px;
}

.product-section .int_sidebar_box h4:after {
    background-color: #3e4247;
}

.product-section .int_sidebar_box h4:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 1px;
    background-color: #efefef;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.product-section .int_search_btn {
    margin-top: 30px;
}

.product-section .int_product_sidebar .int_search_btn input {
    width: 195px;
}

.product-section .int_blog_dark_version .int_search_btn input {
    background-color: #212529;
    color: #ffffff;
}

.product-section .int_search_btn input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background-color: #f6f6f6;
    border: none;
    color: #222222;
    margin-bottom: 0px;
}

.product-section .int_search_btn button {
    background-color: #366c8e;
    color: #ffffff;
    border: none;
    padding: 0 21px;
    transition: 0.3s all;
}

.product-section .int_blog_category_mini {
    margin-top: 25px;
}

.product-section .int_blog_category_mini ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.product-section .int_blog_category_mini ul li a.avtive-link {
    color: #366c8e;
    font-weight: 600;
}

.product-section .article--link {
    position: relative;
    display: block;
    width: 100%;
}

.product-section .article--link:after,
.article--link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-section .article--link:before {
    left: 0;
    z-index: 1;
    background: #1b1c1d;
    opacity: 0.15;
}

.product-section .products-block {
    overflow: hidden;
}

.product-section .article--link:hover .products-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.product-section .products-block .products-img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.product-section .collection-sec .products--title,
.collection-sec .products--inner-title {
    text-transform: uppercase;
}

.product-section .products--title {
    position: absolute;
    right: 30px;
    bottom: 40px;
    left: 30px;
    z-index: 5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #fff;
}

.product-section .article--link:hover .products--content {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.product-section .products--content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    width: 100%;
    padding: 15px 25px;
    color: #1b1c1d;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.product-section .products--inner-title {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.3px;
}

.product-section .products--inner-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b1c1d;
}

.product-section .products--attribute {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 3px;
}

.product-section .products--attribute>span:first-child {
    display: block;
    min-width: 35px;
}

.product-section .products--attribute.is-effect span+span {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #666;
}

.product-section .products--attribute span {
    margin: 0 4px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .product-section .int_product_sidebar .int_search_btn input {
        width: 145px;
    }
}

@media (max-width: 991px) {
    .product-section .int_product_sidebar .int_search_btn input {
        width: 195px;
    }
}

/* Product page end */

/* Product Details Start */

.product-detail-section {
    padding: 80px 0px;
}

.product-detail-section .sproduct {
    position: relative;
    max-width: 100%;
}

.product-detail-section .pbigslider {
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.product-detail-section .pbigslide1 {
    flex: 1;
    transition: opacity 0.5s ease-in-out;
}

.product-detail-section .pbigslider img {
    height: auto;
    max-width: 100%;
    display: block;
}

.product-detail-section .psmallslider {
    display: flex;
    overflow-x: auto;
    position: relative;
    margin-top: 10px;
    max-width: 100%;
}

.product-detail-section .psmallslider .pbigslide1 {
    flex: 0 0 auto;
    min-width: 100px;
    max-width: 100%;
    margin-top: 15px;
}

.product-detail-section .psmallslider img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    padding: 0px 8px;
}

@media (max-width: 991px) {

    .product-detail-section {
        padding: 55px 0px;
    }
}

@media (max-width: 768px) {

    .product-detail-section .pbigslider,
    .product-detail-section .psmallslider {
        flex-direction: column;
    }

    .product-detail-section .psmallslider .pbigslide1 {
        min-width: 80px;
    }
}

@media (max-width: 576px) {
    .product-detail-section .psmallslider .pbigslide1 {
        min-width: 60px;
    }
}

.related-product {
    padding-top: 40px;
    padding-bottom: 100px;
}

.related-product-slider {
    display: flex;
    overflow: hidden;
}

.related-product-slider .c2 {
    margin: 0 10px;
    width: calc(25% - 20px);
    box-sizing: border-box;
}

.related-product-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-main table {
    width: 100% !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-main td {
    padding: 9px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit !important;
}

.product-inq {
    width: 100%;
}

.main-iq {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
}

.bottom-desc {
    text-align: center;
    padding-top: 20px;
}

/* Product details end */

/* News Section Start */

.news-section {
    padding: 80px 0px;
}

.news-section .news-module {
    min-width: 270px;
    height: 430px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear 0s;
    overflow: hidden;
    position: relative;
}

.news-section .news-module:hover {
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}

.news-section .news-thumbnail {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.news-section .news-thumbnail img {
    transition: all 0.3s;
}

.news-section .news-module:hover .news-thumbnail img {
    transform: scale(1.1);
    opacity: 0.6;
}

.news-section .news-thumbnail .date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #366c8e;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
}

.news-section .date div:first-child {
    font-size: 18px;
    line-height: 1.2;
}

.news-section .news-content {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    background: #fff;
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    margin-bottom: 15px;
}

.news-section .news-module:hover .news-content {
    height: auto;
}

.news-section .news-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #366c8e;
    padding: 10px 15px;
    font-weight: bold;
}

.news-section .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.news-section .sub-title {
    margin: 0;
    padding: 0 0 20px;
    color: #366c8e;
    font-size: 20px;
    font-weight: 400;
}

.news-section .description {
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    height: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    overflow: hidden;
}

.news-section .news-module:hover .description {
    height: 100px;
}

.news-section .meta {
    color: #999999;
}

/* News Section End */

/* Packing Details Start */

.packing-details {
    margin: 80px;
}

.packing-details .pack2 {
    margin-bottom: 100px;
    position: relative;
}

.packing-details .pack2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto; 
    height: 250px;
    border-left: 5px solid #366c8e; 
    z-index: -1;    
}

.packing-details .row.pack2 span {
    color: #366786;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 36px;
}

.packing-details .magazine-body p {
    margin-bottom: 15px;
}

.packing-details .magazine-body p:last-of-type {
    margin-bottom: 0;
}

.packing-details .dwn-container {
    width: 100%;
    max-width: 250px;
    margin: 40px 0 0;
    background: #fff;
    box-shadow: 15px 15px 0px #366c8e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.6s ease, box-shadow 0.6s ease;
}

.packing-details a.dwn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    color: #366c8e;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.6s ease;
}

.packing-details .dwn-container img {
    display: block;
    margin: auto;
    transition: filter 0.6s ease;
}

.packing-details .dwn-container:hover img {
    filter: brightness(0) invert(1);
}

.packing-details .dwn-container:hover {
    background: #366c8e;
    color: #fff;
    box-shadow: none;
}

.packing-details .dwn-container:hover a.dwn {
    color: #fff;
}

.packing-details .image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.packing-details .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.packing-details .image-wrapper:hover img {
    transform: scale(1.1);
}

.packing-details .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.packing-details .overlay .elms-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.packing-details .overlay .elms-animation span {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    height: 0;
    width: 0;
    transition: all .5s ease-out;
}

.packing-details .overlay .elms-animation span.one {
    top: 0;
    left: 0;
}

.packing-details .overlay .elms-animation span.two {
    top: 0;
    right: 0;
}

.packing-details .overlay .elms-animation span.three {
    left: 0;
    bottom: 0;
}

.packing-details .overlay .elms-animation span.four {
    right: 0;
    bottom: 0;
}

.packing-details .image-wrapper:hover .overlay .elms-animation span {
    width: 50%;
    height: 50%;
}

.packing-details .overlay .imagebox-icon {
    z-index: 6;
    visibility: hidden;
}

.packing-details .image-wrapper:hover .overlay .imagebox-icon {
    animation: show .3s .4s linear forwards;
}

.packing-details .overlay .imagebox-icon .icon {
    color: white;
    font-size: 1rem;
    text-decoration: none;
}

.packing-details .overlay .imagebox-icon .icon:hover {
    color: #f0f0f0;
}

.packing-details .image-wrapper:hover .overlay {
    opacity: 1;
}

@keyframes show {
    to {
        visibility: visible;
    }
}

@media only screen and (max-width: 991px) {
    .packing-details .pack2 {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .packing-details {
        margin: 25px;
    }

    .packing-details .pack2 {
        margin-bottom: 45px;
    }
}

/* Packing Details End */

/*btn-common*/

.btn-common{
  position: relative;
  color: #279EC1;
  text-decoration: none;
  border: 2px solid #279EC1;
  padding: 10px 25px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
  z-index: 1;
}

.btn-common:hover{
    color:white;
}

.btn-common::before{
  background: #279EC1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  transition: all 0.6s ease;
}

.btn3::before{
  width: 100%;
  height: 0%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.btn3:hover::before{
  height: 380%;
}