﻿body {
}

.text-justify p
{
    text-align:justify;
    }
.page-content
{
  width: 100%;  
  margin-top: 70px;
   padding: 60px 0;

    }
    
  .data-analytic-toolkit img
  {
      max-width:60%;
      }
   .analytics-report-bi-tools li
   {
       padding:10px;
       }
       
  .col-half-offset{
    margin-left:4.166666667%
}

.about-us-our-value-bg
{
    background-image:url("/assets/img/about/Vision.jpeg");
    background-repeat:no-repeat;   
    width:100%;
    background-position: center center;
    }
    
  .about-us-our-value-bg div
  {
      color:#fff !important;
      }
      
  .about-us-our-value img
  {
      width:100%
      }
      
   .our-team-key span
   {
       background-color:#074a95;
       padding:5px 10px 5px 10px;
       
       }
       
    .our-team-key i
   {
       color:#fff;
   }
   .careers-header-img img
   {
       width:100%;
       min-width:500px;
       }
    .careers-header-img
    {
        position:relative;
        }
        
     .careers-header-title
     {
         position:absolute;
         padding:50px;
         left:0px;
         top:0px;
         color:#000;
         }
      .why-join-us img
      {
          width:100%;
          }
          
       .btn-view-all-jobs,.btn-view-all-jobs:hover
       {
           color:#fff;
           font-weight:bold;
           background-color:#f58d42;
           position:absolute;
           bottom:2rem;
           left:3rem;
           }
           
        .services-list img
       {
           width:100%;
           max-height:250px;
           }
           
           
           

.services-list .services-img{position:relative;}
.services-list .services-img:before{
        background: #086eac;
            bottom: 10px;
            content: "";
            left: 10px;
            position: absolute;
            right: 10px;
            top: 10px;
            transform: scale(0);
            transition: all 300ms ease 0s;
            opacity: 0.4;
            z-index: 1;}
	
.services-list .card:hover .services-img:before{transform: scale(0.9);}