html {min-height:100%;
	position:relative;
scroll-behavior: smooth;}
body {
  font-family: 'usual', Helvetica, Arial;
  background: rgb(235, 238, 242);
  background-size: cover;
  font-weight: 300;
}
body {
  opacity: 1;
  transition: 1s opacity;
	min-height:100%;
	position:relative;
}
body.fade-out {
  opacity: 0;
  navt transition: none;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1000;
}
.pagemargin {padding:50px 0 0 0 ;}
@media (max-width:768px) {.pagemargin {padding:100px 0 0 0 ;}}

.sticky {
 position: -webkit-sticky;
  position: sticky;
  top:150px;z-index:10;
  
}
.footer {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
    z-index: 100;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}
a {
  color: rgb(12, 44, 102);
}
a:hover {
  color: rgb(238, 114, 2);
  text-decoration: none;
}
strong {
  font-weight: 600;
}
a.requestcta {display:block;position:relative;margin:0.25em 0;color:rgb(255,255,255);font-weight:400;}
.fleft {float:left;display:inline-block;}
.uc {text-transform: uppercase;}
.sig {
  font-family: 'ff-market-web', sans-serif;
}
.sm {font-size: 0.85em!important;}
.links {display: block;width:100%;position:relative;margin:0 0 0.25em 0;border-bottom:1px dotted rgba(12,12,12,.2);padding:1em 0;}
.links i {float: right;display: block;}
.dark {
  color: rgb(12, 12, 12);
}
.light {
  color: rgb(255, 255, 255);
}
.orange {
  color: rgb(238, 114, 2);
}
.red {
  color: rgb(231, 64, 17);
}
.dblue {
  color: rgb(12, 44, 102);
}
.blue {
  color: rgb(0, 175, 212);
}
.lblue {
  color: rgb(113, 202, 231);
}
.silver {
  color: rgb(230, 233, 239);
}

.bglight {
  background-color: rgb(255, 255, 255);color:#121212;
}
.bgorange {
  background-color: rgb(238, 114, 2);color:#ffffff;
}
.bggreen {
  background-color: rgb(51, 114, 9);color:#ffffff;
}
.lightlink {color:#ffffff!important;}
.bgred {
  background-color: rgb(231, 64, 17);color:#ffffff;
}
.bgdblue {
  background-color: rgb(12, 44, 102);color:#ffffff;
}
.bgblue {
  background-color: rgb(0, 175, 212);color:#ffffff;
}
.bglblue {
  background-color: rgb(113, 202, 231);color:#121212;
}
.bgsilver {
  background-color: rgb(230, 233, 239);color:#121212;
}

.vh {
  height: 100vh;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;bottom:0;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.clearbox2 {
  clear: both;
  height: 2em;
}
.clearbox4 {
  clear: both;
  display: block;
  height: 8em;
  padding-bottom: 8em;
}
.btn {margin:0 0 0.25em 0;}
.btn-wide {width:100%;}
.btn-default {
  background: rgb(12, 44, 102);
  color: rgb(255, 255, 255)!important;
}
.btn-default:hover {
  background: rgb(0,22,63);
  color: rgb(255, 255, 255);
}

.btn-primary {
	border-color: rgb(238, 114, 2);
	background:rgb(238, 114, 2);color:rgb(255,255,255)!important;
}
.btn-primary:hover {
  background: rgb(169,82,0);
  color: rgb(255, 255, 255);
}
@media (min-width:768px) {
	.padtbmd {padding-top:1em; padding-bottom:2em;}
	.padtblg {padding-top:3em; padding-bottom:3em;}
  .padwide {
    padding-left: 20%;
    padding-right: 20%;
  }
	.paddeep {padding:20% 0!important;}
	.mobcenter {text-align: left;}
}
@media (max-width:768px) {
	.padtbmd {padding-top:1em; padding-bottom:2em;}
	.padtblg {padding-top:1em; padding-bottom:1em;}
	.paddeep {padding:45% 0!important;}
	.mobcenter {text-align: center;}
}

.fright {
  float: right;
}
a.navprev, a.navnext {
  color: rgb(12, 44, 102);
}
a:hover.navprev, a:hover.navnext {
  color: rgb(238, 114, 2);
}
@media (min-width:768px) {
  a.navprev {
    position: fixed;
    display: block;
    top: 50%;
    z-index: 98000;
    left: 0em;
    font-size: 2em;
  }
  a.navnext {
    position: fixed;
    display: block;
    top: 50%;
    z-index: 98000;
    right: 0em;
    font-size: 2em;
  }
}
@media (max-width:768px) {
  a.navprev {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 98000;
    left: 0em;
    font-size: 2em;
  }
  a.navnext {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 98000;
    right: 0em;
    font-size: 2em;
  }
	.navbar-brand img {
  max-width: 160px!important;
}
}
.navbar-light {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
}
.v-a-w {
  position: relative;
  width: 100%;
  height: 100%;
  display: table
}
.v-a {
  display: table-cell;
}
.v-a--m {
  vertical-align: middle
}
.relative {
  display: block;
  position: relative;
}
@media (max-width:576px) {
  .slidingDiv {
    display: none !important;
  }
	
}
h1, h2, h3, h4, h5 {
  font-weight: 500 !important;
}
.navbar-brand img {
  /*width: 280px;*/
}
ul.tick {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  posititon: relative;
}
ul.tick li {
  list-style: none;
  margin: 0 0 0 2em;
  padding: 0 0 1em 1.5em;
  display: block;
}
ul.tick li:before {
  display: inline-block;
  left: 2em;
  position: absolute;
  content: '\f058';
  font-family: 'FontAwesome';
  color: rgb(238, 114, 2);
}
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  posititon: relative;
}
ul.list li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0em;
  display: block;
}
ul.list li a {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
}
ul.list li:hover a {
  color: rgb(238, 114, 2);
}
ul.list li span {float: right;}

ul.listalt {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  posititon: relative;
}
ul.listalt li {
  list-style: none;
  margin: 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0.25em;
  display: inline-block;
}
ul.listalt li a {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);background:rgb(12, 44, 102);padding:0.25em 0.5em;border-radius:4px;
}
ul.listalt li:hover a {
  color: rgb(255,255,255);
	background-color: rgb(238, 114, 2);
}
ul.listalt li span {float: right;}

.blockfloat {
  z-index: 10;
  position: absolute;
  top: 20%;
  display: block;
}
.modalclose {z-index:9000;display: block;position: absolute;right:1em;top:1em;}
.modal {
  padding: 0 !important; // override inline padding-right added from js
}
/*
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
}
*/

.none {margin:0!important;padding:0!important;}
.bg {padding:0;margin:0;height:100vh;background-position: center center;background-repeat: no-repeat;background-size:cover;}
.bg2 {position:relative;display:block;padding:0;margin:0;background-position: center center;background-repeat: no-repeat;background-size:cover;min-height:600px;}
@media (max-width:768px) {
	.bg2 {min-height:300px;}
}
.bg3 {position:relative;display:block;padding:0;margin:0;background-position: center center;background-repeat: no-repeat;background-size:cover;min-height:300px;}

.accordion p.md {
  padding: 0.5em 0;
  color: rgb(238, 114, 2);
  font-weight: 500;
}
.accordion collapse {
  margin-bottom: 2em;
}

.banner {display: block;min-height:200px;position:relative;width:100%;background-position:center center;background-size:cover;background-repeat: no-repeat;}

.sidenavR{background-color:#111;height:100%;overflow-x:hidden;position:fixed;right:0;top:0;transition:.5s;width:0;z-index:900000;color: rgb(255, 255, 255);}
.menublock {
  padding:2em;
  color: rgb(255, 255, 255);
}
.sidenavR .closebtn{font-size:36px;color:rgb(255,255,255);position:absolute;right:25px;top:0;}

.panelbox {display:block;position:relative;overflow:hidden;padding:0.3em;margin:0 0 1em 0;border:0px solid;box-shadow:0px 0px 10px rgba(0,0,0,0.1);border-radius:0px;

  overflow: hidden;
  
}
.panelbox-inner {width:100%;height:100%;display:block;position:relative;background:#ffffff!important;}
.panelbox:hover .panelbox-inner {background:rgb(230, 233, 239)!important;}
.panelbox:hover {background: -moz-linear-gradient(left, rgba(230,233,239,0) 0%, rgba(230,233,239,0.8) 15%, rgba(230,233,239,1) 19%, rgba(230,233,239,1) 20%, rgba(186,188,193,1) 51%, rgba(230,233,239,1) 80%, rgba(230,233,239,1) 81%, rgba(230,233,239,0.8) 85%, rgba(230,233,239,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(230,233,239,0) 0%,rgba(230,233,239,0.8) 15%,rgba(230,233,239,1) 19%,rgba(230,233,239,1) 20%,rgba(186,188,193,1) 51%,rgba(230,233,239,1) 80%,rgba(230,233,239,1) 81%,rgba(230,233,239,0.8) 85%,rgba(230,233,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(230,233,239,0) 0%,rgba(230,233,239,0.8) 15%,rgba(230,233,239,1) 19%,rgba(230,233,239,1) 20%,rgba(186,188,193,1) 51%,rgba(230,233,239,1) 80%,rgba(230,233,239,1) 81%,rgba(230,233,239,0.8) 85%,rgba(230,233,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e9ef', endColorstr='#00e6e9ef',GradientType=1 ); /* IE6-9 */
 
   background-size: 200% auto;
  animation: shine 1.5s linear infinite;
}
.panelbox .img-container .overlay {transition-property:all;
  transition-duration: 0.3s;
  transition-timing-function: linear;position:absolute;content:'';width:100%;z-index:90;height:100%;top:0;left:0;background:rgba(12, 44, 102,0.8);color:#ffffff!important;padding:2em;font-size:0.85em;color:#121212;}

.panelbox .content {padding:1em 2em;}
.panelbox .img-container {display:block;overflow:hidden;position:relative;}
.panelbox .img-container img {transform:scale(1);transition-property:all;
  transition-duration: 0.3s;
  transition-timing-function: linear;}
.panelbox:hover .img-container img {transform:scale(1.2);}

/*Begin shimmer code*/

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }


 .demo
{
    margin: auto;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1, 1.000, 0); /* older webkit */
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -moz-transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -ms-transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -o-transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600);
    transition: all 1000ms cubic-bezier(0.005, 1.650, 1.000, -0.600); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.005, 1, 1.000, 0); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -moz-transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -ms-transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600);
    -o-transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600);
    transition-timing-function: cubic-bezier(0.005, 1.650, 1.000, -0.600); /* custom */
}

.demo .show-off
{
    width: 101%;
    height: 50vh;
    position: absolute;
    top: -180px;
    left: -600px;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.7)100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.7)100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.7)100%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.7)100%);
}
.panelbox:hover .demo .show-off
{
    top: 0px;
    left: 0px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.panelbox:hover .demo
{
    box-shadow: 0px 0px 20px 5px #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px 5px #FFFFFF;
    -moz-box-shadow: 0px 0px 20px 5px #FFFFFF;
    -o-box-shadow: 0px 0px 20px 5px #FFFFFF;
}


.card {border:0;background:none;}
.card h5 {font-size:1.2em!important;}
.card .card-header {border:0;background:none;margin:0;padding:0;}
.card .card-header h5 {margin:0;padding:1em 0.5em;border-bottom:1px dotted rgb(12, 44, 102);}
.card .card-body {border:0;background:#ffffff;
	border-radius:0px 0px 4px 4px ;
	box-shadow: 0px 0px 20px 5px #ededed;
    -webkit-box-shadow: 0px 0px 20px 5px #ededed;
    -moz-box-shadow: 0px 0px 20px 5px #ededed;
    -o-box-shadow: 0px 0px 20px 5px #FFFFFF;}

.faqbar {background:rgb(12, 44, 102);color:#ffffff;font-size:1.2em!important;padding:0.25em 0.5em;border-radius:4px;}
.faqbar:after {position:relative;font-family:'FontAwesome';content:'\f067';color:rgb(238, 114, 2);;display:inline-block;float:right;}
.table {border:0px dotted rgb(12, 44, 102);background:#ffffff;
border-radius:4px ;
	box-shadow: 0px 0px 10px 5px rgba(12,12,12,0.1);-webkit-box-shadow: 0px 0px 10px rgba(12,12,12,0.1);-moz-box-shadow: 0px 0px 10px 5px rgba(12,12,12,0.1);-o-box-shadow: 0px 0px 10px 5px rgba(12,12,12,0.1);}
.table thead tr th {border:none;background:rgb(12, 44, 102);color:#ffffff;font-weight:400;}
.table tr {border-bottom:1px dotted rgb(12, 44, 102);border-top:none!important;}
.table td {border:none!important;}
.table tr:last-child {border-bottom:none!important;border-top:none;}

.table.table-data {font-size: 0.75em !important; }
table.table-data tr {}



#toTopBtn {
	z-index:90000;display:block;
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: rgba(238, 114, 2, 0.9)
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}


/** NEW SCROLLER */

 /*jssor slider loading skin spin css*/
        .maingallery {position:relative;margin:70px 0 0 0; top:0px;left:0px;width:960px;height:427px;overflow:hidden;visibility:hidden;background-color:#ffffff;}
.slidegallery {cursor:default;position:relative;top:0px;left:0px;width:640px;height:427px;overflow:hidden;}
@media (max-width:480px) {
	 .maingallery {margin:70px 0 0 0; width:960px;height:580px;}
	 .slidegallery {width:1040px;height:740px;}
}
.jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }


        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 101 css*/
        .jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
        .jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:0px solid #000;box-sizing:border-box;z-index:1;}
        .jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
        .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
        .jssort101 .p:hover{padding:0px;}
        .jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
        .jssort101 .p:hover.pdn{padding:0;}
        .jssort101 .p:hover.pdn .cv {border:0px solid #fff;background:none;opacity:.35;}
        .jssort101 .pav .cv {border-color:#fff;opacity:.35;}
        .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
        .jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
        .jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
		
		.blur img { -webkit-filter: blur(5px)!important; /* Safari 6.0 - 9.0 */
  filter: blur(5px)!important;}
  .mattertxt {display: block;z-index:90;margin:0 auto;text-align:center;color:#ffffff;font-weight:600;position:absolute;bottom:20%;left:0;right:0;}
  @media (max-width: 600px) {
  	.mattertxt {bottom:35% !important; font-size: 20px !important;}
  }

  .box {
    padding: 2em;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.1);
}

#content-container {
	margin-top: 70px !important;
}
.sidebar-comms {
	margin-bottom: 0;
}
.sidebar-comms-item {
	font-weight: 600!important;
	font-size: small;
}

.blur::after {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 50px;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}
.blur-thumb::after {
	padding: 3px 14px 3px 14px !important;
	font-size: 30px !important;
}

@media (max-width: 600px) {
    #sidebar {
    	margin-bottom: 36px;
	}
}
.table-coloured thead.airport tr th {background:#8CC642!important;}
.table-coloured thead.train tr th {background:#FBDE08!important;}
.table-coloured thead.ferry tr th {background:#2B378E!important;}
.table-coloured thead.bus tr th {background:#EB232A!important;}
.table-coloured thead.coach tr th {background:#03A599!important;}
.table-coloured thead.hospital tr th {background:#19A850!important;}
.table-coloured thead.ae tr th {background:#D72C2F!important;}
.table-coloured thead.wic tr th {background:#A12A7C!important;}
.table-coloured thead.gp tr th {background:#84BF46!important;}
.table-coloured thead.dental tr th {background:#2AB1E6!important;}
.table-coloured thead.ks2 tr th {background:#B4218F!important;}
.table-coloured thead.ks4 tr th {background:#00ADEF!important;}
.table-coloured thead.ks5 tr th {background:#ED4B9A	!important;}

.zind {
    position: absolute;
    display: block;
    bottom: 65px;
    right: 30px;
}
.summary-text {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}

ol.carousel-indicators li {background-color:rgb(238, 114, 2)!important;}

ol.numbers {
  
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol.numbers li {
  margin: 0 0 1.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.numbers li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
 
  background: rgb(238, 114, 2);
  border-radius: 50%;
  text-align: center;
}

@-webkit-keyframes glowing {
  0% { background-color: #D34B95; -webkit-box-shadow: 0 0 3px #D34B95; }
  50% { background-color: #ed74b4; -webkit-box-shadow: 0 0 40px #ed74b4; }
  100% { background-color: #D34B95; -webkit-box-shadow: 0 0 3px #D34B95; }
}

@-moz-keyframes glowing {
  0% { background-color: #D34B95; -moz-box-shadow: 0 0 3px #D34B95; }
  50% { background-color: #ed74b4; -moz-box-shadow: 0 0 40px #ed74b4; }
  100% { background-color: #D34B95; -moz-box-shadow: 0 0 3px #D34B95; }
}

@-o-keyframes glowing {
  0% { background-color: #D34B95; box-shadow: 0 0 3px #D34B95; }
  50% { background-color: #ed74b4; box-shadow: 0 0 40px #ed74b4; }
  100% { background-color: #D34B95; box-shadow: 0 0 3px #D34B95; }
}

@keyframes glowing {
  0% { background-color: #D34B95; box-shadow: 0 0 3px #D34B95; }
  50% { background-color: #ed74b4; box-shadow: 0 0 40px #ed74b4; }
  100% { background-color: #D34B95; box-shadow: 0 0 3px #D34B95; }
}
.btn-make-an-offer {
	
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
