.counter{
    font-family: 'Amaranth', sans-serif;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    position: relative;
}
.counter .counter-value{
    color: #fff;
    background: linear-gradient(to bottom,#9E3221,#D24933);
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 3px 6px rgba(0,0,0,0.6);
    padding: 7px 0 25px;
    margin-bottom: 40px;
    border-radius: 20px;
    display: block;
}
.counter .counter-icon{
    color: #9E3221;
    background: linear-gradient(to bottom,#9E3221,#D24933);
    font-size: 45px;
    line-height: 80px;
    width: 80px;

    height: 80px;
    border-radius: 15px;
    transform: translateX(-50%) rotate(0);
    position: absolute;
    top: 37%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s;
}
.counter:hover .counter-icon{
    box-shadow: 0 0 10px #000;
    transform: translateX(-50%) rotate(360deg);
}
.counter .counter-icon:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    transform: scale(0.85);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter h3{
    color:#000;
    background: #F3F5F4;
    font-size: 20px;
    padding:30px 10px 15px;
    margin: 0;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}


@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
@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:13px;
	color:#7d7d7d;
	background:#f9f9f9;
}
h1,h2,h3,h4,h5,h6,h7,h8{
	font-family: Aviny !important;
}
header{
	padding-top:0px;	
        margin-bottom:10px;
	padding-bottom:20px;
        box-shadow: 0 0 10px #000;
}
*,*: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:19px;
    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:23px;
	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: 16px;
	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:13px;
	font-weight:normal;
	display:block;
	color:#fff;
}
.mega-dropdown-menu p{
	color: #F2F2F2;
	font-size:12px;
	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:17px;
}
.domainsearch{
	padding:8px 0px;
	background:#7DD9F0;
	border-bottom:solid 1px #123456;
}
.domainsearch .dstxt{
	font-size:16px;
	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:17px;
	color:#7d7d7d;
	font-weight:400;
	padding-top:20px;
	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:17px;
	font-weight:500;
	color:#fdc13c;
}
.zemanat .zinfo .textbox{
	font-size:13px;
	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:19px;
}
.offermenu .tab-content .tabbox{
    text-align:justify;font-size:19px;
}
.offermenu .tab-content .tabbox h3{
    color:#FDC13C;
    font-size:23px;
    font-weight:500;
}
img{
    max-width:100%;
    margin-top:15px;
    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:15px;
    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:17px;
    border-radius:6px;
}
.sup-soc .telegram i{
    font-size: 40px;
    margin-top:8px;
}

.moshtarian h3{
    font-size:17px;
    font-weight:500;
    color:#7D7D7D;
    border-bottom:solid 1px #CDCDCD;
    padding-bottom:11px;
}
.sokhan{
    background:#fff;
    padding-top:30px;
    padding-bottom:35px;
    font-size:17px;
}
.sokhan h3{
    font-size:17px;
    padding:0px;
    margin:0px;
}

footer{
    padding-bottom:0px;
}

@media (max-width: 990px){
footer .links{display:none;
     }  
}
footer .links{
    background:#EADEB8;
    padding-top:15px;
    padding-bottom:15px;
}
footer .links a{
    background:#362706;
    padding:1px 30px;
    font-weight:bold;
    font-size:22px;
    color:#fff;
    border-radius:9px;
    margin-left:10px;
}
footer .links a:hover{
    background:#ffffff;
    color:#362706;
}
footer .fbox{
    padding-top:20px;
    padding-bottom:20px;
}
footer .fbox h4{
    font-size:23px;
    color:#DAB88B;
    border-bottom:solid 1px #fff;
    padding-bottom:10px;
}
footer .fbox ul li{
    display: block;
}
footer .fbox ul li a{  
    line-height: 20px;
    font-size:18px;
    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:19px;
    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 .box ul li .tel-footer {
  width: 20px;
  height: 20px;
  background: url(../img/icon/tel-footer.svg) no-repeat;
  background-position: 0px 0px;
  float: right;
  margin-left:10px;
  margin-top:-2px;

  cursor: pointer; 
}
footer .box ul li .mail-footer {
  width: 20px;
  height: 20px;
  background: url(../img/icon/mail-footer.png) no-repeat;
  background-position: 0px 0px;
  float: right;
  margin-left:10px;
  margin-top:-2px;

  cursor: pointer; 
}
footer .box ul li .address-footer {
  width: 20px;
  height: 20px;
  background: url(../img/icon/shop-footer.png) no-repeat;
  background-position: 0px 0px;
  float: right;
  margin-left:10px;
  margin-top:-4px;

  cursor: pointer; 
}

footer .copyright{ 
    color:#123456;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:20px; 
    border-top: 2px solid #213368;
}

footer .copy_left{ 
    float: left;
    margin-left:47%;
}

.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;
}