/* 
Theme Name: snap
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Snap Custom theme
Author: Snap 360
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: snap
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.no-margin p {
    margin-bottom: 0px !important;
}
.grad-type {
  color: #2C3C4F;
  background-image: linear-gradient(180deg, #2C3C4F , #161e27 100%);
  background-clip: text;
	padding-right:5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skip-link:focus {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f0f0f1;
    color: #2271b1;
    z-index: 100000;
    line-height: normal;
    text-indent: 0px;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

}