/* template 01 start */
.con-6310-template-preview-01-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}
.con-6310-template-preview-01-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(211 211 211 / 75%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-01-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.con-6310-template-preview-01-wrapper{
  display: flex;
  width: 100%;
  height: auto;
  float: left;
}
.con-6310-template-preview-01-left-section{
  background: url(https://i.pinimg.com/564x/9b/82/3f/9b823f702d9b704696533b808b0d7e60.jpg);
  float: left;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;

}
.con-6310-template-preview-01-right-section {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  background-color: #f5f5f5;
}
.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-right-section {
  background-color: #d3f5ae;
}

.con-6310-template-preview-01-icon {
  float: left;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 35px;
  margin: 16px 0 15px 0;
  transition: .5s;
 
}

.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-icon {
  color:   rgb(0, 28, 122);
  transition: all .5s ease-in;
}

.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-icon{
  transform: rotate(360deg);
}

.con-6310-template-preview-01-icon img {
  width: 100px;
  height: auto;
}
.con-6310-template-preview-01-number{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #34343d;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-number {
  color:   rgb(0, 28, 122);
}
.con-6310-template-preview-01-title{
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #34343d;
  line-height: 1.1;
  margin-bottom: 9px;
  font-weight: 600;
  text-transform: capitalize;
}
.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-title {
  color:   rgb(0, 28, 122);
}
.con-6310-template-preview-01-left-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 49, 0.733);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0) translateZ(0);
  transition: all 400ms ease-in-out;
}

.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-left-section::before{
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.con-6310-template-preview-01-description{
  font-size: 16px;
  line-height: 20px;
  color: #444;
  font-weight: 500;
  font-family: sans-serif;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0 0;
}
.con-6310-template-preview-01-wrapper:hover .con-6310-template-preview-01-description {
  color:   rgb(0, 28, 122);
}
.con-6310-template-preview-01-read-more {
  float: left;
  width: 100%;   
  margin-top: 14px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-01-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 400;
  height: 28px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-01-read-more a:hover {     
  background: rgb(9, 0, 58); 
  color: #fff;
}

@media only screen and (max-width: 600px){
.con-6310-template-preview-01-wrapper{
  flex-direction: column;
  width: 100%;
}
.con-6310-template-preview-01-left-section{
  height: 30vh;
  width: 100%;
}
.con-6310-template-preview-01-right-section{
  width: 100%;
}

}
  
/* template 02 start */

.con-6310-template-preview-02-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.con-6310-template-preview-02-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(231, 230, 229);
}
.con-6310-template-preview-02-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.con-6310-preview-02-template{
  color: #9D26B4;
  font-family: 'Poppins', sans-serif;
  text-align: right;
  width: calc(100% - 20px);
  padding: 20px;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  float: left;
}
.con-6310-preview-02-template:before{
  content: '';
  background: radial-gradient(at 5% 10%, #e7e7e7 10%, transparent 50%, transparent 80%, #e7e7e7 100%);
  border: 5px solid #9D26B4;
  border-radius: 0 100px 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.con-6310-preview-02-template:hover:before{ box-shadow: 0 0 8px rgba(0,0,0,0.5); }
.con-6310-preview-02-template .con-6310-preview-02-template-icon{
  color: #fff;
  background: #9D26B4;
  margin-right: -35px;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 3px solid #fff;
  display: inline-block;
}
.con-6310-preview-02-template:hover .con-6310-preview-02-template-icon{
  color: rgb(255, 255, 255);
  border: 3px solid rgb(0, 0, 0);
}
.con-6310-preview-02-template:hover .con-6310-preview-02-template-icon i{
  animation-name: con-6310-template-preview-02-animation;
  animation-duration: 1s;
  animation-fill-mode: both; 
}

.con-6310-template-preview-02-title{
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 10px;
}
.con-6310-preview-02-template:hover .con-6310-template-preview-02-title{
  color: rgb(0, 100, 107) !important;
}
.con-6310-preview-02-template-value{
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  display: block;
}
.con-6310-preview-02-template:hover .con-6310-preview-02-template-value{
  color: rgb(161, 0, 0) !important;
}
.con-6310-template-preview-02-description{
  font-size: 15px;
  line-height: 20px;
  color: #444;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.con-6310-preview-02-template:hover .con-6310-template-preview-02-description{
  color: rgba(0, 0, 0, 0.856) ;
}
.con-6310-template-preview-02-read-more {
  float: left;
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-02-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  border: 2px solid rgb(180, 0, 90);
  font-weight: 600;
  height: 28px;       
  background: rgb(180, 0, 90); 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-preview-02-template:hover .con-6310-template-preview-02-read-more a{
  background-color: #01b6a4fb;
  color: rgb(0, 0, 0) ;
  border: 2px solid #313131;
}

.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 2)  .con-6310-preview-02-template-icon{
  background: #0F6085;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 2)  .con-6310-preview-02-template:before {
  border-color: #0F6085;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 2)  .con-6310-template-preview-02-title {
  color: #0F6085;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 2)  .con-6310-preview-02-template-value {
  color: #0F6085;
}


.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-preview-02-template-icon {
  background: #009068;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-preview-02-template:before {
  border-color: #009068;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-02-title {
  color: #009068;
}
.con-6310-template-preview-02-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-preview-02-template-value {
  color: #009068;
}

@keyframes con-6310-template-preview-02-animation {
  0% {
  opacity: 0;
  transform: scale3d(.3, .3, .3);
  }

  50% {
  opacity: 1;
  }

}

@media screen and (max-width:990px){
  .template{ margin-bottom: 40px; }
}

/* template 03 start */
.con-6310-template-preview-03-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url(../images/demo-3.jpg);
  float: left;
  width: 100%;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-03-common-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.151);
}
.con-6310-template-preview-03-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.con-6310-preview-03-template{
  float: left;
  color: #F14997;
  background: linear-gradient(to right bottom,#fff 50%, #eeeeee 51%);
  font-family: 'Comfortaa', cursive;
  text-align: center;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 0 auto;
  border-radius: 50px 0;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.863);
  overflow: hidden;
  position: relative;
}
.con-6310-preview-03-template:hover {
  background: #004e4e;
}
.con-6310-preview-03-template .con-6310-preview-03-template-icon{
  font-size: 35px;
  margin: 10px 0 10px;
}
.con-6310-preview-03-template:hover .con-6310-preview-03-template-icon{
 color: rgb(255, 255, 255);
}

.con-6310-preview-03-template:hover .con-6310-preview-03-template-icon i{
  animation-name: con-6310-preview-03-animation;
  animation-duration: .75s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes con-6310-preview-03-animation {
  0%, 20%, 40%, 60%, 80%, 100% {
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  transform: scale3d(.3, .3, .3);
  }
  20% {
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  }
}

.con-6310-template-preview-03-title{
  font-size: 22px;
  font-weight: 700;
  font-family: system-ui;
  text-transform: capitalize;
  margin: 6px 0 2px;
  float: left;
  width: 100%;
}
.con-6310-preview-03-template:hover .con-6310-template-preview-03-title{
  color: rgb(255, 65, 65);
 }
.con-6310-template-preview-03-description{
  font-size: 15px;
  line-height: 20px;
  color: #1c1b1b;
  font-weight: 400;
  padding-top: 10px;
  font-family: system-ui;
  float: left;
  width: 100%;
}
.con-6310-preview-03-template:hover .con-6310-template-preview-03-description{
  color: rgb(231, 231, 231);
 }
.con-6310-template-preview-03-read-more {
  float: left;
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-03-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 600;
  height: 26px;    
  font-family: system-ui;   
  background: #444; 
  color: rgba(255, 255, 255, 0.904);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.con-6310-preview-03-template:hover .con-6310-template-preview-03-read-more a {
  background: rgb(131, 250, 116); 
  color: rgb(39, 39, 39);
}

.con-6310-preview-03-template-value{
  color: #fff;
  background: linear-gradient(to right bottom, #FD8ED2, #F14997);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.con-6310-preview-03-template:hover .con-6310-preview-03-template-value {
  color: rgba(8, 8, 8, 0.877);
}

.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 1) .con-6310-preview-03-template {
  color: #0092CD;
}
.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 1) .con-6310-preview-03-template-value {
  background: linear-gradient(to right bottom, #06BBF4, #0092CD);
}

.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 2) .con-6310-preview-03-template {
  color: #bf0387;
}
.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 2) .con-6310-preview-03-template-value {
  background: linear-gradient(to right bottom, #f0588b, #bf0387);
}

.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 3) .con-6310-preview-03-template {
  color: #03BFB0;
}
.con-6310-template-preview-03-parallax .con-6310-col-4:nth-child(6n + 3) .con-6310-preview-03-template-value {
  background: linear-gradient(to right bottom, #00E2CD, #03BFB0);
}


@media screen and (max-width:990px){
  .template{ margin-bottom: 40px; }
}

/* temp 04 */
.con-6310-template-preview-04-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-04-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.911);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-04-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
  
}

.con-6310-preview-04-template-circle {
  position: relative;
  width: 100% ;
  padding-bottom: 100% ;
  border-radius: 50% ;
  transition: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.con-6310-preview-04-template {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-6310-preview-04-template-circle::before{
  content: '';
  background-color: rgba(158, 0, 0, 1);
  height: 75%;
  width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 7px rgb(0 0 0 / 70%);
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: -1;
}
.con-6310-preview-04-template-circle::after{
  content: '';
  background-color: rgba(255, 30, 5, 1);
  height: 75%;
  width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 7px rgb(0 0 0 / 70%);
  position: absolute;
  top: -2px;
  z-index: -1;
  opacity: 0.6;
  left: auto;
  right: -2px;
}

.con-6310-preview-04-template::after{
  content: '';
  background-color: rgba(255, 166, 0, 1);
  height: 75%;
  width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 7px rgb(0 0 0 / 70%);
  position: absolute;
  left: -2px;
  opacity: 1;
  z-index: -2;
  top: auto;
  bottom: -2px;
}
.con-6310-preview-04-template::before{
  content: '';
  background-color: rgba(9, 171, 186, 1);
  height: 75%;
  width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 7px rgb(0 0 0 / 70%);
  position: absolute;
  top: -2px;
  z-index: -1;
  opacity: 0.6;
  left: auto;
  right: -2px;
  top: auto;
  bottom: -2px;
}

.con-6310-preview-04-template-content {
  width: 90%;
  height: 90%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  color: #000000;
}
.con-6310-template-preview-04-title{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #990543;
}
.con-6310-preview-04-template:hover .con-6310-template-preview-04-title{
  color: rgb(36, 36, 36);
  
}
.con-6310-template-preview-04-read-more {
  float: left;
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-04-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 120px;
  font-size: 16px;
  font-weight: 400;
  height: 35px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-preview-04-template-icon{
  font-size: 40px;
  margin: 0 0 25px;
  color: #bb2866;
}
.con-6310-preview-04-template:hover .con-6310-preview-04-template-icon{
  color: #00758a;
  animation-name: con-6310-preview-04-animation;
  animation-duration: .7s;
  animation-fill-mode: both;
}


@keyframes con-6310-preview-04-animation {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}

.con-6310-preview-04-template-value{
  font-size: 27px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #de508c;
}

.con-6310-preview-04-template:hover .con-6310-preview-04-template-value{
  color: #008a0b;
}

@media screen and (max-width:990px) {
  .con-6310-preview-04-template{ margin-bottom: 40px; }
}

/* template 05 */
.con-6310-template-preview-05-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-05-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: lightgray;
}
.con-6310-template-preview-05-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.con-6310-preview-05-template{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #007bff;
  color: #FFF;
  transition: .3s linear all;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.con-6310-preview-05-template::after{
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 99.5%;
  height: 2px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
}
.con-6310-preview-05-template:hover::after{
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transform: translateX(0);
  height: 100%;
  border-color: #000000;
}
.con-6310-preview-05-template::before{
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
.con-6310-preview-05-template:hover::before{
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transform: translateX(0);
  height: 100%;
  border-color: #030303;
}

.con-6310-preview-05-template:hover{
  box-shadow: 4px 4px 20px #DADADA;
  transition: .3s linear all;
}
.con-6310-preview-05-template-left-section {
  float: left;
  width: 30%;
  font-size: 10px
}
.con-6310-preview-05-template-right-section {
  float: left;
  width: 70%;
}

.con-6310-preview-05-template i{
  font-size: 5em;
  opacity: 0.2;
}

.con-6310-preview-05-template-numbers{
  font-size: 26px;
  line-height: 40px;
  text-align: center !important;
  display: block;
  float: left;
  font-weight: 600;
  width: 100%;
  text-align: right;
}
.con-6310-preview-05-template:hover .con-6310-preview-05-template-numbers{
 color: #e6e6e6;
}

.con-6310-preview-05-template-name{
  float: left;
  width: 100%;
  text-align: left;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 22px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.con-6310-preview-05-template:hover .con-6310-preview-05-template-name{
  color: #ffffff;
  opacity: 1;
 }
 
.con-6310-template-preview-05-description{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  float: left;
  padding-left: 10px;
  width: 100%;
}
.con-6310-preview-05-template:hover .con-6310-template-preview-05-description{
  color: #ffce85fa;
 }
.con-6310-template-preview-05-read-more {
  float: left;
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-05-read-more a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 105px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #ffffff;
  height: 28px;       
  background: rgb(49, 49, 49); 
  color: rgb(238, 238, 238);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-preview-05-template:hover .con-6310-template-preview-05-read-more a{
  color: #000000e0;
  background: #e9e9e9;
  border: 2px solid #242424;
}
.con-6310-template-preview-05-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-preview-05-template{
  background: rgb(0, 58, 85);
}
.con-6310-template-preview-05-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-preview-05-template{
  background: rgb(0, 148, 109);
}
.con-6310-template-preview-05-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-preview-05-template{
  background: rgba(153, 8, 42, 1);
}

/* temp 06 */
.con-6310-template-preview-06-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;  
  background-size: cover;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-06-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-06-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.con-6310-template-preview-06-counter {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.con-6310-template-preview-06-counter:hover {
  background-color: #0f502f;
}

.con-6310-template-preview-06-counter-icon{
  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ff6fca;
  font-size: 37px;
  color: #ff6fca;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.con-6310-template-preview-06-counter-icon:before{
  content: "";
  border: 2px solid #ff6fca;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.con-6310-template-preview-06-counter:hover .con-6310-template-preview-06-counter-icon i{
  animation-name: con-6310-template-preview-06-animation;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes con-6310-template-preview-06-animation {
  0%, 20%, 53%, 80%, 100% {
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transform: translate3d(0, -30px, 0);
  }
  70% {
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transform: translate3d(0, -15px, 0);
  }
  90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
  }
}
.con-6310-template-preview-06-counter-value{
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #ff6fca;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
.con-6310-template-preview-06-counter:hover .con-6310-template-preview-06-counter-value{
  color: #ffffffec !important;
}
.con-6310-template-preview-06-title{
  font-size: 18px;
  line-height: 20px;
  color: #005261e0;
  text-transform: uppercase;
  width: 100%;
  padding-top: 0px;
  padding: 6px 0;
  text-align: center;
  float: left;
  font-weight: 600;
}
.con-6310-template-preview-06-counter:hover .con-6310-template-preview-06-title{
  color: #ff6767ec;
}
.con-6310-template-preview-06-description{
  font-size: 15px;
  line-height: 20px;
  color: rgb(63, 63, 63);
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
 padding-bottom: 5px;
  float: left;
  width: 100%;
}
.con-6310-template-preview-06-counter:hover .con-6310-template-preview-06-description{
  color: #ffffffec;
}
.con-6310-template-preview-06-read-more {
  float: left;
  width: 100%;   
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-06-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 600;
  height: 28px;       
  background: rgb(54, 54, 54); 
  color: rgba(255, 255, 255, 0.925);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-06-read-more a:hover{
  background: rgb(241, 241, 241); 
  color: rgb(26, 26, 26);
}

.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-06-counter-icon {
  color: #2dc1fb;
  border-color: #2dc1fb;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-06-counter-icon::before {
  border-color: #2dc1fb;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-06-counter-value {
  color: #2dc1fb;
}


.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-06-counter-icon {
  color: #edd859;
  border-color: #edd859;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-06-counter-icon::before {
  border-color: #edd859;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-06-counter-value {
 color: #edd859;
}


.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-06-counter-icon {
  color: #3ed35a;
  border-color: #3ed35a;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-06-counter-icon::before {
  border-color: #3ed35a;
}
.con-6310-template-preview-06-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-06-counter-value {
 color: #3ed35a;
}


@media only screen and (max-width: 990px){
  .con-6310-template-preview-06-counter{ margin-bottom: 40px; }
}

/* temp 07 */
.con-6310-template-preview-07-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-07-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-07-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.con-6310-template-preview-07-counter{
  text-align: center;
  float: left;
  width: 100%;
  background: white;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  padding: 30px 10px 10px 10px;
}
.con-6310-template-preview-07-counter-value{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #f8962e #0658a4 #f8962e #0658a4;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  color: #0658a4;
  position: relative;
}
.con-6310-template-preview-07-counter:hover .con-6310-template-preview-07-counter-value{
  color: #06a48a;
}
.con-6310-template-preview-07-counter-value:before{
  content: "";
  border-top: 15px solid #f8962e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.con-6310-template-preview-07-counter-value:after{
  content: "";
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #0658a4 #f8962e #0658a4 #f8962e;
  position: absolute;
  top: -23px;
  left: -23px;
  bottom: -23px;
  right: -23px;
  transition: all 0.3s ease 0s;
}
.con-6310-template-preview-07-counter:hover .con-6310-template-preview-07-counter-value:after{ transform: rotate(360deg); }
.con-6310-template-preview-07-title{
  font-size: 18px;
  font-weight: 600;
  color: #0658a4;
  text-transform: uppercase;
  margin: 0;
}
.con-6310-template-preview-07-counter:hover .con-6310-template-preview-07-title{
  color: #a41106 !important;
}
.con-6310-template-preview-07-description{
  font-size: 15px;
  line-height: 20px;
  color: #444;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  float: left;
  width: 100%;
}
.con-6310-template-preview-07-counter:hover .con-6310-template-preview-07-description{
  color: #111111 !important;
}
.con-6310-template-preview-07-read-more {
  float: left;
  width: 100%;   
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-07-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 400;
  height: 28px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-07-read-more a:hover {  
  background: rgb(0, 122, 65); 
  color: #fff;
}


@media only screen and (max-width: 990px){
  .con-6310-template-preview-07-counter{ margin-bottom: 30px; }
}


/* temp 08 */
.con-6310-template-preview-08-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-08-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-08-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.con-6310-template-preview-08-counter{
  padding: 15px;
  background: linear-gradient(to bottom, #11cdab, #d3e14a);
  border-radius: 50px;
  text-align: center;
  position: relative;
}
.con-6310-template-preview-08-counter:hover:before,
.con-6310-template-preview-08-counter:hover:after{
  top: -14px;
  opacity: 1;
}
.con-6310-template-preview-08-counter:before,
.con-6310-template-preview-08-counter:after{
  content: "";
  width: 10px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #aaaeb1;
  background: #fff;
  background-image: repeating-linear-gradient( transparent, transparent 2px, #c9cbcc 2px, #c9cbcc 4px);
  z-index: 1;
  position: absolute;
  top: -45px;
  opacity: 0;
  left: 20%;

}

.con-6310-template-preview-08-counter:before{
  transition: .8s;
}
.con-6310-template-preview-08-counter:after{
  transition: 1.5s;
}
.con-6310-template-preview-08-counter:after{
  left: auto;
  right: 20%;
}
.con-6310-template-preview-08-counter-content{
  padding: 10px 0;
  background: #fff7ee;
  border-radius: 45px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position: relative;
}
.con-6310-template-preview-08-counter-content:before{
  content: "";
  width: 100%;
  height: 30px;
  background: #28a4f1;
  border-radius: 45px 45px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.con-6310-template-preview-08-counter-value{
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #008a55;
  margin-top: 20px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.con-6310-template-preview-08-counter:hover .con-6310-template-preview-08-counter-value{
  color: #333333;
}
.con-6310-template-preview-08-title{
  font-size: 18px;
  font-weight: 600;
  color: #0364a0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.con-6310-template-preview-08-counter:hover .con-6310-template-preview-08-title{
  color: #027c26;
}
.con-6310-template-preview-08-description{
  font-size: 15px;
  line-height: 20px;
  color: #444;
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: 5px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.con-6310-template-preview-08-counter:hover .con-6310-template-preview-08-description{
  color: #070707;
}
.con-6310-template-preview-08-counter-icon i {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-08-counter-icon {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 6px;
  color: rgb(78, 78, 78);
  font-size: 40px;
  width: 25px;
  height: 25px;
  position: relative;
}
.con-6310-template-preview-08-counter:hover .con-6310-template-preview-08-counter-icon {
  color: #8f0c0c;
}
/* .con-6310-template-preview-08-counter-icon img{
  width: 100%;
}   */
.con-6310-template-preview-08-read-more {
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-08-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 400;
  height: 28px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-08-read-more a:hover {  
  background: rgb(0, 80, 100); 
  color: #fff;
}


@media only screen and (max-width: 990px){
  .con-6310-template-preview-08-counter{ margin-bottom: 30px; }
}



/* temp 09 */
.con-6310-template-preview-09-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-09-common-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-09-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.con-6310-template-preview-09-counter{
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.con-6310-template-preview-09-counter-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #6B41A3;
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: .4s;
}

.con-6310-template-preview-09-counter:hover .con-6310-template-preview-09-counter-icon{
  transform: rotateY(180deg);
}

.con-6310-template-preview-09-counter-icon:before{
  content: "";
  width: 125%;
  height: 125%;
  border-radius: 50%;
  border: 2px solid #606060;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.con-6310-template-preview-09-counter-icon:after{
  content: "";
  width: 10px;
  height: 100%;
  background: blueviolet;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.con-6310-template-preview-09-counter-content{
  padding: 10px;
  background: #fff;
  border: 12px solid blueviolet;
  border-radius: 30px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.con-6310-template-preview-09-counter-value{
  font-size: 26px;
  font-weight: 700;
  color: #771044;
  line-height: 45px;
  padding: 5px;
}
.con-6310-template-preview-09-counter:hover .con-6310-template-preview-09-counter-value{
  color: rgb(0, 121, 36) !important;
}
.con-6310-template-preview-09-title{
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: blueviolet;
  text-transform: capitalize;
  margin: 0;
}
.con-6310-template-preview-09-counter:hover .con-6310-template-preview-09-title{
  color: rgb(0, 121, 121) !important;
}
.con-6310-template-preview-09-description{
  font-size: 15px;
  line-height: 20px;
  color: rgb(92, 92, 92);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: calc(100% - 20px);
  padding: 0 5px;
}
.con-6310-template-preview-09-counter:hover .con-6310-template-preview-09-description{
  color: rgb(9, 24, 56);
}
.con-6310-template-preview-09-read-more {
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-09-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 400;
  height: 28px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-09-read-more a:hover {     
  background: rgb(182, 41, 112); 
  color: #fff;
}

@media only screen and (max-width: 990px){
  .con-6310-template-preview-09-counter{ margin-bottom: 20px; }
}

.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-09-counter-icon {
  background: #cc0404;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-09-counter-icon:after {
  background: #cc0404;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-09-counter-content {
  border-color: #cc0404;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 1) .con-6310-template-preview-09-title {
  color: #cc0404;
}

.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-09-counter-icon {
  background: #2ca3c2;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-09-counter-icon:after {
  background: #2ca3c2;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-09-counter-content {
  border-color: #2ca3c2;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 2) .con-6310-template-preview-09-title {
  color: #2ca3c2;
}

.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-09-counter-icon {
  background: #eea13e;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-09-counter-icon:after {
  background: #eea13e;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-09-counter-content {
  border-color: #eea13e;
}
.con-6310-template-preview-09-parallax .con-6310-col-3:nth-child(6n + 3) .con-6310-template-preview-09-title {
  color: #eea13e;
}


/* temp 10 */
.con-6310-template-preview-10-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.con-6310-template-preview-10-common-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-10-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.con-6310-template-preview-10-counter{
  text-align: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
}
.con-6310-template-preview-10-counter-content{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #23bee5;
  padding: 42px 15px;
  margin: 0 auto 45px;
  position: relative;
}
.con-6310-template-preview-10-counter-content:before{
  content: "";
  width: 137px;
  height: 137px;
  border-radius: 7px;
  background: linear-gradient(135deg,transparent 49%,#23bee5 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -46%) scale(1,1.14) rotate(45deg);
}
.con-6310-template-preview-10-counter-content:after{
  content: "";
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 7px solid #fff;
  box-shadow: 3px 5px 10px rgba(0,0,0,0.5) inset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.con-6310-template-preview-10-counter-icon{
  font-size: 30px;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 45px;
  transition: all 0.5s ease 0s;
}
.con-6310-template-preview-10-counter:hover .con-6310-template-preview-10-counter-icon{ 
  transform: rotateY(360deg); 
}
.con-6310-template-preview-10-counter-value{
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  float: left;
  width: 100%;
}
.con-6310-template-preview-10-title{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
}
.con-6310-template-preview-10-counter:hover .con-6310-template-preview-10-title{
  color: rgb(0, 158, 119);
}
.con-6310-template-preview-10-description{
  font-size: 15px;
  line-height: 20px;
  color: #444;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  float: left;
  width: 100%;
}
.con-6310-template-preview-10-counter:hover .con-6310-template-preview-10-description{
  color: rgb(0, 67, 94);
}

.con-6310-template-preview-10-read-more {
  float: left;
  width: 100%;   
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.con-6310-template-preview-10-read-more a {
  display: block;
  text-decoration: none;
  text-align:center;
  width: 105px;
  font-size: 15px;
  font-weight: 400;
  height: 28px;       
  background: #444; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-6310-template-preview-10-counter:hover .con-6310-template-preview-10-read-more a {     
  background: rgb(182, 41, 112); 
  color: #fff;
}
.con-6310-template-preview-10-counter:hover{
  background: rgb(255, 255, 255);
  box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 1) .con-6310-template-preview-10-counter-content {
  background: brown;
}
.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 1) .con-6310-template-preview-10-counter-content:before {
  background: linear-gradient(
    135deg,transparent 49%,brown 50%);
}

.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 2) .con-6310-template-preview-10-counter-content {
  background: #fe6223;
}
.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 2) .con-6310-template-preview-10-counter-content:before {
  background: linear-gradient(
    135deg,transparent 49%,#fe6223 50%);
}

.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 3) .con-6310-template-preview-10-counter-content {
  background: #0476ae;
}
.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 3) .con-6310-template-preview-10-counter-content:before {
  background: linear-gradient(
    135deg,transparent 49%,#0476ae 50%);
}

.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 4) .con-6310-template-preview-10-counter-content {
  background: rgba(255, 166, 0, 1);
}
.con-6310-template-preview-10-parallax .con-6310-col-4:nth-child(6n + 4) .con-6310-template-preview-10-counter-content:before {
  background: linear-gradient(
    135deg,transparent 49%,rgba(255, 166, 0, 1) 50%);
}

@media only screen and (max-width: 990px){
  .con-6310-template-preview-10-counter{ margin-bottom: 20px; }
}


.con-6310-pro-only {
  margin-right: 15px;
  float: right;
  font-family: sans-serif;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #d9534f;
}