/*!
Theme Name: Nyasatech
Theme URI: https://nyasa.co.in/
Author: NyasaTech.me
Author URI: https://nyasa.co.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nyasatech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nyasatech is based on NyasaTech nyasa.co.in/, (C) 2012-2020 Automattic, Inc.
NyasaTech is distributed under the terms of the GNU GPL v2 or later.

*/


/* Home */

.avenir-text {
	font-family: "Avenir", Sans-serif;
	font-style: normal;
	font-weight: 600;
}
.bg-text-overflow {
	overflow: hidden!important;
}
#btn-black:hover svg path {
	stroke: #ffffff!important;
	transition-duration: 0.3s ease-in-out!important;
}
#btn-white:hover svg path {
	stroke: #000000!important;
	transition-duration: 0.3s ease-in-out!important;
}
#subscribe-btn {
	cursor: pointer;
}
#success-stories:hover #btn-black-stories {
	background-color: #000000!important;
	color: #ffffff!important;
}
#success-stories:hover #btn-black-stories svg path {
	stroke: #ffffff!important;
	transition-duration: 0.3s ease-in-out!important;
}
.bg-line-container {
	z-index: -2!important;
}

/* image-success-story */

.elementor-element-6450938 a {
	width: 100%!important;
}



/* other */

.load-scale-animation {
  transform: scale(0.9);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.load-scale-animation.visible {
  transform: scale(1);
  opacity: 1;
}




/* Industries */

.page-id-894 .elementor-widget-image a {
	width:100%!important;
}



/* Services */

.page-id-1215 .elementor-widget-image a {
	width:100%!important;
}
.page-id-1215 .e-con-inner .elementor-element:hover .elementor-icon {
	transform: rotate(-45deg);
}