
body{
	
	
	 font-family: 'Roboto', sans-serif;
	 
}
p {
	
	font-size:16px!important;
}
.footerh2 p{
 font-size:16px;
}

.footerh2 h2{
color: #494545;

}
.one, .one-digi, .one-design {
    border-radius: 14px 0px 0px 14px;
    background:#fbd925;
    padding: 5px;
    width: 148px;
    height: 33px;
	border: 2px solid #fbd925;
	 font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.two, .two-design{
    border-radius: 0px 0px 0px 0px;
    background: #FFF;
    padding: 5px;
    width: 81px;
    height: 33px;
	border: 2px solid #fbd925;
	 font-family: 'Roboto', sans-serif;
	 font-weight: 500;
}
.three, .three-digi{
    border-radius: 0px 14px 14px 0px;
    background: #FFF;
    padding: 5px;
    width: 140px;
    height: 33px;
	border: 2px solid #fbd925;
	 font-family: 'Roboto', sans-serif;
	 font-weight: 500;
}


.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/Portfolio.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;
  width:100%;
}

.pricing-section h1
{
	    text-align: center;
    font-size: 65px;
    color: #fff;
    font-weight: bold;
}

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: -4px;
    -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;
}

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;
}
h2{
 color: #636363;
}
.formback h3
{
	    font-weight: bold;
    margin-bottom: 25px;
}

.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){
	
	.one, .one-design, .one-digi {
    border-radius: 14px 0px 0px 14px;
    background: #fbd925;
    padding: 0px;
    width: 120px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
	font-weight: 500;
}
.two, .two-design, .two-digi {
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px;
    width: 72px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
	font-weight: 500;
}
.three, .three-design, .three-digi {
    border-radius: 0px 14px 14px 0px;
    background: #fff;
    padding: 0px;
    width: 120px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
	font-weight: 500;
}
.pricing-section h1 {
    text-align: center;
    font-size: 40px!important;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
}
.card img {
    width: 32px!important;
    margin-top: 10px;
    margin-bottom: 10px;
}


}	


	@media only screen 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: 55%;
    text-align: center;
    width: 35px!important;
    height: 35px!important;
    font-size: 15px!important;
    background: #0a0a0a;
    color: #fff;
    line-height: 37px!important;
}	
}

@media only screen and (max-width:320px){
	.one, .one-design{
    border-radius: 14px 0px 0px 14px;
    background: #fbd925;
    padding: 0px!important;
    width: 111px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
	font-weight: 500;
}
	
.two, .two-design{
    border-radius: 0px 0px 0px 0px;
    background: #FFF;
    padding: 0px!important;
    width: 63px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
	font-weight: 500;
}	
.three, .three-design{
    border-radius: 0px 14px 14px 0px;
    background: #FFF;
    padding: 0px!important;
    width: 108px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
	font-weight: 500;
}	
	
}

/* @media only screen and (min-width:323px) and (max-width:460px){
	
	.one-digi{
    border-radius: 14px 0px 0px 14px;
    background: #fff;
    padding: 0px;
    width: 116px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
}
.two-digi{
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px;
    width: 72px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
}
.three-digi{
    border-radius: 0px 14px 14px 0px;
    background: #fff;
    padding: 0px;
    width: 110px!important;
    height: 33px;
    border: 2px solid #fbd925;
	font-size: 12px;
}
} */

@media only screen and (max-width:320px){
	.one-digi{
    border-radius: 14px 0px 0px 14px;
   /*  background: #fbd925; */
    padding: 0px!important;
    width: 111px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
}
	
.two-digi{
    border-radius: 0px 0px 0px 0px;
    background: #FFF;
    padding: 0px!important;
    width: 63px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
}	
.three-digi{
    border-radius: 0px 14px 14px 0px;
    background: #FFF;
    padding: 0px!important;
    width: 108px!important;
    height: 30px!important;
    border: 2px solid #fbd925;
	font-size:12px;
}	
	
}
