html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #c36;
}
a:active,
a:hover {
  color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  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;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
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;
  resize: vertical;
}
[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;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

header .site_header_button {
  display: flex;
  align-items: center;
}

header .site_header_button a {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 7px;
  color: #fff;
  background: #669be4;
}

/* 30-12-2023 start*/
	.service_box:after {
		background: rgba(23, 21, 40, 0.8);
		height: 0px;
		width: calc(100% + 30px);
		left: -15px;
		bottom: 0px;
		content: "";
		transition: all 0.35s ease 0s;
		position: absolute;
	}
	.service_box {
		transition: all 0.35s ease 0s !important;
		overflow: hidden !important;
	}
	.service_box:hover:after {
		height: 100%;
		transition: all 0.35s ease 0s;
	}
	.service_box .elementor-button-link .elementor-button-text {
		flex-grow: initial !important;
	}
	.service_box .elementor-button-link .elementor-button-content-wrapper {
	    align-items: center;
	}
	.service_box > .elementor-element {
	    z-index: 999;
	}
	.hover_text {
		opacity: 0;
		visibility: hidden;
		height: 0px;
		transition: all 0.35s ease 0s;
	}
	.service_box:hover .hover_text {
		opacity: 1;
		visibility: visible;
		height: auto;
		transition: all 0.35s ease 0s;
	}
	.supply_box {
	   transition: ease 0.3s all;
	}
	.supply_box:hover .elementor-heading-title, .supply_box:hover .elementor-widget-text-editor{
	   color: white !important;
	}
	.supply_box:hover {
		background-color: #669be4 !important;
		transition: ease 0.3s all;
	}
	.supply_box:hover .default_image {
		display: none;
		transition: ease 0.3s all;
	}
	.hover_image {
	   display: none;
	}
	.supply_box:hover .hover_image {
		display: block;
		transition: ease 0.3s all;
	}
	
	.testimonial_slide .tss-wrapper .single-item-wrapper h3.author-name {
		text-align: left !important;
		color: #669be4;
		font-family: "IBM Plex Sans", Sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-top: 0px !important;
	}
	.testimonial_slide .tss-wrapper .single-item-wrapper h4.author-bio {
		color: #000;
		font-family: "Lexend", Sans-serif;
		font-size: 42px;
		font-style: normal;
		font-weight: 700;
		line-height: 55px;
		text-align: left !important;
	}
	.testimonial_slide .item-content-wrapper {
	   padding: 30px !important;
	   min-height:200px;
	}
	.testimonial_slide .item-content-wrapper .item-content{
		font-family: "IBM Plex Sans", Sans-serif !important;
		font-style: normal !important;
	}
	.testimonial_slide .item-content-wrapper:before {
		color: #669be41a !important;
		font-size: 160px !important;
		transform: rotate(179deg) !important;
		right: 30px !important;
		left: initial !important;
	}
	.service_box_main_div {
	    padding: 0px !important;
	}
	.service_box .elementor-element .elementor-widget-container p {
	    margin-bottom: 0px !important;
	}
	.innovative_section .innovative_left_section {
	    padding-left: 0px !important;
	}
	.contract_section{
		position: relative;
	}
	.contract_section:after {
		content: '';
		background-image: url(https://dev.onyx-fab.com/wp-content/uploads/2023/12/blog_background_image.png);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
	.custome_blog_slider .owl-dots .owl-dot span:focus-visible, .custome_blog_slider .owl-dots .owl-dot:focus-visible
	{
		outline: none;
	}
	.slider_main_item{
		position: absolute;
		left: 0px;
		right: 0px;
		width: fit-content;
		max-width: 1050px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		height: fit-content;
		text-align: center;
		z-index: 99;
		padding: 0px 15px;
	}
	.slider_sub_title{
		color: #FFF;
		text-align: center;
		font-family: "IBM Plex Sans", Sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.slider_main_title{
		color: #FFF;
		text-align: center;
		font-family: "Lexend", Sans-serif;
		font-size: 55px;
		font-style: normal;
		font-weight: 700;
		line-height: 75px;
		margin-bottom: 10px !important;
	}
	.slider_description{
		color: #EDEDED;
		text-align: center;
		font-family: "IBM Plex Sans", Sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		max-width: 900px;
		margin: 0px auto 20px;
	}
	.o-slider--item::after{
		content: "";
		z-index: -1;
		background-color: rgba(0, 0, 0, 0.50) !important;
	}
	.slider_button a{
		display: inline-flex;
		padding: 15px 30px;
		justify-content: center;
		align-items: center;
		gap: 7px;
		border-radius: 7px;
		color: #fff;
		background: #669be4;
	}
	.elementor-element-ae89082 {
		padding: 0px !important;
	}
	.post_Slider{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.o-slider--item{
		height: auto !important;
		padding: 50px 0px !important;
		min-height: calc(100vh - 150px) !important;
	}
	.o-sliderContainer{
		height: auto !important;
	}
	.blog_inner_div .description p{
		font-family: "IBM Plex Sans", Sans-serif;
	}
	.site-navigation ul.menu li a {
		color: #000 !important;
		font-family: "Lexend", Sans-serif !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 22px !important;
	}
	.site-header .header-inner{
		max-width: 1140px !important;
		padding: 0px 15px !important;
	}
	.site-navigation-toggle-holder{
		padding: 0px !important;
		flex-grow: inherit !important;
		margin-left: 20px;
	}
	header .site_header_button{
		flex: 1 0 auto;
        justify-content: end;
	}
	.site-navigation-dropdown ul.menu li a{
		padding: 10px 20px !important;
	}
	.site-navigation-dropdown{
		z-index: 999999999 !important;
	}
	.site-footer:not(.footer-stacked) .footer-inner .copyright{
		max-width: initial !important;
	}
	.site-footer:not(.footer-stacked) .footer-inner .copyright p{
		color: white !important;
	}
	#site-footer{
		background-color: black !important;
	}
	.elementor-element-2600c2a{
		padding: 0px !important;
	}
	.o-sliderContainer{
		margin-bottom: 0px !important;
	}
	.elementor-element-4c64c6a{
		padding: 0px !important;
	}
	.supply_box_section:before{
		background-size: cover;
	}
/* .site_header_button*/
	#site-header .site-navigation{
		display: none !important;
	}
.slider_button{
	display:none;
}
	#site-header{
		background-color: white !important;
		position: fixed;
		top: 0px;
		z-index: 99;
		width: 100%;
		z-index: 9999;
	}
	body{
		margin-top: 105px;
	}
	html{
		margin-top: 0px !important;
	}
	@media screen and (max-width: 767px) and (min-width: 500px) {
		.service_box {
			min-height: 450px !important;
			width: 50% !important;
			justify-content: center !important;
		}
	}
	@media screen and (max-width:992px) and (min-width:767px) {
		.slider_main_title {
			font-size: 45px;
			line-height: 55px;
		}
		.service_box {
			min-height: 600px !important;
		}
		
	}
	@media screen and (max-width:767px) and (min-width:576px) {
		.slider_main_title{
			font-size: 35px;
			line-height: 45px;
		}
	}
	@media screen and (max-width:1400px) {
		.innovative_left_section{
			padding-right: 10px !important;
		}
		.service_box > .elementor-element{
			padding-left: 10px !important;
		}
			.section_2_heading h2.elementor-heading-title{
			    font-size: 37px !important;
		}
		
	}
    @media screen and (max-width:1250px) {
		.service_box h2 {
			min-height: 50px !important;
		 }
	
	}
	@media screen and (max-width:1199px){
		.innovative_text_section{
			width: 50% !important;
		}
		.innovative_left_section{
			width: 50% !important;
		}
		.innovative_right_div{
			display: none !important;
		}
	}
	@media screen and (max-width:1024px) {
		.custome_blog_main_div{
			padding-top: 60px !important;
			padding-bottom: 60px !important;
		}
	}
	@media screen and (max-width: 767px) {
		.testimonial_slide .tss-wrapper .single-item-wrapper h4.author-bio {
			font-size: 25px;
			line-height: 32px;
			text-align: center !important;
		}
		.testimonial_slide .item-content-wrapper {
			padding: 20px !important;
			text-align: center;
		}
		.testimonial_slide .tss-wrapper .single-item-wrapper h3.author-name, .blog_inner_div {
			text-align: center !important;
		}
		.custome_blog_text_div .view_more_link a {
			justify-content: center;  
		}
		.hover_text {
			opacity: 1;
			visibility: visible;
			height: auto;
		}
		.service_box:after {
			height: 100%;
		}
		.innovative_text_section, .innovative_left_section {
			width: 100% !important;
		}
		.innovative_left_section, .control_image_div{
			max-width: 350px;
			margin: auto !important;
		}
		.review_slider_image_div{
			display: none !important;
		}
		.testimonial_slide .item-content-wrapper:before{
			font-size: 100px !important;
		}
		.o-slider--item{
			min-height: 500px !important;
		}
	}
	@media screen and (max-width:576px) {
		.slider_main_title{
			font-size: 25px;
            line-height: 31px;
		}
		.innovative_section .innovative_left_section{
			padding-left: 10px !important;
		}
	}
	@media screen and (max-width: 500px) {
		.supply_box {
			width: 100% !important;
		}
		.service_box {
			min-height: 300px !important;
			width: 100% !important;
			padding-top: 30px !important;
			padding-bottom: 30px !important;
		}
		.o-slider--item img{
			width: auto !important;
		}
		header .site_header_button a{
			padding: 8px 8px;
			column-gap: 4px;
		}
		.slider_button a {
			padding: 10px 20px
		}
		.service_box h2 {
			min-height: initial !important;
		}
	}
	@media screen and (max-width: 450px) {
		.site-header .header-inner:not(.header-stacked) .site-branding a img{
			max-width: 110px;
		}
		
		.site-navigation-toggle-holder{
			margin-left: 10px;
		}
		body{
			margin-top: 96px;
		}
	}
/* 30-12-2023 end */
