/* read more section  */


.sbs-6310-template-preview-read-more {
	float: left;
	width: calc(100% - 10px);
	text-align: center;
	margin: 10px 5px;
}
.sbs-6310-template-preview-read-more a {
	width: 100px;
	line-height: 25px;
	height: 25px;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	color: rgb(0, 162, 191);
	transition: .5s;
}
.sbs-6310-template-preview-read-more a:hover{
	color: #000000;
} 
/* temp 31 */
.sbs-6310-template-preview-31-parallax { 
  background-attachment: fixed;
  background-image: url(https://images.pexels.com/photos/1103970/pexels-photo-1103970.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-31-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;
}
.sbs-6310-template-preview-31-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-31-wrapper {
  display: inline-block;
  perspective: 1000px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.sbs-6310-template-preview-31 {
  position: relative;
  cursor: pointer;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  float: left;
  width: calc(100% - 20px);
  height: 200px;
  margin: 10px;
}

.sbs-6310-template-preview-31-icon {
  float: left;
  width: calc(50% - 20px);
  text-align: right;
  margin: 0 10px;
  font-size: 100px;
}

.sbs-6310-template-preview-31-title {
  float: left;
  width: 50%;
  font-size: 20px;
  text-align: left;
}

.sbs-6310-template-preview-31 .sbs-6310-template-preview-31-front, .sbs-6310-template-preview-31 .sbs-6310-template-preview-31-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 backface-visibility: hidden;
  transform: rotateX(0deg);
}

.sbs-6310-template-preview-31 .sbs-6310-template-preview-31-front {
  z-index: 2;
}

.sbs-6310-template-preview-31-flip-right .sbs-6310-template-preview-31 .sbs-6310-template-preview-31-back {
  transform: rotate3d(-1, 1, 0, 180deg);
}

.sbs-6310-template-preview-31-flip-right:hover .sbs-6310-template-preview-31 {
  transform: rotate3d(-1, 1, 0, 180deg);
}

.sbs-6310-template-preview-31 .sbs-6310-template-preview-31-front, .sbs-6310-template-preview-31 .sbs-6310-template-preview-31-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FC545E;
  border-radius: 4px;
}

.sbs-6310-template-preview-31 .sbs-6310-template-preview-31-front {
  color: #FC545E;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
}

.sbs-6310-template-preview-31 .sbs-6310-template-preview-31-back {
  font-size: 1.5rem;
  color: #FFFFFF;
  background: #FC545E;
}

.sbs-6310-template-preview-31-description {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}

.sbs-6310-template-preview-31-read-more {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-31-read-more a {
  display: inline-block;
  text-decoration: none;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: rgb(0, 0, 0);
  background: #fff;
  border-radius: 5px;
  text-align: center;
  transition: .5s;
  position: relative;
}

.sbs-6310-template-preview-31-read-more a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid #e6e6e6;
  opacity: 0;
  z-index: -1;
  transform: scaleX(1.1) scaleY(1.3);
  transition: transform 0.3s, opacity 0.3s;
  box-sizing: border-box;
}

.sbs-6310-template-preview-31-read-more a:hover::after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}

.sbs-6310-template-preview-31-read-more a:hover {
  background: transparent;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-row {
    flex-direction: column;
  }
  .sbs-6310-col {
    width: calc(100% - 10px);
    margin: 5px;
  }
}
/* temp 32 */
.sbs-6310-template-preview-32-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;
}
.sbs-6310-template-preview-32-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(7, 23, 41, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-32-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.sbs-6310-template-preview-32 {
  width: 100%;
  display: grid;
  grid-auto-rows: 300px;
  grid-gap: 35px;
  margin: auto 0;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

.sbs-6310-template-preview-32-box .sbs-6310-template-preview-32-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.sbs-6310-template-preview-32-box:hover .sbs-6310-template-preview-32-icon {
  top: 20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.sbs-6310-template-preview-32-box .sbs-6310-template-preview-32-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  transition: 0.5x;
  color: #fff;
}

.sbs-6310-template-preview-32-box:hover .sbs-6310-template-preview-32-icon .fa {
  font-size: 40px;
}

.sbs-6310-template-preview-32-box .sbs-6310-template-preview-32-content {
  position: absolute;
  top: 100%;
  height: calc(100% - 100px);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

.sbs-6310-template-preview-32-box:hover .sbs-6310-template-preview-32-content {
  top: 100px;
}

.sbs-6310-template-preview-32-title {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-size: 24px;
}

.sbs-6310-template-preview-32-description {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.sbs-6310-template-preview-32-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
  transition: .9s;
}

.sbs-6310-template-preview-32-title-extra {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 70%;
  font-size: 30px;
  color: #fff;
}
.sbs-6310-template-preview-32:hover .sbs-6310-template-preview-32-title-extra{
  opacity: 0;
}
.sbs-6310-template-preview-32-read-more a {
  width: 100px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  background: darkblue;
  color: #fff;
  transition: .5s;
}

.sbs-6310-template-preview-32-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}

.sbs-6310-row .sbs-6310-col-3:nth-child(4) .sbs-6310-template-preview-32-box {
  background-color: #11c7df;
}
.sbs-6310-row .sbs-6310-col-3:nth-child(4) .sbs-6310-template-preview-32-icon {
  background: rgba(7, 23, 41, 1);
}

.sbs-6310-row .sbs-6310-col-3:nth-child(2) .sbs-6310-template-preview-32-box {
  background-color: #11c7df;
}
.sbs-6310-row .sbs-6310-col-3:nth-child(2) .sbs-6310-template-preview-32-icon {
  background:rgba(7, 23, 41, 1);
}

.sbs-6310-row .sbs-6310-col-3:nth-child(3) .sbs-6310-template-preview-32-box {
  background-color: #11c7df;
}
.sbs-6310-row .sbs-6310-col-3:nth-child(3) .sbs-6310-template-preview-32-icon {
  background: rgba(7, 23, 41, 1);
}


/* temp 33 */
.sbs-6310-template-preview-33-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;
}
.sbs-6310-template-preview-33-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-33-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-33-wrapper{
  float: left;
  width: calc(100% - 40px);
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.sbs-6310-template-preview-33-icon1 {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 2000px;
  transition: 0.4s;
  text-align: center;
}
.sbs-6310-template-preview-33-icon1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-top: 20px solid rgb(243, 71, 9);
  border-left: 20px solid rgb(243, 71, 9) ;
  box-sizing: border-box;
}
.sbs-6310-template-preview-33-icon1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 20px solid rgb(243, 71, 9) ;
  border-right: 20px solid rgb(243, 71, 9)  ;
  box-sizing: border-box;
}
.sbs-6310-template-preview-33-icon1 i {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  background-color: #fff;
  color: #2C3A47;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.sbs-6310-template-preview-33-icon1 .sbs-6310-template-preview-33-icon2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 110%;
  height: calc(100% - 60px);
  background-color: #2C3A47;
  border-radius: 3px;
  transition: 0.4s;
}
.sbs-6310-template-preview-33-icon1 .sbs-6310-template-preview-33-icon2 i {
  position: absolute;
  top: 0;
  left: 0;
}
 .sbs-6310-template-preview-33-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 60px;
  line-height: 1.5;
  box-sizing: border-box;
}
.sbs-6310-template-preview-33-title {
  font-size: 30px;
  margin-bottom: 5px;
}
.sbs-6310-template-preview-33-description {
  font-size: 15px;
}
.sbs-6310-template-preview-33-icon1:hover {
  transform: rotateY(-20deg) skewY(3deg);
}
.sbs-6310-template-preview-33-icon1:hover .sbs-6310-template-preview-33-icon2 {
  transform: rotateY(20deg) skewY(-3deg);
}
.sbs-6310-template-preview-33-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
  transition: .9s;
}


.sbs-6310-template-preview-33-read-more a {
  width: 100px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  background: darkblue;
  color: #fff;
  transition: .5s;
}

.sbs-6310-template-preview-33-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}

/* temp 34 */
.sbs-6310-template-preview-34-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;
}
.sbs-6310-template-preview-34-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-34-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-34{
  padding: 20px 25px;
  border-radius: 5px;
  text-align: right;
  overflow: hidden;
  z-index: 1;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.sbs-6310-template-preview-34:before{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #094d92;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-34:hover:before{ left: 0; }
.sbs-6310-template-preview-34:after{
  content: "";
  width: 7px;
  height: 0;
  border-radius: 5px;
  background: #bef72e;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-34:hover:after{ height: 100%; }
 .sbs-6310-template-preview-34-icon{
  color: #094d92;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-34-icon i{ font-size: 30px; }
 .sbs-6310-template-preview-34-title{
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 10px;
}
 .sbs-6310-template-preview-34-description{
  font-size: 15px;
  color: #777;
  line-height: 25px;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-34-read-more a {
  width: 100px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  background: darkblue;
  color: #fff;
  text-align: center;
  transition: .5s;
}

.sbs-6310-template-preview-34-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}
.sbs-6310-template-preview-34:hover .sbs-6310-template-preview-34-icon,
.sbs-6310-template-preview-34:hover .sbs-6310-template-preview-34-description{ color: #fff; }
@media only screen and (max-width:990px){
  .sbs-6310-template-preview-34{ margin-bottom: 30px; }
}


.sbs-6310-template-preview-35-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;
}
.sbs-6310-template-preview-35-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(238, 233, 233);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-35-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-35 {
  width: 100%;
  float: left;
  height: 100%;
}
.sbs-6310-template-preview-35-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: #000;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}
 .sbs-6310-template-preview-35-font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-35-font1 {
  box-sizing: border-box;
  padding: 20px;
}
.sbs-6310-template-preview-35-font1 .sbs-6310-template-preview-35-number {
  margin: 0;
  padding: 0;    
}
.sbs-6310-template-preview-35-font1 .sbs-6310-template-preview-35-title {
  background-color: #fffc00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.sbs-6310-template-preview-35-description {
  float: left;
  width: 100%;
  font-size: 15px;
  font-family: monospace;
  color: #fff;
  line-height: 25px;
}
 .sbs-6310-template-preview-35-font2 {
  transition: 0.5s;
} 
.sbs-6310-template-preview-35-font2 .sbs-6310-template-preview-35-number {
  margin: 0;
  padding: 0;
  font-size: 10em;
  color: #fff;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
} 
.sbs-6310-template-preview-35-wrapper:hover .sbs-6310-template-preview-35-font2 {
  height: 60px;
}
.sbs-6310-template-preview-35-wrapper:hover .sbs-6310-template-preview-35-number {
  font-size: 15px;
}
 .sbs-6310-row .sbs-6310-col-3:nth-child(4) .sbs-6310-template-preview-35-font2 {
  background-color: rgb(99 107 226);
  border-radius: 15px;
}
.sbs-6310-row .sbs-6310-col-3:nth-child(2) .sbs-6310-template-preview-35-font2 {
 background-color: rgb(99 107 226);
  border-radius: 15px;
}
.sbs-6310-row .sbs-6310-col-3:nth-child(3) .sbs-6310-template-preview-35-font2{
 background-color: rgb(99 107 226);
  border-radius: 15px;
} 


/* temp 36 */
.sbs-6310-template-preview-36-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;
}
.sbs-6310-template-preview-36-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-36-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-36-wrapper{
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .5s;
  overflow: hidden;
}
.sbs-6310-template-preview-36 {
  /* position: absolute; */
  border-radius: 5px !important;
  left: 0;
  top: 0;
  height: 300px;
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 20px 8px #d0d0d0;
  transition: .5s;
}
.sbs-6310-template-preview-36-wrapper:hover .sbs-6310-template-preview-36-icon{
  opacity: 0;
  transition: .9s;
}
.sbs-6310-template-preview-36-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: red;
  transition: 1s;
}
.sbs-6310-template-preview-36-content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: justify;
  color: black;
  padding: 40px;
  font-family: 'Merriweather', serif;
  transition: 1s;
  opacity: 0;
}
.sbs-6310-template-preview-36:hover .sbs-6310-template-preview-36-content{
  z-index: 1;
  opacity: 1;
  transition: .9s;
}

.sbs-6310-template-preview-36-title {
  font-weight: 900;
  text-align: center;
}

.sbs-6310-template-preview-36-description {
  font-weight: 300;
}

.sbs-6310-template-preview-36-effect {
  width: 100%;
  height: 100%;
}

.sbs-6310-template-preview-36-effect::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 60%;
  background: url("https://pbs.twimg.com/profile_images/1347260174176710658/2GfSZ1i__400x400.jpg") rgb(233, 125, 10);
  background-position: 100px;
  background-repeat: no-repeat;
  transition: 1s;
}

.sbs-6310-template-preview-36-effect::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 60%;
  right: 0;
  background: url("https://pbs.twimg.com/profile_images/1347260174176710658/2GfSZ1i__400x400.jpg") rgb(233, 125, 10);
  background-position: -200px;
  background-repeat: no-repeat;
  transition: 1s;
}

.sbs-6310-template-preview-36-wrapper:hover .sbs-6310-template-preview-36-effect::after {
  transform: translatex(300px);
}

.sbs-6310-template-preview-36-wrapper:hover .sbs-6310-template-preview-36-effect::before{
  transform: translatex(-300px);
}
.sbs-6310-template-preview-36-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
  transition: .9s;
}


.sbs-6310-template-preview-36-read-more a {
  width: 100px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  background: darkblue;
  color: #fff;
  transition: .5s;
}

.sbs-6310-template-preview-36-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}



/* Template 37 */
.sbs-6310-template-preview-37-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;
}
.sbs-6310-template-preview-37-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(250, 250, 250);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-37-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-37-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sbs-6310-template-preview-37 {
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
  height: 100%;
}

.sbs-6310-template-preview-37-face {
  width: 100%;
  height: 200px;
  transition: 0.5s;
}

.sbs-6310-template-preview-37-face1 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.sbs-6310-template-preview-37:hover .sbs-6310-template-preview-37-face.sbs-6310-template-preview-37-face1 {
  background: #ff0057;
  transform: translateY(0);
}

.sbs-6310-template-preview-37-content {
  opacity: 0.2;
  transition: 0.5s;
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-37:hover .sbs-6310-template-preview-37-content {
  opacity: 1;
}

.sbs-6310-template-preview-37-content img {
  max-width: 100px;
}

.sbs-6310-template-preview-37-content .sbs-6310-template-preview-37-title {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.sbs-6310-template-preview-37-face.sbs-6310-template-preview-37-face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

.sbs-6310-template-preview-37:hover .sbs-6310-template-preview-37-face.sbs-6310-template-preview-37-face2 {
  transform: translateY(0);
}

.sbs-6310-template-preview-37-content .sbs-6310-template-preview-37-description {
  margin: 0;
  padding: 0;
}

.sbs-6310-template-preview-37-read-more a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.sbs-6310-template-preview-37-read-more a:hover {
  background: #333;
  color: #fff;
}

/* template 38 */
.sbs-6310-template-preview-38-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
}
.sbs-6310-template-preview-38-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-38-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}

.sbs-6310-template-preview-38-container {
  float: left;
  width: 100%;
  height: 100%;
}

.sbs-6310-template-preview-38 {
  float: left;
  width: 100%;
}

.sbs-6310-template-preview-38-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 100%;
}

.sbs-6310-template-preview-38-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.sbs-6310-template-preview-38-card {
  background-image: linear-gradient(45deg, #3503ad, #f7308c);
}

.sbs-6310-template-preview-38-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sbs-6310-template-preview-38-pic {
  margin-bottom: 12px;
  filter: invert(1);
}

.sbs-6310-template-preview-38-pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sbs-6310-template-preview-38-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sbs-6310-template-preview-38-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  cursor: pointer;
}

.sbs-6310-template-preview-38-overlay::before {
  content: "Read";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}

.sbs-6310-template-preview-38-overlay:hover, .sbs-6310-template-preview-38-overlay:focus {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.9;
}

.sbs-6310-template-preview-38-overlay:hover::before, .sbs-6310-template-preview-38-overlay:focus::before {
  content: none;
}

.sbs-6310-template-preview-38-overlay {
  background-image: linear-gradient(45deg, #3503ad, #f7308c);
}

.sbs-6310-template-preview-38-content {
  z-index: 1;
  padding: 20px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  pointer-events: none;
  transition: 0s;
}

.sbs-6310-template-preview-38-overlay:hover~.sbs-6310-template-preview-38-content {
  opacity: 1;
  visibility: visible;
  transition: 0.2s 0.3s;
}

.sbs-6310-template-preview-38-title-2 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 40px;
  color: #fff;
}

.sbs-6310-template-preview-38-description {
  float: left;
  width: 100%;
  font-size: 15px;
  font-family: 'Courier New', Courier, monospace;
  color: #fff;
}

/* temp 39 */
.sbs-6310-template-preview-39-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;
}
.sbs-6310-template-preview-39-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(248, 244, 244);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-39-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-39 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.sbs-6310-template-preview-39-container {
  position: relative;
  width: 100%;
  height: 300px;
  box-shadow: inset 5px 5px 5px rgb(0 0 0 / 20%), inset -5px -5px 15px rgb(255 255 255 / 10%), 5px 5px 15px rgb(0 0 0 / 30%), -5px -5px 15px rgb(255 255 255 / 10%);
  border-radius: 15px;
  transition: 0.5s;
}

.sbs-6310-template-preview-39-box .sbs-6310-template-preview-39-content a {
  background: #2196f3;
}

.sbs-6310-template-preview-39-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.sbs-6310-template-preview-39:hover .sbs-6310-template-preview-39-box {
  transform: translateY(-50px);
}

.sbs-6310-template-preview-39-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.sbs-6310-template-preview-39-content {
  padding: 20px;
  text-align: center;
}

.sbs-6310-template-preview-39-icon {
  position: absolute;
  top: 25%;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.sbs-6310-template-preview-39-title {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.sbs-6310-template-preview-39-description {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.sbs-6310-template-preview-39-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-39-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-39-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* temp 40 */
.sbs-6310-template-preview-40-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;
}
.sbs-6310-template-preview-40-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-40-common-overlay iframe {
  position: absolute !important;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
  opacity: .7;
  position: relative;
}
.sbs-6310-template-preview-40 {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sbs-6310-template-preview-40-left-section {
  float: left;
  width: 40%;
  background: rgba(224, 147, 139, 0.83);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.sbs-6310-template-preview-40-icon {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}

.sbs-6310-template-preview-40-right-section {
  float: left;
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sbs-6310-template-preview-40-right-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(224, 147, 139, 0.83);
  z-index: -1;
  transform: translateX(-100%);
  transition: .9s;
}

.sbs-6310-template-preview-40:hover .sbs-6310-template-preview-40-right-section {
  background: transparent;
}

.sbs-6310-template-preview-40:hover .sbs-6310-template-preview-40-right-section::after {
  transform: translateX(0);
}

.sbs-6310-template-preview-40-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 10px 0;
  box-sizing: border-box;
}

.sbs-6310-template-preview-40-description {
  float: left;
  width: 100%;
  text-align: center;
  font-family: monospace;
  font-size: 15px;
  color: #000;
}

.sbs-6310-template-preview-40-read-more {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sbs-6310-template-preview-40-read-more a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: crimson;
  color: #fff;
}