﻿#services
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../Assets/landing/bcg_c.gif');
    background-image: url('../../Assets/landing/bcg_c_transparent.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#services > .cover
{
    background: rgba(0,32,96,0.88);
}

#services > .cover > .content
{
    margin-top: 205px;
    margin-left: 10%;
    width: 77%;
    height: calc(100% - 291px);
    overflow: auto;
}

#services > .cover > .content > .title
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: rgb(245,160,67);
    font-size: 33px;
    font-weight: bold;
    font-family: Raleway;
}

#services > .cover > .content > .para
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-family: Roboto;
    font-weight: normal;
}


@media only screen and (max-device-width : 680px)
{
    #services > .cover > .content > .para
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        font-size: 23px;
        line-height: 27px;
        font-family: Roboto;
        font-weight: normal;
    }
}

@media only screen and (max-device-width: 400px)
{
    #services > .cover > .content > .title
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: rgb(245,160,67);
        font-size: 43px;
        font-weight: bold;
        font-family: Raleway;
    }

    #services > .cover > .content > .para
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        font-size: 26px;
        line-height: 30px;
        font-family: Roboto;
        font-weight: normal;
    }

}


#services > .cover > .content > .para > .custom-box-holder
{
    font-size: 17px;
    line-height: 21px;
    margin-top: 30px;
    color: white;
    width: 100%;
}

@media only screen and (max-device-width: 400px)
{
    #services > .cover > .content > .para > .custom-box-holder
    {
        font-size: 20px;
    }
}


#services > .cover > .content > .para > .custom-box-holder > .custom-box
{
    display: table;
    float: left;
    width: 350px;
    height: 88px;
    background: rgba(32, 56, 100, 0.8);
    margin-right: 25px;
    margin-bottom: 25px;
}

    #services > .cover > .content > .para > .custom-box-holder > .custom-box > .custom-box-image
    {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        text-align: center;
    }

        #services > .cover > .content > .para > .custom-box-holder > .custom-box > .custom-box-image img
        {
            margin-top: calc(50% - 2.1em);
            width: 2.8em;
            height: 2.8em;
        }

    #services > .cover > .content > .para > .custom-box-holder > .custom-box > .custom-box-text
    {
        display:table-cell;
        width: calc(75% - 27px);
        height:100%;
        vertical-align: middle;
        text-align: left;
        padding-left:15px;
        padding-right:12px;
    }

#sdaa > .custom-box > .custom-box-image
{
    background:rgb(47,85,151);
}

#sd > .custom-box > .custom-box-image
{
    background: rgb(82,82,82);
}

#bprao > .custom-box > .custom-box-image
{
    background: rgb(124,124,124);
}


#cs > .custom-box > .custom-box-image
{
    background: rgb(0,176,86);
}

#chs > .custom-box > .custom-box-image
{
    background: rgb(46,117,182);
}

#chs > .custom-box > .custom-box-image img
{
    margin-top: calc(50% - 2.1em) !important;
    width: 3.6em !important;
    height: 3.1em !important;
}

#hdam > .custom-box > .custom-box-image
{
    background: rgb(127,96,0);
}

    #hdam > .custom-box > .custom-box-image img
    {
        margin-top: calc(50% - 2.2em) !important;
        margin-left: calc(50% - 2.1em) !important;
        width: 3.05em !important;
        height: 2.9em !important;
    }