a{ text-decoration:none !important;}
.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;
}

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


.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:#715AAC;
    padding-top:15px;
    padding-bottom:15px;
}
footer .links a{
    background:#0755AD;
    padding:1px 30px;
    font-weight:bold;
    font-size:22px;
    color:#fff;
    border-radius:9px;
    margin-left:10px;
}
footer .links a:hover{
    background:#ffffff;
    color:#0755AD;
}
footer .fbox{
    background: linear-gradient(135deg, #f6f6f6, #1e293b);
    padding-top:20px;
    padding-bottom:20px;
}
footer .fbox h4{
    font-size:23px;
    color:#fff;    max-width:80%;
    border-bottom:solid 1px #fff;
    padding-bottom:10px;
}
a.size {
   font-size:20px;
  line-height:20px;	
}
footer .box ul {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

footer .box ul li {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

footer .box ul i{
    margin-left: 10px !important;
}

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:90%;
  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: linear-gradient(195deg, #f6f6f6, #1e293b);
    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;
}
/*domine bg*/

/* VIP Gradient Glow Box */
.bg-domine-serche{
    width:700px;
    height:160px;
    margin:-60px auto 50px;
    border-radius:18px;
    padding:22px 28px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background: linear-gradient(135deg,#0a1a33,#132b55,#0f2347,#1c3a6e);
    background-size: 300% 300%;
    animation: gradientShift 12s ease infinite;
    box-shadow:0 25px 70px rgba(2,12,40,.55), inset 0 1px 0 rgba(255,255,255,.05);
    transition:.35s ease;
}
@keyframes gradientShift {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* Inner Layout */
.domain-search-inner{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

/* Header */
.search-header{
    display:flex;
    align-items:center;
    gap:10px;
    color:#eaf2ff;
    font-size:14px;
    font-weight:500;
    opacity:.9;
}
.search-header i{font-size:18px;color:#6cb2ff;}

/* Input */
#domain-input{
    width:100%;
    height:44px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    padding:0 14px;
    color:#fff;
    font-size:14px;
    outline:none;
    transition:.25s;
}
#domain-input::placeholder{color:rgba(255,255,255,.55);}
#domain-input:focus{
    border-color:#4da3ff;
    background:rgba(255,255,255,.12);
    box-shadow:0 0 0 3px rgba(77,163,255,.2);
}

/* Buttons Row */
.domain-buttons{
    display:flex;
    gap:10px;
    margin-top:12px;
}

/* Button Base */
.domain-buttons button{
    flex:1;
    height:42px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.25);
    background:transparent;
    color:#eaf2ff;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    transition:.25s ease;
}

/* Button Hover */
.domain-buttons button:hover{
    background:#2f6fed;
    border-color:#2f6fed;
    box-shadow:0 8px 22px rgba(47,111,237,.35);
}

/* Info Button */
.btn-info:hover{
    background:#31c2f7;
    border-color:#31c2f7;
    box-shadow:0 8px 22px rgba(49,194,247,.35);
}

/* Dark Button */
.btn-dark:hover{
    background:#0b1220;
    border-color:#0b1220;
    box-shadow:0 8px 22px rgba(0,0,0,.35);
}

/* Loader inside button */
.domain-buttons .loader{
    position:absolute;
    right:10px;
    bottom:10px;
    width:18px;
    height:18px;
    border:2px solid rgba(255,255,255,.4);
    border-top-color:#fff;
    border-radius:50%;
    display:none;
    animation: spin 0.8s linear infinite;
}
@keyframes spin{
    to{transform:rotate(360deg);}
}

/* Button text padding */
.button-text{display:inline-block;transition:.25s;}

/* Show loader on hover simulation (we'll control via JS) */
.domain-buttons button.loading .loader{display:block;opacity:1;}

/* Responsive */
@media (max-width:768px){
    .bg-domine-serche{width:95%;height:auto;margin:-40px auto 30px;padding:18px;}
    .domain-buttons{flex-direction:column;}
    .domain-buttons button{width:100%;}
}