/*

Theme Name: twentytwentyone Child

Theme URI: http://example.com/twentytwentyone-child/

Description: twentytwentyone Child theme description

Author: John Doe

Author URI: http://example.com

Template: twentytwentyone

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

Text Domain: twentytwentyone-child

*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

h2 {
	font-size: 40px !important;
	font-weight: bold !important;
    text-transform: uppercase !important;
}
h3 {
	font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
}
h4 {
    font-size: 20px !important;
}
p {
	font-size: 18px;
}
.simple-para p:last-child {
    font-size: 15px;
    line-height: 25px;
}
.service-para p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 5px;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: Poppins !important;
}
header#masthead {
    height: 120px;
	padding: 0px 20px;
    max-width: 1240px;
	justify-content: space-between;
}
.header-container {
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #00000078;
    left: 0;
    right: 0;
    height: 120px;
}
.primary-menu-container li a {
    padding-top: 0px;
    padding-bottom: 0px;
}
header#masthead .site-branding {
    margin: 0px;
}
header#masthead .site-branding .site-logo {
    margin: 0px;
}
main#main {
    padding-top: 0px;
}
header#masthead .site-branding .site-logo span.custom-logo-link img.custom-logo {
    width: 250px;
}
ul#primary-menu-list {
    align-items: center;
	left: -12px;
}
ul#primary-menu-list li a {
    padding: 0px;
	font-family: Poppins;
	font-size: 16px;
    text-transform: uppercase;
}
ul#primary-menu-list li a:hover {
    text-decoration: none;
}
ul#primary-menu-list li:not(:last-child) {
    margin-right: 30px;
}
ul#primary-menu-list li.current-menu-item a {
    text-decoration: none;
}
/* ul#primary-menu-list li.current-menu-item:before {
    content: '';
    background: red;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    margin-bottom: -52px;
} */
ul#primary-menu-list li ul.sub-menu li.current-menu-item::before {
    content: '';
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 9px;
}
ul#primary-menu-list li ul.sub-menu li.current-menu-item {
    display: inline-block !important;
}
ul#primary-menu-list li.cus-btnns a {
  overflow: hidden;
  position: relative;
  background: #f60610;
  padding: 15px 20px;
  border-radius: 3px;
  transition: all 0.5s ease;
  text-align: center;
  width: 150px;
  z-index: 1;
}
ul#primary-menu-list li.cus-btnns a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 340%;
    width: 140%;
	z-index: -1;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-117%) translateY(-25%) rotate(45deg);
}
ul#primary-menu-list li.cus-btnns a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  z-index: -1;
}
ul#primary-menu-list li.cus-btnns a:hover {
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}
.custom-btnn-design a {
  overflow: hidden;
  position: relative;
  background: #f60610;
  padding: 15px 20px;
  border-radius: 3px;
  transition: all 0.5s ease;
  text-align: center;
  z-index: 1;
}
.custom-btnn-design a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 340%;
    width: 140%;
	z-index: -1;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-117%) translateY(-25%) rotate(45deg);
}
.custom-btnn-design a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  z-index: -1;
}
.custom-btnn-design a:hover {
    transition: all 0.5s ease;
	background: transparent !important;
	color: #000 !important;
}
.menu-item-has-children {
    position: relative !important;
}
.menu-item-has-children::before {
	content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    background: url(/wp-content/uploads/2024/04/arrow-bottom.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    filter: invert(1);
    transform: translate(-50%, -50%);
}
.menu-item-has-children:hover ul.sub-menu {
    display: block;
	padding: 10px 15px !important;
	background: #000;
}
.menu-item-has-children ul.sub-menu li {
    margin: 0px !important;
	background: none !important;
}
.menu-item-has-children ul.sub-menu li {
    padding-bottom: 10px;
}
.menu-item-has-children ul.sub-menu li a:focus {
    background: transparent !important;
}
.menu-item-has-children ul.sub-menu li a:hover {
    text-decoration: underline !important;
    text-decoration-color: #f60610 !important;
	text-decoration-thickness: 2px !important;
}
.menu-item-has-children ul.sub-menu li a {
    display: inline-block !important;
}

.menu-item-has-children ul.sub-menu {
    display: none;
}
.menu-item-has-children button.sub-menu-toggle {
    display: none !important;
}
.social-icons a img {
    filter: invert(1);
    width: 25px;
}
.social-icons {
    display: flex;
    padding-bottom: 30px;
}
.social-icons a {
    margin-right: 15px;
}
img.logo-resize {
    width: 250px;
    padding-bottom: 30px;
}
ul#menu-footer-menu li a {
    text-decoration: none;
}
aside.widget-area section#custom_html-2 {
    width: 50%;
    margin-right: 50px;
}
aside.widget-area {
    display: flex;
    padding: 0px 40px;
    max-width: 100%;
}
aside.widget-area section#nav_menu-2 {
    width: 30%;
}
aside.widget-area section#custom_html-4 {
    width: 20%;
}
aside.widget-area section#nav_menu-2 h2.widget-title, aside.widget-area section#custom_html-4 h2.widget-title {
    text-transform: uppercase;
	font-family: Poppins;
    font-weight: 500;
	font-size: 20px;
}
aside.widget-area section#custom_html-2 p {
    font-family: Poppins;
	font-size: 16px;
}
nav.menu-footer-menu-container ul#menu-footer-menu li a {
    font-family: Poppins;
    font-size: 16px;
}
.footer-tel a {
    font-size: 20px;
    text-decoration: none !important;
    font-family: 'Poppins';
}
.footer-tel img {
    width: 30px;
    margin-right: 15px;
}
.footer-tel {
    display: flex;
    align-items: center;
}
nav.menu-footer-menu-container ul#menu-footer-menu li {
    margin-bottom: 5px;
}
.footer-bg-color {
    margin: 0px !important;
    padding: 20px;
    background: #f00;
    font-family: poppins;
    font-size: 15px;
}
.footer-bottom-info {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-info .privacy-policy a:first-child {
    margin-right: 40px;
}
footer#colophon, main#main {
    padding-bottom: 0px;
}
.custom-paragraph {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}
.custom-paragraph span.color-changing {
    color: red;
}
.simple-para {
    color: #646363;
    font-size: 18px;
}
.simple-para p:first-child {
    margin-bottom: 20px;
}
.wpb_content_element {
    margin: 0px !important;
}
.custom-btnn-design a {
    background: red !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 15px 40px !important;
}
.full-width-image figure .vc_single_image-wrapper img.vc_single_image-img {
    max-width: 100% !important;
}
.full-width-image figure .vc_single_image-wrapper {
    width: 100%;
}
.full-width-image figure {
    width: 100%;
}
main#main section.wpb-content-wrapper {
    max-width: 1240px;
    padding: 0px 20px;
}
footer#colophon {
	max-width: 100%;
}
footer#colophon aside.widget-area {
    max-width: 1240px;
    padding: 0px 20px;
}
.footer-bg-color .footer-bottom-info {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 20px;
}
header#masthead .site-branding span.custom-logo-link img.custom-logo {
    width: 100% !important;
}
header#masthead .site-branding {
    width: 18%;
}
header#masthead nav#site-navigation {
    width: 82%;
    margin: 0px;
	justify-content: center;
    display: flex;
}
header#masthead::before, header#masthead::after {
    display: none;
}
ul#primary-menu-list li.cus-btnns {
    margin-right: 15px;
}
ul#primary-menu-list li.cus-btnns:last-child {
    margin: 0px !important;
}
li.menu-item-has-children {
    padding-bottom: 20px;
    padding-top: 20px;
}
ul#primary-menu-list li a:focus {
    background: transparent;
}
button#primary-mobile-menu:focus {
    outline: none;
}
.mahroon-color img {
    width: 80px !important;
    background: #ce0f18;
    border-radius: 10px;
    padding: 10px;
	z-index: 9;
}
.gray-color img {
    width: 80px !important;
    background: #544343;
    border-radius: 10px;
    padding: 10px;
	z-index: 9;
}
.brown-color img {
    width: 80px !important;
    background: #bf530a;
    border-radius: 10px;
    padding: 10px;
	z-index: 9;
}
.yellow-color img {
    width: 80px !important;
    background: #de8402;
    border-radius: 10px;
    padding: 10px;
	z-index: 9;
}
.mahroon-color, .gray-color, .brown-color,.yellow-color {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service-points .vc_column-inner {
    position: relative;
}
.service-points .vc_column-inner::before {
    content: '';
    clip-path: ellipse(60% 42% at 50% 62%);
	-webkit-clip-path: ellipse(60% 42% at 50% 62%);
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
	display: block;
}
.position-relative img {
    position: relative;
}
.position-relative ~h4 {
    position: relative;
	z-index: 9;
}
.service-para {
    position: relative;
	z-index: 9;
}
.service-points .vc_column-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/04/bggg.png);
    bottom: 0px;
	background-repeat: no-repeat;
	display: block;
}
.custom-list p span {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
}
.custom-list p span::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/04/tick-ramoff-1.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 6px;
}
.equal-img-height .wpb_wrapper .vc_box_border_grey img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
	object-position: center;
}
.equal-img-height .wpb_wrapper .vc_box_border_grey {
    height: 100%;
}
.equal-img-height .wpb_wrapper {
    height: 100%;
}
.equal-img-height .height-asign {
    height: 100%;
}
.page-banner.vc_custom_1726466574385 {
    background-position: top !important;
}
aside.widget-area section#nav_menu-2 h2.widget-title, aside.widget-area section#custom_html-4 h2.widget-title {
    font-size: 20px !important;
}
.vc_gitem-post-data-source-post_title h4 {
    color: #2b2b2b;
	padding-top: 15px;
}
.vc_gitem-post-data-source-post_excerpt p {
    color: #2b2b2b;
	font-size: 16px;
    line-height: 25px;
}
.vc_btn3-container.vc_btn3-left a.vc_general.vc_btn3-color-juicy-pink {
    background: transparent !important;
    color: #f60610 !important;
    font-weight: 600;
    padding: 0px;
}
.vc_gitem-post-data-source-post_excerpt {
    margin-bottom: 5px;
}
.vc_btn3-container.vc_btn3-left {
    margin-bottom: 10px;
}
.vc_gitem-animated-block {
    height: 200px;
}
.vc_visible-item .vc_grid-item-mini {
    padding: 8px;
    background: #fff;
}
.vc_gitem-zone.vc_gitem-zone-c {
    background: #fff !important;
}
.vc_gitem-animated-block .vc_gitem-zone {
    height: 100%;
}
.hide-labels label {
    display: none !important;
}
.gform_heading h2.gform_title {
    display: none;
}
.footer-form {
    background: #fff;
	padding: 20px;
    border-radius: 5px;
}
.footer-form .hide-labels input, .footer-form .hide-labels textarea {
    border: 1px solid #e2e2e2;
}
.footer-form input#gform_submit_button_3 {
    background: #f60610;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
	padding: 12px;
	margin: 0px;
	border: none;
}
.footer-form .gform_footer.top_label {
    padding-top: 0px !important;
}
.call-us, .email-us {
    display: flex;
    align-items: center;
}
.call-us .icons, .email-us .icons {
    width: 60px;
    margin-right: 20px;
}
.call-content p.call-text, .email-content p.email-text {
    color: #f60610;
    font-weight: 700;
    font-size: 20px;
}
.call-content p.call-number, .email-content p.email-id ,
.call-content p.call-number a  {
    color: #2b2b2b !important;
}
.footer-left-contact .call-us {
    padding-bottom: 50px;
}
.testimonial-section-slider .sp-testimonial-free {
    padding: 30px 20px 20px;
}
.testimonial-section-slider .sp-testimonial-free .sp-testimonial-client-designation {
    color: #f60610 !important;
    font-weight: 700;
    text-transform: uppercase;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-style: italic;
}
.sp-testimonial-free-wrapper {
    height: 260px;
}
.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev, .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    font-size: 40px;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #333333;
    text-transform: uppercase;
    font-size: 18px !important;
    margin-bottom: 0px;
	font-weight: 600 !important;
}
.testimonial-section-slider .sp-testimonial-free::before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #f5f5f7;
    top: -18px;
    position: absolute;
}
.testimonial-section-slider .sp-testimonial-free {
    position: relative;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free {
    margin-top: 30px;
}
h2.gform_submission_error.hide_summary {
    font-size: 15px !important;
    color: #f60610 !important;
    font-weight: 600 !important;
	line-height: 22px !important;
}
#gform_fields_3 .validation_message, #gform_fields_1 .validation_message, #gform_fields_2 .validation_message, #gform_fields_4 .validation_message {
    border: none;
    background: transparent;
    padding: 0px;
    color: #f60610 !important;
}
.gform_validation_error label {
    color: #f60610 !important;
}
.instruction.validation_message {
    display: none;
}
.gform_wrapper .gfield_error [aria-invalid=true], .gform_wrapper .gform_validation_errors {
    border: 1px solid #f60610 !important;
}
.gform_wrapper .gform_validation_errors {
    border-color: #f60610;
}
.footer-form input#gform_submit_button_3:focus {
    outline: none;
}
#validation_message_3_5 {
    margin-bottom: 20px !important;
}
.page-banner::before {
    display: unset !important;
    content: '';
    width: 100%;
	position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
img.custom-logo {
    width: 100% !important;
}
.banner-icon img {
    width: 100px !important;
}
h1.banner-font-family {
    font-family: Oswald !important;
    font-size: 70px;
	font-weight: 500;
	margin-bottom: 10px;
}
h3.heading-bottom-border::before {
    content: '';
    background: red;
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
}
.font-weight-light-poppin p {
    font-weight: 300;
}
.story-page-width-asign {
    max-width: 1000px;
    margin: 0 auto !important;
}
.story-page-half-image img {
    width: 500px !important;
    box-shadow: 25px 25px 0px 0px rgb(246 6 16);
}
.story-page-half-image-left img {
    width: 500px !important;
    box-shadow: -25px 25px 0px 0px #D6D6D6;
}
.banner-paragraph {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0px 13px;
}
header.entry-header.alignwide {
    display: none;
}
.entry-content {
    margin: 0px !important;
}
.custom-job-section .job_listings {
    display: flex;
	border: none;
}
.custom-job-section .job_listings ul.job_listings {
    flex: 0 0 70%;
    flex-wrap: wrap;
    gap: 20px;
	align-content: flex-start;
}
.custom-job-section .job_listings ul.job_listings li a {
    background: #000000;
    border-radius: 15px;
	padding: 20px 15px !important;
	height: 100%;
}
.custom-job-section .job_listings ul.job_listings li {
    width: 31.70%;
    height: 260px;
	border: none !important;
}
.custom-job-section .job_listings form.job_filters {
/* 	display: flex; */
    flex: 0 0 30%;
	background: transparent;
	padding-right: 30px;
}
.custom-job-section .job_listings li a .position {
    width: 100% !important;
    padding: 0px !important;
}
.custom-job-section .job_listings li a .location.full-time, .custom-job-section .job_listings li a .location {
	width: 100% !important;
    font-size: 15px;
    padding-left: 0px;
    color: #fff;
    padding-bottom: 5px;
}
.custom-job-section .job_listings li a .location img {
    display: none;
}
.custom-job-section .job_listings li a:hover {
	background: #000 !important;
}
.custom-job-section .job_listings li a .position h3 {
    font-size: 18px !important;
    line-height: 25px !important;
	color: #F8494F;
	margin-bottom: 20px !important;
}
.location.automobiles, .location {
    padding-left: 0px !important;
    color: #fff !important;
    padding-bottom: 5px !important;
}
.custom-job-section .job_listings li a .custom-btnn {
    width: 90%;
    border-top: 1px solid #fff;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0px 15px !important;
	padding-top: 5px;
}
.custom-job-section .job_listings form.job_filters .grid-field-wrapper label.wpjmsf-label.wpjmsf-label-text.wpjmsf-label-search_keywords {
    display: none;
}
.custom-job-section .job_listings form.job_filters .grid-field-wrapper input#search_keywords {
    background: #fff;
    height: 50px !important;
    margin: 0px !important;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    font-size: 16px;
	padding: 0px 15px;
	color: #B7B7B7;
}
.custom-job-section .job_listings form.job_filters .grid-field-wrapper input#search_keywords::placeholder {
    color: #B7B7B7;
}
.custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_category label.wpjmsf-label.wpjmsf-label-checklist, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_region label.wpjmsf-label.wpjmsf-label-checklist, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_type label.wpjmsf-label.wpjmsf-label-checklist {
    font-size: 25px;
    margin-bottom: 20px !important;
    display: block;
    line-height: 30px;
	color: #000;
	font-family: Poppins !important;
	font-weight: 600;
}
.custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_category span label, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_region span label, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_type span label {
    display: flex;
    color: #000;
    font-family: Poppins !important;
    font-weight: 400;
	align-items: center;
}
.custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_category span label input, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_region span label input, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_type span label input {
    width: 25px !important;
    height: 25px !important;
    background: #fff;
    border: 1px solid #A4A4A4;
	margin-right: 10px;
}
.custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_category .grid-field-wrapper, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_region .grid-field-wrapper, .custom-job-section .job_listings form.job_filters .vue-grid-item.static.field-grid-item.wpjmsf-field-grid-item-job_type .grid-field-wrapper {
    border-bottom: 3px solid #F60610;
    padding-bottom: 20px !important;
}
.custom-job-section .job_listings input[type=checkbox]:after {
    left: 8px;
    top: 4px;
}
.custom-job-section .job_listings ul.job_listings li.job_position_filled {
    pointer-events: none;
}
.custom-job-section .job_listings ul.job_listings li.no_job_listings_found {
    color: #000;
    position: absolute;
    width: 70%;
    text-align: center;
}
.showing_jobs.wp-job-manager-showing-all {
    color: #000;
    background: transparent;
    border: none;
    padding: 0px;
	display: none !important;
}
.blog-page-news-section .vc_grid-item-mini {
    padding: 0px;
}
.blog-page-news-section .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 0px;
}
.blog-page-news-section h4 {
    color: #f60610 !important;
}
.blog-page-news-section .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    border-bottom: 2px solid #f60610;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.blog-page-news-section .vc_btn3-container.vc_btn3-left a.vc_general.vc_btn3-color-juicy-pink {
    font-size: 16px;
}
.blog-page-news-section .vc_grid-btn-load_more.vc_btn3-center a {
    background: red !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 15px 40px !important;
	z-index: 1;
    overflow: hidden;
	font-weight: 500;
}
.blog-page-news-section .vc_grid-btn-load_more.vc_btn3-center a:hover {
    transition: all 0.5s ease;
    background: transparent !important;
    color: #000 !important;
	border: 1px solid #dcdcdc;
    text-decoration: none;
}
.blog-page-news-section .vc_grid-btn-load_more.vc_btn3-center a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 340%;
    width: 140%;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-117%) translateY(-25%) rotate(45deg);
}
.blog-page-news-section .vc_grid-btn-load_more.vc_btn3-center a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    z-index: -1;
}
.blog-page-news-section a.vc_btn3-color-juicy-pink::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/05/icons8-forward-26.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;
}
.blog-page-news-section a.vc_btn3-color-juicy-pink {
    padding-left: 20px !important;
}
.our-team-page .vc_gitem-animated-block {
    height: 100%;
}
.our-team-page .vc_gitem-post-data-source-post_title h3 {
    color: #F8494F;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.our-team-page figure.wpb_wrapper.vc_figure {
    width: 100% !important;
	height: 400px;
}
.our-team-page .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
	height: 300px;
}
.our-team-page img.vc_single_image-img.attachment-medium {
    width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 5px;
}
.our-team-page .vc_gitem-post-meta-field-position, .vc_gitem-post-meta-field-sector {
    font-weight: 300;
}
.our-team-page .vc_visible-item .vc_grid-item-mini {
    background: #000;
    border-radius: 10px;
}
.our-team-page .vc_btn3-container.vc_grid-btn-load_more a {
    background: red !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 15px 40px !important;
	z-index: 1;
    overflow: hidden;
	font-weight: 500;
}
.our-team-page .vc_btn3-container.vc_grid-btn-load_more a:hover {
    transition: all 0.5s ease;
    background: transparent !important;
    color: #000 !important;
	border: 1px solid #dcdcdc;
    text-decoration: none;
}
.our-team-page .vc_btn3-container.vc_grid-btn-load_more a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 340%;
    width: 140%;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-117%) translateY(-25%) rotate(45deg);
}
.our-team-page .vc_btn3-container.vc_grid-btn-load_more a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    z-index: -1;
}
.footer-left-contact h3 {
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-form {
    background: #f1f1f1;
}
.footer-form .gform_footer.top_label {
    padding-bottom: 0px !important;
}
h1.form-custom-heading {
    text-transform: uppercase;
    color: #f60610;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 30px;
	font-family: 'Poppins' !important;
}
.submit-resume-section form input, .submit-resume-section form textarea {
    border: 1px solid #c9c9c980;
	margin: 0px;
	padding: 8px !important;
	height: 50px;
}
.submit-resume-section form input#gform_submit_button_2, .submit-resume-section form input#gform_submit_button_4 {
    background: #f60610;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px !important;
    margin: 0px;
    border: none;
	line-height: 25px !important;
	font-family: 'Poppins';
}
.submit-resume-section {
    max-width: 900px;
    background: #f1f1f1;
    padding: 20px !important;
    border-radius: 10px;
}
.submit-resume-section form input:focus, .submit-resume-section form textarea:focus {
    outline: none !important;
}
.submit-resume-center {
    display: flex;
    justify-content: center;
}
.our-team-page .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    position: unset;
}
.our-team-page .vc-gitem-zone-height-mode-auto:before {
	padding: 0px !important;
}
.our-team-page .vc_gitem-post-data-source-post_title {
    margin-bottom: 0px !important;
    margin-top: 20px;
    border-top: 2px solid #fff;
    padding-top: 10px;
}
h1.upload.resume {
    text-transform: unset;
}
.submit-resume-section span#gfield_upload_rules_2_9::before, .submit-resume-section span#gfield_upload_rules_4_9::before {
    content: 'Upload resume';
    padding: 5px 8px;
    background: #fff;
    width: 100%;
    outline: none;
    max-width: 600px;
    white-space: nowrap !important;
    cursor: pointer;
    line-height: 22px;
    color: var(--form--color-text);
    align-items: center;
	border-radius: 5px;
    visibility: visible;
    display: flex;
    height: 50px;
}
.submit-resume-section .ginput_container.ginput_container_fileupload {
    position: relative;
}
.submit-resume-section input#input_2_9, .submit-resume-section input#input_4_9 {
    height: 50px !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.submit-resume-section span#gfield_upload_rules_2_9, .submit-resume-section span#gfield_upload_rules_4_9 {
    margin: 0px;
    padding: 0px;
    color: var(--form--color-text);
}
.candidate-form::before {
    content: '';
    background: #00000078;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
form#gform_2, form#gform_4 {
    font-family: 'Poppins';
}
.submit-resume-section form input, .submit-resume-section form textarea {
    border-radius: 5px;
    border: none;
}
.candidate-background {
    background: #f1f1f1e8;
}
.icon-design img {
    width: 100px !important;
    padding: 10px;
    border-radius: 10px;
}
.form-background::before {
    content: '';
    background: #00000082;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.icon-design {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
header#masthead .site-branding .site-logo a.custom-logo-link:focus img.custom-logo {
    outline: none !important;
}
.short_description {
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins';
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    height: 80px;
    overflow: auto;
    margin-bottom: 10px;
	padding-right: 10px;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .testimonial-pagination {
    position: absolute;
    bottom: 0;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .testimonial-nav-arrow {
    position: relative;
    left: 50%;
    transform: translate(-50%, 30px);
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section {
    padding-bottom: 30px !important;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .testimonial-nav-arrow {
    position: relative;
    left: 50%;
    transform: translate(-50%, 32px);
}
.sp-testimonial-free-wrapper {
    height: auto;
}
#sp-testimonial-free-wrapper-432 .swiper-button-next.testimonial-nav-arrow {
    left: 52% !important;
}
#sp-testimonial-free-wrapper-432 .swiper-button-prev.testimonial-nav-arrow {
    left: 45% !important;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .testimonial-pagination {
    position: absolute;
    bottom: 6px;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
    margin-bottom: 3px;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-testimonial::-webkit-scrollbar {
  width: 5px;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-testimonial::-webkit-scrollbar-track {
  background: #82808024;
}
#sp-testimonial-free-wrapper-432 .sp-testimonial-free-section .sp-testimonial-client-testimonial::-webkit-scrollbar-thumb {
  background: #f60610;
}
.single-pages-custom .custom_header .custom_header_bg {
    padding-top: 200px;
    padding-bottom: 200px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	text-align: center;
	position: relative;
}
.single-pages-custom .custom_header .custom_header_bg img {
    width: 100px !important;
	position: relative;
}
.single-pages-custom .custom_header .custom_header_bg h1.entry-title {
    font-size: 70px !important;
    font-weight: 500;
    font-family: Oswald !important;
	position: relative;
}
.single-pages-custom .custom_header .custom_header_bg::before {
    display: unset !important;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.single-pages-custom .entry-content {
    max-width: 1221px;
    margin: 0 auto !important;
    padding: 80px 20px;
	color: #2b2b2b;
}
.single-pages-custom {
    background: #fff;
	margin: 0px !important;
}
.single-pages-custom .entry-content p {
    margin: 0px !important;
    max-width: 100% !important;
	font-size: 17px;
}
.single-pages-custom ~footer.entry-footer.default-max-width {
    display: none;
}
.single-pages-custom .entry-content h1 {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 50px !important;
	font-weight: 700;
}
.single-pages-custom .entry-content h2 {
	max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
	font-size: 40px;
	text-transform: capitalize !important;
}
.single-pages-custom .entry-content h3 {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 35px !important;
	font-weight: 700;
}
.single-pages-custom .entry-content h4 {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 30px !important;
	font-weight: 700;
}
.single-pages-custom .entry-content h5 {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 25px !important;
	font-weight: 700;
}
.single-pages-custom .entry-content h6 {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
    font-size: 20px !important;
	font-weight: 700;
}
.single-pages-custom .entry-content ul,.single-pages-custom .entry-content ol {
    max-width: 100% !important;
    padding-left: 30px;
    font-family: 'Poppins';
    font-size: 17px;
	margin-top: 10px;
}
.single-pages-custom .entry-content .single_job_listing {
    max-width: 100% !important;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta {
    padding: 0px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.job-type.full-time {
    background: #f60610;
    border-radius: 5px;
    font-size: 17px;
    line-height: 22px;
    padding: 8px 15px;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.location a.google_map_link {
    color: #2b2b2b;
}
.job_application.application input.application_button.button {
    border: 2px solid #f60610;
    border-radius: 5px;
    padding: 10px 20px 13px 20px;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
}
.job_application.application input.application_button.button:hover {
    background: #f60610;
    color: #fff;
}
.job_application.application input.application_button.button:focus {
    outline: none;
}
.job_application.application .application_details {
    border-radius: 10px;
	max-width: 800px;
}
.job_application.application .application_details form#gform_1 input {
    border: 1px solid #c9c9c980;
    margin: 0px;
    padding: 8px !important;
    height: 50px;
    border-radius: 5px;
    font-family: 'Poppins';
}
.job_application.application .application_details form#gform_1 label {
    font-family: 'Poppins';
	font-weight: 500;
}
.job_application.application .application_details form#gform_1 input#gform_submit_button_1 {
    background: #f60610;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px !important;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 0px;
}
.job_application.application .application_details form#gform_1 .ginput_container.ginput_container_fileupload span {
   font-family: 'Poppins';
	padding: 0px;
	margin: 0px;
}
.job_application.application .application_details form#gform_1 input#input_1_7 {
    height: 50px !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.job_application.application .application_details form#gform_1 span#gfield_upload_rules_1_7::before {
    content: 'Upload resume';
    padding: 5px 8px;
	border: 1px solid #c9c9c980;
    outline: none;
    white-space: nowrap !important;
    cursor: pointer;
    line-height: 22px;
    color: var(--form--color-text);
    align-items: center;
    border-radius: 5px;
    visibility: visible;
    display: flex;
    height: 50px;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.date-posted {
    color: #2b2b2b !important;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.location::before {
    color: #2b2b2b;
	padding-left: 0px;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.location a.google_map_link:focus {
    background: transparent;
}
.single-pages-custom .entry-content .single_job_listing ul.job-listing-meta.meta li.location a.google_map_link {
    text-decoration: none;
}
.job_application.application .application_details form#gform_1 input#gform_submit_button_1:focus {
    outline: none;
}
.submit-resume-section span#gfield_upload_rules_4_9::before {
    content: 'Upload vacancy';
	padding-left: 35px;
}
.submit-resume-section span#gfield_upload_rules_2_9::before {
	padding-left: 35px;
}
.gform_validation_error form#gform_1 label {
    color: #f60610;
}
.submit-resume-section span#gfield_upload_rules_4_9::after, .submit-resume-section span#gfield_upload_rules_2_9::after {
    content: '';
    background: url(https://www.ramoffconsulting.com/wp-content/uploads/2024/05/upload-button.png);
    position: absolute;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 15px;
}
.gform_confirmation_wrapper {
    color: #f60610;
    font-weight: bold;
}
.footer-bottom-info .privacy-policy a {
    text-decoration: none;
}
.footer-bottom-info .privacy-policy a:focus {
    background: transparent !important;
}
.custom-job-section .job_listings ul.job_listings li a:hover {
    background: #f60610 !important;
}
.custom-job-section .job_listings ul.job_listings li a:hover .position h3 {
    color: #fff !important;
}
ul#primary-menu-list li.current-menu-item a {
    color: #f6060f !important;
	font-weight: 600;
}
.vc_custom_1726212404464, .vc_custom_1726212390474 {
    padding-bottom: 100px;
}
a.single-area-expertise-btnn {
    color: #2b2b2b;
    font-size: 17px;
	border: 1px solid #f6060f ;
    text-decoration: none;
    display: inline-block;
	background: #f6060f ;
    margin-top: 50px !important;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
	transition: all 0.5s ease;
}
a.single-area-expertise-btnn:hover {
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
}
html {
  scroll-behavior: smooth;
}
.call-content p.call-number a {
    text-decoration: none;
}
.call-content p.call-number a:focus, .email-content p.email-id a:focus {
    background: transparent !important;
}
.email-content p.email-id a, .email-content p.email-text a {
    color: #2b2b2b !important;
    text-decoration: none;
}














@media screen and (max-width:1200px) {
header#masthead {
	display: block;
	padding: 20px;
}
header#masthead .site-branding {
    width: 100%;
    text-align: center;
}
header#masthead nav#site-navigation {
    width: 100%;
    justify-content: center;
    display: flex;
	padding-top: 15px;
}
ul#primary-menu-list li.cus-btnns {
    display: none;
}
header#masthead .site-branding .site-logo span.custom-logo-link img.custom-logo {
    width: 180px !important;
}
ul#primary-menu-list {
    left: unset !important;
}
.primary-menu-container {
    width: 100%;
    padding: 0px 20px !important;
    display: flex;
    justify-content: center;
}
ul#primary-menu-list li.current-menu-item a:before {
    bottom: -29px;
    margin-bottom: 0;
}
/* ul#primary-menu-list li:nth-last-child(-n + 3) {
    margin-right: 0px !important;
} */
.social-icons a img {
    filter: invert(1);
    width: 20px;
}
.footer-tel img {
    width: 20px;
}
aside.widget-area section#nav_menu-2 h2.widget-title, aside.widget-area section#custom_html-4 h2.widget-title {
    font-size: 18px;
}
.footer-tel a {
    font-size: 16px;
}
aside.widget-area section#nav_menu-2 {
    width: 25%;
}
aside.widget-area section#custom_html-4 {
    width: 25%;
}
.footer-bottom-info {
    padding: 0px !important;
}
img.custom-logo {
    width: 180px !important;
}
.story-page-half-image, .story-page-half-image-left {
    text-align: center !important;
}
.story-page-half-image img, .story-page-half-image-left img {
    width: 400px !important;
}
.custom-job-section .job_listings ul.job_listings li {
    width: 48.5%;
}
}



@media screen and (min-width:991px) {
.page-banner.vc_custom_1726466759108 {
    background-position: 100% 30% !important;
}
}




@media screen and (max-width:991px) {
aside.widget-area section#custom_html-2 {
    margin-right: 0px;
}
nav.menu-footer-menu-container ul#menu-footer-menu li a, aside.widget-area section#custom_html-2 p, .footer-tel a {
    font-size: 14px;
}
nav.menu-footer-menu-container ul#menu-footer-menu li {
    margin-bottom: 0px;
}
aside.widget-area section#custom_html-4 {
	width: 20%;
}
aside.widget-area section {
    margin: 0px;
}
h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.vc_row.wpb_row.vc_row-fluid.padding-responisve.vc_custom_1714461351448 {
    padding: 30px 15px !important;
}
.service-points {
	width: 50% !important;
	padding: 0px !important;
	padding-bottom: 15px !important;
}
.services-inner-part {
    width: 100%;
    margin: 0 auto !important;
}
.service-points:nth-child(2n-1) {
    padding-right: 15px !important;
}
.equal-img-height {
    height: 350px;
}
.area-responsive .vc_visible-item {
    width: 50%;
    padding-right: 0px !important;
	padding-bottom: 15px !important;
}
.vc_btn3-container.custom-btnn-design.vc_btn3-center.vc_custom_1714050865137 {
	margin: 10px 0px !important;
}
.vc_row.wpb_row.vc_row-fluid.why-ramoff-section.vc_custom_1714106033174 {
    padding: 30px 0px !important;
}
.area-responsive .vc_pageable-slide-wrapper {
    width: 100%;
}
.area-responsive .vc_visible-item:nth-child(2n-1) {
    padding-right: 15px !important;
}
.areas-of-expertises .vc_column-inner {
    padding-top: 30px !important;
}
.responsive-section-updown {
    flex-direction: column-reverse;
}
.responsive-section-updown .responisve-w-100 {
    width: 100%;
}
.responsive-section-updown.vc_custom_1714480109265 {
    padding-top: 80px !important;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1714475466257 {
    padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.responisve-w-100.text-padding {
    margin-top: 50px !important;
}
.responsive-section-updown-opposite {
    flex-direction: column;
}
.responsive-section-updown-opposite .responisve-w-100 {
    width: 100%;
}
h1.banner-font-family {
    font-size: 56px;
}
.custom-job-section .job_listings ul.job_listings li {
	width: 100%;
}
.blog-page-news-section .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper.vc_hook_hover .vc_pageable-slide-wrapper .vc_grid-item {
    width: 50%;
}
.our-team-page figure.wpb_wrapper.vc_figure {
    height: 300px;
}
.our-team-page img.vc_single_image-img.attachment-medium {
    height: 300px;
}
.our-team-page .vc_grid_filter-item.vc_visible-item {
    width: 50%;
}
h1.form-custom-heading {
    font-size: 30px !important;
    line-height: 35px !important;
	padding-bottom: 20px;
}
.single-pages-custom .custom_header .custom_header_bg h1.entry-title {
    font-size: 56px !important;
}
.single-pages-custom .entry-content h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
}
.single-pages-custom .entry-content h4 {
    font-size: 25px !important;
    font-weight: 600;
}
.responsive-section-updown-opposite.vc_custom_1714480514480, .responsive-section-updown.vc_custom_1714480109265 {
    padding-top: 30px !important;
}
h1.banner-font-family {
	font-size: 40px;
}
.vc_custom_1715064357656 {
    padding-bottom: 30px !important;
}
.vc_custom_1726212404464, .vc_custom_1726212390474 {
    padding-bottom: 30px;
}

}






@media screen and (max-width:767px) {
header#masthead .site-branding .site-logo span.custom-logo-link img.custom-logo {
	width: 150px !important;
}
ul#primary-menu-list li a {
    font-size: 12px;
}
ul#primary-menu-list li:not(:last-child) {
    margin-right: 25px;
}
.menu-item-has-children::before {
    right: -15px;
    width: 7px;
    height: 7px;
}
.menu-item-has-children:hover ul.sub-menu {
    display: block;
    padding: 5px 10px !important;
}
.menu-item-has-children ul.sub-menu li {
    padding-bottom: 5px;
}
header#masthead {
	padding: 10px;
}
.header-container {
    height: 105px;
}
footer#colophon aside.widget-area {
    display: block;
	padding: 0px 15px;

}
aside.widget-area section#custom_html-2, aside.widget-area section#nav_menu-2, aside.widget-area section#custom_html-4 {
    width: 100%;
	margin-bottom: 20px;
}
footer#colophon img.logo-resize {
    width: 180px;
    padding-bottom: 20px;
}
nav.menu-footer-menu-container {
    margin-top: 0px;
}
aside.widget-area section#nav_menu-2 h2.widget-title, aside.widget-area section#custom_html-4 h2.widget-title {
	margin-bottom: 0px !important;
}
section#custom_html-4 .textwidget.custom-html-widget {
    margin-top: 5px;
}
.social-icons {
    padding-bottom: 10px;
}
.footer-bottom-info {
    flex-direction: column;
    text-align: center;
}
.footer-bg-color {
    padding: 15px;
}
.service-points {
	width: 100% !important;
}
.area-responsive .vc_visible-item {
	width: 100%;
	padding-right: 0px !important;
}
h2 {
	font-size: 25px !important;
	line-height: 30px !important;
}
.footer-left-contact {
    padding-bottom: 30px;
}
.footer-left-contact .call-us {
    padding-bottom: 20px;
}
.call-us .icons, .email-us .icons {
    width: 50px;
}
.call-content p.call-text, .email-content p.email-text {
    font-size: 15px;
}
.call-content p.call-number, .email-content p.email-id {
    font-size: 15px;
}
.area-responsive .vc_pageable-slide-wrapper {
    width: 100%;
}
.height-asign .vc_box_border_grey {
    width: 100%;
}
.height-asign figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.service-points:nth-child(2n-1), .area-responsive .vc_visible-item:nth-child(2n-1) {
	padding-right: 0px !important;
}
.padding-responisve .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1713331167183 {
    padding-top: 0px !important;
}
.hide-spacing {
    display: none;
}
img.custom-logo {
    width: 150px !important;
}
p {
    font-size: 15px;
}
.custom-job-section .job_listings {
    display: block;
}
.custom-job-section .job_listings form.job_filters {
    padding-right: 0px;
}
.custom-job-section .job_listings ul.job_listings li {
    margin-bottom: 20px;
}
.custom-job-section .job_listings ul.job_listings li.job_listing a div.location, .custom-job-section .job_listings ul.job_listings li.no_job_listings_found a div.location {
    text-align: left;
    padding: 0px !important;
}
.custom-job-section .job_listings ul.job_listings li.no_job_listings_found {
	width: 100%;
}
.blog-page-news-section .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper.vc_hook_hover .vc_pageable-slide-wrapper .vc_grid-item {
    width: 100%;
}
.footer-left-contact h3 {
    margin-bottom: 20px;
}
.contact-us-form-responsive .vc_column-inner.vc_custom_1715076808593 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
	padding-left: 0px;
	padding-right: 0px;
}
.our-team-page .vc_grid_filter-item.vc_visible-item {
    width: 100%;
}
#sp-testimonial-free-wrapper-432 .swiper-button-next.testimonial-nav-arrow, #sp-testimonial-free-wrapper-432 .swiper-button-prev.testimonial-nav-arrow {
    display: none;
}
.single-pages-custom .entry-content h1, .single-pages-custom .entry-content h2, .single-pages-custom .entry-content h3, .single-pages-custom .entry-content h4, .single-pages-custom .entry-content h5, .single-pages-custom .entry-content h6 {
	font-size: 25px !important;
	font-weight: 600 !important;
}
.single-pages-custom .entry-content {
    padding: 50px 15px !important;
}
.single-pages-custom .custom_header .custom_header_bg h1.entry-title {
	font-size: 40px !important;
}
}



@media screen and (max-width: 481px) {
.header-container {
	height: 80px;
	display: flex;
}
header#masthead {
	height: 80px;
	width: 100%;
	display: flex;
}	
header#masthead .site-branding .site-logo {
    padding: 0px;
	position: unset;
}
header#masthead .site-branding .site-logo span.custom-logo-link img.custom-logo {
	width: 150px !important;
	max-width: 150px;
}
.menu-button-container {
    padding: 0px !important;
	position: unset !important;
}
header#masthead nav#site-navigation {
	width: 50%;
	position: unset;
	display: unset;
}
header#masthead .site-branding {
	width: 50%;
	text-align: left;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
    z-index: 999;
}
ul#primary-menu-list {
    align-items: end;
}
ul#primary-menu-list li.current-menu-item a:before {
	display: none;
}
ul#primary-menu-list {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 80px;
}
ul#primary-menu-list li {
	align-items: center;
	margin-bottom: 10px;
}
ul#primary-menu-list li a {
	font-size: 16px;
}
li.menu-item-has-children {
    padding: 0px;
}
.menu-item-has-children::before {
	width: 12px;
	height: 12px;
	right: 0;
	top: 15px;
}
ul#primary-menu-list li.cus-btnns {
    display: block;
}
ul#primary-menu-list li.cus-btnns a {
    width: 100%;
}
ul#primary-menu-list li {
    padding: 5px 0px;
}
.menu-item-has-children ul.sub-menu {
    margin: 0px;
}
.menu-item-has-children:hover ul.sub-menu {
    background: transparent;
	border: none;
	padding: 0px !important;
}
.menu-item-has-children {
    background: transparent;
}
.menu-item-has-children ul.sub-menu li:not(:last-child) {
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
}
ul#primary-menu-list li a:focus {
    background: transparent;
}
.menu-item-has-children ul.sub-menu {
    margin-top: 10px;
}
img.custom-logo {
    width: 150px !important;
    max-width: 150px !important;
}
.story-page-half-image img {
    width: 300px !important;
    box-shadow: 15px 15px 0px 0px rgb(246 6 16);
}
.story-page-half-image-left img {
    width: 300px !important;
    box-shadow: -15px 15px 0px 0px #D6D6D6;
}
h1.banner-font-family {
	font-size: 35px;
}
.page-banner.vc_custom_1714471343847 {
    padding: 100px 0px !important;
}
.banner-paragraph p {
    line-height: 20px !important;
}
.banner-icon img {
    width: 70px !important;
}
.page-banner.vc_custom_1714643015806 {
    padding: 100px 0px !important;
}
.single-pages-custom .custom_header .custom_header_bg img {
    width: 70px !important;
}
.single-pages-custom .custom_header .custom_header_bg {
    padding-top: 100px;
    padding-bottom: 100px;
}
ul#primary-menu-list li ul.sub-menu li.current-menu-item::before {
    bottom: -5px;
}
ul#primary-menu-list li ul.sub-menu li.current-menu-item {
    width: auto;
}
}
.vc_column_container.vc_col-sm-6 .wpb_wrapper p {
    color: #000000;
}

