.box{
	background-color: transparent;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.box-icon{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.box:hover{
	box-shadow:0px 0px 5px 0px #581877;
}
.test-services{
    border-right: 3px solid #01bc8c;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: #ffffff;
}
.test-services input[ type=submit ]{
	box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}
.bg-colored{
	position: relative;
}
.bg-colored:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(88, 24, 119, 0.6) 0%, rgba(22, 191, 173, 0.6) 100%);
	background: linear-gradient(to right, rgba(88, 24, 119, 0.6) 0%, rgba(22, 191, 173, 0.6) 100%);
    z-index: -1;
}

#accordion .panel-title{
	padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px -1px #000;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
#accordion .panel-title a{
	color: #000000;
}
#accordion .panel-title:hover{
	background-color: rgba(117, 61, 144, 0.07);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px -1px #000;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #ffffff;
	color: #16bfad;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
	background-color: #ffffff;
}
.host-slider .view{
	height: 100%;
	background-size:cover;
	background-position: center; 
}
.tabbable-line > .nav-tabs > .nav-item{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border:none;
}
.tabbable-line > .nav-tabs > .nav-item:hover{
	border:none;
	background-color: rgba(117, 61, 144, 0.07);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    background-color: #ffffff;
    border: solid 1px #16bfad;
}
#zslider .carousel-caption{
	font-size: 40px;
    color: #581877;
    font-weight: bold;
}
.tabbable-panel{
	background: #ffffff;
}
#accordion{
	background: #ffffff;
}
section{
	padding:2% 0;
}
section.about{
	background-color: #f0f0f0;
}
.zarvan-about{
	background: #ffffff;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius:3px; 
}

.slider-body{
	vertical-align: middle;
	align-items: center;
	align-content: center;
	bottom: 0;
	margin: auto;
	top: 0;
	padding-bottom: 10px;
	position: absolute;
}
.slider-body .title{
	background: #16bfada6;
	color: #000;
	display: block;
}
.slider-body .body{
	color: #fff;
	background: #581877a6;
	display: block;
	width: 95%;
}
.slider-body .title,.slider-body .body{
	display: inline-block;
	border-radius: 5px;
	padding: 5px;
}
.slider-image{
	top: 0;
}
.zarvan-about:hover{
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.services-layout{
	background-size: cover!important;
	background-repeat: no-repeat!important; 
}
.owl-theme .owl-dots .owl-dot.active span{
	width: 45px;
	transition: 0.5s all;
	background: linear-gradient(90deg, rgba(22,191,173,1) 0%, rgba(88,24,119,1) 100%);
}
.owl-theme .owl-dots .owl-dot span{
	background: linear-gradient(90deg, rgba(22,191,173,.7) 0%, rgba(88,24,119,.7) 100%);
	transition: 0.5s all;
	height: 7px;
}
.owl-theme .owl-dots .owl-dot:hover span{
	background: linear-gradient(90deg, rgba(22,191,173,1) 0%, rgba(88,24,119,1) 100%);
}
.owl-theme .owl-dots .owl-dot span{
	width: 25px;
	transition: 0.3s all;
	background: linear-gradient(90deg, rgba(22,191,173,.7) 0%, rgba(88,24,119,.7) 100%);
}
#zhslider .owl-stage-outer .owl-item > div{
	height: 420px;
}
#zhslider .owl-stage-outer .owl-item  img{
	height: 420px;
}
#zhslider .owl-stage-outer .owl-item .title{
	font-size: 50px;
}
#zhslider .owl-stage-outer .owl-item .body{
	font-size: 30px;
	text-align: center;
	margin: auto;
}
#zhslider .owl-stage-outer .owl-item .body p{
	text-align: center;
}
#zhslider .owl-stage-outer .owl-item .btn{
	width: 170px;
}
.skills-layout{
	background: #f0f0f0;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.project-layout{
	background: #f0f0f0;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.process{
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.key-layout{
	background-color: transparent;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.comment-layout{
	background-color: #f0f0f0!important;
}
.site-layout .body span{
	color: #fff;
}
.site-layout .body p{
	color: #fff;
}
.site-layout .body li{
	color: #fff;
}
.site-layout .body ul{
	color: #fff;
}
.clients-layout{
	background-color: #fff;
}
.happy-layout{
	background: url('../background/headbg.svg'); 
}
.activity-layout{
	background: #ffffff; 
}
.happy-layout{
	padding: 70px 0;
}
.happy-layout h4{
	text-align: center;
	font-weight: 700;
	font-size: 70px;
	color: #16bfad;
}
.happy-layout h5{
	text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.process{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 30px 0;
	background: #f0f0f0;
}
.process .canvas-div{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgb(52, 35, 132,0);
}
.canvas-div canvas{
	z-index: -1;
}
.process #particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.process p{
	color: #000000;
}
.process h4{
	color: #000000;
	height: 60px;
}
.one-process .develop-process{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	background-color: transparent;
	box-shadow: 1px 1px 5px -2px #000;
}
.develop-process:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background-color: #16b6a67a;
	height: 0;
	transform-origin:100%;
	transition-property: height;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	border-radius: 5px 5px 0 0;
}
.develop-process:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background-color: #16b6a67a;
	height: 0;
	transform-origin:100%;
	transition-property: height;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	border-radius:0 0 5px 5px;
}
.one-process .ddevelop-process:hover:before{
	height: 50%;
	transition-timing-function: cubic-bezier(0,0,1,1);
}
.one-process .ddevelop-process:hover:after{
	height: 50%;
	transition-timing-function: cubic-bezier(0,0,1,1);
}
.box h3{
	font-size: 24px;
}
.develop-process{
	box-shadow: 0px 0px 25px -10px #000;
	padding: 10px;
	margin-bottom: 5px;
	border-radius:5px;
	position: relative;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	z-index: 2;
}
.develop-process:hover{
	box-shadow: 0px 0px 15px -2px #000;
}
.develop-process .num-sign{
	height: 54px;
    width: 64px;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	position: relative;
}
.develop-process .num-sign:before{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255,255,255); /* Old browsers */
	transition-property: background;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.develop-process:hover .num-sign:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#16b6a6+40,e5e5e5+100 */
	background: #c5efeb; /* Old browsers */
	transition-timing-function: cubic-bezier(0,0,1,1);
}
.keyfeatures{
	padding: 10px;
	margin-bottom: 5px;
	border-radius:2px;
	position: relative;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	background-color: #ffffffa3;
}
.keyfeatures i{
	font-size: 15em;
    position: absolute;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .3;
}
.keyfeatures h4{
	text-align: center;
	padding: 5px 0;
	margin: 0 -10px;
	z-index: 1;
	color: #000000;
	background: #f0f0f0;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	font-weight: bold;
}
.keyfeatures p{
	z-index: 1;
	font-size: 16px;
}

.keyfeatures:hover{
}
.keyfeatures:hover h4{
	color: #470467;
}
.home-heading{
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 4px 4px 2px rgba(208, 208, 208, 1);
}
.home-heading:after {
	margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.text-right .home-heading:after {
	margin: 0;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.text-left .home-heading:after {
	margin: 0;
    margin-top: 20px;
    width: 150px;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    background-color: #100e0e2b;
    display: block;
    border-radius: 50%; 
}
.white-text{
	color: #fff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}
.keyfeatures:hover{
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.keyfeatures h4:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background-color: #16b6a6;
	width: 0;
	transform-origin:100%;
	height: 10px;
	transition-property: width;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	border-radius: 2px 2px 0 0;
}
.keyfeatures:hover h4:before{
	width: 100%;
	transition-timing-function: cubic-bezier(0,0,1,1);
}
.keyfeatures p,
.keyfeatures h4{
	z-index: 1;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.process-num {
    background-color: transparent;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-image{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius: 3px;
}
.work-image img{
	border-radius: 3px;
}
.work-title{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	padding: 10px;
    box-shadow: 0px 5px 20px -5px #dedada;
    border-radius: 3px;
    width: 90%;
    margin-top:-26px;
    z-index: 2;
    position: relative;
    background-color: #fff; 
}
.work-title h4{
	font-weight: bold;
}
.work-title:hover:before{
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(.42,0,.58,1);
}
.one-project{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius: 5px;
	box-shadow: 0 0px 20px 0px rgba(0,0,0,.14), 0 0px 10px 0px rgba(0,0,0,.12), 0 5px 10px -10px rgba(0,0,0,.2);
}
.one-project:hover .work-title:before{
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(.42,0,.58,1);
}
.one-project:hover .work-image{
	box-shadow: 0px 0px 20px -5px #000; 
}
.one-project:hover .work-title{
	box-shadow: 0px 0px 20px -5px #000; 
}
.canvas{
	position: absolute;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height: 12px;
	margin: 5px 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: .5;
	background: #16b6a6;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.carousel-indicators li{
	display: block;
	width: 40px;
	height: 12px;
	margin: 0 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	background: #470467;
	border-color: #470467;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.carousel-indicators li:hover{
	background: #470467;
	cursor: pointer;
}
.testi-monial .owl-item{
	padding:10px 5px;
}
.testi-monial .author{
	background-color: #ffffffd9;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	box-shadow: 0px 0px 20px -5px #e2e2e2;
	border-radius: 5px;
}
.testi-monial .author:hover{
	box-shadow: 0px 10px 20px -10px #000;
}
.one-blog{
	border-radius: 5px;
	background-color: #ffffff;
	padding: 0;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	box-shadow: 0 0px 20px 0px rgba(0,0,0,.14), 0 0px 10px 0px rgba(0,0,0,.12), 0 5px 10px -10px rgba(0,0,0,.2);
}
.one-blog:hover{
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.blog-image{
	border-radius: 5px 5px 0 0;
}
.blog-image img{
	border-radius: 5px 5px 0 0;
}
.blog-title{
	padding: 10px 5px;
	background-color: transparent;
}
.blog-title h4{
	font-weight: bold;
}
.blog-date{
	margin: 0;
	background: #581877;
}
.blog-date div{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
}
.blog-date .year{
	background-color: #581877;
	color: #16b6a6;
}
.blog-date .month{
	background-color: #342384;
	color: #16b6a6;
}
.blog-date .day{
	background-color: #16b6a6;
}
.animate-blog{
	position: relative;
}
.animate-blog:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 5px;
	background-color: #16b6a67a;
	transform:scaleY(0);
	transform-origin:100%;
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.one-blog:hover .animate-blog:after{
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0,0,1,1);
}
@media (max-width: 767px) {
	#accordion .panel-title {
		text-align: center;
	}
}