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

body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif; 
	font-weight: 700;  
	margin-top: 20px;   
}

.logosite{
    position: absolute;
}
.headertop{
    box-shadow: 0px 9px 10px rgba(0,0,0,0.4);
    z-index: 7;
}
.banner{
	border-bottom: solid 15px #1081C7;
}
.home1, .home2{
	font-size: 17px;
	text-align: justify;
}
.home1 h3{
	color: var(--e-global-color-secondary);
	font-size: 23px;
	font-weight: 700;	
	margin: 30px 0 10px 0;
}
.home2 h3{
	color: var(--e-global-color-primary);
	font-size: 23px;
	font-weight: 700;
	padding: 0 0 0 12px;	
	border-left: 10px solid var(--e-global-color-accent);	
	margin: 30px 0 10px 0;
}



/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
	width: 12px;
  }
  
  *::-webkit-scrollbar-track {
	background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
	background-color: var(--e-global-color-accent);
	border-radius: 20px;
	border: 3px solid #E5E5E5;
  }



/* Small devices  */
@media only screen and (min-width: 300px) {
}
/* Tablet */
@media only screen and (min-width: 768px) {
	.aside{   
		width: 40%; 		
	}
	.bodyer{
		width: 60%;    
	}
}
/* Laptop */
@media only screen and (min-width: 1366px) {
	.aside{   
		width: 25%; 		
	}
	.bodyer{
		width: 75%;    
	}
}
/* desktop */
@media only screen and (min-width: 1400px) {
}
