.culture-smart-consulting h1 {
	font-size: 40px;
	font-family: inherit;
	text-align: center;
}

.culture-smart-consulting h2 {
	margin-bottom: 25px;
	margin-top: 40px;
}

.culture-smart-consulting h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.culture-smart-consulting ul li {
	list-style: none;
	margin-bottom: 30px;
	margin-top: 22px;
}

.culture-smart-consulting {
	position: relative;
}
.culture-smart-consulting ul li,
.stages ul li {
	position: relative
}

.culture-smart-consulting ul li:before,
.stages ul li:before {
	content: "_";
	position: absolute;
	left: -20px;
	top: -10px
}
.culture-smart-logo img {
	max-width: 100%;
}

/*********************************End Culture smart*************************/

/*********************************Stages*************************/
.stages ul li {
	list-style: none;
	position: relative;
}


.stages ul li:before {
	left: -17px;
}
.stages .accordion {
	background: none;
	color: #fff;
	cursor: pointer;
	padding: 18px 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 30px;
	transition: 0.4s;
	position: relative;
	border-bottom: 1px solid;
}


.stages .accordion.active {
	border: 0px;
}

.sub_section {
	text-align: center;
	font-size: 28px;
}



.stages .active,
.stages .accordion:hover {
	background: none;
}

.social-icon img {
	padding-left: 2px;
}

.stages .accordion:after {
	content: "\f107";
	font-weight: normal;
	float: right;
	margin-left: 5px;
	font-family: FontAwesome;
	color: #fff;
	font-size: 47px;
	bottom: 0px;
	position: absolute;
	right: 9px;
}

.stages {
	padding: 60px 60px 100px 60px;
	background: #405077c4;
	margin-top: 56px;
	margin-bottom: 56px;
}

.stages 
.active:after {
	/* content: "\f107"; */
	content: '\f106';
}


/*********************************End Stages*************************/

.slider img {
	width: 100%;
}

.slick-list .slider img {
	width: 100%;
}

.social-icon {
	margin-top: 18px;
	text-align: right;
}

.subscribe h1 {
	text-align: center;
}


.contact-us {
	padding: 80px 0px;
}

.contact-us a {
	color: #000;
}

.stages .panel {
	padding: 0px 18px;
	background: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: #fff;
	font-size: 19px;
	font-family: inherit;
	font-weight: 400;
	/* border-top: 1px solid #fff; */
	box-shadow: none !important;
	line-height: 31px;
	border: 0px;
	position: relative;
}

.stages .panel:before {
	content: '';
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
.client_section_slider {
	width: 100%;
	margin: 0;
	background: #e0e0e05e;
	padding-top: 42px;
	padding-bottom: 51px;
}

.stages .section-title {
	font-size: 40px;
	font-family: inherit;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.client_section_slider .section-title,
.contact-us .section-title {
	font-size: 35px;
	color: #000;
	margin-bottom: 43px;
}

.contact-us p,
.contact-us a {
	font-size: 21px;
}

.client_section_slider img {
	max-width: 118px;

	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
}

.client_section_slider .slick-slide img:hover {
	-webkit-filter: none; 
	filter: none
}
.subscribe {
	padding: 20px 0px;
	margin-top: 60px;
	background: #fff;
}

.subscribe h1 {
	margin-bottom: 20px;
}

.subscribe input[type="text"] {
	min-width: 360px;
	height: 40px;
	font-size: 17px;
	padding-left: 9px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

/*******************************footer**********************/


.subscribe input[type="button"] {
	padding: 8px 15px;
	vertical-align: top;
	background: #aaaaaa;
	border: none;
	font-size: 17px;
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	border-radius: 3px;
}

.subscribe form {
	text-align: center;
}

.footer-logo img {
	max-width: 330px;
}

.footer-logo {
	text-align: center;
	margin-bottom: 10px;
}

.subscribe h1 {
	font-size: 26px;
	font-weight: bold;
}

.address,
.copyright {
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
}

/*******************************End footer**********************/

/********************************Header parallax sectiom********************************/
.header .content-wrapper img {
	width: auto;
	max-width: 100%;
}

.header .content-wrapper {
	text-align: center;
	margin: auto;
}
.header .content-wrapper h1{
	font-size: 60px;
	margin: 0;
	color: #ffffff;
	background-color: #f28800;
	display: inline-block;
	padding: 25px 35px;
}
.header {
	background: url("../images/counsalting/slider_img.jpg");
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}




/*******************************End Header parallax sectiom********************************/





@media only screen and  (max-width:1366px) {
	
	.culture-smart-consulting h1,
	.stages .section-title,
	.client_section_slider .section-title,
	.contact-us .section-title {
		font-size: 38px;
	}

	.stages .accordion {
		font-size: 27px;
	}

	.sub_section {
		font-size: 25px;
	}
}

@media only screen and  (max-width:1199px) {
	
	.culture-smart-consulting h1,
	.stages .section-title,
	.client_section_slider .section-title,
	.contact-us .section-title {
		font-size: 33px;
	}

	.stages .accordion {
		font-size: 25px;
	}

	.main_wrapper {
		padding: 40px 0px;
	}
	.culture-smart-consulting h2 {
		margin-bottom: 20px;
		margin-top: 26px;
	}
	.culture-smart-consulting ul li {
		margin-bottom: 20px;
	}
	.panel {
		padding-top: 0px;
	}
	.contact-us {
		padding: 40px 0px;
	}
	.sub_section {
		font-size: 21px;
	}
	.subscribe {
		margin-top: 20px;
	}

}

@media only screen and  (max-width:991px) {
	.header .content-wrapper h1 {
		font-size: 40px;
	}
	.culture-smart-consulting h1,
	.stages .section-title,
	.client_section_slider .section-title,
	.contact-us .section-title {
		font-size: 30px;
	}

	.sub_section {
		font-size: 18px;
	}
	
	.panel {
		line-height: 22px;
		padding-top: 10px;
	}
	
}

@media (max-width: 970px) {
	.collapse.in{
		display:block !important; 
	}
}

@media only screen and (max-width:520px) {
	.header .content-wrapper h1 {
		font-size: 30px;
	}
	.subscribe input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
		min-width: 100%;
	}

	.stages .accordion {
		font-size: 17px;
	}
	.panel {
		font-size: 13px;
		line-height: 19px;
		padding-top: 10px;
	}
	.culture-smart-consulting h1,
	.stages .section-title,
	.client_section_slider .section-title,
	.contact-us .section-title {
		font-size: 24px;
	}
	.culture-smart-consulting h2 {
		margin-bottom: 10px;
	}
	.stages {
		padding: 20px 20px 30px 20px;
	}
	.contact-us {
		padding: 20px 0px;
	}
	.client_section_slider .section-title,
	.contact-us .section-title {
		margin-bottom: 20px;
	}

	.stages .accordion:after {
		font-size: 29px;
	}
	.main_wrapper {
		padding: 20px 0px;
	}
	.stages .section-title {
		margin-bottom: 10px;
	}
	.subscribe h1 {
		font-size: 20px;
	}
	.social-icon {
		top: 29%;
	}
	.stages .accordion {
		padding: 9px 0px;
	}
}
@media only screen and (max-width:480px){
	.header .content-wrapper h1 {
		font-size: 20px;
		padding: 10px 20px;
	}
	.panel p, .panel ul {
		font-size: 14px;
		line-height: 20px;
	}

	.client_section_slider .slick-slide {
		padding: 0px 30px;
	}

	.culture-smart-consulting h3 {
		font-size: 25px;
		margin-bottom: 10px;
    	margin-top: 25px;
	}
}
@media only screen and (max-width:375px){
	.culture-smart-logo img {
		width: 128px;
	}
}

