/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/01/2020, 11:19:53 AM
    Author     : OEM
*/
.expertise-banner-logo{
    position: relative;
    width: 600px;
    height: 100%;
    left: 0;
    background-image: linear-gradient(to right, rgba(16, 40,67, 1) 330px, rgba(16,40,67, 0));
    text-align: left;
    overflow: hidden;
}
.expertise-banner-logo img{
    width: 240px;
    height: auto;
    margin-left: 45px;
    margin-top: 196px;
}

@media (max-width: 1380px){
    .expertise-banner-logo{
        width: 400px;
        background-image: linear-gradient(to right, rgba(16, 40,67, 1) 250px, rgba(16,40,67, 0));
    }
    .expertise-banner-logo img{
        width: 200px;
        height: auto;
        margin-left: 32px;
    }
}

@media (max-width: 1380px){
    .expertise-banner-logo{
        width: 400px;
        background-image: linear-gradient(to right, rgba(16, 40,67, 1) 200px, rgba(16,40,67, 0));
    }
    .expertise-banner-logo img{
        width: 160px;
        height: auto;
        margin-left: 32px;
        margin-top: 210px;
    }
}
@media (max-width: 996px){
    .expertise-banner-logo{
        width: 350px;
        background-image: linear-gradient(to right, rgba(16, 40,67, 1) 160px, rgba(16,40,67, 0));
    }
    .expertise-banner-logo img{
        width: 150px;
        height: auto;
        margin-left: 10px;
        margin-top: 110px;
    }
}

.expertise-first-section{
    padding-bottom: 250px;
}

.margin-top-container{
    margin-top: -150px;
}
.expertise{
    z-index: 2;
    overflow: visible;
    background-color: #E6E7E9;
    padding-bottom: 100px;
}
.expertise .col-md-6{
    padding: 15px 0;
    
}

.expertise .padding-gap{
    padding-bottom: 15px;
}

.expertise .padding-gap:after{
    content: '';
    display: block;
    clear: both;
}
.expertise-holder{
    background-color: #102843;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    min-height: 400px;
}

.icon-image img{
    width: 65px;
    height: auto;
}

.expertise-title{
    font-family: GothamBold;
    padding: 20px 0;
}

.expertise-content{
    font-size: 13px;
    line-height: 25px;
}