/* ===================================================================================

* Theme Name: Indsro Child
* Theme URI: https://themexriver.com/wp/indsro
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Factory & Industry WordPress Theme
* Version: 1.0.1
* Template: indsro
* Text Domain: indsro-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of indsro updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* .footer_all_links .fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap li{
	font-size: 15px;
} */
.footer_all_links .footer-item-wrap .footer-item:last-child,
.footer_all_links .footer-item-wrap .footer-item:nth-child(2),
.fti-footer-3-wrap .footer-item-wrap .footer-item:nth-child(3)::after{
    display: none;
}
.footer_all_links .fti-footer-3-wrap .footer-item-wrap{
	grid-template-columns: repeat(2, 1fr);
}
.footer_bottom_info .fti-footer-3-action .action-item .link, .fti-footer-3-action .action-item span{
	font-size: 15px;
}
.why_choose_us .fti-work-5-content .work-progress-wrapper .work-set-percent .progress .progress-bar{
	background-color: #038b3f;
}
.why_choose_us .fti-work-5-content .work-title-wrap .action .icon{
	background-color: #038b3f;
	border: 8px solid rgb(4, 180, 80);
}
.spinner{
	color: #038b3f;
	background: radial-gradient(farthest-side,#038b3f calc(100% - 6.7px),rgba(0, 0, 0, 0) calc(100% - 5.6px) 0);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li a{
	font-family: var(--urbanist);
    font-weight: 900;
}
.our_services img{
	height: 100px;
	object-fit: cover;
}
.breadcrumb-area .main-img{
	clip-path: unset;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li a,
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li a{
	font-weight: 700;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li ul li a{
	font-weight: 500;
	line-height: 22px;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li a:hover,
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li a:hover{    
    background-size: 100% 1.5px;
    color: var(--fti-pr-3);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 94%;
    background-repeat: no-repeat;
    background-size: 0% 1.5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.fti-work-5-card{
    transform: rotateY(180deg);
}
/* .fti-work-5-card:hover{
    transform: rotateY(0deg);
} */
.fti-btn-pr-6,
.breadcrumb-action,
.fti-btn-pr-4::before,
.fti-footer-3-action .appointment,
.fti-work-5-card .content .number{
	background-color: #05487f;
}
.fti-subtitle-4{
	color: #05487f !important;
}
.fti-subtitle-5{
	color: #fff !important;
}
.product_img img{
    height: 500px;
    object-fit: cover;
}
.product_detail_box .services-details-wrap .feature .item-title-wrap{
	display: block;
}
.product_detail_box .icon{
	display: none;
}
.fti-header-3-logo{
	background: unset;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
    .footer_all_links .fti-footer-3-wrap .footer-item-wrap {
		grid-template-columns: 1fr;
	}
}
