/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* Global Css */
button:active,button:focus{
	background:unset !important;
	color:inherit !important;
}

.elementor-widget-heading .elementor-heading-title{
	color:inherit !important;
}
.border1{
	border:1px solid #E3E7ED;
}
.span_green {
    background-color: #32BA7A;
}
.span_blue {
    background-color: #1E70B9;
}



.grecaptcha-badge{
	display:none !important;
}
.nav-links nav ul li a {
	position: relative;
}
.nav-links nav ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: var(--e-global-color-primary);
	transition: width 0.3s ease;
}

.nav-links nav ul li a:hover::after {
	width: 80%;
}
.nav-links nav ul li a.active::after {
	width: 80%;
}


.tool-img-box{
	position:relative;
	overflow:hidden;
}
.tool-img-box::before , .tool-img-box::after{
	content: "";
	width: 0px;
	height: 0px;
	background-color: transparent;
	display: block;
	transition: 1s;
	position: absolute;
}

.tool-img-box::before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
.tool-img-box::after {
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	bottom: 0px;
	right: 0px;
}

.tool-box:hover .tool-img-box::before , .tool-box:hover .tool-img-box::after{
	width: 70px;
	height: 70px;
	border-color: var(--e-global-color-primary);
	border-radius: 5px;
}
/* Custom Button Css */

.custom-btn {
    color: var(--e-global-color-primary);
   
    padding: 12px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }

.btn-10 {
    border: 1px solid var(--e-global-color-primary);
    box-shadow: 0 0 5px -10px var(--e-global-color-primary), 0 0 5px var(--e-global-color-primary) inset;
    color: var(--e-global-color-primary);
    background: transparent;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .btn-10:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-primary);
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .btn-10:hover {
    color: #fff;
  }
  .btn-10:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }


/* Word Count Css */




.word-count-wrapper .input_section {
	background: #F6F8FA;
	border: 1px solid #E3E7ED;
	position: relative;
}



.text-form textarea {
	width: 100%;
    height: 265px;
    outline: none;
    resize: none;
    border: none;
    color: #202020;
    font-weight: 700;
	overflow:auto;
	background:#F6F8FA;
}

.text-form button {
	margin-top:20px;
}

.text-form button:hover {
	background:transparent;
}






