/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Roboto Mono", monospace;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: bold;
	font-size: 98px;
	line-height: 84px;
	color: #585B5D;
}
h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 37px;
	color: #585B5D;
}
h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 43px;
	color: #585B5D;
}
h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #585B5D;
}
h5 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #585B5D;
}
h6 {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #585B5D;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn-secondary {
	font-family: 'Bebas Neue Pro bold';
	font-style: normal;
	font-weight: bold;
	background: transparent;
	min-width: 150px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 9px;
}
.btn-secondary:hover {
	background: #fff;
	color: #030F18;
}
.btn-primary {
	background: #446E87;
	border: none;
	min-width: 218px;
	min-height: 56px;
}
.btn-primary:hover{
	background: #304C5E;
	color: #fff;
}

/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 15px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.logo {
    width: 181px;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}
.nav-manu ul li {
	padding: 0 0;
	position: relative;
	margin-right: 38px;
	font-family: 'Bebas Neue Pro bold';
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.nav-manu ul li:last-child {
	margin-right: 0;
}
.nav-manu ul li a {
	position: relative;
	color: #FFFFFF;
}
.nav-manu ul li a sup {
    top: -.8em;
    font-size: 0.55em;
}
.nav-manu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 2px;
	bottom: -5px;
	background: #fff;
	transition: 0.7s;
}
.nav-manu ul li a:hover::after {
	width: 100%;
}
.nav-manu ul li.current-menu-item a::after {
	width: 100%;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 36px;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 208px;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 0;
	width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	background-color: #5f1111;
	border-bottom: none;
	position: relative;
	box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
	border-radius: 0;
	border-bottom: 1px solid #784848;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #fff;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #172135;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 55%;
	right: -12px;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000000;
	margin-top: 2px;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #f20;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.header.inner-header {
    background: #fff;
    position: unset;
}
.header .logo-color,
.header .btn-color-header {
    display: none;
}
.header.inner-header .logo-white {
    display: none;
}
.header.inner-header .logo-color {
    display: block;
}
.header.inner-header .btn-color-header {
    display: inline-flex;
}
.header.inner-header .btn-white-header {
    display: none;
}
.head-request-btn .btn-secondary {
	min-width: 150px;
	min-height: 48px;
}
.inner-header .menu-bar img.open-menu {
    filter: invert(1);
}
/** ================== // HEADER CSS END // ================== **/


/** ================== // BANNER CSS START // ================== **/
.home-banner-section {
    height: 90vh;
    min-height: 700px;
    position: relative;
}
.home-banner-section div {
	height: 100%;
}
.home-banner-bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home-banner-bg::after {
    content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #000000 98.54%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
}
.slider-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.slider-content-absolute .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.home-banner-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.banner-content {
    max-width: 1150px;
    margin: 0 auto;
    height: auto !important;
    position: relative;
    padding-right: 20px;
    padding-top: 183px;
    width: 100%;
}
.banner-content h1 {
	position: relative;
	font-family: 'Bebas Neue Pro Book';
	font-style: italic;
	font-weight: normal;
	font-size: 112px;
	line-height: 101px;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
    margin-bottom: 20px;
}
.banner-content h1 b {
	font-family: 'Bebas Neue Pro Book';
	font-style: italic;
	font-weight: normal;
	display: block;
}
.banner-content h1 strong {
    font-family: 'Bebas Neue Pro BoldItalic';
    font-weight: bold;
    font-size: 148px;
    line-height: 133px;
    text-transform: uppercase;
    color: #FFFFFF;
	display: block;
	text-align: right;
}
.banner-content p {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	color: #FAFBFC;
}
.start-project-btn {
    margin-top: 32px;
	text-align: center;
}
.banner-bottom-section {
    height: auto !important;
    margin-top: auto;
    width: 100%;
    padding-bottom: 70px;
	padding-top: 50px;
}
.banner-content div {
    height: auto !important;
}
.banner-bottom-section div {
    height: auto !important;
}
.videofullwidth {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.videofullwidth video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/** ================== // BANNER CSS END // ================== **/

/** ================== // COUNTER SECTION CSS START // ================== **/
.home-banner-section .counter-section, .home-banner-section .counter-section div {
	height: auto;
}
.counter-section {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.counter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 572px;
    margin: 0 auto;
}
.counter-info-card h3 {
    font-family: 'Bebas Neue Pro Middle';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.counter-info-card h3 em {
	font-style: normal;
	color: #446E87;
}
.counter-info-card p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #C0C0C0;
}

.scrolldown {
    width: 12px;
    height: auto !important;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.scrolldown .c-line {
    display: block;
    background-color: #9CA3AF;
    width: 2px;
    height: 75px !important;
    position: relative;
    margin: 0 auto;
}
.scrolldown .c-line::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    animation: progress 1.5s infinite linear;
    background-color: #446E87;
    content: '';
}
@keyframes progress{
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

/** ================== // COUNTER SECTION CSS END // ================== **/

/** ================== // COUNTER SECTION CSS END // ================== **/
.section {
	padding: 100px 0;
}
.heading {
	max-width: 942px;
	margin: 0 auto 50px;
}
.heading h2, .error-content-section .heading h1 {
    font-family: 'Bebas Neue Pro SemiExp';
    font-style: italic;
    font-weight: bold;
    font-size: 56px;
    line-height: 110%;
    text-transform: uppercase;
    color: #030F18;
    margin-bottom: 10px;
}
.heading h3 {
	font-family: 'Bebas Neue Pro Middle';
	font-weight: normal;
	font-size: 40px;
	line-height: 120%;
	color: #555555;
	margin: 0;
}
.heading.heading-white h2, .heading.heading-white h3, .heading.heading-white p, .error-content-section .heading.heading-white h1 {
	color: #fff;
}
.heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #555555;
    margin: 0;
}
/** ================== // COUNTER SECTION CSS END // ================== **/

/** ================== // CAPABLITIES SECTION CSS START // ================== **/
.precision-card-wrap {
    position: relative;
    width: 100%;
    display: flex;
    column-gap: 15px;
}
.precision-card-item {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: cover;
    background-position: top;
    height: 420px;
    width: 296px;
    overflow: hidden;
    border-radius: 4px;
	position: relative;
}
.precision-card-info-holder {
    position: relative;
    width: 100%;
    height: 100%;
}
.precision-img-card {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*filter: blur(8px);*/
}
.precision-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.precision-card-item.is-active .precision-img-card {
	filter: blur(0px);
}
.precision-card-item.is-active {
    width: 656px;
}
.precision-card-hover {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
}
.precision-card-toggle-heading {
	display: none;
}
.precision-card-heading h4 {
    margin: 0;
    background: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Bebas Neue Pro bold';
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #030F18;
    text-transform: uppercase;
    padding: 12px 12px;
}
.precision-card-heading p {
    font-size: 16px;
    line-height: 140%;
    color: #555555;
    margin-bottom: 15px;
}
.precision-card-heading {
    position: relative;
    top: 0;
    transition: transform 300ms;
    transform: translate3d(0, calc(100% - 3.5rem), 0);
}
.precision-card-expand-info-inner {
    opacity: 0;
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    max-height: 0;
	background: #fff;
	padding: 0px 12px 12px;
}
.is-active .precision-card-heading {
    background: #fff;
    transform: translate3d(0, 0, 0);
}
.precision-card-item.is-active .precision-card-expand-info-inner {
    opacity: 1;
    transform: translateY(0);
    max-height: max-content;
}
/** ================== // CAPABLITIES SECTION CSS END // ================== **/

/** ================== // TRUSTED INDUSTRIES SECTION CSS START // ================== **/
.trusted-industries-section {
    background: #030F18;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.trusted-industries-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.trusted-industries-left-col {
    width: 516px;
}
.trusted-industries-left-col .heading {
    margin: 0;
}
.trusted-industries-left-col .heading h2, .error-content-section .heading h1 {
    margin-bottom: 25px;
}
.trusted-industries-left-col .heading h3 {
    margin-bottom: 42px;
}
.trusted-industries-right-col {
    width: 627px;
}
.trusted-industries-right-info ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 39px;
}
.trusted-industries-right-info ul li {
    width: calc(50% - 33px);
}
.trusted-industries-right-info ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #030F18;
    position: relative;
    min-height: 113px;
    text-align: center;
    pointer-events: none;
    padding: 10px 5px;
	border-radius: 4px;
	overflow: hidden;
}
.trusted-industries-right-info ul li a::before {
    content: "";
    background: url("../images/industries-bg-shape.png");
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}
.trusted-industries-right-info ul li a span {
    position: relative;
    z-index: 1;
}
.industries-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.industries-logo-item img {
    max-width: 187px;
}
/** ================== // TRUSTED INDUSTRIES SECTION CSS END // ================== **/

/** ================== // OUR GALLERY SECTION CSS END // ================== **/
.our-gallery-section {
    overflow: hidden;
}
.our-gallery-section .heading {
    max-width: 1050px;
    margin-bottom: 20px;
}
.our-gallery-section .heading h2 {
    margin-bottom: 20px;
}
.our-gallery-section .heading .gallery-btn {
    margin-top: 35px;
}
.gallery-slider-img-holder {
    box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden;
}
.our-gallery-slider {
    margin: 0 -110px;
}
.our-gallery-section .slick-slide {
    margin: 0px 16px;
}
.our-gallery-section {
	min-height: 1146px;
}
/* .our-gallery-section .slick-slide.slick-active.slick-current {
    width: 566px;
} */
.gallery-slider-img-holder {
    transition: 0.7s;
}
.gallery-slider-item {
    padding-bottom: 28px;
}
.our-gallery-section .slick-slide.slick-active.slick-current .gallery-slider-img-holder {
    transform: translateY(28px);
}
.our-gallery-section .slick-track {
	transition: all 0.3s ease;
}
.our-gallery-section .slick-list.draggable {
	padding: 0px 0px !important;
}
.our-gallery-section .slick-slide {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding: 0px 0 60px;
    margin-top: 0;
}
.our-gallery-section .slick-slide.slick-active.slick-current {
    transform: scale(1.1);
    margin-top: 100px;
}
.gallery-slider-img-holder {
	transition: 0.7s;
	width: 100%;
	height: 100%;
}
.gallery-dots-box {
    margin-top: -30px;
}
.gallery-dots-box ul.slick-dots {
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    line-height: 1;
    column-gap: 8px;
    position: unset;
    margin-top: 32px;
    width: 100%;
}
.gallery-dots-box ul.slick-dots li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-dots-box ul.slick-dots li::before {
	display: none;
}
.gallery-dots-box ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 100%;
    transition: 0.7s;
    cursor: pointer;
    border: 0 !important;
}
.gallery-dots-box ul.slick-dots li.slick-active button, .gallery-dots-box ul.slick-dots li.slick-active button:hover {
    background: #446E87;
}
/** ================== // OUR GALLERY SECTION CSS END // ================== **/

/** ================== // OUR GALLERY SECTION CSS END // ================== **/
.marquee-section {
    background: #030F18;
    padding: 35px 0px;
}
#scroller {
    width: 10000%;
}
#scroller.ready > * {
    display: inline-block;
    float: left;
    overflow: hidden;

    webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 1s;
    animation-delay: 1s;

    -webkit-animation-duration: 60s;
    animation-duration: 60s;

    -webkit-animation-name: marginator;
    animation-name: marginator;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* #scroller:hover > * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
} */

@-webkit-keyframes marginator {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marginator {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
#scroller-wrapper {
    overflow: hidden;
}
.marquee-inner {
    display: flex !important;
    align-items: center;
}
.marquee-item {
    margin: 0 18px;
}
.marquee-item h3 {
    margin: 0;
    font-family: 'Bebas Neue Pro Book';
    font-weight: normal;
    font-size: 72px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 36px;
}
/** ================== // OUR GALLERY SECTION CSS END // ================== **/


/** ================== // AS9100-CERTIFIED QUALITY SECTION SATRT CSS START // ================== **/
.as9100-certified-section {
    margin: 244px 0 0;
    padding: 0;
    background: #EDF1F3;
}

.as9100-certified-section .container {
    max-width: 1440px;
}
.as9100-flx-warp {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.as9100-conright {
    width: 626px;
}
.as9100-conleft {
    width: calc(100% - 626px);
	padding: 20px 78px 20px 79px;
	position: relative;
	z-index: 1;
}

.airplne-logo {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
}
.as9100-content-info .heading {
    margin: 0 0 8px;
}
.as9100-content-info h6 {
    color: #555555;
    font-size: 40px;
    font-family: 'Bebas Neue Pro Book';
    font-weight: normal;
    margin: 0 0 25px;
}
.as9100-content-info p {
    color: #555555;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 34px;
}
.as9100-content-info ul{
	margin: 0 0 48px;
	padding: 0;
}
.as9100-content-info li {
    color: #555555;
    font-size: 18px;
    line-height: 140%;
    display: block;
    position: relative;
    padding-left: 15px;
}
.as9100-content-info li::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 10px;
}
.as9100-rlt-img {
    margin-top: -150px;
}
.as9100-certified-section .as9100d-logo img {
    max-width: 219px;
}
/** ================== // AS9100-CERTIFIED QUALITY SECTION SATRT CSS END // ================== **/

/** ================== // RESULTS THEMSELVES SECTION CSS START // ================== **/
.results-themselves-section .heading {
    margin-left: 240px;
}
.results-themselves-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.results-themselves-left {
    width: 19%;
}
.results-themselves-right {
    width: 81%;
}
.results-themselves-left-info {
    padding-right: 70px;
}
.capps-logo {
    width: 111px;
}
.capps-logo img{
    width: 100%;
}
.results-themselves-right-info p {
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #555555;
}
.results-themselves-right-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B1B;
    margin-top: 24px;
    display: block;
}
.themselves-slider-pagination {
    margin-top: 77px;
}
.themselves-slider-pagination-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-dots-box {
    width: 60%;
}
.slider-dots-box ul.slider-dots {
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    list-style-type: none;
    line-height: 1;
    column-gap: 12px;
}
.slider-dots-box ul.slider-dots li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-dots-box ul.slider-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9 !important;
    border-radius: 100%;
    transition: 0.7s;
    cursor: pointer;
    border: 0 !important;
    display: inline-block !important;
    padding: 0 !important;
}
.slider-dots-box ul.slider-dots li.slick-active button, .slider-dots-box ul.slider-dots li.slick-active button:hover {
    background: #446E87 !important;
}
.themselves-slider-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 112px;
}
.themselves-slider-btns .themselves-arrow {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(68, 110, 135, 0.3);
    border-radius: 4px;
    transition: 0.7s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.themselves-slider-btns .themselves-arrow:hover {
    background: #446E87;
}
.themselves-slider-btns .themselves-arrow:hover svg path{
	fill: #fff;
}
.themselves-slider-btns .themselves-arrow svg {
    width: 20px;
    height: 20px;
    transition: 0.7s;
}
.themselves-slider-btns .themselves-arrow svg path {
    transition: 0.7s;
}
/** ================== // RESULTS THEMSELVES SECTION CSS END // ================== **/


/** ================== // YOUR PARTNER SECTION CSS START // ================== **/
.your-partner-section {
    margin-bottom: 140px;
}
.your-partner-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
	padding-bottom: 80px;
}
.your-partner-left {
    width: 57%;
    background: #030F18;
    min-height: 600px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.your-partner-right {
    width: 48%;
    position: absolute;
    height: 578px;
    bottom: 0;
    right: 0px;
    z-index: -1;
}
.your-partner-left-info .heading h2 {
    color: #fff;
    margin-bottom: 16px;
}
.your-partner-left-info {
    padding: 0px 230px 0 0;
    max-width: 802px;
    margin-left: auto;
}
.your-partner-left-info .heading {
    margin-bottom: 0;
}
.your-partner-left-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding-right: 30px;
}
.world-class-machining-image {
    width: 100%;
    height: 100%;
}
.world-class-machining-image img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.your-partner-left-info .btn-primary {
	margin-top: 8px;
    min-width: 168px;
}
/** ================== // YOUR PARTNER SECTION CSS END // ================== **/


/** ================== // FOOTER CSS START // ================== **/

.footer {
    background: #EDF1F3;
    padding: 64px 0px 64px 0px;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
}
.footer-col:nth-child(1) {
    width: 289px;
    padding-right: 0;
    padding-top: 10px;
	margin-right: 143px;
}
.footer-col:nth-child(2){
	width: 78px;
	margin-right: 32px;
}
.footer-col:nth-child(3){
	width: 246px;
	margin-right: 49px;
}
.footer-col:nth-child(4){
	width: 168px;
	margin-right: 24px;
}
.footer-col:nth-child(5) {
    width: 195px;
}
.copyright {
    margin: 31px 0px 9px 0px;
}
.footer-logo {
    width: 289px;
}
.footer-logo img{
	width: 100%;
}
.copyright p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #030F18;
}
.footer-col-info ul {
    padding: 0px;
    list-style: none;
}
.footer-col-info ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #030F18;
	margin-bottom: 13px;
}
.footer-col-info ul li:last-child {
    margin-bottom: 0px;
}
.footer-col-info ul li strong{
	font-weight: 500;
}
.footer-col-info ul li a {
    color: #030F18;
}
.footer-col-info ul li a:hover {
    color: #446E87;
}
.footer-col-info ul li a sup {
    top: -.6em;
    font-size: 0.55em;
}
.footer-col-info h5 {
    font-family: 'Bebas Neue Pro SemiExp';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030F18;
    margin-bottom: 12px;
}
.footer-social-link ul li {
    font-size: 16px;
    line-height: 22px;
	margin-bottom: 11px;
}
.footer-timing-hours {

}
.footer-timing-hours ul li {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 21px;
}

.footer-contact-links ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-col-info ul li i {
    width: 27px;
    height: 20px;
    display: inline-flex;
    align-items: center;
}
.hide-desktop, .close-menu {
	display: none;
}
.mobile-menu .open-menu {
    display: none;
}
.mobile-menu .close-menu {
    display: block;
}
/** ================== // FOOTER CSS END // ================== **/

/** ================== // GALLERY PAGE CSS START // ================== **/
.home-banner-section.inner-banner-section {
    min-height: auto;
    height: 600px;
}
.inner-banner-section .home-banner-bg::after {
	display: none;
}
.inner-banner-section .home-banner-bg {
    background: #030F18;
}
.inner-banner-section .home-banner-slider-item img {
    opacity: 0.3;
}
.inner-banner-section .slider-content-absolute .container {
    justify-content: center;
}
.inner-banner-section .banner-content {
	max-width: 752px;
    padding-top: 0px;
	padding-right: 0px;
}
.inner-banner-section .btn-secondary {
    min-width: 236px;
	min-height: 56px;
}

.our-work-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 98px;
}
.our-work-heading-col-left {
    width: 59%;
    padding-right: 20px;
}
.our-work-heading-col-right {
    width: 41%;
}
.our-work-heading .heading {
    max-width: 100%;
	margin: 0px;
}
.our-work-wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
    margin: 0px -16px;
    row-gap: 56px;
}
.our-work-item {
    width: 33.33%;
    padding: 0px 16px;
}
.our-work-thumb {
    width: 100%;
	overflow: hidden;
}
.our-work-thumb img {
    width: 100%;
	transition: .5s all;
}
.our-work-item:hover .our-work-thumb img{
	transform: scale(1.1);
}
.our-work-info {
    padding-top: 16px;
}
.our-work-info p {
    color: #555555;
}
.testimonial-bg-gray {
	background: #EDF1F3;
}
.testimonial-bg-gray .themselves-slider-btns .themselves-arrow {
    background: transparent;
}
.testimonial-bg-gray .themselves-slider-btns .themselves-arrow:hover {
    background: #446E87;
}
.build-project-section {
    background: #030F18;
	position: relative;
}
.build-project-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.build-project-left {
    width: 40%;
}
.build-project-right {
    width: 60%;
	position: relative;
}
.build-project-right::after {
    content: '';
    background: linear-gradient(90deg, #030F18 15.9%, rgba(3, 15, 24, 0) 84.48%);
    width: 615px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 1;
}
.build-project-thumb img {
    width: 57vw;
    max-width: unset;
    height: 474px;
    object-fit: cover;
}
.build-project-left-info .heading {
    max-width: 100%;
    margin: 0px;
}
.build-project-left-info p {
    color: #CA5925;
	text-transform: uppercase;
}
.build-project-left-info .heading h2 {
    color: #EDF1F3;
	margin: 16px 0px 0px 0px;
}
.build-project-section .btn-primary {
    min-width: 169px;
	margin-top: 32px;
}
/** ================== // GALLERY PAGE CSS END // ================== **/

/** ================== // INDUSTRY PAGE CSS START // ================== **/
.inner-banner-section.industry-banner-section .banner-content {
    max-width: 840px;
}
.industries-service-section .our-work-heading-col-left {
    width: 42%;
}
.industries-service-section .our-work-heading-col-right {
    width: 58%;
}
.industries-service-item {
    padding: 50px 0px 0px 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.industries-service-item:last-child {
    margin-bottom: 0px;
}
.industries-service-item-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industries-service-left-col {
    width: 295px;
    padding-right: 20px;
}
.industries-service-right-col {
    width: calc(100% - 295px);
}
.industries-service-right-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industries-service-wrap .heading {
    max-width: 100%;
    margin: 0;
}
.industries-toggle-heading {
    width: 100%;
    display: flex;
}
.count-holder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #CA5925;
    margin-right: 17px;
    padding: 8px 0px 0px 0px;
}
.industries-service-left-info .heading h4 {
    font-family: 'Bebas Neue Pro Middle';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 53px;
    color: #030F18;
	margin: 0;
}
.industries-service-left-info .heading h4 sup {
    font-size: .35em;
    font-family: 'Bebas Neue Pro SemiExp';
    font-weight: bold;
    top: -1em;
}
.industries-service-col5 {
    width: 57.54%;
}
.industries-service-col5-info {
    padding: 0px 33px 0px 32px;
    border-left: 1px solid #CA5925;
}
.industries-service-right-info .heading h5 {
    font-family: 'Bebas Neue Pro Middle';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    color: #030F18;
	margin-bottom: 0;
}
.industries-service-col4 {
    width: 42%;
}
.industries-service-thumb img {
    width: 100%;
}
/** ================== // INDUSTRY PAGE CSS END // ================== **/

/** ================== // CAPABILITIES PAGE CSS START // ================== **/
.industries-service-section .critical-industries-heading .our-work-heading-col-right {
    width: 56%;
}
.capabilities-according .industries-service-left-col {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
}
.capabilities-according .industries-toggle-heading {
    width: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.capabilities-according .industries-service-left-info .heading h4 {
    padding-right: 20px;
}
.capabilities-according .industries-toggle-heading h4:before {
    content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	margin: auto;
    background: url("../images/open-faq.svg");
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 31px!important;
    width: 31px;
    height: 31px;
}
.capabilities-according .is-active .industries-toggle-heading h4:before {
    background: url("../images/close-faq.svg");
}
.capabilities-according .industries-service-right-info {
    margin-top: 50px;
}
.capabilities-according .industries-service-item {
    padding: 30px 0px;
    margin-bottom: 0;
}
.capabilities-according .industries-service-item:last-child {
    padding-bottom: 0;
}
.capabilities-according .industries-service-col5 {
    width: 50%;
}
.capabilities-according .industries-service-col4 {
    width: 46%;
}
.capabilities-according .industries-service-right-col {
    width: 100%;
    padding: 0px 100px 0px 55px;
	display: none;
}
.critical-product-info {
    margin-top: 40px;
    padding-left: 32px;
}
.critical-product-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.critical-product-info ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #555555;
    margin-bottom: 30px;
}
.critical-product-info ul li:last-child {
    margin-bottom: 0px;
}
/** ================== // CAPABILITIES PAGE CSS END // ================== **/

/** ================== // MICROLINE PAGE CSS END // ================== **/
.our-work-heading.mb0 {
	margin-bottom: 0 !important
}
.concept-critical-section {
    background: #EDF1F3;
}
.concept-critical-section .heading {
    max-width: 906px;
}
.concept-critical-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 30px;
}
.concept-critical-col3 {
    width: 263px;
}
.concept-critical-col5 {
    width: 549px;
}
.concept-critical-col4 {
    width: 293px;
    margin-top: auto;
}
.concept-critical-thumb img {
    width: 100%;
}
.concept-critical-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #CA5925;
    margin-bottom: 7px;
    display: block;
}
.concept-critical-info h4 {
    font-family: 'Bebas Neue Pro Middle';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 31px;
    color: #030F18;
    margin-bottom: 0px;
}
.built-stability-section .heading {
    max-width: 624px;
    margin: 0px auto 80px 0px;
}
.built-stability-section .heading h2 {
    margin-bottom: 25px;
}
.built-stability-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.built-stability-col {
    width: 25%;
    padding: 0px 32px 0px 16px;
    border-left: 1px solid #CA5925;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 178px;
}
.built-stability-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.built-stability-top .heading {
    width: calc(100% - 56px);
    max-width: 100%;
    margin: 0;
    padding-right: 15px;
}
.built-stability-icon {
    width: 56px;
    height: 56px;
}
.built-stability-icon img{
    width: 100%;
}
.built-stability-top .heading h3 {
    line-height: 44px;
    color: #030F18;
}
.built-stability-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #555555;
}
.precision-section {
    background: #030F18;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 476px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.precision-col-info {
    max-width: 842px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.precision-col-info .as9100d-logo {
    width: 290px;
    margin: auto;
}
.precision-col-info .as9100d-thumb img {
    width: 100%;
}
.precision-col-info .heading {
    max-width: 100%;
    margin: 30px 0px 0px 0px;
}
.precision-col-info .heading h4 {
    color: #fff;
    margin-bottom: 20px;
	font-family: 'Bebas Neue Pro Middle';
    font-weight: normal;
    font-size: 48px;
    line-height: 53px;
}
.precision-col-info .heading p {
    font-size: 16px;
    color: #fff;
}
.microline-testimonial-section .microline-testimonial-bg {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.microline-testimonial-section .microline-testimonial-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(90deg, rgba(3, 15, 24, 0.8) 0%, rgba(3, 15, 24, 0) 100%);
	pointer-events: none;
}
.microline-testimonial-section.results-themselves-section .heading {
    margin: 0px;
    max-width: 100%;
}
.microline-testimonial-section .heading h3 {
    font-family: 'Bebas Neue Pro bold';
    font-weight: 700;
    line-height: 48px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.microline-testimonial-section .results-themselves-right-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.microline-testimonial-section .results-themselves-wrap {
    padding: 80px 110px;
    min-height: 561px;
}
.microline-testimonial-section .results-themselves-right {
    width: 623px;
    position: relative;
    z-index: 1;
}
.microline-testimonial-section .results-themselves-right-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #CA5925;
}
.microline-testimonial-section .themselves-slider-pagination {
    padding: 0px 32px 32px;
    margin: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.microline-testimonial-mob-img {
	display: none;
}
.microline-testimonial-holder {
    position: relative;
}
.microline-testimonial-holder {
    margin: 0 -10px;
}
.microline-testimonial-slider .slick-slide {
    margin: 0px 10px;
}
/** ================== // MICROLINE PAGE CSS END // ================== **/

/** ================== // CONTACT PAGE CSS START // ================== **/

.contact-banner-section.home-banner-section {
    height: 432px;
    min-height: auto;
}
.home-banner-section.contact-banner-section .home-banner-slider-item img {
    object-position: center;
}
.home-banner-section.contact-banner-section .banner-content h1 {
    font-family: 'Bebas Neue Pro SemiExp';
    font-style: italic;
    font-weight: bold;
    font-size: 56px;
    line-height: 62px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.home-banner-section.contact-banner-section .banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: none;
    text-align: left;
}
.home-banner-section.contact-banner-section .banner-content {
    max-width: 515px;
    margin-left: 0;
    margin-right: auto;
}
.home-banner-section.contact-banner-section .banner-content ul {
    padding: 0px;
    list-style: none;
    margin-top: 24px;
}
.home-banner-section.contact-banner-section .banner-content ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.home-banner-section.contact-banner-section .banner-content ul li:last-child {
    margin-bottom: 0px;
}
.home-banner-section.contact-banner-section .banner-content ul li a {
    color: #fff;
}
.home-banner-section.contact-banner-section .banner-content ul li i {
    width: 27px;
    height: 20px;
    display: inline-flex;
    align-items: center;
}
.home-banner-section.contact-banner-section .banner-content ul li img {
    opacity: 1;
    width: auto;
    height: auto;
}
.contact-us-section {
    padding: 42px 0px 100px;
}
.contact-us-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -16px;
}
.contact-us-right {
    position: relative;
    z-index: 1;
    margin-top: -357px;
}
.contact-us-left, .contact-us-right {
    width: 50%;
    padding: 0px 16px;
}
.contact-us-left-info .heading {
    max-width: 100%;
    margin-bottom: 40px;
}
.contact-company-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -15px;
    row-gap: 32px;
}
.company-logo {
    width: 33.33%;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-logo img {
    width: 100%;
}
.contact-us-right-info {
    background: #FFFFFF;
    border: 1px solid rgba(29, 64, 82, 0.5);
    border-radius: 4px;
    padding: 32px 32px 40px;
}
.form-group {
    width: 100%;
    margin-top: 34px;
}
.form-group:first-child {
    margin-top: 0px;
}
.form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
    margin-bottom: 6px;
}
.medium {
    width: 100%;
    height: 56px;
    background: #EFEFEF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 13px 17px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
textarea.medium {
    height: 176px;
    resize: none;
    display: flex;
}
.medium::placeholder {
 color: rgba(0, 0, 0, 0.4);
}
.medium:focus{
    border-color:  rgba(0, 0, 0, 0.65);
}
.form-group.submit-group {
    margin-top: 28px;
    position: relative;
}
.form-group .wpcf7-spinner {
    position: absolute;
}
.submit-arrow.btn-secondary {
    position: relative;
    background-color: #446E87;
    width: 100%;
    overflow: hidden;
    padding: 0;
    transition: 0.7s;
}
.submit-arrow .submit-btn {
    font-family: 'Bebas Neue Pro SemiExp';
    border: none;
    min-width: 100%;
    min-height: 56px;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 0 30px 0 0px;
}
.submit-arrow.btn-secondary:hover {
    background-color: #304C5E;
    color: #fff;
}
.submit-arrow.btn-secondary .submit-btn:hover {
    background-color: transparent;
    color: #fff;
}
.submit-arrow.btn-secondary::after {
    content: '';
    position: absolute;
    background: url(../images/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    left: 0;
    z-index: 22;
    right: -60px;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
 input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.medium.wpcf7-not-valid {
    border-color: #dc3232;
}
.form-group .wpcf7-not-valid-tip {
    display: none;
}
.contact-us-right-info .wpcf7 form.invalid .wpcf7-response-output,
.contact-us-right-info .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-us-right-info .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
	color: #c70505;
    background: #ffe3e3;
}
.contact-us-right-info .wpcf7 form .wpcf7-response-output {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: -1px;
    text-align: center;
	padding: 15px;
    margin: 20px auto 0;
    border-width: 1px;
}
.contact-us-right-info .wpcf7 form.sent .wpcf7-response-output {
    color: #178121;
    background: #e4ffe6;
}
/** ================== // CONTACT PAGE CSS END // ================== **/

/** ================== // ABOUT PAGE CSS START // ================== **/
.about-miltech-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about-miltech-left {
    width: 50%;
}
.about-miltech-right {
    width: 50%;
}
.about-miltech-left-info {
    padding: 0px 141px 0px 24px;
    border-left: 1px solid #CA5925;
}
.about-miltech-left-info p {
    color: #555555;
}
.about-miltech-left-info p strong {
    color: #030F18;
    font-weight: bold;
}
.meet-same-video {
    width: 100%;
}
.video-part {
    position: relative;
    height: 399px;
}
.video-part iframe, .video-part video {
    width: 100%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 4px;
    opacity: 1;
}
.playicon {
    position: absolute;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.playicon a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.22);
}
.playicon a h2{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.playicon img {
    width: 58px !important;
    margin: 0px 22px;
}
.our-story-section {
    background: #030F18;
    margin: 100px 0px;
}
.our-story-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our-story-left, .our-story-right {
    width: 330px;
}
.our-story-middle {
    width: calc( 100% - 660px);
}
.our-story-middle-info {
    padding: 0px 107px 0px 102px;
}
.our-story-left {
    margin-top: -80px;
}
.our-story-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -80px;
}
.our-story-thumb {
    width: 100%;
}
.our-story-thumb img {
    width: 100%;
    box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.our-story-middle-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #CA5925;
    display: block;
    margin-bottom: 8px;
}
.our-story-middle-info .heading {
    color: #FFFFFF;
    max-width: 100%;
    margin: 0px 0px 32px 0px;
}
.our-story-middle-info .heading h2 {
    color: #FFFFFF;
    text-align: center;
}
.our-story-middle-info p {
    color: rgba(255, 255, 255, 0.9)
}
.apart-flx-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.apart-col-left {
    width: 50%;
}
.apart-col-right {
    width: 50%;
}
.apart-col-bottom {
    width: 100%;
    padding-top: 80px;
}
.apart-col-right-thumb img {
    width: 100%;
    border-radius: 4px;
}
.apart-col-left-info .heading {
    max-width: 100%;
}
.apart-col-left-info {
    padding-right: 30px;
}
.section.our-team-section {
    background: #EDF1F3;
}
.our-team-section .heading {
    max-width: 100%;
}
.our-team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -16px;
    row-gap: 20px;
}
.our-team-col3 {
    width: 16.667%;
    padding: 0px 16px;
}
.our-team-front {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
    cursor: pointer;
}
.our-team-member {
    width: 100%;
    overflow: hidden;
}
.our-team-member img {
    width: 100%;
    transition: .5s all;
}
.our-team-front:hover .our-team-member img {
    transform: scale(1.1);
}
.our-team-info h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #030F18;
    margin-bottom: 3px;
}
.our-team-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin: 0;
}
.abt-mob-img {
	display: none;
}
.team-popup {
	display: none;
	background: rgb(3 15 24 / 95%);
}
.team-popup::-webkit-scrollbar {
	width: 0px;
}
/* .modal-open {
overflow: hidden;
} */
.team-popup .modal-dialog {
	max-width: 842px;
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	margin-right: auto;
	margin-left: auto;
	pointer-events: auto;
}
.popup-box {
	background: #fff;
	position: relative;
}
.team-popup-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #EDF1F3;
	padding: 30px 30px;
}
.popup-left-card {
	width: 136px;
	height: 136px;
	border-radius: 100%;
	overflow: hidden;
}
.popup-left-card .our-team-member {
	height: 100%;
}
.popup-left-card .our-team-member img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-right-card {
	width: calc(100% - 136px);
	padding-left: 26px;
}
.popup-right-card .our-team-info h6 {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 5px;
}
.popup-right-card .our-team-info p {
	font-size: 18px;
	line-height: 140%;
	color: #555555;
	margin-bottom: 10px;
}
.team-popup-head-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.team-popup-head-social ul li {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 7px;
	color: #555555;
}
.team-popup-head-social ul li:last-child {
	margin-bottom: 0px;
}
.team-popup-head-social ul li a {
	color: #555555;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.team-popup-head-social ul li a i {
	font-size: 16px;
	margin-right: 10px;
}
.team-popup-body {
	padding: 50px 30px;
}
.team-popup-des {
	padding-left: 25px;
	border-left: 1px solid #CA5925;
}
.team-popup-des .team-popup-detail p strong {
	color: #030F18;
	font-weight: bold;
}
.team-popup-des .team-popup-detail p {
	color: #555555;
}
.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/** ================== // ABOUT PAGE CSS END // ================== **/

/** ================== // REQUEST QUOTE POPUP CSS START // ================== **/
.request-quote-modal {
    background: rgb(3 15 24 / 95%);
    padding: 0 !important;
    z-index: 99999;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-backdrop {
	background: transparent;
}
.btn-close-quote {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.request-quote-modal .modal-dialog {
    max-width: 625px;
}
.request-quote-modal .modal-content {
    background: transparent;
    border: 0;
    border-radius: 0;
}
.request-quote-modal .modal-body {
    padding: 0;
}
.request-quote-popup .contact-us-right-info {
    padding: 32px;
    position: relative;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 624px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
}
.request-quote-popup .contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -11px 0px;
}
.request-quote-popup .form-group {
    padding: 0px 11px;
    margin-top: 24px;
}
.request-quote-popup .form-group:first-child{
    margin-top: 0px;
}
.request-quote-popup .contact-us-right-info h2 {
    font-family: 'Bebas Neue Pro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    color: #030F18;
    margin-bottom: 8px;
}
.request-quote-popup .contact-us-right-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #555555;
}
.request-quote-popup .popup-close {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 16px;
}
.request-quote-popup .popup-close img {
    width: 18px;
    height: 18px;
}
.request-quote-popup .form-group label {
    color: #555555;
    margin-bottom: 4px;
}
.request-quote-popup textarea.medium {
    height: 112px;
}
.half-left {
    width: 50%;
}
.half-right {
    width: 50%;
}
.form-group.group-col9 {
    width: 80%;
}
.form-group.group-col3 {
    width: 20%;
}
/** ================== // REQUEST QUOTE POPUP CSS END // ================== **/

/** ================== // DEFAUL PAGE CSS START // ================== **/
.default-page .heading {
    max-width: 100%;
    margin: 0;
}
.default-page .heading h1, .default-page .heading h2, .default-page .heading h3, .default-page .heading h4, .default-page .heading h5, .default-page .heading h6 {
    font-family: 'Bebas Neue Pro SemiExp';
    font-style: italic;
    font-weight: bold;
    color: #030F18;
    margin-bottom: 15px;
}
.default-page .heading h1 {
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.default-page .heading h2 {
    font-size: 50px;
	text-transform: unset;
}
.default-page .heading h3 {
    font-size: 45px;
	text-transform: unset;
}
.default-page .heading h4 {
    font-size: 35px;
	text-transform: unset;
}
.default-page .heading h5 {
    font-size: 28px;
	text-transform: unset;
}
.default-page .heading h6 {
    font-size: 24px;
	text-transform: unset;
}
.default-page .heading p {
    margin-bottom: 20px;
}
.default-page .heading ol, .default-page .heading ul {
    padding-bottom: 0;
    margin-bottom: 20px !important;
}
.default-page .heading p, .default-page .heading ul li, .default-page .heading ol li {
    color: #555555;
    font-size: 17px;
    line-height: 28px;
}
.default-page .heading p a, .default-page .heading ul li a, .default-page .heading ol li a {
    color: #446E87;
}
.default-page .heading p a:hover, .default-page .heading ul li a:hover, .default-page .heading ol li a:hover {
    color: #030F18;
}
.default-page .heading ul li, .default-page .heading ol li {
    margin-bottom: 12px;
}
.default-page .heading ul li:last-child, .default-page .heading ol li:last-child {
    margin-bottom: 0px;
}
.default-page .heading ol {
    padding-left: 2rem;
}
.default-page .heading ol li {
	padding-left: 0;
}
.default-page .heading ol li ul {
    margin-top: 12px !important;
    list-style-type: lower-alpha;
    padding-left: 33px;
}
.default-page .heading ol li ul li {
    margin-bottom: 12px;
}
/** ================== // DEFAUL PAGE CSS END // ================== **/


.heading h3 sup {
    font-size: .35em;
    font-family: 'Bebas Neue Pro SemiExp';
    font-weight: bold;
    top: -1em;
}
.heading p sup {
    font-size: .55em;
    font-weight: normal;
    top: -0.6em;
}

article.counter-show * {
    color: #fff !important;
}

.error-content-section .trusted-industries-left-col {
    width: 100%;
    text-align: center;
}
.error-content-section .trusted-industries-left-col .heading {
    max-width: 60%;
    margin: 0 auto;
}
.error-content-section .trusted-industries-left-col .heading p {
    margin-bottom: 42px;
    font-size: 35px;
    line-height: 120%;
	font-family: 'Bebas Neue Pro Middle';
	font-weight: normal;
}

.concept-critical-section.concept-critical-section-v2 {
	background: #030F18;
}
.concept-critical-section-v2 .heading h2, .concept-critical-section-v2 .heading p {
	color: #fff;
}
.video-container {
	max-width: 1062px;
	height: 100vh !important;
	margin: auto auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container video {
	width: 100%;
	height: 90% !important;
	margin: auto !important;
}
.concept-critical-wrap-v2 {
	display: none;
}
.youtube-video-section .playicon {
    border-radius: 0.21vw;
    overflow: hidden;
}
.youtube-video-section .poster-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.youtube-video-section .poster-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
}
.youtube-video-section #play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.youtube-video-section #play img {
    opacity: 0;
    margin: 0;
}
.modal-open {
  overflow: hidden;
}
