.anc-6310-counter-11-paralax{
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-11-background.jpg");
    overflow: hidden;
    display: block;
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: center center;
}
.anc-6310-counter-11-common-overlay{
    background-color: rgba(255, 255, 255, 0);
}
.anc-6310-counter-11-row{
    background: transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px;
}
.anc-6310-counter-11-row-item{
    display: inline-block;
    width: 100%;
}
.anc-6310-counter-11 {
    text-align: center;
    padding-top: 45px;
    font-family: Amaranth;
    letter-spacing: 0.11em;
}
.anc-6310-counter-11-icon{
    width: 65px;
    height: 65px;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    overflow: hidden;
    background: rgba(30, 115, 190,1);
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.anc-6310-counter-11-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #12d8fa;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.anc-6310-counter-11:hover .anc-6310-counter-11-icon:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.anc-6310-counter-11-icon i{
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.anc-6310-counter-11:hover .anc-6310-counter-11-icon i {
    color: #1f2833;
}
.anc-6310-counter-11-title{
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
    line-height: 1.3em;
}
.anc-6310-counter-11-number{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-12-paralax{
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-12-background.jpg");
    overflow: hidden;
    display: block;
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: center center;
}
.anc-6310-counter-12-common-overlay{
    background-color: rgba(255, 255, 255, 0);
}
.anc-6310-counter-12-row{
    padding: 75px 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.anc-6310-counter-12 {
    margin-top: 50px;
    margin-bottom: 35px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 25px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-family: Amaranth;
    letter-spacing: 0.11em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    height: calc(100% - 85px);
    transition: all 0.3s;
}
.anc-6310-counter-12:hover {
    transform: scale(1.05);
    background: rgba(72, 61, 190, 0.7);
}
.anc-6310-counter-12-title{
    font-size: 22px;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    color: #d6d6d6;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3em;
    text-align: center;
}
.anc-6310-counter-12-icon{
    margin-top: 20px;
    display: inline-block;
}
.anc-6310-counter-12-icon i{
    font-size: 25px;
    color: #ffffff;
    margin-right: 10px;
    float: left;
    text-align: center;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.anc-6310-counter-12:hover .anc-6310-counter-12-icon i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.anc-6310-counter-12-number{
    float: left;
    font-size: 43px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    line-height: 30px;
}
.anc-6310-counter-12-description{
    margin-top: 20px;
    font-size: 17px;
    color: #d6d6d6;
    font-family: 'Montserrat';
    line-height: 25px;
    text-align: center;
}
.anc-6310-counter-13-paralax{
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-13-background.jpg");
    overflow: hidden;
    display: block;
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: center center;
}
.anc-6310-counter-13-common-overlay{
    background-color: rgba(255, 255, 255, 0);
}
.anc-6310-counter-13-row{
    background: transparent;
    overflow: hidden;
    padding-left: 35px;
    padding-top: 50px;
}
.anc-6310-counter-13 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-family: Amaranth;
    letter-spacing: 0.11em;
}
.anc-6310-counter-13-icon{
    width: 110px;
    height: 110px;
    line-height: 120px;
    display: inline-block;
    position: relative;
}
.anc-6310-counter-13-span-1{
    position: absolute;
    top: 26%;
    left: 26%;
    margin-left: -50px;
    margin-top: -30px;
    width: 100%;
    height: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) rgb(255, 255, 255);
    border-radius: 400px;
    transform: rotate(-45deg);
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.anc-6310-counter-13:hover .anc-6310-counter-13-span-1 {
    border-color: rgb(53,53,53) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) rgb(53,53,53);
    z-index: 1;
}
.anc-6310-counter-13-span-2{
    position: absolute;
    top: 26%;
    left: 26%;
    margin-left: -50px;
    margin-top: -30px;
    width: 100%;
    height: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: #353535;
    border-radius: 400px;
    z-index: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.anc-6310-counter-13:hover .anc-6310-counter-13-span-2 {
    border-color:rgb(255, 255, 255);
    z-index: 0;
}
.anc-6310-counter-13-icon i{
    font-size: 40px;
    color: #ffffff;
    top: 58%;
    left: 58%;
    position: absolute;
    margin-left: -42px;
    margin-top: -22px;
    transition-duration: 0.3s;
}
.anc-6310-counter-13:hover .anc-6310-counter-13-icon i {
    color: #353535;
    transform: rotateY(180deg);
}
.anc-6310-counter-13-title{
    font-size: 22px;
    color: #ffffff;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 45px;
    line-height: 1.3em;
    text-align: center;
}
.anc-6310-counter-13-number{
    font-size: 45px;
    font-weight: 400;
    color: #353535;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.3em;
    text-align: center;
}
.anc-6310-counter-14-paralax{
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-14-background.jpg");
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: left top;
    background-attachment: fixed;
    overflow: hidden;
}
.anc-6310-counter-14-common-overlay{
    overflow: hidden;
    background: rgba(36, 72, 125, 0.5);
}
.anc-6310-counter-14-row{
    padding: 75px;
    overflow: hidden;
}
.anc-6310-counter-14 {
    text-align: center;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-14-icon{
    margin-top: 35px;
    margin-bottom: 20px;
}
.anc-6310-counter-14-icon i{
    font-size: 60px;
    color: #ffffff;
    -webkit-transition: all 400ms linear 0s;
    -moz-transition: all 400ms linear 0s;
    -ms-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.anc-6310-counter-14:hover .anc-6310-counter-14-icon i{
    transform: translateY(-15px);
}
.anc-6310-counter-14-count-content{
    position: relative;
    display: inline-block;
    margin: 20px 0;
    font-size: 40px;
    color: #fff;
}
.anc-6310-counter-14-count-content:after{
    content: '';
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    height: 3px;
    margin: 0px auto;
    background: #cccccc;
}
.anc-6310-counter-14-number{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    line-height: 1.3em;
}
.anc-6310-counter-14-title{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.3em;
}
.anc-6310-counter-14-description{
    font-size: 17px;
    color: #ffffff;
    font-family: 'Vollkorn';
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}
.anc-6310-counter-15-paralax{
    background: #fa9928;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.anc-6310-counter-15-row{
    padding: 75px 90px;
    overflow: hidden;
}
.anc-6310-counter-15{
    margin-top: 30px;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-15:hover .anc-6310-counter-15-icon {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgb(255, 255, 255);
}
.anc-6310-counter-15-icon{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 2px solid;
    display: inline-block;
    border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgb(255, 255, 255) rgb(255, 255, 255);
    position: relative;
    transform: rotate(-145deg);
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    transition: border 0.5s;
}
.anc-6310-counter-15-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 65px;
    transform: translate(-50%, -50%) rotate(145deg);
    transition-duration: 0.3s;
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translate(-45%, -50%) rotate(150deg);
        transform: translate(-45%, -50%) rotate(150deg);
    }
    100% {
        -webkit-transform: translate(-55%, -50%) rotate(140deg);
        transform: translate(-55%, -50%) rotate(140deg);
    }
}
.anc-6310-counter-15:hover .anc-6310-counter-15-icon i {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}
.anc-6310-counter-15-title{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-15-number{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-15-description{
    font-size: 17px;
    color: #ffffff;
    font-family: 'Vollkorn';
    line-height: 30px;
    margin-top: 20px;
}
.anc-6310-counter-16-paralax {
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-16-background.jpg");
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: left top;
    background-attachment: fixed;
    overflow: hidden;
}
.anc-6310-counter-16-common-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.anc-6310-counter-16-row {
    padding: 100px 10px 75px;
    overflow: hidden;
}
.anc-6310-counter-16 {
    margin: 25px 0 30px;
    text-align: center;
    padding: 20px 20px 25px;
    border: 2px solid #cccccc;
    border-radius: 2px;
    display: block;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-16:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.anc-6310-counter-16-icon {
    display: inline-block;
}
.anc-6310-counter-16-icon i{
    font-size: 25px;
    color: #ffffff;
    margin-right: 10px;
    float: left;
}
.anc-6310-counter-16-number {
    font-size: 25px;
    font-weight: 400;
    color: #39b1ee;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    margin-top: 7px;
    float: left;
}
.anc-6310-counter-16-title {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-17-paralax {
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-17-background.jpg");
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: left top;
    background-attachment: fixed;
    overflow: hidden;
}
.anc-6310-counter-17-common-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.anc-6310-counter-17-row {
    padding: 75px 50px;
    overflow: hidden;
}
.anc-6310-counter-17 {
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-17:hover .anc-6310-counter-17-icon i {
  -webkit-animation-name: counter-17-icon-up;
  animation-name: counter-17-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes counter-17-icon-up {
    0%,
      50%,
      100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    25%,
      75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
  }
  @keyframes counter-17-icon-up {
    0%,
      50%,
      100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    25%,
      75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
  }
.anc-6310-counter-17-title {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.3em;
}
.anc-6310-counter-17-icon {
    display: inline-block;
}
.anc-6310-counter-17-icon i {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 50px;
    color: #ddc01c;
}
.anc-6310-counter-17-number {
    float: left;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    margin-top: 26px;
    line-height: 1.3em;
    padding-left: 5px;
}
.anc-6310-counter-18-row {
    padding: 75px 50px 50px;
    overflow: hidden;
}
.anc-6310-counter-18 {
    margin: 50px 0;
    text-align: center;
    background: rgba(30, 115, 190,1);
    padding: 20px 20px 25px;
    font-family: Amaranth;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.anc-6310-counter-18:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.anc-6310-counter-18:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.anc-6310-counter-18:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.anc-6310-counter-18-box-1{
    background: rgba(30, 115, 190,1) !important;
}
.anc-6310-counter-18-box-2{
    background: rgba(221, 51, 51,1) !important;
}
.anc-6310-counter-18-box-3{
    background:rgba(129, 215, 66,1) !important;
}
.anc-6310-counter-18-box-4{
    background: rgba(163, 50, 157,1) !important;
}
.anc-6310-counter-18-icon {
    display: inline-block;
}
.anc-6310-counter-18-icon i {
    font-size: 43px;
    color: #ffffff;
    margin-right: 10px;
    float: left;
}
.anc-6310-counter-18-number {
    float: left;
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 1.3em;
}
.anc-6310-counter-18-title {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-19-paralax {
    background-image: url("https://wpmart.org/wp-content/uploads/anc/counter-19-background.jpg");
    overflow: hidden;
    background-size: Cover;
    background-repeat: No-repeat;
    background-position: center center;
}
.anc-6310-counter-19-common-overlay{
    background-color: rgba(255, 255, 255, 0);
}
.anc-6310-counter-19-row {
    background: transparent;
    overflow: hidden;
    padding-left: 360px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
}
.anc-6310-counter-19-row-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
@-webkit-keyframes hvr-icon-drop {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    51%,
      100% {
      opacity: 1;
    }
  }
  @keyframes hvr-icon-drop {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    51%,
      100% {
      opacity: 1;
    }
  }
.anc-6310-counter-19 {
    text-align: center;
    margin-top: 18px;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-19:hover .anc-6310-counter-19-icon i {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.anc-6310-counter-19-icon {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.anc-6310-counter-19-icon i {
    font-size: 60px;
    color: #000000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.anc-6310-counter-19-number {
    font-size: 42px;
    font-weight: 400;
    color: #000000;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-19-title {
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.3em;
}
.anc-6310-counter-20-paralax {
    background: #dd6666;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.anc-6310-counter-20-row {
    padding: 75px 100px;
    overflow: hidden;
}
.anc-6310-counter-20 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: Amaranth;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.anc-6310-counter-20:hover .anc-6310-counter-20-icon i {
    transform: rotateY(360deg);
}
.anc-6310-counter-20-icon {
    float: left;
}
.anc-6310-counter-20-icon i{
    border-right: 2px solid #ffffff;
    padding-right: 15px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 25px;
    transition: .8s;
}
.anc-6310-counter-20-inner-wrap {
    margin-left: 70px;
}
.anc-6310-counter-20-number {
    font-size: 36px;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    float: left;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.anc-6310-counter-20-title {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Vollkorn';
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
    clear: both;
    margin-top: 15px;
    line-height: 1.3em;
    text-transform: uppercase;
}