/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("../css/owl-carousel.css");
@import url("../css/glightbox.min.css");
/*@import url("../css/home-page.css");*/
@import url("../css/header.css");
@import url("../css/footer.css");
@import url("../css/animate.css");
@import url("../css/about.css");
@import url("../css/project.css");
@import url("../css/training.css");
@import url("../css/contact.css");
@import url("../css/update.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "Nexa-bold";
  src: url("../font/nex-bold/Nexa-Bold.ttf") format("ttf");
  src: url("../font/nex-bold/Nexa-Bold.otf") format("otf");
  src: url("../font/nex-bold/Nexa-Bold.svg") format("svg");
  src: url("../font/nex-bold/Nexa-Bold.eot") format("eot");
  src: url("../font/nex-bold/Nexa-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Nexa-light";
 src: url("../font/nexa-light/NexaLight.ttf") format("ttf");
  src: url("../font/nexa-light/Nexa-Light.otf") format("otf");
  src: url("../font/nexa-light/NexaLight.svg") format("svg");
  src: url("../font/nexa-light/NexaLight.eot") format("eot");
  src: url("../font/nexa-ligt/NexaLight.woff2") format("woff2");

}
/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
    color:#737373;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

a {
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  color: black;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
:root {
  --color-primary: #122a38;
  --color-secondary: #E9C023;
  --color-text: #122a38;
  --color-white: #ffffff;
  --color-border: #15608b;
}
a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--color-secondary);
}
input,
select,
button {
  font-family: "Outfit", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

p {
  position: relative;
  margin: 0px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.auto-container {
  position: static;
  max-width: 1430px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: visible;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Outfit", sans-serif;
  position: relative;
  background: none;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #16232c ;
}
.banner-contant h1{
    color:white !important;
}
h1 {
  /* 40px  */
  font-size: clamp(1.875rem, 1.6948rem + 0.9009vw, 2.5rem);
  font-weight: 700;
}

h2 {
  /* 40px  */
  font-size: clamp(1.875rem, 1.6948rem + 0.9009vw, 2.5rem);
}

h3 {
  /* 25px  */
  /*font-size: clamp(1.25rem, 1.1599rem + 0.4505vw, 1.5625rem);*/
  font-size:clamp(1.25rem, 1.1599rem + 0.4505vw, 1.3125rem);
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}
.site-btn a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-secondary);
  padding-inline: 15px;
  height: 34px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
}
.site-btn img {
  padding-left: 15px;
}
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-btn a:hover {
  background-color: #E9C023;
}
::selection {
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear-fix {
  clear: both;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 
 
====================================================================
flex-css
====================================================================
 
***/
.dy-flex {
  display: flex;
  flex-wrap: wrap;
}

/****** 
====================================================================
Wordpress Core 
====================================================================
******/

.alignnone {
  margin: 15px 20px 15px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 15px 20px 15px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 7px 7px 3px 7px;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption.alignnone {
  margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 10px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding: 6px 4px 4px 4px;
  text-align: center;
}

/* .sticky {
    position: relative;
} */

/* .sticky:before {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--color-secondary);
    font-size: 24px;
    top: 10px;
    font-weight: 900;
} */

.sticky .post-title {
  padding-left: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/****** Comments ******/

#respond ul {
  list-style-type: none;
}

#respond .logged-in {
  margin: 0 0 12px 0;
}

#commentform input[type="text"],
#commentform .input-comments {
  width: 198px;
  float: left;
  margin-right: 13px;
}

#commentform label {
  display: block;
}

#commentform .url-comments {
  margin-right: 0px !important;
}

#commentform li.middle {
  margin-right: 0px !important;
}

.comments-closed {
  margin: 40px 0 40px 0;
}

ol.commentlist {
  list-style: none;
}

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
  float: left;
  margin: 0 10px 0px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ol.commentlist li div.commentmetadata {
  padding: 8px 0 14px 0;
}

ol.commentlist li div.comment-meta {
  font-size: 14px;
  color: var(--color-text);
}

ol.commentlist li div.comment-meta a,
ol.commentlist li div.comment-meta a:visited {
  color: var(--color-text);
}

ol.commentlist li div.comment-meta a:hover {
  color: var(--color-secondary);
}

ol.commentlist li div.reply {
  font-size: 14px;
  padding: 0px 0 40px 0;
  font-weight: 700;
}

ol.commentlist li ul.children {
  list-style: none;
  margin: 10px 0 0;
}

ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-3 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-4 {
  margin: 0 0 0 35px;
}

ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 0 35px;
}

ol.commentlist li.pingback {
  margin: 0 0 40px 0;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

table td,
table th {
  border: 1px solid var(--color-primary);
  padding: 12px 20px;
}

table tr:hover {
  background-color: #E9C023;
}

table tr:hover td {
  color: var(--color-white);
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-secondary);
  color: var(--color-white);
}

ul {
  margin: 0px 0px 20px 30px;
}

ul li {
  list-style-type: disc;
}

ol {
  margin: 0px 0px 20px 30px;
}

ol li {
  list-style-type: decimal;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 30px;
}

form .form-group .field-label {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

::placeholder {
  color: var(--color-text);
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select {
  font-family: "Catamaran", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  color: var(--color-text);
  line-height: 22px;
  /* padding: 19px 14px; */
  font-size: 14px;
  font-weight: 300;
  /* margin: 15px 0px 0px; */
  border-radius: 0px;
  border-bottom: 1px solid var(--color-secondary);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: none;
}

form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("../images/icon-select.png") right center no-repeat;
  cursor: pointer;
}

form select option {
  padding-left: 10px;
  cursor: pointer;
}

form textarea {
  height: 108px;
  resize: none;
}

form button,
form input[type="submit"],
form .theme-btn {
  position: relative;
  display: inline-block;
  margin: 0;
}

form .radio-block {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

form .radio-block input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

form .radio-block label {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 30px;
  font-size: 18px;
  font-family: "HelveticaBold", sans-serif;
  text-transform: capitalize;
  cursor: pointer;
}

form .radio-block label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  border: 1px solid var(--color-border);
}

form .radio-block input:checked + label:before {
  content: "\f00c";
}

.ftr-col .footer-logo a {
    display: block;
}
.ftr-col .footer-logo img {
    max-width: 200px;
}



section.banner-sec.bg.inner-banner {
    /*height: calc(100vh - 139px) !important;*/
    padding: 260px 0px;
}
.inner-banner .banner-contant {
    padding: 0px !important;
    max-width: 0px !important;
    width: 0px !important;
    background: transparent;
    border: 0px;
    position: relative;
    z-index: 2;
}
.inner-banner .banner-contant::after {
    content: '';
    position: absolute;
    width: 102px;
    background: #E9C023 !important;
    height: 5px;
    bottom: -6px;
    z-index: 1;
}
.inner-banner{
    position: relative;
}
.inner-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #565353de;
    top: 0px;
    left: 0px;
    mix-blend-mode: multiply;
}


.about--industry-btm .industry-btm .left-col {
    width: 65%;
}
.about--industry-btm .industry-btm .right-col {
    width: 26%;
}
.about--industry-btm .right-col img {
    padding-bottom: 103px;
}
.about--industry-btm .industry-btm.dy-flex.pd-t-80 {
    padding-top: 0px;
    margin-top: -249px;
    z-index: 1;
    position: relative;
}
/*header.header .auto-container {*/
/*    max-width: 100%;*/
/*}*/
textarea{
    border-radius:32px !important;
}
input{
    border-radius:100px !important;
}
.contact-list.dds a:after{
    display:none;
}
.contact-list.dds a {
    display: flex;
    align-items: center;
    gap: 23px;
}
.contact-list.dds a i {
    border: 1px solid #E9C023;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    max-width: 100%;
    color: #E9C023;
    position: absolute;
    left: 0px;
}


/* 
=================================
===== CSS ADDED =================
=================================
*/

.row-banner-expertise.dy-flex {
  gap: 2%;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}

.col-expertise-title {
  width: 27%;
}

.col-content-expertise {
  width: 48%;
  color: #fff;
}

section.expertise-banner.bg {
  position: relative;
  padding: 250px 0px 260px;
}

section.expertise-banner.bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #565353de;
  top: 0px;
  left: 0px;
  mix-blend-mode: multiply;
}

.col-expertise-title h1 {
  position: relative;
  color: #fff;
}

.col-expertise-title h1::after {
  content: '';
  position: absolute;
  width: 102px;
  background: #E9C023;
  height: 5px;
  bottom: 0px;
  z-index: 1;
}

.col-expertise-title h1::after {
  content: '';
  position: absolute;
  width: 102px;
  background: #E9C023;
  height: 5px;
  bottom: -17px;
  z-index: 1;
  left: 0px;
}

.col-content-expertise h2 {
  padding-bottom: 20px;
  color: #fff;
}

.col-content-expertise p {
  color: #fff;
  padding-bottom: 18px;
}

.col-content-expertise ul {
  margin: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.col-content-expertise ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.expertise-bottom-banner .site-btn {
  display: flex;
  justify-content: center;
  padding-top: 38px;
}

.expertise-bottom-banner {
  padding-bottom: 144px;
  margin-top: -145px;
  position: relative;
  z-index: 2;
}

.site-btn a {
  border-radius: 100px;
}

.project-image a {
  border-radius: 17px;
}

.main--boxs .same--sec:nth-child(odd) {
  background-color: transparent !important;
}

.main--boxs .same--sec:nth-child(even) {
  position: relative;
  padding-top: 170px;
  background: #adadad;
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
}

.main--boxs .same--sec:nth-child(even) .row--same {
  position: relative;
  z-index: 2;
}

.main--boxs .same--sec:nth-child(even) h3,
.main--boxs .same--sec:nth-child(even) p,
.main--boxs .same--sec:nth-child(even) h2 {
  color: #fff !important;
}

.main--boxs .row--same {
  padding-bottom: 0px !important;
}

.same--sec {
  padding: 30px 0px 160px;
}

.same--sec .auto-container {
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

section.consultancys--sec {
  position: relative;
  padding-bottom: 60px;
  padding-top: 260px;
}
section.consultancys--sec img{
  padding-bottom: 20px;
}
section.consultancys--sec h3{
  color: #E9C023;
}
section.consultancys--sec::after {
    content: '';
    background-color: #122a38;
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    width: 100%;
    height: 73%;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: -1;
}

section.consultancys--sec h2,
section.consultancys--sec p {
  padding-bottom: 25px;
  color: #fff;
}

@media (max-width:991px) {
  .same--sec {
    padding: 50px 0px 50px;
  }

  .same--sec .auto-container {
    margin-top: 35px;
  }

  .col-expertise-title {
    width: 100%;
    padding-bottom: 22px;
  }

  .col-content-expertise {
    width: 100%;
  }

  section.expertise-banner.bg {
    padding: 70px 0px 200px;
  }

  .expertise-bottom-banner {
    padding-bottom: 0px;
  }

  .main--boxs .same--sec:nth-child(even) {
    padding-top: 96px !important;
    clip-path: polygon(0 4%, 100% 0, 100% 97%, 0% 100%);
  }
  section.consultancys--sec {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}
section.consultancys--sec::after{
  clip-path: polygon(0 4%, 100% 0, 100% 97%, 0% 100%);
  height: 89%;
}
}

.header .mobile-menu-trigger span:before,
.header .mobile-menu-trigger span:after,
.header .mobile-menu-trigger span {
background-color: #fff;
}
@media (max-width:767px) {
    .header .item-left {
    flex: 0 0 32% !important;
}
}
.col--content .inner P:nth-of-type(2) {
    margin-block: 10px;
}
.header .item-left {
    flex: 0 0 14%;
}
.header .item-center {
    flex: 0 0 86%;
}
.border-t {
    border-top: 1px solid black;
}

.main-footer {
    margin-top: 40px;
}
.wyt .auto-container {
    margin-top: 0 !important;
}

@font-face {
  font-family: "Nexa-light";
 src: url("../font/nexa-light/NexaLight.ttf") format("ttf");
  src: url("../font/nexa-light/Nexa-Light.otf") format("otf");
  src: url("../font/nexa-light/NexaLight.svg") format("svg");
  src: url("../font/nexa-light/NexaLight.eot") format("eot");
  src: url("../font/nexa-ligt/NexaLight.woff2") format("woff2");

}
.contact-list ul li a::after {
    background-image: url("https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/07/download.svg");
}

.contact-list ul li:nth-child(2) a::after {
    background-image: url('https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/07/Frame.svg');
}

.contact-list ul li:nth-child(3) a::after {
    background-image: url('https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/07/mail-s.svg');
}

.contact-list ul li:nth-child(4) a::after {
    background-image: url('https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/07/location-ss.svg');
}
.inner-ftr-sec .ftr-col:nth-child(5) ul li:nth-child(1) a::after {
  content: none;
}
.inner-ftr-sec .ftr-col:nth-child(5) ul li:nth-child(2) a::after {
    content: none;
}
.inner-ftr-sec .ftr-col:nth-child(5) ul li:nth-child(3) a::after {
 content: none;
}
.inner-ftr-sec .ftr-col:nth-child(5) ul li:nth-child(4) a::after {
  content: none;
}
.ftr-col ul li a img{
	width:25px;
	height:25px;
}
span.wpcf7-spinner {
    display: none;
}
@media (max-width: 1250px) {
 
  .header .menu {
    background-color: #09151ce3;
  }
}
.form-col label, .form-textarea label {
	margin-bottom: 0px;
}
section.training--section {
    padding-top: 60px;
}
section.training--section h1 {
    padding-bottom: 20px;
}
.career-form h2 {
	text-align: left;
}
.form-upload {
    margin-bottom: 40px;
}
.training--section .sector {
    margin-bottom: 40px;
}
.training--section .sector h2 {
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.training--section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.training--section th, .training--section td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}
.training--section ul {
    margin: 0;
    padding-left: 20px;
}
@media screen and (max-width: 992px) {

	.project-list ul li a {
    padding: 7px 22px !important;
}
	.project-list ul li a {
    font-size: 15px !important;
    
}
}
@media (max-width: 768px) {
    .training--section table {
      font-size: 10px;
			line-height: 14px;
    }
    .training--section th, .training--section td {
        padding: 8px;
    }
	.inner-ftr-sec.dy-flex .ftr-col:nth-child(2), .inner-ftr-sec.dy-flex .ftr-col:nth-child(3) {
    width: 50%;
}
}
.industry-web .iner-box {
    width: 32%;
    border: 1px solid #e5e5e5;
    transition: all .3s;
    transform: translateY(0);
}
.industry-web .iner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px #0000001a;
}
.iner-box:hover .iner-img-ss img {
  transform: scale(1) !important;
}



.banner-flex {
    position: relative;
    z-index: 99;
}
.item.banner-sec.bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #565353de;
    top: 0px;
    left: 0px;
    mix-blend-mode: multiply;
}
header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index:101;
}
.header .menu > ul > li > a{
	color:#ffffff;
}
.header .menu > ul > li > a:hover {
    color: #E9C023 !important;
}
.btn.expander i.icon.fa.fa-angle-down {
    color: #ffffff;
}
/*.banner-sec {*/
/*    height: calc(100vh - 0px) !important;*/
/*}*/
main.main--boxs .row--same {
	margin-bottom: 0px !important;
}
main.main--boxs .project-image a {
    background: white;
}
span.wpcf7-form-control-wrap input {
    margin-bottom: 23px;
}
select{
	border-radius:100px !important;
}
.project-image, .project-image a {
    border-radius: 15px;
}
.our-project-col{
	position:relative;
}
.our-produsts-sec .site-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.our-project-contant h3 {
    padding: 30px 0px 50px 0px !important;
}
.indutry-serve h3,.indutry-serve p{
	margin-bottom:10px;
}
.sector table ul li , .same--sec .inner ul li{
	position:relative;
}
section.indutry-serve ul  li{
	position:relative;
}

section.indutry-serve ol > li > ul li::marker{
	color:black !important;
}
section.indutry-serve ul > li::marker,
.sector table ul > li::marker,
.same--sec .inner ul > li::marker,.contact-list ul li::marker {
    color: transparent;
}

.sector table ul li::after{
	content: "";
    position: absolute;
    top: 4px;
    left: -22px;
    height: 16px;
    width: 16px;
    background: url("https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/08/svgviewer-png-output-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.indutry-serve ul  li::after ,.same--sec .inner ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -22px;
    height: 16px;
    width: 16px;
    background: url("https://red-pillow.com/wordpress/radxion/wp-content/uploads/2025/08/svgviewer-png-output.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.indutry-serve ol li::after
{
    content: none;
}


.contact-col-one {
    padding-top: 50px;
}
.project-col-one {
    position: sticky !important;
    top: 0;
    z-index: 999;
    height: 100%;
}
.iner-img-ss img {
    border-radius: 15px !important;
}
.project-list ul li.active a {
    background-color: #122a38 !important;
    color: white;
}
.main--box .same--sec:last-child .col--content .inner {
   
    margin-left: auto !important;
}
.row--same {
    margin-bottom: 30px !important;
}

.our-produsts-sec  .site-btn a {

  font-weight: 500;
  text-transform: uppercase;
	background-color:transparent;
  color: black;
  padding-inline: 15px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align:center !important;
  border: 1px solid #00000017;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 2px 0px;
}
.our-produsts-sec .site-btn img {
  padding-left: 15px;
  filter: brightness(0) saturate(100%);
}
.our-produsts-sec .industry-web .site-btn a {
  width: 100%;
  gap: 15px;
  justify-content: center;
}
.our-produsts-sec .industry-web .site-btn a img {
  padding-left: 0 !important;
}


.our-produsts-sec .site-btn a:hover {
  background-color: #E9C023;
  color: var(--color-white);
}
.our-produsts-sec .site-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7445%) hue-rotate(39deg) brightness(112%) contrast(92%);
}

.iner-img-ss-cntnt p ,.content-u p ,.col--con-v.same--w p, .col--content .inner P,.col--content-con p,.contact-list ul li a,form input[type="text"],form textarea,input::placeholder,textarea::placeholder{
    color: #737373 !important;
}
.contact-form label{
	color:#122a38 ;
}


/* Mega Menu CSS Start */

/* ===== Default Submenu ===== */
.header .list-item.text-center a img {
    width: 60%;
    height: 140px;
    object-fit: contain;
}

.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

/* ===== Desktop Styles ===== */
@media (min-width: 992px) {
  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    border-radius: 0px;
  }

  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }

  /* Mega Menu Position (desktop only) */
  .header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 58px 20px;
    border-radius: 10px;
    row-gap: 24px;
  }
.header .menu > ul > li .sub-menu.mega-menu .list-item:nth-child(4n) {
  border-right: none;
}

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 25%;
    padding: 0 15px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    text-align: center;
  }

  /* optional border columns */
  .header .menu > ul > li .sub-menu.mega-menu .list-item {
    border-right: 1px solid #E9C023;
  }

  .header .menu > ul > li .sub-menu.mega-menu .list-item:last-child {
    border-right: none;
  }
}

.list-item.text-center a {
  display: inline;
}

/* ===== Mobile Menu Styles ===== */
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.mobile-menu-head .logo-canva,
.mobile-menu-head .mobile-menu-close {
  display: block;
}

.mobile-menu-head.active .logo-canva,
.mobile-menu-head.active .mobile-menu-close {
  display: none;
}

.mobile-menu-head.active .go-back,
.mobile-menu-head.active .current-menu-title {
  display: block;
}

@media (max-width: 991px) {
  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    border-radius: 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu .list-item {
    border-right: none;
  }

  .list-item.text-center a {
    display: inline-block;
  }

  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    max-width: none;
    min-width: auto;
    border-radius: 0;
    transform: translateX(0%);
    overflow-y: auto;

    /* hidden state */
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .header .menu > ul > li .sub-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: slideLeft 0.3s forwards;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  /* Mega menu items stack full width */
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
    text-align: center;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
    width: 200px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
}

/* ================== Why Choose Section About Page ======================== */
section.choose-sec {
    position: relative;
    padding-bottom: 100px;
}
section.choose-sec .bg-logo {
    width: 30%;
    position: absolute;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}
section.choose-sec .about--title {
    padding-bottom: 50px;
}
section.choose-sec .about--title h3 {
    font-size: clamp(1.875rem, 1.6948rem + 0.9009vw, 2.5rem);
    padding-bottom: 15px;
}
section.choose-sec .about--us h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
section.choose-sec .boxes-valo {
    row-gap: 10px;
}
section.choose-sec .about--title p {
    font-size: 24px;
}
@media (max-width:991px) {
    section.choose-sec {
        padding-bottom: 60px;
    }
    section.choose-sec .bg-logo {
    width: 50%;
    }
}
@media (max-width:767px) {
    section.choose-sec {
        padding-bottom: 40px;
    }
    section.choose-sec .bg-logo {
        width: 80%;
    }
    section.choose-sec .bg-logo {
        left: -30%;
    }
}