body * {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, filter 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, filter 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, filter 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, filter 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, filter 0.2s ease-in-out;
}
img {
  max-width: 100%;
}
.full-width {
  width: 100%;
}
.ltr {
  direction: ltr;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-left-5 {
  padding: 0 5px !important;
}
.padding-right-left-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-right-left-30 {
  padding: 0 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-top-bottom-20 {
  padding: 20px 0px;
}
.padding-top-bottom-20 {
  padding: 10px 0;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-bottom-15 {
  margin: 15px 0;
}
.margin-top-bottom-35 {
  margin: 35px 0px;
}
.padding-top-bottom-40 {
  padding: 40px 0px;
}
.center {
  text-align: center;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.margin-left-15 {
  margin-left: 15px !important
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.position-relative {
  position: relative;
}
.border-none {
  border : none !important;
}
a {
  text-decoration: none !important;
  color: inherit;
}
.bold {
  font-weight: 900 !important;
  font-size: 18px;
  margin: 0 5px;
  line-height: 35px;
}
.red_text {
  color: #fc4349;
}
.red_text:hover {
  color: #fc4349;
}
.white_text {
  color: #fff;
}
.title-btn-span {
  padding: 0px 8px;
  color: white;
  border-radius: 3px;
  vertical-align: -webkit-baseline-middle;
}
.red_btn {
  background-color: #fc4349 !important;
  color: white;
  padding: 5px 10px;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.red_btn:hover {
  background-color: white !important;
  border: 1px solid #fc4349;
  color: #fc4349 !important;
  transition: all 0.2s;
}
.red_btn:focus {
  color: #fff;
}
.yellow-btn {
  color: #856715 !important;
  background-color: #ffd83e !important;
  border: 1px solid transparent;
}
.yellow-btn:hover {
  background-color: white !important;
  border: 1px solid #ffd83e;
}
.title-btn-span:hover {
  background-color: #093764;
  transition: 0.2s;
}
.green-btn {
  background-color: #419c18 !important;
  color: white;
}
.green:hover {
  background-color: #2e6f11 !important;
  transition: 0.2s;
}
.title-btn {
  float: left;
  padding: 0px 15px 0px 0px;
}
.border-radius {
  border-radius: 3px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.float-left {
  float: left !important;
}
.aparat-hover:hover {
  background-color: transparent !important;
}
.google-plus-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.linkedin-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.twitter-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.facebook-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.youtube-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.telegram-hover:hover
{
  color: #fff !important;
  background-color: transparent !important;
}
.instagram-hover:hover
{
  color: #fff;
  background: transparent !important;
  /* background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%) !important; */
}
}
.aparat {
  /* background-color: #fff !important; */
}
.google-plus {
  /* background-color: #dd4b39 !important; */
}
.linkedin {
  /* background-color: #0077b5 !important; */
}
.twitter {
  /* background-color: #55acee !important; */
}
.facebook {
  /* background-color: #3b5998 !important; */
}
.youtube {
  /* background-color: #cd201f !important; */
}
.telegram {
  /* background-color: #0088cc !important; */
}
.instagram {
  /* background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%) !important; */
}
.aparat {
  /* background-color: #d62762 !important; */
}
.aparat-icon {
  width: 23px;
}
.linkedin:hover{
  filter: none !important;
}
.instagram:hover{
  filter: none !important;
}
.google-plus:hover{
  filter: none !important;
}
.facebook:hover{
  filter: none !important;
}
.youtube:hover{
  filter: none !important;
}
.twitter:hover{
  filter: none !important;
}
.aparat-hover:hover .aparat-icon {
  filter: grayscale(0%);
}
.aparat-icon {
  width: 23px !important;
  color: #fff;
}
.overflow-hidden {
  overflow: hidden;
}
.tooltip-inner {
  margin-top: -10px;
  max-width:200px;
  padding: 10px 10px;
  color:#fff;
  text-align:center;
  background-color: rgba(0,0,0,0.8);
  border-radius:4px;
  font-size: 14px;
}
.tooltip.bottom .tooltip-arrow {
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color: rgba(0,0,0,1);
}
.tooltip-inner:before {
  border-color: red;
}
.scale-hidden {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.scale-hover:hover img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.sepia-hover:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  transition: all 0.2s;
}
.main_content {
  padding: 30px 0 0;
}
.main_content p {
  text-align: justify;
  line-height: 30px;
  color: #4f4f4f;
  font-size: 14px;
}
.summary-description {
  border: 1px solid #e5e5e5;
  height: 250px;
  line-height: 28px;
  overflow: hidden;
  font-size: 12px;
  padding: 10px;
  border-right: 4px solid #acacac;
  border-radius: 30px 0 30px 0;
  -moz-border-radius: 30px 0 30px 0;
  -webkit-border-radius: 30px 0 30px 0;
}
.summary-description p {
  font-size: 12px !important;
  line-height: 28px !important;
  overflow: hidden !important;
}
.danger_box {
  background-color: #fcdcdd;
  color: #fc4349 !important;
  border-right: 4px solid #fc4349;
  padding: 35px 50px;
  margin: 30px 0 !important;
  position: relative;
  border-radius: 30px 0 30px 0;
  -moz-border-radius: 30px 0 30px 0;
  -webkit-border-radius: 30px 0 30px 0;
}
.danger_box::before {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 8px;
  color: #fc4349;
}
.success_box {
  background-color: #9cffb6;
  color: #288240 !important;
  border-right: 4px solid #288240;
  padding: 35px 50px;
  margin: 30px 0 !important;
  position: relative;
  border-radius: 30px 0 30px 0;
  -moz-border-radius: 30px 0 30px 0;
  -webkit-border-radius: 30px 0 30px 0;
}
.success_box::before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 8px;
  color: #288240;
}
.main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6 {
  font-size: 20px;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 15px;
}
.main_table {
  direction: rtl;
  border-collapse: separate;
  border-spacing: 10px;
  margin-left: auto;
  margin-right: auto;
}
.main_table tr {
  display: none;
}
.main_table tr td:first-child , .main_table tr th:first-child {
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  min-width: 250px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table_host tr td:first-child , .main_table_host tr th:first-child {
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  min-width: 250px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table tr, .main_table td, .main_table th {
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  min-width: 160px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table tr th {
  background-color: #34a853;
  color: #fff;
}
.main_table tr:nth-child(odd) td {
  background-color: #ebebeb;
  color: #4f4f4f;
}
.main_table tr:nth-child(even) td {
  background-color: #d7d7d7;
  color: #4f4f4f;
}
.main_table tr:first-child th:first-child {
  opacity: 0;
}
.main_table tr .fa-times-circle {
  color: #fc4349;
  font-size: 20px;
  vertical-align: middle;
}
.main_table tr .fa-check-circle {
  color: #34a853;
  font-size: 25px;
  vertical-align: middle;
}


.main_table_host {
  direction: rtl;
  border-collapse: separate;
  border-spacing: 10px;
  margin-left: auto;
  margin-right: auto;
}
.main_table_host tr td:first-child , .main_table_host tr th:first-child {
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  min-width: 250px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table_host tr td:first-child , .main_table_host tr th:first-child {
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  min-width: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table_host tr, .main_table_host td, .main_table_host th {
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  padding: 5px 10px;
  min-width: 160px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_table_host tr th {
  background-color: #34a853;
  color: #fff;
}
.main_table_host tr:nth-child(odd) td {
  background-color: #ebebeb;
  color: #4f4f4f;
}
.main_table_host tr:nth-child(even) td {
  background-color: #d7d7d7;
  color: #4f4f4f;
}
.main_table_host tr:first-child th:first-child {
  opacity: 0;
}
.main_table_host tr .fa-times-circle {
  color: #fc4349;
  font-size: 20px;
  vertical-align: middle;
}
.main_table_host tr .fa-check-circle {
  color: #34a853;
  font-size: 25px;
  vertical-align: middle;
}
.star_title {
  position: relative;
}
.star_title::before {
  content: "\f005";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
  color: #fbbc05;
}
.tick_list {
  text-align: right;
  list-style: none;
  font-size: 15px;
}
.tick_list li {
  display: block;
  margin: 10px 0;
}
.tick_list li::before {
  content: '\f046';
  font-family: FontAwesome;
  color: #fc4349;
  font-size: 16px;
  vertical-align: sub;
  margin-left: 10px;
}
.hashtag_list {
  text-align: right;
  list-style: none;
  font-size: 13px;
}
.hashtag_list li {
  display: block;
  margin: 17px 0;
  color: #6b6b6b;
  padding-right: 10px;
}
.hashtag_list li:hover a {
  color: #07c4d6;
}
.hashtag_list li::before {
  content: '\f14a';
  font-family: Font Awesome\ 5 Pro;
  color: #6b6b6b;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
}
.dot_list {
  text-align: right;
  list-style: none;
  font-size: 15px;
}
.dot_list li {
  display: block;
  margin: 10px 0;
  position: relative;
}
.dot_list li::before {
  content: '\f111';
  font-family: FontAwesome;
  color: #4f4f4f;
  font-size: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.underline_title {
  font-size: 20px;
  margin-bottom: 30px !important;
  color: #2c3e50;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  z-index: 5;
}
.underline_title::before {
  height: 3px;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  content: " ";
  background-color: #fc4349;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hvr-shutter-in-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fc4349;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sprite { background-image: url('../images/sprite/sprite.png'); background-color: transparent; background-repeat: no-repeat;display: inline-block; }
.advertis { width: 65px; height: 65px; background-position: 0px -325px; }
.consulting { width: 65px; height: 65px; background-position: 0px -260px; }
.graphic { width: 65px; height: 65px; background-position: 0px -195px; }
.seo { width: 65px; height: 65px; background-position: 0px -130px; }
.shopping { width: 65px; height: 65px; background-position: 0px -65px; }
.webdesign { width: 65px; height: 65px; background-position: 0px 0px; }

.green-alert {
  color: #288240 !important;
}
.red-alert {
  color: #fc4349 !important;
}
.domain-check {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.domain-check input {
  width: 60%;
  line-height: 40px;
  color: #858585;
  display: inline;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.domain-check button {
  width: 150px;
  max-width: 100%;
  background-color: #fc4349;
  color: #fff;
  display: inline;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
