/* 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;
	/* background: darkblue; */
	color: rgb(0, 162, 191);
	transition: .5s;
}
.sbs-6310-template-preview-read-more a:hover{
	color: #000000;
	/* background: #00bcd4; */
} 

/* temp 41 */
.sbs-6310-template-preview-41-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-41-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-41-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-41 {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(168, 207, 189, 0.82);
  transition: .5s;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.sbs-6310-template-preview-41:hover {
  animation: animat 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes animat {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  49.95% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sbs-6310-template-preview-41-icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sbs-6310-template-preview-41-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  border-radius: 45px 45px 0px 0px;
  border: 1px solid;
  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%);
  transition: all 500ms;
  margin: 0 auto 15px;
}

.sbs-6310-template-preview-41:hover .sbs-6310-template-preview-41-icon {
  background: #6B33F0;
  color: #fff;
}

.sbs-6310-template-preview-41:hover {
  border-color: #000000;
}

.sbs-6310-template-preview-41-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: #000;
  transition: .5s;
}

.sbs-6310-template-preview-41:hover .sbs-6310-template-preview-41-title {
  color: #ff0000;
}

.sbs-6310-template-preview-41-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-41:hover .sbs-6310-template-preview-41-description {
  color: #ff5722;
}

.sbs-6310-template-preview-41-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-41-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-41-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* temp 42 */

.sbs-6310-template-preview-42-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-42-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-42-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-42 {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: rgba(17, 50, 61, 0.84);
  float: left;
  z-index: 1;
}

.sbs-6310-template-preview-42-icon i {
  transition: 10s;
  display: block;
  font-size: 50px;
  text-shadow: 8px 6px 4px #000000;
}

.sbs-6310-template-preview-42:hover .sbs-6310-template-preview-42-icon i {
  transform: scale(1.5);
  transition: 10s;
}

.sbs-6310-template-preview-42-wrapper {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-collapse: collapse;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 1;
}

.sbs-6310-template-preview-42-wrapper .sbs-6310-template-preview-42-title {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.sbs-6310-template-preview-42-icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.sbs-6310-template-preview-42-description {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.sbs-6310-template-preview-42-wrapper:before {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 0 5px;
  z-index: -1;
  box-sizing: border-box;
}

.sbs-6310-template-preview-42-wrapper:after {
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 5px 0;
  z-index: -1;
  box-sizing: border-box;
}

.sbs-6310-template-preview-42-wrapper:hover {
  color: #e2c418;
}

.sbs-6310-template-preview-42-wrapper:hover:after {
  width: 100%;
  margin-left: -50%;
  border-color: #000000;
}

.sbs-6310-template-preview-42-wrapper:hover:before {
  height: 100%;
  top: 0%;
  border-color: #000000;
}

.sbs-6310-template-preview-42-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-42-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-42-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* temp 43 */
.sbs-6310-template-preview-43-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-43-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-43-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-43 {
  width: 100%;
  float: left;
  height: 100%;
}

.sbs-6310-template-preview-43-wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 5px;
  background: #EAEAEA;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
}

.sbs-6310-template-preview-43-title-wrapper {
  width: 100%;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
}

.sbs-6310-template-preview-43-inner {
  margin: 15px;
  display: block;
}

.sbs-6310-template-preview-43-wrapper .sbs-6310-template-preview-43-title, .sbs-6310-template-preview-43-description {
  transition: transform 1s;
}

.sbs-6310-template-preview-43-title {
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  float: left;
  width: 50%;
  margin: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.sbs-6310-template-preview-43-icon {
  float: left;
  width: 30%;
  text-align: left;
  font-size: 50px;
  color: #ff5722;
}

.sbs-6310-template-preview-43-description {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  font-family: sans-serif;
}

.sbs-6310-template-preview-43-wrapper:hover {
  background: #333333;
  transition: background 0.5s;
}

.sbs-6310-template-preview-43-wrapper:hover .sbs-6310-template-preview-43-title, .sbs-6310-template-preview-43-wrapper:active .sbs-6310-template-preview-43-title {
  color: #fff!important;
  border-bottom-color: #fff;
  transform: scale(1.1);
}

.sbs-6310-template-preview-43-wrapper:hover .sbs-6310-template-preview-43-description {
  color: white;
  transition: transform 1s;
}

.sbs-6310-template-preview-43-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-43-read-more a {
  background: #01827D;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: inherit;
  margin: 10px 0;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.sbs-6310-template-preview-43-wrapper .sbs-6310-template-preview-43-read-more a:hover {
  background: #00B7B1;
  color: #ffffff!important;
}

/* temp 44 */
.sbs-6310-template-preview-44-parallax { 
  background-attachment: fixed;
  background-image: url(https://images.pexels.com/photos/2343170/pexels-photo-2343170.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-44-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-44-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-44 {
  float: left;
  width: 100%;
}

.sbs-6310-template-preview-44-container {
  background: rgba(129, 237, 247, 0.88);
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: .9s;
}

.sbs-6310-template-preview-44-container:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #191919;
  border-left: 15px solid #ffffff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0;
}

.sbs-6310-template-preview-44-container.rounded, .box-b.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.sbs-6310-template-preview-44-container.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.sbs-6310-template-preview-44-icon {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  z-index: 1;
  font-size: 50px;
  transition: .9s;
}

.sbs-6310-template-preview-44-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 107, 111, 1);
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: 1s;
  z-index: -1;
}

.sbs-6310-template-preview-44:hover .sbs-6310-template-preview-44-icon::after {
  transform: scale(15, 15) translateX(20px);
  transition: .9s;
}

.sbs-6310-template-preview-44-icon i {
  z-index: 1;
}

.sbs-6310-template-preview-44-wrapper {
  float: right;
  width: calc(100% - 100px);
  z-index: 1;
}

.sbs-6310-template-preview-44-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-family: 'Concert One', cursive;
  z-index: 1;
  text-align: right;
  color: #ffb700;
  float: left;
  width: 100%;
  font-size: 20px;
}

.sbs-6310-template-preview-44-description {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: 'Concert One', cursive;
  text-align: right;
}

.sbs-6310-template-preview-44-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-44-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-44-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sbs-6310-row {
    flex-direction: column;
  }
  .sbs-6310-col {
    width: calc(100% - 10px);
    margin: 5px;
  }
  .sbs-6310-template-preview-44-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sbs-6310-template-preview-44-icon {
    text-align: center;
  }
  .sbs-6310-template-preview-44-title {
    text-align: center;
  }
}

/* temp 45 */
.sbs-6310-template-preview-45-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-45-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(224, 224, 224, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-45-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-45 {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  background-color: rgb(131, 131, 131);
  border: 2px solid rgba(196, 63, 83, 1);
}

.sbs-6310-template-preview-45:hover {
  background: rgba(196, 63, 83, 1);
}

.sbs-6310-template-preview-45:hover .sbs-6310-template-preview-45-icon {
  transform: scale(1.1);
  background: #eee;
}

.sbs-6310-template-preview-45-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-family: 'Courier New', Courier, monospace;
  padding: 10px 0;
  box-sizing: border-box;
}

.sbs-6310-template-preview-45-icon-wrapper {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sbs-6310-template-preview-45-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  color: #000;
  border: 2px solid rgba(196, 63, 83, 1);
  border-radius: 50%;
  transition: all 0.9s ease 0s;
}

.sbs-6310-template-preview-45-description {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-45-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-45-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-45-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* temp 46 */
.sbs-6310-template-preview-46-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-46-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-46-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-46 {
  text-align: center;
  background: #ddd;
  float: left;
  width: 100%;
  border-radius: 5px;
}

.sbs-6310-template-preview-46-icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.sbs-6310-template-preview-46-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #ec0303;
  margin-bottom: 25px;
  font-size: 40px;
  color: #fff;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 2;
}

.sbs-6310-template-preview-46-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ec0303;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.sbs-6310-template-preview-46:hover .sbs-6310-template-preview-46-icon::after {
  animation: flashing 2s ease infinite;
}

@keyframes flashing {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}

.sbs-6310-template-preview-46-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #471437;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
  float: left;
  width: 100%;
}

.sbs-6310-template-preview-46-description {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #6f6f6f;
  float: left;
  width: 100%;
}

.sbs-6310-template-preview-46-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-46-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-46-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

@media only screen and (max-width:990px) {
  .sbs-6310-template-preview-46 {
    margin-bottom: 30px;
  }
}

/* temp 47 */
.sbs-6310-template-preview-47-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-47-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(44, 43, 43);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-47-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-47 {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(204, 205, 213, 0.17);
  position: relative;
  overflow: hidden;
  transition: .9s;
}

.sbs-6310-template-preview-47-font-container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sbs-6310-template-preview-47-content {
  position: absolute;
  width: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .9s;
  top: -100%;
}

.sbs-6310-template-preview-47:hover .sbs-6310-template-preview-47-content {
  top: 0;
  background: rgb(119, 136, 153);
}

.sbs-6310-template-preview-47-title {
  float: left;
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: center;
  padding: 80px 10px 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-47-icon {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #000;
  padding: 0px 0 80px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-47-description {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-family: cursive;
  color: #000;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.sbs-6310-template-preview-47-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-47-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-47-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* temp 48 */
.sbs-6310-template-preview-48-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-48-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-48-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-48 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 15px;
  float: left;
  width: 100%;
  height: 100%;
  background: rgb(226, 226, 226);
  box-sizing: border-box;
}

.sbs-6310-template-preview-48-icon {
  color: #fff;
  background: rgb(0, 123, 255);
  font-size: 50px;
  line-height: 100px;
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.sbs-6310-template-preview-48-icon:after {
  content: '';
  height: 115%;
  width: 115%;
  box-shadow: 0 0 10px #505050;
  border-radius: 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  transition: all 0.3s;
}

.sbs-6310-template-preview-48:hover .sbs-6310-template-preview-48-icon {
  transform: scale(0.9);
}

.sbs-6310-template-preview-48:hover .sbs-6310-template-preview-48-icon:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  box-shadow: 0 0 10px #505050, 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.sbs-6310-template-preview-48-title {
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.sbs-6310-template-preview-48:hover .sbs-6310-template-preview-48-title {
  color: red;
}

.sbs-6310-template-preview-48-description {
  color: #999;
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

@media only screen and (max-width:990px) {
  .sbs-6310-template-preview-48 {
    margin: 0 0 30px;
  }
}


/* temp 49 */
.sbs-6310-template-preview-49-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-49-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-49-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-49{
  text-align: center;
  padding: 30px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #5e3448; 
}
 .sbs-6310-template-preview-49-content{
  border: 4px double rgba(255,255,255,0.6);
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out 0s;
}
.sbs-6310-template-preview-49:hover .sbs-6310-template-preview-49-content{
  border: 4px double rgb(255,255,255);
}
.sbs-6310-template-preview-49-icon {
  float: left;
  width: 100%;
  margin-top: 15px;
}
 .sbs-6310-template-preview-49-icon i{
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.sbs-6310-template-preview-49:hover .sbs-6310-template-preview-49-icon i{
  transform: rotate(360deg);
}
.sbs-6310-template-preview-49-title{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
 .sbs-6310-template-preview-49-description{
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
 .sbs-6310-template-preview-49-icon-bg{
  font-size: 120px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 120px;
  position: absolute;
  bottom: 0;
  right: -30px;
  transition: all 0.3s ease-in-out 0s;
}
.sbs-6310-template-preview-49:hover .sbs-6310-template-preview-49-icon-bg{
  transform: rotate(360deg);
}

.sbs-6310-template-preview-49-read-more {
  float: left;
  width: 100%;
  text-align: center;
}

.sbs-6310-template-preview-49-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.sbs-6310-template-preview-49-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 990px){
  .sbs-6310-template-preview-49{ margin-bottom: 30px; }
}

/* temp 50 */
.sbs-6310-template-preview-50-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-50-common-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(250, 250, 250, 0.994);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbs-6310-template-preview-50-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-50{
  padding:60px 10px 10px 10px;
  margin-top: 50px;
  background: rgba(132, 94, 194, 0.82);
  position: relative;
  transition: all 0.5s ease 0s;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sbs-6310-template-preview-50:hover{
  padding-left: 30px;
  padding-right: 20px;
  background: rgba(196, 147, 255, 0.82);
}
 .sbs-6310-template-preview-50-icon{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  background: rgb(196, 147, 255);
  font-size: 35px;
  color: #fbf2c0;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  transform: rotateX(90deg);
  perspective-origin: top;
  perspective: 1000px;
  transition: all 0.5s ease 0s
}
.sbs-6310-template-preview-50:hover .sbs-6310-template-preview-50-icon{
  background: rgb(196, 147, 255);
  left: 30px;
  transform: rotateX(0);
}
.sbs-6310-template-preview-50-title{
  font-size: 20px;
  font-weight: 700;
  color: #fbf2c0;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.sbs-6310-template-preview-50-description{
  font-size: 15px;
  color: #fbf2c0;
  line-height: 25px;
  margin: 0;
}
.sbs-6310-template-preview-50-read-more {
  float: left;
  width: 100%;
  text-align: left;
}

.sbs-6310-template-preview-50-read-more a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.sbs-6310-template-preview-50-read-more a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
@media only screen and (max-width:990px){
  .sbs-6310-template-preview-50{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
  .sbs-6310-template-preview-50{ margin-bottom: 70px; }
}