.box {
	width: 100%;
     background: linear-gradient(to right, #fff0, #1f1b1b2e );
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #c7c6c6;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(4, 4, 4, 0.5);
}

.box a{
	font-size: 16px;
    color: #000;
}

.box.active {
    background-color: #63c8e1;
    cursor: no-drop;
}

.sch
{
	color:#bd0a0a; font-size:14px;font-weight: 600; 
	padding:10px;
}
.sch:hover	
{
	    transform: scale(1.1);
    box-shadow: 0px 3px 3px 3px #D0C3CB;
    z-index: 10000;
	    margin-left: 50px;
}
.service-wrapper:hover
{
	    background: #e0e0e0;
    box-shadow: 0px 3px 3px 3px #D0C3CB;
    padding: 10px;
}
.btn{
	color: #fff;
    border: 3px solid #fff;
    padding: 15px 30px;
    border-radius: 7px;
	font-size: 20px;
	font-weight: 600;
}
.btn:hover{
	background: transparent;
	color: #fff;
    border: 3px solid #fff;
}
.panel-grid-cell .widget-title{
	text-align:center;
	padding-bottom: 15px;
}
.logo .logo-text{
	/* display:none;*/
}
.transparent.header-sticky .custom-logo, .transparent.header-sticky .is-sticky .transparent-logo{
	display: block!important;
}
#primary-menu>li>a, #primary-menu>li>.sub-toggle{
	color: #fff!important;
}

/* blocks */
.flip-box {
 	text-align: center;
	height:260px;
    border: 1px solid transparent;
    /*box-shadow: 0px 0px 12px rgba(4, 4, 4, 0.5);  margin-right: 10px;*/
    border-radius: 0px;
    transition: all 0s ease;
    margin-bottom: 20px;
        margin-right: 69px;
  	perspective: 1000px;
}
.flip-box:hover {
	border: 1px solid #63c8e1;
	transform: scale(1.03);
}

.content img{
	padding:1em;
}
.content{
	display:table-cell;
	vertical-align:middle;
	width: 100%;
  	height: 100%;
	color: #505050;
    font-size: 17px;
    line-height: 22px;
	border-radius:12px;
	padding:20px;
	    min-width: 269px;
}
.content p:first-of-type{
	color:#000;
	font-weight: 600;
	font-size: 15px;
	height:70px;
}
.column{
	width:24%;
	padding:10px;
	float:left;
	margin-left:10px;
}

@media (max-width:1200px){
.column {
    width: 33.33%;
	margin-left:0;
}
	#column4{
		margin-left:12%;
	}
	#column4, #column5{
		width: 40%;
	}
}
@media (max-width:1100px){
	.flip-box {
		height:450px;
	}
	.content p:first-of-type{
		margin:0px;
		height:100px;
	}
}
@media (max-width:918px){
	.content{
		padding:10px;
	}
}
@media (max-width:830px){
	.content p:first-of-type{
		height:110px;
	}
	.flip-box {
		height:470px;
	}
}
@media (max-width:730px){
	.content p:first-of-type{
		height:90px;
	}
	.flip-box {
		height:500px;
	}
}
@media (max-width: 650px){
	.column {
   		width: 50%;
	}
	.content p:first-of-type{
		height:110px;
	}
	.flip-box {
		height:450px;
	}
	#column4{
		margin-left:0px;
		width: 50%;
	}
	#column5{
		margin-left:26%;
		width: 50%;
	}
}
@media (max-width: 496px){
	.column {
   		width: 100%;
	}
	.flip-box {
		height:auto;
	}
	.content p:first-of-type{
		height:auto;
	}
	#column5{
		margin-left:0px;
	}
	#column4, #column5{
		width: 100%;
	}
}

/******* Page Header *******/
.first_row {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.first_row .back_img {
    position: absolute;
    /*left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    /*-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    z-index: 0;
	animation: zoom 20s linear infinite;
}
.n2-ss-slide-background .n2-ss-slide-background-image{
	
}
@-webkit-keyframes zoom {
    0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
  }
	100% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

.first_row .slider-content {
    position: relative;
    z-index: 1;
	padding: 12%;
	text-align:center;
	color: #fff;
	line-height:2;
}
.owl-carousel .owl-item{
	background: #00000061;
}
.slider-content h1, .slider-content h3{
	padding: 15px;
	color: #fff;
}
.slider-content{
	padding: 10% 20%;
	text-align:center;
	
}
.slider-content .btn{
	padding: 10px 30px;
}
.slider-content p{
	margin: 0px;
	font-size: 18px!important;
	color:#fff;
}
.owl-pagination-true {
    margin-bottom: 0px !important;
}
/*** Why Block - Home Page ****/
.why_block{
	text-align: center;
	margin-top: -3%;
}
.why_block h2{
	padding: 20px;
    background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/first-row-header-1.jpg);
	background-size: 100% 100%;
    z-index: 7;
    position: relative;
    color: #ffffff;
	border-radius: 7px;
}
.why_block p{
	text-align: justify;
}
/**Service block**/
.header {
  padding: 30px 30px 0;
  text-align: center;
}
.header__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.1;
}
.header__subtitle {
  margin: 0;
  font-size: 1.5em;
  color: #949fb0;
  font-family: 'Yesteryear', cursive;
  font-weight: 500;
  line-height: 1.1;
}
.cards {
  padding: 15px 0;
  display: block;
  flex-flow: row wrap;
}
.cards .widget-title{
	color: #fff;
}
.card {
  margin: 15px 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.card:hover .card__inner {
  background-color: #1abc9c;
  transform: scale(1.05);
}
.card__inner {
  width: 100%;
  padding: 30px;
  position: relative;
  cursor: pointer;
  border: 2px solid #949fb0;
  color: #eceef1;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.card__inner img{
	display: block;
    margin: 0 auto;
	width:40%;
}
.card__inner a{
	display:none;
	font-size:15px;
	margin-top: 15px;
	padding: 10px 20px;
	background: #333a45;
    border: 3px solid #333a45;
}
.card__inner a:hover{
	color: #fff;
    border: 3px solid #fff;
}
.card__inner:after {
  transition: all 0.3s ease-in-out;
}
.card__inner .fa {
  width: 100%;
  margin-top: 0.25em;
}
.card__expander {
  transition: all 0.2s ease-in-out;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #eceef1;
  font-size: 1.5em;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.card__expander .fa {
  font-size: 1.25em;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.card__expander .fa-power-off{
	top: 20%;
}
.card__expander .play-pause{
	top: 40%;
}
.card__expander .mute{
	top: 60%;
}
.card__expander .fa-close{
	font-size: 15px;
    right: 5px;
    top: 61%;
}
.card__expander .fa-volume-off{
	right: 5px;
    width: 25px;
	z-index:2;
}
.card__expander video{
	height:auto;
	width:100%;
	border: 10px solid #000;
    border-right: 40px solid #000;
}
.card__expander .fa:hover {
  opacity: 0.9;
}
.card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.card.is-expanded .card__inner {
  background-color: #1abc9c;
}
.card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #333a45;
}
.second-row .card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333a45;
	border-bottom: none;
}
.card.is-expanded.c-last .card__inner:after{
	left: calc(25% - 15px);
}
.card.is-expanded.c-first .card__inner:after{
	left: calc(75% - 15px);
}
.card.is-expanded .card__inner .fa:before {
  content: "\f115";
}
.card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 300px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}
.second-row .card.is-expanded .card__expander{
	margin-top: 30px;
	margin-bottom: 30px;
}
.second-row.active .card.is-inactive .card__inner {
     margin-top: calc(200% + 53px);
}
.card.is-expanded:hover .card__inner {
  transform: scale(1);
}
.card.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}
.card.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .c-first .card__expander {
    margin-left: 50%;
  }
  .c-middle .card__expander {
    margin-left: calc(-50% - 30px);
  }
  .c-right .card__expander {
    margin-left: calc(-150% - 60px);
  }
  .c-last .card__expander {
    margin-left: calc(-250% - 60px);
  }
  .card:nth-of-type(3n+4) {
    clear: left;
  }
  .card__expander {
    width: calc(300% + 60px);
  }
}

/**Testimonials**/
.testimonials .widget-title{
	color:#fff;
	padding: 20px 0;
}
.testimonials .slick-prev:before, .testimonials .slick-next:before{
	color: #fff!important;
}
.st-testimonial-content p{
	line-height: 30px;
    font-size: 18px;
    font-style: italic;
    word-spacing: 3px;
	color:#fff;
	text-align:justify;
}
.st-testimonial-content a{
	line-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background: #00000087;
}
/***Flipcard graphics block ****/
.header-graphic{
	text-align:center;
	padding: 10px 0;
	font-family: "Comic Sans MS, cursive, sans-serif";
	font-style: italic;
	font-size: 40px;
	color: #fff;
	box-shadow: 0 0 10px #000;
	background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/header_back.jpg);
    background-size: 100% 100%;
}
.animate-block{
	display: block;
    position: relative;
	-webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
	    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.flipcard{
	-webkit-perspective: 1000px!important;
    perspective: 1000px!important;
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
	border-radius: 300px;
    transition: box-shadow 1s linear 0s;
	overflow: hidden;
	position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
	height: 200px;
	margin: 20px 0;
	box-shadow: 0 0 10px 3px #00000082;
}
.front-side{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: soft-light;
    box-shadow: none;
    transition: all 1s ease 0s;
	top: 0;
    left: 0;
    padding: 15px 30px;
    border-style: solid;
    display: table;
	height: 100%;
    width: 100%;
}
.inner-content{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
	color: #fff;
	font-size: 20px;
    position: relative;
	text-align:center;
	-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flipcard:hover .hover-side{
	-webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
	z-index: 1;
}
.flipcard:hover .front-side{
	z-index:-1;
}
.flipcard:hover .front-side .inner-content{
	opacity:0;
}
.hover-side{
	border-radius: 300px;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    box-shadow: none;
	    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(.2) rotate(-1turn);
    transform: scale(.2) rotate(-1turn);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: -1;
	position: absolute;
    top: 0;
    left: 0;
    padding: 15px 30px;
    border-style: solid;
    display: table;
	height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/***Services Pages****/
.breadcrumb-trail.breadcrumbs{
	display:block;
	    margin-top: 84px;
}
.hero-title{
	color: #fff;
	padding-top: 8rem;
}
.hero-title p{
	font-size: 20px;
}
.hero-title h1{
	font-size: 90px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 30px;
    line-height: 102px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, #fafafa 0%, #3f65cf 30%, #ff0303 80%);
    background-image: -moz-linear-gradient(left, #fafafa 0%, #3f65cf 30%, #ff0303 80%);
    background-image: -ms-linear-gradient(left, #fafafa 0%, #3f65cf 30%, #ff0303 80%);
    background-image: -o-linear-gradient(left, #fafafa 0%, #3f65cf 30%, #ff0303 80%);
    background-image: linear-gradient(to right, #3f65cf, #ff0303);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#593dd5, EndColorStr=#fc2b00);
}
/*.service-img:before {
    content: '';
    background: #2a2a2a;
    width: 37%;
    height: 58%;
    position: absolute;
    z-index: -1;
    margin: 3% 0px;
    left: 6%;
}*/
.icon-wrapper {
    border-radius: 5px;
    overflow: hidden;
    padding: 25px;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    position: relative;
	background: #e8e8e8;
    margin-right: 30px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	/*display: flex;*/
	display: inherit;
	margin: 10px 0;
}
.icon-wrapper i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #ee3158;
    font-size: 40px;
    position: relative;
    z-index: 10;
}
.service-wrapper:hover .icon-wrapper i {
    color: #fff;
}
.service-wrapper .icon-wrapper:after {
    content: ' ';
    display: block;
    border-radius: 5px;
    position: absolute;
    background-color: #ee3158;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.service-wrapper:hover .icon-wrapper:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/***Flip card**/
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 260px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
	
}
.f1 .flip-box-front{
	background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/Sab-creative-block-1.jpg);
    background-size: cover;
}
.f1 .flip-box-back{
	background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/Block-image-1-1.jpg);
    background-size: cover;
}
.f2 .flip-box-front{
	background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/Sab-creative-block_2-2.jpg);
    background-size: cover;
}
.f2 .flip-box-back{
	background: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/Block-image-2.jpg);
    background-size: cover;
}
/* Style the front side (fallback if image is missing) */
.flip-box-front {
  	color: white;
	padding: 25px;
    line-height: 1.2;
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
	padding: 20px;
}

/*******Graphics Box Design ***/
.back_side_title{
	margin-bottom: 15px;
}
.back_btn {
    margin: 0;
}
.back_description p{
	margin:0;
}
.et_pb_main_blurb_image{
	height: 230px;
}
@media (min-width: 981px){
	.et_pb_row {
   		padding-bottom: 0!important;
	}
}
.et_pb_image_wrap-front img{
	display:none!important;
}
.front_background_color{
	background-color:transparent!important;
}
.front_title{
	color:#fff;
}
/**** Vertical flip *****/
.outer { 
	-webkit-perspective:900px;
	perspective:900px;
}
.outer div { 
	width:100%; 
	height:auto; 
	transition:all 1s; 
	position:absolute; 
	background: #f8f8f8;
	backface-visibility: hidden;
}
.frontside { 
	z-index:999; 
}
.backside { 
	z-index:-999; 
	-webkit-transform:rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	padding: 80px 20px;
	font-size: 20px;
	text-align:justify;
}
.outer:hover .frontside { 
	-webkit-transform:rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	z-index:-999; 
	cursor:pointer; 
	padding: 0px;
}
.outer:hover .backside { 
	-webkit-transform:rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index:999;
	cursor:pointer; 
}
/****/
.appts-template_04 .appts-pricing-body {
    text-align: center;
    padding: 20px 0 0px;
}
.appts-template_04 .appts-pricing-content span, .appts-template_04 .appts-pricing-footer-content span{
	margin-bottom:0px;
}
/*** About Us ****/
.about h2, .contact h2{
	text-align: center;
    color: #fff;
    padding: 10px;
}
.about_info p{
	padding: 7px;
	/*font-size: 18px;*/
	text-align:justify;
	margin:0;
}
/**** Footer ****/
input.btn:hover, input.btn:focus, input.btn:active {
	border-width:1px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
#top-footer .widget ul li a {
    font-size: 18px;
}
#top-footer .widget ul li:after{
	display:none;
}
.tg-column-wrapper .tg-column-3 {
    text-align: center;
}
.footer_icon{
	margin-top: 20px;
    padding-top: 120px;
    position: relative;
}
.menu-footer-left-container, .footer2{
	margin-top:10%;
}
#menu-footer-left{
	padding-top: 5%;
}
.footer2{
	line-height:2;
	font-size: 18px;
}
.footer2 hr{
	    height: 2px;
    background: #fff;
}
.menu-footer-left-container:before, .menu-footer-right-container:before{
	content: "";
    width: calc(33.333333% - 40px);
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer_icon .btn-fb {
    background-color: #3b5998!important;
    color: #fff;
}
.footer_icon .btn-tw {
    background-color: #55acee!important;
    color: #fff;
}
.footer_icon  .btn-ins {
    background-color: #2e5e86!important;
    color: #fff;
}
.footer_icon .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.footer_icon .waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.footer_icon:before {
	content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.footer_icon .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
	line-height:2;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer_icon .btn .fa{
    position: relative;
    font-size: 1.5rem;
}
/***Graphic service design**/
.serviceBox{
    background: #f8f8f8;
    text-align: center;
    position: relative;
    padding: 17% 8% 5%;
    margin-top: 15%;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover{
    /*background: linear-gradient(to left,#ac62cf 0%, #7331e8 100%);;*/
	background:linear-gradient(to left,#ac62cf73 0%, #7331e80d 100%);
}
.serviceBox .title{
    font-size: 24px;
    color: #343434;
    margin: 30px 0 20px 0;
}
.serviceBox:hover .title{
    color: #fff;
}
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    border-radius: 8px;
	position: absolute;
	background: #f8f8f8;
    top: -15%;
    left: 0;
    right: 0;
	box-shadow: 0px 2px 45px 0px rgba(0, 106, 163, 0.7);
    border: 1px solid #3db39e;
    margin: 0 auto 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    transform: scale(1.20);
}
.serviceBox .service-icon i{
    font-size: 50px;
    color: #3db39e;
    line-height: 100px;
}
.serviceBox .description{
    font-size: 14px;
    color: #64676b;
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: justify;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description{
    color: #fff;
}
/***Coming Soon***/
.coming-soon{
	    padding: 50px 0;
    box-shadow: 0px 0px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
}
/*****/
.project {
    position: relative;
    display: block;
    outline: none;
    overflow: hidden;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col{
	width:33.33%;
	float: left;
	position: relative;
    min-height: 1px;
}
@media (max-width: 768px){
	.col{
		width:50%;
	}
}
@media (max-width: 420px){
	.col{
		width:100%;
	}
}
.project .work-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.work-inner .work-info {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work-inner .work-info h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 9px;
    opacity: 0;
    position: relative;
    top: -40px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.work-inner .work-info p {
    color: #fff;
    margin: 0 10% 15px;
    display: block;
    font-size: 20px;
    opacity: 0;
	position: relative;
    top: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.project img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.project:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.project:hover .work-inner {
    background: rgba(103, 58, 183, 0.8);
}
.project:hover .work-inner .work-info h2, .project:hover .work-inner .work-info p {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*****Contact Us ****/
.contact_page{
	background-blend-mode: overlay;
    background-color: initial!important;
    background-image: url(http://sabcreative.vskyappstore.com/wp-content/uploads/2019/03/contact-us-back.jpg),linear-gradient(180deg,rgba(12,18,38,0.9) 0%,rgba(12,18,38,0.8) 100%)!important;
	background-position: center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
}
.form-control option{
	color: #000;
}
.caldera-grid .form-control{
	border: 1px solid #0000ff00;
    background: transparent;
    border-bottom: 2px solid #0000ff00;
    border-radius: 6px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #313feabf;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #313fea7a;
}

.page-id-714 #pl-714 .caldera-grid label{
	color:#000;
}
.caldera-grid label{
	color:#fff;
}
.contact_page .fa{
	font-size: 30px;
	margin-right: 20px;
}
.contact_page .icon span{
	font-size: 25px;
}
.contact_page .icon{
	padding: 20px 0;
}

/**Home Image Hover effect***/
.claims-box{
	padding: 0 10px;
}
.claims-box .col{
	padding: 7px;
}
.effect-zoe{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.effect-zoe img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}
.effect-zoe:hover figcaption, .effect-zoe:hover h2, .effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.effect-zoe figcaption, .effect-zoe figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 20px 10px;
    height: 3.75em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    color: #000;
	background: #3085a3;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-zoe:hover h3 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
figure.effect-zoe:hover p.description {
    opacity: 1;
}
.effect-zoe:hover figcaption, .effect-zoe:hover h3, .effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.effect-zoe h3 {
    display: inline-block;
	float: left;
	word-spacing: -0.15em;
}
.effect-zoe p.icon-links{
	float:right;
}
.effect-zoe p.icon-links a{
	background: #1c4554;
	color: #3085a3;
	padding: 10px 5px;
	font-size: 17px;
	font-weight: 600;
}
.effect-zoe h3, .effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.effect-zoe h3, .effect-zoe p {
    margin: 0;
	margin-left: -10px;
}
.effect-zoe:hover p.description {
    opacity: 1;
}
.effect-zoe p.description {
    position: absolute;
    bottom: 3.5em;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    letter-spacing: 1px;
	background: #0009;
}