body {
  background-color:#fff;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  font-size: 16px;
  color:#4e4e4e;
}
a{
  text-decoration:none;
}
p{
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
.para{
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
.para-pending{
  font-family: "Poppins";
  line-height: 1.625;
  color:#ff0000;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
.text-justify{
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Exo 2', sans-serif;
}
h2{
  margin-bottom: 20px;
}
/*red h1 title*/
.heading{
   color: #ff0000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.row-highlight{
  background-color: #526a6d;
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 200px;
  margin: auto 0;   
}
.row-highlight h2{
  text-align: center;
  color: #fff;
}
.row-highlight p{
  color: #fff;
  text-align: center;
}
.link a{ 
  color: #93cd1b;
  text-decoration: none;
   
}
.link a:hover{
  color: #fff;
  text-decoration: underline;
}
.help a{
   color: #ff0000;
   text-decoration: none;
   font-size: 20px;
   font-weight: 400;  
}
.help a:hover{
  color: #000;
  text-decoration: none;
   font-size: 20px;
   font-weight: 400;
}
.middle{
  margin: 0 auto; 
}
.jumbotron{
  margin-bottom: 40px;
  position: relative;
  z-index: 1000;
  height:auto;
  background-color:#fff;
}
.jumbotron h2{
	position:absolute;
	color:#ff0000;
	padding:5px;
	background-color:#fff;
	top: 300px; 
  	left: 150px;
}
.img-center {
  margin:0 auto;
}

.jumbptron{
  margin-bottom: 40px;
  position: relative;
  z-index: 1000;
  height:auto;
  background-color:#fff;
}
.jumbptron h2{
	position:absolute;
	color:#ff0000;
	padding:5px;
	background-color:#fff;
	top: 300px; 
  	left: 150px;
}
/********footer CSS**/
footer{ 
  background-color: #333;
  height: auto;
  width: 100%;
  text-align: center;
  padding:0px 10px; 
  overflow: auto;
}
footer p{
  color: #fff;
  font-size: 16px;
  margin: 0px;
  font-family: "Poppins";
  font-weight: 300; 
}
footer a{
  color: #fff;
  font-size: 14px;
  padding:10px 10px; 
  margin: 0px;
  font-family: "Poppins";
  font-weight: 300; 
}
.footpart{
  background-color: #333;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footpart ul{
  list-style: none;
}
.footpart ul li {
  text-align: left;
}
.footpart ul li a {
color: #e2e2e2;
}
.footpart ul li a:hover{
color: #93cd1b
}
.copyright{
  padding-top: 40px;
  border-top: 3px solid #d00000;
  margin: 0 auto;
  padding-bottom: 40px;
}
.copyright p{
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
/*-------social icons--------*/
.fa-facebook,
.fa-google-plus,
.fa-twitter,
.fa-linkedin{
  color:#526a6d;
}
.fa-facebook:hover,
.fa-google-plus:hover,
.fa-twitter:hover,
.fa-linkedin:hover{
 color:#fff; 
}
.fa-caret-down
.fa-caret-right{
  color:#ff0000;
}


.btn-social {
   display: inline-block;
   width: 60px;
   height: 60px;
   border: 1px solid #fff;
   border-radius: 100%;
   text-align: center;
   font-size: 35px;
   line-height: 45px;
   padding: 10px;
   margin-top:0px;    
}
.btn:focus,
.btn:active,
.btn.active {
   outline: 0;
}
.btn-outline {
    border: solid 1px #4e4d52 ;
    font-size: 35px;
    color:#556a6d;
    background: #ffffff;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
   
  color: #fff;
  background-color: #556a6d;
  border-color: #556a6d 1px solid;
}
.social{
  text-align: right;
}
/********navbar CSS***********/
.navbar-brand {
  padding: 0;
  margin:0;
}
nav{
  padding-bottom: 20px;
}
header{
  background-color: #ccc;
  height:91px;
  padding-bottom: 20px; 
}
.caret,
.caret-right{
	color:#ff0000;
}
.navbar-default {
  padding-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ff0000;
  font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-text {
  color: #000000;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ff0000;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #fff;/*changed eee*/
  font-size: 16px;
  text-transform:capitalize;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #000000;
  /*background-color: #ffffff;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px*/;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus
.dropdown-submenu> li > .dropdown-menu  >li > a:hover,
.dropdown-submenu> li > .dropdown-menu  >li > a:focus
 {
  color: #ff0000;
/*  background-color: #ffffff;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px*/;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  /*background-color: #fff;
  border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ff0000; 
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
  background-color: #93cd1b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ff0000;/*changed*/
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #ff0000;
}

.dropdown-menu>li>a:hover{
  color:#ff0000;
  background-color:#fff;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
    width: 300px;
    padding: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    /*border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;*/
}
.dropdown-submenu:hover > a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
   float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
   width: 100%;
   padding:10px;
}
@media (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
		display: none;
	} 
	ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
		display: block;
	} 
	  .lead {
		font-size: 21px;
	}
  .dropdown-menu>li>a:hover{
  color:#ff0000;
  background-color:#fff;
}
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff0000;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff0000;
    background-color: #fff;
  }
  .dropdown-menu>li>a:hover{
  color:#ff0000;
  background-color:#fff;
}
}
.contact{
  background-color: #93cd1b;
  font-weight: 600;
}


/*******Home Page CSS*********/
#main-slider {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.title{
	text-decoration:none;
}
#main-slider .carousel .carousel-content {
  margin-top: 150px;
  width: auto;
}
.carousel-content h1{
  font-size: 38px;
  font-weight: 600;
  background-color: #fff;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  text-decoration:none;
}
.carousel-content a:active{
	text-decoration:none;
}
.carousel-content a:hover{
	text-decoration:none;
}
.carousel-content h2{
 font-family: "Poppins";
  font-size: 20px;
  font-weight: 100;
  background-color: #526a6d;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.banner-heading:active{
	text-decoration: none;
}
.banner-heading:hover{
	text-decoration: none;
}
#main-slider .carousel .slide-margin{
  margin-top: 140px;
}
#main-slider .carousel h2 {
  color: #fff;
  font-size:16px;
  line-height:30px;
  text-align:left;
  font-family: "Poppins";
  font-weight:300;
  padding-left:10px;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}
#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.btn {
  font-family: "Poppins";
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background-color: #93cd1b;
  height: 50px;
  width: 200px;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  border: 1px solid #ffffff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  border: 1px solid #ffffff;
  background-color: #526a6d;
  color: #ffffff;
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  border: 1px solid #ffffff;
  background-color: #526a6d;
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  background-color: #526a6d;
  color: #ffffff;
  outline: 0;
}

.banner{
  background-color: #fff;
  max-height:800px;
  width: 100%;
  max-width: 1200px; 
}
.mid{
 width: 100%; 
}
.topp{
  margin-bottom: 0;
}
.row-whoweare{
    background-color: #526a6d;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 40px; 
}
.row-whoweare h1{
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 60px;
  margin-bottom: 40px;
}
.row-whoweare p{
 font-family: "Poppins";
  line-height: 1.625;
  color: #ffffff;
  font-weight: 400;
 }
.row-whatwedo{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.row-whatwedo h1{
  color: #ff0000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 60px;
  margin-bottom: 40px;
}
.row-whatwedo p{
 font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 400;
 }
.btn-icon {
   display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    padding: 10px;
    margin-top:0px;
}
.btn:focus,
.btn:active,
.btn.active {
   outline: 0;
}
.btn-outlines {
    border: solid 1px #4e4d52 ;
    font-size: 35px;
    color:#556a6d;
    background: #ffffff;
    transition: all .3s ease-in-out;
}
.icon{
  margin-top: 25px;
}
.row-question{
  background-color: #fff;
  position: relative; 
  background: url(../images/jumbotron.jpg) no-repeat;  
}
.question{
  padding-right:50px;
  padding-top:20px;  
  padding-bottom:20px; 
}
.question h2{
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.question p{
 font-family: "Poppins";
  line-height: 1.625;
  color: #ffffff;
  font-weight: 400;
  padding-bottom:20px; 
  text-align: justify;
}
.case-study{
  background-color: #93cd1b;
  padding: 20px 40px 40px 40px; 
  margin-bottom: 30px; 
}
.case-study h2{
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.case-study p{
  font-family: "Poppins";
  line-height: 1.625;
  color: #ffffff;
  font-weight: 400;
  text-align: justify;
 
}
.case-study ul{
}
.case-study ul li{
  font-family: "Poppins";
  line-height: 1.625;
  color: #ffffff;
  
  }
.case-btn {
  font-family: "Poppins";
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background-color: #526a6d;
  height: 50px;
  width: 200px;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  border: 1px solid #ffffff;
}
.case-btn:focus,
.case-btn:active:focus,
.case-btn.active:focus,
.case-btn.focus,
.case-btn:active.focus,
.case-btn.active.focus {
  border: 1px solid #ffffff;
  background-color: #526a6d;
  color: #ffffff;
  text-decoration: none;
}
.case-btn:hover,
.case-btn:focus,
.case-btn.focus {
  border: 1px solid #526a6d;  
  background-color: #ffffff;
  color: #526a6d;
  text-decoration: none;
}
.case-btn:active,
.case-btn.active {
  background-image: none;
  background-color: #526a6d;
  color: #ffffff;
  outline: 0;
}
.row-heading{
  margin-bottom: 40px; 
  height: auto;
}
.row-heading h1{
  color: #526a6d;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600; 
  font-size: 60px;
  text-transform: uppercase;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
/********* Company Page CSS ******/
.row-company{
  background: url(../images/company.jpg) no-repeat;  
  margin-bottom: 40px; 
  height: 200px;
}
.row-company h1{
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 60px;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.row-company p,
.focus p,
.trust p,
.experience p,
.passion p,
.{
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
}
.row-value {
  margin-bottom: 40px;
}
.row-value h2{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-size: 24px;
}
.focus{
  border-left: 8px solid #93cd1b;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 15px;
}
.trust{
 border-left: 8px solid #ff960b;
 padding-left: 20px;
 margin-bottom: 20px;
 background-color: #f3f3f3;
 padding-top: 5px;
 padding-bottom: 15px;
}
.experience{
 border-left: 8px solid #23b1ea;
 padding-left: 20px;
 margin-bottom: 20px;
 background-color: #f3f3f3;
 padding-top: 5px;
 padding-bottom: 15px;
}
.passion{
  border-left: 8px solid #f44e62;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 15px;
}
.focus p,
.trust p,
.experience p,
.passion p{
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
  padding-right:20px;
}
/****** corporate governance CSS ******/
.row-corporate{
  background: url(../images/company.jpg) no-repeat;  
  margin-bottom: 40px; 
  height: 200px;
}
.row-corporate h1{
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600; 
  font-size: 60px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
}
.governance{
  margin-bottom: 40px;
}
.governance ul {
   list-style: none;
}
.governance ul li {
 padding: 0;
 margin: 0;
}
.governance ul li p.one{
  border-left: 8px solid #93cd1b;
}
.governance ul li p.two{
  border-left: 8px solid #ff960b;
}
.governance ul li p.three{
  border-left: 8px solid #23b1ea;
}
.governance ul li p.four{
  border-left: 8px solid #f44e62;
}
.governance ul li p {
 color:#4e4e4e;
 background-color: #f3f3f3;
 padding-top: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
 font-family: "Poppins";
 line-height: 1.625;
font-weight: 400;
}
.governance h2{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-size: 24px;
}
.governance p
{
  font-family: "Poppins";
  line-height: 1.625;
  font-weight: 400;
  text-align: justify;
 }
/***** infion application factory CSS ******/
.row-app-factory{
}
.app-para{
  margin-bottom: 20px;
  font-family: "Poppins";
  line-height: 1.625;
  color:#4e4e4e;
  font-weight: 400;
  font-size: 16px;
}
.row-app-fact{
  background: url(../images/company.jpg) no-repeat;  
  height: 200px; 
}
.row-app-fact h1{
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 60px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
}
.row-application{
  margin-bottom: 40px;
}
.row-application p{
  font-family: "Poppins";
  line-height: 1.625;
  font-weight: 400;
}
.row-application h2
{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-size: 24px;
}
.box-one{
  width: 30%;
  background-color: #93cd1b;
  height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left:20px;
  padding-right:20px;
}
.box-two{
   width: 30%;
  background-color: #ff960b;
  height: 100px;
   margin-bottom: 20px;
  margin-right: 20px;
   padding-left:20px;
  padding-right:20px;
}
.box-three{
   width: 30%;
  background-color: #23b1ea;
  height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left:20px;
  padding-right:20px;
}
.box-four{
   width: 30%;
  background-color: #f44e62;
  height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
   padding-left:20px;
  padding-right:20px;
}
.box-one h3,
.box-two h3,
.box-three h3,
.box-four h3{
  font-family: "Poppins";
  line-height: 1.625;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.row-application ul {
   list-style: none;
}
.row-application ul li {
 padding: 0;
 margin: 0;
}
.row-application  ul li p {
 color:#4e4e4e;
 background-color: #f3f3f3;
 padding-top: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
 font-family: "Poppins";
 line-height: 1.625;
font-weight: 400;
}
.row-application ul li p.one{
  border-left: 8px solid #93cd1b;
  padding-right: 20px;
}
.row-application ul li p.two{
  border-left: 8px solid #ff960b;
   padding-right: 20px;
}
.row-application ul li p.three{
  border-left: 8px solid #23b1ea;
   padding-right: 20px;

}
.row-application ul li p.four{
  border-left: 8px solid #f44e62;
   padding-right: 20px;
}
/****master data management css******/
.master-data-img{
margin-top: 40px;
margin-bottom: 40px;
}
.master-data-text{
margin-top: 40px;
}
.size{
  min-height: 500px;
}
/*************************
***** big data & analytics CSS ******
**************************/
a:hover{
text-decoration: none;
}
b{
  color: #ff0000;
}
.line{
text-decoration: none;
}
/*************************
***** data lake and warehouse CSS ******
**************************/
.red{
  color: #ff0000;
  text-transform: uppercase;
}
.h{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-size: 26px;
  margin-bottom: 30px;
}
.fig{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 300;
  padding: 0;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.competitive p,
.behaviour p,
.customer p,
{
 
}
.data{
 text-align: justify;
  color: #FFF;
  padding: 10px;
  font-family: "Poppins";
  line-height: 1.625;
  font-size:16px;
}
.competitive h3,
.behaviour h3,
.customer h3,
.increase h3,
.reduce h3,
.understand h3,
.gain h3{
  text-transform: uppercase;
  font-size: 22px;
}
.competitive{
  background-color: #93cd1b;
   padding-left: 20px;
   padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  height: 220px;
  text-align: center;
}
.behaviour{
  background-color: #ff960b;
   padding-left: 20px;
   padding-right: 20px;
   margin-bottom: 20px;
   color: #fff;
    height: 220px;
   text-align: center;
}
.customer{
 background-color: #23b1ea;
  padding-left: 20px;
   padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  height: 220px;
  text-align: center;
}
.increase{
  background-color: #93cd1b;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
   height: 90px;
}
.understand{
background-color: #ff960b;
   padding-bottom: 10px;
   margin-bottom: 20px;
   color: #fff;
   text-align: center;
   height: 90px;
}
.reduce{
background-color: #23b1ea;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  height: 90px;
}
.gain{
  background-color: #f44e62;
 padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  height: 90px;
}
/*====GET IN TOUCH css====*/
/****************************/
#git_form{
	margin-bottom:40px;}

.form-group{
border: 0;
}
.page-template-page-templatesget-in-touch-page-php .template_section_1 {
  border: 0;
}
.page-template-page-templatesget-in-touch-page-php .template_section_1 h2 {
margin-bottom: 20px;
}
.page-template-page-templatesget-in-touch-page-php .template_section_1 p {
font-size: 24px;
}
.get_in_touch_form {
border: 0 
}
 fieldset{
  border: 1px solid #fff;
}
.get_in_touch_form {

margin-top:20px;
}
.get_in_touch_form .form-group {
margin-bottom: 20px;
}
.get_in_touch_form label{
display:block;
font-size: 18px;
margin-bottom: 30px;
margin-top: 30px;
text-transform: uppercase;
font-family: "Poppins";
}
.get_in_touch_form .help-block {
display:none;
}
.get_in_touch_form .input-field{
border-radius: 0;
width: 100%;
height: 60px;

outline: 0;
padding: 0 20px;
margin-bottom: 0;
font-size: 16px;
font-family: "Poppins";
background-color: #f3f3f3;
}
.get_in_touch_form .git_fields {
width: 31%;
border: 0;
background-color: #f3f3f3;
height: 60px;
margin-right: 35px;
font-size: 20px;
font-family: "Poppins";
padding: 0 20px;
margin-bottom: 26px;
outline: 0;
}
.get_in_touch_form .input-field.textarea{
padding: 20px;
height: 277px;
}
.get_in_touch_form .submit_button {
border: 0;
outline: 0;
background-color: #f3f3f3;
color: #FFF;
font-size: 28px;
font-family: "Poppins";

}
/********career css***************/
fieldset{
  border: 1px solid #fff;
}
.upload{
  background-color: #93cd1b;
  font-family: "Poppins";
  line-height: 1.625;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: 40px;
  margin-top: 0px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.description{
  padding-top: 10px;
  font-size: 12px;
}
/******************/
.objective-one{
  width: 30%;
  background-color: #93cd1b;
  min-height: 70px;
   margin-bottom: 20px;
  margin-right: 20px;
   padding-left:20px;
  padding-right:20px;
}
.objective-two{
   width: 30%;
  background-color: #ff960b;
    min-height: 70px;
   margin-bottom: 20px;
  margin-right: 20px;
   padding-left:20px;
  padding-right:20px;
}
.objective-three{
   width: 30%;
  background-color: #23b1ea;
   min-height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left:20px;
  padding-right:20px;
}
.objective-four{
   width: 30%;
  background-color: #f44e62;
  min-height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
   padding-left:20px;
  padding-right:20px;
}
.objective-one h3,
.objective-two h3,
.objective-three h3,
.objective-four h3{
  font-family: "Poppins";
  line-height: 1.625;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.mar{
  margin-bottom: 40px;
}
/*talent search css**/
.space{
  margin-bottom: 40px;
}
.space1{
  margin-top: 60px;
}
.over{
  position: relative;
  z-index: 2000;
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: left;
}
.over h1{
  font-size: 38px;
  font-weight: 600;
  background-color: #fff;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

/***/

/*style.css*/

.features
{
  background: #ffffff;
  padding: 60px 0px;
}
.features-text
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom:30px;
  margin-top:30px;
}
h2.features-text::after {
    display: block;
    margin: 10px auto 0px;
    width: 80px;
    height: 1px;
    background: #FFF none repeat scroll 0% 0%;
    content: "";
}
/*h2 icon hm page*/
.feature{
  font-family: "Poppins";
  line-height: 1.625;
  color: #526a6d;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  font-size: 20px;
  margin:10px 0;
  text-align: left;
}
.iconing
{
  text-align: center;
  width:150px;
  margin:0 auto;
  padding-bottom: 20px;
  padding-right:15px;
  padding-top:20px;
}
.iconing i{
  font-size: 35px;
  text-align: center;
  color: #93cd1b;
  border: 1px solid #93cd1b;
  display: block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 80px;
}
.icons{
   background-color: #f3f3f3;
   width: 100%;
   height: auto;
   margin-top:40px;
   margin-bottom: 0;
}
.icon-box{
  margin-bottom:0;
}
.icon-text-box{
}
.icon-text-box h4
{
  font-family: 'Poppins', sans-serif;
  color: #2e2e2e;
  font-weight: 400;
  font-size: 25px;
}
.icon-text-box p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2E2E2E;
  text-align: justify;
}
.photo-cg {
background: url(../images/photo-cg-large.jpg) no-repeat; 
} 
/****site map css*****/
.panel-default a{
  text-decoration: none;
  color:#fff;
}
.panel-default p a{
  text-decoration: none;
  color:#526a6d;
}
.accord a{
   text-decoration: none;
  color:#526a6d;
}
.accord a:active{
   text-decoration: none;
  color:#526a6d;
}
.panel-default a:active{
  text-decoration: none;
  color: #000;
}
.panel-default a:hover{
  text-decoration: underline;
  color: #ff0000;
}
.panel {
margin-top: 60px;
}
.panel-default > .panel-heading {
background-color:#526a6d;
color: #fff;
border: 0;
}



/**********infionltd job search**********/


.job-item{
 list-style:none;

}

.req{
 list-style: circle;
 color:#4e4e4e;
 padding-bottom: 5px;
 font-family: "Poppins";
 line-height: 1.625;
 font-weight: 400;
 font-size: 16px;
}

.req-list{
  font-family: "Poppins";
  line-height: 1.625;
  color: #ff0000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
.btn-job {
  font-family: "Poppins";
  text-align: left;
  padding:10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background-color: #526a6d;
  height: auto;
  width: 100%;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  border: 1px solid #ffffff;
}
.btn-job:focus,
.btn-job:active:focus,
.btn-job.active:focus,
.btn-job.focus,
.btn-job:active.focus,
.btn-job.active.focus {
border: 1px solid #ffffff;
background-color: #93cd1b;
color: #ffffff;
text-decoration: none;
}
.btn-job:hover,
.btn-job:focus,
.btn-job.focus {
background-color: #93cd1b;
  color: #ffffff;
  text-decoration: none;
}
.btn-job:active,
.btn-job.active {
  background-image: none;
background-color: #93cd1b;
  color: #ffffff;
  outline: 0;
}

.btn-apply{
  margin: 0 auto;


}


/******job apply alert box*******/
  .showcss {
    display: block;
  }
  
  .hidecss {
    display: none;
  }
#popup{
position:absolute;
display:hidden;
top:160px;
left:50%;
width:500px;
height:auto;
margin-left:-250px;
background-color:white;
z-index:6;
padding:20px;
border:solid 5px #333333;
border-radius:5px;
}
#popup h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#3F5C9A;
border-bottom:1px #3F5C9A solid;
margin:0;
padding:0;
}
#popup h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
margin:0;
padding:5px 0;
text-align:left;
}
#popup p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:0;
padding:5px;
text-align:justify;
}
#popup a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:0;
padding:5px;
text-align:right;
float:right;
}
#overlay-back {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
z-index: 5;
display: none
}
.close-image{
display: block;
float:right;
position:relative;
top:-15px;
right: -15px;
height: 20px;
}

/******************************
responsive area
********************************/

/************************************************************/
/* Medium devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px)
{ 

.objective-one,
.objective-two,
.objective-three,
.objective-four{
  width: 30%;
  min-height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding:20px;
}
.over{
  position: relative;
  z-index: 2000;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: left;
}
.over h1{
  font-size: 34px;
  font-weight: 600;
  background-color: #fff;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.jumbotron h2{
	position:absolute;
	color:#ff0000;
	padding:5px;
	top: 50px; 
  	left: 50px;
	width:50%;
	font-size:20px; 
}
}

@media (min-width: 380px) and (max-width: 768px)
{
  .text-box p.intro {
    font-size: 22px;
  }
  .text-box h2 {
    font-size: 40px;
}
.text-box h3 {
    font-size: 16px;}
    .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;}
    .title h2 {
   
    font-size: 29px;}
    .desc p {
    font-size: 15px;
    text-align: justify;}
    .icon-text-box h4 {
    text-align: center;
}
.icon-text-box p {
 
    text-align: center;}

    .btneff {
   
    margin-top: 15px;
    width: 20% !important;
}
 .row-question{
    background-image: none;
    background-color: #fff;
  }
  .question{
    background: url(../images/jumbotron.jpg) no-repeat;  
  }
  .add-later{
   background-color: #526a6d;
    padding: 40px;
    margin-top: 40px;
  }
    .footpart ul li {
  text-align: center;
}

 .form-control .form-effect{
margin-bottom: 10px;
}

.row-company h1{
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500; 
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 40px;
  
}

.box-one,
.box-two,
.box-three,
.box-four,
.objective-one,
.objective-two,
.objective-three,
.objective-four{
 width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  padding:20px;
 
}
.feature{
text-align: center;
}
.photo {
 min-height: 300px;
}
 .row-whoweare h1{
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 50px;
  margin-bottom: 20px;
}
.row-whatwedo h1{
  color: #ff0000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 50px;
  margin-bottom: 20px;
}

 .row-heading h1{
  color: #526a6d;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500; 
  font-size: 50px;
  text-transform: uppercase;
  padding-top: 40px;
  text-align: center;
 
}
.over{
  position: relative;
  z-index: 2000;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: left;
}
.over h1{
  font-size: 30px;
  font-weight: 600;
  background-color: #fff;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.jumbotron h2{
	position:absolute;
	color:#ff0000;
	padding:5px;
	top: 50px; 
  	left: 50px;
	width:50%;
	font-size:20px; 
}

}



@media (min-width: 0px) and (max-width: 379px)
{
 
    .text-box p.intro {
      font-size: 22px;
}
    .text-box h2 {
      font-size: 20px;
}
  .text-box h3 {
      font-size: 16px;}
      .text-box p a.link-button {
      padding: 8px 14px;
      font-size: 13px;}
      .title h2 {
     
      font-size: 29px;}
      .desc p {
      font-size: 15px;
      text-align: justify;}
      .icon-text-box h4 {
      text-align: center;
}
  .icon-text-box p {
   
      text-align: center;}

      .btneff {
     
      margin-top: 15px;
      width: 80% !important;
}

  .row-question{
    background-image: none;
    background-color: #fff;
}
  .question{
   background: url(../images/jumbotron.jpg) no-repeat;  
}
  .add-later{
    background-color: #526a6d;
    padding: 40px;
    margin-top: 40px;
}
  .footpart ul li {
  text-align: center;
}
.form-control .form-effect{
margin-bottom: 10px;
}

.row-company h1{
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500; 
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
   margin-bottom: 40px;
}
.row-heading h1{
  color: #526a6d;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500; 
  font-size: 40px;
  text-transform: uppercase;
  padding-top: 40px;
  text-align: center;
}
.box-one,
.box-two,
.box-three,
.box-four,
.objective-one,
.objective-two,
.objective-three,
.objective-four{
 width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  padding:20px;
 
}
.photo {
 min-height: 300px;
}
 .feature{
text-align: center;
} 
.row-whoweare h1{
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 40px;
  margin-bottom: 20px;
}
.row-whatwedo h1{
  color: #ff0000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700; 
  font-size: 40px;
  margin-bottom: 20px;
}

.over{
  position: relative;
  z-index: 2000;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: left;
}

.over h1{
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.jumbotron h2{
	position:absolute;
	color:#ff0000;
	padding:5px;
	top: 50px; 
  	left: 50px;
	width:50%;
	font-size:16px; 
}
}


