::-moz-selection {
    color: #fff; 
    background: #16bfad;
}
::selection {
    color: #fff; 
    background: #16bfad;
}
::placeholder{
	color: #16bfad; 
}
body{
	color: #000000;
}
body p{
	color: #000000;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #16bfad;
}
.btnzf:hover {
    color: #16bfad;
    text-decoration: none;
}
select:focus{
  outline: 0;
  box-shadow: 0 0 0 0.1rem #16bfad;
}
select > option:checked{
	background-color: #16bfad;
	cursor: pointer;
}
body{
	color: #581877;
}
.form-control:focus { 
    box-shadow: 0 0 0 0.2rem #16bfad;
}
.navbar-default{
	background:#ffffff;
	padding:5px 0;
	margin:0px auto;
}
.navbar-left{
	margin-left:0px;
}
.navbar-right{
	margin-right:0px;
}
.navbar-collapse{
	padding:0;
}
.zarvan_header{
	width:100%;
	background:#ffffff;
	box-shadow:inset 0px 1px 0px #dadce0, inset 0px 2px 1px #ececec, 0px 0px 8px 0px rgba(219, 220, 220, 0.3), 0px 1px 1px 0px rgba(228, 228, 228, 0.15);
}
.zarvan_header.sticky{
	width:100%;
	background: #ffffff;
}
.zarvan_header .nav-item{
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	color: #470467;
	text-align: center;
}
.dropdown-menu{
  margin-top:0; 
}
.zarvan_header .nav-item > a{
  position:relative;
}
.zarvan_header .nav-item > a:before{
  content: "";
  width:0%;
  height:3px;
  background:#16bfad;
  left:0;
  top:0;
  position:absolute;
  transition: .5s;
}
.zarvan_header .nav-item > a:after{
  content: "";
  width:0%;
  height:3px;
  background:#16bfad;
  right:0;
  bottom:0;
  bottom:0;
  position:absolute;
  transition: .5s;
}

.zarvan_header .nav-item > a:hover::before{
	width:100%;
}
.zarvan_header .nav-item > a:hover::after{
	width:100%;
}
.zarvan_header .nav-item.position-static > a:hover::before{
	width:100%;
}
.zarvan_header .nav-item.position-static > a:hover::after{
	width:100%;
}
#collapse .nav-item.active a::before{
	width:100%;
}
#collapse .nav-item.active a::after{
	width:100%;
}

.zarvan_header.sticky .nav-link{
	color: #470467;
}
.zarvan_header.sticky {
	top: 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
	z-index: 99;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.icon-section{
	background-color: #fff;
}
.icon-section {
    line-height      : 7px;
    padding      : 0;
}
.pg_form_style{
	width: 98%;
	height: 45px;
    border: none;
    box-shadow: 0 2px 0 #268a70;
    background-color: #fff;
}
dl, ol, ul{
	margin-top: 0;
    margin-bottom: 0;
}
.lang-btn{
    background: #ffffff;
    border: none;
    padding: 7px;
    border-radius: 5px;
}

.social-media .fa-facebook:hover{
	color:#29487d;
}
.social-media .fa-youtube:hover{
	color:#ff0000;
}
.social-media .fa-linkedin:hover{
	color:#0073b1;
}
.social-media .fa-twitter:hover{
	color:#1da1f2;
}
.social-media .fa-rss:hover{
	color:#f26522;
}
.social-media .fa-telegram:hover{
	color:#0088cc;
}

.menu{
  position:relative;
}
.menu .submenu{
	position: absolute;
    background: #fff;
    display: none;
    z-index: 2;
    top: 100%;
    padding: 5px 0;
    margin: 0;
	box-shadow: 0px 5px 20px 0px #0000008a;
    white-space:nowrap;
}
.menu .submenu .menu-item{
	list-style: none;
}
.menu .submenu .menu-item a{
	display: block;
	width: 100%;
	padding: 2px;
	color: #16bfad;
	border-bottom: dotted 1px;
	text-decoration: none;
	transition: 0.2s all;
}
.menu .submenu .menu-item:hover{
	background: #16bfad;
	color: #581877;
}
.menu .submenu .menu-item .menu-img{
	height: 25px;
}
.menu:hover .submenu{
	display: block;
}
.set_lang .fa{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.list_langs li:hover i{
	color: #581877;
}
.dropdown-item.active, .dropdown-item:active{
	color: #000;
    text-decoration: none;
    background-color: #fff;
}
.btn-zarvan{
	background-color: rgb(117, 61, 144);
	color: #fff;
}
.btn-zarvan:hover,
.btn-zarvan:active {
    background-color: #16bfad;
    text-decoration : none;
}
.zarvan-dark{
	background-color: rgba(71,4,103,1);
	color: #fff;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.zarvan-dark:hover{
	background-color: #16bfad;
	color: rgba(71,4,103,1);
}
.zarvan-red{
	background-color: #cd1169;
	color: #fff;
}
.zarvan-red-border{
	border-bottom: 2px solid #cd1169;
    padding-bottom: 5px;
}
.zarvan-main{
	background-color: #a50aa5;
	color: #fff;
}
.zarvan-main-border{
	border-bottom: 2px solid #a50aa5;
    padding-bottom: 5px;
}
.zarvan-black{
	background-color: #330033;
	color: #fff;
}
.zarvan-black-border{
	border-bottom: 2px solid #330033;
    padding-bottom: 5px;
}
.zarvan-light{
	background-color: #16bfad;
	color: #000;
}
.zarvan-light-border{
	border-bottom: 2px solid #16bfad;
    padding-bottom: 5px;
}
.zarvan-main2{
	background-color: rgba(71,4,103,1);
}
.zarvan-main2-border{
	border-bottom: 2px solid rgba(71,4,103,1);
    padding-bottom: 5px;
}
.social{
	margin: 10px 0 0 0;
}
.list_langs{
    width: 50px;
}
.list_langs li a i{
    color: #16bfad;
}
.social li{
	color: #ababab;
}
.social li i{
	color: #ababab;
}
.subscribe{
	margin: 10px 0;
	width: 100%;
}
.zarvan-about .image{
	overflow: hidden;
}
.zarvan-about img{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.zarvan-about img:hover{
	transform: scale3d(1.5,1.5,1.5);
}
.logo_position {
    position : relative;
}
.navbar-nav > li > a {
    font-size      : 13px;
    text-transform : uppercase;
    font-weight    : 400;
    display: block;
    width: 100%;
}
.navbar-default .navbar-nav > li > a:hover {
    color : #01bc8c;
}
@media (max-width: 767px) {
	#zslider{
		width: 100%;
	}
	#zslider .sliderimg{
		width: 100%;
	}
	.navbar-collapse {
	    overflow-y: auto;
	    height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#zslider{
		width: 100%;
	}
	#zslider .sliderimg{
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#zslider{
		width: 100%;
	}
	#zslider .sliderimg{
		width: 100%;
	}
}
@media (min-width: 1200px) {
	#zslider{
		width: 100%;
	}
	#zslider .sliderimg{
		width: 100%;
	}
}
.zslider .item .view{
	width: 100%;
}
.tob-bar-l{
	padding: 0;
	margin: 0;
	text-align: start;
}
.box-icon{
	display: flex;
    justify-content: center;
    align-items: center;
}
footer{
	padding-top: 30px;
}
.nav-tabs .nav-item{
	border-bottom: 5px solid transparent;
}
.footer-text p{
	color: #ffffff;
}
.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-link ul li a{
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    transition: color .25s ease;
}
.footer-contact .contacts > li{
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    transition: color .25s ease;
}
.menu-layout{
	padding: 0;
	margin: 0;
    background-color: #581877;
}
.menu-layout a,.menu-layout .fa{
	color:#16bfad;
}
.menu-layout .fa-home{
  padding:0 5px;
}
.other{
	padding: 5px;
}
.zarvan-lbtn{
	background: #16bfad;
	box-shadow: 0 0px 10px rgba(22, 191, 173,0.6);
	transition: 0.5s all;
	border-radius: 100px;
	outline:none;
}
.btn-primary{
	background: #16bfad;
	box-shadow: 0 0px 10px rgba(22, 191, 173,0.6);
	transition: 0.5s all;
	border-radius: 5px;
	border-color:#16bfad;
	outline:none;
}
.zarvan-lbtn:hover{
	background: #13a595;
}
.zarvan-dbtn{
	background: #581877;
	transition: 0.5s all;
	box-shadow: 0 2px 12px rgba(242,45,51,0.6);
}
.zarvan-dbtn:hover{
	background: #581877;
}
.other-services h3{
	text-align: center;
    padding: 5px;
    background: #eee;
    margin-top: 0;
}
.btn-zs{
	-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: #ffffff;
    border-color: #ffffff;
    color: #16bfad!important;
    box-shadow: 0px 0px 1px 1px #581877;
}
.btn-zs:hover{
	background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 2px 1px #16bfad!important;
}
.btn-zs:active{
	background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 6px -1px #000!important;
}
.zs-text{
	color: #581877!important;
}
.zgs-text{
	color: #16bfad!important;
}
.viewble{
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
code{
	direction: ltr;
	text-align: left;
}
.user-menu{
    padding: 0;
}
.user-menu .navbar-nav{
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
    border-radius: 10px;
    color: #16bfad;
}
.user-menu 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;
    color: #16bfad;
    display: inline-block;
    padding: 15px 40px;
}
.user-menu li a{
    color: #16bfad;
}
.user-menu .active{
    color: rgb(88, 24, 119);
}
.user-menu a:hover{
    color: rgb(88, 24, 119);
}
.zarvan_header .position-static > ul{
	width: 100%;
}
.zarvan_header .services{
	padding: 0;
	margin: 0;
}
.zarvan_header .services-category-heading{
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    color: #0000008f;
}
.zarvan_header .services-category-heading:hover{
	color: #16bfad;
}
.home-heading{
	text-transform: capitalize;
	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%; 
}
.fw-600{
	font-weight: 600;
}
.contact-number{
}
.btnzf{
	background-color: rgba(71,4,103,1);
    color: #fff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.valid-tooltip{
	background: transparent;
    padding: 1px;
    font-size: 80%;
    color: #00ff00;
    top: auto;
}
.other-article a, .other-article li.active span {
    padding: 5px 20px;
    background: #16bfad;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    color: #581877;
}
.other-pag a,
.other-pag span{
	padding: 5px 20px;
    background: #581877;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    color: #16bfad;
}
.other-pag li.active span {
	padding: 5px 20px;
    background: #16bfad;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    color: #581877;
}
.langitem .menu{
	cursor: pointer;
	padding: 15px;
    background: #FFF;
    border-radius: 5px;
}
.social-media{
	padding: 15px;
    background: #FFF;
    border-radius: 0px;
}
.fastnumber{
	padding: 15px;
    background: #FFF;
    border-radius: 5px;
}
.languages{
	padding: 15px;
    background: #FFF;
    border-radius: 5px;
}
.menu-bar{
	text-align: center;
	position: inherit;
}
.menu-bar .submenu{
	z-index: 1;
    background: #ffffff;
    padding: 5px;
}
.menu-bar .submenu li a{
	white-space: pre-line;
}
.copyright p{
	text-align: center;
}
@media (max-width: 767px) {
	.submenubtn{
		display: none;
	}
	.navbar-header{
		width: 100%;
	}
	.home-heading{
		text-align: center;
	}
	.m-menu{
		height: 250px;
	    overflow-y: auto;
	}
	.fastnumber{
		display: none;
	}
	#fast-contact .fastcode{
		padding: 0 15px!important;
	}
	.lang-btn .lang-name{
		display: none;
	}
	.zarvan_header{
		box-shadow: 0 0 0 0;
	}
	.fast-contact hr{
		margin: 0;
	}
	.fast-contact .contact-number{
		padding: 5px 1rem!important;
	}
	footer h4,
	footer p,
	footer ul,
	footer li{
		text-align: center;
	}
	h1,
	h2,
	h3,
	h4,
	.media,
	.tag,
	.viewble,
	.user-social li{
		text-align: center;
	}
}
.zarvan_header .navbar-toggler{
	max-height: 165px;
}
.mark-text li{
	list-style: circle;
}
.mark-text a{
	color: #16bfad;
	font-weight: bold;
}
.pagination li.disabled span{
	background: #16bfad;
	color: #581877;
}
.menu-bar > .cuscollapse{
	display: block;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transform-origin:top;
	transition-property: max-height;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.m-menu .menu-bar:hover .cuscollapse{
	max-height: 300px;
	transition-timing-function: cubic-bezier(.42,0,.58,1);
}
.fast-contact hr{
	margin: 0;
}
.fast-contact .form-group {
    margin-bottom: 5px;
}
.fast-contact p{
	margin-bottom: 10px;
}
