body{	font-family: "Raleway", sans-serif;}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: "Raleway", sans-serif;
}

#hedabot h3{ font-family: "Raleway", sans-serif;}

body p{	font-size:20px; text-align:justify;}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
	padding:2px;
}


#about p{	text-align:justify;
			line-height: 1.6;
			font-size:20px;}
			
			
#services a{	font-size:22px;}			

/* Hero Section Start*/

#feader {
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
	padding-top:15px;
	padding-bottom:30px;
    transition: all 0.5s;
    background: none;
}

.bghro {
  background-image: url("../hero-bg.png");
  width:100%;
  height:auto; 
  box-sizing:border-box;
}

.navbar ul {
    margin: 0;
    padding-top: 20px;
}

#hero {
    width: 100%;
    height: 800px;
    background:red;
    margin: 10px 0 10px 0;
}



.hero-section {
    background:#fff;
    position: relative;
}			
			
.hero-section.inner-page {
    height: 20vh;
    min-height: 0;
}


/* Hero Section End*/

/* Service Section Start*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c0d44f;
}