@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body {
    font-family: 'Lato', sans-serif;
    height: 100%;
	font-size:14px;
}
.zarvan_header .services-category-heading{
	padding:15px 5px 5px 0px;
	font-size: 15px;
	font-weight: 600;
	display: block;
}
.zarvan_header .services li{
	-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-left: 10px;
    border-left: #bca9c5 solid 2px;
}
.zarvan_header .services li a{
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
	color:#0000008f;
}
.zarvan_header .services li:hover a{
	color:#16bfad;
}
.zarvan_header .services li:hover{
	padding-left: 10px;
    border-left: #581877 solid 2px;
}
.process-num {
	float: left;
	margin-left:0px;
	background-color: transparent;
	z-index: 1;
}
.work-title:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #16b6a67a;
	transform: scaleX(0);
	transform-origin:0%;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	border-radius: 3px;
}
.develop-process .num-sign{
    margin-left: 10px;
    padding-left: 7px;
    margin-top: -18px;
    float: left;
    padding-top: 1px;
    box-shadow: 2px 2px 10px 0px #00000042;
}
.footer-link ul li .fm{
	margin-right:10px;
}
.other-blog .media-body{
	padding-left:10px;
}
.tags a {
    padding: 3px;
    margin: 0 0.5px;
    font-size: 14px;
    background: #16bfad47;
    border-radius: 5px;
	display:inline-block;
}
.other-article a,
.other-article span{
	padding: 5px 20px;
    background: #581877;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    color: #16bfad;
}
.tag-list .tag a{
	margin-right:10px;
	padding:0 5px;
    font-size: 14px;
    background: #16bfad47;
    border-radius: 5px;
}
.title {
    position: relative;
}
.title .titletext {
    visibility: hidden;
    width: 120px;
    background-color: #581877;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
}

.title .titletext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #581877 transparent transparent transparent;
}

.title:hover .titletext {
    visibility: visible;
}
.article-list .article a {
    margin-left: 10px;
    padding: 0 5px;
    font-size: 14px;
    background: #58187712;
    border-radius: 5px;
}
.fast-contact{
	background: #16bfad;
    position: fixed;
    z-index: 100;
    top: 90px;
	width:265px;
    right: -265px;
	border-radius:0px 0px 0px 5px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.fast-contact.open{
    right: 0;
}
.fast-btn{
	background-color: #470467;
    color: #ffffff!important;
	padding:10px;
    right: 100%;
    position: absolute;
    top: 0;
	font-weight: bold;
    white-space: nowrap;
	border-radius:5px 0 0 5px;
}
@media (max-width:768px){
	.fast-btn span {
		display: none!important;
	}
}
#contact .valid-tooltip {
	color:#16bfad;
	background:transparent;
    right: 15px;
    top: 0;
    bottom: 0;
    padding: 5px;
    margin: 0;
}
#address_margt .media-body{
	padding-left: 10px;
}
@media (max-width: 767px) {
	.navbar-brand{
		float: left;
	    height: 0px;
		margin-top: 15%;
	}
	.li-lang{
		float:right;
	}
	.navbar-brand .logo_position{
		height: 40px;
		top: -55px;
	}
	.zarvan_header .navbar-nav{
		float:none!important;
	}
	.zarvan_header .navbar-toggler{
		float:right;
	}
	.zarvan_header.sticky .navbar-brand{
		float: left;
	    margin-right: 100px;
	    height: 0;
		margin-top:0;
	}
	.zarvan_header.sticky .navbar-brand .logo_position{
		height: 30px;
		top: 0;
	}
}
.mark-text p{
	font-size: 17px;
}
@media(min-width:1024px){
  .fast-contact{
    top:230px;
  }
}
