@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans/eot/IRANSansWeb.eot"), url("../fonts/iransans/ttf/IRANSansWeb.ttf") format("truetype"), url("../fonts/iransans/woff/IRANSansWeb.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans/eot/IRANSansWeb_Medium.eot"), url("../fonts/iransans/ttf/IRANSansWeb_Medium.ttf") format("truetype"), url("../fonts/iransans/woff/IRANSansWeb_Medium.woff") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans/eot/IRANSansWeb_Bold.eot"), url("../fonts/iransans/ttf/IRANSansWeb_Bold.ttf") format("truetype"), url("../fonts/iransans/woff/IRANSansWeb_Bold.woff") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'iransans';
}
h1 {
  line-height: 40px;
}
h2.h1 {
  line-height: 40px;
}
h3 {
  line-height: 30px;
}
a.back-link {
  color: #7a7a7a;
  text-decoration: none;
}
a.back-link:hover {
  color: #7a7a7a;
  text-decoration: none;
}
.text-center {
  text-align: center !important;
}
a.back-link-footer {
  color: #fff;
  text-decoration: none;
}
a.back-link-footer:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu {
  border: 0px;
}
header {
  width: 100%;
  float: right;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  z-index: 100;
}
header .top-header-row {
  width: 100%;
  float: right;
  min-height: 43px;
  background-color: #ed4956;
}
header .top-header-row ul.account {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  float: right;
}
header .top-header-row ul.account li {
  border-left: 1px solid #ed4956;
  float: right;
  background-color: #f96f7c;
  padding: 10px 20px;
}
header .top-header-row ul.account li:last-child {
  border-left: 0 !important;
}
header .top-header-row ul.account li a {
  color: #fff;
}
header .top-header-row ul.account li a:hover {
  text-decoration: none;
}
header .top-header-row ul.social-icons {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}
header .top-header-row ul.social-icons li {
  margin: 7px 5px 5px 0;
  position: relative;
  float: left;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
header .top-header-row ul.social-icons li a {
  display: flex !important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  height: 30px;
  width: 30px;
  padding: 0;
}
header .top-header-row ul.social-icons li a i {
  margin: auto;
  position: relative !important;
  left: auto !important;
  font-size: 16px !important;
  top: auto !important;
}
header .top-header-row ul.social-icons li a .aparat-icon {
  background-image: url(../../../img/followeryab/aparat-black.png);
  width: 20px;
  height: 20px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .top-header-row ul.social-icons li:hover a {
  background: #ff7b86;
  color: #fff !important;
}
header .top-header-row ul.social-icons li:hover .aparat-icon {
  background-image: url(../../../img/followeryab/aparat-white.png);
}
header .navbar {
  background-color: #fff;
  height: 90px;
  padding: 15px 0px;
}
header .navbar .logo-header {
  padding: 0px !important;
}
header .navbar .logo-header-mobile {
  display: none;
}
header .navbar img {
  height: auto;
  width: 100%;
}
header .navbar li {
  font-size: 14px;
  margin-right: 15px;
}
header .navbar li:first-child {
  margin-right: 15px;
}
header .navbar li a {
  color: #414141 !important;
  font-weight: bold;
}
@media (min-width: 992px) {
  header .navbar li {
    margin-right: 10px;
  }
  header .navbar li:first-child {
    margin-right: 0px;
  }
}
header .navbar .dropdown-menu {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0px;
}
header .navbar .dropdown-menu a.dropdown-item {
  font-size: 13px;
  color: #414141;
  padding: 13px 15px;
}
header .navbar .dropdown-menu a.dropdown-item:hover {
  background-color: #fafafa;
}
header .navbar .dropdown-menu .dropdown-divider {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  header .navbar .dropdown-menu {
    border: unset !important;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
  }
  header .navbar .dropdown-menu a.dropdown-item {
    font-size: 13px;
    color: #414141;
    padding: 13px 15px;
  }
  header .navbar .dropdown-menu a.dropdown-item:hover {
    background-color: #fafafa;
  }
  header .navbar .dropdown-menu .dropdown-divider {
    margin: 0px;
  }
}
header .navbar .navbar-toggler {
  position: absolute;
  right: 15px;
  top: 15px;
}
header .navbar .navbar-light .navbar-nav .nav-link {
  color: #5b5b5b;
  font-size: 14px;
}
header.fixed {
  position: fixed;
  top: 0px;
}
@media (max-width: 992px) {
  header .navbar {
    height: 70px;
    width: 100%;
  }
  header .navbar .logo-header {
    display: none;
  }
  header .navbar .logo-header-mobile {
    display: block;
    position: absolute;
    left: 0px;
    width: auto;
    max-width: none;
  }
  header .navbar .logo-header-mobile a {
    margin: 0!important;
  }
  header .navbar .logo-header-mobile img {
    height: auto;
    width: 170px;
  }
  header .navbar-collapse {
    margin-top: 56px;
    background-color: #fff;
    z-index: 10;
  }
}
.margin-top {
  margin-top: 100px !important;
}
@media (max-width: 992px) {
  .margin-top {
    margin-top: 30px !important;
  }
}
.background-site {
  background-image: url(../image/foundation_pattern.jpg);
  background-position: top left;
  background-repeat: repeat;
}
.background-site-2 {
  background-image: url("../image/pattern.png");
  background-position: top left;
  background-repeat: repeat;
}
.main-content h1 {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.main-content h2 {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.main-content .desc1 {
  margin-top: 20px;
  text-align: center;
  color: #7a7a7a;
}
.main-content.part-2 {
  padding-top: 60px;
}
.main-content.club-room {
  padding-top: 80px !important;
}
@media (max-width: 443px) {
  .main-content h1.package-title {
    text-align: right;
    font-size: 22px;
  }
  .main-content h2.package-title {
    text-align: right;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .main-content {
    padding-top: 70px;
  }
}
.price-content .header-price {
  background-color: #54595f;
  color: #fff;
  float: left;
  width: 100%;
  padding: 25px 15px;
  position: relative;
}
.price-content .header-price .discount {
  position: absolute;
  color: #fff;
  font-size: 15px;
  background-color: #ed4956;
  width: 92px;
  height: 27px;
  right: 0px;
  top: 0px;
  text-align: center;
  padding-top: 4px;
}
.price-content .header-price .discount::before {
  width: 0;
  height: 0;
  border-top: 28px solid #ed4956;
  border-left: 28px solid transparent;
  position: absolute;
  top: -1px;
  transform: rotate(-180deg);
  right: -27px;
}
.price-content .header-price .discount::after {
  width: 0;
  height: 0;
  border-top: 28px solid #ed4956;
  border-left: 28px solid transparent;
  position: absolute;
  top: -1px;
  transform: rotate(-270deg);
  right: 91px;
}
@media (max-width: 425px) {
  .price-content .header-price .discount {
    position: absolute;
    color: #fff;
    font-size: 12px;
    background-color: #ed4956;
    width: 72px;
    height: 22px;
    right: -4px;
    top: 23px;
    text-align: center;
    transform: rotate(45deg);
    padding-top: 3px;
    font-weight: bold;
  }
  .price-content .header-price .discount::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid #ed4956;
    border-left: 22px solid transparent;
    position: absolute;
    top: 0px;
    transform: rotate(-180deg);
    right: -22px;
  }
  .price-content .header-price .discount::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid #ed4956;
    border-left: 22px solid transparent;
    position: absolute;
    top: 0px;
    transform: rotate(-270deg);
    right: 72px;
  }
}
.price-content .header-price .discount-xs {
  position: absolute;
  color: #fff;
  font-size: 15px;
  background-color: #ed4956;
  width: 36px;
  height: 27px;
  right: 4px;
  top: 8px;
  text-align: center;
  transform: rotate(45deg);
  padding-top: 4px;
}
.price-content .header-price .discount-xs::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid #ed4956;
  border-left: 28px solid transparent;
  position: absolute;
  top: -1px;
  transform: rotate(-180deg);
  right: -27px;
}
.price-content .header-price .discount-xs::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid #ed4956;
  border-left: 28px solid transparent;
  position: absolute;
  top: -1px;
  transform: rotate(-270deg);
  right: 35px;
}
.price-content .header-price h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.price-content .header-price p {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 0px;
}
@media (max-width: 443px) {
  .price-content .header-price p {
    font-size: 15px;
  }
}
.price-content .package {
  background-color: #fff;
  float: right;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px -2px #9e9e9e;
  box-shadow: 0px 0px 7px -2px #9e9e9e;
  transition: 0.3s;
  margin-bottom: 30px;
}
.price-content .package:hover {
  -webkit-box-shadow: 0px 0px 7px -1px #868686;
  box-shadow: 0px 0px 7px -1px #868686;
  transition: 0.3s;
}
.price-content .body-price {
  float: right;
  width: 100%;
}
.price-content .body-price .price-amount {
  float: right;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #555;
  padding: 28px 0 ;
}
.price-content .body-price .price-amount .discount-amount {
  position: absolute;
  font-size: 16px;
  text-decoration: line-through !important;
  right: 110px;
  bottom: 2px;
  color: #ed4956;
}
@media (max-width: 443px) {
  .price-content .body-price .price-amount {
    padding: 15px 0 ;
    font-size: 25px;
  }
  .price-content .body-price .price-amount .discount-amount {
    right: 90px;
    bottom: -8px;
  }
}
.price-content .body-price .feature-box {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.price-content .body-price .feature-box .item {
  padding: 10px 15px;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  float: right;
  width: 100%;
}
.price-content .body-price .feature-box .item i {
  font-size: 25px;
  margin-left: 15px;
}
.price-content .body-price .feature-box .item::after {
  content: "";
  border-bottom: solid #ddd 2px;
  position: absolute;
  width: 70%;
  top: 100%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
}
.price-content .body-price .feature-box .item:last-child::after {
  border: 0px;
}
@media (max-width: 443px) {
  .price-content .body-price .feature-box .item {
    font-size: 14px;
  }
}
@media (max-width: 443px) {
  .price-content .body-price .feature-box {
    margin-top: 10px;
  }
}
.price-content .button-price {
  float: right;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}
.price-content .button-price .btn-buy {
  background-color: #ed4956;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 50px;
  transition: 0.3s;
}
.price-content .button-price .btn-buy:hover {
  transform: scale(1.1);
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 443px) {
  .price-content .button-price {
    margin: 15px 0;
  }
  .price-content .button-price .btn-buy {
    padding: 10px 30px;
  }
  .price-content .header-price h2 {
    font-size: 18px;
  }
}
.separator {
  transform: rotate(180deg);
}
.separator .elementor-shape-fill {
  fill: #fff;
}
.desc2 p {
  text-align: justify;
  color: #7a7a7a;
}
.desc2 .image-box-set {
  text-align: center;
}
.desc2 .image-box-set img {
  width: 100%;
}
.package-xs-row {
  position: relative;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  float: right;
  height: 500px;
  padding-right: 15px;
}
.package-xs-box {
  display: inline-block;
  width: 290px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .desc2 {
    text-align: justify;
  }
  .desc2 .image-box-set {
    margin-top: 20px;
    text-align: center;
  }
}
.first-header-container {
  padding-top: 40px !important;
}
.section-1 {
  margin-top: 80px;
}
.section-1 h2 {
  color: #444;
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section-1 img {
  width: 100%;
}
.section-1 .step {
  margin-top: 40px;
}
.section-1 .step .item {
  margin-bottom: 25px;
}
.section-1 .step .item h3 {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-1 .step .item p {
  color: #7a7a7a;
  text-align: justify;
  font-size: 16px;
}
.section-2 {
  margin-top: 80px;
}
.section-2 .header-section h2 {
  color: #444;
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section-2 .header-section p {
  width: 100%;
  color: #7a7a7a;
  text-align: center;
}
.section-2 .services {
  margin-top: 50px;
}
.section-2 .services .image-box {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.section-2 .services .image-box img {
  width: 50px;
}
.section-2 .services .image-box.ads img {
  width: 100px;
}
.section-2 .services h3 {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.section-2 .services p {
  color: #7a7a7a;
  text-align: center;
  font-size: 16px;
}
.section-3 {
  margin-top: 80px;
}
.section-3 p {
  color: #7a7a7a;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 40px;
}
.section-4 {
  margin-top: 80px;
}
.section-4 h2 {
  color: #444;
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section-4 .card {
  border: solid 1px transparent;
  border-bottom: 1px solid #ddd;
}
.section-4 .card-header {
  background-color: unset;
  border: unset;
  padding: 15px 0px;
}
.section-4 .card-header button {
  color: #ed4956;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: right;
  text-decoration: none;
  margin-bottom: 0px;
  white-space: unset;
}
.section-4 .card-header button:hover {
  text-decoration: none;
}
.section-4 .card-header button.collapsed {
  color: #444;
}
.section-4 .card-header button.collapsed i {
  transform: rotate(-90deg);
}
.section-4 .card-header button i {
  transform: rotate(-180deg);
  position: absolute;
  right: -10px;
  top: 25px;
}
@media (max-width: 768px) {
  .section-4 .card-header button {
    font-size: 16px;
  }
}
@media (max-width: 321px) {
  .section-4 .card-header button {
    font-size: 14px;
  }
}
.section-4 .card-body {
  color: #7a7a7a;
  text-align: justify;
  font-size: 14px;
  padding-top: 0px;
}
.section-5 {
  margin-bottom: 80px;
}
.section-5 .comments-logo {
  margin-top: 60px;
  text-align: center;
  color: #444;
}
.section-5 .comments-logo i {
  font-size: 60px;
}
.section-5 h2 {
  color: #444;
  width: 100%;
  float: right;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 35px;
}
.section-5 p {
  width: 100%;
  color: #7a7a7a;
  text-align: center;
}
.section-5 .support-btn-row {
  text-align: center;
  margin-top: 30px;
}
.section-5 .support-btn-row .btn.btn-support {
  background-color: #ed4956;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 50px 10px 70px;
  transition: 0.3s;
  position: relative;
}
.section-5 .support-btn-row .btn.btn-support i {
  position: absolute;
  font-size: 25px;
  left: 30px;
}
.section-6 {
  float: right;
  width: 100%;
  background-color: rgba(226, 233, 244, 0.6);
  padding-bottom: 50px;
}
.section-6 .service-content {
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  position: relative;
  padding-top: 25px;
}
.section-6 .service-content i {
  font-size: 50px;
  position: absolute;
  right: 60px;
  top: 15px;
}
.footer {
  background-color: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 50px;
}
.footer .top-footer .description-row {
  margin-bottom: 25px;
}
.footer .top-footer .description-row .namad-footer {
  float: right;
  margin-top: 8px;
  background-color: #b4b4b4;
  border-radius: 25px;
  margin-bottom: 10px;
  max-width: 100%;
}
.footer .top-footer .description-row .senfi {
  cursor: pointer!important;
}
.footer .top-footer .description-row .jashnvare {
  cursor: pointer!important;
}
.footer .top-footer h4 {
  margin-top: 20px;
  color: #ed4956;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer .top-footer p {
  color: #fff;
  text-align: justify;
  padding: 0;
}
.footer .top-footer ul {
  padding: 0px;
}
.footer .top-footer ul li {
  margin-bottom: 15px;
  list-style: none;
}
.footer .top-footer ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .top-footer ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #cbcbcb;
}
.copy-right {
  background-color: #060606;
  padding-top: 20px;
  border-top: 1px solid #060606;
}
.copy-right .bottom-footer {
  width: 100%;
  float: right;
  padding-bottom: 15px;
}
.copy-right .bottom-footer img.logo {
  width: 100%;
}
.copy-right .bottom-footer p {
  width: 100%;
  text-align: right;
  color: #fff;
  padding-top: 10px;
}
.copy-right .bottom-footer p a {
  color: #ed4956 !important;
}
.copy-right .bottom-footer p a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .copy-right .bottom-footer img.logo {
    width: 45%;
    margin-right: 25%;
  }
  .copy-right .bottom-footer p {
    text-align: center;
  }
}
.copy-right nav {
  float: left;
  margin-top: 10px;
}
.copy-right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copy-right nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
.copy-right nav ul li:first-child {
  border-left: 1px solid #505050;
  padding: 0 8px;
}
.copy-right nav ul li:last-child {
  border: medium none;
  padding-left: 0;
}
.copy-right nav ul li a {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
.copy-right nav ul li a i {
  font-size: 20px;
}
.copy-right nav ul li a img {
  position: absolute;
  top: 12px;
}
@media (min-width: 768px) {
  .copy-right nav ul li a img {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .copy-right .social {
    text-align: center;
  }
  .copy-right nav {
    float: unset;
  }
}
.copy-right .copyright-xs-footer {
  width: 100%;
  text-align: center;
}
.copy-right .copyright-xs-footer p {
  margin-bottom: 0px;
}
nav.social-footer {
  float: right;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(213, 213, 213, 0.68);
}
nav.social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 35px !important;
}
nav.social-footer ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
  font-size: 32px;
}
nav.social-footer ul li i {
  font-size: 35px;
}
nav.social-footer ul li img {
  position: absolute;
  top: 12px;
}
@media (min-width: 768px) {
  nav.social-footer ul li img {
    top: 10px;
  }
}
nav.social-footer ul li:first-child {
  border-left: 1px solid #505050;
  padding: 0 8px;
}
nav.social-footer ul li:last-child {
  border: medium none;
  padding-left: 0;
}
nav.social-footer ul li::before {
  content: "";
}
.jashnvare-icon {
  position: fixed;
  height: 150px;
  width: 170px;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 443px) {
  .jashnvare-icon {
    height: 100px;
    width: 110px;
  }
}
.top-row-tandis {
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  background-image: url(../../../img/followeryab/pattern.png), -webkit-linear-gradient(right, #3584c6, #3690d3, #3ca9f3, #7bc4ff, #3584c6);
  background-image: url(../../../img/followeryab/pattern.png), -o-linear-gradient(right, #3584c6, #3690d3, #3ca9f3, #7bc4ff, #3584c6);
  background-image: url(../../../img/followeryab/pattern.png), linear-gradient(to left, #3584c6, #3690d3, #3ca9f3, #7bc4ff, #3584c6);
  color: #fff;
}
.top-row-tandis span {
  margin-top: 2px;
  display: inline-block;
  text-shadow: 0 0px 3px #000;
}
.top-row-tandis .padding-tandis {
  padding: 5px 0;
}
.top-row-tandis .tandis-link {
  float: left;
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
  border-radius: 2rem;
  padding: 2px 20px;
  text-shadow: 0 0px 3px #000;
}
.top-row-tandis .tandis-link:hover {
  background-color: #fff;
  color: #135fc6;
  text-decoration: none;
  text-shadow: unset;
}
.top-row-tandis .tandis-link-xs {
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
  border-radius: 2rem;
  padding: 2px 20px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.top-row-tandis .tandis-link-xs:hover {
  background-color: #fff;
  color: #dd3845;
  text-decoration: none;
}
.visible-xs {
  display: none !important;
}
.xs-top-tandis {
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.eftekharat-row {
  background-color: #f9fafd;
  padding: 15px 40px 15px 40px;
  float: right;
  width: 100%;
}
.eftekharat-row .seo-h {
  margin-bottom: 15px !important;
  font-size: 20px;
  font-weight: 700;
}
.eftekharat-row .eftekharat-grid {
  background-color: #fff;
  float: right;
  -webkit-box-shadow: 0 3px 6px 0px #e1e1e1;
  box-shadow: 0 3px 6px 0px #e1e1e1;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 25px;
  margin-bottom: 15px;
}
.eftekharat-row .card-title-1 {
  margin-top: 8px;
  color: #dc3545 !important;
  font-weight: 700;
  font-size: 14px;
}
.eftekharat-row .card-title-2 {
  margin-top: 9px;
  color: #212529;
  font-weight: 700;
  font-size: 13px;
}
.eftekharat-row .card-title-3 {
  margin-top: 5px;
  color: #6c757d !important;
  font-weight: 700;
  font-size: 12px;
}
.eftekharat-row-xs {
  background-color: #f9fafd;
  padding: 15px 0px 15px 0px;
  float: right;
  width: 100%;
}
.eftekharat-row-xs .seo-h {
  margin-bottom: 15px !important;
  font-size: 20px;
  font-weight: 700;
}
.eftekharat-row-xs .eftekharat-grid {
  background-color: #fff;
  float: right;
  -webkit-box-shadow: 0 3px 6px 0px #e1e1e1;
  box-shadow: 0 3px 6px 0px #e1e1e1;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 15px;
  width: 48%;
}
.eftekharat-row-xs .eftekharat-grid-2 {
  background-color: #fff;
  float: right;
  -webkit-box-shadow: 0 3px 6px 0px #e1e1e1;
  box-shadow: 0 3px 6px 0px #e1e1e1;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 48%;
}
.eftekharat-row-xs .card-title-1 {
  margin-top: 8px;
  color: #dc3545 !important;
  font-weight: 700;
  font-size: 14px;
}
.eftekharat-row-xs .card-title-2 {
  margin-top: 9px;
  color: #212529;
  font-weight: 700;
  font-size: 13px;
}
.eftekharat-row-xs .card-title-3 {
  margin-top: 5px;
  color: #6c757d !important;
  font-weight: 700;
  font-size: 12px;
}
.namad_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 25px;
  text-align: center;
}
.namad_holder .card-title-1 {
  margin-top: 15px;
  color: #dc3545 !important;
  font-weight: 700;
  font-size: 12px;
}
.namad_holder .card-title-4 {
  margin-top: 5px;
  color: #dc3545 !important;
  font-weight: 700;
  font-size: 14px;
}
.namad_holder a:hover {
  text-decoration: none;
}
.namad_holder img {
  height: 80px;
}
.namad_holder img.j1 {
  height: 130px;
}
.namad_holder .col-xs-6 {
  width: 50%;
  margin-top: 15px;
}
.margin-bot {
  margin-bottom: 30px;
}
.service-box {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  padding: 15px;
  min-height: 264px;
  margin-bottom: 15px;
  float: right;
}
.service-header {
  width: 100%;
  float: right;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  position: relative;
}
.service-header h3 {
  font-weight: 800;
  font-size: 17px;
  text-shadow: 0 1px 5px #000;
  padding: 0px 35px 5px 0;
  color: #fff;
  margin: 0px;
}
.service-header i {
  color: #fff;
  position: absolute;
  text-shadow: 0 1px 5px #000;
  top: 3px;
  font-size: 25px;
  right: 0px;
}
.service-header .icon-svg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
}
.service-body {
  float: right;
  width: 100%;
  margin-top: 10px;
}
.service-link {
  background-color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  color: #000 !important;
  font-weight: bolder !important;
  text-shadow: none;
  padding: 7px;
  border: 1px solid #fff;
  transition: 0.3s;
  margin-bottom: 10px;
  cursor: pointer;
}
.service-link:hover {
  background-color: transparent;
  color: #fff !important;
  transition: 0.3s;
  text-shadow: 0 1px 1px #000;
  text-decoration: none;
}
.service-box.color-1 {
  background-image: -webkit-linear-gradient(right, #9313da 0, #c96cf7 100%);
  background-image: -moz-linear-gradient(right, #9313da 0, #c96cf7 100%);
  background-image: -o-linear-gradient(right, #9313da 0, #c96cf7 100%);
  background-image: linear-gradient(to left, #9313da 0, #c96cf7 100%);
  background-repeat: repeat-x;
  border: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9313da', endColorstr='#c96cf7', GradientType=1);
}
.service-box.color-2 {
  background-image: -webkit-linear-gradient(right, #0088cc 0, #6cceff 100%);
  background-image: -moz-linear-gradient(right, #0088cc 0, #6cceff 100%);
  background-image: -o-linear-gradient(right, #0088cc 0, #6cceff 100%);
  background-image: linear-gradient(to left, #0088cc 0, #6cceff 100%);
  background-repeat: repeat-x;
  border: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#067437', endColorstr='#FF48CFAD', GradientType=1);
}
.service-box.color-3 {
  background-image: -webkit-linear-gradient(right, #e63d24 0, #f18372 100%);
  background-image: -moz-linear-gradient(right, #e63d24 0, #f18372 100%);
  background-image: -o-linear-gradient(right, #e63d24 0, #f18372 100%);
  background-image: linear-gradient(to left, #e63d24 0, #f18372 100%);
  background-repeat: repeat-x;
  border: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5624d1', endColorstr='#9671ed', GradientType=1);
}
.service-box.color-4 {
  background-image: -webkit-linear-gradient(right, #EFA50B 0, #ffc934 100%);
  background-image: -moz-linear-gradient(right, #EFA50B 0, #ffc934 100%);
  background-image: -o-linear-gradient(right, #EFA50B 0, #ffc934 100%);
  background-image: linear-gradient(to left, #EFA50B 0, #ffc934 100%);
  background-repeat: repeat-x;
  border: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF228EB6', endColorstr='#FF4FC1E9', GradientType=1);
}
@media only screen and (max-width: 443px) {
  .service-box {
    min-height: unset;
  }
}
.title-honore-h i {
  font-size: 30px;
  position: absolute;
  right: 5px;
  bottom: -3px;
}
.honor-container-xs {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0 0 0 ;
  float: right;
  width: 100%;
}
.honor-box-xs {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  top: unset;
  box-shadow: 0px 0px 8px -2px rgba(50, 50, 50, 0.55);
}
.namad_holder-xs {
  margin-bottom: 0px;
  overflow: auto;
  white-space: nowrap;
  display: unset;
  float: right;
  padding: 0px;
  width: 100%;
}
.honor-item {
  border-left: 1px solid #e1e8ef;
  margin: 10px 0;
  padding: 0;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.honor-item img {
  height: 60px;
}
.namad_holder-xs .card-title-1 {
  margin-top: 5px;
  color: #dc3545!important;
  font-weight: 700;
  font-size: 11px;
}
.namad_holder-xs .card-title-4 {
  margin-top: 2px;
  color: #dc3545!important;
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (max-width: 769px) {
  .honor-item {
    border-left: 1px solid #e1e8ef;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 140px;
  }
}
@media only screen and (max-width: 443px) {
  .honor-item {
    border-left: 1px solid #e1e8ef;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 140px;
  }
}
@media only screen and (max-width: 426px) {
  .honor-item {
    border-left: 1px solid #e1e8ef;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 150px;
  }
}
@media only screen and (max-width: 320px) {
  .honor-item {
    border-left: 1px solid #e1e8ef;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 140px;
  }
}
.main-section {
  width: 100%;
}
.main-section.header-fixed {
  padding-top: 135px;
}
.ads-page .visibility-hidden {
  visibility: hidden;
}
.ads-page section.ads-content {
  float: right;
  width: 100%;
}
.ads-page .slider-row {
  background: linear-gradient(139deg, #ed4956, #ed4956);
  padding: 40px 0;
  margin-bottom: 20px;
}
.ads-page .slider-row .slider-content h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 5px #000;
  margin-bottom: 20px;
  line-height: 55px;
}
@media (min-width: 768px) {
  .ads-page .slider-row .slider-content h1 {
    margin-bottom: 40px;
  }
}
.ads-page .slider-row .slider-content p {
  font-size: 22px;
  color: #fff;
  text-shadow: 0 1px 5px #000;
  line-height: 38px;
}
.ads-page .slider-row .slider-content .btn-pulisher {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ads-page .slider-row .slider-content .btn-pulisher {
    margin-top: 0px;
  }
}
.ads-page .slider-row .slider-content .btn-ads {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 8px 25px;
  border: 1px solid transparent;
  width: 100%;
}
@media (min-width: 768px) {
  .ads-page .slider-row .slider-content .btn-ads {
    width: auto;
  }
}
.ads-page .slider-row .slider-content .btn-ads i {
  margin-right: 8px;
}
.ads-page .slider-row .slider-content .btn-ads:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0 1px 5px #000;
}
.ads-page .ads-service-row {
  margin-top: 0px;
}
.ads-page .ads-service-row .ads-service {
  text-align: center;
  margin-bottom: 50px;
}
.ads-page .ads-service-row .ads-service .btn-service-ads {
  background: linear-gradient(139deg, #ed4956, #ed4956);
  color: #fff !important;
  text-shadow: 0 1px 5px #000;
  padding: 8px 25px;
  border: 1px solid transparent;
}
.ads-page .ads-service-row .ads-service .btn-service-ads:hover {
  border: 1px solid #ed4956;
  background: transparent;
  color: #ed4956 !important;
  text-shadow: unset;
}
.ads-page .ads-description-section .btn-service-ads {
  margin: 5px 0;
  background: linear-gradient(139deg, #ed4956, #ed4956);
  color: #fff !important;
  text-shadow: 0 1px 5px #000;
  padding: 8px 25px;
  border: 1px solid transparent;
}
.ads-page .ads-description-section .btn-service-ads:hover {
  border: 1px solid #ed4956;
  background: transparent;
  color: #ed4956 !important;
  text-shadow: unset;
}
.ads-page .pages-swiper {
  height: 170px;
  margin: 20px 0 0 0;
}
.ads-page .pages-swiper .swiper-slide {
  text-align: center;
}
.ads-page .pages-swiper .swiper-slide img {
  border-radius: 50%;
}
.ads-page .pages-swiper .swiper-slide span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.ads-page .ads-seco-section h2 {
  text-align: right;
  margin: 30px 0;
}
.ads-page .ads-seco-section p {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */