/* Counter Style 1 */
.counter-style-1 .sigma-counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.counter-style-1 .sigma-counter-number {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.counter-style-1 .sigma-counter-number:before {
    position: absolute;
    right: -15px;
    top: -22px;
    content: "+";
    font-size: 27px;
    color: #0C2278;
}
.counter-style-1 .sigma-counter-icon {
    font-size: 70px;
    line-height: 70px;
}
.counter-style-1 .sigma-counter-content {
    margin-left: 5px;
}
.counter-style-1 .sigma-counter-icon i:before {
    font-size: 60px;
    line-height: 60px;
    margin-right: 15px;
}
.col-extend-right .counter-style-1 .sigma-counter-number {
    color: #111111;
}
.col-extend-right .counter-style-1 .sigma-counter-icon i:before {
    color: #ffffff;
}
.col-extend-right .counter-style-1 .sigma-counter-title{
    color: #fff;
}
/*! Counter Style 2 */
.counter-style-2 .sigma-counter-icon {
    margin-bottom: 20px;
}
.counter-style-2 .sigma-counter-number {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    color: #0C2278;
    display: inline-block;
    margin: 0;
}
.counter-style-2 .sigma-counter-icon i:before {
    font-size: 60px;
    line-height: 60px;
    margin-right: 15px;
}
/*! Counter Style 3 */
.counter-style-3 {
  display: inline-block;
  position: absolute;
  top: -9px;
  right: 35px;
}
.counter-style-3 .sigma-counter-wrapper {
    display: block;
    background: #ffffff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    padding: 25px 30px;
    text-align: center;
}
.counter-style-3 .sigma-counter-wrapper:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 4px solid;
  border-color: transparent #232629 #232629 transparent;
  display: block;
  width: 9px;
  height: 9px;
  left: -9px;
  top: 0;
  z-index: 6;
}
.counter-style-3 .sigma-counter-wrapper:after{
  content: ' ';
  position: absolute;
  background: 0 0;
  border: 4px solid;
  border-color: transparent transparent #232629 #232629;
  display: block;
  width: 9px;
  height: 9px;
  right: -9px;
  top: 0;
  z-index: 6;
}
.counter-style-3 .sigma-counter-wrapper .sigma-counter-number {
    font-size: 34px;
    font-weight: 900;
    margin: 0;
    display: inline;
}
.counter-style-3 .sigma-counter-icon i {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 20px;
    color: #0C2278;
}
.counter-style-3 .sigma-counter-number {
    position: relative;
}
.counter-style-3 .sigma-counter-number:before {
    position: absolute;
    right: -15px;
    top: -15px;
    content: "+";
    font-size: 30px;
    color: #111111;
}
.counter-style-3 .h-one {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #0C2278;
    background-color: transparent;
    top: 10px;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
}
.counter-style-3 .h-two {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #0C2278;
    background-color: transparent;
    top: 10px;
    right: 10px;
    border-bottom: 0;
    border-left: 0;
}
.counter-style-3 .h-three {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #0C2278;
    background-color: transparent;
    bottom: 10px;
    left: 10px;
    border-top: 0;
    border-right: 0;
}
.counter-style-3 .h-four {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #0C2278;
    background-color: transparent;
    bottom: 10px;
    right: 10px;
    border-top: 0;
    border-left: 0;
}
/*----- counter style 4 ------*/
.counter-style-4 .sigma-counter-wrapper {
    text-align: center;
    color: #fff;
}
.counter-style-4 .sigma-counter-wrapper h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.counter-style-4 .sigma-counter-wrapper .sigma-counter-content h3 {
    color: #fff;
    font-size: 48px;
}
.counter-style-4 .sigma-counter-wrapper .sigma-counter-content h3:after {
    content: '+';
    padding-left: 5px;
}
.counter-style-4 .sigma-counter-wrapper i{
  font-size: 40px;
}
/*---- counter style 5 ---*/
.counter-style-5 .about-count {
    position: absolute;
    top: -15px;
    right: -50px;
    background: #0C2278;
    text-align: center;
    box-shadow: 0 0px 13px 2px rgb(12 34 120 / 44%);
    padding: 40px 30px;
    border-radius: 6px;
}
.counter-style-5 .about-count.align-left {
    left: 0;
    right: auto;
}
.counter-style-5 .about-count:before {
    position: absolute;
    content: close-quote;
    left: 7px;
    right: 7px;
    bottom: 7px;
    top: 7px;
    border: 1px solid #fff;
    border-radius: 6px;
    opacity: 0.5;
}

.about-count h3 {
    margin-bottom: 0px;
    line-height: 70px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    font-size:45px;
}
.about-count p {
    font-size: 18px;
    color:#fff;
    margin-bottom: 0px;
}
.counter-style-5 .about-count a {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
    color:#fff;
    font-weight: 500;
}
.counter-style-5 .count-content{
  position: relative;
  z-index: 99;
}
.about-count h3:after {
    content: '+';
    padding-left: 5px;
}
.each-count-f:after {
    position: absolute;
    content: close-quote;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    right: 0;
    opacity: .25;
}

@media (max-width: 575px) {
  .counter-style-5 .about-count {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media (max-width: 468px) {
  .counter-style-5 .about-count{
    padding:20px 30px;
  }
  .about-count p {
    font-size: 14px;
  }
  .about-count h3 {
    line-height: 50px;
    font-size: 32px;
  }
}
