@charset "utf-8";


h1,
h2 {
	font-weight: 600
}

ul, li {
	list-style-type: none;
	padding:0;
	margin: 0;
}

body {

	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	background: #000;
	color: #1b2727;	
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.header {
	background-color: #000;
	border-bottom: 1px solid #ffffff26;
}


.navbar {
    width: 100%;
    /* min-height: 80px;    */   
    line-height: 18px;
    font-size: 15px;
    color: #fff;
}

.navbar a {
	color: #b3aeae !important;
}

.nav-item.dropdown {
	position: relative;
}

.nav-item.dropdown .dropdown-menu {
    background: #000;
    z-index: 200;
    position: absolute;
    border: 1px solid #1e1d1d;
}
.nav-item.dropdown .dropdown-menu li {
	padding: 5px;
}
.nav-item.dropdown .dropdown-menu a {
    color: #b3aeae !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #282727;
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
}
.navbar-nav {
	flex: auto;
}

@media (min-width: 768px) {
  .navbar-nav {
	justify-content: right;
}
}

.navbar-brand {
	max-width: 200px;
	height: auto;
	padding: 10px 15px
}
.navbar-brand img {
	width: 100%;
}

.navbar-toggler {
	background: #0cc6a7;
}

.padding-tb {
	padding: 30px 0
}

.main-content {
	padding: 0 0 50px 0;
	text-align: center;	
	color: #b3aeae;
	background: #000 url("../images/bg-img.png");	
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.highlight {
	color: #0cc6a7
}

.main-title {
	font-size: 24px;
	margin: 40px 0;
	border-bottom: 1px solid #ffffff26;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.main-title {
		font-size: 60px;		
	}
}

.sub-title {
	font-size: 22px;
	margin: 25px 0;
	padding-bottom: 15px;
	text-align: center;
	border-bottom-style: double;
	border-bottom-width: 4px; 
	border-bottom-color: #d1d1d1;
}

@media (min-width: 768px) {
	.main-title {
		font-size: 48px;		
	}
}
	
.btn-sec {
	margin: 50px 0;
}

.box {
	border-radius: 5px;
	border: 1px solid #ffffff26;
	padding: 15px;
	min-height: 115px;
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: 300;
}

.box h3 {
	margin: 0 0 10px 0;
	color: #bfd3d9;
}

.logo-scroll {	
	padding: 15px;
	margin: 20px 0;
	border-radius: 5px;
	border: 1px solid #ffffff26;
}
.logo-scroll a {
	color: #fff;
}

.logo-scroll img {
	margin: 0 15px;
	max-height: 30px;
}

.iso-text {
	padding: 20px;
}

.box-sec {
   /*  background: #fff;   
    box-shadow: 0 2px 1px 0 #d7d7d7;  */  
}

.box-sec span {
	display: block;
	background: #0cc6a7;
	padding: 15px 15px 15px 35px;
	font-weight: 700;
	color: #1b2727;
	margin-bottom: 15px;
	font-size: 16px;
}

.box-sec-list {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.box-sec-list li {
    padding: 15px;
    background: #ebebeb;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
	font-weight: 500;
}

.box-sec-list li span {
    display: inline-block;
    width: auto;
    background: none;
    padding: 0 10px;
    vertical-align: middle;
    margin: 0;
    color: #000;
}

.footer {
	/* background: #003242; */
	color: #fff;
	border-top: 1px solid #ffffff26;
	/* margin-top: 25px; */
	background: url("../images/footer-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    
}

.footer-content {
	background-color: rgba(27, 26, 26, 0.5);
	padding: 20px;
    margin-top: 25px;
}


.footer a {
    color: #fff;
    display: inline-block;
}

.button-primary {
  align-items: center;
  background-color: transparent;
  border: 1px solid #ffffff26;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;  
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-primary.active {
	background-color: #0cc6a7;
	color: #1b2727;
}

.button-primary:focus {
  color: #fff;
  color: #1b2727;
}

.button-primary:hover {
  background-color: #0cc6a7;
  border-color: #fff;
  color: #1b2727;
  fill: #06f;
}

.button-primary:active {
  background-color: #0cc6a7;
  border-color: #fff;
  fill: #06f;
}

@media (min-width: 768px) {
  .button-primary {
    min-width: 170px;
  }
}

.what-we-do {
	background-color: #f9f9f9;
	padding: 20px;
}

.industries {
	background: rgb(106 102 102 / 10%);	
	color: #fff;
	padding: 25px;
	margin-top: 40px;
}

.industries h4 {	
	padding: 15px 0;
	text-align: center;
}

.industries h4 .fa {
    margin-right: 10px;
}

.industries ul {
	margin-bottom: 15px;
	padding: 15px;
	
}

@media (min-width: 768px) {
  .industries ul {
    margin-bottom: 0;
  }
}


.industries ul li{
	align-items: center;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #1e2020f0;
}

.industries ul li .fa {
	margin-right: 5px;
}

.language {
	padding: 30px 0;	
	
}

.language h4 {	
	padding: 15px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.language h4 .fa {
    margin-right: 10px;
}

.language-box {
    background: #fff;
    padding: 15px;
	border: 1px solid #ffffff08;
	margin-bottom: 25px;
	min-height: 135px;
}

.language-box span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.sub-content {
	color: #fff;
	padding: 40px 0 50px 0;
	
	background:  url("../images/why-us-bg.jpg");	
	background-position: right bottom, left top;
	/*background-repeat: no-repeat, repeat;*/
}

.why-us {
	background-color: rgba(27, 26, 26, 0.5);
	padding: 25px;
}

.why-us .material-symbols-outlined {
	vertical-align: middle;
	margin-right: 5px;
}

.why-us .title {
	margin-bottom: 10px;
	font-size: 18px;
}

.sub-content h5 {
	margin: 0 0 35px 0;
	font-size: 24px;
	text-align: center;
}

.sub-content h6 {
	font-size: 18px;
}

.case-studies {
	background-color: #f9f9f9;
	padding: 50px 0;
}

.case-studies-sub {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.case-studies-sub h5 {
    background: #003242;
    color: #fff;
    padding: 10px;
}

.case-studies-sub img {
    max-width: 100%;
	margin-bottom: 20px;
}

.case-studies-sub p {
	padding: 0 15px;
}

.case-studies-sub span a{
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    text-align: right;
    padding-right: 10px;
	color: #003242;
}

.case-studies-sub:hover {
 background-color: rgba(255, 255, 255, 0.6);
 box-shadow: 2px 2px 8px 0 rgb(128 128 128);
 cursor: pointer;
}

.case-studies-sub.active {
 background-color: rgba(255, 255, 255, 0.6);
 box-shadow: 2px 2px 8px 0 rgb(128 128 128);
}

.info-sec span {
    display: block;
    /* color: #0cc6a7; */
    margin-bottom: 5px;
    font-size: 16px;
}

.info-sec p {
    margin-bottom: 5px;
}

.footer .form-control {
	background: #0e0e0e3d;
	color: #fff;
}

.footer .btn-primary {
	background-color: #0cc6a7 !important;
	color: #fff;
	border: none;
	font-size: 14px;
}

.read-more {
	text-align: right;
    display: block;
    cursor: pointer;
	font-weight: 600;
	color:#003242;
}

.read-more:hover {
	text-decoration: none;
}

 .card {       
      display: flex;
      justify-content: center;
      align-items: center;    
    }
	
.carousel {
  margin: 0 auto;
  padding: 20px 0;    
  overflow: hidden;
  display: flex;
  padding: 15px;
margin: 20px 0;
border-radius: 5px;
border: 1px solid #ffffff26;
  
}


.carousel:hover .group {
  animation-play-state: paused;
}

.carousel:not(.basic) > * {
  flex: 0 0 100%;
}

.group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
}

.group {
  animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
  0% {
	transform: translateX(0);
  }

  100% {
	transform: translateX(-100%);
  }
}
 
 .card img {
	 max-height: 30px;
 }
 .case-studies-sub {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.case-studies-sub img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Optional: better spacing on mobile */
@media (max-width: 576px) {
  .case-studies-sub {
    padding: 12px;
    margin: 0 auto;
  }
}

.swiper-button-next, .swiper-button-prev {
    display: none !important;
  }


:root {
	--swiper-navigation-size: 25px !important;
}
