/*
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 : Dec 27, 2016, 4:44:17 PM
    Author     : digambar
*/
    .wpcf7 input{
        font-weight: normal;
        border: solid 1px #757575;
        border-radius:  5px;
        padding: 5px;
    }
    
    .wpcf7-submit:hover {
        background-color: #024772;
        border: solid 1px #3f7287;
        text-decoration: none;
    }
    
    .wpcf7-submit {
        color: #3f7287;
        font-size: 11px;
        font-weight: 700;
        font-family: latoregular;
        border-radius: 5px;
        background-color: transparent;
        margin-top: 30px;
        border: solid 1px #757575;
        padding: 10px 35px;
        text-transform: uppercase;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    

    @media (max-width:992px){
        footer .partner-logos li img{
            width:75% !important;
        }
        footer .partner-logos .sm-arrow-down{
            margin-bottom: 25px !important;
        }
        .title-text-iamge .image-side{
            background-size: contain !important;
            background-repeat: no-repeat;
            background-color: #f2f2f2;
            height: 250px !important;
        }
        .services_icons{
           width: 100%;
           float: left;
           text-align: center;
        }
        .services_icons img {
            width: 25% !important;
            text-align: center !important;
            margin: 0 auto;
            float: left;
        }  

    }