/*
 Theme Name:   Consultix Child
 Theme URI:    http://radiantthemes.com/consultix/
 Description:  Consultix Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     consultix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  consultix-child
*/

.header_main .brand-logo img {
    max-width: 250px;
}

.ns_white_text {
	color: #ffffff;
}

.why-choose-img > div {
	background-size: contain;
}

.why-choose-img > div > div > h5 {
	font-size: 18px !important;
}

.why-choose-img > div > div {
	margin: 30px 0 0 0;
}

#talent-acquisition-list {
	font-size: 15px;
	font-weight: 300;
	font-family: Poppins;
}

#talent-acquisition-text {
	font-family: Poppins;
} 

#talent-acquisition-subheading {
	font-family: Poppins;
}

.pm-text-font {
	font-family: Poppins;
}

.pm-full-justify {
	text-align: justify;
	text-justify: inter-word;
}

/* Side menu */

.side-menu ul li a {
    background: #f3f4f5 !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    color: #001040 !important;
    margin-bottom: 3px !important;
    border-left: 4px solid #f3f4f5 !important;
}

.side-menu ul li.current_page_item a {
    border-left: 4px solid #c3d3e5 !important;
}

.side-menu ul li a:hover {
    border-left: 4px solid #c3d3e5 !important;
}

#pm-quick-contact {
	width: 262.5px !important;
}
#pm-side-contact > div > form > p {
	margin-bottom: 4px;
}

#pm-side-contact > div > form > p > span > input, textarea, select {
	width: 220px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#pm-side-contact > div > form > p > input[type="submit"] {
	background-color: #f5f6f6;
	color: #001a57;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	border-left: 2px solid #ededed;
	border-right: 2px solid #ededed;
	border-radius: 30px 30px 30px 30px;
	/*
	box-shadow: initial;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	*/
}

#pm-side-contact > div > form > p > input[type="submit"]:hover {
	background-color: #001139;
	color: #fff;
}

/*
.pm-fancy-text > div > div:first-child {
    margin-bottom: -10px !important;
}
*/

.pm-fancy-text .holder::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: #001a57;
    width: 0%;
    transition: width 0.5s;
}

.pm-fancy-text .holder:hover::after {
    width: 100%;
    background: #001a57;
}

.pm-fancy-text .holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: #c3d3e5;
    width: 100%;
}

.pm-benefits .first-card h4 {
	font-weight: 900 !important;
}

.pm-benefits .first-card:hover {
	background-color: lightblue;
}

.pm-benefits .second-card .table-cell {
	background-size: cover;
	height: 227px !important;
}

.second-card .btn {
	display: none;
}

#pm-contact-btn > a {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.pm-benefits-box h4 {
	color: #00174d !important;
	font-size: 45px !important;
	font-weight: 800 !important;
	background-color: rgba(255, 255, 255, 0.45);
}

.pm-benefits-box p {
	color: #00174d !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	background-color: rgba(255, 255, 255, 0.45);
}

.pm-benefits-box a {
	display: none;
}

/* Temporarily hide client's testimonials from company overview */
#pm-overview-our-clients {
	display: none;
}

.pm-testimonial h5 {
	color: #505050 !important;
}

.pm-testimonial p {
	color: #808080 !important;
}

.testimonial.element-four .testimonial-item > .holder > .data blockquote:after{
	position:absolute;
	top:25px;
	right:0;
	z-index:0;
	content:"\f10e";
	font-family:'FontAwesome';
	font-size:25px;
	color:#807e7d;
	line-height:25px;
}

@media screen and (max-width: 450px) {
	.pm-slide-text {
		/*text-shadow: 0px 0px 15px #ffffff;*/
		background-color: rgba(255, 255, 255, 0.50);
	}

	/* First line of text on slide 1 */
	#pm-slide1 > div:nth-child(4) {
		top: 90px !important;
	}
	
	/* Second line of text on slide 1 */
	#pm-slide1 > div:nth-child(2) {
		top: 145px !important;
	}
	
	/* Button on slide 1 */
	#pm-slide1 > div:nth-child(3) {
		top: 180px !important;
	}
	
	/* First line of text on slide 3 */
	#pm-slide3 > div:nth-child(4) {
		top: 81px !important;
	}
	
	/* Second line of text on slide 3 */
	#pm-slide3 > div:nth-child(3) {
		top: 137px !important;
	}
	
	/* Button on slide 3 */
	#pm-slide3 > div:nth-child(2) {
		top: 173px !important;
	}
	
	.why-choose-img > div {
		background-size: 90px 90px;;
	}
}

@media screen and (max-width: 800px) {
	.pm-slide-text {
		/*text-shadow: 0px 0px 15px #ffffff;*/
		background-color: rgba(255, 255, 255, 0.50);
	}
}