.cog {
         margin: 20px;
         width: 100px;
         height: 100px;
         transform-origin: 80% 26.8%;
         -webkit-animation-name: spin;
         -webkit-animation-duration: 2000ms;
         -webkit-animation-iteration-count: infinite;
         -webkit-animation-timing-function: linear;
         -moz-animation-name: spin;
         -moz-animation-duration: 2000ms;
         -moz-animation-iteration-count: infinite;
         -moz-animation-timing-function: linear;
         -ms-animation-name: spin;
         -ms-animation-duration: 2000ms;
         -ms-animation-iteration-count: infinite;
         -ms-animation-timing-function: linear;
         animation-name: spin;
         animation-duration: 2000ms;
         animation-iteration-count: infinite;
         animation-timing-function: linear;
         }
         .cog2 {
         margin: 20px;
         width: 100px;
         height: 100px;
         transform-origin: 71% 35%;
         -webkit-animation-name: spin;
         -webkit-animation-duration: 2000ms;
         -webkit-animation-iteration-count: infinite;
         -webkit-animation-timing-function: linear;
         -moz-animation-name: spin;
         -moz-animation-duration: 2000ms;
         -moz-animation-iteration-count: infinite;
         -moz-animation-timing-function: linear;
         -ms-animation-name: spin;
         -ms-animation-duration: 2000ms;
         -ms-animation-iteration-count: infinite;
         -ms-animation-timing-function: linear;
         animation-name: spin;
         animation-duration: 2000ms;
         animation-iteration-count: infinite;
         animation-timing-function: linear;
         }
         @-ms-keyframes spin {
         from {
         -ms-transform: rotate(0deg);
         }
         to {
         -ms-transform: rotate(360deg);
         }
         }
         @-moz-keyframes spin {
         from {
         -moz-transform: rotate(0deg);
         }
         to {
         -moz-transform: rotate(360deg);
         }
         }
         @-webkit-keyframes spin {
         from {
         -webkit-transform: rotate(0deg);
         }
         to {
         -webkit-transform: rotate(360deg);
         }
         }
         @keyframes spin {
         from {
         transform: rotate(0deg);
         }
         to {
         transform: rotate(360deg);
         }
         }
         /*blink*/
         svg:nth-child(1) .pulse-disk {
         fill: #7864ff;
         }
         svg:nth-child(1) .pulse-circle, svg:nth-child(1) .pulse-circle-2 {
         stroke: #7864ff;
         }
         svg:nth-child(2) .pulse-disk {
         fill: #ff3c64;
         }
         svg:nth-child(2) .pulse-circle, svg:nth-child(2) .pulse-circle-2 {
         stroke: #ff3c64;
         }
         svg:nth-child(3) .pulse-disk {
         fill: #00c878;
         }
         svg:nth-child(3) .pulse-circle, svg:nth-child(3) .pulse-circle-2 {
         stroke: #00c878;
         }
         .pulse-circle,
         .pulse-circle-2 {
         transform-origin: center;
         stroke-width: 2;
         fill: none;
         transform: translate3d(0, 0, 0);
         }
         .pulse-disk {
         r: 6;
         }
         .pulse-circle {
         r: 4;
         animation: pulse 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
         }
         .pulse-circle-2 {
         r: 16;
         animation: pulse-2 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
         }
         @keyframes pulse {
         0% {
         r: 4;
         }
         50% {
         r: 16;
         opacity: 1;
         }
         99% {
         opacity: 0;
         }
         100% {
         opacity: 0;
         r: 16;
         }
         }
         @keyframes pulse-2 {
         0% {
         opacity: 1;
         }
         40% {
         opacity: 0;
         }
         49.99% {
         r: 16;
         opacity: 0;
         }
         50% {
         r: 4;
         opacity: 1;
         }
         100% {
         r: 16;
         opacity: 1;
         }
         }
         /*text-animation*/
         .text-1{animation: pulse 2s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;}
         /*database-animation*/
         .vert-move {
         -webkit-animation: mover 1s infinite  alternate;
         animation: mover 1s infinite  alternate;
         }
         .vert-move {
         -webkit-animation: mover 1s infinite  alternate;
         animation: mover 1s infinite  alternate;
         }
         @-webkit-keyframes mover {
         0% { transform: translateY(0); }
         100% { transform: translateY(-10px); }
         }
         @keyframes mover {
         0% { transform: translateY(0); }
         100% { transform: translateY(-10px); }
         }
		 .bg-ary{background-color: #033864 !important;}
		 .svg-img{width:50% !important;}
		 .ary-q{background-color: #f8f8f8;border-radius: 5px;padding:10px;}
		.ary-q p{color: #c4353b !important;}
		.bd-l{border-left:1px solid #ddd !important;}
		.bd-r{border-right:1px solid #ddd !important;}
		.bd-b{border-bottom:1px solid #ddd !important;}
		.bg-ary-g{background-color:#f8f8f8 !important}
		.tbn_css_frame_wrap {width: 100%;max-width: 560px;margin: 20px auto !important;}
		.sc-img{width:100% !important;}
		.con-bg{background: url(aryson-img/conclusion-bg.png) scroll #333 no-repeat;background-size: cover;min-height: 340px;padding: 70px 0px;background-position: top center;}
		.st0_m {opacity: 2.35 !important;}
		.bt-ary{border: 2px dotted #c4353b !important;border-radius: 10px;}
		.bd{border: 1px solid #033864 !important;}
		.bg-col-b{background-color: #033864;padding: 5px;color: #fff !important;}
		.col-a{color: #c4353b !important;}
		.bd-c{    margin: 0;
    border: 0.5px solid #ddd;}