@charset "utf-8";
/* CSS Document */
body{
	overflow-x: hidden;

}


.container-1{
	margin: 0px;
	padding: 0px;
	
}

.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;
}
.componentscontainer{
	margin: 0px !important;
	padding:0px !important; 
}
.container-3{
	margin-top: 55px;
}
.learn{
	font-family: 'Roboto', sans-serif;
	margin-left: 20px;
	font-weight: bold;
}
.card{
	transition: box-shadow 0.5s;
	transition: transform 0.3s;
	
}
.card:hover{
			-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	transform: scale(1.012);
	cursor: pointer;
}
.card-body a{
	background-color:#212020;
	color: white;
}
.card-body a:hover{
	border:1px solid #212020;
	background-color: transparent;
	color: #212020;
}
.components2container{
	margin-top: 50px;
}

.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;
	
}
