   .team-back {
         top:10% !important;
         }
         .useful-link a{
         /*border-bottom:1px solid #111111;*/
         color:#111111;
         font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
         font-size:14px;
         text-transform:capitalize;
         font-weight:normal !important;
         }
         .useful-link a:hover{
         color:#f02830;
         font-weight:normal !important;
         font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
         font-size:14px;
         }
         .trucker-bg-main{
         margin:83px 0 0 0px;
         }
         .container{
         /*background-color: #fff;*/    
         }
         .bg_white {
         background: #fff;
         }
         #header{
         padding:5px 0px;
         }
         .officeaddress {
         /* width: 100%;*/
         float:right;
         /*height: 44px;*/
         margin-top:18px;
         display:none;
         }
        
         
         .our-team-main
         {
         width:100%;
         height:auto;
         border-bottom:2px #e0e0e0 solid;
         background:#fff;
         text-align:center;
         border-radius:10px;
         overflow:hidden;
         position:relative;
         transition:0.5s;
         margin-bottom:28px;
		     margin-top: 44px;
         }
         .our-team-main img
         {
         border-radius:50%;
         margin-bottom:20px;
         width:80px !important;
         display: initial !important;
         }
         .our-team-main h3
         {
         font-size:20px;
         font-weight:700;
         }
         .our-team-main p
         {
         margin-bottom:0;
         }
         .team-back
         {
         width:100%;
         height:auto;
         position:absolute;
         top:40%;
         left:0;
         padding:5px 15px 0 15px;
         text-align:center;
         background:#fff;
         }
         .team-front
         {
         width:100%;
         height:auto;
         position:relative;
         z-index:10;
         background:#fff;
         padding:15px;
         bottom:0px;
         transition: all 0.5s ease;
         }
         .our-team-main:hover .team-front
         {
         bottom:-200px;
         transition: all 0.5s ease;
         }
         .our-team-main:hover
         {
         border-color:#c7c7c7;
         transition:0.5s;
         }
        
         .sticky {
         position:inherit;
         /*top: 0;*/
         width: 100%;
         background-color:#FFFFFF;
         /*border-bottom:1px solid #e5e5e5;*/
         box-shadow: 0 2px 5px 0 rgba(0,0,0,-0.84), 0 2px 10px 0 rgba(0,0,0,.12) !important;
         z-index:9999999;
         }
         .sticky + .content {
         padding-top: 102px;
         }
         .officeaddress {
         text-align: center;
         }
        