/* 
 body{
    font-size: 14px;
    margin: 0;
    padding:0;
    position:relative;
    top: 0;
    left: 0;
	height:auto;
	color:#000;
	overflow-x:hidden;
	scroll-behavior: smooth;
}
@font-face {
    font-family:Segoe_UI_regular;
    src: url('../font/Segoe_UI_regular.ttf');
}
@font-face {
    font-family:Segoe_UI_Bold ;
    src: url('../font/Segoe_UI_Bold.ttf');
}
@font-face {
    font-family:Segoe_UI_semibold ;
    src: url('../font/Segoe_UI_semibold.ttf');
}  */


/* p,a{
	color:#727272;
}
p{
	line-height:27px;
}
.flex{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

p,a,button{
	font-size:16px;
	font-family:Lato-Regular;
}

button,a{
	cursor:pointer;
}

a:hover{
	text-decoration: none;
	color: #000;
}


section{
    padding: 50px;
}
 h1 {
    font-size: 40px;
    font-family: Lato-Bold;
	color: #000;
}
h2, h3 {
    font-size: 38px;
	color: #000;
}
.no-padding{
	padding:0px;
}

.mt-20{
	margin-top:20px
}
.mt-25{
	margin-top:25px
}
.mt-30{
	margin-top:30px
}
.mt-40{
	margin-top:40px
}
.mt-50{
	margin-top:50px
} */

/* --------------- Navbar css ---------------- */

/* .navbg_Color{
	background-color: #8dcef4;
}
.nav-item{
	
	padding-left: 45px;
}
.nav-link{
    font-family:Segoe_UI_semibold;
}
.btn{
    font-family:Segoe_UI_semibold;
	border-radius: 20px;
} */

