@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');
 

/* ----------------------------------------------------------
General
 ------------------------------------------------------------ */
body{
    font-family: 'Onest', sans-serif;
    line-height: 1.5rem;
    font-size: 20px;
    /* background: url(../img/banner-slider/home-banner.png) no-repeat center top;
    background-size: 100%; */
/* background: #050521; */
} 

 
body {
    overflow-x: hidden;
}
 

.carousel-inner {
 background: #050521; 
}

html{
  scroll-behavior: smooth;
}

.navbar-expand-xl {
  position: fixed;
  margin: auto;
  text-align: center;
  width: 100%;
  z-index: 999;
}

* {
  margin: 0px;
  padding: 0px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
--bs-gutter-x: 0;
--bs-gutter-y: 0;
  overflow: hidden;
}


.container-xxl {
  max-width: 1440px; 
  --bs-gutter-x: 0;
--bs-gutter-y: 0;

}

.container {
  width: 1140px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.container-lg {
  width: 960px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none;
}

 

.form-control:focus,
.btn:focus,
button:focus{
    box-shadow: none;
    outline: none;
}
 
.mw-10{
  max-width: 10%;
}
.mw-20{
  max-width: 20%;
}
.mw-25{
  max-width: 25%;
}
.mw-30{
  max-width: 30%;
}
.mw-40{
  max-width: 40%;
}
.mw-50{
  max-width: 50%;
}
.mw-60{
  max-width: 60%;
}
.mw-70{
  max-width: 70%;
}
.mw-80{
  max-width: 80%;
}
.mw-90{
  max-width: 90%;
}
.mw-95{
  max-width: 95%;
}
.mw-98{
  max-width: 98%;
}
.mw-100{
  max-width: 100%;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.min-vh-40 {
	min-height: 40vh !important;
}
.min-vh-25 {
	min-height: 25vh !important;
}
.margin--10{
    margin-top:-10%;
}
.margin--5{
    margin-top:-5%;
} 

.menu-bg {
  background: rgba(239,96,0,0.2); /* translucent white */
  backdrop-filter: blur(10px);
  border-radius: 36px;
  height: 50px;
}
 

.navbar.navbar-expand-md {
	margin-top: 15px;
}
.navbar-expand-md .navbar-nav .nav-item {
	margin: 0px 16px;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
  line-height:34px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
  font-size: 17px;
  line-height: 34px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  margin: 0px 17px;
  /* margin: 0px 25px; */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
  background: url(../img/menu-active.png) no-repeat center bottom;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 17px;
	color: #fff;
	text-align: left;
	list-style: none;
  font-weight: 400;
  background: rgba(255,255,255,0.9); /* translucent white */
  backdrop-filter: blur(10px);
 border-radius: 10px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #333;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #EF6000;
	background-color: transparent;
}

/* .navbar-light .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
	background: #fff;
} */

a.hire-resources {
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding: 15px 25px;
	color: #000 !important;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}

a.hire-resources:hover {
  color: #fff !important;
  background: #EF6000;
}

.carousel-inner {
  background-color: #050521;
}
.carousel-item img {
  vertical-align: top;
}

.carousel-caption {
  position: absolute;
  width: 605px;
  color: #fff;
  text-align: center;
  margin: 0% auto 0px;
  padding-bottom:0%;
  bottom:50px;
}

.carousel-item h1 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto 0px;
  font-family: 'gt_walsheimbold';
  padding-bottom: 5px;
}

.carousel-item h2 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold';
  padding-bottom:20px;
}

.carousel-indicators .active {
	opacity: 1 !important;
	width: 24px !important;
	height: 8px !important;
	background-color: #fff !important;
	border-radius: 4px !important;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 8px;
	height: 8px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 0;
  border-radius: 50%;
	opacity: .5;
	transition: opacity .6s ease;
}

.serve_humanity {
padding:5% 0px 10.5%;
margin: 0px auto;
background: url(../img/orange-bg.png) no-repeat bottom center #fff;
background-size: contain;
}

.serve_humanity .title-bg {
  background:url(../img/text-bg.png) no-repeat center 10px;
  background-size: contain;
}

.serve_humanity h2 {
  font-size: 33px;
  color:#333333;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;

}

.serve_humanity h3 {
  font-size: 33px;
  text-align: center;
  font-family: 'gt_walsheimbold', sans-serif;
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 20%;
  margin: 0px auto;
}

.serve_humanity_content {
  margin: 5% auto 3%;
  text-align: center;
}
.serve_humanity_content p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
}

.serve_humanity .points {
 background: url(../img/Rectangle-bg.png) no-repeat center top;
 width: 220px;
 height: 69px;
 line-height: 43px;
 text-align: center;
 padding:10px 10px;
 background-size: cover;
 margin: 10px 13px;
 color: #333333;
 font-family: 'gt_walsheimbold', sans-serif;
}


.what-we-do {
  background: #fff;
  padding:5% 0px 5%;
  margin: 0px auto;

}

.what-we-do  h2 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width: 20%;
}


.what-we-do h3 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.what-we-do .container-lg{
  background:url(../img/heading-bg.svg) no-repeat right 10px;
  background-size: contain;
}

.what-we-do .tab-bg {
  background: url(../img/tab-content-bg.png) no-repeat center -25px #fff;
  background-size:88%;
}

.what-we-do .tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.what-we-do .tabs-container nav ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.what-we-do .tabs-container nav ul li {
  cursor: pointer;
  color: #333333;
  border-top: 0px solid #eee;
  padding: 0px 0px;
  font-size: 17px;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
}

.what-we-do .tabs-container nav ul li:hover {
  color: #3e4b58;
}

.what-we-do .tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

/* the nitty gritty */

.what-we-do .tabs-container {
  position: relative;
  padding:3% 0px 2%;
  margin: auto;
}

.what-we-do .tabs-container nav {
  max-width: 1140px;

}

.what-we-do .tabs-container nav ul {
  display: flex;
  flex-direction: column;
  background: #FDFDFD;
  border: solid 1px #EEEFF2;
  border-radius: 46px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  line-height: 50px;
}

.what-we-do .tabs-container nav ul li {
  order: 1;
}

.what-we-do .tabs-container nav ul li.active {
  order: 0;
}

.what-we-do .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.what-we-do .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.what-we-do .tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.what-we-do .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .what-we-do nav {
    background: transparent;
  }

  .what-we-do .tabs-container nav ul li.active {
    color: #EF6000;
    border-bottom: solid 3px #EF6000;
  }

  .what-we-do .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
  }

  .what-we-do .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0 0 0.2rem 0;
    border: none;
  }

  .what-we-do .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .what-we-do .tabs-container nav ul li.active {
    order: 1;
  }

  .what-we-do .tabs-container nav ul li.active:after {
    display: none;
  }
}

.what-we-do .tab-content {
  display: none;
  padding: 15px;
  position: relative;
}
.what-we-do .tab-content.current {
  display: block;
}

.what-we-do .tab-content .tab-description {
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 70px;
  width: 80%;
}

.what-we-do .tab-content .tab-description h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.what-we-do .tab-content .tab-description p {
  font-size: 17px;
 
}

.what-we-do .tab-content .more-info img {
  position: absolute;
  right: 50px;
  bottom: 45px;
}

.hire-on-demond {
  background: url(../img/blue-img.png) no-repeat center top #F9FDFF;
  padding:5% 0px 3%;
  margin: 0px auto;
}

.hire-on-demond .hire-content {
  margin: 0px 0px 0px 32%;
}


.hire-on-demond .hire-content h2 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width: 65%;
}


.hire-on-demond .hire-content h3 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.hire-on-demond .hire-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

.hire-on-demond .hire-content ul {
  margin: 20% 0px 8%;
  padding: 0px;
}

.hire-on-demond .hire-content ul li {
list-style: none;
background: url(../img/icons/hire-bullet.svg) no-repeat left 10px;
padding-left: 40px;
font-size: 20px;
margin-bottom: 15px;
font-family: 'gt_walsheimmedium', sans-serif;
text-transform: capitalize;
}


.hire-on-demond .know-more {
	background: #DEEAF3;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #000;
  font-weight: 700;
  border: solid 1px #005193;
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
}

.hire-on-demond .know-more:hover {
	background: #005193;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #fff;
  font-weight: 700;
  border: solid 1px #DEEAF3;
  width: 200px;
  text-transform: uppercase;
}

.hire-on-demond .know-more a {
  color: #000;
  text-decoration: none;
}

.hire-on-demond .know-more a:hover, .hire-on-demond .know-more:hover a {
  color:#fff;
}


.pioneering {
  background:#fff;
  padding:5% 0px 3%;
  margin: 0px auto;
}

.pioneering .pioneering-content {
  margin: 0px 30% 0px 16%;
}


.pioneering .pioneering-content h3 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 20px;
}


.pioneering .pioneering-content h2 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.pioneering .pioneering-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}


.pioneering .pioneering-content .know-more {
	background: #DEEAF3;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #000;
  font-weight: 700;
  border: solid 1px #005193;
  width: 200px;
  margin-top: 50px;
  text-transform: uppercase;
}

.pioneering .pioneering-content .know-more a {
  color: #000;
  text-decoration: none;
}

.pioneering .pioneering-content .know-more:hover {
	background: #005193;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #fff;
  font-weight: 700;
  border: solid 1px #DEEAF3;
  width: 200px;
  text-transform: uppercase;
}
 

.pioneering .pioneering-content .know-more a:hover, .pioneering .pioneering-content .know-more:hover a {
  color:#fff;
}

.cybersecurity {
  background: url(../img/next-gen-cybersecurity.png) no-repeat center top;
  padding:5% 0px 3%;
  margin: 0px auto;
  color: #fff;
  background-size: cover;
}

.cybersecurity .cybersecurity-content {
  margin: 7% 0px;
  padding-right: 15%;
}

.cybersecurity .cybersecurity-content h3 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 20px;
  width: 80%;
}


.cybersecurity .cybersecurity-content h2 {
  font-size: 33px;
  color:#fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.cybersecurity .cybersecurity-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #cdf7ff;
  font-weight: 300;
}


.cybersecurity .cybersecurity-content .secure-now {
	background: #2F151A;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px;
	color: #fff;
  font-weight: 700;
  border: solid 1px #EF6000;
  width: 180px;
  margin-top: 50px;
  text-transform: uppercase;
}

.cybersecurity .cybersecurity-content .secure-now:hover {
	background: #EF6000;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px;
	color: #fff;
  font-weight: 700;
  border: solid 1px #2F151A;
  width: 180px;
  margin-top: 50px;
  text-transform: uppercase;
}


.cybersecurity .cybersecurity-content .secure-now a {
  color: #fff;
  text-decoration: none;
}

.ourclient {
	background: url(../img/testimonial-bg-top.png) no-repeat left 50px #FFFAF6;
	padding: 6% 0px 6%;
	margin: 0px auto;
	background-size: 50%;
}
.ourclient .bg {
  background: url(../img/testimonial-bg-left.png) no-repeat 150px 400px;
}

.ourclient .container {
  border: solid 1px #FFEAD9;
  background: #FFFCF9;
  border-radius: 30px;
  padding: 5% 5%;
}


.ourclient .container h3 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 30px;
}


.ourclient .container h2 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.ourclient .container .testimonials {
  border: solid 1px #F2D8C5;
  background: #FFFCF9;
  border-radius: 20px;
  padding: 10% 13%;
}

.ourclient .container .testimonials p {
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  
}

.ourclient .container .testimonials .client {
  margin: 25px 0px;
}

.ourclient .container .testimonials .client p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 0px;
}

.ourclient .container .testimonials .client p span {
  font-size: 15px;
  line-height: 22px;
}

.ourclient .container .testimonials .client img {
  float: left;
  margin-right: 20px;
}

.ourclient .container .logos {
  margin: 2.5% auto;
}
.ourclient .container .logos .col-md-6 {
  margin-bottom: 18px;
}

.software-solutions-bg {
  background: url(../img/software-solutions-bg.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 7% 0%;
  text-align: center;
}
.software-solutions-bg h3 {
  color: #fff !important;
  background: transparent;
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin:0px auto 30px;
  width: 45%;
}

.software-solutions-bg h3 span{
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 30px;
}


.software-solutions-bg h2 {
  font-size: 33px;
  color:#fff;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.software-solutions-bg .work-with-us {
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 15px 30px;
	color: #000;
  font-weight: 700;
  width: 200px;
  margin: auto;
  text-transform: uppercase;
}

.software-solutions-bg .work-with-us:hover, .software-solutions-bg .work-with-us:hover a {
	background: #EF6000;
  color: #fff;
}

.software-solutions-bg .work-with-us a {
  color: #000;
  text-decoration: none;
}

.driven-by-ai {
  background: url(../img/driven-by-ai-bg.png) no-repeat center bottom;
  color: #fff;
  padding: 7% 0% 7%;
  text-align: center;
}

.driven-by-ai .bg-left{
  background: url(../img/driven-bg-left.png) no-repeat 140px -100px;
  background-size: contain;
}

.driven-by-ai .container h3{
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 30px;
  width: 82%;
}


.driven-by-ai .container h2 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}
.driven-by-ai .container .card {
  width: 47.3%;
  border: solid 1 px #BAB5CE;
  border-radius: 20px;
  color: #333;
  text-align: left;
  padding: 3%;
  font-family: 'gt_walsheimbold', sans-serif;
}

.driven-by-ai .container .card:nth-child(2) {
  margin: 0px 25px;
  padding: 2%;
}

.driven-by-ai .container .card h2 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
}

.blog {
  background: #F1F8FF;
  padding: 5% 0% 5%;
  text-align: center;
}

.blog .recent_post {
  margin: 2% auto;
}

.blog .container h3 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 30px;
  width: 15%;
}


.blog .container h2 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.blog .container .post-content {
	position: relative;
	color: #fff;
	margin-top: -100px;
	text-align: left;
	margin-left: 20px;
	font-size: 18px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.blog .container .post-content .date {
  font-size: 12px;
  color: #D9DEF4 ;
}

/* .blog .container .post-content .title {
  font-weight: 700;
  font-size: 20px;
} */

.blog .container .post-content .title {
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.footer {
  background: #0B0923;
  text-align: left;
  font-size: 16px;
  color: #78828A;
}

.footer .footer-link {
  padding: 1.8% 0% 0%;
}

.footer .footer-link h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.footer .footer-link p {
  margin-bottom: 5px;
}

.footer .footer-link p a {
  text-decoration: none;
  color: #78828A;
  line-height: 32px;
}

.footer .footer-link p a:hover {
  text-decoration: none;
  color: #fff;
  
}
 

.footer-top {
  background: #0E0C29;
  padding: 2% 0% 2%;
}

.footer .footer-link .group-of-companies {
  background: #1A193B;
  padding: 2% 2% 1%;
  border-radius: 15px;
  margin-top: 50px;
}

.footer .footer-link .group-of-companies p {
  margin-bottom: 0px;
  color: #C7D4E2;
  font-size: 12px;
  line-height: 30px;
}

.footer .footer-link .group-of-companies .col {
	flex: 1 0 0%;
	margin: 10px 0px 0px 0px;
}
.footer .footer-link .group-of-companies .col:nth-child(1) {
  margin-left: 0px;
}

.footer .footer-link .group-of-companies .logo-1 {
  padding: 0px 0px 0px px;
  color: #C7D4E2;
}

.footer .footer-link a.logo-2 {
  padding: 5px 0px 20px 0px;
  display: block;
}

.footer .footer-link .iso {
  background: #1A193B;
  padding: 4% 0% 4%;
  border-radius: 15px;
  margin-top: 50px;
}

.footer .footer-link .iso p {
  text-align: center;
  color: #EF6000;
  font-size: 13px;
  padding: 2% 0% 1.5%;
}


.footer-bottom {
  background: #06041A;
  padding: 1.5% 0% 1.5%;
  color: #B4C1CC;
  display: block;
  font-size: 16px;
}

.footer-bottom a {
  text-decoration: none;
  color: #B4C1CC;
  padding: 0px 5px;
}


/*contact page */

.menu-bg-inner {
  background: rgba(255,255,255,0.3); /* translucent white */
  backdrop-filter: blur(10px);
  border-radius: 36px;
  height: 50px;
}

.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
  background: url(../img/menu-active.png) no-repeat center bottom;
}

 

.services-banner {
  background: url(../img/contactus/contact_banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
 }

.contact-banner {
  background: url(../img/contactus/contact_banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
 }

.contact-banner {
  background: url(../img/contactus/contact_banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
 }

.banner-content-contact {
  color: #fff;
  margin-left:0%;
  margin-top: 26%;
}

.banner-content-contact h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.banner-content-contact p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}

.contact-banner {
  position: relative;
  margin: 0px auto;
}

.contact-content {
  padding: 50px 0px;
  margin: 0px auto;
}

.contact-content h2 {
  font-size: 38px;
  text-align: center;
  font-family: 'gt_walsheimbold';
  color: 333333;
  margin-bottom: 20px;
}

.contact-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 

}

.contact-content p {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
}

.contact-content .jamaica {
  background: #FFF8F3;
  max-width:1000px ;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px
}

.contact-content .jamaica .location-details {
  padding: 30px 20px;
  text-align: left;
  line-height: 30px;
}

.contact-content .jamaica .location-details h4 {
  font-size: 30px;
  margin-bottom: 35px;
  font-family: 'gt_walsheimbold';
}

.contact-content .jamaica .location-details .addreess {
  text-align: left;
  margin: 10px 10px;
}

.contact-content .jamaica .location-details .addreess p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact-content .jamaica .location-details .addreess p .icon {
  float: left;
  margin: 0px 20px 10px 0px;
}

.contact-content .southafrica {
  background: #F3F9FF;
  max-width:1000px ;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px
}

.contact-content .southafrica .location-details {
  padding: 30px 10px 30px 20px;
  text-align: left;
  line-height: 30px;
}

.contact-content .southafrica .location-details h4 {
  font-size: 30px;
  margin-bottom: 35px;
  font-family: 'gt_walsheimbold';
}

.contact-content .southafrica .location-details .addreess {
  text-align: left;
  margin: 10px 10px;
}

.contact-content .southafrica .location-details .addreess p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact-content .southafrica .location-details .addreess p .icon {
  float: left;
  margin: 0px 20px 10px 0px;
}

.contact-content .india {
  background: #F3FFFA;
  max-width:1000px ;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px
}


.contact-content .india .location-details {
  padding: 30px 15px 30px 20px;
  text-align: left;
  line-height: 30px;
}

.contact-content .india .location-details h4 {
  font-size: 30px;
  margin-bottom: 35px;
  font-family: 'gt_walsheimbold';
}

.contact-content .india .location-details .addreess {
  text-align: left;
  margin: 10px 10px;
}

.contact-content .india .location-details .addreess p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact-content .india .location-details .addreess p .icon {
  float: left;
  margin: 0px 20px 10px 0px;
}

.contact-content .dubai {
  background: #FFF8F3;
  max-width:1000px ;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px
}


.contact-content .dubai .location-details {
  padding: 30px 15px 30px 20px;
  text-align: left;
  line-height: 30px;
}

.contact-content .dubai .location-details h4 {
  font-size: 30px;
  margin-bottom: 35px;
  font-family: 'gt_walsheimbold';
}

.contact-content .dubai .location-details .addreess {
  text-align: left;
  margin: 10px 10px;
}

.contact-content .dubai .location-details .addreess p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact-content .dubai .location-details .addreess p .icon {
  float: left;
  margin: 0px 20px 10px 0px;
}



.contact-content .miami {
  background: #CEF8F8;
  max-width:1000px ;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px
}


.contact-content .miami .location-details {
  padding: 30px 15px 30px 20px;
  text-align: left;
  line-height: 30px;
}

.contact-content .miami .location-details h4 {
  font-size: 30px;
  margin-bottom: 35px;
  font-family: 'gt_walsheimbold';
}

.contact-content .miami .location-details .addreess {
  text-align: left;
  margin: 10px 10px;
}

.contact-content .miami .location-details .addreess p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contact-content .miami .location-details .addreess p .icon {
  float: left;
  margin: 0px 20px 10px 0px;
}
.enqiry {
  background: #F6F8F9;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px 50px;
  border-radius: 20px;
}

.enqiry p {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #333;
}

.enqiry p strong {
  font-weight: 600;
}
.enqiry p a {
  color: #333;
}

.contact-form {
  background: #020221;
  padding: 50px 0px;
  color: #fff;
}

#contact-form h3 {
  font-size: 40px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 50px;
}

#contact-form input {
  background: #0B0B26;
  border-radius: 10px;
  height: 60px;
  border: solid 2px #242443;
  margin-bottom: 25px;
color: #fff;
}

#contact-form textarea {
  background: #0B0B26;
  border-radius: 10px;
  height: 150px;
  border: solid 2px #242443;
  margin-bottom: 25px;
color: #fff;
}

#contact-form .btn-orange{
  background-color: #EF6000;
  color: #fff;
  width: 215px;
  height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 20px;
}

#contact-form .btn-orange:hover {
  background-color: #8d3b05;
}

#contact-form .error {
	font-size: 15px;
	color: #ff0000;
	margin: 0px 0px 10px;
}

/* #contact-form .btn-orange:hover{
  background-color: #EF6000;
  color: #fff;
} */

.join-our-team {
  background: url(../img/contactus/contact_cta_bg.png) no-repeat center top;
  padding: 11% 0px 0px;
  height: 459px;
  background-size: cover;
}

.join-our-team h3 {
  font-size: 40px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.join-our-team h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}


.join-our-team-btn {
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding: 15px 25px;
	color: #000;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  width: 263px;
  height: 60px;
  margin: auto;
  cursor: pointer;
}

.join-our-team-btn a {
  text-decoration: none;
  color: #000 !important;
}

.join-our-team-btn:hover, .join-our-team-btn:hover a {
  background: #EF6000;
  color: #fff !important;
}

/*about page */


.banner-about-content {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.banner-about-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.banner-about-content p {
  font-size: 24px;
  line-height: 34px;
}

.about-banner {
 background: url(../img/about/banner-about.png) no-repeat center top;
 max-height: 800px;
 padding: 14.5% 0px;
}

.about-content {
  background: #F9FBFE;
  padding: 5% 0px 5%;
}

.about-content .bg {
  background: url(../img/about/about-content-bg.png) no-repeat -50px 10px;
}

.about-content h2 {
  font-size: 40px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 40px;
  text-align: left;
  color: #333333;
}

.about-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
 

.about-content p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
  font-family: 'Onest', sans-serif;
}

.about-content .card {
  background: #fff;
  border: solid 1px #DBDBE8;
  padding: 10.5% 10px;
  width: 100%;
  height: 145px;
  margin: 0px auto 30px;
  border-radius: 20px;
}


/* .about-content .card img {
  height: 60px;
  width: 60px;
  float: right;
} */

.about-content .card .row {
  margin: 0px;
  padding: 0px;
}

.about-content .card .content {
  font-size: 17px;
  color: #777D87;
  margin:5px 0px 5px 0px;
  text-align: left;
}

.about-content .card .row.w-80 {
  width: 90%;
  margin: auto;
}

.about-content .card .row.w-90 {
  width: 90%;
  margin: auto;
}
.about-content .card .content h5 {
font-size: 25px;
font-family: 'gt_walsheimbold';
margin-bottom: 0px;
color: #000;
}
 
.executive-team {
 padding: 50px 0px;
  background: #F4F8FC;
}

.executive-team h3 {
  text-align: center;
  font-size: 40px;
  color: #000000;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.executive-team .team-member {
/* cursor: pointer; */
 margin-bottom: 20px;
}

.executive-team .team-member img {
  vertical-align: bottom;
}

.executive-team .member-content {
  position: relative;
  opacity: 1;
  /* cursor: pointer; */
}
 
.executive-team .member-content:hover,
.executive-team .team-member:hover .member-content{
  opacity: 1;
  
}

.executive-team .member-content .linked-in {
	position: absolute;
  top: -295px;
  right: 20px;
}

.executive-team .member-content .details {
  position: absolute;
  bottom: 0;
  color: #fff;
  /* background: url(../img/about/team/content-bg.png) no-repeat center bottom;
  background-size: 100%; */
  padding: 15px 12px;
  width: 95%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#042540+0,042540+100&1+0,0+100 */
background: linear-gradient(to top,  rgba(4,37,64,1) 0%,rgba(4,37,64,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0px 0px 15px 15px;
}

.ready-to-work {
	background: url(../img/about/ready-to-work.png) no-repeat center top;
	padding: 70% 13% 12.8%;
	background-size: cover;
	border-radius: 20px;
	color: #fff;
}

.blog .container .post-image img {
  border-radius: 20px;
}

.blog .container .post-content {
	position: relative;
	color: #fff;
	margin-top: -110px;
	text-align: left;
	margin-left: 0px;
	font-size: 18px;
  padding: 20px 20px 20px;
  background: rgb(2,5,35);
	background: linear-gradient(0deg, rgba(2,5,35,1) 0%, rgba(1,2,13,0.6963118010876226) 50%, rgba(0,0,0,0) 100%);
  border-radius: 0px 0px 20px 20px;
}

.blog .container h2 {
	font-size: 30px;
	color: #333333;
	text-align: left;
	margin-bottom: 0px;
	font-family: 'gt_walsheimbold', sans-serif;
}

.executive-team .member-content .details h4 {
  font-size: 22px;
  text-align: left;
  margin-bottom:5px;
  font-family: 'gt_walsheimbold';
}

.executive-team .member-content .details p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.ds-background {
  background: url(../img/about/bg-ds.png) no-repeat center top;
  padding: 5% 0px 0%;
  position: relative;
  background-size: contain;
}

.ds-background .ds-image {
  position: absolute;
  top: -52px;
}

.ds-background .ds-image img {
  width: 374px;
}

.ds-background h3 {
  text-align: left;
  font-size: 40px;
  color: #000000;
  font-family: 'gt_walsheimbold';
  margin-bottom: 20px;
}

.ds-background p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding-bottom: 15px;
}

.ds-background p strong {
  font-family: 'gt_walsheim_regularregular';
}

.certification-bg {
  background: url(../img/about/certification-bg.png) repeat-x center bottom #fff;
   padding-bottom: 3%;
}
.certification {
  background: url(../img/about/certification.png) no-repeat center top;
  padding: 39% 12% 12.8%;
  color: #fff;
  background-size: cover;
  border-radius: 20px;

}

.certification h3 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.certification h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.certification h4 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 5px;
}

.certification p {
  font-size: 19px;
  margin-bottom: 40px;
}

.ready-to-work {
  background: url(../img/about/ready-to-work.png) no-repeat center top;
  padding: 60% 13% 12.8%;  
  background-size: cover;
  border-radius: 20px;
  color: #fff;
}

.ready-to-work h3 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.ready-to-work h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.ready-to-work p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.ready-to-work .check {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #000;
  font-size: 18px;
}

.ready-to-work .check:hover {
  background: #005193;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #fff;
  font-size: 18px;
}

.ready-to-work .check:hover a {
  color: #fff;
}

 

.ready-to-work .check a {
  color: #000;
  text-decoration: none;
}


/*industries page */


.banner-industries-content {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.banner-industries-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.banner-industries-content p {
  font-size: 24px;
  line-height: 34px;
}

.industries-banner {
 background: url(../img/industries/banner-industries.png) no-repeat center top;
 max-height: 800px;
 padding: 14.5% 0px;
}

.revolution-industries {
  padding: 0% 0px 0%;
}

.revolution-bg {
  background: url(../img/industries/bg-future-content.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}

.revolution-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}

.revolution-industries-content {
  padding: 9% 0px 0%;
}

.revolution-industries-content h2 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.revolution-industries-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.revolution-industries-content p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.diverse-solutions {
  background: #F3FBFF;
  padding:5% 0px 5%;
  margin: 0px auto;

}

.diverse-solutions h2 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}


.diverse-solutions h3 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.diverse-solutions .container-lg{
 
}

.diverse-solutions .tab-bg {
 
}

.diverse-solutions .tabs-container nav {
  margin: 0 auto 2%;
  background: transparent;
}

.diverse-solutions .tabs-container nav ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.diverse-solutions .tabs-container nav ul li {
  cursor: pointer;
  color: #333333;
  border-top: 0px solid #eee;
  padding: 0px 0px;
  font-size: 17px;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
}

.diverse-solutions .tabs-container nav ul li:hover {
  color: #3e4b58;
}

.diverse-solutions .tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

/* the nitty gritty */

.diverse-solutions .tabs-container {
  position: relative;
  padding:3% 0px 0%;
  margin: auto;
}

.diverse-solutions .tabs-container nav {
  max-width: 1140px;

}

.diverse-solutions .tabs-container nav ul {
  display: flex;
  flex-direction: column;
  background: #FDFDFD;
  border: solid 1px #EEEFF2;
  border-radius: 46px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  line-height: 50px;
}

.diverse-solutions .tabs-container nav ul li {
  order: 1;
}

.diverse-solutions .tabs-container nav ul li.active {
  order: 0;
}

.diverse-solutions .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.diverse-solutions .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.diverse-solutions .tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.diverse-solutions .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .diverse-solutions nav {
    background: transparent;
  }

  .diverse-solutions .tabs-container nav ul li.active {
    color: #EF6000;
    border-bottom: solid 3px #EF6000;
  }

  .diverse-solutions .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
  }

  .diverse-solutions .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1.9rem 0 1.9rem;
    padding: 0 0 0.2rem 0;
    border: none;
  }

  .diverse-solutions .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .diverse-solutions .tabs-container nav ul li.active {
    order: 1;
  }

  .diverse-solutions .tabs-container nav ul li.active:after {
    display: none;
  }
}

.diverse-solutions .tab-content {
  display: none;
  padding: 15px;
  position: relative;
}
.diverse-solutions .tab-content.current {
  display: inherit;
}

.diverse-solutions .tab-content .tab-description {
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 70px;
	left: 65px;
}

.diverse-solutions .tab-content .tab-description h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.diverse-solutions .tab-content .tab-description p {
  font-size: 17px;
  width: 50%;
}

.diverse-solutions .tab-content .more-info img.left {
  position: absolute;
  right: 130px;
  bottom: 55px;
}

.diverse-solutions .tab-content .more-info img.right {
  position: absolute;
  right: 50px;
  bottom: 55px;
}


.our-clients {
  background: #fff;
  padding:5% 0px 5%;
  margin: 0px auto;
}

.our-clients h3 {
  font-size: 33px;
  line-height: 33px;
  color:#333333;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.our-clients img {
  max-width: 270px;
  margin: 0px 15px 20px;
}

.build-your-software {
  background: url(../img/industries/build-software-bg.png) no-repeat center top;
  padding:7% 0px 7%;
  margin: 0px auto;
}

.build-your-software h3 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  margin-bottom:0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.build-your-software h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.build-your-software .btn-software {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 60px auto 10px;
}
.build-your-software .btn-software a {
  text-decoration: none;
  color: #000;
}

.build-your-software .btn-software:hover, .build-your-software .btn-software:hover a {
  background: #EF6000;
  color: #fff;
}

/* cyber eye page */


.cyber-security-content {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.cyber-security-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.cyber-security-content p {
  font-size: 24px;
  line-height: 34px;
}

.cyber-security-banner {
 background: url(../img/cyber-security/banner-cybersecrity.png) no-repeat center top;
 max-height: 800px;
 padding: 14.5% 0px;
}

.cyber-resilience {
  padding: 0% 0px 0%;
}

.cyber-resilience-bg {
  background: url(../img/cyber-security/bg-Resilience.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}


.cyber-resilience-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}


.cyber-resilience-content {
  padding: 9% 0px 0%;
}

.cyber-resilience-content h2 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.cyber-resilience-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.cyber-resilience-content p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.security-monitoring {
  background: url(../img/cyber-security/security-monitoring-bg.png) no-repeat center top;
  margin: 0px auto;
  padding: 5% 0px 2%;
}



.security-monitoring h3 {
  font-size: 33px;
  color:#333333;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.security-monitoring .tabs-container nav {
  margin: 0 auto 2%;
  
}

.security-monitoring .tabs-container nav ul li:hover {
  color: #fff;
}

 

/* the nitty gritty */

.security-monitoring .tabs-container {
  position: relative;
  padding:3% 0px 0%;
  margin: auto;
}

.security-monitoring .tabs-container nav ul {
  display: flex;
  flex-direction: column; 
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.security-monitoring .tabs-container nav ul li {
  order: 1;
  background: rgba(50,50,88,0.3);
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  border-top: 0px solid #eee;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 272px;
}

.security-monitoring .tabs-container nav ul li.active {
  order: 0;
  color: #ffff;
  border-top: none;
}

.security-monitoring .tabs-container nav ul li.active::after {
	border: 13px solid transparent;
	border-top: 14px solid #EF6000;
	content: "";
  position: absolute;
  left: 46%;
  bottom: -26px;
  z-index: 9999
}

.security-monitoring .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.security-monitoring .tabs-container nav ul.expanded li.active:after {
	border: 13px solid transparent;
	border-top: 14px solid #EF6000;
	content: "";
  position: absolute;
  left: 46%;
  bottom: -26px;
  z-index: 999;
}

.security-monitoring .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .security-monitoring nav {
    background: transparent;
  }

  .security-monitoring .tabs-container nav ul li.active {
    color: #fff;
    border-bottom: solid 3px #EF6000;
  }

  .security-monitoring .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
  }

  .security-monitoring .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 15px 20px;
    border: none;
    position: relative;
  }

  .security-monitoring .tabs-container nav ul li:hover{
         background: #EF6000;
  }

  .security-monitoring .tabs-container nav ul li img {
    margin-bottom: 15px;
  }

  .security-monitoring .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  
  }

  .security-monitoring .tabs-container nav ul li.active {
    order: 1;
    background: #EF6000;
  }

  .security-monitoring .tabs-container nav ul li.active:after {
    display: block;
  }
}

.security-monitoring .tab-content {
  display: none;
  padding: 25px 0px;
  position: relative;
}
.security-monitoring .tab-content.current {
  display: inherit;
}

.security-monitoring .tab-content .tab-description {
	text-align: left;
	color: #fff;
 margin-top: 50px;
}

.security-monitoring .tab-content .tab-description h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.security-monitoring .tab-content .tab-description p {
  font-size: 17px;
  width: 85%;
  padding-bottom: 15px;
}

.security-monitoring .tab-content .more-info {
	margin-top: 100px;
}

.security-monitoring .tab-content .more-info img.left {
  position: absolute;
  left: 0px;
  bottom: 45px;
}

.security-monitoring .tab-content .more-info img.right {
  position: absolute;
  left: 80px;
  bottom: 45px;
}


.secure-dna {
  background: url(../img/cyber-security/our-dna-bg.png) no-repeat center top;
  margin: 0px auto;
  padding: 5% 0px 5%;
}

.secure-dna h3 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom:0px;
  color: #fff;
}

.secure-dna p {
  font-size: 18px;
  width: 50%;
  padding-bottom: 15px;
  color: #fff;
}

.secure-dna .dna-content {
  margin: 20px auto;
}
.secure-dna .dna-content .box {
  background:rgba(40,112,170,0.7);
  padding: 45px 30px 20px;
  color: #fff;
  border-radius: 20px;   
  height: 278px;
}

.secure-dna .dna-content .box h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom:0px;
  color: #fff;
}

.secure-dna .dna-content .box h4 {
  font-size: 20px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.secure-dna .dna-content .box img {
  margin: 0px 0px 20px;
  padding-bottom: 30px;
  background: url(../img/cyber-security/line.png) no-repeat left bottom;
}



.elevate-your-security {
  background: url(../img/cyber-security/protect-data-bg.png) no-repeat center top;
  padding:7% 0px 6%;
  margin: 0px auto;
}

.elevate-your-security h3 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  margin-bottom:0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.elevate-your-security h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.elevate-your-security .btn-data {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 60px auto 10px;
  cursor: pointer;
}

.elevate-your-security .btn-data a {
  color: #000;
  text-decoration: none;
}

.elevate-your-security .btn-data:hover, .elevate-your-security .btn-data:hover a {
  color: #fff;
  background: #EF6000;
}

.credentials {
  background: #fff;
  padding: 5% 0px 2%;
  text-align: center;
}

.credentials h3 {
  color: #333333;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  margin-bottom:50px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.credentials h4 {
  font-size: 20px;
  margin-bottom:20px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.credentials .certificate-1 {
  margin: 10px auto;
}

.credentials .certificate-1 img {
  margin: 0px 20px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-1 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-2 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-2 img {
  margin: 0px 15px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-2 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-3 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-3 img {
  margin: 0px 15px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-3 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-4 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-4 img {
  margin: 0px 15px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-4 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-5 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-5 img {
  margin: 0px 11px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-5 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-6 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-6 img {
  margin: 0px 12px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-6 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-7 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-7 img {
  margin: 0px 12px 30px;
  filter: grayscale(100%);
}

.credentials .certificate-7 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.credentials .certificate-8 {
  margin: 10px auto;
  display: inline-block;
}

.credentials .certificate-8 img {
  margin: 10px auto 30px;
  filter: grayscale(100%);
}

.credentials .certificate-8 img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}


/* hire-resources*/


.hire-resources-banner-content {
  text-align: left;
  color: #fff;
  padding: 0px 0px;
  width: 40%;
  float: left;
  margin-left:0%;
  margin-top: 40%;
}

.hire-resources-banner-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.hire-resources-banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}


.hire-resources-content {
  text-align: left;
  color: #fff;
  padding: 0px 0px;
  width: 35%;
  float: right;
  margin-right: 4%;
}

.hire-resources-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.hire-resources-content p {
  font-size: 24px;
  line-height: 34px;
}

#hire-form {
  margin: 20px 0px 0px;
}

#hire-form input {
  height: 55px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom:12px;
  font-family: 'Onest', sans-serif;
}

#hire-form textarea {
 
  background: #fff;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: 'Onest', sans-serif;
}

#hire-form  .form-control::placeholder {
	color: #333333;
	opacity: 1;
  font-family: 'Onest', sans-serif;
}

#hire-form .btn-orange {
	background-color: #EF6000;
	color: #fff;
	width: 215px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
  margin-top: 20px;
}

#hire-form .btn-orange:hover {
  background-color: #8d3b05;
}

#hire-companyname-error, #hire-email-error, #hire-resource-required-error, #hire-required-techstacks-error,
#hire-about-product-error, #hire_phone_num-error {
  font-size: 16px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.hire-resources-banner {
 background: url(../img/hire-resource/banner-hire-resource.png) no-repeat center top;
 height: 1000px;
 padding: 8% 0px 5%;
 display: block;
}

.hire-resources-empower-team {
  padding: 0% 0px 0%;
}

.hire-resources-empower-team-bg {
  background: url(../img/hire-resource/team-bg.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}


.hire-resources-empower-team-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}
 
 
.hire-resources-empower-team-content {
  padding: 15% 0px 0%;
}

.hire-resources-empower-team-content h2 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.hire-resources-empower-team-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.hire-resources-empower-team-content p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}


.hire-innovations-resources .tab-bg {
   background: #EBF2F9;
}

.hire-innovations-resources .tabs-container nav {
  margin: 0 auto;
  background: transparent;
}

.hire-innovations-resources .tabs-container nav ul {
  list-style: none;
  margin: 0;
  border: 0px solid #ccc;
  padding: 0 10px;
}

.hire-innovations-resources .tabs-container nav ul li {
  cursor: pointer;
  color: #333333;
  border-top: 0px solid #eee;
  padding: 0px 0px;
  font-size: 17px;
  font-family: 'Onest', sans-serif;
  font-weight: 600;
}

.hire-innovations-resources .tabs-container nav ul li:hover {
  color: #3e4b58;
}

.hire-innovations-resources .tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

/* the nitty gritty */

.hire-innovations-resources .tabs-container {
  position: relative;
  padding:0% 0px 0%;
  margin: auto;
}

.hire-innovations-resources .tabs-container nav {
  max-width: 100%;
  background: #EBF2F9;
}

.hire-innovations-resources .tabs-container nav ul {
  display: flex;
  flex-direction: column;
  /* background: #FDFDFD;
  border: solid 1px #EEEFF2;
  border-radius: 46px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1); */
  line-height: 50px;
}

.hire-innovations-resources .tabs-container nav ul li {
  order: 1;
}

.hire-innovations-resources .tabs-container nav ul li.active {
  order: 0;
}

.hire-innovations-resources .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.hire-innovations-resources .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.hire-innovations-resources .tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.hire-innovations-resources .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  .hire-innovations-resources nav {
    background: transparent;
  }

  .hire-innovations-resources .tabs-container nav ul li.active {
    color: #005293;
    border-bottom: solid 3px #005293;
  }

  .hire-innovations-resources .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
  }

  .hire-innovations-resources .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 10px 10px 0.2rem 10px;
    border: none;
  }

  .hire-innovations-resources .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .hire-innovations-resources .tabs-container nav ul li.active {
    order: 1;
  }

  .hire-innovations-resources .tabs-container nav ul li.active:after {
    display: none;
  }
}

.hire-tab-content-bg {
  background: url(../img/hire-resource/tab-bg-1.png) no-repeat center top;
 
}

.hire-innovations-resources .tab-content {
  display: none;
  padding: 15px;
  position: relative;
  min-height: 350px;
}

.hire-innovations-resources .tab-content.current {
  display: inherit;
  padding: 10% 5% 0px;
}

.hire-innovations-resources .tab-content .tab-description {
	text-align: left;
	color: #fff;
  background: rgba(2,2,33,0.8);
  width: 45%;
  padding: 60px 50px 20px;
}

.hire-innovations-resources .tab-content .tab-description h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'gt_walsheimbold';
}

.hire-innovations-resources .tab-content .tab-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}

.hire-innovations-resources .tab-content .more-info img {
  position: absolute;
  right: 50px;
  bottom: 45px;
}

.our-expert-team {
  padding: 5% 0px 5%;
  margin: 0px auto;
  text-align: center;
}

.our-expert-team h3 {
  color: #333333;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold';
}

.our-expert-team p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333333;
}

.our-expert-team .soft-1 img {
  height: 145px;
  margin: 20px auto;
}

.our-expert-team .soft-2 img {
  height: 150px;
  margin: 20px auto;
}

.our-expert-team .soft-2 .col-md-2:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.our-expert-team .soft-2 .col-md-2:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.our-expert-team .soft-3 img {
  height: 145px;
  margin: 20px auto;
}



.hire-on-demond-page {
  background: url(../img/hire-resource/hire-on-demand-bg.png) no-repeat center top;
  padding:7% 0px 7%;
  margin: 0px auto;
  background-size: cover;
}

.hire-on-demond-page .content {
  width: 45%;
  float: right;
}

.hire-on-demond-page h3 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  text-align: left;
  margin-bottom:30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.hire-on-demond-page h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.hire-on-demond-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  color: #fff;
}

.hire-on-demond-page .btn-data {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 700;
}

.hire-on-demond .container-fluid .col-md-7 img {
  float: right;
}


/*carrer page */

.carrer-banner-content {
  text-align: left;
  color: #fff;
  padding: 0px 0px;
  width: 40%;
  float: left;
  margin-left:0%;
  margin-top: 23%;
}

.carrer-banner-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.carrer-banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}

.carrer-banner {
  background: url(../img/carrer/careers-banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
 }
 
.discover-potential {
  padding: 0% 0px 0%;
}

.discover-potential-bg {
  background: url(../img/carrer/discover-bg.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}


.discover-potential-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}

.amber-innovation-content {
  padding: 9% 0px 0%;
}

.amber-innovation-content h2 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.amber-innovation-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.amber-innovation-content p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.amber-innovation-content .numbers {
  width: 80%;
  margin: 20px 0px 20px;
  text-align: left;
}
.amber-innovation-content .border {
  border: solid 1px #C7D4E2;
  padding: 10px 15px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.amber-innovation-content .numbers h4 {
  font-size:26px;
  color: #EF6000;
  text-align: left;
  margin-bottom: 0px;
}
.amber-innovation-content .numbers p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.discover-difference {
  background: #050530;
  padding: 5% 0px 5%;
  color: #fff;
}

.discover-difference-content {
  width: 50%;
}

.discover-difference-content h3 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.discover-difference-content h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.discover-difference-content p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}


.discover-difference .slider {
  max-width: 100%;
  margin: 0 0px 0px 12.5%;
 
}

.discover-difference .slick-list {
    padding-left: 0px!important;  
    height: 320px !important;
}

.discover-difference .slick-slideshow__slide {
  background: #121240;
  border-radius: 20px;
  padding: 20px 25px;
  width: 300px !important;
  min-height: 300px !important;
  margin-right: 20px;
}

.discover-difference .slick-slideshow__slide img {
  margin: 10px 0px 20px;
}

.discover-difference .slick-slideshow__slide h4 {
  text-align: left;
  font-size: 22px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 10px;
}

.discover-difference .slick-slideshow__slide p {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 400;
}

.discover-difference .slider .prev.slick-arrow {
	background: url(../img/carrer/previous.png) no-repeat left bottom;
	width: 70px;
	height: 37px;
	cursor: pointer;
	display: inline-block;
	margin: 30px 0px;
}

.discover-difference .slider .next.slick-arrow {
 
	background: url(../img/carrer/next.png) no-repeat left bottom;
	width: 70px;
	height: 37px;
  cursor: pointer;
	display: inline-block;
	margin: 30px 0px;
 
}

.current-openings {
  background: url(../img/carrer/blue-img.png) no-repeat center top #F9FDFF;
  padding: 5% 0px 5%;
  background-size: cover;
}

.current-openings h3 {
  text-align: left;
  font-size: 35px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
  color: #000000;
}

.current-openings .nav-tabs {
	border-bottom: 0;
  background: #fff;
  border-radius: 13px;
  padding: 5px;
}

.current-openings .nav-tabs .nav-item.show .nav-link, .current-openings .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #005293;
	border: 0px;
  border-radius: 13px;

}

.current-openings .nav-tabs .nav-link:focus,  .current-openings .nav-tabs .nav-link:hover {
	border:0px;
	isolation: isolate;
}

.current-openings .nav-link {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  font-size: 20px;
  font-weight: 700;
  margin-right:3px;
  width: 32.9%;
}

.current-openings .nav-link:last-child {
  margin-right: 0px;
}

.current-openings .tab-content {
  margin-top: 50px;
}

.current-openings .tab-content .box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 5px;  
  min-height:350px;
}

.current-openings .tab-content .box h3 {
  text-align: left;
  font-size: 25px;
  margin-bottom: 30px;
  color: #000000;
}

.current-openings .tab-content .box p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
}

.current-openings .tab-content .box .buttons {
 width: 75%;
  display: inline-block;
}

.current-openings .tab-content .box .buttons .view-btn {
  background: #EF6000;
  color: #fff;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  float: left;
  margin: 20px 0px;
  border: none;
}

.current-openings .tab-content .box .buttons .apply-btn {
  background: #E3ECF3;
  color: #333;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  border: solid 1px #005193;
  float: right;
  margin: 20px 0px;
}

.upload-resume {
  background: url(../img/carrer/form-bg.png) no-repeat center top;
  padding: 40px 0px 40px;
  background-size: cover;
}

.upload-resume h3 {
  text-align: left;
  font-size: 33px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
}

.upload-resume h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
 
.upload-resume #career_form input {
  width: 100%;
  height: 60px;
  background: #0B0B26;
  margin-top: 20px;
  color: #6c757d;
  border-radius: 10px;
}

.upload-resume #career_form select {
  width: 100%;
  height: 60px;
  background: #0B0B26;
  margin-top: 20px;
  color: #6c757d;
  border-radius: 10px;
}

.upload-resume #career_form .form-control::file-selector-button {
	padding: 5px 10px;
	margin: 6px 0px 0px;
	color: #333333;
	background-color: #fff;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	float: right;
	border-radius: 21px;
	font-size: 15px;
}

.upload-resume #career_form .btn-orange{
  background-color: #EF6000;
  color: #fff;
  width: 215px;
  height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
}

.upload-resume #career_form .btn-orange:hover {
  background-color: #8d3b05;
}

.form-control.mobile-valid.error, 
#applier_phone_num-error, #applier_email-error, #applier_name-error, #apply-description-error,
#applier_position-error, #pdf-error, #applier_job_location-error, #apply-upload-error
  {
	font-size: 14px;
  font-family: 'Onest', sans-serif;
	font-weight: 400;
  color: red;
}

/* select.form-control {
  -webkit-appearance: menulist;
} */

.hire-resource-process {
  background: url(../img/carrer/orange-img.png) no-repeat center top #fff;
  padding: 5% 0px 5%;
  background-size: cover;
}

.hire-resource-process h3 {
  text-align: left;
  font-size: 35px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
  color: #000000;
}

.hire-resource-process p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
}

.process-content {
  margin-top: 30px;
}

.process-content .col-md-3, .process-content .col-md-2, .process-content .col-md-4 {
  padding: 15px;
  position: relative;
  border-top: solid 2px #F2E7DF;
}



.process-content .col-md-2  {
  border: none;
}

.process-content .col-md-3 img, .process-content .col-md-2 img, .process-content .col-md-4 img {
	position: absolute;
	left: -5px;
	top: -30px;
}


.process-content h4 {
  margin-top: 50px;
  text-align: left;
  font-size: 20px;
  margin-bottom:20px;
  color: #000000;
  font-weight: 700;
}

.process-content h4 span {
  color: #EF6000;
  margin-top: 0px;
  font-size: 25px;
  font-weight: 700;
}

.process-content p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 400;
}

.process-content p img {
  position: unset !important;
}


/* digital compass */


.digital-compass-banner-content {
  color: #fff;
  margin-left:0%;
  margin-top: 23%;
}

.digital-compass-banner-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.digital-compass-banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}

.digital-compass-banner {
  background: url(../img/amber-digital-compass/adic-banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
  color: #fff;
 }
 

 
.digital-transformation {
  padding: 0% 0px 0%;
}

.digital-transformation-bg {
  background: url(../img/amber-digital-compass/adic-about-bg.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}


.digital-transformation-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}

.digital-transformation-bg h5 {
	font-size: 20px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 115px;
  font-weight: 700;
}

.catalyzing {
  background: #020221;
  padding: 5% 0px 1%;
  color: #fff;
}

.catalyzing h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.catalyzing h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 
.catalyzing .iot {
  background: url(../img/amber-digital-compass/iot-bg.png) no-repeat center top;
  padding:80px 50px;
  margin-bottom: 30px;
  background-size: 110%;
  border-radius: 20px;
}

.catalyzing .cybereye {
  background: url(../img/amber-digital-compass/cysec-bg.png) no-repeat center top;
  padding:80px 50px;
  background-size: 110%;
  border-radius: 20px;
}

.catalyzing .mobile-app {
  background: url(../img/amber-digital-compass/mobile-app-dev-bg.png) no-repeat center top;
  padding:80px 50px ;
  margin-bottom: 20px;
  background-size: contain;
}

.catalyzing .blockchain {
  background: url(../img/amber-digital-compass/blockchain-bg.png) no-repeat center top;
  padding:80px 50px;
  margin-bottom: 20px;
  background-size: contain;
}

.catalyzing .robotic-process {
  background: url(../img/amber-digital-compass/rpa-bg.png) no-repeat center top;
  padding:70px 50px;
  margin-bottom: 20px;
  background-size: contain;
}
.catalyzing .iot h3, .catalyzing .cybereye h3, .catalyzing .mobile-app h3, .catalyzing .blockchain h3, .catalyzing .robotic-process h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}
.catalyzing .iot ul, .catalyzing .cybereye ul, .catalyzing .mobile-app ul, .catalyzing .blockchain ul, .catalyzing .robotic-process ul {
  margin: 0px;
  padding: 0px;
  }

.catalyzing .iot ul li, .catalyzing .cybereye ul li, .catalyzing .mobile-app ul li, .catalyzing .blockchain ul li, .catalyzing .robotic-process ul li {
  list-style: none;
  background: url(../img/amber-digital-compass/orng-check.png) no-repeat left 6px;
  padding: 0px 0px 20px 35px;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
}

.cloud-computing-services {
  padding: 6% 0px 6%;
  background: url(../img/amber-digital-compass/cc-service-bg.png) no-repeat left top;
  color: #fff;
  background-size: cover;
}

.cloud-computing-services h3{
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px
}

.cloud-computing-services ul{
  margin: 0px;
  padding: 0px;
  }

  .cloud-computing-services ul li {
    list-style: none;
    background: url(../img/amber-digital-compass/wht-chk.png) no-repeat left 6px;
    padding: 0px 0px 20px 35px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
  }


.digital-driving-transformation {
  background: url(../img/amber-digital-compass/adic-cta-bg.png) no-repeat center top;
  padding:7% 0px 7%;
  margin: 0px auto;
}

.digital-driving-transformation h3 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  margin-bottom:0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.digital-driving-transformation h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.digital-driving-transformation .btn-data {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 286px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 60px auto 10px;
  cursor: pointer;
}

.digital-driving-transformation .btn-data a {
  color: #000;
  text-decoration: none;
}

.digital-driving-transformation .btn-data:hover, .digital-driving-transformation .btn-data:hover a {
  color: #fff;
  background: #03275A ;
}

.datacompass-data {
  padding: 0% 0px 0%;
}

.datacompass-data-bg {
  background: url(../img/amber-data-compass/adac-about-bg.png) no-repeat left bottom;
  min-height: 550px;
  background-size: contain;
  position: relative;
}


.datacompass-data-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 32px;
	bottom: 140px;
  font-weight: 700;
}

.datacompass-data-bg h5 {
	font-size: 20px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 32px;
	bottom: 180px;
  font-weight: 700;
}

.datacompass-solutions {
	padding: 0% 0px 0%;
}


.datacompass-solutions-data {
  background: #020221;
  padding: 5% 0px 5%;
  color: #fff;
}

.datacompass-solutions-data h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 
.datacompass-solutions-data .data-lakes-tech {
  background: url(../img/amber-data-compass/data-lakes-bg.png) no-repeat center top;
  padding:40px 40px;
  margin-bottom: 30px;
  background-size: contain;
}
  
.datacompass-solutions-data .data-lakes-tech h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data .data-lakes-tech p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0px;
}

.datacompass-solutions-data .data-warehouse {
  background: url(../img/amber-data-compass/data-warehouse-bg.png) no-repeat center top;
  padding:40px 40px;
  margin-bottom: 30px;
  background-size: contain;
}
  

.datacompass-solutions-data .data-warehouse h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data .data-warehouse p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0px;
}

.datacompass-solutions-data .data-modernization {
  background: url(../img/amber-data-compass/data-modern-bg.png) no-repeat center top;
  padding:45px 40px;
  margin-bottom: 30px;
  background-size: contain;
}
  

.datacompass-solutions-data .data-modernization h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data .data-modernization img {
  margin: 25px 0px 50px;
}

.datacompass-solutions-data .data-modernization p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0px;
}

.datacompass-solutions-data .data-governance {
  background: url(../img/amber-data-compass/data-governance-bg.png) no-repeat center top;
  padding:45px 40px;
  margin-bottom: 30px;
  background-size: contain;
}
  

.datacompass-solutions-data .data-governance h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data .data-governance img {
  margin: 15px 0px 0px;
}

.datacompass-solutions-data .data-governance p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0px;
}


.datacompass-solutions-data .machine-learning {
  background: url(../img/amber-data-compass/ml-ops-bg.png) no-repeat center top;
  padding:50px 50px 40px;
  margin-bottom: 20px;
  background-size: contain;
}
  

.datacompass-solutions-data .machine-learning h3 {
  font-size: 33px;
  text-align: left;
  font-family: 'gt_walsheimbold';
  margin-bottom:30px;
}

.datacompass-solutions-data .machine-learning img {
  margin: 0px auto 0px;
  text-align: center;
  display: block;
  max-width: 350px;
}

.datacompass-solutions-data .machine-learning p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 20px 0px;
  width: 80%;
}

.data-flow-architecture {
  background:#F9FDFF;
  padding: 5% 0px 5%;
}

.data-flow-architecture h3 {
  font-size: 40px;
  text-align: center;
  font-family: 'gt_walsheimbold';
  margin:20px auto 30px;
}

.data-flow-architecture img {
  margin: 10px auto 30px;
  display: block;
  width: 65%;
}

.data-flow-architecture h3 span {
  font-size: 40px;
  text-align: center;
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.power-your-data {
  background: url(../img/amber-data-compass/power-data-bg.png) no-repeat center top;
  padding:6% 0px 4%;
  margin: 0px auto;
}

.power-your-data h3 {
  color: #fff;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  margin-bottom:0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.power-your-data h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.power-your-data .btn-data {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 215px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 30px auto 40px;
  cursor: pointer;
}

.power-your-data .btn-data a {
  color: #000;
  text-decoration: none;
}

.power-your-data .btn-data:hover, .power-your-data .btn-data:hover a {
  color: #fff;
  background: #03275A ;
}



.digital-payment-banner-content {
  color: #fff;
  margin-left:0%;
  margin-top: 15%;
}

.digital-payment-banner h1 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  line-height:45px;
  margin:80px 0px 0px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:50%;
}

.digital-payment-banner-content h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';
}

.digital-payment-banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
  width: 45%;
}

.digital-payment-banner {
  background: url(../img/amber-payment-compass/apc_banner.png) no-repeat center top;
  height: 700px;
  padding: 5% 0px 5%;
  background-size: cover;
  color: #fff;
 }
 

 
.effortles-transactions {
  padding: 0% 0px 0%;
}

.effortles-transactions-bg {
  background: url(../img/amber-payment-compass/effortles-transactions-bg.png) no-repeat left bottom;
  min-height: 450px;
  background-size: contain;
  position: relative;
}


.effortles-transactions-bg h4 {
	font-size: 22px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 45px;
  font-weight: 700;
}

.effortles-transactions-bg h5 {
	font-size: 20px;
	font-family: 'Onest', sans-serif;
	position: absolute;
	left: 33px;
	bottom: 115px;
  font-weight: 700;
}


.tevolutionize-transactions-content {
  padding: 12% 0px 0%;
}

.tevolutionize-transactions-content h2 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.tevolutionize-transactions-content h2 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.tevolutionize-transactions-content p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.take-your-store-online {
  background: url(../img/blue-img.png) no-repeat center top #F9FDFF;
  padding:5% 0px 0%;
  margin: 0px auto;
}

.take-your-store-online .store-content {
  margin-left: 25%;
}

.take-your-store-online .store-dashboard {
  margin-right: -5%;
}
.take-your-store-online .store-dashboard img {
  width: 90%;
  float: right;
}

.take-your-store-online .store-content h3 {
  font-size: 30px;
  color:#333333;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.take-your-store-online .store-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

.take-your-store-online .learn-more {
	background: #DEEAF3;
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #000;
  font-weight: 700;
  border: solid 1px #005193;
  width: 200px;
  margin: 20px 0px;
  cursor: pointer;
}
.take-your-store-online .learn-more a {
  text-decoration: none;
  color: #000;
}

.take-your-store-online .learn-more:hover, .take-your-store-online .learn-more:hover a {
  color: #fff;
  background: #03275A ;
}
.elink-without-website {
  background: #020221;
  padding: 7% 0px 0%;
  margin-top: -5%;
}


.elink-without-website .estore-content {
  margin-left: 15%;
  width: 70%;
}

.estore-dashboard {
	margin-left: -6%;
}
.elink-without-website  .estore-dashboard img {
  width: 100%;
  margin-top: 5%;
  float: left;
}

.elink-without-website  .estore-content h3 {
  font-size: 30px;
  color:#fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.elink-without-website .estore-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.elink-without-website .learn-more {
	background: rgba(239,96,0,0.18);
	border-radius: 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 12px 30px;
	color: #fff;
  font-weight: 700;
  border: solid 1px #EF6000;
  width: 200px;
  margin: 35px 0px;
}

.elink-without-website .learn-more a {
  color: #fff;
  text-decoration: none;
}

.elink-without-website .learn-more:hover, .elink-without-website .learn-more:hover a {
  background: #EF6000;
  color: #fff;
}

.our-mobile-apps {
  padding:8% 0px 0%;
  margin: 0px auto;
  background: url(../img/amber-payment-compass/orange-img.png) no-repeat bottom center #fff;
  background-size: contain;
  margin-top: -4%;
  }

  
  .our-mobile-apps h3 {
    font-size: 30px;
    color:#333333;
    text-align: left;
    margin-bottom: 25px;
    font-family: 'gt_walsheimbold', sans-serif;
  }
  
  .our-mobile-apps_content {
    margin: 60% auto 0%;
  }
  .our-mobile-apps_content p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    width: 80%;
  }

  .process-and-payment {
    background: #F9FAFB;
    padding: 7% 0px 5%;
    margin-top: -3%;
  }

    
  .process-and-payment h3 {
    font-size: 30px;
    color:#333333;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'gt_walsheimbold', sans-serif;
  }

  .process-and-payment .box {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #DFE7EE;
    padding: 30px 25px;
    height: 300px;
    width: 98%;
    margin:10px 0px 20px;
  }

  .process-and-payment .box img {
    margin-bottom: 15px;
  }

  .process-and-payment .box h4 {
    font-size: 20px;
    color:#333333;
    text-align: left;
    margin: 15px 0px;
   font-weight: 700;
  }

  .process-and-payment .box p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    width: 80%;
  }

  

.power-digital-payments {
  background: url(../img/amber-payment-compass/apc_cta_img.png) no-repeat center top;
  padding:7% 0px 7%;
  margin: 0px auto;
}

.power-digital-payments h3 {
  color: #fff;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  margin-bottom:0px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.power-digital-payments h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  width:27%;
}

.power-digital-payments .btn-data {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0px;
  width: 325px;
  height: 60px;
  color: #000;
  font-size: 18px;
  margin: 60px auto 10px;
  cursor: pointer;
}

.power-digital-payments .btn-data a {
  color: #000;
  text-decoration: none;
}

.power-digital-payments .btn-data:hover, .power-digital-payments .btn-data:hover a {
  color: #fff;
  background: #EF6000;
}


/*cookies policy*/

.cookie-overlay {
  position: static; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookie-overlay .bg-white {
	position: fixed;
	bottom:0rem;
	left: 0%;
	right: 0%;
	background: #fff;
	z-index: 9999;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: left;
	width: auto;
}

.cookie-overlay a {
	text-decoration: underline;
	color: #005293 !important;
	margin-left: 20px;
}

  .cookie-overlay .bg-warning {
	background-color: #fff1c6 !important;
}
  .cookie-overlay .close-cookies {
    cursor: pointer;
  }

  .cookie-overlay h4 {
    color: #ef6000;
    font-weight: 600;
    font-size: 1rem !important;
    /* font-size: 3.5vw; */
    text-align: left;
  }
  .cookie-overlay .btn {
    font-size: 0.9rem;
  }


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000;
}

.modal-backdrop.show {
	opacity: 1;
  background: none;
  position: unset;
}


.cookie-overlay .bg-white .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: unset;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.cookie-overlay .bg-white .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem 0px;
	border: 0px;
}

.cookie-overlay .bg-white .modal-body {
	padding: 0rem 2rem 1rem;
}

.cookie-overlay .bg-white .modal-body h5 {
	 color: #ef6000;
   font-size: 1rem;
   font-weight:600;
}

.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right:-17px;
}
.cookie-overlay .bg-white .modal-content .card-body{
 overflow-y: auto;
 scroll-behavior: smooth;
 font-size: 13px;
 line-height: 18px;
}
.cookie-overlay .bg-white .modal-footer {
	padding: 1rem;
	border-top: 0px solid #e9ecef;
}

.cookie-overlay .bg-white .modal .modal-dialog {
	max-width: 600px;
	margin: 0px 0px;
	float: right;
	height: 100%;
	overflow-y: scroll;
}

.cookie-overlay .bg-white .btn-orange {
	background: #005293;
	color: #fff;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  font-size: 15px;
}
.cookie-overlay .bg-white .btn-success {
	background:none !important;
	color: #005293;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border:none !important;
  text-decoration: underline;
  font-size: 15px;
}


.cookie-overlay .bg-white #exampleModal .btn-orange {
	background-color: #005293;
	color: #fff;
  margin: auto;
  display: block;
  font-weight: 700;
  width: 150px;
  height: 45px;
}

/* .cookie-overlay .bg-white .modal-body .accordion .card-header::after {
  font-family:'FontAwesome', sans-serif;  
  content: "\f068";
  float: left; 
  font-size:15px;
  margin-right: 20px;
  font-weight: 400;
  color: #585858;
 
}

.cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
  /* symbol for "collapsed" panels
  content: "\f067"; 
  font-family:'FontAwesome', sans-serif;
  color: #585858;
 
} */





.cookie-overlay .bg-white #exampleModal{
 width: 100%;
  background-color: rgba(0,0,0,0.50); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookies-policy h5 {
	color: #005293;
  font-weight: 700;
}
.cookies-policy h5 b {
	color: #ef6000;
  font-weight: 500;
}

.cookies-policy p.p-title, .cookies-policy p {
  font-size: 17px;
  line-height: 30px;
}

.table.table-bordered.w-50.mx-auto {
	font-size: 17px;
}

.cookies-policy ul li {
  font-size: 17px;
   
}

.cookies-policy hr {
  margin: 30px auto;
}

.cookies-policy .nav-tabs {
	border-bottom: 0px solid #dee2e6;
  margin-bottom: 20px;
}

.cookies-policy .nav-tabs .nav-item {
	margin: 0px 10px 0px;
}

.cookies-policy .nav-tabs .nav-item:focus-visible {
	outline: none;
}

.cookies-policy .nav-tabs .nav-link {
	border: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  outline: none;
}

.cookies-policy .nav-tabs .nav-item.show .nav-link, .cookies-policy .nav-tabs .nav-link.active {
	color: #ef6000;
	background-color: #fff;
	border-bottom: 3px solid #ef6000;
  outline: none;
}

.close {
	opacity:1;
}

.cookies-btn {
	background-color: #005293;
	height: 43px;
	width: 43px;
	border-radius: 100%;
	position: fixed;
	bottom: 46px;
	left: 25px;
	cursor: pointer;
  border:solid 1px #dcdcdc;
  padding: 3px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
-moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
}

 
.cookies-policy .table-bordered thead th {
  color: #ef6000;
}

/*body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}*/

@media (max-width: 560px) {
 
  .cookie-overlay h4 {
    font-size: 0.85rem !important;
    margin: 10px 0px 0px 25px !important;
}
.cookie-overlay .bg-white {
  font-size: 12px;
}
.cookie-overlay .bg-warning {
  margin-bottom: 10px;
}
.bg-white.p-4 {
  padding: 10px 0px !important;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right: 0;
}
.cookie-overlay .bg-white .modal-header img {
  width: 70%;
}
.cookies-policy .nav-tabs .nav-item {
	margin: 0px 0px 0px;
}
.cookies-policy .nav-tabs .nav-link {
 padding: .5rem 0.5rem;
 font-size: 18px;
}
}

#form-content .form-control::placeholder {
	color: #fff;
	opacity: 1;
}

#form-content #country-value {
	color: #fff;
}



/* bac to top */
#scrolltop {
  display: none;
}

#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 25px;
  background: url(../img/back-top.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i, #rocketmeluncur em {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(../img/back-top.png) no-repeat 50% -48px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i, #rocketmeluncur:hover em {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i, #rocketmeluncur.launchrocket em {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}


 


.view-form .modal-dialog{
  max-width: 900px;
}
.view-form .modal-body{
  overflow-y: scroll;
    max-height: calc(100vh - 170px);
    padding: 0 1rem;
}
.view-form .modal-header{
align-items: center;
background: rgba(0, 82, 147, 1);
color: #fff;
}
.view-form .pop-apply{
  background: rgba(239, 96, 0,.7);
    color: #fff;
    border: transparent;
    border-radius: 5px;
    margin-right: 2rem;
    font-weight: 500;
    padding: 3px 25px;
}
.header-right{
  display: flex;
  align-items: center;
}
.header-right i{
  font-size: 21px;
}

.fa.fa-times {
  cursor: pointer;
}

.modal.fade.view-form.show pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size:18px !important;
  font-family: 'Onest', sans-serif;
}
.modal.fade.view-form.show pre p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.close {
	float: right;
	background: transparent;
	border: none;
}


.banner-cookies-content {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.banner-cookies-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.banner-cookies-content p {
  font-size: 24px;
  line-height: 34px;
}

.cookies-banner {
 background: url(../img/cookies/tandc_cookie_banner.png) no-repeat center top;
 max-height: 700px;
 padding: 14.5% 0px;
}

  /* .diverse-solutions .more-info {
  display: none;
}   */

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
	transition: all 0.5s;
	/* float: left; */
	position: absolute;
	left: 15px;
	font-weight: bold;
  top: 11px;
}

.accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  
}

.accordion .accordion-button:not(.collapsed) {
	color: #005293 !important;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion .card-header .card-title {
	margin-bottom: .75rem;
  text-decoration: none;
}

.accordion .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px 0px;
	font-size: 14px;
  line-height: 20px;
  font-family: 'Onest', sans-serif;
	color: #005293;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.cookie-overlay a.card-title {
	text-decoration: none;
	color: #005293 !important;
	margin-left: 20px;
}

.fixed-top {
  background: rgba(255,255,255,0.95);
  margin-top: 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.fixed-top ul.menu-bg-inner {
  background: rgba(255,255,255,0);
  backdrop-filter: blur(0px);
  border-radius: 0px;
  height: 50px;
}

.fixed-top ul.menu-bg-inner .nav-link, 
.fixed-top .navbar-light .navbar-nav .show > .nav-link,
.fixed-top ul.menu-bg-inner .nav-link.active {
  color: #000 !important;
}

.fixed-top ul.menu-bg-inner .nav-link:hover {
  color: #000;
  background: url(../img/menu-active.png) no-repeat center bottom;
}

.fixed-top a.hire-resources {
  background: #EF6000;
  color: #fff !important;
}

.fixed-top .navbar-brand a {
  background: url(../img/logo-colour.svg) no-repeat left top;
  width: 269px;
  height: 38px;
  display: block;
  background-size: 90%;
}

.fixed-top .dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}



.fixed-top .dropdown-item:focus, .fixed-top .dropdown-item:hover {
	color: #EF6000;
	background-color: transparent;
}

.fixed-top .menu-bg-inner .nav-link {
 line-height:42px;
}

.navbar-brand a{
  background: url(../img/logo.svg) no-repeat left top;
  width: 269px;
  height: 38px;
  display: block;
  background-size: 90%;
}

/*solutions page */

.solutions-banner {
  background: url(../img/solutions/banner-solutions.png) no-repeat center top;
  /* height: 700px; */
  padding:28% 0px 14%;
  background-size: cover;
 }
.solutions-banner-content {
  text-align: left;
  color: #fff;
  padding: 0px 0px;
  width: 40%;
  float: left;
  margin-left:0%;
  margin-top: 0%;
}

.solutions-banner-content h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold';

}

.solutions-banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}

.software-development-bg {
  background: #EEF8FC;
  padding: 4% 0px;
  cursor: pointer;
}


.software-development-bg .box-bg {
  background: #fff;
  border-radius: 20px;
  width: 200px;
  height: 219px;
  padding: 40px 30px 25px;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  margin-bottom:30px;
}

.software-development-bg .box-bg:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #EF6000;
 
}

.software-development-bg .box-bg img {
  margin-bottom: 50px;
}

.enterprise-solutions-bg {
  background: #FEF7F2;
  padding: 4% 0px;
  cursor: pointer;
}

.enterprise-solutions-bg h2 {
	text-align: left;
	font-size: 33px;
	font-family: 'gt_walsheimbold';
	margin-bottom: 30px;
}

.software-development-bg .box-bg:hover p {
  color: #fff;
}

.software-development-bg .box-bg:hover img {
  filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(246deg) brightness(104%) contrast(102%);
}

.enterprise-solutions-bg .box-bg {
  background: #fff;
  border-radius: 20px;
  width: 200px;
  height: 219px;
  padding: 40px 30px 25px;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  margin-bottom:30px;
}

.enterprise-solutions-bg .box-bg:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #EF6000;
}

.enterprise-solutions-bg .box-bg img {
  margin-bottom: 50px;
}

.enterprise-solutions-bg .box-bg:hover p {
  color: #fff;
}

.enterprise-solutions-bg .box-bg:hover img {
  filter: invert(0%) sepia(76%) saturate(1%) hue-rotate(41deg) brightness(200%) contrast(102%);
}


.cloud-solutions-bg {
  background: #F9F9F9;
  padding: 4% 0px;
  cursor: pointer;
}

.cloud-solutions-bg h2 {
	text-align: left;
	font-size: 33px;
	font-family: 'gt_walsheimbold';
	margin-bottom: 30px;
}


.cloud-solutions-bg .box-bg {
  background: #fff;
  border-radius: 20px;
  width: 200px;
  height: 219px;
  padding: 40px 30px 25px;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  margin-bottom:30px;
}

.cloud-solutions-bg .box-bg:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #EF6000;
}

.cloud-solutions-bg .box-bg img {
  margin-bottom: 50px;
}


.cloud-solutions-bg .box-bg:hover p {
  color: #fff;
}

.cloud-solutions-bg .box-bg:hover img {
  filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(246deg) brightness(104%) contrast(102%);
}

.solutions-hire-on-demond {
  background: url(../img/solutions/hire-on-demand.png) no-repeat center top;
  padding:5% 0px 5%;
  margin: 0px auto;
  background-size: cover;
}
 

.solutions-hire-on-demond .hire-content {
  margin: 8% 0px;
  padding-right: 15%;
}

.solutions-hire-on-demond .hire-content h3 {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  text-align: left;
  font-weight: 700;
  font-family: 'gt_walsheimbold', sans-serif;
  margin-bottom: 20px;
  width: 50%;
}


.solutions-hire-on-demond .hire-content h2 {
  font-size: 33px;
  color:#fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.solutions-hire-on-demond .hire-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #cdf7ff;
  font-weight: 300;
}

.solutions-hire-on-demond .hire-content .resources{
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #000;
  font-weight: 700;
  border: none;
  margin-top: 50px;
  text-transform: uppercase;
  width: 208px;
  cursor: pointer;
}

.solutions-hire-on-demond .hire-content .resources:hover{
  color: #fff;
  background-color: #EF6000;
}

.solutions-hire-on-demond .hire-content .resources a {
  text-decoration: none;
  color: #000;
}

.solutions-hire-on-demond .hire-content .resources a:hover {
  color: #fff;
}

.solutions-hire-on-demond .hire-content .resources a:hover, 
.solutions-hire-on-demond .hire-content .resources:hover a{
  color: #fff;
  background-color: #EF6000;
}


 


/* mobile application*/

.innovative-solution {
  background: #F6F7F8;
  border-radius: 20px;
  padding: 25px 30px 25px;
  margin: 30px auto;
}

.innovative-solution .dropdown-menu {
  height: 20rem;
  overflow-y: scroll;
  z-index:1;
}

.innovative-solution .dropdown .btn-secondary.dropdown-toggle{
  color:#333333;
  background-color:#fff;
  border-color:#333333
}

.innovative-solution h4 {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  font-family: 'Onest', sans-serif;
}

.innovative-solution p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: 'Onest', sans-serif;
}

.innovative-solution .btn-secondary {
	color: #333;
	background-color: #FFFFFF;
	border: solid 1px #90909B;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  width: 100%;
  border-radius: 10px;
  text-align: left;
}

.innovative-solution .dropdown {
  position: absolute;
  width: 350px;
  background: rgba(255,255,255,0.99);
  backdrop-filter: unset;
  border-radius: 10px;
  margin-top: 20px;
} 

.innovative-solution .dropdown-menu {
  background: rgba(255,255,255,0.99);
  backdrop-filter: unset;
  border-radius: 10px;
}

.innovative-solution .dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	float: right;
	top: 13px;
	position: relative;
}

.innovative-solution .dropdown h6 {
  color: #333;
  font-weight: 600;
}

.innovative-solution ul {
  width: 350px;
}

.innovative-solution .dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #333;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.innovative-solution .explore-all-solutions {
  background: #EF6000;
  color: #fff;
  border-radius: 30px;
  width: 254px;
  height:60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.innovative-solution .explore-all-solutions a{
  color: #fff;
  text-decoration: none;
}

.innovative-solution .explore-all-solutions:hover {

}
 

/* 
#ex1{
background: #fff;
height: 80px;
border: solid 1px #E4E5EB;
border-radius: 45px;
box-shadow: 1px 2px 10px rgba(2, 2, 2, 0.3);
width: 98%;
margin: 5px auto;
}
#ex1 li{
background: transparent;
color: #333333;
line-height: 45px;
border: none;
margin: 0px 35px;
}
#ex1 .nav-tabs .nav-link.active, 
#ex1 .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  text-align: center;
}
#ex1 .nav-tabs .nav-item.show .nav-link, 
#ex1 li a.active {
	color: #495057;
	background-color:transparent;
	border:none;
}

#ex1 li a.nav-link {
  padding:8px 0px;
}

#ex1 li a.active {
  color: #EF6000;
  border-bottom: solid 2px #EF6000;
}
 
#ex1 li a, #ex1 li a:hover {
  width: 100%;
  background: transparent;
  color: #EF6000;
  line-height: 60px; 
  text-align: center;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

#ex1 li a:hover {
  color: #EF6000;
  border-bottom: solid 2px #EF6000;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

#ex1-content {
	background: url(../img/solutions/tab-bg.png) no-repeat center top #F3F7FA;
	border-radius: 40px;
	padding: 8%;
	margin-bottom: 30px;
}

#ex1-content h1 {
  font-size: 38px;
  text-align: left;
  font-weight: 700;
  margin-bottom:20px;
  font-family: 'gt_walsheimbold';
}

#ex1-content p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
}
#ex1-content p strong {
  color: #EF6000;
  font-weight: 400;
}
#ex1-content ul {
  padding: 0px;
  margin: 30px 0px 0px 5px;
}

#ex1-content ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
  list-style: none;
  background: url(../img/solutions/bullet.png) no-repeat left 7px;
} */




.mobile-application-tab .tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.mobile-application-tab .tabs-container nav ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.mobile-application-tab .tabs-container nav ul li {
  cursor: pointer;
  color: #333;
  border-top: 0px solid #eee;
  margin: 0px auto;
  padding: 0;
  font-family: 'Onest', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px; 
}

.mobile-application-tab .tabs-container nav ul li:hover { 
  color: #EF6000;}  

.mobile-application-tab .tabs-container nav ul li.active {
  color: #EF6000;
  border-top: none;
  box-shadow: inset 0 -3px 0 #EF6000;
}


/* the nitty gritty */

.mobile-application-tab .tabs-container {
  width: 100%;
  margin: 0 auto 30px;
}
.mobile-application-tab .tabs-container  .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.tabs ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-application-tab .tabs-container nav {
  position: absolute;
  width: 100%;
}

.mobile-application-tab .tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.mobile-application-tab .tabs-container nav ul li {
  order: 1;
  
}
.mobile-application-tab .tabs-container .tabs .btn {
  font-size: 20px;
  padding: 5px 10px;
  background: transparent;
}
.mobile-application-tab .tabs-container .tabs .tab-content {
  display: none;
}
.mobile-application-tab .tabs-container .tabs .tab-content.current {
  display: block;
}

.mobile-application-tab  .tabs-container nav ul li.active {
  order: 0;
background: transparent;
color: #EF6000;
line-height: 60px; 
text-align: center;
border-left: 0px;
border-right: 0px;
border-top: 0px;
 
}

.mobile-application-tab  .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.mobile-application-tab .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}


.mobile-application-tab .tabs-container nav ul.expanded li.active:after{
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.mobile-application-tab .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {

  .mobile-application-tab  nav {
    background: transparent;
  }  

  .mobile-application-tab .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0; 
    background: #FDFDFD;
    border: solid 1px #EEEFF2;
    border-radius: 46px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    line-height: 60px;
    width: 99%;
    margin: auto;
  }

  .mobile-application-tab .tabs-container nav ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0 0 0 0;
    border: none;
  }

  .mobile-application-tab .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .mobile-application-tab .tabs-container nav ul li.active {
    order: 1;
  }

  .mobile-application-tab .tabs-container nav ul li.active:after {
    display: none;
  }
}


.mobile-application-tab .tab-content{
    display: none;
    padding: 8%;
    
}
.mobile-application-tab  .tab-content.current{
    display: inherit;
    background: url(../img/solutions/tab-bg.png) no-repeat center top #F3F7FA;
    border-radius: 40px;
    padding: 8%;
    margin-bottom: 30px;
}


.mobile-application-tab  .tab-content.current ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 25px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
  list-style: none;
  background: url(../img/solutions/bullet.png) no-repeat left 7px;
}



.mobile-application-tab  .tab-content h2 {
  font-size: 38px;
  text-align: left;
  font-weight: 700;
  margin-bottom:20px;
  font-family: 'gt_walsheimbold';
}

.mobile-application-tab  .tab-content p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
}
.mobile-application-tab  .tab-content p strong {
  color: #005193;
  font-weight: 400;
}
.mobile-application-tab  .tab-content.current ul {
  padding: 0px;
  margin: 30px 0px 0px 5px;
}


.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	border-color: rgba(0,0,0,.1);
	background: white;
}


#myDropdown ul.dropdown-menu.show.expanded a  {
  color: #fff;
}

.dropdown-menu.show.expanded a:hover {
  color:#EF6000 ;
} 


#captcha-error{
  font-size: 14px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  color: red;
}

.spinner-img {
  width: 50px; 
  margin-top: 10px;
}
@keyframes frames {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
  }
} 
#pause {
  display: none;
  background:
    rgba(0, 0, 0, 0.3)
    no-repeat
    0 0;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
  user-select: none;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 20px;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}


/* 
.form-field{
  
  width: 400px;
  height: auto;
  cursor: text;
  width: 100%;
  background: #0B0B26;
  margin-top: 20px;
  color: #6c757d;
  border-radius: 10px;
}
.form-field input{
  width: 30% !important;
  outline: none;
  margin-top: 0px !important;
}
.form-field input:focus{
  width: 30%;
  border: 0px !important;
  outline: none;
}
.form-field .chips .chip {
  display: inline-block;
  width: auto;
  background: #EFF6FF;
  color: #1d4ed8;
  border-radius: 3px;
  margin: 2px;
  overflow: hidden;
}
.form-field .chips .chip{
  float: left;
}

.form-field .chips .chip .chip--button {
  padding: 8px;
  cursor: pointer;
  background: #EFF6FF;
  display: inline-block;
}
.form-field .chips .chip .chip--text {
  padding: 8px;
  cursor: no;
  display: inline-block;
  pointer-events: none
}

.form-field > input{
  padding: 15px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  border: none;
  margin: 5px 0 0;
  display: inline-block;
  background-color: transparent;
} */


ol, ul {
  list-style: outside none none;
}
/* #container {
  margin: 0 auto;
  width: 60rem;
} */

.form-field{
  
  width: 400px;
  height: auto;
  cursor: text;
  width: 100%;
  background: #0B0B26;
  margin-top: 20px;
  color: #6c757d;
  border-radius: 10px;
}
.form-field input{
  width: 100% !important;
  outline: none;
  margin-top: 0px !important;
}
.form-field input:focus{
  width: 30%;
  border: 0px !important;
  outline: none;
}
.tags {
  /* background: none repeat scroll 0 0 #fff; */
  /* display: flex;
  align-items: center; */
  border-radius: 10px;
  border: 1px solid #ccc;
  display: table;
  padding: 0.5em;
  width: 100%;
}
.tags li.tagAdd, .tags li.addedTag {
  float: left;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.tags li.addedTag {
  background: none repeat scroll 0 0 #EFF6FF;
  border-radius: 4px;
  color: #1d4ed8;
  padding: 0.25em;
  margin: 5px !important;
}
.tags input, li.addedTag {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  display: block;
  padding: 0.5em;
  margin: 0px 5px !important;
  height: unset !important;
}
.tags input:hover {
  border: 1px solid #000;
}
span.tagRemove {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.5em;
}
span.tagRemove:hover {
  color: #222222;
}

.img-blog-details{
  width: 100%;
  /* height: 500px; */
  height: auto;
  /* position: absolute; */
  z-index: -1;
  border-radius: 0;
}




  /* -------------
  Expertise In
  ---------------- */
 
  .expertise-sec .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
    width: 100%;
    /* height: 100%; */
  }
  
  .expertise-sec.hire-from-us-feature .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
  }
  .expertise-sec.amber-culture .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgba(68, 88, 144, 0);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
  }

  .expertise-sec .icon-box:hover {
     transform: translateY(-10px);
     box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
  }
  .expertise-sec.amber-culture .icon-box:hover {
     /* transform: translateY(-10px); */
     box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0);
  }
  
  .expertise-sec .icon,
  .expertise-sec.hire-from-us-feature .icon {
    position: absolute;
    top: calc(50% - 30px);
  }

  .serve-card .icon{
    border: 2px solid #ef805b;
    padding: 4px;
    border-radius: 5px;
  }

  .serve-card .expertise-sec .icon-box{
    box-shadow: none;
  }
  .serve-card .expertise-sec .icon-box:hover{
    transform: translateY(0px);
  }
  
  .expertise-sec .icon i, .expertise-sec .icon em,
  .expertise-sec.hire-from-us-feature .icon i, .expertise-sec.hire-from-us-feature .icon em {
    font-size: 38px;
    line-height: 1;
    transition: 0.5s;
    color:#005293;
    
  }
  
  .expertise-sec .title,
  .expertise-sec.hire-from-us-feature .title {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Onest', sans-serif;
  }
  .expertise-sec.career .title {
    margin-left: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Onest', sans-serif;
  }
  
  .expertise-sec .title a,
  .expertise-sec.hire-from-us-feature .title a{
    color: #2a2c39;
    transition: ease-in-out 0.3s;
  }
  
  .expertise-sec .title a:hover,
  .expertise-sec.hire-from-us-feature .title a:hover {
    color: #ef6603;
  }
  
  .expertise-sec .description,
  .expertise-sec.hire-from-us-feature .description {
    font-size: 14px;
    margin-left: 70px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Onest', sans-serif;
  }
  .expertise-sec.career .description{
    margin-left: 0px;
  }
.expertise-sec [class*="col-"] {
  margin-bottom: 30px;
}

.expertise-sec .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  /* height: 100%; */
}

.expertise-sec h2 {
  font-size: 33px;
  color:#333333;
  text-align: center;
  margin: 20px auto;
  font-family: 'gt_walsheimbold', sans-serif;

}


/*book-css*/

.ebook-banner {
  background: url(../img/ebook/ebook_banner.png) no-repeat center top;
  height: 800px;
  padding: 5% 0px 5%;
  background-size: cover;
 }

 .ebook-banner-content {
  position: unset;
  left: 0px;
  top:200px;
 }

 .ebook-banner-main-content {
  position: unset;
  left: 0px;
  top:180px;
 }



 .ebook-banner-content h1{
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
	font-size: 45px;
	text-align: left;
	font-weight: 700;
	margin: 20px auto 0px;
	font-family: 'gt_walsheimbold';
	padding-bottom: 0px;
  width: 60%;
  float: left;
  margin-bottom: 40px;
}

.ebook-banner-main-content h1 {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
	font-size: 45px;
	text-align: left;
	font-weight: 700;
	margin: 20px auto 0px;
	font-family: 'gt_walsheimbold';
	padding-bottom: 0px;
  width: 60%;
  float: left;
  margin-bottom: 40px;
}

 

.ebook-banner-main-content h2 {
 color: #fff;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	margin: 0px auto 0px;
	font-family: 'Onest', sans-serif;
	padding-bottom: 5px;
  font-weight: 400;
}

.ebook-banner-content h2{
  color: #fff;
   font-size: 24px;
   text-align: left;
   font-weight: 700;
   margin: 0px auto 20px;
   font-family: 'Onest', sans-serif;
   padding-bottom: 5px;
   font-weight: 400;
   clear: both;
   width: 60%;
   float: left;
 }

.ebook-banner-content .download, .ebook-banner-main-content .download {
  background: #EF6000;
  border-radius: 41px;
  width: 250px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  clear: both;
  line-height: 50px;
  cursor: pointer;
}

.ebook-banner-content .download, .ebook-banner-main-content .download a {
 color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ebook-banner-main-content ul {
  margin: 0px 0px 30px;
  padding: 0px;
}

.ebook-banner-main-content ul li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  background: url(../img/ebook/star.svg) no-repeat left top;
  margin: 0px 0px 15px 0px;
  padding-left: 45px;
  padding-bottom: 15px;
}

.ebook-banner .ebook-cover, .ebook-banner-main-content .ebook-cover {
  margin-top: 12%;
}

.ai-coding {
  padding: 5% 0px;
}

.ai-coding h2 {
  margin: 50px 0px 40px;
  text-align: left;
  font-size: 35px;
  line-height: 35px;
  color: #333333;
  font-weight: 700;
  font-family: 'gt_walsheimbold';
}

.ai-coding h2 span {
	background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.ai-coding p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  width: 80%;
}

.ai-coding .ai-content {
  margin: 0px 0px 0px 10%;
}

 .container-fluid .ai-coding .col-md-6 img.img-fluid {
	float: right;
}

.inside-ebook {
  background: url(../img/ebook/inside_ebook_bg.png) center top no-repeat;
  padding: 6% 0px;
  margin: auto;
  background-size: cover;
}

.inside-ebook h3 {
  font-size: 33px;
  color:#fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.inside-ebook h3  span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inside-ebook .card {
  border-radius: 20px;
  padding:50px 50px;
  margin: 0px auto 4%;
  height: 360px;
  display: block;
}


.inside-ebook .card p{
  text-align: left;
  width: auto;
  margin: 20px auto;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  font-weight: 400;
}

 

.inside-ebook .card img {
  height: 70px !important;
  margin-bottom: 20px;
}



.inside-ebook-hr {
  background: url(../img/ebook/inside_ebook_bg.png) center top no-repeat;
  padding: 6% 0px;
  margin: auto;
  background-size: cover;
}

.inside-ebook-hr h3 {
  font-size: 33px;
  color:#fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.inside-ebook-hr h3  span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inside-ebook-hr .card {
  border-radius: 20px;
  padding:40px 40px;
  margin: 0px auto 4%;
  height: 300px;
  display: block;
}


.inside-ebook-hr .card p{
  text-align: left;
  width: auto;
  margin: 10px auto 20px;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  font-weight: 400;
}

 

.inside-ebook-hr .card img {
  height: 70px !important;
  margin-bottom: 20px;
}

.why-ebook {
  background: #fff;
  padding: 5% 0px;
}

.why-ebook .container-fluid{
  background: url(../img/ebook/bg-strips.png) no-repeat center center;
  background-size: contain;
}

.why-ebook h3 {
  text-align: center;
  font-size: 33px;
  color:#3F3F3F;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.why-ebook h3 span {
	background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.why-ebook p{
  text-align: center;
  width: 50%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

.why-ebook .container-xxl {
  margin-top: 30px;
  background: url(../img/ebook/why-ebook-bg.png) no-repeat;
  background-size: 48%;
  background-position: 93% 100%;
  padding-bottom: 7%;
}


.why-ebook .container-xxl p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  text-align: left;
  width: 80%;
  clear: both;
}

.why-ebook .container-xxl p img {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 60px;
}
 
.get-your-copy {
  background: #050521;
  padding: 5% 0px;
  margin-top: 5%;
}

.get-your-copy  .book-thumb {
  margin: -250px auto 50px;
  text-align: center;
}

.get-your-copy  h3 {
  text-align: center;
  font-size: 33px;
  color:#fff;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.get-your-copy h3 span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.get-your-copy p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 55%;
  margin: auto;
 
}

.get-your-copy p strong {
  font-weight: bold;
  color: #EF6000;
}

.get-your-copy .download-book {
  margin: 30px auto;
}
.fade {
  transition: opacity .15s linear;
}

.get-your-copy .download-book  .modal {
   background: rgba(0, 0, 0, 0.75);
}
.get-your-copy .download-book .modal-dialog {
	max-width: 1200px;
	margin: 5% auto;
  width: 90%;
}

.get-your-copy .download-book .modal-dialog .modal-content {
  padding:30px ;
  border-radius: 30px;
  display: block;
}

.get-your-copy .download-book .modal-dialog .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	width: 100%;
	margin: auto;
}

.get-your-copy .download-book .modal-dialog .modal-content  .btn-close {
  float: right;
}

.get-your-copy .download-book .modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}

.get-your-copy .download-book .modal-dialog h3 {
  text-align: left;
  font-size: 33px;
  line-height: 33px;
  color:#000000;
  margin-bottom:30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.get-your-copy .download-book label {
  display: block;
  color: #050521;
  font-size: 16px;
  margin-bottom:5px;
}
 
.get-your-copy .download-book input {
  background: transparent;
  border: solid 1px #3F3F3F;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 450px;
  padding: 0px 10px;
}


.software-solutions-bg .download-book .learn-more {
  border:none;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  width: 210px;
  margin: 20px auto;
  cursor: pointer;
  background: #fff;
  display: block;
}


.get-your-copy .download-book .download-button {
	background: #EF6000;
	border-radius: 41px;
	width: 100%;
  max-width: 275px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
  line-height: 60px;
	clear: both;
  margin: 50px auto 100px;
  font-weight: 500;
  border: none;display: block;
}

.get-your-copy .download-book .download-submit {
	background: #EF6000;
	border-radius: 41px;
	width: 100%;
  max-width: 275px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
  line-height: 60px;
	clear: both;
  margin: 20px 0 20px;
  font-weight: 500;
  border: none;display: block;
  cursor: pointer;
}

.get-your-copy .download-book .download-button img {
  margin-right: 20px;
}

.get-your-copy .expertise {
background: url(../img/ebook/expertise_bg_image.png) center top no-repeat;
background-size:cover;
padding: 30px 0px;
text-align: center;
position: relative;
height: 600px;
}

.get-your-copy .expertise .content {
  position: absolute;
  left: 25%;
  bottom: 50px;
}

.get-your-copy .expertise .content h3 {
  text-align: center;
  font-size: 40px;
  color:#fff;
  margin-bottom: 20px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.get-your-copy .expertise .content h3 span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.get-your-copy .expertise .content p {
  width: auto;
  font-size: 18px;
  line-height: 30px;
}

.get-your-copy .expertise .content .learn-more {
  border:none;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  width: 210px;
  margin: 20px auto;
  cursor: pointer;
  background: #fff;
}

.get-your-copy .expertise .content .learn-more:hover, .get-your-copy .expertise .content .learn-more a:hover {
  background: #EF6000;
  color: #fff;
}

.get-your-copy .expertise .content .learn-more a {
  color: #000;
  text-decoration: none;
}

.get-your-copy .download-book .red {
  color: red;
}

.all-ebook {
  padding: 5% 0px;
  margin: auto;
  text-align: center;
}

.all-ebook img {
  margin: auto;
}

.all-ebook p {
  margin:0px auto 20px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  width: 70%;
}

.all-ebook button.category {
  background: #DFEBF3;
  border-radius: 29px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border: solid 1px #005193;
  padding: 0px 20px;
  text-decoration: none;
  color: #333333;
  margin: 10px auto 0px;
}


.why-ebook-Must-Have {
  background: #fff;
  padding: 5% 0px 0px;
}

.why-ebook-Must-Have .container-fluid{
  background: url(../img/ebook/bg-strips.png) no-repeat center center;
  background-size: contain;
}

.why-ebook-Must-Have h3 {
  text-align: center;
  font-size: 33px;
  color:#3F3F3F;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.why-ebook-Must-Have h3 span {
	background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.why-ebook-Must-Have p{
  text-align: center;
  width: 50%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
}

.why-ebook-Must-Have .container-xxl {
  margin-top: 30px;
  background: url(../img/ebook/why-ebook-bg.png) no-repeat;
  background-size: 48%;
  background-position: 93% 100%;
  padding-bottom: 7%;
}


.why-ebook-Must-Have .container-xxl p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  text-align: left;
  width: 80%;
  clear: both;
}

.why-ebook-Must-Have .container-xxl p img {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 60px;
}


.stand-out {
	background: #050521;
	padding: 5% 0px;
	margin-top: 0%;
}


.stand-out h3 {
  text-align: center;
  font-size: 33px;
  color:#fff;
  margin: 30px auto;
  font-family: 'gt_walsheimbold', sans-serif;
}

.stand-out h3 span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stand-out img {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

.stand-out h4 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 5px;
}

.stand-out p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: auto;
  padding-bottom: 40px;
}

.stand-out p strong {
  font-weight: bold;
  color: #EF6000;
}


.our-readers {
  background: url(../img/ebook/readers-bg.svg) no-repeat left bottom #fff;
  padding: 5% 0px;
  margin-bottom: 5%;
}

.our-readers h3 {
  text-align: center;
  font-size: 33px;
  color:#3F3F3F;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.our-readers .container-xxl {
	margin-top: 30px;
	background: url(../img/ebook/why-ebook-bg.png) no-repeat;
	background-size: 48%;
	background-position: 93% 100%;
	padding-bottom: 7%;
}

.our-readers h3 span {
	background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.our-readers .card {
  background: url(../img/ebook/quotes.svg) no-repeat 30px 30px #fff;
  width: 100%;
  max-height: 312px;
  padding: 30px 0px 0px;
  border-radius: 20px;
  border:solid 1px #EF6000;
  margin-bottom: 50px;
}

.our-readers .card  p {
  font-size: 18px;
  line-height: 30px;
  color: #3F3F3F;
  font-weight: 400;
  text-align: center;
  margin: auto;
  width: 65%;
  padding-bottom: 40px;
}

.our-readers .card  p.author {
  font-size: 16px;
  line-height: 26px;
  color: #ACACAC;
  font-weight: 400;
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
  width: 55%;
}

.about-the-other {
  background: url(../img/ebook/readers-bg.svg) no-repeat left 50px #fff;
  padding: 15% 0px 5%;
  margin-bottom: 5%;
}


.about-the-other  h3 {
  text-align: left;
  font-size: 33px;
  color:#3F3F3F;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.about-the-other h3 span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.about-the-other p {
	font-size: 18px;
	line-height: 30px;
	color: #3F3F3F;
	font-weight: 400;
	text-align: left;
	margin: auto;
}


.get-your-copy-two {
  background: #050521;
  padding: 0% 0px;
  margin-top: 5%;
}

.get-your-copy-two  .book-thumb {
  margin: -250px auto 50px;
  text-align: center;
}

.get-your-copy-two  h3 {
  text-align: center;
  font-size: 33px;
  color:#fff;
  margin-bottom: 30px;
  font-family: 'gt_walsheimbold', sans-serif;
}

.get-your-copy-two h3 span {
  background: #FFA66F;
	background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.get-your-copy-two p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: 55%;
	margin: auto;
}

.get-your-copy-two .expertise .content p {
	width: auto;
	font-size: 18px;
	line-height: 30px;
}

.get-your-copy-two .expertise {
  background: url(../img/ebook/expertise_bg_image.png) center top no-repeat;
  background-size:cover;
  padding: 30px 0px;
  text-align: center;
  position: relative;
  height: 600px;
  }
  
  .get-your-copy-two .expertise .content {
    position: absolute;
    left: 25%;
    bottom: 50px;
  }
  
  .get-your-copy-two .expertise .content h3 {
    text-align: center;
    font-size: 40px;
    color:#fff;
    margin-bottom: 20px;
    font-family: 'gt_walsheimbold', sans-serif;
  }
  
  .get-your-copy-two .expertise .content h3 span {
    background: #FFA66F;
    background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
    background: -moz-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
    background: repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .get-your-copy-two .expertise .content .learn-more {
    border: none;
    border-radius: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000;
    width: 210px;
    margin: 20px auto;
    cursor: pointer;
    background: #fff;
  }

  .get-your-copy-two .expertise .content .learn-more a {
    color: #000;
    text-decoration: none;
  }

  .get-your-copy-two .expertise .content .learn-more:hover,   .get-your-copy-two .expertise .content .learn-more a:hover {
    background: #EF6000;
    color: #fff;
  }

 .company-wrapper {
  gap: 1.5rem; /* space between logos */
}

.company-logo {
  flex: 1 1 calc(20% - 1.5rem); /* 5 logos per row on desktop */
  max-width: calc(20% - 1.5rem);
  object-fit: contain;
}

/* ✅ Mobile responsive (below 560px) */
@media (max-width: 560px) {
  .company-logo {
    flex: 1 1 calc(85% - 1.5rem); /* 2 per row on mobile */
    max-width: calc(85% - 1.5rem);
  }
}


.company-values h3 {
    text-align: center;
    font-size: 40px;
    color: #000000;
    font-family: 'gt_walsheimbold';
    margin-bottom: 30px;
}


.our-vision {
  background: url(/assets-new/img/about/our-vision-bg.png) no-repeat center top;
  padding: 5%;
  margin: 2% auto;
  background-size: cover;
  border-radius: 20px;
}

.our-vision h3 {
  text-align: left;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.our-vision h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.our-vision p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #fff;
    width: 30%;
}

.our-mission {
  background: url(/assets-new/img/about/our-mission-bg.png) no-repeat center top;
  padding: 5%;
  margin: 2% auto;
  background-size: cover;
  border-radius: 20px;
}


.our-mission h3 {
  text-align: right;
  font-size: 33px;
  font-family: 'gt_walsheimbold';
  margin-bottom: 30px;
}

.our-mission h3 span {
  background: #FFA66F;
  background: -webkit-repeating-linear-gradient(to right, #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: -moz-repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  background: repeating-linear-gradient(to right,  #FFA66F 0%, #FF72B1 50%, #AE6DFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.our-mission p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #fff;
    width: auto;
    text-align: right;
    padding-left: 55%;
}