.btn2 {
	width:100%;
	padding: 2px !important;
}
.btn2_img
{
	width:100%;
}
/*
.menu-header li:not(.menu-action) .sub-menu a {
    height: 30px !important;
    line-height: 30px !important;
}
*/
.ul_background_color1
{
	background-color:#E4F8E4 !important;
}
.ul_background_color2
{
	background-color:#FDC !important;
}

.for_text_category p img
{
	width:100%;
	height:auto;
}

.for_text_category img
{
	max-width:100%;
	height:auto;
}

.vertical_align_top
{
	vertical-align:top !important;
	margin:5px;
}

/**********************************************/
.fixedbox
{
	/*z-index:10000 !important;*/
}

/* ========== General ========== */

/*
=== Colors ===

*** Yellow ***
main: #f8d24b
dark: #
light: #

*** Blue ***
main: #32bee9
dark: #
light: #

*** Dark Blue ***
main: #05305a
dark: #
light: #
*/
/*
* { outline: none; }
html { direction: rtl; }
body { cursor: default; background: #f6f6f9; font-family: 'IRANSans'; font-weight: 400; font-size: 15px; line-height: 2; }
body.padding-top { padding-top: 100px; }
*/
a, a:hover, a:focus, a i { 
	outline: none;
	outline-offset: 0;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out; 
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a { color: #393735; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }

img { 
    max-width: 100%; height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0; vertical-align: middle; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.5; }
/*.er-verdana { font-family: verdana !important; }*/
.er-relative { position: relative; }
.clear { clear: both; }
.er-body-overlay { display: none; position: fixed; z-index: 900; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); }

/* ===== Helper ===== */
.er-text-bold { font-weight: 700; }
.er-text-left { text-align: left !important; }
.er-text-right { text-align: right !important; }
.er-text-center { text-align: center !important; }
.er-text-justify { text-align: justify !important; }

.er-float-left { float: left; }
.er-float-right { float: right; }
.er-clear { clear: both; }

.er-align-left { float: left; margin-right: 15px; }
.er-align-right { float: right; margin-left: 15px; }
.er-align-center { margin-right: auto; margin-left: auto; margin-bottom: 15px; display: block; }

.er-margin { margin: 15px; }
.er-margin-top { margin-top: 15px; }
.er-margin-bottom { margin-bottom: 15px; }
.er-margin-right { margin-right: 15px; }
.er-margin-left { margin-left: 15px; }

.er-margin-sm { margin: 5px; }
.er-margin-sm-top { margin-top: 5px; }
.er-margin-sm-bottom { margin-bottom: 5px; }
.er-margin-sm-right { margin-right: 5px; }
.er-margin-sm-left { margin-left: 5px; }

.er-margin-lg { margin: 30px; }
.er-margin-lg-top { margin-top: 30px; }
.er-margin-lg-bottom { margin-bottom: 30px; }
.er-margin-lg-right { margin-right: 30px; }
.er-margin-lg-left { margin-left: 30px; }

.er-margin-xl { margin: 60px; }
.er-margin-xl-top { margin-top: 60px; }
.er-margin-xl-bottom { margin-bottom: 60px; }
.er-margin-xl-right { margin-right: 60px; }
.er-margin-xl-left { margin-left: 60px; }

.er-margin-remove { margin: 0 !important; }
.er-margin-top-remove { margin-top: 0 !important; }
.er-margin-bottom-remove { margin-bottom: 0 !important; }

.er-padding { padding: 15px; }
.er-padding-top { padding-top: 15px; }
.er-padding-bottom { padding-bottom: 15px; }
.er-padding-right { padding-right: 15px; }
.er-padding-left { padding-left: 15px; }

.er-padding-sm { padding: 5px; }
.er-padding-sm-top { padding-top: 5px; }
.er-padding-sm-bottom { padding-bottom: 5px; }
.er-padding-sm-right { padding-right: 5px; }
.er-padding-sm-left { padding-left: 5px; }

.er-padding-lg { padding: 50px; }
.er-padding-lg-top { padding-top: 50px; }
.er-padding-lg-bottom { padding-bottom: 50px; }
.er-padding-lg-right { padding-right: 50px; }
.er-padding-lg-left { padding-left: 50px; }

.er-padding-lgx { padding: 80px; }
.er-padding-lgx-top { padding-top: 80px; }
.er-padding-lgx-bottom { padding-bottom: 80px; }
.er-padding-lgx-right { padding-right: 80px; }
.er-padding-lgx-left { padding-left:80px; }

.er-padding-xl { padding: 100px; }
.er-padding-xl-top { padding-top: 100px; }
.er-padding-xl-bottom { padding-bottom: 100px; }
.er-padding-xl-right { padding-right: 100px; }
.er-padding-xl-left { padding-left: 100px; }

.er-padding-xlx { padding: 140px; }
.er-padding-xlx-top { padding-top: 140px; }
.er-padding-xlx-bottom { padding-bottom: 140px; }
.er-padding-xlx-right { padding-right: 140px; }
.er-padding-xlx-left { padding-left: 140px; }

.er-padding-remove { padding: 0 !important; }
.er-padding-top-remove { padding-top: 0 !important; }
.er-padding-bottom-remove { padding-bottom: 0 !important; }

.er-display-block { display: block !important; }
.er-display-inline { display: inline !important; }
.er-display-inline-block { display: inline-block !important; }


.er-border-rounded { border-radius: 4px; }
.er-border-circle { border-radius: 50%; }

a.er-readmore { display: inline-block; padding: 2px 20px; background: #fe5858; font-size: 16px; color: #fff; border: 1px solid #fe5858; border-radius: 4px; }
a.er-readmore:hover { background: #fff; color: #fe5858; }

a.er-readmore-alt { display: inline-block; padding: 2px 20px; background: #fff; font-size: 16px; color: #666; font-weight: 300; border: 1px solid #fe5858; border-radius: 4px; }
a.er-readmore-alt:hover { background: #fe5858; color: #fff; }

.er-table-responsive { overflow-x: auto; min-height: 0.01%; }
.er-table-responsive table {  }

@media (max-width:991px) {
	.er-table-responsive { width: 100%; overflow-y: hidden; border: 1px solid #ddd; }
}

.er-table table { width: 100%; background: #fff; border: 1px solid #eee; }
.er-table table th { padding: 10px 15px; text-align: center; font-size: 15px; font-weight: 500; color: #555; background: #f6f6f6; border-bottom: 4px solid #eee; white-space: nowrap; }
.er-table table td { padding: 10px 15px; text-align: right; font-size: 14px; border-bottom: 1px solid #eee; color: #666; transition: all .3s ease; white-space: nowrap; }
.er-table table tr:nth-child(2n) td { background: #f6f6f6; }
.er-table table tr:hover td { background: #e6e6e6 !important; }

/* ========== Fontface ========== */
/*
@font-face {
	font-family: 'IRANSans';
    src: url('../fonts/WebYekan.eot');
    src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WebYekan.woff') format('woff'),
         url('../fonts/WebYekan.ttf') format('truetype'),
         url('../fonts/WebYekan.svg#WebYekan') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600–06FF;
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ /*url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ /*url('../fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ /*url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb_Medium.eot');
	src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 *//* url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ /*url('../fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ /*url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSansWeb_Light.eot');
	src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ /*url('../fonts/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ /*url('../fonts/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ /*url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ /*url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ /*url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ /*url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 *//* url('../fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ /*url('../fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ /*url('../fonts/IRANSansWeb.ttf') format('truetype');
}
*/

/* ==== Header ===== */
.er-header { color: #666; width: 100%; /* position:absolute; top:0;  z-index: 210; */ background: linear-gradient(to right, #331b4d , #291e3d);}
.er-header-single {position:relative; }
.er-logo-wrap { height: 80px; margin: 10px 0; }
.er-website-title-desc { padding-top: 10px; }
.er-website-title-desc h2 { margin: 0 0 2px; font-size: 26px; color: #fff; font-weight: 500; }
.er-website-title-desc h3 { margin: 0; font-size: 15px; color: #eee; }
.er-logo { text-align: center; float: right; margin-left: 15px; }
.er-logo h2 {margin:15px 0 0; padding:0;}
.er-logo img { max-height: 80px; }

.er-header-contact { font-size: 14px; color: #eee; padding: 5px 0; background: rgba(0, 0, 0, .3); transition: all .5s ease; margin-top: 0; }
.er-header-contact-item { float: left; direction: ltr; padding: 0 15px; border-right: 1px dashed #999; }
.er-header-contact-item i { font-size: 16px; vertical-align: middle; margin-right: 5px; }
.er-header-email { border-right: none; }
.er-header-social { height: 29px; overflow: hidden; }
.er-header-social a { display: inline-block; margin: 0 1px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2); width: 29px; height: 29px; text-align: center; }
.er-header-social a:hover { color: #777; background: #fff; }
.er-header-social a span { font-size: 16px; line-height: 27px; }





/* Menu */
.er-menu {transition: all 0s ease; margin: 32px -5px 20px;}
.er-menu ul.awe-navbar-body { font-size: 0; text-align: right; }
.er-menu ul.awe-navbar-body li { margin: 0; }
.er-menu ul.awe-navbar-body li.login {float:left;}
.er-menu ul.awe-navbar-body li.register {float:left; margin:0 15px 0 0; }
.er-menu ul.awe-navbar-body li.register a { color:#fff; background:#3ecf8e; border-radius:3px; }
.er-menu ul.awe-navbar-body > li > a { min-height: 40px; margin: 0 ; color: #fff; font-size: 16px; line-height: 40px; border-left: none; text-shadow: 0 0 0 !important; font-weight: 300; position: relative; z-index: 0; padding:2px 18px;}
.er-menu ul.awe-navbar-body > li > a:hover { color: #fff; background:rgba(255, 255, 255, 0.2); border-radius:3px;  }

.er-menu ul.awe-navbar-body > li > a:hover:after { width: 100%; right: 0; left: 0; }
.er-menu ul.awe-navbar-body > li.active > a:after { right: 0; left: 0; width: 100%; }

.awe-navbar-body > li > ul > li[data-subset]:after, .awe-navbar-body > li > ul > li > ul > li[data-subset]:after, .awe-navbar-body > li > ul > li > ul > li > ul > li[data-subset]:after { border-right-color: #f8d24b; margin-top: -4px; left: 5%; }
.awe-navbar-body > li > ul > li[data-subset]:hover:after, .awe-navbar-body > li > ul > li > ul > li[data-subset]:hover:after, .awe-navbar-body > li > ul > li > ul > li > ul > li[data-subset]:hover:after { border-right-color: #05305a; }
.awe-navbar-body > li[data-subset]:hover > a { color: #535353; }
.awe-navbar-body > li > ul > li[data-subset]:hover > a, .awe-navbar-body > li > ul > li > ul > li[data-subset]:hover > a, .awe-navbar-body > li > ul > li > ul > li > ul > li[data-subset]:hover > a { background: #fff; }

.awe-navbar-body > li > ul { right: 0; }
.er-menu ul.awe-navbar-body > li ul {padding:12px 0 10px; background:#fff; border-radius:4px; position:absolute; top:-10px; width:220px; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1);}
.er-menu ul.awe-navbar-body > li ul li:first-child a { min-height: 40px; margin: 0 ; color: #6d6d6d; font-size: 16px; line-height: 40px; border-left: none; border-radius:4px; font-weight: 300; position: relative; z-index: 0; padding:1px 19px 2px; }
.er-menu ul.awe-navbar-body > li ul li:first-child a:hover {color:#222; }
.er-menu ul.awe-navbar-body > li ul li {  }
.er-menu ul.awe-navbar-body > li > ul li a { padding:0 25px 8px; color: #5f5377; font-size: 15px; background: #fff;  margin: 0; text-align: right; font-weight:300;}
.er-menu ul.awe-navbar-body > li > ul li a:hover { color:#342e3f;}
.er-menu ul.awe-navbar-body > li > ul li.active a, .er-menu ul > li > ul li a:hover { background:#fff; }

.er-header-single .er-menu {padding-bottom:30px;}
.er-header-single.fixed .er-menu {padding-bottom:0; }

/* max-width:767px */
.awe-navbar-toggle .icon-bar { background-color: #f8d24b; }
.awe-navbar.awe-navbar-opened .awe-navbar-header { background: linear-gradient(to right, #331b4d , #291e3d); padding: 5px; height: 50px; }
.awe-navbar.awe-navbar-opened .awe-navbar-toggle { margin-top: 2px; }
.awe-navbar.awe-navbar-opened .awe-navbar-toggle .icon-bar { background-color: #fff; }
.awe-navbar.awe-navbar-opened .awe-navbar-title { color: #fff; }
.awe-navbar.awe-navbar-opened {  }
.awe-navbar.awe-navbar-opened .awe-navbar-list { padding: 0; }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul {  }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li { margin: 3px 0; }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li a { display: block; border-left: 0; color: #666; background: #fff; width: auto; background: #f5f5f5; border-top: 0; margin: 10px; padding: 5px 25px; font-size: 17px; }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li a:hover, .awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li.active a { background: #ddd; color: #666; }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li ul { width: auto; margin: 0 10px 40px 10px; box-shadow: none; padding: 0; }
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li ul li { margin: 3px 0; }


/*** Header Fixed ***/
.er-header.fixed { position: fixed; z-index: 210; top: 0; right: 0; left: 0; transition: all .4s ease-in-out; background: linear-gradient(to right, #331b4d , #291e3d);  border-top:3px solid #150d20; }
.er-header.fixed .er-header-contact { margin-top: -39px; }
.er-header.fixed .er-logo h2 { margin: 18px 0 0; }
.er-header.fixed .er-logo-wrap { margin: 0; }
.er-header.fixed .er-menu { margin: 20px -5px; }
.er-header.fixed .er-website-title-desc { padding-top: 7px; }

@media (min-width:992px) and (max-width:1199px) {
	.er-menu { margin: 20px 0; }
}

@media (min-width:768px) and (max-width:991px) {
	.er-menu ul.awe-navbar-body > li > ul li a { width: 175px; }
	.awe-navbar-body > li > ul ul { right: 20%; top: 90%; }
	.er-menu { margin: 20px 0; text-align: center !important; }
	.er-menu ul.awe-navbar-body { text-align: center !important; }
	.er-menu ul.awe-navbar-body li.register, .er-menu ul.awe-navbar-body li.login { display: none; }
}

@media (max-width:767px) {
.awe-navbar.awe-navbar-opened .awe-navbar-list > ul > li ul li:first-child { display: none; }
.er-menu ul.awe-navbar-body li.register, .er-menu ul.awe-navbar-body li.login { float: none; }
.er-menu ul.awe-navbar-body li.register a { background: #3ecf8e; color: #fff; text-align: center; font-size: 20px; }
.er-menu ul.awe-navbar-body li.login a { background: #5a496e; color: #fff; text-align: center; font-size: 20px; }
	.er-menu { margin: 5px 0; }
	.er-header.fixed .er-menu { margin: 5px 0 !important; }
	.navbar-toggle, .awe-navbar-toggle { float: left; margin-left: 0; margin-top: 26px; margin-bottom: 0; }
	.awe-navbar { background: none; }
	.awe-navbar .awe-navbar-title { display: none; }
	.awe-navbar.awe-navbar-opened { background: #fff; padding-top: 20px; }
	
	.er-header.fixed .navbar-toggle, .er-header.fixed .awe-navbar-toggle { margin-top: 2px; }
	.er-header.fixed .er-logo h2 { margin: 0; }
	.er-header.fixed .er-logo-wrap { margin: 0; height: auto; }
}


/* Title */
.er-title {  }
.er-title h2 { font-size: 30px; font-weight: 500; margin: 0; color: #4f4f82; position: relative; z-index: 1; display: inline-block; }
.er-title h2:after { position:relative; z-index: 10; bottom: -5px; content: ""; display: block; width: 50px; height:2px; background: #f8d24b; right: 0; left:0; margin:0 auto; }
.er-title.alt h2 { color: #fff; }


.er-title-center { text-align: center; overflow: hidden; margin:0 0 20px; }
.er-title-center h2 { font-size: 25px; font-weight: 500; margin: 0; color: #555; line-height: 2; position: relative; z-index: 1; }
.er-title-center h3:after { position:relative; z-index: 10; bottom: -14px; content: ""; display: block; width: 50px; height:2px; background: #f8d24b; right: 0; left:0; margin:0 auto; }
.er-title-center h3 { font-size: 18px; color: #777; margin: 0 0 20px; font-weight:300; }
.er-title-center h3 span { font-weight: 500; color: #88ce73; }

.er-title-alt-center { text-align: center; margin-bottom: 50px; }
.er-title-alt-center h2 { font-size: 30px; margin: 0; color: #fff; line-height: 1.5; position: relative; z-index: 1; }
.er-title-alt-center h2:after { position: absolute; z-index: 10; bottom: -20px; content: ""; display: block; width: 40px; height: 4px; background: #ff9f00; right: calc(50% - 20px); left: calc(50% - 20px); }
.er-title-alt-center h3 { font-size: 19px; color: #f2f2ff; margin: 0 0 20px; }
.er-title-alt-center h3 span { font-weight: 500; color: #88ce73; }

/********** Home **********/
.er-home-intro { position: relative; z-index: 0; min-height: 530px; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image:linear-gradient(to right, #331b4d , #291e3d);  /* border-top:3px solid #150d20; */}
.er-home-intro-txt { text-align: right; padding: 130px 30px 0 0; color: #fff; position: relative; z-index: 1; }
.er-home-intro-txt h1 a{ font-size: 28px; font-weight: 500; margin:0 0 5px; padding:0; color: #fff}
.er-home-intro-txt h2 { font-size: 22px; line-height: 2; padding: 0 ; font-weight:200; opacity: 0; margin:0 0 10px; color:#f4f4f4;}
.er-home-intro-txt p { font-size: 16px; line-height:2.1; padding: 0 ; font-weight:200; opacity: 0; margin:0 0 20px;}
.er-home-intro .laptop {top:160px; position:absolute; right:-60px;}
.er-home-intro .telegram {top:250px; position:absolute; right:30px;}
.er-home-intro .instagram {top:130px; position:absolute; right:30px;}
.er-newsletter { color: #fff; opacity: 0; }
.er-newsletter form {background:#fff; border-radius:3px; display:inline-block; padding:4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
.er-newsletter-text { font-size: 18px; margin-bottom: 15px; text-align: center; }
.er-newsletter-item { float: right;  }
.er-newsletter input[type="email"] { border: none; background: #fff;  font-size: 15px; line-height:2; height:44px; width:100%;  font-weight:200;}
.er-newsletter button[type="submit"] {  width: 100%; background: #3ecf8e; border: 2px solid #3ecf8e; font-size: 17px; padding:8px 14px 7px; font-weight:400;  transition: all .3s ease-in-out;}
.er-newsletter button[type="submit"]:hover { background: #fff; color: #3ecf8e; }
.er-newsletter input[type="email"]:hover {box-shadow:inset 0 0 0 rgba(0,0,0,0);}
.er-newsletter input[type="email"]:focus {direction:ltr;}
.er-home-intro-txt .header-button {width: 100%;background: #3ecf8e;border-radius: 3px;border: 2px solid #3ecf8e;font-size: 17px;padding: 7px 14px;font-weight: 400;transition: all .3s ease-in-out;color: #fff;  }
.er-home-intro-txt .header-button:hover {background: none;color: #fff;}
.er-home-intro-txt .button {  width: 100%; background: #3ecf8e; border-radius:3px; border: 2px solid #3ecf8e; font-size: 17px; padding:7px 14px; font-weight:400;  transition: all .3s ease-in-out; color:#fff;}
.er-home-intro-txt .button:hover { background: none; color: #fff; }

@media (min-width:992px) and (max-width:1199px) {
	.er-home-intro .laptop { right: 10px; }
}



/*** homepage ***/
.er-statistics { background:#f3f5f7 url(../images/bgp2.gif) right center no-repeat; color: #fff; padding: 100px 0 40px; }
.er-statistics-ttl { width: 20%; float: right; }
.er-statistics-ttl h6 { font-size: 19px; font-weight: 500; line-height:34px; color: #5f6060; margin: 0; padding: 0; }
.er-statistics-items { width: 80%; float: right; }
.er-statistics-items span { display: inline-block; width: 60px; height: 60px;  float: right; margin-left: 10px; }
.er-statistics-items span.ss1 { background: url(../images/icon1.png) no-repeat 0 -1px; }
.er-statistics-items span.ss2 { background: url(../images/icon1.png) no-repeat -68px -1px; }
.er-statistics-items span.ss3 { background: url(../images/icon1.png) no-repeat -144px -1px; }
.er-statistics-items span.ss4 { background: url(../images/icon1.png) no-repeat -212px -1px; }
.er-statistics-items h3 { color: #706d71; font-weight: 300; font-size: 13px; padding: 5px 0 8px; margin:0; }
.er-statistics-items p { margin: 0; padding: 0; font-size: 16px; color:#b6b2b8; font-weight:300; line-height:30px; margin-bottom: 30px; }
.er-statistics-items p span {display:inline-block; width:auto; height:auto; margin-left:6px;  color: #00d57a; font-weight:400; font-size:24px; }

@media (max-width:1199px) {
	.er-statistics { padding: 50px 0; }
	.er-statistics-ttl { width: 100%; float: none; text-align: center; }
	.er-statistics-items { width: 100%; float: none; margin-top: 30px; }
}

.er-service-us { background: #fff; }
.er-service-us-item {  margin-bottom: 30px; padding: 15px 15px 5px; min-height: 155px; }
.er-service-us-item h3 a { font:400 18px/2 'IRANSans',tahoma; margin: 0 0 5px; color: #555; }
.er-service-us-item p { margin: 0; font:300 15px/2 'IRANSans',tahoma; color:#838383; }
.er-service-us-item a {color:#478cb0; font:300 15px/2 'IRANSans',tahoma; margin:3px 0 0;}
.er-service-us-item a i {font-size:14px; padding-right:4px;}
.er-service-us-item a:hover i {font-size:14px; padding-right:8px;}


.er-service-us .er-telegram-service {background:linear-gradient(to bottom, #26accf , #478cb0); box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); margin:50px 0 0; color:#fff; text-align:center;}
.er-service-us .er-telegram-service div {background: url(../images/city.png) center bottom no-repeat; padding:35px 0 265px; background-size:100%;}
.er-service-us .er-telegram-service i {font-size:32px;}
.er-service-us .er-telegram-service h3 {font:400 27px/2 'IRANSans',tahoma; margin:10px 0 0; padding:0;}
.er-service-us .er-telegram-service a {position: absolute; right:26%; bottom: 25px; color:#747474; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); border-radius:3px; background:#fff; font:300 15px/2 'IRANSans'; padding:7px 25px 5px; margin:20px auto 0; width: 150px; display: inline-block; border-bottom:1px solid #ccc; }
.er-service-us .er-telegram-service a i {font-size:15px; padding-right:4px;} 
.er-service-us .er-telegram-service a:hover i {padding-right:12px;}
.er-service-us .er-telegram-service a:hover {box-shadow:0px 2px 28px -1px rgba(255, 255, 255, 0.1);}
.er-instagram { background: #f6f6f9 url(../images/entertainment.png) left bottom no-repeat; }
.er-instagram  .er-telegram-service  {background:linear-gradient(to bottom, #ef8e67 , #f13a56);}
.er-instagram  .er-telegram-service div {padding:35px 0 75px;}
.er-instagram .er-service-us-item h3 a {color:#555;}
.er-instagram .er-service-us-item a {color:#f13a56;}

@media (min-width:992px) and (max-width:1199px) {
	.er-instagram  .er-telegram-service div { padding: 25px 0; }
	.er-service-us-item { padding: 15px 5px 5px; }
}
@media (max-width:768px) {
	.er-service-us .er-telegram-service div {padding:35px 0;}
}


.er-service-us-bottom {border-bottom:1px dashed #d9e1e9 ;}
.er-manage-social h4 a{font-size: 20px;color: #333333;}
.er-famous-social h4 a{font-size: 20px;color: #333333;}
.er-famous-social {background:url(../images/famous.png) right 0 no-repeat ; padding:0 82px 0 60px;}
.er-manage-social {background:url(../images/manage.png) right 0 no-repeat ; padding:0 82px 0 60px;}
.er-famous-social a, .er-manage-social a {color:#3ecf8e}

.er-customer {background:#fff;}
.er-customer .er-title-center {top:-74px; position:relative; padding:60px 0 0;}
.er-customer .er-title-center h3:after {background:#00c853;}
.er-customer .er-customer-in {background-image:linear-gradient(to right, #27abcf , #3ecf8e); padding: 0;}
.er-customer .er-customer-in .er-customer-box {background:#ffffff; width:100%; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); border-radius:3px; padding:36px 26px 22px; margin:0; top:-58px; position:relative}
.er-customer .er-customer-in .er-customer-box ul {margin:0; padding:0; font-size: 0; text-align: center;}
.er-customer .er-customer-in .er-customer-box ul li {margin:10px 17px; list-style:none; display:inline-block;}
.er-customer .er-customer-in .er-customer-box ul li.customer1 {background:url(../images/customer.png) no-repeat 0px 0px ; width:100px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer2 {background:url(../images/customer.png) no-repeat -102px 0px ; width:60px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer3 {background:url(../images/customer.png) no-repeat -163px 0px ; width:97px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer4 {background:url(../images/customer.png) no-repeat -260px 0px ; width:119px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer5 {background:url(../images/customer.png) no-repeat -380px 0px ; width:92px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer6 {background:url(../images/customer.png) no-repeat -473px 0px ; width:66px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer7 {background:url(../images/customer.png) no-repeat -539px 0px ; width:81px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer8 {background:url(../images/customer.png) no-repeat -615px 0px ; width:146px; height:34px;}
.er-customer .er-customer-in .er-customer-box ul li.customer9 {background:url(../images/customer.png) no-repeat -762px 0px ; width:114px; height:34px;}

.er-whyus {background:#fff;}
.er-whyus .er-padding-xl-bottom {padding-bottom:150px;}
.er-whyus .er-title-center {background:#313140 url(../images/whyus.png) right bottom no-repeat}
.er-whyus .er-title-center h2 { color: #fefffe;}
.er-whyus .er-title-center h3 { color: #83838c; }
.er-whyus .er-title-center h3:after {background:#ff5252;}
.er-whyus .er-whyus-box {background:#ffffff; width:100%; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); border-radius:3px; padding:20px 15px; margin:0; top:-110px; position:relative; text-align:center; margin-bottom: 30px;}
.er-whyus .er-whyus-box h4 { font:400 18px/2 'IRANSans',tahoma; margin: 0 0 5px; color: #555; }
.er-whyus .er-whyus-box p { margin: 0; font:300 15px/2 'IRANSans',tahoma; color:#838383; }
.er-whyus .er-whyus-box span {width:84px; height:84px; display:inline-block; margin:8px 0 2px;}
.er-whyus .er-whyus-box span.item1 {background:url(../images/item/1.png) right 0 no-repeat ;}
.er-whyus .er-whyus-box span.item2 {background:url(../images/item/2.png) right 0 no-repeat ;}
.er-whyus .er-whyus-box span.item3 {background:url(../images/item/3.png) right 0 no-repeat ;}
.er-whyus .er-whyus-box span.item4 {background:url(../images/item/4.png) right 0 no-repeat ;}


.er-comment {background:#f3f5f7;}
.er-comment .er-title-center {padding-bottom:30px;} 
.er-comment .er-title-center h3:after {background:#00b0ff;}
.er-comment .er-comment-logo {background:url(../images/customer1.png) center center no-repeat; height:90px; width:25%; float:right; padding:30px 10px;}
.er-comment .er-comment-logo2 {background:url(../images/customer2.png) center center no-repeat; height:90px; width:25%; float:right; padding:30px 10px;}
.er-comment .er-comment-box {background:#ffffff url(../images/q.png) no-repeat 25px center; width:75%; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); border-radius:3px; padding:20px 20px 20px 100px; margin:0; position:relative; text-align:right; float:right; margin-bottom: 40px;}
.er-comment .er-comment-box h4 { font:400 18px/2 'IRANSans',tahoma; margin: 0 0 5px; color: #555; }
.er-comment .er-comment-box p { margin: 0; font:300 15px/2 'IRANSans',tahoma; color:#838383; }
.er-comment .er-comment-box .tip { width: 0px; height: 0px; position: absolute; background: transparent; border: 10px solid #fff;  top: 46px; right: -20px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }

@media (max-width:500px) {
	.er-comment .er-comment-box {padding:20px;}
}
.er-call-us {background:#313140; padding:32px 0;}
.er-call-us .er-title-call {background:url(../images/cafee.png) right center no-repeat; padding:0 84px 0 0; display:inline-block;}
.er-call-us .er-title-call h4 {color:#d4d3d7; padding:0; margin:0; font:300 16px/2 'IRANSans',tahoma; }
.er-call-us .er-title-call h3 {color:#fffeff; padding:0; margin:0; font:500 19px/1.9 'IRANSans',tahoma; }
.er-call-us .er-call-info {margin:10px 0 0; text-align: left;}
.er-call-us .er-call-info a {background:#57d59c; border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:0 0 0 18px;}
.er-call-us .er-call-info a:hover {background:#313140; }
.er-call-us .er-call-info span {color:#fffeff; font:400 32px/1.7 'IRANSans',tahoma; float:left; direction:ltr;}
.er-call-us .er-call-info span small {color:#9a9aa1;}
.er-call-us-top {padding:28px 21px 26px 27px; margin:10px 0 0 ;}
.er-call-us-top .er-call-info span small {display:block;}
.er-call-us-top .er-call-info {float:left; margin:5px 0 0;}
.er-call-us-top .er-call-info span { font:400 27px/1.2 'IRANSans',tahoma;}
.er-call-us-top .er-title-call h4 { font:300 16px/2 'IRANSans',tahoma;}
.er-call-us-top .er-title-call h3 {font:500 18px/1.9 'IRANSans',tahoma; }

@media (max-width:991px) {
	.er-call-us .er-call-info a { margin: 0 0 0 10px; }
	.er-home-intro-txt { padding:60px 10px 50px 0}
	.er-home-intro {min-height:auto;}
}

@media (max-width:767px) {
	.er-call-us .er-call-info { margin: 30px 0 0 0; }
}

@media (max-width:375px) {
	.er-home-intro-txt { padding:30px 10px 0 0}
}

.er-register-now {background:#f7f7f9; }
.er-register-now div.browser {width:65%; margin:0 auto;  box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); position: relative; }
.er-register-now div.browser:before {background: #eaeaea; border-top-left-radius: 3px; border-top-right-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #c4c4c4; content: "•••"; display: inline-block; font-family: Tahoma; font-size: 25px; font-weight: 400; height: 26px; left: 0; letter-spacing: 5px; line-height: 21px; padding: 0 0 0 8px; width: 100%; text-align: left;}
.er-register-now div.browser div.cover {}
.browser-overlay { position: absolute; top: 26px; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5);  opacity: 1; visibility: visible; transition: all .3s ease; text-align: center; }
.bo-context { background: #fff; border-radius: 5px; padding: 15px 30px; display: inline-block; position: relative; top: 40%; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); line-height: 36px; font-size: 16px; font-weight: 300; color: #888; }

@media (max-width:991px) {
	.er-register-now div.browser { width: 100%; }
}

@media (max-width:768px) {
	.bo-context {padding:15px 10px;}
}
.bo-context span { font-weight: 500; color: #444; }
.bo-context a { display: inline-block; padding: 5px 15px; margin-right: 10px; color: #fff; background: #57d59c; border-radius: 3px; line-height: 26px; box-shadow: 0 5px 5px rgba(87, 213, 156, 0.5); }
.bo-context a:hover { box-shadow: none;  }
.bo-context i { width: 36px; height: 36px; line-height: 36px; color: #bbb; background: #eee; font-size: 20px; text-align: center; margin-left: 10px; border-radius: 50%; vertical-align: middle; transform: scaleX(-1); }

.er-footer {background:#fff;}
.er-footer.border-footer {border-top:3px solid #f7f7f9;}
.er-footer .er-service-border {border-bottom:1px solid #f0f4f7; padding:54px 0 38px; margin-bottom:80px;}
.er-footer .er-service-four h4 {padding:0; margin:0;}
.er-footer .er-service-four h4 a {font:500 17px/2 'IRANSans',tahoma; margin: 0 0 5px; color: #2f646d}
.er-footer .er-service-four h4 a i {font-size:16px; font-weight:500; padding-right:6px; color:#3ece90;}
.er-footer .er-service-four h4 a:hover i {margin-right:3px;}
.er-footer .er-service-four p a { margin: 0; font:200 15px/2 'IRANSans',tahoma; color:#838383;}
.er-footer .er-instagram-footer {background:url(../images/instagramcir.png) right 9px no-repeat ; padding:10px 82px 10px 0;}
.er-footer .er-telegram-footer {background:url(../images/telegramcir.png) right 9px no-repeat ; padding:10px 82px 10px 0;}
.er-footer .er-famous-footer {background:url(../images/famous.png) right 9px no-repeat ; padding:10px 82px 10px 0;}
.er-footer .er-manage-footer {background:url(../images/manage.png) right 9px no-repeat ; padding:10px 82px 10px 0;}

.er-footer h4 {font:500 17px/2 'IRANSans',tahoma; margin: 0 0 12px; color: #2f646d}
.er-footer ul {margin:0; padding:0;}
.er-footer ul li {margin:0; padding:0 0 4px 0; list-style:none;}
.er-footer ul li a {font:300 14px/2 'IRANSans',tahoma; color:#859397;}
.er-footer ul li a:hover {color:#1a626e; }

.er-footer h4.didof {background:url(../images/logof.png) right center no-repeat; padding:0 46px 0 0; position:relative; right:-46px; margin: 0 0 12px; }
.er-footer p {color:#56727a; font:300 14px/2.2 'IRANSans', Tahoma;}

.er-footer .social { margin:15px 0 0 0;}
.er-footer .social li {list-style:none; display:inline-block; margin:0 0 0 11px;}
.er-footer .social li a { font-size:20px; }
.er-footer .social li a.linkedin {color:#0077B5}
.er-footer .social li a.google {color:#dd4b39}
.er-footer .social li a.facebook {color:#3b5999}
.er-footer .social li a.telegram {color:#0088cc}
.er-footer .social li a.instagram {color:#e4405f}
.er-footer .social li a:hover {color:#868686;}

.er-footer-box { margin-bottom: 30px; }

@media (min-width:768px) and  (max-width:991px) {
	.er-footer-box { min-height: 220px; }
}

.er-copyright { background:#fff; color: #56727a;  padding:60px 0 0; }
.er-copyright .copydido { margin: 0; font:300 14px/2 'IRANSans',tahoma; background:url(../images/logoff.png) right center no-repeat; padding:15px 46px 15px 0; }
.er-copyright .copydido a { color: #ccc; }
.er-copyright .copydido a:hover { color: #fff; }

.er-copyright .copynovin { margin: 0; font:300 13px/2 'IRANSans',tahoma;  text-align:left; padding:15px 0; }
.er-copyright .copynovin img {margin:0 4px;}
.er-copyright .copynovin a { color: #6a6a6a; }
.er-copyright .copynovin a:hover { color: #434343; }

/*** Back to Top ***/
.er-back-to-top { position: fixed; z-index: 99; bottom: 0; left: 3%; display: none; }
.er-back-to-top a { display: block; width: 40px; height: 40px; background: #666; color: #fff; line-height: 40px; font-size: 14px; text-align: center; box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }

/*** Telegram page **/

.nowhitebg {background:#f9fcfd;}
.whitebg {background:#ffffff;}

.er-content-two .product-title{color: #4d5e5e;margin: 35px 0 10px;padding: 0;font: 500 25px/2 'IRANSans', Tahoma;}
.er-content-two {z-index:10; position:relative;}
.er-content-two h3 a{color:#4d5e5e; margin:35px 0 10px; padding:0; font:500 25px/2 'IRANSans', Tahoma;}
.er-content-two p {color:#7e7f80; margin:0 0 12px; padding:0; font:300 16px/2.2 'IRANSans', Tahoma;}
.er-content-two a {color:#78c25a; font:300 15px/2 'IRANSans',tahoma; margin:3px 0 0;}
.er-content-two a i {font-size:14px; padding-right:4px;}
.er-content-two a:hover i {font-size:14px; padding-right:8px;}

@media (max-width:991px) {
	.er-content-two h3 { margin: 5px 0 10px; }
}

@media (max-width:767px) {
	.er-content-two h3 { margin: 35px 0 10px; }
}

.er-price-table {background:#ffffff;}
.er-price-table .price-table {border-collapse:0; border:0; width:100%; }
.er-price-table .price-table tr th {font:500 18px/2 'IRANSans',tahoma; padding:12px 18px 10px; color:#222; } 
.er-price-table .price-table tr td {font:300 16px/2 'IRANSans',tahoma; padding:6px 20px; background:#f3f7f8; color:#787878; }
.er-price-table .price-table tr:nth-child(2n) td {background:#fff;}
.er-price-table .price-table tr:hover td {background:#ffffed;}
.er-price-table .price-table tr td span {font:500 20px/2 'IRANSans',tahoma; color:#5fd290}

.er-information {}
.er-information .information h4 {color:#4a5050; font:500 21px/2 'IRANSans',tahoma; margin:0 0 8px; padding:0;}
.er-information .information p {color:#616161; margin:0 0 12px; padding:0; font:300 16px/2.2 'IRANSans', Tahoma;}
.er-information .information ul {margin:0; padding:0;}
.er-information .information ul li {list-style:none; margin:0 2px 3px; padding:0; color:#828282;  font:300 16px/2.2 'IRANSans', Tahoma;}
.er-information .information ul li i {color:#5fcf80; margin:0 0 0 2px}

.er-register-bottom {background:#fff; margin:30px 0 0;}
.er-register-bottom .er-title-call {background:url(../images/item/5.png) right center no-repeat; padding:0 84px 0 0; display:inline-block; margin:0 20px 0 0;}
.er-register-bottom .er-title-call h4 {color:#9797a5; padding:0; margin:0; font:300 16px/2 'IRANSans',tahoma; }
.er-register-bottom .er-title-call h3 {color:#31313f; padding:0; margin:0; font:500 18px/1.9 'IRANSans',tahoma; }
.er-register-bottom .er-call-info {margin:10px 0 0; display:inline-block; text-align:left; float:left;}
.er-register-bottom .er-call-info a {background:#57d59c; border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:0 0 0 18px; }
.er-register-bottom .er-call-info a:hover {background:#ffffff; color:#57d59c }

.er-now-reg p {color:#0d2b44; font:300 16px/2.2 'IRANSans', Tahoma; display:inline-block; margin:0 0 0;}
.er-now-reg p img {margin:0 0 0 10px;}
.er-now-reg a {background:#57d59c; border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:0 0 0 18px; float:left; }
.er-now-reg a:hover {background:#ffffff; color:#57d59c }
.er-now-reg-white p {color:#fff; text-align:center; display:block;}

.er-big-charge {}
.er-big-charge .er-title-center h3:after {background: #00c853;}
.er-big-charge .discount-box {background:#ececfb; padding:25px 10px; margin:15px auto 20px; width:95%;}
.er-big-charge .discount-box .percent-box {display:inline-block; font:500 25px/1.2 'IRANSans', Tahoma; width:80px; height:80px; background:linear-gradient(to bottom, #d1539b , #7b2c95); padding:15px 0px; text-align:center; color:#ffffff; right:-25px; position:relative;}
.er-big-charge .discount-box .percent-box small {display:block; font:300 16px/1.2 'IRANSans', Tahoma;}
.er-big-charge .discount-box .charge-box {display:inline-block; font:500 23px/1.2 'IRANSans', Tahoma; color:#686868; width:35%;}
.er-big-charge .discount-box .charge-box-color {color:#2fc58b;}
.er-big-charge .discount-box .charge-box small {display:inline-block; font:300 16px/1.2 'IRANSans', Tahoma; color:#8f8f99;}
.er-big-charge .discount-box .charge-box span {display:block; font:300 16px/1.2 'IRANSans', Tahoma; color:#8f8f99;}
.er-big-charge .discount-box .percent-box-orange {background:linear-gradient(to bottom, #ffbc24 , #ffac15);}
.er-big-charge .discount-box .percent-box-blue {background:linear-gradient(to bottom, #263a64 , #1d2548);}
.er-big-charge .discount-box .percent-box-purple {background:linear-gradient(to bottom, #7082ce , #32407a);}

.er-faq .faq-box {background:url(../images/faq.svg) right 5px no-repeat ; padding:0 35px 0 0; width:95%; margin:15px auto 25px;} 
.er-faq .faq-box h6 {font:500 18px/2 'IRANSans',tahoma; color:#555;   margin:0 0 8px;}
.er-faq .faq-box p {font:300 16px/2.2 'IRANSans', Tahoma; color:#838383; }

.er-customer-call {background-image:url(../images/bg.jpg) ; background-size:cover;}
.er-customer-call .title {font-size:34px; font-weight:500; text-align:center; color:#212352;}
.er-customer-call .Plan--standard h3 {font:500 21px/1.9 'IRANSans',tahoma;  text-align:center; color:#555; margin:3px 0 30px;}
.er-customer-call .Plan--standard h5 {font:500 19px/1.9 'IRANSans',tahoma;  text-align:center; color:#555; margin:30px 0 15px;}
.er-customer-call .Plan--standard h4 { font:300 17px/2 'IRANSans',tahoma; text-align:center; color:#959c9d; margin:0; padding:30px 0 0;}
.er-customer-call .Plan--standard .partnerinfo {background:#57d59c;  border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:0 auto 50px; }
.er-customer-call .Plan--standard iframe {margin:0 0 30px; }
.er-customer-call .Plan--standard img.logocontact {margin:30px 0 12px;}
.er-customer-call .Plan--standard .partnerinfo:hover {background:#ffffff; color:#57d59c }
.er-customer-call .contentintro {font-size:18px; padding:0 160px 40px; text-align:center; color:#fff;}
.er-customer-call .time {font-size:17px; color:#0d2b3e; padding:0 70px 0; margin:70px 90px 0 70px; text-align:right; direction:rtl; background:url(../images/transfers.svg) right 1px no-repeat; }
.er-customer-call .Plan--standard {background: #fafdff; z-index: 10; text-align:center;}
.er-customer-call .container {padding:0 100px;}
.er-customer-call .Plan {box-shadow: 0 15px 35px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.07); position: relative; margin:0 -15px; border-radius:4px;}
.er-customer-call .Plan-title {text-transform: uppercase;font-size: 1.8em; font-weight: 500; text-align: center; padding: 35px 30px 25px; margin: 0 auto 20px; color: #086b80; border-bottom: 1px solid rgba(7,96,115,.07);}
.er-customer-call .channels {background:url(../images/channelsi.jpg) center right no-repeat; width:100%; height:210px;}
.er-customer-call .Plan-cardPricing {text-align: center;}
.er-customer-call .Plan-cardRate {display: block; margin-bottom: 10px;}
.er-customer-call .Plan-cardRate-percent {display: inline-block; font-size: 24px; font-weight:600; line-height: 60px;  vertical-align: middle; color: #035162;}
.er-customer-call .Plan-cardRate-fixed, .Plan-cardRate-plus {line-height: 60px; vertical-align: middle; display: inline-block;}
.er-customer-call .Plan-cardRate-plus {margin: 0 10px; text-indent: 100%; overflow: hidden; width: 12px; height: 12px; background: url(../images/cardRate-plus.svg);}
.er-customer-call .Plan-cardRate-fixed {font-size: 20px; font-weight: 500; color: #035162;}
.er-customer-call .Plan-cardRate-description {color: #7798a9; font-size:17px; line-height: 1.4em; padding-top: 3px;}
.er-customer-call .Plan-list {font-size:17px; line-height: 1.55em; color: #045768; margin: 50px auto 75px; max-width: 390px; padding: 0 20px 0 30px; list-style: none; text-align:right;}
.er-customer-call .Plan-listItem {margin-bottom: 16px; position: relative;}
.er-customer-call .Plan-button {background: rgba(218,229,232,.3); display: block; font-size:18px; font-weight: 600; color: #57d59c; text-align: center; text-transform: uppercase; text-decoration: none; padding: 18px; transition: all .2s ease-in-out; cursor:pointer;}
.er-customer-call .Plan-button i {font-size:17px; font-weight:400; margin:0 5px 0 0; transition:all .2s ease-in-out;}
.er-customer-call .Plan-button:hover {background-color: rgba(218,229,232,.5); text-decoration:none; }
.er-customer-call .Plan-button:hover i {margin:0 8px 0 0;}
.er-customer-call .Plan--enterprise {background: #f9fcfd;  background-image: -webkit-linear-gradient(325deg,transparent,rgba(0,0,0,.05)); background-image: linear-gradient(125deg,transparent,rgba(0,0,0,.05)); box-shadow: 0 15px 35px rgba(0,0,0,.17),0 3px 10px rgba(0,0,0,.11); z-index: 5; margin:12% -15px 0; border-radius:4px 0 0 4px;}
.er-customer-call .Plan--enterprise .er-call-us {background:none; margin:20px 0 0;}
.er-customer-call .Plan--enterprise .er-call-us h3 { color:#3a3a3b;}
.er-customer-call .Plan--enterprise .er-call-us h4 { color:#6d6f6f;}
.er-customer-call .Plan--enterprise .er-call-info {background:rgba(218,229,232,.3) ; display: block; text-align: center; padding: 18px 18px 15px; color:#383939; width:100%; direction:ltr; font:400 29px/1.2 'IRANSans',tahoma}
.er-customer-call .Plan--enterprise .er-call-info span {color:#383939;}
.er-customer-call .Plan--enterprise .er-call-info small {display:inline-block; color:#777979;}
.er-customer-call .Plan--enterprise .er-call-us-top {padding:38px 21px 26px 27px; margin:0 10px 0 0;}
.er-customer-call .Plan--enterprise .er-register-bottom .er-title-call {margin:0 30px 0 0;}

@media (min-width:768px) and (max-width:991px) {


	.er-customer-call .container { padding: 0 15px; }
}

.er-price-campaign { }
.er-price-campaign .campaign-box { display: flex; flex-flow: row wrap; align-items: center; box-shadow:0 1px 5px 0 rgba(0,0,0,.1); margin:0 0 35px; border:1px solid #dedede; border-radius:4px; position: relative;}
.er-price-campaign .campaign-box .number-box {border-radius:50%; background:linear-gradient(to bottom, #d1539b , #7b2c95); color:#fff; font:500 27px/1.2 'IRANSans', Tahoma; width: 60px; height:60px; padding: 17px 0; margin: 28px 20px 30px 15px; text-align:center;}
.er-price-campaign .campaign-box:nth-child(2) .number-box {background:linear-gradient(to bottom, #ffbc24 , #ffac15);}
.er-price-campaign .campaign-box:nth-child(3) .number-box {background:linear-gradient(to bottom, #263a64 , #1d2548);}
.er-price-campaign .campaign-box:nth-child(4) .number-box {background:linear-gradient(to bottom, #7082ce , #32407a);}
.er-price-campaign .campaign-box:nth-child(5) .number-box {background:linear-gradient(to bottom, #7ccc51 , #90962f);}
.er-price-campaign .campaign-box:nth-child(6) .number-box {background:linear-gradient(to bottom, #632529 , #4c201e);}
.er-price-campaign .campaign-box:nth-child(7) .number-box {background:linear-gradient(to bottom, #cc746f , #843d39);}
.er-price-campaign .campaign-box:nth-child(8) .number-box {background:linear-gradient(to bottom, #239aff , #169fff);}
.er-price-campaign .campaign-box:nth-child(9) .number-box {background:linear-gradient(to bottom, #50ccb9 , #30964b);}
.er-price-campaign .campaign-box:nth-child(10) .number-box {background:linear-gradient(to bottom, #5c6326 , #414d1f);}
.er-price-campaign .campaign-box:nth-child(11) .number-box {background:linear-gradient(to bottom, #b1c96c , #70853a);}
.er-price-campaign .campaign-box:nth-child(12) .number-box {background:linear-gradient(to bottom, #598ed1 , #2d958a);}
.er-price-campaign .campaign-box:nth-child(13) .number-box {background:linear-gradient(to bottom, #326326 , #204a1d);}
.er-price-campaign .campaign-box .campaign-title { width: 15%; }
.er-price-campaign .campaign-box h4 {font:500 18px/2 'IRANSans',tahoma; color:#4c4c4c; margin: 0; padding:0;}
.er-price-campaign .campaign-box h6 {font:300 15px/2 'IRANSans',tahoma; color:#5c6273; padding:0; margin:0;}
.er-price-campaign .campaign-box .campaign-channels { margin: 20px 30px; width: 33%; }
.er-price-campaign .campaign-box .campaign-channels p {  font:300 14px/2 'IRANSans',tahoma;  color:#878789; }
.er-price-campaign .campaign-box ul {padding:0; margin: 0;}
.er-price-campaign .campaign-box ul li {list-style:none; display:inline-block; margin:0 0 2px 1px;}
.er-price-campaign .campaign-box ul li a {background:#f4f5f7; font:300 14px/2 'IRANSans',tahoma; padding:2px 7px; border-radius:4px; color:#878789; margin:0; }
.er-price-campaign .campaign-box ul li a i {font-size:13px; margin-right:2px; transition: all .2s ease-in-out;}
.er-price-campaign .campaign-box ul li a:hover {background:#57d59c; color:#fff;}
.er-price-campaign .campaign-box .price-box {display:inline-block; color:#2fc58b; font:500 29px/1.1 'IRANSans', Tahoma; padding:30px;}
.er-price-campaign .campaign-box .price-box small {color:#035162; font:300 16px/1.1 'IRANSans', Tahoma; display:block;}
.er-price-campaign .campaign-box .buy-link {background:#57d59c;  border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:0 30px 0 0; float:left; box-shadow:0 3px 5px rgba(87, 213, 156, 0.5);}
.er-price-campaign .campaign-box .buy-link:hover {box-shadow:0 5px 5px rgba(87, 213, 156, 0) ;}
.er-price-campaign .campaign-box .buy-link i {color:#0a7261; margin-right:3px; font-size:15px;}
.er-price-campaign .discount-box { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; align-self: stretch; background:#f7f7f7; border-right:1px dashed #d6d6d6; color:#818181;  font:400 29px/1.1 'IRANSans', Tahoma; text-align:center; padding: 0 30px;}
.er-price-campaign .discount-box small {color:#a6a6a6;  font:300 15px/1.1 'IRANSans', Tahoma; display:block; }

@media (min-width:992px) and (max-width:1199px) {
	.er-price-campaign .campaign-box .campaign-channels { width: 22%; }
}

@media (min-width:768px) and (max-width:991px) {
	.er-price-campaign .campaign-box .campaign-title { width: 25%; }
	.er-price-campaign .campaign-box .campaign-channels { width: 52%; }
	.er-price-campaign .discount-box { width: 42%; border-right: none; }
	.er-price-campaign .campaign-box .price-box { width: 30%; text-align: center; }	
}

@media (max-width:767px) {
	.er-price-campaign .campaign-box .campaign-title { width: 80%; }
	.er-price-campaign .campaign-box .campaign-channels { width: 100%; margin: 20px 20px 20px 0; }
	.er-price-campaign .discount-box { width: 50%; border-right: none; }
	.er-price-campaign .campaign-box .price-box { width: 50%; text-align: center; background: #eee; }
	.er-price-campaign .campaign-box .campaign-order { width: 100%; margin: 20px; text-align: center; }
	.er-price-campaign .campaign-box .campaign-order a { float: none; margin: 0; }
}


.er-member-price {background:#fff;}
.er-member-price .member-box {padding:0px;  box-shadow:0 1px 5px 0 rgba(0,0,0,.1); margin:0 0 35px; border:1px solid #dedede; position:relative;  background:#fff; border-radius:4px; text-align:center; }
.er-member-price .member-box .followercount {color:#2c2c2c; font:500 29px/1.5 'IRANSans', Tahoma; text-align:center; padding:25px 0 15px;}
.er-member-price .member-box .followercount small {color:#82858f; font:300 16px/1.4 'IRANSans', Tahoma; display:block;}
.er-member-price .member-box .followerprice {color:#5fd290; font:500 33px/1.4 'IRANSans', Tahoma; text-align:center; padding:10px 0 25px;}
.er-member-price .member-box .followerprice small {color:#82858f; font:300 16px/1.4 'IRANSans', Tahoma; display:inline-block;}
.er-member-price .member-box ul {list-style:none; margin:0; padding:0;}
.er-member-price .member-box ul li {background:#fff; padding:6px 20px; color:#666666; font:300 16px/2 'IRANSans', Tahoma; text-align:right;}
.er-member-price .member-box ul li:nth-child(2n) {background:#f3f7f8}
.er-member-price .member-box ul li i {margin:0 0 0 4px; color:#81b0cb ; font-size:22px;  display:inline-block;}
.er-member-price .member-box a {background:#57d59c;  border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:25px auto 35px; box-shadow:0 3px 5px rgba(87, 213, 156, 0.5);}
.er-member-price .member-box  a:hover {box-shadow:0 5px 5px rgba(87, 213, 156, 0) ;}


.er-price-popular {}
.er-price-popular table {width:100%;}
.er-price-popular table tr th {font:500 18px/1.4 'IRANSans', Tahoma; padding:10px 10px 15px; border-bottom:1px solid #ececec;}
.er-price-popular table tr td {font:300 16px/1.4 'IRANSans', Tahoma; background:#fff; padding:17px 10px;}
.er-price-popular table tr:nth-child(2n) td {font:300 16px/1.4 'IRANSans', Tahoma; background:#f5f5f7;}
.er-price-popular table tr td:nth-child(1) {text-align:center; font:400 17px/1.4 'IRANSans', Tahoma; width:8%;}
.er-price-popular table tr td:nth-child(2) img {border-radius:99px; float:right; margin:0 0 0 15px;}
.er-price-popular table tr td:nth-child(2) h6 {font:500 17px/.9 'IRANSans', Tahoma; display:inline-block;}
.er-price-popular table tr td:nth-child(2) p {font:300 14px/1.2 'IRANSans', Tahoma; }
.er-price-popular table tr td:nth-child(3), .er-price-popular table tr td:nth-child(4) {font:300 16px/1.2 Tahoma; direction:rtl;}
.er-price-popular table tr td:nth-child(3) a, .er-price-popular table tr td:nth-child(4) a {direction:ltr; display:inline-block; color:#3696ca;}
.er-price-popular table tr td:nth-child(3) a:hover, .er-price-popular table tr td:nth-child(4) a:hover {direction:ltr; display:inline-block; color:#606c72;}
.er-price-popular table tr td:nth-child(3) span, .er-price-popular table tr td:nth-child(4) span {background:#e5e5f4; border-radius:3px; color:#75758b; padding:4px 5px; display:inline-block; font:300 14px/1 'IRANSans', Tahoma; }
.er-price-popular table tr td:nth-child(5) a {background:#57d59c;  border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:25px auto 35px; box-shadow:0 3px 5px rgba(87, 213, 156, 0.5);}
.er-price-popular table tr td:nth-child(5) a:hover {box-shadow:0 5px 5px rgba(87, 213, 156, 0) ;}


.er-robot-features {background:#fff;}
.er-robot-features .er-title-center {}
.er-robot-features .er-title-center h2 { color: #555;}
.er-robot-features .er-title-center h3 { color: #777; }
.er-robot-features .er-title-center h3:after {background:#ff5252;}
.er-robot-features .er-whyus-box {background:#ffffff; width:100%; box-shadow:0px 2px 28px -1px rgba(0, 0, 0, 0.1); border-radius:3px; padding:20px 15px; margin:15px 0 15px; position:relative; text-align:center;}
.er-robot-features .er-whyus-box h4 { font:400 18px/2 'IRANSans',tahoma; margin: 0 0 5px; color: #555; }
.er-robot-features .er-whyus-box p { margin: 0; font:300 15px/2 'IRANSans',tahoma; color:#838383; }
.er-robot-features .er-whyus-box span {width:84px; height:84px; display:inline-block; margin:8px 0 2px;}
.er-robot-features .er-whyus-box span.item1 {background:url(../images/item3/1.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item2 {background:url(../images/item3/2.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item3 {background:url(../images/item3/3.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item4 {background:url(../images/item3/4.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item5 {background:url(../images/item3/5.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item6 {background:url(../images/item3/6.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item7 {background:url(../images/item3/7.png) right 0 no-repeat ;}
.er-robot-features .er-whyus-box span.item8 {background:url(../images/item3/8.png) right 0 no-repeat ;}


.er-robot-price { text-align:center; }
.er-robot-price .flex {display:flex;}
.er-robot-price h4 {color:#fff; font:200 21px/2 'IRANSans',tahoma; }
.er-robot-price h4 span {font:500 22px/2 'IRANSans',tahoma; }
.er-robot-price a {background:#57d59c; border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:75px 0 0 18px; position:relative}
.er-robot-price a:hover {background:none; }
.er-robot-price a:before {background:url(../images/robat.png) no-repeat center top; position:absolute; z-index: 10; top:-84px; content: ""; display: block; height:84px; width:50px; right: 0; left:0; margin:0 auto;}
.er-robot-price .box-design {background:#fff; border-radius:3px;  box-shadow:0 1px 5px 0 rgba(0,0,0,.1); border:1px solid #dedede; }
.er-robot-price .border-left-1 {border-left:1px solid #dadaff; }
.er-robot-price .robot-box h5 {color:#0ec3cc; display:inline-block; padding:0 0 3px; font:400 21px/30px 'IRANSans', Tahoma; float:right; text-align:right; position:relative;}
.er-robot-price .robot-box h5:after {background:#0ec3cc; width:20px; height:2px; bottom:-4px; position:absolute; content:""; right:0;}
.er-robot-price .robot-box.starter h5 {color:#8635e6;}
.er-robot-price .robot-box.starter h5:after { background:#8635e6;}
.er-robot-price .robot-box.grow h5 {color:#1aadfc;}
.er-robot-price .robot-box.grow h5:after {background:#1aadfc;}
.er-robot-price .robot-box.pro h5 {color:#366be7;}
.er-robot-price .robot-box.pro h5:after {background:#366be7;}
.er-robot-price .robot-box {padding:30px 30px 0 30px;  margin:0 0 35px;  position:relative;  background:#fff; border-radius:4px; text-align:center; }
.er-robot-price .robot-box ul {list-style:none; margin:0; padding:0;}
.er-robot-price .robot-box ul li {padding:8px 0; color:#000236; font:400 16px/1.8 'IRANSans', Tahoma; text-align:right;}
.er-robot-price .robot-box ul li span {font:300 14px/1.8 'IRANSans', Tahoma; color:#9f9fbf; display:block;}
.er-robot-price .robot-box a:before {background:none;}
.er-robot-price .robot-box a {background:#1cc7d0;   border-radius:3px; color:#fff; padding:5px 15px; border:1px solid #1cc7d0;  transition: all .2s ease-in-out; display:inline-block; margin:0 5px 15px; box-shadow:0 3px 5px rgba(28, 199, 208, 0.5); float:right;}
.er-robot-price .robot-box.starter a {background:#8635e6; border:1px solid #8635e6;   box-shadow:0 3px 5px rgba(156, 88, 229, 0.5); }
.er-robot-price .robot-box.grow a {background:#00b5fe; border:1px solid #00b5fe;   box-shadow:0 3px 5px rgba(0, 181, 254, 0.5); }
.er-robot-price .robot-box.pro a {background:#366be7; border:1px solid #366be7;   box-shadow:0 3px 5px rgba(54, 107, 231, 0.5); }

.er-robot-price .robot-box  a:hover {box-shadow:0 5px 5px rgba(87, 213, 156, 0) ;}
.er-robot-price .robot-box .robotprice {color:#000236; font:400 22px/1.4 'IRANSans', Tahoma; text-align:center; padding:15px 0 20px; display:block; text-align:right;}
.er-robot-price .robot-box .robotprice small {color:#9f9fbf; font:300 16px/1.6 'IRANSans', Tahoma; display:inline-block }
.er-robot-price .robot-box .robotprice span {color:#9f9fbf; font:300 16px/1.6 'IRANSans', Tahoma;}


.er-robot-price-table {   }
.er-robot-price-table .er-robot-table { position:relative; background:#fff; border-radius:3px; padding:5px; box-shadow:0 1px 2px 0 rgba(0,0,0,.1);  }
.er-robot-price-table .er-robot-table:before {content:""; height:4px; width:100%; background:linear-gradient(to right, #375fd7, #493196); position:absolute; top:0; border-radius:3px 3px 0 0; right:0;}
.er-robot-price-table table { width: 100%; margin: 20px auto; border-collapse: 0; border-spacing: 0; direction: rtl;    background:#fff; }
.er-robot-price-table table thead .popular {color: #ffffff; height: 40px; text-align: center; font: normal 18px/5px 'IRANSans', Tahoma; border-width: 0 1px 0 1px; border-color: #7cbb52; border-style: solid; position: relative;  }
.er-robot-price-table table thead .popular div.arrow-popular { background: url(../images/popular-arrow.png) no-repeat; bottom: -12px; height: 12px; width: 26px; right: calc(50% - 13px); position: absolute; }
.er-robot-price-table table thead th { direction: rtl; border-width: 0 0 1px; border-color: #eee; border-style: solid;}
.er-robot-price-table table thead th:first-child { border-bottom: 1px solid #eee;; width: 25%; }
.er-robot-price-table table thead th:last-child { border-width: 0 0px 1px; border-color: #eee; border-style: solid; }
.er-robot-price-table table thead th h3.title { font: normal 25px/30px 'IRANSans', Tahoma; color: #0ec3cc; margin: 15px 0; padding: 0px; text-align: center; }
.er-robot-price-table table thead th:nth-child(3) h3.title {color:#8635e6;}
.er-robot-price-table table thead th:nth-child(4) h3.title {color:#00b5fe;}
.er-robot-price-table table thead th:nth-child(5) h3.title {color:#366be7;}
.er-robot-price-table table thead th.popular h3.title { color: #7cbb52; }
.er-robot-price-table table thead th h4.price { font: normal 55px/80px 'IRANSans', Tahoma; color: #222; padding: 0px; letter-spacing: -0.08em; margin: 20px 0 0px; text-align: center; position: relative; }
.er-robot-price-table table thead th h4.price .old { font: normal 35px/80px 'IRANSans', Tahoma; color: #222; text-decoration: line-through; float: right; }
.er-robot-price-table table thead th h4.price sup { font: normal 13px Tahoma; top: auto; right: 35px; bottom: 15px; position: absolute; letter-spacing: 0; color: #999; }
.er-robot-price-table table thead th h4.price span { font-size: 16px; letter-spacing: 0; color: #777; }
.er-robot-price-table table thead th h4.price span span { color: #7cbb52; }
.er-robot-price-table table thead th h5 { border-radius: 3px; font-size: 22px; padding: 7px 0; color: #666; margin: 0; text-align:center;}
.er-robot-price-table table thead th h5 sup { font: normal 13px Tahoma; padding-right: 5px; vertical-align: sub; color: #999; }
.er-robot-price-table table thead th h5 span { font-size: 16px; letter-spacing: 0; color: #777; text-align:center;}

.er-robot-price-table table thead th .er-common-packages-price-old { margin-top: 0; margin-bottom: 10px; font-weight: 400; }
.er-robot-price-table table thead th .er-common-packages-price-old.six-month { font-size: 14px; margin-top: -10px; color: #aaa; }

.er-robot-price-table table tbody td { font-size: 15px; color: #050f2c; font-weight:300;}
.er-robot-price-table table tbody td:first-child { border-width: 0px 0px 1px 0px; border-color: #dedef8; border-style: solid; padding: 9px 6px; text-align:right; font-weight:300;}
.er-robot-price-table table tbody td:first-child span { background: #30a8d9; border-radius: 3px; color: #fff; font-family: Tahoma; font-size: 11px; padding: 2px 6px 4px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
.er-robot-price-table table tbody td:first-child .gift { background: #30a8d9; border-radius: 3px; color: #fff; font-family: Tahoma; font-size: 11px; padding: 2px 6px 4px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
.er-robot-price-table table tbody td { border-width: 0px 0 1px 0; border-color: #fff #eee #eee; border-style: solid; text-align: center; }

.er-robot-price-table table tbody tr:hover { background: #f6f6f6; }
.er-robot-price-table table tfoot tr.reg td { border-width: 0px;  direction: rtl; height: 85px; text-align: center; }
.er-robot-price-table table tfoot tr.reg td:first-child { border: 0; width: 300px; }
.er-robot-price-table table tfoot tr.reg td a.register:before {background:none;}
.er-robot-price-table table tfoot tr.reg td a.register {background:#1cc7d0;   border-radius:3px; color:#fff; padding:5px 15px; border:1px solid #1cc7d0;  transition: all .2s ease-in-out; display:inline-block; margin:10px auto 15px; box-shadow:0 3px 5px rgba(28, 199, 208, 0.5);}
.er-robot-price-table table tfoot tr.reg td:nth-child(3) a.register {background:#8635e6; border:1px solid #8635e6;   box-shadow:0 3px 5px rgba(156, 88, 229, 0.5); }
.er-robot-price-table table tfoot tr.reg td:nth-child(4) a.register{background:#00b5fe; border:1px solid #00b5fe;   box-shadow:0 3px 5px rgba(0, 181, 254, 0.5); }
.er-robot-price-table table tfoot tr.reg td:nth-child(5) a.register {background:#366be7; border:1px solid #366be7;   box-shadow:0 3px 5px rgba(54, 107, 231, 0.5); }
.er-robot-price-table table tfoot tr.reg td a.register:hover {box-shadow:0 5px 5px rgba(87, 213, 156, 0) ;}


.er-robot-price-table table tfoot tr.reg td.popular a.register { background: #7cbb52; }
.er-robot-price-table table tfoot tr.reg td.popular a.register:hover { background: #94d965; }

.er-robot-price-table table tfoot td.popular { background: #7cbb52; color: #ffffff; height: 40px; text-align: center; font: normal 18px/5px 'IRANSans', Tahoma; border-width: 0 1px 0 1px; border-color: #7cbb52; border-style: solid; position: relative;  }
.er-robot-price-table table tfoot td.popular div.arrow-popular-bottom { background: url(../images/popular-arrow-bottom.png) no-repeat; bottom: 35px; height: 12px; width: 26px; right: calc(50% - 13px); position: absolute; }

.er-robot-price-table table tr.title td {  color: #9d9dbd; background:#fff; text-align: right; font-size: 19px; padding:25px 10px 9px; line-height: 36px;  }
.er-robot-price-table table tr.title td i.fa { margin-left: 0; font-size: 20px; color: #9da0cd; height: 40px; width: 40px; text-align: center; line-height: 38px; }
.er-robot-price-table table tr.price td { font-size: 15px; font-weight: 400; }
.er-robot-price-table table tr.price2 td { font-size: 18px; font-weight: 500; }


.er-four-robot .item { margin:25px 0 15px; text-align:right; padding:0 80px 0 0;}
.er-four-robot .item  h4 { font:400 18px/2 'IRANSans',tahoma; margin: 0 0 2px; color: #555; }
.er-four-robot .item  p { margin: 0; font:300 15px/2 'IRANSans',tahoma; color:#838383; }
.er-four-robot .item.item1 {background:url(../images/item2/1.png) right 6px no-repeat; }
.er-four-robot .item.item2 {background:url(../images/item2/2.png) right 6px no-repeat; }
.er-four-robot .item.item3 {background:url(../images/item2/3.png) right 6px no-repeat; }
.er-four-robot .item.item4 {background:url(../images/item2/4.png) right 6px no-repeat; }


.er-robot-price {background:#434358 url(../images/robotbg.png) ; text-align:center; }
.er-robot-price h4 {color:#fff; font:200 21px/2 'IRANSans',tahoma; }
.er-robot-price h4 span {font:500 22px/2 'IRANSans',tahoma; }
.er-robot-price a {background:#57d59c; border-radius:3px; color:#fff; padding:7px 20px; border:1px solid #57d59c; transition: all .2s ease-in-out; display:inline-block; margin:75px 0 0 18px; position:relative}
.er-robot-price a:hover {background:none; }
.er-robot-price a:before {background:url(../images/robat.png) no-repeat center top; position:absolute; z-index: 10; top:-84px; content: ""; display: block; height:84px; width:50px; right: 0; left:0; margin:0 auto;}

.er-earnmoney-telegram {position:relative; background:#f9fcfd; width: 100%; overflow: hidden;}
.er-earnmoney-telegram .svg1 {position:absolute; left:0px; top:-20px; z-index:1; width:1100px; height:600px;}
.er-earnmoney-telegram .svg2 {position:absolute; right:7%; top:0px; z-index:1; width:800px; height:800px;}

.er-rules {padding:90px 0 90px;}
.er-rules p {text-align:right;  font:300 17px/2 'IRANSans', Tahoma; line-height:38px; direction:rtl;}
.er-rules h2 {font:500 28px/2 'IRANSans', Tahoma;  text-align:right; color:#4b555f; margin:0; padding:0;}
.er-rules h3 {font:400 25px/2 'IRANSans', Tahoma; text-align:right; color:#4b555f; margin:32px 0 25px;}
.er-rules ul {margin:15px 0 25px;}
.er-rules ul li {text-align:right; direction:rtl; font:300 17px/2 'IRANSans', Tahoma; margin:0 5% 5px 0;direction:rtl; }

.er-form form {margin:25px 0 0 ;}
.er-form label {display:block;  font:400 14px/2 'IRANSans', Tahoma; color:#99a2b4; margin:10px 10px 3px; }
.er-form input {border-width:0 0 1px 0; border-bottom:1px solid #eaebf2; border-radius:3px; background:#f2f3f9; margin:0 0 20px; color:#6b7994; font:300 16px/2 'IRANSans', Tahoma; width:65%; padding:7px 9px; -webkit-transition: all .2s ease-in-out;  -ms-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.er-form input::placeholder {color:#b5c7d9;}
.er-form input:focus {border-bottom:1px solid #d2d4e0; background:#f4f5fa;}
.er-form textarea {border-width:0 0 1px 0;  border-bottom:1px solid #eaebf2; border-radius:3px; background:#f2f3f9;margin:0 0 20px; color:#6b7994; font:300 15px/2 'IRANSans', Tahoma; width:95%; padding:7px 9px; -webkit-transition: all .2s ease-in-out;  -ms-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; min-height:160px;}
.er-form textarea::placeholder {color:#b5c7d9;}
.er-form textarea:focus {border-bottom:1px solid #9ba6bb;}
.er-form .submit {}
.er-form .submit { display: inline-block; padding:6px 25px; margin-right: 2px; color: #fff; background: #57d59c; border-radius: 3px;  font:300 16px/2 'IRANSans', Tahoma; box-shadow: 0 5px 5px rgba(87, 213, 156, 0.5); border-width:0 0 0 0 ; width:auto; border:1px solid #57d59c;}
.er-form .submit:hover { box-shadow: none;  }
.er-form .submit:focus {border-bottom:0; background:none; border:1px solid #57d59c; color:#57d59c}
.er-form p {text-align:right;  font:300 16px/2 'IRANSans', Tahoma; direction:rtl;}
.er-form h6 {font:400 17px/2 'IRANSans', Tahoma; text-align:right; color:#4b555f; margin:20px 3% 8px;}
.er-form ul {margin:5px 0 20px; padding:0;}
.er-form ul li {text-align:right; direction:rtl; font:300 16px/2 'IRANSans', Tahoma; margin:0 5% 5px 0;direction:rtl; list-style:circle; }


.register .purple { height:310px; background:linear-gradient(to right, #331b4d , #291e3d); border-top:3px solid #150d20;}
.register .title { top:-260px; position:relative; }
.register .title h1 {font:500 26px/2 'IRANSans', Tahoma;  text-align:right; color:#ffffff; margin:0; padding:0; display:block;}
.register .title h2 {font:300 17px/2 'IRANSans', Tahoma; text-align:right; color:#eeeeee; margin:-5px 0 0; padding:0; display:block;}
.register .box {background:#fff; margin:0 auto; position:relative; top:-250px; border-radius:4px; width:100%; box-shadow:0 1px 5px 0 rgba(0,0,0,.1); display:flex;}
.register .box .regform {background:#ffffff;  display:flex; width:61%; float:right; border-radius:0 4px 4px 0; padding:55px 25px 40px;}
.register .box .reginfo {background:#f8fdfe; border-right:1px solid #f0f6fa;  display:flex; width:39%; float:left; border-radius:4px 0 0 4px;}
.register .box .reginfo div {text-align:center; width:100%; padding:50px 30px;}
.register .box .reginfo div img {width:auto; height:auto; margin:0 auto; }
.register .box .reginfo div p {text-align:right;  font:300 16px/2 'IRANSans', Tahoma; direction:rtl; color:#6f7d97;}
.register .box .reginfo div h3 {font:500 21px/2 'IRANSans', Tahoma; text-align:right; color:#32274d; margin:25px 0 12px;}
.register .box .reginfo div p.call {font:300 15px/2 'IRANSans', Tahoma; margin:45px 0 30px;}
.register .box .reginfo div p.call i {color:#586a8a; font-size:16px;}
.register .box .reginfo div p span {font:400 17px/2 'IRANSans', Tahoma; direction:ltr; text-align:center; display:block;}
.register .box .reginfo div a { display:inline-block; padding:6px 25px; margin:10px 0; color: #fff; background: #9bb4cc; border-radius: 3px;  font:300 15px/2 'IRANSans', Tahoma; box-shadow: 0 5px 5px rgba(142, 160, 173, 0.5); border-width:0 0 0 0 ; width:auto; float:right; }
.register .box .reginfo div a:hover { box-shadow: none;  }
.login .box .reginfo div.clear {margin:0; padding:0;}

.register .box .regform form {width:70%; margin:0 auto;}
.register .box .regform label {font:400 14px/2 'IRANSans', Tahoma; color:#7a869e; margin:15px 10px 3px; text-align:right; display:block;}
.register .box .regform input {border-width:0 0 1px 0; border-bottom:2px solid #edf2f6; background:none; margin:0 0 20px; color:#6b7994; font:300 16px/2 'IRANSans', Tahoma; padding:7px 9px; -webkit-transition: all .2s ease-in-out;  -ms-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; width:100%;  }
.register .box .regform input::placeholder {color:#b5c7d9;}
.register .box .regform input:focus {border-bottom:2px solid #589ed7; background:#fff;}
.register .box .regform input.ltr:focus {direction:ltr;}
.register .box .regform .submit { display:block; padding:6px 25px; margin:10px auto; color: #fff; background: #57d59c; border-radius: 3px;  font:300 16px/2 'IRANSans', Tahoma; box-shadow: 0 5px 5px rgba(87, 213, 156, 0.5); border-width:0 0 0 0 ; width:auto;   -webkit-transition: all .2s ease-in-out;  -ms-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.register .box .regform .submit:hover { box-shadow: none;  }
.register .box .regform .submit:focus {border-bottom:0; background:none; border:1px solid #57d59c; color:#57d59c}
.register .box .regform p { font:300 14px/2.2 'IRANSans', Tahoma; color:#6b7994;}
.register .box .regform p a {color:#478cb0;}
.register .box .regform p a:hover {color:#555;}

@media (max-width:767px) {
.register .box {display:block;}
.register .box .regform form {width:90%;}
.register .box .regform {width:100%; display:block; border-radius:4px 4px 0 0;}
.register .box .reginfo {width:100%; display:block; border-radius:0 0 4px 4px; border-top:1px solid #f0f6fa; }
.register .box .reginfo div h3 {text-align:center;}
.register .box .reginfo div p {text-align:Center;}
}



.er-manage .er-whyus-box span.item1 {background:url(../images/item4/1.png) right 0 no-repeat ;}
.er-manage .er-whyus-box span.item2 {background:url(../images/item4/2.png) right 0 no-repeat ;}
.er-manage .er-whyus-box span.item3 {background:url(../images/item4/3.png) right 0 no-repeat ;}
.er-manage .er-whyus-box span.item4 {background:url(../images/item4/4.png) right 0 no-repeat ;}


.er-four-manage .item.item1 {background:url(../images/item4/5.png) right 6px no-repeat; }
.er-four-manage .item.item2 {background:url(../images/item4/6.png) right 6px no-repeat; }
.er-four-manage .item.item3 {background:url(../images/item4/7.png) right 6px no-repeat; }
.er-four-manage .item.item4 {background:url(../images/item4/8.png) right 6px no-repeat; }


.er-manage-price .er-title-center h3:after {background:#00c853;}
.er-manage-price .er-title-center {margin:0 0 35px 0;}
.er-manage-price .member-box h5 { font:500 20px/30px 'IRANSans',tahoma;  padding:20px 0 0; color:#4a4e4f;}
.er-manage-price .member-box .followerprice {color:#5fd290; font:500 34px/1.4 'IRANSans', Tahoma; text-align:center; padding:12px 0 30px;}
.er-manage-price .member-box .followerprice small {color:#82858f; font:300 16px/1.6 'IRANSans', Tahoma; display:inline-block }
.er-manage-price .member-box a {margin:35px auto 40px;}
.er-manage-price  table {width:100%;}
.er-manage-price  table tr {background:#f6f7f9 ;}
.er-manage-price  table tr:nth-child(2n+1) {background:#fcfdfd;}
.er-manage-price  table tr td {text-align:center; padding:15px;  font:300 15px/30px 'IRANSans',tahoma; color:#82858f;}
.er-manage-price  table tr td:first-child {width:35%; text-align:right; font:200 16px/30px 'IRANSans',tahoma; color:#5e6363;}
.er-manage-price  table tr th {background:#ffffff; padding:120px 15px 20px; font:300 18px/30px 'IRANSans',tahoma; color:#2c3e50; text-align:center;}
.er-manage-price  table tr th:first-child {text-align:right; font-weight:400;}
.er-manage-price  table tr.register th {padding:20px 15px;}
.er-manage-price  table tr.oneprice {font:300 16px/2 'IRANSans',tahoma; color:#2c3e50;}
.er-manage-price  table tr.servicelink {font:300 16px/2 'IRANSans',tahoma; }
.er-manage-price  table tr.servicelink td:first-child {background:#ffffff;}

.er-whybot {background:#e8ebf2;}

.er-four-instagram .item.item1 {background:url(../images/item5/7.png) right 6px no-repeat; }
.er-four-instagram .item.item2 {background:url(../images/item5/8.png) right 6px no-repeat; }
.er-four-instagram .item.item3 {background:url(../images/item5/9.png) right 6px no-repeat; }
.er-four-instagram .item.item4 {background:url(../images/item5/10.png) right 6px no-repeat; }

.er-instagram-robot .er-whyus-box {padding:30px 15px;}
.er-instagram-robot .er-whyus-box span.item1 {background:url(../images/item5/4.png) right 0 no-repeat ;}
.er-instagram-robot .er-whyus-box span.item2 {background:url(../images/item5/5.png) right 0 no-repeat ;}
.er-instagram-robot .er-whyus-box span.item3 {background:url(../images/item5/6.png) right 0 no-repeat ;}


.er-instagram-firstbox .er-title-center h3:after {background:#00c853;}
.er-instagram-firstbox .er-whyus-box {box-shadow:none; text-align:right;}

.er-instabot-price .member-box {border:1px solid #e4e4e4; box-shadow:none;}
.er-instabot-price .member-box .time {margin:30px 0 5px;}
.er-instabot-price .member-box .time span { background:linear-gradient(to bottom, #9fafb7 , #8a99a2); padding:6px; font:500 21px/2 'IRANSans',tahoma; color:#fff; border-radius:99px; width:50px; height:50px; display:inline-block;}
.er-instabot-price .member-box .time small {display:block;  font:400 18px/2.6 'IRANSans',tahoma; color:#4c4c4c;} 
.er-instabot-price .member-box .time span.popular { background:linear-gradient(to bottom, #f08f6f , #f14359); box-shadow:0 3px 3px 1px rgba(250, 198, 197, 0.5)}
.er-instabot-price .member-box ul {margin:0;}
.er-instabot-price .member-box ul li {text-align:center;font:300 16px/2 'IRANSans',tahoma; }



/*

.fixedbox {background:url('../images/support.png') 10px 70px no-repeat #fff; border-radius:5px; position:fixed; right:20px; bottom:20px; width:220px;  border:1px solid #D9DEE1;z-index: 100}
.fixedbox .reldiv {padding:20px;}
.fixedbox h6 {font:500 14pt/18px 'IRANSans', tahoma; border-bottom:1px solid #D9DEE1; color:#526066; padding:0 0 15px 0; margin:0; text-align:center; }
.fixedbox p {color:#333; font:500 11pt/18px 'IRANSans', tahoma; margin:20px 0 0px 0;}
.fixedbox p .number {color:#f13a56; font:500 19px/28px 'IRANSans', tahoma; display:block; }
.fixedbox p .now {color:#57d59c;   display:block; }
.fixedbox .call-telegram {background:#f6f9fc; padding:20px; text-align:center;}
.fixedbox .call-telegram a {background:#57d59c; padding:5px 18px; display:inline-block; cursor:pointer; border-radius:3px; margin:0 auto; color:#ffffff; font:300 15px/30px 'IRANSans', Tahoma;}
.fixedbox .call-telegram a:hover {background:#2fbc7c; }
.fixedbox .call-telegram a i {margin:0 0 0 2px;}

.fixedbox-mobile { display: none; position: fixed; z-index: 9999; bottom: 0; right: 0; left: 0; text-align: center; padding: 0px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); color: #fff; font-family: IRANSans; font-size: 15px; }
.fixedbox-mobile a { display: block; font-size: 19px; margin: 10px; color: #fff; background: #57d59c; box-shadow: 0 5px 5px rgba(87, 213, 156, 0.5); padding: 5px; border-radius: 5px; }


@media (max-width:767px) {
	.fixedbox-mobile { display: block; }
}

@media screen and (max-width: 34cm) {
.fixedbox {bottom:20px;}
}




@media screen and (max-width: 28cm) {
.fixedbox { display:none; }

}


*/

.selecttab {text-align:center; margin:0 0 15px;}
.selecttab ul {border:1px solid #dedede; box-shadow:0 1px 5px 0 rgba(0,0,0,.1); margin:0 auto; display:inline-block; border-radius:3px; background:#f6fafb;}
.selecttab ul li a {color:#999999;}
.selecttab ul>li.active>a, .selecttab ul>li.active>a:hover, .selecttab ul>li.active>a:focus {background:#313140; border-radius:3px}
.selecttab ul>li>a:hover, .selecttab ul>li>a:focus {background:#f3f7f8; color:#666666}
.tab-pane p {font:300 16px/2.3 'IRANSans', Tahoma; color:#616161; text-align:center; margin:5px 0 40px;}

.show-error{
	font: 300 15px/2.2 'IRANSans', Tahoma;
	color: #F44336;
	margin-right: 10px;
}
/**********************************************/
.float_right {
    float: right !important;
}
ul.social-icons li.channel
{
	display:inline-block;
	margin-right:10px;
	background-image:url('../images/social/channel.png');
	background-repeat:no-repeat;
	text-align:left;
}
ul.social-icons li.channel:hover
{
	display:inline-block;
	margin-right:10px;
	background-image:url('../images/social/channel_hover.png');
	background-repeat:no-repeat;
}
ul.social-icons li.channel a
{
	display:inline-block;
	width:35px;height:35px;
	background-color:rgba(255, 255, 255, 0);
}

ul.social-icons li.facebook
{
	display:inline-block;
	margin-right:10px;
	background-image:url('../images/social/facebook.png');
	background-repeat:no-repeat;
	text-align:left;
}
ul.social-icons li.facebook:hover
{
	display:inline-block;
	margin-right:10px;
	background-image:url('../images/social/facebook_hover.png');
	background-repeat:no-repeat;
}
ul.social-icons li.facebook a
{
	display:inline-block;
	width:35px;height:35px;
	background-color:rgba(255, 255, 255, 0);
}
btn-primary, .btn.primary {
    color: #fff;
    background-color: #f6ba1c;
    border-color: #854948;
}

div.show-on-mini {
    float: left;
    margin: 12px 0 0 10px;
}
.display-show {
    display: inline-block;
    margin: 35px 0 0 10px !important;
}
@media (max-width:1024px) {
	div.shop-basket {
		margin: 5px  !important;
	}
	.display-show {
		margin: 7px  !important;
	}
.navbar-nav {
    margin: 3px 0 !important;
	padding-right:0px !important;
}
.navbar-collapse.collapse.in {
    margin-top: 45px;
}

}


.menu-header .navbar-header .navbar-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    right: 10px;
    margin: 0;
}


collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}
.collapse {
    display: none;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.div_blog_product {
 /* width: 100%;*/
  /*height:400px;*/
  min-height:300px;
  /*height:300px;*/
  overflow:hidden;
  
}
.div_blog_product img.product-pic
{
	margin-top:5px;
	width:95% !important;
	/*
	height:100%;
	max-height:100%;
	max-width:100%;*/
}
.row {
    margin-left: -13px;
    margin-right: -15px;
}

.post-pic img.responsive {

	margin: 0px;
	width: 100%;
	padding:0px;
	padding-bottom:20px;
}
.post-pic {
    margin: 0px;
	padding:0px;
}



div.shop-basket > btn-primary, div.shop-basket > .btn.primary {
    color: #fff;
    background-color: transparent;
    border-color: #e8c554;
    border-radius: 20px;
	padding:5px 25px;
}
div.shop-basket > a::after {
    font-family: 'custom-icons';
    content: '\e80d';
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 50px;
    background-color: #e8c554;
    border-radius: 20px;
    right: 0px;
    width: 25px;
	margin:2px;
	
}
div.shop-basket > .badge {
    display: inline-block;
    min-width: 10px;
    padding: 0px 5px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color:transparent;
    border-radius: 10px;
}
div.shop-basket > a {
    font-size: smaller;
    padding-right: 5px;
    padding-left: 60px;
}

div.shop-basket >.btn.primary:hover.medium, div.shop-basket >.btn.primary:hover.small {
    color:#000000 !important;
    background-color:#059E25;
    border-color: #D9D9D9;
}

div.shop-basket {
    float: right;
    display: block;
    margin: 29px 10px 0 5px;
    position: relative;
}
div.shop-basket > .navbar-toggle
{
	right:80px !important;
}

.radius1
{
	border-radius: 200px;
	overflow: hidden;
	border: 20px solid #3233321a;
	margin:20px !important;
	width:265px !important;
	height:265px !important;
	vertical-align:middle !important;
	padding:13px !important;
 
}
.radius2
{
	border-radius: 200px;
	/*border: 2px red solid;*/
	overflow: hidden !important;
	width:200px !important;
	height:200px !important;
	vertical-align:middle !important;
	margin:0px !important;
	padding:0px !important;
}
main#content {
    /*background-color: #F6F6F6 !important;*/
	
	/*background-color: #f6ba1c !important;
    background: linear-gradient(to bottom, rgba(16, 17, 14, 0),rgba(255, 234, 0, 0.2));*/
	background: linear-gradient(to bottom, #f6ba1c,rgba(249, 248, 243, 0)200px);

}


.vitrin1
{
	margin:10px; 
	background-color:#ffff; 
	padding:10px;
}
.vitrin1_bottom
{
	background-color:#FECB32;
	padding:10px;
	margin-top:10px;
}

.footer_social-icons
{
	background-color:#FECB32;
	margin-top:-30px;
	margin-bottom:20px;
	text-align:center;
	padding-top:15px;
}
.footer_header_text
{
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#FECB32;
	line-height:20px;
	padding-bottom:10px;
}
.ul_footer
{
	border-right:1px solid #61615C;
	/*min-height:250px !important;*/
	padding-right:15px !important;
	/*height:250px !important;*/
	margin-bottom:5px;
}
@media (min-width:768px) {
	
	.ul_footer
	{
		min-height:250px !important;
	}
	.footer_img
	{
		width: 200px !important;
		height: 200px !important;
	}
}
	
.footer-widget {
    margin-bottom: 20px;
}

.active {
    color:#ff1b00 !important;
}
a:hover, a:focus, a:active {
    color:#ff9f00 !important;
}
.no-pt > a
{
	color:#ffffff !important;
}
.no-pt > a:hover, .no-pt > a:focus, .no-pt > a:active {
    color:#ff9f00 !important;
}
.vitrin1_bottom > p > a:hover { color:#BE0105 !important; text-decoration: none; }


.vitrin1_bottom > p > a { color: #3C3B37; text-decoration: none; }

.fixedbox {border-radius:5px; position:fixed; left:0; bottom:0; width:100%;  border:1px solid #D9DEE1;z-index: 1000;text-align: center;background-color: #ffffff;}
.fixedbox .reldiv {display: inline-block}
.fixedbox h6 {font:500 14pt/18px 'IRANSans', tahoma; border-bottom:1px solid #D9DEE1; color:#526066; padding:0 0 15px 0; margin:0; text-align:center; }
.fixedbox p {color:#333; font:500 11pt/18px 'IRANSans', tahoma; margin:5px 0 7px 0;}
.fixedbox p .number {color:#f13a56; font:500 19px/28px 'IRANSans', tahoma; }
.fixedbox p .now {color:#57d59c;   display:block; }
.fixedbox .call-telegram {text-align:center; display: inline-block}
.fixedbox .call-telegram a {background:#57d59c; padding:0 18px; display:inline-block; cursor:pointer; border-radius:3px; margin:0 auto; color:#ffffff; font:300 15px/30px 'IRANSans', Tahoma;}
.fixedbox .call-telegram a:hover {background:#2fbc7c; }
.fixedbox .call-telegram a i {margin:0 0 0 2px;}

.fixedbox-mobile { display: none; position: fixed; z-index: 9999; bottom: 0; right: 0; left: 0; text-align: center; padding: 0px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); color: #fff; font-family: IRANSans; font-size: 15px; }
.fixedbox-mobile a { display: block; font-size: 19px; margin: 10px; color: #fff; background: #57d59c; box-shadow: 0 5px 5px rgba(87, 213, 156, 0.5); padding: 5px; border-radius: 5px; }

@media (max-width:767px) {
	.fixedbox-mobile { display: block; }
}

@media screen and (max-width: 34cm) {
	.fixedbox {bottom:20px;}
}
@media screen and (max-width: 28cm) {
	.fixedbox { display:none; }
}
#neko-to-top
{
	z-index:1001;
}
.for_logo
{
	font-size:18px;
}
.for_fotter
{
	font-size:18px;
}

#border_white th {
    height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    background-color: #480001;
    background-image: url(title.png);
    background-repeat: repeat-x;
    background-position: center;
}
#border_white th {
    text-align:center;
}
table#border_white {
    cellpadding: 0px;
    cellspacing: 0px;
    border: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
    margin: 0px;
    padding: 0px;
    border-spacing: 2px;
    border-color: #CCC;
    border-style: solid;
    border-width: thin;
}
#border_white {
    max-width: 100%;
    background-color: transparent;
}
#border_white {
    border-collapse: collapse;
    border-spacing: 0;
}

table.border_white{
	cellpadding:0px;
	cellspacing:0px;
	border:none;
	margin:0px;
	padding:0px;
	border-spacing:2px;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
	
}
table.border_white td{
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	
}
table.border_white tr{
	border:none;
	
}
/*baraye table hayi ke majboori claseshan chize digari bashad id tarif shode*/
table#border_white{
	cellpadding:0px;
	cellspacing:0px;
	border:none;
	margin:0px;
	padding:0px;
	border-spacing:2px;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
	
}
table#border_white td{

	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-color:#FFF;
}
table#border_white tr{
	border:none;
	
}

table#border_white th {
	height:30px;	
	text-align:center;
	color: #FFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:10pt;
	background-color:#480001;
	background-image:url(title.png) ;
	background-repeat:repeat-x;
	background-position:center;
}

.theme_content_text_1{
	
	font-size:14px;
	color:#4B4B4B;
	background-color: #EBEBEB;
	height:30px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#FFF;
	padding-top:5px;
	padding-bottom:3px;
			
}
.theme_content_text_2{
	
	font-size:14px;
	color:#4B4B4B;
	background-color:#F3F3F3;
	height:30px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#FFF;
	padding-top:5px;
	padding-bottom:3px;
			
}

.theme_content_text_1highlighte {
	background-color: #85DE9F;
	height:30px;
	font-size:14px;
	color:#000;
}

.theme_content_text_2highlighte {
	background-color: #85DE9F;
	height:30px;
	font-size:14px;
	color:#000;
}

.th_iron
{
	background-color:#4d4d4d;
	color:#FFFFFF;
}
.under_header
{
	background-color:#fecb32;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    margin-top: -30px;
}
.tble_under_slider
{
	padding:40px 10px 50px 10px ;
}
.row_under_slider
{
	margin:0px;
	padding:0px;
}
.table_0
{
	margin-right:10px !important;
}
.table_1
{
	margin-left:10px !important;
}

.for_radius
{
	padding:1px;
	
}
.radius11-1
{
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
	padding:30px !important;
	background-color:#2c2929;
	margin:1px;
 
}
.radius11-2
{
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 40px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
 
}
.radius12-1
{
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
	padding:30px !important;
	background-color:#2c2929;
	margin:1px;
 
}
.radius12-2
{
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
 
}


.radius21-1
{
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
	padding:30px !important;
	background-color:#2c2929;
	margin:1px;
 
}
.radius21-2
{
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
 
}
.radius22-1
{
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
	padding:30px !important;
	background-color:#2c2929;
	margin:1px;
 
}
.radius22-2
{
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 40px;	
	overflow: hidden;
	border: 1px solid #fecb32;
	vertical-align:middle !important;
 
}
.radius_h3
{
	top: 40px;
	bottom: 10px;
	text-align:center !important;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #FECB32;
	line-height: 20px;
}

.go-anchor img{
	/*max-height:230px;*/
}

.row_radius
{
	margin:2px;
	padding:2px;
}
ul.nav li.active
{
	background-color:#f6ba1c;
}

/*
header .nav > li:not(.menu-action).active > a::after{
    opacity: 0;
}
*/
.nav > li:not(.menu-action).active > a::before ,.nav > li:not(.menu-action).active > a::after{
    opacity: 0 !important;
}

nav-style-1.header-dark .menu-header .nav > li:not(.menu-action):hover > a, .nav-style-1.header-dark .menu-header .nav > li:not(.menu-action).active > a {
    color: #0f0f0e;
}

.display-show {

    margin: 0px !important;

}
.menu-header .navbar-brand {
    display: block;
    padding: 0px 0;
    height: auto;
}
.main-logo-light {
	margin:15px 0 0 20px !important;
   
}
@media (max-width:1025px) {
	.menu-header .navbar-brand {
	
		display: block;
		padding: 0px 0;
		height: auto;
	
	}
	.navbar-collapse {
	
		margin-top: 45px;
	
	}
	.navbar-collapse {
	
		margin-bottom:-3px;
	
	}
	.main-logo-light {
		margin:3px 0 0 2px !important;
	   
	}
}
.nav > li:not(.menu-action).active > a{
	margin:0px !important;
}
.breadcrumb > li + li::before {
    color: #0f0e0e;
}

.post-pic_news img.responsive {
	float: right;
	margin-left: 10px;
	width: 40%;
	padding-bottom:0px;
}
.news_a
{
	color:#f6ba1c;
	margin-top:-20px !important;
	padding-bottom:10px;
}
.h4_progress
{
	padding:15px 5px;
	font-size: 16px;
}
.progress_1
{
	height:4px ; 
	background-color:#14020200
}
.progress_bar_1
{
	width: 40%;
	height:4px;
}
.progress_2
{
	height:4px ; 
}
.progress_bar_2
{
	width: 40%;
	height:4px;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {

    z-index: 100 !important;

}

.box_no_border {
    border:0px !important;
	padding-top:0px !important;
	border: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px;
	margin-right: -10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.md3_sidebar
{
	padding-left: 0px;
	padding-right: 0px;
}
.h4_progress
{
    padding: 10px !important;
    margin: 0px;
}

.h4_progress:hover, .h4_progress:focus, .h4_progress:active 
{
    color:#F8F4F4 !important ;
	background-color:#3F3C3C !important;
}
.h4_progress_active
{
    color:#F8F4F4 !important ;
	background-color:#3F3C3C !important;
}
.post-body a {
	color: #ffe669;
}
.section-title{
	margin-right: 15px;
	font-size: 22px;
	font-weight: 700;
}

