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

* Theme Name: Choicy Child
* Theme URI: https://themexriver.com/wp/choicy
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Digital Marketing Agency WordPress Theme
* Version: 2.0.5
* Template: choicy
* Text Domain: choicy-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

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

* Why use Child theme?

* Because of choicy 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/

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

.chy-solutions-2-wrap::after{display: none;}
.footer-social-icons{text-align: center;}
.consent-text input[type="checkbox"]{float:left; width: auto !important;}
.consent-text span {
    font-size: 10px !important; 
    color: #333 !important;
}
.form-field .wpcf7-form-control-wrap .nice-select{
	height: 55px;
	
}
.chy-hero-1-img::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(-3deg, rgb(253, 59, 69) 0%, rgb(250, 134, 64) 100%);
    top: 50%;
    left: 10%;
    animation: chyh1curle 4s infinite ease-in-out;
    transition-delay: 2s;
    z-index: 1;
}
.chy-hero-1-img::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(-3deg, rgb(253, 59, 69) 0%, rgb(250, 134, 64) 100%);
    right: 0%;
    top: 35%;
    animation: chyh1curle 3s infinite ease-in-out;
    transition-delay: 2s;
    z-index: 2;
}