@charset "utf-8";
/* CSS Document */
body{
	overflow-x: hidden;
	
}
.container-1{
	margin: 0px;
	padding: 0px;
	
}
.navbar{
	position: fixed;
	
}
.navbar-brand{
	margin-left: 9px;
   padding-right: 150px;
}
.nav-item{
	margin-right: 60px;
}
.nav-link{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#D3C9C9;
	
}
.active{
	color: white;
}
.nav-link:hover{
	color:#FFFFFF;
}
.collapse-icon{
	color: white;
	border: 0.5px solid white;
	padding:2px 3px;
	border-radius: 4px;
}

.connect-icon{
	color: white;
	
}
.connect{
	
    margin-right: 50px;
	padding-top:5px;
}
.contact-right-margin{
	 margin-right: 100px;
	
}
.badge{
	font-size: 2px;
}
.footer{
	background-color: #f2f2f2;
		margin-top: 30px;
}
.footer ul{
	list-style: none;
	color: #848080;

}
.footer ul li a{
	text-decoration: none;
	color:#6C6969;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
.type{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#1D1C1C;
	margin-top: 40px;
}
.footer ul li a:hover{
	color:#1D1C1C;
}
.subscribeinput{
	background-color: transparent;
	border: none;
	border-bottom: 0.5px solid #686767;
}
.sendbutton{
	padding: 5px;
	background-color: #45A7EF;
	color: white;
	text-decoration: none;
	border-radius: 5px;

}
.social{
	border-bottom: 0.5px solid #1F1F1F;
	padding-bottom: 10px;
	padding-top: 15px;
}
.aboutcomapny{
	
	
	font-size: 12px;
	list-style: none;
}
.aboutcomapny li{
	float: left;
	margin-right: 40px;

}
.aboutcomapny li a{
	font-weight: bold;
	color: #1D1C1C;
	text-decoration: none;
	
}
.socialicons{
	font-size:22px;
	color:#1D1C1C;
	margin-right: 20px;
}
.socialicons:hover{
	cursor: pointer;
}
.rights{
	text-align: center;
    font-size:12px;
	color:#1D1C1C;
	
}
.login-signup{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;

}
.login-signup:hover{
	cursor: pointer;
}
.form-group input {
  background-color: transparent;
    border: 1px solid #BCB8B8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-group input:focus {
  border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}
