/*!
Theme Name: Synergy Child
Theme URI: https://themes.potenzaglobalsolutions.com/nexbiz/
Author: Potenza Global Solutions
Author URI: https://www.potenzaglobalsolutions.com/
Description: IT Business and Services WordPress Theme
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexbiz-child
Tags: elementor, page-builder, agency, it business, data, digital business, it company, it service, it solutions, network solution, software company, software development, technology, technology business, technology IT solutions
Template: synergy
*/
.newsletter_form .wpcf7-form-control.wpcf7-submit {
	position: absolute !important;
	top: -5px !important;
	right: 7px;
}
.newsletter_form .custom-form-widget form.wpcf7-form .wpcf7-not-valid-tip {
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	display: block;
	position: absolute;
	top: 55px;
	right: 365px;
}
.newsletter_form .wpcf7-response-output{
	color: #fff;
}
.custom-form-widget form.wpcf7-form .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.9em;
	font-weight: 500;
	display: block;
	position: relative;
	top: -10px;
	right: unset;
	left: 10px;
}
.our_service_main .service-inner {
  min-height: 450px;
}
.news_blog_main li.post-meta-category {
    display: none;
}
/* industries section grid css start am  */
.industries-section-grid .industries-section-grid-inner-container .industries-services-info .service-wrapper.service-style-04 .service-inner{
	min-height: 380px;
}
.industries-section-grid .pgsel_services-info_wrapper .service-style-04 .service-inner {
  padding: 60px 40px 0px 40px !important;
}
.industries-section-grid .service-action {
   display: none;
}
/* industries section grid css end am */
/* header responsive 1200 css start am*/
@media (max-width: 1300px) {
	.header-button.color-type-custom {
		display: none;
	}
	.site-header.header-style--style-4 .header-right-info {
		gap: 10px;
		margin-left: 5px;
		min-width: 30px;
	}
}
/* responsive end css 1200 am */
/* header responsive 1024 css start */
@media (max-width: 1024px) {
	.site-header.site-header.header-style--style-4 .header-right-info {
		margin:0;
	}
	.site-header.site-header.header-style--style-4 .header-right-info button.side-panel-trigger.navbar-toggler.d-none.d-lg-block {
		display: none !important;
	}
	.main-navigation .offcanvas-body .navbar-nav {
		gap: 0 20px;
	}
	.site-header.header-style--style-4 {
		padding: 0 10px;
	}
	.industries-section-grid .industries-section-grid-inner-container .industries-services-info .service-wrapper.service-style-04 .service-inner{
		min-height: 350px;
	}
	.header-button.color-type-custom {
         display: none;
	}
}
/* header responsive 1024 css end */

.main_team .sub_team .pgsel_team_wrapper .team-style-03 .team-image:before {
     content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s 
ease-in-out;
    background: linear-gradient(180deg, rgba(0, 56, 255, 0) 30%, #ff5e2ed9 80%);

}
/* navigation nemu start css am */
.main-navigation .offcanvas-body .navbar-nav {
    gap: 0 28px !important;
}
/* navigation nemu start end am */
/*  blog date start css am in home page */
.news_blog_main .news_blog_container .blog-post-info .post-meta{
	display:none;
} 
/*  blog date end am */
@media screen and (min-width: 768px) {
	.home-service .pgsel_services-info_wrapper .service-style-04 .service-inner {
		min-height: 450px;
	}
}
.footer-wrapper .column-1 .widget-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between ! IMPORTANT;
    height: 100%;
}
.footer-wrapper .column-1 .widget-area a.btn.btn-primary.bg-color-type-color {
    background: #FF6710;
    color: #fff !important;
    border-radius: 0 !important;
    border: 0;
    margin-left: 10px;
    font-size: 20px;
    padding: 15px 25px;
}
.footer-wrapper .column-1 .widget-area a.btn.btn-primary.bg-color-type-color:hover {
	background:#0B0F1C;
}
.footer-wrapper .column-1 div#custom_html-8 {
    margin-bottom: 30px;
}
.footer-bottom .textwidget {
    color: #fff !important;
}
.site-footer .footer-wrapper .footer-bottom-wrapper {
	padding:10px 0px; 
}
.single-post .author-card-wrapper, .single-post .entry-meta-header{
	display:none;
}
.blog-style-03 .blog-post-img .blog-post-category .post-meta-category {
    display: none;
}
.single-post .blog-post-img .post-thumbnail {
    display: none;
}
.home .pgsel_blogpost-1_wrapper .blog-post-img img {
    height: 280px !important;
	object-fit:cover;
	object-position:center;
}
@media screen and (max-width: 530px) {
	.page-header {
	  height: 250px;
	}
	.page-header.pageheader-layout--all-center .pageheader-title .entry-title {
	  font-size: 26px;
	  line-height: 28px;
	}
	.page-header .pgstheme-breadcrumbs .breadcrumb .breadcrumb-item span {
	  font-size: 16px;
	}
	.single-post .page-header.pageheader-layout--all-center .pageheader-breadcrumb .breadcrumb {
	  display: none;
	}
	.single-post .page-header {
	  height: 200px;
	}
	.back-to-top {
		bottom: 85px;
	}
}
.blog-detail img{
	object-fit: cover;
    height: 300px !important;
}