/*Theme Name: XCS Group Theme
Theme URI: https://www.xcsgroup.co.uk
Author: Waqqas Mahmood
Author URI: https://www.cappitalise.com
Description: The 2021 theme for WordPress Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio
Domain: xcsgroup */

.grecaptcha-badge{
	display:none!important;
}
.green-box .infobox-icon .infobox-icon-wrap{
	background:#4a952c;
	height:75px!important;
	width:75px!important;
}
.elementor-widget-wp-widget-mc4wp_form_widget{
		background-color: transparent;
		background-image: linear-gradient( 
	90deg, #138FC2 0%, #00A198 100%);
	padding:10px 25px;
	border-radius:2px;
	width:auto!important;
	max-width:100%!important;
}

.elementor-widget-wp-widget-mc4wp_form_widget h5{
	font-weight: bold;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.elementor-widget-wp-widget-mc4wp_form_widget label {
	color:#fff;
}
.elementor-widget-wp-widget-mc4wp_form_widget input[type=submit] {
	background: none;
    border-radius: 30px;
    padding: 4px 15px;
    border: 2px solid #fff;
    font-weight: bold;
	cursor:pointer;
	color:#fff;
	float:right;
}
.elementor-widget-wp-widget-mc4wp_form_widget input[type=submit]:hover {
	background:#fff;
	color:#222;
}
body{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color:#555;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5{
	color:#222;
}
p > a, p > a:hover{
	color: inherit;
}
a:hover{
	text-decoration:none;
}
.hfe-nav-menu__toggle{
	text-align:right;
	padding-right:5px;
	margin:0!important;
}
.footer-wrap ul{
	padding:0;
}
.footer-wrap ul li{
	list-style-type:none;
	margin-bottom:8px;
	transition: all ease 0.3s;
}
.footer-wrap ul li:hover{
	padding-left:4px;
}
.footer-wrap ul li a:hover{
	color:#6799CE;
}
.footer-wrap ul li a, .footer-wrap p{
	color:#293943;
	font-size:0.9em;
}
.footer-wrap h5{
	font-size:1.2em;
	font-weight:600;
}
#testimonial-wrap .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
}

#testimonial-wrap .elementor-container .elementor-column {
    min-width: 100%;
}
.page-heading{
	background-color: transparent;
    background-image: linear-gradient(
	90deg, #138FC2 0%, #00A198 100%);
	padding:2em 0;
	margin-bottom:30px;
}
.page-heading h1{
	color:#fff;
	font-weight:600;
	
}
.elementor-widget-text-editor h3,.elementor-widget-text-editor h2{
	margin-bottom:20px;
}
.search-result{
	margin-bottom:25px;
}
.search-result .read-more-link{
	padding: 6px 16px 6px 16px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(120deg, #138FC2 43%, #00A198 100%);
    border-radius: 3px;	
	margin-top: 4px;
    display: inline-block;
	
}
.search-result .read-more-link:hover {
	color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(120deg, #00A198 43%, #138FC2 100%);
}
.elementor-728 .elementor-element.elementor-element-791f221 .eael-post-elements-readmore-btn{
	display:inline-block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


@media (max-width: 1199.98px) {  

}
@media (max-width:1150px) and (min-width:950px) {

		
}
@media (max-width: 991.98px) {  

}
@media (max-width: 767.98px) {
#testimonial-wrap .elementor-container {
    display: block;
}

}
@media (max-width: 575.98px) { 

}






