/* template 01 start */
.sbs-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;
}
.sbs-6310-template-preview-01-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-01-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-01 {
    float: left;
    width: 100%;
    height: 100%;
    transition: .5s;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: rgba(255, 255, 255, 0.562);
  }
  
  .sbs-6310-template-preview-01:hover .sbs-6310-template-preview-01-icon img {
    transform: rotate(360deg);
  }
  
  .sbs-6310-template-preview-01:hover .sbs-6310-template-preview-01-icon i {
    transform: rotate(360deg);
  }
  
  .sbs-6310-template-preview-01:hover {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    transform: scale(1.02);
  }
  
  .sbs-6310-template-preview-01-icon-wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .sbs-6310-template-preview-01-icon {
    float: left;
    width: 20%;
    font-size: 50px;
    text-align: center;
  }
  
  .sbs-6310-template-preview-01-icon img {
    float: left;
    width: 100%;
    display: block;
    transition: .5s;
  }
  
  .sbs-6310-template-preview-01-icon i {
    transition: .5s;
  }
  
  .sbs-6310-template-preview-01-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #000;
    transition: .5s;
  }
  
  .sbs-6310-template-preview-01:hover .sbs-6310-template-preview-01-title {
    color: red;
  }
  
  @media only screen and (max-width: 767px) {
    .sbs-6310-col {
      width: 100%;
      margin: 0 auto;
    }
    .sbs-6310-template-preview-01 {
      margin: 5px;
      width: calc(100% - 10px);
    }
    .sbs-6310-row {
      display: inline-block;
      width: 100%;
    }
  }
  .sbs-6310-template-preview-01-read-more {
    float: left;
    width: calc(100% - 10px);
    text-align: center;
    margin: 10px 5px;
  }
  .sbs-6310-template-preview-01-read-more a {
    width: 100px;
    line-height: 25px;
    height: 25px;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    /* background: darkblue; */
    color: rgb(0, 162, 191);
    transition: .5s;
  }
  .sbs-6310-template-preview-01-read-more a:hover{
    color: #000000;
    /* background: #00bcd4; */
  } 

  .sbs-6310-template-preview-01-description {
    font-size: 16px;
    line-height: 28px;
    color: #656565;
    float: left;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
  }
  
  .sbs-6310-template-preview-01:hover .sbs-6310-template-preview-01-description {
    color: #ff5722;
  }
  
  /* template 01 end  */

  
/* temp 02 */

.sbs-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%;
  position: relative;
  background-image: url(https://images.pexels.com/photos/1103970/pexels-photo-1103970.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
}
.sbs-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;
}
.sbs-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;
}

.sbs-6310-template-preview-02 {
  float: left;
  width: 100%;
  height: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.541);
}

.sbs-6310-template-preview-02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0051fa;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transform: translateX(100%) translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.sbs-6310-template-preview-02:hover::after {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.sbs-6310-template-preview-02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0051fa;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%) translateY(-100%);
  transition: .5s;
}

.sbs-6310-template-preview-02:hover::before {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.sbs-6310-template-preview-02-icon {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding: 10px;
  box-sizing: border-box;
  color: #ff5722;
  transition: .5s;
}

.sbs-6310-template-preview-02-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  color: #000;
  transition: .5s;
}
.sbs-6310-template-preview-02-description {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: left;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sbs-6310-template-preview-02:hover .sbs-6310-template-preview-02-title {
  color: #fff;
}

.sbs-6310-template-preview-02:hover .sbs-6310-template-preview-02-icon {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-02 {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}

/* template 03 */
.sbs-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(https://images.pexels.com/photos/3608311/pexels-photo-3608311.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-03-common-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.75);
}
.sbs-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;
}

.sbs-6310-template-preview-03 {
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  position: relative;
  overflow: hidden;
  transition: .5s;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}

.sbs-6310-template-preview-03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(3 169 244 / 16%);
  transition: .5s;
}

.sbs-6310-template-preview-03::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: rgb(233, 245, 127);
  transition: .5s;
  z-index: -1;
}

.sbs-6310-template-preview-03:hover::after {
  top: 0;
}

.sbs-6310-template-preview-03-icon-wrapper {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-03-icon {
  width: 80px;
  height: 80px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: #6B33F0;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.sbs-6310-template-preview-03:hover .sbs-6310-template-preview-03-icon {
  background: #6B33F0;
  color: #fff;
}

.sbs-6310-template-preview-03:hover {
  border-color: #000000;
}

.sbs-6310-template-preview-03-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  transition: .5s;
}

.sbs-6310-template-preview-03:hover .sbs-6310-template-preview-03-title {
  color: #ff0000;
}

.sbs-6310-template-preview-03-description {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
  float: left;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-03:hover .sbs-6310-template-preview-03-description {
  color: #ff5722;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-03 {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}


/* temp 04 */
.sbs-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;
}
.sbs-6310-template-preview-04-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(197, 197, 197, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-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;
}

.sbs-6310-template-preview-04 {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: .5s;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.sbs-6310-template-preview-04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FC5404;
  transition: .5s;
  z-index: -1;
  transform: translateX(-99%);
}

.sbs-6310-template-preview-04:hover::after {
  transform: translateX(0);
}

.sbs-6310-template-preview-04-icon {
  float: left;
  width: 100%;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #d13a75;
  padding: 15px 5px;
  transition: .5s;
  box-sizing: border-box;
}

.sbs-6310-template-preview-04:hover .sbs-6310-template-preview-04-icon {
  color: #000;
  transform: scale(0.8);
}

.sbs-6310-template-preview-04-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  color: #ff0000;
  transition: .5s;
}

.sbs-6310-template-preview-04:hover .sbs-6310-template-preview-04-title {
  color: #000;
}

.sbs-6310-template-preview-04-description {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
  float: left;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-04:hover .sbs-6310-template-preview-04-description {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-04 {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}


/* template 05 */
.sbs-6310-template-preview-05-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/346529/pexels-photo-346529.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-05-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-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;
}

.sbs-6310-template-preview-05 {
  float: left;
  width: calc(100% - 40px);
  height: 100%;
  margin-left: 40px;
  border: 1px solid #ffd700;
  position: relative;
  box-sizing: border-box;
  transition: .5s;
  background: #ecececd1;
}

.sbs-6310-template-preview-05::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: rgb(220, 197, 20);
  top: 50%;
  left: 50%;
  transition: .5s;
  transform-origin: center center;
  z-index: -1;
}

.sbs-6310-template-preview-05:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sbs-6310-template-preview-05:hover {
  border-color: rgb(0, 0, 0);
  background: transparent;
}

.sbs-6310-template-preview-05-content-box {
  float: left;
  width: calc(100% - 40px);
  margin-left: 40px;
}

.sbs-6310-template-preview-05-icon {
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 30px;
  text-align: center;
  color: #fbba42;
  line-height: 70px;
  transition: all 0.3s ease-in;
}

.sbs-6310-template-preview-05:hover .sbs-6310-template-preview-05-icon {
  background: black;
}

.sbs-6310-template-preview-05-title {
  float: left;
  width: 100%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  transition: all 500ms;
  color: #3c3954;
  transition: .5s;
}

.sbs-6310-template-preview-05:hover .sbs-6310-template-preview-05-title {
  color: rgb(8, 103, 245);
}

.sbs-6310-template-preview-05-description {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: left;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-05:hover .sbs-6310-template-preview-05-description {
  color: #9c27b0;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-05 {
    margin-bottom: 5px;
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}


/* temp 06 */
.sbs-6310-template-preview-06-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://source.unsplash.com/user/c_v_r);
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-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;
}
.sbs-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;
}

.sbs-6310-template-preview-06 {
  float: left;
  width: 100%;
  border: 1px solid #dddd;
  position: relative;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.481)
}
.sbs-6310-template-preview-06:hover{
  background: transparent;
}

.sbs-6310-template-preview-06::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: #ff9800;
  top: 50%;
  left: 50%;
  transition: .5s;
  z-index: -1;
}

.sbs-6310-template-preview-06:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(360deg);
}

.sbs-6310-template-preview-06-icon-wrapper {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sbs-6310-template-preview-06-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 40px;
}

.sbs-6310-template-preview-06:hover .sbs-6310-template-preview-06-icon {
  animation: zoom-anim .5s ease-out;
}

@keyframes zoom-anim {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.sbs-6310-template-preview-06-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: #3c3954;
  transition: .5s;
}

.sbs-6310-template-preview-06:hover .sbs-6310-template-preview-06-title {
  color: rgb(8, 103, 245);
}

.sbs-6310-template-preview-06-description {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: left;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-06:hover .sbs-6310-template-preview-06-description {
  color: #9c27b0;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-06 {
    margin-bottom: 5px;
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}

/* temp 07 */
.sbs-6310-template-preview-07-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-before/Landscape-Color.jpg); */
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-07-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(196, 236, 246);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-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;
}

.sbs-6310-template-preview-07 {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: .5s;
  border: 1px solid rgba(0, 0, 0, 0.867);
}

.sbs-6310-template-preview-07::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: coral;
  transition: .5s;
}

.sbs-6310-template-preview-07:hover::before {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.sbs-6310-template-preview-07:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1.02);
}

.sbs-6310-template-preview-07-icon {
  float: left;
  width: 100%;
  font-size: 40px;
  padding: 10px;
  margin-top: 15px;
  box-sizing: border-box;
  text-align: center;
  color: rgb(40, 79, 108);
}

.sbs-6310-template-preview-07-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: #34ccdd;
  transition: .5s;
}

.sbs-6310-template-preview-07:hover .sbs-6310-template-preview-07-title {
  color: rgb(8, 103, 245);
}

.sbs-6310-template-preview-07-description {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: left;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-07:hover .sbs-6310-template-preview-07-description {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-07 {
    margin-bottom: 5px;
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}

/* temp 08 */
.sbs-6310-template-preview-08-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-before/Landscape-Color.jpg); */
  background-size: cover;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-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;
}
.sbs-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;
}

.sbs-6310-template-preview-08 {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: .5s;
  border: 1px solid #dddd;
}

.sbs-6310-template-preview-08::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  transition: 1s;
}

.sbs-6310-template-preview-08::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transition: 1s;
}

.sbs-6310-template-preview-08:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sbs-6310-template-preview-08:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sbs-6310-template-preview-08:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1.02);
}

.sbs-6310-template-preview-08-icon {
  float: left;
  width: 100%;
  font-size: 40px;
  padding: 10px;
  margin-top: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.sbs-6310-template-preview-08-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: #34ccdd;
  transition: .5s;
}

.sbs-6310-template-preview-08:hover .sbs-6310-template-preview-08-title {
  color: rgb(79, 208, 255);
}

.sbs-6310-template-preview-08-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-08:hover .sbs-6310-template-preview-08-description {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-08 {
    margin-bottom: 5px;
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}

/* temp 09 */
.sbs-6310-template-preview-09-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://images.pexels.com/photos/673648/pexels-photo-673648.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: cover;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-09-common-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.378);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-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;
}

.sbs-6310-template-preview-09 {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 30%;
  background: rgba(187, 187, 187, 0.446);
  border: 2px solid black;
  transition: .5s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.sbs-6310-template-preview-09:hover {
  background: rgba(99, 99, 99, 0.412);
}

.sbs-6310-template-preview-09-icon {
  display: inline-block;
  position: relative;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: cornflowerblue;
  transition: all 500ms;
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
  padding: 10px;
  transition: .5s;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;;
}

.sbs-6310-template-preview-09:hover .sbs-6310-template-preview-09-icon::before {
  animation: zoom-in-zoom-out .5s ease-out;
  background: #00add470;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.sbs-6310-template-preview-09-icon-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-09-icon::before {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.sbs-6310-template-preview-09:hover .sbs-6310-template-preview-09-icon i {
  transform: scale(1.1);
  animation: zoom-in-zoom-out .5s ease-out;
}

.sbs-6310-template-preview-09-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 100;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  color: #000000;
  transition: .5s;
  font-weight: bold;
}

.sbs-6310-template-preview-09:hover .sbs-6310-template-preview-09-title {
  color: rgb(255, 255, 255);
}

.sbs-6310-template-preview-09-description {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: left;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}

.sbs-6310-template-preview-09:hover .sbs-6310-template-preview-09-description {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-col {
    width: 100%;
    margin: 0 auto;
  }
  .sbs-6310-template-preview-09 {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .sbs-6310-row {
    display: inline-block;
    width: 100%;
  }
}

/* temp 10 */
.sbs-6310-template-preview-10-parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-before/Landscape-Color.jpg); */
  background-size: cover;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.sbs-6310-template-preview-10-common-overlay {
  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-10-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-10 {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
  text-align: center;
  background: #0a2d43;
  border-top: 3px solid #eed956;
  border-bottom: 3px solid #eed956;
  position: relative;
}

.sbs-6310-template-preview-10:before {
  content: "";
  border-top: 0 solid #eed956;
  border-right: 0 solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.sbs-6310-template-preview-10:hover:before {
  border-top-width: 78px;
  border-right-width: 78px;
}

.sbs-6310-template-preview-10:after {
  content: "";
  border-bottom: 0 solid #eed956;
  border-left: 0 solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.sbs-6310-template-preview-10:hover:after {
  border-bottom-width: 78px;
  border-left-width: 78px;
}

.sbs-6310-template-preview-10-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  border: 2px solid #eed956;
  background: #0a2d43;
  font-size: 40px;
  color: #eed956;
  margin-bottom: 20px;
  position: relative;
}

.sbs-6310-template-preview-10-title {
  font-size: 20px;
  font-weight: 700;
  color: #eed956;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}

.sbs-6310-template-preview-10:hover .sbs-6310-template-preview-10-title {
  letter-spacing: 3px;
}

.sbs-6310-template-preview-10-description {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
}

@media only screen and (max-width:990px) {
  .sbs-6310-template-preview-10 {
    margin-bottom: 30px;
  }
}
