.team-box1 {    padding: 5px;  }
        .caption h5 { margin-bottom: 0; font-size: 15px; text-align: center; }
        .caption p {
            font-size: 14px;
            z-index: 99;
            position: relative;
        }
        .team-box1{    padding-top: 15px;}
            .dploymentChngsCls h6 { color: #000; font-size: 1.2em; padding-bottom: 0.15em; text-align: center; margin-bottom: 0;}
            .dploymentChngsCls h6:after { content: ' '; clear: both; display: block; margin: 0 0 1.4em; border-bottom: 4px solid #FBBD02; width: 3em; border-width: 2px !important; margin-bottom: 0.4em; margin-top: 0.4em; float: none; margin-left: auto; margin-right: auto; }
            .custom-solutions .col-md-3.dploymentChngsCls {    cursor: pointer;
                padding: 15px 4px;
                margin: 10px 0 0 0;
            }
            .custom-solutions figure i {
                color: #fff;
                font-size: 35px;
            }
            .col-sm-12.veo.solutions .image-holder {
                border: 1px solid #d6d6d6;
                margin: 0 0 0 0px;
                border-radius: 5px;
                padding: 15px;
                text-align: center;
                height: 150px;
                background: #193c7a;
            }
            .col-sm-12.veo.solutions .image-holder p {
                margin-top: 15px;
            }
            .custom-solutions figure img {
                width: 50px;
                height: auto;
            }
            .col-sm-12.veo.solutions .image-holder p { margin-top: 15px; color: #fff; font-size: 16px; }
            .custom-solutions p { padding: 0 10px; }
            .col-sm-12.veo.solutions .image-holder p strong{ font-weight: 700; color: #e0d232;}
            .image-gallery { margin-top: 20px; }
            
            .col-md-4.col-md-3.dploymentChngsCls { 
                border: 0.7px solid #ffffff9e;
                min-height: 250px;
                margin: 5px;
                padding: 45px 18px 5px 18px;
                border-radius: 5px;
            }
            .row.our-business-section {
                margin: 80px 0 0px 0;
            }
            .col-md-2.our-business.single-service-style-one {
                background: #f4f8fe;
                text-align: center;
                -webkit-box-align: center;
                align-items: center;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                margin: 0 5px;
                padding: 7px 0 6px 7px;
                min-height: 244px;
                cursor: pointer;
            }
            .single-service-style-one {
                text-align: center;
                overflow: hidden;
            }
            .custom-solutions figure img { 
                border-radius: 40px;
                padding: 4px;
                width: 75px;
            }
            .col-md-4.dploymentChngsCls {
                padding-top: 75px;
                cursor: pointer;
            }
                        .single-service-style-one:hover .back {
						    opacity: 1;
						    -webkit-transform: translateY(0%);
						    transform: translateY(0%);
						}

						.single-service-style-one .back {
						    position: absolute;
						    top: 0;
						    left: 0;
						    right: 0;
						    bottom: 0;
						    opacity: 0;
						    -webkit-transform: translateY(-50%);
						    transform: translateY(-50%);
						    -webkit-transition: all .3s ease-in-out;
						    transition: all .3s ease-in-out;
						    border-bottom: 3px solid #626161;
						    background: #003a6b;
						    padding-top: 30px;
						    padding-bottom: 30px;
						}

						.single-service-style-one .back h3 {
						    margin: 0;
						    color: #fff;
						    font-size: 20px;
						    font-family: 'Poppins';
						    font-weight: 600;
						    line-height: 22px;
						}
						.single-service-style-one .back p {
                            color: #FFFFFF;
                            margin: 0;
                            margin-left: auto;
                            margin-right: auto;
                            width: 96%;
                            line-height: 1.2em;
                            font-size: 14px;
                        }
                        .single-service-style-one .front img {
                            width: 145px;
                            margin: 20px 0 13px 0;
                        }
						.single-service-style-one:hover .front {
                            -webkit-transform: scale(0);
                            transform: scale(0);
                        }
                        
                        .single-service-style-one .front {
                            min-height: 198px;
                            text-align: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            width: 100%;
                            -webkit-transform: scale(1);
                            transform: scale(1);
                            -webkit-transition: all .3s ease-in-out;
                            transition: all .3s ease-in-out;
                        }
                    @media (max-width: 992px){
                        .col-md-4.dploymentChngsCls {
                            max-width: 100%;
                        }
                        .about-style-one .about-img-box {
                            margin-left: auto;
                            margin-right: auto;
                            max-width: 515px;
                            margin-top: 70px;
                        }
                    }