/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.text-gradient-sub span
{
background: linear-gradient(90deg, #00B5EF 0%, #086DA6 64.06%, #12174E 131.58%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;   
}
.site-button .elementor-button-icon svg {
    height: 13px !important;
    width: 13px !important;
    transition: 300ms linear all;
}
.site-button .elementor-button:hover .elementor-button-icon svg {
transform: rotate(45deg);
}

.zoom-in-out {
  animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}

/* .page-id-1343 footer .line-svg{display:none!important; } */


.header-menu .current-menu-parent ul li a{color:#222222!important;}
.header-menu .current-menu-parent ul li:hover a, .header-menu .current-menu-parent ul li.current-menu-item a{color:#fff!important;}
.text-with-list ul{text-align:left;}

/* responsive */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .choose-list-sec h3{ margin-top:0px; }
}




