/* 
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 */

body, html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #9BC7EA;
}
::-webkit-scrollbar-thumb {
  background: #082A3B;
}

::selection {
    background: #082A3B;
    color: #9BC7EA;
}
::-moz-selection {
    background: #082A3B;
    color: #9BC7EA;
}

 .anim-line {
    position: absolute;
    width: 3px;
    height: 240px;
    background-color: #9BC7EA;
    overflow: hidden;
        }

.anim-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: anim 2s infinite ease-in-out;
}

@keyframes anim {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@media (max-width:1366px){
	.anim-line {
    height: 170px;
        }
}
@media (max-width:1200px){
	.anim-line {
    height: 140px;
        }
}
@media (max-width:880px){
	.anim-line {
    height: 100px;
        }
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.1)!important;
    outline: 0!important;
}

a.elementor-icon {
    outline: 0!important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #aed3ea;
    color: #fff;
    text-decoration: none;
}