@charset "utf-8";

/******************************/

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NHaasGroteskDSPro-65Md';
    src: url('../fonts/NHaasGroteskDSPro-65Md.woff2') format('woff2'),
        url('../fonts/NHaasGroteskDSPro-65Md.woff') format('woff'),
        url('../fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyOra Display';
    src: url('../fonts/IvyOraDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/IvyOraDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*************** DEFAULT CSS ***************/
:root {
    --body-font: 'Neue Haas Grotesk Display Pro' ;
    --italic-font: 'IvyOra Display' ;
    --medium-font: 'NHaasGroteskDSPro-65Md';
    --body-font-Size: 16px;
    --body-color: #000000;
    --primary-color: #c8311a;
    --secondary-color: #000000;
    --light-primary: #f0f0f0;
    --dark-grey: #1b1918;
    --black: #000;
    --white: #fff;
    --grey: #636363;
    --medium: 500;
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
    letter-spacing: 0.4px;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height:28px; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
.heading {font-size: 54px;line-height: 62px;font-weight: var(--medium);}  
.heading span { font-family: var(--italic-font);font-size: 78px;line-height: 84px;}
.title-style {position: relative; font-size: 14px;line-height: 18px;color: var(--grey);;margin-bottom: 15px;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #0a0a0a; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/ci-logo.svg); background-position: center; background-repeat: no-repeat; background-size:300px; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.align-center{ align-items: center;}
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.pos-relative { position: relative;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.flex-gap {gap: 25px 3.8%;}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px !important;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-t-30{ margin-top: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-10{padding-right: 10px;}
.pl-50{padding-left: 50px;}
.bg-grey{background-color:#F4F4F4;}
.direction-column{flex-direction: column;}
.stickybar {position: sticky;top:100px;}
	
/*********************/	
.smd10{width:10%; }
.smd15{width:15%; }
.smd20{width:20%; }
.smd25{width:25%; }
.smd30{width:30%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd75{width:75%; }
.smd80{width:80%; }
.smd85{width:85%; }
.smd90{width:90%; }
.smd100{width:100%;}

/*************** ROUND TEXT ANIMATION ***************/

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
	
/*************** PAGE CSS ***************/
header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 20px;
    z-index: 5;
    transition: all 0.4s ease;
}
header.smaller {
    padding: 10px 20px;
    position: fixed;
    background-image: none;
    background-color: var(--secondary-color);
}

.header-wrap{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}
.logo  {
    position: relative;
    width: 350px;
}
.logo a {
    position: absolute;
    top: 3px;
    width: 100%;
}
.inner-header .logo a {
    position: relative;
    top: 0;
}
.logo img{
    width: 100%;
    display: block;
}
header.smaller .logo img {
    width: 230px;
}
header.smaller .logo a {
    position: relative;
    top: auto;
    width: 100%;
}
.header-right {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.header-right .button-style a {
    padding: 17px 53px 17px 26px;
    text-transform: uppercase;
    color: var(--black);
    background-color: var(--white);
    font-size: 12px;
    font-weight: var(--medium);
}
.header-right .button-style a:after {
    background-image: url(../images/icons/btn-arrow.png);
    top: 17px;
}
.header-right .button-style a:hover {
    background-color: var(--black);
}
.inner-header .header-right .button-style a:hover,
.smaller .header-right .button-style a:hover {
    background-color: var(--primary-color);
}
.header-right .button-style a:hover:after {
    background-image: url(../images/icons/btn-arrow-white.png);
}


.call, .mail {
    color: var(--white);
    font-size: 16px;
    font-weight: var(--font-medium);
    position: relative;
}
.call i, .mail i {
    display: none;
}
.call {
    padding-left: 15px;
    margin-left: 15px;
}
.call::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 2px;
    height: 15px;
    background-color: var(--white);
    left: 0;
}
.menu {
    padding-left: 30px;
}

.intro {
    padding: 110px 0 100px 0;
    background: url(../images/bg/intro-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
}
.heading-cap {
    font-size: 34px;
    line-height: 36px;
}

.intro-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.intro-left,
.intro-right {
    flex: 0 0 50%;
}
.intro-left-cap {
    padding: 12px 100px 0 165px;
}
.intro-left-cap p {
    font-size: 20px;
}
.intro-counter {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
.counter-container {
    flex: 0 0 33.333%;
}
.counter-wrapper,
.counter-wrapper span {
    font-size: 78px;
    line-height: 82px;
    font-family: var(--italic-font);
    color: var(--primary-color);
}
.counter-container h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--medium-font);
    font-weight: 500;
    letter-spacing: 1px;
}   
.img-style {
    padding-top: 100px;
    position: relative;
}
.img-style::after {
    position: absolute;
    content: '';
    width: 57px;
    height: 57px;
    background-color: var(--primary-color);
    display: block;
    top: 0;
    left: 43%;
    transform: translateX(-43%);
}
.industry {
    padding: 100px 0;
    color: var(--black);
    background: url(../images/bg/line-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.industry-top .heading span {
    color: var(--primary-color);
    line-height: 50px;
}
.industry-items-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.2%;
    align-items: flex-start;
    margin-bottom: 100px;
}
.industry-item {
    flex: 0 0 23.33%;
    background-color: var(--secondary-color);
    display: block;
    position: relative;
}
.industry-item2 {
    margin-top: 80px;
}
.industry-item3 {
    margin-top: 170px;
}
.industry-item4 {
    margin-top: 270px;
}
.industry-item .hover-effect img {
    display: block;
    width: 100%;
}
.industry-logo img {
    display: block;
    width: auto;
    max-width: 100%;
}
.industry-cap {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 40px 45px 50px 45px;
    z-index: 1;
}
.industry-item2 .industry-cap {
    padding-bottom: 75px;
}
.industry-item3 .industry-cap {
    padding-bottom: 65px;
}
.industry-item4 .industry-cap {
    padding-bottom: 45px;
}
.industry-cap p {
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 0;
}
.link-page {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    bottom: 10px;
    right: 18px;
    z-index: 3;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.industry-item4 .link-page,
.industry-item3 .link-page  {
    bottom: 15px;
    right: 15px;
}
.link-page:after {
    content: "";
    inset: 0;
    position: absolute;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-image: url(../images/icons/btn-arrow-white.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}
.industry-item:hover .industry-cap {
    outline: 1px solid rgba(250, 250, 250, .5);
    outline-offset: -10px;
    transition: outline-offset 0.3s ease-in-out;
}
.industry-item:hover .hover-effect:after, 
.industry-item:hover .hover-effect:before {
    opacity: 0;
    transform: none;
}
.industry-item:hover .link-page {
    background-color: var(--primary-color);
    right: 9px;
    bottom: 9px;
}
.industry-item:hover .link-page:after {
    transform: rotate(45deg);
}
.team-intro .heading span {
    color: var(--primary-color);
    line-height: 50px;
    padding-top: 15px;
    position: relative;
    top: 12px;
    padding-left: 10px;
}
.team-intro .heading {
    margin-bottom: 75px;
}
.team-box {
    background-color: var(--light-primary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.team-box::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 340px;
    display: block;
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: 0;
}
.team-img-right {
    padding: 140px 40px 180px 45px;
    flex: 0 0 40%;
}
.team-content {
    flex: 0 0 60%;
    padding-left: 140px;
}
.team-content p {
    font-size: 20px;
    padding-right: 160px;
}
.team-content .button-style a {
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 16px;
    padding: 14px 97px 14px 26px;
}
.team-content .button-style:hover a {
    border: 1px solid var(--primary-color);
}
.team-content .button-style a:after {
    filter: invert(1);
    top: 18px;
    right: 22px;
}
.team-content .button-style a:hover:after {
    filter: inherit;
}
.team-img-right .img-style {
    padding-top: 0;
}
.team-img-right .img-style::after {
    width: 60px;
    height: 57px;
    top: auto;
    left: -40px;
    bottom: -72px;
    transform: inherit;
}
.team-img-right .img-style img {
    display: block;
    max-width: 100%;
}
.team-img-right .img-style {
    z-index: 1;
}
.why-choose-us {
    padding:100px 0;
    color: var(--black);
    background: url(../images/bg/line-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-light-primary {
    background-color: var(--light-primary);
    padding: 80px 0 125px 0;
    position: relative;
}
.why-choose-content {
    width: 60%;
    margin-left: auto;
}
.why-choose-intro .heading span {
    color: var(--primary-color);
    line-height: 55px;
}
.why-choose-intro .heading {
    margin-bottom: 50px;
}
.icon-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 2%;
}
.icon-box {
    flex: 0 0 49%;
    padding: 5px 5px 5px 65px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.icon-box::after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: var(--black);
    content: '';
    z-index: 0;
    transition: all ease-in-out 500ms;
}
.icon-box:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.icon-box:hover .box-icn {
    transform: rotate(360deg);
}

.box-icn {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.icn img {
    display: block;
    max-width: 100%;
}
.icon-box h3 {
    font-size: 23px;
}
.icon-box p {
    font-size: 18px;
    line-height: 30px;
}
.why-choose-left-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 710px;
    /* background-color: var(--white); */
}
.why-choose-left-img img {
    max-width: 100%;
    display: block;
}
.why-choose-left-img .img-style {
    padding: 0;
    margin-top: -82px;
}
.why-choose-left-img .img-style::after {
    left: auto;
    top: auto;
    bottom: -28px;
    right: 80px;
}
.why-choose-left-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 105px;
    width: 100%;
    height: 100%;
    background-color: var(--white);
}
.mob-img {
    display: none;
}
.pad {
    padding: 100px 0;
}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.gallery-item {
    flex: 0 0 23%;
}
.gallery-item .hover-effect {
    border-radius: 15px;
}
.cap-title {
    position: relative;
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 18px;
    margin: 0 0 30px 0;
}
.cap-title::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    left: 0px;
    top: 5px;
}
.font-25 {
    font-size: 25px;
}
.text-primary {
    color: var(--primary-color);
}
.text-justify {
    text-align: justify;
}






/*************** FOOTER ***************/

.footer {
    padding: 100px 0 50px 0;
    background-color: var(--dark-grey);
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
}
.footer-logo {
    flex: 0 0 40%;
}
.footer-top-right {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
}
.loc-ftr {
    flex: 0 0 49%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.loc-ftr:last-child {
    flex: 0 0 51%;
}
.loc-ftr::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 2px;
    height: 117px;
    background-color: var(--primary-color);
}
.loc-ftr:last-child {
    border-right: 0;
    padding-left: 70px;
}
.loc-ftr:last-child::after {
    display: none;
}
.loc-ftr h4 {
    display: block;
    flex: 0 0 100%;
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.loc-ftr a {
    margin-right: 33px;
    color: var(--white);
    font-size: 20px;
    font-weight: var(--medium);
}
.loc-ftr a:hover {
    color: var(--primary-color);
}
.loc-ftr a:last-child {
    margin-right: 0;
}
.loc-ftr a span {
    display: block;
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
}
.footer-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
}
.ftr-mdle-left {
    flex: 0 0 48%;
}
.ftr-mdle-right {
    flex: 0 0 52%;
}
.ftr-mdle-left h2 {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--white);
}
.ftr-mdle-left h2 span {
    font-weight: var(--medium);
}
.footer-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}
.footer-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}
.form-group {
    flex: 0 0 48.5%;
}
.form-group input {
    width: 100%;
    display: block;
    max-width: 100%;
}
.footer-form .fieldset {
    border: 0;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
    background-color: transparent;
    background: transparent;
    border-radius: 0;
    height: 57px;
    padding-left: 0;
    margin-bottom: 0;
    color: var(--white);
}
.footer-form .form-group:nth-child(01) .fieldset,
.footer-form .form-group:nth-child(02) .fieldset {
    padding-bottom: 25px;
}
.footer-form .fieldset::placeholder {
    color: var(--white) !important;
}
.lets-talk-btn {
    position: relative;
}
.lets-talk-btn::after {
    content: "";
    top: 24px;
    right: 26px;
    position: absolute;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/btn-arrow-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-form .lets-talk-btn .fieldset {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    background: var(--primary-color);
    border-radius: 0;
    height: 57px;
    padding: 19px 24px 13px 24px;
    text-align: left;
    color: var(--white);
    font-weight: var(--medium);
    font-size: 22px;
}
.lets-talk-btn:hover::after {
    transform: rotate(45deg);
}
.lets-talk-btn:hover .fieldset {
    border: 0;
    border-bottom: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    background: var(--secondary-color);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.ftr-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.ftr-menu ul li a {
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--white);
}
.ftr-menu ul li a:hover {
    color: var(--primary-color);
}
.ftr-menu ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.copyrights {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--white);
}
.copyrights a {
    color: var(--white);
}
.social-links ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.social-links ul li a {
    font-size: 23px;
    color: rgba(250, 250, 250, .2);
}
.social-links ul li:last-child a {
    font-size: 18px;
}
.copyrights a:hover,
.social-links ul li a:hover {
    color: var(--primary-color);
}



/*************** BUTTON STYLE ***************/
.button-style a, .button-style-span {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    font-family: var(--medium-font);
    font-size: 16px;
    padding: 17px 53px 17px 26px;
    border-radius: 30px;
    display: inline-block;
    opacity: 1;
}
.button-style-fill a{
    background-color: var(--white);
    color: var(--black);
}
.button-style-fill a::after {
  filter: invert(1);
}
.button-style a:after, .button-style-span:after {
    content: "";
    top: 20px;
    right: 20px;
    position: absolute;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/btn-arrow-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.button-style a:hover, .button-style-span:hover{background-color: var(--primary-color);color: var(--white);border: 1px solid var(--secondary-color);}
.button-style a:hover:after, .button-style-span:after{    transform: rotate(45deg); }
/*************** INNER BANNER ***************/

.banner-main {
    padding: 0 10px 10px;
}
.banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/banner.jpg);
    text-align: center;
    align-items: flex-end;
    background-color: var(--secondary-color);
    padding-bottom: 20px;
}

.banner-inn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner h2 {
	color: var(--white);
    font-family: var(--medium-font);
	font-size: 45px;
	margin: 0 0 8px;
	padding:0;
	position:relative;
	z-index:2;
    text-align: left;
}
.breadcrumb {
    color:var(--white);
    margin:0;
    position:relative;
    z-index:2;
}
 
.breadcrumb ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0px;
}
.breadcrumb li {
    margin: 0;
    font-size: 17px;
    color:var(--white);
}   
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 10px;
    content: "";
    width: 1px;
    height: 15px;
    transform: rotate(20deg);
    background-color: var(--primary-color);
    top: 2px;
    position: relative;
}
 .breadcrumb a{
   color:var(--white);
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}



/*************** BRAND BANNER ***************/

.brand-banner {
    width: 100%;
    height: 880px;
    overflow: hidden;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/brand-banner.jpg);
    align-items: center;
    background-color: var(--secondary-color);
}
.metis-scanner {
    background-image: url(../images/metis-banner.webp);
}
.cefla-banner {
    background-image: url(../images/cefla-banner.webp);
}
.lesta-banner {
    background-image: url(../images/lest-banner.webp);
}
.mob-banner {
    display: none;
}
.brand-banner-caption {
    color: var(--white);
    width: 45%;
}
.badge {
    display: inline-block;
    background: rgb(255, 0, 0, 0.1);
    border: 1px solid rgb(200, 49 ,26 ,0.5);
    border-radius: 99px;
    padding: 6px 14px 6px 12px;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 2.4rem;
    margin-top: 2rem;
}
.brand-banner-caption .button-style-fill a {
    margin-right: 10px;
}
.brand-banner-caption .button-style-fill a:hover::after {
   filter: inherit;
}
.banner-counter {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    justify-content: center;
}
.count-container {
    flex: 0 0 33.333%;
    text-align: center;
    border-right: 1px solid rgba(250, 250, 250, .1);
    padding: 5px 10px;
}
.count-container:last-child {
    border-right: 0;
}
.percentage {
    font-size: 50px;
    line-height: 62px;
    font-family: var(--italic-font);
    color: var(--primary-color);
}
.count-container p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}
.authorised-territory {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.authorised-territory .cap-title {
    margin-bottom: 0;
}
.territory-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.territory-left {
    flex: 0 0 30%;
}
.territory-right {
    flex: 0 0 70%;
    display: flex;
    justify-content: space-between;
}
.territory-logo {
    display: inline-flex;
    gap: 8px;
    padding: 5px 10px 5px 5px;
    align-items: center;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.territory-logo span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}
.territory-logo span img {
    width: 100%;
    display: block;
}
.terrotiry-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.terrotiry-wrap .cap-title {
    color: var(--white);
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.terrotiry-wrap .cap-title::after {
    width: 6px;
    height: 6px;
}
.territory-logos {
    display: flex;
    align-items: center;
}
.territory-logos div {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: -8px;
    position: relative;
    cursor: pointer;
    
}
.territory-logos div img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

/* Tooltip text */
.tooltip-text {
    visibility: hidden;
    width: fit-content;
    background-color: var(--primary-color);
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    font-weight: 500;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent transparent;
}
/* Show the tooltip text on hover */
.territory-logos div:hover .tooltip-text {
  visibility: visible;
}

/*************** BRAND BANNER ***************/


.num-box-style {
    display: flex;
    gap: 35px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-primary);
    transition: all ease-in-out 300ms;
}
.num-box-style:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.num-box-cap p {
    margin-bottom: 0;
}
.num {
    display: inline-flex;
    flex:  0 0 56px;
    font-size: 50px;
    line-height: 45px;
    font-family: var(--italic-font);
    color: #d7d7d7;
    transition: all ease-in-out 300ms;
}
.num-box-cap h3 {
    font-size: 23px;
    margin-bottom: 12px;
}
.num-box-style:hover {
    border-bottom-color: var(--primary-color);
}
.num-box-style:hover .num {
    color: var(--primary-color);
}
.key-benefites {
    background-color: var(--secondary-color);
    color: var(--white);
}
.key-benefites .cap-title {
    color: var(--white);
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(250, 250, 250, .2);
}
.key-icon-box {
    padding: 40px 25px 30px 25px;
    border: 1px solid rgba(250, 250, 250, .2);
    border-top: 0;
    border-left: 0;
    transition: all ease-in-out 300ms;
    position: relative;
}
.key-icon-box:nth-child(04),
.key-icon-box:nth-child(05),
.key-icon-box:nth-child(06) {
    border-bottom: 0;   
}
.key-icon-box:nth-child(03),
.key-icon-box:nth-child(06) {
    border-right: 0;
}
.key-icon-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.key-icon-box h3 span {
    font-size: 30px;
    line-height: 25px;
    font-family: var(--italic-font);
    padding-right: 10px;
}
.key-icon-box p {
    margin-bottom: 0;
}
.key-icon-box:hover {
    background-color: var(--primary-color);
}
.key-icon-box:hover .key-icn img  {
    filter: brightness(0) invert(1);
}
.key-icn {
    display: block;
}
.key-icn img {
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
}
.dot-box {
    display: block;
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all ease-in-out 300ms;
}
.dot-box:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.dot-box:hover h3::after {
    background: var(--secondary-color);
}
.dot-box h3 {
    font-size: 23px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}
.dot-box h3::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    left: 0px;
    top: 9px;
    transition: all ease-in-out 300ms;
}
.local-expertise {
    background-color: var(--light-primary);
}
.box-style-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
}
.box-style-4 {
    padding: 40px 25px 30px 25px;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: all ease-in-out 300ms;
    position: relative;
    flex: 0 0 32%;
}
.box-style-4 h3 {
    font-size: 23px;
}
.box-style-4 p {
    margin-bottom: 0;
}
.testi-box {
    flex: 0 0 66%;
    padding: 40px 25px 30px 25px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white);
    transition: all ease-in-out 300ms;
    position: relative;
}
.testi-box:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.boxstyle-icn img {
    max-width: 100%;
    display: block;
    margin-bottom: 25px;
}
.box-style-4:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}
.author-head {
    font-size: 16px;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.testi-box::after {
    content: "";
    top: 10px;  
    left: 10px;
    position: absolute;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 60px;
    height: 60px;
    background-image: url(../images/quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
}
.office-head {
    font-size: 17px;
    font-family: var(--italic-font);
}
.testi-loc-wrap {
    display: flex;
}
.testi-loc h5 {
    font-size: 15px;
    margin-bottom: 8px;
}
.testi-loc a {
    color: var(--white);
}
.line-box .testi-loc a:nth-child(02),
.testi-loc a:last-child{
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.testi-loc a:last-child:after,
.line-box .testi-loc a:nth-child(02):after {
    content: "";
    position: absolute;
    top: 3px;
    width: 2px;
    height: 15px;
    background-color: var(--white);
    left: 0;
}
.testi-loc:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ffffff47;
}
.cta-bottom {
    padding: 110px 0 100px 0;
    background: url(../images/bg/cta-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
}
.cta-bottom .button-style a {
    margin-right: 10px;
}
.cta-bottom .button-style:last-child a {    
    margin-right: 0;
}
.button-style.whtsp a {
     background-color: #25D366;
     border-color: #25D366;
}
.button-style.whtsp a:hover {
    background-color: #108b3e;
    border-color: #108b3e;
}
.cta-bottom p {
    margin-bottom: 40px;
}
.cta-bottom .cap-title {
    color: var(--white);
    display: inline-block
}

.tab-nav{
    display:flex;
    gap:10px;
    margin-bottom:25px;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
}

.tab-btn{
    padding:15px 25px;
    cursor:pointer;
    transition:0.3s;
    font-weight:600;
    font-size: 18px;
}

.tab-btn:hover,
.tab-btn.active{
    background: var(--primary-color);
    color:#fff;
}
.tab-pane{
    display:none;
    animation:fadeIn .3s ease;
}
.tab-pane.active{
    display:block;
}
@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.banner-subheading {
    font-size: 32px !important;
    line-height: 52px !important;
    display: block;
}
.brand-banner-caption h2 {
    font-size: 20px;
    color: var(--primary-color);
}
.brand-banner-caption .button-style a {
    font-size: 15px;
}
.meties-surf-count .count-container {
    flex: 0 0 20%;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.meties-surf-count .banner-counter {
    padding: 30px 0;
}
.meties-surf-count {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.meties-surf-count .count-container:last-child {
    border-right: 0;
}
.version-box {
    padding: 8px;
    outline: 1px solid rgba(250, 250, 250, .3);
    outline-offset: -8px;
}
.version-one {
    background-color: var(--primary-color);
    color: var(--white);
}
.version-two {
    background-color: var(--secondary-color);
    color: var(--white);
}
.version-two .version-label {
    background: #2e2e2e;
    border: 1px solid #444444;
}
.version-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
}
.version-head h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}
.version-cap {
    padding: 30px;
}
.version-cap p {
    font-size: 17px;
    padding-bottom: 25px;   
    margin-bottom: 0;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
}
.version-label {
    display: inline-block;
    background: #d94c36;
    border: 1px solid #ff5b43;
    border-radius: 99px;
    padding: 6px 14px 6px 12px;
    font-size: 14px;
}
.rate h3 {
    font-family: var(--italic-font);
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
}
.rate p {
    font-weight: var(--medium);
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 15px;
}
.primary-cap {
    padding: 0 30px 30px 30px ;
}
.primary-cap h3 {
    font-size: 20px;
}
.sep {
    /* width: 50px; */
    /* height: 50px; */
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0;
    color: var(--primary-color);
    align-self: normal;
    justify-self: self-end;
    position: absolute;
    left: -5px;
    top: 1px;
}
.primary-list {
    display: flex;
    gap: 10px 2.8%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
.primary-list li {
    position: relative;
    font-size: 15px;
}
.version-one .sep {
    color: var(--secondary-color);
}  
.technology {
    background-color: var(--light-primary);
}
.spec {
    position: relative;
    margin-top: 15px;
    padding-left: 60px;
    font-size: 15px;
}
.spec::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: var(--primary-color);
    left: 0px;
    top: 13px;
    transition: all ease-in-out 300ms;
}
.technology .num-box-style {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.technology .num-box-style:last-child {
    border-bottom: 0;
}
.pr-50 {
    padding-right: 50px;
}
.superscan-box {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 30px;
    position: relative;
}
.superscan-head .spec {
    margin-top: 0;
    margin-bottom: 5px;
}
.superscan-head .version-label {
    background: var(--primary-color);
    border: 1px solid  var(--primary-color);
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.mode-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
    transition: all ease-in-out 300ms;
}
.mode-item:last-child {
    border-bottom: 0;
}
.mode-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mode-item-left h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.mode-item p {
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0.8;
}
.round {
    width: 8px;
    height: 8px;
    display: block;
}
.yellow {
    background: #f59e0b;
}
.light-blue {
    background: #60a5fa;
}
.violet {
    background: #a78bfa;
}
.dark-blue {
    background: #2563eb;
}
.greenish-blue {
  background: #06b6d4;
}
.superscan-cta {
    padding: 30px;
    background-color: var(--primary-color);
    color: var(--white);
    outline: 1px solid rgba(250, 250, 250, .3);
    outline-offset: -10px;
} 
.superscan-cta h3 {
    font-size: 23px;
}
.superscan-cta p {
    margin-bottom: 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.spec-item h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.spec-label {
    text-transform: uppercase;
    font-size: 14px;
}
.pl-30 {
    padding-left: 30px;
}
.specifications::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
}
.testi-box.support::after  {
    display: none;
}
.support .sep {
    color: var(--black);
}
.font-16 {
    font-size: 16px;
}
.uppercase {
    text-transform: uppercase;
}
.line-box {
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #d14029;
}
.line-box p {
    margin-bottom: 15px;
}
.support {
    padding:25px;
}
.line-box a:hover {
    color: var(--secondary-color);
}
/* .metis-scanner .brand-banner-caption {
    width: 100%;
}
.tab-inn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tab-content-left {
    flex: 0 0 45%;
}
.tab-img-right {
    flex: 0 0 50%;
}
.tab-img-right img {
    display: block;
    max-width: 100%;
} */

.brand-banner-caption-wrapper  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tab-img-hover {
    flex: 0 0 50%;
    position:relative;
    height: 700px;
}
.tab-img-hover img {
    display: block;
    max-width: 100%;
}
.tab-img-hover img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
}
.tab-img-hover img.active{
    opacity:1;
    visibility:visible;
}
.how-it-work-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.how-it-work-box {
    position: relative;
    flex: 0 0 18%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(250, 250, 250, 0.04);
    padding: 60px 30px 30px;
}
.how-it-work-box p {
    margin: 0;
    line-height: 22px;
}
.how-it-work-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.how-it-work-box span {
    top: -35px;
    width: 68px;
    height: 68px;
    display: flex;
    background-color: var(--primary-color);
    border-radius: 50px;
    font-size: 34px;
    font-weight: 700;
    color: var(--white);
    align-items: center;
    justify-content: center;
    font-family: var(--italic-font);
    position: absolute;
}
.how-it-work-box:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 54px;
    background-image: url(../images/curve-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
}
.how-it-work-box:last-child:after {
    display: none;
}
.imp-box {
    padding: 30px;
    background-color: rgba(250, 250, 250, 0.04);
    outline: 1px solid #c8311a3d;
    outline-offset: -8px;
}
.imp-box p {
    margin: 0;
}
.icon-box-style {
    padding: 0 0 30px 100px;    
    margin-bottom: 30px;
    border-bottom: 1px solid var(--light-primary);
    transition: all ease-in-out 300ms;
    position: relative;
}
.icon-box-style p {
    margin: 0;
}
.icon-box-style:hover {
    border-bottom-color: var(--primary-color);
}
.icn-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    outline: 1px solid rgba(250, 250, 250, .4);
    outline-offset: -4px;
    padding: 10px;
}
.icn-box img {
    max-width: 100%;
    display: block;
}
.icon-box-style h4 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
}
.gl-loc {
    width: 100%;
    padding: 18px 10px 18px 35px;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
    transition: all ease-in-out 300ms;
    position: relative;
}
.gl-loc i {
    position: absolute;
    top: 18px;
    left: 0;
    color: var(--primary-color);
}
.gl-loc h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}
.gl-loc p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}
.whtsp-cnsultn {
    padding-top: 35px;
}
.whtsp-cnsultn p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 15px;
}
.whtsp-cnsultn h4 {
    padding-top: 0;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}
.whtsp-cnsultn h4 a {
    color: #00c900;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    margin-right: 5px;
    border-bottom: 1px solid #00c900;
    transition: all ease-in-out 300ms;
}
.whtsp-cnsultn h4 a:after {
    content: '→';
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: all ease-in-out 300ms;
}
.whtsp-cnsultn h4 a:hover {
    color: #0aff0a;
}
.whtsp-cnsultn h4 a:hover::after {
    color: #0aff0a;
    transform: rotate(0);
}
.cefla-cnt {
        flex: 0 0 32%;
}
.mb-15 {
    margin-bottom: 15px;
}
.secondary-imp {
    background-color: var(--secondary-color);
    color: var(--white);
    outline: 1px solid #c8311a73;
}
.secondary-imp p {
    margin-bottom: 15px;
}
.product-grid-dark {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px; 
    background-color: #111111; 
}
.product-card-dark {
    background-color: var(--secondary-color);
    padding: 25px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    z-index: 2;
}
.card-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
}
.card-title .brand {
    color: #ffffff;
}
.card-title .model {
    color: var(--primary-color); 
}
.top-badge {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    z-index: 2;
}
.tag {
    border: 1px solid #222222;
    color: #666666;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 2px;
    letter-spacing: 0.5px;
}
.card-desc {
    color: #999999;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0 0 24px 0;
    z-index: 2;
}
.card-spec {
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto 0 0 0;
    z-index: 2;
}
.ghost-text {
    display: none;
}
.roi-convertion .num {
    flex: 0 0 90px;
    text-align: center;
    justify-content: center;
}
.why-automate-section {
    background-color: #141416;
    overflow: hidden;
}

.automate-header {
    background-color: var(--primary-color);
    padding: 20px 24px;
}

.automate-header h2 {

    margin: 0;
    color: var(--white);
    font-size: 20px;
    font-weight: var(--);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icon {
    width: 20px;
    height: 20px;
}

.automate-body {
    padding: 24px;
    background-color: var(--secondary-color);
}

.intro-text {
    color:  #9a9a9f;
    margin: 0 0 28px 0;
}

.automate-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Boxed Checklist Item Look */
.automate-checklist li {
    background-color: #141416;
    border: 1px solid  #1f1f23;
    padding: 18px 20px 18px 52px;
    position: relative;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.automate-checklist li:hover {
    border-color: #2a2a30;
}

.automate-checklist li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 6px;
    height: 12px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.automate-checklist li p {
    margin: 0;
    color:  #9a9a9f;
    font-size: 14px;
    line-height: 1.6;
}

.automate-checklist li strong {
    color: var(--white);
    font-weight: 600;
}
.roi-convertion-section .num-box-style {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.roi-convertion-section .num-box-style:last-child  {
    border-bottom: 0;
}
.roi-convertion-section .num-box-style .num {
    color: #c7c7c7;
}
.roi-convertion-section .num-box-style:hover {
    border-color: var(--primary-color);
}
.roi-convertion-section .num-box-style:hover .num {
    color: var(--primary-color);
}

.regions-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1400px;
}
.region-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.region-heading {
    font-size: 25px;
    line-height: 28px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
}

.heading-dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 2px;
}

.country-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #09090b;;
    padding: 10px;
    border-radius: 6px;
}

.country-row {
    background-color: #0d0d0f;
    border: 1px solid #18181c;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.country-row:hover {
    border-color: #222226;
}

.country-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.flag-box {
    width: 35px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.flag-box img {
    width: 100%;
    display: block;
}

.country-name {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
}

.country-spec {
    color: #66666e;
    font-size: 13px;
    font-weight: 400;
}
.seperator-hr {
    width: 100%;
    display: block;
    height: 1px;
    background-color:rgba(250, 250, 250, .2);
    margin: 20px 0;
}

@media (min-width: 1024px) {
    .regions-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}




/* Modal Styling (Hidden by default) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; /* Ensures it sits on top of everything */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.6); /* Dimmed background overlay */
  backdrop-filter: blur(4px); /* Modern blur effect */
}

/* Modal Content Box */
.modal-content {
  background-color: var(--white);
  margin: 10% auto; 
  padding: 40px 30px 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 450px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button (X) */
.close-btn {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #d11a2a; /* Changes color on hover */
}

/* Form Styles */
.modal-content h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--black);
}

.modal-content p {
line-height: 18px;
  color: #666;
  margin-bottom: 30px;
}

.modal-content .form-group {
  margin-bottom: 15px;
}

.modal-content .label-style {
  color: #333;
  font-weight: 400;
}

/* Form Submit Button matching your red theme style */
.submit-btn {
  background-color: var(--primary-color); /* Adjust to match your exact brand red color */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  font-weight: var(--medium);
  text-transform: uppercase;
  transition: background 0.2s;
}

.submit-btn:hover {
  background-color: #a8131e;
}

/* Fade-in Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}






/************* CONTACT STYLE *******/
.contact-style-left {
    flex: 0 0 34%;
}
.contactstyle {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 12px;
    padding: 30px 20px;
    background-color: var(--dark-grey);
    border-radius: 15px;
    margin-bottom: 15px;
}
.coic, .contactstyle a:hover, .label-style {
    color: var(--secondary-color)
}
.coic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    background-color: var(--white);
    font-size: 16px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
    line-height: 41px;
    height: 40px;
    color: var(--white);
    background-color: var(--primary-color);
}
.contactstyle h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    color: var(--white);
    font-family: var(--font-medium);
}
.contactstyle p {
    margin-bottom: 0;
    color: var(--white);
}
.contactstyle p a{color:var(--white)}
.contact-left {
    flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 20px 60px;margin-bottom: 20px;border-bottom: 1px solid #3c3c3c;}
.cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
.contactstyle h3 {
    font-size: 20px;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 500;
}
.contact-right{flex: 0 0 62%;}
.contact-right .form-group input.sendbutton {
    width: auto;
}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -8px;left: 16px;font-size: 14px;background-color: #fff;padding: 0 5px;color: #626262;z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{ padding-bottom: 0px;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
}
.footer-form .wpcf7 form.sent .wpcf7-response-output,
.footer-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
    color: #00c900;
    margin: 0;
    padding: 0;
}
.footer-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #ffb900;
}


/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding: 15px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 16px 25px 16px;text-align:center;background-color: var(--primary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--secondary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1700px) { 
.why-choose-left-img {
    max-width: 560px;
}
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {   
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container{ max-width:95%;}
.footer-top-right {
    flex: 0 0 70%;
    justify-content: flex-end;
}
.footer-logo {
    flex: 0 0 30%;
}
.loc-ftr {
    flex: 0 0 44%;
}
.loc-ftr:last-child {
    flex: 0 0 50%;
}
}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1450px) {
.bg-light-primary {
    padding: 80px 0 90px 0;
}
.why-choose-left-img {
    max-width: 500px;
}
}   

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {
.logo { width: 250px;}
.loc-ftr,
.loc-ftr:last-child {   
    flex: 0 0 50%;
}
.loc-ftr a {
    margin-right: 0;
    flex: 0 0 50%;
}
.loc-ftr:last-child {
    padding-left: 50px;
}
.footer-top-right {
    padding-left: 30px;
}
.why-choose-content {
    width: 56%;
}
}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
/* .why-choose-left-img .img-style {
    display: none;
}
.mob-img {
    display: block;
}  */
.why-choose-content {
    padding-left: 110px;
}
}


/************************************* 1250px *************************************/
@media only screen and (max-width: 1250px) {
.loc-ftr a {
    flex: 0 0 100%;
    margin-bottom: 15px;
}
.footer-top-right {
     flex: 0 0 50%;
}
.footer-top {
    justify-content: space-between;
}
}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1110px) {
.heading {
    font-size: 40px;
    line-height: 52px;
}
.heading-cap {
    font-size: 25px;
    line-height: 32px;
}
.heading span {
    font-size: 65px;
    line-height: 53px;
}
.img-style {
    margin-top: 40px;
}
.team-intro .heading {
    margin-bottom: 30px;
}
.team-content {
    padding-left: 40px;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
    .icon-box-wrapper {
        gap: 0 2%;
    }
    .icon-box {
        flex: 0 0 100%;
    }
    .footer-top-right {
        flex: 0 0 60%;
    }
    .loc-ftr:last-child {
        padding-left: 15px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    section.brand-banner.metis-scanner {
        height: auto;
        padding: 100px 0;
    }
    .brand-banner-caption {
        width: 100%;
    }
    .tab-img-hover {
        flex: 0 0 100%;
        position: relative;
        height: 400px;
        object-fit: cover;
    }
     .tab-img-hover img {
        object-fit: contain;
     }
     .brand-banner-caption-wrapper {
        row-gap: 25px;
     }
     .meties-surf-count .count-container {
        flex: 0 0 33.3333%;
    }
    .meties-surf-count .banner-counter {
        justify-content: center;
        row-gap: 20px;
    }
    .how-it-work-box {
        flex: 0 0 31%;
        margin-bottom: 60px;
    }
    .how-it-work-wrap {
        justify-content: center;
        gap: 3%;
    }
    .how-it-work-box:after {
        display: none;
    }
    .pl-50 {
    padding-left: 0px;
}

}   

/************************************* 850px *************************************/
@media only screen and (max-width: 980px) {
.logo a {
    position: relative;
    top: 0;
}
header {
    padding: 12px 0;
}
.header-wrap {
    width: 95%;
    margin: 0 auto;
}
.menu { padding: 0;}
.intro-left, .intro-right {
    flex: 0 0 100%;
}
.industry-item {
    flex: 0 0 48%;
}
.industry-item2 {
    margin-top: 20px;
}
.industry-item3 {
    margin-top: 0px;
}
.industry-item4 {
    margin-top: 20px;
}
.team-content {
    padding-left: 20px;
    padding: 20px;
}
.why-choose-content {
    padding-left: 0;
    width: 100%;
    padding-top: 50px;
}
.why-choose-left-img {
    position: relative;
}
.icon-box {
    flex: 0 0 49%;
}
.ftr-mdle-right,
.ftr-mdle-left {
    flex: 0 0 100%;
}
.ftr-mdle-left h2 {
    margin-bottom: 30px;
}
.footer {
    padding: 60px 0;
}
.loc-ftr::after {
    right: 25px;
    top: 0;
}
.footer-top {
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.team-content p {
    font-size: 17px;
    padding-right: 0;
}
.box-style-4 {
    flex: 0 0 49%;
}
.testi-box {
    flex: 0 0 100%;
}
.box-style-wrapper {
    gap: 20px 2%;
}
.brand-banner.metis-scanner {
    padding: 50px 0;
}
.smd60 {
    width: 100%;
}
.smd40 {
    width: 100%;
}
.pr-50 {
    padding-right: 0;
}
.pl-30 {
    padding-left: 0;
}
.specifications::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 400px;
}
.specifications .smd60 {
    margin-bottom: 35px;
}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 850px) {
    .call i, .mail i {
        display: inline-block;
    }
    .call , .mail  {
        display: inline-flex;
        width: 38px;
        height: 38px;
        border: 1px solid var(--white);
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    .call span, .mail span, .call::after {
        display: none;
    }
    .call {
        padding-left: 0;
        margin-left: 0;
    }
    .header-right, .top-links {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .header-right .button-style a {
        padding: 11px 45px 10px 20px;
        font-size: 12px;;
        min-height: 38px;
        border: 1px solid var(--white);
    }
    .header-right .button-style a:after {
        top: 11px;
    }
    
}

/************************************ 768px and up *************************************/
@media (min-width: 768px) {
    .product-grid-dark {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-card-dark {
        padding: 40px;
    }
    .card-header {
        align-items: center;
    }
    .card-title {
        font-size: 28px;
    }
    .top-badge {
        font-size: 10px;
        padding: 4px 10px;
    }
    .tag-container {
        gap: 8px;
        margin-bottom: 24px;
    }
    .tag {
        font-size: 10px;
        padding: 3px 8px;
    }
    .card-desc {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 30px 0;
        max-width: 90%;
    }
    .ghost-text {
        display: block;
        position: absolute;
        bottom: -10px;
        right: 15px;
        font-size: 110px;
        font-weight: 900;
        color: #0b0b0d;
        user-select: none;
        z-index: 1;
        letter-spacing: -4px;
    }
    .country-row {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .country-spec {
        font-size: 14px;
    }
}


/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
    .footer-logo {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-top-right {
        flex: 0 0 100%;
    }
    .loc-ftr:last-child {
        padding-left: 50px;
    }
    .loc-ftr::after {
        right: 0;
        top: 0;
        height: 100%;
    }
    .footer-top-right {
        padding-left: 0;
    }
    .why-choose-us {
        padding: 0;
    }
    .heading {
        font-size: 28px;
        line-height: 34px;
    }
    .heading span {
        font-size: 35px;
        line-height: 35px;
    }
    .icon-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .heading br {
        display: none;
    }
    .why-choose-intro .heading span {
        line-height: 53px;
    }
    .why-choose-intro .heading {
        margin-bottom: 30px;
    }
    .team-box {
        flex-direction: column;
    }
    .team-content {
        flex: 0 0 100%;
        padding-left: 20px;
    }
    .team-img-right {
        padding: 0px 40px 95px 60px;
        flex: 0 0 100%;
    }
    .team-box::after {
        top: auto;
        bottom: 0;
    }
    .team-intro .heading span {
        padding-top: 0;
        top: 0;
        padding-left: 8px;
    }
    .industry,
    .intro {
        padding: 50px 0;
    }
    .team-box,
    .industry-items-wrap {
        margin-bottom: 50px;
    }
    .button-style a, .button-style-span {
        font-size: 14px;
        padding: 10px 40px 10px 15px;
    }
    .button-style a:after, .button-style-span:after {
        top: 14px;
        right: 15px;
    }
    .brand-banner-caption {
        width: 100%;
        /* padding-right: 30px; */
    }
    .brand-banner {
        height: 600px;
    }
    .percentage {
        font-size: 30px;
        line-height: 28px;
    }
    .banner-counter {
        padding-top: 25px;
    }
    .badge {
    margin-bottom: 1rem;
}
.meties-surf-count .count-container {
    flex: 0 0 50%;
}
.version-head h2 {
    font-size: 20px;
}
.version-head {
    align-items: flex-start;
    padding: 15px;
    flex-direction: column;
    row-gap: 15px;
}
.version-head,
.version-cap {
    padding: 15px;
}
.primary-cap {
    padding: 0 15px 15px 15px;
}
.version-one {
    margin-bottom: 25px;
}
.font-25 {
    font-size: 17px;
    line-height: 25px;
}
.gap-50 {
    height: 25px;
}
.cap-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px 0;
}
.cap-title::after {
    width: 6px;
    height: 6px;
    top: 5px;
}
.num {
    flex: 0 0 45px;
    font-size: 40px;
}
.num-box-cap h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.spec-item {
    padding: 15px 0;
    flex-direction: column;
    gap: 6px;
        justify-content: center;
    text-align: center;
}
.line-box .testi-loc a{
    margin-bottom: 5px;
}
.line-box .testi-loc a:nth-child(02), .testi-loc a:last-child {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    display: block;
}
.testi-loc a:last-child:after, .line-box .testi-loc a:nth-child(02):after {
 display: none;
}
.support {
    padding: 20px;
}
.brand-banner {
    width: 100%;
    height: auto;
    background-image: url(../images/brands-banner-mob.jpg);
    padding: 50px 0;
}
.metis-scanner, .cefla-banner, .lesta-banner {
    background-image: url(../images/brands-banner-mob.jpg);
}
.mob-banner {
    display: block;
}
.how-it-work-box {
        flex: 0 0 49%;
    }
    .how-it-work-wrap {
        gap: 2%;
    }
}   

    

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.loc-ftr:last-child {
    padding-left: 20px;
}
.ftr-mdle-left h2 {
    font-size: 27px;
    line-height: 37px;
}
.ftr-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
}
.copyrights {
    text-align: center;
}
.bg-light-primary {
    padding: 30px 0;
}
.icon-box {
    flex: 0 0 100%;
}
.industry-cap p {
    font-size: 15px;
    line-height: 20px;
}
.industry-logo img {
    margin-bottom: 20px;
}
.industry-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.industry-item4,
.industry-item2 {
    margin-top: 0;
}
.heading-cap {
    font-size: 18px;
    line-height: 28px;
} 
.heading-cap br {
    display: none;
}
.intro-left-cap p {
    font-size: 16px;
}
.counter-container:last-child {
    padding-left: 15px;
}
.img-style {
    padding-top: 80px;
}
.pad {
    padding: 50px 0;
}
.two-col {
    flex: 0 0 100%;
}
.icon-grid {
    grid-template-columns: 1fr;
}
.key-icon-box:nth-child(04), .key-icon-box:nth-child(05), .key-icon-box:nth-child(06) {
    border-bottom: 1px solid rgba(250, 250, 250, .2);
}
.banner-subheading {
    font-size: 27px !important;
    line-height: 42px !important;
    display: block;
}
.specifications::after {
    height: 200px;
}
    .automate-header {
        padding: 16px;
    }
    
    .automate-header h2 {
        font-size: 18px;
    }
    
    .automate-body {
        padding: 16px;
    }
    
    .intro-text {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .automate-checklist li {
        padding: 14px 16px 14px 40px;
    }
    
    .automate-checklist li::before {
        left: 16px;
        top: 18px;
        width: 5px;
        height: 10px;
    }
    
    .automate-checklist li p {
        font-size: 13px;
    }

}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.counter-wrapper, .counter-wrapper span {
    font-size: 40px;
    line-height: 52px;
}
.counter-container h6 {
    font-size: 12px;
}
.brand-banner {
    padding-top: 0;
}
.intro-left-cap {
    padding: 0;
}
.logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 8px;
    border-bottom: 1px solid rgba(250, 250, 250, .3);
    width: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.logo a  {
    display: flex;
    justify-content: center;
} 
.logo a img {
    max-width: 250px !important;
}
header {
    padding: 12px 0;
    background-color: var(--black);
    position: relative;
}
.header-wrap {
    padding-top: 65px;
}
.gallery-item {
    flex: 0 0 48%;
}
.banner h2 {    
    font-size: 28px;
}
.breadcrumb li {
    font-size: 16px;
}
    .badge {
        margin-bottom: 2rem;
        margin-top: 0;
        font-size: 12px;
    }
    .count-container p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.brand-banner-caption  .heading span {
    font-size: 35px;
    line-height: 38px;
}
.brand-banner-caption .button-style-fill a {
    margin-bottom: 8px;
}
.box-style-4 {
        flex: 0 0 100%;
    }
    .cta-bottom .button-style a {
    margin-bottom: 10px;
}
section.brand-banner.metis-scanner {
    padding: 30px 0;
}
.tab-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.brand-banner-caption .button-style a {
    width: 100%;
}
.num-box-style {
    gap: 15px;
}
.dot-box {
    padding: 18px 0;
}
.dot-box h3 {
    font-size: 16px;
    line-height: 18px;
}
.spec {
    font-size: 13px;
    line-height: 18px;
}
.num-box-style:last-child,
.roi-convertion-section .num-box-style:last-child {
    margin-bottom: 30px;
}
.num {
    font-size: 35px;
}
.superscan-head h2 {
    font-size: 20px;
    margin-top: 12px;
}
.superscan-head h2 .spec {
    line-height: 24px;
}
.superscan-box {
    padding: 30px 20px 20px;
}
header.smaller {
    padding: 10px 15px;
}
.how-it-work-box {
        flex: 0 0 100%;
    }
    .gap-80 {
    height: 40px;
}
.imp-box h4 {
    font-size: 18px;
}   

.imp-box {
    padding: 20px;
}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.loc-ftr a span {
    margin-bottom: 5px;
}
.loc-ftr a {
    font-size: 16px;
}
.industry-logo img {
    margin-bottom: 0;
}
.banner {
    height: 130px;
}
.gallery-item {
    flex: 0 0 100%;
}
.testi-loc-wrap {
    flex-direction: column;
    gap: 20px;
}
.testi-loc:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
    .cta-bottom .button-style a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin-right: 0;
}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 420px) {
.form-group {
    flex: 0 0 100%;
}
.mode-item {
    padding: 15px 10px;
    flex-direction: column;
}
.mode-item p {
    padding-left: 18px;
}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
.card-header {
    margin-bottom: 30px;
    flex-direction: column;
}
}


/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .loc-ftr a {
        font-size: 14px;
    }
    .loc-ftr a span  {
        font-size: 12px;
    }
    .terrotiry-wrap .cap-title {
    font-size: 11px;
}
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}