/* fallback */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Material.woff2") format("woff2");
  font-display: swap;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-display: swap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: IRANSansX;
  font-style: bold;
  font-weight: 700;
  src: url("../webfonts/IRANSansWeb_Bold_main.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/IRANSansWeb_main.woff2") format("woff2");
  font-display: swap;
}

/*@font-face {
  font-family: IRANSansX;
  font-style: medium;
  font-weight: 500;
  src: url("../webfonts/IRANSansWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: IRANSansX;
  font-style: medium;
  font-weight: 500;
  src: url("../webfonts/IRANSansWeb_bold.woff") format("woff");
}*/

/*@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/IRANSansXFaNum-Medium.woff") format("woff"), url("../webfonts/IRANSansXFaNum-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/IRANSansXFaNum-Bold.woff") format("woff"), url("../webfonts/IRANSansXFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/IRANSansXFaNum-Regular.woff") format("woff"), url("../webfonts/IRANSansXFaNum-Regular.woff2") format("woff2");
}*/

@font-face {
  font-family: "iransansx-EnNum";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/IRANSansWeb.woff") format("woff");
}

@font-face {
  font-family: "iransansx-EnNum";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/IRANSansWeb.woff2") format("woff2");
}

@font-face {
  font-family: "pars";
  src: url("../webfonts/pars.eot");
  src: url("../webfonts/pars.eot?#iefix") format("embedded-opentype"),
    url("../webfonts//pars.woff") format("woff"),
    url("../webfonts/pars.ttf") format("truetype"),
    url("../webfonts/pars.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: never;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ss02 {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

body {
  color: #212121 !important;
}

.pars-education:before {
  content: "\e905";
  color: #8f90a6;
}

.pars-eye:before {
  content: "\e906";
  color: #8f90a6;
}

.pars-federal-skill:before {
  content: "\e907";
  color: #8f90a6;
}

.pars-job-visa:before {
  content: "\e908";
  color: #8f90a6;
}

.pars-money:before {
  content: "\e909";
  color: #8f90a6;
}

.pars-plus:before {
  content: "\e90a";
  color: #8f90a6;
}

.pars-student-visa:before {
  content: "\e90b";
  color: #8f90a6;
}

.pars-Instagram:before {
  content: "\e900";
}

.pars-Linkedin:before {
  content: "\e901";
}

.pars-telegram:before {
  content: "\e902";
}

.pars-Twitter:before {
  content: "\e903";
}

.pars-YouTube:before {
  content: "\e904";
}

.pars-Linkedin,
.pars-telegram,
.pars-YouTube,
.pars-Twitter,
.pars-Instagram,
.pars-money,
pars-plus,
.pars-student-visa,
.pars-money,
.pars-job-visa,
.pars-education,
.pars-federal-skill {
  font-family: "pars" !important;
  font-style: normal !important;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button-primary {
  font-size: 16px;
  color: #fff;
  background-color: #001568;
  font-weight: 700;
  padding: 8px 40px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-primary:hover {
  background-color: #0000 !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 21, 104, 0.08),
    inset 0px -1px 0px #001568;
  box-shadow: 0px 4px 8px rgba(0, 21, 104, 0.08), inset 0px -1px 0px #001568;
  color: #001568 !important;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.outlined-btn {
  font-size: 16px;
  color: #001568;
  border: 1px solid #001568;
  padding: 13px 40px;
  font-weight: 700;
  margin: 20px auto;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.outlined-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 21, 104, 0.04);
  color: #001568;
}

.play-btn {
  background-color: #fff9;
  border-radius: 50%;
  padding: 5px;
  border: 0;
  line-height: 9px;
}

.play-btn i {
  color: #fb335e;
  font-size: 40px;
  text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.25);
}

.secondarty-outline-btn {
  font-size: 16px;
  color: #fb335e;
  border: 1px solid #fb335e;
  padding: 8px 40px;
  font-weight: 700;
  margin: 20px auto;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.secondarty-outline-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #fb335e;
}

.text-secondary {
  color: #fb335e !important;
}

header.main-header .top-header .topheader-links a {
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.3s;
}

header.main-header .top-header .topheader-links a:hover {
  background-color: #fff;
  color: #001568;
  border: 1px solid #001568;
  transition: all 0.3s;
}

.secondary-btn {
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  background-color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.secondary-btn:hover {
  color: #fb335e;
  background: #fff;
  border-bottom: 1px solid #fb335e !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.light-btn {
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.light-btn:hover {
  color: #fff;
  background: #fff1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #212121;
  text-align: center;
}

.home-section-subtitle {
  color: #555770;
}

.home-section-subtitle p {
  font-size: 24px;
}

.link-view-more {
  display: table;
  margin: 10px auto;
}

.link-view-more a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 12px 20px;
}

.link-view-more a span {
  margin-left: 3px;
}

.arrow-scroll {
  text-align: center;
}

.arrow-scroll span {
  display: block;
  line-height: 8px;
  font-size: 35px;
}

.arrow-scroll span:first-child {
  color: #c7c9d9;
}

.arrow-scroll span:last-child {
  color: #8f90a6;
}

@media screen and (max-width: 1080px) {
  .home-section-title {
    font-size: 24px;
  }
  .home-section-subtitle p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .home-section-title {
    font-size: 16px;
  }
  .home-section-subtitle p {
    font-size: 14px;
  }
}

body {
  font-family: "IRANSansX";
  direction: rtl;
  background: #f9f9f9;
  overflow-x: hidden;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 200%;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

button {
  outline: none;
  font-family: "IRANSansX";
}

input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type="tel"] {
  direction: ltr !important;
  text-align: left !important;
}

input[type="tel"]::-webkit-input-placeholder {
  direction: rtl !important;
  text-align: right !important;
}

input[type="tel"]:-ms-input-placeholder {
  direction: rtl !important;
  text-align: right !important;
}

input[type="tel"]::-ms-input-placeholder {
  direction: rtl !important;
  text-align: right !important;
}

input[type="tel"]::placeholder {
  direction: rtl !important;
  text-align: right !important;
}

.top-header .row {
  position: relative;
}

header.main-header {
  overflow: visible;
}

header.main-header .top-header {
  padding: 10px 0;
  background-color: #001568;
  color: #fff;
  font-size: 14px;
}

header.main-header .top-header p {
  font-size: 14px;
}

header.main-header .top-header a {
  color: #fff;
}

header.main-header .top-header .topheader-links {
  direction: rtl;
}

header.main-header .top-header .topheader-links a {
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}

header.main-header .top-header .topheader-info span {
  float: right;
}

header.main-header .top-header .topheader-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.main-header .top-header .topheader-info a span {
  margin-left: 5px;
}

header.main-header .navbar-menu-wrapper {
  background-color: #20337d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 1;
  transition: all 1;
}

header.main-header .header-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1;
  background-color: #20337de1;
  -webkit-transition: all 1;
  transition: all 1;
}

header.main-header #open_menu {
  display: none;
}

header.main-header .navbar-menu {
  position: relative;
  margin-right: 70px;
}

header.main-header .navbar-menu .socials-mobile {
  display: none;
}

header.main-header .navbar-menu .social-sidebar-inner *,
header.main-header .navbar-menu .social-sidebar-inner i {
  color: #00b1fd !important;
}

header.main-header .navbar-menu .menu-level-1 {
  padding: 0;
  margin: 0;
}

header.main-header .navbar-menu .menu-level-1 li {
  display: inline-block;
  position: relative;
}

header.main-header .navbar-menu .menu-level-1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 8px;
  padding: 15px 12px;
  border-bottom: 1px solid transparent;
}

header.main-header .navbar-menu .menu-level-1 li a i {
  display: block;
}

header.main-header .navbar-menu .menu-level-1 li .dropdown-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.main-header .navbar-menu .menu-level-1 li .dropdown-link::after {
  content: "\e5cf";
  font-family: "Material icons";
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .menu-level-1 li .dropdown-submenu::after {
  content: "\e5cf";
  font-family: "Material icons";
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 7px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

header.main-header .navbar-menu .menu-level-1 li .dropdown-submenu a {
  display: block;
}

header.main-header .navbar-menu .menu-level-1 li .dropdown-submenu a::after {
  display: none;
}

header.main-header .navbar-menu .menu-level-1 .active-link a {
  /* color: #fb335e !important; */
}

header.main-header .navbar-menu .menu-level-1 > li > a {
  padding: 20px 12px !important;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}

#ez-toc-container {
  display: none !important;
}

header.main-header .navbar-menu .menu-level-1 > li > a:hover {
  background: rgba(11, 38, 92, 0.356);
  color: #fff !important;
  border-bottom: 1px solid #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .submenu,
header.main-header .navbar-menu .submenu-2 {
  position: absolute;
  top: 65px;
  right: 10px;
  width: 250px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.3);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.3);
  opacity: 0;
  z-index: -2;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .submenu ul,
header.main-header .navbar-menu .submenu-2 ul {
  padding: 0;
  margin: 0;
  border-radius: 8px;
}

header.main-header .navbar-menu .submenu ul li,
header.main-header .navbar-menu .submenu-2 ul li {
  display: block;
  position: relative;
}

header.main-header .navbar-menu ul ul a {
  font-size: 14px !important;
  padding: 12px !important;
}

header.main-header .navbar-menu .submenu ul li a,
header.main-header .navbar-menu .submenu-2 ul li a {
  color: black;
  color: #555770;
  padding: 15px 10px;
}

header.main-header .navbar-menu .submenu .submenu-item > a,
header.main-header .navbar-menu .submenu-2 .submenu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 12px;
  margin: 0;
  font-size: 14px;
}

header.main-header .navbar-menu .submenu .submenu-item > a::before,
header.main-header .navbar-menu .submenu-2 .submenu-item > a::before {
  font-family: "Material Icons";
  color: #fb335e;
  font-size: 18px;
  margin-top: -2px;
}

header.main-header .navbar-menu .submenu .submenu-item > a:hover,
header.main-header .navbar-menu .submenu-2 .submenu-item > a:hover {
  background: rgba(34, 79, 163, 0.274);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .submenu .submenu-2,
header.main-header .navbar-menu .submenu-2 .submenu-2 {
  position: absolute;
  z-index: -2;
  right: 250px;
  top: 0;
}

header.main-header .navbar-menu .mega-link-active {
  background: rgba(0, 21, 104, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu a:hover + .submenu,
header.main-header .navbar-menu .submenu:hover {
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .submenu-item a:hover + .submenu-2 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.main-header .navbar-menu .submenu-2:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

header.main-header .navbar-brand {
  float: right;
  margin-right: 0 !important;
}

header.main-header .active-link-dropdown {
  background: rgba(34, 79, 163, 0.274);
  border-bottom: 1px solid #fb335ed4 !important;
}

@media screen and (max-width: 1283px) {
  header.main-header .navbar-menu ul li a {
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 !important;
  }
}

@media screen and (min-width: 995px) and (max-width: 1182px) {
  header.main-header .sub-mega-wrapper li .sub-mega-img {
    height: 55px !important;
    width: 55px !important;
  }
  header.main-header .sub-mega-wrapper li .sub-mega-title * {
    font-size: 14px !important;
  }
  header.main-header .sub-mega-wrapper li .sub-mega-excerpt {
    display: none;
  }
  header.main-header .sub-mega-wrapper li .sub-mega-content {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 995px) {
  header.main-header #close_menu {
    display: none !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  header.main-header .navbar-menu-wrapper * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 995px) {
  header.main-header .socials-mobile {
    display: block !important;
    padding-bottom: 20px;
  }
  header.main-header .socials-mobile a {
    margin: 10px;
  }
  header.main-header .dropdown-link::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header.main-header
    .navbar-menu
    li:hover
    .submenu
    .submenu-item:first-child
    .sub-mega-wrapper,
  header.main-header .submenu-item:hover .sub-mega-wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  header.main-header .dropdown-submenu::after {
    display: none;
  }
  header.main-header .active-dropdown::after {
    color: #fb335e;
  }
  header.main-header .submenu_dropdown {
    position: relative !important;
    right: 0 !important;
    max-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 9 !important;
    top: 0 !important;
    overflow: hidden !important;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  header.main-header .submenu_dropdown .submenu-item {
    background: rgba(238, 238, 238, 0.644) !important;
  }
  header.main-header .submenu_dropdown .submenu-item a {
    padding-right: 30px !important;
  }
  header.main-header .submenu_dropdown .submenu-item a::before {
    content: "" !important;
  }
  header.main-header .submenu_dropdown a {
    display: block;
  }
  header.main-header .submenu_dropdown a::after {
    display: block;
  }
  header.main-header .dropdown-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.main-header .dropdown-link::before {
    display: none !important;
  }
  header.main-header .dropdown-link::after {
    display: block !important;
  }
  header.main-header .menu-visible {
    max-height: 2500px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  header.main-header .mega-link {
    font-size: 14px !important;
    font-weight: normal !important;
  }
  header.main-header .active-dropdown {
    border-bottom: 1px solid #fb335e !important;
  }
  header.main-header .active-dropdown::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .topheader-info {
    display: none;
  }
  header.main-header .navbar-brand {
    float: left !important;
    margin-left: 20px;
  }
  header.main-header #open_menu {
    display: block;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    text-align: right;
    padding: 15px 5px;
  }
  header.main-header .navbar-menu {
    margin-right: -100px;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: #3e508879;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  header.main-header .navbar-menu ul {
    visibility: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header.main-header .navbar-show {
    width: 100% !important;
    margin-right: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .navbar-show ul {
    width: 370px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 995px) and (max-width: 400px) {
  header.main-header .navbar-show ul {
    width: 100% !important;
  }
}

@media screen and (max-width: 995px) {
  header.main-header .navbar-show ul li {
    padding: 0;
  }
  header.main-header .navbar-show ul ul {
    width: 100% !important;
    max-width: 100% !important;
  }
  header.main-header .navbar-menu ul {
    padding-top: 40px;
    background-color: #fff;
    width: 0;
    height: 100vh;
    position: relative;
    display: block !important;
  }
  header.main-header .navbar-menu ul #close_menu {
    display: block !important;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 28px;
    color: #555770 !important;
    z-index: 12;
    cursor: pointer;
    padding: 7px;
  }
  header.main-header .navbar-menu ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
  }
  header.main-header .navbar-menu ul li a {
    color: #555770 !important;
    padding: 25px;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 700;
  }
  header.main-header .navbar-menu ul li .submenu {
    height: auto !important;
    border-radius: 0 !important;
  }
  header.main-header .navbar-menu ul li .submenu ul {
    height: auto;
  }
  header.main-header .navbar-menu ul li .submenu ul a {
    background: unset !important;
  }
  header.main-header .submenu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    right: 0 !important;
    padding: 0 !important;
    background: rgba(0, 21, 104, 0.1) !important;
  }
}

@media screen and (max-width: 767px) {
  header.main-header .topheader-links {
    display: none;
  }
  header.main-header .top-header {
    padding: 0;
  }
  header.main-header .navbar-brand {
    float: left !important;
    text-align: right;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  header.main-header #navbar_wrapper {
    overflow: auto;
  }
  header.main-header .header-sticky {
    position: relative !important;
  }
}

.object-cover {
  object-fit: cover;
  -o-object-fit: cover;
}

.first-content {
  background: url("../images/hero-sec.webp");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 60px 0px 80px 5px !important;
  -webkit-box-shadow: 0px 0px 4px rgba(19, 19, 19, 0.26);
  box-shadow: 0px 0px 4px rgba(19, 19, 19, 0.26);
}

@media screen and (max-width: 576px) {
  .first-content {
    background: url("../images/background.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 60px 0px 80px 5px !important;
    -webkit-box-shadow: 0px 0px 4px rgba(19, 19, 19, 0.26);
    box-shadow: 0px 0px 4px rgba(19, 19, 19, 0.26);
  }
}

.first-content .hero-content-wrapper {
  min-height: 400px;
}

.first-content .home-main-title {
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #fb335e;
  padding-right: 20px;
  font-size: 24px;
  line-height: 40px;
  max-width: 528px;
}

.first-content .fast-contact-inner .fast-contact-item {
  background: #fb335e;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
  border-radius: 0 4px 4px 0;
  height: 40px;
  overflow: hidden;
}

.first-content .fast-contact-inner .fast-contact-item a {
  color: #fff;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.first-content .fast-contact-inner .fast-contact-item a:hover {
  max-width: 300px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.first-content .fast-contact-inner .fast-contact-item a .fast-contact-text {
  max-width: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-size: 12px;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-right: 4px;
}

.first-content .fast-contact-inner .fast-contact-item:hover .fast-contact-text {
  display: block;
  opacity: 1;
  visibility: visible;
  max-width: 300px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.first-content .fast-contact-inner .fci1 {
  position: absolute;
  left: 0;
  top: 350px;
}

.first-content .fast-contact-inner .fci2 {
  position: absolute;
  left: 0;
  top: 400px;
}

.first-content .arrow-scroll {
  margin-top: 50px;
}

@media screen and (max-width: 1080px) {
  .first-content .home-main-title {
    font-size: 20px !important;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .first-content .arrow-scroll {
    display: none;
  }
  .first-content .home-main-title {
    font-size: 14px !important;
    margin-right: 20px;
  }
  .first-content .recommded-form-wrapper {
    margin-top: 30px;
    margin-bottom: -260px;
  }
  .first-content .fci1 {
    position: absolute;
    left: 0;
    top: 500px !important;
  }
  .first-content .fci2 {
    position: absolute;
    left: 0;
    top: 550px !important;
  }
}

.responsive-popup-show {
  opacity: 1 !important;
  z-index: 99 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend-im-way {
  background-color: #fff;
  padding: 16px 20px 10px !important;
  border-radius: 8px;
  width: 416px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend-im-way .recommend-way-title {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  font-weight: bold;
}

.recommend-im-way .recommend-way-title p {
  font-size: 20px;
}

.recommend-im-way .recommend-way-subtite {
  color: #212121;
  margin-bottom: 20px;
}

.recommend-im-way .recommend-way-subtite span {
  font-size: 14px;
}

.recommend-im-way .recommend-way-form input,
.recommend-im-way .recommend-way-form select {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #555770;
  color: #555770;
  border-radius: 4px;
  padding: 13px;
  font-size: 14px !important;
  font-family: "IRANSansX";
}

.recommend-im-way .recommend-way-form input::-webkit-input-placeholder,
.recommend-im-way .recommend-way-form select::-webkit-input-placeholder {
  color: #555770;
}

.recommend-im-way .recommend-way-form input:-ms-input-placeholder,
.recommend-im-way .recommend-way-form select:-ms-input-placeholder {
  color: #555770;
}

.recommend-im-way .recommend-way-form input::-ms-input-placeholder,
.recommend-im-way .recommend-way-form select::-ms-input-placeholder {
  color: #555770;
}

.recommend-im-way .recommend-way-form input::placeholder,
.recommend-im-way .recommend-way-form select::placeholder {
  color: #555770;
}

.recommend-im-way .recommend-way-form input:focus,
.recommend-im-way .recommend-way-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555770;
}

.recommend-im-way .recommend-way-form input[type="submit"] {
  border: 0;
  border-radius: 16px;
  color: #fff;
  padding: 12px;
  margin-bottom: 6px;
  background-color: #fb335e;
  transition: all 0.3s;
}

.recommend-im-way .recommend-way-form input[type="submit"]:hover {
  background-color: #d73155 !important;
  transition: all 0.3s;
  color: #fff;
}

.recommend-im-way .recommend-way-form input[type="submit"]:focus {
  background-color: #fb335e !important;
  color: #fff;
}

.recommend-im-way .recommend-way-form .select-selected {
  font-size: 14px !important;
  border-radius: 4px;
  padding: 13px;
}

.why-us {
  padding-top: 52px;
  padding-bottom: 52px;
  background: url("../images/world-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 60px;
  height: 700px;
  overflow-x: hidden;
  overflow-y: hidden
}

.why-us .container .row {
  max-width: 900px;
  margin: 0 auto;
}

.why-us .why-us-subtitle p {
  font-size: 16px;
  color: #212121;
  text-align: center;
  line-height: 32px;
}

.why-us .our-services {
  position: relative;
}

.why-us .our-services .world-circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.why-us .our-services .world-circle img {
  background-color: #fff;
  border-radius: 50%;
  width: 293px;
  height: 294px;
  -webkit-transition: all 0.3ss;
  transition: all 0.3ss;
  -webkit-animation: spin 35s linear infinite;
  -moz-animation: spin 35s linear infinite;
  outline-offset: 63px;
  outline: 1px solid #00156810;
  animation: spin 35s linear infinite;
}

.why-us .our-services .world-circle .pre-services {
  position: absolute;
  left: 0;
  right: 350px;
  width: 300px;
  top: 50px;
}

.gfield_select {
  appearance: none;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 10px 16px;
  background-size: 12px;
}

.why-us .our-services .world-circle .pre-services p::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fb335e;
  display: inline-block;
  outline: 2px solid #fb335e;
  outline-offset: 4px;
  margin-left: 15px;
}

.why-us .our-services .world-circle .pre-services p:nth-child(1)::before {
  margin-right: -15px;
}

.why-us .our-services .world-circle .pre-services p:nth-child(3)::before {
  margin-right: -15px;
}

.why-us .our-services .world-circle .after-services {
  position: absolute;
  left: 0;
  right: -358px;
  width: 300px;
  top: 50px;
  text-align: left;
  direction: ltr;
}

.why-us .our-services .world-circle .after-services p::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fb335e;
  display: inline-block;
  outline: 2px solid #fb335e;
  outline-offset: 4px;
  margin-right: 15px;
}

.why-us .our-services .world-circle .after-services p:nth-child(1)::before {
  margin-left: -15px;
}

.why-us .our-services .world-circle .after-services p:nth-child(3)::before {
  margin-left: -15px;
}

.why-us .our-services .world-circle .pre-services p,
.why-us .our-services .world-circle .after-services p {
  font-weight: 700;
  font-size: 20px;
  color: #555770;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .why-us .our-services .world-circle {
    right: -200px;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    top: 66px;
  }
  .why-us .our-services .world-circle img {
    height: unset !important;
    width: 300px !important;
  }
  .why-us .our-services .world-circle .pre-services {
    left: 0;
    right: 350px;
    width: 300px;
    top: -25px;
  }
  .why-us .our-services .world-circle .pre-services p:nth-child(1) {
    margin-right: -65px;
  }
  .why-us .our-services .world-circle .pre-services p:nth-child(2) {
    margin-right: -23px;
  }
  .why-us .our-services .world-circle .pre-services p:nth-child(3) {
    margin-right: 18px;
  }
  .why-us .our-services .world-circle .after-services {
    right: 350px;
    width: 300px;
    top: 165px;
    text-align: right;
    direction: rtl;
  }
  .why-us .our-services .world-circle .after-services p::before {
    margin-left: 15px !important;
    margin-right: unset;
  }
  .why-us .our-services .world-circle .after-services p:nth-child(1) {
    margin-right: 5px;
  }
  .why-us .our-services .world-circle .after-services p:nth-child(2) {
    margin-right: -12px;
  }
  .why-us .our-services .world-circle .after-services p:nth-child(3) {
    margin-right: -51px;
  }
  .why-us .our-services .world-circle .pre-services p,
  .why-us .our-services .world-circle .after-services p {
    font-size: 14px !important;
    margin-bottom: 40px;
  }
  .why-us .our-services .world-circle .why-us-subtitle p {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .why-us {
    height: 790px;
  }
}

@media screen and (max-width: 767px) {
  .why-us {
    height: 870px;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .why-us {
    height: 970px;
  }
}

.choose-visa {
  margin-top: 30px;
}

.choose-visa .container .row .visa-items-warpper {
  padding: 0;
}

.choose-visa .container .row .visa-items-warpper .visa-item {
  margin-bottom: 10px;
}

.choose-visa .container .row .visa-items-warpper .visa-item .choose-visa-box {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24),
    inset 0px -2px 0px #20337d;
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24),
    inset 0px -2px 0px #20337d;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: auto;
  max-height: 360px;
  min-height: 360px;
}

@media screen and (min-width: 990px) and (max-width: 1208px) {
  .choose-visa .container .row .visa-items-warpper .visa-item .choose-visa-box {
    max-height: 454px !important;
    min-height: 454px !important;
  }
}

@media screen and (min-width: 1209px) and (max-width: 1400px) {
  .choose-visa .container .row .visa-items-warpper .visa-item .choose-visa-box {
    max-height: 390px !important;
    min-height: 390px !important;
  }
}

@media screen and (max-width: 768px) {
  .choose-visa .container .row .visa-items-warpper .visa-item .choose-visa-box {
    min-height: auto !important;
  }
}

#service_popup_wrapper .visa-item {
  background-color: #fff;
  border: 1px solid #eff1fd;
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 16px;
  padding: 32px 8px;
  transition: all 0.3s;
}

#service_popup_wrapper .visa-item .visa-box-icon * {
  color: #fb335e;
  transition: all 0.3s;
}

#service_popup_wrapper .visa-item .visa-box-icon *::before {
  color: #fb335e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  background: #f2f2f5;
}

#service_popup_wrapper .visa-item:hover {
  background-color: #fb335e !important;
  transition: all 0.3s;
}

#service_popup_wrapper .visa-item .visa-box-title {
  margin-top: 16px;
}

#service_popup_wrapper .visa-item .visa-box-title * {
  font-size: 16px;
  color: #fb335e;
  transition: all 0.3s;
}

#service_popup_wrapper .visa-item:hover .visa-box-title * {
  color: #fff;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box
  .visa-box-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #555770;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .choose-visa
    .container
    .row
    .visa-items-warpper
    .visa-item
    .choose-visa-box
    .visa-box-title {
    margin-top: -15px;
    margin-right: -10px;
  }
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box
  .visa-box-icon {
  margin: 24px auto 30px;
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  background-color: #f2f2f5;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box
  .visa-box-icon
  i {
  font-size: 41px;
  padding-top: 9px;
  display: block;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box
  .visa-box-icon
  i::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .choose-visa
    .container
    .row
    .visa-items-warpper
    .visa-item
    .choose-visa-box
    .visa-box-icon {
    width: 64px;
    height: 64px;
  }
  .choose-visa
    .container
    .row
    .visa-items-warpper
    .visa-item
    .choose-visa-box
    .visa-box-icon
    i {
    font-size: 32px;
  }
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box
  .visa-box-text
  p {
  font-size: 16px;
  color: #555770;
  text-align: center;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box:hover {
  background-color: #fb335e;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0;
  box-shadow: none;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box:hover
  .visa-box-icon {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box:hover
  .visa-box-icon
  i::before {
  color: #fb335e !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box:hover
  .visa-box-title {
  color: #fafafc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.choose-visa
  .container
  .row
  .visa-items-warpper
  .visa-item
  .choose-visa-box:hover
  .visa-box-text
  p {
  color: #fafafc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1028px) {
  .choose-visa .visa-box-title h2 {
    font-size: 20px;
  }
  .choose-visa .visa-box-text h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .choose-visa .row {
    margin: 0;
  }
  .choose-visa .visa-item {
    padding: 5px;
  }
  .choose-visa .choose-visa-box {
    padding-bottom: 0 !important;
  }
  .choose-visa .visa-box-title {
    position: absolute;
    right: 112px;
    top: 56px;
  }
  .choose-visa .visa-box-title h2 {
    font-size: 14px;
  }
  .choose-visa .visa-box-icon {
    display: inline-block;
    margin: 0 !important;
  }
  .choose-visa .visa-box-text {
    margin-top: 20px;
  }
  .choose-visa .visa-box-text p {
    font-size: 14px !important;
    text-align: right !important;
  }
}



.webinar-row {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 76px 0;
  background: url("../images/webinar-banner-one.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: 16px;
}


.webinar-row .first-row span {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  display: block;
}

.webinar-row .second-row {
  margin-top: 30px;
}


.webinar-row .second-row a {
  color: #001568;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.webinar-row .second-row a:hover {
  color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1387px) {
  .webinar .row {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .webinar-row {
    padding: 20px 0;
  }
  .webinar-row .second-row {
    text-align: center;
  }
 
  .webinar-row .second-row a {
    color: #001568;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 35px;
    border-radius: 4px;
    margin: 20px auto;
    display: table;
  }
  .webinar-row .first-row {
    text-align: center;
  }
  .webinar-row .first-row span {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .webinar-row .first-row {
    text-align: center;
  }
  .webinar-row .first-row span {
    font-size: 18px !important;
  }
  .webinar-row .second-row {
    text-align: center;
  }
 
  .webinar-row .second-row a {
    font-size: 14px !important;
  }

  .webinar-row {
  background-position: center left;
}
}


.free-assessment {
  margin-top: 80px;
  padding: 76px 0;
  background: url("../images/assessment-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

@media screen and (max-width: 576px) {
  .free-assessment {
    margin-top: 40px;
  }
}

.free-assessment .first-row span:nth-child(1) {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}

.free-assessment .first-row span:nth-child(2) {
  color: #57eba1;
  font-weight: 700;
  font-size: 24px;
  margin-right: 4px;
}

.free-assessment .second-row {
  margin-top: 20px;
}

.free-assessment .second-row span {
  font-size: 24px;
  color: #fff;
}

.free-assessment .second-row a {
  color: #001568;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  border-radius: 4px;
  margin-right: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.free-assessment .second-row a:hover {
  color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1387px) {
  .free-assessment .row {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .free-assessment {
    padding: 20px 0;
  }
  .free-assessment .second-row {
    text-align: center;
  }
  .free-assessment .second-row span {
    font-size: 16px !important;
  }
  .free-assessment .second-row a {
    color: #001568;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 35px;
    border-radius: 4px;
    margin: 20px auto;
    display: table;
  }
  .free-assessment .first-row {
    text-align: center;
  }
  .free-assessment .first-row span {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .free-assessment .first-row {
    text-align: center;
  }
  .free-assessment .first-row span {
    font-size: 18px !important;
  }
  .free-assessment .second-row {
    text-align: center;
  }
  .free-assessment .second-row span {
    font-size: 12px !important;
  }
  .free-assessment .second-row a {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 446px) {
  .free-assessment .first-row span:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .free-assessment .second-row {
    margin-top: 5px;
  }
}

.recommmend {
  padding: 72px 0 0;
}

@media screen and (max-width: 576px) {
  .recommmend {
    padding: 40px 0;
  }
}

.recommmend .container .recommend-box-wrapper {
  padding: 12px;
}

.recommmend .container .recommend-box-wrapper .recommend-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  border-radius: 12px;
  padding: 28px 32px;
  position: relative;
}

.recommmend .container .recommend-box-wrapper .recommend-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.recommmend .container .recommend-box-wrapper .recommend-box-icon::before {
  content: "";
  background: #ebebf0;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 0;
  top: -9px;
  right: -4px;
}

.recommmend .splide__track {
  padding-top: 30px;
  padding-bottom: 12px;
}

.recommmend .splide__arrow--prev {
  left: -3rem !important;
}

.recommmend .splide__arrow--next {
  right: -3rem !important;
}

.recommmend .splide__arrow {
  background: none !important;
}

.recommmend .container .recommend-box-wrapper .recommend-box-icon img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}

.recommmend .splide__arrow svg {
  opacity: 0.6 !important;
}

.recommmend .container .recommend-box-wrapper .recommend-box-title {
  margin: 16px auto 0;
  color: #555770;
  text-align: center;
  font-weight: 700;
}

.recommmend .recommend-box {
  direction: rtl;
}

.recommmend
  .container
  .recommend-box-wrapper
  .recommend-box-title
  .material-icons {
  display: none;
}

.recommmend .container .recommend-box-wrapper .recommend-box-title * {
  font-size: 20px;
  font-weight: 700;
}

.recommmend .container .recommend-box-wrapper .recommend-box-text {
  color: #555770;
  text-align: center;
  font-size: 16px;
}

.recommmend
  .container
  .recommend-box-wrapper
  .full-remcommend-box
  .full-remcommend-inner {
  max-width: 857px;
  margin: 34px auto;
}

.recommmend
  .container
  .recommend-box-wrapper
  .full-remcommend-box
  .full-remcommend-inner
  .full-width-title {
  color: #001568;
  font-size: 28px;
  font-weight: 700;
}

.recommmend
  .container
  .recommend-box-wrapper
  .full-remcommend-box
  .full-remcommend-inner
  .full-width-text {
  font-size: 20px;
  color: #555770;
}

.recommmend .container .recommend-box-wrapper .full-remcommend-box a {
  padding: 12px 42px;
  background-color: #20337d;
  border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .recommmend .button-primary {
    padding: 15px 30px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .recommmend {
    cursor: pointer;
  }
  .recommmend .splide__arrow--prev {
    left: 1rem !important;
  }
  .recommmend .splide__arrow--next {
    right: 1rem !important;
  }
  .recommmend .recommend-box-title * {
    font-size: 14px !important;
    /* display: inline-block !important; */
  }
  /* .recommmend .recommend-box-title .material-icons {
    display: block;
    position: absolute;
    left: 21px;
    font-size: 20px !important;
    color: #8f90a6;
    top: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  } */
  /* .recommmend .recommend-box-text {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  } */
  .recommmend .recommend-box-text p {
    font-size: 14px;
    text-align: right;
  }
  .recommmend .full-remcommend-box {
    padding: 5px;
  }
  .recommmend .full-remcommend-box .full-remcommend-inner {
    margin: 10px auto !important;
  }
  .recommmend .full-remcommend-box .full-width-title {
    font-size: 18px !important;
  }
  .recommmend .full-remcommend-box .full-width-text {
    font-size: 14px !important;
  }
  .recommmend .full-remcommend-box .button-primary {
    display: table;
    margin: 10px auto;
  }
}

.recommend-box-visible .recommend-box-text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 200px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend-box-visible .material-icons {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.podcast {
  padding-top: 72px;
}

.podcast-archive-title {
  font-size: 24px;
  color: #555770 !important;
  font-weight: 700;
}

.podcast .row {
  margin-right: 0;
  margin-left: 0;
}

.shortcode-podcast-item {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
  box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
}

.podcast .podcast-item-wrapper {
  padding: 10px 12px;
}

.podcast .podcast-item-wrapper .podcast-item {
  background: #fff;
  border-radius: 16px;
  padding: 6px 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
  box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
  border-radius: 16px;
  margin-bottom: 7px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.podcast .podcast-item-wrapper .podcast-item .mejs__time,
.podcast .podcast-item-wrapper .podcast-item .mejs-appended-buttons,
.podcast .podcast-item-wrapper .podcast-item .mejs__time-rail {
  display: none;
}

.podcast .podcast-item-wrapper .podcast-item .mejs__container {
  height: 0 !important;
  margin: 0 !important;
}

.podcast .podcast-item-wrapper .podcast-item .mejs-prepended-buttons {
  position: absolute;
  left: 4px;
  top: -13px;
}

.podcast
  .podcast-item-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__button
  button {
  padding: 20px;
  margin: 0;
  background: #fff;
  border: 0.5px solid rgba(0, 21, 104, 0.1);
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(143, 144, 166, 0.2));
  filter: drop-shadow(0px 8px 16px rgba(143, 144, 166, 0.2));
  -webkit-box-shadow: 0 5px 5px 5px #eee;
  box-shadow: 0 5px 5px 5px #eee;
}

.podcast
  .podcast-item-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__button
  button:focus {
  outline: none;
}

.podcast
  .podcast-item-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__button
  button:hover {
  outline: none;
}

.podcast .podcast-item-wrapper .podcast-item-img {
  float: right;
}

.podcast .podcast-item-wrapper .podcast-item-img figure {
  margin-left: 16px;
  margin-bottom: 0;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.16);
  box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.16);
  border-radius: 16px;
}

.podcast .podcast-item-wrapper .podcast-item-img figure img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.podcast .podcast-item-wrapper .podcast-item-content {
  display: inline-block;
  width: calc(100% - 125px);
}

.podcast .podcast-item-wrapper .podcast-item-content .pc-title {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.8em;
  line-height: 2.1em;
}

.podcast .podcast-item-wrapper .podcast-item-content .pc-footer {
  color: #8f90a6;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podcast .podcast-item-wrapper .podcast-item-content .pc-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.podcast
  .podcast-item-wrapper
  .podcast-item-content
  .pc-footer
  div:first-child {
  margin-left: 10px;
}

.podcast .podcast-item-wrapper .podcast-item-content .pc-footer i {
  font-size: 16px;
  margin-left: 3px;
}

.podcast .podcast-item-wrapper .podcast-item-btn {
  float: left;
  margin-top: 5px;
}

.podcast .podcast-item-wrapper .podcast-item-btn button {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  background: #fff;
  border: 0.5px solid rgba(0, 21, 104, 0.1);
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(143, 144, 166, 0.2));
  filter: drop-shadow(0px 8px 16px rgba(143, 144, 166, 0.2));
  -webkit-box-shadow: 0 5px 5px 5px #eee;
  box-shadow: 0 5px 5px 5px #eee;
}

.podcast .podcast-item-wrapper .podcast-item-btn button i {
  font-size: 30px;
  color: #001568;
}

@media screen and (max-width: 767px) {
  .podcast .podcast-item-wrapper {
    margin: 0;
    padding: 0;
    display: none;
  }
  .podcast .podcast-item-wrapper:nth-child(1),
  .podcast .podcast-item-wrapper:nth-child(2),
  .podcast .podcast-item-wrapper:nth-child(3),
  .podcast .podcast-item-wrapper:nth-child(4) {
    display: block;
  }
  .podcast .podcast-item-wrapper .podcast-item {
    margin-bottom: 12px;
  }
}

.certificates {
  margin: 72px 0;
  direction: ltr;
}

@media screen and (max-width: 576px) {
  .certificates {
    margin: 35px 0 20px;
  }
}

certificate-carousel {
  padding: 0 !important;
}

.certificates .certificate-carousel .certificate-item-inner img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.successful-project {
  margin-top: 80px;
}

@media screen and (max-width: 576px) {
  .successful-project {
    margin-top: 40px;
  }
}

.successful-project .container .row {
  border-radius: 10px;
}

.successful-project .container .row .video-successful {
  min-height: 350px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px 0 0 16px;
}

.successful-project .container .row .video-successful button {
  background-color: #fff9;
  border-radius: 50%;
  padding: 5px;
  border: 0;
  line-height: 9px;
}

.successful-project .container .row .video-successful button i {
  color: #fb335e;
  font-size: 40px;
}

.successful-project .container .row .successful-details {
  min-height: 350px;
  border-radius: 0 16px 16px 0;
  -webkit-filter: drop-shadow(0px 16px 24px rgba(218, 218, 218, 0.24));
  filter: drop-shadow(0px 16px 24px rgba(218, 218, 218, 0.24));
}

.successful-project .container .row .successful-details .successful-title {
  color: #555770;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.successful-project .container .row .successful-details .successful-title P {
  font-size: 28px;
  margin-bottom: 0;
}

.successful-project .container .row .successful-details .progress-successsful {
  width: 100%;
  text-align: center;
  height: 180px;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item {
  margin-top: -30px;
  position: relative;
}

.progress-item:first-child span {
  color: #fb335e !important;
}

.progress-item:first-child .progress-circle-prog {
  stroke: #fb335e !important;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item-footer {
  margin-top: 140px;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item-footer
  span {
  font-size: 14px;
  font-weight: bold;
  color: #8f90a6;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -32%);
  transform: translate(-50%, -32%);
  margin: 0 auto;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner
  .progress-circle {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -40px;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner
  .progress-circle-back {
  fill: none;
  stroke: #d2d2d2;
  stroke-width: 5px;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner
  .progress-circle-prog {
  fill: none;
  stroke: #001568;
  stroke-width: 5px;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0px;
  -webkit-transition: stroke-dasharray 2s linear 0s;
  transition: stroke-dasharray 2s linear 0s;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner
  .progress-text {
  width: 100%;
  position: absolute;
  top: 27%;
  left: 50%;
  text-align: center;
  font-size: 2em;
  -webkit-transform: translate(-50%, -99%);
  transform: translate(-50%, -99%);
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-item
  .progress-inner
  .progress-text
  span {
  font-size: 16px;
  font-weight: bold;
  color: #28293d;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-secondary
  .progress-circle-prog {
  stroke: #fb335e !important;
}

.successful-project
  .container
  .row
  .successful-details
  .progress-successsful
  .progress-secondary
  .progress-item-footer
  span {
  color: #fb335e !important;
}

.successful-project .successful-visible {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .successful-project .row {
    border-radius: 16px;
    padding: 10px;
    background-color: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-box-shadow: 0px 4px 4px rgba(218, 218, 218, 0.25);
    box-shadow: 0px 4px 4px rgba(218, 218, 218, 0.25);
    margin: 0 !important;
  }
  .successful-project .video-successful {
    border-radius: 8px !important;
    overflow: hidden;
  }
  .successful-project .successful-details {
    -webkit-filter: unset !important;
    filter: unset !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
  }
  .successful-project .progress-successsful {
    margin: 0;
  }
  .successful-project .progress-successsful .progress-item {
    margin-top: -60px !important;
    padding: 0 !important;
  }
  .successful-project .successful-details {
    min-height: 200px !important;
    padding-bottom: 0 !important;
  }
  .successful-project .progress-item-footer {
    margin-top: 165px !important;
  }
  .successful-project .progress-item-footer span {
    font-size: 12px !important;
  }
  .successful-project .successful-title p {
    font-size: 14px !important;
  }
  .successful-project .video-successful {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 767px) {
  .successful-project .successful-project .modal-dialog {
    max-width: 700px !important;
  }
  .successful-project .successful-project .modal-content {
    direction: ltr;
    padding: 10px;
    padding-top: 5px;
  }
  .successful-project .successful-project button {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 576px) {
  .successful-project .successful-details {
    display: block !important;
  }
}

/* .splide__list {
  direction: rtl;
} */

.latest-news {
  margin: 80px 0;
}

@media screen and (max-width: 576px) {
  .latest-news {
    margin: 40px 0;
  }
}

#comments .sgr-infotext {
  display: none !important;
}

.latest-news .container .home-section-title {
  margin-bottom: 40px;
}

.home-section-title {
  direction: rtl;
}

.latest-news .container .row .latest-item-wrapper {
  margin-bottom: 8px;
}

.latest-news .container .row .latest-item-wrapper .latest-news-item {
  border-bottom: 2px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-img {
  overflow: hidden;
  height: 165px;
  margin-bottom: 7px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-img
  img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-time {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #001568;
  border-bottom-left-radius: 50px;
  padding: 8px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 85px;
  line-height: 22px;
  font-size: 13px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-time
  span {
  font-size: 12px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content {
  padding: 0 12px 12px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item
  a {
  line-height: 0;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #001568;
  position: absolute;
  left: 10px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item
  span {
  font-size: 10px;
  color: #555770;
  margin-right: 4px;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item
  i {
  font-size: 16px;
  color: #8f90a6;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-meta
  .meta-item:last-child::after {
  display: none;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-title
  * {
  color: #28293d;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  position: relative;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 1.4em;
  line-height: 1.4em;
}

.article-header-author {
  overflow: hidden !important;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-excerpt
  p {
  color: #555770;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item
  .latest-news-content
  .latest-news-excerpt
  p:nth-child(2) {
  position: relative;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 4.2em;
  line-height: 1.4em;
}

.latest-news .container .row .latest-item-wrapper .latest-news-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-bottom: 2px solid #fb335e;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item:hover
  .latest-news-excerpt
  p {
  color: #048ac3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item:hover
  .latest-news-time {
  background-color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news
  .container
  .row
  .latest-item-wrapper
  .latest-news-item:hover
  .latest-news-img
  img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .latest-news .latest-item-wrapper:last-child {
    display: none;
  }
  .latest-news .home-section-title {
    margin-bottom: 20px !important;
  }
  .latest-news .latest-news-img {
    width: 112px;
    height: 105px !important;
    border-radius: 0;
    float: right;
    margin-left: 10px;
    margin-bottom: 0 !important;
  }
  .latest-news .latest-news-img figure,
  .latest-news .latest-news-img img {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
  }
  .latest-news .latest-news-time {
    line-height: 15px;
  }
  .latest-news .latest-news-time span {
    font-size: 10px !important;
    line-height: 15px;
  }
  .latest-news .latest-news-content {
    padding: 12px 0 0 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .latest-news .latest-news-excerpt {
    display: none;
  }
  .latest-news .latest-news-meta .meta-item:last-child {
    display: none !important;
  }
  .latest-news .latest-news-meta .meta-item::after {
    display: none !important;
  }
}

footer.main-footer {
  position: relative;
  padding-top: 72px;
  margin-top: 80px;
  z-index: 0 !important;
}

footer.main-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #20337d;
  z-index: -2;
}

footer.main-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(
    251.24deg,
    #fb335e 0.58%,
    #001568 44.89%,
    #001568 82.87%,
    #0b0b0b 101.86%
  );
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: -1;
}

footer.main-footer .footer-logo {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer.main-footer .container .row .footer-column {
  margin-bottom: 30px;
}

footer.main-footer .container .row .footer-column .column-footer-title {
  color: #fefefe;
  margin-bottom: 20px;
}

footer.main-footer .container .row .footer-column .column-footer-title p {
  font-weight: 700;
  font-size: 14px;
}

footer.main-footer .container .row .footer-column .column-footer-title::after {
  content: "";
  height: 2px;
  width: 29px;
  background: #fb335e;
  display: block;
  margin-top: -10px;
  border-radius: 7px;
}

footer.main-footer .container .row .footer-column i {
  color: #fb335e;
  margin-left: 4px;
  font-size: 20px;
}

footer.main-footer .container .row .footer-column p {
  color: #fefefe;
  font-size: 14px;
}

footer.main-footer .container .row .footer-column .footer-contact-item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.main-footer .container .row .footer-column .footer-contact-item hr {
  width: 100%;
  background: #eee5;
}

footer.main-footer
  .container
  .row
  .footer-column
  .footer-contact-item:nth-child(even) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px !important;
}

footer.main-footer .container .row .footer-column ul {
  padding: 0;
  margin: 0;
}

footer.main-footer .container .row .footer-column ul li {
  list-style: none;
}

footer.main-footer .container .row .footer-column ul li a {
  font-size: 14px;
  color: #fefefe;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 6px 0;
  display: block;
  transition: all 0.3s;
}

footer.main-footer .container .row .footer-column ul li a:hover {
  transition: all 0.3s;
  color: #fb335e;
}

footer.main-footer .container .row .insta-api {
  background-color: #001568;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

footer.main-footer .container .row .insta-api .insta-api-inner {
  max-width: 850px;
  margin: 0 auto;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .column-footer-title {
  padding: 29px 0;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .column-footer-title
  p {
  font-size: 16px;
  font-weight: 400;
}

footer.main-footer .container .row .insta-api .insta-api-inner .follow-insta {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 25px;
  font-size: 14px;
  display: -ms-flexbox;
  display: table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: flex;
  width: 165px;
  padding: 6px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .column-footer-title {
  margin-bottom: 0 !important;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .follow-insta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

footer.main-footer .container .row .insta-api .insta-api-inner .follow-insta i {
  color: #fff;
}

@media screen and (min-width: 991px) {
  footer.main-footer
    .container
    .row
    .insta-api
    .insta-api-inner
    .insta-carousel
    .splide__arrow {
    display: none;
  }
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__arrow {
  background: transparent !important;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__arrow
  svg {
  fill: #fff;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__list
  .insta-item
  ~ .insta-item {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  footer.main-footer
    .container
    .row
    .insta-api
    .insta-api-inner
    .insta-carousel
    .splide__list
    .insta-item
    ~ .insta-item {
    margin-right: 16px;
  }
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__list
  .insta-item {
  max-height: 150px;
}

footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__list
  .insta-item
  figure,
footer.main-footer
  .container
  .row
  .insta-api
  .insta-api-inner
  .insta-carousel
  .splide__list
  .insta-item
  img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  footer.main-footer
    .container
    .row
    .insta-api
    .insta-api-inner
    .insta-carousel
    .splide__list
    .insta-item {
    width: 135px;
    height: 135px;
  }
}

footer.main-footer .footer-socials {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
}

footer.main-footer .footer-socials .footer-social-title {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 0px;
  padding-left: 20px;
}

footer.main-footer .footer-socials .footer-social-title p {
  width: 350px;
  margin-top: 80px;
  margin-right: 20px;
  color: #fefefe;
}

footer.main-footer .footer-socials i {
  color: #e5e5e5;
  font-size: 28px;
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  footer.main-footer {
    padding-bottom: 40px;
  }
  footer.main-footer .insta-carousel .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer.main-footer .insta-api {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  footer.main-footer .footer-column-wrapper .footer-column:nth-child(1) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  footer.main-footer .footer-column-wrapper .footer-column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  footer.main-footer .footer-column-wrapper .footer-column:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  footer.main-footer .footer-column-wrapper .footer-column:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  footer.main-footer .footer-column-wrapper .cll {
    display: none;
  }
  footer.main-footer .footer-column-wrapper .clr {
    width: 100%;
  }
  /* footer.main-footer .footer-socials {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    width: unset;
    height: unset;
    text-align: center;
  }

  footer.main-footer .footer-socials .social-icons {
    position: relative;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.main-footer .footer-socials .social-icons a {
    margin: 5px 10px;
  }

  footer.main-footer .footer-socials .social-icons::before {
    display: none;
  }

  footer.main-footer .footer-socials .footer-social-title {
    -webkit-transform: unset;
    transform: unset;
    height: auto;
    padding: 10px 0;
  }

  footer.main-footer .footer-socials .footer-social-title p {
    margin: 0 !important;
    display: inline;
  } */
  footer.main-footer .insta-carousel::after {
    background: linear-gradient(
      359.76deg,
      rgba(1, 16, 74, 0.466),
      transparent,
      transparent
    );
    width: 140px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 576px) {
  footer.main-footer {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 576px) {
  .responsive-popup {
    z-index: -10;
  }
}

.responsive-popup {
  background: #0009;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -20;
  width: 100%;
  height: 100%;
  z-index: -99;
}

.responsive-popup * {
  z-index: 99999999;
}

.responsive-popup-inner {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
  width: 450px !important;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  z-index: 9999;
}

@media screen and (max-width: 480px) {
  .responsive-popup-inner {
    width: 92% !important;
  }
}

.responsive-popup-inner .recommend-im-way {
  padding: 0 !important;
}

.responsive-popup-inner #responseve_popup_close {
  text-align: left;
  width: auto;
  float: left;
  cursor: pointer;
}

.responsive-popup-inner #responseve_popup_close span {
  color: #8f90a6;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.social-icons {
  position: absolute;
  top: 340px;
  left: 20px;
}

.social-icons::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: rgba(238, 238, 238, 0.199);
  float: left;
  margin-left: 22px;
  margin-bottom: 10px;
}

.social-icons a {
  margin-bottom: 10px;
  margin-left: 9px;
  display: block;
}

.social-icons a img {
  width: 26px;
  height: 26px;
}

.responsive-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  display: none;
}

.responsive-menu svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.responsive-menu .responsive-menu-wrapper {
  margin-bottom: 6px;
}

.responsive-menu .menu-part {
  width: 85%;
  margin-right: 15%;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 70px;
}

.responsive-menu .menu-part:last-child {
  float: left;
}

.responsive-menu .menu-part .menu-item {
  width: 31%;
  display: inline-block;
  text-align: center;
}

.responsive-menu .menu-part .menu-item .responsive_item {
  display: block;
  padding: 5px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  color: #8c8d94;
}

.responsive-menu .menu-part .menu-item .responsive_item span {
  display: block;
}

.responsive-menu .chat-icon {
  background: linear-gradient(225deg, #1a2d79 34.84%, #6d2f6f 100.42%);
  border-radius: 16px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(101%);
  position: absolute;
  right: 20% !important;
  width: 50px;
  height: 50px;
  top: -1px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 5px;
}

.responsive-menu .chat-icon .chat-icon-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive-menu .chat-icon .chat-icon-inner a {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .responsive-menu {
    /* display: block !important; */
  }
  .responsive-menu .chat-icon {
    top: 12px !important;
    right: 10%;
  }
}

.select-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.select-wrapper select {
  display: none;
  /*hide original SELECT element:*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 7px;
  content: "\e313";
  font-family: "Material Icons";
  -webkit-transition: all 0.3;
  transition: all 0.3;
  font-size: 18px;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  content: "\e313";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3;
  transition: all 0.3;
  font-size: 18px;
  font-family: "Material Icons";
}

/*style the items (options), including the selected item:*/

.select-items div {
  color: #555770;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-items {
  border: 1px solid #555770;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-items div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-items div:hover {
  background: #e5e5e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-selected {
  color: #555770;
  padding: 8px 16px;
  min-height: 40px;
  border: 1px solid transparent;
  border-color: #555770;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*style items (options):*/

.select-items {
  position: absolute;
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
  background-color: #fefefe;
  top: 104%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #eee;
  box-shadow: 0 0 12px #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-header .top-header {
  background-color: #fff !important;
}

.page-header .top-header .topheader-info * {
  color: #001568 !important;
}

.page-header .top-header .topheader-links .button-primary {
  background-color: #20337d;
  border: 1px solid #20337d;
}

.page-header .top-header .topheader-links .outlined-btn {
  border: 1px solid #20337d !important;
  color: #20337d !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.breadcrumb {
  margin-bottom: 1rem !important;
}

.breadcrumb li::after {
  display: none !important;
}

.breadcrumb ul {
  margin: 0;
  padding: 0 10px;
}

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

.custom-html-widget img {
  max-height: 100px;
  width: auto;
  height: auto;
}

.breadcrumb ul li {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li a {
  font-size: 12px;
  color: #555770;
  font-weight: bold;
}

.breadcrumb ul li ~ li::before {
  content: "\e5de";
  display: inline-block;
  font-family: "material icons";
  color: #8f90a6;
  margin: 0 2px;
  float: right;
}

.breadcrumb ul li:last-child a {
  color: #28293d;
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb span {
  font-size: 13px;
}

.page-content-wrapper .sidebar-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px 2px 0px #fb335e, inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px 2px 0px #fb335e,
    inset 0px -2px 0px #fb335e;
  border-radius: 16px;
  padding: 26px 0;
  position: sticky;
  top: 78px;
}

.page-content-wrapper .sidebar-wrapper #filter_backward {
  cursor: pointer;
  margin: 8px 0 4px 8px;
}

.page-content-wrapper .sidebar-wrapper .table-content-widget {
  margin-bottom: 22px;
}

.page-content-wrapper
  .sidebar-wrapper
  .table-content-widget
  .table-cotent-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafc;
  padding: 15px 12px;
  position: relative;
}

.page-content-wrapper
  .sidebar-wrapper
  .table-content-widget
  .table-cotent-header
  .table-contet-flag {
  float: right;
}

.page-content-wrapper
  .sidebar-wrapper
  .table-content-widget
  .table-cotent-header
  .table-contet-flag
  img {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: 5px;
}

.table-content-widget .table-cotent-header .table-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.table-content-widget .table-cotent-header .table-content-title p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #28293d;
  line-height: 20px;
}

.table-content-widget .table-cotent-header .table-content-title p::after {
  content: "\e5c5";
  display: inline;
  font-family: "Material icons";
  position: absolute;
  left: 8px;
  top: 0;
  color: #8f90a6;
}

.table-content-widget .table-cotent-body a {
  font-size: 14px;
  color: #555770 !important;
  padding: 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  text-decoration: none !important;
}

.table-content-widget .table-cotent-body a button {
  font-size: 14px !important;
  text-decoration: none !important;
  color: #555770 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* align-items: start; */
  text-align: right !important;
  position: relative !important;
  -webkit-transition: all 0.3 !important;
  transition: all 0.3 !important;
}

.table-content-widget .table-cotent-body a strong {
  font-weight: normal !important;
}

.table-content-widget .table-cotent-body a::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #eee;
  float: right;
  height: 80%;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.table-content-widget .table-cotent-body a:hover {
  background-color: rgba(251, 51, 94, 0.05);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.table-content-widget .table-cotent-body a:hover::before {
  background-color: #fb335e;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.table-content-widget .table-cotent-body a.active {
  background-color: rgba(251, 51, 94, 0.05);
  -webkit-transition: all 0.3;
  transition: all 0.3;
  text-decoration: none !important;
}

.table-content-widget .table-cotent-body a.active::before {
  background-color: #fb335e;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.page-content-wrapper .sidebar-wrapper .sidebar-filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafc;
  padding: 15px 12px;
  position: relative;
}

.page-content-wrapper .sidebar-wrapper .sidebar-filter-header p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #28293d;
  line-height: 20px;
}

.page-content-wrapper .sidebar-wrapper .sidebar-filter-header p::after {
  content: "\e5c5";
  display: inline;
  font-family: "Material icons";
  position: absolute;
  left: 8px;
  top: 14px;
  color: #8f90a6;
}

.page-content-wrapper .sidebar-wrapper .sidebar-filter-body {
  padding: 15px 0px 50px 12px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label {
  cursor: pointer;
  color: #8f90a6;
  font-size: 14px;
  padding: 5px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label
  input {
  visibility: hidden;
  margin-left: 6px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label
  input::before {
  content: "\e876";
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "material icons";
  visibility: visible;
  width: 18px;
  height: 17px;
  border-radius: 4px;
  border: 2px solid #8f90a6;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 13px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label
  input:checked:before {
  cursor: pointer;
  color: #f2f2f5;
  background: #fb335e;
  border: 2px solid #fb335e;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label
  input:hover::before {
  color: #fb335e;
  background: #fb335e;
  border: 2px solid #fb335e;
  outline: 5px solid #fb335e25;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-country
  label
  input:checked:hover:before {
  color: #fff;
}

.page-content-wrapper .sidebar-wrapper .sidebar-filter-body .filter-item label,
.page-content-wrapper .sidebar-wrapper .sidebar-filter-body .filter-item a {
  color: #555770;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  display: block;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-item
  label
  input {
  visibility: hidden;
  margin-left: 6px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-item
  label
  input::before {
  content: "\e876";
  color: #fff;
  display: inline-block;
  font-family: "material icons";
  visibility: visible;
  width: 18px;
  height: 17px;
  border-radius: 4px;
  border: 2px solid #8f90a6;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 13px;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-item
  label
  input:checked:before {
  color: #f2f2f5;
  background: #fb335e;
  cursor: pointer;
  border: 2px solid #fb335e;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-item
  label
  input:hover::before {
  color: #fb335e;
  background: #fb335e;
  border: 2px solid #fb335e;
  outline: 5px solid #fb335e25;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-filter-body
  .filter-item
  label
  input:checked:hover:before {
  color: #fff;
}

/* .page-content-wrapper .sidebar-wrapper .sidebar-form{
  position: sticky;
  top: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px 2px 0px #29337a, inset 0px -2px 0px #29337a;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px 2px 0px #29337a, inset 0px -2px 0px #29337a;
} */

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafc;
  padding: 15px 12px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-header-icon {
  margin-left: 5px;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-header-icon i {
  color: #8f90a6;
  font-size: 16px;
  padding-top: 4px;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-header-title p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #28293d;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body {
  padding: 20px;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body input {
  position: relative;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body input,
.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body select {
  border: 1px solid #c7c9d9;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  font-size: 14px;
  color: #868790;
}

.page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body select {
  color: #7a7a81 !important;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-body
  input[type="submit"] {
  background-color: #fb335e;
  padding: 10px 16px !important;
  border-color: #fb335e;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  background: conte;
  border: 0 !important;
}

.filter-ajax {
  width: 100%;
  overflow: auto;
  margin-bottom: 14px;
  margin-top: -37px;
  display: flex;
  margin-right: -10px;
}

@media screen and (max-width: 991px) {
  .filter-ajax {
    margin-top: -8px;
  }
}

.filter-ajax > div {
  float: left;
}

.filter-ajax span {
  color: #555770;
  transition: all 0.3s;
  margin: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}

.filter-ajax span:hover {
  color: #fb335e;
  transition: all 0.3s;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-body
  input[type="submit"]::before {
  content: "\e0b0";
  font-family: "material icons";
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 10;
}

/* .page-content-wrapper .sidebar-wrapper .sidebar-form .sidebar-form-body .gform_footer::before {
  content: "\e0be";
  font-family: "material icons";
  font-size: 18px;
  color: #c7c9d9;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 10;
} */

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-body
  .eamil-wrapper
  input {
  padding-right: 32px;
  text-align: left;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-body
  .mobile-wrapper::before {
  content: "\e200";
  font-family: "material icons";
  font-size: 18px;
  color: #c7c9d9;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 10;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-body
  .mobile-wrapper
  input {
  padding-right: 32px;
  text-align: left;
}

.page-content-wrapper
  .sidebar-wrapper
  .sidebar-form
  .sidebar-form-blog
  input[type="submit"] {
  background: #20337d !important;
  font-weight: 400 !important;
}

.page-content-wrapper .blog-sidebar {
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px 2px 0px #29337a, inset 0px -2px 0px #29337a;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px 2px 0px #29337a,
    inset 0px -2px 0px #29337a;
}

.page-content-wrapper figure {
  max-width: 100%;
}

.page-content-wrapper img {
  max-width: 100%;
  border-radius: 16px;
  margin: 20px auto;
  display: block;
  height: auto;
}

.page-content-wrapper img.alignnone {
  margin: 0 auto !important;
}

.page-content-wrapper h1,
.page-content-wrapper h2,
.page-content-wrapper h3,
.page-content-wrapper h4,
.page-content-wrapper h5,
.page-content-wrapper h6 {
  color: #212121;
  line-height: 32px;
  font-weight: 700 !important;
}

.page-content-wrapper h1,
.article-header h1 {
  line-height: 200% !important;
}

.page-content-wrapper p {
  color: #212121;
  line-height: 32px;
}

.page-content-wrapper p {
  text-align: justify;
}

ul.custom-list-style li .page-content-wrapper .highlight {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  border-radius: 16px;
  padding: 54px 61px;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  color: #555770;
  line-height: 28px;
}

.page-content-wrapper .highlight * {
  z-index: 2;
}

.page-content-wrapper .highlight img {
  float: right;
  max-width: 70px;
}

.page-content-wrapper .highlight::before {
  content: url("../images/bg-highlight.svg");
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  direction: ltr;
  z-index: 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page-content-wrapper .highlight {
    padding: 29px 11px;
    font-size: 14px;
    text-align: center;
  }
}

.tablepress {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tablepress tr {
  text-align: center;
  border: 0;
}

.tablepress thead tr {
  border: 0;
}

.tablepress thead tr th {
  background-color: #20337d;
  color: #fff;
  font-weight: normal;
  padding: 15px 4px;
  text-align: center;
}

.tablepress tbody {
  border-bottom: 2px solid #20337d;
}

.tablepress tbody tr td {
  padding: 15px 4px;
  border-bottom: 0;
  text-align: center;
}

.tablepress tbody tr td ~ td {
  border-right: 1px solid #b8b8b83d;
}

.tablepress tbody tr:nth-child(odd) {
  background-color: #fafafc;
}

.tablepress tbody tr:nth-child(even) {
  background-color: #f2f2f5;
}

#accordion {
  margin: 0 0 40px 0;
}

#accordion .card {
  margin-top: 12px;
  border: 0 !important;
  background-color: unset !important;
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
}

#accordion .card button,
#accordion .card button:focus {
  outline: none !important;
}

#accordion .card .card-header {
  position: relative;
  padding: 12px !important;
  background: #fff;
  color: #555770;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
}

#accordion .card .card-header * {
  font-size: 16px;
  margin-bottom: 0;
}

#accordion .card .card-header::after {
  content: "\e5cf";
  font-family: "material icons";
  display: inline-block;
  color: #555770;
  font-size: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.3s;
}

#accordion .card .card-header button {
  text-decoration: none;
  color: #28293d;
  line-height: 32px;
  padding-bottom: 0;
  text-align: right;
}

#accordion .card .card-body {
  text-align: right;
}

#accordion .collapse {
  padding: 0;
  background: #fafafc;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion .collapse .card-body {
  padding: 24px 16px;
  background: #fafafc !important;
  margin-bottom: 10px;
}

#accordion .collapse .card-body ul{
    padding: 0 1.6rem;
}

#accordion .collapse .card-body p {
  color: #212121;
}

ol li {
  line-height: 200%;
}

#accordion .active .collapse {
  max-height: 50000px !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#accordion .card-header br {
  display: none;
}

.collapse:not(.show) {
  display: unset !important;
}

#accordion .show {
  display: unset !important;
}

#accordion .active .card-header::after {
  color: #fb335e;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media screen and (max-width: 767px) {
  #accordion .card-header * {
    font-size: 14px;
  }
  #accordion #collapse * {
    font-size: 14px;
  }
}

/* accordion1 */
#accordion1 {
  margin: 0 0 40px 0;
}

#accordion1 .card {
  margin-top: 12px;
  border: 0 !important;
  background-color: unset !important;
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
}

#accordion1 .card button,
#accordion1 .card button:focus {
  outline: none !important;
}

#accordion1 .card .card-header {
  position: relative;
  padding: 12px !important;
  background: #fff;
  color: #555770;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
}

#accordion1 .card .card-header * {
  font-size: 16px;
  margin-bottom: 0;
}

#accordion1 .card .card-header::after {
  content: "\e5cf";
  font-family: "material icons";
  display: inline-block;
  color: #8f90a6;
  font-size: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.3s;
}

#accordion1 .card .card-header button {
  text-decoration: none;
  color: #28293d;
  line-height: 32px;
  padding-bottom: 0;
  text-align: right;
}

#accordion1 .card .card-body {
  text-align: right;
}

#accordion1 .collapse {
  padding: 0;
  background: #fafafc;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion1 .collapse .card-body {
  padding: 24px;
  background: #fafafc !important;
  margin-bottom: 10px;
}

#accordion1 .collapse .card-body p {
  color: #212121;
}

ol li {
  line-height: 200%;
}

#accordion1 .active .collapse {
  max-height: 50000px !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#accordion1 .card-header br {
  display: none;
}

.collapse:not(.show) {
  display: unset !important;
}

#accordion1 .show {
  display: unset !important;
}

#accordion1 .active .card-header::after {
  color: #fb335e;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media screen and (max-width: 767px) {
  #accordion1 .card-header * {
    font-size: 14px;
  }

  #accordion1 #collapse * {
    font-size: 14px;
  }
}
/* accordion1 */

.vector-404 {
  max-width: 462px !important;
  margin: 10px auto !important;
}

@media screen and (max-width: 767px) {
  .title-404 * {
    font-size: 20px !important;
  }
}

.assessment-subtitle p {
  font-size: 32px;
}

.anchor-target {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .assessment-subtitle p {
    font-size: 14px;
  }
}

.assessment-header {
  background: #f2fbf7;
  border-radius: 20px;
  padding: 20px 32px;
}

.assessment-header p,
.assessment-header strong {
  font-size: 20px;
  display: block;
  line-height: 38px;
}

.assessment-header span {
  color: #ff3b3b;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .assessment-header p {
    font-size: 12px;
  }
  .assessment-header strong {
    font-size: 14px;
  }
  .assessment-header span {
    font-size: 12px;
  }
}

.assessment-form {
  background: #fafafc;
  border-radius: 20px;
  padding: 32px;
  margin-top: 24px;
}

.assessment-form .assessment-form-part {
  margin-bottom: 30px;
}

.assessment-form .assessment-form-part .assessment-form-title p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.assessment-form .assessment-form-part .assessment-form-title p::after {
  content: "";
  margin-top: 10px;
  max-width: 400px;
  height: 2px;
  background-color: #eee;
  border-radius: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .assessment-form .assessment-form-part .assessment-form-title p {
    font-size: 16px;
  }
}

.assessment-form .assessment-form-part label {
  font-size: 14px;
  color: #8f90a6;
  display: block;
  margin-bottom: 10px;
}

.assessment-form .assessment-form-part input {
  padding: 12px 16px;
  border: 1px solid #8f90a6;
  border-radius: 4px;
  background-color: transparent;
  color: #555770;
}

.assessment-form .assessment-form-part input::-webkit-input-placeholder {
  color: #8f90a6;
  font-size: 14px;
}

.assessment-form .assessment-form-part input:-ms-input-placeholder {
  color: #8f90a6;
  font-size: 14px;
}

.assessment-form .assessment-form-part input::-ms-input-placeholder {
  color: #8f90a6;
  font-size: 14px;
}

.assessment-form .assessment-form-part input::placeholder {
  color: #8f90a6;
  font-size: 14px;
}

.assessment-form .assessment-form-part .select-selected {
  color: #8f90a6;
  padding: 12px 16px;
  border: 1 px solid transparent;
  border-color: #8f90a6;
  background-color: transparent;
  font-size: 14px;
}

.assessment-form .assessment-form-part .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.assessment-form .assessment-form-part .birthday .select-wrapper {
  width: 32%;
}

.assessment-form
  .assessment-form-part
  .birthday
  .select-wrapper
  ~ .select-wrapper {
  margin-right: 7px;
}

.assessment-form .secondary-btn {
  border: 0;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.assessment-page {
  background: url("../images/assessment-bg.svg");
  background-position: top;
  background-repeat: no-repeat;
}

.confirmation-icon .material-icons {
  display: block;
  font-size: 60px;
  color: #e4e4e4;
  margin: 40px auto;
  text-align: center;
  font-size: 138px;
}

.confirmation-assessment {
  background: #f2fbf7;
  border: 1px solid #57eba1;
  padding: 60px;
  padding-bottom: 30px;
  border-radius: 20px;
}

.confirmation-assessment .confirmation-title {
  font-size: 32px;
  font-weight: bold;
}

.confirmation-assessment .confirmation-subtitle {
  font-size: 24px;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .confirmation-icon .material-icons {
    display: block;
    font-size: 60px;
    color: #e4e4e4;
    margin: 33px auto;
    font-size: 80px;
  }
  .confirmation-assessment {
    width: 95%;
    margin: 0 auto;
    padding: 60px;
    padding-bottom: 30px;
  }
  .confirmation-assessment .confirmation-title {
    font-size: 20px;
  }
  .confirmation-assessment .confirmation-subtitle {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px !important;
  }
  .confirmation-assessment .assessment-header strong {
    font-size: 14px;
  }
  .confirmation-assessment .assessment-header p {
    font-size: 12px;
    line-height: 30px;
  }
  .confirmation-assessment .assessment-header span {
    font-size: 12px;
  }
  .confirmation-assessment .assessment-form .assessment-form-title p {
    font-size: 16px;
  }
}

.assessment-inputs-wrapper .col {
  margin-bottom: 15px;
}

.content-title-carousel .splide__track {
  padding: 5px;
}

.content-title-carousel a {
  margin-left: 20px;
  font-size: 14px;
  color: #555770;
  border-radius: 8px;
  padding: 5px 16px;
  display: block;
  border: 1px solid #555770;
}

/* .content-title-carousel .is-active a {
  background-color: rgba(251, 51, 94, 0.1);
  border-color: #fb335e !important;
  border: 1px solid #555770;
} */

.latest-podcast-wrapper .podcast-item {
  margin-bottom: 18px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
  box-shadow: 0px 12px 24px rgba(218, 218, 218, 0.12);
  border-radius: 16px;
  overflow: auto;
  padding: 16px;
}

.latest-podcast-wrapper .podcast-item-img {
  float: right;
  margin-left: 10px;
}

.latest-podcast-wrapper .podcast-item-img figure {
  margin: 0;
  width: 110px;
  height: 110px;
}

.latest-podcast-wrapper .podcast-item-img figure img {
  margin: 0;
  border-radius: 16px;
}

.latest-podcast-wrapper .podcast-item-title * {
  font-size: 16px;
  font-weight: bold;
  color: #555770;
}

@media screen and (max-width: 767px) {
  .latest-podcast-wrapper .podcast-item-title {
    font-size: 12px;
  }
}

.latest-podcast-wrapper .podcast-item-text {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 67px;
  line-height: 1.4em;
}

.latest-podcast-wrapper .podcast-item-text * {
  font-size: 14px;
  color: #555770;
}

.latest-podcast-wrapper .podcast-item .podcast-item-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest-podcast-wrapper .podcast-item .mejs__controls {
  position: relative;
}

.mejs__controls {
  z-index: 0 !important;
}

.latest-podcast-wrapper .podcast-item .mejs-prepended-buttons {
  direction: ltr;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__button
  button {
  margin: 0px;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__time-total {
  background: rgba(0, 21, 104, 0.1);
  height: 5px;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__time-current {
  background: #fb335e;
  height: 5px;
}

.latest-podcast-wrapper .podcast-item .mejs-prepended-buttons .mejs__time-rail {
  margin: 0 45px;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__time-handle {
  background-color: #fb335e;
  border-radius: 50%;
  top: -1.6px;
  display: none;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs-prepended-buttons
  .mejs__time-handle-content {
  border: 4px solid #eee;
}

.latest-podcast-wrapper .podcast-item .mejs__skip-back-button {
  position: absolute;
  left: 54px;
  top: 1px;
}

.latest-podcast-wrapper .podcast-item .mejs__skip-back-button button {
  background: transparent;
  color: transparent;
}

.latest-podcast-wrapper .podcast-item .mejs__skip-back-button button::before {
  content: url(../images/backward.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.latest-podcast-wrapper .podcast-item .mejs__jump-forward-button {
  position: absolute;
  right: 52px;
  top: -2px;
}

.latest-podcast-wrapper .podcast-item .mejs__jump-forward-button button {
  background: transparent;
  color: transparent;
}

.latest-podcast-wrapper
  .podcast-item
  .mejs__jump-forward-button
  button::before {
  content: url(../images/forward.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .latest-podcast-wrapper .podcast-item-player {
    width: 100%;
  }
}
.comment-awaiting-moderation {
  font-size: 14px !important;
  color: #555770 !important;
}
.podcast-archive-header {
  background: #ffffff;
  mix-blend-mode: normal;
  background: url("../images/world-pod.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  mix-blend-mode: normal;
  padding: 72px 12px 100px 0;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  position: relative;
  margin: 40px auto 52px;
}

.podcast-archive-header img {
  margin: 0;
}

.podcast-archive-header .podcast-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/circle-pod.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 56% 50%;
  width: 430px;
  height: 100%;
}

.podcast-archive-header .podcast-bg-inner {
  padding: 15px;
  padding-left: 0;
}

.podcast-archive-header .podcast-bg-inner figure {
  text-align: left;
}

.podcast-archive-header .podcast-bg-inner figure img {
  max-width: 100%;
  float: left;
  height: 362px;
  width: auto;
}

.podcast-archive-header .podcast-slides {
  margin-right: 48px;
  max-width: 500px;
}

.podcast-archive-header .podcast-slides .podcast-slides-title * {
  font-size: 20px;
  font-weight: 700;
}

.podcast-archive-header .podcast-slides .podcast-slide-item {
  direction: rtl;
}

.podcast-archive-header .podcast-slides .podcast-slide-item .pci-title * {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}

.podcast-archive-header .podcast-slides .podcast-slide-item .pci-desc p {
  font-size: 14px;
  color: #212121;
  height: 64px;
  overflow: hidden;
}

.podcast-archive-header .podcast-slides .podcast-slide-item .pci-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  /* padding-right: 60px; */
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-share {
  padding-top: 12px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-share
  * {
  font-size: 20px;
  color: #c7c9d9;
  border: none;
  background: transparent;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-share
  .favorite
  * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-share
  .active-favorite
  * {
  color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-more {
  margin-right: 5px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-more
  a {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 16px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-play {
  position: relative;
  margin-right: 7px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-play
  a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fb335e;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 25px 4px 9px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .pci-footer
  .pci-play
  a
  span {
  font-size: 14px;
  margin-left: 5px;
}

.podcast-archive-header .podcast-slides .podcast-slide-item .mejs__container {
  min-width: 50px !important;
  position: absolute;
  top: -12px;
  z-index: 90;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .mejs__container
  .mejs__button
  > button {
  height: 34px;
  width: 93px;
  margin: 0 !important;
  background-color: transparent;
  padding: 10px 36px;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .mejs__container
  .mejs__playpause-button
  button::after {
  left: 0 !important;
  color: #fff;
  font-size: 20px;
  right: -82px;
  z-index: 2;
}

.podcast-archive-header
  .podcast-slides
  .podcast-slide-item
  .mejs__container
  .mejs__pause
  button::after {
  color: #fff;
  font-size: 20px;
  right: -82px;
}

.podcast-archive-header .podcast-slides .podcast-slides-carousel {
  max-width: 700px;
}

.podcast-archive-header .podcast-slides .splide__pagination {
  left: unset;
  -webkit-transform: unset;
  transform: unset;
  padding: 0;
  right: -30px;
  top: 0;
  width: auto;
  display: block !important;
}

.podcast-archive-header .podcast-slides .splide__pagination li {
  display: block;
  margin-bottom: 4px;
}

.podcast-archive-header .podcast-slides .splide__pagination li button {
  background: rgba(0, 21, 104, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.podcast-archive-header .podcast-slides .splide__pagination li .is-active {
  background: #001568 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.podcast-archive-header .podcast-slides-carousel {
  direction: ltr;
}

#open_filter {
  background: none;
  color: #fb335e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .podcast-archive-header .podcast-bg {
    background-size: 40% !important;
    background-position: 20% 70%;
  }
  .podcast-archive-header .podcast-bg img {
    height: 240px !important;
    margin-top: 110px;
  }
  .podcast-archive-header .pci-footer {
    padding-right: 0 !important;
  }
  .podcast-archive-header .podcast-slides {
    margin-right: 30px;
  }
}

#filter_sidebar {
  top: 0 !important;
}

@media screen and (max-width: 991px) {
  .page-sidebar {
    display: block !important;
    height: 0;
    overflow: hidden;
  }
  .podcast-archive-title {
    font-size: 16px;
    text-align: center !important;
  }
  .sidebar-wrapper {
    position: relative !important;
  }
  #filter_sidebar {
    position: fixed;
    right: 0;
    top: 0 !important;
    width: 100vw;
    margin-right: -1000px !important;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    display: block !important;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sidebar-show-filter {
    padding: 10px;
    padding-right: 25px !important;
    display: block !important;
  }
  .sidebar-show-filter #filter_sidebar {
    margin-right: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-show-filter .sidebar-filter-header,
  .sidebar-show-filter .sidebar-filter-body {
    padding-right: 20px !important;
  }
}

.social-sidebar .social-icons-sidebar img {
  border-radius: 0;
  margin: 0;
}

.social-sidebar .social-icons-sidebar a {
  margin: 0 8px;
}

.page-content-wrapper h1 {
  font-size: 36px;
}

.page-content-wrapper h2,
.article-content-inner h2 {
  font-size: 30px;
  margin-top: 30px;
}

.page-content-wrapper h3,
.article-content-inner h3 {
  font-size: 24px;
  line-height: 200%;
  font-weight: 700;
}


.page-content-wrapper h4,
.article-content-inner h4 {
  font-size: 20px;
  line-height: 200%;
}

.page-content-wrapper,
.article-content-inner {
  font-family: "iransansx-EnNum" !important;
}

.page-content-wrapper h5,
.article-content-inner h5 {
  font-size: 18px;
  line-height: 200%;
}

.page-content-wrapper h6,
.article-content-inner h6 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .podcast-archive-header {
    padding: 10px 10px 70px;
  }
  .podcast-archive-header .podcast-bg {
    background-size: 24% !important;
    background-position: 7% 90%;
  }
  .podcast-archive-header .podcast-bg img {
    height: 118px !important;
    margin-top: 153px;
  }
  .podcast-archive-header .pci-footer {
    padding-right: 0 !important;
    display: block !important;
    margin-top: 30px !important;
  }
  .podcast-archive-header .pci-share {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .podcast-archive-header .pci-play {
    display: table !important;
    margin-top: 19px;
  }
  .podcast-archive-header .pci-play a {
    width: 143px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .podcast-archive-header .podcast-slides {
    margin-right: 30px;
  }
  .page-content-wrapper h1 {
    font-size: 24px;
  }
  .page-content-wrapper h2,
  .article-content-inner h2 {
    font-size: 20px;
  }
  .page-content-wrapper h3,
  .article-content-inner h3 {
    font-size: 18px;
  }
  .page-content-wrapper h4,
  .article-content-inner h4 {
    font-size: 16px;
  }
  .page-content-wrapper h5,
  .article-content-inner h5 {
    font-size: 16px;
  }
  .page-content-wrapper h6,
  .article-content-inner h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .podcast-archive-header {
    padding: 10px 10px 79px;
    overflow-x: hidden !important;
  }
  .podcast-archive-header .podcast-bg {
    background-size: 20% !important;
    background-position: 6% 90%;
  }
  .podcast-archive-header .podcast-bg img {
    height: 100px !important;
    margin-top: 200px;
  }
}

.comments .comment-title p {
  font-size: 20px !important;
  color: #28293d;
  font-weight: 700;
}

.comments .comment-form {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 8px;
  padding: 24px;
}

.comments .comment-form .cm-input {
  position: relative;
  margin-bottom: 14px;
}

.comments .comment-form .cm-input::before {
  font-family: "material icons";
  font-size: 20px;
  color: #8f90a6;
  position: absolute;
  right: 16px;
  top: 3px;
  display: inline-block;
}

.comments .comment-form .cm-input input {
  padding-right: 36px;
  border: 1px solid #8f90a6;
}

.comments .comment-form .cm-input input::-webkit-input-placeholder {
  font-size: 14px;
}

.comments .comment-form .cm-input input:-ms-input-placeholder {
  font-size: 14px;
}

.comments .comment-form .cm-input input::-ms-input-placeholder {
  font-size: 14px;
}

.comments .comment-form .cm-input input::placeholder {
  font-size: 14px;
}

.comments .comment-form .comment-name::before {
  content: "\e7fd";
  margin-right: 8px;
}

.comments .comment-form .commnet-phone::before {
  content: "\e0cd";
  margin-right: ۰px;
}

.comments .comment-form .comment-email::before {
  content: "\e158" !important;
  margin-right: 8px;
}

.cm-question-body .comments .comment-form .comment-email::before {
  content: "\e158" !important;
  margin-right: 8px;
}

.comments .comment-form .comment-text {
  position: relative;
}

.comments .comment-form .comment-text::before {
  content: "\f097";
  font-family: "material icons";
  font-size: 20px;
  color: #c7c9d9;
  position: absolute;
  right: 12px;
  top: 38px;
  display: inline-block;
  margin-right: 8px !important;
}

.comments .comment-form .comment-text span {
  display: block;
  font-size: 14px;
  color: #c7c9d9;
  margin-bottom: 7px;
}

.comments .comment-form .comment-text textarea {
  height: 120px;
  padding: 16px 34px 16px;
  width: 100%;
  border: 1px solid #c7c9d9 !important;
}

.comments .comment-form .comment-text textarea:focus {
  outline: none !important;
}

.comments .comment-form .comment-text textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #8f90a6;
  opacity: 0.5;
}

.comments .comment-form .comment-text textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #8f90a6;
  opacity: 0.5;
}

.comments .comment-form .comment-text textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #8f90a6;
  opacity: 0.5;
}

.comments .comment-form .comment-text textarea::placeholder {
  font-size: 14px;
  color: #8f90a6;
  opacity: 0.5;
}

.comments .comment-lists ol {
  list-style: none;
}

.comments .comment-lists ol .cm-question {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(199, 201, 217, 0.12);
  box-shadow: 0px 4px 4px rgba(199, 201, 217, 0.12);
  padding: 18px;
  border-right: 2px solid rgba(0, 21, 104, 0.1);
  margin-top: 24px;
}

.comments .comment-lists ol .cm-question .cm-question-header .material-icons {
  color: #c7c9d9;
  margin-left: 4px;
}

.comments
  .comment-lists
  ol
  .cm-question
  .cm-question-header
  .cm-question-title {
  font-size: 16px;
  color: #555770;
}

.comments .comment-lists ol .cm-question .cm-question-body p {
  font-size: 14px;
  color: #555770;
}

.comments .comment-lists .children .cm-question {
  border-top: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 5%;
  margin-top: 0 !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(199, 201, 217, 0.12);
  box-shadow: 0px 4px 4px rgba(199, 201, 217, 0.12);
  border-right: 2px solid rgba(0, 21, 104, 0.1);
}

.comments .comment-lists .children {
  padding: 0 !important;
}

.comments .comment-lists .children .cm-question .avatar {
  padding: 2px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  background: #fff;
  margin-left: 10px;
}

.comments .comment-lists ol .cm-answer .cm-answer-header .avatar img {
  margin: 0;
}

.comments .comment-lists ol .cm-answer .cm-answer-header .cm-answer-title * {
  font-size: 16px;
}

.comments .comment-lists ol .cm-answer .cm-answer-body {
  margin-top: 4px;
}

.comments .comment-lists ol .cm-answer .cm-answer-body p {
  font-size: 14px;
  padding-right: 14px;
  color: #555770;
}

.comments .comment-lists ol .cm-answer .cm-answer-footer {
  margin-bottom: 5px;
}

.comments .comment-lists ol .cm-answer .cm-answer-footer a {
  font-weight: 400 !important;
  padding: 7px 18px !important;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .comments .cm-answer-footer a {
    font-size: 14px !important;
    padding: 8px 18px;
  }
}

.article-header {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 0px #334c99;
  box-shadow: 0px 2px 0px #334c99;
  margin-bottom: 52px;
}

.article-header .article-header-thumbnail figure {
  width: 100%;
}

.article-header .article-header-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.article-header .article-header-thumbnail {
  max-height: 280px;
}

.article-header .article-header-info {
  padding: 18px;
}

.article-header h1 {
  line-height: 200%;
}

.article-header .article-header-subtitle {
  margin-top: 10px;
}

.article-header .article-header-subtitle * {
  font-size: 20px;
  color: #555770;
  line-height: 200%;
}

@media screen and (max-width: 991px) {
  .article-header {
    margin-bottom: 20px;
  }
  .article-header .article-header-title h1 {
    font-size: 20px;
  }
  .article-header .article-header-subtitle * {
    font-size: 16px;
  }
  .article-header .article-header-author span {
    font-size: 14px;
  }
}

.article-header-author img {
  width: 30px;
  height: auto;
  border-radius: 50%;
}

.article-header-author span {
  color: #001568;
}

.article-header-date {
  padding-right: 10px;
}

.article-header-date span,
.article-header-time span {
  font-size: 12px;
  margin-left: 2px;
  color: #555770;
}

.article-header-date span.material-icons,
.article-header-time span.material-icons {
  font-size: 20px;
  color: #555770;
}

.article-header-tags a {
  font-size: 12px;
  color: #8f90a6;
  margin-right: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #8f90a6;
}

.article-header-tags a:hover {
  color: #001568;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .all-articles-container .article-item-subfooter {
    margin: 0;
  }
  .all-articles-container .article-header-tags a {
    display: none;
    margin-top: 5px;
  }
  .all-articles-container .article-header-tags a:nth-child(1) {
    display: block;
  }
}

.article-content {
  border-radius: 16px;
  padding: 0;
}

.article-content .article-content-inner {
  /* padding: 24px; */
  border-radius: 16px;
  /* background: #ffffff;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24); */
  margin: 0 auto 24px;
  line-height: 32px;
}

.article-content .article-content-inner img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .article-content .article-content-inner {
    /* padding: 16px; */
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
}

.article-content p {
  font-size: 16px !important;
  color: #28293d;
  line-height: 200%;
  text-align: justify;
}

.article-content figure {
  margin: 25px auto;
  text-align: center;
  max-width: 100%;
}

.article-content figure img {
  max-width: 100%;
}

.article-content-wrapper {
  max-width: 1076px;
  margin: 0 auto;
}

.article-footer {
  margin: 0 auto 40px auto;
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .article-footer {
    margin: 0 auto 20px auto;
  }
}

.article-footer {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  border-radius: 4px;
  padding: 12px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .article-footer .article-footer-inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 8px !important;
  }
}

.text-blue {
  background-color:  #4fcaff4d!important;
  display: inline !important;
}

.text-yellow {
    background-color: #FFF9C4 !important;
    display: inline !important;
}

.text-phosphorus {
    background-color:  #CCFF90!important;
    display: inline !important;
}

.text-green {
    background-color: #A7FFEB !important;
    display: inline !important;
}

.text-orange {
    background-color: #FFE0B2 !important;
    display: inline !important;
}

.text-pink {
    background-color: #F8BBD0 !important;
    display: inline !important;
}

.article-footer .article-header-author img {
  width: 30px;
  height: auto;
  border-radius: 50%;
}

.article-footer .article-header-author span {
  color: #001568;
}

.article-footer .article-header-date span,
.article-footer .article-header-time span {
  color: #555770;
  font-size: 12px;
  margin-left: 2px;
}

.article-footer .article-header-date span.material-icons,
.article-footer .article-header-time span.material-icons {
  font-size: 20px;
}

.article-footer .article-header-tags a {
  font-size: 12px;
  color: #8f90a6;
  margin-right: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-footer .article-header-tags a:hover {
  color: #001568;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-footer .article-stars .stars-wrapper {
  direction: ltr;
  float: right;
  margin: 8px;
  /*padding-top: 5px;*/
}

@media screen and (max-width: 767px) {
  .article-footer .article-stars .stars-wrapper {
    margin-top: 8px;
    justify-content: center !important;
    display: flex;
    text-align: center;
    float: none !important;
  }
  .article-info-footer {
    margin-top: 8px;
  }
}

.article-footer .article-stars p {
  font-weight: 700;
  float: right;
  color: #001568;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.article-footer .article-stars > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-footer .article-stars > div span {
  color: #fdac42;
  font-size: 22px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .article-footer .article-stars p {
    width: 100% !important;
    text-align: center;
    font-size: 16px;
  }
  .article-footer form {
    width: 100%;
  }
  .article-footer form .stars-wrapper {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .article-footer .col {
    padding: 0 !important;
  }
}

.about-intro {
  margin-bottom: 80px;
}

.about-intro .about-intro-header h1 {
  color: #28293d;
}

.about-intro .intro-video-inner {
  background-color: #ebebf0;
  padding: 12px;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  border-radius: 4px;
  position: relative;
}

.about-intro .intro-video-inner .video-box {
  background: url("../images/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-box-text p {
  font-size: 12px;
  line-height: 28px;
  text-align: right;
  color: #212121;
}

.about-text {
  background: url("../images/about.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 35px 0;
  position: relative;
  margin-top: 80px;
}

.about-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(32, 51, 125, 0.8);
}

.about-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    251.24deg,
    rgba(251, 51, 94, 0.2) 0.58%,
    rgba(0, 21, 104, 0.2) 44.89%,
    rgba(0, 21, 104, 0.2) 82.87%,
    rgba(11, 11, 11, 0.2) 101.86%
  );
}

.about-text .about-text-header * {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.about-text .about-text-body p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .about-intro-header h1 {
    font-size: 16px;
  }
  .about-intro-text p {
    font-size: 12px;
    line-height: 24px;
  }
}

.team-carousel {
  max-width: 1500px;
  margin: 20px auto;
}

.team-carousel .team-img-item,
.team-carousel img {
  width: 100%;
  height: auto;
}

.team-carousel button {
  background: #fb335e2e !important;
}

.team-carousel button * {
  color: #fb335e !important;
}

.team-carousel .splide__arrow--prev {
  left: -35px;
}

.team-carousel .splide__arrow--next {
  right: -35px;
}

.team-carousel .splide__arrow svg {
  fill: #fb335e;
}

.team-carousel .splide__track {
  -webkit-box-shadow: 0px 3px 0px #fb335e;
  box-shadow: 0px 3px 0px #fb335e;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .team-carousel .splide__arrow--prev {
    left: 15px;
  }
  .team-carousel .splide__arrow--next {
    right: 15px;
  }
}

.colleague-carousel {
  direction: ltr;
}

.colleague-carousel img {
  max-height: 120px;
  width: 100%;
  height: auto;
  filter: saturate(0.9);
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(80%) opacity(0.8);
  opacity: 0.4;
}

.colleague-carousel .splide__arrows {
  display: none;
}

.successful-files-banner {
  background: url("../images/successful-files-banner.webp") !important;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px !important;
  padding: 49px 0px;
  background-size: cover !important;
}

.submitted-files-banner{
  background-image: url("../images/successful-files-banner-z.webp") !important;
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px !important;
  padding: 49px 0px;
  background-size: cover !important;
  display: block;
  background-position: center;
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .submitted-files-banner {
    display: block;
        background-position: center;
        text-decoration: none;
        background: url(../images/successful-files-banner-z.webp) !important;
        -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
        box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-top: 19px !important;
        padding: 23px 0px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
  }
  
}

.successful-files-banner .contact-banner-title h1 {
  font-size: 32px !important;
  margin-bottom: 0px !important;
}

.successful-files-banner p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.successful-files-banner .text-banner {
  padding: 30px 10px 30px 10px !important;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .successful-files-banner .contact-banner-title h1 {
    padding: 4px !important;
    font-size: 24px !important;
  }
  .successful-files-banner .text-banner {
    padding: 30px 40px 30px 40px !important;
  }
}

.blog-banner {
  background: url("../images/banner-blog.jpg");
  -webkit-box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  box-shadow: 0px 16px 24px rgba(218, 218, 218, 0.24);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.blog-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    251.24deg,
    rgba(251, 51, 94, 0.5) 0.58%,
    rgba(0, 21, 104, 0.5) 44.89%,
    rgba(0, 21, 104, 0.5) 82.87%,
    rgba(11, 11, 11, 0.235) 101.86%
  );
}

.blog-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 21, 104, 0.6);
}

.blog-banner .text-banner {
  padding: 30px 90px 40px 10px;
  position: relative;
  z-index: 1;
}

.blog-banner .text-banner .text-banner-title {
  margin-top: 70px;
}

.blog-banner .text-banner .text-banner-title p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-right: 2px solid #fb335e;
  padding-right: 20px;
  line-height: 40px;
  max-width: 600px;
}

.blog-banner .text-banner-info {
  padding-top: 25px;
  padding-bottom: 45px;
}

.blog-banner .text-banner-info .banner-location span {
  color: #fff;
  margin-left: 10px;
}

.blog-banner .text-banner-info .banner-location img {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.blog-banner .text-banner-info .banner-links a {
  font-weight: 300;
  padding: 5px 10px;
}

.blog-banner .text-banner-info .banner-links .secondary-btn {
  border: 1px solid #fb335e;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .blog-banner .text-banner {
    padding: 10px 30px;
  }
  .blog-banner .text-banner-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-banner .banner-links {
    width: 100%;
    margin: 25px auto 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-banner .text-banner-title {
    margin-top: 25px !important;
  }
  .blog-banner .text-banner-title p {
    font-size: 16px !important;
  }
  .blog-banner .banner-location {
    margin-bottom: 20px;
  }
  .blog-banner .banner-location img {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-top: 9px;
  }
}

.latest-article {
  margin: 45px 0;
  overflow: hidden;
}

.latest-article-title p {
  font-weight: bold;
  font-size: 32px;
  color: #28293d;
}

@media screen and (max-width: 767px) {
  .latest-article-title {
    text-align: center;
  }
  .latest-article-title p {
    font-size: 16px;
  }
}

.latest-article-tab {
  margin-bottom: 20px;
}

.latest-article-tab li {
  border: 0 !important;
  font-weight: 400 !important;
  margin-left: 5px;
}

.latest-article-tab li button {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #001568;
  border: 0 !important;
  font-weight: 400 !important;
}

.latest-article-tab .nav-link.active,
.latest-article-tab .nav-link:hover,
.latest-article-tab .nav-link.active:hover {
  color: #fb335e !important;
  background-color: #f2f2f5 !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400 !important;
  border: 0 !important;
}

.latest-article-tab .nav-link.active::before {
  content: "\e5de";
  font-family: "material icons";
  color: #fb335e;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}

.latest-article-carousel {
  direction: ltr;
}

.latest-article-carousel .splide__list {
  width: 100%;
}

.latest-article-carousel .article-item {
  padding: 0 !important;
}

.article-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: right;
}

@media screen and (max-width: 990px) {
  .article-item {
    width: 50% !important;
  }
}

@media screen and (max-width: 576px) {
  .article-item {
    margin-bottom: 12px;
  }
}

.article-item .article-item-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(218, 218, 218, 0.24),
    inset 0px -2px 0px #dadada;
  box-shadow: 0px 8px 16px rgba(218, 218, 218, 0.24), inset 0px -2px 0px #dadada;
  border-radius: 8px;
  overflow: hidden !important;
  direction: rtl;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-item .article-item-inner .article-item-img {
  height: 179px;
  overflow: hidden !important;
}

.article-item .article-item-inner .article-item-img figure {
  height: 100%;
}

.article-item .article-item-inner .article-item-img figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  object-fit: cover;
}

.article-item .article-item-inner .article-item-body {
  padding: 12px;
}

.article-item .article-item-inner .article-item-body .article-item-title * {
  font-size: 16px;
  font-weight: bold;
  color: #555770;
  margin-top: 0;
  height: 59px;
  overflow: hidden;
}

.article-item .article-item-inner .article-item-body .article-item-excerpt p {
  font-size: 14px;
  color: #555770;
  margin-bottom: 0;
  line-height: 32px;
  position: relative;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 5em;
}

.article-item .article-item-inner .article-header-author {
  padding: 0 8px;
}

.article-item .article-item-inner .article-header-author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-item .article-item-inner .article-header-author a img {
  margin: 0 5px;
}

.article-item .article-item-inner .article-header-author a span {
  font-size: 14px;
}

.article-item .article-item-inner .article-info-footer {
  overflow: auto;
}

.article-item .article-item-inner .article-item-subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 8px;
}

@media screen and (max-width: 767px) and (min-width: 579px) {
  .article-item .article-item-inner .article-item-subfooter {
    padding-bottom: 20px;
  }
  .all-articles .article-item .article-item-inner .article-info-footer {
    float: none !important;
  }
}

@media screen and (max-width: 576px) {
  .article-item .article-item-inner .article-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: auto;
    font-size: 12px;
  }
  .article-item .article-item-inner .article-item-subfooter {
    margin-top: 0 !important;
  }
  .all-articles .article-item .article-item-inner .article-item-title * {
    margin-bottom: 0 !important;
  }
  #blog_tab_articles .article-item-footer {
    display: block !important;
    overflow: auto;
    margin-bottom: 10px !important;
  }
  #blog_tab_articles .article-info-footer {
    margin-bottom: 10px !important;
  }
  #blog_tab_articles .article-item-subfooter {
    padding-bottom: 10px;
  }
}

.article-item
  .article-item-inner
  .article-item-subfooter
  .secondarty-outline-btn {
  padding: 0px 16px;
  font-weight: 400;
  font-size: 14px;
}

.article-item .article-item-inner:hover {
  -webkit-box-shadow: 0px 8px 16px rgba(218, 218, 218, 0.24),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(218, 218, 218, 0.24), inset 0px -2px 0px #fb335e;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-item .article-item-inner:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-item .article-item-inner:hover .secondarty-outline-btn {
  background-color: #fb335e;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-articles .form-input-item input[type="submit"] {
  background-color: #001568 !important;
  font-weight: normal !important;
}

.all-articles .article-item {
  width: 50% !important;
}

.all-articles.search-articles .article-item {
  width: 33.33% !important;
}

@media screen and (max-width: 991px) {
  .all-articles.search-articles .article-item {
    width: 100% !important;
  }
}

.all-articles .article-item .outlined-btn {
  padding: 4px 16px;
  font-weight: 400;
  font-size: 14px;
}

.all-articles .article-item:hover .outlined-btn {
  background: rgba(0, 21, 104, 0.04);
  color: #001568;
}

@media screen and (max-width: 767px) {
  .pagination-inner {
    margin: 10px auto;
  }
  .article-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 576px) {
  .all-articles .article-item {
    width: 100% !important;
  }
  .all-articles .article-item {
    width: 100% !important;
  }
  .all-articles .article-item .article-item-inner {
    border-radius: 16px;
    position: relative;
  }
  .all-articles .article-item .article-item-inner .article-item-img {
    width: 112px;
    height: 105px;
    margin-left: 7px;
    float: right;
  }
  .all-articles .article-item .article-item-inner .article-item-img figure {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .all-articles .article-item .article-item-inner .article-item-img figure img {
    border-radius: 0;
    object-fit: cover;
  }
  .all-articles .article-item .article-item-inner .article-item-title * {
    font-size: 14px;
  }
  .all-articles .article-item .article-item-inner .article-item-body {
    padding-bottom: 0;
  }
  .all-articles .article-item .article-item-inner .article-item-excerpt {
    display: none;
  }
  .all-articles .article-item .article-item-inner .article-header-time,
  .all-articles .article-item .article-item-inner .article-item-btn {
    display: none !important;
  }
  .all-articles .article-item .article-item-inner .article-header-author img {
    display: none !important;
  }
  .all-articles .article-item .article-item-inner .article-header-author span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .all-articles
    .article-item
    .article-item-inner
    .article-header-author
    span::before {
    content: "\e7fd";
    display: inline-block;
    margin-left: 3px;
    font-size: 16px;
    color: #8f90a6;
    font-family: "material icons";
  }
}

/* .all-articles .article-item .article-item-inner .article-header-date {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #001568;
    border-bottom-left-radius: 50px;
    padding: 4px 8px !important;
    z-index: 1;
    width: 75px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .all-articles .article-item .article-item-inner .article-header-date .material-icons {
    display: none;
  }

  .all-articles .article-item .article-item-inner .article-header-date span {
    color: #fff !important;
    font-size: 10px;
    line-height: 18px;
  } */

.all-articles .article-item .article-item-inner .article-info-footer {
  float: right;
}

.instagram-sidebar {
  padding: 12px;
  background: rgba(0, 21, 104, 0.1);
}

.instagram-sidebar .sidebar-header-title p {
  font-size: 16px;
  font-weight: bold;
  color: #555770;
}

.instagram-sidebar .instagram-sidebar-content {
  padding: 0 9px;
}

.instagram-sidebar .instagram-sidebar-content .col {
  padding: 0 5px;
}

.instagram-sidebar .instagram-sidebar-content .col img {
  margin: 0;
}

.instagram-sidebar .social-icons {
  position: relative !important;
}

.pagination {
  margin-top: 20px;
  padding-left: 5px !important;
}

.pagination .next {
  font-size: 13px !important;
}

.pagination .pagination-item,
.pagination .page-numbers {
  margin-left: 3px;
  background-color: #fff;
  padding: 5px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  min-width: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #555770;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .pagination-item:hover,
.pagination .page-numbers:hover {
  background-color: #20337d;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .active-pagination,
.pagination .current {
  background-color: #20337d;
  color: #fff;
}

.mejs__container {
  margin-top: 10px;
}

.mejs__controls {
  display: block;
}

.mejs__controls,
.mejs__container {
  background: none !important;
}

.mejs__time {
  color: #777;
  font-weight: normal;
}

.podcast__episode_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #333;
}

.podcast__title {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
}

.podcast__title i {
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 10px;
}

.podcast__meta {
  background: #ddd;
  margin: 40px -30px -30px -30px;
  padding: 0 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.podcast__meta .artwork {
  margin-right: 0;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

.podcast__meta .artwork > img {
  border-radius: 3px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -80px;
}

.mejs-prepended-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mejs-appended-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mejs__play button::after {
  content: "\e037";
  font-family: "material icons";
  color: #001568;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  position: absolute;
  left: 7px;
}

.mejs__replay button::after {
  content: "\e037";
  font-family: "material icons";
  color: #001568;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  position: absolute;
  left: 7px;
}

.mejs__pause button::after {
  content: "\e034";
  font-family: "material icons";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 26px;
  color: #fb335e;
  position: absolute;
  left: 7px;
}

.mejs__mute > button {
  background: transparent
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
  background-position: -60px 0;
}

.mejs__unmute > button {
  background: transparent
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
  background-position: -40px 0;
}

.mejs-skip-back-button > button,
.mejs__skip-back-button > button {
  background: transparent
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/skipback.svg");
}

.mejs-jump-forward-button > button,
.mejs__jump-forward-button > button {
  background: url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/jumpforward.svg")
    no-repeat;
}

.mejs__button > button {
  color: #555;
}

.active-podcast {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(1.76%, rgba(251, 51, 94, 0.04)),
      color-stop(50%, rgba(251, 51, 94, 0))
    ),
    #ffffff !important;
  background: linear-gradient(
      90deg,
      rgba(251, 51, 94, 0.04) 1.76%,
      rgba(251, 51, 94, 0) 50%
    ),
    #ffffff !important;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px rgba(83, 75, 174, 0.1);
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px rgba(83, 75, 174, 0.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.latest-podcast-wrapper .active-podcast {
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2),
    inset 0px -2px 0px #fb335e;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(1.76%, rgba(251, 51, 94, 0.04)),
      color-stop(50%, rgba(251, 51, 94, 0))
    ),
    #ffffff !important;
  background: linear-gradient(
      -90deg,
      rgba(251, 51, 94, 0.04) 1.76%,
      rgba(251, 51, 94, 0) 50%
    ),
    #ffffff !important;
}

.page-content .content-inner h2 > span {
  display: block;
  width: 100%;
}

.page-content .content-inner a {
  color: #0063f7 !important;
  text-decoration: none;
}

.target-ancher {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  margin-top: -65px !important;
  display: inline-block;
  z-index: -1;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .target-ancher {
    padding-top: 30px;
    margin-top: -15px !important;
  }
}

.wp-video {
  max-width: 100%;
  height: auto;
}

.page-content video {
  max-width: 100% !important;
  height: auto;
}

.search {
  display: block;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: auto;
  direction: rtl;
}

.search #search_icon {
  position: absolute;
  left: 183px;
  top: 2px;
  background: transparent;
  border: 0 !important;
  color: #fff;
  outline: none;
  padding: 6px;
  line-height: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  z-index: 1;
}

#ajax_search_result {
  position: absolute;
  left: 179px;
  top: 40px;
  display: none;
  background: #fff;
  width: 300px;
  top: 41px;
  border-radius: 0 0 20px 20px;
  z-index: 30;
  height: auto;
  box-shadow: 0 0 5px #0002;
}

#ajax_search_result .loading {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ajax_search_result.show-result {
  display: block !important;
}

#ajax_search_result .ajax-search-content {
  padding: 14px;
}

#ajax_search_result .ajax-search-content ul {
  list-style-type: none;
  margin-right: -14px;
  margin-left: -14px;
}

#ajax_search_result .ajax-search-content ul a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 4px;
  background-color: #0007;
}

#ajax_search_result .ajax-search-content ul a {
  color: #555770;
  transition: all 0.3s;
  font-size: 13px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

#ajax_search_result .ajax-search-content .more-search {
  text-align: center;
}

#ajax_search_result .ajax-search-content .more-search a {
  color: #fb335e;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  font-size: 13px;
}

#ajax_search_result .nothing-found {
  color: #555770;
  text-align: center;
  padding: 10px;
}

#ajax_search_result .ajax-search-content .more-search a span {
  font-size: 18px !important;
}

#ajax_search_result .ajax-search-content a:hover {
  background: rgba(0, 21, 104, 0.1);
  transition: all 0.3s;
}

.search .search-form {
  position: absolute;
  left: 179px;
  top: 1px;
  width: 232px !important;
}

.search .search-form .search-input input {
  color: #fff !important;
  font-size: 13px;
  padding: 8px;
  opacity: 0;
  background-image: none;
  width: 0;
  float: left;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.show-search-form .search-input input {
  width: 300px !important;
  opacity: 1 !important;
  transition: all 0.3s;
}

.search .search-form .search-input input::placeholder {
  color: #fff !important;
}

.search .search-form .search-input input::-webkit-input-placeholder {
  opacity: 0.6;
}

.search .search-form .search-input input:-ms-input-placeholder {
  opacity: 0.6;
}

.search .search-form .search-input input::-ms-input-placeholder {
  opacity: 0.6;
}

.search .search-form .search-input input::placeholder {
  opacity: 0.6;
}

.search .search-form .search-submit #search_submit {
  position: absolute;
  left: 8px;
  top: 6px;
  background: transparent;
  border: 0;
}

.search .search-form .search-submit::before {
  content: "\e8b6";
  position: absolute;
  font-family: "material icons";
  color: #fb335e;
  left: 7px;
  font-size: 18px;
  top: 6px;
  background: #fff;
}

.search .show-search-form {
  width: 232px !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .search .search-input input {
    width: 420px !important;
    padding: 10px !important;
  }
  .search #search_icon {
    left: 401px;
  }
  .search .search-form {
  }
}

@media screen and (max-width: 767px) {
  .search .search-input input {
    width: 280px !important;
    margin-left: 22px !important;
  }
  .search #search_icon {
    left: 73px;
    top: 11px;
    border: 0;
  }
  .search .search-form {
    left: 71px;
    top: 8px;
    width: 232px !important;
  }
  #ajax_search_result {
    left: 71px !important;
    width: 281px !important;
    top: 51px;
  }
}

@media screen and (max-width: 997px) {
  .topheader .row {
    direction: ltr;
  }
}

@media screen and (max-width: 576px) {
  .search-primary #search_icon {
    border-color: #fff;
    color: #fff;
  }
  /* .search .search-input input {
    width: 220px !important;
  } */
  .search #search_icon {
    left: 73px;
    top: 11px;
    border: 0;
  }
  .search .search-form {
    left: 71px;
    top: 8px;
    width: 192px !important;
  }
  #ajax_search_result {
    left: 71px !important;
    width: 241px !important;
    top: 51px !important;
  }
}

@media screen and (max-width: 360px) {
  /* #search_icon,
  .search-form,
  #ajax_search_result {
    display: none !important;
  } */

         .search .search-input input {
        width: 190px !important;
      } 
        .search #search_icon {
          left: 73px;
          top: 11px;
          border: 0;
        }
    
        .search .search-form {
          left: 71px;
          top: 8px;
          width: 160px !important;
        }
    
        #ajax_search_result {
          left: 71px !important;
          width: 210px !important;
          top: 51px !important;
        }
}

@media screen and (min-width: 991px) {
  .latest-article-carousel {
    margin-right: -25px;
  }
}

/*# sourceMappingURL=style.css.map */

.contact-banner {
  background-image: url("https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/bg-contact.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  padding: 90px 10px;
  margin-bottom: 72px;
}

.contact-banner-title * {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}

.contact-banner-subtitle * {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.page-template-template-contact .breadcrumb-wrapper {
  margin-bottom: 0 !important;
}

.branch-title p {
  color: #28293d;
  font-size: 20px;
  line-height: 30px;
}

.branch {
  margin-bottom: 30px;
}

.branch .leaflet-container {
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 0;
}

.branch-inner {
  border-radius: 16px;
  padding: 16px 12px;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2), inset 0px -2px 0px #fb335e;
}

.reserve br {
  display: none !important;
}

.branch-detail-item {
  display: flex;
  margin-bottom: 20px;
}

.map-action {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}

.branch-detail-item .detail-icon {
  align-self: center;
  margin-left: 16px;
}

.branch-detail-item .detail-icon span {
  background: rgba(251, 51, 94, 0.1);
  border-radius: 50%;
  color: rgb(251, 51, 94);
  display: block;
  padding: 8px;
  font-size: 20px;
}

.branch-detail-item .detail-text .detail-title p {
  line-height: 24px;
  color: #555770;
  margin: 5px 0;
}

.branch-detail-item .detail-text .detail-subtitle p,
.branch-detail-item .detail-text {
  line-height: 29px;
  color: #8f90a6;
  margin: 5px 0;
  font-size: 14px;
}

.detail-subtitle a {
  line-height: 29px;
  /* color: #8f90a6; */
  margin: 5px 0;
  font-size: 14px;
}

.vancouver {
  min-height: 773px;
  max-height: 773px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toronto .detail-icon {
  margin-top: -56px !important;
}

.mashhad {
  min-height: 716px;
  max-height: 716px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*.branch-saadat {
  min-height: 743px;
  max-height: 743px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mashhad {
    min-height: 744px;
    max-height: 744px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /*.branch-saadat {
    min-height: 770px;
    max-height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }*/

  .vancouver {
    min-height: 859px;
    max-height: 859px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.form-contact-wrapper {
  margin: 52px 0 100px;
}

.form-contact-wrapper .row {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 0 10px #eee;
  border-bottom: 2px solid rgb(251, 51, 94);
}

.form-contact-wrapper input,
.form-contact-wrapper textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}

.form-contact-wrapper input[type="submit"] {
  background-color: rgb(251, 51, 94);
  padding: 7px 30px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  float: left;
}

.form-contact-wrapper .contact-title,
.form-contact-wrapper .contact-title h2 {
  text-align: right;
  font-size: 24px;
}

.branch-map iframe {
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.branch-map {
  position: relative;
}

.branch-map .map-action {
  position: absolute;
  right: 5px;
  padding: 5px;
  bottom: 5px;
  display: inline-block;
  background-color: #fff;
  z-index: 0;
}

/* reserve */

.reserve {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.reserve .reserve-box {
  background: #fb335e;
  border-radius: 10px;
  padding: 35px 40px;
  position: relative;
}

.reserve .reserve-box p,
.reserve .reserve-box a {
  text-align: center !important;
  color: #fff !important;
}

.reserve br {
  display: none !important;
}

.reserve .reserve-box .reserve-title {
  font-size: 32px;
  margin-top: 24px;
  font-weight: 600;
}

.reserve .reserve-box .reserve-subtitle {
  font-size: 24px;
  margin: 10px 0 26px;
}

.reserve .reserve-box .reserve-title span {
  font-weight: 800 !important;
  display: inline-block;
  background: rgba(32, 51, 125, 0.5);
}

.reserve .reserve-box a {
  display: table;
  margin: 10px auto 0;
  background: #001568;
  padding: 7px 30px;
  border-radius: 4px;
  font-size: 16px;
}

.reserve .reserve-box::before {
  content: url("https://parsicanada.biz/wp-content/uploads/2022/04/01.png");
  position: absolute;
  right: -57px;
  top: -85px;
  z-index: 1 !important;
}

.reserve .reserve-box::after {
  content: url("https://parsicanada.biz/wp-content/uploads/2022/04/02.png");
  left: -52px;
  position: absolute;
  top: -77px;
  z-index: 1 !important;
}

@media screen and (max-width: 1020px) {
  .reserve-box-inner {
    margin-top: 191px;
    z-index: 3;
  }
  .reserve {
    margin-top: 100px !important;
  }
  .reserve-box-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 0 0 7px 7px;
    background: #fff;
    height: 185px;
    width: 68%;
    transform: translatex(-50%);
  }
  .reserve .reserve-box::before {
    right: 20%;
    top: -144px;
  }
  .reserve .reserve-box::after {
    left: 20%;
    top: -136px;
  }
}

@media screen and (max-width: 767px) {
  .reserve {
    margin-top: 40px !important;
  }
  .reserve .container {
    max-width: 100% !important;
    padding: 0 10px;
  }
  .reserve-box {
    padding: 35px 20px !important;
  }
  .reserve .reserve-box .reserve-subtitle {
    font-size: 18px;
  }
  .reserve .reserve-box p:first-child {
    line-height: 42px;
  }
  .reserve-box-inner::before {
    height: 159px;
  }
  .reserve .reserve-box::before {
    transform: scale(0.84);
  }
  .reserve .reserve-box::after {
    transform: scale(0.84);
  }
}

@media screen and (max-width: 670px) {
  .reserve-box-inner {
    margin-top: 167px;
  }
  .reserve .reserve-box::before {
    right: 15%;
  }
  .reserve .reserve-box::after {
    left: 15%;
  }
}

@media screen and (max-width: 590px) {
  .reserve .reserve-box::before {
    right: 10%;
  }
  .reserve .reserve-box::after {
    left: 10%;
  }
}

@media screen and (max-width: 520px) {
  .reserve .reserve-box::before {
    right: 0%;
  }
  .reserve .reserve-box::after {
    left: 0%;
  }
}

@media screen and (max-width: 430px) {
  .reserve .reserve-box .reserve-title {
    line-height: 48px;
    font-size: 26px;
  }
  .reserve-box-inner::before {
    height: 136px;
  }
  .reserve .reserve-box::before {
    right: -6%;
    transform: scale(0.7);
  }
  .reserve .reserve-box::after {
    left: -4%;
    transform: scale(0.7);
  }
  .reserve-box-inner {
    margin-top: 135px;
  }
}

.send-comment input {
  color: #fff;
  border: 0 !important;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  background-color: #fb335e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid trans;
}

.comment-date {
  font-size: 14px;
  color: #938f8f;
}

/* sticky_popup */

#sticky_popup {
  position: fixed;
  right: 15px;
  bottom: 32px;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  #sticky_popup {
    /* display: none !important; */
  }
}

#sticky_popup button,
#sticky_popup a {
  color: #fff;
  border: 0 !important;
  padding: 8px 27px;
  font-size: 16px;
  background-color: #fb335e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  outline: none !important;
}

#sticky_popup button:focus,
#sticky_popup a:focus {
  outline: none !important;
}

#sticky_popup button:hover,
#sticky_popup a:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}

#sticky_popup button span,
#sticky_popup a span {
  margin-left: 5px;
}

.sidebar-form p {
  font-size: 14px;
  line-height: 200%;
  color: #222221;
}

.sidebar-form .sidebar-button {
  background: #fb335e;
  border-radius: 4px;
  padding: 10px 16px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

.sidebar-form .sidebar-button:hover {
  color: #d73155;
  box-shadow: 0px 4px 8px rgba(251, 51, 94, 0.08), inset 0px -1px 0px #fb335e;
  background: #fff;
  transition: all 0.3s;
}

.sidebar-form-body input[type="submit"] {
  color: #fff;
  padding: 8px;
  border: 0;
  border-radius: 3px;
}

.response-time::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f0f0f0b8;
  z-index: 8;
  height: 100%;
}

.response-time {
  position: relative;
}

.response-time .loading {
  z-index: 9;
  width: auto;
  top: 165px;
  position: absolute;
  left: 44%;
  transform: translate(50%, 50%);
  font-size: 70px;
  opacity: 0.8;
}

/* hadnle form submit errors */

.validate-form-result {
  font-size: 12px;
  color: red;
  text-align: center;
  width: 100%;
  display: block;
  margin: 21px auto 0 auto;
}

.waiting-send-data {
  color: green !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .article-item .article-item-inner .article-item-subfooter {
    margin-bottom: 20px !important;
  }
}

.modal {
  display: block !important;
  z-index: -10 !important;
  opacity: 0 !important;
  transition: opacity 0.3s !important;
}

.show-modal {
  background: #0009;
  opacity: 1 !important;
  visibility: 1 !important;
  transition: all 0.3s !important;
  z-index: 100 !important;
}

.article-content-inner a {
  color: #0063f7 !important;
}

#accordion .btn-check:focus + .btn,
#accordion .btn:focus {
  box-shadow: none !important;
}

.ajax_loading_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  background: #d6d6d68c;
  height: 92%;
  border-radius: 15px;
  text-align: center;
  z-index: 1;
}

.article-footer-inner form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-footer-inner .loading {
  margin-top: 0px !important;
}

@media screen and (max-width: 576px) {
  .article-footer-inner .loading {
    margin-top: 7px !important;
  }
}

.ajax_loading_wrapper span {
  text-align: center;
  margin-top: 20%;
  font-size: 48px;
  opacity: 0.9;
}

.load_more_btn_wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}

#filter_result {
  position: relative !important;
}

#success_rating {
  color: green;
  cursor: default;
}

#navbar_responsive {
  margin-right: -11px;
  margin-bottom: -20px;
}

@media screen and (max-width: 420px) {
  #navbar_responsive {
    margin-bottom: -28px;
  }
  .responsive-menu .menu-part {
    margin-bottom: -3px !important;
  }
  .responsive-menu .chat-icon {
    top: 2px !important;
    right: 21% !important;
  }
  #navbar_responsive {
    margin-right: -7px !important;
  }
}

/* import old styles */

.custom-form select {
  background-color: #fafafc !important;
  border-radius: 3px;
  background: url("https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/aicon.svg") !important;
  background-position: 10px !important;
  background-repeat: no-repeat !important;
  appearance: none !important;
  background-size: 10px !important;
  color: #777 !important;
  border: 1px solid #8f90a6 !important;
}

.custom-form-design {
  background-color: #252f3b;
  background: url(/wp-content/uploads/2021/11/bg-forms.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 45px;
  padding-right: 260px;
  margin: 20px auto;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 1100px;
}

.custom-form-design:before {
  content: "";
  background: linear-gradient(60deg, rgba(38, 47, 62), transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}

.custom-form-design form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.custom-form-design * {
  z-index: 1;
}

.custom-form-design .cfrom_design-title {
  position: relative;
}

.custom-form-design .cfrom_design-title p {
  font-size: 20px;
  color: #ffff !important;
  font-weight: 400;
  position: inherit;
  display: contents;
}

.custom-form-design .cform_title_inner {
  color: #fb335e !important;
  padding-left: 3px;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}

.custom-form-design form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.custom-form-design form .gform_body {
  width: 69%;
}

.custom-form-design form .gform_body .gform_fields {
  display: flex !important;
}

.custom-form-design form .gform_body .gform_fields .gfield {
  width: 48%;
}

.custom-form-design form .gform_body .gform_fields .gfield input {
  border-radius: 4px;
  color: #20337d;
  font-size: 14px;
  border: 1px solid #20337d !important;
  font-family: "IRANSansX";
}

.single .custom-form-design form .gform_body .gform_fields .gfield input {
  border-radius: 4px;
  color: #20337d;
  font-size: 14px;
  border: 1px solid #20337d !important;
  font-family: "IRANSansX";
  line-height: 0px !important;
}

.custom-form-design form .gform_body .gform_fields .gfield input::placeholder {
  font-size: 14px;
  color: #20337d !important;
}

.custom-form-design form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-form-design form .gform_footer input[type="submit"] {
  padding: 9px 35px !important;
  background: #fb335e !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 0;
  font-family: "IRANSansX";
}

.single .custom-form-design form .gform_footer input[type="submit"] {
  line-height: normal !important;
}


.gform_wrapper.gravity-theme .gform_fields {
  font-family: "IRANSansX";
}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
  font-family: "IRANSansX";
}

@media (min-width: 991px) and (max-width: 1200px) {
  .custom-form-design {
    padding: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .custom-form-design {
    padding-right: 226px;
  }
}

@media screen and (max-width: 991px) {
  .custom-form-design {
    padding: 45px;
  }
}

@media screen and (max-width: 767px) {
  .custom-form-design {
    background-size: auto !important;
    background-position: right -40px;
  }
  .custom-form-design::before {
    content: "";
    background: linear-gradient(
        360deg,
        #26303c 0%,
        rgba(38, 47, 62) 68.65%,
        rgba(39, 52, 67, 0) 97.11%
      ),
      linear-gradient(
        360deg,
        #2c3e56 0%,
        rgba(44, 61, 85, 0.61) 64.6%,
        rgba(45, 62, 86, 0.9) 100%
      );
  }
  .custom-form-design form {
    display: block;
  }
  .custom-form-design .cfrom_design-title {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  .custom-form-design .cfrom_design-title p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .custom-form-design .cform_title_inner {
    display: block;
    font-weight: 700;
    font-size: 24px;
    float: unset;
  }
  .custom-form-design form .gform_body {
    width: 100%;
  }
  .custom-form-design form .gfield {
    width: 100% !important;
    margin-top: 16px;
    display: block !important;
    position: relative;
  }
  .custom-form-design form .gform_body .gform_fields {
    display: block !important;
  }
  .custom-form-design form input {
    width: 100%;
    display: block;
    position: relative;
  }
  .custom-form-design form .gform_footer {
    margin-top: 16px !important;
  }
}

.custom-form-design .gform_confirmation_message p {
  /* padding-top: 40px !important; */
  position: relative;
  color: #fff !important;
}

.boxgravity .gform_confirmation_message * {
  color: #333 !important;
}

.custom-form-design .gform_anchor,
.boxgravity .gform_anchor {
  position: relative;
  padding-top: 20px;
  outline: none !important;
}

/* suggestions */

/* .suggestion {
    color: #2ecc71 !important;
    padding: 25px 17px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    background-color: #ecf0f1;
    border: 0 !important;
    border-left: 4px solid #2ecc71 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
} */

.suggestion {
  color: #c92548 !important;
  border-radius: 8px;
  padding: 25px 17px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  background-color: #ffffff;
  border: 0 !important;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  box-shadow: 0px 1px 0px 0px #fb335e;
}

.suggestion a {
  margin-right: 5px;
}

@media screen and (max-width: 576px) {
  .suggestion,
  .suggestion a {
    font-size: 14px !important;
  }
}

/* table of contents */

#ez-toc-container .add_custom_ez a {
  color: red !important;
}

#ez-toc-container {
  padding: 17px;
  float: left;
  margin-right: 15px;
  background: #f9f9f9 !important;
  box-shadow: 0 0 15px #eee;
  border: 1px solid #ddd;
}

@media screen and (max-width: 576px) {
  #ez-toc-container {
    margin-right: 0px;
    width: 100%;
  }
}

#ez-toc-container .ez-toc-toggle {
  display: none !important;
}

#ez-toc-container a {
  padding: 4px 0;
  display: block;
  color: #000 !important;
  margin-bottom: 2px;
}

#ez-toc-container a::before {
  display: inline-block;
  margin-left: 3px;
  content: url("https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/arrow-left.svg");
  float: right;
  margin-top: 3px;
  /* width: 6px;
  height: 6px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: rgb(145, 145, 145); */
}

@media screen and (max-width: 767px) {
  #ez-toc-container a {
    padding: 12px 0;
    margin-bottom: 7px;
  }
}

/* .page-wrapper .gform_validation_errors{
  display: none;
} */

#ez-toc-container .ez-toc-title {
  text-align: right !important;
  font-weight: 700;
  margin-bottom: 10px !important;
  display: block;
}

.boxgravity {
  position: relative;
  max-width: 800px;
  background: #f9f9f9;
  padding: 7px;
  border-radius: 15px;
  margin: 20px auto;
  box-shadow: 0 0 15px #0003;
}

@media screen and (max-width: 767px) {
  .boxgravity {
    padding-bottom: 35px;
  }
}

.boxgravity .row {
  align-items: center !important;
}

.boxgravity .row > div:first-child {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}

.boxgravity .row > div:first-child img {
  max-width: 80%;
}

.boxgravity .row > div * {
  font-size: 14px !important;
}

.boxgravity .row > div ul li {
  margin-top: 10px !important;
}

/* chat icon */

@media screen and (max-width: 576px) {
  .Raychat_App #animation-root {
    right: 13% !important;
    transform: rotate(45deg) translateX(19%) !important;
    background: linear-gradient(
      225deg,
      #1a2d79 34.84%,
      #6d2f6f 100.42%
    ) !important;
    bottom: 47px !important;
    left: unset !important;
  }
  .Raychat_App #animation-root > div > img {
    transform: rotate(-45deg) !important;
  }
  #raychat_sc_chat_window .raychat_sc_chat_window {
    left: unset !important;
  }
}

.menu-table-content {
  background: #f9f9f9;
  position: sticky;
  top: 60px;
  z-index: 1 !important;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #navbar_menu ul {
    padding-left: 0 !important;
  }
  #pars_menu_first {
    padding: 60px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .menu-table-content {
    top: 0px;
  }
}

.wp-caption {
  max-width: 100%;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 14px !important;
  color: #555770 !important;
  text-align: center !important;
}

/* scroll bar */

/* width */

::-webkit-scrollbar {
  width: 11px !important;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

/* tablepress */

#tablepress-649 td[colspan="2"] {
  background-color: #ededff !important;
}

.tablepress td,
.tablepress th {
  text-align: center !important;
  vertical-align: middle !important;
}

.tablepress tfoot th,
.tablepress thead th,
.single-content table th,
.page-wrapper table th {
  background-color: #004ab8 !important;
  color: #fff !important;
}

/* mojavez */

.cf-Item {
  margin-bottom: 15px;
  background-color: #f9f9f9;
  padding: 10px 20px;
  border-radius: 4px;
}

.mojavez-item-wrapper {
  padding: 12px;
  margin-bottom: 12px;
}

.mojavez-item {
  background-color: #e9e9e9;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mojavez-item p {
  color: #222;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/* crips code */

.crisp-client .cc-52lo .cc-18hf,
.crisp-client .cc-52lo .cc-18hf *,
.crisp-client
  .cc-52lo
  .cc-kegp
  .cc-1apq
  .cc-1jpm
  .cc-ggw8
  .cc-mt5q
  .cc-oqk3
  .cc-1dgk,
.crisp-client .cc-bqqo.cc-guf7.cc-18hf,
.crisp-client textarea.cc-1dgk.cc-z2in.cc-1916.cc-18hf::placeholder,
.crisp-client .cc-70ck.cc-18hf .cc-1k9b .cc-1krv,
.crisp-client .cc-1m2n.cc-guf7,
.crisp-client .cc-kse9 .cc-9h64.cc-18hf,
.crisp-client .cc-52lo .cc-kegp .cc-1apq .cc-1q8z .cc-1ct5 .cc-1v5t .cc-1l74,
.crisp-client .cc-52lo .cc-kegp .cc-1apq .cc-1q8z .cc-1ct5 .cc-1v5t .cc-m7ux,
.crisp-client .cc-52lo .cc-kegp .cc-1apq .cc-1q8z .cc-1ct5 .cc-1v5t .cc-n717 {
  font-family: "IRANSansX" !important;
}

#crisp-chatbox .cc-52lo .cc-18hf *,
#crisp-chatbox,
.cc-1krv {
  font-family: "IRANSansX" !important;
}

.crisp-client .cc-70ck.cc-18hf .cc-1k9b .cc-1krv,
.crisp-client .cc-1l74.cc-guf7.cc-ujki,
.crisp-client .cc-bqqo.cc-guf7.cc-18hf,
.crisp-client textarea.cc-1dgk.cc-z2in.cc-1916.cc-18hf {
  direction: rtl !important;
  text-align: right !important;
}

.cc-1l74.cc-guf7.cc-ujki .cc-guf7.cc-1m2n {
  font-family: "IRANSansX" !important;
}

.crisp-client .cc-1q8z .cc-1ct5.cc-1s3d.cc-645b.cc-3g79 {
  height: 71px !important;
}

.crisp-client .cc-xlt7.cc-25ir.cc-12pv {
  display: none !important;
}

.crisp-client .cc-bqqo.cc-guf7.cc-18hf,
.crisp-client textarea.cc-1dgk.cc-z2in.cc-1916.cc-18hf::placeholder {
  text-align: left !important;
}

.crisp-client .cc-1l74.cc-guf7.cc-ujki {
  display: flex !important;
  flex-wrap: wrap !important;
}

.crisp-client cc-1ct5.cc-1s3d.cc-645b.cc-3g79 .cc-1v5t .cc-1edu {
  text-align: right !important;
}

@media screen and (max-width: 577px) {
  .crisp-client #crisp-chatbox .cc-kegp.cc-xh3e .cc-1oun {
    right: 12.8% !important;
    left: unset !important;
    bottom: 29px !important;
  }
  .crisp-client #crisp-chatbox .cc-kegp.cc-xh3e .cc-1qth.cc-1s3d {
    border-radius: 13px !important;
    transform: rotate(45deg);
  }
  .crisp-client #crisp-chatbox .cc-kegp.cc-xh3e .cc-3ycs {
    transform: rotate(-45deg);
    margin-left: 2px !important;
  }
}

@media screen and (max-width: 440px) {
  .crisp-client #crisp-chatbox .cc-kegp.cc-xh3e .cc-1oun {
    right: 11% !important;
  }
}

.form-confirmation {
  padding: 0 10px 10px 10px;
}

.form-confirmation .confirmation-body {
  /* background: #f2fbf7; */
  /* border: 1px solid #57eba1; */
  border-radius: 20px;
  padding: 28px;
  text-align: center;
}

.form-confirmation .confirmation-body .confirmation-title * {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #28293d;
}

.form-confirmation .confirmation-body .confirmation-desc p {
  font-size: 12px;
  text-align: center;
  color: #555770;
}

.form-confirmation .confirmation-icon * {
  border-radius: 50%;
  padding: 10px;
  color: #eee;
  margin-top: 0;
  font-size: 80px;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.form-confirmation .confirmation-icon .material-icons {
  margin: 0 auto;
}

.form-confirmation br {
  display: none;
}

.form-confirmation .go-to-assessment a {
  display: inline-block;
  padding: 10px 32px;
  margin-top: 12px;
  background: #06c270;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  border-radius: 4px;
}

.home .form-confirmation .go-to-assessment a{
  padding: 15px 56px !important;
}

.confirmation-desc span{
  color: #fb335e !important;
}

/* assessment form */

.custom-form .gform_wrapper {
  display: block !important;
}

.custom-form .gform_wrapper input,
.custom-form .gform_wrapper select,
.custom-form .gform_wrapper textarea {
  width: 100% !important;
  background: #fafafc;
  border-radius: 4px;
  font-size: 14px !important;
  color: #444;
  padding: 12px !important;
  border: 1px solid #8f90a6;
}

.custom-form:not(.kish-form) .gform_wrapper fieldset {
  display: none !important;
}

.custom-form .gform_wrapper input::placeholder,
.custom-form .gform_wrapper select::placeholder,
.custom-form .gform_wrapper textarea::placeholder {
  color: #8f90a6;
}

.custom-form .gform_wrapper label {
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 10px !important;
}

.custom-form .gform_wrapper .gfield_description {
  font-size: 12px !important;
  color: red !important;
}

.gform_required_legend {
  display: none !important;
}

.custom-form input[type="submit"] {
  background: #fb335e;
  border-radius: 4px;
  padding: 17px 95px !important;
  color: #fff !important;
  width: auto !important;
  display: block;
  margin: 10px auto;
  font-size: 16px !important;
  border: 0 !important;
}

@media screen and (max-width: 579px) {
  .custom-form input[type="submit"] {
    width: 100% !important;
    padding: 10px !important;
  }
}

.custom-form .gfield_html {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .custom-form .gfield {
    grid-column: span 12 !important;
  }
}

.highlight-pink {
  background: #ffcece;
}

.mojavez-item-wrapper {
  padding: 12px;
  margin-bottom: 12px;
}

.mojavez-item {
  background-color: #e9e9e9;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mojavez-item p {
  color: #222;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.content-inner table,
.article-content-inner table {
  max-width: 100%;
  width: 100%;
  margin: 10px 0 20px 0;
}

.content-inner table th,
.article-content-inner table th {
  background-color: #004ab8 !important;
  color: #fff !important;
}

.content-inner ul,
.article-content-inner ul {
  list-style-image: url(https://parsicanada.biz/wp-content/uploads/2021/04/checkmark-green.png);
}

.content-inner ul li,
.article-content-inner ul li {
  line-height: 200%;
  /* text-align: justify !important; */
  padding-bottom: 12px;
}

.content-inner table td,
.article-content-inner table td {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  vertical-align: middle;
  line-height: 26px;
}

.content-inner table th,
.article-content-inner table th {
  padding: 8px;
}

.custom-form-design br {
  display: none !important;
}

#gform_51 fieldset {
  display: none !important;
}

.link-wrapper {
  max-width: 100% !important;
  overflow-x: scroll !important;
}

.SearchBox_searchFieldContainer__Mhvf8,
.Footer_footer__content__3CfrN {
  display: none !important;
}

.crisp-client .cc-52lo .cc-18hf,
.crisp-client .cc-52lo .cc-18hf * {
  font-family: "IRANSansX" !important;
}

.gform_required_legend {
  display: none !important;
}

.start_to_fill_form a,
.page-content .content-inner .start_to_fill_form a {
  padding: 10px 55px;
  background: #20337d !important;
  color: #fff !important;
  border-radius: 4px;
  display: table;
}

/* choose-country */

.choose-country {
  margin-top: 80px;
}

@media screen and (max-width: 576px) {
  .choose-country {
    margin-top: 80px;
  }
}

@media screen and (min-width: 991px) {
  .choose-country .splide__arrows {
    display: none !important;
  }
  .country-items-warpper {
    flex-wrap: wrap !important;
    display: flex !important;
  }
  .country-items-warpper > * {
    width: 20% !important;
  }
}

.tablepress img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .country-items-warpper {
    flex-wrap: nowrap !important;
  }
}

.choose-country .country-items-warpper .country-item {
  padding: 10px;
}

.choose-country .country-items-warpper .country-item .country-visa-box {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
}

.choose-country .country-items-warpper .country-item .country-visa-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(38, 38, 79, 0.7),
    rgba(38, 38, 79, 0.7)
  );
  z-index: 1;
}

.choose-country .country-items-warpper .country-box-title {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.choose-country .country-items-warpper .country-box-title * {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .choose-country .country-items-warpper .country-box-title * {
    font-size: 18px;
  }
}

.page-content-wrapper .sidebar-header-title p::after {
  content: "\e5c5";
  display: inline;
  font-family: "Material icons";
  position: absolute;
  left: 8px;
  top: 14px;
  color: #8f90a6;
}

.comment-author-child {
  width: 56px;
  height: 56px;
  padding: 12px;
  box-shadow: 0 8px 16px rgba(143, 144, 166, 0.2), 0 2px 0 #fb335e;
}

.comment-author-child img {
  margin: 0 auto !important;
  width: 100% !important;
  height: auto !important;
}

.no-parent-comment img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.table-content-widget #table_content_body {
  max-height: 0;
  margin-top: 20px;
  overflow-y: auto;
  margin-left: 12px;
}

#table_content_body::-webkit-scrollbar {
  width: 3px !important;
}

/* Track */

#table_content_body::-webkit-scrollbar-track {
  border-radius: 1px !important;
  background: #f5f5f5 !important;
}

/* Handle */

#table_content_body::-webkit-scrollbar-thumb {
  background: rgb(207, 207, 207) !important;
  border-radius: 2px !important;
}

.show-table #table_content_body {
  max-height: 365px !important;
}

.table-content-widget .table-cotent-header {
  cursor: pointer;
}

.table-cotent-header .table-content-title p::after {
  transform: rotate(0);
  transition: all 0.3s;
}

.show-table .table-content-title p::after {
  transform: rotate(180deg);
  transition: all 0.3s;
}

/* mobile table of contents */

.table-content-mobile {
  margin-bottom: 16px !important;
  background: #f7f7f7 !important;
}

.table-content-mobile .table-cotent-header {
  background: #555770 !important;
  padding: 16px 12px !important;
  width: 100%;
  color: #fff !important;
  margin-bottom: 0 !important;
  margin-top: 12px !important;
}

.table-content-mobile .table-cotent-header p {
  color: #fff !important;
}

.table-content-mobile #table_content_body {
  margin-bottom: 0;
  background: #fff !important;
}

.table-content-mobile #table_content_body a:first-child {
  margin-top: 12px;
}

.table-content-mobile .table-content-title p::after {
  color: #fefefe !important;
}

.handle-table-scroll {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .show-table #table_content_body {
    height: 100% !important;
    /* max-height: 365px !important; */
  }

  .table-content-widget #table_content_body {
    margin-top: 0px !important;
    overflow-y: hidden !important;
    margin-left: 0px !important;
    border-bottom: 1px solid #555770 !important;
    border-radius: 16px;
  }

  .show-table #table_content_body {
    max-height: 100% !important;
  }

  .table-content-widget .table-cotent-body a {
    padding: 12px !important;
  }
}

.home-about-us {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  border-radius: 12px;
  padding: 28px 32px;
  position: relative;
}

.home-about-text {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  transition: all 0.3s;
  text-align: justify;
  line-height: 28px;
}

.home-about-text::after {
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, #fff, transparent);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.show-all .home-about-text {
  max-height: 9000px !important;
  transition: all 0.3s;
}

.home-about-text {
  font-family: inherit !important;
}

.show-all .home-about-text::after {
  display: none !important;
}

.show-full-about button {
  outline: none !important;
  font-size: 14px !important;
}

.show-full-about button:focus {
  box-shadow: none !important;
}

.section-space {
  margin-bottom: 72px;
  text-align: justify;
}

.btn-secondary {
  background-color: #fb335e !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
}

.btn-secondary:hover {
  color: #fb335e !important;
  box-shadow: 0px 4px 8px rgba(251, 51, 94, 0.08), inset 0px -1px 0px #fb335e !important;
  background: #fff !important;
}

.bg-primary {
  background: #20337d !important;
}

.bg-secondary {
  background: #fb335e !important;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.text-xs {
  font-size: 12px;
}

.text-md {
  font-size: 18px;
}

.max-w-md {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.about-page-hero {
  background-image: url(../images/hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.statics {
  max-width: 800px;
  margin: 0 auto;
}

.static-item .icon {
  border-radius: 50%;
  background-color: #fb335e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
}

.static-item .icon img {
  width: 78%;
  height: auto;
}

.static-item .count {
  font-size: 28px;
  margin: 6px 0;
  direction: ltr;
}

.static-item .title {
  font-size: 20px;
}

.about-page-title {
  font-weight: 800;
  font-size: 28px;
}

.page-about-title-description p {
  color: #555770;
}

@media screen and (max-width: 767px) {
  .page-about-title-description p {
    font-size: 14px;
  }
  .static-item .icon {
    width: 40px;
    height: 40px;
  }
  .static-item .count {
    font-size: 20px;
  }
  .static-item .title {
    font-size: 14px;
  }
  .about-page-title {
    font-size: 20px;
  }
}

.project-carousel {
  margin: 24px 0;
}

.project-carousel img {
  border: 1px solid #c7c9d9;
  border-radius: 8px;
  overflow: hidden;
  height: 150px;
}

.celebration-carousel video {
  width: 100%;
}

.celebration-carousel .splide__slide video {
  border: 1px solid #c7c9d9;
  border-radius: 8px;
}

@media screen and (min-width: 991px) {
  .celebration-carousel .splide__slide {
    width: calc(30% - 8px) !important;
  }
  .celebration-carousel .splide__slide.is-next {
    width: calc(40% - 8px) !important;
  }
  .celebration-carousel video {
    margin-top: 25px !important;
  }
  .celebration-carousel .splide__slide.is-next video {
    margin-top: 0px !important;
  }
}

.testimonial-carousel .testimonial-item {
  background: #ffffff;
  padding: 12px;
  box-shadow: 0px 8px 16px rgba(143, 144, 166, 0.2);
  border-radius: 16px;
}

.testimonial-carousel .testimonial-item .stars {
  color: #fddd48;
  direction: ltr;
}

.testimonial-carousel .testimonial-item .content {
  color: #555770;
  font-size: 14px;
}

.testimonial-carousel .testimonial-item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 8px;
}

.testimonial-carousel .splide__list {
  padding: 20px !important;
}

.testimonial-carousel .testimonial-item .info .name {
  color: #555770;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-carousel .testimonial-item .info .line {
  color: #8f90a6;
  font-size: 13px;
}

@media screen and (min-width: 1000px) {
  .testimonial-carousel .splide {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
}

.testimonials .subtitle {
  color: #555770;
}

@media screen and (max-width: 767px) {
  .about-template .splide {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.about-branches .tab-items .wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
  display: block;
}

.about-branches .tab-items .wrapper button {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #555770;
  background: #ebebf0;
  border-radius: 8px 8px 0px 0px;
  padding: 4px 12px;
  margin-left: 8px;
  border: 0;
  min-width: 120px;
  display: inline-block;
}

.about-branches .tab-items .wrapper button.tab-item-active {
  background: #fb335e;
  color: #fff;
}

.about-branches .tab-contents {
  padding: 24px;
  background: #f2f2f5;
  box-shadow: 0px 4px 8px rgba(251, 51, 94, 0.08), inset 0px -1px 0px #fb335e;
  border-radius: 4px 0px 4px 4px;
}

.about-branches .tab-contents .tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.about-branches .tab-contents .tab-content.tab-content-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.about-branches .tab-contents .tab-content .content {
  background: #fefefe;
  border-radius: 8px;
  min-height: 272px;
  color: #555770;
  display: flex;
  flex-wrap: wrap;
}

.about-template .splide {
  padding: 0 100px !important;
}

.about-branches .splide {
  padding: 0 !important;
}

.about-branches .splide .splide__slide {
  height: 272px;
  overflow: hidden;
  object-fit: cover;
}

.about-branches .splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-branches .splide .splide__slide figure {
  width: 100%;
  height: 100%;
}

.about-branches .content {
  color: #555770;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .about-branches .content {
    font-size: 14px;
  }
  .about-branches .tab-contents .tab-content .row {
    flex-direction: column-reverse;
  }
  .about-template .splide {
    padding: 0 50px !important;
  }
  .about-branches .splide {
    padding: 0 !important;
  }
}

.page-template-page-about .footer-contact .text span,
.page-template-page-about .footer-contact a {
  color: #8f90a6 !important;
  font-size: 16px !important;
}

.page-template-page-about .splide__arrow--next {
  left: 1em !important;
  right: unset !important;
  transform: translatey(-35%) rotate(180deg) !important;
}

.page-template-page-about .splide__arrow--prev {
  right: 1em !important;
  left: unset !important;
  transform: translatey(-35%) rotate(180deg) !important;
}

/* intro-slider */

.intro-slider {
  background: #000;
}

.intro-slider,
.intro-slider * {
  height: 100vh;
  width: 100%;
}

.intro-slider img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.intro-slider .splide__slide > div {
  display: flex;
}

/* abbr */

abbr {
  position: relative;
  appearance: none;
}

abbr:hover::after {
  content: none;
}

.abbr-tooltip {
  position: absolute;
  background: "#0008";
  padding: 2px 4px;
  border-radius: 2px;
  top: 100%;
  transform: translate(-50%, -0%);
  left: 50%;
  margin-left: 15px;
  width: 100px;
  padding: 2px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 1;
  display: none;
}

abbr:hover .abbr-tooltip {
  display: block !important;
  transition: all 0.3s;
}

.show-tooltip .abbr-tooltip {
  display: block !important;
}

abbr:hover::after {
  display: none !important;
}

@media screen and (min-width: 991px) {
  .custom-toc-shortcode {
    display: none !important;
  }
}

.table-content-widget.custom-toc-shortcode .table-cotent-body a {
  color: #8f90a6 !important;
}

/* new design verify form */

.custom-form-design #verify_number_subtitle,
.custom-form-design .verify_number_desc,
.custom-form-design #time_remainig {
  color: #fff;
}

.form-conditional-warning {
  background: #fb335e;
  padding: 7px 16px;
  border-radius: 8px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 16px;
}

/* new form */

.gform_wrapper.gravity-theme fieldset.gfield--type-choice {
  display: block;
}

.gform_wrapper.gravity-theme .gfield_radio > div:first-child {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: start;
}

.gform_wrapper.gravity-theme .gfield_radio input {
  width: auto !important;
  margin-left: 4px;
  margin-top: 6px;
}

h2.gform_submission_error.hide_summary {
  color: #212121 !important;
  font-size: 20px !important;
  z-index: 1 !important;
}

#gform_60 h2.gform_submission_error.hide_summary {
  color: #fff !important;
  font-size: 20px !important;
}

#gform_54 .gfield_description.instruction.validation_message,
#gform_54 .gfield_description.validation_message.gfield_validation_message,
#gform_12 .gfield_description.instruction.validation_message,
#gform_12 .gfield_description.validation_message.gfield_validation_message {
  font-size: 12px;
  color: red !important;
  text-align: center;
  width: 100%;
  display: block;
  margin: 21px auto 0 auto;
}

#gform_60 .gfield_description.instruction.validation_message,
#gform_60 .gfield_description.validation_message.gfield_validation_message {
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  width: 100%;
  display: block;
  margin: 21px auto 0 auto;
}

.comments-area {
  width: auto;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-__ .wpd-avatar img {
  border: 0 !important;
  box-shadow: 0 8px 16px rgba(143, 144, 166, 0.2), 0 2px 0 #fb335e !important;
}

#wpdcom .wpd-comment-header .wpd-comment-author {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0px !important;
  margin-left: 5px;
  font-family: inherit !important;
}

#wpdcom .wpd-comment-footer {
  display: none !important;
}

#wpdcom .wpd-blog-__ .wpd-comment-author,
#wpdcom .wpd-blog-__ .wpd-comment-author a {
  color: #291568;
}

#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
  color: #291568;
}

#wpdcom .wpd-thread-head {
  display: none !important;
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img {
  border-color: #c3c3c3 !important;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"] {
  height: 45px !important;
}

#inline-confirmation a {
  background: #53d053 !important;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 4px;
}

form#gform_65 {
  max-width: 991px;
  margin: 0 auto;
}

form#gform_65 .gform_footer {
  text-align: center;
}

form#gform_65 .gform_footer .gform_button {
  background: #fb335e;
  border-radius: 4px;
  padding: 12px 95px !important;
  color: #fff !important;
  width: auto !important;
  display: block;
  margin: 10px auto;
  font-size: 16px !important;
  border: 0 !important;
}

.page-content-wrapper,
.article-content-inner {
  font-family: inherit !important;
}

.latest-podcast-wrapper .podcast-item .mejs__controls {
  position: relative !important;
  display: flex !important;
  justify-content: end !important;
}

.latest-podcast-wrapper .podcast-item .mejs-prepended-buttons {
  width: 100% !important;
  display: flex !important;
  direction: ltr !important;
  justify-content: space-between !important;
}

.mejs-controls {
  z-index: 1 !important;
}

#comments,
#respond,
.comments-area,
#wpdcom {
  width: 100% !important;
}

.choose-country .country-items-warpper .country-item .country-visa-box .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-country
  .country-items-warpper
  .country-item
  .country-visa-box
  .img-bg
  img {
  width: 100%;
  height: 100%;
}

/* footer */

@media screen and (max-width: 1130px) {
  footer.main-footer .footer-socials {
    position: relative !important;
    left: unset !important;
    top: unset;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: unset !important;
    height: unset !important;
    text-align: center !important;
  }
  footer.main-footer .footer-socials .footer-social-title {
    -webkit-transform: unset !important;
    transform: unset !important;
    height: auto !important;
    padding: 10px 0 !important;
  }
  footer.main-footer .footer-socials .footer-social-title p {
    margin: 0 !important;
    display: inline;
  }
  footer.main-footer .footer-socials .social-icons {
    position: relative !important;
    left: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    top: unset !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  footer.main-footer .footer-socials .social-icons a {
    margin: 5px 10px;
  }
  footer.main-footer .footer-socials .social-icons::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1310px) {
  footer .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1480px) {
  footer .container {
    max-width: 1140px !important;
  }
}

@media screen and (min-width: 1481px) {
  footer .container {
    max-width: 1320px !important;
  }
}

footer.main-footer .footer-socials {
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 82%;
}

footer.main-footer .footer-socials .footer-social-title p {
  width: 271px !important;
  /* display: -webkit-box; */
  margin-top: 80px;
  margin-right: 20px;
  color: #fefefe;
}

footer.main-footer {
  position: relative;
  padding-top: 72px;
  padding-bottom: 19px;
  margin-top: 80px;
  z-index: 0 !importanti;
}

.social-icons {
  position: absolute;
  top: 124px !important;
  left: 60px !important;
}

.social-icons::before {
  content: "";
  display: none !important;
  width: 1px;
  height: 100px;
  background-color: rgba(238, 238, 238, 0.199);
  float: left;
  margin-left: 22px;
  margin-bottom: 10px;
}

footer.main-footer .container .row .insta-api {
  display: none !important;
  background-color: #001568;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* Tablepress Caption */

.tablepress .tablepress-table-caption {
  display: none !important;
}

.mejs-container {
  z-index: 0 !important;
}

.gform_submission_error {
  color: #ffffff !important;
}

.ginput_container div {
  color: #fff !important;
}

#wpdcom .wpd-form-row .wpdiscuz-item {
  width: 32% !important;
  display: inline-block;
  vertical-align: baseline;
  padding: 1px 0 7px;
  position: relative;
  margin: 0px 4px !important;
}

.col.cm-input.commnet-phone {
  width: 32% !important;
  display: inline-block;
  vertical-align: baseline;
  padding: 0px 0 7px;
  position: relative;
  margin: 0px 0px 0px 10px;
}

.col.cm-input.commnet-phone input {
  margin: 0px 4px;
}

/* successful-files */
.documents-wrapper .card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
  transition: 0.2s !important;
  border: 1px solid #8f90a6 !important;
}
.documents-wrapper figure {
  padding: 12px !important;
  margin-bottom: 0 !important;
}
.documents-wrapper .card__img {
  display: block !important;
  object-fit: cover !important;
  border: 1px solid #0015681a !important;
  border-radius: 8px !important;
  max-height: 226px !important;
  min-height: 226px !important;
}
.documents-wrapper .card__header {
  font-size: 3rem !important;
  font-weight: 500 !important;
  color: #0d0d0d !important;
}
.documents-wrapper .card__text {
  font-size: 1.5rem !important;
  letter-spacing: 0.1rem !important;
  line-height: 1.7 !important;
  color: #3d3d3d !important;
  margin-bottom: 2.5rem !important;
}
.documents-wrapper .card__btn {
  display: block !important;
  width: 100% !important;
  padding: 11px !important;
  font-size: 2rem !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #20337d !important;
  border: none !important;
  transition: 0.2s !important;
  cursor: pointer !important;
  border-radius: 0px 0px 8px 8px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.documents-wrapper .card__btn span {
  margin-left: 1rem !important;
  transition: 0.2s !important;
}

.row:has(.documents-wrapper) {
  justify-content: center;
}

@media only screen and (min-width: 601px) and (max-width: 1198px) {
  .col.cm-input.commnet-phone,
  #wpdcom .wpd-form-row .wpdiscuz-item {
    width: 31% !important;
  }
}

@media only screen and (max-width: 600px) {
  .col.cm-input.commnet-phone,
  #wpdcom .wpd-form-row .wpdiscuz-item {
    width: 93% !important;
    margin-right: 8px;

  }
  #wpdcom .wpd-form-row .wpdiscuz-item {
    margin: 0px !important;
  }
}
/* @media only screen and (min-width: 601px) {
    .col.cm-input.commnet-phone, #wpdcom .wpd-form-row .wpdiscuz-item {
        width: 31% !important;
    }
  }

  @media only screen and (max-width: 1198px) {
    .col.cm-input.commnet-phone, #wpdcom .wpd-form-row .wpdiscuz-item {
        width: 31% !important;
    }
  } */
@media only screen and (min-width: 1199px) {
  .col.cm-input.commnet-phone,
  #wpdcom .wpd-form-row .wpdiscuz-item {
    width: 32% !important;
  }
}

.main-celebrations .splide {
  padding: 0 100px !important;
}

.main-celebrations video {
  max-width: 100% !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-celebrations .splide {
    padding: 0 50px !important;
  }
}

.main-celebrations .splide__arrow {
  background: transparent !important;
}

.main-celebrations .splide__arrow:hover {
  background: #fb335e3d !important;
}

.main-celebrations .splide__arrow svg {
  fill: #000 !important;
  opacity: 0.6 !important;
}

.main-celebrations .splide__arrow svg:hover {
  fill: #fb335e !important;
}

span {
  text-decoration: none !important;
}

/* inner section */
.lawBox {
  background-color: #f2f2f5;
  padding-bottom: 34px;
  text-align: center !important;
  border-radius: 8px !important;
  border-bottom: 1px solid #001568 !important;
  box-shadow: 0px 4px 8px 0px #00156814 !important;
}

.lawBox img {
  width: 64px !important;
  height: 64px !important;
  margin: 0px auto !important;
}

.lawBox .wp-block-table {
  margin: 0 !important;
}

.lawBox td {
  color: #28293d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 21px !important;
}

.lawBox table td strong {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  text-align: center !important;
}

.lawBox a.wp-block-button__link {
  border-radius: 4px !important;
  border: 1px solid #20337d !important;
  padding: 4px 16px !important;
  color: #20337d !important;
}
/* inner section */

/* comment form */
#commentform textarea#comment {
  width: 100% !important;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .commnet-phone {
  display: inline-block !important;
}

#commentform input#submit {
  border: none;
  padding: 9px 35px !important;
  background: #fb335e !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: "IRANSansX";
}

#commentform .form-submit {
  text-align: left;
}
/* comment form */

.important-notif{
  background-color: #ede8e8;
    padding: 23px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    article {
        padding: 0px !important;
    }
}

#gform_60, #gform_59{
	justify-content: center;
}

@media screen and (min-width: 767px) {
  #gform_60 .gform_button, #gform_59 .gform_button {
    margin-right: 11px !important;
  }
}



#gform_60 select.gfield_select{
	border-radius: 4px;
  color: #20337d;
  font-size: 14px;
  border: 1px solid #20337d !important;
	background-color: #fff !important;
}

.single #gform_60 select.gfield_select{
  line-height: normal !important;
}

#gform_60 select.gfield_select .gf_placeholder{
	color: #20337d !important;
}

select option[selected]{
	color: #20337d !important;
	background-color: #efefef;
}

#gform_51 .custom-form .gform_wrapper .gfield_description {
    font-size: 12px !important;
    color: red !important;
}


/* header.main-header {
  overflow: visible;
  position: relative;
  z-index: 999;
} */

#gform_60 select.gfield_select.input-danger, #gform_59 select.gfield_select.input-danger{
  background: #f9dcdc !important;
  color: red !important;
}

#gform_60 .gf_notif .gfield_description, #gform_59 .gf_notif .gfield_description{
  color: #fff !important;
}

#gform_60 #validate_form_result, #gform_59 #validate_form_result{
  background-color: #f9dcdc !important;
  padding: 2px !important;
}


#gform_60 input.input-danger::placeholder, #gform_59 input.input-danger::placeholder{
  color: red !important;
}


.confirmation-image{
  display: flex;
}

.confirmation-image img{
  width: 90px;
  margin: 0 auto;
}

#gf_54 .form-confirmation {
  padding: 30px 10px 30px 10px !important;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
}

#gform_60 select.gfield_select, #gform_59 select.gfield_select{
border-radius: 4px !important;
color: #20337d !important;
font-size: 14px !important;
border: 1px solid #20337d !important;
background-color: #fff !important;
}

.gf_notif .gfield_description{
font-size: 12px !important;
  color: red !important;
}


/* #gf_54 .form-confirmation .confirmation-body {
  background: none !important;
  border: none !important;
  border-radius: 20px;
  padding: 28px;
} */


/* successful los page */
.new-row{
  margin-top: 40px !important;
}

.los-card__btn{
    display: block !important;
    width: 100% !important;
    padding: 11px !important;
    font-size: 2rem !important;
    text-align: center !important;
    color: #fff !important;
    background-color: #20337d !important;
    border: none !important;
    transition: .2s !important;
    cursor: auto !important;
    border-radius: 0 0 8px 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
/* successful los page */

/* immigration form */
.canada-form fieldset {
        margin-bottom: 15px !important;
        padding: 10px !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 20% !important;
    }

    .canada-form legend {
        display: none !important;
    }

    .canada-form select, .canada-form input[type="button"] {
        padding: 5px !important;
        font-size: 16px !important;
        margin-top: 5px !important;
    }

    #result {
        color: #888 !important;
        font-size: 16px !important;
    }


    /* new */
 
.canada-form {
    background-color: #28293D;
    padding: 20px !important;
    border-radius: 10px !important;
    margin: auto !important;
}

.canada-form-form form {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}


.immigration-form-title{
    color: #fff !important;
    text-align: center  !important;
    font-size: 20px  !important;
    font-style: normal;
    font-weight: 700  !important;
    line-height: normal  !important;
}


.canada-form select {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

#immigrationForm input[type="button"] {
    background-color: #ff4b5c !important;
    color: #fff !important;
    border: none !important;
    padding: 8px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

#immigrationForm input[type="button"]:hover {
    background-color: #e63946 !important;
}


.canada-form-result {
    margin-top: 20px !important;
    background-color: #ffffff !important;
    padding: 12px !important;
    border-radius: 4px !important;
    border: 1px solid #8F90A6 !important;
}


.canada-form-form > fieldset {
    flex: 1;
    min-width: 100px !important;
}


.list-title{
    background-color: #E5F0FF;
    padding: 8px !important;
    border-radius: 4px !important;
    color: #000 !important;
    font-size: 14px !important;
    text-align: right !important;
}


@media (max-width: 600px) {
    .canada-form-form {
        flex-direction: column !important;
    }

    .canada-form-form > fieldset {
        min-width: 100% !important;
    }
}

#immigrationForm select:disabled {
    color: light-dark(graytext, rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3) !important;
    background-color: rgba(118, 118, 118, 0.3) !important;
}


#immigrationForm select {
    padding-right: 10px !important; 
    appearance: none !important; 
    background-image: url("https://landing.parsicanada.biz/sandv2/wp-content/themes/parsicanada/assets/images/arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 10px 16px !important;
    background-size: 12px !important;

}

/* @media (min-width: 768px) and (max-width: 1024px) {
   
    .my-class {
        font-size: 18px;
        color: #333; 
    }
} */

@media (max-width: 1024px) {
    #immigrationForm fieldset {
    width: 100% !important;
}
}
/* immigration form */



.splide {
    position: relative;
    visibility: visible !important;
}

.assessment-mobile{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assessment-mobile a{
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #001568;
  background-color: #001568;
  border-radius: 4px;
  transition: all 0.3s;
}

.socials-mobile hr{
  width: 76%;
  margin: 1rem auto;
}



/* divider */
.line-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 50px !important;
}
.circle {
  width: 10px !important;
  height: 10px !important;
  background-color: #ff0066 !important;
  border-radius: 50% !important;
}
.line {
  width: 200px !important;
  height: 2px !important;
  background-color: #ff0066 !important;
  position: relative !important;
}
.diamond {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #ff0066 !important;
}
/* divider */


.p-assessment{
  text-align: justify;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.p-assessment span{
  color: #FF3B3B !important;
}

.p-assessment strong{
  color: #FF3B3B !important;
  margin-right: 5px;
}

.assessment-li::marker{
  font-weight: 400 !important;
}


@media screen and (max-width: 400px) {
    .why-us .our-services .world-circle .pre-services, .why-us .our-services .world-circle .after-services {
        width: 154px !important;
    }
}


.first-submited-banner .text-banner{
    background: #20337d !important; 
    margin-top: 35px !important; 
    border-radius: 14px !important; 
    display: flex !important; 
    justify-content: center !important;
    align-items: center !important;
    padding: 30px !important;
    gap: 20px;
}

@media screen and (max-width: 768px) {
  .first-submited-banner .text-banner{
    flex-direction: column !important;
}

.second-submited-banner h3{
    font-size: 18px !important;
    line-height: 2rem;
}

.second-submited-banner {
  display: flex;
  align-items: center !important;
  flex-direction: column;
}

}

.first-submited-banner .secondary-btn {
  padding: 5px 20px !important;
}

.second-submited-banner{
  margin-bottom: 0px !important;
}

.second-submited-banner{
  display: flex; 
  align-items: center;
}

.second-submited-banner h3{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}

.second-submited-banner img{
  width: 35px; 
  height: 53px; 
  object-fit: contain; 
  margin-left: 10px;
}

/* customize */
.div-lawBox, .im-lawBox{
	gap: 2em !important;
}
.div-lawBox .lawBox{
	padding: 20px 5px !important;
}


.div-lawBox .lawBox p, .im-lawBox .lawBox h3 {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-align: center !important;
	padding-bottom: 16px !important;
}

.im-lawBox .lawBox p {
    color: #28293d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 21px !important;
}

.im-lawBox .lawBox{
	padding: 20px 5px !important;
}

@media only screen and (max-width: 781px) {
  .im-lawBox .lawBox{
	margin-top: 30px !important;
}
}

/* 	menu  */

@media (min-width: 1200px) {
	.navbar-menu{
		display: none !important;
	}
}


@media only screen and (min-width: 1200px) {
  .main-navbar {
      display: flex !important;
    }
	header.main-header #open_menu {
    display: none;
}
}



@media screen and (min-width: 1200px) and (max-width: 1000px) {
  header.main-header .navbar-menu-wrapper * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 1200px) {
  header.main-header .socials-mobile {
    display: block !important;
    padding-bottom: 20px;
  }
  header.main-header .socials-mobile a {
    margin: 10px;
  }
  header.main-header .dropdown-link::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header.main-header
    .navbar-menu
    li:hover
    .submenu
    .submenu-item:first-child
    .sub-mega-wrapper,
  header.main-header .submenu-item:hover .sub-mega-wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  header.main-header .dropdown-submenu::after {
    display: none;
  }
  header.main-header .active-dropdown::after {
    color: #fb335e;
  }
  header.main-header .submenu_dropdown {
    position: relative !important;
    right: 0 !important;
    max-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 9 !important;
    top: 0 !important;
    overflow: hidden !important;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  /*header.main-header .submenu_dropdown .submenu-item {
    background: rgba(238, 238, 238, 0.644) !important;
  }*/
  header.main-header .submenu_dropdown .submenu-item a {
    padding-right: 30px !important;
  }
  header.main-header .submenu_dropdown .submenu-item a::before {
    content: "" !important;
  }
  header.main-header .submenu_dropdown a {
    display: block;
  }
  header.main-header .submenu_dropdown a::after {
    display: block;
  }
  header.main-header .dropdown-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.main-header .dropdown-link::before {
    display: none !important;
  }
  header.main-header .dropdown-link::after {
    display: block !important;
  }
  header.main-header .menu-visible {
    max-height: 2500px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  header.main-header .mega-link {
    font-size: 14px !important;
    font-weight: normal !important;
  }
  header.main-header .active-dropdown {
    border-bottom: 1px solid #fb335e !important;
  }
  header.main-header .active-dropdown::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .topheader-info {
    display: none;
  }
  header.main-header .navbar-brand {
    float: left !important;
    margin-left: 20px;
  }
  header.main-header #open_menu {
    display: block;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    text-align: right;
    padding: 15px 5px;
  }
  header.main-header .navbar-menu {
    margin-right: -100px;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: #3e508879;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  header.main-header .navbar-menu ul {
    visibility: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header.main-header .navbar-show {
    width: 100% !important;
    margin-right: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header .navbar-show ul {
    width: 370px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 1200px) and (max-width: 400px) {
  header.main-header .navbar-show ul {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  header.main-header .navbar-show ul li {
    padding: 0;
  }
  header.main-header .navbar-show ul ul {
    width: 100% !important;
    max-width: 100% !important;
  }
  header.main-header .navbar-menu ul {
    padding-top: 40px;
    background-color: #fff;
    width: 0;
    height: 100vh;
    position: relative;
    display: block !important;
  }
  header.main-header .navbar-menu ul #close_menu {
    display: block !important;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 28px;
    color: #555770 !important;
    z-index: 12;
    cursor: pointer;
    padding: 7px;
  }
  header.main-header .navbar-menu ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
  }
  header.main-header .navbar-menu ul li a {
    color: #555770 !important;
    padding: 25px;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 700;
  }
  header.main-header .navbar-menu ul li .submenu {
    height: auto !important;
    border-radius: 0 !important;
  }
  header.main-header .navbar-menu ul li .submenu ul {
    height: auto;
  }
  header.main-header .navbar-menu ul li .submenu ul a {
    background: unset !important;
  }
  header.main-header .submenu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    right: 0 !important;
    padding: 0 !important;
    background: rgba(0, 21, 104, 0.1) !important;
  }
}

.nolink{
	pointer-events: none;
}

/*  */
@media (min-width: 1200px) {
 
 
 li img{
    margin-left: 8px;
    width: 28px;
    height: 24px;
 }   

.dropdown-link, .dropdown-link:hover{
    color: #fff !important;
}
  /* .submenu li{
    padding: 10px 15px;
  } */

header.menu-link {
    padding: 20px 12px !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none !important;
}


.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.main-menu-item {
    position: relative;
    display: flex;
    margin: 0 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; 
}

.dropdown-link{
  text-decoration: none !important;
  padding: 20px 12px !important;
  color: #fff !important;
  display: flex;
  color: #fff;
  margin: 0 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-menu-item .dropdown-link:after {
    content: "\e5cf";
    font-family: "Material icons";
    margin-right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 21px;
    /* position: absolute; */
}


/* .main-menu-item a:nth-of-type(1){
    color: #fff;
} */


.main-menu-item:hover {
  background: #0D1E5F;
  color: #fff !important;
}


 /* .menu ul li a:not(.first-level-menu) {
    padding: 10px 15px;
} */


.submenu li {
    padding: 10px 15px !important;
}


li.dropdown-submenu::after {
    /* content: "\e5cf"; */
    content: url('https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/menu-icons/keyboard-arrow-left.svg');
    font-family: "Material icons";
    margin-left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 7px;
    top: 21px;
    /* -webkit-transform: rotate(90deg);
    transform: rotate(90deg); */
    opacity: .5;
    color: #8F90A6;
    width: 28px;
    height: 28px;
}

li.submenu-dropdown-submenu::after {
    /* content: "\e5cf"; */
    content: url('https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/menu-icons/keyboard-arrow-left.svg');
    font-family: "Material icons";
    margin-left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 7px;
    top: 70px;
    /* -webkit-transform: rotate(90deg);
    transform: rotate(90deg); */
    opacity: .5;
    color: #8F90A6;
    width: 28px;
    height: 28px;
}
	
li.submenu-dropdown-germany::after {
    /* content: "\e5cf"; */
    content: url('https://parsicanada.biz/wp-content/themes/parsicanada/assets/images/menu-icons/keyboard-arrow-left.svg');
    font-family: "Material icons";
    margin-left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 7px;
    top: 118px;
    /* -webkit-transform: rotate(90deg);
    transform: rotate(90deg); */
    opacity: .5;
    color: #8F90A6;
    width: 28px;
    height: 28px;
}	



.menu ul li a {

text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
}

.submenu li:hover > a:not(a.first-level-menu), .submenu li:hover > a:not(.dropdown-link){
color: #FB335E !important;
/* padding: 10px 15px !important; */
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 200%;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}



span.menu-title{
  /* padding: 0px 8px; */
  color: #000 !important;
}


.first-level-menu{
  padding: 10px 15px ;
  color: #000 !important;
}

.first-level-menu:hover{
  background: rgba(0, 21, 104, 0.10) !important;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #000 !important;
}

/* مگامنو */
.megamenu {
    z-index: 99999 !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 893px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 0px 0px 12px 12px;
    border-top: 2px solid var(--secondary-secondary, #FB335E);
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.megamenu-content, .megamenu-second-content .second-item{
    display: flex;
    justify-content: space-between;
}

.megamenu ul, .megamenu-second-content .second-item ul {
    display: block;
}

.megamenu ul li {
    padding: 5px 0;
}

.megamenu .megamenu-content ul li a {
    padding: 5px 10px;
    display: block;
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; 
}

.megamenu ul li a:hover, .megamenu-second-content ul li a:hover{
    color: #ff4b4b !important;
    text-decoration: underline !important;
}

/* نمایش مگامنو */
.has-megamenu:hover .megamenu {
    display: block;
}

.megamenu-second-content{
    margin-top: 24px;
}

.megamenu-second-content span{
color: #000 !important;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 32px */
}
 .menu-hr{
    height: 2px !important;
    color: #C7C9D9;
    width: 100%;
    /* padding: 10px 0; */
 }


.megamenu-second-content .second-item li{
text-align: right;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 120% !important;
 }

 .megamenu-second-content .second-item li a{
    color: #4B4A4A !important;
 }

/* زیرمنو */
/* ul.first-submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    width: 236px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 0px 0px 12px 0px;
    border-top: 1px solid #FB335E;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 0px;
} */

.submenu:not(.second-submenu), ul.first-submenu {
    z-index: 99999 !important;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    width: 236px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 0px 0px 12px 12px;
    border-top: 3px solid #FB335E;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 0px;
}



.submenu.second-submenu{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    border-top: 1px solid #FB335E;
    width: 225px;
    padding: 18px 0px;
}


ul.submenu a, .submenu .submenu a{
  color: #000 !important;
}


.has-submenu:hover > .submenu {
    display: block;
}

.has-submenu a{
  color: #000;
}


.submenu .submenu {
    z-index: 99999 !important;
    top: -1px;
    right: 100%;
    display: none;
    width: 225px;
    padding: 12px 0px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    border-top: 1px solid #FB335E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    color: #000 !important;
}

.submenu .submenu:hover {
    padding: 12px 0px !important;
}

.submenu .submenu a:hover {
    color: #FB335E!important;
}

.dropdown-link {
    text-decoration: none !important;
    padding: 20px 10px !important;
    color: #fff !important;
    display: flex
;
    color: #fff;
    /* margin: 0 8px; */
    -webkit-transition: all .3s;
    transition: all .3s;
}

}

@media (max-width: 1200px) {
  nav.menu{
    display: none;
  }
 }

 @media (min-width: 1200px) {
	.navbar-menu{
		display: none !important;
	}
	
	header.main-header .navbar-menu{
		display: none !important;
	}
}

.first-level-menu a{
    text-decoration: none !important;
}

.submenu li{
    padding: 10px 15px !important; 
}



.visa-album .visa-album-row {
    margin-top: 60px;
    padding: 76px 0;
    background: url(../images/album.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    border-radius: 16px;
}

.visa-album-row .first-row .first-span{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}

.visa-album-row .first-row .second-span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.visa-album .second-row {
margin-top: 22px !important;
}

.visa-album .second-row a { 
width: 194px;
height: 40px;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 4px;
flex-shrink: 0;
border-radius: 4px;
background: #FFF;
color: #20337D;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 28px */
}


@media screen and (max-width: 1080px) {
    .visa-album .visa-album-row {
        background: url(/wp-content/themes/parsicanada/assets/images/album-mobile.webp);
        background-repeat: no-repeat;
        background-size: cover;
        height: 328px;
        background-position: bottom;
        padding: 34.31px 58px;
    }


.visa-album-row .first-row .first-span {
    font-size: 24px;
}


.visa-album .second-row a {
display: flex;
width: 194px;
height: 40px;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 4px;
flex-shrink: 0;
border-radius: 4px;
background: #FFF;
margin: 0 auto;

}

}


.home-about-section h3{
font-size: 24px;
font-weight: 600;
}

@media screen and (max-width: 768px) {
.home-about-section h2{
font-size: 20px !important;
text-align: center !important;
}

.home-about-section h3{
font-size: 18px;
}
}

/*share in social in pages and posts*/
.stars-wrapper a i{
	color: rgb(199 201 217) !important;
	font-variant: unicase !important;
}

.stars-wrapper a i:hover {
   color: rgb(251 51 94) !important;
}

@media screen and (min-width:769px) {
	.share-mobile{
	display: none !important;
	margin: 0 auto !important;
        text-align: center !important;
	}
	.share-descktop{
	display: flex !important;
	align-items: center !important;
	}
}

@media screen and (max-width: 768px) {
	.share-mobile{
	display: flex !important;
        flex-wrap: wrap;
	justify-content: center !important;
	}
	.share-descktop{
	display: none !important;
	}
} 

@media screen and (max-width: 767px) {
    .article-footer .article-footer-inner {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 8px !important;
        justify-content: center !important;
    }
	
.author-box-text p {
    font-size: 12px;
    line-height: 28px;
    text-align: right;
    color: #212121;
    text-align: center !important;
}
	
.article-confirm-author {
    width: 100%;
    text-align: center !important;
}

.social-share-box button{
  border: none !important;
  padding: 9px 35px !important;
  background: #fb335e !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important; 
  color: #fff !important; 
  margin-top: 10px !important;
}
}


button#copyLinkBtn {
    border: none !important;
    background-color: transparent !important;
    padding-right: 0px !important;
}

.article-footer .article-stars > div span {
    color: #c7c9d9 !important;
    font-size: 26px !important;
    cursor: pointer;
}

/* assessment banner */

.page-id-108 .page-content-wrapper .highlight::before{
   display: none !important;
}

.consult-banner {
    /* width: 1096px; */
    height: 262px;
    background-image: linear-gradient(270deg, #132357 40.81%, rgba(26, 45, 121, 0.4) 98.12%), url(/wp-content/themes/parsicanada/assets/images/assessment-banner.webp);
    background-size: contain;
    background-position: left;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
    color: white;
    direction: rtl;
    box-sizing: border-box;
    margin-top: 36px;
}



.consult-content .highlight1 {
    color: #fb335e;
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.consult-content p {
  color: #B0B0B0;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.consult-content h2, .consult-content p.banner-title {
  margin: 0 0 10px !important;
    color: #FFF !important;
    text-align: right !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.consult-content strong {
 color: #FFF;
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
}

.consult-content del {
  color: #aaa;
  margin-right: 5px;
}

.consult-content a.consult-btn {
    background-color: #fb335e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
    display: flex;
    width: 193px;
    height: 48px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.consult-content a.consult-btn:hover {
  background-color: #fff;
  color: #fb335e !important;
  border: 1px solid #fb335e !important;
}


@media screen and (max-width: 768px) {
     .consult-content h2, .consult-content p.banner-title  {
         text-align: center !important;
         font-size: 16px !important;

}

.consult-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.consult-banner{
justify-content: center !important;
background-image: linear-gradient(178deg, #132357 40.81%, rgba(26, 45, 121, 0.4) 98.12%), url(/wp-content/themes/parsicanada/assets/images/assessment-banner.webp);
    background-position: bottom !important;
}


.consult-content .highlight1{
display: inline !important;
padding: 0px !important;
font-size: 16px !important;
}

    .consult-content p {
    text-align: center !important;
    font-size: 14px !important;
}

.consult-content strong{
font-size: 14px !important;
}

.p-desc{
display: none !important;
}
}

@media screen and (min-width: 769px) {
.p-moblie{
display: none !important;
}
}

.splide__arrow{
  z-index: 0 !important;
}


