@charset "utf-8";
/* CSS Document */

/*============Header Start===============*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

/* Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default margin */
* {
  margin: 0;
}
/* Enable keyword animations */
html {
  interpolate-size: allow-keywords;
}

body {
  /* Add accessible line-height */
  line-height: 1.5;
  /* Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/* Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}
/* Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/* Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}


:root {
  --color-navy-dark: #17345e;
  --link-color: #0d6efd;
  --border-color-neutral: #909EAE;
  --Primary--Navy-Blue-500: #003764;
  --white: #ffffff;
 
  --Black-Shades-500: #18191B;
  --Black-Shades-400:#444444;
  --Black-Shades-300: #828282;
  --Bg-light-gray: #EBEDEF;
  --gray-100: #F1F2F3;
  --Alice-Blue : #E7EFF8;
  --Dark-Navy-Blue: #003057;	
  --Orange-Color: #FF7F2F; 	
  --Green-Color: #4EA685;
  --Lime-Green: #95D600;
  --Yellow-Color: #FFB700;
  --overlay: rgba(26, 42, 108, 0.85);
	

	
--Primary-Colors-Black: #000;
--Primary-Colors-White: #FFF;
--White: #FFF;
--Primary-Colors-Deep-Sky-Blue: #00598D;
--Blue-1: #00598D;	
	
--Secondary-Colors-Dark: #333;	
--light-blue: #ECF2F5;	
--Secondary-Colors-Soft-Grey: #D0D0D0;	
--Blue-2: #002439;	
--Blue-3: #455864;	
--Blue-4: #ECF2F5;
--blue-15: rgba(0, 89, 141, 0.15);	
--link-color: #0d6efd;		
}

	
html, body {
	font-family: "Roboto", sans-serif !important;
	color: var(--Blue-3, #002439) !important; 
	overflow-x: hidden;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */			
}

body a {
    text-decoration: underline;
    color: var(--Primary--Navy-Blue-500);
}

body a:active {
    color: var(--link-color) !important;
}


.header-space {
  /* height: 90px; */
	height: 64px;	
}

.logged-in .main-header {
	top: 30px;
}
		 
.main-header {
  /*background: #eee;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.main-header .logo a {
  display: block;
}
.main-header .logo a img {
  vertical-align: middle;
	width: 200px;
}

@media only screen and (max-width: 1024px) {
  .desk-menu {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
	/*.main-header .logo a img {
		max-height: 40px !important;
		min-width: initial !important;
	}*/
	
	.main-header .navbar-container {
		padding-right:6px !important;
	}	
	.primary-nav {
		padding: 0px;
	}	
	
	.mobile-buttons a, .mobile-buttons #mob-toggle {
		 margin: 12px 0px !important;
	}
	
}



.desk-menu {
    width: 100%;
}

.desk-menu ul {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0px;
}

.desk-menu ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.desk-menu ul li a {
	display: block;
	padding: 0 10px;
	line-height: 64px;
    color: var(--color-navy-dark);
}

.desk-menu ul li a:hover {
   color: var(--Black-Shades-500);	
}

.desk-menu>ul.menu>li.menu-item {
color: var(--Black-Shades-500);
font-family: Roboto;
font-size: 18px; 
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */	
text-transform: capitalize;
font-family: Roboto;
font-style: normal;	
}

 .main-header.scrolled .primary-nav .desk-menu>ul.menu>li.headerbtn a {
  align-items: center;
  background: var(--Blue-1);
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: var(--White) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  }

 .main-header.scrolled .primary-nav .desk-menu>ul.menu>li.headerbtn a:before {
    width: 0%;
    height: 0px;
    display:none;
	background-color:transparent;
}

.main-header.scrolled .desk-menu>ul.menu>li.menu-item:hover > a:before {
    background: var(--Blue-1);
}

.main-header.scrolled .primary-nav .desk-menu>ul.menu>li.menu-item a {
    color: var(--Black-Shades-500);
}

.desk-menu>ul.menu>li.menu-item > a {
  font-weight:500;
  animation:none;
}

.desk-menu>ul.menu>li.menu-item:hover > a {
  color: var(--White);
  text-shadow: 0px 0.2px 0px #003764;
}

.main-header.scrolled .menu a:hover {
  color: var(--Blue-1) !important;
}

.desk-menu>ul.menu>li.menu-item > a {
    background-color: transparent;
}

.desk-menu>ul.menu>li.menu-item > a:before {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: var(--White);
	transition: width 0.3s;
}

.desk-menu>ul.menu>li.menu-item:hover > a:before {
    content: '';
    width: 100%;
}

.desk-menu>.menu>.menu-item-has-children>a:after {
    content: "\f107" !important;
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-left: 8px;
	transition: transform 0.3s ease-in-out;
}

.desk-menu ul li:hover ul {
  display: block;
}

.desk-menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  text-align: left;
  padding:0px;
  box-sizing:border-box;	
}

.desk-menu > ul > li.menu-item > ul.sub-menu {
	background-color: var(--white);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.desk-menu > ul > li.menu-item > ul.sub-menu a {
color: var(--Blue-2);	
}

.desk-menu ul li.mega-menu ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.desk-menu ul li ul li ul li ul{
	padding-left:16px;
}

.desk-menu ul li ul li {
  display: block;
  margin: 0;
}

.desk-menu ul li ul li a {
  line-height: 25px;
  color: var(--Black-Shades-400);
  font-weight:400;
}

.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) {
	text-transform: capitalize;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
	padding:16px 16px 20px 16px;
	min-width: 220px;
	margin-top:0.4px;
}

.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) a {
	padding: 4px 0px;
	margin: 8px 0;
	color: var(--Blue-2, #002439);
	font-family: Roobert;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 137.5% */	
}

.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) a:hover {
	text-decoration:underline;
}

.desk-menu ul li.mega-menu ul {
    position: relative;
}

.desk-menu > ul > li.mega-menu > ul {
  width:100%;
  height: max-content;	
  background-color: var(--white);
  padding: 20px 30px;
  position: fixed;
  z-index: 99;
  left:0;
  right:0px;
  margin:0.4px auto !important;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.desk-menu > ul > li.mega-menu > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
  padding:0px 8px;
}

.desk-menu > ul > li.mega-menu > ul > li > a {
    font-weight: 600;
	color: var(--color-navy-dark) !important;
	text-transform:uppercase;
}

.desk-menu > ul > li.mega-menu > ul > li > a:hover {
	color: var(--link-color) !important;
}

.mobile-buttons {
  display: none;
  text-align: right;
}


@media screen and (min-width: 2000px) {
	.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) {
		padding:3% 5%;
	}
	
	.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) a	{
		font-size:16px;
	}
	
	.desk-menu>ul.menu>li.menu-item {
	font-size: 16px; 
	}	
}

@media screen and (max-width: 1436px) {
	.desk-menu>ul.menu>li.menu-item>ul:not(li.menu-item) a {
		padding-top:4px;
		padding-bottom:4px;
	}
}


@media only screen and (max-width: 1024px) {
  .mobile-buttons {
    display: inline-block;
  }
	.main-header .logo a img {
		min-width: 160px;
	}

}

.mobile-buttons a, .mobile-buttons #mob-toggle {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  line-height: 90px;
  text-align: center;
}

.mobile-menu {
  position: fixed;
  top: 90px;
  bottom: 0;
  right: 0;
  width: 400px;
  padding: 20px 0;
  overflow-y: scroll;
  background: #eee;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateX(400px);
  transition: 0.3s ease;
}

@media only screen and (max-width: 600px) {
	
	.primary-nav {
		padding: 0px !important;
	}
	
	.mobile-menu {
		width: 100%;
		transform: translateX(100%);
		/*top: 4rem !important;*/
		padding-top: 0px !important;
	}
	
	.mobile-menu.active {
		background-color: var(--Primary--Navy-Blue-500) !important;
		top: 4rem !important;
		padding-top: 0px;
	}
	.topnavmob ul.menu {
		background-color: var(--Primary--Navy-Blue-500) !important;
		color: var(--white);
	}
	
	.topnavmob ul.menu li a {
		color: var(--white) !important;
	}
	
	.mobile-menu ul.menu {
		background-color: var(--white);
		padding:8px 0px !important;
	}			
}


@media only screen and (max-width: 1024px) {
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}


.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0;
}

.mobile-menu ul li a {
	padding: 5px 25px;
	display: block;
	/*line-height: 40px; */
	line-height: 30px; 
	text-decoration:none;
	color: var(--Black-Shades-500);
	font-size: 17px;
	font-style: normal;	
}

.mobile-menu > ul > li > a {
	font-weight: 700;	
}

.mobile-menu > ul > li > a {
	text-transform:uppercase;
	color: var(--Black-Shades-500);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
}

.mobile-menu ul li > ul.sub-menu.active > li a {
    font-weight: 500;
}

.mobile-menu ul li > ul.sub-menu.active ul.sub-menu.active li a {
    font-weight: 400;
}

.mobile-menu ul li ul {
    padding-left: 16px;
    list-style: none;
}

.mobile-menu ul li ul {
  position: relative;
}

.mobile-menu ul li ul.active:before {
  content: "\f068";
}

.mobile-menu ul li ul:before {
    content: "\f107" !important;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  right: 0;
  top: -44px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mobile-menu ul li ul.active:before {
    rotate: 180deg !important;
}

.mobile-menu ul li ul li {
  display: none;
}

.mobile-menu ul li > ul.sub-menu.active ul.sub-menu.active li a:after {
    border-left: 2px solid #ddd;
    content: '';
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0px;
}

.darkness {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

@media only screen and (max-width: 980px) {
  .darkness.active {
    opacity: 1;
    visibility: visible;
  }
}
	
.header {
    width: 100%;
}

/* Top Bar */
.header-top {
    background-color: var(--Primary--Navy-Blue-500);
    padding: 10px 20px;
}

.header-top-links {
    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 10px;
}

.header-top-links a, .header-top-links a:hover {
    color: var(--white);
    text-decoration: none;
}
	
.header-top-links ul {
    display: flex;
    list-style: none;
	margin: 0px;
	padding:0px;
}	

.header-top-links .top-nav ul>li>a {
	position: relative;
	padding: 0px 12px;
}	

.header-top-links .top-nav ul.menu li.menu-item ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: var(--Primary--Navy-Blue-500);
    padding: 10px 0px;
    border-radius: 3px;
    min-width: 150px;
	display:none;
	height: max-content;
	position: absolute;
    z-index: 1;
}

.header-top-links .top-nav ul.menu li.menu-item ul.sub-menu li a::after {
    content: "\f08e" !important;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 8px;
	font-size:12px;
}

.header-top-links .top-nav ul.menu li.menu-item ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
	padding:4px 16px 4px 12px;
}

.header-top-links .top-nav ul.menu li.menu-item:hover a + ul.sub-menu {
  display:block;
}

.header-top-links .top-nav ul>li>a:hover {
text-decoration:underline;
}	

.header-top-links .top-nav ul>li:not(:last-child)::after {
  content: "|";
  color: var(--white);
  position: absolute;	
}		
	
.header-top-links ul>li.link-external>a:after {
    content: "\f107" !important;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
	font-weight:normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 8px;
    transition: transform 0.3s ease-in-out;
}
.header-top-links .top-nav ul.menu li.menu-item ul.sub-menu>li:not(:last-child)::after {
    content: none;
}

.social-media-followers .hex-cell a>i {
	width: 26px;
	height: 28px;
	font-size: 15px;
	background-color: var(--Primary--Navy-Blue-500);
	color: var(--white);
	font-weight:600;
}

.social-media-followers .hex-cell a:hover>i {
	color: var(--white);
}

.header-top-links .social-media-followers .fa-brands, .header-top-links .social-media-followers .fab {
    font-weight: 700;
}

.top-nav {
    display: flex;
}
	-
.navbar-brand {
padding:2px 0px 8px 0px !important;		
}	
		
.primary-nav {
    flex-wrap: wrap;
    background-color: transparent;
    padding: 10px 0px;
    width: 100%;
}	
		
.primary-nav a {
    color: #17345e;
    text-decoration: none;
    font-weight: 500;
    position: relative;
	font-family: 'Roboto', sans-serif !important;
}	
	
.primary-nav .search-wrapper div#search-form {
    position: absolute;
    right: 0;
    top: 108%;
    /*border-radius: 0px 0px 8px 8px; */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
    background: var(--white);
    border-top: 1px solid var(--blue-15, rgba(0, 89, 141, 0.15));
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}

.primary-nav .search-wrapper div#search-form form {
    display: flex;
}

.primary-nav .search-wrapper div#search-form input[type="search"] {
    width: 100%;
    display: flex;
    height: 48px;
    padding: 11px 16px;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--Primary--Navy-Blue-500);
    background: var(--white);
	border-right:none;
	box-shadow:none;	
}

.search-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-box .search-button {
	font-size: 0;
	border-radius: 0 8px 8px 0;
	background: var(--Blue-1);	
	border: 1px solid var(--Blue-1);
}

.search-box .search-button i {
	font-size: 24px;
	color: var(--White);
}


.search-box .search-input {
	width: 100% !important;
	border-radius: 8px 0 0 8px;
	border: 1px solid var(--Blue-1);
	background: var(--White, #FFF);
	backdrop-filter: blur(5px);	
	padding:8px 16px;
}

.search-wrapper .search-results {
    width: 100%;
}

.search-wrapper .search-results .result-item {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.search-wrapper .search-results .result-item .result-title {
    padding: 15px;
    cursor: pointer;
	transition: background-color 0.3s ease;
}

.search-wrapper .search-results .result-item .result-title:hover {
 background-color: #f5fbfc;
 text-decoration: underline;
}

.search-wrapper .search-results .view-all {
border-radius: 0 0 8px 8px;
background: var(--blue-15, rgba(0, 89, 141, 0.15));
padding:8px 16px;
text-align: center;
cursor: pointer;
}

.search-wrapper .search-results .view-all:hover {
  text-decoration: underline;
}

.primary-nav .search-wrapper div#search-form input[type="search"]:focus {
  outline: none; 
  box-shadow: inset 0 0 0 1px #003764; /* Blue inset glow */	
}

.primary-nav .search-wrapper div#search-form button[type="submit"] {
	display: flex;
	width: 60px;
	height: 48px;
	padding: 19.2px;
	justify-content: center;
	align-items: center;
	border-radius: 0px 8px 8px 0px;
	background: var(--Primary--Navy-Blue-500);
	color: var(--white) !important;
}

.primary-nav .search-wrapper div#search-form button[type="submit"]:focus{
  outline: none; 
  box-shadow: inset 0 0 0 1px #003764; /* Blue inset glow */
}

.primary-nav .search-wrapper div#search-form button[type="submit"] .is-search-icon {
	width:100%;
	height:100%;
	border-radius: 0px 8px 8px 0px;
	border:none;
}

.primary-nav .search-wrapper div#search-form button[type="submit"] .is-search-icon svg {
    width: 32px;
}

.primary-nav .search-wrapper div#search-form button[type="submit"] .is-search-icon {
    padding-top: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.primary-nav .search-wrapper div#search-form button[type="submit"] .is-screen-reader-text {
	background-color:var(--white);
}

.search-wrapper>a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: var(--Primary-Colors-White);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-wrapper>a:hover {
     color: var(--Primary-Colors-White);
}

.search-wrapper i.fa.fa-search, .search-wrapper i.fa.fa-times {
	font-size:20px;
}
.main-header.scrolled .search-wrapper>a {
   color: var(--Blue-2);	
}

.primary-nav .container {
	position:relative;
}

.navbar-container {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: baseline;
}

.primary-nav .navbar-nav>.nav-item>a {
    padding: 0px 16px;
	color: var(--Black-Shades-500);
}		
		
.navbar-collapse {
    flex-grow: initial !important;
}	
		
.navbar-brand img {
    max-height: 50px;
}
	
.primary-nav .logo {
	display: flex;
    align-items: center;
}

.search-btn {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1.5px solid var(--Primary--Navy-Blue-500);
color: var(--Primary--Navy-Blue-500);
height: 40px;
width: 40px;
}

.search-btn>a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;	
}

.section-heading {
color: var(--Black-Shades-500);
font-family: Roboto;
font-size: 32px !important;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
letter-spacing: 0.16px;
text-transform: uppercase;
position: relative;
padding-bottom: 12px !important;
margin-bottom: 32px !important;
text-align: left;
}

.section-heading:before {
    content: '';
    background-color: var(--Primary--Navy-Blue-500);
    height: 5px;
    width: 120px;
    position: absolute;
    bottom: 0px;
}

.mobile-menu.active {
	background-color: var(--white);
}

@media screen and (min-width: 480px) {
	.desk-menu ul {
		padding-right: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.main-header.scrolled .primary-nav {
		 padding: 5px 0px;
	}
} 

@media screen and (max-width: 1180px) and (min-width: 1025px) {
	.desk-menu ul li a {
		padding: 0 4px !important;
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.search-wrapper {
		height: 100%;
		display: flex;
		align-items: center;
	}	
	
	.primary-nav .container {
		display: flex;
		align-items: center;
	}

	.mobile-buttons a, .mobile-buttons #mob-toggle {
		line-height: 100%;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 12px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid #fff;
		color: var(--Primary--Navy-Blue-500);		
	}	
	
	.main-header.scrolled .mobile-buttons #mob-toggle {
		border: 1px solid #000;
	}
	
	.mobile-menu {
		top: 4rem;
	}
	
	 .main-header.scrolled .language-select {
		width:82px;
	}	
	
	.mobile-buttons i.fa.fa-bars, .mobile-buttons i.fa.fa-times {
		color:#fff;
		font-size:22px;
	}
	
	.main-header.scrolled .mobile-buttons i.fa.fa-bars, .main-header.scrolled .mobile-buttons i.fa.fa-times {
		color:#000;
	}
	
}	


@media only screen and (max-width: 991px) {
	.top-nav ul.menu {
		display: none;
	}
	.header-top-links {
		justify-content: space-between;
	}	
}


@media only screen and (max-width: 600px) {
	.section-heading { 
		font-family: Roboto;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: 130%; /* 26px */
		letter-spacing: 0.1px;		
	}
	
	.header-top .container {
		padding:0px;
	}	
	
	.header-top {
		padding: 10px 16px 10px 10px;
	}	
	
	.primary-nav .search-wrapper div#search-form {
		right: 2%;
		width: 96%;
	}	
	
	.primary-nav .container {
		padding:0px 24px;
	}	
	
}	
	

/* Google Translate Start */
select.gt_selector.notranslate {
    overflow: auto;
    width: 90px;
    background-color: transparent;
    color: var(--Primary-Colors-White); 
    border: none;
	font-weight: 500;
    font-size: 18px;
	font-family: "Roboto", sans-serif;	
    box-sizing: border-box;
    padding: 8px;	
}


select.gt_selector.notranslate::-webkit-scrollbar {
 visibility:hidden;
}

select.gt_selector.notranslate::-webkit-scrollbar {
  width: 8px;
  height: 6px;
 background-color: var(--Primary-Colors-White); 
}

select.gt_selector.notranslate::-webkit-scrollbar-thumb {
    background: #8b8b8b  !important;
	border-radius:12px;
}

.main-header.scrolled select.gt_selector.notranslate {
	color: var(--Blue-2) !important;
}


/* CSS */
.main-header select.gt_selector {
	background: transparent;   /* transparent background initially */
	color: var(--White);
}

/* When a real option is selected the select becomes :valid -> color black */
.main-header select.gt_selector:valid {
 color: var(--White);
 background-color: rgba(0, 0, 0, 0.01);	
}

/* Improve dropdown options readability when opened (some browsers ignore this) */
.main-header select.gt_selector option {
  color: black;
}

/* Optional: keep white text while focused if still invalid (placeholder) */
.main-header select.gt_selector:invalid:focus {
  color: white;
}

/* Google Translate End */


.submenu-visible { /*developer */
  display: block !important;
}


/* ------  updated megamenu with images start ----------*/
.mega-menu-visible {
	display: block !important;
    clear: both;
    width: 100%;
    background-color: var(--white);
    /* padding: 20px 30px; */
    padding: 0px 15px 0px 30px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0px;
    margin: 0.4px auto !important;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    overflow-y: scroll;
    height: 440px;
    max-height: 100%;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}

.desk-menu>ul.menu>li.menu-item:hover > div.mega-menu-wrapper {
	display: block !important;
	clear:both;
    width: 100%;	
    background-color: var(--white);
    /* padding: 20px 30px; */
	  padding: 0px 15px 0px 30px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0px;
    margin: 0.4px auto !important;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);	
	overflow-y:scroll;
	height:440px;
	max-height:100%;
	border-bottom:20px solid transparent;
	border-top:20px solid transparent;
	scrollbar-height: 100px;
}

.desk-menu > ul.menu>li.mega-menu.menu-item >.mega-menu-wrapper > ul.sub-menu.mega-left {
float:left !important;
width: 60%;
}

.desk-menu > ul.menu>li.mega-menu.menu-item >.mega-menu-wrapper > div.mega-menu-image {
width: 40%;
float:right !important;
}

.desk-menu > ul.menu>li.mega-menu.menu-item >.mega-menu-wrapper > div.mega-menu-image > img {
	max-height:100%;
	height:400px;
	width:100%;
	object-fit:cover;
	margin-right:20px;
}

.desk-menu > ul.menu>li.mega-menu.menu-item >.mega-menu-wrapper > ul.sub-menu.mega-left > li.menu-item {
	width:33%;
	padding-right:16px;
	float:left;
}

.desk-menu > ul.menu > li.mega-menu.menu-item > div.mega-menu-wrapper > ul.sub-menu.mega-left > li.menu-item > a {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-navy-dark) !important;
	text-transform: uppercase;
	    padding: 0;
}

.desk-menu > ul.menu > li.mega-menu.menu-item > div.mega-menu-wrapper > ul.sub-menu.mega-left > li.menu-item > a:hover {
	color: var(--link-color) !important;
	text-decoration:underline;
}

.desk-menu > ul.menu > li.mega-menu.menu-item > div.mega-menu-wrapper > ul.sub-menu.mega-left > li.menu-item > ul.sub-menu.mega-left > li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 25px;
    color: var(--Black-Shades-400);
    font-weight: 400;
	text-transform:capitalize;
}


.desk-menu > ul.menu > li.mega-menu.menu-item > div.mega-menu-wrapper > ul.sub-menu.mega-left > li.menu-item > ul.sub-menu.mega-left > li a:hover {
		text-decoration:underline;
}

.mega-menu-wrapper {
    display: none;	
}

/* --- banner scroller starts ---  */
/* Chrome, Edge, Safari */
.desk-menu>ul.menu>li.menu-item:hover > div.mega-menu-wrapper::-webkit-scrollbar {
scrollbar-color: auto #e0e0e0 !important;
  width: 4px !important;  /* adjust as needed */
	
}

.desk-menu>ul.menu>li.menu-item:hover > div.mega-menu-wrapper::-webkit-scrollbar-thumb {
  background: #999;   /* scrollbar color */
  border-radius: 5px;
}
.desk-menu>ul.menu>li.menu-item:hover > div.mega-menu-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}

.desk-menu>ul.menu>li.menu-item:hover > div.mega-menu-wrapper::-webkit-scrollbar-button {
  display: none;   /* hides the ▲ and ▼ arrows */
}

/* --- banner scroller end ---  */
/* ------------  updated megamenu with images end ----------------*/


/* side bar disc */
.bout-us-aside ul.sidebar-nav-list li ul.grandchildren {
    margin: 4px 0px 4px 0px !important;
}

/* =================================================================================== */

/* internal banner start start */
.int-banner {
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white);
	text-align: left;
	box-sizing: border-box;
	min-height: 500px;
	display: flex;
	align-items: center;
	position: relative;
}	


.int-banner p {
	padding: 24px 0px;
}	

.int-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 90%);
}

.int-banner .container {
	z-index:1;
	padding:0px 24px;
}
/* internal banner start end */


@media only screen and (max-width: 580px) {
	/*  home banner start */
    .hero-content h1, .int-hero-content h1 {
        font-size: 30px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.72px;
    }	
	
	.hero-controls {
		padding: 10px 12px;
	}	
	/* home banner start end */		
}	
	


/* language-select arrow start */
.language-select {
    position: relative;
}

.language-select i.fa.fa-chevron-down {
	position:absolute;
	right:2px;
	top:13px;
	color: var(--White);
}

.main-header.scrolled .language-select i.fa.fa-chevron-down {
	color: #222;
}


.main-header select.notranslate > i {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}

.main-header select.notranslate {
  display: block;
  margin: 0;
  border: none;
  outline: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  cursor: pointer;
}


-@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
	.language-select i.fa.fa-chevron-down {
		right: -23px;
	}
	
	select.gt_selector.notranslate {
		font-size: 16px !important;
	}	
}


@media screen and (max-width: 600px) {
    .language-select i.fa.fa-chevron-down, .main-header.scrolled .language-select i.fa.fa-chevron-down {
        right: 0px !important;
    }
	
	select.gt_selector.notranslate {
		font-size:16px !important;
	}
	
    .main-header .language-select, .main-header.scrolled .language-select {
        width: 82px !important;
    }	
}


/* language-select arrow end */

/*===============Header End===============*/




body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */		
}

body h2 {
    color: var(--Blue-2);
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;	
}

body h3, h4, h5, h6 {
    color: var(--Blue-2);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;	
}

/* global start */
.screen-reader-response {
    display: none;
}

a.linkedin-btn-links {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid var(--White);
	color: var(--White);
	text-decoration: none;
	font-size: 0.9rem;
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: opacity 0.3s;	
	padding: 3px 10px 3px 4px;
}

a.linkedin-btn-links i {
	height: 22px;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--White) !important;
	color: var(--Blue-1) !important;	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
}

a.linkedin-btn-links:hover {
	 color: var(--White) !important;
} 

.btn-primary-custom {
	background-color: var(--primary-color);
	color: white;
	padding: 10px 25px;
	border-radius: 5px;
	font-weight: 500;
	border: none;
}

.btn-primary-custom:hover {
	background-color: #0f2a6d;
}

.section-title {
color: var(--Blue-2);
font-family: "Roboto", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 46px; 
}

.title-short-desc {
color: var(--Blue-3);	
font-family: "Roboto", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

.lead-desc {
font-family: Roboto;
font-size: 20px !important;
color: var(--Blue-3);	
font-style: normal;
font-weight: 400;
line-height: 28px; 
}

.text-heading-small {
color: var(--Blue-2);
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 116.667% */
letter-spacing: -0.24px;	
margin-bottom: 8px;
min-height:52px;
}

.mb-36 {
  margin-bottom: 36px;
}

.gap-spacing {
	padding:36px 0px;
}

.section-padding {
	padding:40px 0px;
}

.ctabtn-primary-blue {
	min-height: 44px;
	padding: 0px 16px 0px 22px;
	border-radius: 8px;
	background: var(--Primary-Colors-Deep-Sky-Blue);
	color: var(--White) !important;
	text-decoration: none;
	gap: 10px;
	margin-right: 10px;
	transition: 0.1s;
	/* min-width: 220px; */
	display: inline-flex;
	justify-content: space-between;
	text-align: center !important;
	align-items: center;	
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 41px;
	margin-bottom:5px;
}

.ctabtn-primary-blue span {
    border-right: 2px solid var(--White);
    padding-right: 12px;
	width:100%;
}

.ctabtn-primary-blue > i.fa-arrow-right-long {
	margin-left:7px;
	transition: transform 0.3s ease;
}

.ctabtn-primary-blue:hover i.fa-arrow-right-long  {
  transform: translateX(5px);
}

.ctabtn-primary-blue:hover, .ctabtn-primary-blue:focus, .ctabtn-primary-blue:active {
	color: var(--White) !important;
}

.ctabtn-primary-white {
	height: 42px;
	padding: 0px 20px 0px 24px;
	border-radius: 8px;
	background: var(--White);		
	color: var(--Blue-1);		
	text-decoration: none;
	gap: 10px;
	margin-right: 10px;
	transition: 0.1s;
	display: inline-flex;
	justify-content: space-between;
	text-align: center !important;
	align-items: center;	
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 41px;
	margin-bottom:5px;
	border: 1px solid var(--blue-15, rgba(0, 89, 141, 0.15));
}

.ctabtn-primary-white span {
    border-right: 2px solid var(--Blue-1);
    padding-right: 12px;
	width:100%;
}


.ctabtn-primary-white > i.fa-arrow-right-long {
	margin-left:7px;
	transition: transform 0.3s ease;
}

.ctabtn-primary-white:hover i.fa-arrow-right-long  {
  transform: translateX(5px);
}

.ctabtn-primary-white:hover, .ctabtn-primary-white:focus, .ctabtn-primary-white:active {
	color: var(--Blue-1) !important;
}

.int-hero-content .ctabtn-primary-blue span, .hero-slider .ctabtn-primary-blue span {
    border-color: #000 !important;
}

.hero-slider .ctabtn-secondary {
	background: var(--White) !important;
	color: var(--Primary-Colors-Deep-Sky-Blue) !important;	
	height: 42px;
	padding: 6px 20px 6px 24px;
	border-radius: 8px;
	text-decoration: none;
	gap: 16px;
	margin-right: 10px;
	transition: 0.1s;
	display: inline-flex;
	justify-content: space-between;
	text-align: center !important;
	align-items: center;	
	text-decoration: none;
	display:inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;	
}

.ctabtn-secondary:hover {
	color: var(--White);
}

.ctabtn-secondary > i.fa-arrow-right-long {
	margin-left:7px;
	transition: transform 0.3s ease;
}

.ctabtn-secondary:hover i.fa-arrow-right-long  {
  transform: translateX(5px);
}


/* -----  cta banner large  start ----------- */
.cta-section {
    background: url(https://infojini-new.infojinicloud.com/wp-content/uploads/2025/10/cta-banner.png) no-repeat center center / cover;
    padding: 80px 0;
}

.cta-section .cta-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.cta-section .cta-heading {
    color: var(--Blue-2) !important;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 0;	
}

@media only screen and (min-width: 1200px) {
	.cta-section .cta-box .cta-text {
		width:70%;
	}	
}

/* -----  cta banner large end ----------- */

/* cta banner small start */	
.cta-banner-small {
	background: #00598D url("/wp-content/uploads/2025/12/cta_inner_small.png") no-repeat top center;
	background-size:cover;
	padding:16px;
}
	
.cta-banner-small .cta-title {
	margin:0px;
	color: var(--White, #FFF);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 116.667% */
	letter-spacing: -0.24px;
}
.cta-banner-small .cta-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 600px) {
	.cta-banner-small .cta-banner-content {
		flex-direction: column;
	}	
}
/* cta banner small end */	

.heading-label-3 {
    color: var(--Blue-2);
    font-family: "Roboto", sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.heading-label-4 {
	color: var(--Blue-2);
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 133.333% */
	letter-spacing: -0.72px;
}

/* zoom */
.zoom-container {
overflow: hidden;
transition: transform 0.3s ease;
}

.zoom-container:hover {
transform: scale(1.0); /* Zooms in 20% */
}

@media only screen and (min-width: 1400px) {
	.section-title {
		font-size: 42px !important;
		line-height: 56px !important; 
	}
}


@media screen and (min-width: 992px) and (max-width: 1399px) {
	.text-heading-small {
		font-size: 18px;
		min-height:52px;
	}
}

@media only screen and (max-width: 600px) {
	.ctabtn, .ctabtn-primary-blue, .ctabtn-primary-white {
		width:100%;
		margin:8px 0px;
	}
	
	.section-title, .cta-heading {
		font-size: 30px;
		line-height: 40px; 
	}	
	
	.section-padding {
		padding: 40px 16px;
	}	
	
	.containerwrapper .entry-content {
		padding:0px 16px;
	}	
}


/* global end */

/* -------------------------------------------------------------- */


 /* === Hero Section Start === */
    .hero-slider {
      position: relative;
      overflow: hidden;
	  background-color: #2f2f2f !important;
		transform: translate3d(0, 0, 0);
    }

    .hero-slide {
      position: relative;
      display: flex !important;
      align-items: center;
      background-size: cover;
      background-position: center;
      color: var(--Primary-Colors-White);
    }

	.hero-slide.slick-slide {
		padding: 0px 8px;
	}

    .hero-slide video {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      /* max-width: 590px; */
		max-width: 700px;
	  background-color: rgba(0, 0, 0, 0.01);
    }

    .hero-content h1 {
		color: var(--Primary-Colors-White);
		font-family: "Roboto", sans-serif;
		/* font-size: 60px; */
		font-size: 42px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
		letter-spacing: -2px;
    }

    .hero-content p {
		color: var(--Primary-Colors-White);		
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
		padding:24px 0px;
    }

    .hero-buttons a {
		height: 42px;
		padding: 6px 20px 6px 24px;
		border-radius: 8px;
		background: var(--Primary-Colors-Deep-Sky-Blue);
		color: var(--Primary-Colors-White) !important;
		text-decoration: none;
		gap: 16px;
		margin-right: 10px;
		transition: 0.1s;
		
		min-width: 230px;
		display: inline-flex;
		justify-content: space-between;
		text-align: center !important;
		align-items: center;		
    }

    .hero-buttons a:hover, .hero-buttons a:focus, .hero-buttons a:active {
		color: var(--Primary-Colors-White) !important;
	}

    .hero-buttons a i.fa.fa-arrow-right {
		margin-left: 16px;
		transition: transform 0.3s ease;
		position:relative;
		margin-left:24px;
    }

    .hero-buttons a:hover i.fa.fa-arrow-right {	
		/*transform: translateX(5px);
		transition: transform 0.3s ease;*/	`		
    }


	.hero-buttons a i.fa.fa-arrow-right:after {
		content: "";
		width: 1px;
		height: 43px;
		background-color: #000;
		position: absolute;
		left: -15px;
		top: -14px;
	}


    .hero-buttons a:hover {
		color: var(--Primary-Colors-White);
    }

    /* === Overlay Tabs and Arrows === */
    .hero-controls {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      z-index: 5;
      display: flex;
	  justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      padding: 10px 20px;
    }

    .hero-control-inner {
      display: flex;
      align-items: center;
      background: rgb(96 96 96 / 64%)
      border-radius: 6px;
      padding: 6px 20px;
      backdrop-filter: blur(6px);
    }

    /* Arrows */
    .hero-arrows { margin-right:16px; }
    .hero-arrows button {
      background: rgba(255, 255, 255, 0.20);
      color: var(--Primary-Colors-White);
      border: none;
      width: 40px;
      height: 41px;
      border-radius: 6px;
      /*margin-right: 10px;*/
      font-size: 18px;
      cursor: pointer;
      transition: all 0.1s;
    }

    .hero-arrows button:hover {
      background: #0078d7;
    }

    /* Tabs */
    .hero-tabs {
      display: flex;
      gap: 2px;
      flex-wrap: wrap;
    }

    .hero-tab {
		padding: 6px 24px;
		background: rgba(255, 255, 255, 0.20);
		cursor: pointer;
		border-top: 2px solid transparent;
		width:200px; 
		text-align:center;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; 
		color:rgba(255, 255, 255, 0.60);;
    }

    .hero-tab.active {
       color: var(--White);
      border-color: var(--White);
    }

	.hero-tab:first-child {
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	}

	.hero-tab:last-child {
	border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	}

    /* Responsive */

	@media only screen and (min-width: 1400px) {
		.hero-tab {
			font-size: 16px !important;
			width:230px !important;
		}
		
		.hero-slide {
		  height: 115vh !important;
		  margin-top:-100px;
		}	
		
		.hero-buttons a {
			height: 52px !important;
		}	
		
		.hero-tab {
		  padding: 12px 24px;		

		}
		
		.hero-arrows button {
			width: 56px;
			height:48px;
		}						
}


@media only screen and (max-width: 1366px) {
	.hero-slide {
		min-height: 118vh !important;
		margin-top:-80px;
	}					
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.hero-tab {
		padding: 6px 6px;
		width: 164px;
	}
}

@media only screen and (max-width: 1024px) {
	.hero-tab.active {
		display:block;
	}	
	.hero-tab { 
		display:none;
		width: 93%;
		margin-left: 24px;
	}
	
	.hero-tab:first-child {
		-webkit-border-radius: 1px !important;
		-moz-border-radius: 1px !important;
		border-radius: 1px !important;
	 }
	
	.hero-arrows {
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: absolute;	
	}
	
    .hero-tabs {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }	
	
    .hero-slide {
        min-height: 94vh !important;
    }	
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-tab {
        width: 90%;
    }
	
    .hero-slide {
        min-height: 60vh !important;
    }		
}


@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2rem;
	}
	.hero-control-inner {
		flex-direction: column;
		gap: 10px;
		border-radius: 20px;
		padding: 10px 15px;
	}

	.hero-tabs {
		justify-content: center;
	}
	.hero-arrows {
		margin-right: 0;
	}
    .hero-tab {
        margin-left: 3px;
    }		
}


@media screen and (max-width: 600px) {
	.hero-buttons a {
		margin:5px 0px;
		min-width: 100%;
	}
    .hero-tabs {
        width: 84%;
    }	
	
    .hero-slide {
        margin-top: 0px;
        background-position-x: 62% !important;
        background-size: cover;
    }	
	
}

/* === Hero Section End === */


/*  =======  client logos start =======  */

.customer-logos .slick-slide {
  padding:10px;
}

.customer-logos .slick-slide img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */	
  width:auto;
  max-height:40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
}

.customer-logos .slick-slide img:hover {
	-webkit-filter: grayscale(0);
	filter: none;	
	cursor: pointer;
}

/*  =======  client logos end =======  */


/* Case Studies - Bringing Ideas to Life: Real-World Results start */
.case-studies {
	background: var(--light-blue);
	padding:40px 0px 20px 0px;
}


.feature-card-wrapper { 
	padding:0px 0px 36px 0px;
}

.feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  text-align: left;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.feature-card:hover {
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;	
}

.digital-transform {
	padding:24px;
}

.feature-card .card-image {
	width: 100%;
	height:260px;
	object-fit: cover;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;	
}


.card-location {
	color: var(--Primary-Colors-Deep-Sky-Blue);
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.card-heading {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;	
color: var(--Blue-2);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
letter-spacing: -0.24px;
margin-bottom:16px;	
min-height:52px !important;
}

.card-heading a {
color: var(--Blue-2);
text-decoration: none;
}

.card-heading a:hover {
text-decoration: underline;
}

.card-desc-text {
color: var(--Blue-3);
font-family: Roboto, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */	
}

@media only screen and (min-width: 1800px) {
	.card-location {
		min-height:45px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
	.card-location {
		min-height: 45px;
	}	
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
	.card-heading  { 
		font-size:18px;
	}
	.card-primary {
		padding:24px !important;
	}
}


@media screen and (max-width: 1024px) {
	.feature-card .card-image {
		height: initial !important;
	}
	
	.feature-card {
		margin-bottom: 24px;
	}
	
	.case-studies {
		padding: 48px 16px;
	}	
}

@media screen and (max-width: 991px) {
	.card-location {
		min-height: initial;
	}
	.card-heading {
		min-height: initial;
	}	
	
	.card-primary {
		padding:24px !important;
	}	
}
/* Case Studies - Bringing Ideas to Life: Real-World Results end */




/* ----------  Case Studie detail page (our solution) start -------- */
#our_solution .solution-row-full img:nth-child(odd) {
    float: left; /* or right */
	width: 49%;
	margin: 0px 32px 32px 0px;
}

#our_solution .solution-row-full .row:nth-child(odd) img {
    float: left; /* or right */
	width: 49%;
	margin: 0px 48px 32px 0px;	
}

#our_solution .solution-row-full img:nth-child(even) {
    float:right !important;
	width: 49%;
	margin: 0px 0px 32px 48px;
}

#our_solution .solution-row-full .row:nth-child(even) img {
    float:right !important;
	width: 49%;
	margin: 0px 0px 32px 32px;
}

.solution-section .solution-row-full ul {
	display: flow-root;
}


#our_solution img:nth-child(odd)::after, img:nth-child(even)::after {
    content: "";
    display: block;
    clear: both;   
}



@media only screen and (max-width: 767px) {
	#our_solution .solution-row-full .row:nth-child(even) img, #our_solution .solution-row-full .row:nth-child(odd) img {
		min-width:100%;
		margin:0px 0px 32px 0px;
		float:none;
		display:block;
	}
}
/* ----------  Case Studie detail page (our solution) end -------- */

/* -------------------------------------------- */

/* Our Technology Partners start */
.tech-partners {
  background: #004a80;
  background: var(--Primary-Colors-Deep-Sky-Blue);
  color: white;
  text-align: center;
  padding:40px 60px 70px 60px;
  box-sizing: border-box;
}

.partners-header{
	margin-bottom: 36px;
}

.tech-partners .partners-logo {
	padding: 2px 2px;
}

.tech-partners .partners-logo img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.tech-partners {
	  padding:48px 40px;
	}
}


/* Our Technology Partners end */

/* --------------------------------------------------------------------------- */
/* Our Consulting Process start */
.consulting-process {
	padding: 40px 60px 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
	background-size: cover !important;
}

.consulting-process .title-wrapper {
    max-width: 900px;
    margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.01);
	padding-bottom: 0px;
}

.process-image img {
border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;	
}

.process-steps-wrapper .gap-1 {
    padding: 3px 3px;
	display:table;
}

.process-steps-wrapper .gap-1:first-child .step-card {
border-radius: 0px 0px 0px 10px;
-webkit-border-radius: 0px 0px 0px 10px;
-moz-border-radius: 0px 0px 0px 10px;
}

.process-steps-wrapper .gap-1:last-child .step-card {
border-radius: 0px 0px 10px 0px;
-webkit-border-radius: 0px 0px 10px 0px;
-moz-border-radius: 0px 0px 10px 0px;
}

.step-card {
  background: var(--light-blue);
  padding: 20px;
  text-align: center;
  transition: transform 0.5s ease, background-color 0.5s ease;
  display:table-cell;
}

.step-number {
	background: var(--Primary-Colors-Deep-Sky-Blue);
	color: var(--Primary-Colors-White);
	font-weight: bold;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-right:16px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 166.667% */
	letter-spacing: -0.48px;		
}

.step-title {
color: var(--Primary-Colors-Deep-Sky-Blue);
font-family: "Roboto", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 32px; 
letter-spacing: -0.56px;
}

.step-desc {
color: var(--Blue-2);
font-family: "Roboto", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
text-align: left;
}


@media screen and (min-width: 992px) {
	.process-steps-wrapper {
		padding: 0px 8px !important;
	}
	
	.step-card {
   		 min-height: 162px;
	}	
	
}

@media screen and (max-width: 991px) {
	.process-steps-wrapper .gap-1 {
		padding: 3px 12px;
	}
	
	.consulting-process {
		padding: 48px 16px;
	}
	
	.process-steps-wrapper .gap-1:first-child .step-card {
	border-radius: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px 0px 0px 0px !important;
	-moz-border-radius: 0px 0px 0px 0px !important;
	}
	
	.process-steps-wrapper .gap-1:last-child .step-card {
		border-radius: 0px 00px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
	}	
	
}

@media screen and (max-width: 1024px) {	
	.step-card .step-desc {
		padding-left:59px;
	}
	
	.process-steps-wrapper .gap-1:first-child .step-card {
		border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
	}
	
	.process-steps-wrapper .gap-1:last-child .step-card {
		border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
	}	
	
}


@media screen and (max-width: 1024px) {
	.consulting-process {
		background-image:none !important;
		background-color: #004c76 !important;
	}

}
/* Our Consulting Process end */


/* -------------------------------------------------------------------------- */
/* Our Service Offerings stat */
.services {
  background: var(--Blue-4);
  text-align: center;
}
.services .row-lane-1 {
	padding-bottom:40px;
}

.services .row-lane-1 .col-lg-3:first-child .card-primary {
    border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
}

.services .row-lane-1 .col-lg-3:last-child .card-primary {
border-radius: 0px 0px 10px 0px;
-webkit-border-radius: 0px 0px 10px 0px;
-moz-border-radius: 0px 0px 10px 0px;
}

.services .row-lane-1 .col-lg-3:nth-child(4) .card-primary {
    border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
}

.services .row-lane-1 .col-lg-3:nth-child(5) .card-primary {
    border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
}

div.gutter-2 {
    padding: 2px;
}

div.gutter-36 {
    padding: 20px 0px 36px 0px;
}

.services .container {
	padding: 16px;
}

.services .title-wrapper {
	margin:0 auto;
	padding-bottom:30px;
	text-align:center;
}

.title-wrapper {
	text-align:center;
	padding-bottom:36px;
}

.services__title {
  font-size: 1.8rem;
  color: #004b91;
  margin-bottom: 0.5rem;
}

.services__subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

.services__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.equal-height-cell {
    display: table;
}

.card-primary {
background: var(--Primary-Colors-White);
padding: 32px;
text-align: left;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: transform 0.3s ease;
display: table-cell;	
}

.card-primary:hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card-primary:hover .card-heading a {
	text-decoration: underline;
}

.card-primary .bem-card-icon {
	min-height:48px;
	margin-bottom: 24px;
}

.card-primary-desc {
overflow: hidden;
color: var(--Blue-2);
text-overflow: ellipsis;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px;  
margin-bottom: 0px;
}

.card-primary .card-heading {
	min-height:initial;
}


/* Button */
.services__button {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.button--primary {
  background-color: #004b91;
  color: #fff;
}

.button--primary:hover {
  background-color: #00356e;
}

.cta-primary-wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
/* Our Service Offerings stat */



/* ------------------------------------------------------------------------------ */
/* testimonial section start */

.testimonial-section {
	padding: 40px 0px;
}
.testimonial-title-wrapper {
    margin-bottom: 40px;	
}

.testimonial-card {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 350px;
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.testimonial-card-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ccc; /* Placeholder for image */
  overflow: hidden;
}

.testimonial-card-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-card-info {
  display: flex;
  flex-direction: column;
}

.testimonial-card-name {
  font-weight: bold;
  font-size: 1rem;
}

.testimonial-card-role {
  font-size: 0.85rem;
  color: var(--Blue-2);	
}

.testimonial-card.slick-current.slick-active .testimonial-card-role {
  color: var(--White);	
}

.testimonial-card-quote-icon {
  position: absolute;
  top: 20px;
  right: 6%;
  font-size: 1.5rem;
  opacity: 0.6;
}

.testimonial-card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.testimonial-card.slick-current.slick-active {
border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;	
background: var(--Blue-1) !important;
 color: var(--White);
}

.testimonial-card .slick-slide.slick-active, .testimonial-card .slick-slide.slick-current.slick-active.slick-center{
      background-color: #002439 !important;
	  color: var(--Primary-Colors-White);	
}

.testimonial-card .slick-initialized .slick-slide {
background: var(--light-blue) !important;
color: var(--Secondary-Colors-Dark);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */	
}


.testimonial-section .slick-initialized .slick-slide {
    border-right: 2px solid #fff;
	width:500px;
	min-height:338px;
	background: var(--light-blue);
}	

.testimonials-controls .testimonials-arrows button {
	padding:0px;
	line-height:50px;
	width:60px;
	border:1px solid var(--Primary-Colors-Deep-Sky-Blue);
	background: var(--Primary-Colors-White);
	color: var(--Primary-Colors-Deep-Sky-Blue);	
}

.testimonials-controls .testimonials-arrows button:hover, .testimonials-controls .testimonials-arrows button:focus:not(:focus-visible), .testimonials-controls .testimonials-arrows button:focus:not(:focus-visible), .testimonials-controls .testimonials-arrows button:active  {
	color: var(--Primary-Colors-White);
	background: var(--Primary-Colors-Deep-Sky-Blue);
}

.testimonials-controls .testimonials-arrows button.prev {
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;	
}

.testimonials-controls .testimonials-arrows button.next {
border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;	
}


.testimonial-section .slick-dots li button:before {
	font-size: 56px ;
}

.testimonials-controls .testimonial-dots {
	position: relative;
}

.testimonials-arrows {
	display:none;
}

.testimonial-section .testimonial-slider {
	padding-left:6%;
}

/* Responsive */

@media screen and (max-width: 600px) {
	.testimonial-section .slick-initialized .slick-slide {
		min-height: 380px !important;
		max-height: 100%;
		padding: 24px;
	}	
	.testimonial-card.slick-current.slick-active, .testimonial-section .slick-initialized .slick-slide {
		border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
	}	
	
	.testimonial-section .testimonial-slider {
		padding: 0px 8px !important;
	}
}

@media (max-width: 768px) {
  .testimonial-section .testimonials {
	flex-direction: column;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
	.testimonial-section .slick-initialized .slick-slide {
		min-height: 410px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-section .slick-initialized .slick-slide {
		min-height: 350px;
	}	
}

@media screen and (max-width: 1024px) {
	.testimonial-section .testimonial-slider {
		padding-left: 4%;
	}
}
	
@media screen and (min-width: 1024px) {
	.testimonials-controls .testimonial-dots {
		visibility: hidden;
	}	
	.testimonials-arrows {
		display:block;
	}
}

	
@media screen and (min-width: 2000px) {
	.testimonial-section .testimonial-slider {
		padding-left: 0%;
		max-width:1320px;
		margin:0 auto;
	}

}
/* testimonial section end */


/*----------------------------------------------------------------------------------------- */
/* Form Section Layout start  */
.consultation-section {
    /*background: #00598D url(../images/organization.jpg) no-repeat fixed center;*/
	 background: #00598D no-repeat fixed center;
    background-size: cover;
	padding: 56px 0px;
}
.consultation-left {
  /*padding: 60px 40px; */
    display: flex;
    align-items: center;	
}

.consultation-left .section-title {
	margin-bottom:32px;
}

.consultation-content {
  max-width: 100%;
}

.consultation-subtitle {
	color: var(--Primary-Colors-White);
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	margin-bottom: 32px;
}


/* Right Side */
/* Form Section Layout start  */
.consultation-form {
  background-color: var(--Primary-Colors-White);
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 32px 32px 17px 32px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.form-input, .form-textarea {
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid var(--blue-15, rgba(0, 89, 141, 0.15));
	background: var(--White);
}

.form-input::placeholder, .form-textarea::placeholder {
color: var(--Blue-1, #00598D);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
}


.form-textarea {
  height: 100px;
  resize: none;
}

.form-button {
	border-radius: 8px;
	border: 1px solid var(--Primary-Colors-Deep-Sky-Blue);
	background: var(--Primary-Colors-Deep-Sky-Blue);
	padding:8px 16px;
	color: var(--Primary-Colors-White);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */	
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);	
	margin-bottom:8px;
}

span.wpcf7-not-valid-tip, .invalid .wpcf7-response-output {
	color:red;
}
.sent .wpcf7-response-output {
	color: #008000;
}
.consultation-form .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.consultation-form .form-row span {
    width: 100%;
}

@media screen and (min-width: 1024px) {
	div.consultation-right {
	   padding-left: 30px;	
	}
}

@media screen and (max-width: 600px) {
	.consultation-form {
		padding: 32px 16px 16px 16px;
	}
}

/* Form Section Layout end  */

/*sidebar form */
.sidebar-form-wrapper {
    padding: 16px;
    background: var(--White);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* --------------------------------------------------------------------------------*/


/*  Creating Incremental Statistics section start */
.stats-section {
    /*background: #00598D url(../images/stats-bg.jpg) no-repeat fixed center;*/
	 background: #00598D no-repeat fixed center;
    background-size: cover;
}

.stats__image {
  flex: 1;
  background: url('your-image.jpg') center/cover no-repeat;
}

.stats-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.stats-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 250px;
  background-color: rgba(0, 91, 150, 0.9);
  color: var(--Primary-Colors-White);
}

.stats-item:nth-child(odd) {
    border-left: 0;
}

.stats-item:nth-child(even) {
    border-right: 0;
}

.stats-number {
color: var(--Primary-Colors-White);
font-family: "Roboto", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 72px; 
letter-spacing: -1.28px;
}

.stats-label {
color: var(--Primary-Colors-White);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
}

@media only screen and (max-width: 991px) {
	.stats-content {
		width: 984px;
	}	
}	



@media only screen and (max-width: 991px) {
	.stats-content {
	  width: 100%;
	}
	
	.stats-section {
		padding: 32px;
	}
	.stats-number {
		font-size: 36px;
	}	
	
	.stats-label {		
		font-size: 16px;
	}	
	
}

/*  Creating Incremental Statistics section end */


/* ------------------------- blog, event, date start  ----------------------------------*/

.updates-section {
    background: var(--White);
    padding: 40px 60px 40px 60px;
}

.updates-section-header {
	padding-bottom: 16px;
}

div.updates-wrapper {
	background: var(--blue-15);
	margin: 24px 0px;;
	padding:24px 26px;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	color: var(--Blue-2);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */	
}

.updates-card-body {
    display: flex;
    justify-content: space-between;
	margin-bottom: 32px;
	padding:2px;
}

.updates-card-body img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: auto;
	max-width:100%;
	height: 168px;
	object-fit: fill;	
}

.updates-card .blog-author-card, .updates-card .blog-author-item {
    gap: 24px;
	padding: 0px 2px;
}

.badge-rounded-pill {
padding: 4px 16px;
align-items: center;
border: 1px solid var(--Blue-1);
height: fit-content;
color: var(--Blue-1);
font-family: Roboto;
font-size:16px;
line-height:normal;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;	
}

.posted-grid {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--blue-15);
    padding: 32px 32px 0px 32px;
	margin-top: 16px;
}

.posted-grid .posted {
	color: var(--Blue-2, #002439);
	font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
	list-style: square;
}

.posted-grid .posted-link {
	list-style: none;
}

.updates-wrapper button.prev, .updates-wrapper button.next, .events-wrapper button.prev, .events-wrapper button.next {
	border: 1px solid var(--Blue-1);
	display: flex;
	height: 40px;
	padding: 16px;
	justify-content: center;
	align-items: center;
}

.updates-wrapper button.prev, .events-wrapper button.prev {
    border-radius: 8px 0px 0px 8px;
}

.updates-wrapper button.next, .events-wrapper button.next {
	border-radius: 0 8px 8px 0;
}

.updates-wrapper button:hover, .events-wrapper button:hover {
background: var(--Blue-1);
color: var(--White);	
}

.updates-wrapper .ctabtn-primary-blue {
	    margin-right: 0px;
}

.blogcard-arrows, .awards-arrows {
    display: flex;
	gap:2px;
}

.updates-wrapper .ctawrapr {
    padding: 24px 0px;
    border-top: 2px solid var(--White);
    margin-top: 24px;
}

.updates-wrapper .updates-footer, .events-wrapper .updates-footer {
    padding: 24px 0px;
    border-top: 2px solid var(--White);
    margin-top: 32px;	
}

.updates-wrapper .badge-rounded-pill, .events-wrapper .badge-rounded-pill {
	color: var(--Blue-2);
	border: 1px solid var(--Blue-2);
}

.events-wrapper {
    background: var(--blue-15);
	padding: 0px 10px;
    padding: 24px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	
	color: var(--Blue-2, #002439);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */	
}

.events-wrapper .event-location {
    font-size: 16px;
}

.events-wrapper .event-location i.fa-location-dot {
    margin-right:4px;
}

.events-wrapper .event-section .event-card-img {
	margin-bottom:32px;
}

.events-wrapper .event-section .event-card-img img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.event-footer {
    border-top: 2px solid var(--White);
    padding-top: 15px;
    margin-top: 15px;
}

.events-wrapper .event-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.events-wrapper .event-header .card-heading {
    min-height: initial !important;
}

.event-section .event-date {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.24px;
}

.event-section .event-date i.fa-calendar-days {
 margin-right:4px;
}

.blog-description, .awards-description, .event-description {
	/* border-bottom: 1px solid var(--blue-15); 
	 min-height: 92px;
	padding-bottom: 24px; */ 
    margin-bottom: 22px;
	font-size: 16px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}

@media screen and (max-width: 480px) {
	.updates-wrapper .updates-footer, .events-wrapper .updates-footer {
		flex-direction: column;
	}
	
	.updates-wrapper .updates-footer, .events-wrapper .updates-footer {
		padding-bottom:0px;
	}	
	
	.blogcard-arrows, .awards-arrows {
		margin-bottom: 14px;
	}	
	
	.updates-card-body {
		flex-direction: column-reverse;
	}	
	.events-wrapper .event-header {
		flex-direction: column-reverse;
	}
	
    .badge-rounded-pill {
        margin-bottom: 16px;
    }	
	
	.badge-rounded-pill {
		width: max-content;
	}	
	.updates-card-body img, .event-section img {
		margin-top: 16px;
		width:100%;
	}
	.updates-section-header {
		padding-bottom: 0px;
	}
	
    div.updates-wrapper {
        margin: 0;
    }
    .events-wrapper {
        margin-top: 24px;
    }	
	
	.updates-card .blog-author-card, .updates-card .blog-author-item {
		gap: 12px;
		flex-wrap: wrap;
	}
	
	.event-section .event-date {	
		margin-bottom: 8px;
	}
	
}



@media screen and (max-width: 390px) {
	div.updates-wrapper {
		padding: 16px;
	}	
    .events-wrapper {
		padding: 16px;
    }	
	
	.event-section img {
		margin-bottom: 24px;
		margin-top:0px;
	}	
}
/* ------------------------- blog, event, date end  ----------------------------------*/



/*----   Pagination start -------  */
#pagination {
    display: flex;
    justify-content: center;
}

#pagination .dots {
	width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;	
	font-size: 24px;
}

#pagination [type=button]:not(:disabled), #pagination [type=reset]:not(:disabled), #pagination [type=submit]:not(:disabled), #pagination button:not(:disabled) {
cursor: pointer;
width: 40px;
height: 40px;
/* padding: 22px 1px 21px 1px; */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid var(--Blue-3, #455864);	
margin: 4px 0px 0px 4px;
	
color: var(--Blue-3, #455864);
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: normal;
line-height: normal;	
}

#pagination [type=button]:disabled, #pagination [type=reset]:disabled, #pagination [type=submit]:disabled, #pagination button:disabled, #pagination [type=button]:not(:disabled):hover, #pagination [type=reset]:not(:disabled):hover, #pagination [type=submit]:not(:disabled):hover, #pagination button:not(:disabled):hover {
width: 40px;
height: 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid var(--Blue-1, #00598D);
margin: 4px 0px 0px 4px;	
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: normal;
line-height: normal;
}

#pagination button:disabled[aria-current="page"] {
background: var(--Blue-1, #00598D);
color: var(--White, #FFF);	
}

.pagination li.page-item.active .page-link {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid var(--Blue-1, #00598D);
    background: var(--Blue-1, #00598D);
    color: var(--White, #FFF) !important;
    margin: 4px 0px 0px 4px;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
/*----   Pagination end -------  */




/* ====== Industry Section start  ====== */
.industry-section {
  background: var(--Primary-Colors-White);
  padding:40px 0px 50px 0px;
}

.industry-header {
  text-align: left;
  margin-bottom: 40px;
}

.industry-title {
  color: #004c76;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.industry-image img {
	width: 100%;
	max-height: 600px;
	min-height: 100%;
	object-fit: cover;
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;	
}

div.industry-info {
	flex: 1 1 45%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: 600px;
	border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
}

.industry-info::-webkit-scrollbar {
  width: 10px;
}

.industry-info::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.industry-info::-webkit-scrollbar-thumb {
 background-color: var(--Primary-Colors-Deep-Sky-Blue);   
  border-radius: 100px;
}

.industry-card {
transition: all 0.4s ease;	
background: var(--light-blue);
padding:32px;
border-bottom: 2px solid var(--Primary-Colors-White); 
}

.industry-card .industry-overview {
    display: none;
}

.industry-card .industry-card-meta, .industry-card .industry-overview {
color: var(--Primary-Colors-Black);
font-family: "Roboto", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */		
}

.industry-card:first-child {
border-radius: 0px 8px 0px 0px;
-webkit-border-radius: 0px 8px 0px 0px;
-moz-border-radius: 0px 8px 0px 0px;	
}

.industry-card:last-child {
border-radius: 0px 0px 8px 0px;
-webkit-border-radius: 0px 0px 8px 0px;
-moz-border-radius: 0px 0px 8px 0px;
border-bottom: none;
}

.industry-card-title {
color: var(--Primary-Colors-Black);
font-family: "Roboto", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}

.industry-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}

.industry-overview {
	display: none;
	cursor: pointer;	
}

.industry-card:hover .industry-overview {
	display: block;
	color: var(--Primary-Colors-White);
	height: max-content;
}

.industry-card:hover {
	background-color: #004c76 !important;
	color: var(--Primary-Colors-White);	
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* add soft shadow */	
}

.industry-card:hover .industry-card-title, .industry-card:hover .industry-card-meta {
	color: var(--Primary-Colors-White);	
}

.industry-card:hover .industry-card-title {
	font-size: 32px;
}


@media screen and (min-width: 1024px) {
	div.industry-info {
		padding-left: 0px;
	}
	
	div.industry-image {
	  padding-right: 0px;
	}	
}

@media screen and (max-width: 991px) {
	.industry-image img {
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;	
	}	
}

@media screen and (max-width: 600px) {
	.industry-card {
		padding:32px 16px 12px 16px !important;
		background-color: #004c76 !important;
		text-align:center;
	}
	
	.industry-card-title, .industry-card .industry-card-meta, .industry-card .industry-overview {
	color: var(--Primary-Colors-White) !important;	
	}
	
	.industry-card .industry-overview .industry-intro-text, .industry-card .industry-overview .industry-divider {
		display:none;
	}
	
	.industry-card .industry-overview {
		display: block !important;
	}		
}
/* ====== Industry Section end  ====== */


@media screen and (max-width: 1024px) {
	.consulting-process, .updates-section, .updates-section, .industry-section  {
		padding: 48px 32px;
	}	
}
@media screen and (max-width: 600px) {
	.consulting-process, .updates-section, .updates-section, .industry-section, .stats-section, .testimonial-section, .consultation-section {
		padding: 48px 16px;
	}	
}


/* Certifications and Accreditations start */
.certifications-section {
    padding: 36px 0px;
}

.certifications-section .certifications-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
	padding-top:16px;
}
.certifications-section .certifications-logos img {
    /* max-width: 110px; */
	max-width: 200px;
	width:100%;
	box-sizing:border-box;
	margin:16px
}

.certifications-section .certifications-logos .slick-next, .certifications-section .certifications-logos .slick-prev {
	background-color:red;
}

/* Certifications and Accreditations end */

/* ====================================== home p[age end ===========================  */





/*  ===========  about us page start ============  */

.int-hero-content {
    max-width: 790px;
	padding-top: 60px;
	background-color: rgba(0, 0, 0, 0.01);
}

.int-hero-content h1 {
    color: var(--Primary-Colors-White);
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2px;
}

.mission-vision {
   padding: 40px 0px 60px 0px;
   background: var(--White);
}

.mission-vision .text-muted {
    color: var(--Blue-3) !important;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.text-secondary-blue {
color: var(--Blue-3);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 128.571% */
letter-spacing: -0.56px;	
}

.mission-box {
	background: var(--Blue-4);
}



/* viewport width is 600px for mibile  */
@media screen and (max-width: 600px) {
	.mission-vision {
		padding: 32px 16px 62px;
	}

	.leadership-section {
		padding: 42px 16px;
	}
	.glance-section {
		padding: 42px 0px;
	}
	.core-values-section {
		padding: 42px 0;
	}
	.certifications-section {
		padding: 42px 0px;
	}

	.cta-section {
		padding: 42px 0px;
	}

	.case-studies {
		padding: 42px 16px;
	}

	.title-wrapper {
		padding-bottom: 0;
	}

	.feature-card-wrapper {
		padding: 42px 0px 0px 0px;
	}
}


/* ============================================================================ */

/* Ensure proper mobile scaling behavior */
@media (max-width: 600px) {
  .consultation-form .form-row .recaptcha .recaptcha-wrapper {
    display: inline-block;
    transform-origin: 0 0; /* top-left to avoid clipping */
  }
}

/* Scale down at small breakpoints */
@media (max-width: 360px) {
  .consultation-form .recaptcha-wrapper {
    transform: scale(0.9);
    height: calc(78px * 0.9); /* reserve vertical space for the scaled iframe */
  }
}

@media (max-width: 320px) {
  .consultation-form .recaptcha-wrapper {
    transform: scale(0.85);
    height: calc(78px * 0.85);
  }
}

@media (max-width: 280px) {
  .consultation-form .recaptcha-wrapper {
    transform: scale(0.8);
    height: calc(78px * 0.8);
  }
}


/*====================Footer STart======================*/

:root {

--Primary-Colors-Black: #000;
--Primary-Colors-White: #FFF;
--Primary-Colors-Deep-Sky-Blue: #00598D;
--Secondary-Colors-Dark: #333;	
--light-blue: #ECF2F5;	
	
}

body {
	font-family: "Roboto", sans-serif;
	color: var(--Primary-Colors-Black);
	overflow-x: hidden;
}


.footer-section {
	/* background: var(--Primary-Colors-Deep-Sky-Blue); */
	background: var(--Blue-2);
	color: white;
	padding: 60px 0 30px;
}

.footer-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: var(--Primary-Colors-White);
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
	color: var(--Primary-Colors-White);
}


.footer-bottom {
	border-top: 1px solid rgba(225,225,225, 0.3);
	color: var(--Primary-Colors-White);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */	
	display: flex;
	justify-content: center;
	padding: 24px 0px 0px 0px;
}

.footer-bottom .legal-links {
	display: flex;
	flex-wrap: wrap;
}

.footer-bottom .legal-links a {
	color: var(--Primary-Colors-White);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */	
	text-decoration: none;
}

.footer-bottom .legal-links li {
	margin-right: 32px;
}

.footer-bottom .legal-links a:hover {
	text-decoration: underline;
}

.footer-section .social-icons ul {
	list-style:none;
	margin:0px;
	padding:0px;
	display: flex;
}

.footer-section .social-icons ul li {
    border: 2px solid var(--White);
    margin-right: 10px;
    padding: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.footer-section .social-icons ul li a {
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	background: var(--White);
	color: var(--Blue-2);
	height:26px;
	width:26px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
}

.footer-section .social-icons ul li a > i {
	font-size:16px;
	background: var(--White);
	color: var(--Blue-2);
}


@media only screen and (max-width: 600px) {
	.footer-bottom {
		flex-direction: column;
	}
	.footer-bottom .legal-links {
	flex-direction: column;
	}	
	.footer-section { 
		padding: 40px 16px 30px; 
	} 
	.footer-bottom .legal-links { 
		padding-left: 16px; 
	} 	
}

/* Footer End */

/* Back To Top arrow Start  */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  background-color: var(--Dark-Navy-Blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#backToTop:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}
/* Back To Top arrow End  */

/*===================Footer End=========================*/