body {
  background: #fff;
  color: #444;
  font-family: 'metropolisregular';
  line-height: normal;
}
a {
  color: #2f679a;
  transition: 0.5s;
}
a:hover,a:active,a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'metropolisbold';
  margin: 0 0 20px 0;
  padding: 0;
}
/* Back to top button */
.breadcrumb-list {
    position: fixed;
    left: 16em;
    top: 2em;
    font-size: 14px;
	z-index: 999;
}
.breadcrumb-list a {
   color: #000;
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
    height: 100%;
    background-color: rgba(255,255,255,1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #2f679a;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/* Header */
#header {
  height: auto;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.1);
}
#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: -1px 0 0 0;
    width: 120px;
}
#header.header-scrolled .logo img {
    width: 120px;
    margin-top: -1px;
}
.main-pages {
  margin-top: 60px;
}
/*# Intro Section */
img.img-fluid.intro-illus {
    max-width: 184px;
    position: absolute;
    right: 0;
}
#intro {
    width: 100%;
    position: relative;
    background-repeat: repeat;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
	max-width: 100%;
	padding: 0;
    right: 0;
    left: 0;
}
#intro .slick-slider .slick-track, #intro .slick-slider .slick-list {
    height: 100%;
}
#intro .slick-slider {
    height: 100%;
}
.slider1 {
      background: #f5f8fd url(../images/maestro_plainbanner.jpg) center no-repeat;
    padding-top: 0px;
	height: auto;
	background-size: cover;
}
.slider2 {
     background: #f5f8fd url(../images/Maestro_plainbanner4.jpg) center no-repeat;
   padding-top: 0px;
    background-size: cover;
	height: auto !important;
    background-position: right;overflow: hidden;
}
.unit-img {
    margin-top: 10px;
}
.unit-globe {
    position: absolute;
    left: 1%;
    right: 0;
    margin: auto;
    top: 32%;
    width: 27%;
    height: 37%;
    background: url(../images/world-globe.jpg);
    border-radius: 100%;
	background-size: 420px;
    animation: spin 20s infinite linear;
}
.home-slider .row.justify-content-center.align-self-center {
    align-items: center;
}
.slick-track{
    display: flex;
}
    .slick-slide{
        display: flex;
        height: auto;
        align-items: center; 
        justify-content: center;
}
.slick-active {
      transform: scale(1, 1);
}
@keyframes spin{
  0%{
    background-position-x: 0
  }
  100%{
    background-position-x: 420px
	}
  }
canvas.particles-js-canvas-el {
    position: absolute;
    top: 50%;
    width: 100% !important;
    left: 30%;
}
.into-content {
    position: relative;
    z-index: 1;
}
#intro .intro-info h2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 36px;
}
#intro .intro-info p {
    font-size: 24px;
	margin-bottom: 50px;
    color: #000;
}
#intro .intro-info h2 span {
  color: #2f679a;
}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 3px;
  font-family: 'metropolisbold';
  transition: 0.5s;
}
#intro .intro-info .btn-get-started {
  background: #2f679a;
  border: 1px solid #2f679a;
  color: #fff;
}
#intro .intro-info .btn-get-started:hover {
   background: transparent;
   color: #2f679a;
}
#intro .intro-info .btn-services {
  border: 1px solid #2f679a;	
  color: #2f679a;
}
#intro .intro-info .btn-services:hover {
  background: #2f679a;
   color: #fff;
}
.home-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    background: none;
    border: none;
}
.home-slider button.slick-prev.pull-left.slick-arrow {
    left: 0px;
    top: 47%;
}
.home-slider button.slick-next.pull-right.slick-arrow {
    right: 0px;
    top: 47%;
}
.home-slider .slick-arrow i {
    font-size: 26px;
	transition: 0.5s;
    color: rgba(47,103,154,0.7);
}
.home-slider .slick-arrow i:hover {
    color: rgba(47,103,154,1);
}
/*# Navigation Menu */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  display: block;
    position: relative;
    color: #000;
	font-family: 'metropolismedium';
    padding: 7px 15px;
    transition: 0.3s;
    font-size: 16px;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #2f679a;
  text-decoration: none;
}
.main-nav a.header-cta {
    background: #2f679a;
    color: #fff;
	margin-top: 3px;
    border-radius: 3px;
}
.main-nav a.header-cta:hover {
    color: #fff;
    box-shadow: 0px 0px 2px 0px #2f679a;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #065e77;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #2f679a;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.fixedbody header .nav-header {
    z-index: 99999;
    position: relative;
}
.burger-menu {
    background: 0 none;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    outline: 0;
    position: relative;
    top: 9px;
    left: 22px;
}
button.burger-menu:focus{outline:0;}
.burger-menu .icon-bar {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.burger-menu .icon-bar {
    background-color: #444;
    display: block;
    width: 25px;
    height: 2px;
}
.burger-menu .icon-bar:nth-of-type(2) {
    width: 20px;
}
.burger-menu .icon-bar+.icon-bar {
    margin-top: 10px;
}
.burger-menu .icon-bar+.icon-bar {
    margin-top: 10px;
}
.burger-menu .icon-bar:nth-of-type(3) {
    width: 15px;
}
.burger-menu:hover .icon-bar, .burger-menu:hover .icon-bar:nth-of-type(2), .burger-menu:hover .icon-bar:nth-of-type(3) {
    width: 25px;
}
.fixedbody .burger-menu {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.fixedbody .burger-menu .icon-bar.first-bar {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.fixedbody .burger-menu .icon-bar, .fixedbody .burger-menu .icon-bar:nth-of-type(2), .fixedbody .burger-menu .icon-bar:nth-of-type(3) {
    width: 32px;
}
.fixedbody .burger-menu .icon-bar.second-bar {
    visibility: hidden;
    width: 0;
}
.fixedbody .burger-menu .icon-bar.third-bar {
    -webkit-transform: rotate(90deg) translateX(-12px);
    transform: rotate(90deg) translateX(-12px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.activebody.fixedbody .burger-menu .icon-bar.first-bar {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.activebody.fixedbody .burger-menu .icon-bar.third-bar {
    -webkit-transform: rotate(90deg) translateX(-6px);
    transform: rotate(90deg) translateX(-6px);
}
body.fixedbody {
    overflow: hidden;
	/* padding-right: 17px; */
}
.full-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 999;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.full-nav.menu-active {
    height: 100vh;
    opacity: 1;
    visibility: visible;
}
ul.contactnav.contact-cta-btn {
    position: relative;
    z-index: 9999;
}
.nav-conatiner {
    margin-top: 66px;
    border-top: 1px solid #ebebeb;
    padding-top: 0px;
    position: relative;
    overflow-y: auto;
    height: 60vh;
}
.nav-level1 {
    width: 33%;
	background: #fff;
	margin: 0;
	height: inherit;
}
.nav-level2 {
    border-left: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 33%;
    padding: 0% 5%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 40%;
    display: flex;
    background: #f9f9f9;
    height: 100%;
	display: none;
	padding-top: 20px;
}
.nav-level1 .list-level1,.career-link {
    position: static;
    list-style: none;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 4em;
}
.nav-level1 .list-level1 .link-lvel1,.link-careers {
    border-bottom: 1px solid #ebebeb;
    color: #999;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    padding: 7% 10%;
    justify-content: space-between;
}
.list-level1:last-child a.link-lvel1,.list-level2:last-child a.link-lvel2 {
    border: none;
}

.list-level2 {
    flex-basis: 100%;
    margin: 0;
	list-style: none;
}
.list-level2.news-menu {
    flex-basis: 46%;
}
.list-level2.news-menu.news-list2{
	flex-basis: 30%;
}
.list-level2-heading {
    padding: 20px 0;
    width: 100%;
    line-height: 36px;
    color: #444;
    display: block;
}
.list-level2-heading span {
    font-size: 24px;
	font-family: 'metropolisblack';
    color: #000;
}
.list-level2 .link-lvel2 {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 4.6% 0%;
    border-bottom: 1px solid #333;
}
.main-navbar {
	background:#f9f9f9;
	height: 100%;
	    border-bottom: 1px solid #ebebeb;
}
.list-level1.active .nav-level2 {
    display: flex;
}
.nav-level3 {
    margin: 0;
    padding: 5px 0 0 15px;
    list-style: none;
}
.list-level2.news-menu .link-lvel2 {
    border: none;
}
a.link-lvel3 {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
	font-family: 'metropolislight';
    padding: 1em 0 0em 0;
}
.nav-level4 {
    display: flex;
}
.list-level4 {
    flex-basis: 30%;
	list-style-type: circle;
}
.link-lvel4 {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    padding: 1.5em 0 1.5em 0;
}
.list-level2.full-width2 {
    flex-basis: 100%;
}
.list-level2.full-width21.list-level3-border {
    border-bottom: 1px solid #333;
    padding-bottom: 1.2em;
}
.news-menu-text {
    font-size: 16px;
    display: block;
    margin: 15px 0 15px 0;
	font-family: 'metropolissemi_bold';
}
.news-img-box p {
    font-size: 14px;
    line-height: 24px;
	font-family: 'metropolislight';
    margin: 0;
}
.nav-level1 .list-level1 .link-lvel1:hover, .link-careers:hover {
    border-right: 2px solid #2f679a;
	color: #2f679a;
}

.nav-level1 .list-level1.active .link-lvel1 {
    border-right: 2px solid #2f679a;
	color: #2f679a;
}
.list-level2.full-width21 a {
    border-bottom: none;
    padding-bottom: 0;
}
.nav-level1 .list-level1.active .list-level2 .link-lvel2:hover,.nav-level1 .list-level1.active .list-level3 .link-lvel3:hover,.nav-level1 .list-level1.active .list-level4 .link-lvel4:hover  {
    color: #2f679a;
}
.section-header h3 {
    font-size: 30px;
    color: #000;
    text-align: left;
    position: relative;
    margin: 0;
	font-family: 'metropolissemi_bold';
}
.section-header p {
    text-align: left;
    margin: auto;
    font-size: 15px;
    padding-bottom: 0px;
    color: #222;
    width: auto;
    padding-top: 10px;
    line-height: 25px;
}
.section-bg {
  background: #f5f8fd;
}
.nav-level2.news-level2 {
    width: 67%;
}
.list-level2.news-menu.news-all {
    flex-basis: 100%;
    text-align: right;
}
.view-all{
    font-size: 14px;
    color: #2f679a;
}
/* Services Section */

.services-content-box {
    background: #ddd;
    text-align: center;
    padding: 30px 15px 15px 15px;
    min-height: 160px;
    margin-bottom: 20px;
}
.services-content-box p {
    color: #000;
    margin: 10px 0 0px 0;
    font-size: 13px;
}
.services-box figure {
    margin: 0 0 -20px 0;
}

.services-box img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.services-text {
    color: #000;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.services-box-iner img {
    height: 241px;
    min-height: 241px;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.services-box.service-down-box .services-content-box {
    margin: 0;
}
.services-box-iner {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.services-box-iner figure {
    height: inherit;
    overflow: hidden;
}
.services-list {
    margin-top: 5em;
}
figure{margin:0;}
.maestro-action-main {
    display: flex;
    align-items: center;
}
.services-video iframe {
    width: 100% !important;
    height: 270px !important;
}
.services-video {
    width: 100%;
}
.team-carousel.slick-initialized.slick-slider {
    padding-left: 20px;
    padding-right: 20px;
}
#team button.slick-next.pull-right.slick-arrow {
    right: -8px;
    top: 47%;
}
#team button.slick-prev.pull-left.slick-arrow {
    left: -8px;
    top: 47%;
}
#team .slick-arrow {
    position: absolute;
    z-index: 1;
    background: none;
    border: none;
	transition: all 0.4s;
    font-size: 24px;
    color: rgba(47,103,154,0.6);
}
#team .slick-arrow:hover {
    color: rgba(47,103,154,1);
}
/* Call To Action Section
--------------------------------*/

div#slider {
    margin-top: 68px;
}
#call-to-action {
    background: transparent;
    /* background-size: cover; */
    padding: 40px 0;
    position: relative;
	top: -20px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    margin-bottom: 40px;
}
#call-to-action .services-video video {
    position: relative;
    top: -30px;
    height: 300px;
    right: 0;
    width: 100%;
    transform: unset;
}
#call-to-action .cta-title {
  color: #000;
  font-size: 30px;
  font-family: 'metropolissemi_bold';
}

#call-to-action .cta-text {
    color: #000;
    font-size: 15px;
    line-height: 25px;
	margin: 0;
}
#call-to-action .cta-btn {
  font-family: 'metropolisbold';
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #2D4DE1;
  color: #2D4DE1;
}

#call-to-action .cta-btn:hover {
  background: #2D4DE1;
  color:#fff;
}
.agilemodal-dialog.modal-dialog .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
     border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.agilemodal-dialog .modal-title {
    font-size: 1.25rem;
    font-family: 'metropolisbold';
    font-weight: 600;
}
.agilemodal-dialog.modal-dialog input[type="submit"] {
    display: block;
    background: #2f679a;
    color: #fff;
    text-align: center;
    padding: 5px 0px 7px;
    font-weight: bold;
    border-radius: 5px;
}
/* #meetvideo { */
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
/* } */
.call-video{
	overflow: hidden;
}
/* Team Section */
#team {
    display: flex;
    height: inherit;
    align-items: center;
}
.team-container .row{
	align-items:center;
}
.team-container {
    margin-top: -140px;
}
#team .member {
  text-align: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.member img {
    /* height: 230px; */
    width: 100%;
}
#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  height: 80px;
}
#team .member h4 {
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  transition: none;
  color: #fff;
}
#team .member .social a:hover {
  color: #2f679a;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
#clients .slick-list {
    width: 100%;
}
#clients .slick-arrow {
    position: absolute;
    z-index: 1;
    background: none;
    border: none;
}
#clients button.slick-prev.pull-left.slick-arrow {
    left: -6px;
    top: 40%;
}
#clients button.slick-next.pull-right.slick-arrow {
    right: -6px;
    top: 40%;
}
#clients .slick-arrow i {
    font-size: 24px;
    color: #888;
}
/* .services-text { */
	/* font-size: 16px; */
    /* font-family: 'metropolissemi_bold'; */
    /* color: #000; */
	/* margin: 0 0 0 15px; */
/* } */
/* Clients Section */
#clients {
  padding: 35px 0 5px;
}
#clients img {
  max-width: 80%;
  opacity: 1;
  transition: 0.3s;
  padding: 20px;
}
#clients img:hover {
  opacity: 1;
}
#clients .owl-nav,#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#clients .owl-dot.active {
  background-color: #2f679a;
}
#clients .slick-dots {
    bottom: -15px;
}
/*# Footer */
#footer {
  background: #fff;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #f5f8fd;
  padding: 15px 0 15px 0;
}
#footer .footer-top .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #2f679a;
    color: #fff;
    line-height: 1;
    padding: 6px 0;
    margin-right: 3px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    border: 1px solid #2f679a;
}
#footer .footer-top .social-links a:hover {
  background: transparent;
  color: #2f679a;
}
#footer .footer-top h4 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #0c2e8a;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #0c2e8a;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
    border-bottom: none;
    padding: 0 15px 0px 0px;
    display: inline-block;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #000;
  font-size: 14px;
}
#footer .footer-top .footer-links ul a:hover {
  color: #2f679a;
}
#footer .copyright {
  text-align: center;
  color: #000;
}
.social-links {
    margin-top: 20px;
}
.footer-cta ul {
    margin: 0;
    padding: 0;
}
.footer-cta ul li a {
    color: #fff;
    font-size: 14px;
	font-family: 'metropolissemi_bold';
}
.footer-cta {
    background: #2f679a;
}
.footer-cta ul li {
    list-style: none;
    display: inline-block;
    border-right: 2px solid rgba(255,255,255,0.5);
    padding: 9px 20px 9px 15px;
}
.footer-cta ul li:last-child {
    border: none;
}
.badge-icons {
    margin-top: 0px;
    text-align: right;
}
.clutch-img {
	height:100px;
	margin:0 0 0 20px;
}
.terms-btn {
    background: #2f679a;
    color: #fff;
    margin-top: 3px;
    font-family: 'metropolismedium';
    border-radius: 3px;
}
.required-label {
    color: red;
}
/* Prodcuts Section */
#features {
    padding: 80px 0 0;
}
#features h4 {
    font-size: 30px;
    color: #000;
	font-family: 'metropolisregular';
}
#features ul {
  list-style: none;
  padding: 0;
}
#features ul li {
    font-size: 1rem;
	line-height: 30px;
    margin-bottom: 20px;
}
#features ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}
.feature-item a {
    color: #fff;
    font-size: 17px;
	border-radius:3px;
    background: #2f679a;
    padding: 8px 15px 8px 15px;
    display: inline-block;
    margin-top: 10px;
}
.product-nav nav {
    margin-bottom: 40px;
}
.product-nav .nav-tabs {
    border: 1px solid #2f679a;
}
.product-nav  .nav-tabs .nav-link {
    border-radius: 0px;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
}
/*------About us page----*/
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
    backface-visibility: hidden; 
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.primary-navigation-wrapper li {
	    display: inline-block;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.primary-navigation-wrapper li.active{
	background:rgba(47,103,152,0.7);
	color: #fff;
}
.primary-navigation-wrapper li a {
    text-decoration: none;
	font-family: 'metropolismedium';
    color: #000;
    text-align: right;
    font-size: 16px;
}
.primary-navigation-wrapper li.active a{
	color: #fff;
}
.primary-navigation-wrapper li:hover{
	background:rgba(47,103,152,0.7);
	color: #fff;
}
.primary-navigation-wrapper li:hover a{
	color: #fff;
}
.primary-navigation-wrapper li a,.primary-navigation-wrapper li.active a{
	padding: 9px 18px;
	display:block;
}
.primary-navigation-wrapper li.active a{
	color: #fff;
}
.primary-navigation-wrapper {
    vertical-align: middle;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: center;
}
.primary-navigation {
    position: fixed;
    top: 16px;
    z-index: 999;
    padding: 0;
    margin: 0;
}

#section1,	#section2,#section3,#section4,#section5,#section6{
		background-size: cover;
}
/* Defining each section background and styles */
#section1{
	background-image: url(../images/bg1.jpg);
}
#section2{
	background-image: url(../images/service-bg.JPG);
	/* background: #f5f8fd; */
}
#section3{
	
	background-image: url(../images/maestro-action.jpg);
}
#section4{
	background: #d4ebf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4ebf9 0%, #d4ebf9 44%, #bbe4fa 71%, #bbe4fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ebf9', endColorstr='#bbe4fa',GradientType=0 ); /* IE6-9 */
}
#section5{
	background-image: url(../images/bg5.jpg);
}
#section6{
	background-image: url(../images/bg6.jpg);
}
/* Terms page*/
.inner-margin{
	margin-top: 72px;
}
.terms-banner {
    height: 10px;
    background: #f5f8fd url(../images/Maestro_plainbanner4.jpg) center no-repeat;
    background-size: cover;
    background: #fff;
}
.terms-container {
    max-width: 80%;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    box-shadow: none;
}
.terms__title {
    margin-bottom: 15px;
    font-size: 2rem;
    font-family: 'metropolisregular';
    line-height: 3rem;
    color: #171717;
}
.news-images {
    width: 100%;
    margin-top: 15px;
}
.terms-content h2 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #151945;
    margin-top: 30px;
    font-family: 'metropolisregular';
    margin-bottom: 30px;
}
.terms-content p {
    font-size: 1rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 1.9rem;
    font-family: 'metropolislight';
    color: #434343;
}
p.inner-time {
    color: #929191;
    text-align: right;
}
.terms-content ul {
    margin: 0;
}
.terms-content li {
    font-size: 1.125rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 1.9rem;
    font-family: 'metropolislight';
    color: #434343;
}

.terms-page {
	background: none;
}
.about-inner h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
    font-family: 'metropolissemi_bold';
}
.about-first p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.mission-inner {
    background: #d4ebf9;
    display: flex;
    text-align: center;
    border-radius: 0px;
    padding: 30px 20px;
    align-items: center;
    margin-bottom: 30px;
}
.mission-row img {
    margin: 0 0px 0px 0;
    width: 240px;
}
.mission-inner.m-img {
    background: #fff;
    text-align: center;
    border: 1px solid rgba(47,103,152,0.08);
}
.mission-inners {
    margin: auto;
}
.m-col {
    margin-top: 10px;
}
.mission-row {
    /* margin-bottom: 20px; */
}
.abouts-row p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 10px 0 0 0;
}
/* .mission-row h2 { */
    /* color: #000; */
/* } */

.what-list.hover{
    height: auto;/* This is the height on hover */
	max-height: 300px;
}
.what-list h3 {
    font-size: 20px;
    line-height: normal;
	font-family: 'metropolismedium';
    color: #fff;
    margin: 8px 0 0 0;
}
.row-six p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 16px;
}
.what-wrapper p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0px;
	margin-top: 10px;
}

.pillar-row .list-items2.custom-list li {
    margin-top: 30px;
}
.what-wrapper p,.what-wrapper img {
    opacity: 0;
    -webkit-transition: opacity .8s cubic-bezier(.51, 0, .12, 1);
    transition: opacity .8s cubic-bezier(.51, 0, .12, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.what-list.hover p,.what-list.hover img {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.what-wrapper {
    padding: 0.875rem;
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.what-list {
    height: 3.75rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    overflow: hidden;
    border-top: solid 1px #E1E1E1;
    text-align: center;
    -webkit-transition: .8s height cubic-bezier(.51, 0, .12, 1);
    transition: .8s height cubic-bezier(.51, 0, .12, 1);
    position: relative;
    cursor: pointer;
}
.what-list {
    height: auto;
	max-height: 70px;
    border-top: 0;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
    
}

.what-list:last-child {
    border: none;
}
.list-items2.custom-list li {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}
.about-inner.global-inner {
    padding-top: 50px;
    display: flex;
    height: inherit;
    background: #2f679a;
    padding-bottom: 0px;
	    margin-bottom: 50px;
}
.about-inner.global-inner.global-governance {
    background: #d4ebf9;
	padding-top: 30px;
}
.pillar-row {
    align-items: center;
}
.global-slider .slick-dots li button {
    border: 1px solid #fff;
}
.global-slider  .slick-dots li.slick-active button{
	background: #fff;
}
.about-sub-first p {
    margin-bottom: 5px;
	font-family: 'metropolisbold';
}
.about-list {
    padding: 0;
    margin: 0px 0 0 0;
    display: inline-block;
    text-align: left;
}
/* .slick-track { */
    /* width: 100% !important; */
/* } */
/* .global-slider .about-first { */
    /* width: 100% !important; */
/* } */
.about-list li {
    display: block;
    padding: 1% 0% 4% 0%;
    font-family: 'metropolisregular';
    color: #000;
    font-size: 15px;
	color: #000;
    position: relative;
    list-style: none;
    margin: 3px 0px 3px 30px;
}

.about-list li:before {
    content: "";
    position: absolute;
    background: url(../images/custom_list_icon.png);
    height: 20px;
    background-repeat: no-repeat;
    padding: 6px;
    margin: 0 0px 0 -15px;
}
.about-list.about-list-right {
    border-left: 1px solid rgba(0,0,0,0.3);
    margin-left: 10px;
}
.six-pillar img {
    width: 100%;
    margin: 0 auto;
}
.six-pillar {
    display: flex;
    align-items: center;
}
/* .about-fifth { */
    /* padding-top: 80px; */
    /* padding-bottom: 60px; */
/* } */
.about-footer #footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: 9;
    height: auto;
}
/* .about-partners .about-first { */
	/* margin:0; */
	/* text-align: center; */
/* } */
.about-partners {
    align-items: center;
}
.about-partners .part-img {
    margin: 20px auto;
    display: block;
	width: 80%;
}
.global-slider .about-first {
    margin: 0;
}
.abt-alliances {
    padding: 40px 0 30px 0;
    background: #d4ebf9;
	    margin-top: 50px;
}
/* .abt-alliances .about-first p,.abt-alliances .about-first h2 {color:#fff;} */
.global-sliders h3 {
    font-size: 20px;
    line-height: normal;
    font-family: 'metropolismedium';
    margin: 0 0 10px 0;
    color: #fff;
}
.global-inner h2 {
    color: #fff;
    text-align: center;
    margin: 20px 0 50px 0;
}
.about-inner.global-inner .list-items2.custom-list li {
	color: #fff;	 
 }
.about-inner.global-inner p {
    color: #fff;
}
.about-inner.global-inner .slick-dots {
    bottom: -80px;
}
.banner-box {
    margin-top: 20px;
	overflow: hidden;
    position: relative;
    padding: 20px 0px 20px;
}
.what-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-banner-main h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #000;
    font-family: 'metropolissemi_bold';
}
.abt-text-inner p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.mission-img img {
    height: 100%;
	width: 100%;
}
.mission-img {
    padding: 0;
}

.about-res {
    position: relative;
}
.what-res {
    position: absolute;
    left: 15px;
    right: 15px;
}
.offer-web {
    padding-top: 50px;
	align-items: center;
}
.offer-text {
    background: #2f679a;
}
.offer-text h2 {
    font-size: 21px;
    margin: 0;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2%;
    padding-right: 2%;
    font-family: 'metropolissemi_bold';
}
.about-app {
    background: #f1faff;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 20px;
}
.abt-content-inner {
    padding-top: 30px;
}
.abt-video video {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* .abt-mission { */
    /* margin: -5px 0 0 0 !important; */
/* } */
.six-pillar video {
    width: 100%;
}

.abt-video {
    margin: 0px 0 -5px 0;
}
.about-statement {
    margin: 40px 0 40px 0;
}
.mission-inners.m-guiding {
    padding-top: 20px;
}
#mission-statement {
    margin-top: 70px;
    margin-bottom: 80px;
    /* background: #f9f9f9; */
}
#alliance {
    margin-top: 70px;
    margin-bottom: 50px;
}
.sol-icons .active span.icon-box{
	background: #d4ebf9;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
/*---Solutions page---*/
a.tech-btns {
    background: #2f679a;
    color: #fff;
    margin-top: 3px;
    border-radius: 3px;
    display: block;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: 'metropolismedium';
    font-size: 20px;
    border: 2px solid #2f679a;
}
a.tech-btns:hover {
    background: transparent;
    color: #2f679a;
}
.banner-solutions {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
}
.banner-solutions h1 {
    margin: 0 0 1px 0;
    line-height: 36px;
    color: #fff;
    font-size: 36px;
}
.banner-solutions h2 {
    margin: 10px 0 0 0;
    color: #fff;
    line-height: 34px;
    font-size: 24px;
    font-family: 'metropolisregular';
}
.sol-row {
    align-items: center;
	justify-content: center;
	width: 100%;
}
.sol-row img {
    float: right;
}
.sol-tech {
    margin-top: 20px;
    padding-top: 40px;
}
.sol-tech h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 35px;
    text-align: center;
}
.sol-tech p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    color: #434343;
    margin-bottom: 10px;
}
.sol-tech-row img {
    margin: 0 auto;
    display: block;
}

.sol-tech-row {
    align-items: center;
    justify-content: center;
}
.sol-icons a img {
    width: 40px;
}
.sol-icons a h3 {
    font-size: 17px;
    margin: 15px 0 0 0;
}
/* .sol-icons a span { */
    /* display: block; */
/* } */
.sol-icons span.icon-box {
    display: block;
    padding: 20px;
    box-shadow: 0 0 ;
    text-align: center;
    background: #fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
	height: 100%;
}
.sol-icons span.icon-box:hover {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
.sol-icons {
    margin-top: -30px;
}
.sol-card .sub-section {
    min-height: 324px;
    max-height: 362px;
}
.sol-icons .nav-tabs {
    border: none;
	justify-content: center;
}
.sol-card .glyphicon.glyphicon-custom {
    background-image: url(../images/sprite_sol_icons.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    top: 10%;
	display: inline-block;
	position: relative;
}
#quality-assurance,#staffing {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sol-card .glyphicon.glyphicon-custom.sol-icon1 {
    background-position: 0 -50px;
}
.icon-disc {
    width: 100%;
    padding-bottom: 100%;
    background-position: 50% 50%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    line-height: 76px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    background-repeat: no-repeat;
    text-indent: 0;
}
.icon-disc {
    color: #fff;
    border: 1px solid #fff;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 18px;
}
.sol-card {
    background-color: #ebfeff;
    color: #fff;
    font-size: 1.565rem;
    height: 414px; 
    min-height: 414px;
     max-height: 414px; 
	 margin-bottom: 30px;
	     background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
}
.sol-card.sc-color1 {
    background-color: #51c1ab;
	position: relative;
    z-index: 1;
}
.sol-cover-img1 {
    background-image: url(../images/sol_1.jpg);
	background-position: initial;
}
.sol-consult h2 {
    font-size: 22px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 34px;
}
.sol-card .sub-section h4 {
    font-size: 16px;
    line-height: normal;
    font-family: 'metropolismedium';
    margin: 0 0 10px 0;
}
.list-items2.arrow-right {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-items2.arrow-right li {
    font-size: 13px;
    padding-bottom: 10px;
}
.sol-cover-img3 {
    background-image: url(../images/sol_2.jpg);
}
.sol-card.sc-color2 {
    background-color: #188ba0;
    position: relative;
    z-index: 1;
}
.sol-card .glyphicon.glyphicon-custom.sol-icon2 {
    background-position: 5px -183px;
}
.sol-card.sc-color3 {
    background-color: #00c0e4;
    position: relative;
    z-index: 1;
}
.sol-cover-img2 {
    background-image: url(../images/sol_3.jpg);
	background-position: right;
}
.sol-card .glyphicon.glyphicon-custom.sol-icon3 {
    background-position: 10px -330px;
}
.sol-card.sc-color4 {
    background-color: #f99f3e;
    position: relative;
    z-index: 1;
}
.sol-cover-img4 {
    background-image: url(../images/sol_4.jpg);
}
.sol-card .glyphicon.glyphicon-custom.sol-icon4 {
    background-position: 6px -464px;
}
.sol-card.sc-color5 {
    background-color: #e15949;
	position: relative;
    z-index: 1;
}
.sol-card .glyphicon.glyphicon-custom.sol-icon5 {
    background-position: 8px -582px;
}
.sol-cover-img6 {
    background-image: url(../images/sol_5.jpg);
	background-position: initial;
}
.sol-card.sc-color6 {
    background-color: #eac249;
    position: relative;
    z-index: 1;
}
.sol-cover-img5 {
   background-image: url(../images/sol_6.jpg);
}
.sol-card .glyphicon.glyphicon-custom.sol-icon6 {
    background-position: 1px -682px;
}
.staff-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
    margin-bottom: 50px;
    margin-top: 50px;
}
.staff-section img {
    width: 100%;
}
.staff-section h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 32px;
}
.staff-section p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    color: #434343;
	text-align: justify;
    margin-bottom: 10px;
}
#big-dataherd {
    margin-top: 20px;
}
.advantages-main {
    margin-bottom: 50px;
}
.resource-inner {
    padding-bottom: 120px;
    padding-top: 10px;
}
.featurette {
    align-items: center;
    justify-content: center;
}
.featurette-divider {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sol-consult {
    background: #f5f8fd;
    padding-top: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.quality-section h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 32px;
    margin-bottom: 10px;
}
.quality-section p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}
.col-testing {
    display: table-cell;
	padding: 0 0 0 15px;
}
.col-testing h3 {
    font-size: 20px;
    color: #2b0a3d;
    line-height: 32px;
    font-family: 'metropolismedium';
    margin-bottom: 5px;
}
.col-testing li {
    margin: 0 0 0 15px;
}
.col-testing.col-test-left {
    border-right: 1px solid rgba(0,0,0,0.3);
    margin: 0 40px 0 89px;
    padding: 0 15px 0 0px;
}
.col-testing .about-list.about-list-right {
    border-left: none;
    margin-left: 0;
}
.quality-section {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.pd-box-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
}
.pd-box-list.pd-right {
    float: right;
}
.pd-box-list li {
    font-size: 16px;
    width: 100%;
    list-style: none;
    padding: 10px;
    display: inline-flex;
    margin-bottom: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 0px 6px 0px rgba(0,0,0,0.1);
    align-items: center;
    margin: 0 0% 15px 0px;
    background: #d4ebf9;
	white-space: normal;
    word-break: break-all;
}
 .icon-inline-disc {
    height: 80px;
    width: 80px;
    line-height: 18px;
    transition: all 0.3s ease;
}
.pd-box-list .glyphicon.glyphicon-custom {
    background-image: url(../images/sprite_sol_icons.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
	position: relative;
	display: inline-block;
    top: 10%;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon1 {
    background-position: 16px -944px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon2 {
    background-position: 13px -1034px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon3 {
    background-position: 6px -1128px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon4 {
    background-position: 8px -1242px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon5 {
    background-position: 17px -1346px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon6 {
    background-position: 8px -1462px;
}
.pd-box-list .glyphicon.glyphicon-custom.sol-icon7 {
    background-position: 12px -1591px;
}
.pd-box-list .glyphicon-class {
    word-wrap: break-word;
    font-size: 14px;
    color: #434343;
    text-align: left;
    line-height: 25px;
}
.pd-box-list li:hover {
   background-color: #f5f8fd;
}
.cont-software {
    background: url(../images/product_dev.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 5px;
	background-position: center;
}
.continum-section {
    margin-bottom: 30px;
    margin-top: 50px;
}
.continum-ul h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 30px;
    margin-bottom: 5px;
}
.continum-ul p {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 25px;
    margin-bottom: 15px;
}
.continum-img {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.continum-img img {
    width: 400px;
}
.application-development {
    margin-top: 40px;
}
.application-development h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 32px;
    margin-bottom: 10px;
}
.application-development p {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 25px;
    margin-bottom: 0px;
}
.application-development h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'metropolismedium';
    line-height: 26px;
    margin-bottom: 0px;
}
.apps-content p {
    text-align: justify;
}
.rich-content {
    padding: 0 0 0 15px;
    margin: 0;
}
.rich-content li {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-top: 3px;
}
.rich-content li::before {
    content: "";
    position: absolute;
    background: url(../images/custom_list_icon.png);
    height: 20px;
    background-repeat: no-repeat;
    padding: 6px;
    margin: 4px 0px 0 -15px;
}
.app-img {
    width: 100%;
}
.mob-dev-img {
    width: 400px;
}
.rich-img {
    text-align: right;
	    padding: 0;
}
.apps-content {
    padding: 0;
    margin: 0 -30px 0 15px;
    position: relative;
    z-index: 1;
}
.approw {
    align-items: center;
	margin-bottom: 40px !important;
}
.tech-section h3 {
    font-size: 20px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.tick-ok.blue {
    background-position: 0 8px;
}
.tick-ok {
    background-image: url(../images/tick_icon.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 18px;
}
.tech-section ul li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}
.tech-section ul {
    margin: 0;
    padding: 0;
}
.work-tech {
    padding-top: 20px;
    background: #f5f8fd;
	margin-top:20px;
}
.work-tech h2 {
    font-size: 30px;
    color: #2b0a3d;
    font-family: 'metropolismedium';
    line-height: 32px;
    margin-bottom: 10px;
}
.work-tech p {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 25px;
    margin-bottom: 30px;
}
.work-tech ul {
    margin: 0;
    padding: 0;
}
.work-tech ul li {
    list-style: none;
    display: inline-block;
    width: 30.9%;
    border: 1px solid rgba(0,0,0,0.2);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}
.work-tech ul li img {
    height: 60px;
}
.tech-content {
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
}
.apps-common {
	padding: 13px;
    color: #fff;
	border: 5px solid #fff;
}
.app-part .apps-content {
    margin: 0px 0 0 0px;
}
.app-part .rich-img {
    margin: 0 -30px 0 20px;
}
.eone {
    background: #51c1ab;    
}
.ethree {
    background: #e15949;
}
.etwo {
    background: #188ba0;
}
.efour {
	background: #00c0e4;
}

.identity{
    position: relative;
}
.identity .path {
    stroke-width: 5;
    stroke: #2f679a;
    fill: none;
}
.one svg {
   position: absolute;
    left: 26%;
    top: 26%;
}
.two svg {
    position: absolute;
    left: 134px;
    top: 28%;
}
.three svg {
   position: absolute;
    left: 26%;
    top: 26%;
}
.four svg {
    position: absolute;
    left: 134px;
    top: 28%;
}
.five svg {
	position: absolute;
	left: 26%;
	top: 26%;
}
.six svg {
	position: absolute;
	left: 413px;
	top: 28%;
}	
/* Submit RFP Page*/

.section-number {
    border: 1px solid #2f679a;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 20px;
    background: #fff;
	font-family: 'metropolismedium';
    margin: 0;
	position: relative;
    z-index: 1;
}
.legend-label {
    font-size: 20px;
    color: #000;
    padding-left: 10px;
    margin: -31px 0 0 0;
	font-family: 'metropolismedium';
}
.number-label {
    display: flex;
    align-items: center;
	position: relative;
	margin: 40px 0 30px 0;
}
.number-label::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: #2f679a;
    height: 1px;
}
.rfp-page {
    background: #e8eae9;
    padding-top: 40px;
    padding-bottom: 40px;
}
.rfp-wrapper {
    background: #fff;
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.1);
    padding: 20px 50px 30px;
    max-width: 860px;
    border-radius: 5px;
}
.rfp-inner .col-form-label{font-family: 'metropolismedium';}

.rfp-inner .custom-file {
    margin-bottom: 1rem;
}
.rfp-inner.custom-choose .col-form-label {
    display: block;
}
.body-copy {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'metropolislight';
    color: #434343;
    display: block;
}

/* Products Page */	
.col-testing.col-emp {
padding: 0;
}
/* Contact Us Page */	
.contact-page {
    margin-top: 30px;
}
.add-box {
    background: #f7f7f8 none repeat scroll 0 0;
    margin: 10px 0;
    padding: 20px 20px 0px 20px;
    min-height: 340px;
}
.office-address h4 {
    color: #000;
    margin: 0;
	font-family: 'metropolislight';
	font-size: 20px;
}
.office-address p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 0 0;
}
.office-address {
    margin-top: 30px !important;
    margin-bottom: 100px !important;
}
.contact-banner img {
    width: 100%;
    margin-bottom: 30px;
}
.contact-connect {
    /*background: url(../images/address-bg.png); */
    background-repeat: no-repeat;
    padding-top: 180px;
    background-size: 390px;
    width: 26em;
    position: relative;
    margin: auto;
}
.connect-inner {
    background: #8f8f8f;
    width: 21em;
    margin: 18px auto;
    position: relative;
    right: 9px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.connect-inner h2 {
    font-size: 20px;
    color: #fff;
	font-family: 'metropolisregular';
}
.connect-inner ul {
    margin: 0;
    padding: 0;
}
.connect-inner ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 0 20px 0;
	display: inline-flex;
	font-family: 'metropolissemi_bold';
}
.connect-inner a {
    color: #add8ff;
}
.connect-inner i {
    font-size: 14px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #777;
    margin: 0 10px 0px 0px;
}
.contact-form input[type="submit"] {
    background: #2f679a;
    color: #fff;
    border: none;
    margin-top: 30px;
    text-transform: uppercase;
}
.contact-banner {
    position: relative;
    margin-top: 70px;
}
.contact-banner .maestro-contactus {
    position: absolute;
		left: 0;
    right: 0;
    top: 25%;
}
.container.maestro-contactus h1 {
    margin: 0 0 1px 0;
    line-height: 36px;
    color: #000;
    font-size: 36px;
}

.container.maestro-contactus p {
    margin: 10px 0 0 0;
    color: #000;
    line-height: 34px;
    font-size: 24px;
    font-family: 'metropolisregular';
}
.banner-solutions.big-data-main.contact-banner {
    background-image: url(../images/contact_us_bg.jpg);
    background-position: unset;
	margin-bottom: 30px;
}
/* Careers Page */	
.careers-main-content .qBox.qb-1 {
    background-color: #1a95be;
}
.careers-main-content .qBox.qb-2 {
    background-color: #f6b939;
}
.careers-main-content .qBox.qb-3 {
    background-color: #51c1ab;
}
.careers-main-content .qBox {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    min-height: 250px;
}
.careers-main-content .qBox > .icon-inline-disc {
    background-color: #fff;
    border: 0;
	height: 80px;
    width: 80px;
    margin-bottom: 10px;
    line-height: 18px;
    transition: all 0.3s ease;
    display: inline-block;
	border-radius: 100%;
}
.careers-main-content .qBox > .icon-inline-disc .fa-question {
    font-size: 40px;
    margin-top: 20%;
}
.careers-main-content .qBox.qb-1 .icon-inline-disc .fa-question {
    color: #1a95be;
}
.careers-main-content .qBox.qb-2 .icon-inline-disc .fa-question {
    color: #f6b939;
}
.careers-main-content .qBox.qb-3 .icon-inline-disc .fa-question {
    color: #51c1ab;
}
.careers-main-content .qBox > p {
    color: #fff;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 0;
}
.job-item-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid hsla(0,0%,93.3%,.93);
    padding: 20px;
    font-size: 18px;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 3rem auto;
    align-items: center;
    background-color: #f9fbff;
    box-shadow: 0 0 10px 0 #f3f8ff;
}
.job-item-content {
    flex: 1 1;
    padding: 0 10px 0 0;
    cursor: pointer;
}
.job-item-content:first-child  p {
    color: #2f679a;
    font-size: 20px;
    margin: 0 0 10px 0;
	font-family: 'metropolissemi_bold';
}
.job-item-content  span {
    color: #2b2b2b;
    font-size: 16px;
}
.text-badge {
    color: #7f7f7f;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.job-item-content:last-child {
    text-align: right;
    max-width: 100px;
}
.job-item-content .right-arrow {
    margin: 0;
}
.careers-main-content {
    margin-top: 50px;
}
.blue-box {
    padding: 100px;
    background-color: #2f679a;
    text-align: center;
    margin-bottom: 50px;
	    margin-top: 50px;
}
.blue-box p {
    font-size: 36px;
    margin-bottom: 0;
    color: #fff;
}
.blue-box a {
    display: inline-block;
    width: 184px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 0;
    text-align: center;
    text-transform: capitalize;
    margin-top: 40px;
    color: #2f679a;
	font-family: 'metropolissemi_bold';
    background: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.current-section h2 {
    font-size: 30px;
    margin: 60px 0 30px 0;
    font-family: 'metropolissemi_bold';
    text-align: center;
    color: #000;
}
.top-small-heading {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2f679a;
    display: block;
    margin: 0 0 15px;
}
.career-gray h2 {
    font-size: 50px;
    line-height: 55px;
    color: #211f1f;
    margin: 0;
    display: inline-block;
    letter-spacing: -2.3px;
}
.career-gray h2>span {
    font-size: 13px;
    display: block;
    color: #666;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: normal;
}
.aplly-now-btn {
    width: 160px;
    height: 50px;
    border-radius: 0;
    border: 2px solid #2f679a;
    background-color: #2f679a;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    line-height: 40px;
	font-family: 'metropolisregular';
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    border-radius: .25rem;
}
.aplly-now-btn:hover {
	background:transparent;
	color:#2f679a;
}
.career-gray {
    background-color: #f8fbff;
    padding: 100px 0;
	 margin-top: 70px;
}
.job-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-content h3 {
    font-size: 28px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #251e1f;
    margin: 0;
    font-weight: 400;
}
.job-content ul {
    padding-left: 15px;
    margin: 0px;
}
.job-content ul li {
    font-size: 18px;
    color: #444;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
	list-style: none;
    padding-left: 35px;
}
.job-content ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #444;
    left: 0;
    border-radius: 2px;
    top: 23px;
}
.career-col {
    margin-top: 80px;
}
.career-btn {
    margin-top: 30px;
    margin-bottom: 60px;
}
.resume-inner {
    margin-top: 70px;
	margin-bottom: 50px;
}
.resume-form {
    background: #2f679a;
    color: #fff;
	position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.resume-left {
    text-align: center;
}
.resume-left img {
    width: 100%;
}
.resume-left h1 {
    font-size: 50px;
    margin: 40px 0;
}
.resume-context {
    padding: 50px 100px 30px;
}
.resume-right {
    background: #f8fbff;
}
.resume-left p {
    font-size: 20px;
	font-family: 'metropolislight';
    line-height: 34px;
}
.resume-left span {
    font-size: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
	font-family: 'metropolislight';
}
.resume-left span a {
	color: #fff;
	 font-family: 'metropolisbold';
}
.resume-context .custom-file {
    margin-bottom: 1rem;
}

/* Devops Page */
.devops-consulting{
	width: 70%;
}
.banner-solutions.devops-main {
    background-image: url(../images/devops-bg.jpg);
	background-position: center;
}
.devops-main ul li i {
    margin: 0 7px 0px 0;
}
.banner-solutions.devops-main ul li {
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    font-family: 'metropolislight';
    list-style: none;
}
.banner-solutions.devops-main ul {
    padding: 0;
    margin: 10px 0 0 0;
}
.devops-services {
    background: #f5f5f5;
    padding: 20px;
    color: #000;
    height: 100%;
}
.devops-services p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}
.devops-services h3 {
    font-size: 18px;
    color: #000;
}
.devops-row {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.devops-tech {
    margin-bottom: 50px;
}
.devops-row h2 {
    font-size: 30px;
    color: #000;
	font-family: 'metropolismedium';
	line-height: 32px;
    margin: 0px 0 5px 0;
}
.devops-services:hover {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}

.devops-services {
    background: #f5f5f5;
    padding: 20px;
    color: #000;
    height: 100%;
    transition: all 0.5s;
}
.devops-enterprise h2 {
    font-size: 18px;
    color: #000;
}
.devops-enterprise p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.devops-enterprise ul {
    padding: 0 0 0 15px;
}
.devops-enterprise ul li {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
.devops-enterprise ul li::before {
    content: "";
    position: absolute;
    background: url(../images/custom_list_icon.png);
    height: 20px;
    background-repeat: no-repeat;
    padding: 6px;
    margin: 4px 0px 0 -15px;
}
.devops-enterprise {
    margin-top: 60px;
    margin-bottom: 60px;
}
.devops-inner p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 0px;
}
.devops-inner h3 {
    font-size: 18px;
    color: #000;
}
.devops-inner ul {
    padding: 0 0 0 15px;
}
.devops-automation {
    background: rgba(253,166,159,0.5);
    padding: 50px 0 20px 0;
    margin-bottom: 50px;
}
.banner-solutions.devops-main h2 {
    line-height: 24px;
    font-size: 14px;
}
/* Big Data */

.banner-solutions.big-data-main h2,.banner-solutions.solutions-banner h2{
	color: #000;
}
.banner-solutions.big-data-main h1,.banner-solutions.solutions-banner h1{
	color: #000;
}
.big-data-row {
    align-items: center;
}
.big-data-row p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 20px 0 20px 0;
}
.big-data-row img {
    width: 100%;
}
.analytics-tech img {
    width: 100%;
}
.data-tech {
	background: #d4ebf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4ebf9 0%, #d4ebf9 44%, #bbe4fa 71%, #bbe4fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ebf9', endColorstr='#bbe4fa',GradientType=0 ); /* IE6-9 */
	padding: 30px 0;
    margin-bottom: 40px;
}
.big-data-row h2 {
    font-size: 18px;
    color: #000;
}
.blogpost_title_text {
    font-size: 22px;
    margin: 0 0 15px 0;
}

/* News */
.blogpost_title_text {
    font-size: 22px;
    font-family: 'metropolisregular';
    margin: 0px 0 0px 0;
    color: #000;
    line-height: 28px;
}
.news-title p {
    font-size: 13px;
    color: #000;
    line-height: 23px;
    margin: 0px 0 0px 0;
}
.news-right-arrow {
    color: #2f679a;
    margin: 5px 15px 0px 0px;
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    display: block;
    text-align: right;
    transition: .4s ease all;
}
.news-author-info {
    font-size: 13px;
    color: #666;
    line-height: 23px;
}
.news-anchor {
    padding: 15px 0px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	height:100%;
}
.news-anchor.row:hover .news-right-arrow {
    transform: translate(.5rem);
}
.news-anchor:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
}
.news-vertical-box {
    margin-bottom: 40px;
}
.news-center {
    align-items: center;
    display: flex;
}
.news-data-img img {
    width: 100%;
}
.banner-solutions.news-main {
    background-image: url(../images/news-banners.jpg);
    background-position: center;
}
/* Whitepapers */

.form-readbtn {
    background: #2f679a;
    color: #fff;
    margin-top: 0px;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 20px 9px;
    font-family: 'metropolismedium';
    font-size: 16px;
	border: 1px solid #2f679a;
}
.form-readbtn:hover {
    color: #2f679a;
	background: transparent;
}
.news-btns {
    margin-top: 10px;
}
.digital-transform h2{
    font-size: 24px;
    margin: 0px 0 15px 0;
    color: #000;
    font-family: 'metropolissemi_bold';
}
.digital-transform h1 {
    font-size: 24px;
    margin: 20px 0 15px 0;
    color: #000;
    font-family: 'metropolissemi_bold';
	text-align: center;
}
.bullet-point {
    width: 8%;
    max-width: 20px;
    min-width: 20px;
    float: left;
    padding-right: 2%;
    margin-top: 22px;
}
.feature-description h2 {
    font-size: 26px;
    color: #1E86D0;
	margin-top: 20px;
}
.digital-transform p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.banner-solutions.whitepaper-main {
    background-image: url(../images/whitepaper.jpg);
    background-position: initial;
}
.well.white-paper-form button {
    background: #2f679a;
    color: #fff;
    margin-top: 3px;
    border-radius: 3px;
}
.life-content p {
    font-size: 13px;
    color: #000;
    line-height: 23px;
    margin: 10px 0 10px 0;
}
.life-content h2 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 10px 0;
}
.life-content {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #d4ebf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4ebf9 0%, #d4ebf9 44%, #bbe4fa 71%, #bbe4fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d4ebf9 0%,#d4ebf9 44%,#bbe4fa 71%,#bbe4fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ebf9', endColorstr='#bbe4fa',GradientType=0 ); /* IE6-9 */
    padding: 50px 0px;
}
.life-tech img {
    border: 10px solid #fff;
}
.data-tech.life-main {
    margin-top: 50px;
}
.careers-texts {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 10px;
}
.careers-texts:nth-child(2n) {
    background: #2f679a;
}
.careers-texts:nth-child(2n)  h2,.careers-texts:nth-child(2n) p {
    color: #fff;
} 

/*---# Whitepaper inner page --*/
.whitepaper-main {
    background-image: url(../images/main_img.png);
    background-position: 50% 50%;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 0px;
	color:#fff;
	position: relative;
}
.whitepaper-main h1 {
    font-family: 'metropolismedium';
    font-size: 22px;
    margin-bottom: 15px;
}
.thanks-main {
    background: url(../images/maestro_banner.jpg);
    margin-top: 70px;
    height: 70vh;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thanks-main h1 {
    margin: 0;
    line-height: 46px;
    color: #000;
    font-size: 36px;
}
.lp-bottom-buffer ul {
    padding: 0 20px 0 20px;
}
.lp-bottom-buffer li {
    font-size: 15px;
    font-family: 'metropolislight';
    line-height: 24px;
    margin-bottom: 5px;
}
.lp-bottom-buffer {
    position: relative;
    z-index: 9;
}
.white-paper-form {
    background-color: #fff;
    border-bottom: 0;
    border-top: 5px solid #336699;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
    padding: 15px 40px;
    margin-left: 10%;
}
.white-paper-form h2 {
    background-color: #f26522;
    color: #fff;
	font-family: 'metropolismedium';
    padding: 13px 20px 13px 40px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 30px;
}
.triangle-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: -40px;
    margin-top: -13px;
    float: left;
}
.white-img {
    position: absolute;
    bottom: 0;
}
.service-box {
    border: 1px #E2E2E2 solid;
    padding: 0px;
    color: #333;
    margin-left: 0px;
    margin-right: 0px;
}
.service-box .two-col:first-child {
    border-right: 1px solid #E2E2E2;
}
.service-box .two-col > div {
    padding: 20px 0 20px 20px;
}
.life-content button {
    position: absolute;
    top: -30px;
    bottom: auto;
    height: auto;
    right: 0;
    background: #2f679a;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 3px 15px 5px;
    text-align: center;
}
.life-content button.slick-prev {
	right: 60px;
}
.life-content button.slick-next {
	right: 20px;
}
.life-tech .slick-slide{
	height:100%;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    padding: 15px 15px 10px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    margin-left: 0;
    z-index: 999999;
    left: 0;
    text-align: center;
    background: #fff;
}
#gdpr-cookie-message h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 13px;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 25%;
    display: inline-block;
}
#gdpr-cookie-message a {
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: #2f679a;
	 border: 1px solid #2f679a;
	 font-family: 'metropolisregular';
}
button#gdpr-cookie-advanced {
    background: white;
    color: #2f679a;
}
button#gdpr-cookie-advanced {
    background: white;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-top: 0;
    margin-right: 5px;
}
.banner-solutions.life-solutions {
    background-image: url(../images/lifeatmaestro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}


.maestro-img img {
    width: 100%;
    position: relative;
}
.maestro-img {
    position: relative;
}
.inner-banner {
    position: relative;
	margin-top: 70px;
}
/* Blog CSS */

.blog-section {
    background: #f4f4f4;
    padding-top: 40px;
}
.blog-description {
    padding: 30px 20px 41px;
}
.blog-info {
    display: flex;
    justify-content: space-between;
}
.blog-info-name {
    width: auto;
    background: #2f679a;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
	letter-spacing: 0.5px;
}
.blog-banner {
    background-color: #fff;
    padding: 60px 0;
    margin-top: 70px;
}
.blog-banner h1{
    font-size: 40px;
    line-height: 55px;
    color: #000;
    margin: 0;
    display: inline-block;
    letter-spacing: -2.3px;
}
.blog-banner h1>span {
    font-size: 13px;
    display: block;
    color: #666;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: normal;
}
.blog-info-date {
    background: #f5f8fd;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #000;
    padding: 0px 10px;
    letter-spacing: 0.5px;
}
.blog-categories {
    font-size: 14px;
    line-height: normal;
    margin: 28px 0 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}.blog-heading {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.blog-categories a {
    color: #2f679a;
	letter-spacing: 0.5px;
}
.blog-heading a {
    color: #000;
	font-family: 'metropolismedium';
    font-size: 20px;
}
.blog-read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-read-more{margin-top: 30px;}
.blog-read-more a.blog-btn {
    text-align: center;
    border: 2px solid #2f679a;
    padding: 5px 16px;
    color: #2f679a;
    font-size: 14px;
    font-family: 'metropolismedium';
    line-height: 26px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 5px;
}
.blog-read-more a.blog-btn:hover {
   background: #2f679a;
	color: #fff;
}
.blog-social-links a {
    font-size: 14px;
    display: inline-block;
    background: #2f679a;
    color: #fff;
    line-height: 1;
    padding: 6px 0;
    margin-left: 3px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    border: 1px solid #2f679a;
}
.blog-social-links a:hover {
    background: transparent;
    color: #2f679a;
}
.blog-box {
    background: #fff;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.09);
    margin-bottom: 40px;
}
.subscribe-inner {
    background: #2f679a;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.09);
    padding: 40px 20px;
    color: #fff;
}
.subscribe-content input {
    background: #fff;
    border-radius: 0;
    width: 100%;
    line-height: 35px;
    border: 0;
    font-size: 16px;
    color: #444;
    height: 46px;
}
.subscribe-content button {
    border: 2px solid #fff;
    background: transparent;
    display: block;
    font-size: 14px;
    font-family: 'metropolismedium';
    line-height: 26px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    letter-spacing: 0.5px;
}
.subscribe-content button:hover {
    background: #fff;
    color: #2f679a;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1369px){
.container {
    max-width: 1340px;
}
}
@media (min-width: 1441px){
.container {
    max-width: 1400px;
}
}
@media (min-width: 1200px){
	#header .logo img {
    margin: -2px 0 0 0;
    width: 135px;
	}
	#header.header-scrolled .logo img {
    width: 135px;
    margin-top: -2px;
}
.burger-menu {
    left: 15px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.main-nav a {  font-size: 14px;}
#footer .footer-top .social-links a {
    font-size: 16px;
    padding: 7px 0;
    width: 32px;
    height: 32px;
}
#footer .footer-top .footer-links ul a {
    font-size: 14px;
}
/* .services-list.index-services-list .services-box-item figure { */
    /* height: 100px; */
/* } */
/* .services-content-box p { */
    /* font-size: 14px; */
    /* margin: 0 0 0rem; */
    /* line-height: 24px; */
/* } */
#intro .intro-info p {
    font-size: 20px;
    margin-bottom: 20px;
}
#intro .intro-info h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

}
@media (min-width: 768px) and (max-width: 1200px){
	.sol-consult svg {
    display: none;
}
.nav-level1 .list-level1,.career-link {
    margin: 0em;
}
.nav-level1 {
    width: 25%;
    padding: 0;
}
.nav-level2 {
    left: 25%;
    padding: 0% 2%;
    width: 75%;
}
.list-level2 .link-lvel2 {
    padding: 2.6% 0%;
}
.about-first.about-first-inner {
    max-width: 100%;
}
.about-inner {
    padding: 0 15px;
}
.main-nav a {
    padding: 7px 5px;
    font-size: 14px;
}
#header .logo.nav-header img {
    width: 90px;
}
.burger-menu {
    left: 0px;
}
.primary-navigation {
    top: 20px;
    margin: 0 0 0 3%;
}
.about-first p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
.about-inner h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.about-list li {
    font-size: 12px;
    margin: 0px 0px 0px 30px;
}
.about-sub-first p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
.mission-col.guide-col {
    position: relative;
    top: 15px;
}
.about-second {
    top: 20px;
}

.abouts-row p {
    font-size: 12px;
    line-height: 22px;
    margin: 0px 0 0 0;
}
.list-items2.custom-list li {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
ul.list-items2.custom-list {
    margin: 0;
}
.what-list h3 {
    font-size: 13px;
    line-height: normal;
    margin: 0px 0 0 0px;
}
.what-list {
    max-height: 50px;
}
.what-wrapper p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
}
#footer .footer-top .footer-links ul a {
    font-size: 12px;
}
#footer .footer-top .footer-links ul li {
    padding: 0 5px 0px 0px;
}
.social-links {
    margin-top: 10px;
}
.clutch-img {
    height: 60px;
}
#footer .copyright {
    font-size: 12px;
}
/* .services-box-item.large-services-box { */
    /* min-height: 76px; */
/* } */
/* .services-box-item { */
    /* padding: 1rem; */
/* } */
/* .large-services-box .services-content-box h2 { */
    /* font-size: 16px; */
    /* margin: 0 0 0rem; */
/* } */
/* .large-services-box .services-content-box p { */
    /* font-size: 12px; */
    /* line-height: 18px; */
    /* margin-top: 5px; */
/* } */
/* .services-list.index-services-list .services-box-item figure { */
    /* height: 60px; */
/* } */
/* .services-content-box p { */
    /* font-size: 12px; */
    /* line-height: 18px; */
/* } */
}

@media (min-width: 768px) and (max-width: 991px){	
/* .services-content-box p { */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* width: 100%; */
    /* height: 18px; */
/* } */
.careers-main-content .qBox > p {
    padding-left: 15px;
    padding-right: 15px;
}
#intro .intro-info h2 {
    margin-bottom: 5px;
    font-size: 24px;
}
#intro .intro-info p {
    font-size: 16px;
    margin-bottom: 10px;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    padding: 10px 10px;
}
.slider1,.slider2 {
    padding-top: 40px;
}
.section-header h3 {
    font-size: 30px;
}
/* #services { */
    /* padding: 20px 0 20px 0; */
/* } */
/* .services-list .services-cols { */
    /* margin-top: 15px; */
    /* margin-bottom: 0px; */
/* } */
#call-to-action {
    padding: 15px 0;
    margin-bottom: 15px;
}
#team {
    padding: 20px 0;
}
#team .member {
    margin-bottom: 0px;
}
#clients {
    padding: 15px 0;
}
.container {
    max-width: 100%;
}


}
@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	position: relative;
    z-index: 9;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

}

@media (max-width: 991px) {
	#meetvideo {
    display: none;
}
.resume-context {
    padding: 20px 0px 20px;
}
.resume-left h1 {
    font-size: 24px;
    margin: 20px 0;
}
.resume-left span {
    font-size: 18px;
    position: relative;
    bottom: 0;
}
.resume-form {
    padding-bottom: 20px;
    padding-top: 20px;
}
.services-box.service-down-box .services-content-box {
    margin-bottom: 20px;
}
	#team .team-container {
    max-width: 768px;
}
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
#header .logo img {
    margin: 0px 0 0 0;
    width: 120px;
}
.about-fourth.global-forth .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
	.sol-cover-img5,.sol-cover-img4,.sol-cover-img3,.sol-cover-img2,.sol-cover-img1,.sol-cover-img6 {
    display: none;
}
.maestro-img img {
    height: 300px;
    object-fit: cover;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    margin-left: 5px;
}
#gdpr-cookie-message li {
    width: 50%;
}
.rfp-wrapper {
    padding: 20px 15px 20px;
}
.career-mobile {
    white-space: normal;
    word-break: break-word;
    border-right: 1px solid #ccc;
    padding: 0;
}
 .career-mobile:last-child {
    border: none;
}
.blue-box {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blue-box p {
    font-size: 20px;
    line-height: 30px;
}
.work-tech h2 {
    font-size: 20px;
    line-height: 26px;
}
.connect-inner {
    right: 0;
}
.contact-connect {
    width: auto;	
    background-position: top;
}
.col-testing h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
#testing-and-qa .about-list {
    text-align: left;
}
.staff-section p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
.staff-section h2 {
    font-size: 20px;
    line-height: 28px;
	margin-top: 10px;
    margin-bottom: 5px;
}
.staff-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.work-tech ul li {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}
.quality-section h2 {
    font-size: 20px;
    line-height: 20px;
}
.quality-section p {
    font-size: 13px;
    line-height: 23px;
}
.work-tech p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 15px;
}
.application-development h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.apps-content {
    margin: 0 0px 0 0px;
}
.apps-common {
    border: 0px solid #fff;
}
.app-part .rich-img {
    margin: 0;
}
.tech-section ul li {
    font-size: 13px;
    line-height: 23px;
}
.application-development p {
    font-size: 13px;
    line-height: 23px;
}
.approw {
    margin-bottom: 20px !important;
}
.tech-btns {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.continum-ul p {
    font-size: 13px;
    line-height: 23px;
}
.continum-section {
    margin-bottom: 15px;
    margin-top: 30px;
}
.pd-box-list {
    width: 100%;
}
.cont-software {
    background: none;
	padding-top: 0px;
    padding-bottom: 0px;
}
.application-development {
    margin-top: 15px;
}
.sol-card {
    height: auto;
    min-height: auto;
    max-height: initial;
    margin-bottom: 15px;
    padding: 15px;
}
.continum-ul h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}
	.sol-tech h2 {
    font-size: 20px;
    color: #2b0a3d;
    line-height: 28px;
}
.sol-tech {
    margin-top: 0px;
    padding-top: 30px;
}
.sol-tech p {
    font-size: 13px;
    line-height: 23px;
}
.sol-consult {
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.sol-consult h2 {
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-list {
    display: none;
}
.banner-box {
    margin-top: 0px;
    padding: 0px 0px 20px;
}
.about-list li {
    font-size: 13px;
}
.about-app {
    padding-top: 15px;
    padding-bottom: 10px;
}
#alliance {
    margin-top: 20px;
    margin-bottom: 0px;
}
#mission-statement {
    margin-top: 0px;
    margin-bottom: 0px;
}
.abt-alliances {
    padding: 0px 0 0px 0;
}
.about-first p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
.row-six p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
.sol-consult svg {
    display: none;
}
.pillar-row .list-items2.custom-list li {
    margin-top: 15px;
}
.about-fifth {
    margin-top: 20px;
}
.advantages-main {
    margin-bottom: 0px;
}
.what-res {
    position: unset;
}
.what-list h3 {
    font-size: 16px;
}
.what-wrapper p {
    font-size: 13px;
    line-height: 18px;
}
.list-items2.custom-list li {
    font-size: 13px;
    line-height: 23px;
}
.about-banner-main h1 {
    font-size: 20px;
    margin: 0 0 5px 0px;
}
.about-statement {
    margin: 0px 0 0px 0;
}
.mission-inner.m-img {
    border: none;
}
.mission-inner {
    padding: 0px 15px;
    margin-bottom: 15px;
}
.abouts-row p {
    font-size: 13px;
    line-height: 23px;
    margin: 5px 0 0 0;
}
.mission-inners h2 {
    font-size: 20px;
    margin: 0;
}
.abt-text-inner p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
.offer-web {
    padding-top: 5px;
}
.offer-text h2 {
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0%;
    padding-right: 0%;
}
.sol-icons .nav-tabs .col-lg-3 {
    width: 25%;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    border-right: 1px solid #ccc;
}
.sol-icons .nav-tabs .col-lg-3:last-child {
    border: none;
}
.sol-icons .active {
    border-bottom:1px solid #ccc;
}
.sol-icons span.icon-box {
    padding: 10px;
    box-shadow: 0 0;
    border-radius: 0;
}
.sol-icons a h3 {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.banner-solutions h1 {
    line-height: 24px;
    font-size: 24px;
}
.banner-solutions h2 {
    margin: 5px 0 0 0;
    line-height: 26px;
    font-size: 18px;
}
#team .team-container {
    max-width: 300px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.team-container .section-header h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
	text-align: center;
}
.about-footer {
    margin: -100px 0 0 0;
}
#section2 {
    margin-top: 22em;
    padding-bottom: 120px;
}
#intro .slick-slider {
    height: 22em;
}
.badge-icons {
    margin-top: 10px;
    text-align: left;
}
	.about-footer #footer {
    position: initial;padding: 0;}
	.container {
    max-width: 100%;
}
  #intro {
    height: auto;
    padding: 70px 0 0px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
	padding-left: 30px;
    padding-right: 30px;
  }


  .section-header p {
    width: 100%;
  }
#intro .intro-info p {
    font-size: 15px;
    margin-bottom: 20px;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    padding: 10px 10px;
}
#intro .intro-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    margin-bottom: 15px;
}
/* .section-header h3 { */
    /* font-size: 20px; */
/* } */
/* .services-list .services-cols { */
    /* margin-top: 15px; */
    /* margin-bottom: 0px; */
/* } */
/* .services-content-box h2 { */
    /* font-size: 16px; */
    /* margin: 0 0 0.3rem; */
/* } */
/* .services-list.index-services-list .services-box-item figure { */
    /* height: 100px; */
/* } */
/* .small-services-box .services-content-box { */
    /* margin-bottom: 1rem; */
	/* min-height: 90px; */
/* } */
/* .services-content-box p { */
    /* font-size: 14px; */
    /* margin: 0 0 0rem; */
    /* line-height: 24px; */
/* } */
#call-to-action .cta-title {
    font-size: 20px;
    margin-bottom: 10px;
}
#call-to-action .cta-text {
    font-size: 14px;
    margin-bottom: 10px;
	line-height: 24px;
}
#call-to-action .cta-btn {
    font-size: 14px;
    padding: 6px 15px;
    margin: 5px;
}

#call-to-action {
    padding: 20px 0;
    margin-bottom: 20px;
	top: 0;
}
.section-header p {
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 5px;
    line-height: 24px;
}
.slider2 {
    background-position: center;padding-bottom: 20px;
}
.slick-slide img.unit-globe,.slick-slide img.unit-img {
    display: none;
}
.home-slider button.slick-prev.pull-left.slick-arrow {
    left: 0px;
}
.home-slider button.slick-next.pull-right.slick-arrow {
    right: 0px;
}
#team {
	display: block;
    padding: 0px ;
}
#team .member {
    margin-bottom: 0px;
    margin-top: 15px;
}
#clients {
    padding: 20px 0;
}
#footer .footer-top {
    padding: 30px 0 0px 0;
}
#footer .footer-top h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
#footer .footer-top .footer-links ul li {
    padding: 5px 0;
}
#footer .footer-top .footer-links ul a {
    font-size: 14px;
}
#footer .footer-top .social-links a {
    margin-bottom: 0px;
}
#footer .copyright {
    padding-top: 15px;
}
#footer {
    padding: 0px;
    font-size: 13px;
}
#team .member h4 {
    margin-bottom: 0px;
    font-size: 16px;
}
.home-slider .row.justify-content-center.align-self-center {
    margin: auto;
}
canvas.particles-js-canvas-el {
    display: none;
}

.nav-level1 {
    width: 100%;
	height: auto;
    padding: 0;
}
.nav-level2,.nav-level2.news-level2 {
    position: initial;
	    width: 100%;
}
.nav-level1 .list-level1,.career-link {
    margin: 0;
}
.nav-level1 .list-level1 .link-lvel1, .link-careers {
    padding: 6%;
}
.list-level2-heading {
    display: none;
}
.list-level2 {
    flex-basis: 100%;
}
.list-level2 .link-lvel2 {
    font-size: 13px;
    line-height: normal;
    padding: 1em 0 1em 0;
}
.link-lvel4 {
    font-size: 13px;
    line-height:normal;
    padding: 0.5em 0 0.5em 0;
}
.list-level4 {
    flex-basis: 100%;
}
.nav-level4 {
    display: block;
}
a.link-lvel3 {
    font-size: 13px;
    line-height: normal;
    padding: 0.5em 0 0.5em 0;
}
.news-menu-text {
    font-size: 14px;
    margin: 5px 0 5px 0;
}
.news-img-box p {
    font-size: 13px;
    line-height: normal;
}
.full-nav {
    overflow: auto;
}
.logo.float-left.nav-header {
    width: 58%;
}
.burger-menu {
    top: 6px;
    left: 0;
    float: right;
}
.main-nav a.header-cta {
    font-size: 14px;
    margin: 4px 0 0 0;
    padding: 6px 10px 8px;
}
.primary-navigation-wrapper {
    display: none;
}
.pp-section {
    position: unset;
}
#section1, #section2, #section3, #section4, #section5, #section6 {
    transform: none !important;
    height: auto !important;
    display: block;
    z-index: unset !important;
    overflow: auto !important;
    backface-visibility: visible;
}
.about-statement::after {
    position: unset;
}
#pagepiling {
    padding-top: 66px;
}
.about-first.about-first-inner {
    max-width: 100%;
    margin-top: 15px;
	position: unset;
}
.about-partners {
    padding-bottom: 20px;
    padding-top: 20px;
}
.about-list {
    display: block;
	text-align: center;
}
.about-list.about-list-right {
    border-left: none;
    margin-left: 0;
}
.about-second {
    padding: 20px 0px;
    position: initial;
}
.mission-col.guide-col {
    position: initial;
	padding-top: 20px;
}
.about-inner.global-inner {
    padding-top: 0;
    display: block;
    height: auto;
}
.mission-row {
    margin-bottom: 0px;
}
.about-inner h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.about-fourth.global-forth .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.terms__title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.875rem;
}
.terms-content h2 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.terms-content p {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.terms-container {
    max-width: 90%;
}
.terms-banner {
    background-position: right;
}
.terms-content li {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
}
#footer .footer-top .footer-links ul li {
    display: block;
}
.social-links {
    margin-top: 10px;
}
#team ul.slick-dots {
    bottom: -22px;
}
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
   margin-right: 2px;
  }
  .connect-inner {
    right: 0;
    width: 100%;
}
}
@media (min-width: 576px){
.agilemodal-dialog {
    max-width: 750px;
    margin: 5rem auto;
}
}
@media (min-width: 1920px){
	.sol-card {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
	}
	.list-items2.arrow-right li {
    padding-bottom: 2px;
	    font-size: 11px;
}
}

.jobs-section h2 {
    font-size: 30px;
    margin: 50px 0 10px 0;
    color: #000;
	text-align: center;
    font-family: 'metropolissemi_bold';
}
.jobs-section h3 {
    font-size: 20px;
    margin: 50px 0 10px 0;
    color: #000;
   
}
.jobs-section p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}