/*
Theme Name:Allegiant
Theme URI:https://cpothemes.com/theme/allegiant
Description:Allegiant is a free multipurpose WordPress theme perfect for agencies and professionals. This theme comes with support for a full homepage slider, feature blocks, portfolios, services, team members, and even testimonials, all thanks to its companion plugin CPO Content Types. Allegiant is one of the best business WordPress themes thanks to its neutral design and extreme flexibility. Moreover, this theme also integrates with popular plugins such as WooCommerce, Yoast SEO, WPML, and Contact Form 7.
Tags: one-column, two-columns, right-sidebar, full-width-template, sticky-post, theme-options, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
Author:CPOThemes
Author URI:https://cpothemes.com
Version:1.2.7
Tested up to: 5.5
Requires PHP: 5.6
License:GNU General Public License 2.0 or later
License URI:readme.txt
Text Domain:allegiant
*/

/* --------------------------------------------------------------
GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
::selection {
    color: #fff;
    background-color: #ff7d23;
}

::-moz-selection {
    color: #fff;
    background-color: #ff7d23;
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    font-size: 1em;
    line-height: 1.6;
}
body.home{
	background:url(http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/full-page-bg.jpg) repeat-y;
	background-size:contain;
	position:relative;
}
img {
	image-rendering: -webkit-optimize-contrast !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

/* HYPERLINKS */
a:link, a:visited {
    color: #2a88bf;
    text-decoration: none;
}

a:hover, a:focus {
    color: #39c;
    text-decoration: underline;
}

/* CITATIONS */
blockquote {
    display: block;
    font-style: italic;
    padding: 0 5%;
    margin: 25px 0;
}

blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

/* FORMS */
input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea, select {
    border: 1px solid #ddd;
    padding: 8px 6px;
    background: #f5f5f5;
}

input[type=submit] {
    width: auto;
    -webkit-appearance: none;
}

/* MAIN THEME COLORS */
body .primary-color {
    color: #ff7d23;
}

body .primary-color-bg {
    background-color: #ff7d23;
}

body .secondary-color {
    color: #444449;
}

body .secondary-color-bg {
    background-color: #444449;
}

/* SHORTCODE CUSTOM STYLING */
html body .button,
html body .button:link,
html body .button:visited,
input[type=submit],.explorebtn  a{
    border-radius: 2px;
    border: 2px solid #ff7d23;
    text-shadow: none;
    background: none;
    color: #ff7d23;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.explorebtn {text-align:center;
}
.explorebtn a{
	display:inline-block;
	padding:10px 15px;
	margin:auto;
	
}
html body .button:hover,
html body .button:focus,
input[type=submit]:hover,
input[type=submit]:focus, {
    color: #fff;
    background: #ff7d23;
	text-decoration:none
}
.explorebtn a:hover,.explorebtn a:focus {
    color: #ff7d23;
    background: white;
	border:1px solid #ff7d23;
	text-decoration:none
}

/* --------------------------------------------------------------
LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.wrapper {
    margin: 0 auto;
}

/* TOPMENU */
.topbar {
    display: block;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px;
    font-size: 0.9em;
}

/* SOCIAL ICONS */
.social {
    float: right;
    text-align: right;
    padding: 0;
    width: auto;
}

.social .social-profile {
    display: block;
    float: left;
    color: #999;
    margin: 0;
    width: 40px;
    font-size: 18px;
    text-align: center;
}

.social .social-profile .social-title {
    display: none;
}

.social .social-profile:hover,
.social .social-profile:focus {
    text-decoration: none;
}

/* HEADER */
.header {
    position: relative;
    border-bottom: 5px solid #ff7d23 !important;
    width: 100%;
    padding: 10px 0 0;
}
.home .header {
    border-bottom: none !important;
 
}

.header .logo {
    float: left;
    padding: 10px 0 ;
}
.header .logo img{
	width:225px;
}

.header .header-content {
    float: right;
    padding: 0 0 0 20px;
}

/* HOMEPAGE SLIDES */
.slider {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.slider-slides {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 550px;
}

.slider-slides .slide {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slider-slides .slide-body {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
}

.slider-slides .container {
    position: relative;
    height: inherit;
}

.slider-slides .slide-image {
    float: right;
    padding: 0;
    width: 48%;
}

.slider-slides .slide-image img {
    display: block;
    margin: 0 auto;
}

.slider-slides .slide-caption {
    overflow: hidden;
    text-transform: uppercase;
    float: left;
    padding: 0 0 30px;
    width: 48%;
    text-align: left;
}

.slider-slides .slide-caption p:last-child {
    margin-bottom: 0;
}

.slider-slides .slide-content {
    position: relative;
    font-size: 1.2em;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.slider-slides .slide-content:after {
    content: ' ';
    position: absolute;
    background: #888;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

/* Prev/Next */
.slider-prev,
.slider-next {
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
	opacity: 0.3;
	background: transparent;
	border: transparent;
}

.slider:hover .slider-prev,
.slider:focus-within .slider-prev,
.slider:hover .slider-next,
.slider:focus-within .slider-next {
    opacity: 1;
}

.slider .slider-prev:focus:before,
.slider .slider-prev:focus:after,
.slider .slider-next:focus:before,
.slider .slider-next:focus:after {
	background: #ff7d23;
}

.slider-prev,
.slider-next {
    position: absolute;
    width: 40px;
    height: 100px;
    font-size: 30px;
    line-height: 70px;
    margin-top: -35px;
    top: 50%;
    left: 1%;
    text-align: center;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.slider-next {
    right: 1%;
    left: auto;
}

.slider-prev:before,
.slider-prev:after,
.slider-next:before,
.slider-next:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50px;
    left: 25%;
    width: 50px;
    height: 1px;
    background: #888;
    border-radius: 50px;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.slider-prev:before,
.slider-next:before {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slider-prev:after,
.slider-next:after {
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slider-next:before,
.slider-next:after {
    left: auto;
    right: 25%;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

/* Transitions */
.slider-slides .slide-body .slide-caption {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .slide-body .slide-image {
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.slider-slides .cycle-slide-active .slide-image {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

/* BREADCRUMBS */
.breadcrumb {
    margin: 20px 0 0;
}

.breadcrumb-separator {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
}

.breadcrumb-separator:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '/';
    font-weight: bold;
    font-size: 12px;
    color: #ddd;
    margin-top: -5px;
    line-height: 10px;
    opacity: 0.5;
}

.breadcrumb-separator {
}

.breadcrumb-link :first-child {
}

.breadcrumb-link :hover {
}

.breadcrumb-title {
}

/* PAGE BANNERS AND TITLES */
.banner {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 500px;
}

.banner .banner-image {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.pagetitle {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    margin: 0;
}

.pagetitle .pagetitle-title {
    margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
}

/* HOMEPAGE TAGLINE */
.tagline {
    padding: 100px 0;
    background: url(http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/machine-scaled.jpg) no-repeat  center -130px #ff7d23;
	background-size:cover;
    font-size: 2.5em;
    text-align: center;
	color:white;
	position:relative;
}
.tagline:before {
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
    background: rgba(0,0,0,.5);
	z-index:0;
}
.tagline .container {
	z-index:2;
	position:relative;
	text-transform: capitalize;
}
.tagline.dark{
	color:white;
}
/* SECTIONS */
.section-heading {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: capitalize;
}

.section-heading:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}

/* HOMEPAGE FEATURES */
.features {
    margin: 0;
    padding: 50px 0 10px;
}

.features .feature {
    margin: 0 0 40px;
    text-align: center;
	border:1px solid #ccc;
	background:#eee;
	padding:20px 40px;
	border-radius:10px;
}

.features .feature .feature-image {
    display: block;
    position: relative;
    min-height: 102px;
    margin: 0 0 20px;
}

.features .feature .feature-image img {
    display: block;
    margin: 0 auto;
}

.features .feature .feature-icon {
    position: absolute;
    background: #ff7d23;
    left: 50%;
    top: 50%;
    font-family: 'fontawesome';
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 30px;
    margin: -51px 0 0 -51px;
    line-height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
	transition:all .3s ease-in-out;
}
.features .feature .feature-icon:hover {
	background: #fff;
}

.features .feature .feature-icon span {
   color: #fff
}
.features .feature .feature-icon:hover span{
	color: #ff7d23;
}

.features .feature .feature-title {
    margin: 30px 0;
    font-size: 1em;
   
}

.features .feature .feature-content {
    margin: 0;
    padding: 0 0 20px;
}

/* TESTIMONIALS */
.team {
    padding: 50px 0 10px;
    margin: 0;
}

.home .team {
    background: rgba(0, 0, 0, 0.4);
}

.team .team-member {
    margin: 0 0 40px;
}

.team .team-member-image {
    display: block;
    width: 100%;
    margin: 0;
}

.team .team-member-body {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin: 0;
}

.team .team-member-title {
    margin: 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.team .team-member-description {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 5px;
}

.team .team-member-content {
    margin: 15px 0 0;
}

.team .team-member-content p:last-child {
    margin-bottom: 0;
}

.team .team-member-links {
    margin: 10px 0 0;
}

.team .team-member-link {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #999;
    border: 1px solid #eee;
    font-family: 'fontawesome';
}

.team .team-member-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* TESTIMONIALS */
.testimonials {
    padding: 100px 0 100px;
    margin: 0;
}

.testimonials .testimonial {
    margin: 0 0 40px;
}

.testimonials .testimonial-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 20px 30px;
    margin: 0;
	min-height:200px;
	border-radius:10px;
}

.testimonials .testimonial-image {
    display: block;
    width: 70px;
	border-radius:5px;
    margin: -35px auto 20px;
}

.testimonials .testimonial-name {
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 5px;
}

.testimonials .testimonial-position {
    text-align: center;
    font-size: 0.9em;
    margin: 0;
}

/* HOMEPAGE CLIENTS */
.clients {
    display: block;
    border-top: 1px solid #eee;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 40px 0 0;
}

.clients .client {
    margin: 0 0 40px;
}

.clients .client img {
    display: block;
    margin: 0;
}

/* HOMEPAGE CONTACT */
.contact {
	background: #fff;
	padding: 50px 0 10px;
}

/* PAGE CONTENT */
.main {
    background: #fff;
    border-top: 5px solid #ff7d23;
}

/* SIDEBARS */
.widget {
    overflow: hidden;
    margin: 0 0 40px;
}

.sidebar .widget {
    padding: 0 0;
}

.sidebar .widget:first-child {
    border-top: none;
    padding: 0;
}

.widget .widget-title {
    font-size: 1.2em;
    text-transform: uppercase;
}

.widget ul li {
    position: relative;
    padding: 0;
    margin: 0 0 8px;
}

/* FOOTER */
.subfooter {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 0 10px;
}

.footer {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 0 30px;
    clear: both;
    text-align: center;
}

.footer:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}

/* --------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu {
    float: left;
}

/* MAIN MENU */
.menu-main {
    padding-top: 45px !important;
    float: right;
	
}

/* Menu Elements */
.menu-main li a {
    padding: 5px 10px;
    font-size: .90em;
    color: #fff;
	background:#666;
	border-right:1px solid #fff;
	    border-radius: 5px ;
}
.menu-main li.current-menu-item a {
	background:#ff7d23;
}
.menu-main li.current-menu-item .sub-menu a {
	background:white;
}
.menu-main li.current-menu-item .sub-menu a:hover {
	background:#ff7d23;
	color:white;
	border-radius:5px;
}

.menu-main li a .menu-description {
}

.menu-main li:hover > a,
.menu-main li a:hover {
	color:#fff;
	background:#ff7d23;
}
.menu-main li .sub-menu a:hover {
	border-radius:5px;
}


/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a,
.menu-main .current-menu-item > a {
}

.menu-main .current_page_ancestor > a:hover,
.menu-main .current-menu-item > a:hover {
	color:#fff;
}

/* Children Elements */
.menu-main .menu-item-has-children:before {
    color: #fff;
    content: '\f107';
    font-size: 14px;
}

.menu-main li ul {
    margin: 5px 0 0;
    padding: 10px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-main > li > ul:before {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -11px 0 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main > li > ul:after {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -10px 0 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main li ul li a {
    text-transform: none;
    font-size: 0.9em;
	background:#fff;
}

.menu-main li ul li:hover > a,
.menu-main li ul li a:hover {
    background-color: none;
	color:#fff
}

/* MOBILE MENU */
.menu-mobile-open {
}

/* FOOTER MENU */
.footermenu {
}

.menu-footer {
    text-align: center;
}

.menu-footer li a {
    font-weight: bold;
}

.menu-footer li ul li a {
    font-weight: normal;
    font-size: 0.9em;
}

/* SUBMENU NAVIGATION */
.menu-sub {
}

.menu-sub li {
}

.menu-sub li a {
}

/* PORTFOLIO NAVIGATION */
.menu-portfolio {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu-portfolio .menu-item {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 10px 5px;
    border: 1px solid #eee;
}

.menu-portfolio .menu-item:hover {
    text-decoration: none;
}

.menu-portfolio .current_page_item, .menu-portfolio .current-cat {
    border-bottom: 0;
}

.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a {
    background: #E85F52;
    color: #fff;
}

.menu-portfolio .current_page_item ul li a, .menu-portfolio .current-cat ul li a {
    color: #222;
    background: none;
}

/* NEXT/PREV POST NAVIGATION */
.navigation {
}

.navigation .nav-prev,
.navigation .nav-next {
    padding: 0 30px;
}

.navigation .nav-prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f104';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

.navigation .nav-next:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f105';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

/* NUMBERED PAGINATION */
.pagination span,
.pagination a {
    border-radius: 0px;
    padding: 15px 20px;
    border: 1px solid #eee;
}

/* NUMBERED PAGINATION FOR SINGLE POSTS */
.postpagination span {
}

.postpagination a span {
}

/* --------------------------------------------------------------
POSTS & PAGES
-------------------------------------------------------------- */

/* POST LISTING */
.post {
    margin: 0 0 40px;
    background: #fff;
}

.post .post-image {
    margin: 0;
}

.post .post-image img {
    display: block;
    margin: 0;
    line-height: 0em;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.post .post-body {
    padding: 20px;
    border: 1px solid #ddd;
}

.post .post-title {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px 0;
}

.post .post-title a {
    color: inherit;
}

.post .post-byline {
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px;
    color: #aaa;
    font-size: 0.9em;
}

.post .post-byline:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.post .post-byline div {
    float: left;
    position: relative;
    padding: 0 22px 0 0;
    margin-bottom: 10px;
}

.post .post-byline div:last-child {
    padding-right: 0;
}

.post .post-content {
    padding: 0;
    margin: 0 0 20px 0;
}

.post .post-content p:last-child {
    margin-bottom: 0;
}

.post .readmore {
    margin: 0;
}

.post .post-tags {
    display: block;
    margin: 0 0;
}

.post .post-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 10px 0 0;
}

.post .post-comments {
    float: right;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.post .post-comments a {
    color: inherit;
}

.post .post-comments a:hover,
.post .post-comments a:focus {
    opacity: 0.7;
    text-decoration: none;
}

.post .post-comments a:after {
    content: ' \f0e5';
    font-family: 'fontawesome';
}

/* AUTHOR BIOS */
.author-info {
    clear: both;
    padding: 0;
    margin: 0 0 40px;
}

.author-info .author-image {
    float: left;
    margin: 0;
    width: 100px;
}

.author-info .author-image img {
    display: block;
    line-height: 0;
    margin: 0;
    border-radius: 0;
}

.author-info .author-body {
    margin-left: 100px;
    padding: 20px;
    background: rgba(80, 80, 100, 0.05);
}

.author-info .author-name {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.author-info .author-name:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.author-info .author-description {
    margin: 0 0 10px;
}

.author-info .author-social {
    margin: 0 0 0;
}

.author-info .author-social a {
    margin-right: 15px;
}

/* INDIVIDUAL PORTFOLIO ITEMS */
.cpo_portfolio .portfolio-media {
    margin: 0 0 30px;
}

.cpo_portfolio .portfolio-image {
    text-align: center;
}

.cpo_portfolio .portfolio-details {
    padding-left: 5%;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.cpo_portfolio .portfolio-details div {
    margin: 15px 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0 0 30px;
    position: relative;
}

.cpo_portfolio .portfolio-details p:last-child {
    margin: 0;
}

.cpo_portfolio .portfolio-details div:first-child {
    margin: 0;
    border-top: none;
}

.cpo_portfolio .portfolio-details .details-icon {
    position: absolute;
    display: block;
    width: 15px;
    margin-top: 1px;
    font-size: 1.3em;
    text-align: center;
    left: 0;
    top: 17px;
}

.cpo_portfolio .portfolio-content {
}

/* PORTFOLIO SHOWCASE */
.portfolio {
    clear: both;
    padding: 50px 0 50px;
}

.portfolio-item {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 4px;
    margin: 0;
}

.portfolio-item-image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eee;
    position: relative;
		border:1px solid #ccc;
}

.portfolio-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;

}

.portfolio-item .portfolio-item-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 9997;
}

.portfolio-item .portfolio-item-title,
.portfolio-item .portfolio-item-description {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 80%;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 9998;
}

.portfolio-item .portfolio-item-title {
    font-size: 1.3em;
    opacity: 1;
    text-transform: uppercase;
    bottom: 50%;
    margin: 0 10% -20px;
	display:none
}

.portfolio-item .portfolio-item-description {
    top: 50%;
    margin: 20px 10% 0;
}

.portfolio-item a:hover,
.portfolio-item a:focus {
    text-decoration: none;
}

.portfolio-item:hover .portfolio-item-overlay,
.portfolio-item:focus-within .portfolio-item-overlay {
    opacity: 0.9;
}

.portfolio-item-has-excerpt:hover .portfolio-item-title,
.portfolio-item-has-excerpt:focus-within .portfolio-item-title {
    opacity: 1;
    margin-bottom: 10px;
}

.portfolio-item:hover .portfolio-item-description,
.portfolio-item:focus-within .portfolio-item-description {
    opacity: 1;
    margin-top: 10px;
}

.portfolio-item:hover img,
.portfolio-item:focus-within img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* SERVICES */
.services {
    margin: 0;
    padding: 50px 0 10px;
}

.home .services {
    background: #ffd148;
	color:black
}
.home .services h3 a{
	color:black
}

.services .service {
    margin-bottom: 50px;
	background:rgba(255,255,255,.6);
	border-radius:10px;
	padding:20px;
}

.services .service > a:hover > .service-icon,
.services .service > a:focus > .service-icon {
	opacity: 0.5;
}

.services .service a:hover,
.services .service a:focus {
    text-decoration: none;
}

.services .service .service-body {
    margin-left: 70px;
}

.services .service .service-icon {
    font-family: 'fontawesome';
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    margin: 0 auto 20px;
    line-height: 50px;
}

.services .service .service-title {
    margin: 0 0 10px;
    font-size: 1.4em;
    text-transform: capitalize;
}

.services .service .service-content {
    margin: 0 0 10px;
}

.services .service .service-content p:last-child {
    margin-bottom: 0;
}

.about {
	padding: 100px 0;
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/aboutus-scaled.jpg") no-repeat;
	background-size: cover;
}
.about .container{
	background:rgba(255,255,255,.8);
	border-radius:10px;
	padding-top:20px;
	padding-bottom:20px;
}

.about .about__image {
	margin-bottom: 20px;
}

.about .about__title a {
	color: inherit;
}

/* --------------------------------------------------------------
COMMENTS
-------------------------------------------------------------- */

/* COMMENTS */
.comments {
    clear: both;
    margin: 0;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.comment {
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.comment .comment-avatar {
    float: left;
    width: 50px;
}

.comment .comment-avatar img {
    display: block;
    width: 100%;
}

.comment .comment-body {
    margin: 0 0 20px 50px;
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 20px;
}

.comment .comment-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.comment .comment-title:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.comment .comment-author {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 0 5px;
}

.comment .comment-date {
    font-size: 0.9em;
    text-transform: uppercase;
}

.comment .comment-approval {
    display: block;
    padding: 0 10px 0;
    margin: 0;
}

.comment .comment-content {
    margin: 0;
    padding: 0;
}

.comment .comment-options {
    overflow: hidden;
    float: right;
    text-align: right;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.9em;
    border: 1px solid #eee;
}

.comment .comment-options a {
    margin-left: 10px;
}

.comment .comment-options a:first-child {
    margin: 0;
}

/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol {
    margin-bottom: 18px;
}

.comment .comment-content p:last-child {
    margin-bottom: 6px;
}

.comment .comment-content blockquote p:last-child {
    margin-bottom: 24px;
}

/* Nested Comments */
.comment .children {
    list-style: none;
    margin: 0 0 0 50px;
}

/* Pingbacks & Trackbacks */
.comments ol.pinglist {
    margin: 0;
}

.comments .pingback {
    list-style: none;
    margin: 0 0 10px 0;
}

.comments .pingback .url {
    font-style: italic;
}

/* Author Comments */
.bypostauthor {
}

/* COMMENT FORM */
.comment-respond {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.comment-respond p {
    overflow: hidden;
}

/* Fields */
.comment-respond .comment-notes {
    display: none;
}

.comment-respond .required {
    color: #ff4b33;
}

.comment-respond label {
    display: block;
    padding: 5px 0;
}

.comment-respond textarea {
    height: 200px;
    max-height: 400px;
    min-height: 200px;
    resize: vertical;
}

/* Nested Form */
#cancel-comment-reply-link {
    float: right;
    display: block;
    font-size: 0.9em;
}

/* Allowed Tags */
.comment-respond .form-allowed-tags {
    display: none;
    color: #888;
    font-size: 0.9em;
}

.comment-respond .form-allowed-tags code {
    display: block;
    font-size: 0.9em;
}

.comment-respond .form-submit {
}

.cpo-navigation:after {
    content: "";
    display: block;
    clear: both;
}

.cpo-navigation .cpo-previous-link {
    float: left;
}

.cpo-navigation .cpo-next-link {
    float: right;
}

.cpo-navigation > div > a {
    margin-bottom: 40px;
    display: block;
}

/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */

/* LARGE SCREENS */
@media screen and (min-width: 1280px) {
}

/* TABLET SCREENS (LANDSCAPE) */
@media screen and (max-width: 1024px) {
}

/* TABLET PORTRAIT */
@media screen and (max-width: 800px) {

    .header .logo {
        float: left;
    }

    .slider-slides .slide .slide-caption,
    .slider-slides .slide .slide-image {
        float: none;
        width: auto;
    }

    .pagetitle .pagetitle-title {
        float: none;
        font-size: 2em;
    }

    .breadcrumb {
        float: none;
    }

    .slider-slides .slide-body {
        top: 5%;
    }

    .clients .client {
        margin: 0 auto 40px auto;
    }

    .clients .client img {
        text-align: center;
        margin: 0 auto;
    }

    .column-narrow.col5:nth-child(n+3) {
        width: auto !important;
    }

    .slider-slides .slide-title {
        font-size: 1.5em;
    }

    .slider-slides .slide-content {
        font-size: 1em;
    }
}

/* SMARTPHONE */
@media only screen and (max-width: 600px) {

    .social {
        float: left;
    }

    .slider-slides .slide .slide-image {
        display: none;
    }

    /* NAVIGATION */
    .menu-top {
        text-align: center;
    }

    .menu-top li {
        display: inline-block;
    }

    .menu-top li a {
        margin: 0 auto;
    }

    .footermenu {
        float: none;
    }

    .menu-footer li a {
        margin: 0 10px 10px 0;
    }
}
.home #about {
	text-align:center;
}
.home #about h3,.slide-caption{
	display:none
}
#wooproducts{
	padding:100px 0;
	background: #FFFED9!important;
}
#wooproducts .products {
	margin:0 auto;
	text-align:center;
}
#wooproducts .products img{
	width:100px;
	margin:0 auto;
}
.home .woocommerce-loop-product__link{
	display:block;
	padding:10px;
	text-align:center;
	
	border-radius:10px;
	margin:0 0 20px;
	height:200px;
	background:#fff;
}
.home .button.product_type_simple{
	display:none;
}
#wooproducts .products img{
    width: auto;
    margin: 0 auto;
    height: 150px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:35%;
}
 .pagetitle {
	padding: 100px 0;
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/SL_060521_43530_31.jpg") center no-repeat;
	background-size: cover;
}
/***** contact us *****/
 .page-id-3554 .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/contactus.jpg") right no-repeat;
	     background-size: contain;
    background-color: black;
	 filter: sepia(1);
}
/***** About us *****/
 .page-id-3552 .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/About-us-Corporate-Profile.jpg") center no-repeat;
}
/***** product *****/
.woocommerce .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/inside1.jpg") top no-repeat;
	background-size:cover;
	filter: sepia(1);
}
/***** testimonial *****/
 .page-id-3776 .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/testimonials.jpg") center no-repeat;
}

/***** downloads *****/
 .page-id-3779 .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/downloads.jpg") left no-repeat #947EA4;
	 background-size: contain;
	 filter: sepia(1);
}


 .pagetitle {
	background: url("http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/SL_060521_43530_31.jpg") center no-repeat;
}
.home .about__content .about__image,.woocommerce-loop-category__title mark{
	display:none
}
.page-content p img{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius:10px;
	padding: 10px;
}
.main{
	 padding: 80px 0 ;
}
.home .main{
	padding:0
}
.woocommerce-product-gallery--with-images {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius:10px;
	padding: 10px;
}
.woocommerce-page ul.products{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	grid-gap:30px;
	    margin: 100px 0;
}
 .woocommerce-page ul.products li{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius:10px;
	padding: 15px !important;
	text-align:center;
	 width:unset !important;
	 margin:unset !important;
}
.woocommerce ul.products li.product a img,.product-category.product-cat img{
    width: auto;
    margin: 0 auto 20px;
    height: 290px;
	display:block;
		
}
.woocommerce ul.products::before{
	content:unset;
}
.product-category.product-cat a{
	text-decoration:none;
	transition:0.4s all;
}

.product-category.product-cat h2{
	padding: 0.5em 0;
    margin: 0;
    font-size: 1.3em !important;
}
.product-category.product-cat h2 span{
	display:block;
	border-radius: 2px;
    border: 2px solid #ff7d23;
    text-shadow: none;
    background: none;
	padding: 0.5em 1em;
    color: #ff7d23;
	width:100px;
	transition:0.4s all;
	margin:20px auto 0;
}
.product-category.product-cat span:hover {
    background-color: #ff7d23;
    color: #fff;
}
.orderby option[value="price"],.orderby option[value="price-desc"]{
   display: none;
}
.sku_wrapper{
	font-size:1.25em
}
.sku_wrapper span{
	font-weight:900;
}
.related.products{
	clear:both;
}
.woocommerce-page .related.products h2{
	padding:50px 0 0
}
.woocommerce-page .related.products ul.products{
	margin:0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
}
.product_meta .sendenquiry{
	display:block;
	border-radius: 2px;
    border: 2px solid #ff7d23;
    text-shadow: none;
    background: none;
	padding: 0.5em 1em;
    color: #ff7d23;
	width:100px;
	transition:0.4s all;
	margin:20px 0 0;
	text-align:center;
}
.product_meta .sendenquiry:hover {
    background-color: #ff7d23;
    color: #fff;
	text-decoration:none;
}
.woocommerce div.product .product_title {
	font-size:2em
}
.woocommerce div.product div.images img{
	width:auto;
	height:300px;
	margin:0 auto;
}
.menu-main li:hover > a, .menu-main li:focus-within > a, .menu-main li a:hover, .menu-main li a:focus{
	color:white;
}
.wooproductscat {
	padding:80px 0;

}
.wooproductscat .products{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	grid-gap:6px;
	align-items:center;
	
}
.wooproductscat .products li{
	    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
	text-align:center;
    border: 7px solid #ccc;
	    margin: 0;
	position:relative;
	border-radius:5px;
	transition:all .3s ease-in-out;
}

.wooproductscat .products a {
    padding:0;
	position:relative;
	transition:all .6s ease-in-out;
}
.wooproductscat .products a:hover:before {
    content:"";
	position:absolute;
	background:rgba(255, 125, 35,.8);
	width:100%;
	height:100%;
	left:0;
	top:0;
	border: 1px solid rgba(255, 125, 35,1);
}
.wooproductscat .products .product-cat{
	transition:all .3s ease-in-out;
}
.wooproductscat .products .product-cat img {
    transform:scale(1);	transition:all .3s ease-in-out;
}
.wooproductscat .products .product-cat:hover img {
    transform:scale(1.3);
}

.wooproductscat .products li h2{
	   opacity:1;
	position:absolute;
	top:calc(50% - 22px);
	text-align:center;
	width:100%;
	left:0;
/*	color:black;
	background:rgba(255, 255, 255, .5);*/
	color:white;
	background:rgba(0, 0, 0, .3);
	transition:all .3s ease-in-out;
	z-index:2;
	
}
.wooproductscat .products a:hover h2 {
    opacity:1;
}
.wooproductscat .product-category.product-cat img {
	margin: 0 auto ;
}
.wooproductscat .product-category.product-cat a{
	display:block;
}
.wooproductscat .woocommerce-loop-category__title span{
	display:none !important;
}
.home .product-category.product-cat{
	position:relative;
}
.home .product-category.product-cat:before{
	content:"";
	background:rgba(255, 214, 36,.8);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition:all .3s ease-in-out;
}
.home .product-category.product-cat:hover:before{
	opacity:1;
}
.woocommerce-product-gallery__image a ,.home .product-category.product-cat a ,.home .product.type-product a,.tax-product_cat .product.type-product a,.pswp__img,.pswp__zoom-wrap{
	position:relative;
	    display: block;
}

.woocommerce-product-gallery__image a:before,.home .product-category.product-cat a:before,.home .product.type-product a:before,.tax-product_cat .product.type-product a.woocommerce-LoopProduct-link:before,.pswp__img:before{
	content:"";
	position:absolute;
	width:200px;
	height:57px;
	background:url(http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/Galaxy_Logo_black-PNG-1.png) no-repeat;
	z-index:2;
	opacity: .1;
    top: calc(50% - 30px);
    left: calc(50% - 100px);
	transform:rotate(-45deg);
}
.pswp__zoom-wrap:before{
	content:"";
	position:absolute;
	width:400px;
	height:157px;
	background:url(http://www.galaxyprinters.co.in/wp-content/uploads/2022/03/Galaxy_Logo_black-PNG-1.png) no-repeat;
	z-index:2;
	opacity: .3;
	top: 250px;
    left: 100px;
    background-size: contain;
	transform:rotate(-45deg);
}
.home .product-category.product-cat a img:before,.home .product.type-product a img:before,.tax-product_cat .product.type-product a.woocommerce-LoopProduct-link:before{
		opacity: .1;
}
.home .button.product_type_simple:before{
	content:unset !important;
}
.tagged_as{
	display:none;
}
.search-form form,#searchform div {
	display:flex;
	gap:20px;
	margin:0 0 20px
}
#searchform input[type=submit]{
	padding: 5px 15px;
	margin:0;
}
.homepagevideo{
	background:black;
	 position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}
.homepagevideo iframe{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
	.main {
    padding: 20px 0;
}
	#sidebar{display:none}
 .wooproductscat .products,.woocommerce-page ul.products {
		 grid-template-columns: 1fr;
	}
	.slider-slides {
	    height: 150px;
	}
	.section-heading {
    	font-size: 1.5em;
	}
	.wooproductscat {
    	padding: 30px 0;
	}
	.pagetitle {
		padding: 30px 0;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width:100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: unset !important;
		width: auto !important;
	}
}