/* 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 21 */
.sbs-6310-template-preview-21-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/1903702/pexels-photo-1903702.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-21-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-21-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-21{
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #008282;
}
.sbs-6310-template-preview-21-font-side{
  float: left;
  width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: perspective(1000px) rotateY(0);
  position: absolute;
  opacity: 1;
  transition: .9s;
  overflow: hidden;
  perspective: 1000px;
  font-family: Vollkorn;
  position: absolute;
  background: rgba(0, 107, 161, 1);

}
.sbs-6310-template-preview-21:hover .sbs-6310-template-preview-21-font-side{
  opacity: 0;
  transform: translateX(-110px) rotateY(90deg);
}
.sbs-6310-template-preview-21-backside {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: all .6s ease;   
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateX(110px) rotateY(-90deg);
}
.sbs-6310-template-preview-21:hover .sbs-6310-template-preview-21-backside{
  transform: perspective(1000px) rotateY(0);
  opacity: 1;
}
.sbs-6310-template-preview-21-icon{
  float: left;
  width: 100%;
  font-size: 50px;
  color: #fff;
}

.sbs-6310-template-preview-21-title {
  float: left;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  transition: all 500ms;
  color: #000000;
  transition: .5s;
}

.sbs-6310-template-preview-21:hover .sbs-6310-template-preview-21-title {
  color: rgb(8, 103, 245);
}

.sbs-6310-template-preview-21-description {
  font-size: 16px;
  line-height: 28px;
  color: #9d9d9d;
  float: left;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-21:hover .sbs-6310-template-preview-21-description {
  color: #ffffff;
}
.sbs-6310-template-preview-21-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
}

.sbs-6310-template-preview-21-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-21-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}
@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-21 {
    margin-bottom: 5px;
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}


/* temp 22 */
.sbs-6310-template-preview-22-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-22-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-22-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-22{
  float: left;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}
.sbs-6310-template-preview-22-icon-wrapper{
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sbs-6310-template-preview-22-icon{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 22px;
  font-size: 35px;
  color: #ffa900;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-22-icon:before{
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease 0s;
}
.sbs-6310-template-preview-22:hover .sbs-6310-template-preview-22-icon:before{
  width: 93px;
  height: 93px;
  border: 3px solid #ffa900;
  top: 4px;
  left: 4px;
  transform: rotate(45deg);
}
.sbs-6310-template-preview-22-title{
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0d3b66;
  margin: 0 0 15px 0;
  transition: all 0.25s ease 0s;
  float: left;
  width: 100%;
  text-align: center;
}
.sbs-6310-template-preview-22:hover .sbs-6310-template-preview-22-title{
  color: #ffa900;
}
.sbs-6310-template-preview-22-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
}

.sbs-6310-template-preview-22-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-22-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}
.sbs-6310-template-preview-22-description{
  font-size: 14px;
  color: #888;
  line-height: 25px;
  float: left;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 990px){
  .sbs-6310-template-preview-22{ margin-bottom: 30px; }
}


/* temp 23 */
.sbs-6310-template-preview-23-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-23-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-23-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-23{
  padding: 35px 20px 50px 90px;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(58, 125, 145, 1);
}
.sbs-6310-template-preview-23:hover {
  background: rgba(123, 128, 118, 1);
}

.sbs-6310-template-preview-23:before{
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale3d(1.08, 1.08, 1.08);
  transition: all 0.33s ease 0s;
}
.sbs-6310-template-preview-23:hover:before{
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.sbs-6310-template-preview-23 .sbs-6310-template-preview-23-icon{
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  position: absolute;
  top: 55px;
  left: 20px;
  transition: all 0.3s ease 0s;
}
.sbs-6310-template-preview-23:hover .sbs-6310-template-preview-23-icon{ transform: translateY(20px); }
.sbs-6310-template-preview-23 .sbs-6310-template-preview-23-icon:after{
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 10px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.sbs-6310-template-preview-23 .sbs-6310-template-preview-23-icon:before{
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 10px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.sbs-6310-template-preview-23-icon:after{
  top: auto;
  bottom: -20px;
  left: 10px;
  right: 10px;
}
.sbs-6310-template-preview-23:hover .sbs-6310-template-preview-23-icon:before{
  bottom: -25px;
  transform: rotate(90deg);
}
.sbs-6310-template-preview-23:hover .sbs-6310-template-preview-23-icon:after{
  transform: rotate(-90deg);
  top: -25px;
}
.sbs-6310-template-preview-23-title{
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
}
.sbs-6310-template-preview-23-description{
  font-size: 13px;
  color: #fff;  
  line-height: 27px;
  letter-spacing: 1px;
  margin: 0;
}
.sbs-6310-template-preview-23-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
}

.sbs-6310-template-preview-23-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-23-read-more a:hover {
  color: #000000;
  background: #00bcd4;
}
@media only screen and (max-width:990px){
  .sbs-6310-template-preview-23{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
  .sbs-6310-template-preview-23:before{ transform: scale3d(1, 1, 1); }
  .sbs-6310-template-preview-23 .sbs-6310-template-preview-23-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
  .sbs-6310-template-preview-23 .sbs-6310-template-preview-23-icon{ top: 40px; }
}

/* temp 24 */
.sbs-6310-template-preview-24-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-24-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-24-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-24{
  border: 1px solid #dfdfdf;
  border-radius: 0px 30px;
  text-align: center;
  transition: all 0.5s ease 0s;
  float: left;
  width: 100%;
  height: 100%;
  background: #f0f8ff73;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-24:hover{
  background-color: #12caf3;
  border-color: #40d4f5;
}
.sbs-6310-template-preview-24 .sbs-6310-template-preview-24-icon{
  width: 60px;
  height: 60px;
  background-color: #40d4f5;
  border-radius: 0 20px;
  margin: 20px;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-24:hover .sbs-6310-template-preview-24-icon{
  background-color: #fff;
}
.sbs-6310-template-preview-24 .sbs-6310-template-preview-24-icon i{
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-24:hover .sbs-6310-template-preview-24-icon i{
  color: #40d4f5;
}
.sbs-6310-template-preview-24-title{
  font-size: 16px;
  font-weight: bold;
  color: #5e5e5e;
  margin-bottom: 20px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{
  color: #fff;
}
.sbs-6310-template-preview-24-title:after{
  content: "";
  width: 25%;
  border-top: 1px solid #fff;
  display: block;
  margin: 15px auto;
  transition: all 0.8s ease 0s;
}
.sbs-6310-template-preview-24:hover .sbs-6310-template-preview-24-title:after{
  width: 80%;
  border-color: #fff;
}
.sbs-6310-template-preview-24-description{
  font-size: 14px;
  color: #fff;  
  line-height: 23px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-24:hover .sbs-6310-template-preview-24-description{
  color: #fff;
}
.sbs-6310-template-preview-24-read-more a{
  font-size: 14px;
  color: #444;
  background-color: #dcdcdc;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  margin-bottom: 10px;
}
.sbs-6310-template-preview-24-read-more:hover a{
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 990px){
  .serviceBox{ margin-bottom: 30px; }
}

/* temp 25 */
.sbs-6310-template-preview-25-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/1903702/pexels-photo-1903702.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-25-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-25-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-25{
  border: 1px solid #4e4e4e;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(58, 125, 145, 1);
}
.sbs-6310-template-preview-25:before,
.sbs-6310-template-preview-25:after{
  content: "";
  width: 200%;
  height: 200%;
  background: #eba133;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
  transform: rotate(-18deg);
  transition: all 0.5s ease 0s;
}
.sbs-6310-template-preview-25:before{
  background: #4e4e4e;
  left: -120%;
  transform: rotate(24deg);
}
.sbs-6310-template-preview-25:hover:before{
  transform: rotate(16deg);
}
.sbs-6310-template-preview-25:hover:after{
  background: #684f8e;
  transform: rotate(-10deg);
}
.sbs-6310-template-preview-25 .sbs-6310-template-preview-25-icon{
  font-size: 60px;
  color: #fff;
  line-height: 100px;
}
.sbs-6310-template-preview-25-content{
  color: #fff;
  line-height: 25px;
  padding: 0 20px 20px;
}
.sbs-6310-template-preview-25-title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sbs-6310-template-preview-25-description{
  font-size: 14px;
  color:rgb(2, 2, 2);
}
.sbs-6310-template-preview-25-read-more {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.sbs-6310-template-preview-25-read-more a{
  display: block;
  width: 100px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #eba133;
  padding: 10px;
  text-decoration: none;
  border-left: 1px solid #eba133;
  border-right: 1px solid #eba133;
}
.sbs-6310-template-preview-25:hover .sbs-6310-template-preview-25-read-more a{
  border-color: #684f8e;
  color: #684f8e;
}
@media only screen and (max-width: 990px){
  .sbs-6310-template-preview-25{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
  .sbs-6310-template-preview-25:before,
  .sbs-6310-template-preview-25:after{
      top: 80px;
  }
}
@media only screen and (max-width: 480px){
  .sbs-6310-template-preview-25:before,
  .sbs-6310-template-preview-25:after{
      top: 140px;
  }
}

/* temp 26 */
.sbs-6310-template-preview-26-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-26-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-26-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-26-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  width: 100%;
  height: 100%;
}


.sbs-6310-template-preview-26-box {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  border-radius: 4px;
  margin: 20px;
  overflow: hidden;
  text-align: center;
}


.sbs-6310-template-preview-26-box:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.2);
  z-index: 2;
  pointer-events: none;
}

.sbs-6310-template-preview-26-icon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #000;
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700px;
  transition: 1s;
}


.sbs-6310-template-preview-26-box
.sbs-6310-template-preview-26-icon {
  box-shadow: 0 0 0 0 #e91e63;
  background-color: #e91e63;
}

.sbs-6310-template-preview-26-box:hover
.sbs-6310-template-preview-26-icon {
  box-shadow: 0 0 0 400px #e91e63;
  background-color: #e91e63;
}


.sbs-6310-template-preview-26-container
.sbs-6310-template-preview-26-box
.sbs-6310-template-preview-26-content {
  position: relative;
  z-index: 1;
  transition: 0.5s;
} 

.sbs-6310-template-preview-26-container
.sbs-6310-template-preview-26-box:hover
.sbs-6310-template-preview-26-content {
  color: #fff;
}

.sbs-6310-template-preview-26-title {
  font-size: 20px;
  margin: 10px 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.sbs-6310-template-preview-26-description {
  float: left;
  width: 100%;
  font-size: 15px;
  font-family: monospace;
}

.sbs-6310-template-preview-26-read-more a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
/* template 27  */
.sbs-6310-template-preview-27-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/1776268/pexels-photo-1776268.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-27-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-27-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-27_box{
  margin:20px 0;
  padding:40px 20px;
  text-align: center;
  border-radius:5px;
  background:rgba(59, 63, 66,0.7);
  transition: all 0.30s ease 0s;
}
.sbs-6310-template-preview-27_box:hover{
  background:#00BFF3;
}
.sbs-6310-template-preview-27_icon{
  width:70px;
  height:70px;
  margin: 0 auto;
  font-size:35px;
  background: #fff;
  line-height:70px;
  border-radius:50px;
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}
.sbs-6310-template-preview-27_box:hover .sbs-6310-template-preview-27_icon{
  transform: translateY(-50%);
}
.sbs-6310-template-preview-27_icon i{
  color:#333;
}
.sbs-6310-template-preview-27-title{
  position: relative;
  top:40px;
  margin:0;
  color:#fff;
  font-size:23px;
  text-transform:uppercase;
  transform: translateY(0%);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.sbs-6310-template-preview-27_box:hover .sbs-6310-template-preview-27-title{
  top:-20px;
}
.sbs-6310-template-preview-27-description{
  color:#fff;
  margin:0;
  opacity:0;
  transition: all 0.30s linear 0s;
}
.sbs-6310-template-preview-27_box:hover .sbs-6310-template-preview-27-description{
  opacity:1;
}

/* temp 28 */
.sbs-6310-template-preview-28-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-28-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(131, 199, 222);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-28-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-28-wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}


.sbs-6310-template-preview-28-container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.sbs-6310-template-preview-28-front,
.sbs-6310-template-preview-28-back{
  background-size: cover;
  background-color: rgb(131, 199, 222);
  border: 3px solid rgba(0, 129, 184, 1);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.sbs-6310-template-preview-28-back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  rgb(1, 135, 134) 0%,rgb(1, 135, 134) 100%);
  background: -o-linear-gradient(45deg,  rgb(1, 135, 134) 0%,rgb(1, 135, 134) 100%);
  background: linear-gradient(45deg,  rgb(1, 135, 134) 0%,rgb(1, 135, 134) 100%);
}

.sbs-6310-template-preview-28-front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.sbs-6310-template-preview-28-container:hover .sbs-6310-template-preview-28-front,
.sbs-6310-template-preview-28-container:hover .sbs-6310-template-preview-28-back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.sbs-6310-template-preview-28-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 25px;
}

.sbs-6310-template-preview-28-inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.sbs-6310-template-preview-28-container .sbs-6310-template-preview-28-back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.sbs-6310-template-preview-28-container .sbs-6310-template-preview-28-front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.sbs-6310-template-preview-28-container:hover .sbs-6310-template-preview-28-back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.sbs-6310-template-preview-28-container:hover .sbs-6310-template-preview-28-front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.sbs-6310-template-preview-28-front .sbs-6310-template-preview-28-title{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.sbs-6310-template-preview-28-title:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.sbs-6310-template-preview-28-description{
  color:#fff;
  font-size: 16px;
  line-height: 20px;
}

.sbs-6310-template-preview-28-icon{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}
.sbs_6310_team_style_28_background {
  width: 100%;
  float: left;
}


/* temp 29 */
.sbs-6310-template-preview-29-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/2343170/pexels-photo-2343170.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-29-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-29-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-29{
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 0 15px 25px;
  border: 2px solid #ff4757;
  border-radius: 50px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
  position: relative;
  transition: all 0.3s ease 0s;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.sbs-6310-template-preview-29-wrapper{
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    background: #ff000045;
    left: 0px;
    border-radius: 50px 0;

}

.sbs-6310-template-preview-29:before,
.sbs-6310-template-preview-29:after{
  content: "";
  width: 25px;
  height: 25px;
  border-top: 7px solid #ff6b81;
  border-right: 7px solid #ff4757;
  position: absolute;
  top: 0;
  right: 0;
  transition: .5s;
}
.sbs-6310-template-preview-29:hover::after{
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sbs-6310-template-preview-29:hover::before{
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sbs-6310-template-preview-29:after{
  border-top: none;
  border-right: none;
  border-bottom: 7px solid #ff4757;
  border-left: 7px solid #ff6b81;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.sbs-6310-template-preview-29 .sbs-6310-template-preview-29-icon{
  color: #fff;
  background: #ff6b81;
  font-size: 35px;
  width: 90px;
  padding: 0 0 5px;
  margin: 0 auto 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  position: relative;
}
.sbs-6310-template-preview-29:hover .sbs-6310-template-preview-29-icon i{
  transform: rotateX(360deg);
  transition: all 0.3s;
}

.sbs-6310-template-preview-29-icon-wrapper:after{
  left: auto;
  right: -15px;
}
.sbs-6310-template-preview-29-title{
  color: #ff4757;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.sbs-6310-template-preview-29-:hover .sbs-6310-template-preview-29-title{
  color: #000;
}
.sbs-6310-template-preview-29-description{
  font-size: 15px;
  line-height: 25px;
}

.sbs-6310-template-preview-29-read-more {
  float: left;
  width: calc(100% - 10px);
  text-align: center;
  margin: 10px 5px;
}

.sbs-6310-template-preview-29-read-more a {
  width: 100px;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  background: rgb(235, 77, 4);
  color: #fff;
  transition: .5s;
}
@media only screen and (max-width:990px){
  .sbs-6310-template-preview-29{ margin: 10px 10px 50px; }
}

/* template 30  */
.sbs-6310-template-preview-30-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-30-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-30-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-30{
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 
}
.sbs-6310-template-preview-30-font-side{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(25, 25, 112, 0.84);
}
.sbs-6310-template-preview-30-icon{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  padding-bottom: 30px;
  color:rgb(245, 222, 179);
}
.sbs-6310-template-preview-30-title{
  float: left;
  width: 100%;
  font-size: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.sbs-6310-template-preview-30-back-side{
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transition: all .5s ease;
  background-color: rgb(70, 130, 180);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateY(70px) rotateX( -90deg);
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.sbs_6310_team_style_30_background {
  width: 100%;
  float: left;
}
.sbs-6310-template-preview-30:hover .sbs-6310-template-preview-30-back-side{
  opacity: 1;
  transform: rotateX(0);
}
.sbs-6310-template-preview-30-discription{
  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-30-read-more{
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
.sbs-6310-template-preview-30-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-30-read-more a:hover::after{
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}
.sbs-6310-template-preview-30-read-more a:hover{
  background: rgb(28 28 105);
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
  .sbs-6310-row {
    flex-direction: column;
  }
  .sbs-6310-col{
      width: calc(100% - 10px);
      margin: 5px;
  }
}