.headclr{
	
	
	 background-color: rgba(0, 0, 0, 0.9);
  background-image: url("../images/menu-bg.jpg");
  /*padding: 20px 0;*/
  height: 90px;
  transition: all 0.5s;
  background-position:center;
}

.toppad{
	padding-top:80px;
}
.heading-pad{
	padding-top:20px!important;
}
.heading-set{
	color: #000;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}


.service-margin{
	margin-bottom:80px;
}

.services-icon-display{
	display:none;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}



.overflow-hidden{
	
	overflow:hidden;
}

.service-imagepad1{
	padding-top:76px;
}

.service-imagepad2{
	padding-top:15px;
}

.service-imagepad3{
	padding-top:75px;
}

.service-imagepad4{
	padding-top:147px;
}

.img-circle-1{
	width:230px;
	height:230px;
	border-radius:50%!important;
	padding:10px;
	margin-top: 33px;
    margin-left: 35px;		
}

.img-circle-2{
	width:230px;
	height:230px;
	border-radius:50%!important;
	padding:10px;
	margin-top: 21px;
    margin-left: 35px;		
}

.img-circle-3{
	width:230px;
	height:230px;
	border-radius:50%!important;
	padding:10px;
	margin-top: 0px;
    margin-left: 35px;		
}



.img-dimension1{
	width:10px;
	height:100px;
}

.img-dimension2{
	width:10px;
	height:100px;
}

.document-service-padding1{
	padding-bottom:20px;
}

.document-service-padding2{
	padding-bottom:288px;
}

.print-service-padding1{
	padding-bottom:20px;
}
.print-service-padding2{
	padding-bottom:16px;
}
.print-service-padding3{
	padding-bottom:27px;
}

.print-margin-bottom{
	margin-bottom:37px!important;
}
.img-marg-bottom{
	margin-bottom:20px;
}

.portfolio-btn-padding{
	padding-bottom:20px;
}

@media screen and (max-width:600px){
	.img-circle-1{
	margin:0 auto;
    display: block;
	}
	.img-circle-2{
	margin:0 auto;
    display: block;
	}
	.img-circle-3{
	margin:0 auto;
    display: block;
	}
}
.btn-portfolio{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #D0D217;
}

.btn-portfolio:hover{
	background: #fff;
    color: #D0D217;
}


.myheightset{
	height:auto!important;
	overflow:visible!important;
}

.clearfix{
	overflow: auto;
}



