/*
Theme Name: Indochine Child
Theme URI: http://indochine.lohatheme.com
Description: Child theme for the Indochine WordPress theme.
Author: Your Name
Author URI: https://yourwebsite.com
Template: indochine
Version: 1.0.0
Text Domain: indochine-child
*/

/* Import parent theme styles */
@import url("../indochine/style.css");

.hero-headings h1 {
	font-size: 120px !important;
	letter-spacing: -5px !important;
}
h1,h2,h3,h4, .h2 {
	font-weight: 600 !important;
	text-shadow: unset !important;
}

.timeline-images .slick-current .content .h5 {
	font-weight: 400 !important;
}
.latest-work-child {
	display: none !important;
}
.services-carousel .big-text {
	font-size: 70px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1;
	
}
.cta_button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
    background-color: #fff;
    color: #000;
    margin-top: 50px;
}

.services-carousel .carousel-item .carousel-caption a {
	display: none !important;
}
.service-area .carousel-caption {
	margin-top: -36px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-area .carousel-caption p {
	max-width: 500px;
}
a.theme-btn, a.btn-white-bg, .sbi_follow_btn.sbi_custom a {
	background-color: #cb9c3e !important;
	color: #fff !important;
}
a.theme-btn:hover, a.btn-white-bg:hover, .sbi_follow_btn.sbi_custom a:hover {
	background-color: #14254a  !important;
	color: #cb9c3e !important;
}
.service-area-2  .service-item a:nth-of-type(2) {
    display: none;
}
.latest-services .sub-title {
	max-width: 700px !important;
	color: #fff !important;
}
.latest-services .project-filter {
	display: none !important;
}
.contact-page-form .contact-area::after {
	display: none !important;
}
.services-carousel .service-area h2 {
	text-shadow: unset !important;
}
.banner-area.pt-324.pb-250 {
	padding-top: 150px;
	padding-bottom: 50px;
}
.banner-area .mt-32 {
	margin: 0;
}
.banner-area .banner-content h1 {
	margin-bottom: 10px !important;
}