/*
Theme Name:  TwoTen Equipment Rentals
Theme URI: https://nybc.agencypartnerinteractive.com/
Author: Agency Partner Interactive Designs
Author URI: https://agencypartner.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: TwoTen Equipment Rentals
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ---custom fonts---- */
@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
	font-family: "Red Hat Display", sans-serif !important;
}
p,a,li,span{
	font-family: "Red Hat Display", sans-serif !important;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}



/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


/* ------------------------------------------------------------------------custom css------------------------------------------- */
.container{
	max-width:1460px;
}

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

header#masthead {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
    box-shadow: none;
}


header#masthead nav.navbar {
    display: flex;
    flex-direction: column;
}

header#masthead {
    padding: 0px;
}

header#masthead .top-part {
    width: 100%;
    background-color: #000;
	padding: 10px 0px
}

header#masthead .bottom-part {
    width: 100%;
    background-color: #00000040;
	backdrop-filter: blur(15px);

}
header#masthead ul#menu-main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.btn-blue {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid #2884C2;
    padding: 12px 30px;
    background-color: #2884C2;
    transition: 0.5s ease;
    text-decoration:none;
}

a.btn-blue:hover{
    background-color:#fff;
    color:#2884C2;
    border: 1px solid #ffffff;
    transition: 0.5s ease;
}

a.btn-white {
    font-size: 18px;
    color:#2884C2;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid #ffffff;
    padding: 12px 30px;
    background-color:#fff;
    transition: 0.5s ease;
    text-decoration:none;
}
a.btn-white:hover{
    background-color:#13263D;
    color:#fff;
    border: 1px solid #13263D;
    transition: 0.5s ease;
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul#menu-main-menu  a.nav-link {
    font-size: 18px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    line-height: 28px;
    padding: 20px 30px !important;
	text-transform:uppercase;
	    outline: none !important;
    border: 0px !important;
}
header#masthead ul.dropdown-menu.show {
    top: 96%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    width:616px;
    padding:40px 60px;
    border-radius: 0px;
}

header#masthead a.dropdown-item {
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Red Hat Display' !important;
    font-weight: 600;
    color: #21446D !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s ease;
    position: relative;
    width: fit-content;
}

header#masthead a.dropdown-item:hover {
    text-decoration: underline;
}

header#masthead a.dropdown-item:after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/uploads/2026/02/Frame-20.svg);
    position: absolute;
    right: -30px;
    top: 3px;
    transform: rotate(
0deg) !important;
    background-size: contain;
    transition: 0.5s ease;
}

header#masthead a.dropdown-item:hover:after {
    transform: rotate(-45deg) !important;
    transition: 0.5s ease;
}


header#masthead ul.dropdown-menu.show:before {
    content: "";
    position: absolute;
    top: -4px;
    height: 4px;
    width: 180px;
    background: #2884C2;
}

li#menu-item-13 ul.dropdown-menu.show {
    width: 530px;
}
/*------------------------Footer----------------------------*/
div#footer-widget {
    background: #161616 !important;
}

div#footer-widget .widget_nav_menu a.nav-link {
    font-size: 16px;
    color: #AFAFAF;
    background-color:#fff0 !important;
    padding-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500 !important;
    text-transform: capitalize;
}

div#footer-widget h3.widget-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

div#footer-widget .fotr-one {
    border-right: 1px solid #2D2D2D;
    padding-bottom: 20px;
    padding-top: 30px;
}
 

div#footer-widget .fotr-two {
    padding-left:50px;
    padding-bottom: 40px;
    padding-top:50px;
    border-right: 1px solid #2D2D2D;
}

div#footer-widget .fotr-three {
    padding-left:50px;
    padding-top:50px;
    padding-bottom: 20px;
}

div#footer-widget #menu-footer-rentals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

footer#colophon {
    background: #161616;
    border-top: 1px solid #2D2D2D;
}

.fotr-row.row {
    display: flex;
    justify-content: space-between;
}

.site-info, .right-fotr {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-family: 'Red Hat Display';
    font-weight: 600;
    color: #8B8B8B;
}

.site-info a, .right-fotr a{
    font-size: 14px;
    font-family: 'Red Hat Display';
    font-weight: 600;
    color: #fff;
    text-decoration:underline;
}


footer#colophon p {
    margin-bottom:0px !important;
}

div#footer-widget section#nav_menu-2 {
    margin-top: 30px;
    padding-top: 1px;
    position:relative;
}

div#footer-widget section#nav_menu-2:before{
    content:"";
    position:absolute;
    top:0;
    right:-16px;
    height:1px;
    width:300%;
    background-color:#2D2D2D;
}


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

section.home-sec1 .vc_row:before{
    content: "";
    position:absolute;
    height:100%;
    width:100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 100%);
    top:0;
    left:0;
    display:block;
    z-index:0;
}
section.home-sec1 {
	padding-bottom:120px;
}
section.home-sec1 .vc_row{
	position:initial !important;
}

h1.top-main-heading {
    font-size:72px;
    font-weight:700 !important;
    color:#fff;
    line-height:82px;
    letter-spacing:0px;
}

.white-text p{
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:28px;
}

section.vc_section.home-sec1 p{
    padding-right:40px;
}

section.vc_section.home-sec1 .vc_col-sm-6{
        width: 54%;
	position:relative;
	z-index:1;
}
section.vc_section.home-sec1{
    position:relative;
}

.blue-btn-a a.vc_btn3{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid #2884C2;
    padding: 12px 35px !important;
    padding-right:45px !important;
    background-color: #2884C2;
    transition: 0.5s ease;
    text-decoration: none;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.blue-btn-a a.vc_btn3:hover{
    background-color:#fff !important;
    color:#2884C2;
    border: 1px solid #2884C2 !important;
    transition: 0.5s ease;
}

.blue-btn-a a.vc_btn3 .vc_btn3-icon{
    right: 28px !important;
}
section.home-sec1 .vc_inner:before{
	content:none !important;
}


section.home-sec1 .vc_row.counter-row {
    box-shadow: rgb(255 253 253 / 50%) 0px 0.5px 2px 0.5px;
backdrop-filter: blur(10px);
	    margin-left: 0px;
    margin-right: 50px;
    margin-top: 80px;

}

.counter-row .stats-number{
    font-size:40px !important;
    color:#fff;
    font-family: 'Red Hat Display';
    font-weight: 700 !important;
    padding-top: 0px !important;
    line-height: 40px !important;
}

.counter-row .counter_suffix{
    font-size:40px !important;
    color:#2884C2;
    font-family: 'Red Hat Display';
    font-weight: 700 !important;
    line-height: 40px;
}

.counter-row .stats-text {
    font-size: 18px !important;
    color: #fff;
    font-family: 'Red Hat Display';
	margin-top: 10px;
}

.counter-row .stats-block.stats-top {
    margin-bottom: 0px !important;
}

.counter-row .vc_col-sm-4:first-child {
    border-right:1px solid #FFFFFF40;
}

.counter-row .vc_col-sm-4:last-child {
    border-left:1px solid #FFFFFF40;
}

.counter-row {
    padding-top:35px;
    padding-bottom:35px;
}

.white-text.black-text p{
    color:#000 !important;
}

h2.main-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600 !important;
    margin: 0px !important;
}

.home-sec2-row1 {
    border-bottom:1px solid #00000040;
    padding-bottom:40px;
    margin-bottom:60px
}

.home-sec2{
    padding-top:100px !important;
    padding-bottom:100px;
}

.home-sec2-row1 .vc_col-sm-5 .vc_column-inner {
    padding-left:10px;
}

.home-sec2-row2 .slick-track{
    padding-left:200px !important;
}

.home-sec2-row2 .slick-track .slick-slide:last-child{
    visibility:hidden;
}

.home-sec2-row2 .categ-img {
    display: flex;
    flex-direction: column-reverse;
    overflow:hidden;
    height: 490px;
}

.home-sec2-row2 .categ-img h2.wpb_heading {
    margin: 0px;
    padding: 0px;
    text-align:left;
    background: #2884C2A6;
    padding:20px 25px;
    backdrop-filter: blur(10px);
    margin-top:-90px;
    z-index:1;
    font-size:24px;
    color:#fff;
    position:relative;
    font-weight:500 !important;
    transition:0.5s ease;
    
}

.home-sec2-row2 .categ-img img {
    width:100% !important;
    transition:0.5s ease;
}

.home-sec2-row2 .categ-img figure{
    width:100%;
}

.home-sec2-row2 .categ-img a {
    width:100%;
    overflow:hidden;
}

.home-sec2-row2 .categ-img:hover h2.wpb_heading {
    background:#13263D;
    transition:0.5s ease;
    text-decoration:underline;
}

.home-sec2-row2 .categ-img:hover img{
    scale:1.1;
    transition:0.5s ease;
}

.home-sec2-row2 .categ-img h2.wpb_heading:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    right: 25px;
    top: 28px;
    background-image:url(/wp-content/uploads/2025/12/Polygon-2.svg);
    background-repeat:no-repeat;
}

h2.main-heading.white-heading {
    color:#fff;
}
.grey-text p{
    color:#ACACAC;
}
.home-sec3-row2 .vc_column-inner {
    padding:0px !important;
}
.home-sec3-row2{
    margin-left:15px !important;
    margin-right:15px !important;
}

.home-sec3-row2 .vc_col-sm-5 .vc_column-inner {
    padding-left:50px !important;
    padding-right:50px !important;
}

.home-sec3-row1 .vc_col-sm-6:first-child .vc_column-inner{
    padding-top:80px;
}
.home-sec3-row1{
    margin-bottom:120px;
}

.home-sec3{
    padding-top:120px !important;
    padding-bottom:120px !important;
}

.home-sec3-row1 .vc_col-sm-6:first-child .vc_column-inner:after {
    content:"";
    position:absolute;
    width:120%;
    height:284px;
    right:-15%;
    background-image:url(/wp-content/uploads/2025/12/Asset-2-e1766599144635.png);
    bottom:0;
    
    
}

.vc_row.home-sec3-row32 .vc_row.vc_inner {
    background: #1B385BBF;
    backdrop-filter: blur(10px);
    padding:20px;
    padding-bottom:30px;
}
.home-sec3-row32 h3.small-heading {
    color:#FFFFFF;
    font-size:24px;
    margin-bottom:20px;
}
.home-sec3-row32 .vc_column-inner {
    min-height:480px;
}
.home-sec3-row32 .vc_column-inner .vc_column-inner{
    min-height:auto;
}

.home-sec3-row3 {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #434343;
}

.home-sec4 .aio-icon-component{
    margin:0px;
    padding:30px;
}

.home-sec4 .aio-icon-component.first-one {
    margin-top: 50px !important;
}

.home-sec4 .left-icon .aio-icon-left {
    vertical-align: middle;
}

.home-sec4 h3.aio-icon-title {
    font-size:24px !important;
    font-weight:500 !important;
    margin-bottom:0px !important;
    color:#000;
}

.home-sec4 .align-icon {
    height: 64px;
}

.home-sec4 .aio-icon-description {
   font-size:18px;
    font-weight:400;
    color:#000;
    line-height:28px;
	text-transform: capitalize;
	font-family: 'Red Hat Display';
}


.home-sec4 .aio-icon-component:hover{
        background-color: #13263D;
    transition:0.5s ease;
}

.home-sec4 .aio-icon-component:hover h3.aio-icon-title, .home-sec4 .aio-icon-component:hover .aio-icon-description {
    color: #fff;
}

.home-sec4 .aio-icon-component img.img-icon {
    background-color: #13263D;
    padding: 9px;
}
.home-sec4 .aio-icon-component:hover img.img-icon{
	background-color: #2884C2;
}

.home-sec4{
	margin-top:100px !important;
	margin-bottom:100px !important;
}

.home-sec5-row2 .vc_row.vc_inner {
    background: #142A44BF;
    backdrop-filter: blur(10px);
    padding:20px;
    padding-bottom:30px;
}
.home-sec5-row2 h3.small-heading {
    color:#FFFFFF;
    font-size:24px;
    margin-bottom:20px;
}
.home-sec5-row2 .vc_column-inner {
    min-height:480px;
}
.home-sec5-row2 .vc_column-inner .vc_column-inner{
    min-height:auto;
}


.home-sec5-row1 {    
    border-bottom: 1px solid #00000040;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.home-sec5{
    margin-bottom:100px;
}

.row.home-contact {
    background-color: #1B385B;
    padding: 40px !important;
}



.row.home-contact label {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-family: 'Red Hat Display';
    font-weight: 400;
}
.row.home-contact p.above-text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.row.home-contact input.form-control, .row.home-contact select.form-control {
    font-size:18px;
    font-family: 'Red Hat Display';
    height:58px;
    background-color:#142A44 !important;
    border:1px solid #21446D !important;
    color: #FFFFFF40 !important;
    outline:none !important;
    box-shadow:none !important;
    border-radius:0px !important;
    margin-top: 8px;
}
.row.home-contact input.form-control::placeholder,.row.home-contact select.form-control::placeholder{
    color:#FFFFFF40 !important;
}

.row.home-contact textarea.form-control{
    font-size:18px;
    font-family: 'Red Hat Display';
    height:180px;
    background-color:#142A44 !important;
    border:1px solid #21446D !important;
    color: #FFFFFF40 !important;
    outline:none !important;
    box-shadow:none !important;
    resize:none;
    border-radius:0px !important;
    margin-top: 8px;
}

.row.home-contact p {
    margin-bottom: 15px;
}


.row.home-contact input.btn.btn-primary {
    width:100%;
    height:53px;
    font-size:18px;
    color: #fff;
    font-family: 'Red Hat Display';
    font-weight:600;
    text-transform:uppercase;
    background:#2884C2;
    border:1px solid #2884C2;
    border-radius:0px !important;
    margin-top:15px !important;
    transition:0.5s ease;
}

.row.home-contact input.btn.btn-primary:hover{
    color:#2884C2;
    background:#fff;
    transition:0.5s ease;
}
.row.home-contact span.wpcf7-spinner {
    display: none;
}

.home-sec6 .vc_row{
	padding-top:120px !important;
	padding-bottom:120px !important;
	 z-index:2;
    position: relative;
}
.home-sec6 .vc_row:before {
    content: "";
    position: absolute;
    height: 558px;
    width: 741px;
    left:9%;
    background-image:url(https://twoten.agencypartnerinteractive.com/wp-content/uploads/2025/12/Frame-2147228474.png);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: -1;
    bottom: 0;
}

section.vc_section.home-sec6.job-inner:before {
    content: "" !important;
    position: absolute;
    height: 284px;
    width: 841px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/01/Asset-2-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: 11%;
    display:block !important;
}

.home-sec6.job-inner .vc_row:before{
    display:none;
}



/*---------------------------------About Us---------------------------------------------*/
section.Top-inn-section {
    height: 668px;
	padding-bottom:80px !important;
}

h1.top-main-inn-heading {
    font-size: 56px;
    font-weight: 700 !important;
    color: #fff;
    line-height: 66px;
    letter-spacing: 0px;
}

section.Top-inn-section .vc_row:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(89.89deg, rgba(0, 0, 0, 0.75) 36.29%, rgba(0, 0, 0, 0) 74.09%);
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.first-col.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    padding-left:0px;
    padding-right:15px;
}

.third-col.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    padding-left:15px;
    padding-right:0px;
}

.first-col,.second-col,.third-col{
        width: 27% !important;
    transition:0.5s ease;
    height:558px;
}
.about-sec1-inn-row2 {
    display:flex;
    justify-content: center;
}

.first-col:hover,.second-col:hover,.third-col:hover{
        width: 46% !important;
    transition:0.5s ease;
}

.about-sec1-inn-row2 .vc_column-inner:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset: 0;
  background: inherit;
  filter: grayscale(100%);
  z-index: -1;
  transition:0.5s ease;
} 

.about-sec1-inn-row2 .vc_column-inner:after{
  content:"";
  width:100%;
  height:50%;
  position:absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 0.8) 85%);
  bottom:0;
  top:auto;
  z-index: -1;
  transition:0.5s ease;

}

.about-sec1-inn-row2 .vc_column-inner:hover:before{
  filter: grayscale(0%);
  transition:0.5s ease;
  background: linear-gradient(188deg,rgba(3, 3, 3, 0.3) 45%, rgba(39, 78, 125, 0.87) 76%);
}

.about-sec1-inn-row2 .vc_column-inner:hover:after{
  content:none;
  transition:0.5s ease;
}

.about-sec1-inn-row2 .vc_column-inner{
  overflow:hidden !important;
  position:relative;
  padding:60px !important;
}

.ani-text {
  margin-bottom:0px !important;
  position:relative;
  bottom: -310px;
  transition:0.5s ease;
  font-size:18px;
  color:#fff;
  line-height:28px;
  width: 81%;
}

.about-sec1-inn-row2 .vc_column-inner:hover .ani-text, .about-sec1-inn-row2 .vc_column-inner:hover h2.ani-head{
  position:relative;
  bottom:0;
  transition:0.5s ease;
}

h2.ani-head {
  position:relative;
  bottom: -290px;
  transition:0.5s ease;
  font-size:40px;
  line-height:44px;
  margin:0px;
  font-weight:600 !important;
  color:#fff;
  padding-bottom: 20px;
}
/*----Marquee--------*/
.image-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.image-marquee-track {
    display: flex;
    width: fit-content;
    animation: marquee-scroll linear infinite;
    animation-duration: var(--speed);
    will-change: transform;
	transition:0.5s ease;
}

.marquee-item {
    flex: 0 0 calc(100% / var(--per-view));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.marquee-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ✅ PERFECT SEAMLESS LOOP */
@keyframes marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
/*----------end-----------------------*/
.about-sec3 .image-marquee-wrapper {
    margin-top: 100px;
}
.about-sec3{
	margin-top:100px !important;
	margin-bottom:100px !important;
}

section.vc_section.about-sec4 {
    padding: 60px !important;
    border: 1px solid #00000040;
}

section.vc_section.about-sec4  .images-box .wpb_single_image {
	margin-bottom:0px !important;
}

.animated-faqs .vc_tta-panel-heading {
    border: none !important;
    background-color: #fff0 !important;
}

.animated-faqs .vc_tta-panel{
    border-bottom:1px solid #00000040;
}

.animated-faqs span.vc_tta-title-text {
    font-size: 28px;
    font-family: 'Red Hat Display';
    font-weight: 500;
    color: #000;
}
 
.animated-faqs .vc_tta-panel.vc_active span.vc_tta-title-text {
    color:#2884C2;
}

.animated-faqs .vc_tta-panel-title a {
    padding-top:40px !important;
    padding-bottom:40px !important;
    padding-left: 0px !important;
}

.animated-faqs .vc_tta-panel-body {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.animated-faqs .vc_tta-panel:last-child{
    border-bottom:0px;
}

.animated-faqs .vc_tta-panel.vc_active{
    padding-bottom:40px
}


.animated-faqs .vc_tta-panel:last-child a{
    padding-bottom:40px !important;
}
section.vc_section.about-sec4 .vc_tta-container{
	margin-bottom:0px !important;
}

section.vc_section.about-sec4 .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 0px; }
section.vc_section.about-sec4 .vc_tta .vc_tta-controls-icon{
    height: 18px;
    width: 18px;
    transition:0.5s ease;
}

section.vc_section.about-sec4 .vc_tta .vc_active .vc_tta-controls-icon{
    height: 22px;
    width: 22px;
    transform: rotate(135deg) !important;
    top: 42% !important;
    transition:0.5s ease;
}


section.vc_section.about-sec4 .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,section.vc_section.about-sec4 .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    display: block !important;
    border-color:#2884C2 !important;
}

section.vc_section.about-sec4{
	margin-bottom:120px !important;
}

section.vc_section.about-sec2{
	padding-top:100px !important;
}

section.vc_section.about-sec5 .vc_column-inner{
    padding:0px !important
}

section.vc_section.about-sec5 .big-white-text h3{
    font-size:40px;
    line-height:52px;
    color:#fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF80;
    margin: 0px;
    margin-bottom: 20px;
    
}

section.vc_section.about-sec5 .wpb_single_image {
    MARGIN-TOP: -100PX;
}

section.vc_section.about-sec5 .names {
    DISPLAY: flex;
    GAP: 15PX;
}

section.vc_section.about-sec5 .big-white-text {
    PADDING: 60PX;
    MARGIN-BOTTOM: 0PX;
    padding-right: 0px;
    padding-bottom:0px;
    padding-top:50px !important;
    
}


section.vc_section.about-sec5 .names p {
    font-size: 24px;
    color: #58A4FF;
    line-height: 28px;
    margin-bottom: 0px;
}

section.vc_section.about-sec5 {
    margin-bottom: 100px;
}

.top-iin-row1{
    position: initial !important;
}


/*----------Contact Us---------------*/
.contact-sec1.home-sec6 .vc_row:before {
    content: none;
}

.contact-sec1.home-sec6 .vc_row{
    padding-bottom:0px !important;
    padding-top:100px !important;
}

.contact-sec1 .wpb_text_column.blue-text-contact {

    padding-top:40px;
    margin-top:30px;
    border-top: 1px solid #00000012;
    width:90%;
}

.contact-sec1 .blue-box {
    background-color: #EDF5FF;
    padding: 40px;
    width: 74%;
}

.contact-sec1 .links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 20px; */
}

.contact-sec1 .links a:first-child {
    padding-right:20px;
    margin-right:20px;
    border-right:1px solid #C0D8F5;
}

.contact-sec1 .links a{
    font-size:18px;
    font-weight:700;
    text-decoration:underline;
    color:#2884C2;
    display:flex;
    align-items: center;
}

.contact-sec1 .links a img{
    padding-right:5px
}

/*----------------------How It Works---------------*/
.blue-back-row h3.black-heead {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 30px;
    margin: 0px !important;
}

.blue-back-row .vc_column-inner {
    border:1px solid #2884C2;
    box-shadow: 0px 12px 48px 0px #F6FCFF;
    height:271px;
    background-position:top right !important;
    padding:28px;
    

}

.how-it-sec1{
	padding-top:120px !important;
	margin-bottom:120px !important;
}

.how-it-sec2 .blue-text-sec h4 {
    font-size: 24px;
    font-weight: 500;
    color: #2884C2;
    line-height: 38px;
    margin-top: 0px;
}
.how-it-sec2 .blue-text-sec p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.how-it-sec2 .blue-text-sec {
    height:410px;
    display:  flex;
    align-items: center;
    margin-bottom: 100px !important;
}

.how-it-sec2  .blue-text-sec:after {
    content: "";
    height: 20px;
    width: 20px;
    background-color: #2884C2;
    position: absolute;
    right: -21.4%;
    border-radius: 100%;
    z-index:1;
}

.how-it-sec2 .vc_col-sm-5 .wpb_single_image {
    /* height: 410px; */
    overflow: hidden;
    margin-bottom: 100px;
}

.how-it-sec2 .ult-sticky-anchor img{
    background:#edf5ff;
}

.how-it-sec2 .vc_col-sm-5:first-child .wpb_wrapper:after{
    content:"";
    height:100% !important;
    width: 5px;
    background-color:#CEEBFF;
    position:absolute;
    right:-20.3%;
    top:0;
    z-index:0;
}
.how-it-sec2 .abou-images img{
	height:410px;
	overflow:hidden;
	object-fit:cover;
}

.how-it-sec2 .vc_row.how-it-ani-row{
    margin-top: 100px;
    margin-bottom: 120px;
}
section.how-it-sec2 h2.main-heading.blue-mix{
    border-bottom:1px solid #00000040;
    padding-bottom:30px;
}
section.how-it-sec2 h2.main-heading.blue-mix strong{
    color: #2884C2;
    font-weight: 600;
}

section.how-it-sec2 {
    padding-top:100px !important;
}
/*----------------privacy-policy-----------------*/

section.priv-Top-inn-section {
    height: 650px !important;
    padding-top: 80px !important;
}

section.privacy-sec1 .vc_col-sm-4 h2{
    font-size:28px;
    font-weight:500; 
}

section.privacy-sec1 .vc_col-sm-4 .wpb_text_column{
    background-color: #EDF5FF !important;
    padding: 40px;
}
.privacy-stop ul {
    padding-left:5px;
    list-style:none;
}

.privacy-stop ul li{
    margin-bottom:20px;
}
.privacy-stop ul li a{
  font-size:18px;
    color:#767a7f;
    text-decoration:none;
    transition:0.5s ease;
}

.privacy-stop ul li a:hover{
    text-decoration:underline;
    color:#2884C2;
    transition:0.5s ease;
}
.privacy-text h3 {
    font-size:22px;
    color:#000;
    font-weight:600 !important;
    margin-top: 0px;
}
.privacy-text h3 strong{
    font-weight:600 !important;
    color: #2884C2 !important;
}

.privacy-text h4 {
    font-size:22px;
    color:#2884C2;
    font-weight:600 !important;
    margin-bottom:20px;
    margin-top:30px;
}

.privacy-text li{
    margin-bottom:20px;
}
section.privacy-sec1{
	margin-top:100px !important;
	margin-bottom:120px !important;
}

.header-btns a.btn-white img{
    position:relative;
    top:-2px;
	padding-right: 4px;
    
}
.header-btns a.btn-white:hover img{
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(103%) contrast(102%); }

.home-contact input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(17%) hue-rotate(240deg) brightness(91%) contrast(81%); /* makes it white */
    opacity: 1;
    cursor: pointer;
}

.home-contact .col-md-6 select.wpcf7-form-control{
    background-image: url(/wp-content/uploads/2026/01/clock-1-1-1.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
}

.home-contact .col-md-6 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.home-contact .wpcf7-response-output{
    color: #fff !important;
}

.home-contact input.wpcf7-form-control.btn-primary {
    background-image: url(/wp-content/uploads/2026/01/Polygon-2-1.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 63% !important;
    background-position-y: center !important;
}
.home-contact input.wpcf7-form-control.btn-primary:hover{
     background-image: url(/wp-content/uploads/2026/01/Polygon-2.png) !important;
}


/*-----------------------------Our Equipments------------------------------*/
/* -------------------------------
   Filters
-------------------------------- */
.product-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* -------------------------------
   Product Grid
-------------------------------- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* -------------------------------
   Product Card
-------------------------------- */
.product-card {
    background: #fff;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease;
}

.product-card a {
    text-decoration: none;
    display: block;
}

/* -------------------------------
   Product Image
-------------------------------- */
.products-grid img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    transition: 0.5s ease;
    z-index: 0;
    display: block;
}

.product-card:hover img {
    transform: scale(1.1);
}

/* -------------------------------
   Product Title Wrapper
-------------------------------- */
.product-title {
    background: #1f4b7a;
    height: 128px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
}

.product-card:hover .product-title {
    background: #2884C2;
}

/* -------------------------------
   Product Title Text
-------------------------------- */
.product-title h3,
.product-title a {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin: 0;
    width: 80%;
}

/* -------------------------------
   Optional Icon inside Title
-------------------------------- */
.product-title img {
    height: 34px;
    width: auto;
}

/* -------------------------------
   Pagination
-------------------------------- */
.ajax-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.ajax-products-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #00000040;
}

.product-filters {
    gap: 12px;
}

h2.equipment-heading {
    font-size: 40px;
    line-height: 52px;
    font-family: 'Red Hat Display';
    margin: 0px;
}

.product-filters input#product-search {
    height: 48px;
    padding-left: 40px;
    border: 1px solid #00000040;
    color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: url(/wp-content/uploads/2026/01/Frame-13.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    width:327px;
}

.product-filters select#ajax-orderby {
    height: 48px;
    padding-left: 40px;
    border: 1px solid #00000040;
    color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: url(/wp-content/uploads/2026/01/sort-vertical-svgrepo-com-1.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

ul.page-numbers li .page-numbers{
    height:48px;
    width:48px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000000;
    border:1px solid #00000040;
    text-decoration:none;
    
}


ul.page-numbers li .page-numbers.current{
    background: #2884C2;
    height:48px;
    width:48px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

ul.page-numbers .next.page-numbers, ul.page-numbers .prev.page-numbers {
    width:auto;
    border:0px
    
}
section.vc_section.equipment-sec1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*------------------Single Product Page-------------*/
.single-product section#primary {
    flex: 0 0 100%;
        max-width: 100%;
}
.single-product aside#secondary {
    display:none;
}

.single-product .Top-inn-section{
	background-image:url(/wp-content/uploads/2026/01/image-47-1.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.single-product .home-sec6{
	background-color:#13263d !important;
}

.single-product ul.products.columns-4 li:last-child {
    display: none !important;
}

.single-product ul.products.columns-4 li.product.type-product {
    width: 100%;
    margin: 0px;
}

.single-product ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.single-product ul.products.columns-4:before, ul.products.columns-4:after{
    content:none !important;
    
}

.single-product ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap:15px;
    margin-top:20px !important;
    
}

.single-product ol.flex-control-nav.flex-control-thumbs  img {
    height: 120px !important;
    object-fit: cover;
}

.single-product .woocommerce-product-gallery__wrapper img {
    height:470px !important;
    overflow:hidden;
    object-fit:cover;
}


/*---------------------Faqs-------------------*/
.faqs-sec1 .ult-sticky-section{
    background: #EDF5FF;
    padding: 40px;
    margin-left: 50px;
}

.faqs-sec1 .ult-sticky-section h2{
    font-size:28px;
    font-weight: 600;
    font-family: 'Red Hat Display' !important;
    color: #2884C2;
    margin-bottom: 0px;
}
.faqs-sec1 .ult-sticky-section p{
    font-size:16px !important;
    font-weight: 500;
    font-family: 'Red Hat Display' !important;
    color: #787777;
}

.faqs-sec1 .ult-sticky-section h3.aio-icon-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Red Hat Display' !important;
    color: #2884C2;
}

.faqs-sec1 .ult-sticky-section .aio-icon-description {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: 'Red Hat Display' !important;
}

.faqs-sec1 .ult-sticky-section .wpb_text_column {
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
}

.faqs-sec1 .ult-sticky-section .aio-icon-component{
    margin-bottom:20px !important;
}

.faqs-sec1 .vc_tta-panels a {
    padding-left: 0px !important;
    font-size:28px;
    color:#2884C2 !important;
    padding-right: 0px !important;
    background: #fff0 !important;
    
}

.faqs-sec1  i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    font-size: 31px !important;
    background-color: #fff;
    padding: 22px;
    right: 0px !important;
    border:1px solid #2884c2 !important;
}

.faqs-sec1 .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    width: 25%;
    margin: auto;
    border-color:#2884c2 !important;
}

.faqs-sec1 .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    height: 25%;
    margin: auto;
    border-color:#2884c2 !important;
}

.faqs-sec1 .vc_tta-panel-heading {
    background-color: #fff0 !important;
    border: 0px !important;
}

.faqs-sec1 .vc_tta-panel-body {
    padding-left: 0px !important;
    padding-bottom: 24px !important;
    padding-top: 20px !important;
}

.faqs-sec1 .vc_tta-panel{
    border-bottom:1px solid #D9D9D9;
}

.faqs-sec1 .vc_tta-panel:last-child{
    border-bottom:0px;
}

.faqs-sec1 .vc_tta-panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faqs-sec1 .vc_tta-panel:first-child .vc_tta-panel-heading {
    padding-top:0px;
}
.faqs-sec1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    padding-bottom: 0px; }

.faqs-sec1 .vc_tta-panel.vc_active i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    background-color: #2884C2;}

.faqs-sec1 .vc_tta-panel.vc_active  .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color:#fff !important;
}

.faqs-sec1 .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{

    border-color:#fff !important;
}

.faqs-sec1 .border-bot-row {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000040;
}

.faqs-sec1 {
	margin-top:100px !important;
	margin-bottom:100px !important;
}

/*------------------Career------------*/
 /*-------------------------------------------Carrrer -------------------------------------*/
.career-sec2 .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1557ff; /* WordPress blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
  top: 50%;
    position: absolute;
    left: 50%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.career-sec2 form#job-search-form {
    display: flex;
    width: 100%;
    gap: 10px;
    margin: auto;
}
.career-sec2 form#job-search-form input, .career-sec2 form#job-search-form select, .career-sec2 form#job-search-form button {
    background: #F6F6F6;
    border: none;
    height: 54px;
    padding: 14px !important;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Red Hat Display' !important;
    font-weight: 400;
    color:#9A9A9A; !important
    outline:none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight:500 !important;
}


.career-sec2 form#job-search-form select {
    padding-right: 30p;
    background-position: right 10px top 50% !important;
    background-repeat: no-repeat !important;
    background-image: url(/wp-content/uploads/2026/01/Vector-11.svg) !important;
    background-size: 13px !important;
    width: 20%;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.career-sec2 form#job-search-form button {
    background: #2884C2;
    color: #fff;
    width: 14%;
}

.career-sec2 .job-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #00000014;
    align-items: center;
    margin-bottom: 60px !important;
    padding-bottom: 60px;
}

.career-sec2 .job-item:last-child{
	 border-bottom: 0px;
	padding-bottom: 0px;
}
.career-sec2 div#jobs-list {

    margin-top: 65px;
	margin-bottom: 120px;
}
.career-sec2 div#jobs-list p.dept {
    background: #27AAE112;
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
}
.career-sec2 div#jobs-list .job-meta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}
.career-sec2 div#jobs-list p.dept a {
    color: #27AAE1;
    font-size: 14px !important;
    font-family: 'graphik-new';
    text-transform: capitalize;
}
.career-sec2 div#jobs-list h2.job-name {
    text-transform: capitalize;
    font-size: 28px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    margin: 0px;
    padding-bottom: 20px;
    color: #2884C2;
}

.career-sec2 .job-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
    line-height: 30px;
    font-family: 'Red Hat Display';
}
.career-sec2 .job-title{
	width:80%;
}
.career-sec2 .job-apply{
	width:20%;
	text-align:end;
}
.career-sec2 p.typ a{
    font-size: 15px;
    font-family: 'Inter' !important;
    font-weight: 500;
    color: #2884C2 !important;
    text-transform: capitalize;
    background: #1557FF0D;
    border-radius: 60px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: capitalize;
    pointer-events: none;
}


.career-sec2 p.typ {
    margin: 0px;
}

.career-sec2 p.lctn a {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    line-height: 28px;
    pointer-events: none;
}

.career-sec2 p.lctn {
    display: flex;
    gap: 5px;
    align-items: center;
}
.career-sec2 .job-apply a {
    font-size: 16px;
    font-family: 'Inter';
    color: #fff;
    border: 1px solid #2884C2;
    padding: 14px 28px;
    text-decoration: none;
    background: #2884C2;
}

.career-sec2 form#job-search-form input {
    width: 25%;
    background-position: right 20px top 50% !important;
    background-repeat: no-repeat !important;
    background-image: url(/wp-content/uploads/2026/01/Icons-1.svg) !important;
    background-size: 22px !important;
}
.career-sec2 h2.vc_custom_heading{border-bottom: 1px solid #00000040;margin-bottom: 31px !important;padding-bottom: 30px;}

body.single-jobs nav.navigation.post-navigation {
    display: none;
}



.job-main .ult-sticky-anchor.ult_stick_to_row {
    background-color: #EDF5FF;
    padding:40px;
}

.job-main .aio-icon-component {
    margin-bottom:20px;
}

.job-main h2.blue-head-inne {
    font-size: 28px;
    font-weight: 600;
    color: #2884C2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}

.job-main h3.aio-icon-title {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 700;
    color: #2884C2;
}

.job-main .aio-icon-description {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Red Hat Display';
    color: #000;
}
/*---------------------Locations------------------------*/
.map-wrapper {
  position: relative;
  width: 100%;
}

.map-bg {
  /* width: 100%; */
  /* display: block; */
  /* display: flex; */
  position: relative;
  z-index: -10;
}

/* POINT */
.map-point {
  position: absolute;
  z-index: 10012;
  cursor: pointer;
  /* background: red !important; */
  height: 50px;
  /* width: 50px; */
  z-index: 9;
  display: flex;
  align-items: flex-end;
}

/* PIN DOT */
.map-pin {
  width: 16px;
  height: 16px;
  background: #1e88e5;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 6px rgba(30,136,229,.25);
  z-index: 3333;
  position: relative;
  display: block;
}

/* TOOLTIP */
.map-tooltip {
  position: absolute;
  bottom: 74%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 12px 35px rgba(0,0,0,.15);
  opacity: 0; 
  visibility: hidden;
  transition: .25s ease;
  pointer-events: none;
  z-index: 20;
  width: 530px;
  height: 340px;
  padding: 40px;
  border-radius: 0px;
}

/* SHOW ON HOVER */
.map-point:hover .map-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* CONTENT */
.map-tooltip h3 {
  margin: 0 0 5px;
  color: #1e88e5;
  font-size: 28px;
  color: #2884C2;
  margin-bottom: 10px;
}

.tooltip-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 15px 0;
  border-top: 1px solid #DFDFDF;
  padding-top: 20px;
  margin-bottom: 30px;
}

.tooltip-actions {
  display: flex;
  gap: 14px;
  align-items: center;
	    justify-content: space-between;
}

.tooltip-actions .btn {
  background: #2884C2;
  color: #fff;
  padding: 9px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 40px;
  border-radius: 0px;
	text-transform:uppercase;
}

.tooltip-actions .link {
  color: #1e88e5;
  text-decoration: none;
  font-weight: 500;
}

.iner-icon {
    display: flex;
    gap: 15px;
}

.iner-icon img {
    height: 53px;
    width: 53px;
}

.iner-icon p {
    font-size: 16px !important;
    color: #2884C2 !important;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.iner-icon p span {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.map-tooltip p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.tooltip-actions .link:last-child{
    font-size:18px;
    font-weight:600;
    letter-spacing:1.5px;
    color:#21446D;
    text-transform:uppercase;
}
/*------------------------Thank you -----------------------------*/
.thank-you-row .wpb_wrapper {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.thank-you-row .blue-btn-a.white-bg-btn a.vc_general.vc_btn3 {
    color: #21446D !important;
    background:#ff000000 !important;
    border-color:#ff000000 !important;
    padding-left:20px !important;
    padding-right:50px !important;
}

section.vc_section.thank-you-sec1{
    margin-top: 200px;
    margin-bottom: 100px;
}

/*----------------------- 404 Page----------------*/
section.error-sec {
    text-align: center;
    margin-top: 200px;
    padding-bottom:150px;
	    padding-left: 0px;
    padding-right: 0px;
}


section.error-sec h2{
    font-size:40px !important;
    line-height: 52px;
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 16px;
}

section.error-sec p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 50px;
}

section.error-sec a.error-white {
    font-size: 18px;
    font-weight: 600;
    color: #21446D;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration:none;
}

section.error-sec a.error-blue {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #2884C2;
    padding: 13px 35px;
    text-decoration:none;
}

section.error-sec a.error-blue img {
    width: 14px;
}
body.error404  div#content {
    padding-bottom:0px;
}

section.error-404.not-found:before {
    content: "";
    height: 435px;
    width: 333px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image:url(/wp-content/uploads/2026/01/OBJECTS-1.png);
}
section.error-404.not-found:after{
    content: "";
    height: 435px;
    width: 332px;
    position: absolute;
    background-size:cover;
    right: 0;
    bottom: 0;
    background-image:url(/wp-content/uploads/2026/01/OBJECTS.png);
}

/*----------------------------Product Inner Page--------------------------------------*/
.single-product nav.custom-breadcrumb {
    margin-top: 120px;
    margin-bottom: 60px;
}
.single-product nav.custom-breadcrumb a {
    font-size: 16px;
    font-family: 'Red Hat Display' !important;
    font-weight: 600 !important;
    color: #5B5B5B;
    text-decoration: none;
}
.single-product .custom-breadcrumb span.current-product {
    font-size: 16px;
    font-family: 'Red Hat Display' !important;
    font-weight: 700;
    color: #2884C2;
}

.single-product h1.product_title.entry-title {
    font-size: 44px;
    font-family: 'Red Hat Display';
    color: #000;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px !important;
    border: 0px;
}

.single-product .summary.entry-summary {
    margin: 0px;
}

.single-product p.price:before {
    content: "Starting From ";
    color: #000;
}

.single-product p.price {
    font-size: 28px;
    color: #2884C2 !important;
    margin-top: 15px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E8;
    margin-bottom: 35px !important;
}

.single-product .summary.entry-summary ul {
    list-style: none;
    padding: 0px;
}

.single-product .woocommerce-product-details__short-description ul li {
    font-size: 16px;
    font-family: 'Red Hat Display';
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-left: 26px;
}

.single-product .woocommerce-product-details__short-description ul li:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 12px;
    background-image: url(/wp-content/uploads/2026/02/Polygon-5.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}

.single-product form.cart {
    display: none;
}

.single-product .woocommerce-product-details__short-description {
    margin-bottom: 60px;
}

.single-product .product_meta {
    display: none;
}

.single-product a.add-request-quote-button.button {
    width: 100%;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #0098ff !important;
}

body.single-product a.add-request-quote-button.button {
    background-image: url(/wp-content/uploads/2026/01/Polygon-2-1.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 68% !important;
    background-position-y: center !important;
}
.single-product section.related.products h2:before {
    content: "You May Also Like";
    color: #000000;
    font-size: 40px;
    font-family: 'Red Hat Display';
    color: #000;
    font-weight: 600;
}

.single-product section.related.products h2 {
    color: #fff0;
    font-size: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00000040;
    padding-bottom: 20px;
    margin-top: 0px !important;
    position: relative;
    padding-top: 80px;
}

.single-product section.related.products h2.woocommerce-loop-product__title:before {
    content: none !important;
}

.single-product section.related.products h2.woocommerce-loop-product__title{
    height: 128px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background: rgb(31, 75, 122);
    padding: 30px;
    transition: 0.5s;
    font-size:24px !important;
    color:#fff !important;
    padding:30px !important;
}

.single-product section.related.products img {
    margin-bottom: 0px !important;
    height: 345px !important;
    object-fit: cover;
    transition:0.5s ease;
}
.single-product section.related.products a.woocommerce-LoopProduct-link:hover img{
    scale:1.1;
    transition:0.5s ease;
}

.single-product section.related.products a.woocommerce-LoopProduct-link {
    overflow: hidden;
}
.single-product section.related.products span.price {
    display: none !important;
}
.single-product section.related.products h2.woocommerce-loop-product__title:after{
    content:"";
    height:20px;
    width:20px;
    top:5px;
    position:relative;
    background-image:url(/wp-content/uploads/2025/12/Polygon-2.svg);
    background-size:contain;
    background-repeat:no-repeat;
}

.single-product ul.products.columns-4 {
    margin-bottom: 120px;
}
.single-product section.related.products a.woocommerce-LoopProduct-link:hover  h2.woocommerce-loop-product__title {
    background: #2884C2 !important;
    transition: 0.5s ease;
}
.mobile-show{
	display:none !important;
}
.desktop-show{
	display:block;
}
/*-----------------------------Jon Inner Page-----------------------------------*/
section.vc_section.job-main .vc_col-sm-8 h2.vc_custom_heading {
    font-size:40px;
    font-weight: 600 !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000040;
    margin-bottom: 30px;
}

section.vc_section.job-main .vc_col-sm-8 p{
    font-size:18px;
    color:#000;
    font-weight:400;
}
section.vc_section.job-main .key-li ul{
    padding-left:15px !important;
    list-style:none;
}
section.vc_section.job-main .key-li ul li{
    font-size:18px;
    line-height:28px;
    display: flex;
    margin-bottom:15px;
    
}

section.vc_section.job-main .key-li ul li strong{
    width:250px !important;
    overflow:hidden;
    position: relative;
    display: block;
    padding-right:77px;
}
section.vc_section.job-main .key-li ul li:before{
    content:"";
    background-image:url(/wp-content/uploads/2026/02/Polygon-6.svg);
    padding: 0px 6px;
    background-size: contain;
    background-repeat: no-repeat;
    top:5px;
    left:-15px;
    position:relative;
}

section.vc_section.job-main .key-li ul li strong:after{
    content:"";
    height:1px;
    width:50px;
    background:#9E9E9E;
    position:absolute;
    top:14px;
    right:25px;
}

section.vc_section.job-main .skil-li ul {
    padding-left: 15px !important;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
section.vc_section.job-main .skil-li ul li{
    font-size:18px;
    line-height:28px;
    display: flex;
    margin-bottom:15px;
    color:#000;
}

section.vc_section.job-main .skil-li ul li:before{
    content:"";
    background-image:url(/wp-content/uploads/2026/02/Polygon-6.svg);
    padding: 0px 6px;
    background-size: contain;
    background-repeat: no-repeat;
    top:5px;
    left:-15px;
    position:relative;
}
section.vc_section.job-main {
    margin-top: 100px;
    margin-bottom: 100px;
}
section.vc_section.job-main .vc_col-sm-8{
	padding-right:40px !important;
}
section.vc_section.job-main .vc_col-sm-8 .wpb_text_column {
    margin-bottom:100px;
}
section.vc_section.job-main .vc_col-sm-8 .wpb_text_column:last-child {
    margin-bottom:0px;
}

/*----------Home Animation Section-------------------------------------*/
.animated-col .vc_row.vc_inner .vc_col-sm-6:last-child {
    display:none;
    transition:1s ease;
}
.animated-col .vc_row.vc_inner .vc_col-sm-6:first-child{
    width:100%;
}
.animated-col.active-animation .vc_row.vc_inner .vc_col-sm-6:last-child {
    display:flex;
    transition:1s ease;
}
.animated-col.active-animation .vc_row.vc_inner .vc_col-sm-6:first-child{
    width:50%;
    overflow:hidden;
}
.animated-col{
    width:25%;
    transition:0.5s ease;
    overflow:hidden;
}
.animated-col.active-animation{
    width:50%;
    transition:0.5s ease;
}
.animated-col a.vc_general.vc_btn3 {
    min-width:fit-content;
}
.animated-col p {
    width:300px;
}
.animated-col.vc_col-sm-6{
            width: 25%;
}

.animated-col.vc_col-sm-6.active-animation{
            width: 50%;
}


.file-uplod-career input.wpcf7-form-control.wpcf7-file {
    height: 180px;
    background-color: #142a44;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #21446D;
    width: 100%;
    background-image: url(/wp-content/uploads/2026/02/Frame-2147228449-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.file-uplod-career label {
    overflow: hidden;
}
section.vc_section.equipment-sec1 a.next.page-numbers {
    background-image: url(/wp-content/uploads/2026/02/Polygon-3.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff0 !important;
	pointer-events:none;
}

section.vc_section.equipment-sec1 a.prev.page-numbers {

    background-image: url(/wp-content/uploads/2026/02/Polygon-3.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #fff0 !important;
    transform: rotate(180deg);
	pointer-events:none;
}
/*-------------------------------------------------Responsive----------------------------------------------------------------------------------*/
/*------------------------------- Large Laptop Screens-------------------------------------*/
@media screen and (max-width: 1600px) {
.container {
    max-width: 100%;
    padding: 0px 100px;
}

h1.top-main-heading {
    font-size: 62px;
    line-height: 87px; }

section.home-sec1 {
    padding-bottom: 120px;
    padding-top: 220px !important;
}

.home-sec2 {
    padding-top: 80px !important;
    padding-bottom: 40px;
}

.home-sec2-row1 {
    margin-bottom: 0px;
}

.blue-btn-a a.vc_btn3 {
    font-size: 17px;
    padding: 12px 25px !important;
    padding-right: 40px !important; }
.home-sec2-row2 .slick-track {
    padding-left: 70px !important;
}
div#content {
    padding-bottom: 0px !important;
}

.first-col, .second-col, .third-col {
    width: 30% !important;
    transition: 0.5s ease;
    height: 460px;
}
.first-col:hover, .second-col:hover, .third-col:hover{
    width: 40% !important; }

h2.ani-head {
    font-size: 38px; }

h2.main-heading {
    font-size: 35px;
    line-height: 45px; }

.animated-faqs span.vc_tta-title-text {
    font-size: 25px; }

section.vc_section.about-sec5 .big-white-text h3 {
    font-size: 30px;
    line-height: 40px;
    }
.single-product h1.product_title.entry-title {
    font-size: 38px;
}

.single-product section.related.products h2.woocommerce-loop-product__title {
    font-size: 22px !important; }
h1.top-main-inn-heading {
    font-size: 48px;
    line-height: 60px; }

.contact-sec1 .links a:first-child {
    padding-right: 10px;
    margin-right: 10px;
}

.contact-sec1 .links a {
	font-size: 16px; }
.faqs-sec1 .vc_tta-panels a {
	font-size: 24px; }

.vc_row.home-sec3-row32 .vc_row.vc_inner {
    background: #1B385BBF;
	padding: 20px 0px; }


}/*------------Large Laptop End-----------------*/
/*------------------------------- Small Laptop Screens-------------------------------------*/
@media screen and (max-width: 1439px) {
.container{
        max-width: 100%;
        padding: 0px 60px;
    }

section.vc_section.home-sec1 .vc_col-sm-6 {
    width: 70%; }
.home-sec2-row2 .categ-img {
    height: 380px;
}

.home-sec2-row2 .categ-img h2.wpb_heading {
    font-size: 18px; }

.home-sec3-row1 .vc_col-sm-6:first-child .vc_column-inner:after {
    z-index: -1;
}

p br{
    display:none;
}
    h2.main-heading {
        font-size: 30px;
        line-height: 40px;
    }

.blue-btn-a a.vc_btn3{
        font-size: 15px;
        padding: 10px 10px !important;
        padding-right: 20px !important;
    }

.vc_row.home-sec3-row32 .vc_row.vc_inner .vc_column-inner {
    padding:0px;
}
.blue-btn-a a.vc_btn3 .vc_btn3-icon {
    right: 8px !important;
}

.home-sec5-row2 .vc_column-inner .vc_column-inner {
    padding: 0px;
}
    h2.ani-head {
        font-size: 30px;
    }
    h2.main-heading {
        font-size: 28px;
        line-height: 40px;
    }

.animated-faqs .vc_tta-panel-title a {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

    .single-product h1.product_title.entry-title {
        font-size: 28px;
    }
.contact-sec1 .links {
    gap: 20px;
    flex-wrap: wrap;
}
.contact-sec1 .links a:first-child {
        padding-right: 0px;
        margin-right: 0px;
    border:0px;
    }
    h1.top-main-inn-heading {
        font-size: 40px;
        line-height: 60px;
    }
.contact-sec1 .links {
    gap: 20px;
    flex-wrap: wrap;
}
.contact-sec1 .links a:first-child {
        padding-right: 0px;
        margin-right: 0px;
    border:0px;
    }

section.priv-Top-inn-section {
        height: 350px !important;
        padding-top: 100px !important;
    }

section.error-404.not-found:before,section.error-404.not-found:before{
    z-index: -1;
}
section.vc_section.about-sec5 .big-white-text {
    PADDING: 40PX;
    padding-top: 30px !important;
}
section.vc_section.about-sec5 .wpb_single_image {
    MARGIN-TOP: -38PX;
}

section.vc_section.job-main .key-li ul li strong {
	width: 320px !important; }
section.vc_section.job-main .skil-li ul {
    gap: 20px;
}
section.error-404.not-found:after {
	z-index: -1; }

.thank-you-row .blue-btn-a.white-bg-btn a.vc_general.vc_btn3 {
    padding-right: 35px !important;
}

.vc_row.thank-you-row .blue-btn-a a.vc_btn3 {
        padding: 10px 20px !important;
        padding-right: 30px !important;
    }


.animated-col a.vc_general.vc_btn3 {
    min-width: auto !important;
}
.animated-col p {
    width: auto !important;
}

}/*------------------------------- Small Laptop Screens End-------------------------------------*/
/*------------------------------- Tablet Screens-------------------------------------*/
@media screen and (max-width: 1199px) {
	    .container {
        max-width: 100%;
        padding: 0px 40px;
    }

h2.main-heading br {
    display: none;
}

a.btn-blue {
    font-size: 12px;;
    padding: 6px 15px; }
a.btn-white{
    font-size: 12px;
    padding: 6px 15px; }

    header#masthead .collapsed .navbar-toggler-icon {
        background-image: none;
        background-image: url(https://www.nybcouncil.com/wp-content/uploads/2025/12/alt.svg) !important;
        height: 40px;
        width: 40px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    header#masthead .navbar-toggler-icon {
        background-image: none;
        background: url(https://www.nybcouncil.com/wp-content/uploads/2025/12/Icon.svg);
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: 30px;
        width: 30px;
    }

.navbar-light .navbar-brand {
    width: 35%;
}

button.navbar-toggler {
    height:40px;
    width:40px;
}

.entry-content {
    margin:0px;
}

header#masthead ul.dropdown-menu.show:before {
    top: 65px;
    left: 15px; }
	
    section.vc_section.home-sec1 .vc_col-sm-6 {
        width: 100%;
    }
    .home-sec2-row2 .slick-track {
        padding-left: 10px !important;
    }
.home-sec2-row2 .categ-img h2.wpb_heading {
        font-size: 17px;
        padding: 15px 15px;
    }
.home-sec2-row2 .categ-img h2.wpb_heading:after{
    right: 15px;
    top: 20px;
}
.home-sec3-row1 .vc_col-sm-6:first-child .vc_column-inner {
    padding-top: 0px;
}
    h2.main-heading {
        font-size: 26px;
        line-height: 40px;
    }
    .blue-btn-a a.vc_btn3 {
        font-size: 15px;
        padding: 10px 20px !important;
        padding-right: 30px !important;
    }
    .blue-btn-a a.vc_btn3 .vc_btn3-icon {
        right: 14px !important;
    }
.home-sec3-row2 .vc_col-sm-5 .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 0px !important;
}

.vc_row.home-sec3-row32 {
    display: flex;
    flex-wrap: wrap;
}

.vc_row.home-sec3-row32 .vc_col-sm-6, .vc_row.home-sec3-row32 .vc_col-sm-3{
    width:100%;
}

.vc_row.home-sec3-row32 .vc_btn3-container.blue-btn-a {
    text-align: left;
    margin-top: 30px;
}

section.vc_section.home-sec4 .vc_row {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

section.vc_section.home-sec4 .vc_col-sm-6 {
    width:100%;
}

section.vc_section.home-sec4 figure,section.vc_section.home-sec4 img,section.vc_section.home-sec4 .vc_single_image-wrapper  {
    width: 100%;
}


.vc_row.home-sec5-row2{
    display:flex;
    flex-wrap: wrap;
}

.vc_row.home-sec5-row2 .vc_col-sm-4 {
    width:100%;
}

section.vc_section.home-sec6 .vc_row {
    display: flex;
    flex-wrap: wrap;
}

section.vc_section.home-sec6 .vc_row .vc_col-sm-6 {
    width:100%;
}
section.vc_section.home-sec6 .vc_row .vc_col-sm-6:first-child{
    margin-bottom:50px;
}
div#footer-widget .widget_nav_menu a.nav-link {
    font-size: 12px; }

div#footer-widget .fotr-two, div#footer-widget .fotr-three {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-top: 30px; }

.fotr-row.row {
        justify-content: center;
}	
button.navbar-toggler {
    outline: none !important;
}

.vc_row.top-iin-row1 .vc_col-sm-6{
    width:80%;
}
section.Top-inn-section {
    height: 550px; }

.about-sec1-inn-row2 .vc_column-inner{
    padding: 30px !important;
}
    h2.ani-head {
        font-size: 30px;
    }
.ani-text {
    bottom: -340px;
    width: 100%;
}
    section.vc_section.about-sec5 .big-white-text h3 {
        font-size: 20px;
        line-height: 32px;
    }
.career-sec2 form#job-search-form input, .career-sec2 form#job-search-form select, .career-sec2 form#job-search-form button {
    height: 45px;
    font-size: 14px;
}
.career-sec2 form#job-search-form input {
    width: 20%; }
.career-sec2 form#job-search-form button{
    background: #2884C2;
    color: #fff;
    width: 20%;
}

.career-sec2 form#job-search-form input::placeholder {
    color: #fff0;
}
.career-sec2 form#job-search-form input::placeholder {
    color: #fff0;
}
.career-sec2 .job-apply a{
    font-size: 13px; }
.vc_row.blue-back-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vc_row.blue-back-row .vc_col-sm-1\/5{
    width:33%;
}
.blue-back-row h3.black-heead {
    font-size: 22px;
    line-height: 25px;
}
.how-it-sec2 .blue-text-sec:after {
	right: -23%; }

.ajax-products-top {
    flex-wrap: wrap;
}
.product-filters {
    width: 100%;
}
.product-filters input#product-search {
    width: 100% !important;
}
.products-grid {
    grid-template-columns: repeat(2, 1fr); }
.job-main .ult-sticky-anchor.ult_stick_to_row {
    padding: 20px;
}
.job-main .aio-icon-box.left-icon {
    display: flex;
    flex-wrap: wrap;
}

.job-main .aio-icon-img {
    font-size: 40px;
}
.job-main h2.blue-head-inne {
    font-size: 20px; }
.job-main .aio-icon-description {
	font-size: 14px; }
section.vc_section.job-main .vc_col-sm-8 {
    padding-right: 0px !important;
}

section.vc_section.job-main .aio-icon-img .img-icon {
    width: 0.7em;
}
section.vc_section.job-main .vc_col-sm-8 h2.vc_custom_heading {
    font-size: 26px; }
section.vc_section.job-main .vc_col-sm-8 .wpb_text_column {
    margin-bottom: 40px;
}
.home-sec6 .vc_row {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
    z-index: 2;
    position: relative;
}
section.vc_section.job-main {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}
header.entry-header {
    display: none;
}

body.single-product a.add-request-quote-button.button {
	background-position-x: 73% !important; }

.page-id-345 .home-sec4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.animated-col a.vc_general.vc_btn3{
    min-width: auto;
}
}/*------------------------------- Tablet Screens End-------------------------------------*/
@media (max-width: 1199px) and (min-width: 1000px){
.home-contact input.wpcf7-form-control.btn-primary {
	background-position-x: 59% !important; }
.fotr-row.row {
    justify-content: space-between !important;
}
}
/*------------------------------- Mobile Screens -----------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.mobile-show{
	display:block !important;
}
	.desktop-show{
		display:none !important;
	}
    header#masthead .navbar-toggler {
        border: none;
        z-index: 9999;
        flex: 0 0 20%;
        outline: none
    }

    header#masthead .navbar-brand {
        flex: 0 0 66%;
        z-index: 999999;
        position: relative;
        left: 20px!important
    }

    .navbar-collapse.show {
        margin: 0;
        transform: none;
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-collapse {
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out!important;
        height: 100vh;
        width: 100%!important;
        padding-top: 30px;
        padding-bottom: 0px!important;
        overflow: scroll;
        z-index: 9;
        background: #000;
        min-width: 100%;
        max-width: 100%
    }

    div#main-nav {
        padding-top: 20px;
        padding-left: 20px
    }

    button.navbar-toggler {
        display: block
    }

    div#main-nav ul#menu-main-menue {
        gap: 20px;
        padding-right: 0
    }

    header#masthead .container {
        padding: 0px!important
    }

    a.nav-btn {
        display: none
    }

    li.dropdown:after {
        display: inline-block;
        margin-left: 15px;
        vertical-align: .255em;
        content: "";
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        color: #ffffff;
        position: absolute;
        top: 15px;
        left: 120px;
    }

    .dropdown-toggle::after {
        display: none
    }

    .header-contactus {
        display: block!important
    }

    body div#main-nav .header-contactus a.nav-link {
        font-size: 18px!important;
        font-weight: 500!important;
        color: #fff!important;
        padding: 15px 30px!important;
        background-color: #ffc700!important;
        text-decoration: none;
        text-align: center;
        border-radius: 6px
    }

    .button-outer {
        display: none
    }

    ul#menu-menu-1 {
        gap: 25px
    }

    header#masthead {
        padding: 0
    }

    header#masthead div#main-nav li a {
        font-size: 18px;
        line-height: 26px;
    }

    header#masthead div#main-nav li {
        margin-bottom: 10px;
        /* width: fit-content; */
        /* position: relative; */
    }

    body,html {
        overflow-x: hidden
    }

    .header-btns {
        display: none
    }

    h1.top-heading.white {
        font-size: 36px
    }

    section.home-sec1 p br {
        display: none
    }

    div#main {
        margin-top: -80px
    }

    header#masthead .container {
        border-radius: 0
    }

    .sticky-header {
        top: 0
    }

    header#masthead .navbar-collapse {
        top: 0
    }
li#menu-item-13 ul.dropdown-menu.show {
    width: 70%;
}
header#masthead ul.dropdown-menu.show {
    grid-template-columns: repeat(1, 1fr);
    padding: 18px;
    gap: 0px;
    padding-bottom: 5px;
	        margin-left: 0px;
}
    header#masthead ul.dropdown-menu.show:before {
        top: 35px;
        left: 0px;
    }

header#masthead ul.dropdown-menu.show {
    width: 80%; }

header#masthead div#main-nav li a {
    font-size: 18px;
    line-height: 26px;
	        padding: 5px 0px !important;
}
header#masthead div#main-nav li.Blue-button a{
    width:70%;
    background-color:#2884c2;
    padding:10px 20px !important;
    text-align:center;
}
header#masthead div#main-nav li.Blue-button{
    margin-top:30px;
}

header#masthead div#main-nav li.White-button a{
    width:fit-content;
    background-color:#ffffff;
    padding:10px 20px !important;
    color:#2884c2 !important;
    width:70%;
    text-align:center;
}
header#masthead div#main-nav li.White-button{
     margin-top:10px;
}
/*-----------------------------------------------Home-----------------*/
    .container {
        max-width: 100%;
        padding: 0px 20px;
    }
    section.home-sec1 {
        padding-bottom: 80px;
        padding-top: 180px !important;
    }
    h1.top-main-heading {
        font-size: 32px;
        line-height: 42px;
    }
section.home-sec1 .vc_row.counter-row {
    margin-right: 0px;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
}
.counter-row .stats-number {
    font-size: 24px !important;
    line-height: 30px !important;
}

.counter-row .stats-text {
    font-size: 11px !important; }
.counter-row .counter_suffix {
    font-size: 28px !important;}

h2.vc_custom_heading br {
    display:none !important;
}
    h2.main-heading {
        font-size: 22px;
        line-height: 30px;
    }

.home-sec2-row2 .categ-img h2.wpb_heading{
    top:0 !important;
}

.vc_row.home-sec3-row1 {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    margin-bottom: 40px;
}

    .home-sec3-row2 .vc_col-sm-5 .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top:40px !important
    }

.vc_row.home-sec3-row3 {
    margin-top: 20px !important;
}
.home-sec3-row3 .vc_col-sm-5 .vc_column-inner{
    padding-top:10px !important
}
.home-sec3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.home-sec4 {
    margin-top: 20px !important;
    margin-bottom: 60px !important;
}
.home-sec4 .aio-icon-component {
    margin: 0px;
    padding: 20px;
}
.home-sec4 .aio-icon-component .aio-icon-box.left-icon{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.home-sec4 h3.aio-icon-title{
    font-size: 20px !important; }

.home-sec5-row1 .vc_btn3-container.vc_btn3-right {
    text-align: left;
    margin-top: 15px;
}

.vc_row.home-sec5-row2{
    padding-left:15px;
    padding-right:15px
}
.home-sec5 {
    margin-bottom: 60px;
}
.home-sec6 .vc_row{
    padding-top: 40px !important;
    padding-bottom: 50px !important; }

.row.home-contact {
    background-color: #1B385B;
    padding: 40px 0px !important;
}

    section.vc_section.home-sec6 .vc_row .vc_col-sm-6:last-child {
        padding-left:15px;
        padding-right:15px;
    }

div#footer-widget .fotr-one,    div#footer-widget .fotr-two, div#footer-widget .fotr-three {
    padding-bottom: 0px;
    padding-top: 0px;
}
div#footer-widget h3.widget-title {
    margin-top: 20px; }
    div#footer-widget .widget_nav_menu a.nav-link {
        font-size: 14px;
    }
div#footer-widget section#nav_menu-2:before {
    content: none; }

div#footer-widget .fotr-one {
    padding-top: 30px;
}
div#footer-widget .fotr-one {
    padding-top: 30px;
}
div#footer-widget .fotr-one {
    border-right: 0px; }
div#footer-widget .fotr-two {
    border-right: 0px;
}

.site-info, .right-fotr {
    flex-wrap: wrap;
    justify-content: center;
}
    .vc_row.top-iin-row1 .vc_col-sm-6 {
        width: 100%;
    }
    h1.top-main-inn-heading {
        font-size: 30px;
        line-height: 50px;
    }
    section.Top-inn-section {
        height: 600px;
        padding-bottom: 40px !important;
    }
section.vc_section.about-sec2 {
    padding-top: 60px !important;
}

.vc_row.about-sec1-inn-row2 .vc_col-sm-4{
    width:100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ani-text {
        bottom: 0 !important; }
    h2.ani-head {
        font-size: 24px;
    }
h2.ani-head {
    bottom: 0px !important; }

.about-sec1-inn-row2 .vc_column-inner:after,.about-sec1-inn-row2 .vc_column-inner:before {
    content: none !important;}

.about-sec1-inn-row2 .vc_column-inner:after{
    content:"" !important;
}
.home-sec2-row1 {
    border-bottom: 0px solid #00000040; }
.about-sec3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.about-sec3 .image-marquee-wrapper {
    margin-top: 0px;
}
section.vc_section.about-sec4 {
    padding: 40px 20px !important;
    border: 1px solid #00000040;
    margin-bottom: 40px !important;
    margin-left: -5px;
    margin-right: -5px;
}
.animated-faqs span.vc_tta-title-text{
        font-size: 18px;
    }
section.vc_section.about-sec5 .wpb_single_image {
    MARGIN-TOP: 20PX;
}
section.vc_section.about-sec5 .big-white-text{
    PADDING: 20px !important;
    padding-top: 50px !important;
}
section.vc_section.about-sec5 {
    margin-bottom: 60px;
}
body .vc_custom_1768239756606 {
    padding-right: 15px !important;
}



.career-sec2 form#job-search-form input {
        width: 48% !important;
    }

.career-sec2 form#job-search-form select {
    width: 48% !important; }
.career-sec2 form#job-search-form button {
        width: 99% !important;
    }
.career-sec2 form#job-search-form {
    flex-wrap: wrap;
}
.career-sec2 .job-title {
    width: 100%;
}

.career-sec2 .job-apply {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}
.career-sec2 div#jobs-list h2.job-name {
    font-size: 24px; }

.career-sec2 .job-item {
    flex-wrap: wrap;
}
section.vc_section.job-main .vc_row {
    display:flex;
    flex-direction: column-reverse;
    gap: 40px;
}

section.home-sec6.job-inner .vc_row {
    padding:0px !important;
}

section.vc_section.home-sec6.job-inner .wpb_text_column.white-text.black-text {
    margin: 0px;
}

    section.vc_section.home-sec6.job-inner .vc_row .vc_col-sm-6:first-child {
        margin-bottom: 20px;
	}
    section.vc_section.home-sec6.job-inner .vc_row .vc_col-sm-6:last-child {
        padding-bottom: 40px;
    }
.vc_row.blue-back-row {
        display: flex;
        flex-wrap: wrap; }

    .vc_row.blue-back-row .vc_col-sm-1\/5 {
        width: 100%;
        padding-left:30px !important;
        padding-right:30px !important;
    }
section.vc_section.equipment-sec1 {
    margin-top: 30px;
    margin-bottom: 60px;
}
h2.equipment-heading {
    font-size: 24px; }
    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
.product-title h3, .product-title a {
    font-size: 19px;
    line-height: 25px; }
.product-title {
    height: 100px;
    padding: 20px; }
.single-product ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr); 
    margin-bottom:60px !important;
}
    .single-product section.related.products h2.woocommerce-loop-product__title {
        font-size: 18px !important;
    }
.single-product section.related.products h2.woocommerce-loop-product__title {
    height: 100px;
    padding: 20px !important;
}
.single-product section.related.products h2:before {
    font-size: 30px; }

.single-product section.related.products h2 {
    padding-top: 20px;
}
    .faqs-sec1 .vc_tta-panels a {
        font-size: 14px;
    }
.faqs-sec1 i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    padding: 12px; }
.faqs-sec1 .ult-sticky-section {
    background: #EDF5FF;
    padding: 20px;
    margin-left: 0px;
}
.faqs-sec1 .ult-sticky-section h2 {
    font-size: 20px; }
.faqs-sec1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.faqs-sec1 .vc_tta-panel-body{padding-right:0px !important;}
h1.top-main-inn-heading br{
    display:none
}
h1.top-main-inn-heading br{
    display:none
}

.map-wrapper .map-point:nth-child(3) {
    top: 30.8% !important;
    left: 68.4% !important;
}
.map-wrapper .map-point:nth-child(2) {
    top: 37%  !important;
    left: 29%  !important;
}
.map-wrapper .map-point:nth-child(4) {
    top: 50.8%;
    left: 46.4%;
}

.map-wrapper .map-point:nth-child(2) .map-tooltip {

    left: 400%  !important;
    z-index:99999;
}
.map-wrapper .map-point:nth-child(3) .map-tooltip {

    left: -350%  !important;
    z-index:99999;
}

section.privacy-sec1{
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.privacy-text h4 {
    font-size: 16px;}
section.privacy-sec1 .vc_col-sm-4 .wpb_text_column {
    padding: 30px 20px;
}
section.privacy-sec1 .vc_col-sm-4 h2 {
    font-size: 22px; }
.privacy-stop ul li {
    margin-bottom: 10px;
}
.privacy-stop ul li a {
    font-size: 16px; }



section.privacy-sec1 .vc_row{
    display: flex;
    flex-direction: column-reverse;
}
    h1.top-main-inn-heading {
        font-size: 24px;
        line-height: 38px;
    }
section.error-sec h2 {
    font-size: 24px !important;
    line-height: 30px; }
section.error-404.not-found:after {

    z-index: -1; }

.btn-bcktohome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}

section.error-sec p {
    margin-bottom: 30px;
}
section.error-sec {
    text-align: center;
    margin-top: 150px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.thank-you-row .wpb_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.contact-sec1 .blue-box {
    background-color: #EDF5FF;
    padding: 40px 20px;
    width: 100%;
}
.contact-sec1 .wpb_text_column.blue-text-contact {
    width: 100%;
}
section.vc_section.job-main .vc_col-sm-8 h2.vc_custom_heading {
    font-size: 24px; }
section.vc_section.job-main {
    margin-top: 0px;
    margin-bottom: 30px;
}
section.vc_section.job-main .vc_col-sm-8 {
    padding-right: 0px !important;
}
section.vc_section.job-main .key-li ul li {
    flex-wrap: wrap;
}
section.vc_section.job-main .vc_col-sm-8 .wpb_text_column {
    margin-bottom: 50px;
}

.how-it-sec2 .vc_row.how-it-ani-row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.how-it-sec2 .blue-text-sec {
	height: auto; }

.how-it-sec2 .blue-text-sec {
    margin-bottom: 50px !important;
}
.how-it-sec2 .blue-text-sec h4 {
	font-size: 18px; }
.home-sec2-row2 .categ-img {
        height: 240px;
    }

    .home-sec2 {
        padding-bottom: 0px !important;
    }
section.vc_section.privacy-sec1 .vc_col-sm-8 {
    margin-top:50px;
}

.privacy-text h3 {
    font-size: 18px;
}

section.vc_section.job-main .skil-li ul {
	grid-template-columns: repeat(1, 1fr); }
 
section.vc_section.job-main .key-li ul li strong:after {
    content: none !important; }

section.vc_section.job-main .key-li ul li strong{
    padding-right: 0px;
}

section.Top-inn-section .vc_row:before {
	background: linear-gradient(89.89deg, rgba(0, 0, 0, 0.75) 36.29%, rgb(0 0 0 / 51%) 100%) !important; }
    body.single-product a.add-request-quote-button.button {
        background-position-x: 78% !important;
    }
.woocommerce-ordering {
    width: 100% !important;
}

.product-filters select#ajax-orderby{
    width:100% !important;
}
.product-filters {
    flex-direction: column !important;
}
.map-tooltip{
    width: 300px;
    height: auto;
    }

.tooltip-info{
    flex-direction: column;
}

.tooltip-actions .btn{font-size: 16px;padding: 5px 30px;}
.map-tooltip{
    left: -60px; }

.tooltip-actions {
    flex-direction: column;
}


.home-contact input.wpcf7-form-control.btn-primary {
	background-position-x: 77% !important; }



}/*------------------------------- mobile Screens End-------------------------------------*/