.header .logo a.logo-tagline {
    font-size: 24px;
    margin-right: 0;
}
.services-cell {
    display: flex;
}
.cust-services .service-item:hover {
    background-color: #eaebef;
}
.cust-services .service-item * {
    color: #31323a;
}

.cust-services .service-item:hover h4, 
.cust-services .service-item:hover p {
    color: #31323a;
}

.service-item img {
    height: 300px;
    width: auto;
}

.services .service-item { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-products .img-box {
    background: #eaebef;
    padding: 20px;
}

.img-paddingbox {
    position: relative;
    overflow: hidden;
    padding-bottom: 62%;
    background: #eaebef;
}
  
.img-paddingbox img,
.img-paddingbox video {
    position: absolute; 
    object-fit: contain;
    width: 100%;
    height: 86%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .logo a {
    font-size: 24px;
    margin-right: 0;
    line-height: 33px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header .logo {
    text-align: right;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 12px;
}

.header .logo a.logo-tagline span {
    font-size: 16px;
    left: 20px;
}

.header .logo address {
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
}
.footer {
    background-color: #535ba0;
    margin: 0;
    padding: 20px 20px 10px;
}

.footer p {
    margin: 0;    
    color: #fff;
}

.footer .row * {
    color: #fff;
}


.social-links {
    display: flex;
    justify-content: center;
}

.social-links li {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
 

.social-links .twitter-ico a {
    background: url("../images/twitter.png") no-repeat center;
    background-size: 29px;
}

.social-links a:hover {
    opacity: 0.8;
}

.social-links .fb-ico a {
    background: url("../images/facebook.png") no-repeat center;
    background-size: 29px;
}

.social-links .youtube-ico a {
    background: url("../images/youtube.png") no-repeat center;
    background-size: 29px;
}

.foot-social-sec ul.social-links {
    list-style-type: none;
    display: flex; 
    padding: 0;
}
.foot-social-sec ul.social-links li {
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
ul.social-links {
    display: flex;
    justify-content: flex-start;
}

.foot-cont-sec a {
    margin-bottom: 10px;
    display: block;
}

.foot-cont-sec h6 {
    margin-bottom: 3px;
}

.copyright-sec p {
    border-top: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 9px;
}

.foot-add-sec address span {
    display: block;
}

.foot-add-sec ,
.foot-cont-sec{
    border-right: 1px solid #fff;
}