/* ===================================================================================

* Theme Name: Sassriver Child
* Theme URI: https://themexriver.com/wp/sassriver
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: SaaS & StartUp WordPress Theme
* Version: 1.0.0
* Template: sassriver
* Text Domain: sassriver-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of sassriver updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.sr-footer-1-wrap {
	justify-content: center;
}
.sr-footer-1-wrap img {
	max-width: 350px;	
}
.whychoose .sr-features-3-item-single .title::before, .whytxt .elementor-icon-list-text::before {
	    content: "\f058";
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 20px;
    background: var(--sr-clr-gd-2);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 5px;
}
.tx-contactPage label {
	display: block;
	margin-bottom: 10px;
}
.tx-contactPage label span {
	color: red;	
	display: inline-block;
    width: auto;
    margin-left: 3px;
}
.tx-contactPage textarea {
	resize: none;
}
.home-banner .sr-hero-1-img img {
	border-radius: 16px;
}
.home-banner .sr-core-features-1-wrap .single-elm {
	pointer-events: none;
}
#community .sr-choose-5-icon {
	display: none;
}
.serv-tags .elementor-icon-list-items {
	grid-row-gap: 15px;
}
.serv-tags .elementor-icon-list-text {
	background: var(--sr-clr-black-7);
    border-radius: 100px;
    color: var(--sr-clr-black-3);
    font-size: 16px;
    padding: 9px 16px;
    transition: all 0.5s var(--sr-cube-1);
}
.serv-tags .elementor-icon-list-text:hover {
	background: var(--sr-clr-pr-1);
    color: #fff;
}
.sr-footer-1-disc {
	margin: 0 auto;
  text-align: center;
}
#services .sr-accordion {
	gap: 30px;
}
#services .sr-accordion-item .item-title {
	padding: 25px;
}
.wa-overly {
	z-index: 9
}
.wa-offcanvas-area {
	z-index: 999;
}
@media screen and (max-width: 1200px) {
#services .sr-accordion {
	gap: 20px;
}
#services .sr-accordion-item .item-title {
	padding: 15px;
}	
}