
/********************************/
/*          Home page          */
/********************************/

#submit_resume:focus {
    /* border: none; */
    outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  padding: 0px;
  margin: 0px;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
nav.bootsnav .dropdown-menu .title {
    margin: 15px 0px 5px;
    text-align: center;
    color: #0079d6;
    text-transform: uppercase;
    font-weight: 600;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #fff;
}
a, button {
    transition: 0.3s;
    text-decoration: none !important;
    outline: none !important;
}
#carousel-example-generic .carousel-control .fa {
  font-size: 50px;
  top: 50%;
  position: absolute;
}
.disabled{
	color: #ccc !important;

}
.top-search input {
  font-size: 20px;
  color: #656565 !important;
  font-weight: 600;
  border-bottom: 1px solid #4f4f4f !important;
  padding-left: 0px !important;

}
.top-search input.form-control::placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e3e3e3;
}
.top-search{
    padding-left: 30px;
    padding-right: 30px;
}
/********************************/
/*           Inner pages        */
/********************************/
.banner {
  padding: 100px 0px;
}
.banner h1 {
  font-family: 'Exo 2', sans-serif !important;
  color: #fff;
  font-weight: 600;
}
.inner_page_section {
  padding: 50px 0px; 
}
.crs_pages li a {
  font-weight: 600 !important;
}
.careers p {
  color: #000;
}
.careers_one {
  padding: 50px 0px;
}
/* fixied social icons*/

.social {
  /*width: 200px;*/
  height: 220px;
  position: fixed;
  margin-top: 0px;
  perspective: 1000px;
  right:0;
  z-index:99999;
  top:40%;
}
.social li{list-style:none;}
.social li a {
  display: block;
  height: 30px;
  width: 40px;
  background: #e0e0e0;
  font: normal normal normal
  16px/20px 
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}
ul.social{padding:0;}
.social li:first-child a:hover { background: #3b5998 }
.social li:nth-child(2) a:hover { background: #00acee }
.social li:nth-child(3) a:hover { background: #dd4b39 }
.social li:nth-child(4) a:hover { background: #cc181e }
.social li:nth-child(5) a:hover { background: #007bb6 }

.social li:first-child a { border-radius: 5px 0 0 0 }
.social li:last-child a { border-radius: 0 0 0 5px }
    
.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #e0e0e0;
  color: #000;
  margin:-8px -115px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 95px;
  top: 7px;
  border-left: 10px solid #e0e0e0 ;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}
@media (max-width:799px){
    .social{display:none !important;}

}
/********************************/
/*           Careers pages        */
/********************************/
.contact_form {
    background: url(../images/contact_form_bg.jpg) center center no-repeat;
    background-size: cover;
    float: left;
    padding: 50px 0px; 
    width: 100%;
    margin-top: -35px;
}
.nav-stacked.well {
  width: auto !important;
  border: 0px;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: -30px;
}
.contact .tab-content .tab-pane .tab-pane {
  padding-left: 12px;
}
.contact .tab-content .tab-pane .tab-pane p {
  color: #000;
  padding-top: 15px;
}
.contact_tab_container {
  padding-left: 0px;
  margin-bottom: 30px;
}
.inner_Tab .nav-tabs>li a {
  border: 0px !important;
  padding-left: 30px;
  padding-right: 30px;
} 
.inner_Tab .nav-tabs>li a p {
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0px;
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #989898;
}
.inner_Tab .nav-tabs>li.active a p {
 border-bottom: 2px solid #535353; 
 font-weight: 600;
 color: #000;
}
.inner_Tab .nav-tabs>li {
  margin-bottom: 0px !important;
}
.nav-stacked.well h4 {
  margin: 0px 0px 5px;
  text-align: center;
  color: #fff;
}
.nav-stacked.well li a{
    border: 0px !important;
    margin: 0px !important;
}
p.head {
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 55px;
  font-weight: 400;
}
.drop_in_query .form-control, .contact_form .form-control{
  border-radius: 0px;
  background: #fff !important;
  border: 0px;
  height: 40px;
  margin-bottom: 20px;
  webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
}
.contact_form textarea.form-control, .drop_in_query textarea.form-control {
  width: 100%;
  border-radius: 0px;
  background: #fff !important;
  border: 0px;
  height: 100px;
}
.drop_in_query {
  background: url(../images/costumer_service_form.jpg) center center no-repeat;
    background-size: cover;
    float: left;
    padding: 50px 0px; 
    width: 100%;
}
.drop_in_query h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}
.contact_form form {
  max-width: 600px;
  margin: 50px auto 40px;
  display: table;
}
.banner.contact {
  background: url(../images/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}
.contact_form .submit, .drop_in_query .submit{
    color: #fff;
    border-color: #067bdb;
    margin-top: 0px;
    background: #067bdb;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #067bdb;
    float: right;
}
.contact_no {
  color: #000000;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
.crs_pages {
  padding: 0px;
    background: #156396;
    background: -moz-linear-gradient(-45deg, #156396 0%, #0297a6 62%);
    background: -webkit-linear-gradient(-45deg, #156396 0%,#0297a6 62%);
    background: linear-gradient(135deg, #156396 0%,#0297a6 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156396', endColorstr='#0297a6',GradientType=1 );
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    position: relative;
    z-index: 999;
    min-height: 300px;
}
.crs_pages {
  list-style: none;
  padding: 15px;
  color: #fff;
}
.crs_pages li a {
  color: #fff;
    font-weight: normal !important;
    text-align: right !important;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    float: left;
}
.crs_pages li {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.crs_pages p {
      text-align: right;
    font-weight: 600;
    margin: 0px;
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
}
.customer_services {
   background: url(../images/customer_services.jpg) center center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}
.case_study {
   background: url(../images/case-study.html) center center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}
.careers.banner {
   background: url(../images/careers_bg.jpg) center center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}
.careers_one form {
  padding: 50px;
  background: url(../images/careers_form_bg.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -4px rgba(0,0,0,0.75);
} 
.careers_one form .form-control {
  border-radius: 0px;
  height: 40px;
  border: 0px;
}
.careers_one form .from-group {
    margin-bottom: 20px;
}
.careers_one form {
  margin-bottom: 20px;
}
.careers_one form .submit {
    color: #fff;
    border-color: #067bdb;
    margin-top: 0px;
    background: #067bdb;
    border-radius: 50px;
    width: 150px;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #067bdb;
    float: right;  
}
.careers_job h4 {
  color: #078996;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}
.careers_job h6 {
  font-weight: 300;
  color: #7d7d7d;
  font-size: 16px;
}
.careers_job a {
  color: #078996;
  font-weight: 600; 
  margin-left: 5px;
}

.careers_job {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.apply_btn button {
    color: #fff;
    border-color: #067bdb;
    margin-top: 0px;
    background: #067bdb;
    border-radius: 50px;
    width: 85px;
    display: table;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #067bdb;
    float: left; 

}
.contact_Sec {
  background: #7f267b;
  background: -moz-linear-gradient(left, #7f267b 0%, #4b4dbd 100%);
  background: -webkit-linear-gradient(left, #7f267b 0%,#4b4dbd 100%);
  background: linear-gradient(to right, #7f267b 0%,#4b4dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f267b', endColorstr='#4b4dbd',GradientType=1 );
  float: left;
  width: 100%;
  color: #fff;
  padding: 30px;
  margin-top: 20px;
}
.contact_Sec h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 35px;
}
 .contact_Sec a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
}
.contact_Sec.contact_Sale_Sec {
  background: #3267ca;
background: -moz-linear-gradient(left, #3267ca 0%, #12b49d 100%);
background: -webkit-linear-gradient(left, #3267ca 0%,#12b49d 100%);
background: linear-gradient(to right, #3267ca 0%,#12b49d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3267ca', endColorstr='#12b49d',GradientType=1 );
}
/********************************/
/*           Company pages      */
/********************************/
.company_his .first_Sec p {
  color: #000;
}
.first_Sec {
      margin-left: -90px !important;
    width: auto !important;

}
.first_Sec .pdding_90 {
  padding-left: 80px;
}
.first_Sec img {
  margin-bottom: 10px;
}
.second_Sec {
  margin-left: -50px !important;
    width: auto !important;
    padding-top: 50px;
}
.company-history {
   background: url(../images/company_history_bg.jpg) center center no-repeat;
  background-size: cover;
}
.company_his .nav-pills>li>a {
    font-size: 16px;
}
.third_Sec {
    margin-right: -50px;
    width: auto !important;
    padding-top: 50px;
    margin-left: -30px;

}
.nav-stacked-pink_two {
    color: #fff;
    padding: 50px;
    background: #341497;
    background: -moz-linear-gradient(-45deg, #341497 0%, #cd7a71 100%);
    background: -webkit-linear-gradient(-45deg, #341497 0%,#cd7a71 100%);
    background: linear-gradient(135deg, #341497 0%,#cd7a71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341497', endColorstr='#cd7a71',GradientType=1 );
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    position: relative;
    z-index: 999;
    top: -50px;
}
.company_his.last_Sec {
  padding-bottom: 50px;
}
.company_his.video_Sec {
  background: url(../images/company_his_video.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0px 40px;
}
.company_his.video_Sec h4 {
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  margin-top: 50px;
}
footer h4{margin-top:0;}
/*============================ Awards ============================*/
.award_tab .carousel-control.right, .award_tab .carousel-control.left {
    background-image: none;
    width: 30px;
    margin: 0px;
     display: flex;
  flex-direction: column;
  justify-content: center;
  top: -4px;
    text-shadow: none;
    color: #fff !important;
    }
    .award_tab .carousel-control a{
      color: #fff !important;
    }

.award_tab {
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  padding: 0px 30px;
  border: 0px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#156396+0,078996+100 */
  background: #156396; /* Old browsers */
  background: -moz-linear-gradient(left, #156396 0%, #078996 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #156396 0%,#078996 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #156396 0%,#078996 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156396', endColorstr='#078996',GradientType=1 ); /* IE6-9 */
  margin-right: 15px;

}
.award_tab_contents {
  padding-left: 65px;
}
.tab_details_img {
  border: 5px solid #fff;
}
.award_tab_contents .tab-pane .one {
   background: url(../images/awards_tab_one.jpg) center center no-repeat !important;
   display: inline-block;
   margin-left: 20px;
   background-size: cover !important;
   margin-top: 15px;
   padding: 15px 0px;
}
.award_tab_contents .tab-pane .two {
   background: url(../images/awards_tab_two.jpg) center center no-repeat !important;
   display: inline-block;
   margin-left: 20px;
   margin-top: 15px;
   padding: 15px 0px;
   background-size: cover !important;
   position: relative;
   left: -37.5%;
}
.award_tab_contents .tab-pane p {
  color: #fff;
  margin-top: 20px;
  line-height: 26px;
  padding-right: 15px;
}
.tab_details {
  padding: 15px;
  position: relative;
  top: 5px;
  left: 15px;
  background: #067bdb;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.55);
}
.award_tab .nav-tabs {
  border-bottom: 0px!important;
}

.banner.key-management {
  background: url(../images/key-management-bg.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}
.inner_page_section.about_one.key_m_one .tab-content {
  background: url(../images/key_m_one_bg.jpg) center center no-repeat;
  min-height: 290px;
  float: left;
  padding-left: 0px;
  background-size: cover;
}
.inner_page_section.about_one.key_m_one .tab-content .details p {
  margin-bottom: 10px !important;
}
.inner_page_section.about_one.key_m_one .details {
  padding-top: 30px;
  padding-bottom: 20px;
}
/**================================**/
/*==========  About ============*/
.about_two .about_Image_sec {
  position: absolute;
    left: -15px;
}
.about_two .about_Image_sec .name h3, .about_two .about_Image_sec .name p {
  text-align: right;
}
.about_two .about_Image_sec img {
  float: right;
}

.about_two.five{
    background: url(../images/about_five_bg.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 150px;
  padding-left: 150px;
}

.about_two {
    background: url(../images/about_two_bg.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 150px;
  padding-left: 150px;
}
.about_two.four{
    background: url(../images/about_four_bg.jpg) center center no-repeat;
  background-size: cover;
  margin-right: 150px;
  padding-left: 150px;
}
.about_one.three .tab-content{
    background: url(../images/about_three_bg.jpg) center center no-repeat !important;
  }
.name {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.about_Image_sec .name h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 5px 15px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  background: #931e88;
  background: -moz-linear-gradient(-45deg, #931e88 0%, #d07d70 99%);
  background: -webkit-linear-gradient(-45deg, #931e88 0%,#d07d70 99%);
  background: linear-gradient(135deg, #931e88 0%,#d07d70 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931e88', endColorstr='#d07d70',GradientType=1 );
  margin-bottom: 0px;
}

.about_one .container-fluid {
  padding-right: 0px;
  padding-left: 150px;
}

.about_two .container-fluid {
  padding-left: : 0px;
}

.about_Image_sec .name p {
  color: #fff;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.8705882352941177);
  padding: 8px 15px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.inner_page_section.about_one.sukhvinder_k_sec .tab-content{
  background: url(../images/sukhvinder_k_sec_bg.jpg) center center no-repeat;
  min-height: 290px;
  float: left;
  padding-left: 0px;
  background-size: cover !important;
}
.inner_page_section.about_one.krishnakanth_sec .tab-content{
  background: url(../images/krishnakanth_sec_bg.jpg) center center no-repeat;
  min-height: 290px;
  float: left;
  padding-left: 0px;
  background-size: cover !important;
}
.inner_page_section.about_one.venkatesh_g_sec .tab-content{
  background: url(../images/venkatesh_g_sec_bg.jpg) center center no-repeat;
  min-height: 290px;
  float: left;
  padding-left: 0px;
  background-size: cover !important;
}
.inner_page_section.about_one .tab-content{
  background: url(../images/about_one_bg.jpg) center center no-repeat;
  min-height: 290px;
  float: left;
  padding-left: 0px;
  background-size: cover !important;
}
.inner_page_section.about_one .tab-content .details p {
  margin-bottom: 0px;
}
.about_two .col-md-9 p {
  padding-left: 30px;
}
.about_two .col-md-9 p:last-child {
  margin-bottom: 0px;
}
.about_two .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  font-weight: 400;
  color: #fff;
}
.inner_page_section.about_one .tab-content .details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  font-weight: 400;
  color: #000;
}
.inner_page_section.about .tab-content  img {
  max-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nav-stacked {
  min-height: 300px;
  padding: 0px;
  background: #156396;
  background: -moz-linear-gradient(-45deg, #156396 0%, #0297a6 62%);
  background: -webkit-linear-gradient(-45deg, #156396 0%,#0297a6 62%);
  background: linear-gradient(135deg, #156396 0%,#0297a6 62%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156396', endColorstr='#0297a6',GradientType=1 );
  -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  position: relative;
  z-index: 8;
}

.nav-stacked-pink {
  color: #fff;
  padding: 50px;
  background: #931f88;
background: -moz-linear-gradient(-45deg, #931f88 0%, #cf7c70 100%);
background: -webkit-linear-gradient(-45deg, #931f88 0%,#cf7c70 100%);
background: linear-gradient(135deg, #931f88 0%,#cf7c70 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931f88', endColorstr='#cf7c70',GradientType=1 );
  -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
  position: relative;
  z-index: 999;
}
.nav-stacked-pink p, .nav-stacked-pink_two p {
  font-size: 20px;
  padding-right: 50px;
  line-height: 26px;
}
.nav-stacked-pink h2 {
  font-weight: bold;
}

.nav-pills>li>a {
  border-radius: 0px;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.nav-pills>li>a:hover, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background: #0000002e;
}
.nav-pills>li.active>a {
  background: #0000002e;
}
.banner.awards-recognition {
  background: url(../images/awards-and-recognition.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}
.banner.about {
  background: url(../images/about_banner.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}

/********************************/
.padding-zero {
  padding-left: 0px;
  padding-right: 0px;
}
.sec_stories {
  padding: 50px 0px;
}
.sec_stories h2 {
  font-family: 'Exo 2', sans-serif !important;
  text-align: center;
  color: #078996;
  font-weight: 600;
}
.str_one {
  background: url(../images/srories_sec_01.jpg) no-repeat center center;
  background-size: cover;
  height: 280px;
  margin-right:10px; 
}
.str_two {
  background: url(../images/srories_sec_02.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  margin-right:10px; 
  
}
.str_three {
  background: url(../images/srories_sec_03.jpg) no-repeat center center;
  background-size: cover;
  height: 150px;
  
}
.str_four {
  background: url(../images/srories_sec_04.jpg) no-repeat center center;
  background-size: cover;
  height: 330px;
  margin-right:10px; 
  
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.str_five {
  background: url(../images/srories_sec_05.jpg) no-repeat center center;
  background-size: cover;
  height: 330px;
  
}
#news-carousel .carousel-control.right, #news-carousel .carousel-control.left {
width: 30px;
    bottom: 0px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
#news-carousel .item {
  padding: 0px 60px 30px;
}
#news-carousel .item  p {
  color: #000;
  margin-bottom: 20px;
}
.news {
  padding: 30px 0px
}
.news h4 {
  color: #3692c2;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
}
#news-carousel .carousel-control {
  color: #000 !important;
  text-shadow: none;
  font-size: 40px !important;
}
#testimonials-carousel .carousel-control.right, #testimonials-carousel .carousel-control.left {
width: 30px;
    bottom: 76px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
#testimonials-carousel .carousel-control .fa {
  font-size: 40px;
}
.stories  {
   /**display: flex;
  flex-direction: column;
  justify-content: center;**/
  position:relative;
  text-align: center;
  padding-left: 15px;
  margin-top:10px;
  padding-right: 15px;
}
.stories .flexDv{
	position: absolute;
    top: 50%;
    /* left: 50%; */
    /* margin-right: -50%; */
    transform: translate(0%, -50%);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.stories  h4 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;

}
.stories .hvr_arrow {
  position: relative;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    opacity: 1;
    -webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition:  0.3s;
     
} 
.stories .hvr_arrow:hover, section.sec_four .textSec .hvr_arrow:hover {
    background: rgba(247, 247, 247, 0.65);
    color: #333;
}
.testimonials .item {
  padding-left: 60px;
  padding-right: 60px;
}
.testimonials .item p {
  color: #333;
  background: #fff;
  padding: 30px;
  margin-bottom: 0px;
}
.testimonials .item img{
  margin: auto;
    float: none;
    display: table;
  }
.testimonials {
  color: #fff;
  text-align: center;
   background: url(../images/testimonials_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0px 40px;
}
.testimonials h5{
  margin-top: 10px;
  margin-bottom: 0;
}
.testimonials small span{
  color: #b0bbf0;
}
.news h2 {
  color: #078996;
  text-align: center;
  margin-bottom: 15px;

}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.banner_tab .container {
  background: #156396;
background: -moz-linear-gradient(45deg, #156396 0%, #1d888c 62%, #1d888c 62%, #078996 100%);
background: -webkit-linear-gradient(45deg, #156396 0%,#1d888c 62%,#1d888c 62%,#078996 100%);
background: linear-gradient(45deg, #156396 0%,#1d888c 62%,#1d888c 62%,#078996 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156396', endColorstr='#078996',GradientType=1 );
-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.63);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.63);
position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -60px;
}

section h4 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  margin-bottom: -5px;

}
section h2 {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 5px;
  margin-top: 0px;
}
section h5 {
  margin-top: 0px;
  font-weight: 400;
}
section p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
}
section .btn.know_more {
  color: #fff;
  border-color: #067bdb;
    margin-top: 0px;
    background: #067bdb;
    border-radius: 50px;
    width: 200px;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #067bdb;

}
section .btn.know_more:hover {
  background: #fff !important;
  color: #067bdb;
}
section.sec_one, section.sec_two {
  overflow: hidden;
  position: relative;
  margin: 30px 0px 0px;
}
section.sec_one .right_img {
  position: absolute;
  right: 0px;
  padding: 0px;
  padding: 0px;
  top: 0;
  bottom: 0px;
  background: url(../images/sec_one_img.jpg) no-repeat center center;
  background-size: cover;
}
 section.sec_one h4, section.sec_one p {
  color: #000;
}
section.sec_one h2 {
  color: #156396;
}

section.sec_two {
  background: #c86754;
  padding-top: 30px;
  padding-bottom: 45px;
}
section.sec_two .left_img {
  position: absolute;
  left: 0px;
  padding: 0px;
  top: 0;
  bottom: 0px;
  background: url(../images/sec_two_img.jpg) no-repeat center center;
  background-size: cover;
}

section.sec_three {
  margin-top: 0px;
  background: #348891;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
    padding-bottom: 45px;
}
section.sec_three .right_img {
  position: absolute;
  right: 0px;
  padding: 0px;
  top: 0;
  bottom: 0px;
  background: url(../images/sec_three_img.jpg) no-repeat center center;
  background-size: cover;

}
.hvr_arrow {
  position: absolute;
  opacity: 0;
  transition: opacity .35s ease;
    font-size: 19px;
    color: #fff;
    padding: 0px 10px;
    border: 1px solid #fff;
    bottom: 10px;
}

section.sec_four .textSec:hover .hvr_arrow {
  opacity: 1;
}

section.sec_four .textSec {
  position: relative;
  z-index: 999;
  height: 500px;
      /**display: flex;
    flex-direction: column;
    justify-content: flex-end;**/
    padding-right: 20px;
    padding-bottom: 30px;
    color: #fff;
}
section.sec_four .textSec .poSec {
	position: absolute;
	bottom:35px;
}
section.sec_four .textSec p {
  font-size: 18px;
  padding-right: 20px;
}
section.sec_four .textSec h3 img {
  position: relative;
  top: -2px;
}
section.sec_four .textSec h3 {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 600;
  padding-top: 10px;
  font-size: 32px;
}
section.sec_four .pull-left.textSec {
  padding-left: 70px;
}
section.sec_four {
  position: relative;
  margin-top: 0px;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 15px;
    padding-bottom: 15px;
}
section.sec_four .right_img {
  position: absolute;
  right: 0px;
  padding: 0px;
  top: 10px;
  bottom: 0px;
  background: url(../images/sec_four_img_002.jpg) no-repeat center center;
  background-size: cover;
   background-position: 10px;
}
section.sec_four .left_img {
  position: absolute;
  left: 0px;
  padding: 0px;
  top: 10px;
  bottom: 0px;
  background: url(../images/sec_four_img_01.jpg) no-repeat center center;
  background-size: cover;
   background-position: -10px;
}
section.sec_four .right_img.two {
  background: url(../images/sec_four_img_04.jpg) no-repeat center center;
   background-size: cover;
   background-position: 10px;
}
section.sec_four .left_img.two {
  background: url(../images/sec_four_img_03.jpg) no-repeat center center;
   background-size: cover;
   background-position: -10px;
}
section.sec_three .btn.know_more {
  background: #ffffff;
  border: 2px solid #fff;
  color: #2d7e86;
}
section.sec_three .btn.know_more:hover {
   background: #2d7e86 !important;
   color: #fff;
}
section.sec_two h2, section.sec_two p, section.sec_two h5, section.sec_three h2, section.sec_three p,  section.sec_three h5 {
  color: #fff;
}

section.sec_two .col-md-6.pull-right {
  padding-left: 50px;
}
section.sec_two .col-md-6.pull-right .btn.know_more {
  color: #c76350;
  background: #fff;
  border: 2px solid #fff;
}
section.sec_two .col-md-6.pull-right .btn.know_more:hover {
  background: #c76350 !important;
  color: #fff;
}
.banner_tab .container img {
  padding-top: 20px;
  max-width: 45px;
}
.banner_tab .container p {
  font-family: 'Exo 2', sans-serif !important;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0px 20px;
  margin:0px;
  font-size: 16px;
}
.banner_tab .container a{
   border-bottom: 3px solid transparent;
  float: left;
  width: 100%;

}
.banner_tab .container a:hover {
  
}
.banner_tab .container a:hover{
  border-bottom: 3px solid #fff;
}
.main-container {
  padding: 0px;
}
.main-container .carousel-caption {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
   display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;

}
.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel .item {
  height: 100%;
  width:100%; 
}
/*.carousel .item.active .carousel-col a {
  background: red !important;
}*/
.carousel-caption h1 {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 600;
  font-size: 65px;
  line-height: 70px;
  margin-top: 0px;
  text-shadow: none;
}
.carousel-caption h3 {
  padding: .5em;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: left;
  border-radius: 50%;
}
.carousel-caption .btn {
  border-color: #067bdb;
  margin-top: 1em; 
  background: #067bdb;
  border-radius: 50px;
  width: 200px;
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 500;
}


/* Animation delays */
.carousel-caption h3:first-child {
  animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}
.carousel-caption button {
  animation-delay: 3s;
}
.news .carousel-indicators .active {
  background-color: #909090; 
  width: 10px;
height: 10px;
margin: 1px; 
}
.news .carousel-indicators li{
  border: 1px solid #909090;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

footer {
  background: #141414;
  padding: 50px 0px;
}
.footer_li {
  list-style: none;
  padding-left: 0px;
}
footer h4 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  float: left;
  text-align: center;
  border: 1px solid #bcbcbc;
  margin-right: 10px;
}
footer p, footer li a {
  margin-bottom: 0px;
  color: #bcbcbc;
}
#captcha_img{width:50%; margin-right: 30px ; }
#reload_catpcha{width: 20px;    cursor: pointer;}
.case_study_bg{
	background-color: #e9e9e9;
	padding: 20px 20px 20px 30px;
}
.case_study_bg h1 {
    margin-top: 0;
    font-size: 36px;
    color: #078996;
	margin-bottom: 20px;
}
.case_study_bg ul {
    padding: 0px;
    list-style-type: none;
}
.case_study_bg ul li p{
	margin-bottom: 5px;
}
.case_study_bg ul li {
    padding: 0 0 10px;
}
.case_study_bg hr{
	margin-top: 0px !important;
	border-top: 3px solid #fff !important;
}
.case_study_bg span{
	font-size: 20px;
    top: -10px;
	color: #000;
}
.resources_bg{
	background-color: #e9e9e9;
	padding: 40px 0 30px;
}
.resources_bg .nav-tabs>li.active>a, .resources_bg .nav-tabs>li.active>a:focus, .resources_bg .nav-tabs>li.active>a:hover{
	background-color: #067bdb;
	color: #fff;
	border-radius: 30px;
    border-bottom: none;
	padding: 10px 15px 8px;
}
.white_bg h4{
	position: relative;
    bottom: 135px;
    left: 40px;
    color: #fff;
}
.resources_bg ul.nav-tabs {
    padding: 0 0 15px;
}
.white_bg h4:after {
    display: inline-block;
    content: "";
    position: relative;
    border-bottom: 2px solid #fff;
    left: -14%;
    width: 65%;
    top: 10px;
}
.resources_bg .nav-tabs>li{
	padding: 0px 5px;
}
.resources_bg .nav-tabs>li>a{
	background-color: #00000078;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px 7px;
}
.white_bg a{
	color: #fff;
}
.resources_bg{
	margin: 20px 0px;
}
.g-recaptcha{
	transform:scale(0.9) !important;
	-webkit-transform:scale(0.9) !important;
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

/********************************/
/*         Media Queies         */
/********************************/
@media (min-width:991px){
	.grayColoraboutSec {
		padding-left: 150px;
	}
}
@media screen and (min-width: 1670px){
  section.sec_four .right_img {
    background-position: 5px !important;
  }
  section.sec_four .left_img {
    background-position: -5px !important;
  }

}

@media screen and (max-width: 991px) {
  .careers_one {
    padding: 30px 0px 20px;
  }

  p.head {
    margin-top: 30px;
  }
  .crs_pages p {
    text-align: right;
    padding-right: 10px;
}
  .crs_pages {
    min-height: 0;
    float: left;
    width: 100%;
  }
  .banner h1 {
    font-size: 30px;
    margin: 0;
    line-height: 36px;
}
 .careers_one form {
    padding: 15px 0px;
  }
  .careers_job {
    padding-left: 0;
    padding-right: 0;
}
  .inner_page_section.sukhvinder_k_sec {
    padding-bottom: 0px !important;
  }
  .about_two .about_Image_sec .name h3, .about_two .about_Image_sec .name p {
    text-align: left;
}
.inner_page_section.about .tab-content img {
  float: left;
}
  .contact_form {
    margin-top: 0px;
  }
  .inner_page_section.about_one.three .tab-content .details p {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-pills>li>a {
       text-align: right;
    padding-right: 30px;
}
.inner_page_section.about_one.five .tab-content .details p {
  margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
}
  .inner_page_section.about_one .tab-content .details {
    margin-right: -15px;
    padding-top: 15px;
    display: block;
    min-height: 0px;
	padding-bottom: 5px;
  }
  .inner_page_section.about_one.krishnakanth_sec .tab-content {
	  padding-bottom: 10px;
  }
  .inner_page_section.about_one.venkatesh_g_sec .tab-content {
	  padding-bottom: 10px;
  }
  .about_two .col-md-9 {
    min-height: 0;
    padding-top: 8px;
}
  .about_two .container-fluid {
      padding-left: : 0px;
      position: relative;
      padding-bottom: 20px;
  }
  .about_two .col-md-9 p {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}
  .about_two .about_Image_sec {
	 position: relative;
    bottom: 0;
    right: 15px;
    left: 0;
}
  .about_two {
    margin-right: 0px !important;
  }
  .about_two.four {
    margin-right: 0;
    padding-left: 0;
        padding-top: 0;
    padding-bottom: 0px;
}
  .about_one .container-fluid {
    padding-right: 0px;
    padding-left: 0;
}
  .banner {
    padding: 50px 0px;
}
  .tab_details {
    margin-right: 0px;
    width: auto;
    left: 10px;
  }
  .award_tab_contents .tab-pane .one {
    margin-left: 15px;
    padding: 10px;
  }
  img.tab_details_img {
    width: 100%;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #4a4a4a;
}
nav.bootsnav .dropdown-menu .title {
  text-align: left;
}
  .nav-stacked {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .company_his.video_Sec h4 {
    margin-bottom: 20px;
    margin-top: 0px !important;
}
  .third_Sec {
    padding-top: 20px !important;
    margin-left: 0px !important;
    width: 100% !important;
    margin-right: 0px !important;
  }
  .nav-stacked-pink_two {
    width: 100%;
    float: left;
  }
  .tab-content .first_Sec .pdding_90 {
      padding-left: 0px !important;
  }
  .inner_page_section {
    padding: 15px 0px;
    margin-top: 10px;
}
.second_Sec {
  margin-left: 0px !important;
  padding-top: 0px !important;
}

.nav-stacked-pink_two {
  top: 0px;
  margin-left: 0px;
    padding: 10px;
}
  .award_tab_contents .tab-pane .two {
    left: 0px;
        padding: 10px;

  }
  .award_tab_contents .tab-pane p {
    padding-left: 15px;
  }
  .tab-content .first_Sec {
    margin-left: -15px !important;
    margin-right: -30px;
  }
  .award_tab_contents {
    padding-left: 0px !important;
    margin-left: -30px;
    margin-right: 0px;
}
.first_Sec img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
  .carousel-caption h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .main-container .carousel-caption {
    left: 30px;
  }
	.contact_form .form-group{
		width: 263px;
		margin: 0 auto;
	}
	.contact_form .submit{
		float: none !important;
		margin: 0 auto;
	}
	.g-recaptcha {
		transform:scale(0.88) !important;
		-webkit-transform:scale(0.88) !important;
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}
@media screen and (max-width: 767px) {
	.footer_li {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.footer-icons {
		margin-top: 15px;
	}
  section.sec_one .right_img {
    position: static;
    margin-top: 15px;
  } 
  section.sec_two {
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 10px;
}
#news-carousel .btn.know_more {
  margin-bottom: 30px;
}
section.sec_two  .col-xs-12.pull-right {
  padding-top: 15px;
  padding-left: 15px;
}
section.sec_four .right_img {
    background-position: 0;
    height: 340px;
    z-index: 99;
}
section.sec_four .pull-left.textSec {
  padding-left: 15px;
}
section.sec_four .left_img {
    background-position: 0px;
    height: 350px;
    top: 360px;
}
section.sec_four .right_img.two {
  background-position: 0px;
}
.sec_stories .padding-zero {
  padding-left: 0px;
  padding-right: 0px;
}
.stories {
  padding-left: 0px;
  margin-right: 0px;
}
section.sec_four .textSec {
      height: 320px;
}
  section.sec_two .left_img {
    position: static;
    height: 250px;
  }
  section.sec_one .right_img {
    height: 250px;
  }
  section.sec_one .col-md-6 {
    padding-bottom: 15px;
  }
  .carousel-caption h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner_tab .container {
    top: 0px;
    margin-top: 0px !important;
  }
  .padding-zero {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.sec_one {
    padding-top: 0px;
    margin-top: 25px;
  }
  section h2 {
    font-size: 30px;
    line-height: 35px;
  }
  section h4 {
    font-size: 22px;
  }
  .hvr_arrow {
    opacity: 1;
  }
  .testimonials .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  #news-carousel .carousel-control.right, #news-carousel .carousel-control.left, #testimonials-carousel .carousel-control.right, #testimonials-carousel .carousel-control.left {
    width: 10px;
    }
    #news-carousel .item {
    padding: 0px 20px 30px;
    }
        #news-carousel .carousel-control .fa, #testimonials-carousel .carousel-control .fa {
        font-size: 30px;
    }
    .stories {
      height: 200px;
    }
    .sec_stories .container{
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    .sec_stories .container .stories {
      padding-left: 15px;
      padding-right: 15px;
    }
    .testimonials h2 {
      margin-bottom: 15px;
    }
    .sec_stories {
        padding: 50px 0px 10px;
    }
    #carousel-example-generic .carousel-control .fa {
      font-size: 40px;
      top: 45%;
      position: absolute;
  }
	section .corporate_video p{
		color: #000 !important;
	}
	section .corporate_video h2{
		color: #156396 !important;
	}
	
	.case_study_bg {
		padding: 20px 20px 20px 10px;
	}
	.contact_form .form-group{
		width: 263px;
		margin: 0 auto;
	}
	.contact_form .submit{
		float: none !important;
		margin: 0 auto;
	}
	.g-recaptcha {
		transform:scale(0.88) !important;
		-webkit-transform:scale(0.88) !important;
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}
@media screen and (max-width: 600px) {
  .carousel-caption button {
      margin-top: 10px;
      width: 100px;
      padding-top: 6px;
      padding-bottom: 6px;
      font-size: 12px;
  }
  #carousel-example-generic .carousel-control .fa {
      font-size: 30px;
      top: 40%;
      position: absolute;
  }
  .carousel-caption h1 {
      font-size: 22px;
      line-height: 24px;
  }

}
@media screen and (max-height: 575px){

}
@media screen and (max-width: 530px) {
.inner_Tab .nav-tabs>li {
    float: left;
    width: 50%;
  }
  .inner_Tab .nav-tabs>li a{
      display: table;
    margin: auto;
    padding: 0px !important;
  }
  .white_bg h4:after{
	  width:55%;
  }
}
_::-webkit-full-page-media, _:future, :root .safari_only  {

    .stories .flexDv {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		left: 0;
		margin-top: -30%;
		}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
	.contact_Sec a {
		font-size: 18px;
	}
	.contact_Sec{
		padding: 20px 0;
	}
	.case_study_bg span {
		top: -35px;
	}
}
