
.digital{
	background-image:url(../img/icons/digital-icon.png); background-repeat:no-repeat; background-position:left; width:32px; margin-top:10px; margin-left:10px; 
}
.digital1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:40px; margin-top:0px;
}

.unique_design{
	background-image:url(../img/icons/unique_design.png); background-repeat:no-repeat; background-position:left; width:40px; margin-top:10px; margin-left:10px;
}
.unique_design1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:46px; margin-top:0px;
}

.secure{
	background-image:url(../img/icons/secure.png); background-repeat:no-repeat; background-position:left; width:32px; margin-top:10px; margin-left:10px;
}
.secure1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:40px; margin-top:0px;
}

.branding{
	background-image:url(../img/icons/branding1.png); background-repeat:no-repeat; background-position:left; width:36px; margin-top:10px; margin-left:10px;
}
.branding1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:40px; margin-top:0px;
}

.satisfaction{
	background-image:url(../img/icons/satisfaction.png); background-repeat:no-repeat; background-position:left; width:36px; margin-top:10px; margin-left:10px;
}
.satisfaction1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:40px; margin-top:0px;
}

.support{
	background-image:url(../img/icons/24x7-support.png); background-repeat:no-repeat; background-position:left; width:39px; margin-top:10px; margin-left:10px;
}
.support1{
	color:#FFF; font-size:16px; font-weight:500; margin-left:46px; margin-top:0px;
}

@keyframes ring {
0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
}
10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
}
12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
100%, 20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
}

.get_callback {
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 9px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-image: url(../img/call-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 89px;
    height: 76px;
    z-index: 99;
	border:0;
}
.get_callback img {
    margin-left: 13px;
    margin-top: -5px;
    width: 40px;
}
img {    
    height: auto;
	vertical-align: middle;
}

.faa-ring.animated{
    animation: ring 2s ease infinite;
}