.theme_bg{background: #d92420;}
.conbix-contact-item i{z-index: 11111;}
.conbix-contact-item p{margin-bottom: 0px; }
.conbix-contact-item br{display: none;}
div#wpcf7-f276-o2 .wpcf7-response-output {color: #fff;}
select{ 
color: var(--body-color);
    border-radius: 6px;
    width: 100%;
    height: 60px;
    border: 1px solid var(--border-color-2);
    padding: 0 15px;
    background: var(--bg-white);
}
img.contact-page-img {
    border-radius: 15px;
}
.contact__three-info a {
    text-transform: none;
}
.contact__three-info {
    min-height: 160px;
}
.contact__three .contact__three-info{
    display: block;
    text-align: center;
}

/*---------------------------------
 *  SERVICE SLIDER CSS
 * ----------------------------- */
.services__three_cstm .services__three-item > img {
    filter: none;
}
.services__three_cstm  .services__three-item-content::after{
    display: none;
}
.services__three_cstm .services__three-item-content{
    position: relative;
    background: #fff;
    margin: 0;
    padding: 20px;
}


/* CARD DESIGN */
.services__three_cstm .services__three-item {
    background: #fff;
/*     border-radius: 16px; */
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
/* 
.services__three_cstm .services__three-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
} */

/* IMAGE SLIDER */
.services__three_cstm .card-img-slider {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.services__three_cstm .card-img-slider img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* DOTS STYLE */
.services__three_cstm .card-img-slider .swiper-pagination {
    bottom: 10px !important;
}

.services__three_cstm .card-img-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.services__three_cstm .card-img-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007ce4;
}

/* CONTENT */
.services__three_cstm .services__three-item-content {
    padding: 20px;
}

.services__three_cstm .services__three-item-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.services__three_cstm .services__three-item-content .content-body {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-height: 150px;
    overflow-y: auto;
}

/* SCROLLBAR THIN */
.services__three_cstm .content-body::-webkit-scrollbar {
    width: 4px;
}
.services__three_cstm .content-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/*----------------------- BLOG CSS START--------------- */
.news__details.section-padding .news__details-left img{ height: 450px; width: 100%; object-fit: cover; object-position: center;}
.news__details.section-padding .news__details-left h2{ font-size: 35px}
.blog__one .blog__one-item-image img{height: 270px; width: 100%; object-fit: cover;}
.blog__one .blog__one-item-content h4 a {
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

/*---------------------------
 *  SERVICE GRID CARDS
 * ---------------------------- */

.cstm-serv-grid .services__one-item .services__one-item-icon img{width: 70px; height: auto;}
/*---------------------------
 *  Cards GRID
 * ---------------------------- */
.cstm-cards-grid .cstm_services__two-item h4 {
    margin-bottom: 14px;
    color: #d92420;
}
.cstm-cards-grid .cstm_services__two-item {
    padding: 25px;
    border: 1px solid #d92420;
   
}
.cstm-cards-grid .cstm_services__two-item ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.cstm-cards-grid .cstm_services__two-item li {
  padding-left: 1em;
  text-indent: -1em;
}

.cstm-cards-grid .cstm_services__two-item li:before {
  content: "\f054";
    font-family: 'Font Awesome 5 Pro';
  padding-right: 10px;
  color: #d92420;
  font-weight: 600
}
.cstm_services__two-item .card_content {height: 250px; overflow-y: auto;}

.cstm_services__two-item .card_content::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.cstm_services__two-item .card_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cstm_services__two-item .card_content::-webkit-scrollbar-thumb {
  background: #ffacaa;
}

/* Handle on hover */
.cstm_services__two-item .card_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fw-content .devices-list span.device-tag {
    background: #f7f7f7;
    padding: 10px 15px;
    margin-right: 10px;
	display: inline-block;
    height: 50px;
    margin-bottom: 10px;
}

.cta_section.theme_bg .subtitle-one, .cta_section.theme_bg h2, .cta_section.theme_bg h3, .cta_section.theme_bg h4, .cta_section.theme_bg h5, .cta_section.theme_bg h6, .cta_section.theme_bg p{color: #fff;}