/*
	Theme Name: Hello Elementor	Child
	Description: A lightweight theme for Elementor page builder
	Author: Madhavi Jha
	Author URI: https://www.upwork.com/freelancers/madhavijha3
	Version: 1.0.0	
	Template: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. 
*/

a {
    background-color: transparent;
    text-decoration: none;
    color: #008DD4;
}
a:active, a:hover{
	color: #B10000 ;
} 
#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.site-navigation ul.menu li ul{ 
	min-width:260px !important;
	background: #008DD4; 
}

.site-navigation ul.menu li ul.sub-menu li a{	
    text-transform: capitalize;
    color: #000; 
	width: 100%; 
} 
.site-navigation ul.menu li ul.sub-menu li a:hover{	
    background:#008DD4 ; 
    color: #fff; 
}
.site-navigation ul.menu li a {   
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
	color:#fff ; 
    /* font-family: lato; */	 
}
.site-branding .site-logo a img,
.site-header .header-inner .site-branding .site-logo img{ 	     
	max-width:340px;
}
.site-description{ display:none; }   
body.parent-pageid-74 .elementor-widget-image img{
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    border-radius: 8px;
} 

ul.dis_services{
	
} 
ul.dis_services li{
	width: 100%; 
}
ul.dis_services li a{
	color: #008DD4;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
} 
}