hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
    border-top: 1px solid #eee;
}

.headLinks a{
	color: #453074;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.headLinks a:hover{
	color: #453074;
	text-decoration: underline;
}

.headLinks2 a{
	color: #453074;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.headLinks2 a:hover{
	color: #453074;
	text-decoration: underline;
}

.hero-image {
  background-image: url("../images/printing-press.jpg");
  background-color: #fff;
  height: 74vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.06deg, #453074 0.03%, rgb(255 255 255 / 20%) 120.35%);
}

.hero-image2 {
  background-image: url("../images/banner-image-2.jpg");
  background-color: #fff;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 1rem;
}

.hero-image2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.06deg, #453074 0.03%, rgb(255 255 255 / 20%) 120.35%);
	border-radius: 1rem;
}

.hero-image3 {
	background-color: #fff;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 1rem;
}

.hero-image3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #453074 0.03%, rgb(255 255 255 / 20%) 120.35%);
	border-radius: 1rem;
}

.hero-text {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	color: white;
}

.hero-text2 {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    color: #fff;
}

.hero-text3 {
	position: absolute;
	bottom: 10%;
	left: 4%;
	color: #fff;
}

.hero-text h1, .hero-text h2{
	text-shadow: 3px 2px 3px rgba(0,0,0,0.5);
}

.hero-text a, .hero-text2 a, .hero-text3 a, .formA a{
	background: #fff;
	border-radius: calc(60px/2);
    border-width: 1px;
    font-size: 0.8rem;
	font-weight: 600;
    line-height: 1.4em;
    min-height: 40px;
    padding: 10px 34px;
	color: #453074;
    text-decoration: none;
	transition: all 0.3s ease 0s;
}

.hero-text a:hover, .hero-text2 a:hover, .hero-text3 a:hover, .formA a:hover{
	color: #fff;
	background: #453074;
}

.slideH1{
	font-size: 0.8rem;
	text-align: start;
}

.slideH1 a{
	color: #453074;
	text-decoration: none;
}

.slideH1 a:hover{
	color: #8a56ff;
}

.section-titleH1 {
	border-bottom: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-titleH1 .titleH1{
	font-weight: 700;
    padding-bottom: 5px;
    font-size: 2rem;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
    color: #270b59;
}

.section-titleH1 .titleH1:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background: #270b59;
    z-index: 1;
    bottom: 0;
}

.section-titleH1b {
	border-bottom: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-titleH1b .titleH1{
	font-weight: 700;
    padding-bottom: 5px;
    font-size: 2rem;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
    color: #fff;
}

.section-titleH1b .titleH1:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1;
    bottom: 0;
}

.btn-danger {
    color: #fff;
    background-color: #ff4073 !important;
    border-color: #ff4073 !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.55)!important;
	transition: all 0.3s ease 0s;
}

.text-justify{
	text-align: justify !important;
	color: #808080;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #ff4073 !important;
}

.accordion-body {
    background: #fff;
    border: 1px solid #ccc;
}

.accordion-button::after {
    background-image: url("../images/accordion-arrow-2.svg") !important;
}

.accordion-item{
	background-color:#453074;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/accordion-arrow.svg") !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.myForm input[type=text], .myForm input[type=email], .myForm input[type=password]{
    height: 60px;
    box-shadow: none;
    color: #222;
    padding: 6px 16px;
    font-size: 18px;
    line-height: 36px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 0;
}

textarea{
	width: 100%;
	padding: 16px;
	color: #222;
	box-shadow: none;
	font-size: 18px !important;
	border: none;
	line-height: 36px;
    background-color: #f2f2f2;
	background-clip: padding-box;
    border-radius: 0;
	resize: none !important;
	appearance: none;
}

textarea:focus{
	color: #222;
    background-color: #f2f2f2;
    border-color: none;
    outline: 0;
}

textarea::placeholder{
	color: #999;
    opacity: 1;
}

.contact_icon{
	text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-radius: 50%;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff4073 !important;
    border-color: #ff4073 !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.75)!important;
}

.portClass h1, .portClass h2{
	font-size: 50px;
	text-align: center;
    font-weight: 700;
	color: #333333;
	text-decoration: underline;
}

.portClass p{
	font-size: 16px;
	text-align: center;
	color: #333333;
}

.b-1{
	border: 1px solid #ccc;
}

.firstSlideBG{
	background-size: cover;
	background-position: center;
	position: relative;
}

.text-bold{
	font-weight: bold;
}

.proDv{
	padding: 30px 0 8px 0;
}

.proh5{
	font-size: 17px;
    min-height: 2.6rem;
}

.para2{
	color: #ff4073 !important;
	font-weight: bold;
}

.para{
	font-size: 16px;
}

.para a{
	color: #ff4073;
	font-size: 14px;
    font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	transition: all .2s ease-in-out 0s;
}

.para a:hover{
	color: #000;
	text-decoration: none;
	letter-spacing: .15em;
}

.filter-button{
	border: none;
	outline: none;
	cursor: pointer;
	padding: 6px 10px;
	transition: 0.3s;
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	font-family: inherit;
	letter-spacing: .2em;
	color: #fff;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	background-color: #453074;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.filter-button:focus {
  outline: none;
}

.filter-button:hover {
	background-color: #7854cb;
	color: #fff;
}

.btn-default:active .filter-button:active .filter-button2:active {
    background-color: #ff4073;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.radius-image {
    border-radius: 6px;
}

.img-container{
	position: relative;
	width: 100%;
	cursor: pointer;
}

.img {
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-overlay {
	position: absolute; 
	bottom: 1%;
    left: 1%;
    right: 1%; 
	/* background: rgb(233, 67, 43); */
	/* background: rgba(233, 67, 43, 0.6);  Black see-through */
	background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(255,163,150,0.49933476808692223) 50%, rgba(253,3,126,1) 100%);
	color: #ffffff; 
	width: 98%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
	height: auto;
	border-radius: 6px;
	text-shadow: 2px 2px 2px #333333;
}

.img-container:hover .portfolio-overlay {
	opacity: 1;
}

.animTxt{
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.zoomInOut {
	animation-name: zoomInOut;
	animation-timing-function: ease;
}
@keyframes zoomInOut {
	0%   { transform: scale(1); }
	50%  { transform: scale(0.9); }
	100% { transform: scale(1); }
}