/*
Theme Name:     Diaco Child
Theme URI:      https://smartdemowp.com/diaco/
Description:    Child theme for Diaco
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       diaco
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
 .main-header figure.logo
 {
         max-width: 300px;
     max-height: 40px;
 }
 .sticky-header .logo-box img, .main-footer .logo-widget .footer-logo img, .hidden-bar .logo-box a img {
     max-width: 180px;
     max-height: 40px;
 }
 .header-style-one .nav-toggler .nav-btn
 {
     background-color: #00b0f0;
 }
 .fixed-header .sticky-header, .hidden-bar .inner-box, .hidden-bar
 {
     background-color: #fff;
 }
 .main-menu .navigation>li>a, .sticky-header .main-menu .navigation>li>a, 
 .main-footer .contact-widget .list li span, 
 .main-footer .logo-widget .social-links li a,
 .hidden-bar .side-menu ul li a .btn.expander,
 .hidden-bar .social-links li a,
 .hidden-bar .social-links li a:hover,
 .main-footer .footer-bottom .copyright a,
 .main-footer .post-widget .post a:hover,
 .service-block-one .inner-box .overlay-box h4 a:hover,
 .video-style-two .inner-content .video-link:hover,
 .sec-title .top-title, .news-block-one .lower-content h4.post-title a:hover,
 .call-to-action .inner-content .appointment-form .form-group button:hover,
 .video-style-two .inner-content .top-text
 {
     color: #00b0f0;
 }
 .sticky-header .main-menu .navigation>li.current>a, 
 .sticky-header .main-menu .navigation>li:hover>a, 
 .main-menu .navigation>li>ul>li:hover, 
 .main-footer .logo-widget .social-links li a:hover,
 .scroll-top
 {
    background-color: #00b0f0;
 }
 .main-menu .navigation>li>ul
{
    border-top: 3px solid #000;
}
.hidden-bar .side-menu ul li a
{
    color: #00b0f0;
    border-bottom: 1px solid #00b0f0;
}
.hidden-bar .logo-box
{
    border-bottom: 1px solid #00b0f0;
}
.main-slider h1 span
{
    color: #00b0f0;
}
.service-block-one .image-box img
{
	height:470px;
}
section.service-style-two.gray-bg .inner-column {
    display: none;
}
.service-style-two .service-block-one:hover .image-box img
{
	opacity: 0.7;
}
.service-block-one .inner-box .count-text
{
	display:none;
}
/* .image-box:hover img
{
	transform: scale(1);
} */
.inner-content ul.clients-logo.clearfix {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
	justify-content: end;
}

.inner-content ul.clients-logo.clearfix .logo
{
	padding: 0px 15px;
}
.inner-content ul.clients-logo.clearfix .logo
{
	padding: 0px 15px;
}
 .main-footer .gallery-columns-3 .gallery-item .gallery-icon ,.main-footer .gallery-columns-3 .gallery-item img:hover
{
	background-color:transparent;
	opacity:1;
}
.about-style-two .image-box .image img
{
	opacity:1;
}
.about-style-two .image-box:hover img
{
	transform: scale(1.05);
}
@media (min-width: 992px) {
	.team-section.team-page .team-block-one
	{
		flex:0 0 33.3333%;
		max-width:33.3333%;
	}
	.inner-content ul.clients-logo.clearfix .logo
	{
		flex:0 0 25%;
		max-width:25%;
	}
	.main-footer .gallery-columns-3 .gallery-item
	{
		flex:0 0 25%;
		max-width:25%;
	}
	.sec-title .top-title
	{
		font-size:24px;
		padding-bottom:10px;
	}
}