.counter{
    font-family: aviny;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}
.counter .counter-icon:hover{
    color: #123456;    border-radius: 30%;
  transform: translateY(-12px);

}
.counter .counter-icon{
    color: #fff;
    line-height: 75px;
    font-size: 35px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
.counter .counter-content{
    background-color: #fff;
    padding: 17px 15px 10px;
    margin: -30px 0 0;
    box-shadow:  0 0 5px rgba(0,0,0,0.05);
    border-radius: 20px;
    position: relative;
}
.counter .counter-content:before{
    content: '';
    border: 2px dashed #e7e7e7;
    border-radius: 15px;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 5px;
    bottom: 5px;
}
.counter h3{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1px;
}
.counter .counter-value{
    color: #3B9CC9;
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    display: block;
}
.counter.green .counter-icon{ background-color: #3FC497;    margin-top:-30px;  }
.counter.green .counter-value{ color: #3FC497;}
.counter.orange .counter-icon{ background-color: #F54505;    margin-top:-30px; }
.counter.orange .counter-value {color: #F54505; }
.counter.Blue .counter-icon{ background-color: #72ddf7;    margin-top:-30px; }
.counter.Blue .counter-value {color: #72ddf7; }
.counter.red .counter-icon{ background-color: #BF0720;    margin-top:-30px; }
.counter.red .counter-value {color: #BF0720; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
@font-face{
font-family:'FontAwesome';
src:url('../fonts/icons/fontawesome-webfont.eot?v=4.6.2');
src:url('../fonts/icons/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('../fonts/icons/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('../fonts/icons/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/icons/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/icons/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
font-weight:normal;font-style:normal;
}
@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/aviny web.eot');
	src: url('../fonts/eot/aviny web.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/aviny web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/aviny web.ttf') format('truetype');
}
@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/aviny web.eot');
	src: url('../fonts/eot/aviny web.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/aviny web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/aviny web.ttf') format('truetype');
}
@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/aviny web.eot');
	src: url('../fonts/eot/aviny web.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/aviny web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/aviny web.ttf') format('truetype');
}
@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/aviny web.eot');
	src: url('../fonts/eot/aviny web.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/aviny web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/aviny web.ttf') format('truetype');
}
@font-face {
	font-family: aviny;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/aviny web.eot');
	src: url('../fonts/eot/aviny web.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/aviny web.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/aviny web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/aviny web.ttf') format('truetype');
}
body {
	font-family:aviny !important;
	font-weight: 300;
	font-size:18px;
	color:#7d7d7d;
	background:#f9f9f9;
}

h1,h2,h3,h4,h5,h6,h7,h8{
   font-family:aviny;
}
header{
	background:#CAD315;
	padding-top:0px;	
        margin-bottom:10px;
	padding-bottom:20px;
        box-shadow: 0 0 20px #cad315;
}
*,*:hover,*:active,a,a:hover{text-decoration:none;}
header .topbox{
	background:#333333;
	padding:15px 0px;
	color:#fff;
	border-top:solid 3px #FDC13C;
}
header .topbox i{
    font-size:23px;
    color:#FDC13C;
    margin-right:10px;
}

header .logo-left {
    float:left;
    padding:5px 10px;

}
header .logo{
	padding-top:10px;
	padding-bottom:10px;
}
header .logo .hgroup h1{
	color:#855996;
	font-size:39px;
	font-weight:bold;
}
header .logo .hgroup h2{
	color:#7d7d7d;
	font-size:21px;
	padding-top:0px;
	margin-top:0px;
}
header .logo .hgroup h1 span{
	color:#fdc13c;
}
header .logo .chat{
	margin-top:25px;
}
.mainmenu{
	border-radius:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.mainmenu .nav li a span{
	display:block;
	text-align:center;
}
.mainmenu .dropdown-menu{

	padding-top:10px;
	padding-bottom:10px;
}
.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu{border-radius:0px !important;}
.mega-dropdown {
    position: static !important;
    z-index: 99999999999;
	
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    margin: auto 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
	background:url("../img/menubg.png");
z-index: 99999999999;
}
.affix{
	left:0px;
	right:0px;
	top:0px;
	z-index:9999;
}
.mega-dropdown-menu ul{
	list-style:none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;list-style: none;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #18AE9F;
	font-weight:bold;
    font-size: 20px;
	margin:10px 0 10px 0;
	padding:0px 0 10px 0;
	list-style: none;
	border-bottom:solid 1px #666666;
}
.mega-dropdown-menu .dropdown-header span{
	font-size:18px;
	font-weight:normal;
	display:block;
	color:#fff;
}
.mega-dropdown-menu p{
	color: #F2F2F2;
	font-size:17px;
	line-height:27px;
}
.mega-dropdown-menu a{color:#ffffff;}
.mainmenu .dropdown-menu li{
	margin-bottom:0px;
	margin-top:0px;
}
.mainmenu .dropdown-menu li a{color:#fff;display:block;}
.mainslide{
	margin-top:-20px;
}
.mainslide .onvanepage h2{
    color:#fff;
    font-weight:bold;
}

.cover-image {
    height:400px;
	padding-top:80px;
    background-size: cover;
}
.cover-image .slidebox{
	border:solid 2px #fff;
	width:400px;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.cover-image .slidebox .title{
	color:#fff;
	padding:10px;
	font-size:21px;
	font-weight:bold;
}
.cover-image .slidebox .descr{
	color:#fff;
	padding:10px;
	font-size:21px;
}
.domainsearch{
	padding:8px 0px;
	background:#7DD9F0;
	border-bottom:solid 1px #123456;
}
.domainsearch .dstxt{
	font-size:20px;
	margin-top:20px;
}
.ltr{direction:ltr;}
.searchform form input[type="text"]{
        width: 70%;margin-top:5px;
	padding:8px 12px;
	border-radius: 4px;
	border:solid 1px #e9e9e9;
}
.searchform form select{
	padding:8px 20px;
	border-radius: 4px;
	border:none;
	background:#cdcdcd;
	margin-left:-10px;
}
.zemanat h2{
	font-size:21px;
	color:#f9a11c;
	font-weight:400;
	padding-top:20px;
	border-bottom:solid 1px #cdcdcd;
	padding-bottom:10px;
}
.zemanat .zinfo{
	margin-top:30px;
}
.zemanat .zinfo i{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:64px;
	height:64px;
}
.zemanat .zinfo i.speed{background:url("../img/speed.png")no-repeat center center;}
.zemanat .zinfo i.speed:hover{background:url("../img/speed2.png")no-repeat center center;}
.zemanat .zinfo i.keyfiat{background:url("../img/tazmin.png")no-repeat center center;}
.zemanat .zinfo i.keyfiat:hover{background:url("../img/tazmin2.png")no-repeat center center;}
.zemanat .zinfo i.support{background:url("../img/support.png")no-repeat center center;}
.zemanat .zinfo i.support:hover{background:url("../img/support2.png")no-repeat center center;}
.zemanat .zinfo h3{
	font-size:21px;
	font-weight:500;
	color:#fdc13c;
}
.zemanat .zinfo .textbox{
	font-size:18px;
	margin-bottom:10px;
	line-height:26px;
}
.offermenu{
    margin-top:20px;
}

.offermenu .nav{
    background:#fff;
    padding:10px 20px;
    border-radius:4px;
    border:solid 1px #EDEDED;
}
.offermenu .nav li a,.offermenu .nav li a:hover,.offermenu .nav li.active a{
    box-shadow: none;
    font-size:20px;
    color:#03c8fa;
}
.offermenu .tab-content .tabbox{
    font-size:19px;
    text-align:justify;   
}
.offermenu .tab-content .tabbox h3{
    color:#FDC13C;
    font-size:21px;
    font-weight:500;
}
img{
    max-width:100%;
    border-radius:10px;
}
.sup-soc{
    border-top:solid 1px #E9E9E9;
    border-bottom:solid 1px #E9E9E9;
    padding-top:20px;
    padding-bottom:10px;
    margin-top:10px;
}
.sup-soc h3.support{
    background:#fff;
    padding:5px 10px;
    font-size:19px;
    vertical-align:top;
    margin-top:0px;
    line-height:45px;
    border:solid 1px #e9e9e9;
    border-radius:6px;
    margin-bottom:10px;
}
.sup-soc .telegram{
    background:#00BFF3;
    height:58px;
    color:#fff;
    line-height:55px;
    font-size:21px;
    border-radius:6px;
}
.sup-soc .telegram i{
    font-size: 40px;
    margin-top:8px;
}

.moshtarian h3{
    font-size:21px;
    font-weight:500;
    color:#7D7D7D;
    border-bottom:solid 1px #CDCDCD;
    padding-bottom:11px;
}
.sokhan{
    background:#fff;
    padding-top:30px;
    padding-bottom:35px;
    font-size:21px;
}
.sokhan h3{
    font-size:21px;
    padding:0px;
    margin:0px;
}
footer{
    padding-bottom:0px;
}
@media (max-width: 990px){
footer .links{display:none;
     }  
}
footer .links{
    background:#FFC107;
    padding-top:15px;
    padding-bottom:15px;
}
footer .links a{
    background:#cad315;
    padding:1px 30px;
    font-weight:bold;
    font-size:22px;
    color:#fff;
    border-radius:9px;
    margin-left:10px;
}
footer .links a:hover{
    background:#ffffff;
    color:#cad315;
}
footer .fbox{
    background:#CAD315;
    padding-top:20px;
    padding-bottom:20px;
}
footer .fbox h4{
    font-size:23px;
    color:#fff;
    border-bottom:solid 1px #fff;
    padding-bottom:10px;
}
a.size {
   font-size:20px;
  line-height:20px;	
}

footer .fbox ul li{
    display: block;
}
footer .fbox ul li a{ 
    line-height:20px;
    display: block;
    padding:3px 0px;
    color:#fff;
}
footer .fbox ul li a:hover{
    color:#FDC13C;
}
footer .fbox .tell{
    color:#fff;
    margin-bottom:5px;
    margin-top:15px;
}
footer .fbox .mail{
    margin-bottom:5px;
    margin-top:5px;
}
footer .box-about{
    font-size:20px;
    color:#fff;
    text-align: justify;
    margin-bottom:15px;
}
footer .address{
  width:100%;
  margin-top:0px;
  padding-top:10px;
  padding-bottom:0px;
}
footer .address a{
  color:#fff;
}

footer .copyright{ 
    color:#fff;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:20px;
    background:#FF7600;   
    border-top: 2px solid #CD113B;
   
}

.post{
    padding:20px 0px;
}
.post .breck{
    background:#fff;
    border-radius:6px;
    border:solid 1px #EDEDED;
    padding:15px 20px;
}
.post .breck a{
    color:#929292;
}
.post .post-text{
    line-height:27px;
}
.post .post-text h2,.post .post-text h3,.post .post-text h4{
    color:#FDC13C;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.post .offer{
    margin-bottom:20px;
}

.post .offer ul.infobox{
    border-radius:6px;
    border:solid 1px #EDEDED;
    list-style:none;
    padding:0px;
    background:#fff;
}
.post .offer ul.infobox li.infomain{
    display:block;
    height:80px;
    background:#fff;
    border-radius: 6px 6px 0 0;
    line-height:80px;
    color:#929292;
}
.post .offer ul.infobox li{
    background:#855996;
    line-height:30px;
    border-bottom:solid 1px #EBEBEB;
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
}
.post .offer ul.infobox li:last-child{
    border-bottom:none;
    border-radius:0 0 6px 6px;
}
.post .offer ul.infobox li.plantitle{
    display:block;
    height:45px;
    background:#fff;
    border-radius: 6px 6px 0 0;
    line-height:45px;
    color:#929292;
}
.post .offer ul.infobox.off li.planstar{
    background:#855996;
    height:35px;
    line-height:28px;
}
.post .offer ul.infobox li.planstar i{
    color:#FDC13C;
}
.post .offer ul.infobox.off li{
    background:#fff;
    border-bottom:solid 1px #EBEBEB;
    color:#929292;
}
.p-l-r-5{
    padding-left:2px;
    padding-right:2px;
}
.post .offer ul.infobox.off li.buybtn{
    background:#855996;
}
.post .offer ul.infobox.off li.buybtn a{
    color:#fff;
    display:block;
}