.play-btn:hover{transform:scale(1.5);}
.about-text{font-size: 21px;}
.service-text{font-size: 21px;}
.call-action-text{font-size: 28px; line-height: 1.5;}
.clients-logo{width:auto; max-height: 250px;}
.text-grey{color: #999999;}
.image-outside-line-full {position: relative; display: inline-block;}
.image-outside-line-full::before, .image-outside-line-full::after {content: ""; position: absolute; top: 50%; height: 1px; width: 70%; display: block; border-bottom:#2daae1 1px solid; transform: translateY(-50%);}
.image-outside-line-full::before{right: 100%; margin-right: 25px;}
.image-outside-line-full::after{left: 100%; margin-left: 25px;}
.underline-transition{position: relative; text-decoration: none; }
.underline-transition::after{content: '';position: absolute;width: 0;height: 2px;background: #2daae1;transition: width .3s;bottom: 0;left: 50%;}
.underline-transition:hover::after{width: 100%;left: 0;}
/* header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a::after{content: '';position: absolute;width: 0;height: 2px;background: #ffffff;transition: width .3s;bottom: 0;left: 50%;}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a:hover::after{width: 100%;left: 0;} */
@media (max-width: 500px){.about-text{font-size: 18px;}.service-text{font-size: 18px;}}