
body
	{
		font-family: 'Roboto', sans-serif; 
	}
p 
	{
		font-size:14px!important;
	}
.ourbutton{
	color:#FFF;
	background-color:#fbd925;
	 border: none;
}
.digi-top{
	
margin-top:10px;
}
.img-art{
	margin-top: 22px;
	
}
.img-graphic{
	margin-top: 22px;

}
/* .logo img
	{
		width: 150px;
		position: relative;
		top: -10px;
	}
.navhead
	{
	background: #fff;
	}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
	{
		color: #555;
		background-color: #fbd925;
	} */
	.pricing-section
	{
		height: 465px;
		padding-bottom: 235px;
		padding-top: 250px;
		background-image: url(../image/services.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
.pricing-section h1
	{
		text-align: center;
		font-size: 65px;
		color: #fff;
		font-weight: bold;
	}
.footerh2 h2{
color:#494545;
}
	
a
	{
		color:#000;
	}
.servicebox
	{
		background: #ccc;
		margin-bottom: 25px;
	}

footer
	{
		background: #fbd925;
	}

.uparrow
	{
		background: #d6b400;
		text-align: center;
	}
.uparrow a
	{
		color:#fff;
		font-size: 30px;
		font-weight: bold;	
	}
.card img
	{
		width: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
.copyright a
	{
		color: #000;
		font-size: 16px;
	}
.footermenu
	{
		margin-bottom: 20px;
	}
.footermenu a
	{
	color:#000;
	/* font-size:18px; */
	padding-left: 10px;
	}
.social-circle li
	{
		float:left;
		list-style-type: none;
		margin-right: 10px;
	}
.social-circle li a 
	{
	display: inline-block;
	position: relative;
	margin: 0px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 55%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	background: #0a0a0a;
	color: #fff;
	line-height: 50px;
	}

.social-icon
	{
		margin-top: 35px;
		    margin-left: -35px;
	}

td
	{
		padding: 10px;
		font-size: 20px;
	}

th
	{
		padding: 10px;
		font-size: 20px;
	}

/*font code*/

input[type=text],input[type=email], input[type=file], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #444444;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	width: 170px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formback
	{
		background: #fbd925;
		padding: 25px;
		margin-bottom: 25px;
	}

.formback h3
	{
		font-weight: bold;
		margin-bottom: 25px;
	}
h2
	{
		color: #636363;	
	}
.addressdts
	{
		background: #ffee96;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 25px;
		font-size: 20px
	}
@media only screen and (min-width:323px) and (max-width:460px){
.social-circle li a 
	{
    display: inline-block;
    position: relative;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 52%;
    text-align: center;
    width: 33px;
    height: 36px;
    font-size: 19px;
    background: #0a0a0a;
    color: #fff;
    line-height: 38px;
    margin: 0px;
    padding: 0px;
}
}
@media only screen and (min-width:1024px) and (max-width:1366px){
.social-icon   {
    margin-top: 35px;
    margin-left: -85px;
}	
	
}