/*
Theme Name: Etalon Child
Template: etalon
Theme URI: http://keydesign-themes.com/etalon/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Concept WordPress Theme for Professional Services
Version: 1.3.1
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

p {
    margin-bottom: 15px;
}

.tt_button {
    border-radius: 20px;
}

/** Home Services **/
.home-icons#services .cb-container.cb_main_color {
	background-color: #EB4D24;
	border-radius: 0;
	transition: 0.3s all ease-in-out;
}
.home-icons#services .cb-container.cb_main_color:hover {
    transform: scale(1.1);
}
.home-icons#services .cb-container .cb-text-area {
	width: 100%;
	padding-bottom: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.home-icons#services .cb-container .cb-img-area img {
	width: 100%;
}
.home-icons#services .cb-container.cb_main_color .cb-heading {
	text-align: center;
    text-transform: none;
	color: #ffffff;
}

/** Page Titles **/
#single-page .single-page-heading {
	background-image: url('../../uploads/2023/11/koregroup-background-orange.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.single-post section h1.section-heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/** About **/
#about-accordions .vc_toggle_title>h4 {
	display: block;
}

#infographics .key-icon-box .service-heading {
	font-size: 36px;
}
#infographics .key-icon-box p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}

.timeline-photos .wpb_content_element {
    margin: 0;
}

#timeline .wpostahs-slider-wrp .wpostahs-centent-title {
	color: #e44515;
}
#timeline .wpostahs-slider-wrp .wpostahs-centent {
    font-weight: 700;
}

/* .team-member {
	margin-bottom: 0!important;
}

.team-member.design-two .team-content-text {
	background: #ffffff!important;
}

.team-member.design-two .team-content .team-subtitle,
.team-member.design-two .team-content h5 {
	line-height: 1!important;
}

.team-member.design-two .team-content-text {
	padding-top: 15px!important;
	padding-left: 0!important;
	padding-right: 0!important;
	padding-bottom: 0!important;
}

.team-socials {
	display: none;
} */

#team-members .team-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
}

#team-members .team-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 50% 15%;
}

#team-members .team-content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 77, 36, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#team-members .team-member:hover .team-content-text {
    opacity: 1;
}

#team-members .team-member.design-two .team-content h5, #team-members .team-member.design-two .team-content span.team-subtitle {
	color: #ffffff;
}

#team-members .team-socials {
    display: none;
}

.team-careers .vc_column-inner {
    background: #eb4d24;
}
.team-careers .vc_column-inner .vc_custom_heading, .team-careers .vc_column-inner a {
    color: #ffffff;
}
.team-careers .vc_column-inner a:hover {
    color: #f59b22 !important;
}


.wpostahs-centent-title {
	text-align: center!important;	
}
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
	background: #EB4D24!important;
	border-color: #EB4D24!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
	background: #EB4D24!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
	color: #EB4D24!important;
}

.wpostahs-slider-design-2 .wpostahs-centent {
	padding-bottom: 0;
}

.key-icon-box .service-heading {
	margin-bottom: 0px!important;
}

.key-icon-box .ib-wrapper {
	display: flex!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	flex-wrap: wrap;
	align-items: center;
}

.key-icon-box.icon-left.icon-default .fa {
	width: 50px!important;
	height: auto!important;
	margin-right: 10px!important;
	margin-top: 0!important;
}

.key-icon-box.icon-left.icon-default p {
	margin-left: 0!important;
	display: inline-block;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 0!important;
}

/* .key-icon-box .service-heading {
	width: calc(100% - 65px)!important;
} */

.tiles p {
	margin: 0!important;
}

.kore-tile {
	display: grid;
	place-items: center;
	background-color: #eb4d24; 
	color: #ffffff; 
	font-weight: bold; 
	padding: 1em; 
	text-align: center; 
	height: 100px;
	transition-duration: 0.2s;
	line-height: 1;
}

.kore-tile:hover {
	background-color: #2f2f2f;
	color: #eb4d24;
}

.table {
	background-color: #ffffff;
}

.table thead th {
	color: #eb4d24;
}

.kore-team-row .vc_column-inner {
	height: 100%;
}

@media (max-width: 960px) {
	
	.kd_counter {
		margin-bottom: 0!important;
	}
}

/* Gravity Forms */
h2.gform_submission_error {
    font-size: 1rem !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue, .gform_next_button, .gform-theme-button {
	background-color: #eb4d24 !important;
}