/*!
Theme Name: Interclad
Theme URI: https://www.thedigitaldepartment.ie/
Author: The Digital Department
Author URI: https://www.thedigitaldepartment.ie/
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Outfit", serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

body {
  background: #fff;
  font-family: "Outfit", serif;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: 0;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

.main-navigation ul ul a {
  width: 200px;
  padding: 8px 15px;
  color: #ffffff !important;
  background: #004375;
}

.main-navigation ul ul a:hover {
  background: #000;
}

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

a,
textarea,
input,
button,
select {
  outline: none;
  transition: 0.5s;
  text-decoration: none;
}

p:empty {
  display: none;
}
p {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0%;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-navigation a {
  font-size: 16px;
  font-weight: 500;
  outline: none;
  color: #30373f;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #004375;
}
.main-navigation .current_page_item a {
  color: #004375;
}

.header_menu {
  width: 60%;
}

.site-branding {
  padding: 25px 0 25px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.footer_full_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.ricky_nem {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer_section {
  padding: 80px 0 80px;
  width: 100%;
  display: inline-block;
  background: #00182b;
}
.footer_section h4 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.footer_section h6 {
  color: #efca09;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.footer_section a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
  font-weight: 400;
}
.footer_section p {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
  font-weight: 400;
  margin: 0;
}
.footer_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_section ul li {
  margin: 0 0 15px;
}
.emal_footer strong {
  font-weight: 400;
  font-size: 20px;
  color: #efca09;
  margin-right: 8px;
}
.emal_footer p {
  margin-bottom: 5px;
}
.tow_section {
  padding-left: 120px;
}
.social_media_footer {
  margin-top: 15px;
}
.social_media_footer a {
  margin-right: 8px;
}
.footer_logo {
  margin-bottom: 25px;
}
.copy_right {
  background: #00182b;
  padding: 17px 0;
  border-top: 1px solid #555b77;
}
.copy_right p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: center;
}
.footer_section a:hover {
  color: #efca09;
}

.banner_row {
  display: flex;
}
.banner_col {
  width: 50%;
}
.banner_col img {
  width: 100%;
}
.banner_col {
  height: 100%;
  position: relative;
}

.banner_contant h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.banner_list ul {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
  position: relative;
}
.banner_list ul li {
  color: #fff;
  font-weight: 400;
  padding-left: 36px;
  margin-bottom: 15px;
  font-size: 20px;
}
.banner_list ul li:before {
  content: "";
  background: url(images/banner_arrow.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: 24px;
  margin-top: 3px;
}
a.request_btn {
  background: #efca09;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  padding: 12px 25px;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #efca09;
  margin-left: 0px;
}
.banner_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner_col_image {
  width: 50%;
}
.banner_image {
  height: 100%;
}
#home_bnnr_slider .owl-nav {
  display: none;
}
#home_bnnr_slider button.owl-prev span:after {
  background: url(images/left_arrow_home.svg);
  content: "";
  display: inline-block;
  width: 48px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
#home_bnnr_slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: 3%;
  outline: none;
}
#home_bnnr_slider span {
  font-size: 0;
}
#home_bnnr_slider button.owl-next {
  position: absolute;
  top: 50%;
  right: 3%;
  outline: none;
}
#home_bnnr_slider button.owl-next span:after {
  background: url(images/right_arrow_home.svg);
  content: "";
  display: inline-block;
  width: 48px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

/*.banner_col:after {
    content: "";
    background-image: url(images/Vectobanner.png);
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}*/

.trusted_section h1 {
  color: #004375;
  font-size: 28px;
  font-weight: 500;
  margin-top: 0;
}

.banner_col {
  width: 55%;
}

.banner_col_image {
  width: 55%;
  position: absolute;
  right: 0;
  z-index: -9;
  height: 100%;
}
.banner_contant {
  left: 16%;
  padding-right: 113px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.banner_col_image {
  width: 67%;
  position: relative;
  right: 0;
  z-index: -9;
  height: 100%;
  margin-left: -15%;
}
.banner_col {
  height: 100%;
  position: relative;
  z-index: 1;
}

.service_about .about_list {
  margin-bottom: 20px;
}
.about_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.about_list ul li:before {
  content: "";
  background: url(images/about_arrow.svg);
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin-top: 0;
  background-size: 25px;
}
.about_list ul li {
  color: #004375;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 8px;
  font-size: 18px;
}

.about_section a.request_btn {
  background: #004375;
  border: 1px solid #004375;
  color: #fff;
}
.heading_rpt h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 20px;
}
.heading_rpt h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 20px;
}
.hybrid-text-left h2 {
  color: #004375;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.about_logo {
  margin: 30px 0 25px;
  display: flex;
  gap: 15px;
}
#trusted_slider img {
  width: auto;
  margin: 0 auto;
}
div#trusted_slider {
  margin: 0 5%;
  margin: 0 auto;
  width: 95%;
}
#trusted_slider .owl-nav {
  display: block;
}
#trusted_slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  outline: none;
  transform: translate(0%, -50%);
}
#trusted_slider span {
  font-size: 43px;
  color: #b0b0b0;
}
/*#trusted_slider button.owl-prev span:after {
    
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
}*/
#trusted_slider button.owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  outline: none;
  transform: translate(0%, -50%);
}
/*#trusted_slider button.owl-next span:after {
    
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
}*/

.hybrid-img-right:after {
  content: "";
  display: block;
  background: #004375;
  width: 98%;
  height: 98%;
  position: absolute;
  bottom: -3px;
  border-radius: 20px;
  right: 0;
}
.hybrid-img-right img {
  position: relative;
  z-index: 9;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-radius: 35px;
}
.hybrid-img-right {
  position: relative;
}
.trusted_section {
  margin-bottom: 80px;
  margin-top: 80px;
}
.rpt_sector {
  width: calc(20% - 15px);
  position: relative;
}
.sectors_box {
  display: flex;
  justify-content: space-between;
}
.container_new {
  padding: 0 2%;
}
.content_over h5 {
  color: #fff;
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
}

.about_section {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
.sectors_section {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
.box_cont_serv h5 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 25px;
  color: #2f3551;
}

.services_box_inr {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-image-source: linear-gradient(180deg, #f5f5f5 0%, #e6e6e6 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 0 15px 25px;
  margin-bottom: 30px;
  margin-top: 159px;
}
.img_serv img {
  width: 100%;
  margin-top: -150px;
}

.box_cont_serv {
  padding-top: 15px;
}
.box_cont_serv a {
  background: #004375;
  border: 1px solid #004375;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 20px;
  display: inline-block;
  outline: none;
  border-radius: 30px;
  margin-left: 0;
}

img.quote-icon {
  width: auto !important;
}
.quote-circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-card {
  margin: 10px;
  border-bottom: 2px solid #004375;
  box-shadow: 0px 0px 10px #000d3a14;
  background: #fff;
  border-radius: 20px;
  padding: 29px 20px 24px;
  margin-top: 15px;
}
.title_name h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27.72px;
  letter-spacing: 0%;
  text-align: center;
  color: #004375;
}
.title_name strong {
  color: #333333;
  font-family: Outfit;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.64px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: block;
}
.testimonial-card p {
  margin: 15px 0 0px;
}
.our_range {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}
.testimonials {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
.home_contact {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}

.max_w {
  background: #004375;
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  padding: 55px 70px 30px;
  border-radius: 20px;
}
.wpcf7-spinner {
  position: absolute;
}
.max_w input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
  padding: 15px 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  padding-left: 40px;
  color: #909090;
  font-style: normal;
  padding-left: 45px;
  outline: none;
  background: #fff;
  font-family: "Outfit", serif;
}

.max_w textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
  padding: 20px 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  padding-left: 45px;
  height: 150px;
  outline: none;
  background: #fff;
  color: #000;
  padding-top: 15px;
  font-family: "Outfit", serif;
}
.max_w .wpcf7-submit {
  width: auto;
  padding: 10px 30px;
  background: #efca09;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  border: 0;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Outfit", serif;
}
.contact_form .heading_rpt h3 {
  color: #fff;
}
.icon_inr {
  position: relative;
}
.icon_inr img {
  position: absolute;
  left: 29px;
  top: 16px;
  z-index: 9;
}

#testimonials_slider .owl-nav {
  display: block;
}
#testimonials_slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: -4%;
  outline: none;
  transform: translate(0%, -50%);
}
#testimonials_slider span {
  font-size: 0;
}
#testimonials_slider button.owl-prev span:after {
  background: url(images/left_arrow_Testimonial.svg);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
#testimonials_slider button.owl-next {
  position: absolute;
  top: 50%;
  right: -4%;
  outline: none;
  transform: translate(0%, -50%);
}
#testimonials_slider button.owl-next span:after {
  background: url(images/right_arrow_Testimonial.svg);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  margin-top: 0;
}

.top_sectin_career p {
  padding: 0 11%;
}

.contact_form h5 {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}

.top_sectin_career {
  margin-bottom: 30px;
  margin-top: 80px;
}

.contact_left {
  border: 1px solid #004375;
  padding: 50px 25px 50px;
  height: 100%;
  border-radius: 20px;
}
.contact_left h4 {
  line-height: 1.2;
  color: #004375;
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 40px;
}
.contact_left ul {
  margin: 0;
  padding: 0;
}
.contact_left li {
  display: flex;
  gap: 15px;
  place-items: flex-start;
  border-bottom: 1px solid #d2d8e9;
  margin-bottom: 30px;
}
.contact_left img {
  max-width: 45px;
}
.contact_left strong {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.contact_left p {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}
.contact_left p a {
  color: #000;
  text-decoration: none;
}
.contact_page .max_w {
  width: 100%;
  padding: 60px 50px 25px;
}
.contact_left li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.commen_banner .banner_contant {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: auto;
  padding: 0;
}
.commen_banner .banner_contant h2 {
  text-transform: uppercase;
}
.commen_banner {
  position: relative;
}
.contact_page {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
.map_section {
  margin-bottom: 80px;
  width: 100%;
  display: inline-block;
}

.client_slider #trusted_slider img {
  width: auto;
  box-shadow: 0 0 5px #00000014;
  margin: 5px;
}

.client_slider #trusted_slider .owl-nav {
  display: block;
}
.client_slider #trusted_slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: -4%;
  outline: none;
  transform: translate(0%, -50%);
}
.client_slider #trusted_slider span {
  font-size: 0;
}
.client_slider #trusted_slider button.owl-prev span:after {
  background: url(images/left_arrow_Testimonial.svg);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.client_slider #trusted_slider button.owl-next {
  position: absolute;
  top: 50%;
  right: -4%;
  outline: none;
  transform: translate(0%, -50%);
}
.client_slider #trusted_slider button.owl-next span:after {
  background: url(images/right_arrow_Testimonial.svg);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.client_list_box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.client_list_rpt {
  padding: 40px 20px 0px;
  width: calc(25% - 15px);
  position: relative;
  padding-bottom: 40px;
  background: #004375;
  border-radius: 20px;
}
.client_list_rpt h4 {
  font-weight: 500;
  font-size: 25px;
  color: #efca09;
  margin: 0 0 20px;
}

.client_list_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.client_list_box li {
  color: #fff;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 18px;
  position: relative;
}
.client_list_box ul li:before {
  content: "";
  background: url(images/list_arrow.svg);
  width: 20px;
  height: 21px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin-top: 0;
  background-size: 20px;
  object-fit: contain;
  top: 2px;
}

.client_list_section {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}

.key_s_feature_cont ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

.key_s_feature_cont ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.key_s_feature_cont ul li {
  margin-bottom: 20px;
  padding: 20px 15px 20px 69px;
  border-right: 2px solid #004375;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 0px 10px #0000000f;
}
.key_s_feature_cont ul li:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(images/key_arrow.svg);
  position: absolute;
  left: 17px;
  top: 21px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.key_s_feature_cont ul li h5 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0%;
}
.key_s_feature_cont ul li b {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.key_service_features {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
th {
  border: 1px solid #fff;
  padding: 10px;
  text-align: left;
}
td {
  border: 1px solid #004375;
  padding: 13px;
  text-align: left;
  color: #000;
  font-size: 18px;
}
th {
  background: #003366;
  color: white;
}
th {
  color: #ffcc00;
  font-weight: bold;
  background: #004375;
  font-family: "Nunito Sans", serif;
}
tr:nth-child(odd) {
  background: #ecf3f9;
}
.caterclad_technical_specifications {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}

.caterclad_architectural td {
  width: 70%;
}
.caterclad_architectural {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}

.modal-dialog input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
  padding: 15px 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  padding-left: 40px;
  color: #909090;
  font-style: normal;
  padding-left: 45px;
  outline: none;
  background: #fff;
  font-family: "Outfit", serif;
}
.modal-dialog textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
  padding: 20px 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  padding-left: 45px;
  height: 150px;
  outline: none;
  background: #fff;
  color: #000;
  padding-top: 15px;
  font-family: "Outfit", serif;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}
.modal-content button {
  border: 2px solid #fff;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  opacity: 1;
  font-size: 10px;
  background: transparent;
  outline: none;
  font-family: "Nunito Sans", sans-serif;
}
.modal-header {
  padding: 0;
  border: 0;
  margin: 0;
}
.modal-content {
  position: relative;
  padding: 70px 95px 15px;
  border-radius: 10px;
  background: #004375;
}
.modal-dialog .modal-content button span {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  line-height: 29px;
}

.modal-title {
  color: #fff;
  margin: 0 0 15px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.modal-dialog {
  max-width: 1056px;
  width: 95%;
}

.modal-body .wpcf7-submit {
  width: auto;
  padding: 10px 30px;
  background: #efca09;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  border: 0;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Outfit", serif;
}

/* Center modal ONLY when it's open */
.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* Keep Bootstrap default when closed (so page stays clickable) */
.modal:not(.show) {
  display: none !important;
}

.modal.show .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 1056px;
}

/* 1) Keep modal centered (your modal is appearing near top) */
.modal.show .modal-dialog {
  margin: 1.75rem auto; /* bootstrap default spacing */
}

/* Optional: force vertical centering without changing markup much */
@media (min-width: 576px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem); /* 2 * 1.75rem */
  }
  .modal-dialog .modal-content {
    width: 100%;
  }
}

/* 2) Responsive adjustments (minimal design change) */
@media (max-width: 991px) {
  .modal-content {
    padding: 55px 55px 15px; /* reduce side padding */
  }
  .modal-title {
    font-size: 36px;
  }
  .modal-content button {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    width: calc(100% - 24px);
    max-width: 100%;
    margin: 12px auto;
  }
  .modal-content {
    padding: 50px 15px 10px; /* mobile padding */
    border-radius: 10px;
  }
  .modal-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .modal-content button {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
  }
  .modal-dialog .modal-content button span {
    font-size: 22px;
    line-height: 26px;
  }

  .modal-dialog input {
    padding: 12px 16px;
    padding-left: 45px;
    font-size: 15px;
  }
  .modal-dialog textarea {
    padding: 12px 16px;
    padding-left: 45px;
    font-size: 15px;
    height: 120px;
  }

  .modal-body .wpcf7-submit {
    width: 100%;
    padding: 12px 18px;
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .modal-title {
    font-size: 24px;
  }
}

.error_img {
  text-align: center;
  margin: 60px 0 60px;
}
.error_btn {
  display: block;
  margin-top: 25px;
}
.error_btn a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: ease0.7s;
  text-decoration: none;
  background-color: #000;
  padding: 8px 30px;
  transition: ease0.7s;
  border-radius: 5px;
  display: inline-block;
}
.error_img img {
  max-width: 715px;
  width: 100%;
}

.thank_page {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx_thank {
  background: #3a4f8e;
  text-align: center;
  max-width: 670px;
  width: 100%;
  padding: 30px 28px;
  border-radius: 20px;
  margin: 0 auto;
}
.thank_page h1 {
  font-size: 85px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  color: #fff;
}
.thank_page p {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.full_about_content {
  margin-top: 25px;
}

#home_bnnr_slider img.desktopp_view {
  display: block;
}
#home_bnnr_slider img.mobilee_view {
  display: none;
}

/**********************************************Responsive********************************************************************/

@media only screen and (max-width: 767px) {
  #home_bnnr_slider img.desktopp_view {
    display: none;
  }
  #home_bnnr_slider img.mobilee_view {
    display: block;
  }

  html {
    padding-top: 0px !important;
  }
  html body div#wprmenu_bar {
    top: 25px;
    position: absolute;
    height: 28px;
    background: transparent;
    z-index: 999;
    width: 31px;
    margin: 0;
    padding: 0;
    right: 7px;
    left: auto;
  }
  html.wprmenu-body-fixed body {
    position: inherit !important;
  }
  #mg-wprm-wrap.cbp-spmenu-left,
  #mg-wprm-wrap.cbp-spmenu-right,
  #mg-widgetmenu-wrap.cbp-spmenu-widget-left,
  #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 77px !important;
    width: 100%;
    max-width: 100%;
  }
  #mg-wprm-wrap li.menu-item a {
    padding: 15px 14px;
    border-bottom: 1px solid #fff;
  }
  #wprmenu_bar div.hamburger {
    margin-top: 0;
  }
  #mg-wprm-wrap li.menu-item a {
    padding: 16px 14px;
    border-bottom: 1px solid #918e8e;
    font-weight: 400;
    font-family: "Outfit", serif;
    font-size: 16px;
  }
  #mg-wprm-wrap.cbp-spmenu-left {
    height: inherit !important;
    max-width: 100%;
    width: 100%;
    position: absolute;
  }

  html.wprmenu-body-fixed:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  html.js {
    padding: 0 !important;
  }
  html.wprmenu-body-fixed body {
    left: 0 !important;
  }
  #wprmenu_bar div.hamburger {
    padding: 0 !important;
    margin-top: 0px !important;
    height: 100%;
  }
  .wprmenu_bar .hamburger-box {
    width: 22px;
  }
  .wprmenu_bar .hamburger-inner {
    width: 22px;
    top: 0px;
  }
  .hamburger--slider .hamburger-inner::before {
    width: 22px;
    top: 7px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    height: 2px;
  }
  .wprmenu_bar .hamburger-inner::after {
    width: 22px;
  }
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(-2px, 8px, 0px) rotate(45deg);
  }
  .hamburger--slider.is-active .hamburger-inner {
    width: 22px;
  }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
    width: 22px;
  }
  .hamburger--slider .hamburger-inner::after {
    top: 14px;
  }
  #wprmenu_bar .menu_title a {
    position: absolute;
    left: 0;
  }
  #wprmenu_bar .menu_title {
    font-size: 0;
  }

  html.wprmenu-body-fixed body {
    position: inherit !important;
  }
  html body div.wprm-overlay {
    background: rgb(0, 0, 0, 0.5);
  }
  html body .wprm-overlay.active {
    position: fixed;
  }
  #wprmenu_menu_ul {
    padding: 0px;
  }
  html.wprmenu-body-fixed {
    position: relative;
  }
  html.wprmenu-body-fixed:after {
    top: 4%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  /*html body div#wprmenu_bar.wprmenu_bar.active {top: 15px;right: 13%;background: #fff;z-index: 99999999999;}*/

  #mg-wprm-wrap.cbp-spmenu-right,
  #mg-wprm-wrap.cbp-spmenu-left,
  #mg-wprm-wrap.cbp-spmenu-right.custom,
  #mg-wprm-wrap.cbp-spmenu-left.custom,
  .cbp-spmenu-vertical {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0px;
  }

  html body div#wprmenu_bar.wprmenu_bar.normalslide.left.active {
    left: auto;
    right: 2%;
    top: 0;
    background: #114b81;
    z-index: 99999;
  }
  #wprmenu_bar div.hamburger {
    margin-top: 4px !important;
    margin-left: 6px;
  }

  .header_menu {
    display: none;
  }
  .logo_header img {
    max-width: 165px;
  }
  #trusted_slider button.owl-prev {
    left: 0;
  }
  #trusted_slider button.owl-next {
    right: 0;
  }

  .banner_row {
    flex-wrap: wrap;
  }
  .banner_col_image {
    width: 100%;
  }
  .banner_col {
    width: 100%;
  }

  .banner_contant h2 {
    font-size: 24px;
  }
  .banner_contant {
    left: 15px;
    padding-right: 20px;
  }
  .banner_list ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner_contant h2 br {
    display: none;
  }
  a.request_btn {
    font-size: 14px;
  }
  .trusted_section h1 {
    font-size: 22px;
  }
  .upr_mb {
    order: -1;
  }
  .trusted_section {
    margin-bottom: 35px;
    margin-top: 25px;
  }
  .hybrid-text-left h2 {
    font-size: 20px;
  }
  .heading_rpt h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .hybrid-text-left {
    margin-top: 25px;
  }
  .about_list ul li {
    font-size: 16px;
  }

  .about_logo {
    display: grid;
    grid-template-columns: auto auto;
  }
  .about_section,
  .sectors_section {
    margin-bottom: 40px;
  }
  .rpt_sector {
    width: 100%;
  }
  .sectors_box {
    flex-direction: column;
    gap: 25px;
  }
  .rpt_sector img {
    width: 100%;
  }
  .box_cont_serv h5 {
    font-size: 22px;
  }
  .max_w textarea {
    height: 100px;
  }
  #testimonials_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }
  #testimonials_slider .owl-nav {
    text-align: center;
  }
  #testimonials_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
    margin-top: 15px;
  }
  .testimonials {
    margin-bottom: 40px;
  }
  .max_w {
    width: 100%;
    padding: 30px 15px 30px;
  }
  .home_contact {
    margin-bottom: 40px;
  }
  .tow_section {
    padding-left: 15px;
  }
  .our_range {
    margin-bottom: 10px;
  }

  .footer_logo {
    max-width: 200px;
  }
  .footer_section p {
    font-size: 16px;
  }
  .footer_section h4 {
    font-size: 24px;
    margin-top: 30px;
  }
  .footer_section a {
    font-size: 16px;
  }
  .footer_section {
    padding: 40px 0 40px;
  }
  .copy_right p {
    font-size: 16px;
  }
  .footer_full_img {
    grid-template-columns: 1fr;
  }
  .max_w .wpcf7-submit {
    font-size: 18px;
  }
  .emal_footer strong {
    font-size: 18px;
  }

  #home_bnnr_slider button.owl-prev {
    position: inherit;
    top: inherit;
    margin-right: 25px;
  }
  #home_bnnr_slider .owl-nav {
    text-align: center;
    margin-top: -40px;
    z-index: 99999;
    position: relative;
    margin-bottom: 50px;
  }
  #home_bnnr_slider button.owl-next {
    position: inherit;
    top: inherit;
  }

  #home_bnnr_slider button.owl-prev span:after {
    height: 14px;
    background-size: 30px;
  }
  #home_bnnr_slider button.owl-next span:after {
    height: 14px;
    background-size: 30px;
  }
  .heading_rpt h1 {
    font-size: 30px;
  }

  .top_sectin_career {
    margin-top: 40px;
  }
  .top_sectin_career p {
    padding: 0;
  }
  .contact_form h5 {
    font-size: 16px;
  }

  .contact_left h4 {
    font-size: 30px;
  }
  .contact_left p {
    font-size: 15px;
  }
  .contact_left {
    padding: 30px 25px 30px;
  }
  .contact_page .max_w {
    margin-top: 15px;
  }
  .contact_page .max_w {
    padding: 35px 15px 25px;
  }
  .contact_page {
    margin-bottom: 40px;
  }
  .map_section {
    margin-bottom: 40px;
  }

  .client_list_rpt {
    width: 100%;
  }
  .client_slider #trusted_slider .owl-nav {
    text-align: center;
    margin-top: 15px;
  }
  .client_slider #trusted_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
  }
  .client_slider #trusted_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }

  .client_list_box li {
    font-size: 17px;
  }
  .client_list_section {
    margin-bottom: 40px;
  }

  .key_s_feature_cont ul {
    grid-template-columns: auto;
    gap: 15px;
  }
  .key_s_feature_cont ul li h5 {
    font-size: 15px;
  }
  .key_s_feature_cont ul li b {
    font-size: 16px;
  }
  .key_service_features {
    margin-bottom: 40px;
  }
  td {
    font-size: 15px;
  }
  .caterclad_technical_specifications {
    margin-bottom: 40px;
  }
  .caterclad_architectural {
    margin-bottom: 40px;
  }
  .full_about_content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .commen_banner img {
    height: 180px;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_list ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .banner_contant {
    padding-right: 73px;
    left: 15px;
  }
  .banner_contant h2 {
    font-size: 23px;
  }
  .banner_contant h2 br {
    display: none;
  }
  .banner_list ul {
    margin: 6px 0 15px;
  }
  a.request_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .logo_header img {
    max-width: 170px;
  }
  .main-navigation a {
    font-size: 14px;
  }
  .header_menu {
    width: 66%;
  }
  .trusted_section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .heading_rpt h3 {
    font-size: 32px;
  }
  .hybrid-text-left h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .about_list ul li {
    font-size: 16px;
  }
  .about_logo {
    display: grid;
    grid-template-columns: auto auto;
  }
  .about_section,
  .sectors_section {
    margin-bottom: 50px;
  }
  .our_range {
    margin-bottom: 40px;
  }
  .testimonials {
    margin-bottom: 50px;
  }

  .rpt_sector {
    width: calc(50% - 15px);
  }
  .sectors_box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .rpt_sector img {
    width: 100%;
  }
  .box_cont_serv h5 {
    font-size: 20px;
  }
  #testimonials_slider .owl-nav {
    text-align: center;
  }
  #testimonials_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
    margin-top: 15px;
  }
  #testimonials_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }
  .title_name h6 {
    font-size: 16px;
  }
  .title_name strong {
    font-size: 14px;
  }

  .max_w {
    width: 90%;
    padding: 40px 30px 20px;
  }
  .max_w .wpcf7-submit {
    font-size: 16px;
  }
  .home_contact {
    margin-bottom: 50px;
  }
  .tow_section {
    padding-left: 15px;
  }
  .footer_logo {
    max-width: 200px;
  }
  .one_section {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_section h4 {
    font-size: 24px;
  }
  .footer_section a,
  .footer_section p {
    font-size: 16px;
  }
  .footer_section {
    padding: 50px 0 50px;
  }
  .copy_right p {
    font-size: 16px;
  }
  .emal_footer strong {
    font-size: 18px;
  }

  #home_bnnr_slider .owl-nav {
    display: none;
  }

  .heading_rpt h1 {
    font-size: 30px;
  }

  .top_sectin_career {
    margin-top: 40px;
  }
  .top_sectin_career p {
    padding: 0;
  }
  .contact_form h5 {
    font-size: 16px;
  }

  .contact_left h4 {
    font-size: 30px;
  }
  .contact_left p {
    font-size: 15px;
  }
  .contact_left {
    padding: 30px 25px 30px;
  }
  .contact_page .max_w {
    margin-top: 15px;
  }
  .contact_page .max_w {
    padding: 40px 30px 20px;
  }
  .contact_page {
    margin-bottom: 40px;
  }
  .map_section {
    margin-bottom: 40px;
  }

  .client_list_rpt {
    width: 100%;
  }
  .client_slider #trusted_slider .owl-nav {
    text-align: center;
    margin-top: 15px;
  }
  .client_slider #trusted_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
  }
  .client_slider #trusted_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }

  .client_list_box li {
    font-size: 17px;
  }
  .client_list_section {
    margin-bottom: 40px;
  }
  .client_list_rpt {
    width: calc(33% - 15px);
  }
  .client_list_rpt h4 {
    font-size: 22px;
  }

  .key_s_feature_cont ul li h5 {
    font-size: 15px;
  }
  .key_s_feature_cont ul li b {
    font-size: 16px;
  }
  .key_service_features {
    margin-bottom: 40px;
  }
  td {
    font-size: 15px;
  }
  .caterclad_technical_specifications {
    margin-bottom: 40px;
  }
  .caterclad_architectural {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner_list ul li {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .banner_contant {
    padding-right: 73px;
    left: 25px;
  }
  .banner_contant h2 {
    font-size: 28px;
  }
  .banner_contant h2 br {
    display: none;
  }
  .banner_list ul {
    margin: 6px 0 15px;
  }
  a.request_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .logo_header img {
    max-width: 200px;
  }
  .main-navigation a {
    font-size: 14px;
  }
  .header_menu {
    width: 66%;
  }
  .trusted_section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .heading_rpt h3 {
    font-size: 32px;
  }
  .hybrid-text-left h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .about_list ul li {
    font-size: 16px;
  }
  .about_logo {
    display: grid;
    grid-template-columns: auto auto;
  }
  .about_section,
  .sectors_section {
    margin-bottom: 50px;
  }
  .our_range {
    margin-bottom: 40px;
  }
  .testimonials {
    margin-bottom: 50px;
  }

  .rpt_sector img {
    width: 100%;
  }
  .box_cont_serv h5 {
    font-size: 20px;
  }
  #testimonials_slider .owl-nav {
    text-align: center;
  }
  #testimonials_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
    margin-top: 15px;
  }
  #testimonials_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }
  .title_name h6 {
    font-size: 16px;
  }
  .title_name strong {
    font-size: 14px;
  }

  .max_w {
    width: 75%;
    padding: 40px 50px 20px;
  }
  .max_w .wpcf7-submit {
    font-size: 16px;
  }
  .home_contact {
    margin-bottom: 50px;
  }
  .tow_section {
    padding-left: 60px;
  }
  .footer_logo {
    max-width: 200px;
  }
  .footer_section h4 {
    font-size: 24px;
  }
  .footer_section a,
  .footer_section p {
    font-size: 16px;
  }
  .footer_section {
    padding: 50px 0 50px;
  }
  .copy_right p {
    font-size: 16px;
  }
  .emal_footer strong {
    font-size: 18px;
  }
  .content_over h5 {
    font-size: 16px;
  }
  #home_bnnr_slider .owl-nav {
    display: none;
  }

  .heading_rpt h1 {
    font-size: 32px;
  }
  .top_sectin_career {
    margin-top: 40px;
  }
  .top_sectin_career p {
    padding: 0;
  }
  .contact_form h5 {
    font-size: 16px;
  }

  .contact_left h4 {
    font-size: 30px;
  }
  .contact_left p {
    font-size: 15px;
  }
  .contact_left {
    padding: 30px 25px 30px;
  }
  .contact_page .max_w {
    padding: 40px 30px 20px;
  }
  .contact_page {
    margin-bottom: 50px;
  }
  .map_section {
    margin-bottom: 50px;
  }

  .client_slider #trusted_slider .owl-nav {
    text-align: center;
    margin-top: 15px;
  }
  .client_slider #trusted_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
  }
  .client_slider #trusted_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }
  .client_list_box li {
    font-size: 17px;
  }
  .client_list_section {
    margin-bottom: 50px;
  }
  .client_list_rpt {
    width: calc(33% - 15px);
  }
  .client_list_rpt h4 {
    font-size: 22px;
  }

  .key_s_feature_cont ul li h5 {
    font-size: 15px;
  }
  .key_s_feature_cont ul li b {
    font-size: 16px;
  }
  .key_service_features {
    margin-bottom: 50px;
  }
  td {
    font-size: 15px;
  }
  .caterclad_technical_specifications {
    margin-bottom: 50px;
  }
  .caterclad_architectural {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 88%;
  }
  .banner_list ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner_contant {
    padding-right: 73px;
    left: 12%;
  }
  .banner_contant h2 {
    font-size: 34px;
  }

  a.request_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .logo_header img {
    max-width: 200px;
  }
  .main-navigation a {
    font-size: 15px;
  }
  .header_menu {
    width: 66%;
  }
  .trusted_section {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .heading_rpt h3 {
    font-size: 34px;
  }
  .hybrid-text-left h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .about_list ul li {
    font-size: 16px;
  }
  .about_section,
  .sectors_section {
    margin-bottom: 60px;
  }
  .our_range {
    margin-bottom: 50px;
  }
  .testimonials {
    margin-bottom: 60px;
  }

  .rpt_sector img {
    width: 100%;
  }
  .box_cont_serv h5 {
    font-size: 20px;
  }
  .title_name h6 {
    font-size: 18px;
  }
  .title_name strong {
    font-size: 14px;
  }

  .max_w {
    width: 75%;
    padding: 40px 50px 20px;
  }
  .max_w .wpcf7-submit {
    font-size: 16px;
  }
  .home_contact {
    margin-bottom: 60px;
  }
  .tow_section {
    padding-left: 60px;
  }
  .footer_logo {
    max-width: 200px;
  }
  .footer_section h4 {
    font-size: 24px;
  }
  .footer_section a,
  .footer_section p {
    font-size: 16px;
  }
  .footer_section {
    padding: 60px 0 60px;
  }
  .copy_right p {
    font-size: 16px;
  }
  .emal_footer strong {
    font-size: 18px;
  }
  .content_over h5 {
    font-size: 18px;
  }
  .about_logo img {
    max-width: 115px;
  }

  #home_bnnr_slider button.owl-prev {
    left: 1%;
  }
  #home_bnnr_slider button.owl-next {
    right: 1%;
  }

  .heading_rpt h1 {
    font-size: 34px;
  }
  .top_sectin_career {
    margin-top: 50px;
  }
  .contact_form h5 {
    font-size: 16px;
  }

  .contact_left h4 {
    font-size: 34px;
  }
  .contact_left p {
    font-size: 15px;
  }
  .contact_left {
    padding: 30px 25px 30px;
  }
  .contact_page .max_w {
    padding: 40px 30px 20px;
  }
  .contact_page {
    margin-bottom: 60px;
  }
  .map_section {
    margin-bottom: 60px;
  }

  .client_list_box li {
    font-size: 15px;
  }
  .client_list_section {
    margin-bottom: 60px;
  }
  .client_list_rpt h4 {
    font-size: 22px;
  }

  .key_s_feature_cont ul li h5 {
    font-size: 16px;
  }
  .key_s_feature_cont ul li b {
    font-size: 16px;
  }
  .key_service_features {
    margin-bottom: 60px;
  }
  td {
    font-size: 15px;
  }
  .caterclad_technical_specifications {
    margin-bottom: 60px;
  }
  .caterclad_architectural {
    margin-bottom: 60px;
  }
}

@media (min-width: 1440px) and (max-width: 1800px) {
  .container {
    width: 88%;
  }
  .banner_list ul li {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .banner_contant {
    padding-right: 73px;
    left: 12%;
  }
  .banner_contant h2 {
    font-size: 38px;
  }

  a.request_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .logo_header img {
    max-width: 200px;
  }
  .main-navigation a {
    font-size: 14px;
  }
  .header_menu {
    width: 66%;
  }
  .trusted_section {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .heading_rpt h3 {
    font-size: 38px;
  }
  .hybrid-text-left h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .about_list ul li {
    font-size: 16px;
  }
  .about_section,
  .sectors_section {
    margin-bottom: 60px;
  }
  .our_range {
    margin-bottom: 60px;
  }
  .testimonials {
    margin-bottom: 70px;
  }

  .rpt_sector img {
    width: 100%;
  }
  .box_cont_serv h5 {
    font-size: 20px;
  }
  #testimonials_slider .owl-nav {
    text-align: center;
  }
  #testimonials_slider button.owl-prev {
    position: inherit;
    transform: inherit;
    margin-right: 15px;
    margin-top: 15px;
  }
  #testimonials_slider button.owl-next {
    position: inherit;
    transform: inherit;
  }
  .title_name h6 {
    font-size: 16px;
  }
  .title_name strong {
    font-size: 14px;
  }

  .max_w {
    width: 75%;
    padding: 40px 50px 20px;
  }
  .max_w .wpcf7-submit {
    font-size: 16px;
  }
  .home_contact {
    margin-bottom: 70px;
  }
  .tow_section {
    padding-left: 70px;
  }
  .footer_logo {
    max-width: 200px;
  }
  .footer_section h4 {
    font-size: 24px;
  }
  .footer_section a,
  .footer_section p {
    font-size: 16px;
  }
  .footer_section {
    padding: 50px 0 50px;
  }
  .copy_right p {
    font-size: 16px;
  }
  .emal_footer strong {
    font-size: 18px;
  }
  .content_over h5 {
    font-size: 19px;
  }
  .about_logo img {
    max-width: 135px;
  }

  .heading_rpt h1 {
    font-size: 38px;
  }
  .top_sectin_career {
    margin-top: 60px;
  }
  .contact_form h5 {
    font-size: 16px;
  }

  .contact_left h4 {
    font-size: 38px;
  }
  .contact_left p {
    font-size: 15px;
  }
  .contact_left {
    padding: 30px 25px 30px;
  }
  .contact_page .max_w {
    padding: 40px 30px 20px;
  }
  .contact_page {
    margin-bottom: 60px;
  }
  .map_section {
    margin-bottom: 60px;
  }

  .client_list_box li {
    font-size: 15px;
  }
  .client_list_section {
    margin-bottom: 60px;
  }
  .client_list_rpt h4 {
    font-size: 22px;
  }

  .key_s_feature_cont ul li h5 {
    font-size: 16px;
  }
  .key_s_feature_cont ul li b {
    font-size: 16px;
  }
  .key_service_features {
    margin-bottom: 60px;
  }
  td {
    font-size: 15px;
  }
  .caterclad_technical_specifications {
    margin-bottom: 60px;
  }
  .caterclad_architectural {
    margin-bottom: 60px;
  }
}

.servce-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1023px) {
  .servce-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .servce-image-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.servce-image-grid img {
  border: 1px dashed #000;
  border-radius: 5px;
}
