/*!
Theme Name: rgrm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rgrm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rgrm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* .site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
} */

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Vacancy
 * --------------------------------------------- */
.details-icon {
  display: flex;
    margin-bottom: 17px;
    margin-top: 22px;
    font-size: 17px;
    color: #00000078;
    font-weight: 500;
    align-items: center;
    gap: 7px;
}

p{
	
}
.applybtn p{
	margin:0px!important;
}
.jobslist li {
    margin-top: 30px;
}
.jobslist li .jobint {
    background: #fff;
    padding: 15px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    min-height: 113px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-bottom: 2px solid #fff;
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
    padding-left: 0;
}
.jobslist li h4 {
    margin-bottom: 5px;
}
.jobslist li h4 a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
	text-decoration:underline;
	transition:all 0.5s;
}
.jobslist li .jobint:hover {
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-color: #ffac47;

}
.jobslist li .applybtn:hover {
    background: #ffac47;
    color: #fff;
    text-decoration: none;
}
.jobslist{
	list-style:none;
}
.jobslist li .company {
    color: #999;
    padding: 7px 0;
}
.jobslist li .company a {
   color: #ffac47;
    font-weight: 500;
}
.jobslist li .jobloc {
    color: #000;
}
.jobslist li .applybtn {
     background: #fff;
    display: inline-block;
    padding: 9px 15px;
    margin-top: 20px;
    border: 1px solid #ffac47;
    color: #ffac47;
    font-weight: 600;
	transition:all 0.5s;
	border-radius:5px;
}

.jobslist li h4 a:hover {
    color: #ffac47;
/*     text-decoration: underline; */
}

/**************** vacancy single post ****************/

.job-details {
    display: flex;
    margin: auto;
    max-width: 78%;
    flex-wrap: wrap;
}
.job-detail-first {
    flex: 0 0 60%;
}

.job-detail-image-box {
    display: flex;
    align-items: center;
}
.details-icon {
    display: flex;
    margin-bottom: 17px;
    margin-top: 22px;
    font-size: 17px;
    color: #00000078;
    font-weight: 500;
    align-items: center;
    gap: 7px;
}
.job-detaildesc {
    margin-bottom: 2em;
    font-size: initial;
    font-weight: lighter;
    letter-spacing: 1px;
}
.job-detail-section ul li {
    margin-bottom: 12px;
    font-size: initial;
    font-weight: lighter;
    letter-spacing: 1px;
}
.job-detail-col {
    text-align: center;
    margin-top: 3em;
    padding: 0 0 0 4em;
    flex: 0 0 40%;
}
.job-detail-col a.elementor-button-link.elementor-button.elementor-size-sm {
    width: 100%;
    display: block;
    background-color: #c28030;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 8px 7px 8px 0px;
    text-decoration: none;
    text-align: center;
}
.job-detail-populate {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 119px 30px 35px;
    background: rgb(245, 247, 252);
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.job-detail-populate i::before {
    color: #c28030;
    font-size: 23px;
}
.job-detail-populate h3.elementor-icon-box-title {
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 21px;
    width: max-content;
}
section.job-detail-section {
    font-family: 'Oswald'!important;
	padding:60px 0px;
}
.blog-banner {
    background-image: url('https://rgrammingmass.com/wp-content/uploads/2023/07/2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height:450px;
}
.blog-banner:before {
    content: "";
    background: black;
    opacity: 0.77;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagination1 {
    position: absolute;
    top: -67px;
    color: white;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 40px;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}
.image-blog {
    margin-top: 67px;
    /* border-radius: 4px; */
}
.blog-iner h2 {
    line-height: 33px;
    /* text-decoration: none; */
}












h1.page-title {
    text-align: center;
    text-decoration: underline;
    font-size: 65px;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: -1.9px;
    line-height: 75px;
    color: #fff;
    padding-top: 140px;
}
.blog-iner h2 a {
    text-decoration: none;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 27px;
}
.entry-meta {
    margin-bottom: 10px;
	padding-bottom: 10px;
}
h1.page-title {
    background-image: url( https://erpmining.com/wp-content/uploads/2023/04/footer-bg.png);
    background-position: center;
    background-size: cover;
    height: 380px;
    margin-top: 0;
	font-weight: 700;
}
.entry-meta a {
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
}
.blog-iner h2 {
    margin-bottom: 0;
}
img.attachment-post-thumbnail.size-post-thumbnail.not-transparent.wp-post-image {
    height: 300px;
}
.blog-iner .image-blog img {
    transition: all 0.5s;
}

.blog-iner .image-blog {
 
    overflow: hidden;
 
}

.blog-iner:hover img {
    transform: scale(1.08);
}
.blog-iner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
}
.blog-iner h2, .entry-meta {
    padding-left: 15px;
    padding-right: 1px;
    line-height: 20px;
    margin-bottom: 3px;
}
.blog-iner:hover {
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, 
		        rgba(0, 0, 0, 0.09) 0px 4px 2px,
				rgba(0, 0, 0, 0.09) 0px 8px 4px,
				rgba(0, 0, 0, 0.09) 0px 16px 8px,
				rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.pagination-name svg {
    margin-left: 10px;
    margin-right: 10px;
}
h1.page-title:hover {
    color: #43baff;
    transition: 0.7s ease;
}
.blog-iner h2 {
    margin-top: 10px;
}
.entry-meta {
    margin-left: 15px;
}
.blog-iner h2, .entry-meta {
    margin-bottom: 0 !important;
    line-height: 22px;
    font-size: 14px;
}
.eduvibe-blog-post-1 {
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.radius-small {
    border-radius: 5px;
}

.edu-blog .thumbnail {
    position: relative;
}

.edu-blog .thumbnail a {
    display: block;
    overflow: hidden;
}

.eduvibe-blog-post-1 .inner .thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.edu-blog .thumbnail a img {
    transition: 0.4s;
    overflow: hidden;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.eduvibe-blog-post-1 .inner .content {
    padding: 24px 24px 24px;
}

.status-group {
    margin: -5px;
}

.eduvibe-blog-post-1 .inner .content .title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin: 15px 0;
}


.edu-blog:hover .inner .thumbnail a img {
    transform: scale(1.1);
}

.eduvibe-status.status-05 a:hover, .eduvibe-status.status-05:hover {
    color: #f2c039;
}
.eduvibe-blog-post-1 .inner .content .title:hover a {
    color: #f2c039;
}

.eduvibe-blog-post-1 .inner .content .title a{
	color: #231F40;
	transition:all 0.5s;
}
.eduvibe-status.status-05 a {
    color: #6f6b80;
    font-weight: 500;
}

span.eduvibe-status.status-05 i {
    color:#f2c039;
}

.edu-blog .blog-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eduvibe-blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -25px;
    padding: 0;
    list-style: none;
}

.eduvibe-blog-meta li {
    margin: 5px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
	color:#6F6B80;
}

.eduvibe-blog-meta li i, .eduvibe-blog-meta li img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

a.btn-transparent, button.btn-transparent {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #f2c039;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

a.btn-transparent i, button.btn-transparent i {
    padding-left: 8px;
    top: 0px;
    position: relative;
    font-size: 14px;
}
/************************ Blog single page ************************/
/*********************** blog page ***********************/
.single-blogs h1.entry-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.38;
	color:black;
	font-family:"Poppins", Sans-serif;
}
.single-blogs .entry-content {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 500;
    color: #6f6b80;
    margin: 15 0 30px;
}
.blog-single-page{
display:none;
}
.blog-single-ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.blog-single-ul h2{
	font-family: "Poppins", Sans-serif;
    color: #231f40;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.38;
}
.blog-single-ul li{
	display: flex;
    align-items: flex-start;
    margin: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.blog-single-ul li:before {
    content: "\f14a";
    font-family: 'FontAwesome';
    font-weight: 200;
    border-radius: 50%;
    color: #f2c039;
    margin-right: 13px;
}
.single-blogs .post-thumbnail img{
	width:100%;
}
.blog-sidebar .wp-block-search__label {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px;
    color: black;
}
.blog-sidebar input#wp-block-search__input-1 {
    background: #F5F5F5;
    height: 57px;
    width: 100%;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 0 72px 0 25px;
        font-family: "Poppins", Sans-serif;
    border: 1px solid transparent;
}
.blog-sidebar button.wp-block-search__button.wp-element-button {
    font-size: 0;
    border: none;
}
.blog-sidebar .wp-block-search__inside-wrapper {
    position: relative;
}
.blog-sidebar .wp-block-search__inside-wrapper {
    position: relative;
}
.blog-sidebar ul.wp-block-categories-list.wp-block-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar li.cat-item {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
	    display: flex;
    justify-content: space-between;
}
.blog-sidebar li.cat-item a {
    color: #6f6b80;
    text-decoration: none;
}
.blog-sidebar h2.wp-block-heading {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px;
    color: black;
    margin-top: 25px;
}
.blog-sidebar button.wp-block-search__button.wp-element-button:before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    right: 26px;
	color:grey;
    top: 19px;
}
.blog-single-page:after {
    position: absolute;
    content: "";
    background: url(https://localhost/mining/wp-content/uploads/2023/07/bg1.jpg);
    width: 60px;
    height: 60px;
    opacity: .7;
    right: 15px;
    bottom: 8px;
}
.latest-posts {
    display: flex;
    align-items: center;
}
.latest-post-img img {
    width: 140px;
    border-radius: 5px;
    object-fit: cover;
    height: 122px;
}
.latest-post-time{
	font-weight: 400;
    color: gray;
}
.latest-post-title{
	font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: black;
    font-family: "Poppins", Sans-serif;
	transition:all 0.5s;
	cursor:pointer
}
.blog-single-item h2{
	color:black;
}
.my-latest-post {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.latest-posts {
    display: flex;
    gap: 20px;
}
.latest-post-img {
    width: 30%;
}
.blog-sidebar li.cat-item a:hover {
    color: #4169e1;
}
.latest-post-detail {
    width: 70%;
}
.latest-post-title:hover {
    color: #f2c039;
}
.single-blogs nav.navigation.post-navigation .nav-links a {
    color: #000000;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    background: #8080804d;
    text-decoration: none;
    font-weight: 600;
    margin: 25px;
    width: fit-content;
    font-size: large;

    border: 2px solid #f2c039;
    background: transparent;
    color: #f2c039;
    transition: all 0.5s;
}
.single-blogs nav.navigation.post-navigation .nav-links a:hover{
	background: #f2c039;
	color:white;
} 

.blog-page .col-sm-8{
	padding-right: 75px;
}
.blog-page .blog-sidebar{
	padding-left:20px;
}
img.blog-imgs {
    width: 100%;
    object-fit: cover;
	height:430px;
	border-radius:10px;
}
.blog-banner{
	background-image: url('https://rgrammingmass.com/wp-content/uploads/2023/07/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    background-position: center;
	    display: flex;
    align-items: center;
}
.pagination1 {
    margin-left: 112px;
}
.main-page-name{
	color: white;
    font-weight: 700;
    font-size: 55px;
}
.pagination-name a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.pagination-name{
	color:white;
	font-size:23px;
}
a.text-light.page-nav.arrow:after {
    content: '\f0da';
    font-family: 'FontAwesome';
}
.blog-banner:before {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .7;
    z-index: -1;
}
.blog-banner {
    position: relative;
    z-index: 1;
}
.blog-page.row {
    margin-top: 45px;
}
h1.entry-title {}

.blog-page.row h1.entry-title {
    color: #000;
    text-align: left;
    position: inherit;
}

.blog-page.row .entry-meta {
    display: none;
}

.blog-page.row div#comments {
    display: none;
}
.blog-page nav.navigation.post-navigation .nav-links a {
    color: #000000;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    background: #8080804d;
    text-decoration: none;
    font-weight: 600;
    margin: 25px;
    width: fit-content;
    font-size: large;

    border: 2px solid #c28030;
    background: transparent;
    color: #c28030;
    transition: all 0.5s;
}
.blog-page nav.navigation.post-navigation .nav-links a:hover{
	background: #c28030;
	color:white;
} 

@media screen and (max-width: 600px) {

    body a.custom-logo-link img {
        width: 60px;
        height: 60px;
    }

   body button.menu-toggle:before {
        bottom: 120px;
    }


}

.blog-banner .pagination1 { margin: 0; }

.blog-page .entry-content {
    margin-top: 15px;
}
aside#secondary { display: none; }
.single-post aside#secondary { display: block; }



/* Saurabh CSS 20260303 */

.employee-form .col-sm-6 select {
    background-color: #fff;
    border: 1px solid #c28030!important;
    font-size: 13px;
    color: #000!important;
    padding: 7px 14px!important;
    height: 42px;
    width: 100%;
    outline: none;
    border-radius: 3px;
    font-family: 'Roboto';
    margin: 9px 0;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors, .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    bottom: 40px;
    position: absolute;
}
.page-id-713 .fieldset-cf7mls-wrapper div.wpcf7-validation-errors, .wpcf7 form.sent .wpcf7-response-output {
    position: relative;
}
/*************** header ***************/
.row.site-navigation{
	position:relative;
	z-index:999;
}
.quote-btn:hover {
background:transparent;
}
.quote-btn {
    background: #c28030;
	cursor:pointer;
	color:white!important;
	text-decoration:none;
    border: 2px solid #c28030;
    margin-top: 2rem!important;
    transition: all 0.3s;
    border-radius: 30px;
    align-items: center;
    font-weight: 400!important;
    padding: 7px 30px;
    margin: auto;
    height: 51px;
    width: 164px!important;
}
.row.site-navigation .col-sm-3, .row.site-navigation .col-sm-6{
	display:flex;
	justify-content:center;
	color:#fff;
	font-size:20px;
	font-weight:600;
	font-family:Oswald;
}
a.custom-logo-link img {
  width: 126px;
    height: 120px;
    background: white;
    padding: 14px;
    border-radius: 50%;
}
.site-navigation{
	padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
}
.main-navigation ul{
	justify-content:center;
	gap:30px;
}
.main-navigation li {
    padding: 17px 0px;
}
.main-navigation a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
}
.main-navigation a:hover{
	    color: #ffac47;
}
.current_page_item a{
	color:#ffac47;
}
div#mainfooter .row{
	justify-content:center;
	width:80%;
	margin:auto;
}
.menu-main-menu-container {
    background-color: rgb(255 255 255 / 13%);
    border-radius: 30px;
    margin: 10px 107px;
}
h1.entry-title {
    text-align: center;
}
.main-header-start{
	position: relative;
    z-index: 9999;
}
#masthead{
	position: relative;
/*     top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
	background:transparent;
}
.slider-content.row {
   width: 100%;
    padding: 0px 112px 0px 192px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
} 
.masthead-overlay {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

#masthead:before{
	content:"";
	background:#000;
	width:100%;
	height:100%;
	opacity:0.4;
	z-index:999;
	position:absolute;
	left:0;
	top:0;
}
ul.sub-menu {
    background-color: #5f1c00;
    display: block;
    padding-left: 20px;
}
.main-navigation ul.sub-menu  li{
	padding:13px 0px;
}

html, body{
	overflow-x:hidden;
}
.contact-num img {
    width: fit-content;
    object-fit: contain;
    height: fit-content;
    margin: 8px;
    padding-right: 10px;
}

/********************* footer *********************/
footer#colophon {
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
	    background-image: url('https://rgrammingmass.com/wp-content/uploads/2023/07/1.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
footer#colophon:before{
	background:black;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.8;
	top:0;
	left:0;
}
#mainfooter h2.wp-block-heading {
    font-family: 'Oswald';
    font-size: 22px;
	color:#fff;
    margin: 22px 0;
}
#mainfooter p {
    color: #d1d1d1;
    line-height: 1.8;
    margin: 1em 0;
    font-size: 18px;
    width: 272px;
}
#mainfooter ul {
    padding: 0;
    margin: 0;
	list-style:none;
}
#mainfooter ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: white;
}
#mainfooter ul li a {
	padding-left: 20px;
    position: relative;
    text-decoration: none;
    color: #d1d1d1;
    font-weight: 500;
    font-size: 19px;
	text-transform:uppercase;
    font-family: 'Oswald';
}

#mainfooter #block-20{
	    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #d1d1d1;
    font-size: 19px;
    font-family: 'Oswald';
}
div#block-20 a {
    text-decoration: none;
    line-height: 1;
    font-family: 'Oswald';
    color: #d1d1d1;
}
footer.entry-footer{
	display:none;
}
body, html{
	margin:0px!important;
}
.logo-img-footer {
	margin:auto;
	width:fit-content;
}
.logo-img-footer img {
      width: 120px;
    height: 120px;
    margin: 30px 0;
}
#mainfooter, .logo-img-footer{
	position:relative;
	z-index:999;
}
.footer-icon i:before {
    font-size: 36px;
    padding: 10px 2px;
    border-radius: 50%;
}


#mainfooter ul li::marker {
    color: white;
    font-size: 25px;
}
div#copyrightdiv {
    position: relative;
    z-index: 99;
    color: #d1d1d1;
    line-height: 7.8;
    font-size: 19px;
    font-family: 'Oswald';
}
div#copyrightdiv a{
  color: #d1d1d1;
    line-height: 7.8;
    font-size: 19px;
    font-family: 'Oswald';
	text-decoration:none;
}
div#mainfooter {
      border: 1px solid #644019;
    border-width: 1px;
    border-radius: 10px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    margin: 10px 95px;
    position: relative;
}
.four-columns-2 {
  
}
.four-columns-3{
	
}
#mainfooter ul li a:hover {
    color: #ff8502;
}






.gallery-block1{
	    height: 400px;
}
/* .top_banner.home-banner {
    position: relative;
    bottom: 400px;
} */
main#wp--skip-link--target .wp-block-group.is-layout-constrained.wp-container-23{
	padding:0px!important;
}
main#wp--skip-link--target .wp-block-group.is-layout-constrained.wp-container-23 .entry-content.wp-block-post-content.is-layout-flow{
	max-width:100%;
}
.slider-content .col-sm-6{
	opacity:0;
	transition:all 1.5s;
	transform:scale(0.9);
}
.slick-active .slider-content .col-sm-6{
	opacity:1;
	transform:scale(1);
}
.prod-btn a {
    background-color: #C28030;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px 10px 30px;
    color: white;
	transition:all 0.5s;
	border: 2px solid #c28030;
}
.prod-btn{
  text-align:center;
	position:absolute;
	bottom:30px;
	width: -webkit-fill-available;
}
.prod-btn a:hover {
    color: white;
    border: 2px solid #c28030;
    background: transparent;
}
.gallery-block1{
	position:relative;
}
.catalog-section .elementor-widget-container{
	height:100%;
}
.catalog-section .elementor-image-box-wrapper {
    height: 100%;
    box-shadow: 0px 0px 10px 0px #00000042;
    padding: 16px 7px;
}

.catalog-section .elementor-element .elementor-widget-image-box {
    height: 100%;
}


.catalog-boxes .elementor-view-stacked {
    height: 100%;
}
.catalog-boxes .elementor-widget-container{
	height:100%;
}


/*===================employee application form================  */
div#main-file .file-btn {
   color: #fff;
    top: 0;
    background: #c28030;
    font-size: 14px;
    border: 1px solid #c28030;
    border-left: none;
    font-weight: 500;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0px;
    float: right;
    padding: 13px 30px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    background-color: #fff;
    border: 1px solid #c28030!important;
    font-size: 13px;
    color: #000!important;
    padding: 7px 14px!important;
    height: 42px;
    width: 100%;
    outline: none;
    font-family: 'Roboto';
    margin: 10px 0;
}
#main-file p {
    height: 50px;
    background: #efefef80;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.employee-form p{
	margin:0px!important;
}
.employee-form .row{
	    display: flex;
    flex-wrap: wrap;
}
.employee-form .col-sm-6 {
     width: 47%;
    margin: 13px;
}
.employee-form .col-sm-12 {
width:100%;	
}
.employee-form h2 {
    font-family: 'Roboto';
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.employee-form .small-text-cls {
    color: #2C3345;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 400;
}
.employee-form input[type="text"],.employee-form input[type="tel"],.employee-form input[type="email"], #wpcf7-f6358-p6359-o1 input[type="text"],.employee-form input[type="tel"],.employee-form input[type="email"] {
    background-color: #fff;
    border: 1px solid #c28030!important;
    font-size: 13px;
    color: #000!important;
    padding: 7px 14px!important;
    height: 42px;
    width: 100%;
    outline: none;
	font-family: 'Roboto';
	    margin: 10px 0;
}
div[id^="wpcf7-f6358"] button.cf7mls_back {
    
    margin-top: -9.4rem;
    margin-left: 2rem;

    padding: 16px 6rem;
    color: #43baff;
    background: transparent;
    border: 1px solid #43baff;
	transition:all 0.3s;
}
div[id^="wpcf7-f6358"] button.cf7mls_back:hover {
	background:#43baff;
	color:white;
}

#wpcf7-f6358-p6359-o1 input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    background-color: #fff;
    border: 1px solid #000!important;
    font-size: 13px;
    color: #000!important;
    padding: 7px 14px!important;
    height: 42px;
    width: 100%;
    outline: none;
    font-family: 'Roboto';
    margin: 10px 0;
}
.employee-form input[type="text"]::placeholder,.employee-form input[type="tel"]::placeholder,.employee-form input[type="email"]::placeholder, #wpcf7-f6358-p6359-o1 input[type="text"]::placeholder,.employee-form input[type="tel"]::placeholder,.employee-form input[type="email"]::placeholder {
    color: #000;
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 14px;
}

select {
    background-color: #fff;
    border: 1px solid #c28030!important;
    font-size: 13px;
    padding: 7px 14px!important;
    height: 42px;
    width: 100%;
    outline: none;
    font-family: 'Roboto';
	    margin: 10px 0;
    color: #868686;
}

.country-code-none {
    display: none;
}

.employee-btn {
     border:2px solid #c28030!important;
    background:  #c28030 !important;
    padding: 13px 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    font-family: 'roboto';
    text-transform: uppercase;
    border-radius: 30px!important;
    line-height: 1;
    border: 2px solid;
    margin-top: 18px;
	
    letter-spacing: 1px;
}
button#cf7mls-back-btn-cf7mls_step-2 {
 border:2px solid #c28030!important;
	background:#c28030;
    margin-top: 2rem;
    transition: all 0.3s;
    border-radius: 30px;
    padding: 5px 52px;
    color: white;
    font-weight: 400;
    position: absolute;
    bottom: 37px;
    font-family: 'Roboto';
	color:white;
}
button#cf7mls-back-btn-cf7mls_step-2:hover {
		background:transparent;
	color:#000;
}
.employee-btn:hover{
	background:transparent!important;
    border:2px solid #c28030!important;
	color:#000!important;
}
button#cf7mls-next-btn-cf7mls_step-1 {
    background: #c28030;
    border: 2px solid #c28030;
    margin-top: 2rem;
    font-weight: 400;
    transition: all 0.3s;
    border-radius: 30px;
    padding: 7px 39px;
    font-size: initial;
}
button#cf7mls-next-btn-cf7mls_step-1:hover{
	background:transparent;
	color:#000; 
	border:2px solid #c28030;
}
.cf7mls-btns {
       width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: -14px;
}

.contact-boxes .elementor-widget-icon-box {
    height: 100%;
}
.contact-boxes .elementor-widget-container {
    height: 100%;
}


/*------------------contact us page------------------  */

.contact-info-box {
    position: relative;
    display: block;
    background: #272727;
    border-radius: 5px;
    padding: 35px 40px 17px;
}

.contact-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #4d496b;
/*     padding-bottom: 32px; */
    margin-bottom: 17px;
    margin-left: 0;
    padding-left: 0;
}

.contact-info-box ul li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 25px;
}

.contact-info-box ul li .icon {
    position: absolute;
    top: 10px;
    left: 0;
}

.contact-info-box ul li .icon img {
    width: 36px;
    height: 35px;
}

.contact-info-box ul li .title {
    position: relative;
    display: block;
    padding-left: 10px;
}

.contact-info-box ul li .title h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px;
}

.contact-info-box ul li .title a {
    color: #c28030;
    font-size: 16px;
}

.contact-info-box ul li:hover .icon img {
    animation: scaleDisappear 400ms linear 0s;
}


@keyframes scaleDisappear {
	0% {
    opacity: 1;
    transform: scale(1);
}
60% {
    opacity: 0;
    transform: scale(1.3);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}

.row.home-form {
    position: relative;
    background: #ffffff;
    padding: 40px 40px 20px;
    border: 1px solid #f0eef9;
    border-radius: 7px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    margin-bottom: 0;
}

.home-form input[type="text"] {
    width: 100%;
    height: 55px;
    border: 1px solid #f0eef9;
    padding: 0 20px;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    margin-bottom: 20px;
    background: #fff;
}

.home-form input[type="email"] {
    width: 100%;
    height: 55px;
    border: 1px solid #f0eef9;
    padding: 0 20px;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    margin-bottom: 20px;
    background: #fff;
}

.home-form .wpcf7-select {
    background: #fff;
    width: 100%;
    height: 55px;
    border: 1px solid #f0eef9;
    padding: 0 20px;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.inner-row p {
    margin-bottom: 0;
}

.home-form textarea {
    width: 100%;
/*     height: 55px; */
    border: 1px solid #f0eef9;
    color: #868298;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    height: 134px;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.contact-info-box .find-map-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 60px;
    min-height: 45px;
}

.contact-info-box .find-map-box .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info-box .find-map-box .icon i {
    font-size: 40px;
}
.contact-info-box .find-map-box .text {
    display: block;
    margin: 9px 0;
}

.contact-info-box .find-map-box .text a {
    color: #ffffff;
}

a.btn-two i {
    padding-left: 20px;
}

.contact-info-box ul li .title span {
    color: #c28030;
    font-size: 18px;
}

.row.home-form h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.row.home-form .cf-btn:hover {
    background: transparent;
    color: #c28030;
}

.row.home-form .cf-btn {
    background: #c28030;
    color: #fff;
    padding: 13px 30px;
    font-family: 'Poppins';
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 2px solid #c28030;
    transition: all 0.5s;
    text-transform: capitalize;
    font-weight: 500;
}

.home-form input[type="text"]::placeholder, .home-form input[type="email"]::placeholder, .home-form textarea::placeholder {
    font-size: 15px;
}

.home-form .wpcf7-select {
    font-size: 15px;
}
ul.jobslist.row {
    list-style: none!important;
}
.jobint .row {
    align-items: center;
}

/* Vini CSS 20260303 End */

img.wp-image-1035 { max-width: 120px; }
.latest-post-title a { color: #000; text-decoration: none; } .latest-post-title a:hover { color: #f2c039; }

/* Vini CSS 20260303 End */

/* WP Add Custom CSS 20260303 End */

.wp-site-blocks a img {
    width: 120px;
}
.site-navbar .site-navigation .site-menu > li > a { padding: 5px 20px; }
.wp-block-group.is-layout-constrained.wp-container-9 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}
.cross{
display:none;
}
.page-id-18 .row.home-form h1{
display: none;
}
.wp-block-column.coffee-block-header-top-bar-left.is-layout-flow .wp-block-columns.is-layout-flex.wp-container-3 {
    padding-top: 30px;7
}
h2.product_cat{
text-align:center;
font-size:25px;
margin:20px;
}
.contact-map .elementor-container.elementor-column-gap-default {
    max-width: 100%!important;
}
/*-------------- Home Page ---------------*/
/*-------------- Banner-slider -------------*/
.wp-block-group.coffee-block-section1.has-background.is-layout-constrained {
    padding: 32px 0px !important;
}
.wp-block-group.coffee-block-section3.has-background.is-layout-constrained.wp-container-83{
   padding: 32px 0px !important;}
.page-id-640 .wp-block-group.coffee-block-section1.has-background.is-layout-constrained.wp-container-46{
margin-top:30%;
}
.banner-slider-main img{
width:100%;
height:70%;
}
img.wp-image-1039 {
    width: 149px;
}
.coffee-block-header-top-bar-logo figure.wp-block-image{
width:130px!important;
height:130px!important;
}
.wp-container-23{
padding-top:0px!important;
}

.top_banner.home-banner.slick-initialized.slick-slider {
    height:764px;
overflow:hidden;
}
.slider_img:before {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}
.banner-slider-main {
    position: relative;
}
a{
text-decoration:none;}
.slider-content{
    display: flex;
       width: 100%;
     padding: 0px 112px 0px 192px;
    position: absolute;
    bottom: 268px;
flex-wrap:wrap;
}
.slider-content .col-sm-6{
width:30%;
}
.slider-content .col-sm-6.second-img{
width:50%!important;
position: relative;
    left: 256px;
    width: 40%!important;
    height: 573px;
}

.slider-content .col-sm-6.second-img img{
border-radius: 27px;
    margin-top: 32px;
}

.slider_btn p {
    background: white;
    width: fit-content;

    padding: 11px 48px;
    width: fit-content;
    color: black;
transition:all 0.3s;
    font-size: 1.3rem;
    border-radius: 100px;
}
.slider_btn p:hover{
background:#c28030;
color:white;
}
.slider_para p {
    font-size: 18px;
color:white;

}
.slider-content h2{
    font-size: 61px;
    font-style: normal;
color:white;

    font-weight: 800;
}
.banner-slider .elementor-widget-wrap.elementor-element-populated {
    padding: 0px!important;
}
.banner-slider .elementor-container.elementor-column-gap-default{
max-width:100%!important;
}
.banner-slider .slick-prev .slick-arrow{
display:none!important;
}
.banner-slider .slick-next{
display:none!important;
}
.banner-slider .slick-slide img{
width:100%!important;
}

/*--------- Home Header ---------*/




.home-products .overlay-box-1 {
    color: white;
    text-align: center;
}
.overlay-box-1 p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.col-sm-4.activities-block-two{
    max-width: 25%!important;
    width: 100%;
    padding: 5px;
}
.gallery_row1.row {
    display: flex;
    flex-wrap: wrap;
}
col-sm-4.activities-block-two {
    max-width: 25%;
    width: 100%;
    padding: 0px 8px;
}
.third-img-box figure.elementor-image-box-img {
    background: white;
    border-radius: 50%;
    padding: 22.4px;
width:23%!important;
}

.first-container-img img {
    height: 150px;
    border-radius: 50%!important;
    max-width: 150px!important;
}
.inner-product figure{
width:67%!Important;
}

/*-----new style----*/
.round-img{background: transparent !important;}
.round-img img {
    border-radius: 50%;
    width: auto;
    height: 165px;
    
}


.logo-client-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.list-img-cls img {
    width: 50px;
}
h3.wp-block-heading.has-background-color.has-text-color {
    color: black!important;
}
p.has-background-color.has-text-color.has-medium-font-size{
    color: black!important;

}
.coffee-block-better-taste-box .wp-block-image {
    width: 90px;
    height: 90px;
}

.banner-img-cls {
    position: relative;
    background: #000;
}

.banner-img-cls img {
    width: 550px;
    border-radius: 10px;
    opacity: 0.7;
    margin-bottom: 90px;
}

.coffee-block-section4-product-box .wp-block-post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


.coffee-block-product-box {
    height: 100%;
}

.coffee-block-product-box img {
    border-radius: 50%;
    height: 180px!important;
    width: 180px!important;
    margin: 0 auto;
    display: block;
}
/*----- 16-5-2023 ----*/
/*----- About Page ----*/
.history-container{
    position: relative;
    right: 9rem;
    top: 4rem;
}
.our-clients div.elementor-container.elementor-column-gap-default{
max-width:100% !important;
}
.coffee-block-inner-banner-title{
padding-top:250px !important;
}

/*---------- Gallery Page ------------*/
.gallery-block {
    position: relative;
    margin-bottom: 30px;
}
.gallery-block .image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.gallery-block .image-box .image {
    position: relative;
}
.gallery-block .image-box .image img {
    height: 285px !important;
    object-fit: cover;
}

.gallery_row {
    display: flex;
    flex-wrap: wrap;
}
.gallery_row>* {
    padding-left: 10px;
    padding-right: 10px;
}
.col-sm-4.activities-block-two {
    max-width: 33.33%;
    width: 100%;
}
.gallery-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(33, 47, 84, 0.5);
-webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    transition: transform 0.4s ease;
}
.image-box:hover  .overlay-box{
    -webkit-transform: scale(1, 1)!important;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)!important;
    transform-origin: left center;

}
.gallery-block .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: 60px;
    width: 60px;
    font-size: 20px;
    background-color: #ffffff;
    color: #ffffff;
    font-weight: 700!important;
    border-radius: 50%;
    font-weight: 400;
    line-height: 60px;
    transform: translate(-50%,-50%);
transition: all 0.3s;
}
.gallery-block .overlay-box a:hover {
background-color:#c28030;
}
.wp-container-19{
padding-bottom:0px !important;
}
/*----------- Blog Page -----------*/

.archive  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
body.blog header.wp-block-template-part {
    background: url('https://rgrammingmass.com/wp-content/uploads/2023/05/rgrm-3-1.jpeg');
height: 200px;
background-position: center;
    background-size: cover;
}



/*-------------  FAQs Page ---------------- */
.elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: #c28030!important;
}
.elementor-accordion-item .elementor-tab-title{
border-radius:35px;

box-shadow: 0px 0px 7px 0px #a9a9a980;
margin:16px !important;
}

/*----------------- Single product ------------------*/

.single-product img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 3200px!important;
    height: 500px;
    border-radius: 12px;
    object-fit: cover;
border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.wp-block-group.group-2.is-layout-constrained {
    background: white;
    padding: 65.6px 23px;
    border-radius: 12px;
border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 0px 20px 0px #8080807a;
}
.single-product #wp--skip-link--target{
background: #f6f6f6;
}
.single-product h2.wp-block-post-title {
    font-family: 'Oswald';
    font-weight: 600;
    color: #000000;
    padding-left: 2rem;
}
h2.wp-block-heading.has-text-align-center {
    margin: 32px;
    color: #c28030;
}
.single-product .entry-content.wp-block-post-content.is-layout-flow p {
    font-size: 18px;
    font-family: 'Oswald';
    padding-left: 2rem;
    padding-top: 2rem;
}
h3.wp-block-heading.has-background-color.has-text-color strong {
    color: white;
}
/*-------------  Contact-form ---------------- */

.contact-form-1 label{
color: black;
    font-weight: 500;
padding-left:16px;
}

.contact-form-1 input{
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px 1px 1px 1px;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 16px;

margin-top: 7px;
}
.contact-form-1 textarea{
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px 1px 1px 1px;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 16px;
    height: 110px;


}

.contact-form-1 div.row div.col-sm-6{
width: 50%;
    padding: 0 12px;
}
.contact-form-1 div.row div.col-sm-12{
width: 100%;
    padding: 0 12px;
}
.contact-form-1 div.row {
display: flex;
    flex-wrap: wrap;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.form-btn-1 {
    width: 38%;
    background: #c28030;
    padding: 1rem;
    margin-left: 1rem;
    font-size: initial;
margin-top:16px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.form-btn-1:hover {
 background:#b2762e;
}
.contact-form-1 p{
margin-bottom:25px!important;
}
.contact-form-1 br{
display:none;
}
.contact-form-1 div.col-sm-12 p{
margin-bottom:6px!important;
}


/*-------------  Career-form ---------------- */

.career-form label{
color: black;
    font-weight: 500;
padding-left:16px;
}
.career-form.row{
display: flex;
    flex-wrap: wrap;
}
.career-form input{
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px 1px 1px 1px;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 16px;

margin-top: 7px;
}
.career-form textarea{
    border-style: solid;
    border-color: #f9f9f9;
    border-width: 1px 1px 1px 1px;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 16px;
    height: 110px;


}

.career-input.col-sm-6{
width: 50%!important;
    padding: 0 12px;
}
.career-input.col-sm-12{
width: 100%;
    padding: 0 12px;
margin-bottom: 16px;
}
.career-form div.row {
display: flex;
    flex-wrap: wrap;
}

.career-btn {
    width: auto;
    background: #c28030!important;
    padding: 1rem!important;
    margin-left: 1rem!important;
    font-size: initial!important;
margin-top:16px!important;
}
body .is-layout-flow > *{
padding-bottom:0px!important;
}
div#quote-btn a {
    background: #c28030;
     border:2px solid #c28030;
    margin-top: 2rem;
transition:all 0.3s;
border-radius:30px;
padding:10px 30px;
}
div#quote-btn a:hover {
    border:2px solid #c28030;
background:transparent;
}
.career-btn:hover {
 background:#b2762e;
}
.career-form p{
margin-bottom:25px!important;
}
.career-form br{
display:none;
}
.career-form div.col-sm-12 p{
margin-bottom:6px!important;
}
input#file-input{
	display:none;
}
span.tenptext {
color: #777;
    font-size: 14px;
    position: absolute;
    top: 18px;
    left: 10px;
   }
div#main-file .file-btn {
  color: #fff;
    top: 0;
    background: #c28030;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    border: 1px solid #c28030;
    border-left: none;
    border-radius: 10px;
    font-weight: 500;
    float: right;
}
#main-file p{
    height: 59px;
    background: #efefef80;
}
#main-file{
position:relative;
}

/*------------ product page -------------*/
.products-page .gallery_row1 .col-sm-4 {
    width: 23%;
    margin: 9px;

.product_cat{

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
text-align:center;
}
.overlay-box-1 p{
display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.products-page .gallery_row1
display: flex !important;
flex-wrap: wrap;
}

.gallery-block1{
border: 1px solid #4c403d!important;
    border-radius: 15px;
    padding-top: 38px;
    padding-right: 15px;
    padding-bottom: 38px;
    padding-left: 14px;
}
.gallery-block1 img{
    border-radius: 50%;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    display: block;
}
.products-page .row{
display:flex;
flex-wrap:wrap;

}
.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  
}
#page page-id-7 .wp-block-column is-layout-flow h3{
color:black;
}
#page page-id-7 .wp-block-column is-layout-flow p{
color:black;
}

/*--------------------- Test Reports --------------------*/
.report-row .col-sm-4.activities-block-two {
    max-width: 33.33%;
    width: 100%;
}

.report-row .gallery-block .image-box .image img {
    height: 407px !important;
}
.report-row.row{
display: flex;
    flex-wrap: wrap;
}
.report-row .gallery-block .overlay-box a{
border: 2px solid #c28030;
    border-radius: 0;
background:transparent;
    width: 49%;
    color: white;
    font-weight: 500!important;
    font-size: inherit;
}
.report-row .gallery-block{
margin:12px;
}
.report-row .gallery-block .overlay-box a:hover{
background:#c28030;
}
#wp--skip-link--target .wp-block-group.is-layout-constrained.wp-container-22 {
    padding-bottom: 0px!important;
}
.wp-block-group.coffee-block-footer-box.is-layout-constrained p {
    margin: 16px 0;
}
/*========================mobile-responsive===================*/
h1.entry-title {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 9em;
    color: white;
    font-family: 'Oswald';
    text-transform: capitalize;
}
.page-id-7 h1.entry-title{
display:none;
}
@media(max-width: 767px){
.jobslist li .jobint{
padding:30px;
}
.jobint .col-sm-2.col-md-2 {
padding:0px;
    display: flex;
}
.jobslist li .applybtn{
width:100%;
}
ul.jobslist.row {
    padding: 10px;
text-align:center;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block!important;
    box-shadow: none;
    background: transparent;
}
div#mainfooter .col-sm-4 {
    padding: 0;
}
div#mainfooter .row {
    justify-content: center;
    width: 100%!important;
    row-gap: 10px!important;
}
.four-columns-2{
margin-left:0px;
width:100%;
}
.elementor-7 .elementor-element.elementor-element-5fb0bd1e{
margin:0px;
}
section.job-detail-section{
padding:0px;
}
.details-icon{
justify-content:center;
}
.job-detail-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.job-details{
max-width:100%;
padding: 20px 10px;
}
.job-detail-col {
    text-align: center;
    margin-top: 3em;
    padding: 0px;
    flex: 0 0 40%;
    max-width: 100%;
}
.job-detail-first {
    flex: 0 0 100%;
}
.blog-banner{
height:300px;
}
.image-box-rmrg h3.elementor-image-box-title {
    margin-top: 20px;
line-height:30px!important;
}
#mainfooter p{
font-size:16px!important;
}
.image-box-rmrg p.elementor-image-box-description {
    font-size: 15px!important;
}
div#copyrightdiv a{
line-height:3.5!important;
}

/*********** footer start **********/
div#copyrightdiv p {
    font-size: 20px!important;
}
.page-id-7 #masthead{
padding-bottom:0!important;
}
footer#colophon{
padding-top:0px;
padding-bottom:0px;
}
div#mainfooter{
margin:0px!important;
padding-left:0px!important;
padding-top:40px!important;
padding-bottom:40px!important;
}
div#copyrightdiv {
 
    z-index: 99;
    color: #d1d1d1;
    line-height: 0px!important;
    font-size: 19px;
    text-align: center;
    font-family: 'Oswald';
    position: relative;
    bottom: 0px;
}
div#mainfooter .col-sm-3 {
    width: 100%!important;
    margin: 0px!important;
}
div#mainfooter ul li {
border-bottom:none;
    position: relative;
    left: 25px;
        padding: 7px 0em!important;
}




/*********** footer start **********/




/*********header start**************/

.toggled .cross{
display:block;
}
.cross{
    position: fixed!Important;
    z-index: 99999;
    font-size: 3rem;
    color: white;
    right: 44px;
    top: 45px;
}
a.custom-logo-link img {
    width: 100px;
    height: 100px;
    background: white;
    padding: 4px;
    border-radius: 50%;
    position: relative;
    bottom: 27px;
}
h1.entry-title{
font-size:33px!important;
top:7em!important;
}
.slider-content.row{
display:none;
}
ul#primary-menu {
    display: none;
}
.menu-item-has-children:before {
    content: "";
    background-image: url('https://rgrammingmass.com/wp-content/uploads/2023/07/downarrow.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    left: 43em;
    background-size: contain;
    bottom: -2px;
}
ul.sub-menu {
    width: 100%;
    position: relative!important;
    background: transparent;
    padding: 20px 0;
display:none!important;
}
ul#primary-menu li.focus ul.sub-menu {
display:block!important;
box-shadow: none;
    background: transparent;
}
ul.sub-menu li{
border:none;
    padding: 10px 0!important;
}
.main-navigation li{
padding:10px 2em!important;
border-bottom:1px solid #c2803040;
}
.menu-main-menu-container {
border-radius: 0px!important;
    border: none!important;
    position: fixed!important;
    margin: 0!important;
    left: 0!important;
    top: 18px!important;
    width: 100%!important;
    background: #5f1c00!important;
    padding-top: 75px!important;
    height: 100vh;
    overflow-y: scroll;
}
.toggled ul#primary-menu {
    display: block;
}
.menu-main-menu-container{
display:none;
}
.toggled .menu-main-menu-container{
display:block;
top:0!important;
}
button.menu-toggle {
    display: block;
    position: absolute;
    bottom: 6em;
    right: 65px;
    font-size: 0px;
    border: none;
    background: transparent;
}
button.menu-toggle:before {
    content: "\f0c9";
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    font-size: 32px;
    position: absolute;
bottom:152px;
    color: white;
}

.row.site-navigation .col-sm-3{
display:none!important;
}
.row.site-navigation .col-sm-3, .row.site-navigation .col-sm-6 {
    justify-content: flex-start!important;
}
/*********header end **************/



.wp-block-group.coffee-block-section3-left.is-layout-constrained {
    padding: 0 16px;
}
.row.home-form {
    padding: 31px 12px 20px!important;
}
.catalog-section p.elementor-image-box-description {
    font-size: 15px!important;
    line-height: 20px!important;
    padding: 10px;
}


.coffee-block-inner-banner h2.has-text-color, .coffee-block-inner-banner h1.has-text-color {
    display: flex;
    align-items: center;
    padding-top: 7rem!important;
    justify-content: center;
}
h2.product_cat {
    text-align: center;
    font-size: 22px;
    margin-top: 31px;
}
button#cf7mls-back-btn-cf7mls_step-2 {
    width: -webkit-fill-available;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
#main-file p {
    height: 50px;
    background: #efefef80;
    margin-bottom: 4rem!important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
div#main-file .file-btn {
    color: #fff;
    top: 0;
    background: #c28030;
    font-size: 14px;
    border: 1px solid #c28030;
    border-left: none;
    font-weight: 500;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 13px 83px;
    margin-top: 3rem;
}
.employee-form .col-sm-6 {
    width: 100%!important;
    margin: 0!important;
}
.contact-boxes p.elementor-icon-box-description {
    font-size: 14px!important;
}
img.wp-image-1039{
width:99px!important;
height:99px!important;
}
.home .wp-block-columns.is-layout-flex.wp-container-9{
margin-top:16px;
}
.home .wp-block-columns.is-layout-flex.wp-container-9{ margin-top:16px; }
.slider-content h2{
font-size:22px!important;
text-align:center;
}
img.wp-image-1039 {
    width: 104px;
}
time {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 16px 0;
}
.wp-elements-1c35e7ae920f6b8a87e896320be1000b a, .wp-elements-adf4d4d44c89568df2a022e07c844c22 a {
    color: #0a1d2d;
    font-size: 12px;
    margin: 16px 0;
    font-weight: 500;
}
1.has-text-align-center.has-text-color.has-background-color.coffee-block-inner-banner-title.wp-block-post-title.has-poppins-font-family {
    font-weight: 400;
    font-size: 20px!important;
    margin-top: 80px!important;
    margin-left: 16px!important;
}
.round-img img {
  width: 136px;
    height: 136px;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
.gallery-block1 img {
    height: 175px;
    width: 175px;
}

p{
    font-size: 12px!important;
}
.overlay-box-1 p{
font-size:12px;
}
p.has-background-color.has-text-color.has-medium-font-size {
    color: black!important;
    font-size: 13px!important;
    padding-top: 12px;
}
.coffee-block-section1-left p {
    font-size: 11px!important;
    padding: 0px 16px!important;
    margin-bottom: 16px;
}
h2 strong {
    font-size: 20px;
}
h2.has-text-color {
    font-size: 21px !important;
}
p strong {
   font-weight: 300;
    font-size: 14px;
}
a.wp-block-button__link.has-background-color.has-text-color.has-background.wp-element-button{
padding: 4px 29px!important;
    font-size: 15px;
    font-weight: 400;
}
/*-----------  banner-----------*/
.slider_para p {
    font-size: 14px!important;
    color: white;
    text-align: center;
}
.slider_btn p {
    margin: auto;
}
.slider-content h2 {
    font-size: 24px!important;
    text-align: center;
}
.slider-content .col-sm-6{
width:100%;
}
.slider-content{
bottom: 30px;
padding:1em;
}
/*.top_banner.home-banner.slick-initialized.slick-slider {
    height: 400px!important;
}*/
.slider-content .col-sm-6.second-img{
display:none;
}
.banner-slider-main img {
    width: 100%;
    object-fit: cover;
height:400px;
}
.col-sm-4.activities-block-two {
    max-width: 100%!important;
    width: 100%;
}



.top_banner.home-banner.slick-initialized.slick-slider{
height:auto;
position:relative;
margin-bottom:0px;
}




/*-----------  Products-----------*/


.home-products .col-sm-4.activities-block-two{
max-width:100%;
}
.third-img-box figure.elementor-image-box-img{
width:40%!Important;
}

div#quote-btn a{
display:none;
}
a.wp-block-button__link.has-background-color.has-text-color.has-background.wp-element-button{

padding: 4px 29px!important;
    font-size: 15px;
    font-weight: 400;
}

a.wp-block-button__link.has-background-background-color.has-text-color.has-background.wp-element-button {
    padding: 10px 40px!important;
}
.home .wp-block-cover__inner-container {
 
}
.wp-block-cover__inner-container{
margin-top:1px!important;

}
.single-product h2.wp-block-post-title{
padding-left:0px;
}
.single-product .entry-content.wp-block-post-content.is-layout-flow p{
padding-left:0px;
}
.single-product h2.wp-block-post-title {
    font-size: 2rem;
        text-align: center;
}
.entry-content.wp-block-post-content.is-layout-flow p {
display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}.single-product img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 300px;
}
.single-product .wp-block-group.group-2.is-layout-constrained {
 border-bottom-left-radius:12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.single-product img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
border-top-right-radius:12px!important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.single-product .wp-block-group.is-nowrap.is-layout-flex.wp-container-29{
flex-direction:column;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
padding-left: 1rem;
}
/*---------- header ----------*/
.wp-block-group.coffee-block-footer-box.is-layout-constrained p {
    margin: 16px 0;
}
.coffee-block-inner-banner h2.has-text-color, .coffee-block-inner-banner h1.has-text-color {
    padding-top: 100px !important;
}


.coffee-block-menu .wp-block-navigation__responsive-container-open svg {
    width: 51px;
    height: 46px;
}
button.wp-block-navigation__responsive-container-open {
    position: relative;
    bottom: 7rem;
    left: 8rem;
z-index:5;
}
.wp-block-column.coffee-block-header-top-bar-left.is-layout-flow{
display:none;
}

ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu {
    display: none!important;
}
ul.wp-block-navigation__container li{
text-align : initial;
    padding-left: 8px!important;
}
.coffee-block-menu .wp-block-navigation ul{
padding: 0px!important;
}
ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu.active{
    display: block!important;
}
ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu.active a{
display: flex!important;
}

.wp-block-navigation-submenu__toggle{
    display: block!important;
    position: absolute;
    right: 12px;
    top: 14px;
    font-size: 2rem!important;
}




.wp-block-column.coffee-block-header-top-bar-logo.is-layout-flow{
position: relative;
    right: 4.9rem;
bottom:1rem;
z-index:5;
}
.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 2;
}


.history-container {
    position: relative;
    right: 0;
    top: 4rem;
}
.gallery_row .col-sm-4.activities-block-two {
    max-width: 100%;
}
.career-input.col-sm-6 {
    width: 100%!important;
    padding: 0;
}

div#main-file .file-btn {
 padding: 10px 67px;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.career-btn {
    padding: 8px 12px!important;
    position: relative;
    margin-bottom: 2rem;
    top: 3rem;
    width: 100%;
    left: -0.6rem;
}
.contact-form-1 div.row div.col-sm-6 {
    width: 100%;
    padding: 0 12px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.form-btn-1 {
    width: 94%;
    background: #c28030;
    padding: 9px;
    font-size: 11px;
    margin-top: 16px;
    margin-left: 11px;
}
.products-page .gallery_row1 .col-sm-4 {
    max-width: 97%!important;
    width: 100%!important;
}
.report-row .col-sm-4.activities-block-two {
    max-width: 100%;
    width: 100%;
}
.wp-block-group.has-background.is-layout-constrained{
background:transparent!important;
}
.single-product .wp-block-group.has-text-color.has-large-font-size.is-layout-constrained.wp-container-30{
padding-top:1px!important;
}
}


/*---------------------- tablet ------------------------*/
@media(min-width: 1000px) and (max-width: 1159px){
.slider-content .col-sm-6{
width:100%;
}

.slider_btn p{
margin:auto;
}
.slider-content .col-sm-6.second-img{
display:none!important;
}
.slider-content {
    padding: 0px 304px 0px 304px;
bottom: 176px;

    text-align: center;
}
}
@media(min-width: 1160px) and (max-width: 1349px){
.slider-content .col-sm-6.second-img{
display:block!important;
height:auto;
}
.slider-content {
 
    bottom: 256px;

    width: 100%;
align-item:center;
}
}
@media(min-width: 1350px) and (max-width: 1450px){

.slider-content .col-sm-6.second-img{
display:block!important;
height:auto;
}
.slider-content {
 bottom: 368px;
    width: 100%;
align-item:center;
}
}
@media(min-width: 768px) and (max-width: 999px){
ul.jobslist.row {
    padding: 10px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block!important;
    box-shadow: none;
    background: transparent;
}
div#mainfooter .row{
width:100%!important;
}
section.job-detail-section{
padding:0px;
}
.details-icon{
justify-content:center;
}
.job-detail-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.job-details{
max-width:100%;
padding: 20px 10px;
}
.job-detail-col {
    text-align: center;
    margin-top: 3em;
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
}
.job-detail-first {
    flex: 0 0 100%;
}
.blog-banner{
height:300px;
}
/*********** footer start **********/
div#mainfooter{
margin:0px!important;
}
div#copyrightdiv {
 
    z-index: 99;
    color: #d1d1d1;
    line-height: 7.8;
    font-size: 19px;
    text-align: center;
    font-family: 'Oswald';
    position: relative;
    bottom: 24px;
}
div#mainfooter .col-sm-3 {
    width: 100%!important;
    margin: 0px!important;
}
div#mainfooter ul li {
border-bottom:1px solid #644019;
    padding: 10px 0em!important;
}




/*********** footer start **********/

/*********header start**************/
.top_banner.home-banner{
bottom:0px!important;
}
.main-navigation ul.sub-menu li{
padding:13px 0px!important;
}
.toggled .cross{
display:block;
}
.cross{
       position: fixed; 
    z-index: 99999;
    font-size: 2rem;
    color: white;
    right: 32px;
    top: 45px;

}
ul#primary-menu {
    display: none;
}
.menu-item-has-children:before {
    content: "";
    background-image: url('https://rgrammingmass.com/wp-content/uploads/2023/07/downarrow.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    left: 43em;
    background-size: contain;
    bottom: -2px;
}
ul.sub-menu {
    width: 100%;
    position: relative!important;
    background: transparent;
    padding: 20px 0;
display:none!important;
}
ul#primary-menu li.focus ul.sub-menu {
display:block!important;
box-shadow: none;
    background: transparent;
}
ul.sub-menu li{
border:none;
}
.main-navigation li{
padding:10px 2em!important;
border-bottom:1px solid #c2803040;
}
.menu-main-menu-container {
border-radius: 0px!important;
    border: none!important;
    position: fixed!important;
    margin: 0!important;
    left: 0!important;
    top: 46px!important;
    width: 100%!important;
    background: #5f1c00!important;
    padding-top: 42px!important;
    height: 100vh;
}
.toggled ul#primary-menu {
    display: block;
}
.menu-main-menu-container{
display:none;
}
.toggled .menu-main-menu-container{
display:block;
}
button.menu-toggle {
    display: block;
    position: absolute;
    bottom: 6em;
    right: 65px;
    font-size: 0px;
    border: none;
    background: transparent;
}
button.menu-toggle:before {
    content: "\f0c9";
    width: 100%;
    height: 100%;
    font-family: fontawesome;
    font-size: 42px;
    position: absolute;
bottom:152px;
    color: white;
}

.row.site-navigation .col-sm-3{
display:none!important;
}
.row.site-navigation .col-sm-3, .row.site-navigation .col-sm-6 {
    justify-content: flex-start!important;
}
/*********header end **************/



	.employee-form .col-sm-6 {
    width: 46%!important;
    margin: 10px!important;
}
.round-img img{
height:146px;
}
body .is-layout-flow > .aligncenter{
margin-left:0!important;

}
h2.has-text-color {
    font-size: 21px !important;
margin:16px 0;
}
.wp-block-column.coffee-block-section2-right.is-layout-flow {
    padding: 80px 0;
}
.wp-block-group.coffee-block-section2-about-box.is-layout-constrained {
    margin: 32px 0;
    padding: 112px 128px 8px;
}
a.wp-block-button__link.has-background-color.has-text-color.has-background.wp-element-button {
    padding: 10px 40px!important;
    margin-bottom:16px;
}
.slider-content .col-sm-6{
width:100%;
}
.slider-content .col-sm-6.second-img{
display:none!important;
}
.col-sm-4.activities-block-two{
max-width:50%!important;
}
/*-----------  Blog-----------*/
.blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
.archive img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
/*-----------  Products-----------*/


.home-products .col-sm-4.activities-block-two {
    max-width: 50%;
}


/*----------------- Home Slider ----------------*/
.top_banner.home-banner.slick-initialized.slick-slider {
    height: auto;
    margin-bottom: 0px;
}
.slider-content {
bottom: 144px;
    width: 100%;
text-align:center;
    padding: 0px 112px 0px 128px;}
.slider-content h2 {
    font-size: 31px;
    font-weight: 500;
}
.banner-slider .slick-slide img{
height:100%;
}
.slider_para p {
    font-size: 17px;
}
.slider_btn p {
font-size:1rem;
    padding: 8px 21px;
margin:auto;
}



div#quote-btn a{
display:none;
}
.single-product .wp-block-group.group-2.is-layout-constrained {
 
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.single-product img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.single-product .wp-block-group.is-nowrap.is-layout-flex.wp-container-29{
flex-direction:column;
}
.coffee-block-inner-banner h2.has-text-color, .coffee-block-inner-banner h1.has-text-color {
    padding-top: 0px !important;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
position:relative;
    top: -7rem!important;
    left: 20rem;
}
body .is-layout-flow > .aligncenter{

}

ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu{
display: block!important;
}
.products-page .gallery_row1 .col-sm-4 {
    max-width: 47%!important;
    width: 50%!important;
}
button.wp-block-navigation__responsive-container-open {
    display: block!important;
    position: relative;
    font-size: 2rem;
    top: 1rem;
background-color: transparent;
}
button.wp-block-navigation__responsive-container-open svg {
    width: auto;
    height: 3rem;
    top: -1rem;
    position: relative;
}
.wp-block-navigation__responsive-container.has-text-color.has-background-color.has-background{
display:none;
}
.is-menu-open.has-modal-open{
display:block!important;
}
ul.wp-block-navigation__container {
    width: 100%;
display: flex!important;
    align-content: flex-start!important;
gap:13px!important;
}

ul.wp-block-navigation__container li a {
    text-align:start!important;
   width:100%;
}
ul.wp-block-navigation__container li {
    width: 100%;
    border-bottom: 1px solid #c2803040;
display: flex!important;
    position: relative;
    align-content: flex-start!important;
    padding: 8px 16px!important;
}
/*---------- header ----------*/
.wp-block-column.coffee-block-header-top-bar-left.is-layout-flow {
    display: none;
}

ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu {
    display: none!important;
}
ul.wp-block-navigation__container li{
text-align : initial;
    padding: 10px 16px!important;
}
.coffee-block-menu .wp-block-navigation ul{
padding: 0px!important;
}
ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu.active {
    display: block!important;
width: 100%;

}
ul.wp-block-navigation__submenu-container.has-text-color.has-background-color.has-background.wp-block-navigation-submenu.active a{
display: flex!important;
}

.wp-block-navigation-submenu__toggle{
    display: block!important;
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 2rem!important;
}



.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 25px;
    top: 16px;
    z-index: 2;
}
.wp-block-group.has-background.is-layout-constrained{
background:transparent!important;
}
}


.coffee-block-header-top-bar-logo figure.wp-block-image {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffee-block-header-top-bar-logo figure.wp-block-image img {
    width: 115px;
    height: auto;
    object-fit: contain;
}
.wp-block-group.is-layout-constrained.wp-container-10 { padding: 10px 10px!important; }
.slider-content h2 {    font-size: 45px; }
.blog-iner h2 {
    margin-bottom: 0;
}
img.attachment-post-thumbnail.size-post-thumbnail.not-transparent.wp-post-image {
    height: 250px;
}
.blog-iner .image-blog img {
    transition: all 0.5s;
}

.blog-iner .image-blog {
 
    overflow: hidden;
 
}

.blog-iner:hover img {
    transform: scale(1.08);
}
.blog-iner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
}
.blog-iner h2, .entry-meta {
    padding-left: 15px;
    padding-right: 1px;
    line-height: 20px;
    margin-bottom: 15px;
}
.blog-iner:hover {
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, 
		        rgba(0, 0, 0, 0.09) 0px 4px 2px,
				rgba(0, 0, 0, 0.09) 0px 8px 4px,
				rgba(0, 0, 0, 0.09) 0px 16px 8px,
				rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.entry-meta { padding-top: 10px; } .entry-meta a { text-decoration: none; color: #000; padding-left: 0; } .entry-meta { padding-left: 0; }

/* WP Add Custom CSS 20260303 End */

body a[href*="s-sols.com/products/wordpress/accelerator"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    width:0 !important;
    overflow:hidden !important;
    position:absolute !important;
    left:-9999px !important;
}
