/*
 Theme Name:   Dicom Child
 Description:  Dicom Child Theme
 Author:       HiBootstrap
 Author URI:   https://hibootstrap.com
 Template:     dicom
 Version:      2.8
 Text Domain:  dicom-child
*/
.banner-section-main .new-main-banner-wrap-content h1 {
    margin-bottom: 20px;
    font-size: 60px;
}
.banner-section-main .banner-area {
    padding-top: 200px;
    background-image: url(http://www.velocitylabs.in/wp-content/uploads/2020/09/banner-bg2.png);
    background-color: var(--whiteColor);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
/*     z-index:1; */
}

.banner-section-main .shape2,
.banner-section-main .shape3,.banner-section-main .shape4, .banner-section-main .shape5, .banner-section-main .shape6, .banner-section-main .shape7, .banner-section-main .shape8 {
    z-index: 0;
}


.dibiz-nav .navbar .navbar-nav .nav-item .dropdown-menu li a{padding: 10px 15px;}
.single-pricing-box .pricing-features ul li{
	margin-bottom:10px !important;
}
.banner-area-content .mailchimp {
    display: none;
}
.main-banner {
    padding-top:150px !important;
}
.main-banner .banner-image{max-width:550px; margin:0 auto;}
.main-banner .banner-image img{margin-top: 40px;}
.banner-three .banne-image{max-width:calc(100% - 200px); margin-left:auto;}
.services-area .row, .featured-services-area .row{justify-content:center;}
.single-pricing-box {
    height: calc(100% - 30px);
	display: flex;
    flex-direction: column;
}
.single-pricing-box .default-btn{max-width: max-content;margin: 20px auto 0;}
.single-pricing-box .pricing-features {
    flex: 1;
}
.single-featured-services-box {height:calc(100% - 30px); display:flex; flex-direction:column; align-items:center;}
.single-services-box{height:calc(100% - 30px); display:flex; flex-direction:column; align-items:flex-start;}
.single-featured-services-box p,
.single-services-box p{flex:1;}
#whatsappBtn{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#whatsappBtn:hover{
    background: #1ebe5d;
}
.single-partner-item img{  filter: grayscale(100%) !important; transition: all 0.3s ease; }
.single-partner-item img:hover{ filter: grayscale(0%) !important;}
/* .page-title-area { padding-bottom: 100px!important; padding-top: 120px!important; } */
.page-title-area { padding-bottom: 70px!important; padding-top: 120px!important; }
.blog-section .search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.blog-section input#blogSearch {
    padding-left: 35px;
	height:40px;
}
.blog-section .blog-card {
    display: block;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}
.blog-section .blog-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover; object-position:top center;
}

.blog-section .blog-card-body {
    padding: 15px; display:flex; flex-direction:column;
}

.blog-section .author-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.blog-section .blog-list-item {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: .3s
}

.blog-section .blog-list-item:hover {
    background: #f9f9f9
}

.blog-section .blog-filters {
    gap: 10px
}

.blog-section .blog-filters .btn {
    display: inline-block;
    color: #080e32;
    background-color: #f5f5f5;
    font-weight: 700;
    font-size: 14px !important;
    padding: 7px 13px;
    border: 1px solid #eeeeee;
    position: relative;
    text-transform: capitalize;
}

.blog-section .blog-filters .btn:hover {
    color: #fff;
    background-color: #0E7A2E;
}

.blog-section .blog-filters .btn.active {
    color: #fff;
    background-color: #0E7A2E;
}

.blog-section .blog-badge {
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
    line-height: 120%;
    font-weight: 600;
    --tw-text-opacity: 1;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background-color: #0e7a2eeb;
    white-space: nowrap;
    border-radius: 15px;
    color: #fff;
}

.blog-section .read-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500
}

.blog-section .read-time svg {
    width: 12px
}

.blog-section .blog-author {
    display: flex;
    gap: 5px;
    margin-top: 16px;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #000
}

.blog-section .blog-author .auth-name {
    font-weight: 600
}
.blog-section .default-card-icon {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #42a660;
    color: #fff;
}
.blog-section .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
	flex:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 1.33;
    transition: all .3s ease-in-out;
	margin:15px 0;
}
.blog-section .blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.5;
	margin-bottom:0;
}
.banner-section-main .new-main-banner-wrap-area .container-fluid {
	padding-left: 15px;
}
@media (min-width:1200px){
   .home .navbar .navbar-nav .menu-item> a {
      color: #fff !important;
  } 
	.home .navbar-area.is-sticky .navbar-nav .menu-item> a {
      color:var(--blackColor) !important;
  } 
	.home  .navbar .navbar-nav .nav-item .dropdown-menu .menu-item> a{
		color:var(--blackColor) !important;
	}
	.home  .navbar .navbar-nav .nav-item .dropdown-menu .menu-item> a:hover{
		color: #0E7A2E !important;
	}
	.home .navbar .navbar-nav .nav-item.active a {
		color: #5bff8c !important;
	}
	.home .navbar-area.is-sticky .navbar-nav .nav-item.active a {
		color: #0E7A2E !important;
	}
  .banner-section-main .new-main-banner-wrap-area .container-fluid {
        padding-left: 15px;
    }
	.banner-section-main .new-main-banner-wrap-content{
		max-width: 640px;
    	margin-left: auto;
	}
}
@media (min-width:1400px){
    .banner-section-main .new-main-banner-wrap-area .container-fluid {
        padding-left: calc(100% / 2 - 1320px / 2 + 15px);
    }
	.banner-section-main .new-main-banner-wrap-content{
		max-width:100%;
	}
}
@media (min-width:1600px){
	.main-banner .banner-image{max-width:650px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section-main .new-main-banner-wrap-content h1  {
        margin-bottom: 15px;
        font-size: 45px;
    }
}
@media (max-width:1199.98px){
	.navbar-color-white .dibiz-responsive-nav .logo img { content: url('/wp-content/uploads/2026/03/white-velocity-logo.png'); }
	.dibiz-responsive-nav .dibiz-responsive-menu.mean-container .navbar-nav{height:unset !important;}
	
	
}
@media (max-width:991.98px){
	.banner-section-main .new-main-banner-wrap-area{
		text-align:center;padding-top: 100px !important;padding-bottom: 70px;
	}
	.banner-section-main .new-main-banner-wrap-image img {
		max-width: 500px ;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
     .banner-section-main .new-main-banner-wrap-content h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }
}
@media (max-width:767px){
	.blog-section .blog-filters{
		justify-content:center;
	}
	.banner-section-main .new-main-banner-wrap-content h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}