@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

::-moz-selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Roboto", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:root {
  --primary-color: #b5e51d;
  --secondary-color: #211e4a;
  --global: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Roboto", sans-serif;
}

p,
p span {
  font-family: "Roboto", sans-serif;
}

img {
  border: 0px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: var(--secondary-color);
}

::-moz-placeholder {
  color: var(--secondary-color);
}

:-ms-input-placeholder {
  color: var(--secondary-color);
}

:-moz-placeholder {
  color: var(--secondary-color);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}



.error-page-section {
  background: var(--primary-color);
}

.error-page-row {
  max-width: 800px;
  margin: 50px auto;
}

.error-page-col1 h1 {
  font-size: 40px;
  color: #000;
}

.error-page-col1 h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}

.error-page-col1 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}

.search-form {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-form input {
  width: 197px;
  height: 45px;
  border: 1px solid #000;
  margin: 0 7px 0 0;
  padding: 0 10px;
  color: #000;
  outline: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 80px;
}

.search-form .search-submit {
  width: auto;
  height: 45px;
  display: inline-block;
  padding: 0 25px;
  color: #ffff;
  border: 1px solid #000;
  background: #000;
  transitio all 0.25s ease-in-out;
  border-radius: 80px;
}

.search-form .search-submit .screen-reader-text {
  position: relative !important;
  display: block;
  height: auto;
  width: auto;
  color: #ffff;
  clip-path: none;
  transition: all 0.25s ease-in-out;
}

.search-form .search-submit:hover {
  color: #000;
  background: none;
}

.search-form .search-submit:hover .screen-reader-text {
  color: #000;
}

.search-form input::placeholder {
  color: #000;
}

.search-page-section {
  padding: 80px 0px;
  background: #ffff;
}

.search-page-row {
  max-width: 1320px;
  margin: 0 auto;
}

.search-page-row .page-header .page-title {
  font-size: 40px;
  margin: 0 0 35px;
  display: flex;
  color: #000;
  font-weight: 500;
}

.search-page-card {
  margin: 0 0 50px;
}

.search-page-content {
  padding: 0;
  max-width: inherit;
  width: 100%;
  text-align: left;
  flex: 1 0 0;
}

.search-page-content h3 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}

.search-page-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}

.search-btn1 {
  padding: 12px 24px;
  background-color: #000;
  border-radius: 80px;
  color: #ffffff;
  border: 1px solid #000;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 10px auto 0;
}

.search-btn1:hover {
  background-color: #ffffff;
  color: #000;
}




.defualt-page-section {
  padding: 60px 0;
  background: #fff;
}

.content-wrapp h2 {
  font-size: 46px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0 0 20px;
}

.content-wrapp p {
  font-size: 16px;
  color: var(--secondary-color);
  line-height: 1.56;
  margin: 0 0 20px;
}

.content-wrapp ul {
  width: 100%;
  margin: 0 0 20px;
}

.content-wrapp ul li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 10px;
  position: relative;
}

.content-wrapp ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}

.content-wrapp ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 28px;
  position: relative;
}

.content-wrapp ol li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 20px;
  position: relative;
  counter-increment: step-counter;
}

.content-wrapp ol li:before {
  content: counter(step-counter) '.';
  margin-right: 0px;
  position: absolute;
  left: -4px;
  top: 0;
}

.content-wrapp p a,
.content-wrapp ul li a,
.content-wrapp ol li a {
  color: var(--primary-color);
}

.content-wrapp p a:hover,
.content-wrapp ul li a:hover,
.content-wrapp ol li a:hover {
  color: #000000;
}



.main-header.header-wrapp.sticky {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  background:var(--secondary-color);
  animation: .7s slide-down;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.top-header-sec.header-wrapp.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background:var(--secondary-color);
  animation: .7s slide-down;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.top-header-sec.header-wrapp.sticky .logo img{
  width: 60px;
}
.main-header.header-wrapp.sticky .logo img
.header-sec.header-wrapp.sticky .menu-list ul li a {
  color: var(--primary);
}


.overlay {
  display: none;
}

.burger-btn {
  display: none;
}



.top-header-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  position: relative;
  z-index: 55;
}

.top-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.contact-link-row {
  display: flex;
  align-items: flex-start;
}

.contact-icon img {
  width: 15px;
  height: 15px;
}

.contact-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-link {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.contact-icon-para {
  margin-left: 10px;
}

.contact-icon-para a {
  color: #fff;
  font-size: 14px;
}

.contact-icon-para a:hover {
  color: var(--primary-color);
}

.logo img {
  width: 80px;
}





.main-header-row {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 55;
}

.menu-links ul {
  display: flex;
  align-items: center;
}

.menu-links ul li {
  padding: 10px 30px;
}

.menu-links ul li a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
}

.menu-links ul li a:hover {
  color: #fff;
}

.contact-btn {
  padding: 20px 40px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.contact-btn a {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

.contact-btn:hover {
  background-color: #fff;
  border: 1px solid var(--secondary-color);
}

.contact-btn:hover a {
  color: var(--secondary-color);
}

.banner-sec {
  position: relative;
  margin-top: -170px;
}

.banner-slider {
  margin-bottom: 0 !important;
}

.banner-slide img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.banner-slide {
  position: relative;
}

.banner-slide::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006c;
  content: "";
}

.banner-btn {
  padding: 15px 30px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: inline-block;
  border-radius: 10px;
}

.banner-btn a {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

.banner-btn:hover {
  background-color: transparent;
}

.banner-btn:hover a {
  color: var(--primary-color);
}


.banner-slide-wrap {
  position: relative;
}

.banner-slider {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  font-weight: 600;
  transform: translate(-50%, -60%);
  z-index: 555;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.banner-content h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.banner-content p {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.social-media-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  border: 1px solid var(--primary-color);
  padding: 30px 10px;
  border-radius: 20px;
  top: 40%;
  left: 20px;
}

.social-col img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.social-col {
  margin-bottom: 30px;
}

.social-col:last-child {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 50px !important;
}


.about-us-section {
  padding: 20px 0px;
}

.about-us-row {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-col1 {
  width: 35%;
}

.about-image img {
  height: 600px;
  width: 100%;
  object-fit:cover;
  object-position:center center;
  border-radius: 10px;
}

.about-col2 {
  width: 60%;
  position: relative;
  z-index: 555;
}

.about-col2::after {
  position: absolute;
  top: 50%;
  left: 60%;
  content: "";
  background-image: url("../images/sniffer.png");
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  transform: translate(-60%, -40%);
  z-index: 5;
  opacity: 0.32;
}

.about-content h2 {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.about-content p {
  margin-bottom: 20px;
  line-height: 2;
  color: #fff;
}




.mission-sec {
  position: relative;
  padding: 50px 0px;
}

.mission-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.mission-col1 {
  width: 48%;
  border: 3px solid var(--primary-color);
  padding: 20px;
  border-radius: 10px;
}

.mission-col2 {
  width: 48%;
  border: 3px solid var(--primary-color);
  padding: 20px;
  border-radius: 10px;
}

.mission-content h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  border-bottom: 3px solid var(--secondary-color);
  max-width: fit-content;
  padding-bottom: 10px;
  color: var(--secondary-color);
  text-align: center;
  margin: 0 auto 20px;
}

.mission-content p {
  font-size: 18px;
  line-height: 2rem;
  color: var(--secondary-color);
}


.value-sec {
  margin: 20px 0px;
}

.value-wrap {
  background-color: var(--secondary-color);
  padding: 40px 40px 60px;
  border-radius: 20px;
}

.value-head {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.value-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.value-col1 {
  width: 24%;
  text-align: center;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  padding: 60px 10px 20px;
  position: relative;
}

.value-details h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.value-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.value-details p {
  font-size: 14px;
  line-height: 1.67;
  color: var(--secondary-color);
  margin-bottom: 0px;
}



.gallery-wrapp {
  padding: 50px 0;
  background-color: #ffffff;
}

.gallery-wrapp h2 {
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin: 0 0 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 10px;
  max-width: fit-content;
  margin: 10px auto 50px;
}
.gallery-slick .gallery-col1 {
  padding: 0 10px; /* Adjust 10px to your preferred gap */
}
.gallery-slick .slick-dots{
  bottom: -30px !important;
}
/* Optional: Remove extra space on the sides of the slider */
.gallery-slick {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-slick .slick-slide img{
  height: 300px;
  object-fit: cover;
  width:100%;
}
/* .gallery-wrapp .gallery-row {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 30% 15% 25%;
  gap: 15px;
  place-content: center;
  grid-template-rows: 50% 50%;
  min-height: 460px;
}

.gallery-wrapp .gallery-col1 {
  border-radius: 20px;
  box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
}

.gallery-wrapp .gallery-col1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.gallery-wrapp .gallery-col1:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: span 2;
}

.gallery-wrapp .gallery-col1:nth-child(3) {
  grid-column: span 2;
} */


/* .service-sec{background-color: var(--secondary-color);}
.service-des-row{display: flex;align-items: center;justify-content: space-between;}
.service-sec{padding: 50px 0px;}
.service-head h2{font-size: 3rem;font-weight: 600;color: var(--primary-color);}
.service-head{width: 40%;}
.service-para{width: 60%;}
.service-para p{font-size: 18px;line-height: 2rem;color: #fff;}
.service-slider{margin-top: 30px;padding: 30px 0px;}
.service-image img{height: 300px;width: 100%;object-fit: cover;border-radius: 20px;}
.service-image{margin-bottom: 30px;}
.service-slide{border: 3px solid var(--primary-color);border-radius: 20px;padding: 10px;}
.service-content h4{font-size: 1.3rem;font-weight: 500;color: var(--primary-color);margin-bottom: 20px;line-height: 1.6;}
.service-content p{font-size: 16px;line-height: 1.7;color:#fff;margin-bottom: 0px;}
.service-content{padding-bottom: 30px;}
.service-slider .slick-slide{ margin: 0 10px;}
.service-slider .slick-list{margin: 0 -10px;} */






.services-sec {
  padding: 80px 0px;
}

.service-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-section-contents {
  margin-bottom: 50px;
}

.service-section-contents:last-child {
  margin-bottom: 0;
}

.service-section-contents:nth-child(2n) .service-section-row {
  flex-direction: row-reverse;
}

.service-section-contents:nth-child(2n) .service-col1 {
  box-shadow: rgba(33, 30, 74, 0.8) 5px 5px, rgba(33, 30, 74, 0.5) 10px 10px, rgba(33, 30, 74, 0.3) 15px 15px, rgba(33, 30, 74, 0.2) 20px 20px, rgba(33, 30, 74, 0.1) 25px 25px, rgba(33, 30, 74, 0.1) 25px 25px, rgba(33, 30, 74, 0.1) 25px 25px;
}

.service-col1 {
  width: 35%;
  box-shadow: rgba(33, 30, 74, 0.8) -5px 5px, rgba(33, 30, 74, 0.5) -10px 10px, rgba(33, 30, 74, 0.3) -15px 15px, rgba(33, 30, 74, 0.2) -20px 20px, rgba(33, 30, 74, 0.1) -25px 25px, rgba(33, 30, 74, 0.1) -25px 25px, rgba(33, 30, 74, 0.1) -25px 25px;
  border-radius: 20px;
}

.service-col1 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  border: 10px solid var(--primary-color);
}

.service-col2 {
  width: 60%;
}

.service-content h4 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  line-height: 2rem;
  margin-bottom: 10px;
}

.service-content h2 {
  font-size: 25px;
  line-height: 1.8rem;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service-content h3 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-content ul li h3 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  max-width: fit-content;
}
.secondry-banner .banner-image img{
  height:auto;
  width: 100%;
  object-fit: cover;
}

.industries-sec {
  padding: 80px 0px 40px;
  background-color: var(--secondary-color);
  position: relative;
}

.industry-head {
  text-align: center;
}

.industry-head h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  font-weight: 600;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
}

.industry-head p {
  font-size: 1.5rem;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

.industry-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 20px 0px 20px;
  flex-wrap: wrap;
}

.industry-col {
  padding: 15px;
  border: 4px solid var(--primary-color);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  width: 22%;
  text-align: center;
  margin: 30px 20px;
}

.industry-col h3 {
  font-size: 20px;
  font-weight: 500;
}

.industry-col:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: #fff;
}


.help-sec {
  padding: 20px
}

.help-row {
  padding: 30px 20px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
}

.help-col h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.help-col {
  padding: 0px 20px;
  position: relative;
}

.help-col::after {
  position: absolute;
  top: 0;
  right: -40px;
  height: 30px;
  width: 2px;
  background-color: var(--primary-color);
  content: "";
}

.help-col:last-child::after {
  content: none;
}




.contact-sec {
  padding: 80px 0px;
}

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

.contact-col1 {
  width: 47%;
}

.contact-col2 {
  width: 47%;
}

.contact-details-col {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.contact-details-icon {
  margin-right: 20px;
}

.contact-details-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.contact-details-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-details-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.contact-details-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.67;
  color: #585858;
}

.contact-details-content a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.67;
  color: #585858;
}

.contact-details-content a:hover {
  color: var(--primary-color);
}

.contact-details-content p:hover {
  color: var(--primary-color);
}

.contact-head h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
  position: relative;
  padding-left: 30px;
}

.contact-head h4::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--primary-color);
  transition: width 0.3s;
  position: absolute;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-head h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}

.contact-wrapp .contact-form {
  width: 100%;
}

.contact-wrapp .contact-form .text-fields {
  width: 100%;
}

.contact-wrapp .contact-form .text-fields .text-field {
  width: 100%;
  margin: 0 0 20px;
}

.contact-wrapp .contact-form input {
  width: 100%;
  height: 62px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  color: #000;
}

.contact-wrapp .contact-form textarea {
  width: 100%;
  height: 130px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  padding: 19px 0 0;
  resize: none;
}

.contact-wrapp .contact-form .submit-btn {
  margin: 30px 0 0;
}

.contact-wrapp .submit-btn {
  margin-top: 50px;
}

.contact-wrapp .submit-btn a {
  padding: 20px 40px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 80px;
  display: inline-block;
  color: var(--secondary-color);
}

.contact-wrapp .submit-btn a:hover {
  background: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.contact-wrapp .submit-btn a {
  display: inline-block;
}

.contact-details-col:last-child {
  margin-bottom: 0px;
}

.conatct-map-sec iframe {
  width: 100%;
}

.everest-forms-submit-button.button.evf-submit {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  padding: 10px 30px !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 20px !important;
}

.everest-forms-submit-button.button.evf-submit:hover {
  background-color: #fff !important;
  color: var(--primary-color) !important;
}



.footer-wrapp {
  padding: 50px 0 30px;
  background-color: #000;
}

.footer-wrapp .footer-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-wrapp .footer-logo {
  width: 100px;
}

.footer-wrapp .footer-nav {
  width: auto;
}

.footer-wrapp .footer-nav ul {
  width: 100%;
}

.footer-wrapp .footer-nav ul li {
  display: inline-block;
}

.footer-wrapp .footer-nav ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.footer-wrapp .footer-nav ul li a:hover {
  color: var(--primary-color);
}

.footer-wrapp .footer-social {
  width: auto;
}

.footer-wrapp .footer-social a {
  display: inline-block;
  margin: 0 12px 0 0;
}

.footer-wrapp .footer-social a:last-child {
  margin-right: 0;
}

.footer-wrapp .footer-social .social-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}

.footer-wrapp .footer-social .social-icon img {
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.footer-wrapp .footer-social .social-icon .hover-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.footer-wrapp .footer-social a:hover .social-icon .hover-icon {
  opacity: 1;
}

.footer-wrapp .footer-social a:hover .social-icon>img {
  opacity: 0;
}

.footer-wrapp .footer-row1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--primary-color);
}

.footer-wrapp .footer-row1 p {
  font-size: 16px;
  color: #fff;
}

.footer-wrapp .footer-row1 p a {
  color: #fff;
  font-weight: 500;
}

.footer-wrapp .footer-row1 p a:hover {
  color: #fff;
}

.slick-arrow {
  display: none !important;
}

.hamburger {
  display: flex;
  width: 40px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  height: 30px;
  position: fixed;
  top: 25px;
  right: 20px;
}

.hamburger span {
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
  transition: 0.4s;
  position: relative;
  display: block;
}

.hamburger span:nth-child(1) {
  width: 100%;
}

.hamburger span:nth-child(2) {
  width: 80%;
}

.hamburger span:nth-child(3) {
  width: 60%;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(14px, -12px);
  width: 100%;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: var(--primary-color);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  padding: 2rem;
  z-index: 1000;
  padding-top: 80px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 30px;
}

.mobile-menu ul li a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.mobile-menu.active {
  right: 0;
}



@media(max-width:1400px) {
  .help-col {
    padding: 0px 10px;
  }

  .help-col::after {
    right: -40px;
  }

  .help-col h2 {
    font-size: 1.2rem;
  }

  .banner-content {
    max-width: 1000px;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  .industry-col h3 {
    font-size: 18px;
  }

  .contact-link {
    margin-left: 20px;
  }
}

@media(max-width:1200px) {
  .container {
    max-width: 95%;
  }

  .industry-col {
    margin: 20px;
  }

  .industry-col h3 {
    font-size: 15px;
  }

  .top-header-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo img {
    width: 80px;
    margin-bottom: 10px;
  }

  .banner-content p {
    margin-bottom: 20px;
  }

  .banner-sec {
    margin-top: -200px;
  }

  .menu-links ul li {
    padding: 10px 20px;
  }

  .contact-btn {
    padding: 10px 20px;
  }

  .top-header-sec {
    padding-bottom: 0;
  }

  .menu-links ul li a {
    font-size: 16px;
  }

  .social-media-row {
    top: 50%;
  }

  .banner-content {
    max-width: 900px;
  }

  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content {
    top: 60%;
    transform: translate(-50%, -65%);
  }

  .contact-icon-para a {
    font-size: 12px;
  }

  .main-header-row {
    margin: 10px 0px;
  }

  .help-col::after {
    right: -20px;
  }

  .value-details h3 {
    font-size: 1.5rem;
  }
}

@media(max-width:1024px) {
  .footer-wrapp .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-wrapp .footer-nav {
    width: 100%;
    text-align: center;
  }

  .footer-wrapp .footer-logo {
    margin-bottom: 20px;
  }

  .footer-nav {
    margin-bottom: 20px;
  }

  .help-col::after {
    content: none;
  }

  .industry-col {
    margin: 10px;
  }

  .mission-content p {
    font-size: 15px;
  }
}

@media(min-width:992px) {
  .hamburger {
    display: none;
  }
}

@media(max-width:992px) {
  .contact-link-row{
    display: none;
  }
  .banner-slide img{
    height: 600px;
  }
  .top-header-row{
    justify-content: space-between;
  }
  .overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: var(--primary-color);
    background-size: 300% 100%;
    z-index: 99;
    padding: 110px 5% 50px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .overlay.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .overlay ul {
    width: 100%;
  }

  .overlay ul {
    width: 100%;
  }

  .overlay ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
  }

  .overlay ul li {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
  }

  .overlay ul li a:hover {
    color: var(--primary-color) !important;
  }

  .burger-btn {
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    right: 5%;
    top: 40px;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
  }

  .burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    background-size: 300% 100%;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    position: relative;
  }

  .burger-btn:hover span {
    background-position: 50% 0;
  }

  .burger-btn .active span {
    background: #fff;
  }

  .burger-btn span:first-child {
    width: 70%;
  }

  .burger-btn span:nth-child(2n) {
    margin: 9px 0;
    transition: all 0.5s cubic-bezier(.22, .68, 0, 1.71);
  }

  .burger-btn .burger-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }

  .burger-btn span:last-child {
    width: 70%;
  }

  .burger-btn .active span:nth-child(2n) {
    transform: translateX(-100%);
  }

  .burger-btn .active span:first-child {
    transform: translateY(13px) rotate(-45deg);
  }

  .burger-btn .active span:last-child {
    transform: translateY(-11px) rotate(45deg);
  }

  body:after {
    content: "";
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    z-index: 9;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  body.menu-open:after {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  body.menu-open {
    overflow-y: hidden;
  }

  .overlay ul ul.sub-menu li {
    border: none;
    padding-left: 20px;
    position: relative;
    color: var(--primary-color);
  }

  .overlay ul ul.sub-menu li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .overlay ul li.has-sub>a {
    background: url(../images/chevron-down-white.svg) no-repeat center / 14px;
    background-position-x: 95%;
  }

  .global-btn.contact-btn {
    display: none;
  }

  .overlay ul li.has-sub>a:hover {
    background: url(../images/chevron-down-grey.svg) no-repeat center / 14px;
    background-position-x: 95%;
  }

  .main-header {
    display: none;
  }

  .contact-link-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-link {
    margin: 6px 12px;
  }

  .contact-icon-para a {
    font-size: 16px;
  }

  .hamburger.active span {
    background: var(--secondary-color);
  }

  .value-col1 {
    width: 48%;
    margin-bottom: 80px;
  }

  .value-row {
    flex-wrap: wrap;
  }

  /* .gallery-row {
    grid-template-columns: 50% 50% !important;
    grid-template-rows: 18.33% !important;
    min-height: 300px !important;
    height: 100% !important;
  }

  .gallery-wrapp .gallery-col1:nth-child(3) {
    grid-column: span 1;
  }

  .gallery-wrapp .gallery-col1:nth-child(2) {
    grid-column: span 1;
  } */

  .banner-sec {
    margin-top: -220px;
  }

  .banner-content {
    top: 65%;
    max-width: 600px;
  }

  .mobile-menu ul li {
    margin: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-color);
  }

  .mobile-menu ul li:last-child {
    border-bottom: none;
  }

  .social-media-row {
    top: 40%;
  }

  .contact-icon-para a {
    font-size: 14px;
  }

  .banner-content h1 {
    font-size: 25px;
  }

  .banner-content p {
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .top-header-row{
    justify-content: space-between;
  }
    .contact-link-row {
    display: none;
  }
  .about-us-row {
    flex-wrap: wrap;
  }

  .about-col1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-col2 {
    width: 100%;
  }

  .about-image img {
    height: 300px;
  }
.banner-slide img{
  min-height: 600px;
}
  .mission-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .mission-col1 {
    width: 100%;
  }

  .mission-col2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-section-row {
    flex-wrap: wrap;
  }

  .service-col1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .service-col1 img {
    height: 300px;
  }

  .services-sec {
    padding: 60px 0px;
  }

  .service-col2 {
    width: 100%;
  }

  .service-section-contents {
    margin-bottom: 80px;
  }

  .industry-head p {
    font-size: 18px;
  }

  .industry-col {
    width: 28%;
  }

  .contact-row {
    flex-wrap: wrap;
  }

  .contact-col1 {
    width: 100%;
  }

  .contact-col2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .contact-row {
    flex-direction: column-reverse;
  }

  .value-wrap {
    padding: 40px;
  }

  .conatct-map-sec iframe {
    height: 400px;
  }

  .help-row {
    flex-wrap: wrap;
  }

  .help-col {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .help-col:nth-child(3) {
    margin-bottom: 0;
  }

  .help-col:nth-child(4) {
    margin-bottom: 0;
  }

  .banner-sec {
    margin-top: -180px;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
  }

  .contact-icon img {
    width: 15px;
    height: 15px;
  }

  .banner-content {
    max-width: 500px;
  }
}

@media(max-width:600px) {


  .social-media-icons {
    display: none;
  }

  .banner-btn a {
    font-size: 16px;
  }

  .banner-btn {
    padding: 10px 20px;
  }

  .about-content h2 {
    font-size: 25px;
  }

  .about-content p {
    font-size: 14px;
  }

  .about-col2::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    opacity: 0.2;
  }

  .mission-content h3 {
    font-size: 25px;
  }

  .mission-content p {
    font-size: 14px;
  }

  .industries-sec {
    padding: 50px 0px;
  }

  .industry-col {
    width: 45%;
    padding: 10px;
  }

  .industry-head p {
    line-height: 2;
    font-size: 16px;
  }

  .gallery-wrapp h2 {
    margin-bottom: 25px;
  }

  .gallery-wrapp h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .value-wrap {
    padding: 20px;
  }

  .value-head h2 {
    font-size: 25px;
  }

  .value-col1 {
    margin-bottom: 60px;
    padding-top: 50px;
  }

  .contact-sec {
    padding: 50px 0px;
  }

  .contact-head h2 {
    font-size: 25px;
  }

  .help-col h2 {
    font-size: 1rem;
  }

  .footer-wrapp .footer-row1 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
  }

  .footer-col1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col2 {
    width: 100%;
  }

  .banner-content {
    max-width: 300px;
  }

  .banner-content h1 br {
    display: none;
  }

  .banner-content h1 {
    font-size: 20px;
  }

  .banner-content p {
    line-height: 1.5;
  }

  .about-col2::after {
    width: 300px;
    height: 300px;
  }
  .service-content h2{
    font-size: 20px;
  }
  .industry-head h2{
    font-size: 25px;
  }
  .industry-col{
    width: 100%;
  }
  .value-col1{
    width: 100%;
  }
  .help-col{
    width: 100%;
    margin-bottom: 20px;
  }
  .help-col:nth-child(3){
    margin-bottom: 20px;
  }
  .help-col:nth-child(4){
    margin-bottom: 20px;
  }
  .help-row{
    padding: 20px;
  }
  .footer-wrapp .footer-nav ul li a{
    font-size: 16px;
    padding: 10px;
  }
  .footer-wrapp .footer-row1 p{
    font-size: 14px;
  }
  .banner-content h1{
    margin-bottom: 40px;
  }
  .about-us-row{
    padding: 10px;
  }
  .mission-col2{
    padding: 10px;
  }
  .top-header-row{
    justify-content: flex-start;
  }
  .hamburger {
    top: 28px;
  }
}