.txt-light-gray {
    color: var(--light-gray);
}

.f-64 {
    font-size: 4rem;
}


/* Our Brands */

.brands-grid .brands-card-title {
    color: var(--primary-white);
    font-size: 22px;
}

.brands-grid .brands-card-text {
    color: var(--primary-white);
    font-size: 14px;
    line-height: 1.6;
}

.cst-yellow-btn-brands {
    font-size: 14px;
    background-color: var(--primary-yellow);
    color: var(--primary-black);
    border-radius: 0;
    border: 0;
}

.cst-yellow-btn-brands:hover {
    background-color: var(--background-light-yellow);
    color: var(--primary-black);
}

.scroll-bar {
    overflow-y: scroll;
    height: 100px;
    padding-right: 15px;
}

.brands-grid ::-webkit-scrollbar {
    border-radius: 2.5px;
    width: 4px;
}

.brands-grid ::-webkit-scrollbar-thumb {
    background-color: var(--primary-yellow);
    border-radius: 2.5px;
}

.brands-grid ::-webkit-scrollbar-track {
    background-color: var(--gray-light);
    border-radius: 2.5px;
}


/*---------Media Query------*/

@media (max-width: 600px) {
    .brands-grid .brands-card-title {
        color: var(--primary-white);
        font-size: 22px;
    }
    .brands-grid .brands-card-text {
        color: var(--primary-white);
        font-size: 14px;
        line-height: 1.6;
    }
    .scroll-bar {
        overflow-y: scroll;
        height: 100px;
        padding-right: 15px;
    }
    .brands-grid ::-webkit-scrollbar {
        border-radius: 2.5px !important;
        width: 4px !important;
    }
    .brands-grid ::-webkit-scrollbar-thumb {
        background-color: var(--primary-yellow) !important;
        border-radius: 2.5px !important;
    }
    .brands-grid ::-webkit-scrollbar-track {
        background-color: var(--gray-light) !important;
        border-radius: 2.5px !important;
    }
}


/* After Sale Services  */

#service-card {
    text-decoration: none;
    cursor: pointer;
    color: var(--primary-black);
}

#card-img-top-servicea,
img.wp-post-image {
    height: 180px;
    object-fit: cover !important;
}

.service-card-link:hover .card-body {
    background-color: var(--primary-yellow) !important;
}

.service-standards-card {
    border-right: 6px solid var(--primary-yellow);
    border-radius: 0%;
}

.service-standard-card-table {
    margin: 0%;
}

.service-standard-table-c1 {
    width: 130px;
}

.testimonial-card {
    min-height: 410px;
}

.textarea {
    min-height: 170px;
}

.testimonial-thumbnail-icon {
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
}




/* Contact Us section */

.contact-card {
    border-radius: 0%;
}


/* Contact Us MAP */

.contact-map {
    position: bottom;
    height: 100% !important;
}

.contact-map iframe {
    position: bottom;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 500px !important;
    border: 0;
    display: block !important;
}


/* Contact Us MAP end */

/* pallet */
.pallet-image{
    min-height: 140px;
}
/* Contact Us Forms */

.contact-us-section .wpcf7 {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.contact-us-section .wpcf7 input[type="submit"] {
    width: auto !important;
    /* float: right; */
}

.contact-us-section .wpcf7-form {
    border-radius: 0%;
}
.wpcf7-selected{
    color:var(--primary-black);
}

/* .contact-us-section .wpcf7-form input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-black) !important;
  box-shadow: none;
} */


/* Dropdown Icon */

/* .contact-us-section select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: menulist;
} */


/* Contact Us Forms end */

#clickable-text {
    text-decoration: none;
    cursor: pointer;
    color: var(--primary-black);
}


/* Project Single Start */

.category-card-pro-single {
    width: fit-content;
}


/* Projects Page Filter */

#ofproject_country {
    border-radius: 0%;
    border-color: var(--primary-yellow);
    padding: 0.6rem;
    margin-left: 0%;
    font-size: 14px;
    margin-top: 0.6rem;
    width: 250px;
}

.project-card-title {
    min-height: 43px !important;
}


/*---------Media Query Projects------*/

@media (max-width: 600px) {
    #ofproject_country {
        border-radius: 0%;
        border-color: var(--primary-yellow);
        padding: 0.6rem;
        margin-left: 0%;
        font-size: 14px;
        margin-top: 0.6rem;
        width: 200px;
    }
    .f-14-sm {
        font-size: 0.875rem;
    }
    .project-card {
        min-height: 270px !important;
    }
}

.searchandfilter-cst input {
    background-color: var(--primary-yellow) !important;
    color: var(--primary-black) !important;
    border-radius: 0;
    margin: 0 !important;
    padding: 0.7rem;
    padding-right: 0.8rem;
    font-size: 14px;
    border: none;
}

.searchandfilter-cst input:hover {
    border: none;
    border-radius: 0%;
    padding: 0.7rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 14px;
    color: var(--primary-white) !important;
    background-color: var(--primary-black) !important;
}

ol,
ul {
    padding-left: 0 !important;
}

.card-img-top {
    border-radius: 0%;
}

.product-card-location-tag {
    min-height: 710px;
}


/* Project Card  */

.project-card {
    min-height: 270px;
}

.project-card:hover .card-body {
    background-color: var(--primary-yellow);
}

.project-card .card-body p {
    min-height: 55px;
}


/* Project Single Carousel */

#owl-carousel-project-single .owl-prev:hover,
#owl-carousel-project-single .owl-next:hover {
    background-color: var(--primary-black) !important;
    color: var(--primary-white) !important;
}

#owl-carousel-project-single .owl-prev,
#owl-carousel-project-single .owl-next {
    position: absolute;
    top: 45%;
    background-color: var(--primary-yellow) !important;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0 !important;
    margin: 0 !important;
}

#owl-carousel-project-single .owl-prev {
    left: 0;
    font-size: 40px;
    line-height: 0%;
}

#owl-carousel-project-single .owl-next {
    right: 0;
    font-size: 40px;
    line-height: 0%;
}


/*---------Media Query------*/

@media (max-width: 600px) {
    /* ***About Us*** */
    .item-count:first-child {
        border: none;
    }
}

#co-owl-carousel .owl-prev:hover,
#co-owl-carousel .owl-next:hover {
    background-color: var(--primary-white) !important;
    color: var(--primary-black) !important;
}

#co-owl-carousel .owl-prev,
#co-owl-carousel .owl-next {
    position: absolute;
    top: 45%;
    background-color: var(--primary-black) !important;
    color: var(--primary-yellow);
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0 !important;
    margin: 0 !important;
}

#co-owl-carousel .owl-prev {
    left: 0;
    font-size: 40px;
    line-height: 0%;
}

#co-owl-carousel .owl-next {
    right: 0;
    font-size: 40px;
    line-height: 0%;
}


/* Breadcum Css */

a:-webkit-any-link {
    color: var(--primary-black);
    cursor: pointer;
    text-decoration: none;
}


/* Home page css */

@media (max-width: 600px) {
    .home-about-leadingway-text {
        padding-left: 0% !important;
        padding-right: 0% !important;
        padding-top: 1rem;
        text-align: center;
    }
    .bot-text {
        font-size: 12px;
        text-align: center !important;
        padding: 12px;
        margin-right: 0% !important;
    }
    .elan-s1-card-mob {
        min-height: 175px !important;
        border-radius: 5px;
    }
}


/* Elan Page */

@media (max-width: 600px) {
    .map_point::before {
        content: "";
        position: absolute;
        width: 10px !important;
        height: 10px !important;
        background-color: var(--primary-yellow);
        border-radius: 50%;
        z-index: 1;
        animation: ripple 1.5s ease-out infinite;
    }
    .dot:after {
        text-align: center;
        content: " ";
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 10px !important;
        height: 10px !important;
        background-color: var(--background-light-yellow);
        border-radius: 100px;
    }
    .elan-s1-card {
        min-height: 235px !important;
        border-radius: 5px;
        display: inline !important;
        margin: 0% !important;
    }
    .f-12-sm {
        font-size: 0.75rem !important;
    }
    .product-card-img-caro {
        width: 50px !important;
        height: 50px;
    }
    #elan-top-slider.owl-carousel .owl-item img {
        display: inline !important;
    }
    .container-player {
        margin: 20px auto !important;
        max-width: 80vw !important;
    }
}

#elan-accordion .accordion-button:not(.collapsed) {
    color: #212121 !important;
    background-color: #F9A825 !important;
}

.elan-s1-card {
    min-height: 235px !important;
    border-radius: 5px;
}

.elan-s1-card .product-card-img {
    width: 40% !important;
    text-align: center;
    vertical-align: middle;
}

.elan-s1-card .product-card-img-tag {
    min-height: 130px;
}

elan-s1-card-mob {
    min-height: 300px !important;
    border-radius: 5px;
}

.elan-solution-card {
    min-height: 380px !important;
}

.elan-solution-card img {
    width: 100px !important;
    display: inline !important;
}

.features-card {
    min-height: 270px !important;
    border-bottom: 5px solid var(--primary-yellow);
    border-radius: 0;
}

.features-card h5 {
    min-height: 60px !important;
}


/* map */

.image-pointer {
    position: relative;
    text-align: center;
    /* margin: 0 auto; */
    height: auto;
    width: 100%;
    /* margin: 40px 0; */
}

.image-pointer .pointer_wrap .single_loc_point:first-child {
    top: 56%;
    left: 70%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(2) {
    top: 30%;
    left: 67%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(3) {
    top: 83%;
    left: 41%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(4) {
    top: 51%;
    left: 22%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(5) {
    top: 18%;
    left: 19%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(6) {
    top: 90%;
    left: 17%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(7) {
    top: 90%;
    left: 60%;
}

.image-pointer .pointer_wrap .single_loc_point:nth-child(8) {
    top: 56%;
    left: 60%;
}

.image-pointer .pointer_wrap .single_loc_point {
    position: absolute;
}

.image-pointer .pointer_wrap .single_loc_point .map_point {
    cursor: pointer;
    position: relative;
    width: 1.7vw;
}

.image-pointer .pointer_wrap .point_info {
    position: absolute;
    background-color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    overflow: hidden;
    display: none;
    opacity: 0;
    width: 130px;
    padding: 8px 25px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.image-pointer .pointer_wrap .single_loc_point:hover .point_info {
    opacity: 1;
    display: block;
    z-index: 100;
}

.dot:after {
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--background-light-yellow);
    border-radius: 100px;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.map_point::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-yellow);
    border-radius: 50%;
    z-index: 1;
    animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(3);
    }
}


/* elan video player */

.container-player {
    margin: 20px auto;
    max-width: 60vw;
}


/* services single */

.wpcf7 {
    max-width: 100% !important;
    margin: 0 auto!important;
}


/* Project Cards */

#card-img-top-projects,
img.wp-post-image {
    height: 160px;
    object-fit: cover !important;
}


/* About Us  */

.why-cl-about-us .accordion-button:not(.collapsed) {
    color: #212121 !important;
    background-color: #F9A825 !important;
}


/*Search*/
.entry-summary .btn{
background-color: var(--primary-yellow) !important;
	border: 0px solid transparent !important;
}


/* services card mass Global */
/* .border-right{
    height: 50%;
    margin: auto;
    color: var(--primary-black);
    border-right: 1px solid;
} */

.tab-pane {
    height: 100%;
}
.col-border {
    border-right: 1px solid gray;
  }
.col-bottom{
    border-bottom: 1px solid gray;
}
.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }

  /* Add border-right after first, second and third columns */
  /* @media only screen and (min-width: 768px) {
    .col-md-6:nth-child(1),
    .col-md-6:nth-child(2),
    .col-lg-3:nth-child(3) {
      border-right: 1px solid gray;
    }
  } */
