﻿/************ TABLE OF CONTENTS ***************
1. About Section Custom
2. Member Slider Custom
**********************************************/

/***

====================================================================
		About Section Custom
====================================================================

***/
.about-section-custom .about-block-custom {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-custom .about-block-custom .inner-box {
    position: relative;
    padding: 58px 60px 60px;
    background-color: var(--bg-theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 370px;
    width: 100%;
}

.about-section-custom .about-block-custom .inner-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 286px;
    height: 271px;
    opacity: 0.5;
    background-image: url(../images/dotted-map-3.png);
    content: "";
}

.about-section-custom .about-block-custom .image {
    position: relative;
    margin-bottom: 15px;
    color: var(--theme-color2);
}

.about-section-custom .about-block-custom .image i {
    font-size: 84px;
}

.about-section-custom .about-block-custom .title {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 30px;
}

.about-section-custom .about-block-custom .features {
    position: relative;
    margin-bottom: 35px;
}

.about-section-custom .about-block-custom .features .description {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #8c8f94;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-border {
    border-bottom: var(--theme-color2) 1px solid;
}

.page-link {
    color: black;
}

.page-item .page-link:hover {
    color: white;
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.product-details__content {
    margin-top: 10px;
}

.page-item .page-link {
    width: 40px;
    margin: 0 5px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: none;
    line-height: 40px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
}

.page-item.active .page-link {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}

#content_pages {
    padding: 70px 0;
    background: #fafafa;
}

.titlehome {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.list_news {
    margin-top: 50px;
}

.item_news {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
}

.pages_search .list_news .item_news .img {
    width: 360px;
}

.pages_search .list_news .item_news .info {
    width: calc(100% - 360px);
    padding: 20px 30px;
    position: relative;
}

.pages_search .list_news .item_news .info .capt {
    font-size: 18px;
}

.item_news .info .capt {
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.item_news .info .meta_user {
    margin: 8px 0;
}

.titlehome strong {
    color: #ff9705;
}

.center {
    text-align: center;
}

.pages_search .list_news .item_news .img img {
    height: 240px;
}

.meta_user {
    color: #666;
    display: flex;
    align-items: center;
}

.meta_user span {
    margin-right: 20px;
    text-transform: capitalize;
}

.meta_user span a {
    color: var(--bg-theme-color2);
}

.meta_user span .fa {
    color: #fa9507;
    margin-right: 5px;
}

.pages_search .list_news .item_news .info .link {
    color: var(--bg-theme-color2);
    display: inline-block;
    min-width: 130px;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--bg-theme-color2);
    border-radius: 30px;
    font-weight: 600;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 768px) {
    .titlehome {
        text-align: center;
        font-size: 26px;
        padding: 5px 0 0 5px;
        margin-bottom: 15px;
    }

    .list_news {
        margin-top: 12px;
    }

    .item_news {
        margin-bottom: 12px;
    }

    .item_news .img,
    .item_news.small .img,
    .pages_search .list_news .item_news .img {
        width: 140px;
    }

    .item_news .img img,
    .item_news.small .img img,
    .pages_search .list_news .item_news .img img {
        height: 100px;
    }

    .item_news .info,
    .item_news.small .info,
    .pages_search .list_news .item_news .info {
        width: calc(100% - 140px);
        padding: 5px 10px;
    }

    .item_news .info .capt,
    .item_news.small .info .capt,
    .pages_search .list_news .item_news .info .capt {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .item_news .info .meta_user {
        display: block;
        margin: 0;
        font-size: 13px;
    }

    .hidden-xs {
        display: none !important;
    }
}

.about-border {
    border-bottom: var(--theme-color2) 1px solid;
}

/***

====================================================================
		Member Silder Custom
====================================================================

***/

.member-slider-custom {
    position: relative;
    margin-bottom: 40px;
}

.member-slider-custom .inner-box {
    position: relative;
    padding: 25px 15px 0;
}

.member-slider-custom .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    width: 100%;
    background-color: var(--bg-theme-color3);
    content: "";
}

.member-slider-custom .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    width: 100%;
    background-color: var(--bg-theme-color1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    content: "";
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.member-slider-custom .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.member-slider-custom .inner-box:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.member-slider-custom .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.member-slider-custom .inner-box:hover .name {
    color: #ffffff;
}

.member-slider-custom .inner-box:hover .designation {
    color: #8c8f94;
}

.member-slider-custom .image-box {
    position: relative;
}

.member-slider-custom .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}

.member-slider-custom .image-box .image img {
    aspect-ratio: 1/1;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    object-fit: cover;
}

.member-slider-custom .info-box {
    position: relative;
    padding: 0 15px;
    margin-bottom: 25px;
}

.member-slider-custom .info-box .name {
    z-index: 2;
    margin-bottom: 5px;
    height: 60px;

}

.member-slider-custom .info-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    line-height: 1em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.member-slider-custom .share-icon {
    position: absolute;
    right: 20px;
    bottom: -45px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color1);
    background-color: var(--bg-theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
    border-radius: 10px;
}

.member-slider-custom .social-links {
    position: absolute;
    right: 20px;
    top: 100%;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bg-theme-color2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 10px;
}

.member-slider-custom .social-links a {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}

.member-slider-custom .social-links a:hover {
    color: #ffffff;
    background-color: var(--bg-theme-color1);
    border-radius: 8px 8px 10px 10px;
}

.section-productDetail .container,
.section-productDescription .container,
.section-relatedProduct .container {
    padding-top: 0;
    padding-bottom: 0;
}

.section-serviceList .content-box .title {
    height: 2.4em;
}

.section-serviceDetail .service-sidebar {
    display: flex;
    max-width: none;
    width: 100%;
}

.section-serviceDetail .services-details__content ul,
.section-serviceDetail .services-details__content ol,
.section-serviceDetail .services-details__content li {
    color: #333;
}

.blog-details__content img {
    width: auto;
    height: auto;
}

.section-ContentSlider .itemContent_img {
    aspect-ratio: 3/4;
}

.about-section-six .sec-title h2 {
    font-size: 38px;
}

.work-tabs .content-column .inner-column .text,
.about-section-six .content-column .inner-column .text {
    color: #333 !important;
}

.work-tabs .content-column .inner-column .text ol,
.work-tabs .content-column .inner-column .text ul,
.work-tabs .content-column .inner-column .text li {
    list-style: inside;
    margin-bottom: 10px;
    color: #333 !important;
}

.about-section-six .content-column .inner-column .text ol,
.about-section-six .content-column .inner-column .text ul,
.about-section-six .content-column .inner-column .text li {
    list-style: inside !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.about-section-custom .content-column .inner-column .text ol,
.about-section-custom .content-column .inner-column .text ul,
.about-section-custom .content-column .inner-column .text li {
    list-style: inside !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.services-section-custom services-section-three {
    padding-bottom: 20px !important;
}

.about-section-custom.about-section-six {
    padding: 30px 10px !important;
}

.services-section-custom .service-block-three .inner-box:hover .text p {
    color: #f3f3f3 !important;
}

.work-tabs .content-column .inner-column .text p,
.project-section .news-block .inner-box .content-box p,
.about-section-custom .content-column .inner-column .text p,
.about-section-six .content-column .inner-column .text p,
.services-section-custom .service-block-three .inner-box .text p {
    color: #333 !important;
    margin-bottom: 0;
}

.services-section-custom .service-block-three .content-box .text-name {
  min-height:57px;
}

.services-section-three .inner-box .title a {
    font-weight: 700;
}

.section-contactForm .contact-details__info .icon {
    width: 20%;
}

.section-contactForm .contact-details__info .text {
    width: 80%;
}

.footer-map iframe {
    max-height: 350px;
    max-width: 100%;
}

.project-section .section-sub-title {
    color: #333 !important;
}

.section-productDetail #bxslider .image-box {
  border: 1px solid #333;
}
.thumb-box li {
  border:  1px solid #333;
}
.thumb-box li.active {
  border-color: var(--theme-color2);
  border-width: 2px;
}
.product-details__content-text1 {
  white-space: pre-line;
  line-height: 1.3;
}
.content-side h2.product-item {
  font-size: 22px;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 5px
}


.custom-content-box h2, h3, h4 {
  margin: 1rem 0px !important;
}

.custom-content-box h2 {
  font-size: 32px;
}

.custom-content-box h3 {
  font-size: 28px;
}

.custom-content-box h4 {
  font-size: 26px;
}

.custom-content-box img {
  max-width: 80% !important;
  object-fit: cover;
}

/***

====================================================================
		List Product Section Custom
====================================================================

***/

.list-product-section {
    max-width: 100%;
    margin: 0px auto;
    padding: 60px 0 90px;
}

.list-product-section.services-section-three:after{
    display: none;
}
.list-product-section.services-section-three .outer-box{
    margin-left: 0;
    margin-right: 0;
}

.list-product-section .border-custom {
    border: 1px solid #ddd;
}

.list-product-section .btn-style-one {
    padding: 15px 25px !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.list-product-section .owl-nav .owl-prev {
    width: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -0.75rem;
    margin: -20px 0 0 0;
    display: inline-block;
    border: 1px solid #dedfe3;
    float: none;
    border-radius: 0px 20px 20px 0px;
    z-index: 99;
    opacity: 1;
    font-size: 26px;
}

.list-product-section .owl-nav .owl-next {
    width: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -0.75rem;
    margin: -20px 0 0 0;
    display: inline-block;
    border: 1px solid #dedfe3;
    float: none;
    border-radius: 20px 0px 0px 20px;
    z-index: 99;
    opacity: 1;
    font-size: 26px;
}

.list-product-section .owl-nav .owl-prev:hover,
.list-product-section .owl-nav .owl-next:hover {
    background-color: transparent !important;
    outline: none !important;
}

.list-product-section .owl-nav .owl-prev:hover span,
.list-product-section .owl-nav .owl-next:hover span {
    color: var(--theme-color2);
}

.list-product-section .product-block .inner-box {
    border: none;
    border-radius: 0;
}

.list-product-section .product-block .inner-box .content {
    padding: 20px 10px 10px;
}

.list-product-section .product-block .inner-box .content p {
    margin: 0;
    text-align: center;
}

.services-section-custom.services-section-three {
    padding-bottom: 60px;
}

.position-relative-custom {
    position: relative !important;
    z-index: 1 !important;
}

.link-custom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.main-header .header-lower .logo-box {
    justify-content: start;
    padding-left: 0;
}

.content-category {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 35px 30px 35px 30px;
    border-radius: 10px;
    background-color: var(--theme-light-background);
    color: var(--theme-color1);
}

.contactCategory {
    margin-top: 50px;
}

.contactCategory #form-result,
.contactCategory #valid-FullName,
.contactCategory #valid-Phone {
    display: none;
}

.contactCategory .form-control {
    height: calc(1.25rem + 25px);
    padding: 10px 20px;
}
.call-category {
    position: relative;
    display: block;
    margin-top: var(--container-pt);
    padding: 35px 30px 35px 30px;
    border-radius: 10px;
    background-color: var(--theme-light-background);
    color: var(--theme-color1);
}